gd-sprest 8.5.7 → 8.5.8

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.
@@ -613,6 +613,9 @@ exports.Mapper = {
613
613
  getSPODataAccessGovernanceInsightById: {
614
614
  argNames: ["reportId"],
615
615
  },
616
+ getSPODataAccessGovernanceInsightV2: {
617
+ argNames: ["reportEntity"],
618
+ },
616
619
  removeDataAccessGovernanceReport: {
617
620
  argNames: ["reportId"],
618
621
  },
@@ -632,6 +635,9 @@ exports.Mapper = {
632
635
  remove: {
633
636
  argNames: ["source"],
634
637
  },
638
+ updateScriptSources: {
639
+ argNames: ["added", "removed"],
640
+ },
635
641
  },
636
642
  "Microsoft.Online.SharePoint.TenantAdministration.SPOGroup": {
637
643
  addAsGroupOwnerAndMember: {
@@ -751,7 +757,6 @@ exports.Mapper = {
751
757
  addToOrgAssetsLibWithConfig: {
752
758
  argNames: ["cdnType", "libUrl", "thumbnailUrl", "orgAssetType", "defaultOriginAdded", "configParam"],
753
759
  },
754
- appHasAdminSitePermission: {},
755
760
  archiveSiteById: {
756
761
  argNames: ["siteId"],
757
762
  },
@@ -934,6 +939,7 @@ exports.Mapper = {
934
939
  getTenantAllOrCompatibleIBSegments: {
935
940
  argNames: ["segments"],
936
941
  },
942
+ getTenantSendFromAddress: {},
937
943
  getTenantSiteCreationSource: {},
938
944
  getTopFilesSharingInsights: {
939
945
  argNames: ["queryMode"],
@@ -1198,10 +1204,10 @@ exports.Mapper = {
1198
1204
  argNames: ["itemId", "policyInputParameters", "policyOperation"],
1199
1205
  },
1200
1206
  updateRansomwareActivity: {
1201
- argNames: ["listItemId", "columnValues"],
1207
+ argNames: ["listItemId", "columnValues", "category"],
1202
1208
  },
1203
1209
  updateRansomwareEvent: {
1204
- argNames: ["listItemId", "columnValues", "forceResolveActivity"],
1210
+ argNames: ["listItemId", "columnValues", "forceResolveActivity", "category"],
1205
1211
  },
1206
1212
  updateSPOContainerUserRole: {
1207
1213
  argNames: ["ContainerId", "loginName", "role"],
@@ -1385,20 +1391,27 @@ exports.Mapper = {
1385
1391
  acquireSystemSiteLock: {
1386
1392
  argNames: ["lockRequestor", "lockType", "leaseDurationInMinutes"],
1387
1393
  },
1388
- clearState: {},
1394
+ clearSiteRelocationMarker: {},
1389
1395
  extendSystemSiteLockExpiration: {
1390
1396
  argNames: ["leaseDurationInMinute"],
1391
1397
  },
1392
- getChecksumForTable: {
1393
- argNames: ["schemaName", "tableName", "partitionColumnName", "columnsToChecksum"],
1394
- },
1398
+ getCPSChangeToken: {},
1399
+ getCPSSiteDeleteReason: {},
1400
+ getDataChunks: {},
1395
1401
  getDataReader: {
1396
1402
  argNames: ["sqlCommandText"],
1397
1403
  },
1398
1404
  getDatabaseProperties: {},
1399
1405
  getMarker: {},
1400
- getRowCountForTable: {
1401
- argNames: ["schemaName", "tableName", "partitionColumnName"],
1406
+ getEventCacheDataChunk: {
1407
+ argNames: ["lastCopiedId", "searchChangeToken"],
1408
+ },
1409
+ getEventCacheExColumns: {},
1410
+ getEventCacheExDataChunk: {
1411
+ argNames: ["lastCopiedId"],
1412
+ },
1413
+ getEventCacheIds: {
1414
+ argNames: ["lastCopiedId"],
1402
1415
  },
1403
1416
  getScalarValue: {
1404
1417
  argNames: ["sqlCommandText"],
@@ -1406,17 +1419,28 @@ exports.Mapper = {
1406
1419
  getServiceInfo: {},
1407
1420
  getSiteProperties: {},
1408
1421
  getTenantWorkflows: {},
1422
+ getValidationChunks: {},
1409
1423
  isDbReadOnly: {},
1410
1424
  isSystemSiteLocked: {
1411
1425
  argNames: ["lockRequestor"],
1412
1426
  },
1427
+ lockSite: {},
1428
+ pauseCrawling: {
1429
+ argNames: ["originalCPSDeleteReason"],
1430
+ },
1413
1431
  processStorageMetricsChanges: {},
1414
1432
  releaseSystemSiteLock: {
1415
1433
  argNames: ["lockRequestor"],
1416
1434
  },
1435
+ resumeCrawling: {
1436
+ argNames: ["originalCPSDeleteReason"],
1437
+ },
1417
1438
  sourceCleanupAfterMove: {
1418
1439
  argNames: ["isDeleted"],
1419
1440
  },
1441
+ unlockSiteOnFailure: {
1442
+ argNames: ["originalLockFlags"],
1443
+ },
1420
1444
  },
1421
1445
  "Microsoft.SharePoint.Administration.SiteMove.Service.SiteRelocationJobManagementService": {
1422
1446
  enqueueSiteRelocationJob: {
@@ -1562,7 +1586,8 @@ exports.Mapper = {
1562
1586
  },
1563
1587
  "Microsoft.SharePoint.Convergence.MigrationCompleteStateApi": {
1564
1588
  addState: {},
1565
- isDoclibContributorOwnerEnabled: {}
1589
+ isDoclibContributorOwnerEnabled: {},
1590
+ isSuspended: {},
1566
1591
  },
1567
1592
  "Microsoft.SharePoint.Convergence.OdcMetadataCleanedUpApi": {
1568
1593
  addState: {},
@@ -1608,6 +1633,9 @@ exports.Mapper = {
1608
1633
  "Microsoft.SharePoint.IR.IRMigration": {
1609
1634
  deleteAndRecreateIRList: {},
1610
1635
  },
1636
+ "Microsoft.SharePoint.IdentityModel.SPAllOrgSGManager": {
1637
+ createAllOrgSecurityGroup: {},
1638
+ },
1611
1639
  "Microsoft.SharePoint.Insights.SPTenantIBInsightsReportManager": {
1612
1640
  createReport: {},
1613
1641
  getAllReportsMetadata: {},
@@ -1775,6 +1803,9 @@ exports.Mapper = {
1775
1803
  argNames: ["config"]
1776
1804
  },
1777
1805
  delete: { requestType: utils_1.RequestType.Delete },
1806
+ file: {
1807
+ argNames: ["folderName", "fileName", "file", "overwrite"],
1808
+ },
1778
1809
  parseUrl: {
1779
1810
  argNames: ["destinationUrl", "retrieveAllLists", "retrieveFoldersForAllLists", "forceMySiteDefaultList", "migrationType"],
1780
1811
  },
@@ -3080,6 +3111,9 @@ exports.Mapper = {
3080
3111
  updateTenantTheme: {
3081
3112
  argNames: ["themeData"],
3082
3113
  },
3114
+ validateSiteThemeName: {
3115
+ argNames: ["name"],
3116
+ },
3083
3117
  validateTenantThemeName: {
3084
3118
  argNames: ["name"],
3085
3119
  },
@@ -4659,10 +4693,6 @@ exports.Mapper = {
4659
4693
  argNames: ["appViewCreationInfo", "visualizationTarget"],
4660
4694
  requestType: utils_1.RequestType.PostWithArgsInBody
4661
4695
  },
4662
- createRule: {
4663
- argNames: ["condition", "outcome", "title", "triggerType", "emailField", "actionType", "ruleTemplateId"],
4664
- requestType: utils_1.RequestType.PostWithArgsInBody
4665
- },
4666
4696
  createRuleEx: {
4667
4697
  argNames: ["condition", "title", "triggerType", "action", "ruleTemplateId"],
4668
4698
  requestType: utils_1.RequestType.PostWithArgsInBody
@@ -4928,9 +4958,6 @@ exports.Mapper = {
4928
4958
  updateFormProcessingModelSettings: {
4929
4959
  argNames: ["retentionLabel", "linkedList"],
4930
4960
  },
4931
- updateRule: {
4932
- argNames: ["ruleId", "condition", "outcome", "title", "emailField", "status", "actionType", "triggerType"],
4933
- },
4934
4961
  updateRuleEx: {
4935
4962
  argNames: ["ruleId", "condition", "title", "status", "action", "triggerType"],
4936
4963
  },
@@ -5407,6 +5434,9 @@ exports.Mapper = {
5407
5434
  delete: {},
5408
5435
  deletePublication: {},
5409
5436
  demoteFromNews: {},
5437
+ discardCoAuth: {
5438
+ argNames: ["lockId"],
5439
+ },
5410
5440
  discardPage: {},
5411
5441
  extendSessionCoAuth: {},
5412
5442
  getDependencyMetadata: {},
@@ -5427,6 +5457,9 @@ exports.Mapper = {
5427
5457
  },
5428
5458
  promoteToNews: {},
5429
5459
  publish: {},
5460
+ publishAsBot: {
5461
+ argNames: ["tenantId", "channelIds", "message"],
5462
+ },
5430
5463
  publishCoAuth: {
5431
5464
  argNames: ["pageStream"],
5432
5465
  },
@@ -5461,7 +5494,7 @@ exports.Mapper = {
5461
5494
  argNames: ["pageStream"],
5462
5495
  },
5463
5496
  saveStreams: {
5464
- argNames: ["contentStream"],
5497
+ argNames: ["contentStream", "sharedLockId"],
5465
5498
  },
5466
5499
  schedulePublication: {
5467
5500
  argNames: ["publishStartDate"],
@@ -5489,6 +5522,7 @@ exports.Mapper = {
5489
5522
  updateSharePointPublishingStatus: {
5490
5523
  argNames: ["destinationSiteId", "destinationUrl", "sharePointPublishingStatus", "sharePointPublishingErrorCode"],
5491
5524
  },
5525
+ validate: {},
5492
5526
  },
5493
5527
  "SP.Publishing.CommunicationSite": {
5494
5528
  create: {
@@ -5526,6 +5560,9 @@ exports.Mapper = {
5526
5560
  demoteFromNews: {
5527
5561
  requestType: utils_1.RequestType.Post
5528
5562
  },
5563
+ discardCoAuth: {
5564
+ argNames: ["lockId"],
5565
+ },
5529
5566
  discardPage: {},
5530
5567
  extendSessionCoAuth: {},
5531
5568
  getDependencyMetadata: {},
@@ -5564,7 +5601,7 @@ exports.Mapper = {
5564
5601
  argNames: ["pageStream"],
5565
5602
  },
5566
5603
  saveStreams: {
5567
- argNames: ["contentStream"],
5604
+ argNames: ["contentStream", "sharedLockId"],
5568
5605
  },
5569
5606
  schedulePublish: {
5570
5607
  argNames: ["sitePage"],
@@ -5702,6 +5739,9 @@ exports.Mapper = {
5702
5739
  demoteFromNews: {
5703
5740
  requestType: utils_1.RequestType.Post
5704
5741
  },
5742
+ discardCoAuth: {
5743
+ argNames: ["lockId"],
5744
+ },
5705
5745
  discardPage: {},
5706
5746
  extendSessionCoAuth: {},
5707
5747
  getDependencyMetadata: {},
@@ -5740,7 +5780,7 @@ exports.Mapper = {
5740
5780
  argNames: ["pageStream"],
5741
5781
  },
5742
5782
  saveStreams: {
5743
- argNames: ["contentStream"],
5783
+ argNames: ["contentStream", "sharedLockId"],
5744
5784
  },
5745
5785
  schedulePublish: {
5746
5786
  argNames: ["sitePage"],
@@ -5821,6 +5861,9 @@ exports.Mapper = {
5821
5861
  demoteFromNews: {
5822
5862
  requestType: utils_1.RequestType.Post
5823
5863
  },
5864
+ discardCoAuth: {
5865
+ argNames: ["lockId"],
5866
+ },
5824
5867
  discardPage: {
5825
5868
  requestType: utils_1.RequestType.Post
5826
5869
  },
@@ -5872,7 +5915,7 @@ exports.Mapper = {
5872
5915
  argNames: ["pageStream"],
5873
5916
  },
5874
5917
  saveStreams: {
5875
- argNames: ["contentStream"],
5918
+ argNames: ["contentStream", "sharedLockId"],
5876
5919
  },
5877
5920
  schedulePublish: {
5878
5921
  argNames: ["sitePage"],
@@ -5971,6 +6014,9 @@ exports.Mapper = {
5971
6014
  demoteFromNews: {
5972
6015
  requestType: utils_1.RequestType.Post
5973
6016
  },
6017
+ discardCoAuth: {
6018
+ argNames: ["lockId"],
6019
+ },
5974
6020
  discardPage: {},
5975
6021
  extendSessionCoAuth: {},
5976
6022
  getDependencyMetadata: {},
@@ -6009,7 +6055,7 @@ exports.Mapper = {
6009
6055
  argNames: ["pageStream"],
6010
6056
  },
6011
6057
  saveStreams: {
6012
- argNames: ["contentStream"],
6058
+ argNames: ["contentStream", "sharedLockId"],
6013
6059
  },
6014
6060
  schedulePublish: {
6015
6061
  argNames: ["sitePage"],
@@ -6050,6 +6096,7 @@ exports.Mapper = {
6050
6096
  },
6051
6097
  canCreatePage: {},
6052
6098
  canCreatePromotedPage: {},
6099
+ enableAmplifyFromAnywhere: {},
6053
6100
  enableAnnouncements: {},
6054
6101
  enableCategories: {},
6055
6102
  pagesInLib: {
@@ -6133,6 +6180,9 @@ exports.Mapper = {
6133
6180
  demoteFromNews: {
6134
6181
  requestType: utils_1.RequestType.Post
6135
6182
  },
6183
+ discardCoAuth: {
6184
+ argNames: ["lockId"],
6185
+ },
6136
6186
  discardPage: {},
6137
6187
  extendSessionCoAuth: {},
6138
6188
  getDependencyMetadata: {},
@@ -6171,7 +6221,7 @@ exports.Mapper = {
6171
6221
  argNames: ["pageStream"],
6172
6222
  },
6173
6223
  saveStreams: {
6174
- argNames: ["contentStream"],
6224
+ argNames: ["contentStream", "sharedLockId"],
6175
6225
  },
6176
6226
  schedulePublish: {
6177
6227
  argNames: ["sitePage"],
@@ -7881,7 +7931,7 @@ exports.Mapper = {
7881
7931
  requestType: utils_1.RequestType.PostWithArgs
7882
7932
  },
7883
7933
  setChromeOptions: {
7884
- argNames: ["headerLayout", "headerEmphasis", "megaMenuEnabled", "footerEnabled", "footerLayout", "footerEmphasis", "hideTitleInHeader", "logoAlignment", "horizontalQuickLaunch"],
7934
+ argNames: ["headerLayout", "headerEmphasis", "megaMenuEnabled", "footerEnabled", "footerLayout", "footerEmphasis", "hideTitleInHeader", "logoAlignment", "horizontalQuickLaunch", "headerColorIndexInLightMode", "headerColorIndexInDarkMode", "footerColorIndexInLightMode", "footerColorIndexInDarkMode"],
7885
7935
  requestType: utils_1.RequestType.PostWithArgs
7886
7936
  },
7887
7937
  setDefaultNewPageTemplateId: {
package/build/rest.js CHANGED
@@ -9,7 +9,7 @@ var sptypes_1 = require("./sptypes");
9
9
  * SharePoint REST Library
10
10
  */
11
11
  exports.$REST = {
12
- __ver: 8.57,
12
+ __ver: 8.58,
13
13
  AppContext: function (siteUrl) { return Lib.Site.getAppContext(siteUrl); },
14
14
  Apps: Lib.Apps,
15
15
  ContextInfo: Lib.ContextInfo,