@salesforce/lds-adapters-cms-authoring 1.231.0 → 1.232.0

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.
@@ -604,7 +604,7 @@ function ingestError$h(luvio, params, error, snapshotRefresh) {
604
604
  function createResourceRequest$t(config) {
605
605
  const headers = {};
606
606
  return {
607
- baseUri: '/services/data/v59.0',
607
+ baseUri: '/services/data/v60.0',
608
608
  basePath: '/cms/deployments',
609
609
  method: 'get',
610
610
  body: null,
@@ -817,7 +817,7 @@ function ingestSuccess$s(luvio, resourceParams, response) {
817
817
  function createResourceRequest$s(config) {
818
818
  const headers = {};
819
819
  return {
820
- baseUri: '/services/data/v59.0',
820
+ baseUri: '/services/data/v60.0',
821
821
  basePath: '/cms/deployments',
822
822
  method: 'post',
823
823
  body: config.body,
@@ -1486,7 +1486,7 @@ function ingestError$g(luvio, params, error, snapshotRefresh) {
1486
1486
  function createResourceRequest$r(config) {
1487
1487
  const headers = {};
1488
1488
  return {
1489
- baseUri: '/services/data/v59.0',
1489
+ baseUri: '/services/data/v60.0',
1490
1490
  basePath: '/cms/spaces/' + config.urlParams.contentSpaceId + '/jobs',
1491
1491
  method: 'get',
1492
1492
  body: null,
@@ -1629,7 +1629,7 @@ function ingestError$f(luvio, params, error, snapshotRefresh) {
1629
1629
  function createResourceRequest$q(config) {
1630
1630
  const headers = {};
1631
1631
  return {
1632
- baseUri: '/services/data/v59.0',
1632
+ baseUri: '/services/data/v60.0',
1633
1633
  basePath: '/cms/spaces/' + config.urlParams.contentSpaceId + '/jobs/' + config.urlParams.jobId + '',
1634
1634
  method: 'get',
1635
1635
  body: null,
@@ -1952,7 +1952,7 @@ function ingestError$e(luvio, params, error, snapshotRefresh) {
1952
1952
  function createResourceRequest$p(config) {
1953
1953
  const headers = {};
1954
1954
  return {
1955
- baseUri: '/services/data/v59.0',
1955
+ baseUri: '/services/data/v60.0',
1956
1956
  basePath: '/cms/folders/' + config.urlParams.folderId + '/items',
1957
1957
  method: 'get',
1958
1958
  body: null,
@@ -2349,7 +2349,7 @@ function ingestError$d(luvio, params, error, snapshotRefresh) {
2349
2349
  function createResourceRequest$o(config) {
2350
2350
  const headers = {};
2351
2351
  return {
2352
- baseUri: '/services/data/v59.0',
2352
+ baseUri: '/services/data/v60.0',
2353
2353
  basePath: '/connect/cms/collections/' + config.urlParams.collectionKeyOrId + '',
2354
2354
  method: 'get',
2355
2355
  body: null,
@@ -2767,7 +2767,7 @@ function ingestSuccess$n(luvio, resourceParams, response) {
2767
2767
  function createResourceRequest$n(config) {
2768
2768
  const headers = {};
2769
2769
  return {
2770
- baseUri: '/services/data/v59.0',
2770
+ baseUri: '/services/data/v60.0',
2771
2771
  basePath: '/connect/cms/content/spaces/' + config.urlParams.contentSpaceId + '/translation',
2772
2772
  method: 'post',
2773
2773
  body: config.body,
@@ -3307,7 +3307,7 @@ function ingestSuccess$m(luvio, resourceParams, response) {
3307
3307
  function createResourceRequest$m(config) {
3308
3308
  const headers = {};
3309
3309
  return {
3310
- baseUri: '/services/data/v59.0',
3310
+ baseUri: '/services/data/v60.0',
3311
3311
  basePath: '/connect/cms/contents',
3312
3312
  method: 'post',
3313
3313
  body: config.body,
@@ -3575,7 +3575,7 @@ function ingestSuccess$k(luvio, resourceParams, response) {
3575
3575
  function createResourceRequest$l(config) {
3576
3576
  const headers = {};
3577
3577
  return {
3578
- baseUri: '/services/data/v59.0',
3578
+ baseUri: '/services/data/v60.0',
3579
3579
  basePath: '/connect/cms/contents/publish',
3580
3580
  method: 'post',
3581
3581
  body: config.body,
@@ -3829,7 +3829,7 @@ function ingestSuccess$j(luvio, resourceParams, response) {
3829
3829
  function createResourceRequest$k(config) {
3830
3830
  const headers = {};
3831
3831
  return {
3832
- baseUri: '/services/data/v59.0',
3832
+ baseUri: '/services/data/v60.0',
3833
3833
  basePath: '/connect/cms/contents/unpublish',
3834
3834
  method: 'post',
3835
3835
  body: config.body,
@@ -4141,7 +4141,7 @@ function ingestSuccess$i(luvio, resourceParams, response) {
4141
4141
  function createResourceRequest$j(config) {
4142
4142
  const headers = {};
4143
4143
  return {
4144
- baseUri: '/services/data/v59.0',
4144
+ baseUri: '/services/data/v60.0',
4145
4145
  basePath: '/connect/cms/contents/variants',
4146
4146
  method: 'post',
4147
4147
  body: config.body,
@@ -4229,7 +4229,7 @@ function evictSuccess(luvio, resourceParams) {
4229
4229
  function createResourceRequest$i(config) {
4230
4230
  const headers = {};
4231
4231
  return {
4232
- baseUri: '/services/data/v59.0',
4232
+ baseUri: '/services/data/v60.0',
4233
4233
  basePath: '/connect/cms/contents/variants/' + config.urlParams.variantId + '',
4234
4234
  method: 'delete',
4235
4235
  body: null,
@@ -4336,7 +4336,7 @@ function ingestError$c(luvio, params, error, snapshotRefresh) {
4336
4336
  function createResourceRequest$h(config) {
4337
4337
  const headers = {};
4338
4338
  return {
4339
- baseUri: '/services/data/v59.0',
4339
+ baseUri: '/services/data/v60.0',
4340
4340
  basePath: '/connect/cms/contents/variants/' + config.urlParams.variantId + '',
4341
4341
  method: 'get',
4342
4342
  body: null,
@@ -4492,7 +4492,7 @@ function ingestSuccess$g(luvio, resourceParams, response) {
4492
4492
  function createResourceRequest$g(config) {
4493
4493
  const headers = {};
4494
4494
  return {
4495
- baseUri: '/services/data/v59.0',
4495
+ baseUri: '/services/data/v60.0',
4496
4496
  basePath: '/connect/cms/contents/variants/' + config.urlParams.variantId + '',
4497
4497
  method: 'put',
4498
4498
  body: config.body,
@@ -4754,7 +4754,7 @@ function ingestError$b(luvio, params, error, snapshotRefresh) {
4754
4754
  function createResourceRequest$f(config) {
4755
4755
  const headers = {};
4756
4756
  return {
4757
- baseUri: '/services/data/v59.0',
4757
+ baseUri: '/services/data/v60.0',
4758
4758
  basePath: '/connect/cms/contents/variants/' + config.urlParams.variantId + '/versions',
4759
4759
  method: 'get',
4760
4760
  body: null,
@@ -4899,7 +4899,7 @@ function ingestError$a(luvio, params, error, snapshotRefresh) {
4899
4899
  function createResourceRequest$e(config) {
4900
4900
  const headers = {};
4901
4901
  return {
4902
- baseUri: '/services/data/v59.0',
4902
+ baseUri: '/services/data/v60.0',
4903
4903
  basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '',
4904
4904
  method: 'get',
4905
4905
  body: null,
@@ -5184,7 +5184,7 @@ function ingestError$9(luvio, params, error, snapshotRefresh) {
5184
5184
  function createResourceRequest$d(config) {
5185
5185
  const headers = {};
5186
5186
  return {
5187
- baseUri: '/services/data/v59.0',
5187
+ baseUri: '/services/data/v60.0',
5188
5188
  basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/renditions/' + config.urlParams.renditionType + '',
5189
5189
  method: 'get',
5190
5190
  body: null,
@@ -5494,7 +5494,7 @@ function ingestError$8(luvio, params, error, snapshotRefresh) {
5494
5494
  function createResourceRequest$c(config) {
5495
5495
  const headers = {};
5496
5496
  return {
5497
- baseUri: '/services/data/v59.0',
5497
+ baseUri: '/services/data/v60.0',
5498
5498
  basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/referenced-by',
5499
5499
  method: 'get',
5500
5500
  body: null,
@@ -5813,7 +5813,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
5813
5813
  function createResourceRequest$b(config) {
5814
5814
  const headers = {};
5815
5815
  return {
5816
- baseUri: '/services/data/v59.0',
5816
+ baseUri: '/services/data/v60.0',
5817
5817
  basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/variants/references',
5818
5818
  method: 'get',
5819
5819
  body: null,
@@ -6157,7 +6157,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
6157
6157
  function createResourceRequest$a(config) {
6158
6158
  const headers = {};
6159
6159
  return {
6160
- baseUri: '/services/data/v59.0',
6160
+ baseUri: '/services/data/v60.0',
6161
6161
  basePath: '/connect/cms/folders/' + config.urlParams.folderId + '/items',
6162
6162
  method: 'get',
6163
6163
  body: null,
@@ -6443,7 +6443,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
6443
6443
  function createResourceRequest$9(config) {
6444
6444
  const headers = {};
6445
6445
  return {
6446
- baseUri: '/services/data/v59.0',
6446
+ baseUri: '/services/data/v60.0',
6447
6447
  basePath: '/connect/cms/items/search',
6448
6448
  method: 'get',
6449
6449
  body: null,
@@ -6890,7 +6890,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
6890
6890
  function createResourceRequest$8(config) {
6891
6891
  const headers = {};
6892
6892
  return {
6893
- baseUri: '/services/data/v59.0',
6893
+ baseUri: '/services/data/v60.0',
6894
6894
  basePath: '/connect/cms/spaces',
6895
6895
  method: 'get',
6896
6896
  body: null,
@@ -7032,7 +7032,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
7032
7032
  function createResourceRequest$7(config) {
7033
7033
  const headers = {};
7034
7034
  return {
7035
- baseUri: '/services/data/v59.0',
7035
+ baseUri: '/services/data/v60.0',
7036
7036
  basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '',
7037
7037
  method: 'get',
7038
7038
  body: null,
@@ -7248,7 +7248,7 @@ function ingestSuccess$6(luvio, resourceParams, response) {
7248
7248
  function createResourceRequest$6(config) {
7249
7249
  const headers = {};
7250
7250
  return {
7251
- baseUri: '/services/data/v59.0',
7251
+ baseUri: '/services/data/v60.0',
7252
7252
  basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '',
7253
7253
  method: 'patch',
7254
7254
  body: config.body,
@@ -7476,7 +7476,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
7476
7476
  function createResourceRequest$5(config) {
7477
7477
  const headers = {};
7478
7478
  return {
7479
- baseUri: '/services/data/v59.0',
7479
+ baseUri: '/services/data/v60.0',
7480
7480
  basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/orchestrator-config',
7481
7481
  method: 'get',
7482
7482
  body: null,
@@ -7620,7 +7620,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
7620
7620
  function createResourceRequest$4(config) {
7621
7621
  const headers = {};
7622
7622
  return {
7623
- baseUri: '/services/data/v59.0',
7623
+ baseUri: '/services/data/v60.0',
7624
7624
  basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/orchestrator-config',
7625
7625
  method: 'put',
7626
7626
  body: config.body,
@@ -7825,7 +7825,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
7825
7825
  function createResourceRequest$3(config) {
7826
7826
  const headers = {};
7827
7827
  return {
7828
- baseUri: '/services/data/v59.0',
7828
+ baseUri: '/services/data/v60.0',
7829
7829
  basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/content-types',
7830
7830
  method: 'get',
7831
7831
  body: null,
@@ -8205,7 +8205,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
8205
8205
  function createResourceRequest$2(config) {
8206
8206
  const headers = {};
8207
8207
  return {
8208
- baseUri: '/services/data/v59.0',
8208
+ baseUri: '/services/data/v60.0',
8209
8209
  basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/contents/export',
8210
8210
  method: 'post',
8211
8211
  body: config.body,
@@ -8325,7 +8325,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
8325
8325
  function createResourceRequest$1(config) {
8326
8326
  const headers = {};
8327
8327
  return {
8328
- baseUri: '/services/data/v59.0',
8328
+ baseUri: '/services/data/v60.0',
8329
8329
  basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/contents/import',
8330
8330
  method: 'post',
8331
8331
  body: config.body,
@@ -8608,7 +8608,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
8608
8608
  function createResourceRequest(config) {
8609
8609
  const headers = {};
8610
8610
  return {
8611
- baseUri: '/services/data/v59.0',
8611
+ baseUri: '/services/data/v60.0',
8612
8612
  basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/preview-endpoints',
8613
8613
  method: 'get',
8614
8614
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-cms-authoring",
3
- "version": "1.231.0",
3
+ "version": "1.232.0",
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
@@ -503,7 +503,7 @@ function ingestSuccess$t(luvio, resourceParams, response) {
503
503
  function createResourceRequest$t(config) {
504
504
  const headers = {};
505
505
  return {
506
- baseUri: '/services/data/v59.0',
506
+ baseUri: '/services/data/v60.0',
507
507
  basePath: '/cms/deployments',
508
508
  method: 'post',
509
509
  body: config.body,
@@ -1102,7 +1102,7 @@ function ingestSuccess$s(luvio, resourceParams, response) {
1102
1102
  function createResourceRequest$s(config) {
1103
1103
  const headers = {};
1104
1104
  return {
1105
- baseUri: '/services/data/v59.0',
1105
+ baseUri: '/services/data/v60.0',
1106
1106
  basePath: '/connect/cms/contents',
1107
1107
  method: 'post',
1108
1108
  body: config.body,
@@ -1459,7 +1459,7 @@ function ingestSuccess$q(luvio, resourceParams, response) {
1459
1459
  function createResourceRequest$r(config) {
1460
1460
  const headers = {};
1461
1461
  return {
1462
- baseUri: '/services/data/v59.0',
1462
+ baseUri: '/services/data/v60.0',
1463
1463
  basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/contents/export',
1464
1464
  method: 'post',
1465
1465
  body: config.body,
@@ -1579,7 +1579,7 @@ function ingestSuccess$p(luvio, resourceParams, response) {
1579
1579
  function createResourceRequest$q(config) {
1580
1580
  const headers = {};
1581
1581
  return {
1582
- baseUri: '/services/data/v59.0',
1582
+ baseUri: '/services/data/v60.0',
1583
1583
  basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/contents/import',
1584
1584
  method: 'post',
1585
1585
  body: config.body,
@@ -1893,7 +1893,7 @@ function ingestSuccess$o(luvio, resourceParams, response) {
1893
1893
  function createResourceRequest$p(config) {
1894
1894
  const headers = {};
1895
1895
  return {
1896
- baseUri: '/services/data/v59.0',
1896
+ baseUri: '/services/data/v60.0',
1897
1897
  basePath: '/connect/cms/contents/variants',
1898
1898
  method: 'post',
1899
1899
  body: config.body,
@@ -2265,7 +2265,7 @@ function ingestSuccess$n(luvio, resourceParams, response) {
2265
2265
  function createResourceRequest$o(config) {
2266
2266
  const headers = {};
2267
2267
  return {
2268
- baseUri: '/services/data/v59.0',
2268
+ baseUri: '/services/data/v60.0',
2269
2269
  basePath: '/connect/cms/content/spaces/' + config.urlParams.contentSpaceId + '/translation',
2270
2270
  method: 'post',
2271
2271
  body: config.body,
@@ -2355,7 +2355,7 @@ function evictSuccess(luvio, resourceParams) {
2355
2355
  function createResourceRequest$n(config) {
2356
2356
  const headers = {};
2357
2357
  return {
2358
- baseUri: '/services/data/v59.0',
2358
+ baseUri: '/services/data/v60.0',
2359
2359
  basePath: '/connect/cms/contents/variants/' + config.urlParams.variantId + '',
2360
2360
  method: 'delete',
2361
2361
  body: null,
@@ -3020,7 +3020,7 @@ function ingestError$h(luvio, params, error, snapshotRefresh) {
3020
3020
  function createResourceRequest$m(config) {
3021
3021
  const headers = {};
3022
3022
  return {
3023
- baseUri: '/services/data/v59.0',
3023
+ baseUri: '/services/data/v60.0',
3024
3024
  basePath: '/cms/spaces/' + config.urlParams.contentSpaceId + '/jobs',
3025
3025
  method: 'get',
3026
3026
  body: null,
@@ -3163,7 +3163,7 @@ function ingestError$g(luvio, params, error, snapshotRefresh) {
3163
3163
  function createResourceRequest$l(config) {
3164
3164
  const headers = {};
3165
3165
  return {
3166
- baseUri: '/services/data/v59.0',
3166
+ baseUri: '/services/data/v60.0',
3167
3167
  basePath: '/cms/spaces/' + config.urlParams.contentSpaceId + '/jobs/' + config.urlParams.jobId + '',
3168
3168
  method: 'get',
3169
3169
  body: null,
@@ -3531,7 +3531,7 @@ function ingestError$f(luvio, params, error, snapshotRefresh) {
3531
3531
  function createResourceRequest$k(config) {
3532
3532
  const headers = {};
3533
3533
  return {
3534
- baseUri: '/services/data/v59.0',
3534
+ baseUri: '/services/data/v60.0',
3535
3535
  basePath: '/connect/cms/collections/' + config.urlParams.collectionKeyOrId + '',
3536
3536
  method: 'get',
3537
3537
  body: null,
@@ -3866,7 +3866,7 @@ function ingestError$e(luvio, params, error, snapshotRefresh) {
3866
3866
  function createResourceRequest$j(config) {
3867
3867
  const headers = {};
3868
3868
  return {
3869
- baseUri: '/services/data/v59.0',
3869
+ baseUri: '/services/data/v60.0',
3870
3870
  basePath: '/cms/deployments',
3871
3871
  method: 'get',
3872
3872
  body: null,
@@ -4014,7 +4014,7 @@ function ingestError$d(luvio, params, error, snapshotRefresh) {
4014
4014
  function createResourceRequest$i(config) {
4015
4015
  const headers = {};
4016
4016
  return {
4017
- baseUri: '/services/data/v59.0',
4017
+ baseUri: '/services/data/v60.0',
4018
4018
  basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '',
4019
4019
  method: 'get',
4020
4020
  body: null,
@@ -4430,7 +4430,7 @@ function ingestError$c(luvio, params, error, snapshotRefresh) {
4430
4430
  function createResourceRequest$h(config) {
4431
4431
  const headers = {};
4432
4432
  return {
4433
- baseUri: '/services/data/v59.0',
4433
+ baseUri: '/services/data/v60.0',
4434
4434
  basePath: '/connect/cms/folders/' + config.urlParams.folderId + '/items',
4435
4435
  method: 'get',
4436
4436
  body: null,
@@ -4750,7 +4750,7 @@ function ingestError$b(luvio, params, error, snapshotRefresh) {
4750
4750
  function createResourceRequest$g(config) {
4751
4751
  const headers = {};
4752
4752
  return {
4753
- baseUri: '/services/data/v59.0',
4753
+ baseUri: '/services/data/v60.0',
4754
4754
  basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/preview-endpoints',
4755
4755
  method: 'get',
4756
4756
  body: null,
@@ -5058,7 +5058,7 @@ function ingestError$a(luvio, params, error, snapshotRefresh) {
5058
5058
  function createResourceRequest$f(config) {
5059
5059
  const headers = {};
5060
5060
  return {
5061
- baseUri: '/services/data/v59.0',
5061
+ baseUri: '/services/data/v60.0',
5062
5062
  basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/referenced-by',
5063
5063
  method: 'get',
5064
5064
  body: null,
@@ -5440,7 +5440,7 @@ function ingestError$9(luvio, params, error, snapshotRefresh) {
5440
5440
  function createResourceRequest$e(config) {
5441
5441
  const headers = {};
5442
5442
  return {
5443
- baseUri: '/services/data/v59.0',
5443
+ baseUri: '/services/data/v60.0',
5444
5444
  basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '',
5445
5445
  method: 'get',
5446
5446
  body: null,
@@ -5803,7 +5803,7 @@ function ingestError$8(luvio, params, error, snapshotRefresh) {
5803
5803
  function createResourceRequest$d(config) {
5804
5804
  const headers = {};
5805
5805
  return {
5806
- baseUri: '/services/data/v59.0',
5806
+ baseUri: '/services/data/v60.0',
5807
5807
  basePath: '/cms/folders/' + config.urlParams.folderId + '/items',
5808
5808
  method: 'get',
5809
5809
  body: null,
@@ -6068,7 +6068,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
6068
6068
  function createResourceRequest$c(config) {
6069
6069
  const headers = {};
6070
6070
  return {
6071
- baseUri: '/services/data/v59.0',
6071
+ baseUri: '/services/data/v60.0',
6072
6072
  basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/orchestrator-config',
6073
6073
  method: 'get',
6074
6074
  body: null,
@@ -6312,7 +6312,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
6312
6312
  function createResourceRequest$b(config) {
6313
6313
  const headers = {};
6314
6314
  return {
6315
- baseUri: '/services/data/v59.0',
6315
+ baseUri: '/services/data/v60.0',
6316
6316
  basePath: '/connect/cms/spaces',
6317
6317
  method: 'get',
6318
6318
  body: null,
@@ -6546,7 +6546,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
6546
6546
  function createResourceRequest$a(config) {
6547
6547
  const headers = {};
6548
6548
  return {
6549
- baseUri: '/services/data/v59.0',
6549
+ baseUri: '/services/data/v60.0',
6550
6550
  basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/content-types',
6551
6551
  method: 'get',
6552
6552
  body: null,
@@ -6687,7 +6687,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
6687
6687
  function createResourceRequest$9(config) {
6688
6688
  const headers = {};
6689
6689
  return {
6690
- baseUri: '/services/data/v59.0',
6690
+ baseUri: '/services/data/v60.0',
6691
6691
  basePath: '/connect/cms/contents/variants/' + config.urlParams.variantId + '',
6692
6692
  method: 'get',
6693
6693
  body: null,
@@ -7024,7 +7024,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
7024
7024
  function createResourceRequest$8(config) {
7025
7025
  const headers = {};
7026
7026
  return {
7027
- baseUri: '/services/data/v59.0',
7027
+ baseUri: '/services/data/v60.0',
7028
7028
  basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/variants/references',
7029
7029
  method: 'get',
7030
7030
  body: null,
@@ -7256,7 +7256,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
7256
7256
  function createResourceRequest$7(config) {
7257
7257
  const headers = {};
7258
7258
  return {
7259
- baseUri: '/services/data/v59.0',
7259
+ baseUri: '/services/data/v60.0',
7260
7260
  basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/renditions/' + config.urlParams.renditionType + '',
7261
7261
  method: 'get',
7262
7262
  body: null,
@@ -7549,7 +7549,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
7549
7549
  function createResourceRequest$6(config) {
7550
7550
  const headers = {};
7551
7551
  return {
7552
- baseUri: '/services/data/v59.0',
7552
+ baseUri: '/services/data/v60.0',
7553
7553
  basePath: '/connect/cms/contents/variants/' + config.urlParams.variantId + '/versions',
7554
7554
  method: 'get',
7555
7555
  body: null,
@@ -7870,7 +7870,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
7870
7870
  function createResourceRequest$5(config) {
7871
7871
  const headers = {};
7872
7872
  return {
7873
- baseUri: '/services/data/v59.0',
7873
+ baseUri: '/services/data/v60.0',
7874
7874
  basePath: '/connect/cms/items/search',
7875
7875
  method: 'get',
7876
7876
  body: null,
@@ -8092,7 +8092,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
8092
8092
  function createResourceRequest$4(config) {
8093
8093
  const headers = {};
8094
8094
  return {
8095
- baseUri: '/services/data/v59.0',
8095
+ baseUri: '/services/data/v60.0',
8096
8096
  basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '',
8097
8097
  method: 'patch',
8098
8098
  body: config.body,
@@ -8355,7 +8355,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
8355
8355
  function createResourceRequest$3(config) {
8356
8356
  const headers = {};
8357
8357
  return {
8358
- baseUri: '/services/data/v59.0',
8358
+ baseUri: '/services/data/v60.0',
8359
8359
  basePath: '/connect/cms/contents/publish',
8360
8360
  method: 'post',
8361
8361
  body: config.body,
@@ -8470,7 +8470,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
8470
8470
  function createResourceRequest$2(config) {
8471
8471
  const headers = {};
8472
8472
  return {
8473
- baseUri: '/services/data/v59.0',
8473
+ baseUri: '/services/data/v60.0',
8474
8474
  basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/orchestrator-config',
8475
8475
  method: 'put',
8476
8476
  body: config.body,
@@ -8599,7 +8599,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
8599
8599
  function createResourceRequest$1(config) {
8600
8600
  const headers = {};
8601
8601
  return {
8602
- baseUri: '/services/data/v59.0',
8602
+ baseUri: '/services/data/v60.0',
8603
8603
  basePath: '/connect/cms/contents/variants/' + config.urlParams.variantId + '',
8604
8604
  method: 'put',
8605
8605
  body: config.body,
@@ -8855,7 +8855,7 @@ function ingestSuccess(luvio, resourceParams, response) {
8855
8855
  function createResourceRequest(config) {
8856
8856
  const headers = {};
8857
8857
  return {
8858
- baseUri: '/services/data/v59.0',
8858
+ baseUri: '/services/data/v60.0',
8859
8859
  basePath: '/connect/cms/contents/unpublish',
8860
8860
  method: 'post',
8861
8861
  body: config.body,
@@ -9135,4 +9135,4 @@ withDefaultLuvio((luvio) => {
9135
9135
  });
9136
9136
 
9137
9137
  export { createDeployment, createManagedContent, createManagedContentExportV2Job, createManagedContentImportV2Job, createManagedContentVariant, createTranslationV2Job, deleteManagedContentVariant, getAllCMSJobsForSpace, getAllCMSJobsForSpace_imperative, getCMSJobForSpace, getCMSJobForSpaceNotifyChange, getCMSJobForSpace_imperative, getCollectionItems, getCollectionItems_imperative, getDeploymentById, getDeploymentById_imperative, getManagedContent, getManagedContentByFolderId, getManagedContentByFolderId_imperative, getManagedContentPreviews, getManagedContentPreviews_imperative, getManagedContentReferencedBy, getManagedContentReferencedBy_imperative, getManagedContentSpace, getManagedContentSpaceFolderItemsV1, getManagedContentSpaceFolderItemsV1_imperative, getManagedContentSpaceNotifyChange, getManagedContentSpaceOrchestratorConfig, getManagedContentSpaceOrchestratorConfigNotifyChange, getManagedContentSpaceOrchestratorConfig_imperative, getManagedContentSpace_imperative, getManagedContentSpaces, getManagedContentSpaces_imperative, getManagedContentTypesForMixin, getManagedContentTypesForMixin_imperative, getManagedContentVariant, getManagedContentVariantNotifyChange, getManagedContentVariantReferences, getManagedContentVariantReferences_imperative, getManagedContentVariantRendition, getManagedContentVariantRendition_imperative, getManagedContentVariantVersions, getManagedContentVariantVersionsNotifyChange, getManagedContentVariantVersions_imperative, getManagedContentVariant_imperative, getManagedContent_imperative, getSearchResults, getSearchResults_imperative, patchManagedContentSpace, publishManagedContent, putManagedContentSpaceOrchestratorConfig, replaceManagedContentVariant, unpublishManagedContent };
9138
- // version: 1.231.0-2b4244fb5
9138
+ // version: 1.232.0-6cf0cd6c7
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/v59.0
9
+ baseUri: /services/data/v60.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0