@salesforce/lds-adapters-cms-authoring 1.356.0 → 1.357.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.
- package/dist/es/es2018/cms-authoring.js +49 -49
- package/package.json +4 -4
- package/sfdc/index.js +50 -50
- package/src/raml/api.raml +1 -1
|
@@ -1194,7 +1194,7 @@ function ingestError$r(luvio, params, error, snapshotRefresh) {
|
|
|
1194
1194
|
function createResourceRequest$M(config) {
|
|
1195
1195
|
const headers = {};
|
|
1196
1196
|
return {
|
|
1197
|
-
baseUri: '/services/data/
|
|
1197
|
+
baseUri: '/services/data/v65.0',
|
|
1198
1198
|
basePath: '/cms/deployments',
|
|
1199
1199
|
method: 'get',
|
|
1200
1200
|
body: null,
|
|
@@ -1420,7 +1420,7 @@ function ingestSuccess$M(luvio, resourceParams, response) {
|
|
|
1420
1420
|
function createResourceRequest$L(config) {
|
|
1421
1421
|
const headers = {};
|
|
1422
1422
|
return {
|
|
1423
|
-
baseUri: '/services/data/
|
|
1423
|
+
baseUri: '/services/data/v65.0',
|
|
1424
1424
|
basePath: '/cms/deployments',
|
|
1425
1425
|
method: 'post',
|
|
1426
1426
|
body: config.body,
|
|
@@ -2089,7 +2089,7 @@ function ingestError$q(luvio, params, error, snapshotRefresh) {
|
|
|
2089
2089
|
function createResourceRequest$K(config) {
|
|
2090
2090
|
const headers = {};
|
|
2091
2091
|
return {
|
|
2092
|
-
baseUri: '/services/data/
|
|
2092
|
+
baseUri: '/services/data/v65.0',
|
|
2093
2093
|
basePath: '/cms/spaces/' + config.urlParams.contentSpaceId + '/jobs',
|
|
2094
2094
|
method: 'get',
|
|
2095
2095
|
body: null,
|
|
@@ -2232,7 +2232,7 @@ function ingestError$p(luvio, params, error, snapshotRefresh) {
|
|
|
2232
2232
|
function createResourceRequest$J(config) {
|
|
2233
2233
|
const headers = {};
|
|
2234
2234
|
return {
|
|
2235
|
-
baseUri: '/services/data/
|
|
2235
|
+
baseUri: '/services/data/v65.0',
|
|
2236
2236
|
basePath: '/cms/spaces/' + config.urlParams.contentSpaceId + '/jobs/' + config.urlParams.jobId + '',
|
|
2237
2237
|
method: 'get',
|
|
2238
2238
|
body: null,
|
|
@@ -2555,7 +2555,7 @@ function ingestError$o(luvio, params, error, snapshotRefresh) {
|
|
|
2555
2555
|
function createResourceRequest$I(config) {
|
|
2556
2556
|
const headers = {};
|
|
2557
2557
|
return {
|
|
2558
|
-
baseUri: '/services/data/
|
|
2558
|
+
baseUri: '/services/data/v65.0',
|
|
2559
2559
|
basePath: '/cms/folders/' + config.urlParams.folderId + '/items',
|
|
2560
2560
|
method: 'get',
|
|
2561
2561
|
body: null,
|
|
@@ -2897,7 +2897,7 @@ function ingestError$n(luvio, params, error, snapshotRefresh) {
|
|
|
2897
2897
|
function createResourceRequest$H(config) {
|
|
2898
2898
|
const headers = {};
|
|
2899
2899
|
return {
|
|
2900
|
-
baseUri: '/services/data/
|
|
2900
|
+
baseUri: '/services/data/v65.0',
|
|
2901
2901
|
basePath: '/connect/cms/collections/' + config.urlParams.collectionKeyOrId + '',
|
|
2902
2902
|
method: 'get',
|
|
2903
2903
|
body: null,
|
|
@@ -3420,7 +3420,7 @@ function ingestError$m(luvio, params, error, snapshotRefresh) {
|
|
|
3420
3420
|
function createResourceRequest$G(config) {
|
|
3421
3421
|
const headers = {};
|
|
3422
3422
|
return {
|
|
3423
|
-
baseUri: '/services/data/
|
|
3423
|
+
baseUri: '/services/data/v65.0',
|
|
3424
3424
|
basePath: '/connect/cms/content/providers',
|
|
3425
3425
|
method: 'get',
|
|
3426
3426
|
body: null,
|
|
@@ -3818,7 +3818,7 @@ function ingestSuccess$G(luvio, resourceParams, response) {
|
|
|
3818
3818
|
function createResourceRequest$F(config) {
|
|
3819
3819
|
const headers = {};
|
|
3820
3820
|
return {
|
|
3821
|
-
baseUri: '/services/data/
|
|
3821
|
+
baseUri: '/services/data/v65.0',
|
|
3822
3822
|
basePath: '/connect/cms/content/spaces/' + config.urlParams.contentSpaceId + '/translation',
|
|
3823
3823
|
method: 'post',
|
|
3824
3824
|
body: config.body,
|
|
@@ -4273,7 +4273,7 @@ function ingestSuccess$F(luvio, resourceParams, response) {
|
|
|
4273
4273
|
function createResourceRequest$E(config) {
|
|
4274
4274
|
const headers = {};
|
|
4275
4275
|
return {
|
|
4276
|
-
baseUri: '/services/data/
|
|
4276
|
+
baseUri: '/services/data/v65.0',
|
|
4277
4277
|
basePath: '/connect/cms/contents',
|
|
4278
4278
|
method: 'post',
|
|
4279
4279
|
body: config.body,
|
|
@@ -4490,7 +4490,7 @@ function ingestSuccess$D(luvio, resourceParams, response) {
|
|
|
4490
4490
|
function createResourceRequest$D(config) {
|
|
4491
4491
|
const headers = {};
|
|
4492
4492
|
return {
|
|
4493
|
-
baseUri: '/services/data/
|
|
4493
|
+
baseUri: '/services/data/v65.0',
|
|
4494
4494
|
basePath: '/connect/cms/contents/publish',
|
|
4495
4495
|
method: 'post',
|
|
4496
4496
|
body: config.body,
|
|
@@ -4700,7 +4700,7 @@ function ingestSuccess$C(luvio, resourceParams, response) {
|
|
|
4700
4700
|
function createResourceRequest$C(config) {
|
|
4701
4701
|
const headers = {};
|
|
4702
4702
|
return {
|
|
4703
|
-
baseUri: '/services/data/
|
|
4703
|
+
baseUri: '/services/data/v65.0',
|
|
4704
4704
|
basePath: '/connect/cms/contents/unpublish',
|
|
4705
4705
|
method: 'post',
|
|
4706
4706
|
body: config.body,
|
|
@@ -5010,7 +5010,7 @@ function ingestSuccess$B(luvio, resourceParams, response) {
|
|
|
5010
5010
|
function createResourceRequest$B(config) {
|
|
5011
5011
|
const headers = {};
|
|
5012
5012
|
return {
|
|
5013
|
-
baseUri: '/services/data/
|
|
5013
|
+
baseUri: '/services/data/v65.0',
|
|
5014
5014
|
basePath: '/connect/cms/contents/variants',
|
|
5015
5015
|
method: 'post',
|
|
5016
5016
|
body: config.body,
|
|
@@ -5098,7 +5098,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
5098
5098
|
function createResourceRequest$A(config) {
|
|
5099
5099
|
const headers = {};
|
|
5100
5100
|
return {
|
|
5101
|
-
baseUri: '/services/data/
|
|
5101
|
+
baseUri: '/services/data/v65.0',
|
|
5102
5102
|
basePath: '/connect/cms/contents/variants/' + config.urlParams.variantId + '',
|
|
5103
5103
|
method: 'delete',
|
|
5104
5104
|
body: null,
|
|
@@ -5205,7 +5205,7 @@ function ingestError$l(luvio, params, error, snapshotRefresh) {
|
|
|
5205
5205
|
function createResourceRequest$z(config) {
|
|
5206
5206
|
const headers = {};
|
|
5207
5207
|
return {
|
|
5208
|
-
baseUri: '/services/data/
|
|
5208
|
+
baseUri: '/services/data/v65.0',
|
|
5209
5209
|
basePath: '/connect/cms/contents/variants/' + config.urlParams.variantId + '',
|
|
5210
5210
|
method: 'get',
|
|
5211
5211
|
body: null,
|
|
@@ -5365,7 +5365,7 @@ function ingestSuccess$z(luvio, resourceParams, response) {
|
|
|
5365
5365
|
function createResourceRequest$y(config) {
|
|
5366
5366
|
const headers = {};
|
|
5367
5367
|
return {
|
|
5368
|
-
baseUri: '/services/data/
|
|
5368
|
+
baseUri: '/services/data/v65.0',
|
|
5369
5369
|
basePath: '/connect/cms/contents/variants/' + config.urlParams.variantId + '',
|
|
5370
5370
|
method: 'put',
|
|
5371
5371
|
body: config.body,
|
|
@@ -5627,7 +5627,7 @@ function ingestError$k(luvio, params, error, snapshotRefresh) {
|
|
|
5627
5627
|
function createResourceRequest$x(config) {
|
|
5628
5628
|
const headers = {};
|
|
5629
5629
|
return {
|
|
5630
|
-
baseUri: '/services/data/
|
|
5630
|
+
baseUri: '/services/data/v65.0',
|
|
5631
5631
|
basePath: '/connect/cms/contents/variants/' + config.urlParams.variantId + '/versions',
|
|
5632
5632
|
method: 'get',
|
|
5633
5633
|
body: null,
|
|
@@ -5995,7 +5995,7 @@ function ingestSuccess$x(luvio, resourceParams, response) {
|
|
|
5995
5995
|
function createResourceRequest$w(config) {
|
|
5996
5996
|
const headers = {};
|
|
5997
5997
|
return {
|
|
5998
|
-
baseUri: '/services/data/
|
|
5998
|
+
baseUri: '/services/data/v65.0',
|
|
5999
5999
|
basePath: '/connect/cms/contents/web-urls/' + config.urlParams.managedContentWebUrlId + '',
|
|
6000
6000
|
method: 'patch',
|
|
6001
6001
|
body: config.body,
|
|
@@ -6113,7 +6113,7 @@ function ingestError$j(luvio, params, error, snapshotRefresh) {
|
|
|
6113
6113
|
function createResourceRequest$v(config) {
|
|
6114
6114
|
const headers = {};
|
|
6115
6115
|
return {
|
|
6116
|
-
baseUri: '/services/data/
|
|
6116
|
+
baseUri: '/services/data/v65.0',
|
|
6117
6117
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '',
|
|
6118
6118
|
method: 'get',
|
|
6119
6119
|
body: null,
|
|
@@ -6635,7 +6635,7 @@ function ingestSuccess$v(luvio, resourceParams, response) {
|
|
|
6635
6635
|
function createResourceRequest$u(config) {
|
|
6636
6636
|
const headers = {};
|
|
6637
6637
|
return {
|
|
6638
|
-
baseUri: '/services/data/
|
|
6638
|
+
baseUri: '/services/data/v65.0',
|
|
6639
6639
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/clone',
|
|
6640
6640
|
method: 'post',
|
|
6641
6641
|
body: config.body,
|
|
@@ -6837,7 +6837,7 @@ function ingestError$i(luvio, params, error, snapshotRefresh) {
|
|
|
6837
6837
|
function createResourceRequest$t(config) {
|
|
6838
6838
|
const headers = {};
|
|
6839
6839
|
return {
|
|
6840
|
-
baseUri: '/services/data/
|
|
6840
|
+
baseUri: '/services/data/v65.0',
|
|
6841
6841
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/renditions/' + config.urlParams.renditionType + '',
|
|
6842
6842
|
method: 'get',
|
|
6843
6843
|
body: null,
|
|
@@ -7386,7 +7386,7 @@ function ingestError$h(luvio, params, error, snapshotRefresh) {
|
|
|
7386
7386
|
function createResourceRequest$s(config) {
|
|
7387
7387
|
const headers = {};
|
|
7388
7388
|
return {
|
|
7389
|
-
baseUri: '/services/data/
|
|
7389
|
+
baseUri: '/services/data/v65.0',
|
|
7390
7390
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/taxonomy-terms',
|
|
7391
7391
|
method: 'get',
|
|
7392
7392
|
body: null,
|
|
@@ -7509,7 +7509,7 @@ function ingestSuccess$s(luvio, resourceParams, response) {
|
|
|
7509
7509
|
function createResourceRequest$r(config) {
|
|
7510
7510
|
const headers = {};
|
|
7511
7511
|
return {
|
|
7512
|
-
baseUri: '/services/data/
|
|
7512
|
+
baseUri: '/services/data/v65.0',
|
|
7513
7513
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/taxonomy-terms',
|
|
7514
7514
|
method: 'patch',
|
|
7515
7515
|
body: config.body,
|
|
@@ -7742,7 +7742,7 @@ function ingestSuccess$r(luvio, resourceParams, response) {
|
|
|
7742
7742
|
function createResourceRequest$q(config) {
|
|
7743
7743
|
const headers = {};
|
|
7744
7744
|
return {
|
|
7745
|
-
baseUri: '/services/data/
|
|
7745
|
+
baseUri: '/services/data/v65.0',
|
|
7746
7746
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/translate',
|
|
7747
7747
|
method: 'post',
|
|
7748
7748
|
body: config.body,
|
|
@@ -7919,7 +7919,7 @@ function ingestError$g(luvio, params, error, snapshotRefresh) {
|
|
|
7919
7919
|
function createResourceRequest$p(config) {
|
|
7920
7920
|
const headers = {};
|
|
7921
7921
|
return {
|
|
7922
|
-
baseUri: '/services/data/
|
|
7922
|
+
baseUri: '/services/data/v65.0',
|
|
7923
7923
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/web-urls',
|
|
7924
7924
|
method: 'get',
|
|
7925
7925
|
body: null,
|
|
@@ -8271,7 +8271,7 @@ function ingestError$f(luvio, params, error, snapshotRefresh) {
|
|
|
8271
8271
|
function createResourceRequest$o(config) {
|
|
8272
8272
|
const headers = {};
|
|
8273
8273
|
return {
|
|
8274
|
-
baseUri: '/services/data/
|
|
8274
|
+
baseUri: '/services/data/v65.0',
|
|
8275
8275
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/referenced-by',
|
|
8276
8276
|
method: 'get',
|
|
8277
8277
|
body: null,
|
|
@@ -8605,7 +8605,7 @@ function ingestError$e(luvio, params, error, snapshotRefresh) {
|
|
|
8605
8605
|
function createResourceRequest$n(config) {
|
|
8606
8606
|
const headers = {};
|
|
8607
8607
|
return {
|
|
8608
|
-
baseUri: '/services/data/
|
|
8608
|
+
baseUri: '/services/data/v65.0',
|
|
8609
8609
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/variants/references',
|
|
8610
8610
|
method: 'get',
|
|
8611
8611
|
body: null,
|
|
@@ -8824,7 +8824,7 @@ function ingestSuccess$m(luvio, resourceParams, response) {
|
|
|
8824
8824
|
function createResourceRequest$m(config) {
|
|
8825
8825
|
const headers = {};
|
|
8826
8826
|
return {
|
|
8827
|
-
baseUri: '/services/data/
|
|
8827
|
+
baseUri: '/services/data/v65.0',
|
|
8828
8828
|
basePath: '/connect/cms/folders',
|
|
8829
8829
|
method: 'post',
|
|
8830
8830
|
body: config.body,
|
|
@@ -9020,7 +9020,7 @@ function ingestError$d(luvio, params, error, snapshotRefresh) {
|
|
|
9020
9020
|
function createResourceRequest$l(config) {
|
|
9021
9021
|
const headers = {};
|
|
9022
9022
|
return {
|
|
9023
|
-
baseUri: '/services/data/
|
|
9023
|
+
baseUri: '/services/data/v65.0',
|
|
9024
9024
|
basePath: '/connect/cms/folders/' + config.urlParams.folderId + '',
|
|
9025
9025
|
method: 'get',
|
|
9026
9026
|
body: null,
|
|
@@ -9378,7 +9378,7 @@ function ingestError$c(luvio, params, error, snapshotRefresh) {
|
|
|
9378
9378
|
function createResourceRequest$k(config) {
|
|
9379
9379
|
const headers = {};
|
|
9380
9380
|
return {
|
|
9381
|
-
baseUri: '/services/data/
|
|
9381
|
+
baseUri: '/services/data/v65.0',
|
|
9382
9382
|
basePath: '/connect/cms/folders/' + config.urlParams.folderId + '/items',
|
|
9383
9383
|
method: 'get',
|
|
9384
9384
|
body: null,
|
|
@@ -9613,7 +9613,7 @@ function ingestError$b(luvio, params, error, snapshotRefresh) {
|
|
|
9613
9613
|
function createResourceRequest$j(config) {
|
|
9614
9614
|
const headers = {};
|
|
9615
9615
|
return {
|
|
9616
|
-
baseUri: '/services/data/
|
|
9616
|
+
baseUri: '/services/data/v65.0',
|
|
9617
9617
|
basePath: '/connect/cms/folders/' + config.urlParams.folderId + '/share-targets',
|
|
9618
9618
|
method: 'get',
|
|
9619
9619
|
body: null,
|
|
@@ -9863,7 +9863,7 @@ function ingestError$a(luvio, params, error, snapshotRefresh) {
|
|
|
9863
9863
|
function createResourceRequest$i(config) {
|
|
9864
9864
|
const headers = {};
|
|
9865
9865
|
return {
|
|
9866
|
-
baseUri: '/services/data/
|
|
9866
|
+
baseUri: '/services/data/v65.0',
|
|
9867
9867
|
basePath: '/connect/cms/folders/' + config.urlParams.folderId + '/shares',
|
|
9868
9868
|
method: 'get',
|
|
9869
9869
|
body: null,
|
|
@@ -10000,7 +10000,7 @@ function ingestSuccess$h(luvio, resourceParams, response) {
|
|
|
10000
10000
|
function createResourceRequest$h(config) {
|
|
10001
10001
|
const headers = {};
|
|
10002
10002
|
return {
|
|
10003
|
-
baseUri: '/services/data/
|
|
10003
|
+
baseUri: '/services/data/v65.0',
|
|
10004
10004
|
basePath: '/connect/cms/folders/' + config.urlParams.folderId + '/shares',
|
|
10005
10005
|
method: 'patch',
|
|
10006
10006
|
body: config.body,
|
|
@@ -10257,7 +10257,7 @@ function ingestError$9(luvio, params, error, snapshotRefresh) {
|
|
|
10257
10257
|
function createResourceRequest$g(config) {
|
|
10258
10258
|
const headers = {};
|
|
10259
10259
|
return {
|
|
10260
|
-
baseUri: '/services/data/
|
|
10260
|
+
baseUri: '/services/data/v65.0',
|
|
10261
10261
|
basePath: '/connect/cms/items/search',
|
|
10262
10262
|
method: 'get',
|
|
10263
10263
|
body: null,
|
|
@@ -10386,7 +10386,7 @@ function ingestSuccess$f(luvio, resourceParams, response) {
|
|
|
10386
10386
|
function createResourceRequest$f(config) {
|
|
10387
10387
|
const headers = {};
|
|
10388
10388
|
return {
|
|
10389
|
-
baseUri: '/services/data/
|
|
10389
|
+
baseUri: '/services/data/v65.0',
|
|
10390
10390
|
basePath: '/connect/cms/schedules',
|
|
10391
10391
|
method: 'post',
|
|
10392
10392
|
body: config.body,
|
|
@@ -10484,7 +10484,7 @@ function ingestSuccess$e(luvio, resourceParams, response) {
|
|
|
10484
10484
|
function createResourceRequest$e(config) {
|
|
10485
10485
|
const headers = {};
|
|
10486
10486
|
return {
|
|
10487
|
-
baseUri: '/services/data/
|
|
10487
|
+
baseUri: '/services/data/v65.0',
|
|
10488
10488
|
basePath: '/connect/cms/schedules/' + config.urlParams.deploymentId + '',
|
|
10489
10489
|
method: 'patch',
|
|
10490
10490
|
body: null,
|
|
@@ -10979,7 +10979,7 @@ function ingestError$8(luvio, params, error, snapshotRefresh) {
|
|
|
10979
10979
|
function createResourceRequest$d(config) {
|
|
10980
10980
|
const headers = {};
|
|
10981
10981
|
return {
|
|
10982
|
-
baseUri: '/services/data/
|
|
10982
|
+
baseUri: '/services/data/v65.0',
|
|
10983
10983
|
basePath: '/connect/cms/spaces',
|
|
10984
10984
|
method: 'get',
|
|
10985
10985
|
body: null,
|
|
@@ -11123,7 +11123,7 @@ function ingestSuccess$c(luvio, resourceParams, response) {
|
|
|
11123
11123
|
function createResourceRequest$c(config) {
|
|
11124
11124
|
const headers = {};
|
|
11125
11125
|
return {
|
|
11126
|
-
baseUri: '/services/data/
|
|
11126
|
+
baseUri: '/services/data/v65.0',
|
|
11127
11127
|
basePath: '/connect/cms/spaces',
|
|
11128
11128
|
method: 'post',
|
|
11129
11129
|
body: config.body,
|
|
@@ -11252,7 +11252,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
|
|
|
11252
11252
|
function createResourceRequest$b(config) {
|
|
11253
11253
|
const headers = {};
|
|
11254
11254
|
return {
|
|
11255
|
-
baseUri: '/services/data/
|
|
11255
|
+
baseUri: '/services/data/v65.0',
|
|
11256
11256
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '',
|
|
11257
11257
|
method: 'get',
|
|
11258
11258
|
body: null,
|
|
@@ -11464,7 +11464,7 @@ function ingestSuccess$a(luvio, resourceParams, response) {
|
|
|
11464
11464
|
function createResourceRequest$a(config) {
|
|
11465
11465
|
const headers = {};
|
|
11466
11466
|
return {
|
|
11467
|
-
baseUri: '/services/data/
|
|
11467
|
+
baseUri: '/services/data/v65.0',
|
|
11468
11468
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '',
|
|
11469
11469
|
method: 'patch',
|
|
11470
11470
|
body: config.body,
|
|
@@ -11835,7 +11835,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
|
|
|
11835
11835
|
function createResourceRequest$9(config) {
|
|
11836
11836
|
const headers = {};
|
|
11837
11837
|
return {
|
|
11838
|
-
baseUri: '/services/data/
|
|
11838
|
+
baseUri: '/services/data/v65.0',
|
|
11839
11839
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/single-item-content/' + config.urlParams.contentTypeFQN + '',
|
|
11840
11840
|
method: 'get',
|
|
11841
11841
|
body: null,
|
|
@@ -12091,7 +12091,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
12091
12091
|
function createResourceRequest$8(config) {
|
|
12092
12092
|
const headers = {};
|
|
12093
12093
|
return {
|
|
12094
|
-
baseUri: '/services/data/
|
|
12094
|
+
baseUri: '/services/data/v65.0',
|
|
12095
12095
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/orchestrator-config',
|
|
12096
12096
|
method: 'get',
|
|
12097
12097
|
body: null,
|
|
@@ -12235,7 +12235,7 @@ function ingestSuccess$7(luvio, resourceParams, response) {
|
|
|
12235
12235
|
function createResourceRequest$7(config) {
|
|
12236
12236
|
const headers = {};
|
|
12237
12237
|
return {
|
|
12238
|
-
baseUri: '/services/data/
|
|
12238
|
+
baseUri: '/services/data/v65.0',
|
|
12239
12239
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/orchestrator-config',
|
|
12240
12240
|
method: 'put',
|
|
12241
12241
|
body: config.body,
|
|
@@ -12440,7 +12440,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
12440
12440
|
function createResourceRequest$6(config) {
|
|
12441
12441
|
const headers = {};
|
|
12442
12442
|
return {
|
|
12443
|
-
baseUri: '/services/data/
|
|
12443
|
+
baseUri: '/services/data/v65.0',
|
|
12444
12444
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/content-types',
|
|
12445
12445
|
method: 'get',
|
|
12446
12446
|
body: null,
|
|
@@ -12825,7 +12825,7 @@ function ingestSuccess$5(luvio, resourceParams, response) {
|
|
|
12825
12825
|
function createResourceRequest$5(config) {
|
|
12826
12826
|
const headers = {};
|
|
12827
12827
|
return {
|
|
12828
|
-
baseUri: '/services/data/
|
|
12828
|
+
baseUri: '/services/data/v65.0',
|
|
12829
12829
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/contents/export',
|
|
12830
12830
|
method: 'post',
|
|
12831
12831
|
body: config.body,
|
|
@@ -12945,7 +12945,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
12945
12945
|
function createResourceRequest$4(config) {
|
|
12946
12946
|
const headers = {};
|
|
12947
12947
|
return {
|
|
12948
|
-
baseUri: '/services/data/
|
|
12948
|
+
baseUri: '/services/data/v65.0',
|
|
12949
12949
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/contents/import',
|
|
12950
12950
|
method: 'post',
|
|
12951
12951
|
body: config.body,
|
|
@@ -13263,7 +13263,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
13263
13263
|
function createResourceRequest$3(config) {
|
|
13264
13264
|
const headers = {};
|
|
13265
13265
|
return {
|
|
13266
|
-
baseUri: '/services/data/
|
|
13266
|
+
baseUri: '/services/data/v65.0',
|
|
13267
13267
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/preview-endpoints',
|
|
13268
13268
|
method: 'get',
|
|
13269
13269
|
body: null,
|
|
@@ -13868,7 +13868,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
13868
13868
|
function createResourceRequest$2(config) {
|
|
13869
13869
|
const headers = {};
|
|
13870
13870
|
return {
|
|
13871
|
-
baseUri: '/services/data/
|
|
13871
|
+
baseUri: '/services/data/v65.0',
|
|
13872
13872
|
basePath: '/connect/cms/spaces/' + config.urlParams.fullyQualifiedName + '',
|
|
13873
13873
|
method: 'get',
|
|
13874
13874
|
body: null,
|
|
@@ -14010,7 +14010,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
14010
14010
|
function createResourceRequest$1(config) {
|
|
14011
14011
|
const headers = {};
|
|
14012
14012
|
return {
|
|
14013
|
-
baseUri: '/services/data/
|
|
14013
|
+
baseUri: '/services/data/v65.0',
|
|
14014
14014
|
basePath: '/connect/sites/' + config.urlParams.siteId + '/cms/contents/' + config.urlParams.contentKeyOrId + '',
|
|
14015
14015
|
method: 'get',
|
|
14016
14016
|
body: null,
|
|
@@ -14265,7 +14265,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
14265
14265
|
function createResourceRequest(config) {
|
|
14266
14266
|
const headers = {};
|
|
14267
14267
|
return {
|
|
14268
|
-
baseUri: '/services/data/
|
|
14268
|
+
baseUri: '/services/data/v65.0',
|
|
14269
14269
|
basePath: '/connect/uma/form/embedScript/' + config.urlParams.formContentKey + '/' + config.urlParams.domainName + '',
|
|
14270
14270
|
method: 'get',
|
|
14271
14271
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-cms-authoring",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.357.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",
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"test:unit": "jest"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@salesforce/lds-bindings": "^1.
|
|
47
|
+
"@salesforce/lds-bindings": "^1.357.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
51
|
-
"@salesforce/lds-karma": "^1.
|
|
50
|
+
"@salesforce/lds-compiler-plugins": "^1.357.0",
|
|
51
|
+
"@salesforce/lds-karma": "^1.357.0"
|
|
52
52
|
},
|
|
53
53
|
"nx": {
|
|
54
54
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -493,7 +493,7 @@ function ingestSuccess$N(luvio, resourceParams, response) {
|
|
|
493
493
|
function createResourceRequest$M(config) {
|
|
494
494
|
const headers = {};
|
|
495
495
|
return {
|
|
496
|
-
baseUri: '/services/data/
|
|
496
|
+
baseUri: '/services/data/v65.0',
|
|
497
497
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/clone',
|
|
498
498
|
method: 'post',
|
|
499
499
|
body: config.body,
|
|
@@ -1551,7 +1551,7 @@ function ingestSuccess$M(luvio, resourceParams, response) {
|
|
|
1551
1551
|
function createResourceRequest$L(config) {
|
|
1552
1552
|
const headers = {};
|
|
1553
1553
|
return {
|
|
1554
|
-
baseUri: '/services/data/
|
|
1554
|
+
baseUri: '/services/data/v65.0',
|
|
1555
1555
|
basePath: '/cms/deployments',
|
|
1556
1556
|
method: 'post',
|
|
1557
1557
|
body: config.body,
|
|
@@ -1985,7 +1985,7 @@ function ingestSuccess$L(luvio, resourceParams, response) {
|
|
|
1985
1985
|
function createResourceRequest$K(config) {
|
|
1986
1986
|
const headers = {};
|
|
1987
1987
|
return {
|
|
1988
|
-
baseUri: '/services/data/
|
|
1988
|
+
baseUri: '/services/data/v65.0',
|
|
1989
1989
|
basePath: '/connect/cms/contents',
|
|
1990
1990
|
method: 'post',
|
|
1991
1991
|
body: config.body,
|
|
@@ -2347,7 +2347,7 @@ function ingestSuccess$J(luvio, resourceParams, response) {
|
|
|
2347
2347
|
function createResourceRequest$J(config) {
|
|
2348
2348
|
const headers = {};
|
|
2349
2349
|
return {
|
|
2350
|
-
baseUri: '/services/data/
|
|
2350
|
+
baseUri: '/services/data/v65.0',
|
|
2351
2351
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/contents/export',
|
|
2352
2352
|
method: 'post',
|
|
2353
2353
|
body: config.body,
|
|
@@ -2467,7 +2467,7 @@ function ingestSuccess$I(luvio, resourceParams, response) {
|
|
|
2467
2467
|
function createResourceRequest$I(config) {
|
|
2468
2468
|
const headers = {};
|
|
2469
2469
|
return {
|
|
2470
|
-
baseUri: '/services/data/
|
|
2470
|
+
baseUri: '/services/data/v65.0',
|
|
2471
2471
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/contents/import',
|
|
2472
2472
|
method: 'post',
|
|
2473
2473
|
body: config.body,
|
|
@@ -2874,7 +2874,7 @@ function ingestSuccess$H(luvio, resourceParams, response) {
|
|
|
2874
2874
|
function createResourceRequest$H(config) {
|
|
2875
2875
|
const headers = {};
|
|
2876
2876
|
return {
|
|
2877
|
-
baseUri: '/services/data/
|
|
2877
|
+
baseUri: '/services/data/v65.0',
|
|
2878
2878
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/translate',
|
|
2879
2879
|
method: 'post',
|
|
2880
2880
|
body: config.body,
|
|
@@ -3018,7 +3018,7 @@ function ingestSuccess$F(luvio, resourceParams, response) {
|
|
|
3018
3018
|
function createResourceRequest$G(config) {
|
|
3019
3019
|
const headers = {};
|
|
3020
3020
|
return {
|
|
3021
|
-
baseUri: '/services/data/
|
|
3021
|
+
baseUri: '/services/data/v65.0',
|
|
3022
3022
|
basePath: '/connect/cms/contents/variants',
|
|
3023
3023
|
method: 'post',
|
|
3024
3024
|
body: config.body,
|
|
@@ -3112,7 +3112,7 @@ function ingestSuccess$E(luvio, resourceParams, response) {
|
|
|
3112
3112
|
function createResourceRequest$F(config) {
|
|
3113
3113
|
const headers = {};
|
|
3114
3114
|
return {
|
|
3115
|
-
baseUri: '/services/data/
|
|
3115
|
+
baseUri: '/services/data/v65.0',
|
|
3116
3116
|
basePath: '/connect/cms/schedules',
|
|
3117
3117
|
method: 'post',
|
|
3118
3118
|
body: config.body,
|
|
@@ -3488,7 +3488,7 @@ function ingestSuccess$D(luvio, resourceParams, response) {
|
|
|
3488
3488
|
function createResourceRequest$E(config) {
|
|
3489
3489
|
const headers = {};
|
|
3490
3490
|
return {
|
|
3491
|
-
baseUri: '/services/data/
|
|
3491
|
+
baseUri: '/services/data/v65.0',
|
|
3492
3492
|
basePath: '/connect/cms/content/spaces/' + config.urlParams.contentSpaceId + '/translation',
|
|
3493
3493
|
method: 'post',
|
|
3494
3494
|
body: config.body,
|
|
@@ -3578,7 +3578,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
3578
3578
|
function createResourceRequest$D(config) {
|
|
3579
3579
|
const headers = {};
|
|
3580
3580
|
return {
|
|
3581
|
-
baseUri: '/services/data/
|
|
3581
|
+
baseUri: '/services/data/v65.0',
|
|
3582
3582
|
basePath: '/connect/cms/contents/variants/' + config.urlParams.variantId + '',
|
|
3583
3583
|
method: 'delete',
|
|
3584
3584
|
body: null,
|
|
@@ -4243,7 +4243,7 @@ function ingestError$r(luvio, params, error, snapshotRefresh) {
|
|
|
4243
4243
|
function createResourceRequest$C(config) {
|
|
4244
4244
|
const headers = {};
|
|
4245
4245
|
return {
|
|
4246
|
-
baseUri: '/services/data/
|
|
4246
|
+
baseUri: '/services/data/v65.0',
|
|
4247
4247
|
basePath: '/cms/spaces/' + config.urlParams.contentSpaceId + '/jobs',
|
|
4248
4248
|
method: 'get',
|
|
4249
4249
|
body: null,
|
|
@@ -4386,7 +4386,7 @@ function ingestError$q(luvio, params, error, snapshotRefresh) {
|
|
|
4386
4386
|
function createResourceRequest$B(config) {
|
|
4387
4387
|
const headers = {};
|
|
4388
4388
|
return {
|
|
4389
|
-
baseUri: '/services/data/
|
|
4389
|
+
baseUri: '/services/data/v65.0',
|
|
4390
4390
|
basePath: '/cms/spaces/' + config.urlParams.contentSpaceId + '/jobs/' + config.urlParams.jobId + '',
|
|
4391
4391
|
method: 'get',
|
|
4392
4392
|
body: null,
|
|
@@ -4760,7 +4760,7 @@ function ingestError$p(luvio, params, error, snapshotRefresh) {
|
|
|
4760
4760
|
function createResourceRequest$A(config) {
|
|
4761
4761
|
const headers = {};
|
|
4762
4762
|
return {
|
|
4763
|
-
baseUri: '/services/data/
|
|
4763
|
+
baseUri: '/services/data/v65.0',
|
|
4764
4764
|
basePath: '/connect/cms/collections/' + config.urlParams.collectionKeyOrId + '',
|
|
4765
4765
|
method: 'get',
|
|
4766
4766
|
body: null,
|
|
@@ -5083,7 +5083,7 @@ function ingestError$o(luvio, params, error, snapshotRefresh) {
|
|
|
5083
5083
|
function createResourceRequest$z(config) {
|
|
5084
5084
|
const headers = {};
|
|
5085
5085
|
return {
|
|
5086
|
-
baseUri: '/services/data/
|
|
5086
|
+
baseUri: '/services/data/v65.0',
|
|
5087
5087
|
basePath: '/cms/deployments',
|
|
5088
5088
|
method: 'get',
|
|
5089
5089
|
body: null,
|
|
@@ -5302,7 +5302,7 @@ function ingestError$n(luvio, params, error, snapshotRefresh) {
|
|
|
5302
5302
|
function createResourceRequest$y(config) {
|
|
5303
5303
|
const headers = {};
|
|
5304
5304
|
return {
|
|
5305
|
-
baseUri: '/services/data/
|
|
5305
|
+
baseUri: '/services/data/v65.0',
|
|
5306
5306
|
basePath: '/connect/uma/form/embedScript/' + config.urlParams.formContentKey + '/' + config.urlParams.domainName + '',
|
|
5307
5307
|
method: 'get',
|
|
5308
5308
|
body: null,
|
|
@@ -5530,7 +5530,7 @@ function ingestError$m(luvio, params, error, snapshotRefresh) {
|
|
|
5530
5530
|
function createResourceRequest$x(config) {
|
|
5531
5531
|
const headers = {};
|
|
5532
5532
|
return {
|
|
5533
|
-
baseUri: '/services/data/
|
|
5533
|
+
baseUri: '/services/data/v65.0',
|
|
5534
5534
|
basePath: '/connect/cms/folders/' + config.urlParams.folderId + '/share-targets',
|
|
5535
5535
|
method: 'get',
|
|
5536
5536
|
body: null,
|
|
@@ -5780,7 +5780,7 @@ function ingestError$l(luvio, params, error, snapshotRefresh) {
|
|
|
5780
5780
|
function createResourceRequest$w(config) {
|
|
5781
5781
|
const headers = {};
|
|
5782
5782
|
return {
|
|
5783
|
-
baseUri: '/services/data/
|
|
5783
|
+
baseUri: '/services/data/v65.0',
|
|
5784
5784
|
basePath: '/connect/cms/folders/' + config.urlParams.folderId + '/shares',
|
|
5785
5785
|
method: 'get',
|
|
5786
5786
|
body: null,
|
|
@@ -5963,7 +5963,7 @@ function ingestError$k(luvio, params, error, snapshotRefresh) {
|
|
|
5963
5963
|
function createResourceRequest$v(config) {
|
|
5964
5964
|
const headers = {};
|
|
5965
5965
|
return {
|
|
5966
|
-
baseUri: '/services/data/
|
|
5966
|
+
baseUri: '/services/data/v65.0',
|
|
5967
5967
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '',
|
|
5968
5968
|
method: 'get',
|
|
5969
5969
|
body: null,
|
|
@@ -6393,7 +6393,7 @@ function ingestError$j(luvio, params, error, snapshotRefresh) {
|
|
|
6393
6393
|
function createResourceRequest$u(config) {
|
|
6394
6394
|
const headers = {};
|
|
6395
6395
|
return {
|
|
6396
|
-
baseUri: '/services/data/
|
|
6396
|
+
baseUri: '/services/data/v65.0',
|
|
6397
6397
|
basePath: '/connect/cms/folders/' + config.urlParams.folderId + '/items',
|
|
6398
6398
|
method: 'get',
|
|
6399
6399
|
body: null,
|
|
@@ -6543,7 +6543,7 @@ function ingestError$i(luvio, params, error, snapshotRefresh) {
|
|
|
6543
6543
|
function createResourceRequest$t(config) {
|
|
6544
6544
|
const headers = {};
|
|
6545
6545
|
return {
|
|
6546
|
-
baseUri: '/services/data/
|
|
6546
|
+
baseUri: '/services/data/v65.0',
|
|
6547
6547
|
basePath: '/connect/sites/' + config.urlParams.siteId + '/cms/contents/' + config.urlParams.contentKeyOrId + '',
|
|
6548
6548
|
method: 'get',
|
|
6549
6549
|
body: null,
|
|
@@ -6943,7 +6943,7 @@ function ingestError$h(luvio, params, error, snapshotRefresh) {
|
|
|
6943
6943
|
function createResourceRequest$s(config) {
|
|
6944
6944
|
const headers = {};
|
|
6945
6945
|
return {
|
|
6946
|
-
baseUri: '/services/data/
|
|
6946
|
+
baseUri: '/services/data/v65.0',
|
|
6947
6947
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/preview-endpoints',
|
|
6948
6948
|
method: 'get',
|
|
6949
6949
|
body: null,
|
|
@@ -7463,7 +7463,7 @@ function ingestError$g(luvio, params, error, snapshotRefresh) {
|
|
|
7463
7463
|
function createResourceRequest$r(config) {
|
|
7464
7464
|
const headers = {};
|
|
7465
7465
|
return {
|
|
7466
|
-
baseUri: '/services/data/
|
|
7466
|
+
baseUri: '/services/data/v65.0',
|
|
7467
7467
|
basePath: '/connect/cms/content/providers',
|
|
7468
7468
|
method: 'get',
|
|
7469
7469
|
body: null,
|
|
@@ -7810,7 +7810,7 @@ function ingestError$f(luvio, params, error, snapshotRefresh) {
|
|
|
7810
7810
|
function createResourceRequest$q(config) {
|
|
7811
7811
|
const headers = {};
|
|
7812
7812
|
return {
|
|
7813
|
-
baseUri: '/services/data/
|
|
7813
|
+
baseUri: '/services/data/v65.0',
|
|
7814
7814
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/referenced-by',
|
|
7815
7815
|
method: 'get',
|
|
7816
7816
|
body: null,
|
|
@@ -8212,7 +8212,7 @@ function ingestError$e(luvio, params, error, snapshotRefresh) {
|
|
|
8212
8212
|
function createResourceRequest$p(config) {
|
|
8213
8213
|
const headers = {};
|
|
8214
8214
|
return {
|
|
8215
|
-
baseUri: '/services/data/
|
|
8215
|
+
baseUri: '/services/data/v65.0',
|
|
8216
8216
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/single-item-content/' + config.urlParams.contentTypeFQN + '',
|
|
8217
8217
|
method: 'get',
|
|
8218
8218
|
body: null,
|
|
@@ -8676,7 +8676,7 @@ function ingestError$d(luvio, params, error, snapshotRefresh) {
|
|
|
8676
8676
|
function createResourceRequest$o(config) {
|
|
8677
8677
|
const headers = {};
|
|
8678
8678
|
return {
|
|
8679
|
-
baseUri: '/services/data/
|
|
8679
|
+
baseUri: '/services/data/v65.0',
|
|
8680
8680
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '',
|
|
8681
8681
|
method: 'get',
|
|
8682
8682
|
body: null,
|
|
@@ -9320,7 +9320,7 @@ function ingestError$c(luvio, params, error, snapshotRefresh) {
|
|
|
9320
9320
|
function createResourceRequest$n(config) {
|
|
9321
9321
|
const headers = {};
|
|
9322
9322
|
return {
|
|
9323
|
-
baseUri: '/services/data/
|
|
9323
|
+
baseUri: '/services/data/v65.0',
|
|
9324
9324
|
basePath: '/connect/cms/spaces/' + config.urlParams.fullyQualifiedName + '',
|
|
9325
9325
|
method: 'get',
|
|
9326
9326
|
body: null,
|
|
@@ -9643,7 +9643,7 @@ function ingestError$b(luvio, params, error, snapshotRefresh) {
|
|
|
9643
9643
|
function createResourceRequest$m(config) {
|
|
9644
9644
|
const headers = {};
|
|
9645
9645
|
return {
|
|
9646
|
-
baseUri: '/services/data/
|
|
9646
|
+
baseUri: '/services/data/v65.0',
|
|
9647
9647
|
basePath: '/connect/cms/folders/' + config.urlParams.folderId + '',
|
|
9648
9648
|
method: 'get',
|
|
9649
9649
|
body: null,
|
|
@@ -9966,7 +9966,7 @@ function ingestError$a(luvio, params, error, snapshotRefresh) {
|
|
|
9966
9966
|
function createResourceRequest$l(config) {
|
|
9967
9967
|
const headers = {};
|
|
9968
9968
|
return {
|
|
9969
|
-
baseUri: '/services/data/
|
|
9969
|
+
baseUri: '/services/data/v65.0',
|
|
9970
9970
|
basePath: '/cms/folders/' + config.urlParams.folderId + '/items',
|
|
9971
9971
|
method: 'get',
|
|
9972
9972
|
body: null,
|
|
@@ -10231,7 +10231,7 @@ function ingestError$9(luvio, params, error, snapshotRefresh) {
|
|
|
10231
10231
|
function createResourceRequest$k(config) {
|
|
10232
10232
|
const headers = {};
|
|
10233
10233
|
return {
|
|
10234
|
-
baseUri: '/services/data/
|
|
10234
|
+
baseUri: '/services/data/v65.0',
|
|
10235
10235
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/orchestrator-config',
|
|
10236
10236
|
method: 'get',
|
|
10237
10237
|
body: null,
|
|
@@ -10475,7 +10475,7 @@ function ingestError$8(luvio, params, error, snapshotRefresh) {
|
|
|
10475
10475
|
function createResourceRequest$j(config) {
|
|
10476
10476
|
const headers = {};
|
|
10477
10477
|
return {
|
|
10478
|
-
baseUri: '/services/data/
|
|
10478
|
+
baseUri: '/services/data/v65.0',
|
|
10479
10479
|
basePath: '/connect/cms/spaces',
|
|
10480
10480
|
method: 'get',
|
|
10481
10481
|
body: null,
|
|
@@ -11022,7 +11022,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
|
|
|
11022
11022
|
function createResourceRequest$i(config) {
|
|
11023
11023
|
const headers = {};
|
|
11024
11024
|
return {
|
|
11025
|
-
baseUri: '/services/data/
|
|
11025
|
+
baseUri: '/services/data/v65.0',
|
|
11026
11026
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/taxonomy-terms',
|
|
11027
11027
|
method: 'get',
|
|
11028
11028
|
body: null,
|
|
@@ -11254,7 +11254,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
|
|
|
11254
11254
|
function createResourceRequest$h(config) {
|
|
11255
11255
|
const headers = {};
|
|
11256
11256
|
return {
|
|
11257
|
-
baseUri: '/services/data/
|
|
11257
|
+
baseUri: '/services/data/v65.0',
|
|
11258
11258
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/content-types',
|
|
11259
11259
|
method: 'get',
|
|
11260
11260
|
body: null,
|
|
@@ -11395,7 +11395,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
11395
11395
|
function createResourceRequest$g(config) {
|
|
11396
11396
|
const headers = {};
|
|
11397
11397
|
return {
|
|
11398
|
-
baseUri: '/services/data/
|
|
11398
|
+
baseUri: '/services/data/v65.0',
|
|
11399
11399
|
basePath: '/connect/cms/contents/variants/' + config.urlParams.variantId + '',
|
|
11400
11400
|
method: 'get',
|
|
11401
11401
|
body: null,
|
|
@@ -11747,7 +11747,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
11747
11747
|
function createResourceRequest$f(config) {
|
|
11748
11748
|
const headers = {};
|
|
11749
11749
|
return {
|
|
11750
|
-
baseUri: '/services/data/
|
|
11750
|
+
baseUri: '/services/data/v65.0',
|
|
11751
11751
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/variants/references',
|
|
11752
11752
|
method: 'get',
|
|
11753
11753
|
body: null,
|
|
@@ -11979,7 +11979,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
11979
11979
|
function createResourceRequest$e(config) {
|
|
11980
11980
|
const headers = {};
|
|
11981
11981
|
return {
|
|
11982
|
-
baseUri: '/services/data/
|
|
11982
|
+
baseUri: '/services/data/v65.0',
|
|
11983
11983
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/renditions/' + config.urlParams.renditionType + '',
|
|
11984
11984
|
method: 'get',
|
|
11985
11985
|
body: null,
|
|
@@ -12272,7 +12272,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
12272
12272
|
function createResourceRequest$d(config) {
|
|
12273
12273
|
const headers = {};
|
|
12274
12274
|
return {
|
|
12275
|
-
baseUri: '/services/data/
|
|
12275
|
+
baseUri: '/services/data/v65.0',
|
|
12276
12276
|
basePath: '/connect/cms/contents/variants/' + config.urlParams.variantId + '/versions',
|
|
12277
12277
|
method: 'get',
|
|
12278
12278
|
body: null,
|
|
@@ -12593,7 +12593,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
12593
12593
|
function createResourceRequest$c(config) {
|
|
12594
12594
|
const headers = {};
|
|
12595
12595
|
return {
|
|
12596
|
-
baseUri: '/services/data/
|
|
12596
|
+
baseUri: '/services/data/v65.0',
|
|
12597
12597
|
basePath: '/connect/cms/items/search',
|
|
12598
12598
|
method: 'get',
|
|
12599
12599
|
body: null,
|
|
@@ -13030,7 +13030,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
13030
13030
|
function createResourceRequest$b(config) {
|
|
13031
13031
|
const headers = {};
|
|
13032
13032
|
return {
|
|
13033
|
-
baseUri: '/services/data/
|
|
13033
|
+
baseUri: '/services/data/v65.0',
|
|
13034
13034
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/web-urls',
|
|
13035
13035
|
method: 'get',
|
|
13036
13036
|
body: null,
|
|
@@ -13263,7 +13263,7 @@ function ingestSuccess$a(luvio, resourceParams, response) {
|
|
|
13263
13263
|
function createResourceRequest$a(config) {
|
|
13264
13264
|
const headers = {};
|
|
13265
13265
|
return {
|
|
13266
|
-
baseUri: '/services/data/
|
|
13266
|
+
baseUri: '/services/data/v65.0',
|
|
13267
13267
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '',
|
|
13268
13268
|
method: 'patch',
|
|
13269
13269
|
body: config.body,
|
|
@@ -13359,7 +13359,7 @@ function ingestSuccess$9(luvio, resourceParams, response) {
|
|
|
13359
13359
|
function createResourceRequest$9(config) {
|
|
13360
13360
|
const headers = {};
|
|
13361
13361
|
return {
|
|
13362
|
-
baseUri: '/services/data/
|
|
13362
|
+
baseUri: '/services/data/v65.0',
|
|
13363
13363
|
basePath: '/connect/cms/spaces',
|
|
13364
13364
|
method: 'post',
|
|
13365
13365
|
body: config.body,
|
|
@@ -13471,7 +13471,7 @@ function ingestSuccess$8(luvio, resourceParams, response) {
|
|
|
13471
13471
|
function createResourceRequest$8(config) {
|
|
13472
13472
|
const headers = {};
|
|
13473
13473
|
return {
|
|
13474
|
-
baseUri: '/services/data/
|
|
13474
|
+
baseUri: '/services/data/v65.0',
|
|
13475
13475
|
basePath: '/connect/cms/folders',
|
|
13476
13476
|
method: 'post',
|
|
13477
13477
|
body: config.body,
|
|
@@ -13678,7 +13678,7 @@ function ingestSuccess$7(luvio, resourceParams, response) {
|
|
|
13678
13678
|
function createResourceRequest$7(config) {
|
|
13679
13679
|
const headers = {};
|
|
13680
13680
|
return {
|
|
13681
|
-
baseUri: '/services/data/
|
|
13681
|
+
baseUri: '/services/data/v65.0',
|
|
13682
13682
|
basePath: '/connect/cms/contents/publish',
|
|
13683
13683
|
method: 'post',
|
|
13684
13684
|
body: config.body,
|
|
@@ -13793,7 +13793,7 @@ function ingestSuccess$6(luvio, resourceParams, response) {
|
|
|
13793
13793
|
function createResourceRequest$6(config) {
|
|
13794
13794
|
const headers = {};
|
|
13795
13795
|
return {
|
|
13796
|
-
baseUri: '/services/data/
|
|
13796
|
+
baseUri: '/services/data/v65.0',
|
|
13797
13797
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/orchestrator-config',
|
|
13798
13798
|
method: 'put',
|
|
13799
13799
|
body: config.body,
|
|
@@ -13926,7 +13926,7 @@ function ingestSuccess$5(luvio, resourceParams, response) {
|
|
|
13926
13926
|
function createResourceRequest$5(config) {
|
|
13927
13927
|
const headers = {};
|
|
13928
13928
|
return {
|
|
13929
|
-
baseUri: '/services/data/
|
|
13929
|
+
baseUri: '/services/data/v65.0',
|
|
13930
13930
|
basePath: '/connect/cms/contents/variants/' + config.urlParams.variantId + '',
|
|
13931
13931
|
method: 'put',
|
|
13932
13932
|
body: config.body,
|
|
@@ -14138,7 +14138,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
14138
14138
|
function createResourceRequest$4(config) {
|
|
14139
14139
|
const headers = {};
|
|
14140
14140
|
return {
|
|
14141
|
-
baseUri: '/services/data/
|
|
14141
|
+
baseUri: '/services/data/v65.0',
|
|
14142
14142
|
basePath: '/connect/cms/contents/unpublish',
|
|
14143
14143
|
method: 'post',
|
|
14144
14144
|
body: config.body,
|
|
@@ -14230,7 +14230,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
14230
14230
|
function createResourceRequest$3(config) {
|
|
14231
14231
|
const headers = {};
|
|
14232
14232
|
return {
|
|
14233
|
-
baseUri: '/services/data/
|
|
14233
|
+
baseUri: '/services/data/v65.0',
|
|
14234
14234
|
basePath: '/connect/cms/schedules/' + config.urlParams.deploymentId + '',
|
|
14235
14235
|
method: 'patch',
|
|
14236
14236
|
body: null,
|
|
@@ -14336,7 +14336,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
14336
14336
|
function createResourceRequest$2(config) {
|
|
14337
14337
|
const headers = {};
|
|
14338
14338
|
return {
|
|
14339
|
-
baseUri: '/services/data/
|
|
14339
|
+
baseUri: '/services/data/v65.0',
|
|
14340
14340
|
basePath: '/connect/cms/folders/' + config.urlParams.folderId + '/shares',
|
|
14341
14341
|
method: 'patch',
|
|
14342
14342
|
body: config.body,
|
|
@@ -14440,7 +14440,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
14440
14440
|
function createResourceRequest$1(config) {
|
|
14441
14441
|
const headers = {};
|
|
14442
14442
|
return {
|
|
14443
|
-
baseUri: '/services/data/
|
|
14443
|
+
baseUri: '/services/data/v65.0',
|
|
14444
14444
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/taxonomy-terms',
|
|
14445
14445
|
method: 'patch',
|
|
14446
14446
|
body: config.body,
|
|
@@ -14547,7 +14547,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
14547
14547
|
function createResourceRequest(config) {
|
|
14548
14548
|
const headers = {};
|
|
14549
14549
|
return {
|
|
14550
|
-
baseUri: '/services/data/
|
|
14550
|
+
baseUri: '/services/data/v65.0',
|
|
14551
14551
|
basePath: '/connect/cms/contents/web-urls/' + config.urlParams.managedContentWebUrlId + '',
|
|
14552
14552
|
method: 'patch',
|
|
14553
14553
|
body: config.body,
|
|
@@ -15044,4 +15044,4 @@ withDefaultLuvio((luvio) => {
|
|
|
15044
15044
|
});
|
|
15045
15045
|
|
|
15046
15046
|
export { cloneManagedContentDocument, createDeployment, createManagedContent, createManagedContentExportV2Job, createManagedContentImportV2Job, createManagedContentTranslationVariants, createManagedContentVariant, createSchedule, createTranslationV2Job, deleteManagedContentVariant, getAllCMSJobsForSpace, getAllCMSJobsForSpace_imperative, getCMSJobForSpace, getCMSJobForSpaceNotifyChange, getCMSJobForSpace_imperative, getCollectionItems, getCollectionItems_imperative, getDeployments, getDeployments_imperative, getFormEmbedScript, getFormEmbedScript_imperative, getMCSFolderShareTargets, getMCSFolderShareTargets_imperative, getMCSFolderShares, getMCSFolderSharesNotifyChange, getMCSFolderShares_imperative, getManagedContent, getManagedContentByFolderId, getManagedContentByFolderId_imperative, getManagedContentForSite, getManagedContentForSite_imperative, getManagedContentPreviews, getManagedContentPreviews_imperative, getManagedContentProviders, getManagedContentProviders_imperative, getManagedContentReferencedBy, getManagedContentReferencedBy_imperative, getManagedContentSingleItem, getManagedContentSingleItem_imperative, getManagedContentSpace, getManagedContentSpaceByFullyQualifiedName, getManagedContentSpaceByFullyQualifiedName_imperative, getManagedContentSpaceFolder, getManagedContentSpaceFolderItemsV1, getManagedContentSpaceFolderItemsV1_imperative, getManagedContentSpaceFolder_imperative, getManagedContentSpaceNotifyChange, getManagedContentSpaceOrchestratorConfig, getManagedContentSpaceOrchestratorConfigNotifyChange, getManagedContentSpaceOrchestratorConfig_imperative, getManagedContentSpace_imperative, getManagedContentSpaces, getManagedContentSpaces_imperative, getManagedContentTaxonomyTerms, getManagedContentTaxonomyTerms_imperative, getManagedContentTypesForMixin, getManagedContentTypesForMixin_imperative, getManagedContentVariant, getManagedContentVariantNotifyChange, getManagedContentVariantReferences, getManagedContentVariantReferences_imperative, getManagedContentVariantRendition, getManagedContentVariantRendition_imperative, getManagedContentVariantVersions, getManagedContentVariantVersionsNotifyChange, getManagedContentVariantVersions_imperative, getManagedContentVariant_imperative, getManagedContent_imperative, getSearchResults, getSearchResults_imperative, getWebUrls, getWebUrls_imperative, patchManagedContentSpace, postManagedContentSpace, postManagedContentSpaceFolder, publishManagedContent, putManagedContentSpaceOrchestratorConfig, replaceManagedContentVariant, unpublishManagedContent, updateDeployment, updateMCSFolderShares, updateManagedContentTaxonomyTerms, updateManagedContentWebUrl };
|
|
15047
|
-
// version: 1.
|
|
15047
|
+
// version: 1.357.0-5a2425b0d8
|