gd-sprest 8.7.3 → 8.7.5

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.
@@ -46,7 +46,7 @@ exports.MapperV2 = {
46
46
  returnType: "accessPackageResourceRoleScopes"
47
47
  },
48
48
  getApplicablePolicyRequirements: {
49
- requestType: utils_1.RequestType.Post,
49
+ requestType: utils_1.RequestType.PostWithArgsInBody,
50
50
  returnType: "ComplexTypes.accessPackageAssignmentRequestRequirements[]"
51
51
  },
52
52
  },
@@ -66,7 +66,7 @@ exports.MapperV2 = {
66
66
  returnType: "accessPackageSubject"
67
67
  },
68
68
  reprocess: {
69
- requestType: utils_1.RequestType.Post,
69
+ requestType: utils_1.RequestType.PostWithArgsInBody,
70
70
  },
71
71
  },
72
72
  accessPackageAssignments: {
@@ -108,14 +108,14 @@ exports.MapperV2 = {
108
108
  returnType: "accessPackageSubject"
109
109
  },
110
110
  cancel: {
111
- requestType: utils_1.RequestType.Post,
111
+ requestType: utils_1.RequestType.PostWithArgsInBody,
112
112
  },
113
113
  reprocess: {
114
- requestType: utils_1.RequestType.Post,
114
+ requestType: utils_1.RequestType.PostWithArgsInBody,
115
115
  },
116
116
  resume: {
117
117
  argNames: ["source", "type", "data"],
118
- requestType: utils_1.RequestType.Post,
118
+ requestType: utils_1.RequestType.PostWithArgsInBody,
119
119
  },
120
120
  },
121
121
  accessPackageAssignmentRequests: {
@@ -276,7 +276,7 @@ exports.MapperV2 = {
276
276
  properties: [],
277
277
  query: { argNames: ["oData"], requestType: utils_1.RequestType.OData },
278
278
  generateDownloadUri: {
279
- requestType: utils_1.RequestType.Post,
279
+ requestType: utils_1.RequestType.PostWithArgsInBody,
280
280
  returnType: "EntityTypes.accessReviewHistoryInstance"
281
281
  },
282
282
  },
@@ -301,23 +301,23 @@ exports.MapperV2 = {
301
301
  returnType: "accessReviewStages"
302
302
  },
303
303
  acceptRecommendations: {
304
- requestType: utils_1.RequestType.Post,
304
+ requestType: utils_1.RequestType.PostWithArgsInBody,
305
305
  },
306
306
  applyDecisions: {
307
- requestType: utils_1.RequestType.Post,
307
+ requestType: utils_1.RequestType.PostWithArgsInBody,
308
308
  },
309
309
  batchRecordDecisions: {
310
310
  argNames: ["decision", "justification", "principalId", "resourceId"],
311
- requestType: utils_1.RequestType.Post,
311
+ requestType: utils_1.RequestType.PostWithArgsInBody,
312
312
  },
313
313
  resetDecisions: {
314
- requestType: utils_1.RequestType.Post,
314
+ requestType: utils_1.RequestType.PostWithArgsInBody,
315
315
  },
316
316
  sendReminder: {
317
- requestType: utils_1.RequestType.Post,
317
+ requestType: utils_1.RequestType.PostWithArgsInBody,
318
318
  },
319
319
  stop: {
320
- requestType: utils_1.RequestType.Post,
320
+ requestType: utils_1.RequestType.PostWithArgsInBody,
321
321
  },
322
322
  },
323
323
  accessReviewInstances: {
@@ -353,7 +353,7 @@ exports.MapperV2 = {
353
353
  returnType: "accessReviewInstances"
354
354
  },
355
355
  stop: {
356
- requestType: utils_1.RequestType.Post,
356
+ requestType: utils_1.RequestType.PostWithArgsInBody,
357
357
  },
358
358
  },
359
359
  accessReviewScheduleDefinitions: {
@@ -383,7 +383,7 @@ exports.MapperV2 = {
383
383
  returnType: "accessReviewInstanceDecisionItems"
384
384
  },
385
385
  stop: {
386
- requestType: utils_1.RequestType.Post,
386
+ requestType: utils_1.RequestType.PostWithArgsInBody,
387
387
  },
388
388
  },
389
389
  accessReviewStages: {
@@ -640,7 +640,7 @@ exports.MapperV2 = {
640
640
  properties: [],
641
641
  query: { argNames: ["oData"], requestType: utils_1.RequestType.OData },
642
642
  createDownloadUrl: {
643
- requestType: utils_1.RequestType.Post,
643
+ requestType: utils_1.RequestType.PostWithArgsInBody,
644
644
  returnType: "ComplexTypes.appLogCollectionDownloadDetails"
645
645
  },
646
646
  },
@@ -728,28 +728,28 @@ exports.MapperV2 = {
728
728
  },
729
729
  setVerifiedPublisher: {
730
730
  argNames: ["verifiedPublisherId"],
731
- requestType: utils_1.RequestType.Post,
731
+ requestType: utils_1.RequestType.PostWithArgsInBody,
732
732
  },
733
733
  unsetVerifiedPublisher: {
734
- requestType: utils_1.RequestType.Post,
734
+ requestType: utils_1.RequestType.PostWithArgsInBody,
735
735
  },
736
736
  addKey: {
737
737
  argNames: ["keyCredential", "passwordCredential", "proof"],
738
- requestType: utils_1.RequestType.Post,
738
+ requestType: utils_1.RequestType.PostWithArgsInBody,
739
739
  returnType: "ComplexTypes.keyCredential"
740
740
  },
741
741
  addPassword: {
742
742
  argNames: ["passwordCredential"],
743
- requestType: utils_1.RequestType.Post,
743
+ requestType: utils_1.RequestType.PostWithArgsInBody,
744
744
  returnType: "ComplexTypes.passwordCredential"
745
745
  },
746
746
  removeKey: {
747
747
  argNames: ["keyId", "proof"],
748
- requestType: utils_1.RequestType.Post,
748
+ requestType: utils_1.RequestType.PostWithArgsInBody,
749
749
  },
750
750
  removePassword: {
751
751
  argNames: ["keyId"],
752
- requestType: utils_1.RequestType.Post,
752
+ requestType: utils_1.RequestType.PostWithArgsInBody,
753
753
  },
754
754
  },
755
755
  applicationTemplate: {
@@ -757,7 +757,7 @@ exports.MapperV2 = {
757
757
  query: { argNames: ["oData"], requestType: utils_1.RequestType.OData },
758
758
  instantiate: {
759
759
  argNames: ["displayName", "serviceManagementReference"],
760
- requestType: utils_1.RequestType.Post,
760
+ requestType: utils_1.RequestType.PostWithArgsInBody,
761
761
  returnType: "ComplexTypes.applicationServicePrincipal"
762
762
  },
763
763
  },
@@ -1009,7 +1009,7 @@ exports.MapperV2 = {
1009
1009
  query: { argNames: ["oData"], requestType: utils_1.RequestType.OData },
1010
1010
  resetPassword: {
1011
1011
  argNames: ["newPassword"],
1012
- requestType: utils_1.RequestType.Post,
1012
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1013
1013
  returnType: "ComplexTypes.passwordResetResponse"
1014
1014
  },
1015
1015
  },
@@ -1078,7 +1078,7 @@ exports.MapperV2 = {
1078
1078
  },
1079
1079
  updateAllowedCombinations: {
1080
1080
  argNames: ["allowedCombinations"],
1081
- requestType: utils_1.RequestType.Post,
1081
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1082
1082
  returnType: "ComplexTypes.updateAllowedCombinationsResult"
1083
1083
  },
1084
1084
  usage: {
@@ -1232,7 +1232,7 @@ exports.MapperV2 = {
1232
1232
  },
1233
1233
  enable: {
1234
1234
  argNames: ["appOwnerTenantId"],
1235
- requestType: utils_1.RequestType.Post,
1235
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1236
1236
  returnType: "ComplexTypes.serviceStatus"
1237
1237
  },
1238
1238
  },
@@ -1428,7 +1428,7 @@ exports.MapperV2 = {
1428
1428
  },
1429
1429
  publish: {
1430
1430
  argNames: ["revision", "sites", "sharedCookies"],
1431
- requestType: utils_1.RequestType.Post,
1431
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1432
1432
  returnType: "EntityTypes.browserSiteList"
1433
1433
  },
1434
1434
  },
@@ -1470,7 +1470,7 @@ exports.MapperV2 = {
1470
1470
  },
1471
1471
  getSchedule: {
1472
1472
  argNames: ["Schedules", "EndTime", "StartTime", "AvailabilityViewInterval"],
1473
- requestType: utils_1.RequestType.Post,
1473
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1474
1474
  returnType: "ComplexTypes.scheduleInformation[]"
1475
1475
  },
1476
1476
  },
@@ -1501,7 +1501,7 @@ exports.MapperV2 = {
1501
1501
  properties: [],
1502
1502
  query: { argNames: ["oData"], requestType: utils_1.RequestType.OData },
1503
1503
  accept: {
1504
- requestType: utils_1.RequestType.Post,
1504
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1505
1505
  returnType: "EntityTypes.calendar"
1506
1506
  },
1507
1507
  },
@@ -1528,70 +1528,70 @@ exports.MapperV2 = {
1528
1528
  },
1529
1529
  redirect: {
1530
1530
  argNames: ["targets", "timeout", "callbackUri"],
1531
- requestType: utils_1.RequestType.Post,
1531
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1532
1532
  },
1533
1533
  addLargeGalleryView: {
1534
1534
  argNames: ["clientContext"],
1535
- requestType: utils_1.RequestType.Post,
1535
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1536
1536
  returnType: "EntityTypes.addLargeGalleryViewOperation"
1537
1537
  },
1538
1538
  answer: {
1539
1539
  argNames: ["callbackUri", "mediaConfig", "acceptedModalities", "participantCapacity", "callOptions"],
1540
- requestType: utils_1.RequestType.Post,
1540
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1541
1541
  },
1542
1542
  cancelMediaProcessing: {
1543
1543
  argNames: ["clientContext"],
1544
- requestType: utils_1.RequestType.Post,
1544
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1545
1545
  returnType: "EntityTypes.cancelMediaProcessingOperation"
1546
1546
  },
1547
1547
  changeScreenSharingRole: {
1548
1548
  argNames: ["role"],
1549
- requestType: utils_1.RequestType.Post,
1549
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1550
1550
  },
1551
1551
  keepAlive: {
1552
- requestType: utils_1.RequestType.Post,
1552
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1553
1553
  },
1554
1554
  mute: {
1555
1555
  argNames: ["clientContext"],
1556
- requestType: utils_1.RequestType.Post,
1556
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1557
1557
  returnType: "EntityTypes.muteParticipantOperation"
1558
1558
  },
1559
1559
  playPrompt: {
1560
1560
  argNames: ["prompts", "clientContext"],
1561
- requestType: utils_1.RequestType.Post,
1561
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1562
1562
  returnType: "EntityTypes.playPromptOperation"
1563
1563
  },
1564
1564
  recordResponse: {
1565
1565
  argNames: ["prompts", "bargeInAllowed", "initialSilenceTimeoutInSeconds", "maxSilenceTimeoutInSeconds", "maxRecordDurationInSeconds", "playBeep", "stopTones", "clientContext"],
1566
- requestType: utils_1.RequestType.Post,
1566
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1567
1567
  returnType: "EntityTypes.recordOperation"
1568
1568
  },
1569
1569
  reject: {
1570
1570
  argNames: ["reason", "callbackUri"],
1571
- requestType: utils_1.RequestType.Post,
1571
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1572
1572
  },
1573
1573
  sendDtmfTones: {
1574
1574
  argNames: ["tones", "delayBetweenTonesMs", "clientContext"],
1575
- requestType: utils_1.RequestType.Post,
1575
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1576
1576
  returnType: "EntityTypes.sendDtmfTonesOperation"
1577
1577
  },
1578
1578
  subscribeToTone: {
1579
1579
  argNames: ["clientContext"],
1580
- requestType: utils_1.RequestType.Post,
1580
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1581
1581
  returnType: "EntityTypes.subscribeToToneOperation"
1582
1582
  },
1583
1583
  transfer: {
1584
1584
  argNames: ["transferTarget", "transferee"],
1585
- requestType: utils_1.RequestType.Post,
1585
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1586
1586
  },
1587
1587
  unmute: {
1588
1588
  argNames: ["clientContext"],
1589
- requestType: utils_1.RequestType.Post,
1589
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1590
1590
  returnType: "EntityTypes.unmuteParticipantOperation"
1591
1591
  },
1592
1592
  updateRecordingStatus: {
1593
1593
  argNames: ["status", "clientContext"],
1594
- requestType: utils_1.RequestType.Post,
1594
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1595
1595
  returnType: "EntityTypes.updateRecordingStatusOperation"
1596
1596
  },
1597
1597
  },
@@ -1707,20 +1707,20 @@ exports.MapperV2 = {
1707
1707
  },
1708
1708
  archive: {
1709
1709
  argNames: ["shouldSetSpoSiteReadOnlyForMembers"],
1710
- requestType: utils_1.RequestType.Post,
1710
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1711
1711
  },
1712
1712
  unarchive: {
1713
- requestType: utils_1.RequestType.Post,
1713
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1714
1714
  },
1715
1715
  completeMigration: {
1716
- requestType: utils_1.RequestType.Post,
1716
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1717
1717
  },
1718
1718
  provisionEmail: {
1719
- requestType: utils_1.RequestType.Post,
1719
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1720
1720
  returnType: "ComplexTypes.provisionChannelEmailResult"
1721
1721
  },
1722
1722
  removeEmail: {
1723
- requestType: utils_1.RequestType.Post,
1723
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1724
1724
  },
1725
1725
  doesUserHaveAccess: {
1726
1726
  argNames: ["userId", "tenantId", "userPrincipalName"],
@@ -1765,23 +1765,23 @@ exports.MapperV2 = {
1765
1765
  },
1766
1766
  sendActivityNotification: {
1767
1767
  argNames: ["topic", "activityType", "chainId", "previewText", "teamsAppId", "templateParameters", "recipient"],
1768
- requestType: utils_1.RequestType.Post,
1768
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1769
1769
  },
1770
1770
  hideForUser: {
1771
1771
  argNames: ["user"],
1772
- requestType: utils_1.RequestType.Post,
1772
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1773
1773
  },
1774
1774
  markChatReadForUser: {
1775
1775
  argNames: ["user"],
1776
- requestType: utils_1.RequestType.Post,
1776
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1777
1777
  },
1778
1778
  markChatUnreadForUser: {
1779
1779
  argNames: ["user", "lastMessageReadDateTime"],
1780
- requestType: utils_1.RequestType.Post,
1780
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1781
1781
  },
1782
1782
  unhideForUser: {
1783
1783
  argNames: ["user"],
1784
- requestType: utils_1.RequestType.Post,
1784
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1785
1785
  },
1786
1786
  },
1787
1787
  chats: {
@@ -1802,17 +1802,17 @@ exports.MapperV2 = {
1802
1802
  },
1803
1803
  setReaction: {
1804
1804
  argNames: ["reactionType"],
1805
- requestType: utils_1.RequestType.Post,
1805
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1806
1806
  },
1807
1807
  softDelete: {
1808
- requestType: utils_1.RequestType.Post,
1808
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1809
1809
  },
1810
1810
  undoSoftDelete: {
1811
- requestType: utils_1.RequestType.Post,
1811
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1812
1812
  },
1813
1813
  unsetReaction: {
1814
1814
  argNames: ["reactionType"],
1815
- requestType: utils_1.RequestType.Post,
1815
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1816
1816
  },
1817
1817
  },
1818
1818
  chatMessages: {
@@ -1887,7 +1887,7 @@ exports.MapperV2 = {
1887
1887
  },
1888
1888
  getPresencesByUserId: {
1889
1889
  argNames: ["ids"],
1890
- requestType: utils_1.RequestType.Post,
1890
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1891
1891
  returnType: "EntityTypes.presence[]"
1892
1892
  },
1893
1893
  },
@@ -1895,21 +1895,21 @@ exports.MapperV2 = {
1895
1895
  properties: [],
1896
1896
  query: { argNames: ["oData"], requestType: utils_1.RequestType.OData },
1897
1897
  endGracePeriod: {
1898
- requestType: utils_1.RequestType.Post,
1898
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1899
1899
  },
1900
1900
  reboot: {
1901
- requestType: utils_1.RequestType.Post,
1901
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1902
1902
  },
1903
1903
  rename: {
1904
1904
  argNames: ["displayName"],
1905
- requestType: utils_1.RequestType.Post,
1905
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1906
1906
  },
1907
1907
  restore: {
1908
1908
  argNames: ["cloudPcSnapshotId"],
1909
- requestType: utils_1.RequestType.Post,
1909
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1910
1910
  },
1911
1911
  troubleshoot: {
1912
- requestType: utils_1.RequestType.Post,
1912
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1913
1913
  },
1914
1914
  },
1915
1915
  cloudPCs: {
@@ -1940,7 +1940,7 @@ exports.MapperV2 = {
1940
1940
  properties: [],
1941
1941
  query: { argNames: ["oData"], requestType: utils_1.RequestType.OData },
1942
1942
  runHealthChecks: {
1943
- requestType: utils_1.RequestType.Post,
1943
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1944
1944
  },
1945
1945
  },
1946
1946
  cloudPcOnPremisesConnections: {
@@ -1957,7 +1957,7 @@ exports.MapperV2 = {
1957
1957
  },
1958
1958
  assign: {
1959
1959
  argNames: ["assignments"],
1960
- requestType: utils_1.RequestType.Post,
1960
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1961
1961
  },
1962
1962
  },
1963
1963
  cloudPcProvisioningPolicys: {
@@ -1987,7 +1987,7 @@ exports.MapperV2 = {
1987
1987
  },
1988
1988
  assign: {
1989
1989
  argNames: ["assignments"],
1990
- requestType: utils_1.RequestType.Post,
1990
+ requestType: utils_1.RequestType.PostWithArgsInBody,
1991
1991
  },
1992
1992
  },
1993
1993
  cloudPcUserSettings: {
@@ -2205,18 +2205,18 @@ exports.MapperV2 = {
2205
2205
  argNames: ["values"],
2206
2206
  },
2207
2207
  publish: {
2208
- requestType: utils_1.RequestType.Post,
2208
+ requestType: utils_1.RequestType.PostWithArgsInBody,
2209
2209
  },
2210
2210
  unpublish: {
2211
- requestType: utils_1.RequestType.Post,
2211
+ requestType: utils_1.RequestType.PostWithArgsInBody,
2212
2212
  },
2213
2213
  associateWithHubSites: {
2214
2214
  argNames: ["hubSiteUrls", "propagateToExistingLists"],
2215
- requestType: utils_1.RequestType.Post,
2215
+ requestType: utils_1.RequestType.PostWithArgsInBody,
2216
2216
  },
2217
2217
  copyToDefaultContentLocation: {
2218
2218
  argNames: ["sourceFile", "destinationFileName"],
2219
- requestType: utils_1.RequestType.Post,
2219
+ requestType: utils_1.RequestType.PostWithArgsInBody,
2220
2220
  },
2221
2221
  isPublished: {
2222
2222
  requestType: utils_1.RequestType.Get,
@@ -2261,7 +2261,7 @@ exports.MapperV2 = {
2261
2261
  },
2262
2262
  reply: {
2263
2263
  argNames: ["Post"],
2264
- requestType: utils_1.RequestType.Post,
2264
+ requestType: utils_1.RequestType.PostWithArgsInBody,
2265
2265
  },
2266
2266
  },
2267
2267
  conversationThreads: {
@@ -2291,7 +2291,7 @@ exports.MapperV2 = {
2291
2291
  properties: [],
2292
2292
  query: { argNames: ["oData"], requestType: utils_1.RequestType.OData },
2293
2293
  resetToSystemDefault: {
2294
- requestType: utils_1.RequestType.Post,
2294
+ requestType: utils_1.RequestType.PostWithArgsInBody,
2295
2295
  },
2296
2296
  },
2297
2297
  crossTenantAccessPolicyConfigurationPartner: {
@@ -2309,7 +2309,7 @@ exports.MapperV2 = {
2309
2309
  properties: [],
2310
2310
  query: { argNames: ["oData"], requestType: utils_1.RequestType.OData },
2311
2311
  validateAuthenticationConfiguration: {
2312
- requestType: utils_1.RequestType.Post,
2312
+ requestType: utils_1.RequestType.PostWithArgsInBody,
2313
2313
  returnType: "ComplexTypes.authenticationConfigurationValidation"
2314
2314
  },
2315
2315
  },
@@ -2461,7 +2461,7 @@ exports.MapperV2 = {
2461
2461
  properties: [],
2462
2462
  query: { argNames: ["oData"], requestType: utils_1.RequestType.OData },
2463
2463
  undoDelete: {
2464
- requestType: utils_1.RequestType.Post,
2464
+ requestType: utils_1.RequestType.PostWithArgsInBody,
2465
2465
  },
2466
2466
  },
2467
2467
  deletedChats: {
@@ -2616,7 +2616,7 @@ exports.MapperV2 = {
2616
2616
  returnType: "windowsInformationProtectionPolicys"
2617
2617
  },
2618
2618
  syncMicrosoftStoreForBusinessApps: {
2619
- requestType: utils_1.RequestType.Post,
2619
+ requestType: utils_1.RequestType.PostWithArgsInBody,
2620
2620
  },
2621
2621
  },
2622
2622
  deviceCategory: {
@@ -2677,12 +2677,12 @@ exports.MapperV2 = {
2677
2677
  },
2678
2678
  assign: {
2679
2679
  argNames: ["assignments"],
2680
- requestType: utils_1.RequestType.Post,
2680
+ requestType: utils_1.RequestType.PostWithArgsInBody,
2681
2681
  returnType: "EntityTypes.deviceCompliancePolicyAssignment[]"
2682
2682
  },
2683
2683
  scheduleActionsForRules: {
2684
2684
  argNames: ["deviceComplianceScheduledActionForRules"],
2685
- requestType: utils_1.RequestType.Post,
2685
+ requestType: utils_1.RequestType.PostWithArgsInBody,
2686
2686
  },
2687
2687
  },
2688
2688
  deviceCompliancePolicys: {
@@ -2779,7 +2779,7 @@ exports.MapperV2 = {
2779
2779
  },
2780
2780
  assign: {
2781
2781
  argNames: ["assignments"],
2782
- requestType: utils_1.RequestType.Post,
2782
+ requestType: utils_1.RequestType.PostWithArgsInBody,
2783
2783
  returnType: "EntityTypes.deviceConfigurationAssignment[]"
2784
2784
  },
2785
2785
  getOmaSettingPlainTextValue: {
@@ -2842,11 +2842,11 @@ exports.MapperV2 = {
2842
2842
  },
2843
2843
  assign: {
2844
2844
  argNames: ["enrollmentConfigurationAssignments"],
2845
- requestType: utils_1.RequestType.Post,
2845
+ requestType: utils_1.RequestType.PostWithArgsInBody,
2846
2846
  },
2847
2847
  setPriority: {
2848
2848
  argNames: ["priority"],
2849
- requestType: utils_1.RequestType.Post,
2849
+ requestType: utils_1.RequestType.PostWithArgsInBody,
2850
2850
  },
2851
2851
  },
2852
2852
  deviceEnrollmentConfigurations: {
@@ -2882,7 +2882,7 @@ exports.MapperV2 = {
2882
2882
  properties: [],
2883
2883
  query: { argNames: ["oData"], requestType: utils_1.RequestType.OData },
2884
2884
  createDownloadUrl: {
2885
- requestType: utils_1.RequestType.Post,
2885
+ requestType: utils_1.RequestType.PostWithArgsInBody,
2886
2886
  returnType: "string"
2887
2887
  },
2888
2888
  },
@@ -3139,7 +3139,7 @@ exports.MapperV2 = {
3139
3139
  query: { argNames: ["oData"], requestType: utils_1.RequestType.OData },
3140
3140
  sync: {
3141
3141
  argNames: ["syncType"],
3142
- requestType: utils_1.RequestType.Post,
3142
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3143
3143
  },
3144
3144
  },
3145
3145
  deviceManagementExchangeConnectors: {
@@ -3156,7 +3156,7 @@ exports.MapperV2 = {
3156
3156
  properties: [],
3157
3157
  query: { argNames: ["oData"], requestType: utils_1.RequestType.OData },
3158
3158
  terminate: {
3159
- requestType: utils_1.RequestType.Post,
3159
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3160
3160
  },
3161
3161
  },
3162
3162
  deviceManagementPartners: {
@@ -3173,97 +3173,97 @@ exports.MapperV2 = {
3173
3173
  },
3174
3174
  retrieveDeviceAppInstallationStatusReport: {
3175
3175
  argNames: ["name", "select", "search", "groupBy", "orderBy", "skip", "top", "sessionId", "filter"],
3176
- requestType: utils_1.RequestType.Post,
3176
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3177
3177
  returnType: "any"
3178
3178
  },
3179
3179
  getCachedReport: {
3180
3180
  argNames: ["id", "select", "groupBy", "orderBy", "search", "skip", "top"],
3181
- requestType: utils_1.RequestType.Post,
3181
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3182
3182
  returnType: "any"
3183
3183
  },
3184
3184
  getCompliancePolicyNonComplianceReport: {
3185
3185
  argNames: ["name", "select", "groupBy", "orderBy", "search", "skip", "top", "sessionId", "filter"],
3186
- requestType: utils_1.RequestType.Post,
3186
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3187
3187
  returnType: "any"
3188
3188
  },
3189
3189
  getCompliancePolicyNonComplianceSummaryReport: {
3190
3190
  argNames: ["name", "select", "groupBy", "orderBy", "search", "skip", "top", "sessionId", "filter"],
3191
- requestType: utils_1.RequestType.Post,
3191
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3192
3192
  returnType: "any"
3193
3193
  },
3194
3194
  getComplianceSettingNonComplianceReport: {
3195
3195
  argNames: ["name", "select", "groupBy", "orderBy", "search", "skip", "top", "sessionId", "filter"],
3196
- requestType: utils_1.RequestType.Post,
3196
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3197
3197
  returnType: "any"
3198
3198
  },
3199
3199
  getConfigurationPolicyNonComplianceReport: {
3200
3200
  argNames: ["name", "select", "groupBy", "orderBy", "search", "skip", "top", "sessionId", "filter"],
3201
- requestType: utils_1.RequestType.Post,
3201
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3202
3202
  returnType: "any"
3203
3203
  },
3204
3204
  getConfigurationPolicyNonComplianceSummaryReport: {
3205
3205
  argNames: ["name", "select", "groupBy", "orderBy", "search", "skip", "top", "sessionId", "filter"],
3206
- requestType: utils_1.RequestType.Post,
3206
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3207
3207
  returnType: "any"
3208
3208
  },
3209
3209
  getConfigurationSettingNonComplianceReport: {
3210
3210
  argNames: ["name", "select", "groupBy", "orderBy", "search", "skip", "top", "sessionId", "filter"],
3211
- requestType: utils_1.RequestType.Post,
3211
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3212
3212
  returnType: "any"
3213
3213
  },
3214
3214
  getDeviceManagementIntentPerSettingContributingProfiles: {
3215
3215
  argNames: ["name", "select", "groupBy", "orderBy", "search", "skip", "top", "sessionId", "filter"],
3216
- requestType: utils_1.RequestType.Post,
3216
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3217
3217
  returnType: "any"
3218
3218
  },
3219
3219
  getDeviceManagementIntentSettingsReport: {
3220
3220
  argNames: ["name", "select", "groupBy", "orderBy", "search", "skip", "top", "sessionId", "filter"],
3221
- requestType: utils_1.RequestType.Post,
3221
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3222
3222
  returnType: "any"
3223
3223
  },
3224
3224
  getDeviceNonComplianceReport: {
3225
3225
  argNames: ["name", "select", "groupBy", "orderBy", "search", "skip", "top", "sessionId", "filter"],
3226
- requestType: utils_1.RequestType.Post,
3226
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3227
3227
  returnType: "any"
3228
3228
  },
3229
3229
  getDevicesWithoutCompliancePolicyReport: {
3230
3230
  argNames: ["name", "select", "groupBy", "orderBy", "search", "skip", "top", "sessionId", "filter"],
3231
- requestType: utils_1.RequestType.Post,
3231
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3232
3232
  returnType: "any"
3233
3233
  },
3234
3234
  getHistoricalReport: {
3235
3235
  argNames: ["name", "select", "groupBy", "orderBy", "search", "skip", "top", "filter"],
3236
- requestType: utils_1.RequestType.Post,
3236
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3237
3237
  returnType: "any"
3238
3238
  },
3239
3239
  getNoncompliantDevicesAndSettingsReport: {
3240
3240
  argNames: ["name", "select", "groupBy", "orderBy", "search", "skip", "top", "sessionId", "filter"],
3241
- requestType: utils_1.RequestType.Post,
3241
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3242
3242
  returnType: "any"
3243
3243
  },
3244
3244
  getPolicyNonComplianceMetadata: {
3245
3245
  argNames: ["name", "select", "groupBy", "orderBy", "search", "skip", "top", "sessionId", "filter"],
3246
- requestType: utils_1.RequestType.Post,
3246
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3247
3247
  returnType: "any"
3248
3248
  },
3249
3249
  getPolicyNonComplianceReport: {
3250
3250
  argNames: ["name", "select", "groupBy", "orderBy", "search", "skip", "top", "sessionId", "filter"],
3251
- requestType: utils_1.RequestType.Post,
3251
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3252
3252
  returnType: "any"
3253
3253
  },
3254
3254
  getPolicyNonComplianceSummaryReport: {
3255
3255
  argNames: ["name", "select", "groupBy", "orderBy", "search", "skip", "top", "sessionId", "filter"],
3256
- requestType: utils_1.RequestType.Post,
3256
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3257
3257
  returnType: "any"
3258
3258
  },
3259
3259
  getReportFilters: {
3260
3260
  argNames: ["name", "select", "groupBy", "orderBy", "search", "skip", "top", "sessionId", "filter"],
3261
- requestType: utils_1.RequestType.Post,
3261
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3262
3262
  returnType: "any"
3263
3263
  },
3264
3264
  getSettingNonComplianceReport: {
3265
3265
  argNames: ["name", "select", "groupBy", "orderBy", "search", "skip", "top", "sessionId", "filter"],
3266
- requestType: utils_1.RequestType.Post,
3266
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3267
3267
  returnType: "any"
3268
3268
  },
3269
3269
  },
@@ -3327,7 +3327,7 @@ exports.MapperV2 = {
3327
3327
  properties: [],
3328
3328
  query: { argNames: ["oData"], requestType: utils_1.RequestType.OData },
3329
3329
  discover: {
3330
- requestType: utils_1.RequestType.Post,
3330
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3331
3331
  returnType: "EntityTypes.directoryDefinition"
3332
3332
  },
3333
3333
  },
@@ -3339,27 +3339,27 @@ exports.MapperV2 = {
3339
3339
  query: { argNames: ["oData"], requestType: utils_1.RequestType.OData },
3340
3340
  restore: {
3341
3341
  argNames: ["autoReconcileProxyConflict"],
3342
- requestType: utils_1.RequestType.Post,
3342
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3343
3343
  returnType: "EntityTypes.directoryObject"
3344
3344
  },
3345
3345
  checkMemberGroups: {
3346
3346
  argNames: ["groupIds"],
3347
- requestType: utils_1.RequestType.Post,
3347
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3348
3348
  returnType: "Array<string>[]"
3349
3349
  },
3350
3350
  checkMemberObjects: {
3351
3351
  argNames: ["ids"],
3352
- requestType: utils_1.RequestType.Post,
3352
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3353
3353
  returnType: "Array<string>[]"
3354
3354
  },
3355
3355
  getMemberGroups: {
3356
3356
  argNames: ["securityEnabledOnly"],
3357
- requestType: utils_1.RequestType.Post,
3357
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3358
3358
  returnType: "Array<string>[]"
3359
3359
  },
3360
3360
  getMemberObjects: {
3361
3361
  argNames: ["securityEnabledOnly"],
3362
- requestType: utils_1.RequestType.Post,
3362
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3363
3363
  returnType: "Array<string>[]"
3364
3364
  },
3365
3365
  },
@@ -3396,7 +3396,7 @@ exports.MapperV2 = {
3396
3396
  properties: [],
3397
3397
  query: { argNames: ["oData"], requestType: utils_1.RequestType.OData },
3398
3398
  restore: {
3399
- requestType: utils_1.RequestType.Post,
3399
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3400
3400
  },
3401
3401
  },
3402
3402
  documentSetVersions: {
@@ -3428,15 +3428,15 @@ exports.MapperV2 = {
3428
3428
  },
3429
3429
  forceDelete: {
3430
3430
  argNames: ["disableUserAccounts"],
3431
- requestType: utils_1.RequestType.Post,
3431
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3432
3432
  },
3433
3433
  promote: {
3434
- requestType: utils_1.RequestType.Post,
3434
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3435
3435
  returnType: "boolean"
3436
3436
  },
3437
3437
  verify: {
3438
3438
  argNames: ["forceTakeover"],
3439
- requestType: utils_1.RequestType.Post,
3439
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3440
3440
  returnType: "EntityTypes.domain"
3441
3441
  },
3442
3442
  },
@@ -3550,58 +3550,58 @@ exports.MapperV2 = {
3550
3550
  },
3551
3551
  restore: {
3552
3552
  argNames: ["parentReference", "name"],
3553
- requestType: utils_1.RequestType.Post,
3553
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3554
3554
  returnType: "EntityTypes.driveItem"
3555
3555
  },
3556
3556
  copy: {
3557
3557
  argNames: ["name", "parentReference"],
3558
- requestType: utils_1.RequestType.Post,
3558
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3559
3559
  returnType: "EntityTypes.driveItem"
3560
3560
  },
3561
3561
  createUploadSession: {
3562
3562
  argNames: ["item", "deferCommit"],
3563
- requestType: utils_1.RequestType.Post,
3563
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3564
3564
  returnType: "ComplexTypes.uploadSession"
3565
3565
  },
3566
3566
  permanentDelete: {
3567
- requestType: utils_1.RequestType.Post,
3567
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3568
3568
  },
3569
3569
  assignSensitivityLabel: {
3570
3570
  argNames: ["sensitivityLabelId", "assignmentMethod", "justificationText"],
3571
- requestType: utils_1.RequestType.Post,
3571
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3572
3572
  },
3573
3573
  checkin: {
3574
3574
  argNames: ["checkInAs", "comment"],
3575
- requestType: utils_1.RequestType.Post,
3575
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3576
3576
  },
3577
3577
  checkout: {
3578
- requestType: utils_1.RequestType.Post,
3578
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3579
3579
  },
3580
3580
  createLink: {
3581
3581
  argNames: ["type", "scope", "expirationDateTime", "password", "message", "recipients", "retainInheritedPermissions", "sendNotification"],
3582
- requestType: utils_1.RequestType.Post,
3582
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3583
3583
  returnType: "EntityTypes.permission"
3584
3584
  },
3585
3585
  follow: {
3586
- requestType: utils_1.RequestType.Post,
3586
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3587
3587
  returnType: "EntityTypes.driveItem"
3588
3588
  },
3589
3589
  invite: {
3590
3590
  argNames: ["requireSignIn", "roles", "sendInvitation", "message", "recipients", "retainInheritedPermissions", "expirationDateTime", "password"],
3591
- requestType: utils_1.RequestType.Post,
3591
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3592
3592
  returnType: "EntityTypes.permission[]"
3593
3593
  },
3594
3594
  preview: {
3595
3595
  argNames: ["page", "zoom"],
3596
- requestType: utils_1.RequestType.Post,
3596
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3597
3597
  returnType: "ComplexTypes.itemPreviewInfo"
3598
3598
  },
3599
3599
  unfollow: {
3600
- requestType: utils_1.RequestType.Post,
3600
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3601
3601
  },
3602
3602
  validatePermission: {
3603
3603
  argNames: ["challengeToken", "password"],
3604
- requestType: utils_1.RequestType.Post,
3604
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3605
3605
  },
3606
3606
  delta: {
3607
3607
  argNames: ["token"],
@@ -3626,7 +3626,7 @@ exports.MapperV2 = {
3626
3626
  properties: [],
3627
3627
  query: { argNames: ["oData"], requestType: utils_1.RequestType.OData },
3628
3628
  restoreVersion: {
3629
- requestType: utils_1.RequestType.Post,
3629
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3630
3630
  },
3631
3631
  },
3632
3632
  driveItemVersions: {
@@ -3861,23 +3861,23 @@ exports.MapperV2 = {
3861
3861
  returnType: "educationSubmissions"
3862
3862
  },
3863
3863
  publish: {
3864
- requestType: utils_1.RequestType.Post,
3864
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3865
3865
  returnType: "EntityTypes.educationAssignment"
3866
3866
  },
3867
3867
  activate: {
3868
- requestType: utils_1.RequestType.Post,
3868
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3869
3869
  returnType: "EntityTypes.educationAssignment"
3870
3870
  },
3871
3871
  deactivate: {
3872
- requestType: utils_1.RequestType.Post,
3872
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3873
3873
  returnType: "EntityTypes.educationAssignment"
3874
3874
  },
3875
3875
  setUpFeedbackResourcesFolder: {
3876
- requestType: utils_1.RequestType.Post,
3876
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3877
3877
  returnType: "EntityTypes.educationAssignment"
3878
3878
  },
3879
3879
  setUpResourcesFolder: {
3880
- requestType: utils_1.RequestType.Post,
3880
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3881
3881
  returnType: "EntityTypes.educationAssignment"
3882
3882
  },
3883
3883
  },
@@ -3979,19 +3979,19 @@ exports.MapperV2 = {
3979
3979
  returnType: "educationModuleResources"
3980
3980
  },
3981
3981
  publish: {
3982
- requestType: utils_1.RequestType.Post,
3982
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3983
3983
  returnType: "EntityTypes.educationModule"
3984
3984
  },
3985
3985
  setUpResourcesFolder: {
3986
- requestType: utils_1.RequestType.Post,
3986
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3987
3987
  returnType: "EntityTypes.educationModule"
3988
3988
  },
3989
3989
  pin: {
3990
- requestType: utils_1.RequestType.Post,
3990
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3991
3991
  returnType: "EntityTypes.educationModule"
3992
3992
  },
3993
3993
  unpin: {
3994
- requestType: utils_1.RequestType.Post,
3994
+ requestType: utils_1.RequestType.PostWithArgsInBody,
3995
3995
  returnType: "EntityTypes.educationModule"
3996
3996
  },
3997
3997
  },
@@ -4090,27 +4090,27 @@ exports.MapperV2 = {
4090
4090
  returnType: "educationSubmissionResources"
4091
4091
  },
4092
4092
  setUpResourcesFolder: {
4093
- requestType: utils_1.RequestType.Post,
4093
+ requestType: utils_1.RequestType.PostWithArgsInBody,
4094
4094
  returnType: "EntityTypes.educationSubmission"
4095
4095
  },
4096
4096
  excuse: {
4097
- requestType: utils_1.RequestType.Post,
4097
+ requestType: utils_1.RequestType.PostWithArgsInBody,
4098
4098
  returnType: "EntityTypes.educationSubmission"
4099
4099
  },
4100
4100
  reassign: {
4101
- requestType: utils_1.RequestType.Post,
4101
+ requestType: utils_1.RequestType.PostWithArgsInBody,
4102
4102
  returnType: "EntityTypes.educationSubmission"
4103
4103
  },
4104
4104
  _return: {
4105
- requestType: utils_1.RequestType.Post,
4105
+ requestType: utils_1.RequestType.PostWithArgsInBody,
4106
4106
  returnType: "EntityTypes.educationSubmission"
4107
4107
  },
4108
4108
  submit: {
4109
- requestType: utils_1.RequestType.Post,
4109
+ requestType: utils_1.RequestType.PostWithArgsInBody,
4110
4110
  returnType: "EntityTypes.educationSubmission"
4111
4111
  },
4112
4112
  unsubmit: {
4113
- requestType: utils_1.RequestType.Post,
4113
+ requestType: utils_1.RequestType.PostWithArgsInBody,
4114
4114
  returnType: "EntityTypes.educationSubmission"
4115
4115
  },
4116
4116
  },
@@ -4349,30 +4349,30 @@ exports.MapperV2 = {
4349
4349
  },
4350
4350
  cancel: {
4351
4351
  argNames: ["Comment"],
4352
- requestType: utils_1.RequestType.Post,
4352
+ requestType: utils_1.RequestType.PostWithArgsInBody,
4353
4353
  },
4354
4354
  accept: {
4355
4355
  argNames: ["SendResponse", "Comment"],
4356
- requestType: utils_1.RequestType.Post,
4356
+ requestType: utils_1.RequestType.PostWithArgsInBody,
4357
4357
  },
4358
4358
  decline: {
4359
4359
  argNames: ["ProposedNewTime", "SendResponse", "Comment"],
4360
- requestType: utils_1.RequestType.Post,
4360
+ requestType: utils_1.RequestType.PostWithArgsInBody,
4361
4361
  },
4362
4362
  dismissReminder: {
4363
- requestType: utils_1.RequestType.Post,
4363
+ requestType: utils_1.RequestType.PostWithArgsInBody,
4364
4364
  },
4365
4365
  forward: {
4366
4366
  argNames: ["ToRecipients", "Comment"],
4367
- requestType: utils_1.RequestType.Post,
4367
+ requestType: utils_1.RequestType.PostWithArgsInBody,
4368
4368
  },
4369
4369
  snoozeReminder: {
4370
4370
  argNames: ["NewReminderTime"],
4371
- requestType: utils_1.RequestType.Post,
4371
+ requestType: utils_1.RequestType.PostWithArgsInBody,
4372
4372
  },
4373
4373
  tentativelyAccept: {
4374
4374
  argNames: ["ProposedNewTime", "SendResponse", "Comment"],
4375
- requestType: utils_1.RequestType.Post,
4375
+ requestType: utils_1.RequestType.PostWithArgsInBody,
4376
4376
  },
4377
4377
  },
4378
4378
  events: {
@@ -4628,7 +4628,7 @@ exports.MapperV2 = {
4628
4628
  returnType: "permissions"
4629
4629
  },
4630
4630
  permanentDelete: {
4631
- requestType: utils_1.RequestType.Post,
4631
+ requestType: utils_1.RequestType.PostWithArgsInBody,
4632
4632
  },
4633
4633
  },
4634
4634
  fileStorageContainers: {
@@ -4663,37 +4663,37 @@ exports.MapperV2 = {
4663
4663
  },
4664
4664
  assignLicense: {
4665
4665
  argNames: ["addLicenses", "removeLicenses"],
4666
- requestType: utils_1.RequestType.Post,
4666
+ requestType: utils_1.RequestType.PostWithArgsInBody,
4667
4667
  returnType: "EntityTypes.group"
4668
4668
  },
4669
4669
  retryServiceProvisioning: {
4670
- requestType: utils_1.RequestType.Post,
4670
+ requestType: utils_1.RequestType.PostWithArgsInBody,
4671
4671
  },
4672
4672
  checkGrantedPermissionsForApp: {
4673
- requestType: utils_1.RequestType.Post,
4673
+ requestType: utils_1.RequestType.PostWithArgsInBody,
4674
4674
  returnType: "EntityTypes.resourceSpecificPermissionGrant[]"
4675
4675
  },
4676
4676
  validateProperties: {
4677
4677
  argNames: ["displayName", "mailNickname", "onBehalfOfUserId"],
4678
- requestType: utils_1.RequestType.Post,
4678
+ requestType: utils_1.RequestType.PostWithArgsInBody,
4679
4679
  },
4680
4680
  addFavorite: {
4681
- requestType: utils_1.RequestType.Post,
4681
+ requestType: utils_1.RequestType.PostWithArgsInBody,
4682
4682
  },
4683
4683
  removeFavorite: {
4684
- requestType: utils_1.RequestType.Post,
4684
+ requestType: utils_1.RequestType.PostWithArgsInBody,
4685
4685
  },
4686
4686
  resetUnseenCount: {
4687
- requestType: utils_1.RequestType.Post,
4687
+ requestType: utils_1.RequestType.PostWithArgsInBody,
4688
4688
  },
4689
4689
  subscribeByMail: {
4690
- requestType: utils_1.RequestType.Post,
4690
+ requestType: utils_1.RequestType.PostWithArgsInBody,
4691
4691
  },
4692
4692
  unsubscribeByMail: {
4693
- requestType: utils_1.RequestType.Post,
4693
+ requestType: utils_1.RequestType.PostWithArgsInBody,
4694
4694
  },
4695
4695
  renew: {
4696
- requestType: utils_1.RequestType.Post,
4696
+ requestType: utils_1.RequestType.PostWithArgsInBody,
4697
4697
  },
4698
4698
  },
4699
4699
  groups: {
@@ -4704,12 +4704,12 @@ exports.MapperV2 = {
4704
4704
  query: { argNames: ["oData"], requestType: utils_1.RequestType.OData },
4705
4705
  addGroup: {
4706
4706
  argNames: ["groupId"],
4707
- requestType: utils_1.RequestType.Post,
4707
+ requestType: utils_1.RequestType.PostWithArgsInBody,
4708
4708
  returnType: "boolean"
4709
4709
  },
4710
4710
  removeGroup: {
4711
4711
  argNames: ["groupId"],
4712
- requestType: utils_1.RequestType.Post,
4712
+ requestType: utils_1.RequestType.PostWithArgsInBody,
4713
4713
  returnType: "boolean"
4714
4714
  },
4715
4715
  },
@@ -4888,7 +4888,7 @@ exports.MapperV2 = {
4888
4888
  query: { argNames: ["oData"], requestType: utils_1.RequestType.OData },
4889
4889
  uploadClientCertificate: {
4890
4890
  argNames: ["pkcs12Value", "password"],
4891
- requestType: utils_1.RequestType.Post,
4891
+ requestType: utils_1.RequestType.PostWithArgsInBody,
4892
4892
  returnType: "EntityTypes.identityApiConnector"
4893
4893
  },
4894
4894
  },
@@ -5465,7 +5465,7 @@ exports.MapperV2 = {
5465
5465
  },
5466
5466
  createLink: {
5467
5467
  argNames: ["type", "scope", "expirationDateTime", "password", "message", "recipients", "retainInheritedPermissions", "sendNotification"],
5468
- requestType: utils_1.RequestType.Post,
5468
+ requestType: utils_1.RequestType.PostWithArgsInBody,
5469
5469
  returnType: "EntityTypes.permission"
5470
5470
  },
5471
5471
  getActivitiesByInterval: {
@@ -5484,7 +5484,7 @@ exports.MapperV2 = {
5484
5484
  returnType: "fieldValueSet"
5485
5485
  },
5486
5486
  restoreVersion: {
5487
- requestType: utils_1.RequestType.Post,
5487
+ requestType: utils_1.RequestType.PostWithArgsInBody,
5488
5488
  },
5489
5489
  },
5490
5490
  listItemVersions: {
@@ -5582,12 +5582,12 @@ exports.MapperV2 = {
5582
5582
  },
5583
5583
  copy: {
5584
5584
  argNames: ["DestinationId"],
5585
- requestType: utils_1.RequestType.Post,
5585
+ requestType: utils_1.RequestType.PostWithArgsInBody,
5586
5586
  returnType: "EntityTypes.mailFolder"
5587
5587
  },
5588
5588
  move: {
5589
5589
  argNames: ["DestinationId"],
5590
- requestType: utils_1.RequestType.Post,
5590
+ requestType: utils_1.RequestType.PostWithArgsInBody,
5591
5591
  returnType: "EntityTypes.mailFolder"
5592
5592
  },
5593
5593
  },
@@ -5654,7 +5654,7 @@ exports.MapperV2 = {
5654
5654
  query: { argNames: ["oData"], requestType: utils_1.RequestType.OData },
5655
5655
  targetApps: {
5656
5656
  argNames: ["apps", "appGroupType"],
5657
- requestType: utils_1.RequestType.Post,
5657
+ requestType: utils_1.RequestType.PostWithArgsInBody,
5658
5658
  },
5659
5659
  },
5660
5660
  managedAppPolicys: {
@@ -5669,7 +5669,7 @@ exports.MapperV2 = {
5669
5669
  query: { argNames: ["oData"], requestType: utils_1.RequestType.OData },
5670
5670
  targetApps: {
5671
5671
  argNames: ["apps", "appGroupType"],
5672
- requestType: utils_1.RequestType.Post,
5672
+ requestType: utils_1.RequestType.PostWithArgsInBody,
5673
5673
  },
5674
5674
  },
5675
5675
  managedAppRegistration: {
@@ -5732,63 +5732,63 @@ exports.MapperV2 = {
5732
5732
  returnType: "windowsProtectionState"
5733
5733
  },
5734
5734
  bypassActivationLock: {
5735
- requestType: utils_1.RequestType.Post,
5735
+ requestType: utils_1.RequestType.PostWithArgsInBody,
5736
5736
  },
5737
5737
  cleanWindowsDevice: {
5738
5738
  argNames: ["keepUserData"],
5739
- requestType: utils_1.RequestType.Post,
5739
+ requestType: utils_1.RequestType.PostWithArgsInBody,
5740
5740
  },
5741
5741
  deleteUserFromSharedAppleDevice: {
5742
5742
  argNames: ["userPrincipalName"],
5743
- requestType: utils_1.RequestType.Post,
5743
+ requestType: utils_1.RequestType.PostWithArgsInBody,
5744
5744
  },
5745
5745
  disableLostMode: {
5746
- requestType: utils_1.RequestType.Post,
5746
+ requestType: utils_1.RequestType.PostWithArgsInBody,
5747
5747
  },
5748
5748
  locateDevice: {
5749
- requestType: utils_1.RequestType.Post,
5749
+ requestType: utils_1.RequestType.PostWithArgsInBody,
5750
5750
  },
5751
5751
  logoutSharedAppleDeviceActiveUser: {
5752
- requestType: utils_1.RequestType.Post,
5752
+ requestType: utils_1.RequestType.PostWithArgsInBody,
5753
5753
  },
5754
5754
  rebootNow: {
5755
- requestType: utils_1.RequestType.Post,
5755
+ requestType: utils_1.RequestType.PostWithArgsInBody,
5756
5756
  },
5757
5757
  recoverPasscode: {
5758
- requestType: utils_1.RequestType.Post,
5758
+ requestType: utils_1.RequestType.PostWithArgsInBody,
5759
5759
  },
5760
5760
  remoteLock: {
5761
- requestType: utils_1.RequestType.Post,
5761
+ requestType: utils_1.RequestType.PostWithArgsInBody,
5762
5762
  },
5763
5763
  requestRemoteAssistance: {
5764
- requestType: utils_1.RequestType.Post,
5764
+ requestType: utils_1.RequestType.PostWithArgsInBody,
5765
5765
  },
5766
5766
  resetPasscode: {
5767
- requestType: utils_1.RequestType.Post,
5767
+ requestType: utils_1.RequestType.PostWithArgsInBody,
5768
5768
  },
5769
5769
  retire: {
5770
- requestType: utils_1.RequestType.Post,
5770
+ requestType: utils_1.RequestType.PostWithArgsInBody,
5771
5771
  },
5772
5772
  shutDown: {
5773
- requestType: utils_1.RequestType.Post,
5773
+ requestType: utils_1.RequestType.PostWithArgsInBody,
5774
5774
  },
5775
5775
  syncDevice: {
5776
- requestType: utils_1.RequestType.Post,
5776
+ requestType: utils_1.RequestType.PostWithArgsInBody,
5777
5777
  },
5778
5778
  updateWindowsDeviceAccount: {
5779
5779
  argNames: ["updateWindowsDeviceAccountActionParameter"],
5780
- requestType: utils_1.RequestType.Post,
5780
+ requestType: utils_1.RequestType.PostWithArgsInBody,
5781
5781
  },
5782
5782
  windowsDefenderScan: {
5783
5783
  argNames: ["quickScan"],
5784
- requestType: utils_1.RequestType.Post,
5784
+ requestType: utils_1.RequestType.PostWithArgsInBody,
5785
5785
  },
5786
5786
  windowsDefenderUpdateSignatures: {
5787
- requestType: utils_1.RequestType.Post,
5787
+ requestType: utils_1.RequestType.PostWithArgsInBody,
5788
5788
  },
5789
5789
  wipe: {
5790
5790
  argNames: ["keepEnrollmentData", "keepUserData", "macOsUnlockCode", "persistEsimDataPlan"],
5791
- requestType: utils_1.RequestType.Post,
5791
+ requestType: utils_1.RequestType.PostWithArgsInBody,
5792
5792
  },
5793
5793
  },
5794
5794
  managedDevices: {
@@ -5819,7 +5819,7 @@ exports.MapperV2 = {
5819
5819
  },
5820
5820
  assign: {
5821
5821
  argNames: ["assignments"],
5822
- requestType: utils_1.RequestType.Post,
5822
+ requestType: utils_1.RequestType.PostWithArgsInBody,
5823
5823
  },
5824
5824
  },
5825
5825
  managedDeviceMobileAppConfigurations: {
@@ -5880,7 +5880,7 @@ exports.MapperV2 = {
5880
5880
  },
5881
5881
  assign: {
5882
5882
  argNames: ["managedEBookAssignments"],
5883
- requestType: utils_1.RequestType.Post,
5883
+ requestType: utils_1.RequestType.PostWithArgsInBody,
5884
5884
  },
5885
5885
  },
5886
5886
  managedEBooks: {
@@ -5978,43 +5978,43 @@ exports.MapperV2 = {
5978
5978
  },
5979
5979
  forward: {
5980
5980
  argNames: ["ToRecipients", "Message", "Comment"],
5981
- requestType: utils_1.RequestType.Post,
5981
+ requestType: utils_1.RequestType.PostWithArgsInBody,
5982
5982
  },
5983
5983
  copy: {
5984
5984
  argNames: ["DestinationId"],
5985
- requestType: utils_1.RequestType.Post,
5985
+ requestType: utils_1.RequestType.PostWithArgsInBody,
5986
5986
  returnType: "EntityTypes.message"
5987
5987
  },
5988
5988
  move: {
5989
5989
  argNames: ["DestinationId"],
5990
- requestType: utils_1.RequestType.Post,
5990
+ requestType: utils_1.RequestType.PostWithArgsInBody,
5991
5991
  returnType: "EntityTypes.message"
5992
5992
  },
5993
5993
  createForward: {
5994
5994
  argNames: ["ToRecipients", "Message", "Comment"],
5995
- requestType: utils_1.RequestType.Post,
5995
+ requestType: utils_1.RequestType.PostWithArgsInBody,
5996
5996
  returnType: "EntityTypes.message"
5997
5997
  },
5998
5998
  createReply: {
5999
5999
  argNames: ["Message", "Comment"],
6000
- requestType: utils_1.RequestType.Post,
6000
+ requestType: utils_1.RequestType.PostWithArgsInBody,
6001
6001
  returnType: "EntityTypes.message"
6002
6002
  },
6003
6003
  createReplyAll: {
6004
6004
  argNames: ["Message", "Comment"],
6005
- requestType: utils_1.RequestType.Post,
6005
+ requestType: utils_1.RequestType.PostWithArgsInBody,
6006
6006
  returnType: "EntityTypes.message"
6007
6007
  },
6008
6008
  reply: {
6009
6009
  argNames: ["Message", "Comment"],
6010
- requestType: utils_1.RequestType.Post,
6010
+ requestType: utils_1.RequestType.PostWithArgsInBody,
6011
6011
  },
6012
6012
  replyAll: {
6013
6013
  argNames: ["Message", "Comment"],
6014
- requestType: utils_1.RequestType.Post,
6014
+ requestType: utils_1.RequestType.PostWithArgsInBody,
6015
6015
  },
6016
6016
  send: {
6017
- requestType: utils_1.RequestType.Post,
6017
+ requestType: utils_1.RequestType.PostWithArgsInBody,
6018
6018
  },
6019
6019
  },
6020
6020
  messages: {
@@ -6077,7 +6077,7 @@ exports.MapperV2 = {
6077
6077
  },
6078
6078
  assign: {
6079
6079
  argNames: ["mobileAppAssignments"],
6080
- requestType: utils_1.RequestType.Post,
6080
+ requestType: utils_1.RequestType.PostWithArgsInBody,
6081
6081
  },
6082
6082
  },
6083
6083
  mobileApps: {
@@ -6119,10 +6119,10 @@ exports.MapperV2 = {
6119
6119
  query: { argNames: ["oData"], requestType: utils_1.RequestType.OData },
6120
6120
  commit: {
6121
6121
  argNames: ["fileEncryptionInfo"],
6122
- requestType: utils_1.RequestType.Post,
6122
+ requestType: utils_1.RequestType.PostWithArgsInBody,
6123
6123
  },
6124
6124
  renewUpload: {
6125
- requestType: utils_1.RequestType.Post,
6125
+ requestType: utils_1.RequestType.PostWithArgsInBody,
6126
6126
  },
6127
6127
  },
6128
6128
  mobileAppContentFiles: {
@@ -6234,7 +6234,7 @@ exports.MapperV2 = {
6234
6234
  },
6235
6235
  copyNotebook: {
6236
6236
  argNames: ["groupId", "renameAs", "notebookFolder", "siteCollectionId", "siteId"],
6237
- requestType: utils_1.RequestType.Post,
6237
+ requestType: utils_1.RequestType.PostWithArgsInBody,
6238
6238
  returnType: "EntityTypes.onenoteOperation"
6239
6239
  },
6240
6240
  },
@@ -6251,7 +6251,7 @@ exports.MapperV2 = {
6251
6251
  returnType: "localizedNotificationMessages"
6252
6252
  },
6253
6253
  sendTestMessage: {
6254
- requestType: utils_1.RequestType.Post,
6254
+ requestType: utils_1.RequestType.PostWithArgsInBody,
6255
6255
  },
6256
6256
  },
6257
6257
  notificationMessageTemplates: {
@@ -6414,12 +6414,12 @@ exports.MapperV2 = {
6414
6414
  },
6415
6415
  copyToSection: {
6416
6416
  argNames: ["id", "groupId", "siteCollectionId", "siteId"],
6417
- requestType: utils_1.RequestType.Post,
6417
+ requestType: utils_1.RequestType.PostWithArgsInBody,
6418
6418
  returnType: "EntityTypes.onenoteOperation"
6419
6419
  },
6420
6420
  onenotePatchContent: {
6421
6421
  argNames: ["commands"],
6422
- requestType: utils_1.RequestType.Post,
6422
+ requestType: utils_1.RequestType.PostWithArgsInBody,
6423
6423
  },
6424
6424
  preview: {
6425
6425
  requestType: utils_1.RequestType.Get,
@@ -6453,12 +6453,12 @@ exports.MapperV2 = {
6453
6453
  },
6454
6454
  copyToNotebook: {
6455
6455
  argNames: ["id", "groupId", "renameAs", "siteCollectionId", "siteId"],
6456
- requestType: utils_1.RequestType.Post,
6456
+ requestType: utils_1.RequestType.PostWithArgsInBody,
6457
6457
  returnType: "EntityTypes.onenoteOperation"
6458
6458
  },
6459
6459
  copyToSectionGroup: {
6460
6460
  argNames: ["id", "groupId", "renameAs", "siteCollectionId", "siteId"],
6461
- requestType: utils_1.RequestType.Post,
6461
+ requestType: utils_1.RequestType.PostWithArgsInBody,
6462
6462
  returnType: "EntityTypes.onenoteOperation"
6463
6463
  },
6464
6464
  },
@@ -6480,11 +6480,11 @@ exports.MapperV2 = {
6480
6480
  },
6481
6481
  sendVirtualAppointmentReminderSms: {
6482
6482
  argNames: ["remindBeforeTimeInMinutesType", "attendees"],
6483
- requestType: utils_1.RequestType.Post,
6483
+ requestType: utils_1.RequestType.PostWithArgsInBody,
6484
6484
  },
6485
6485
  sendVirtualAppointmentSms: {
6486
6486
  argNames: ["messageType", "attendees"],
6487
- requestType: utils_1.RequestType.Post,
6487
+ requestType: utils_1.RequestType.PostWithArgsInBody,
6488
6488
  },
6489
6489
  getVirtualAppointmentJoinWebUrl: {
6490
6490
  requestType: utils_1.RequestType.Get,
@@ -6547,7 +6547,7 @@ exports.MapperV2 = {
6547
6547
  returnType: "directoryObjects"
6548
6548
  },
6549
6549
  retryServiceProvisioning: {
6550
- requestType: utils_1.RequestType.Post,
6550
+ requestType: utils_1.RequestType.PostWithArgsInBody,
6551
6551
  },
6552
6552
  },
6553
6553
  organization: {
@@ -6567,7 +6567,7 @@ exports.MapperV2 = {
6567
6567
  returnType: "extensions"
6568
6568
  },
6569
6569
  setMobileDeviceManagementAuthority: {
6570
- requestType: utils_1.RequestType.Post,
6570
+ requestType: utils_1.RequestType.PostWithArgsInBody,
6571
6571
  returnType: "number"
6572
6572
  },
6573
6573
  },
@@ -6622,17 +6622,17 @@ exports.MapperV2 = {
6622
6622
  query: { argNames: ["oData"], requestType: utils_1.RequestType.OData },
6623
6623
  mute: {
6624
6624
  argNames: ["clientContext"],
6625
- requestType: utils_1.RequestType.Post,
6625
+ requestType: utils_1.RequestType.PostWithArgsInBody,
6626
6626
  returnType: "EntityTypes.muteParticipantOperation"
6627
6627
  },
6628
6628
  startHoldMusic: {
6629
6629
  argNames: ["customPrompt", "clientContext"],
6630
- requestType: utils_1.RequestType.Post,
6630
+ requestType: utils_1.RequestType.PostWithArgsInBody,
6631
6631
  returnType: "EntityTypes.startHoldMusicOperation"
6632
6632
  },
6633
6633
  stopHoldMusic: {
6634
6634
  argNames: ["clientContext"],
6635
- requestType: utils_1.RequestType.Post,
6635
+ requestType: utils_1.RequestType.PostWithArgsInBody,
6636
6636
  returnType: "EntityTypes.stopHoldMusicOperation"
6637
6637
  },
6638
6638
  },
@@ -6712,7 +6712,7 @@ exports.MapperV2 = {
6712
6712
  },
6713
6713
  grant: {
6714
6714
  argNames: ["roles", "recipients"],
6715
- requestType: utils_1.RequestType.Post,
6715
+ requestType: utils_1.RequestType.PostWithArgsInBody,
6716
6716
  returnType: "EntityTypes.permission[]"
6717
6717
  },
6718
6718
  },
@@ -6754,10 +6754,10 @@ exports.MapperV2 = {
6754
6754
  properties: [],
6755
6755
  query: { argNames: ["oData"], requestType: utils_1.RequestType.OData },
6756
6756
  disableSmsSignIn: {
6757
- requestType: utils_1.RequestType.Post,
6757
+ requestType: utils_1.RequestType.PostWithArgsInBody,
6758
6758
  },
6759
6759
  enableSmsSignIn: {
6760
- requestType: utils_1.RequestType.Post,
6760
+ requestType: utils_1.RequestType.PostWithArgsInBody,
6761
6761
  },
6762
6762
  },
6763
6763
  phoneAuthenticationMethods: {
@@ -7013,11 +7013,11 @@ exports.MapperV2 = {
7013
7013
  },
7014
7014
  forward: {
7015
7015
  argNames: ["Comment", "ToRecipients"],
7016
- requestType: utils_1.RequestType.Post,
7016
+ requestType: utils_1.RequestType.PostWithArgsInBody,
7017
7017
  },
7018
7018
  reply: {
7019
7019
  argNames: ["Post"],
7020
- requestType: utils_1.RequestType.Post,
7020
+ requestType: utils_1.RequestType.PostWithArgsInBody,
7021
7021
  },
7022
7022
  },
7023
7023
  posts: {
@@ -7028,22 +7028,22 @@ exports.MapperV2 = {
7028
7028
  query: { argNames: ["oData"], requestType: utils_1.RequestType.OData },
7029
7029
  clearPresence: {
7030
7030
  argNames: ["sessionId"],
7031
- requestType: utils_1.RequestType.Post,
7031
+ requestType: utils_1.RequestType.PostWithArgsInBody,
7032
7032
  },
7033
7033
  clearUserPreferredPresence: {
7034
- requestType: utils_1.RequestType.Post,
7034
+ requestType: utils_1.RequestType.PostWithArgsInBody,
7035
7035
  },
7036
7036
  setPresence: {
7037
7037
  argNames: ["sessionId", "availability", "activity", "expirationDuration"],
7038
- requestType: utils_1.RequestType.Post,
7038
+ requestType: utils_1.RequestType.PostWithArgsInBody,
7039
7039
  },
7040
7040
  setStatusMessage: {
7041
7041
  argNames: ["statusMessage"],
7042
- requestType: utils_1.RequestType.Post,
7042
+ requestType: utils_1.RequestType.PostWithArgsInBody,
7043
7043
  },
7044
7044
  setUserPreferredPresence: {
7045
7045
  argNames: ["availability", "activity", "expirationDuration"],
7046
- requestType: utils_1.RequestType.Post,
7046
+ requestType: utils_1.RequestType.PostWithArgsInBody,
7047
7047
  },
7048
7048
  },
7049
7049
  presences: {
@@ -7091,7 +7091,7 @@ exports.MapperV2 = {
7091
7091
  query: { argNames: ["oData"], requestType: utils_1.RequestType.OData },
7092
7092
  createUploadSession: {
7093
7093
  argNames: ["properties"],
7094
- requestType: utils_1.RequestType.Post,
7094
+ requestType: utils_1.RequestType.PostWithArgsInBody,
7095
7095
  returnType: "ComplexTypes.uploadSession"
7096
7096
  },
7097
7097
  },
@@ -7112,19 +7112,19 @@ exports.MapperV2 = {
7112
7112
  returnType: "printTasks"
7113
7113
  },
7114
7114
  cancel: {
7115
- requestType: utils_1.RequestType.Post,
7115
+ requestType: utils_1.RequestType.PostWithArgsInBody,
7116
7116
  },
7117
7117
  start: {
7118
- requestType: utils_1.RequestType.Post,
7118
+ requestType: utils_1.RequestType.PostWithArgsInBody,
7119
7119
  returnType: "ComplexTypes.printJobStatus"
7120
7120
  },
7121
7121
  abort: {
7122
7122
  argNames: ["reason"],
7123
- requestType: utils_1.RequestType.Post,
7123
+ requestType: utils_1.RequestType.PostWithArgsInBody,
7124
7124
  },
7125
7125
  redirect: {
7126
7126
  argNames: ["destinationPrinterId", "configuration"],
7127
- requestType: utils_1.RequestType.Post,
7127
+ requestType: utils_1.RequestType.PostWithArgsInBody,
7128
7128
  returnType: "EntityTypes.printJob"
7129
7129
  },
7130
7130
  },
@@ -7230,7 +7230,7 @@ exports.MapperV2 = {
7230
7230
  returnType: "printTaskTriggers"
7231
7231
  },
7232
7232
  restoreFactoryDefaults: {
7233
- requestType: utils_1.RequestType.Post,
7233
+ requestType: utils_1.RequestType.PostWithArgsInBody,
7234
7234
  },
7235
7235
  },
7236
7236
  printers: {
@@ -7365,7 +7365,7 @@ exports.MapperV2 = {
7365
7365
  returnType: "privilegedAccessGroupEligibilitySchedule"
7366
7366
  },
7367
7367
  cancel: {
7368
- requestType: utils_1.RequestType.Post,
7368
+ requestType: utils_1.RequestType.PostWithArgsInBody,
7369
7369
  },
7370
7370
  },
7371
7371
  privilegedAccessGroupAssignmentScheduleRequests: {
@@ -7410,7 +7410,7 @@ exports.MapperV2 = {
7410
7410
  returnType: "privilegedAccessGroupEligibilitySchedule"
7411
7411
  },
7412
7412
  cancel: {
7413
- requestType: utils_1.RequestType.Post,
7413
+ requestType: utils_1.RequestType.PostWithArgsInBody,
7414
7414
  },
7415
7415
  },
7416
7416
  privilegedAccessGroupEligibilityScheduleRequests: {
@@ -7457,11 +7457,11 @@ exports.MapperV2 = {
7457
7457
  properties: [],
7458
7458
  query: { argNames: ["oData"], requestType: utils_1.RequestType.OData },
7459
7459
  activate: {
7460
- requestType: utils_1.RequestType.Post,
7460
+ requestType: utils_1.RequestType.PostWithArgsInBody,
7461
7461
  returnType: "EntityTypes.protectionPolicyBase"
7462
7462
  },
7463
7463
  deactivate: {
7464
- requestType: utils_1.RequestType.Post,
7464
+ requestType: utils_1.RequestType.PostWithArgsInBody,
7465
7465
  returnType: "EntityTypes.protectionPolicyBase"
7466
7466
  },
7467
7467
  },
@@ -7472,7 +7472,7 @@ exports.MapperV2 = {
7472
7472
  properties: [],
7473
7473
  query: { argNames: ["oData"], requestType: utils_1.RequestType.OData },
7474
7474
  run: {
7475
- requestType: utils_1.RequestType.Post,
7475
+ requestType: utils_1.RequestType.PostWithArgsInBody,
7476
7476
  returnType: "EntityTypes.protectionRuleBase"
7477
7477
  },
7478
7478
  },
@@ -7565,10 +7565,10 @@ exports.MapperV2 = {
7565
7565
  properties: [],
7566
7566
  query: { argNames: ["oData"], requestType: utils_1.RequestType.OData },
7567
7567
  beginOnboarding: {
7568
- requestType: utils_1.RequestType.Post,
7568
+ requestType: utils_1.RequestType.PostWithArgsInBody,
7569
7569
  },
7570
7570
  disconnect: {
7571
- requestType: utils_1.RequestType.Post,
7571
+ requestType: utils_1.RequestType.PostWithArgsInBody,
7572
7572
  },
7573
7573
  },
7574
7574
  remoteAssistancePartners: {
@@ -7943,7 +7943,7 @@ exports.MapperV2 = {
7943
7943
  properties: [],
7944
7944
  query: { argNames: ["oData"], requestType: utils_1.RequestType.OData },
7945
7945
  activate: {
7946
- requestType: utils_1.RequestType.Post,
7946
+ requestType: utils_1.RequestType.PostWithArgsInBody,
7947
7947
  returnType: "EntityTypes.restoreSessionBase"
7948
7948
  },
7949
7949
  },
@@ -8156,7 +8156,7 @@ exports.MapperV2 = {
8156
8156
  },
8157
8157
  share: {
8158
8158
  argNames: ["notifyTeam", "startDateTime", "endDateTime"],
8159
- requestType: utils_1.RequestType.Post,
8159
+ requestType: utils_1.RequestType.PostWithArgsInBody,
8160
8160
  },
8161
8161
  },
8162
8162
  scheduleChangeRequest: {
@@ -8164,11 +8164,11 @@ exports.MapperV2 = {
8164
8164
  query: { argNames: ["oData"], requestType: utils_1.RequestType.OData },
8165
8165
  decline: {
8166
8166
  argNames: ["message"],
8167
- requestType: utils_1.RequestType.Post,
8167
+ requestType: utils_1.RequestType.PostWithArgsInBody,
8168
8168
  },
8169
8169
  approve: {
8170
8170
  argNames: ["message"],
8171
- requestType: utils_1.RequestType.Post,
8171
+ requestType: utils_1.RequestType.PostWithArgsInBody,
8172
8172
  },
8173
8173
  },
8174
8174
  schedulingGroup: {
@@ -8219,7 +8219,7 @@ exports.MapperV2 = {
8219
8219
  },
8220
8220
  query: {
8221
8221
  argNames: ["requests"],
8222
- requestType: utils_1.RequestType.Post,
8222
+ requestType: utils_1.RequestType.PostWithArgsInBody,
8223
8223
  returnType: "ComplexTypes.searchResponse[]"
8224
8224
  },
8225
8225
  },
@@ -8312,7 +8312,7 @@ exports.MapperV2 = {
8312
8312
  },
8313
8313
  runHuntingQuery: {
8314
8314
  argNames: ["query", "timespan"],
8315
- requestType: utils_1.RequestType.Post,
8315
+ requestType: utils_1.RequestType.PostWithArgsInBody,
8316
8316
  returnType: "ComplexTypes.huntingQueryResults"
8317
8317
  },
8318
8318
  },
@@ -8384,11 +8384,11 @@ exports.MapperV2 = {
8384
8384
  query: { argNames: ["oData"], requestType: utils_1.RequestType.OData },
8385
8385
  activate: {
8386
8386
  argNames: ["effectiveDateTime"],
8387
- requestType: utils_1.RequestType.Post,
8387
+ requestType: utils_1.RequestType.PostWithArgsInBody,
8388
8388
  returnType: "EntityTypes.serviceApp"
8389
8389
  },
8390
8390
  deactivate: {
8391
- requestType: utils_1.RequestType.Post,
8391
+ requestType: utils_1.RequestType.PostWithArgsInBody,
8392
8392
  returnType: "EntityTypes.serviceApp"
8393
8393
  },
8394
8394
  },
@@ -8496,25 +8496,25 @@ exports.MapperV2 = {
8496
8496
  },
8497
8497
  addKey: {
8498
8498
  argNames: ["keyCredential", "passwordCredential", "proof"],
8499
- requestType: utils_1.RequestType.Post,
8499
+ requestType: utils_1.RequestType.PostWithArgsInBody,
8500
8500
  returnType: "ComplexTypes.keyCredential"
8501
8501
  },
8502
8502
  addPassword: {
8503
8503
  argNames: ["passwordCredential"],
8504
- requestType: utils_1.RequestType.Post,
8504
+ requestType: utils_1.RequestType.PostWithArgsInBody,
8505
8505
  returnType: "ComplexTypes.passwordCredential"
8506
8506
  },
8507
8507
  removeKey: {
8508
8508
  argNames: ["keyId", "proof"],
8509
- requestType: utils_1.RequestType.Post,
8509
+ requestType: utils_1.RequestType.PostWithArgsInBody,
8510
8510
  },
8511
8511
  removePassword: {
8512
8512
  argNames: ["keyId"],
8513
- requestType: utils_1.RequestType.Post,
8513
+ requestType: utils_1.RequestType.PostWithArgsInBody,
8514
8514
  },
8515
8515
  addTokenSigningCertificate: {
8516
8516
  argNames: ["displayName", "endDateTime"],
8517
- requestType: utils_1.RequestType.Post,
8517
+ requestType: utils_1.RequestType.PostWithArgsInBody,
8518
8518
  returnType: "ComplexTypes.selfSignedCertificate"
8519
8519
  },
8520
8520
  },
@@ -8833,11 +8833,11 @@ exports.MapperV2 = {
8833
8833
  returnType: "webParts"
8834
8834
  },
8835
8835
  publish: {
8836
- requestType: utils_1.RequestType.Post,
8836
+ requestType: utils_1.RequestType.PostWithArgsInBody,
8837
8837
  },
8838
8838
  getWebPartsByPosition: {
8839
8839
  argNames: ["webPartIndex", "horizontalSectionId", "isInVerticalSection", "columnId"],
8840
- requestType: utils_1.RequestType.Post,
8840
+ requestType: utils_1.RequestType.PostWithArgsInBody,
8841
8841
  returnType: "EntityTypes.webPart[]"
8842
8842
  },
8843
8843
  },
@@ -9061,7 +9061,7 @@ exports.MapperV2 = {
9061
9061
  properties: [],
9062
9062
  query: { argNames: ["oData"], requestType: utils_1.RequestType.OData },
9063
9063
  reauthorize: {
9064
- requestType: utils_1.RequestType.Post,
9064
+ requestType: utils_1.RequestType.PostWithArgsInBody,
9065
9065
  },
9066
9066
  },
9067
9067
  subscriptions: {
@@ -9089,7 +9089,7 @@ exports.MapperV2 = {
9089
9089
  },
9090
9090
  acquireAccessToken: {
9091
9091
  argNames: ["credentials"],
9092
- requestType: utils_1.RequestType.Post,
9092
+ requestType: utils_1.RequestType.PostWithArgsInBody,
9093
9093
  },
9094
9094
  },
9095
9095
  synchronizationJob: {
@@ -9102,23 +9102,23 @@ exports.MapperV2 = {
9102
9102
  returnType: "synchronizationSchema"
9103
9103
  },
9104
9104
  pause: {
9105
- requestType: utils_1.RequestType.Post,
9105
+ requestType: utils_1.RequestType.PostWithArgsInBody,
9106
9106
  },
9107
9107
  provisionOnDemand: {
9108
9108
  argNames: ["parameters"],
9109
- requestType: utils_1.RequestType.Post,
9109
+ requestType: utils_1.RequestType.PostWithArgsInBody,
9110
9110
  returnType: "ComplexTypes.stringKeyStringValuePair"
9111
9111
  },
9112
9112
  restart: {
9113
9113
  argNames: ["criteria"],
9114
- requestType: utils_1.RequestType.Post,
9114
+ requestType: utils_1.RequestType.PostWithArgsInBody,
9115
9115
  },
9116
9116
  start: {
9117
- requestType: utils_1.RequestType.Post,
9117
+ requestType: utils_1.RequestType.PostWithArgsInBody,
9118
9118
  },
9119
9119
  validateCredentials: {
9120
9120
  argNames: ["applicationIdentifier", "templateId", "useSavedCredentials", "credentials"],
9121
- requestType: utils_1.RequestType.Post,
9121
+ requestType: utils_1.RequestType.PostWithArgsInBody,
9122
9122
  },
9123
9123
  },
9124
9124
  synchronizationJobs: {
@@ -9135,7 +9135,7 @@ exports.MapperV2 = {
9135
9135
  },
9136
9136
  parseExpression: {
9137
9137
  argNames: ["expression", "testInputObject", "targetAttributeDefinition"],
9138
- requestType: utils_1.RequestType.Post,
9138
+ requestType: utils_1.RequestType.PostWithArgsInBody,
9139
9139
  returnType: "ComplexTypes.parseExpressionResponse"
9140
9140
  },
9141
9141
  filterOperators: {
@@ -9186,11 +9186,11 @@ exports.MapperV2 = {
9186
9186
  },
9187
9187
  assign: {
9188
9188
  argNames: ["assignments"],
9189
- requestType: utils_1.RequestType.Post,
9189
+ requestType: utils_1.RequestType.PostWithArgsInBody,
9190
9190
  },
9191
9191
  targetApps: {
9192
9192
  argNames: ["apps", "appGroupType"],
9193
- requestType: utils_1.RequestType.Post,
9193
+ requestType: utils_1.RequestType.PostWithArgsInBody,
9194
9194
  },
9195
9195
  },
9196
9196
  targetedManagedAppConfigurations: {
@@ -9214,11 +9214,11 @@ exports.MapperV2 = {
9214
9214
  },
9215
9215
  assign: {
9216
9216
  argNames: ["assignments"],
9217
- requestType: utils_1.RequestType.Post,
9217
+ requestType: utils_1.RequestType.PostWithArgsInBody,
9218
9218
  },
9219
9219
  targetApps: {
9220
9220
  argNames: ["apps", "appGroupType"],
9221
- requestType: utils_1.RequestType.Post,
9221
+ requestType: utils_1.RequestType.PostWithArgsInBody,
9222
9222
  },
9223
9223
  },
9224
9224
  task: {
@@ -9319,21 +9319,21 @@ exports.MapperV2 = {
9319
9319
  },
9320
9320
  archive: {
9321
9321
  argNames: ["shouldSetSpoSiteReadOnlyForMembers"],
9322
- requestType: utils_1.RequestType.Post,
9322
+ requestType: utils_1.RequestType.PostWithArgsInBody,
9323
9323
  },
9324
9324
  unarchive: {
9325
- requestType: utils_1.RequestType.Post,
9325
+ requestType: utils_1.RequestType.PostWithArgsInBody,
9326
9326
  },
9327
9327
  completeMigration: {
9328
- requestType: utils_1.RequestType.Post,
9328
+ requestType: utils_1.RequestType.PostWithArgsInBody,
9329
9329
  },
9330
9330
  clone: {
9331
9331
  argNames: ["displayName", "description", "mailNickname", "classification", "visibility", "partsToClone"],
9332
- requestType: utils_1.RequestType.Post,
9332
+ requestType: utils_1.RequestType.PostWithArgsInBody,
9333
9333
  },
9334
9334
  sendActivityNotification: {
9335
9335
  argNames: ["topic", "activityType", "chainId", "previewText", "teamsAppId", "templateParameters", "recipient"],
9336
- requestType: utils_1.RequestType.Post,
9336
+ requestType: utils_1.RequestType.PostWithArgsInBody,
9337
9337
  },
9338
9338
  },
9339
9339
  teams: {
@@ -9380,7 +9380,7 @@ exports.MapperV2 = {
9380
9380
  },
9381
9381
  upgrade: {
9382
9382
  argNames: ["consentedPermissionSet"],
9383
- requestType: utils_1.RequestType.Post,
9383
+ requestType: utils_1.RequestType.PostWithArgsInBody,
9384
9384
  },
9385
9385
  },
9386
9386
  teamsAppInstallations: {
@@ -9433,7 +9433,7 @@ exports.MapperV2 = {
9433
9433
  },
9434
9434
  sendActivityNotificationToRecipients: {
9435
9435
  argNames: ["topic", "activityType", "chainId", "previewText", "teamsAppId", "templateParameters", "recipients"],
9436
- requestType: utils_1.RequestType.Post,
9436
+ requestType: utils_1.RequestType.PostWithArgsInBody,
9437
9437
  },
9438
9438
  },
9439
9439
  teamworkBot: {
@@ -9926,7 +9926,7 @@ exports.MapperV2 = {
9926
9926
  returnType: "unifiedRoleAssignmentSchedule"
9927
9927
  },
9928
9928
  cancel: {
9929
- requestType: utils_1.RequestType.Post,
9929
+ requestType: utils_1.RequestType.PostWithArgsInBody,
9930
9930
  },
9931
9931
  },
9932
9932
  unifiedRoleAssignmentScheduleRequests: {
@@ -9978,7 +9978,7 @@ exports.MapperV2 = {
9978
9978
  returnType: "unifiedRoleEligibilitySchedule"
9979
9979
  },
9980
9980
  cancel: {
9981
- requestType: utils_1.RequestType.Post,
9981
+ requestType: utils_1.RequestType.PostWithArgsInBody,
9982
9982
  },
9983
9983
  },
9984
9984
  unifiedRoleEligibilityScheduleRequests: {
@@ -10296,53 +10296,53 @@ exports.MapperV2 = {
10296
10296
  },
10297
10297
  assignLicense: {
10298
10298
  argNames: ["addLicenses", "removeLicenses"],
10299
- requestType: utils_1.RequestType.Post,
10299
+ requestType: utils_1.RequestType.PostWithArgsInBody,
10300
10300
  returnType: "EntityTypes.user"
10301
10301
  },
10302
10302
  changePassword: {
10303
10303
  argNames: ["currentPassword", "newPassword"],
10304
- requestType: utils_1.RequestType.Post,
10304
+ requestType: utils_1.RequestType.PostWithArgsInBody,
10305
10305
  },
10306
10306
  reprocessLicenseAssignment: {
10307
- requestType: utils_1.RequestType.Post,
10307
+ requestType: utils_1.RequestType.PostWithArgsInBody,
10308
10308
  returnType: "EntityTypes.user"
10309
10309
  },
10310
10310
  retryServiceProvisioning: {
10311
- requestType: utils_1.RequestType.Post,
10311
+ requestType: utils_1.RequestType.PostWithArgsInBody,
10312
10312
  },
10313
10313
  revokeSignInSessions: {
10314
- requestType: utils_1.RequestType.Post,
10314
+ requestType: utils_1.RequestType.PostWithArgsInBody,
10315
10315
  returnType: "boolean"
10316
10316
  },
10317
10317
  findMeetingTimes: {
10318
10318
  argNames: ["attendees", "locationConstraint", "timeConstraint", "meetingDuration", "maxCandidates", "isOrganizerOptional", "returnSuggestionReasons", "minimumAttendeePercentage"],
10319
- requestType: utils_1.RequestType.Post,
10319
+ requestType: utils_1.RequestType.PostWithArgsInBody,
10320
10320
  returnType: "ComplexTypes.meetingTimeSuggestionsResult"
10321
10321
  },
10322
10322
  getMailTips: {
10323
10323
  argNames: ["EmailAddresses", "MailTipsOptions"],
10324
- requestType: utils_1.RequestType.Post,
10324
+ requestType: utils_1.RequestType.PostWithArgsInBody,
10325
10325
  returnType: "ComplexTypes.mailTips[]"
10326
10326
  },
10327
10327
  sendMail: {
10328
10328
  argNames: ["Message", "SaveToSentItems"],
10329
- requestType: utils_1.RequestType.Post,
10329
+ requestType: utils_1.RequestType.PostWithArgsInBody,
10330
10330
  },
10331
10331
  translateExchangeIds: {
10332
10332
  argNames: ["InputIds", "TargetIdType", "SourceIdType"],
10333
- requestType: utils_1.RequestType.Post,
10333
+ requestType: utils_1.RequestType.PostWithArgsInBody,
10334
10334
  returnType: "ComplexTypes.convertIdResult[]"
10335
10335
  },
10336
10336
  removeAllDevicesFromManagement: {
10337
- requestType: utils_1.RequestType.Post,
10337
+ requestType: utils_1.RequestType.PostWithArgsInBody,
10338
10338
  },
10339
10339
  wipeManagedAppRegistrationsByDeviceTag: {
10340
10340
  argNames: ["deviceTag"],
10341
- requestType: utils_1.RequestType.Post,
10341
+ requestType: utils_1.RequestType.PostWithArgsInBody,
10342
10342
  },
10343
10343
  exportPersonalData: {
10344
10344
  argNames: ["storageLocation"],
10345
- requestType: utils_1.RequestType.Post,
10345
+ requestType: utils_1.RequestType.PostWithArgsInBody,
10346
10346
  },
10347
10347
  exportDeviceAndAppManagementData: {
10348
10348
  argNames: ["skip", "top"],
@@ -10710,7 +10710,7 @@ exports.MapperV2 = {
10710
10710
  },
10711
10711
  sendActivityNotification: {
10712
10712
  argNames: ["topic", "activityType", "chainId", "previewText", "teamsAppId", "templateParameters"],
10713
- requestType: utils_1.RequestType.Post,
10713
+ requestType: utils_1.RequestType.PostWithArgsInBody,
10714
10714
  },
10715
10715
  },
10716
10716
  verticalSection: {
@@ -10771,10 +10771,10 @@ exports.MapperV2 = {
10771
10771
  returnType: "virtualEventSessions"
10772
10772
  },
10773
10773
  cancel: {
10774
- requestType: utils_1.RequestType.Post,
10774
+ requestType: utils_1.RequestType.PostWithArgsInBody,
10775
10775
  },
10776
10776
  publish: {
10777
- requestType: utils_1.RequestType.Post,
10777
+ requestType: utils_1.RequestType.PostWithArgsInBody,
10778
10778
  },
10779
10779
  },
10780
10780
  virtualEvents: {
@@ -10797,7 +10797,7 @@ exports.MapperV2 = {
10797
10797
  returnType: "virtualEventSessions"
10798
10798
  },
10799
10799
  cancel: {
10800
- requestType: utils_1.RequestType.Post,
10800
+ requestType: utils_1.RequestType.PostWithArgsInBody,
10801
10801
  },
10802
10802
  },
10803
10803
  virtualEventRegistrations: {
@@ -10894,7 +10894,7 @@ exports.MapperV2 = {
10894
10894
  properties: [],
10895
10895
  query: { argNames: ["oData"], requestType: utils_1.RequestType.OData },
10896
10896
  syncLicenses: {
10897
- requestType: utils_1.RequestType.Post,
10897
+ requestType: utils_1.RequestType.PostWithArgsInBody,
10898
10898
  returnType: "EntityTypes.vppToken"
10899
10899
  },
10900
10900
  },
@@ -10927,7 +10927,7 @@ exports.MapperV2 = {
10927
10927
  properties: [],
10928
10928
  query: { argNames: ["oData"], requestType: utils_1.RequestType.OData },
10929
10929
  getPositionOfWebPart: {
10930
- requestType: utils_1.RequestType.Post,
10930
+ requestType: utils_1.RequestType.PostWithArgsInBody,
10931
10931
  returnType: "ComplexTypes.webPartPosition"
10932
10932
  },
10933
10933
  },
@@ -11026,14 +11026,14 @@ exports.MapperV2 = {
11026
11026
  query: { argNames: ["oData"], requestType: utils_1.RequestType.OData },
11027
11027
  assignUserToDevice: {
11028
11028
  argNames: ["userPrincipalName", "addressableUserName"],
11029
- requestType: utils_1.RequestType.Post,
11029
+ requestType: utils_1.RequestType.PostWithArgsInBody,
11030
11030
  },
11031
11031
  unassignUserFromDevice: {
11032
- requestType: utils_1.RequestType.Post,
11032
+ requestType: utils_1.RequestType.PostWithArgsInBody,
11033
11033
  },
11034
11034
  updateDeviceProperties: {
11035
11035
  argNames: ["userPrincipalName", "addressableUserName", "groupTag", "displayName"],
11036
- requestType: utils_1.RequestType.Post,
11036
+ requestType: utils_1.RequestType.PostWithArgsInBody,
11037
11037
  },
11038
11038
  },
11039
11039
  windowsAutopilotDeviceIdentitys: {
@@ -11079,7 +11079,7 @@ exports.MapperV2 = {
11079
11079
  },
11080
11080
  assign: {
11081
11081
  argNames: ["assignments"],
11082
- requestType: utils_1.RequestType.Post,
11082
+ requestType: utils_1.RequestType.PostWithArgsInBody,
11083
11083
  },
11084
11084
  },
11085
11085
  windowsInformationProtectionAppLearningSummary: {