feat(Microsoft Entra ID Node): New node (#11779)

Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
This commit is contained in:
feelgood-interface
2025-01-08 11:49:26 +01:00
committed by GitHub
parent 52ae02abaa
commit 3006ccf41b
16 changed files with 7331 additions and 5 deletions

View File

@@ -2451,7 +2451,7 @@ export interface WorkflowTestData {
nock?: {
baseUrl: string;
mocks: Array<{
method: 'delete' | 'get' | 'post' | 'put';
method: 'delete' | 'get' | 'patch' | 'post' | 'put';
path: string;
requestBody?: RequestBodyMatcher;
statusCode: number;