@salesforce/lds-adapters-cms-authoring 1.311.0 → 1.312.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 +47 -47
- package/package.json +4 -4
- package/sfdc/index.js +48 -48
- package/src/raml/api.raml +1 -1
|
@@ -1194,7 +1194,7 @@ function ingestError$q(luvio, params, error, snapshotRefresh) {
|
|
|
1194
1194
|
function createResourceRequest$K(config) {
|
|
1195
1195
|
const headers = {};
|
|
1196
1196
|
return {
|
|
1197
|
-
baseUri: '/services/data/
|
|
1197
|
+
baseUri: '/services/data/v63.0',
|
|
1198
1198
|
basePath: '/cms/deployments',
|
|
1199
1199
|
method: 'get',
|
|
1200
1200
|
body: null,
|
|
@@ -1420,7 +1420,7 @@ function ingestSuccess$K(luvio, resourceParams, response) {
|
|
|
1420
1420
|
function createResourceRequest$J(config) {
|
|
1421
1421
|
const headers = {};
|
|
1422
1422
|
return {
|
|
1423
|
-
baseUri: '/services/data/
|
|
1423
|
+
baseUri: '/services/data/v63.0',
|
|
1424
1424
|
basePath: '/cms/deployments',
|
|
1425
1425
|
method: 'post',
|
|
1426
1426
|
body: config.body,
|
|
@@ -2089,7 +2089,7 @@ function ingestError$p(luvio, params, error, snapshotRefresh) {
|
|
|
2089
2089
|
function createResourceRequest$I(config) {
|
|
2090
2090
|
const headers = {};
|
|
2091
2091
|
return {
|
|
2092
|
-
baseUri: '/services/data/
|
|
2092
|
+
baseUri: '/services/data/v63.0',
|
|
2093
2093
|
basePath: '/cms/spaces/' + config.urlParams.contentSpaceId + '/jobs',
|
|
2094
2094
|
method: 'get',
|
|
2095
2095
|
body: null,
|
|
@@ -2232,7 +2232,7 @@ function ingestError$o(luvio, params, error, snapshotRefresh) {
|
|
|
2232
2232
|
function createResourceRequest$H(config) {
|
|
2233
2233
|
const headers = {};
|
|
2234
2234
|
return {
|
|
2235
|
-
baseUri: '/services/data/
|
|
2235
|
+
baseUri: '/services/data/v63.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$n(luvio, params, error, snapshotRefresh) {
|
|
|
2555
2555
|
function createResourceRequest$G(config) {
|
|
2556
2556
|
const headers = {};
|
|
2557
2557
|
return {
|
|
2558
|
-
baseUri: '/services/data/
|
|
2558
|
+
baseUri: '/services/data/v63.0',
|
|
2559
2559
|
basePath: '/cms/folders/' + config.urlParams.folderId + '/items',
|
|
2560
2560
|
method: 'get',
|
|
2561
2561
|
body: null,
|
|
@@ -2891,7 +2891,7 @@ function ingestError$m(luvio, params, error, snapshotRefresh) {
|
|
|
2891
2891
|
function createResourceRequest$F(config) {
|
|
2892
2892
|
const headers = {};
|
|
2893
2893
|
return {
|
|
2894
|
-
baseUri: '/services/data/
|
|
2894
|
+
baseUri: '/services/data/v63.0',
|
|
2895
2895
|
basePath: '/connect/cms/collections/' + config.urlParams.collectionKeyOrId + '',
|
|
2896
2896
|
method: 'get',
|
|
2897
2897
|
body: null,
|
|
@@ -3288,7 +3288,7 @@ function ingestError$l(luvio, params, error, snapshotRefresh) {
|
|
|
3288
3288
|
function createResourceRequest$E(config) {
|
|
3289
3289
|
const headers = {};
|
|
3290
3290
|
return {
|
|
3291
|
-
baseUri: '/services/data/
|
|
3291
|
+
baseUri: '/services/data/v63.0',
|
|
3292
3292
|
basePath: '/connect/cms/content/providers',
|
|
3293
3293
|
method: 'get',
|
|
3294
3294
|
body: null,
|
|
@@ -3686,7 +3686,7 @@ function ingestSuccess$E(luvio, resourceParams, response) {
|
|
|
3686
3686
|
function createResourceRequest$D(config) {
|
|
3687
3687
|
const headers = {};
|
|
3688
3688
|
return {
|
|
3689
|
-
baseUri: '/services/data/
|
|
3689
|
+
baseUri: '/services/data/v63.0',
|
|
3690
3690
|
basePath: '/connect/cms/content/spaces/' + config.urlParams.contentSpaceId + '/translation',
|
|
3691
3691
|
method: 'post',
|
|
3692
3692
|
body: config.body,
|
|
@@ -4141,7 +4141,7 @@ function ingestSuccess$D(luvio, resourceParams, response) {
|
|
|
4141
4141
|
function createResourceRequest$C(config) {
|
|
4142
4142
|
const headers = {};
|
|
4143
4143
|
return {
|
|
4144
|
-
baseUri: '/services/data/
|
|
4144
|
+
baseUri: '/services/data/v63.0',
|
|
4145
4145
|
basePath: '/connect/cms/contents',
|
|
4146
4146
|
method: 'post',
|
|
4147
4147
|
body: config.body,
|
|
@@ -4358,7 +4358,7 @@ function ingestSuccess$B(luvio, resourceParams, response) {
|
|
|
4358
4358
|
function createResourceRequest$B(config) {
|
|
4359
4359
|
const headers = {};
|
|
4360
4360
|
return {
|
|
4361
|
-
baseUri: '/services/data/
|
|
4361
|
+
baseUri: '/services/data/v63.0',
|
|
4362
4362
|
basePath: '/connect/cms/contents/publish',
|
|
4363
4363
|
method: 'post',
|
|
4364
4364
|
body: config.body,
|
|
@@ -4568,7 +4568,7 @@ function ingestSuccess$A(luvio, resourceParams, response) {
|
|
|
4568
4568
|
function createResourceRequest$A(config) {
|
|
4569
4569
|
const headers = {};
|
|
4570
4570
|
return {
|
|
4571
|
-
baseUri: '/services/data/
|
|
4571
|
+
baseUri: '/services/data/v63.0',
|
|
4572
4572
|
basePath: '/connect/cms/contents/unpublish',
|
|
4573
4573
|
method: 'post',
|
|
4574
4574
|
body: config.body,
|
|
@@ -4878,7 +4878,7 @@ function ingestSuccess$z(luvio, resourceParams, response) {
|
|
|
4878
4878
|
function createResourceRequest$z(config) {
|
|
4879
4879
|
const headers = {};
|
|
4880
4880
|
return {
|
|
4881
|
-
baseUri: '/services/data/
|
|
4881
|
+
baseUri: '/services/data/v63.0',
|
|
4882
4882
|
basePath: '/connect/cms/contents/variants',
|
|
4883
4883
|
method: 'post',
|
|
4884
4884
|
body: config.body,
|
|
@@ -4966,7 +4966,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
4966
4966
|
function createResourceRequest$y(config) {
|
|
4967
4967
|
const headers = {};
|
|
4968
4968
|
return {
|
|
4969
|
-
baseUri: '/services/data/
|
|
4969
|
+
baseUri: '/services/data/v63.0',
|
|
4970
4970
|
basePath: '/connect/cms/contents/variants/' + config.urlParams.variantId + '',
|
|
4971
4971
|
method: 'delete',
|
|
4972
4972
|
body: null,
|
|
@@ -5073,7 +5073,7 @@ function ingestError$k(luvio, params, error, snapshotRefresh) {
|
|
|
5073
5073
|
function createResourceRequest$x(config) {
|
|
5074
5074
|
const headers = {};
|
|
5075
5075
|
return {
|
|
5076
|
-
baseUri: '/services/data/
|
|
5076
|
+
baseUri: '/services/data/v63.0',
|
|
5077
5077
|
basePath: '/connect/cms/contents/variants/' + config.urlParams.variantId + '',
|
|
5078
5078
|
method: 'get',
|
|
5079
5079
|
body: null,
|
|
@@ -5233,7 +5233,7 @@ function ingestSuccess$x(luvio, resourceParams, response) {
|
|
|
5233
5233
|
function createResourceRequest$w(config) {
|
|
5234
5234
|
const headers = {};
|
|
5235
5235
|
return {
|
|
5236
|
-
baseUri: '/services/data/
|
|
5236
|
+
baseUri: '/services/data/v63.0',
|
|
5237
5237
|
basePath: '/connect/cms/contents/variants/' + config.urlParams.variantId + '',
|
|
5238
5238
|
method: 'put',
|
|
5239
5239
|
body: config.body,
|
|
@@ -5495,7 +5495,7 @@ function ingestError$j(luvio, params, error, snapshotRefresh) {
|
|
|
5495
5495
|
function createResourceRequest$v(config) {
|
|
5496
5496
|
const headers = {};
|
|
5497
5497
|
return {
|
|
5498
|
-
baseUri: '/services/data/
|
|
5498
|
+
baseUri: '/services/data/v63.0',
|
|
5499
5499
|
basePath: '/connect/cms/contents/variants/' + config.urlParams.variantId + '/versions',
|
|
5500
5500
|
method: 'get',
|
|
5501
5501
|
body: null,
|
|
@@ -5815,7 +5815,7 @@ function ingestSuccess$v(luvio, resourceParams, response) {
|
|
|
5815
5815
|
function createResourceRequest$u(config) {
|
|
5816
5816
|
const headers = {};
|
|
5817
5817
|
return {
|
|
5818
|
-
baseUri: '/services/data/
|
|
5818
|
+
baseUri: '/services/data/v63.0',
|
|
5819
5819
|
basePath: '/connect/cms/contents/web-urls/' + config.urlParams.managedContentWebUrlId + '',
|
|
5820
5820
|
method: 'patch',
|
|
5821
5821
|
body: config.body,
|
|
@@ -5932,7 +5932,7 @@ function ingestError$i(luvio, params, error, snapshotRefresh) {
|
|
|
5932
5932
|
function createResourceRequest$t(config) {
|
|
5933
5933
|
const headers = {};
|
|
5934
5934
|
return {
|
|
5935
|
-
baseUri: '/services/data/
|
|
5935
|
+
baseUri: '/services/data/v63.0',
|
|
5936
5936
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '',
|
|
5937
5937
|
method: 'get',
|
|
5938
5938
|
body: null,
|
|
@@ -6454,7 +6454,7 @@ function ingestSuccess$t(luvio, resourceParams, response) {
|
|
|
6454
6454
|
function createResourceRequest$s(config) {
|
|
6455
6455
|
const headers = {};
|
|
6456
6456
|
return {
|
|
6457
|
-
baseUri: '/services/data/
|
|
6457
|
+
baseUri: '/services/data/v63.0',
|
|
6458
6458
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/clone',
|
|
6459
6459
|
method: 'post',
|
|
6460
6460
|
body: config.body,
|
|
@@ -6656,7 +6656,7 @@ function ingestError$h(luvio, params, error, snapshotRefresh) {
|
|
|
6656
6656
|
function createResourceRequest$r(config) {
|
|
6657
6657
|
const headers = {};
|
|
6658
6658
|
return {
|
|
6659
|
-
baseUri: '/services/data/
|
|
6659
|
+
baseUri: '/services/data/v63.0',
|
|
6660
6660
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/renditions/' + config.urlParams.renditionType + '',
|
|
6661
6661
|
method: 'get',
|
|
6662
6662
|
body: null,
|
|
@@ -7205,7 +7205,7 @@ function ingestError$g(luvio, params, error, snapshotRefresh) {
|
|
|
7205
7205
|
function createResourceRequest$q(config) {
|
|
7206
7206
|
const headers = {};
|
|
7207
7207
|
return {
|
|
7208
|
-
baseUri: '/services/data/
|
|
7208
|
+
baseUri: '/services/data/v63.0',
|
|
7209
7209
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/taxonomy-terms',
|
|
7210
7210
|
method: 'get',
|
|
7211
7211
|
body: null,
|
|
@@ -7328,7 +7328,7 @@ function ingestSuccess$q(luvio, resourceParams, response) {
|
|
|
7328
7328
|
function createResourceRequest$p(config) {
|
|
7329
7329
|
const headers = {};
|
|
7330
7330
|
return {
|
|
7331
|
-
baseUri: '/services/data/
|
|
7331
|
+
baseUri: '/services/data/v63.0',
|
|
7332
7332
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/taxonomy-terms',
|
|
7333
7333
|
method: 'patch',
|
|
7334
7334
|
body: config.body,
|
|
@@ -7561,7 +7561,7 @@ function ingestSuccess$p(luvio, resourceParams, response) {
|
|
|
7561
7561
|
function createResourceRequest$o(config) {
|
|
7562
7562
|
const headers = {};
|
|
7563
7563
|
return {
|
|
7564
|
-
baseUri: '/services/data/
|
|
7564
|
+
baseUri: '/services/data/v63.0',
|
|
7565
7565
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/translate',
|
|
7566
7566
|
method: 'post',
|
|
7567
7567
|
body: config.body,
|
|
@@ -7738,7 +7738,7 @@ function ingestError$f(luvio, params, error, snapshotRefresh) {
|
|
|
7738
7738
|
function createResourceRequest$n(config) {
|
|
7739
7739
|
const headers = {};
|
|
7740
7740
|
return {
|
|
7741
|
-
baseUri: '/services/data/
|
|
7741
|
+
baseUri: '/services/data/v63.0',
|
|
7742
7742
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/web-urls',
|
|
7743
7743
|
method: 'get',
|
|
7744
7744
|
body: null,
|
|
@@ -8090,7 +8090,7 @@ function ingestError$e(luvio, params, error, snapshotRefresh) {
|
|
|
8090
8090
|
function createResourceRequest$m(config) {
|
|
8091
8091
|
const headers = {};
|
|
8092
8092
|
return {
|
|
8093
|
-
baseUri: '/services/data/
|
|
8093
|
+
baseUri: '/services/data/v63.0',
|
|
8094
8094
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/referenced-by',
|
|
8095
8095
|
method: 'get',
|
|
8096
8096
|
body: null,
|
|
@@ -8424,7 +8424,7 @@ function ingestError$d(luvio, params, error, snapshotRefresh) {
|
|
|
8424
8424
|
function createResourceRequest$l(config) {
|
|
8425
8425
|
const headers = {};
|
|
8426
8426
|
return {
|
|
8427
|
-
baseUri: '/services/data/
|
|
8427
|
+
baseUri: '/services/data/v63.0',
|
|
8428
8428
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/variants/references',
|
|
8429
8429
|
method: 'get',
|
|
8430
8430
|
body: null,
|
|
@@ -8643,7 +8643,7 @@ function ingestSuccess$k(luvio, resourceParams, response) {
|
|
|
8643
8643
|
function createResourceRequest$k(config) {
|
|
8644
8644
|
const headers = {};
|
|
8645
8645
|
return {
|
|
8646
|
-
baseUri: '/services/data/
|
|
8646
|
+
baseUri: '/services/data/v63.0',
|
|
8647
8647
|
basePath: '/connect/cms/folders',
|
|
8648
8648
|
method: 'post',
|
|
8649
8649
|
body: config.body,
|
|
@@ -8839,7 +8839,7 @@ function ingestError$c(luvio, params, error, snapshotRefresh) {
|
|
|
8839
8839
|
function createResourceRequest$j(config) {
|
|
8840
8840
|
const headers = {};
|
|
8841
8841
|
return {
|
|
8842
|
-
baseUri: '/services/data/
|
|
8842
|
+
baseUri: '/services/data/v63.0',
|
|
8843
8843
|
basePath: '/connect/cms/folders/' + config.urlParams.folderId + '',
|
|
8844
8844
|
method: 'get',
|
|
8845
8845
|
body: null,
|
|
@@ -9197,7 +9197,7 @@ function ingestError$b(luvio, params, error, snapshotRefresh) {
|
|
|
9197
9197
|
function createResourceRequest$i(config) {
|
|
9198
9198
|
const headers = {};
|
|
9199
9199
|
return {
|
|
9200
|
-
baseUri: '/services/data/
|
|
9200
|
+
baseUri: '/services/data/v63.0',
|
|
9201
9201
|
basePath: '/connect/cms/folders/' + config.urlParams.folderId + '/items',
|
|
9202
9202
|
method: 'get',
|
|
9203
9203
|
body: null,
|
|
@@ -9432,7 +9432,7 @@ function ingestError$a(luvio, params, error, snapshotRefresh) {
|
|
|
9432
9432
|
function createResourceRequest$h(config) {
|
|
9433
9433
|
const headers = {};
|
|
9434
9434
|
return {
|
|
9435
|
-
baseUri: '/services/data/
|
|
9435
|
+
baseUri: '/services/data/v63.0',
|
|
9436
9436
|
basePath: '/connect/cms/folders/' + config.urlParams.folderId + '/share-targets',
|
|
9437
9437
|
method: 'get',
|
|
9438
9438
|
body: null,
|
|
@@ -9677,7 +9677,7 @@ function ingestError$9(luvio, params, error, snapshotRefresh) {
|
|
|
9677
9677
|
function createResourceRequest$g(config) {
|
|
9678
9678
|
const headers = {};
|
|
9679
9679
|
return {
|
|
9680
|
-
baseUri: '/services/data/
|
|
9680
|
+
baseUri: '/services/data/v63.0',
|
|
9681
9681
|
basePath: '/connect/cms/folders/' + config.urlParams.folderId + '/shares',
|
|
9682
9682
|
method: 'get',
|
|
9683
9683
|
body: null,
|
|
@@ -9814,7 +9814,7 @@ function ingestSuccess$f(luvio, resourceParams, response) {
|
|
|
9814
9814
|
function createResourceRequest$f(config) {
|
|
9815
9815
|
const headers = {};
|
|
9816
9816
|
return {
|
|
9817
|
-
baseUri: '/services/data/
|
|
9817
|
+
baseUri: '/services/data/v63.0',
|
|
9818
9818
|
basePath: '/connect/cms/folders/' + config.urlParams.folderId + '/shares',
|
|
9819
9819
|
method: 'patch',
|
|
9820
9820
|
body: config.body,
|
|
@@ -10071,7 +10071,7 @@ function ingestError$8(luvio, params, error, snapshotRefresh) {
|
|
|
10071
10071
|
function createResourceRequest$e(config) {
|
|
10072
10072
|
const headers = {};
|
|
10073
10073
|
return {
|
|
10074
|
-
baseUri: '/services/data/
|
|
10074
|
+
baseUri: '/services/data/v63.0',
|
|
10075
10075
|
basePath: '/connect/cms/items/search',
|
|
10076
10076
|
method: 'get',
|
|
10077
10077
|
body: null,
|
|
@@ -10200,7 +10200,7 @@ function ingestSuccess$d(luvio, resourceParams, response) {
|
|
|
10200
10200
|
function createResourceRequest$d(config) {
|
|
10201
10201
|
const headers = {};
|
|
10202
10202
|
return {
|
|
10203
|
-
baseUri: '/services/data/
|
|
10203
|
+
baseUri: '/services/data/v63.0',
|
|
10204
10204
|
basePath: '/connect/cms/schedules',
|
|
10205
10205
|
method: 'post',
|
|
10206
10206
|
body: config.body,
|
|
@@ -10298,7 +10298,7 @@ function ingestSuccess$c(luvio, resourceParams, response) {
|
|
|
10298
10298
|
function createResourceRequest$c(config) {
|
|
10299
10299
|
const headers = {};
|
|
10300
10300
|
return {
|
|
10301
|
-
baseUri: '/services/data/
|
|
10301
|
+
baseUri: '/services/data/v63.0',
|
|
10302
10302
|
basePath: '/connect/cms/schedules/' + config.urlParams.deploymentId + '',
|
|
10303
10303
|
method: 'patch',
|
|
10304
10304
|
body: null,
|
|
@@ -10708,7 +10708,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
|
|
|
10708
10708
|
function createResourceRequest$b(config) {
|
|
10709
10709
|
const headers = {};
|
|
10710
10710
|
return {
|
|
10711
|
-
baseUri: '/services/data/
|
|
10711
|
+
baseUri: '/services/data/v63.0',
|
|
10712
10712
|
basePath: '/connect/cms/spaces',
|
|
10713
10713
|
method: 'get',
|
|
10714
10714
|
body: null,
|
|
@@ -10850,7 +10850,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
|
|
|
10850
10850
|
function createResourceRequest$a(config) {
|
|
10851
10851
|
const headers = {};
|
|
10852
10852
|
return {
|
|
10853
|
-
baseUri: '/services/data/
|
|
10853
|
+
baseUri: '/services/data/v63.0',
|
|
10854
10854
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '',
|
|
10855
10855
|
method: 'get',
|
|
10856
10856
|
body: null,
|
|
@@ -11066,7 +11066,7 @@ function ingestSuccess$9(luvio, resourceParams, response) {
|
|
|
11066
11066
|
function createResourceRequest$9(config) {
|
|
11067
11067
|
const headers = {};
|
|
11068
11068
|
return {
|
|
11069
|
-
baseUri: '/services/data/
|
|
11069
|
+
baseUri: '/services/data/v63.0',
|
|
11070
11070
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '',
|
|
11071
11071
|
method: 'patch',
|
|
11072
11072
|
body: config.body,
|
|
@@ -11437,7 +11437,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
11437
11437
|
function createResourceRequest$8(config) {
|
|
11438
11438
|
const headers = {};
|
|
11439
11439
|
return {
|
|
11440
|
-
baseUri: '/services/data/
|
|
11440
|
+
baseUri: '/services/data/v63.0',
|
|
11441
11441
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/single-item-content/' + config.urlParams.contentTypeFQN + '',
|
|
11442
11442
|
method: 'get',
|
|
11443
11443
|
body: null,
|
|
@@ -11693,7 +11693,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
11693
11693
|
function createResourceRequest$7(config) {
|
|
11694
11694
|
const headers = {};
|
|
11695
11695
|
return {
|
|
11696
|
-
baseUri: '/services/data/
|
|
11696
|
+
baseUri: '/services/data/v63.0',
|
|
11697
11697
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/orchestrator-config',
|
|
11698
11698
|
method: 'get',
|
|
11699
11699
|
body: null,
|
|
@@ -11837,7 +11837,7 @@ function ingestSuccess$6(luvio, resourceParams, response) {
|
|
|
11837
11837
|
function createResourceRequest$6(config) {
|
|
11838
11838
|
const headers = {};
|
|
11839
11839
|
return {
|
|
11840
|
-
baseUri: '/services/data/
|
|
11840
|
+
baseUri: '/services/data/v63.0',
|
|
11841
11841
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/orchestrator-config',
|
|
11842
11842
|
method: 'put',
|
|
11843
11843
|
body: config.body,
|
|
@@ -12042,7 +12042,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
12042
12042
|
function createResourceRequest$5(config) {
|
|
12043
12043
|
const headers = {};
|
|
12044
12044
|
return {
|
|
12045
|
-
baseUri: '/services/data/
|
|
12045
|
+
baseUri: '/services/data/v63.0',
|
|
12046
12046
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/content-types',
|
|
12047
12047
|
method: 'get',
|
|
12048
12048
|
body: null,
|
|
@@ -12427,7 +12427,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
12427
12427
|
function createResourceRequest$4(config) {
|
|
12428
12428
|
const headers = {};
|
|
12429
12429
|
return {
|
|
12430
|
-
baseUri: '/services/data/
|
|
12430
|
+
baseUri: '/services/data/v63.0',
|
|
12431
12431
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/contents/export',
|
|
12432
12432
|
method: 'post',
|
|
12433
12433
|
body: config.body,
|
|
@@ -12547,7 +12547,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
12547
12547
|
function createResourceRequest$3(config) {
|
|
12548
12548
|
const headers = {};
|
|
12549
12549
|
return {
|
|
12550
|
-
baseUri: '/services/data/
|
|
12550
|
+
baseUri: '/services/data/v63.0',
|
|
12551
12551
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/contents/import',
|
|
12552
12552
|
method: 'post',
|
|
12553
12553
|
body: config.body,
|
|
@@ -12865,7 +12865,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
12865
12865
|
function createResourceRequest$2(config) {
|
|
12866
12866
|
const headers = {};
|
|
12867
12867
|
return {
|
|
12868
|
-
baseUri: '/services/data/
|
|
12868
|
+
baseUri: '/services/data/v63.0',
|
|
12869
12869
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/preview-endpoints',
|
|
12870
12870
|
method: 'get',
|
|
12871
12871
|
body: null,
|
|
@@ -13009,7 +13009,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
13009
13009
|
function createResourceRequest$1(config) {
|
|
13010
13010
|
const headers = {};
|
|
13011
13011
|
return {
|
|
13012
|
-
baseUri: '/services/data/
|
|
13012
|
+
baseUri: '/services/data/v63.0',
|
|
13013
13013
|
basePath: '/connect/sites/' + config.urlParams.siteId + '/cms/contents/' + config.urlParams.contentKeyOrId + '',
|
|
13014
13014
|
method: 'get',
|
|
13015
13015
|
body: null,
|
|
@@ -13264,7 +13264,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
13264
13264
|
function createResourceRequest(config) {
|
|
13265
13265
|
const headers = {};
|
|
13266
13266
|
return {
|
|
13267
|
-
baseUri: '/services/data/
|
|
13267
|
+
baseUri: '/services/data/v63.0',
|
|
13268
13268
|
basePath: '/connect/uma/form/embedScript/' + config.urlParams.formContentKey + '/' + config.urlParams.domainName + '',
|
|
13269
13269
|
method: 'get',
|
|
13270
13270
|
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.312.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.312.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
51
|
-
"@salesforce/lds-karma": "^1.
|
|
50
|
+
"@salesforce/lds-compiler-plugins": "^1.312.0",
|
|
51
|
+
"@salesforce/lds-karma": "^1.312.0"
|
|
52
52
|
},
|
|
53
53
|
"nx": {
|
|
54
54
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -493,7 +493,7 @@ function ingestSuccess$L(luvio, resourceParams, response) {
|
|
|
493
493
|
function createResourceRequest$K(config) {
|
|
494
494
|
const headers = {};
|
|
495
495
|
return {
|
|
496
|
-
baseUri: '/services/data/
|
|
496
|
+
baseUri: '/services/data/v63.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$K(luvio, resourceParams, response) {
|
|
|
1551
1551
|
function createResourceRequest$J(config) {
|
|
1552
1552
|
const headers = {};
|
|
1553
1553
|
return {
|
|
1554
|
-
baseUri: '/services/data/
|
|
1554
|
+
baseUri: '/services/data/v63.0',
|
|
1555
1555
|
basePath: '/cms/deployments',
|
|
1556
1556
|
method: 'post',
|
|
1557
1557
|
body: config.body,
|
|
@@ -1985,7 +1985,7 @@ function ingestSuccess$J(luvio, resourceParams, response) {
|
|
|
1985
1985
|
function createResourceRequest$I(config) {
|
|
1986
1986
|
const headers = {};
|
|
1987
1987
|
return {
|
|
1988
|
-
baseUri: '/services/data/
|
|
1988
|
+
baseUri: '/services/data/v63.0',
|
|
1989
1989
|
basePath: '/connect/cms/contents',
|
|
1990
1990
|
method: 'post',
|
|
1991
1991
|
body: config.body,
|
|
@@ -2347,7 +2347,7 @@ function ingestSuccess$H(luvio, resourceParams, response) {
|
|
|
2347
2347
|
function createResourceRequest$H(config) {
|
|
2348
2348
|
const headers = {};
|
|
2349
2349
|
return {
|
|
2350
|
-
baseUri: '/services/data/
|
|
2350
|
+
baseUri: '/services/data/v63.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$G(luvio, resourceParams, response) {
|
|
|
2467
2467
|
function createResourceRequest$G(config) {
|
|
2468
2468
|
const headers = {};
|
|
2469
2469
|
return {
|
|
2470
|
-
baseUri: '/services/data/
|
|
2470
|
+
baseUri: '/services/data/v63.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$F(luvio, resourceParams, response) {
|
|
|
2874
2874
|
function createResourceRequest$F(config) {
|
|
2875
2875
|
const headers = {};
|
|
2876
2876
|
return {
|
|
2877
|
-
baseUri: '/services/data/
|
|
2877
|
+
baseUri: '/services/data/v63.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$D(luvio, resourceParams, response) {
|
|
|
3018
3018
|
function createResourceRequest$E(config) {
|
|
3019
3019
|
const headers = {};
|
|
3020
3020
|
return {
|
|
3021
|
-
baseUri: '/services/data/
|
|
3021
|
+
baseUri: '/services/data/v63.0',
|
|
3022
3022
|
basePath: '/connect/cms/contents/variants',
|
|
3023
3023
|
method: 'post',
|
|
3024
3024
|
body: config.body,
|
|
@@ -3112,7 +3112,7 @@ function ingestSuccess$C(luvio, resourceParams, response) {
|
|
|
3112
3112
|
function createResourceRequest$D(config) {
|
|
3113
3113
|
const headers = {};
|
|
3114
3114
|
return {
|
|
3115
|
-
baseUri: '/services/data/
|
|
3115
|
+
baseUri: '/services/data/v63.0',
|
|
3116
3116
|
basePath: '/connect/cms/schedules',
|
|
3117
3117
|
method: 'post',
|
|
3118
3118
|
body: config.body,
|
|
@@ -3488,7 +3488,7 @@ function ingestSuccess$B(luvio, resourceParams, response) {
|
|
|
3488
3488
|
function createResourceRequest$C(config) {
|
|
3489
3489
|
const headers = {};
|
|
3490
3490
|
return {
|
|
3491
|
-
baseUri: '/services/data/
|
|
3491
|
+
baseUri: '/services/data/v63.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$B(config) {
|
|
3579
3579
|
const headers = {};
|
|
3580
3580
|
return {
|
|
3581
|
-
baseUri: '/services/data/
|
|
3581
|
+
baseUri: '/services/data/v63.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$q(luvio, params, error, snapshotRefresh) {
|
|
|
4243
4243
|
function createResourceRequest$A(config) {
|
|
4244
4244
|
const headers = {};
|
|
4245
4245
|
return {
|
|
4246
|
-
baseUri: '/services/data/
|
|
4246
|
+
baseUri: '/services/data/v63.0',
|
|
4247
4247
|
basePath: '/cms/spaces/' + config.urlParams.contentSpaceId + '/jobs',
|
|
4248
4248
|
method: 'get',
|
|
4249
4249
|
body: null,
|
|
@@ -4386,7 +4386,7 @@ function ingestError$p(luvio, params, error, snapshotRefresh) {
|
|
|
4386
4386
|
function createResourceRequest$z(config) {
|
|
4387
4387
|
const headers = {};
|
|
4388
4388
|
return {
|
|
4389
|
-
baseUri: '/services/data/
|
|
4389
|
+
baseUri: '/services/data/v63.0',
|
|
4390
4390
|
basePath: '/cms/spaces/' + config.urlParams.contentSpaceId + '/jobs/' + config.urlParams.jobId + '',
|
|
4391
4391
|
method: 'get',
|
|
4392
4392
|
body: null,
|
|
@@ -4754,7 +4754,7 @@ function ingestError$o(luvio, params, error, snapshotRefresh) {
|
|
|
4754
4754
|
function createResourceRequest$y(config) {
|
|
4755
4755
|
const headers = {};
|
|
4756
4756
|
return {
|
|
4757
|
-
baseUri: '/services/data/
|
|
4757
|
+
baseUri: '/services/data/v63.0',
|
|
4758
4758
|
basePath: '/connect/cms/collections/' + config.urlParams.collectionKeyOrId + '',
|
|
4759
4759
|
method: 'get',
|
|
4760
4760
|
body: null,
|
|
@@ -5089,7 +5089,7 @@ function ingestError$n(luvio, params, error, snapshotRefresh) {
|
|
|
5089
5089
|
function createResourceRequest$x(config) {
|
|
5090
5090
|
const headers = {};
|
|
5091
5091
|
return {
|
|
5092
|
-
baseUri: '/services/data/
|
|
5092
|
+
baseUri: '/services/data/v63.0',
|
|
5093
5093
|
basePath: '/cms/deployments',
|
|
5094
5094
|
method: 'get',
|
|
5095
5095
|
body: null,
|
|
@@ -5308,7 +5308,7 @@ function ingestError$m(luvio, params, error, snapshotRefresh) {
|
|
|
5308
5308
|
function createResourceRequest$w(config) {
|
|
5309
5309
|
const headers = {};
|
|
5310
5310
|
return {
|
|
5311
|
-
baseUri: '/services/data/
|
|
5311
|
+
baseUri: '/services/data/v63.0',
|
|
5312
5312
|
basePath: '/connect/uma/form/embedScript/' + config.urlParams.formContentKey + '/' + config.urlParams.domainName + '',
|
|
5313
5313
|
method: 'get',
|
|
5314
5314
|
body: null,
|
|
@@ -5536,7 +5536,7 @@ function ingestError$l(luvio, params, error, snapshotRefresh) {
|
|
|
5536
5536
|
function createResourceRequest$v(config) {
|
|
5537
5537
|
const headers = {};
|
|
5538
5538
|
return {
|
|
5539
|
-
baseUri: '/services/data/
|
|
5539
|
+
baseUri: '/services/data/v63.0',
|
|
5540
5540
|
basePath: '/connect/cms/folders/' + config.urlParams.folderId + '/share-targets',
|
|
5541
5541
|
method: 'get',
|
|
5542
5542
|
body: null,
|
|
@@ -5781,7 +5781,7 @@ function ingestError$k(luvio, params, error, snapshotRefresh) {
|
|
|
5781
5781
|
function createResourceRequest$u(config) {
|
|
5782
5782
|
const headers = {};
|
|
5783
5783
|
return {
|
|
5784
|
-
baseUri: '/services/data/
|
|
5784
|
+
baseUri: '/services/data/v63.0',
|
|
5785
5785
|
basePath: '/connect/cms/folders/' + config.urlParams.folderId + '/shares',
|
|
5786
5786
|
method: 'get',
|
|
5787
5787
|
body: null,
|
|
@@ -5964,7 +5964,7 @@ function ingestError$j(luvio, params, error, snapshotRefresh) {
|
|
|
5964
5964
|
function createResourceRequest$t(config) {
|
|
5965
5965
|
const headers = {};
|
|
5966
5966
|
return {
|
|
5967
|
-
baseUri: '/services/data/
|
|
5967
|
+
baseUri: '/services/data/v63.0',
|
|
5968
5968
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '',
|
|
5969
5969
|
method: 'get',
|
|
5970
5970
|
body: null,
|
|
@@ -6394,7 +6394,7 @@ function ingestError$i(luvio, params, error, snapshotRefresh) {
|
|
|
6394
6394
|
function createResourceRequest$s(config) {
|
|
6395
6395
|
const headers = {};
|
|
6396
6396
|
return {
|
|
6397
|
-
baseUri: '/services/data/
|
|
6397
|
+
baseUri: '/services/data/v63.0',
|
|
6398
6398
|
basePath: '/connect/cms/folders/' + config.urlParams.folderId + '/items',
|
|
6399
6399
|
method: 'get',
|
|
6400
6400
|
body: null,
|
|
@@ -6544,7 +6544,7 @@ function ingestError$h(luvio, params, error, snapshotRefresh) {
|
|
|
6544
6544
|
function createResourceRequest$r(config) {
|
|
6545
6545
|
const headers = {};
|
|
6546
6546
|
return {
|
|
6547
|
-
baseUri: '/services/data/
|
|
6547
|
+
baseUri: '/services/data/v63.0',
|
|
6548
6548
|
basePath: '/connect/sites/' + config.urlParams.siteId + '/cms/contents/' + config.urlParams.contentKeyOrId + '',
|
|
6549
6549
|
method: 'get',
|
|
6550
6550
|
body: null,
|
|
@@ -6944,7 +6944,7 @@ function ingestError$g(luvio, params, error, snapshotRefresh) {
|
|
|
6944
6944
|
function createResourceRequest$q(config) {
|
|
6945
6945
|
const headers = {};
|
|
6946
6946
|
return {
|
|
6947
|
-
baseUri: '/services/data/
|
|
6947
|
+
baseUri: '/services/data/v63.0',
|
|
6948
6948
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/preview-endpoints',
|
|
6949
6949
|
method: 'get',
|
|
6950
6950
|
body: null,
|
|
@@ -7326,7 +7326,7 @@ function ingestError$f(luvio, params, error, snapshotRefresh) {
|
|
|
7326
7326
|
function createResourceRequest$p(config) {
|
|
7327
7327
|
const headers = {};
|
|
7328
7328
|
return {
|
|
7329
|
-
baseUri: '/services/data/
|
|
7329
|
+
baseUri: '/services/data/v63.0',
|
|
7330
7330
|
basePath: '/connect/cms/content/providers',
|
|
7331
7331
|
method: 'get',
|
|
7332
7332
|
body: null,
|
|
@@ -7673,7 +7673,7 @@ function ingestError$e(luvio, params, error, snapshotRefresh) {
|
|
|
7673
7673
|
function createResourceRequest$o(config) {
|
|
7674
7674
|
const headers = {};
|
|
7675
7675
|
return {
|
|
7676
|
-
baseUri: '/services/data/
|
|
7676
|
+
baseUri: '/services/data/v63.0',
|
|
7677
7677
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/referenced-by',
|
|
7678
7678
|
method: 'get',
|
|
7679
7679
|
body: null,
|
|
@@ -8075,7 +8075,7 @@ function ingestError$d(luvio, params, error, snapshotRefresh) {
|
|
|
8075
8075
|
function createResourceRequest$n(config) {
|
|
8076
8076
|
const headers = {};
|
|
8077
8077
|
return {
|
|
8078
|
-
baseUri: '/services/data/
|
|
8078
|
+
baseUri: '/services/data/v63.0',
|
|
8079
8079
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/single-item-content/' + config.urlParams.contentTypeFQN + '',
|
|
8080
8080
|
method: 'get',
|
|
8081
8081
|
body: null,
|
|
@@ -8454,7 +8454,7 @@ function ingestError$c(luvio, params, error, snapshotRefresh) {
|
|
|
8454
8454
|
function createResourceRequest$m(config) {
|
|
8455
8455
|
const headers = {};
|
|
8456
8456
|
return {
|
|
8457
|
-
baseUri: '/services/data/
|
|
8457
|
+
baseUri: '/services/data/v63.0',
|
|
8458
8458
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '',
|
|
8459
8459
|
method: 'get',
|
|
8460
8460
|
body: null,
|
|
@@ -8818,7 +8818,7 @@ function ingestError$b(luvio, params, error, snapshotRefresh) {
|
|
|
8818
8818
|
function createResourceRequest$l(config) {
|
|
8819
8819
|
const headers = {};
|
|
8820
8820
|
return {
|
|
8821
|
-
baseUri: '/services/data/
|
|
8821
|
+
baseUri: '/services/data/v63.0',
|
|
8822
8822
|
basePath: '/connect/cms/folders/' + config.urlParams.folderId + '',
|
|
8823
8823
|
method: 'get',
|
|
8824
8824
|
body: null,
|
|
@@ -9141,7 +9141,7 @@ function ingestError$a(luvio, params, error, snapshotRefresh) {
|
|
|
9141
9141
|
function createResourceRequest$k(config) {
|
|
9142
9142
|
const headers = {};
|
|
9143
9143
|
return {
|
|
9144
|
-
baseUri: '/services/data/
|
|
9144
|
+
baseUri: '/services/data/v63.0',
|
|
9145
9145
|
basePath: '/cms/folders/' + config.urlParams.folderId + '/items',
|
|
9146
9146
|
method: 'get',
|
|
9147
9147
|
body: null,
|
|
@@ -9406,7 +9406,7 @@ function ingestError$9(luvio, params, error, snapshotRefresh) {
|
|
|
9406
9406
|
function createResourceRequest$j(config) {
|
|
9407
9407
|
const headers = {};
|
|
9408
9408
|
return {
|
|
9409
|
-
baseUri: '/services/data/
|
|
9409
|
+
baseUri: '/services/data/v63.0',
|
|
9410
9410
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/orchestrator-config',
|
|
9411
9411
|
method: 'get',
|
|
9412
9412
|
body: null,
|
|
@@ -9650,7 +9650,7 @@ function ingestError$8(luvio, params, error, snapshotRefresh) {
|
|
|
9650
9650
|
function createResourceRequest$i(config) {
|
|
9651
9651
|
const headers = {};
|
|
9652
9652
|
return {
|
|
9653
|
-
baseUri: '/services/data/
|
|
9653
|
+
baseUri: '/services/data/v63.0',
|
|
9654
9654
|
basePath: '/connect/cms/spaces',
|
|
9655
9655
|
method: 'get',
|
|
9656
9656
|
body: null,
|
|
@@ -10197,7 +10197,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
|
|
|
10197
10197
|
function createResourceRequest$h(config) {
|
|
10198
10198
|
const headers = {};
|
|
10199
10199
|
return {
|
|
10200
|
-
baseUri: '/services/data/
|
|
10200
|
+
baseUri: '/services/data/v63.0',
|
|
10201
10201
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/taxonomy-terms',
|
|
10202
10202
|
method: 'get',
|
|
10203
10203
|
body: null,
|
|
@@ -10429,7 +10429,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
|
|
|
10429
10429
|
function createResourceRequest$g(config) {
|
|
10430
10430
|
const headers = {};
|
|
10431
10431
|
return {
|
|
10432
|
-
baseUri: '/services/data/
|
|
10432
|
+
baseUri: '/services/data/v63.0',
|
|
10433
10433
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/content-types',
|
|
10434
10434
|
method: 'get',
|
|
10435
10435
|
body: null,
|
|
@@ -10570,7 +10570,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
10570
10570
|
function createResourceRequest$f(config) {
|
|
10571
10571
|
const headers = {};
|
|
10572
10572
|
return {
|
|
10573
|
-
baseUri: '/services/data/
|
|
10573
|
+
baseUri: '/services/data/v63.0',
|
|
10574
10574
|
basePath: '/connect/cms/contents/variants/' + config.urlParams.variantId + '',
|
|
10575
10575
|
method: 'get',
|
|
10576
10576
|
body: null,
|
|
@@ -10922,7 +10922,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
10922
10922
|
function createResourceRequest$e(config) {
|
|
10923
10923
|
const headers = {};
|
|
10924
10924
|
return {
|
|
10925
|
-
baseUri: '/services/data/
|
|
10925
|
+
baseUri: '/services/data/v63.0',
|
|
10926
10926
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/variants/references',
|
|
10927
10927
|
method: 'get',
|
|
10928
10928
|
body: null,
|
|
@@ -11154,7 +11154,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
11154
11154
|
function createResourceRequest$d(config) {
|
|
11155
11155
|
const headers = {};
|
|
11156
11156
|
return {
|
|
11157
|
-
baseUri: '/services/data/
|
|
11157
|
+
baseUri: '/services/data/v63.0',
|
|
11158
11158
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/renditions/' + config.urlParams.renditionType + '',
|
|
11159
11159
|
method: 'get',
|
|
11160
11160
|
body: null,
|
|
@@ -11447,7 +11447,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
11447
11447
|
function createResourceRequest$c(config) {
|
|
11448
11448
|
const headers = {};
|
|
11449
11449
|
return {
|
|
11450
|
-
baseUri: '/services/data/
|
|
11450
|
+
baseUri: '/services/data/v63.0',
|
|
11451
11451
|
basePath: '/connect/cms/contents/variants/' + config.urlParams.variantId + '/versions',
|
|
11452
11452
|
method: 'get',
|
|
11453
11453
|
body: null,
|
|
@@ -11768,7 +11768,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
11768
11768
|
function createResourceRequest$b(config) {
|
|
11769
11769
|
const headers = {};
|
|
11770
11770
|
return {
|
|
11771
|
-
baseUri: '/services/data/
|
|
11771
|
+
baseUri: '/services/data/v63.0',
|
|
11772
11772
|
basePath: '/connect/cms/items/search',
|
|
11773
11773
|
method: 'get',
|
|
11774
11774
|
body: null,
|
|
@@ -12157,7 +12157,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
12157
12157
|
function createResourceRequest$a(config) {
|
|
12158
12158
|
const headers = {};
|
|
12159
12159
|
return {
|
|
12160
|
-
baseUri: '/services/data/
|
|
12160
|
+
baseUri: '/services/data/v63.0',
|
|
12161
12161
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/web-urls',
|
|
12162
12162
|
method: 'get',
|
|
12163
12163
|
body: null,
|
|
@@ -12375,7 +12375,7 @@ function ingestSuccess$9(luvio, resourceParams, response) {
|
|
|
12375
12375
|
function createResourceRequest$9(config) {
|
|
12376
12376
|
const headers = {};
|
|
12377
12377
|
return {
|
|
12378
|
-
baseUri: '/services/data/
|
|
12378
|
+
baseUri: '/services/data/v63.0',
|
|
12379
12379
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '',
|
|
12380
12380
|
method: 'patch',
|
|
12381
12381
|
body: config.body,
|
|
@@ -12471,7 +12471,7 @@ function ingestSuccess$8(luvio, resourceParams, response) {
|
|
|
12471
12471
|
function createResourceRequest$8(config) {
|
|
12472
12472
|
const headers = {};
|
|
12473
12473
|
return {
|
|
12474
|
-
baseUri: '/services/data/
|
|
12474
|
+
baseUri: '/services/data/v63.0',
|
|
12475
12475
|
basePath: '/connect/cms/folders',
|
|
12476
12476
|
method: 'post',
|
|
12477
12477
|
body: config.body,
|
|
@@ -12678,7 +12678,7 @@ function ingestSuccess$7(luvio, resourceParams, response) {
|
|
|
12678
12678
|
function createResourceRequest$7(config) {
|
|
12679
12679
|
const headers = {};
|
|
12680
12680
|
return {
|
|
12681
|
-
baseUri: '/services/data/
|
|
12681
|
+
baseUri: '/services/data/v63.0',
|
|
12682
12682
|
basePath: '/connect/cms/contents/publish',
|
|
12683
12683
|
method: 'post',
|
|
12684
12684
|
body: config.body,
|
|
@@ -12793,7 +12793,7 @@ function ingestSuccess$6(luvio, resourceParams, response) {
|
|
|
12793
12793
|
function createResourceRequest$6(config) {
|
|
12794
12794
|
const headers = {};
|
|
12795
12795
|
return {
|
|
12796
|
-
baseUri: '/services/data/
|
|
12796
|
+
baseUri: '/services/data/v63.0',
|
|
12797
12797
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/orchestrator-config',
|
|
12798
12798
|
method: 'put',
|
|
12799
12799
|
body: config.body,
|
|
@@ -12926,7 +12926,7 @@ function ingestSuccess$5(luvio, resourceParams, response) {
|
|
|
12926
12926
|
function createResourceRequest$5(config) {
|
|
12927
12927
|
const headers = {};
|
|
12928
12928
|
return {
|
|
12929
|
-
baseUri: '/services/data/
|
|
12929
|
+
baseUri: '/services/data/v63.0',
|
|
12930
12930
|
basePath: '/connect/cms/contents/variants/' + config.urlParams.variantId + '',
|
|
12931
12931
|
method: 'put',
|
|
12932
12932
|
body: config.body,
|
|
@@ -13138,7 +13138,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
13138
13138
|
function createResourceRequest$4(config) {
|
|
13139
13139
|
const headers = {};
|
|
13140
13140
|
return {
|
|
13141
|
-
baseUri: '/services/data/
|
|
13141
|
+
baseUri: '/services/data/v63.0',
|
|
13142
13142
|
basePath: '/connect/cms/contents/unpublish',
|
|
13143
13143
|
method: 'post',
|
|
13144
13144
|
body: config.body,
|
|
@@ -13230,7 +13230,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
13230
13230
|
function createResourceRequest$3(config) {
|
|
13231
13231
|
const headers = {};
|
|
13232
13232
|
return {
|
|
13233
|
-
baseUri: '/services/data/
|
|
13233
|
+
baseUri: '/services/data/v63.0',
|
|
13234
13234
|
basePath: '/connect/cms/schedules/' + config.urlParams.deploymentId + '',
|
|
13235
13235
|
method: 'patch',
|
|
13236
13236
|
body: null,
|
|
@@ -13336,7 +13336,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
13336
13336
|
function createResourceRequest$2(config) {
|
|
13337
13337
|
const headers = {};
|
|
13338
13338
|
return {
|
|
13339
|
-
baseUri: '/services/data/
|
|
13339
|
+
baseUri: '/services/data/v63.0',
|
|
13340
13340
|
basePath: '/connect/cms/folders/' + config.urlParams.folderId + '/shares',
|
|
13341
13341
|
method: 'patch',
|
|
13342
13342
|
body: config.body,
|
|
@@ -13440,7 +13440,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
13440
13440
|
function createResourceRequest$1(config) {
|
|
13441
13441
|
const headers = {};
|
|
13442
13442
|
return {
|
|
13443
|
-
baseUri: '/services/data/
|
|
13443
|
+
baseUri: '/services/data/v63.0',
|
|
13444
13444
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/taxonomy-terms',
|
|
13445
13445
|
method: 'patch',
|
|
13446
13446
|
body: config.body,
|
|
@@ -13547,7 +13547,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
13547
13547
|
function createResourceRequest(config) {
|
|
13548
13548
|
const headers = {};
|
|
13549
13549
|
return {
|
|
13550
|
-
baseUri: '/services/data/
|
|
13550
|
+
baseUri: '/services/data/v63.0',
|
|
13551
13551
|
basePath: '/connect/cms/contents/web-urls/' + config.urlParams.managedContentWebUrlId + '',
|
|
13552
13552
|
method: 'patch',
|
|
13553
13553
|
body: config.body,
|
|
@@ -14028,4 +14028,4 @@ withDefaultLuvio((luvio) => {
|
|
|
14028
14028
|
});
|
|
14029
14029
|
|
|
14030
14030
|
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, 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, postManagedContentSpaceFolder, publishManagedContent, putManagedContentSpaceOrchestratorConfig, replaceManagedContentVariant, unpublishManagedContent, updateDeployment, updateMCSFolderShares, updateManagedContentTaxonomyTerms, updateManagedContentWebUrl };
|
|
14031
|
-
// version: 1.
|
|
14031
|
+
// version: 1.312.0-0d267bac6a
|