@salesforce/lds-adapters-cms-authoring 1.134.3 → 1.134.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.
@@ -509,7 +509,7 @@ function ingestSuccess$l(luvio, resourceParams, response) {
509
509
  function createResourceRequest$l(config) {
510
510
  const headers = {};
511
511
  return {
512
- baseUri: '/services/data/v58.0',
512
+ baseUri: '/services/data/v59.0',
513
513
  basePath: '/cms/deployments',
514
514
  method: 'post',
515
515
  body: config.body,
@@ -883,7 +883,7 @@ function ingestError$a(luvio, params, error, snapshotRefresh) {
883
883
  function createResourceRequest$k(config) {
884
884
  const headers = {};
885
885
  return {
886
- baseUri: '/services/data/v58.0',
886
+ baseUri: '/services/data/v59.0',
887
887
  basePath: '/connect/cms/collections/' + config.urlParams.collectionKeyOrId + '',
888
888
  method: 'get',
889
889
  body: null,
@@ -1355,7 +1355,7 @@ function ingestSuccess$j(luvio, resourceParams, response) {
1355
1355
  function createResourceRequest$j(config) {
1356
1356
  const headers = {};
1357
1357
  return {
1358
- baseUri: '/services/data/v58.0',
1358
+ baseUri: '/services/data/v59.0',
1359
1359
  basePath: '/connect/cms/content/spaces/' + config.urlParams.contentSpaceId + '/translation',
1360
1360
  method: 'post',
1361
1361
  body: config.body,
@@ -1874,7 +1874,7 @@ function ingestSuccess$i(luvio, resourceParams, response) {
1874
1874
  function createResourceRequest$i(config) {
1875
1875
  const headers = {};
1876
1876
  return {
1877
- baseUri: '/services/data/v58.0',
1877
+ baseUri: '/services/data/v59.0',
1878
1878
  basePath: '/connect/cms/contents',
1879
1879
  method: 'post',
1880
1880
  body: config.body,
@@ -2170,7 +2170,7 @@ function ingestSuccess$g(luvio, resourceParams, response) {
2170
2170
  function createResourceRequest$h(config) {
2171
2171
  const headers = {};
2172
2172
  return {
2173
- baseUri: '/services/data/v58.0',
2173
+ baseUri: '/services/data/v59.0',
2174
2174
  basePath: '/connect/cms/contents/publish',
2175
2175
  method: 'post',
2176
2176
  body: config.body,
@@ -2452,7 +2452,7 @@ function ingestSuccess$f(luvio, resourceParams, response) {
2452
2452
  function createResourceRequest$g(config) {
2453
2453
  const headers = {};
2454
2454
  return {
2455
- baseUri: '/services/data/v58.0',
2455
+ baseUri: '/services/data/v59.0',
2456
2456
  basePath: '/connect/cms/contents/unpublish',
2457
2457
  method: 'post',
2458
2458
  body: config.body,
@@ -2813,7 +2813,7 @@ function ingestSuccess$e(luvio, resourceParams, response) {
2813
2813
  function createResourceRequest$f(config) {
2814
2814
  const headers = {};
2815
2815
  return {
2816
- baseUri: '/services/data/v58.0',
2816
+ baseUri: '/services/data/v59.0',
2817
2817
  basePath: '/connect/cms/contents/variants',
2818
2818
  method: 'post',
2819
2819
  body: config.body,
@@ -2908,7 +2908,7 @@ function evictSuccess(luvio, resourceParams) {
2908
2908
  function createResourceRequest$e(config) {
2909
2909
  const headers = {};
2910
2910
  return {
2911
- baseUri: '/services/data/v58.0',
2911
+ baseUri: '/services/data/v59.0',
2912
2912
  basePath: '/connect/cms/contents/variants/' + config.urlParams.variantId + '',
2913
2913
  method: 'delete',
2914
2914
  body: null,
@@ -3023,7 +3023,7 @@ function ingestError$9(luvio, params, error, snapshotRefresh) {
3023
3023
  function createResourceRequest$d(config) {
3024
3024
  const headers = {};
3025
3025
  return {
3026
- baseUri: '/services/data/v58.0',
3026
+ baseUri: '/services/data/v59.0',
3027
3027
  basePath: '/connect/cms/contents/variants/' + config.urlParams.variantId + '',
3028
3028
  method: 'get',
3029
3029
  body: null,
@@ -3200,7 +3200,7 @@ function ingestSuccess$c(luvio, resourceParams, response) {
3200
3200
  function createResourceRequest$c(config) {
3201
3201
  const headers = {};
3202
3202
  return {
3203
- baseUri: '/services/data/v58.0',
3203
+ baseUri: '/services/data/v59.0',
3204
3204
  basePath: '/connect/cms/contents/variants/' + config.urlParams.variantId + '',
3205
3205
  method: 'put',
3206
3206
  body: config.body,
@@ -3510,7 +3510,7 @@ function ingestError$8(luvio, params, error, snapshotRefresh) {
3510
3510
  function createResourceRequest$b(config) {
3511
3511
  const headers = {};
3512
3512
  return {
3513
- baseUri: '/services/data/v58.0',
3513
+ baseUri: '/services/data/v59.0',
3514
3514
  basePath: '/connect/cms/contents/variants/' + config.urlParams.variantId + '/versions',
3515
3515
  method: 'get',
3516
3516
  body: null,
@@ -3695,7 +3695,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
3695
3695
  function createResourceRequest$a(config) {
3696
3696
  const headers = {};
3697
3697
  return {
3698
- baseUri: '/services/data/v58.0',
3698
+ baseUri: '/services/data/v59.0',
3699
3699
  basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '',
3700
3700
  method: 'get',
3701
3701
  body: null,
@@ -4052,7 +4052,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
4052
4052
  function createResourceRequest$9(config) {
4053
4053
  const headers = {};
4054
4054
  return {
4055
- baseUri: '/services/data/v58.0',
4055
+ baseUri: '/services/data/v59.0',
4056
4056
  basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/renditions/' + config.urlParams.renditionType + '',
4057
4057
  method: 'get',
4058
4058
  body: null,
@@ -4437,7 +4437,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
4437
4437
  function createResourceRequest$8(config) {
4438
4438
  const headers = {};
4439
4439
  return {
4440
- baseUri: '/services/data/v58.0',
4440
+ baseUri: '/services/data/v59.0',
4441
4441
  basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/referenced-by',
4442
4442
  method: 'get',
4443
4443
  body: null,
@@ -4845,7 +4845,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
4845
4845
  function createResourceRequest$7(config) {
4846
4846
  const headers = {};
4847
4847
  return {
4848
- baseUri: '/services/data/v58.0',
4848
+ baseUri: '/services/data/v59.0',
4849
4849
  basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/variants/references',
4850
4850
  method: 'get',
4851
4851
  body: null,
@@ -5264,7 +5264,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
5264
5264
  function createResourceRequest$6(config) {
5265
5265
  const headers = {};
5266
5266
  return {
5267
- baseUri: '/services/data/v58.0',
5267
+ baseUri: '/services/data/v59.0',
5268
5268
  basePath: '/connect/cms/folders/' + config.urlParams.folderId + '/items',
5269
5269
  method: 'get',
5270
5270
  body: null,
@@ -5650,7 +5650,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
5650
5650
  function createResourceRequest$5(config) {
5651
5651
  const headers = {};
5652
5652
  return {
5653
- baseUri: '/services/data/v58.0',
5653
+ baseUri: '/services/data/v59.0',
5654
5654
  basePath: '/connect/cms/items/search',
5655
5655
  method: 'get',
5656
5656
  body: null,
@@ -6142,7 +6142,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
6142
6142
  function createResourceRequest$4(config) {
6143
6143
  const headers = {};
6144
6144
  return {
6145
- baseUri: '/services/data/v58.0',
6145
+ baseUri: '/services/data/v59.0',
6146
6146
  basePath: '/connect/cms/spaces',
6147
6147
  method: 'get',
6148
6148
  body: null,
@@ -6307,7 +6307,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
6307
6307
  function createResourceRequest$3(config) {
6308
6308
  const headers = {};
6309
6309
  return {
6310
- baseUri: '/services/data/v58.0',
6310
+ baseUri: '/services/data/v59.0',
6311
6311
  basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '',
6312
6312
  method: 'get',
6313
6313
  body: null,
@@ -6544,7 +6544,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
6544
6544
  function createResourceRequest$2(config) {
6545
6545
  const headers = {};
6546
6546
  return {
6547
- baseUri: '/services/data/v58.0',
6547
+ baseUri: '/services/data/v59.0',
6548
6548
  basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '',
6549
6549
  method: 'patch',
6550
6550
  body: config.body,
@@ -6929,7 +6929,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
6929
6929
  function createResourceRequest$1(config) {
6930
6930
  const headers = {};
6931
6931
  return {
6932
- baseUri: '/services/data/v58.0',
6932
+ baseUri: '/services/data/v59.0',
6933
6933
  basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/contents/export',
6934
6934
  method: 'post',
6935
6935
  body: config.body,
@@ -7058,7 +7058,7 @@ function ingestSuccess(luvio, resourceParams, response) {
7058
7058
  function createResourceRequest(config) {
7059
7059
  const headers = {};
7060
7060
  return {
7061
- baseUri: '/services/data/v58.0',
7061
+ baseUri: '/services/data/v59.0',
7062
7062
  basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/contents/import',
7063
7063
  method: 'post',
7064
7064
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-cms-authoring",
3
- "version": "1.134.3",
3
+ "version": "1.134.5",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Wire adapters for CMS authoring APIs",
6
6
  "main": "dist/es/es2018/cms-authoring.js",
package/sfdc/index.js CHANGED
@@ -519,7 +519,7 @@ function ingestSuccess$l(luvio, resourceParams, response) {
519
519
  function createResourceRequest$l(config) {
520
520
  const headers = {};
521
521
  return {
522
- baseUri: '/services/data/v58.0',
522
+ baseUri: '/services/data/v59.0',
523
523
  basePath: '/cms/deployments',
524
524
  method: 'post',
525
525
  body: config.body,
@@ -1055,7 +1055,7 @@ function ingestSuccess$k(luvio, resourceParams, response) {
1055
1055
  function createResourceRequest$k(config) {
1056
1056
  const headers = {};
1057
1057
  return {
1058
- baseUri: '/services/data/v58.0',
1058
+ baseUri: '/services/data/v59.0',
1059
1059
  basePath: '/connect/cms/contents',
1060
1060
  method: 'post',
1061
1061
  body: config.body,
@@ -1440,7 +1440,7 @@ function ingestSuccess$i(luvio, resourceParams, response) {
1440
1440
  function createResourceRequest$j(config) {
1441
1441
  const headers = {};
1442
1442
  return {
1443
- baseUri: '/services/data/v58.0',
1443
+ baseUri: '/services/data/v59.0',
1444
1444
  basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/contents/export',
1445
1445
  method: 'post',
1446
1446
  body: config.body,
@@ -1569,7 +1569,7 @@ function ingestSuccess$h(luvio, resourceParams, response) {
1569
1569
  function createResourceRequest$i(config) {
1570
1570
  const headers = {};
1571
1571
  return {
1572
- baseUri: '/services/data/v58.0',
1572
+ baseUri: '/services/data/v59.0',
1573
1573
  basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/contents/import',
1574
1574
  method: 'post',
1575
1575
  body: config.body,
@@ -1937,7 +1937,7 @@ function ingestSuccess$g(luvio, resourceParams, response) {
1937
1937
  function createResourceRequest$h(config) {
1938
1938
  const headers = {};
1939
1939
  return {
1940
- baseUri: '/services/data/v58.0',
1940
+ baseUri: '/services/data/v59.0',
1941
1941
  basePath: '/connect/cms/contents/variants',
1942
1942
  method: 'post',
1943
1943
  body: config.body,
@@ -2337,7 +2337,7 @@ function ingestSuccess$f(luvio, resourceParams, response) {
2337
2337
  function createResourceRequest$g(config) {
2338
2338
  const headers = {};
2339
2339
  return {
2340
- baseUri: '/services/data/v58.0',
2340
+ baseUri: '/services/data/v59.0',
2341
2341
  basePath: '/connect/cms/content/spaces/' + config.urlParams.contentSpaceId + '/translation',
2342
2342
  method: 'post',
2343
2343
  body: config.body,
@@ -2439,7 +2439,7 @@ function evictSuccess(luvio, resourceParams) {
2439
2439
  function createResourceRequest$f(config) {
2440
2440
  const headers = {};
2441
2441
  return {
2442
- baseUri: '/services/data/v58.0',
2442
+ baseUri: '/services/data/v59.0',
2443
2443
  basePath: '/connect/cms/contents/variants/' + config.urlParams.variantId + '',
2444
2444
  method: 'delete',
2445
2445
  body: null,
@@ -2789,7 +2789,7 @@ function ingestError$a(luvio, params, error, snapshotRefresh) {
2789
2789
  function createResourceRequest$e(config) {
2790
2790
  const headers = {};
2791
2791
  return {
2792
- baseUri: '/services/data/v58.0',
2792
+ baseUri: '/services/data/v59.0',
2793
2793
  basePath: '/connect/cms/collections/' + config.urlParams.collectionKeyOrId + '',
2794
2794
  method: 'get',
2795
2795
  body: null,
@@ -2978,7 +2978,7 @@ function ingestError$9(luvio, params, error, snapshotRefresh) {
2978
2978
  function createResourceRequest$d(config) {
2979
2979
  const headers = {};
2980
2980
  return {
2981
- baseUri: '/services/data/v58.0',
2981
+ baseUri: '/services/data/v59.0',
2982
2982
  basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '',
2983
2983
  method: 'get',
2984
2984
  body: null,
@@ -3468,7 +3468,7 @@ function ingestError$8(luvio, params, error, snapshotRefresh) {
3468
3468
  function createResourceRequest$c(config) {
3469
3469
  const headers = {};
3470
3470
  return {
3471
- baseUri: '/services/data/v58.0',
3471
+ baseUri: '/services/data/v59.0',
3472
3472
  basePath: '/connect/cms/folders/' + config.urlParams.folderId + '/items',
3473
3473
  method: 'get',
3474
3474
  body: null,
@@ -3884,7 +3884,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
3884
3884
  function createResourceRequest$b(config) {
3885
3885
  const headers = {};
3886
3886
  return {
3887
- baseUri: '/services/data/v58.0',
3887
+ baseUri: '/services/data/v59.0',
3888
3888
  basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/referenced-by',
3889
3889
  method: 'get',
3890
3890
  body: null,
@@ -4264,7 +4264,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
4264
4264
  function createResourceRequest$a(config) {
4265
4265
  const headers = {};
4266
4266
  return {
4267
- baseUri: '/services/data/v58.0',
4267
+ baseUri: '/services/data/v59.0',
4268
4268
  basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '',
4269
4269
  method: 'get',
4270
4270
  body: null,
@@ -4555,7 +4555,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
4555
4555
  function createResourceRequest$9(config) {
4556
4556
  const headers = {};
4557
4557
  return {
4558
- baseUri: '/services/data/v58.0',
4558
+ baseUri: '/services/data/v59.0',
4559
4559
  basePath: '/connect/cms/spaces',
4560
4560
  method: 'get',
4561
4561
  body: null,
@@ -4720,7 +4720,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
4720
4720
  function createResourceRequest$8(config) {
4721
4721
  const headers = {};
4722
4722
  return {
4723
- baseUri: '/services/data/v58.0',
4723
+ baseUri: '/services/data/v59.0',
4724
4724
  basePath: '/connect/cms/contents/variants/' + config.urlParams.variantId + '',
4725
4725
  method: 'get',
4726
4726
  body: null,
@@ -5124,7 +5124,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
5124
5124
  function createResourceRequest$7(config) {
5125
5125
  const headers = {};
5126
5126
  return {
5127
- baseUri: '/services/data/v58.0',
5127
+ baseUri: '/services/data/v59.0',
5128
5128
  basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/variants/references',
5129
5129
  method: 'get',
5130
5130
  body: null,
@@ -5432,7 +5432,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
5432
5432
  function createResourceRequest$6(config) {
5433
5433
  const headers = {};
5434
5434
  return {
5435
- baseUri: '/services/data/v58.0',
5435
+ baseUri: '/services/data/v59.0',
5436
5436
  basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/renditions/' + config.urlParams.renditionType + '',
5437
5437
  method: 'get',
5438
5438
  body: null,
@@ -5800,7 +5800,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
5800
5800
  function createResourceRequest$5(config) {
5801
5801
  const headers = {};
5802
5802
  return {
5803
- baseUri: '/services/data/v58.0',
5803
+ baseUri: '/services/data/v59.0',
5804
5804
  basePath: '/connect/cms/contents/variants/' + config.urlParams.variantId + '/versions',
5805
5805
  method: 'get',
5806
5806
  body: null,
@@ -6196,7 +6196,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
6196
6196
  function createResourceRequest$4(config) {
6197
6197
  const headers = {};
6198
6198
  return {
6199
- baseUri: '/services/data/v58.0',
6199
+ baseUri: '/services/data/v59.0',
6200
6200
  basePath: '/connect/cms/items/search',
6201
6201
  method: 'get',
6202
6202
  body: null,
@@ -6471,7 +6471,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
6471
6471
  function createResourceRequest$3(config) {
6472
6472
  const headers = {};
6473
6473
  return {
6474
- baseUri: '/services/data/v58.0',
6474
+ baseUri: '/services/data/v59.0',
6475
6475
  basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '',
6476
6476
  method: 'patch',
6477
6477
  body: config.body,
@@ -6767,7 +6767,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
6767
6767
  function createResourceRequest$2(config) {
6768
6768
  const headers = {};
6769
6769
  return {
6770
- baseUri: '/services/data/v58.0',
6770
+ baseUri: '/services/data/v59.0',
6771
6771
  basePath: '/connect/cms/contents/publish',
6772
6772
  method: 'post',
6773
6773
  body: config.body,
@@ -6898,7 +6898,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
6898
6898
  function createResourceRequest$1(config) {
6899
6899
  const headers = {};
6900
6900
  return {
6901
- baseUri: '/services/data/v58.0',
6901
+ baseUri: '/services/data/v59.0',
6902
6902
  basePath: '/connect/cms/contents/variants/' + config.urlParams.variantId + '',
6903
6903
  method: 'put',
6904
6904
  body: config.body,
@@ -7187,7 +7187,7 @@ function ingestSuccess(luvio, resourceParams, response) {
7187
7187
  function createResourceRequest(config) {
7188
7188
  const headers = {};
7189
7189
  return {
7190
- baseUri: '/services/data/v58.0',
7190
+ baseUri: '/services/data/v59.0',
7191
7191
  basePath: '/connect/cms/contents/unpublish',
7192
7192
  method: 'post',
7193
7193
  body: config.body,
@@ -7407,4 +7407,4 @@ withDefaultLuvio((luvio) => {
7407
7407
  });
7408
7408
 
7409
7409
  export { createDeployment, createManagedContent, createManagedContentExportV2Job, createManagedContentImportV2Job, createManagedContentVariant, createTranslationV2Job, deleteManagedContentVariant, getCollectionItems, getCollectionItems_imperative, getManagedContent, getManagedContentByFolderId, getManagedContentByFolderId_imperative, getManagedContentReferencedBy, getManagedContentReferencedBy_imperative, getManagedContentSpace, getManagedContentSpaceNotifyChange, getManagedContentSpace_imperative, getManagedContentSpaces, getManagedContentSpaces_imperative, getManagedContentVariant, getManagedContentVariantNotifyChange, getManagedContentVariantReferences, getManagedContentVariantReferences_imperative, getManagedContentVariantRendition, getManagedContentVariantRendition_imperative, getManagedContentVariantVersions, getManagedContentVariantVersionsNotifyChange, getManagedContentVariantVersions_imperative, getManagedContentVariant_imperative, getManagedContent_imperative, getSearchResults, getSearchResults_imperative, patchManagedContentSpace, publishManagedContent, replaceManagedContentVariant, unpublishManagedContent };
7410
- // version: 1.134.3-ea1008c6e
7410
+ // version: 1.134.5-a25b51598
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '53.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v58.0
9
+ baseUri: /services/data/v59.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0