gd-sprest-def 1.8.3 → 1.8.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/lib/mapperv2.ts +294 -294
  2. package/main.js +1 -1
  3. package/package.json +1 -1
package/lib/mapperv2.ts CHANGED
@@ -46,7 +46,7 @@ export const Mapper: IMapper = {
46
46
  returnType: "accessPackageResourceRoleScopes"
47
47
  },
48
48
  getApplicablePolicyRequirements: {
49
- requestType: RequestType.Post,
49
+ requestType: RequestType.PostWithArgsInBody,
50
50
  returnType: "ComplexTypes.accessPackageAssignmentRequestRequirements[]"
51
51
  },
52
52
  },
@@ -68,7 +68,7 @@ export const Mapper: IMapper = {
68
68
  returnType: "accessPackageSubject"
69
69
  },
70
70
  reprocess: {
71
- requestType: RequestType.Post,
71
+ requestType: RequestType.PostWithArgsInBody,
72
72
  },
73
73
  },
74
74
  accessPackageAssignments: {
@@ -112,14 +112,14 @@ export const Mapper: IMapper = {
112
112
  returnType: "accessPackageSubject"
113
113
  },
114
114
  cancel: {
115
- requestType: RequestType.Post,
115
+ requestType: RequestType.PostWithArgsInBody,
116
116
  },
117
117
  reprocess: {
118
- requestType: RequestType.Post,
118
+ requestType: RequestType.PostWithArgsInBody,
119
119
  },
120
120
  resume: {
121
121
  argNames: ["source", "type", "data"],
122
- requestType: RequestType.Post,
122
+ requestType: RequestType.PostWithArgsInBody,
123
123
  },
124
124
  },
125
125
  accessPackageAssignmentRequests: {
@@ -307,7 +307,7 @@ export const Mapper: IMapper = {
307
307
  ],
308
308
  query: { argNames: ["oData"], requestType: RequestType.OData },
309
309
  generateDownloadUri: {
310
- requestType: RequestType.Post,
310
+ requestType: RequestType.PostWithArgsInBody,
311
311
  returnType: "EntityTypes.accessReviewHistoryInstance"
312
312
  },
313
313
  },
@@ -332,23 +332,23 @@ export const Mapper: IMapper = {
332
332
  returnType: "accessReviewStages"
333
333
  },
334
334
  acceptRecommendations: {
335
- requestType: RequestType.Post,
335
+ requestType: RequestType.PostWithArgsInBody,
336
336
  },
337
337
  applyDecisions: {
338
- requestType: RequestType.Post,
338
+ requestType: RequestType.PostWithArgsInBody,
339
339
  },
340
340
  batchRecordDecisions: {
341
341
  argNames: ["decision", "justification", "principalId", "resourceId"],
342
- requestType: RequestType.Post,
342
+ requestType: RequestType.PostWithArgsInBody,
343
343
  },
344
344
  resetDecisions: {
345
- requestType: RequestType.Post,
345
+ requestType: RequestType.PostWithArgsInBody,
346
346
  },
347
347
  sendReminder: {
348
- requestType: RequestType.Post,
348
+ requestType: RequestType.PostWithArgsInBody,
349
349
  },
350
350
  stop: {
351
- requestType: RequestType.Post,
351
+ requestType: RequestType.PostWithArgsInBody,
352
352
  },
353
353
  },
354
354
  accessReviewInstances: {
@@ -387,7 +387,7 @@ export const Mapper: IMapper = {
387
387
  returnType: "accessReviewInstances"
388
388
  },
389
389
  stop: {
390
- requestType: RequestType.Post,
390
+ requestType: RequestType.PostWithArgsInBody,
391
391
  },
392
392
  },
393
393
  accessReviewScheduleDefinitions: {
@@ -417,7 +417,7 @@ export const Mapper: IMapper = {
417
417
  returnType: "accessReviewInstanceDecisionItems"
418
418
  },
419
419
  stop: {
420
- requestType: RequestType.Post,
420
+ requestType: RequestType.PostWithArgsInBody,
421
421
  },
422
422
  },
423
423
  accessReviewStages: {
@@ -742,7 +742,7 @@ export const Mapper: IMapper = {
742
742
  ],
743
743
  query: { argNames: ["oData"], requestType: RequestType.OData },
744
744
  createDownloadUrl: {
745
- requestType: RequestType.Post,
745
+ requestType: RequestType.PostWithArgsInBody,
746
746
  returnType: "ComplexTypes.appLogCollectionDownloadDetails"
747
747
  },
748
748
  },
@@ -844,28 +844,28 @@ export const Mapper: IMapper = {
844
844
  },
845
845
  setVerifiedPublisher: {
846
846
  argNames: ["verifiedPublisherId"],
847
- requestType: RequestType.Post,
847
+ requestType: RequestType.PostWithArgsInBody,
848
848
  },
849
849
  unsetVerifiedPublisher: {
850
- requestType: RequestType.Post,
850
+ requestType: RequestType.PostWithArgsInBody,
851
851
  },
852
852
  addKey: {
853
853
  argNames: ["keyCredential", "passwordCredential", "proof"],
854
- requestType: RequestType.Post,
854
+ requestType: RequestType.PostWithArgsInBody,
855
855
  returnType: "ComplexTypes.keyCredential"
856
856
  },
857
857
  addPassword: {
858
858
  argNames: ["passwordCredential"],
859
- requestType: RequestType.Post,
859
+ requestType: RequestType.PostWithArgsInBody,
860
860
  returnType: "ComplexTypes.passwordCredential"
861
861
  },
862
862
  removeKey: {
863
863
  argNames: ["keyId", "proof"],
864
- requestType: RequestType.Post,
864
+ requestType: RequestType.PostWithArgsInBody,
865
865
  },
866
866
  removePassword: {
867
867
  argNames: ["keyId"],
868
- requestType: RequestType.Post,
868
+ requestType: RequestType.PostWithArgsInBody,
869
869
  },
870
870
  },
871
871
  applicationTemplate: {
@@ -875,7 +875,7 @@ export const Mapper: IMapper = {
875
875
  query: { argNames: ["oData"], requestType: RequestType.OData },
876
876
  instantiate: {
877
877
  argNames: ["displayName", "serviceManagementReference"],
878
- requestType: RequestType.Post,
878
+ requestType: RequestType.PostWithArgsInBody,
879
879
  returnType: "ComplexTypes.applicationServicePrincipal"
880
880
  },
881
881
  },
@@ -1186,7 +1186,7 @@ export const Mapper: IMapper = {
1186
1186
  query: { argNames: ["oData"], requestType: RequestType.OData },
1187
1187
  resetPassword: {
1188
1188
  argNames: ["newPassword"],
1189
- requestType: RequestType.Post,
1189
+ requestType: RequestType.PostWithArgsInBody,
1190
1190
  returnType: "ComplexTypes.passwordResetResponse"
1191
1191
  },
1192
1192
  },
@@ -1264,7 +1264,7 @@ export const Mapper: IMapper = {
1264
1264
  },
1265
1265
  updateAllowedCombinations: {
1266
1266
  argNames: ["allowedCombinations"],
1267
- requestType: RequestType.Post,
1267
+ requestType: RequestType.PostWithArgsInBody,
1268
1268
  returnType: "ComplexTypes.updateAllowedCombinationsResult"
1269
1269
  },
1270
1270
  usage: {
@@ -1432,7 +1432,7 @@ export const Mapper: IMapper = {
1432
1432
  },
1433
1433
  enable: {
1434
1434
  argNames: ["appOwnerTenantId"],
1435
- requestType: RequestType.Post,
1435
+ requestType: RequestType.PostWithArgsInBody,
1436
1436
  returnType: "ComplexTypes.serviceStatus"
1437
1437
  },
1438
1438
  },
@@ -1680,7 +1680,7 @@ export const Mapper: IMapper = {
1680
1680
  },
1681
1681
  publish: {
1682
1682
  argNames: ["revision", "sites", "sharedCookies"],
1683
- requestType: RequestType.Post,
1683
+ requestType: RequestType.PostWithArgsInBody,
1684
1684
  returnType: "EntityTypes.browserSiteList"
1685
1685
  },
1686
1686
  },
@@ -1728,7 +1728,7 @@ export const Mapper: IMapper = {
1728
1728
  },
1729
1729
  getSchedule: {
1730
1730
  argNames: ["Schedules", "EndTime", "StartTime", "AvailabilityViewInterval"],
1731
- requestType: RequestType.Post,
1731
+ requestType: RequestType.PostWithArgsInBody,
1732
1732
  returnType: "ComplexTypes.scheduleInformation[]"
1733
1733
  },
1734
1734
  },
@@ -1764,7 +1764,7 @@ export const Mapper: IMapper = {
1764
1764
  ],
1765
1765
  query: { argNames: ["oData"], requestType: RequestType.OData },
1766
1766
  accept: {
1767
- requestType: RequestType.Post,
1767
+ requestType: RequestType.PostWithArgsInBody,
1768
1768
  returnType: "EntityTypes.calendar"
1769
1769
  },
1770
1770
  },
@@ -1791,70 +1791,70 @@ export const Mapper: IMapper = {
1791
1791
  },
1792
1792
  redirect: {
1793
1793
  argNames: ["targets", "timeout", "callbackUri"],
1794
- requestType: RequestType.Post,
1794
+ requestType: RequestType.PostWithArgsInBody,
1795
1795
  },
1796
1796
  addLargeGalleryView: {
1797
1797
  argNames: ["clientContext"],
1798
- requestType: RequestType.Post,
1798
+ requestType: RequestType.PostWithArgsInBody,
1799
1799
  returnType: "EntityTypes.addLargeGalleryViewOperation"
1800
1800
  },
1801
1801
  answer: {
1802
1802
  argNames: ["callbackUri", "mediaConfig", "acceptedModalities", "participantCapacity", "callOptions"],
1803
- requestType: RequestType.Post,
1803
+ requestType: RequestType.PostWithArgsInBody,
1804
1804
  },
1805
1805
  cancelMediaProcessing: {
1806
1806
  argNames: ["clientContext"],
1807
- requestType: RequestType.Post,
1807
+ requestType: RequestType.PostWithArgsInBody,
1808
1808
  returnType: "EntityTypes.cancelMediaProcessingOperation"
1809
1809
  },
1810
1810
  changeScreenSharingRole: {
1811
1811
  argNames: ["role"],
1812
- requestType: RequestType.Post,
1812
+ requestType: RequestType.PostWithArgsInBody,
1813
1813
  },
1814
1814
  keepAlive: {
1815
- requestType: RequestType.Post,
1815
+ requestType: RequestType.PostWithArgsInBody,
1816
1816
  },
1817
1817
  mute: {
1818
1818
  argNames: ["clientContext"],
1819
- requestType: RequestType.Post,
1819
+ requestType: RequestType.PostWithArgsInBody,
1820
1820
  returnType: "EntityTypes.muteParticipantOperation"
1821
1821
  },
1822
1822
  playPrompt: {
1823
1823
  argNames: ["prompts", "clientContext"],
1824
- requestType: RequestType.Post,
1824
+ requestType: RequestType.PostWithArgsInBody,
1825
1825
  returnType: "EntityTypes.playPromptOperation"
1826
1826
  },
1827
1827
  recordResponse: {
1828
1828
  argNames: ["prompts", "bargeInAllowed", "initialSilenceTimeoutInSeconds", "maxSilenceTimeoutInSeconds", "maxRecordDurationInSeconds", "playBeep", "stopTones", "clientContext"],
1829
- requestType: RequestType.Post,
1829
+ requestType: RequestType.PostWithArgsInBody,
1830
1830
  returnType: "EntityTypes.recordOperation"
1831
1831
  },
1832
1832
  reject: {
1833
1833
  argNames: ["reason", "callbackUri"],
1834
- requestType: RequestType.Post,
1834
+ requestType: RequestType.PostWithArgsInBody,
1835
1835
  },
1836
1836
  sendDtmfTones: {
1837
1837
  argNames: ["tones", "delayBetweenTonesMs", "clientContext"],
1838
- requestType: RequestType.Post,
1838
+ requestType: RequestType.PostWithArgsInBody,
1839
1839
  returnType: "EntityTypes.sendDtmfTonesOperation"
1840
1840
  },
1841
1841
  subscribeToTone: {
1842
1842
  argNames: ["clientContext"],
1843
- requestType: RequestType.Post,
1843
+ requestType: RequestType.PostWithArgsInBody,
1844
1844
  returnType: "EntityTypes.subscribeToToneOperation"
1845
1845
  },
1846
1846
  transfer: {
1847
1847
  argNames: ["transferTarget", "transferee"],
1848
- requestType: RequestType.Post,
1848
+ requestType: RequestType.PostWithArgsInBody,
1849
1849
  },
1850
1850
  unmute: {
1851
1851
  argNames: ["clientContext"],
1852
- requestType: RequestType.Post,
1852
+ requestType: RequestType.PostWithArgsInBody,
1853
1853
  returnType: "EntityTypes.unmuteParticipantOperation"
1854
1854
  },
1855
1855
  updateRecordingStatus: {
1856
1856
  argNames: ["status", "clientContext"],
1857
- requestType: RequestType.Post,
1857
+ requestType: RequestType.PostWithArgsInBody,
1858
1858
  returnType: "EntityTypes.updateRecordingStatusOperation"
1859
1859
  },
1860
1860
  },
@@ -1988,20 +1988,20 @@ export const Mapper: IMapper = {
1988
1988
  },
1989
1989
  archive: {
1990
1990
  argNames: ["shouldSetSpoSiteReadOnlyForMembers"],
1991
- requestType: RequestType.Post,
1991
+ requestType: RequestType.PostWithArgsInBody,
1992
1992
  },
1993
1993
  unarchive: {
1994
- requestType: RequestType.Post,
1994
+ requestType: RequestType.PostWithArgsInBody,
1995
1995
  },
1996
1996
  completeMigration: {
1997
- requestType: RequestType.Post,
1997
+ requestType: RequestType.PostWithArgsInBody,
1998
1998
  },
1999
1999
  provisionEmail: {
2000
- requestType: RequestType.Post,
2000
+ requestType: RequestType.PostWithArgsInBody,
2001
2001
  returnType: "ComplexTypes.provisionChannelEmailResult"
2002
2002
  },
2003
2003
  removeEmail: {
2004
- requestType: RequestType.Post,
2004
+ requestType: RequestType.PostWithArgsInBody,
2005
2005
  },
2006
2006
  doesUserHaveAccess: {
2007
2007
  argNames: ["userId", "tenantId", "userPrincipalName"],
@@ -2046,23 +2046,23 @@ export const Mapper: IMapper = {
2046
2046
  },
2047
2047
  sendActivityNotification: {
2048
2048
  argNames: ["topic", "activityType", "chainId", "previewText", "teamsAppId", "templateParameters", "recipient"],
2049
- requestType: RequestType.Post,
2049
+ requestType: RequestType.PostWithArgsInBody,
2050
2050
  },
2051
2051
  hideForUser: {
2052
2052
  argNames: ["user"],
2053
- requestType: RequestType.Post,
2053
+ requestType: RequestType.PostWithArgsInBody,
2054
2054
  },
2055
2055
  markChatReadForUser: {
2056
2056
  argNames: ["user"],
2057
- requestType: RequestType.Post,
2057
+ requestType: RequestType.PostWithArgsInBody,
2058
2058
  },
2059
2059
  markChatUnreadForUser: {
2060
2060
  argNames: ["user", "lastMessageReadDateTime"],
2061
- requestType: RequestType.Post,
2061
+ requestType: RequestType.PostWithArgsInBody,
2062
2062
  },
2063
2063
  unhideForUser: {
2064
2064
  argNames: ["user"],
2065
- requestType: RequestType.Post,
2065
+ requestType: RequestType.PostWithArgsInBody,
2066
2066
  },
2067
2067
  },
2068
2068
  chats: {
@@ -2083,17 +2083,17 @@ export const Mapper: IMapper = {
2083
2083
  },
2084
2084
  setReaction: {
2085
2085
  argNames: ["reactionType"],
2086
- requestType: RequestType.Post,
2086
+ requestType: RequestType.PostWithArgsInBody,
2087
2087
  },
2088
2088
  softDelete: {
2089
- requestType: RequestType.Post,
2089
+ requestType: RequestType.PostWithArgsInBody,
2090
2090
  },
2091
2091
  undoSoftDelete: {
2092
- requestType: RequestType.Post,
2092
+ requestType: RequestType.PostWithArgsInBody,
2093
2093
  },
2094
2094
  unsetReaction: {
2095
2095
  argNames: ["reactionType"],
2096
- requestType: RequestType.Post,
2096
+ requestType: RequestType.PostWithArgsInBody,
2097
2097
  },
2098
2098
  },
2099
2099
  chatMessages: {
@@ -2186,7 +2186,7 @@ export const Mapper: IMapper = {
2186
2186
  },
2187
2187
  getPresencesByUserId: {
2188
2188
  argNames: ["ids"],
2189
- requestType: RequestType.Post,
2189
+ requestType: RequestType.PostWithArgsInBody,
2190
2190
  returnType: "EntityTypes.presence[]"
2191
2191
  },
2192
2192
  },
@@ -2196,21 +2196,21 @@ export const Mapper: IMapper = {
2196
2196
  ],
2197
2197
  query: { argNames: ["oData"], requestType: RequestType.OData },
2198
2198
  endGracePeriod: {
2199
- requestType: RequestType.Post,
2199
+ requestType: RequestType.PostWithArgsInBody,
2200
2200
  },
2201
2201
  reboot: {
2202
- requestType: RequestType.Post,
2202
+ requestType: RequestType.PostWithArgsInBody,
2203
2203
  },
2204
2204
  rename: {
2205
2205
  argNames: ["displayName"],
2206
- requestType: RequestType.Post,
2206
+ requestType: RequestType.PostWithArgsInBody,
2207
2207
  },
2208
2208
  restore: {
2209
2209
  argNames: ["cloudPcSnapshotId"],
2210
- requestType: RequestType.Post,
2210
+ requestType: RequestType.PostWithArgsInBody,
2211
2211
  },
2212
2212
  troubleshoot: {
2213
- requestType: RequestType.Post,
2213
+ requestType: RequestType.PostWithArgsInBody,
2214
2214
  },
2215
2215
  },
2216
2216
  cloudPCs: {
@@ -2252,7 +2252,7 @@ export const Mapper: IMapper = {
2252
2252
  ],
2253
2253
  query: { argNames: ["oData"], requestType: RequestType.OData },
2254
2254
  runHealthChecks: {
2255
- requestType: RequestType.Post,
2255
+ requestType: RequestType.PostWithArgsInBody,
2256
2256
  },
2257
2257
  },
2258
2258
  cloudPcOnPremisesConnections: {
@@ -2269,7 +2269,7 @@ export const Mapper: IMapper = {
2269
2269
  },
2270
2270
  assign: {
2271
2271
  argNames: ["assignments"],
2272
- requestType: RequestType.Post,
2272
+ requestType: RequestType.PostWithArgsInBody,
2273
2273
  },
2274
2274
  },
2275
2275
  cloudPcProvisioningPolicys: {
@@ -2299,7 +2299,7 @@ export const Mapper: IMapper = {
2299
2299
  },
2300
2300
  assign: {
2301
2301
  argNames: ["assignments"],
2302
- requestType: RequestType.Post,
2302
+ requestType: RequestType.PostWithArgsInBody,
2303
2303
  },
2304
2304
  },
2305
2305
  cloudPcUserSettings: {
@@ -2549,18 +2549,18 @@ export const Mapper: IMapper = {
2549
2549
  argNames: ["values"],
2550
2550
  },
2551
2551
  publish: {
2552
- requestType: RequestType.Post,
2552
+ requestType: RequestType.PostWithArgsInBody,
2553
2553
  },
2554
2554
  unpublish: {
2555
- requestType: RequestType.Post,
2555
+ requestType: RequestType.PostWithArgsInBody,
2556
2556
  },
2557
2557
  associateWithHubSites: {
2558
2558
  argNames: ["hubSiteUrls", "propagateToExistingLists"],
2559
- requestType: RequestType.Post,
2559
+ requestType: RequestType.PostWithArgsInBody,
2560
2560
  },
2561
2561
  copyToDefaultContentLocation: {
2562
2562
  argNames: ["sourceFile", "destinationFileName"],
2563
- requestType: RequestType.Post,
2563
+ requestType: RequestType.PostWithArgsInBody,
2564
2564
  },
2565
2565
  isPublished: {
2566
2566
  requestType: RequestType.Get,
@@ -2611,7 +2611,7 @@ export const Mapper: IMapper = {
2611
2611
  },
2612
2612
  reply: {
2613
2613
  argNames: ["Post"],
2614
- requestType: RequestType.Post,
2614
+ requestType: RequestType.PostWithArgsInBody,
2615
2615
  },
2616
2616
  },
2617
2617
  conversationThreads: {
@@ -2646,7 +2646,7 @@ export const Mapper: IMapper = {
2646
2646
  ],
2647
2647
  query: { argNames: ["oData"], requestType: RequestType.OData },
2648
2648
  resetToSystemDefault: {
2649
- requestType: RequestType.Post,
2649
+ requestType: RequestType.PostWithArgsInBody,
2650
2650
  },
2651
2651
  },
2652
2652
  crossTenantAccessPolicyConfigurationPartner: {
@@ -2671,7 +2671,7 @@ export const Mapper: IMapper = {
2671
2671
  ],
2672
2672
  query: { argNames: ["oData"], requestType: RequestType.OData },
2673
2673
  validateAuthenticationConfiguration: {
2674
- requestType: RequestType.Post,
2674
+ requestType: RequestType.PostWithArgsInBody,
2675
2675
  returnType: "ComplexTypes.authenticationConfigurationValidation"
2676
2676
  },
2677
2677
  },
@@ -2859,7 +2859,7 @@ export const Mapper: IMapper = {
2859
2859
  ],
2860
2860
  query: { argNames: ["oData"], requestType: RequestType.OData },
2861
2861
  undoDelete: {
2862
- requestType: RequestType.Post,
2862
+ requestType: RequestType.PostWithArgsInBody,
2863
2863
  },
2864
2864
  },
2865
2865
  deletedChats: {
@@ -3023,7 +3023,7 @@ export const Mapper: IMapper = {
3023
3023
  returnType: "windowsInformationProtectionPolicys"
3024
3024
  },
3025
3025
  syncMicrosoftStoreForBusinessApps: {
3026
- requestType: RequestType.Post,
3026
+ requestType: RequestType.PostWithArgsInBody,
3027
3027
  },
3028
3028
  },
3029
3029
  deviceCategory: {
@@ -3096,12 +3096,12 @@ export const Mapper: IMapper = {
3096
3096
  },
3097
3097
  assign: {
3098
3098
  argNames: ["assignments"],
3099
- requestType: RequestType.Post,
3099
+ requestType: RequestType.PostWithArgsInBody,
3100
3100
  returnType: "EntityTypes.deviceCompliancePolicyAssignment[]"
3101
3101
  },
3102
3102
  scheduleActionsForRules: {
3103
3103
  argNames: ["deviceComplianceScheduledActionForRules"],
3104
- requestType: RequestType.Post,
3104
+ requestType: RequestType.PostWithArgsInBody,
3105
3105
  },
3106
3106
  },
3107
3107
  deviceCompliancePolicys: {
@@ -3216,7 +3216,7 @@ export const Mapper: IMapper = {
3216
3216
  },
3217
3217
  assign: {
3218
3218
  argNames: ["assignments"],
3219
- requestType: RequestType.Post,
3219
+ requestType: RequestType.PostWithArgsInBody,
3220
3220
  returnType: "EntityTypes.deviceConfigurationAssignment[]"
3221
3221
  },
3222
3222
  getOmaSettingPlainTextValue: {
@@ -3300,11 +3300,11 @@ export const Mapper: IMapper = {
3300
3300
  },
3301
3301
  assign: {
3302
3302
  argNames: ["enrollmentConfigurationAssignments"],
3303
- requestType: RequestType.Post,
3303
+ requestType: RequestType.PostWithArgsInBody,
3304
3304
  },
3305
3305
  setPriority: {
3306
3306
  argNames: ["priority"],
3307
- requestType: RequestType.Post,
3307
+ requestType: RequestType.PostWithArgsInBody,
3308
3308
  },
3309
3309
  },
3310
3310
  deviceEnrollmentConfigurations: {
@@ -3357,7 +3357,7 @@ export const Mapper: IMapper = {
3357
3357
  ],
3358
3358
  query: { argNames: ["oData"], requestType: RequestType.OData },
3359
3359
  createDownloadUrl: {
3360
- requestType: RequestType.Post,
3360
+ requestType: RequestType.PostWithArgsInBody,
3361
3361
  returnType: "string"
3362
3362
  },
3363
3363
  },
@@ -3619,7 +3619,7 @@ export const Mapper: IMapper = {
3619
3619
  query: { argNames: ["oData"], requestType: RequestType.OData },
3620
3620
  sync: {
3621
3621
  argNames: ["syncType"],
3622
- requestType: RequestType.Post,
3622
+ requestType: RequestType.PostWithArgsInBody,
3623
3623
  },
3624
3624
  },
3625
3625
  deviceManagementExchangeConnectors: {
@@ -3641,7 +3641,7 @@ export const Mapper: IMapper = {
3641
3641
  ],
3642
3642
  query: { argNames: ["oData"], requestType: RequestType.OData },
3643
3643
  terminate: {
3644
- requestType: RequestType.Post,
3644
+ requestType: RequestType.PostWithArgsInBody,
3645
3645
  },
3646
3646
  },
3647
3647
  deviceManagementPartners: {
@@ -3658,97 +3658,97 @@ export const Mapper: IMapper = {
3658
3658
  },
3659
3659
  retrieveDeviceAppInstallationStatusReport: {
3660
3660
  argNames: ["name", "select", "search", "groupBy", "orderBy", "skip", "top", "sessionId", "filter"],
3661
- requestType: RequestType.Post,
3661
+ requestType: RequestType.PostWithArgsInBody,
3662
3662
  returnType: "any"
3663
3663
  },
3664
3664
  getCachedReport: {
3665
3665
  argNames: ["id", "select", "groupBy", "orderBy", "search", "skip", "top"],
3666
- requestType: RequestType.Post,
3666
+ requestType: RequestType.PostWithArgsInBody,
3667
3667
  returnType: "any"
3668
3668
  },
3669
3669
  getCompliancePolicyNonComplianceReport: {
3670
3670
  argNames: ["name", "select", "groupBy", "orderBy", "search", "skip", "top", "sessionId", "filter"],
3671
- requestType: RequestType.Post,
3671
+ requestType: RequestType.PostWithArgsInBody,
3672
3672
  returnType: "any"
3673
3673
  },
3674
3674
  getCompliancePolicyNonComplianceSummaryReport: {
3675
3675
  argNames: ["name", "select", "groupBy", "orderBy", "search", "skip", "top", "sessionId", "filter"],
3676
- requestType: RequestType.Post,
3676
+ requestType: RequestType.PostWithArgsInBody,
3677
3677
  returnType: "any"
3678
3678
  },
3679
3679
  getComplianceSettingNonComplianceReport: {
3680
3680
  argNames: ["name", "select", "groupBy", "orderBy", "search", "skip", "top", "sessionId", "filter"],
3681
- requestType: RequestType.Post,
3681
+ requestType: RequestType.PostWithArgsInBody,
3682
3682
  returnType: "any"
3683
3683
  },
3684
3684
  getConfigurationPolicyNonComplianceReport: {
3685
3685
  argNames: ["name", "select", "groupBy", "orderBy", "search", "skip", "top", "sessionId", "filter"],
3686
- requestType: RequestType.Post,
3686
+ requestType: RequestType.PostWithArgsInBody,
3687
3687
  returnType: "any"
3688
3688
  },
3689
3689
  getConfigurationPolicyNonComplianceSummaryReport: {
3690
3690
  argNames: ["name", "select", "groupBy", "orderBy", "search", "skip", "top", "sessionId", "filter"],
3691
- requestType: RequestType.Post,
3691
+ requestType: RequestType.PostWithArgsInBody,
3692
3692
  returnType: "any"
3693
3693
  },
3694
3694
  getConfigurationSettingNonComplianceReport: {
3695
3695
  argNames: ["name", "select", "groupBy", "orderBy", "search", "skip", "top", "sessionId", "filter"],
3696
- requestType: RequestType.Post,
3696
+ requestType: RequestType.PostWithArgsInBody,
3697
3697
  returnType: "any"
3698
3698
  },
3699
3699
  getDeviceManagementIntentPerSettingContributingProfiles: {
3700
3700
  argNames: ["name", "select", "groupBy", "orderBy", "search", "skip", "top", "sessionId", "filter"],
3701
- requestType: RequestType.Post,
3701
+ requestType: RequestType.PostWithArgsInBody,
3702
3702
  returnType: "any"
3703
3703
  },
3704
3704
  getDeviceManagementIntentSettingsReport: {
3705
3705
  argNames: ["name", "select", "groupBy", "orderBy", "search", "skip", "top", "sessionId", "filter"],
3706
- requestType: RequestType.Post,
3706
+ requestType: RequestType.PostWithArgsInBody,
3707
3707
  returnType: "any"
3708
3708
  },
3709
3709
  getDeviceNonComplianceReport: {
3710
3710
  argNames: ["name", "select", "groupBy", "orderBy", "search", "skip", "top", "sessionId", "filter"],
3711
- requestType: RequestType.Post,
3711
+ requestType: RequestType.PostWithArgsInBody,
3712
3712
  returnType: "any"
3713
3713
  },
3714
3714
  getDevicesWithoutCompliancePolicyReport: {
3715
3715
  argNames: ["name", "select", "groupBy", "orderBy", "search", "skip", "top", "sessionId", "filter"],
3716
- requestType: RequestType.Post,
3716
+ requestType: RequestType.PostWithArgsInBody,
3717
3717
  returnType: "any"
3718
3718
  },
3719
3719
  getHistoricalReport: {
3720
3720
  argNames: ["name", "select", "groupBy", "orderBy", "search", "skip", "top", "filter"],
3721
- requestType: RequestType.Post,
3721
+ requestType: RequestType.PostWithArgsInBody,
3722
3722
  returnType: "any"
3723
3723
  },
3724
3724
  getNoncompliantDevicesAndSettingsReport: {
3725
3725
  argNames: ["name", "select", "groupBy", "orderBy", "search", "skip", "top", "sessionId", "filter"],
3726
- requestType: RequestType.Post,
3726
+ requestType: RequestType.PostWithArgsInBody,
3727
3727
  returnType: "any"
3728
3728
  },
3729
3729
  getPolicyNonComplianceMetadata: {
3730
3730
  argNames: ["name", "select", "groupBy", "orderBy", "search", "skip", "top", "sessionId", "filter"],
3731
- requestType: RequestType.Post,
3731
+ requestType: RequestType.PostWithArgsInBody,
3732
3732
  returnType: "any"
3733
3733
  },
3734
3734
  getPolicyNonComplianceReport: {
3735
3735
  argNames: ["name", "select", "groupBy", "orderBy", "search", "skip", "top", "sessionId", "filter"],
3736
- requestType: RequestType.Post,
3736
+ requestType: RequestType.PostWithArgsInBody,
3737
3737
  returnType: "any"
3738
3738
  },
3739
3739
  getPolicyNonComplianceSummaryReport: {
3740
3740
  argNames: ["name", "select", "groupBy", "orderBy", "search", "skip", "top", "sessionId", "filter"],
3741
- requestType: RequestType.Post,
3741
+ requestType: RequestType.PostWithArgsInBody,
3742
3742
  returnType: "any"
3743
3743
  },
3744
3744
  getReportFilters: {
3745
3745
  argNames: ["name", "select", "groupBy", "orderBy", "search", "skip", "top", "sessionId", "filter"],
3746
- requestType: RequestType.Post,
3746
+ requestType: RequestType.PostWithArgsInBody,
3747
3747
  returnType: "any"
3748
3748
  },
3749
3749
  getSettingNonComplianceReport: {
3750
3750
  argNames: ["name", "select", "groupBy", "orderBy", "search", "skip", "top", "sessionId", "filter"],
3751
- requestType: RequestType.Post,
3751
+ requestType: RequestType.PostWithArgsInBody,
3752
3752
  returnType: "any"
3753
3753
  },
3754
3754
  },
@@ -3823,7 +3823,7 @@ export const Mapper: IMapper = {
3823
3823
  ],
3824
3824
  query: { argNames: ["oData"], requestType: RequestType.OData },
3825
3825
  discover: {
3826
- requestType: RequestType.Post,
3826
+ requestType: RequestType.PostWithArgsInBody,
3827
3827
  returnType: "EntityTypes.directoryDefinition"
3828
3828
  },
3829
3829
  },
@@ -3837,27 +3837,27 @@ export const Mapper: IMapper = {
3837
3837
  query: { argNames: ["oData"], requestType: RequestType.OData },
3838
3838
  restore: {
3839
3839
  argNames: ["autoReconcileProxyConflict"],
3840
- requestType: RequestType.Post,
3840
+ requestType: RequestType.PostWithArgsInBody,
3841
3841
  returnType: "EntityTypes.directoryObject"
3842
3842
  },
3843
3843
  checkMemberGroups: {
3844
3844
  argNames: ["groupIds"],
3845
- requestType: RequestType.Post,
3845
+ requestType: RequestType.PostWithArgsInBody,
3846
3846
  returnType: "Array<string>[]"
3847
3847
  },
3848
3848
  checkMemberObjects: {
3849
3849
  argNames: ["ids"],
3850
- requestType: RequestType.Post,
3850
+ requestType: RequestType.PostWithArgsInBody,
3851
3851
  returnType: "Array<string>[]"
3852
3852
  },
3853
3853
  getMemberGroups: {
3854
3854
  argNames: ["securityEnabledOnly"],
3855
- requestType: RequestType.Post,
3855
+ requestType: RequestType.PostWithArgsInBody,
3856
3856
  returnType: "Array<string>[]"
3857
3857
  },
3858
3858
  getMemberObjects: {
3859
3859
  argNames: ["securityEnabledOnly"],
3860
- requestType: RequestType.Post,
3860
+ requestType: RequestType.PostWithArgsInBody,
3861
3861
  returnType: "Array<string>[]"
3862
3862
  },
3863
3863
  },
@@ -3905,7 +3905,7 @@ export const Mapper: IMapper = {
3905
3905
  ],
3906
3906
  query: { argNames: ["oData"], requestType: RequestType.OData },
3907
3907
  restore: {
3908
- requestType: RequestType.Post,
3908
+ requestType: RequestType.PostWithArgsInBody,
3909
3909
  },
3910
3910
  },
3911
3911
  documentSetVersions: {
@@ -3937,15 +3937,15 @@ export const Mapper: IMapper = {
3937
3937
  },
3938
3938
  forceDelete: {
3939
3939
  argNames: ["disableUserAccounts"],
3940
- requestType: RequestType.Post,
3940
+ requestType: RequestType.PostWithArgsInBody,
3941
3941
  },
3942
3942
  promote: {
3943
- requestType: RequestType.Post,
3943
+ requestType: RequestType.PostWithArgsInBody,
3944
3944
  returnType: "boolean"
3945
3945
  },
3946
3946
  verify: {
3947
3947
  argNames: ["forceTakeover"],
3948
- requestType: RequestType.Post,
3948
+ requestType: RequestType.PostWithArgsInBody,
3949
3949
  returnType: "EntityTypes.domain"
3950
3950
  },
3951
3951
  },
@@ -4077,58 +4077,58 @@ export const Mapper: IMapper = {
4077
4077
  },
4078
4078
  restore: {
4079
4079
  argNames: ["parentReference", "name"],
4080
- requestType: RequestType.Post,
4080
+ requestType: RequestType.PostWithArgsInBody,
4081
4081
  returnType: "EntityTypes.driveItem"
4082
4082
  },
4083
4083
  copy: {
4084
4084
  argNames: ["name", "parentReference"],
4085
- requestType: RequestType.Post,
4085
+ requestType: RequestType.PostWithArgsInBody,
4086
4086
  returnType: "EntityTypes.driveItem"
4087
4087
  },
4088
4088
  createUploadSession: {
4089
4089
  argNames: ["item", "deferCommit"],
4090
- requestType: RequestType.Post,
4090
+ requestType: RequestType.PostWithArgsInBody,
4091
4091
  returnType: "ComplexTypes.uploadSession"
4092
4092
  },
4093
4093
  permanentDelete: {
4094
- requestType: RequestType.Post,
4094
+ requestType: RequestType.PostWithArgsInBody,
4095
4095
  },
4096
4096
  assignSensitivityLabel: {
4097
4097
  argNames: ["sensitivityLabelId", "assignmentMethod", "justificationText"],
4098
- requestType: RequestType.Post,
4098
+ requestType: RequestType.PostWithArgsInBody,
4099
4099
  },
4100
4100
  checkin: {
4101
4101
  argNames: ["checkInAs", "comment"],
4102
- requestType: RequestType.Post,
4102
+ requestType: RequestType.PostWithArgsInBody,
4103
4103
  },
4104
4104
  checkout: {
4105
- requestType: RequestType.Post,
4105
+ requestType: RequestType.PostWithArgsInBody,
4106
4106
  },
4107
4107
  createLink: {
4108
4108
  argNames: ["type", "scope", "expirationDateTime", "password", "message", "recipients", "retainInheritedPermissions", "sendNotification"],
4109
- requestType: RequestType.Post,
4109
+ requestType: RequestType.PostWithArgsInBody,
4110
4110
  returnType: "EntityTypes.permission"
4111
4111
  },
4112
4112
  follow: {
4113
- requestType: RequestType.Post,
4113
+ requestType: RequestType.PostWithArgsInBody,
4114
4114
  returnType: "EntityTypes.driveItem"
4115
4115
  },
4116
4116
  invite: {
4117
4117
  argNames: ["requireSignIn", "roles", "sendInvitation", "message", "recipients", "retainInheritedPermissions", "expirationDateTime", "password"],
4118
- requestType: RequestType.Post,
4118
+ requestType: RequestType.PostWithArgsInBody,
4119
4119
  returnType: "EntityTypes.permission[]"
4120
4120
  },
4121
4121
  preview: {
4122
4122
  argNames: ["page", "zoom"],
4123
- requestType: RequestType.Post,
4123
+ requestType: RequestType.PostWithArgsInBody,
4124
4124
  returnType: "ComplexTypes.itemPreviewInfo"
4125
4125
  },
4126
4126
  unfollow: {
4127
- requestType: RequestType.Post,
4127
+ requestType: RequestType.PostWithArgsInBody,
4128
4128
  },
4129
4129
  validatePermission: {
4130
4130
  argNames: ["challengeToken", "password"],
4131
- requestType: RequestType.Post,
4131
+ requestType: RequestType.PostWithArgsInBody,
4132
4132
  },
4133
4133
  delta: {
4134
4134
  argNames: ["token"],
@@ -4155,7 +4155,7 @@ export const Mapper: IMapper = {
4155
4155
  ],
4156
4156
  query: { argNames: ["oData"], requestType: RequestType.OData },
4157
4157
  restoreVersion: {
4158
- requestType: RequestType.Post,
4158
+ requestType: RequestType.PostWithArgsInBody,
4159
4159
  },
4160
4160
  },
4161
4161
  driveItemVersions: {
@@ -4435,23 +4435,23 @@ export const Mapper: IMapper = {
4435
4435
  returnType: "educationSubmissions"
4436
4436
  },
4437
4437
  publish: {
4438
- requestType: RequestType.Post,
4438
+ requestType: RequestType.PostWithArgsInBody,
4439
4439
  returnType: "EntityTypes.educationAssignment"
4440
4440
  },
4441
4441
  activate: {
4442
- requestType: RequestType.Post,
4442
+ requestType: RequestType.PostWithArgsInBody,
4443
4443
  returnType: "EntityTypes.educationAssignment"
4444
4444
  },
4445
4445
  deactivate: {
4446
- requestType: RequestType.Post,
4446
+ requestType: RequestType.PostWithArgsInBody,
4447
4447
  returnType: "EntityTypes.educationAssignment"
4448
4448
  },
4449
4449
  setUpFeedbackResourcesFolder: {
4450
- requestType: RequestType.Post,
4450
+ requestType: RequestType.PostWithArgsInBody,
4451
4451
  returnType: "EntityTypes.educationAssignment"
4452
4452
  },
4453
4453
  setUpResourcesFolder: {
4454
- requestType: RequestType.Post,
4454
+ requestType: RequestType.PostWithArgsInBody,
4455
4455
  returnType: "EntityTypes.educationAssignment"
4456
4456
  },
4457
4457
  },
@@ -4571,19 +4571,19 @@ export const Mapper: IMapper = {
4571
4571
  returnType: "educationModuleResources"
4572
4572
  },
4573
4573
  publish: {
4574
- requestType: RequestType.Post,
4574
+ requestType: RequestType.PostWithArgsInBody,
4575
4575
  returnType: "EntityTypes.educationModule"
4576
4576
  },
4577
4577
  setUpResourcesFolder: {
4578
- requestType: RequestType.Post,
4578
+ requestType: RequestType.PostWithArgsInBody,
4579
4579
  returnType: "EntityTypes.educationModule"
4580
4580
  },
4581
4581
  pin: {
4582
- requestType: RequestType.Post,
4582
+ requestType: RequestType.PostWithArgsInBody,
4583
4583
  returnType: "EntityTypes.educationModule"
4584
4584
  },
4585
4585
  unpin: {
4586
- requestType: RequestType.Post,
4586
+ requestType: RequestType.PostWithArgsInBody,
4587
4587
  returnType: "EntityTypes.educationModule"
4588
4588
  },
4589
4589
  },
@@ -4700,27 +4700,27 @@ export const Mapper: IMapper = {
4700
4700
  returnType: "educationSubmissionResources"
4701
4701
  },
4702
4702
  setUpResourcesFolder: {
4703
- requestType: RequestType.Post,
4703
+ requestType: RequestType.PostWithArgsInBody,
4704
4704
  returnType: "EntityTypes.educationSubmission"
4705
4705
  },
4706
4706
  excuse: {
4707
- requestType: RequestType.Post,
4707
+ requestType: RequestType.PostWithArgsInBody,
4708
4708
  returnType: "EntityTypes.educationSubmission"
4709
4709
  },
4710
4710
  reassign: {
4711
- requestType: RequestType.Post,
4711
+ requestType: RequestType.PostWithArgsInBody,
4712
4712
  returnType: "EntityTypes.educationSubmission"
4713
4713
  },
4714
4714
  _return: {
4715
- requestType: RequestType.Post,
4715
+ requestType: RequestType.PostWithArgsInBody,
4716
4716
  returnType: "EntityTypes.educationSubmission"
4717
4717
  },
4718
4718
  submit: {
4719
- requestType: RequestType.Post,
4719
+ requestType: RequestType.PostWithArgsInBody,
4720
4720
  returnType: "EntityTypes.educationSubmission"
4721
4721
  },
4722
4722
  unsubmit: {
4723
- requestType: RequestType.Post,
4723
+ requestType: RequestType.PostWithArgsInBody,
4724
4724
  returnType: "EntityTypes.educationSubmission"
4725
4725
  },
4726
4726
  },
@@ -4992,30 +4992,30 @@ export const Mapper: IMapper = {
4992
4992
  },
4993
4993
  cancel: {
4994
4994
  argNames: ["Comment"],
4995
- requestType: RequestType.Post,
4995
+ requestType: RequestType.PostWithArgsInBody,
4996
4996
  },
4997
4997
  accept: {
4998
4998
  argNames: ["SendResponse", "Comment"],
4999
- requestType: RequestType.Post,
4999
+ requestType: RequestType.PostWithArgsInBody,
5000
5000
  },
5001
5001
  decline: {
5002
5002
  argNames: ["ProposedNewTime", "SendResponse", "Comment"],
5003
- requestType: RequestType.Post,
5003
+ requestType: RequestType.PostWithArgsInBody,
5004
5004
  },
5005
5005
  dismissReminder: {
5006
- requestType: RequestType.Post,
5006
+ requestType: RequestType.PostWithArgsInBody,
5007
5007
  },
5008
5008
  forward: {
5009
5009
  argNames: ["ToRecipients", "Comment"],
5010
- requestType: RequestType.Post,
5010
+ requestType: RequestType.PostWithArgsInBody,
5011
5011
  },
5012
5012
  snoozeReminder: {
5013
5013
  argNames: ["NewReminderTime"],
5014
- requestType: RequestType.Post,
5014
+ requestType: RequestType.PostWithArgsInBody,
5015
5015
  },
5016
5016
  tentativelyAccept: {
5017
5017
  argNames: ["ProposedNewTime", "SendResponse", "Comment"],
5018
- requestType: RequestType.Post,
5018
+ requestType: RequestType.PostWithArgsInBody,
5019
5019
  },
5020
5020
  },
5021
5021
  events: {
@@ -5327,7 +5327,7 @@ export const Mapper: IMapper = {
5327
5327
  returnType: "permissions"
5328
5328
  },
5329
5329
  permanentDelete: {
5330
- requestType: RequestType.Post,
5330
+ requestType: RequestType.PostWithArgsInBody,
5331
5331
  },
5332
5332
  },
5333
5333
  fileStorageContainers: {
@@ -5371,37 +5371,37 @@ export const Mapper: IMapper = {
5371
5371
  },
5372
5372
  assignLicense: {
5373
5373
  argNames: ["addLicenses", "removeLicenses"],
5374
- requestType: RequestType.Post,
5374
+ requestType: RequestType.PostWithArgsInBody,
5375
5375
  returnType: "EntityTypes.group"
5376
5376
  },
5377
5377
  retryServiceProvisioning: {
5378
- requestType: RequestType.Post,
5378
+ requestType: RequestType.PostWithArgsInBody,
5379
5379
  },
5380
5380
  checkGrantedPermissionsForApp: {
5381
- requestType: RequestType.Post,
5381
+ requestType: RequestType.PostWithArgsInBody,
5382
5382
  returnType: "EntityTypes.resourceSpecificPermissionGrant[]"
5383
5383
  },
5384
5384
  validateProperties: {
5385
5385
  argNames: ["displayName", "mailNickname", "onBehalfOfUserId"],
5386
- requestType: RequestType.Post,
5386
+ requestType: RequestType.PostWithArgsInBody,
5387
5387
  },
5388
5388
  addFavorite: {
5389
- requestType: RequestType.Post,
5389
+ requestType: RequestType.PostWithArgsInBody,
5390
5390
  },
5391
5391
  removeFavorite: {
5392
- requestType: RequestType.Post,
5392
+ requestType: RequestType.PostWithArgsInBody,
5393
5393
  },
5394
5394
  resetUnseenCount: {
5395
- requestType: RequestType.Post,
5395
+ requestType: RequestType.PostWithArgsInBody,
5396
5396
  },
5397
5397
  subscribeByMail: {
5398
- requestType: RequestType.Post,
5398
+ requestType: RequestType.PostWithArgsInBody,
5399
5399
  },
5400
5400
  unsubscribeByMail: {
5401
- requestType: RequestType.Post,
5401
+ requestType: RequestType.PostWithArgsInBody,
5402
5402
  },
5403
5403
  renew: {
5404
- requestType: RequestType.Post,
5404
+ requestType: RequestType.PostWithArgsInBody,
5405
5405
  },
5406
5406
  },
5407
5407
  groups: {
@@ -5414,12 +5414,12 @@ export const Mapper: IMapper = {
5414
5414
  query: { argNames: ["oData"], requestType: RequestType.OData },
5415
5415
  addGroup: {
5416
5416
  argNames: ["groupId"],
5417
- requestType: RequestType.Post,
5417
+ requestType: RequestType.PostWithArgsInBody,
5418
5418
  returnType: "boolean"
5419
5419
  },
5420
5420
  removeGroup: {
5421
5421
  argNames: ["groupId"],
5422
- requestType: RequestType.Post,
5422
+ requestType: RequestType.PostWithArgsInBody,
5423
5423
  returnType: "boolean"
5424
5424
  },
5425
5425
  },
@@ -5633,7 +5633,7 @@ export const Mapper: IMapper = {
5633
5633
  query: { argNames: ["oData"], requestType: RequestType.OData },
5634
5634
  uploadClientCertificate: {
5635
5635
  argNames: ["pkcs12Value", "password"],
5636
- requestType: RequestType.Post,
5636
+ requestType: RequestType.PostWithArgsInBody,
5637
5637
  returnType: "EntityTypes.identityApiConnector"
5638
5638
  },
5639
5639
  },
@@ -6346,7 +6346,7 @@ export const Mapper: IMapper = {
6346
6346
  },
6347
6347
  createLink: {
6348
6348
  argNames: ["type", "scope", "expirationDateTime", "password", "message", "recipients", "retainInheritedPermissions", "sendNotification"],
6349
- requestType: RequestType.Post,
6349
+ requestType: RequestType.PostWithArgsInBody,
6350
6350
  returnType: "EntityTypes.permission"
6351
6351
  },
6352
6352
  getActivitiesByInterval: {
@@ -6367,7 +6367,7 @@ export const Mapper: IMapper = {
6367
6367
  returnType: "fieldValueSet"
6368
6368
  },
6369
6369
  restoreVersion: {
6370
- requestType: RequestType.Post,
6370
+ requestType: RequestType.PostWithArgsInBody,
6371
6371
  },
6372
6372
  },
6373
6373
  listItemVersions: {
@@ -6507,12 +6507,12 @@ export const Mapper: IMapper = {
6507
6507
  },
6508
6508
  copy: {
6509
6509
  argNames: ["DestinationId"],
6510
- requestType: RequestType.Post,
6510
+ requestType: RequestType.PostWithArgsInBody,
6511
6511
  returnType: "EntityTypes.mailFolder"
6512
6512
  },
6513
6513
  move: {
6514
6514
  argNames: ["DestinationId"],
6515
- requestType: RequestType.Post,
6515
+ requestType: RequestType.PostWithArgsInBody,
6516
6516
  returnType: "EntityTypes.mailFolder"
6517
6517
  },
6518
6518
  },
@@ -6614,7 +6614,7 @@ export const Mapper: IMapper = {
6614
6614
  },
6615
6615
  targetApps: {
6616
6616
  argNames: ["apps"],
6617
- requestType: RequestType.Post,
6617
+ requestType: RequestType.PostWithArgsInBody,
6618
6618
  },
6619
6619
  },
6620
6620
  managedAppPolicys: {
@@ -6637,7 +6637,7 @@ export const Mapper: IMapper = {
6637
6637
  },
6638
6638
  targetApps: {
6639
6639
  argNames: ["apps"],
6640
- requestType: RequestType.Post,
6640
+ requestType: RequestType.PostWithArgsInBody,
6641
6641
  },
6642
6642
  },
6643
6643
  managedAppRegistration: {
@@ -6706,63 +6706,63 @@ export const Mapper: IMapper = {
6706
6706
  returnType: "windowsProtectionState"
6707
6707
  },
6708
6708
  bypassActivationLock: {
6709
- requestType: RequestType.Post,
6709
+ requestType: RequestType.PostWithArgsInBody,
6710
6710
  },
6711
6711
  cleanWindowsDevice: {
6712
6712
  argNames: ["keepUserData"],
6713
- requestType: RequestType.Post,
6713
+ requestType: RequestType.PostWithArgsInBody,
6714
6714
  },
6715
6715
  deleteUserFromSharedAppleDevice: {
6716
6716
  argNames: ["userPrincipalName"],
6717
- requestType: RequestType.Post,
6717
+ requestType: RequestType.PostWithArgsInBody,
6718
6718
  },
6719
6719
  disableLostMode: {
6720
- requestType: RequestType.Post,
6720
+ requestType: RequestType.PostWithArgsInBody,
6721
6721
  },
6722
6722
  locateDevice: {
6723
- requestType: RequestType.Post,
6723
+ requestType: RequestType.PostWithArgsInBody,
6724
6724
  },
6725
6725
  logoutSharedAppleDeviceActiveUser: {
6726
- requestType: RequestType.Post,
6726
+ requestType: RequestType.PostWithArgsInBody,
6727
6727
  },
6728
6728
  rebootNow: {
6729
- requestType: RequestType.Post,
6729
+ requestType: RequestType.PostWithArgsInBody,
6730
6730
  },
6731
6731
  recoverPasscode: {
6732
- requestType: RequestType.Post,
6732
+ requestType: RequestType.PostWithArgsInBody,
6733
6733
  },
6734
6734
  remoteLock: {
6735
- requestType: RequestType.Post,
6735
+ requestType: RequestType.PostWithArgsInBody,
6736
6736
  },
6737
6737
  requestRemoteAssistance: {
6738
- requestType: RequestType.Post,
6738
+ requestType: RequestType.PostWithArgsInBody,
6739
6739
  },
6740
6740
  resetPasscode: {
6741
- requestType: RequestType.Post,
6741
+ requestType: RequestType.PostWithArgsInBody,
6742
6742
  },
6743
6743
  retire: {
6744
- requestType: RequestType.Post,
6744
+ requestType: RequestType.PostWithArgsInBody,
6745
6745
  },
6746
6746
  shutDown: {
6747
- requestType: RequestType.Post,
6747
+ requestType: RequestType.PostWithArgsInBody,
6748
6748
  },
6749
6749
  syncDevice: {
6750
- requestType: RequestType.Post,
6750
+ requestType: RequestType.PostWithArgsInBody,
6751
6751
  },
6752
6752
  updateWindowsDeviceAccount: {
6753
6753
  argNames: ["updateWindowsDeviceAccountActionParameter"],
6754
- requestType: RequestType.Post,
6754
+ requestType: RequestType.PostWithArgsInBody,
6755
6755
  },
6756
6756
  windowsDefenderScan: {
6757
6757
  argNames: ["quickScan"],
6758
- requestType: RequestType.Post,
6758
+ requestType: RequestType.PostWithArgsInBody,
6759
6759
  },
6760
6760
  windowsDefenderUpdateSignatures: {
6761
- requestType: RequestType.Post,
6761
+ requestType: RequestType.PostWithArgsInBody,
6762
6762
  },
6763
6763
  wipe: {
6764
6764
  argNames: ["keepEnrollmentData", "keepUserData", "macOsUnlockCode", "persistEsimDataPlan"],
6765
- requestType: RequestType.Post,
6765
+ requestType: RequestType.PostWithArgsInBody,
6766
6766
  },
6767
6767
  },
6768
6768
  managedDevices: {
@@ -6793,7 +6793,7 @@ export const Mapper: IMapper = {
6793
6793
  },
6794
6794
  assign: {
6795
6795
  argNames: ["assignments"],
6796
- requestType: RequestType.Post,
6796
+ requestType: RequestType.PostWithArgsInBody,
6797
6797
  },
6798
6798
  },
6799
6799
  managedDeviceMobileAppConfigurations: {
@@ -6872,7 +6872,7 @@ export const Mapper: IMapper = {
6872
6872
  },
6873
6873
  assign: {
6874
6874
  argNames: ["managedEBookAssignments"],
6875
- requestType: RequestType.Post,
6875
+ requestType: RequestType.PostWithArgsInBody,
6876
6876
  },
6877
6877
  },
6878
6878
  managedEBooks: {
@@ -6990,43 +6990,43 @@ export const Mapper: IMapper = {
6990
6990
  },
6991
6991
  forward: {
6992
6992
  argNames: ["ToRecipients", "Message", "Comment"],
6993
- requestType: RequestType.Post,
6993
+ requestType: RequestType.PostWithArgsInBody,
6994
6994
  },
6995
6995
  copy: {
6996
6996
  argNames: ["DestinationId"],
6997
- requestType: RequestType.Post,
6997
+ requestType: RequestType.PostWithArgsInBody,
6998
6998
  returnType: "EntityTypes.message"
6999
6999
  },
7000
7000
  move: {
7001
7001
  argNames: ["DestinationId"],
7002
- requestType: RequestType.Post,
7002
+ requestType: RequestType.PostWithArgsInBody,
7003
7003
  returnType: "EntityTypes.message"
7004
7004
  },
7005
7005
  createForward: {
7006
7006
  argNames: ["ToRecipients", "Message", "Comment"],
7007
- requestType: RequestType.Post,
7007
+ requestType: RequestType.PostWithArgsInBody,
7008
7008
  returnType: "EntityTypes.message"
7009
7009
  },
7010
7010
  createReply: {
7011
7011
  argNames: ["Message", "Comment"],
7012
- requestType: RequestType.Post,
7012
+ requestType: RequestType.PostWithArgsInBody,
7013
7013
  returnType: "EntityTypes.message"
7014
7014
  },
7015
7015
  createReplyAll: {
7016
7016
  argNames: ["Message", "Comment"],
7017
- requestType: RequestType.Post,
7017
+ requestType: RequestType.PostWithArgsInBody,
7018
7018
  returnType: "EntityTypes.message"
7019
7019
  },
7020
7020
  reply: {
7021
7021
  argNames: ["Message", "Comment"],
7022
- requestType: RequestType.Post,
7022
+ requestType: RequestType.PostWithArgsInBody,
7023
7023
  },
7024
7024
  replyAll: {
7025
7025
  argNames: ["Message", "Comment"],
7026
- requestType: RequestType.Post,
7026
+ requestType: RequestType.PostWithArgsInBody,
7027
7027
  },
7028
7028
  send: {
7029
- requestType: RequestType.Post,
7029
+ requestType: RequestType.PostWithArgsInBody,
7030
7030
  },
7031
7031
  },
7032
7032
  messages: {
@@ -7103,7 +7103,7 @@ export const Mapper: IMapper = {
7103
7103
  },
7104
7104
  assign: {
7105
7105
  argNames: ["mobileAppAssignments"],
7106
- requestType: RequestType.Post,
7106
+ requestType: RequestType.PostWithArgsInBody,
7107
7107
  },
7108
7108
  },
7109
7109
  mobileApps: {
@@ -7153,10 +7153,10 @@ export const Mapper: IMapper = {
7153
7153
  query: { argNames: ["oData"], requestType: RequestType.OData },
7154
7154
  commit: {
7155
7155
  argNames: ["fileEncryptionInfo"],
7156
- requestType: RequestType.Post,
7156
+ requestType: RequestType.PostWithArgsInBody,
7157
7157
  },
7158
7158
  renewUpload: {
7159
- requestType: RequestType.Post,
7159
+ requestType: RequestType.PostWithArgsInBody,
7160
7160
  },
7161
7161
  },
7162
7162
  mobileAppContentFiles: {
@@ -7298,7 +7298,7 @@ export const Mapper: IMapper = {
7298
7298
  },
7299
7299
  copyNotebook: {
7300
7300
  argNames: ["groupId", "renameAs", "notebookFolder", "siteCollectionId", "siteId"],
7301
- requestType: RequestType.Post,
7301
+ requestType: RequestType.PostWithArgsInBody,
7302
7302
  returnType: "EntityTypes.onenoteOperation"
7303
7303
  },
7304
7304
  },
@@ -7315,7 +7315,7 @@ export const Mapper: IMapper = {
7315
7315
  returnType: "localizedNotificationMessages"
7316
7316
  },
7317
7317
  sendTestMessage: {
7318
- requestType: RequestType.Post,
7318
+ requestType: RequestType.PostWithArgsInBody,
7319
7319
  },
7320
7320
  },
7321
7321
  notificationMessageTemplates: {
@@ -7522,12 +7522,12 @@ export const Mapper: IMapper = {
7522
7522
  },
7523
7523
  copyToSection: {
7524
7524
  argNames: ["id", "groupId", "siteCollectionId", "siteId"],
7525
- requestType: RequestType.Post,
7525
+ requestType: RequestType.PostWithArgsInBody,
7526
7526
  returnType: "EntityTypes.onenoteOperation"
7527
7527
  },
7528
7528
  onenotePatchContent: {
7529
7529
  argNames: ["commands"],
7530
- requestType: RequestType.Post,
7530
+ requestType: RequestType.PostWithArgsInBody,
7531
7531
  },
7532
7532
  preview: {
7533
7533
  requestType: RequestType.Get,
@@ -7564,12 +7564,12 @@ export const Mapper: IMapper = {
7564
7564
  },
7565
7565
  copyToNotebook: {
7566
7566
  argNames: ["id", "groupId", "renameAs", "siteCollectionId", "siteId"],
7567
- requestType: RequestType.Post,
7567
+ requestType: RequestType.PostWithArgsInBody,
7568
7568
  returnType: "EntityTypes.onenoteOperation"
7569
7569
  },
7570
7570
  copyToSectionGroup: {
7571
7571
  argNames: ["id", "groupId", "renameAs", "siteCollectionId", "siteId"],
7572
- requestType: RequestType.Post,
7572
+ requestType: RequestType.PostWithArgsInBody,
7573
7573
  returnType: "EntityTypes.onenoteOperation"
7574
7574
  },
7575
7575
  },
@@ -7591,11 +7591,11 @@ export const Mapper: IMapper = {
7591
7591
  },
7592
7592
  sendVirtualAppointmentReminderSms: {
7593
7593
  argNames: ["remindBeforeTimeInMinutesType", "attendees"],
7594
- requestType: RequestType.Post,
7594
+ requestType: RequestType.PostWithArgsInBody,
7595
7595
  },
7596
7596
  sendVirtualAppointmentSms: {
7597
7597
  argNames: ["messageType", "attendees"],
7598
- requestType: RequestType.Post,
7598
+ requestType: RequestType.PostWithArgsInBody,
7599
7599
  },
7600
7600
  getVirtualAppointmentJoinWebUrl: {
7601
7601
  requestType: RequestType.Get,
@@ -7670,7 +7670,7 @@ export const Mapper: IMapper = {
7670
7670
  returnType: "directoryObjects"
7671
7671
  },
7672
7672
  retryServiceProvisioning: {
7673
- requestType: RequestType.Post,
7673
+ requestType: RequestType.PostWithArgsInBody,
7674
7674
  },
7675
7675
  },
7676
7676
  organization: {
@@ -7690,7 +7690,7 @@ export const Mapper: IMapper = {
7690
7690
  returnType: "extensions"
7691
7691
  },
7692
7692
  setMobileDeviceManagementAuthority: {
7693
- requestType: RequestType.Post,
7693
+ requestType: RequestType.PostWithArgsInBody,
7694
7694
  returnType: "number"
7695
7695
  },
7696
7696
  },
@@ -7762,17 +7762,17 @@ export const Mapper: IMapper = {
7762
7762
  query: { argNames: ["oData"], requestType: RequestType.OData },
7763
7763
  mute: {
7764
7764
  argNames: ["clientContext"],
7765
- requestType: RequestType.Post,
7765
+ requestType: RequestType.PostWithArgsInBody,
7766
7766
  returnType: "EntityTypes.muteParticipantOperation"
7767
7767
  },
7768
7768
  startHoldMusic: {
7769
7769
  argNames: ["customPrompt", "clientContext"],
7770
- requestType: RequestType.Post,
7770
+ requestType: RequestType.PostWithArgsInBody,
7771
7771
  returnType: "EntityTypes.startHoldMusicOperation"
7772
7772
  },
7773
7773
  stopHoldMusic: {
7774
7774
  argNames: ["clientContext"],
7775
- requestType: RequestType.Post,
7775
+ requestType: RequestType.PostWithArgsInBody,
7776
7776
  returnType: "EntityTypes.stopHoldMusicOperation"
7777
7777
  },
7778
7778
  },
@@ -7871,7 +7871,7 @@ export const Mapper: IMapper = {
7871
7871
  },
7872
7872
  grant: {
7873
7873
  argNames: ["roles", "recipients"],
7874
- requestType: RequestType.Post,
7874
+ requestType: RequestType.PostWithArgsInBody,
7875
7875
  returnType: "EntityTypes.permission[]"
7876
7876
  },
7877
7877
  },
@@ -7921,10 +7921,10 @@ export const Mapper: IMapper = {
7921
7921
  ],
7922
7922
  query: { argNames: ["oData"], requestType: RequestType.OData },
7923
7923
  disableSmsSignIn: {
7924
- requestType: RequestType.Post,
7924
+ requestType: RequestType.PostWithArgsInBody,
7925
7925
  },
7926
7926
  enableSmsSignIn: {
7927
- requestType: RequestType.Post,
7927
+ requestType: RequestType.PostWithArgsInBody,
7928
7928
  },
7929
7929
  },
7930
7930
  phoneAuthenticationMethods: {
@@ -8210,11 +8210,11 @@ export const Mapper: IMapper = {
8210
8210
  },
8211
8211
  forward: {
8212
8212
  argNames: ["Comment", "ToRecipients"],
8213
- requestType: RequestType.Post,
8213
+ requestType: RequestType.PostWithArgsInBody,
8214
8214
  },
8215
8215
  reply: {
8216
8216
  argNames: ["Post"],
8217
- requestType: RequestType.Post,
8217
+ requestType: RequestType.PostWithArgsInBody,
8218
8218
  },
8219
8219
  },
8220
8220
  posts: {
@@ -8227,22 +8227,22 @@ export const Mapper: IMapper = {
8227
8227
  query: { argNames: ["oData"], requestType: RequestType.OData },
8228
8228
  clearPresence: {
8229
8229
  argNames: ["sessionId"],
8230
- requestType: RequestType.Post,
8230
+ requestType: RequestType.PostWithArgsInBody,
8231
8231
  },
8232
8232
  clearUserPreferredPresence: {
8233
- requestType: RequestType.Post,
8233
+ requestType: RequestType.PostWithArgsInBody,
8234
8234
  },
8235
8235
  setPresence: {
8236
8236
  argNames: ["sessionId", "availability", "activity", "expirationDuration"],
8237
- requestType: RequestType.Post,
8237
+ requestType: RequestType.PostWithArgsInBody,
8238
8238
  },
8239
8239
  setStatusMessage: {
8240
8240
  argNames: ["statusMessage"],
8241
- requestType: RequestType.Post,
8241
+ requestType: RequestType.PostWithArgsInBody,
8242
8242
  },
8243
8243
  setUserPreferredPresence: {
8244
8244
  argNames: ["availability", "activity", "expirationDuration"],
8245
- requestType: RequestType.Post,
8245
+ requestType: RequestType.PostWithArgsInBody,
8246
8246
  },
8247
8247
  },
8248
8248
  presences: {
@@ -8295,7 +8295,7 @@ export const Mapper: IMapper = {
8295
8295
  query: { argNames: ["oData"], requestType: RequestType.OData },
8296
8296
  createUploadSession: {
8297
8297
  argNames: ["properties"],
8298
- requestType: RequestType.Post,
8298
+ requestType: RequestType.PostWithArgsInBody,
8299
8299
  returnType: "ComplexTypes.uploadSession"
8300
8300
  },
8301
8301
  },
@@ -8316,19 +8316,19 @@ export const Mapper: IMapper = {
8316
8316
  returnType: "printTasks"
8317
8317
  },
8318
8318
  cancel: {
8319
- requestType: RequestType.Post,
8319
+ requestType: RequestType.PostWithArgsInBody,
8320
8320
  },
8321
8321
  start: {
8322
- requestType: RequestType.Post,
8322
+ requestType: RequestType.PostWithArgsInBody,
8323
8323
  returnType: "ComplexTypes.printJobStatus"
8324
8324
  },
8325
8325
  abort: {
8326
8326
  argNames: ["reason"],
8327
- requestType: RequestType.Post,
8327
+ requestType: RequestType.PostWithArgsInBody,
8328
8328
  },
8329
8329
  redirect: {
8330
8330
  argNames: ["destinationPrinterId", "configuration"],
8331
- requestType: RequestType.Post,
8331
+ requestType: RequestType.PostWithArgsInBody,
8332
8332
  returnType: "EntityTypes.printJob"
8333
8333
  },
8334
8334
  },
@@ -8453,7 +8453,7 @@ export const Mapper: IMapper = {
8453
8453
  returnType: "printTaskTriggers"
8454
8454
  },
8455
8455
  restoreFactoryDefaults: {
8456
- requestType: RequestType.Post,
8456
+ requestType: RequestType.PostWithArgsInBody,
8457
8457
  },
8458
8458
  },
8459
8459
  printers: {
@@ -8596,7 +8596,7 @@ export const Mapper: IMapper = {
8596
8596
  returnType: "privilegedAccessGroupEligibilitySchedule"
8597
8597
  },
8598
8598
  cancel: {
8599
- requestType: RequestType.Post,
8599
+ requestType: RequestType.PostWithArgsInBody,
8600
8600
  },
8601
8601
  },
8602
8602
  privilegedAccessGroupAssignmentScheduleRequests: {
@@ -8647,7 +8647,7 @@ export const Mapper: IMapper = {
8647
8647
  returnType: "privilegedAccessGroupEligibilitySchedule"
8648
8648
  },
8649
8649
  cancel: {
8650
- requestType: RequestType.Post,
8650
+ requestType: RequestType.PostWithArgsInBody,
8651
8651
  },
8652
8652
  },
8653
8653
  privilegedAccessGroupEligibilityScheduleRequests: {
@@ -8716,11 +8716,11 @@ export const Mapper: IMapper = {
8716
8716
  ],
8717
8717
  query: { argNames: ["oData"], requestType: RequestType.OData },
8718
8718
  activate: {
8719
- requestType: RequestType.Post,
8719
+ requestType: RequestType.PostWithArgsInBody,
8720
8720
  returnType: "EntityTypes.protectionPolicyBase"
8721
8721
  },
8722
8722
  deactivate: {
8723
- requestType: RequestType.Post,
8723
+ requestType: RequestType.PostWithArgsInBody,
8724
8724
  returnType: "EntityTypes.protectionPolicyBase"
8725
8725
  },
8726
8726
  },
@@ -8733,7 +8733,7 @@ export const Mapper: IMapper = {
8733
8733
  ],
8734
8734
  query: { argNames: ["oData"], requestType: RequestType.OData },
8735
8735
  run: {
8736
- requestType: RequestType.Post,
8736
+ requestType: RequestType.PostWithArgsInBody,
8737
8737
  returnType: "EntityTypes.protectionRuleBase"
8738
8738
  },
8739
8739
  },
@@ -8848,10 +8848,10 @@ export const Mapper: IMapper = {
8848
8848
  ],
8849
8849
  query: { argNames: ["oData"], requestType: RequestType.OData },
8850
8850
  beginOnboarding: {
8851
- requestType: RequestType.Post,
8851
+ requestType: RequestType.PostWithArgsInBody,
8852
8852
  },
8853
8853
  disconnect: {
8854
- requestType: RequestType.Post,
8854
+ requestType: RequestType.PostWithArgsInBody,
8855
8855
  },
8856
8856
  },
8857
8857
  remoteAssistancePartners: {
@@ -9244,7 +9244,7 @@ export const Mapper: IMapper = {
9244
9244
  ],
9245
9245
  query: { argNames: ["oData"], requestType: RequestType.OData },
9246
9246
  activate: {
9247
- requestType: RequestType.Post,
9247
+ requestType: RequestType.PostWithArgsInBody,
9248
9248
  returnType: "EntityTypes.restoreSessionBase"
9249
9249
  },
9250
9250
  },
@@ -9487,7 +9487,7 @@ export const Mapper: IMapper = {
9487
9487
  },
9488
9488
  share: {
9489
9489
  argNames: ["notifyTeam", "startDateTime", "endDateTime"],
9490
- requestType: RequestType.Post,
9490
+ requestType: RequestType.PostWithArgsInBody,
9491
9491
  },
9492
9492
  },
9493
9493
  scheduleChangeRequest: {
@@ -9497,11 +9497,11 @@ export const Mapper: IMapper = {
9497
9497
  query: { argNames: ["oData"], requestType: RequestType.OData },
9498
9498
  decline: {
9499
9499
  argNames: ["message"],
9500
- requestType: RequestType.Post,
9500
+ requestType: RequestType.PostWithArgsInBody,
9501
9501
  },
9502
9502
  approve: {
9503
9503
  argNames: ["message"],
9504
- requestType: RequestType.Post,
9504
+ requestType: RequestType.PostWithArgsInBody,
9505
9505
  },
9506
9506
  },
9507
9507
  schedulingGroup: {
@@ -9571,7 +9571,7 @@ export const Mapper: IMapper = {
9571
9571
  },
9572
9572
  query: {
9573
9573
  argNames: ["requests"],
9574
- requestType: RequestType.Post,
9574
+ requestType: RequestType.PostWithArgsInBody,
9575
9575
  returnType: "ComplexTypes.searchResponse[]"
9576
9576
  },
9577
9577
  },
@@ -9670,7 +9670,7 @@ export const Mapper: IMapper = {
9670
9670
  },
9671
9671
  runHuntingQuery: {
9672
9672
  argNames: ["query", "timespan"],
9673
- requestType: RequestType.Post,
9673
+ requestType: RequestType.PostWithArgsInBody,
9674
9674
  returnType: "ComplexTypes.huntingQueryResults"
9675
9675
  },
9676
9676
  },
@@ -9758,11 +9758,11 @@ export const Mapper: IMapper = {
9758
9758
  query: { argNames: ["oData"], requestType: RequestType.OData },
9759
9759
  activate: {
9760
9760
  argNames: ["effectiveDateTime"],
9761
- requestType: RequestType.Post,
9761
+ requestType: RequestType.PostWithArgsInBody,
9762
9762
  returnType: "EntityTypes.serviceApp"
9763
9763
  },
9764
9764
  deactivate: {
9765
- requestType: RequestType.Post,
9765
+ requestType: RequestType.PostWithArgsInBody,
9766
9766
  returnType: "EntityTypes.serviceApp"
9767
9767
  },
9768
9768
  },
@@ -9872,25 +9872,25 @@ export const Mapper: IMapper = {
9872
9872
  },
9873
9873
  addKey: {
9874
9874
  argNames: ["keyCredential", "passwordCredential", "proof"],
9875
- requestType: RequestType.Post,
9875
+ requestType: RequestType.PostWithArgsInBody,
9876
9876
  returnType: "ComplexTypes.keyCredential"
9877
9877
  },
9878
9878
  addPassword: {
9879
9879
  argNames: ["passwordCredential"],
9880
- requestType: RequestType.Post,
9880
+ requestType: RequestType.PostWithArgsInBody,
9881
9881
  returnType: "ComplexTypes.passwordCredential"
9882
9882
  },
9883
9883
  removeKey: {
9884
9884
  argNames: ["keyId", "proof"],
9885
- requestType: RequestType.Post,
9885
+ requestType: RequestType.PostWithArgsInBody,
9886
9886
  },
9887
9887
  removePassword: {
9888
9888
  argNames: ["keyId"],
9889
- requestType: RequestType.Post,
9889
+ requestType: RequestType.PostWithArgsInBody,
9890
9890
  },
9891
9891
  addTokenSigningCertificate: {
9892
9892
  argNames: ["displayName", "endDateTime"],
9893
- requestType: RequestType.Post,
9893
+ requestType: RequestType.PostWithArgsInBody,
9894
9894
  returnType: "ComplexTypes.selfSignedCertificate"
9895
9895
  },
9896
9896
  },
@@ -10245,11 +10245,11 @@ export const Mapper: IMapper = {
10245
10245
  returnType: "webParts"
10246
10246
  },
10247
10247
  publish: {
10248
- requestType: RequestType.Post,
10248
+ requestType: RequestType.PostWithArgsInBody,
10249
10249
  },
10250
10250
  getWebPartsByPosition: {
10251
10251
  argNames: ["webPartIndex", "horizontalSectionId", "isInVerticalSection", "columnId"],
10252
- requestType: RequestType.Post,
10252
+ requestType: RequestType.PostWithArgsInBody,
10253
10253
  returnType: "EntityTypes.webPart[]"
10254
10254
  },
10255
10255
  },
@@ -10531,7 +10531,7 @@ export const Mapper: IMapper = {
10531
10531
  ],
10532
10532
  query: { argNames: ["oData"], requestType: RequestType.OData },
10533
10533
  reauthorize: {
10534
- requestType: RequestType.Post,
10534
+ requestType: RequestType.PostWithArgsInBody,
10535
10535
  },
10536
10536
  },
10537
10537
  subscriptions: {
@@ -10562,7 +10562,7 @@ export const Mapper: IMapper = {
10562
10562
  },
10563
10563
  acquireAccessToken: {
10564
10564
  argNames: ["credentials"],
10565
- requestType: RequestType.Post,
10565
+ requestType: RequestType.PostWithArgsInBody,
10566
10566
  },
10567
10567
  },
10568
10568
  synchronizationJob: {
@@ -10577,23 +10577,23 @@ export const Mapper: IMapper = {
10577
10577
  returnType: "synchronizationSchema"
10578
10578
  },
10579
10579
  pause: {
10580
- requestType: RequestType.Post,
10580
+ requestType: RequestType.PostWithArgsInBody,
10581
10581
  },
10582
10582
  provisionOnDemand: {
10583
10583
  argNames: ["parameters"],
10584
- requestType: RequestType.Post,
10584
+ requestType: RequestType.PostWithArgsInBody,
10585
10585
  returnType: "ComplexTypes.stringKeyStringValuePair"
10586
10586
  },
10587
10587
  restart: {
10588
10588
  argNames: ["criteria"],
10589
- requestType: RequestType.Post,
10589
+ requestType: RequestType.PostWithArgsInBody,
10590
10590
  },
10591
10591
  start: {
10592
- requestType: RequestType.Post,
10592
+ requestType: RequestType.PostWithArgsInBody,
10593
10593
  },
10594
10594
  validateCredentials: {
10595
10595
  argNames: ["applicationIdentifier", "templateId", "useSavedCredentials", "credentials"],
10596
- requestType: RequestType.Post,
10596
+ requestType: RequestType.PostWithArgsInBody,
10597
10597
  },
10598
10598
  },
10599
10599
  synchronizationJobs: {
@@ -10610,7 +10610,7 @@ export const Mapper: IMapper = {
10610
10610
  },
10611
10611
  parseExpression: {
10612
10612
  argNames: ["expression", "testInputObject", "targetAttributeDefinition"],
10613
- requestType: RequestType.Post,
10613
+ requestType: RequestType.PostWithArgsInBody,
10614
10614
  returnType: "ComplexTypes.parseExpressionResponse"
10615
10615
  },
10616
10616
  filterOperators: {
@@ -10669,11 +10669,11 @@ export const Mapper: IMapper = {
10669
10669
  },
10670
10670
  assign: {
10671
10671
  argNames: ["assignments"],
10672
- requestType: RequestType.Post,
10672
+ requestType: RequestType.PostWithArgsInBody,
10673
10673
  },
10674
10674
  targetApps: {
10675
10675
  argNames: ["apps", "appGroupType"],
10676
- requestType: RequestType.Post,
10676
+ requestType: RequestType.PostWithArgsInBody,
10677
10677
  },
10678
10678
  },
10679
10679
  targetedManagedAppConfigurations: {
@@ -10700,11 +10700,11 @@ export const Mapper: IMapper = {
10700
10700
  },
10701
10701
  assign: {
10702
10702
  argNames: ["assignments"],
10703
- requestType: RequestType.Post,
10703
+ requestType: RequestType.PostWithArgsInBody,
10704
10704
  },
10705
10705
  targetApps: {
10706
10706
  argNames: ["apps", "appGroupType"],
10707
- requestType: RequestType.Post,
10707
+ requestType: RequestType.PostWithArgsInBody,
10708
10708
  },
10709
10709
  },
10710
10710
  task: {
@@ -10813,21 +10813,21 @@ export const Mapper: IMapper = {
10813
10813
  },
10814
10814
  archive: {
10815
10815
  argNames: ["shouldSetSpoSiteReadOnlyForMembers"],
10816
- requestType: RequestType.Post,
10816
+ requestType: RequestType.PostWithArgsInBody,
10817
10817
  },
10818
10818
  unarchive: {
10819
- requestType: RequestType.Post,
10819
+ requestType: RequestType.PostWithArgsInBody,
10820
10820
  },
10821
10821
  completeMigration: {
10822
- requestType: RequestType.Post,
10822
+ requestType: RequestType.PostWithArgsInBody,
10823
10823
  },
10824
10824
  clone: {
10825
10825
  argNames: ["displayName", "description", "mailNickname", "classification", "visibility", "partsToClone"],
10826
- requestType: RequestType.Post,
10826
+ requestType: RequestType.PostWithArgsInBody,
10827
10827
  },
10828
10828
  sendActivityNotification: {
10829
10829
  argNames: ["topic", "activityType", "chainId", "previewText", "teamsAppId", "templateParameters", "recipient"],
10830
- requestType: RequestType.Post,
10830
+ requestType: RequestType.PostWithArgsInBody,
10831
10831
  },
10832
10832
  },
10833
10833
  teams: {
@@ -10880,7 +10880,7 @@ export const Mapper: IMapper = {
10880
10880
  },
10881
10881
  upgrade: {
10882
10882
  argNames: ["consentedPermissionSet"],
10883
- requestType: RequestType.Post,
10883
+ requestType: RequestType.PostWithArgsInBody,
10884
10884
  },
10885
10885
  },
10886
10886
  teamsAppInstallations: {
@@ -10944,7 +10944,7 @@ export const Mapper: IMapper = {
10944
10944
  },
10945
10945
  sendActivityNotificationToRecipients: {
10946
10946
  argNames: ["topic", "activityType", "chainId", "previewText", "teamsAppId", "templateParameters", "recipients"],
10947
- requestType: RequestType.Post,
10947
+ requestType: RequestType.PostWithArgsInBody,
10948
10948
  },
10949
10949
  },
10950
10950
  teamworkBot: {
@@ -11508,7 +11508,7 @@ export const Mapper: IMapper = {
11508
11508
  returnType: "unifiedRoleAssignmentSchedule"
11509
11509
  },
11510
11510
  cancel: {
11511
- requestType: RequestType.Post,
11511
+ requestType: RequestType.PostWithArgsInBody,
11512
11512
  },
11513
11513
  },
11514
11514
  unifiedRoleAssignmentScheduleRequests: {
@@ -11568,7 +11568,7 @@ export const Mapper: IMapper = {
11568
11568
  returnType: "unifiedRoleEligibilitySchedule"
11569
11569
  },
11570
11570
  cancel: {
11571
- requestType: RequestType.Post,
11571
+ requestType: RequestType.PostWithArgsInBody,
11572
11572
  },
11573
11573
  },
11574
11574
  unifiedRoleEligibilityScheduleRequests: {
@@ -11921,53 +11921,53 @@ export const Mapper: IMapper = {
11921
11921
  },
11922
11922
  assignLicense: {
11923
11923
  argNames: ["addLicenses", "removeLicenses"],
11924
- requestType: RequestType.Post,
11924
+ requestType: RequestType.PostWithArgsInBody,
11925
11925
  returnType: "EntityTypes.user"
11926
11926
  },
11927
11927
  changePassword: {
11928
11928
  argNames: ["currentPassword", "newPassword"],
11929
- requestType: RequestType.Post,
11929
+ requestType: RequestType.PostWithArgsInBody,
11930
11930
  },
11931
11931
  reprocessLicenseAssignment: {
11932
- requestType: RequestType.Post,
11932
+ requestType: RequestType.PostWithArgsInBody,
11933
11933
  returnType: "EntityTypes.user"
11934
11934
  },
11935
11935
  retryServiceProvisioning: {
11936
- requestType: RequestType.Post,
11936
+ requestType: RequestType.PostWithArgsInBody,
11937
11937
  },
11938
11938
  revokeSignInSessions: {
11939
- requestType: RequestType.Post,
11939
+ requestType: RequestType.PostWithArgsInBody,
11940
11940
  returnType: "boolean"
11941
11941
  },
11942
11942
  findMeetingTimes: {
11943
11943
  argNames: ["attendees", "locationConstraint", "timeConstraint", "meetingDuration", "maxCandidates", "isOrganizerOptional", "returnSuggestionReasons", "minimumAttendeePercentage"],
11944
- requestType: RequestType.Post,
11944
+ requestType: RequestType.PostWithArgsInBody,
11945
11945
  returnType: "ComplexTypes.meetingTimeSuggestionsResult"
11946
11946
  },
11947
11947
  getMailTips: {
11948
11948
  argNames: ["EmailAddresses", "MailTipsOptions"],
11949
- requestType: RequestType.Post,
11949
+ requestType: RequestType.PostWithArgsInBody,
11950
11950
  returnType: "ComplexTypes.mailTips[]"
11951
11951
  },
11952
11952
  sendMail: {
11953
11953
  argNames: ["Message", "SaveToSentItems"],
11954
- requestType: RequestType.Post,
11954
+ requestType: RequestType.PostWithArgsInBody,
11955
11955
  },
11956
11956
  translateExchangeIds: {
11957
11957
  argNames: ["InputIds", "TargetIdType", "SourceIdType"],
11958
- requestType: RequestType.Post,
11958
+ requestType: RequestType.PostWithArgsInBody,
11959
11959
  returnType: "ComplexTypes.convertIdResult[]"
11960
11960
  },
11961
11961
  removeAllDevicesFromManagement: {
11962
- requestType: RequestType.Post,
11962
+ requestType: RequestType.PostWithArgsInBody,
11963
11963
  },
11964
11964
  wipeManagedAppRegistrationsByDeviceTag: {
11965
11965
  argNames: ["deviceTag"],
11966
- requestType: RequestType.Post,
11966
+ requestType: RequestType.PostWithArgsInBody,
11967
11967
  },
11968
11968
  exportPersonalData: {
11969
11969
  argNames: ["storageLocation"],
11970
- requestType: RequestType.Post,
11970
+ requestType: RequestType.PostWithArgsInBody,
11971
11971
  },
11972
11972
  exportDeviceAndAppManagementData: {
11973
11973
  argNames: ["skip", "top"],
@@ -12423,7 +12423,7 @@ export const Mapper: IMapper = {
12423
12423
  },
12424
12424
  sendActivityNotification: {
12425
12425
  argNames: ["topic", "activityType", "chainId", "previewText", "teamsAppId", "templateParameters"],
12426
- requestType: RequestType.Post,
12426
+ requestType: RequestType.PostWithArgsInBody,
12427
12427
  },
12428
12428
  },
12429
12429
  verticalSection: {
@@ -12484,10 +12484,10 @@ export const Mapper: IMapper = {
12484
12484
  returnType: "virtualEventSessions"
12485
12485
  },
12486
12486
  cancel: {
12487
- requestType: RequestType.Post,
12487
+ requestType: RequestType.PostWithArgsInBody,
12488
12488
  },
12489
12489
  publish: {
12490
- requestType: RequestType.Post,
12490
+ requestType: RequestType.PostWithArgsInBody,
12491
12491
  },
12492
12492
  },
12493
12493
  virtualEvents: {
@@ -12513,7 +12513,7 @@ export const Mapper: IMapper = {
12513
12513
  returnType: "virtualEventSessions"
12514
12514
  },
12515
12515
  cancel: {
12516
- requestType: RequestType.Post,
12516
+ requestType: RequestType.PostWithArgsInBody,
12517
12517
  },
12518
12518
  },
12519
12519
  virtualEventRegistrations: {
@@ -12630,7 +12630,7 @@ export const Mapper: IMapper = {
12630
12630
  ],
12631
12631
  query: { argNames: ["oData"], requestType: RequestType.OData },
12632
12632
  syncLicenses: {
12633
- requestType: RequestType.Post,
12633
+ requestType: RequestType.PostWithArgsInBody,
12634
12634
  returnType: "EntityTypes.vppToken"
12635
12635
  },
12636
12636
  },
@@ -12671,7 +12671,7 @@ export const Mapper: IMapper = {
12671
12671
  ],
12672
12672
  query: { argNames: ["oData"], requestType: RequestType.OData },
12673
12673
  getPositionOfWebPart: {
12674
- requestType: RequestType.Post,
12674
+ requestType: RequestType.PostWithArgsInBody,
12675
12675
  returnType: "ComplexTypes.webPartPosition"
12676
12676
  },
12677
12677
  },
@@ -12819,14 +12819,14 @@ export const Mapper: IMapper = {
12819
12819
  query: { argNames: ["oData"], requestType: RequestType.OData },
12820
12820
  assignUserToDevice: {
12821
12821
  argNames: ["userPrincipalName", "addressableUserName"],
12822
- requestType: RequestType.Post,
12822
+ requestType: RequestType.PostWithArgsInBody,
12823
12823
  },
12824
12824
  unassignUserFromDevice: {
12825
- requestType: RequestType.Post,
12825
+ requestType: RequestType.PostWithArgsInBody,
12826
12826
  },
12827
12827
  updateDeviceProperties: {
12828
12828
  argNames: ["userPrincipalName", "addressableUserName", "groupTag", "displayName"],
12829
- requestType: RequestType.Post,
12829
+ requestType: RequestType.PostWithArgsInBody,
12830
12830
  },
12831
12831
  },
12832
12832
  windowsAutopilotDeviceIdentitys: {
@@ -12880,7 +12880,7 @@ export const Mapper: IMapper = {
12880
12880
  },
12881
12881
  assign: {
12882
12882
  argNames: ["assignments"],
12883
- requestType: RequestType.Post,
12883
+ requestType: RequestType.PostWithArgsInBody,
12884
12884
  },
12885
12885
  },
12886
12886
  windowsInformationProtectionAppLearningSummary: {