@salesforce/lds-adapters-cms-authoring 1.431.0 → 1.433.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 +52 -52
- package/package.json +4 -4
- package/sfdc/index.js +53 -53
- package/src/raml/api.raml +1 -1
|
@@ -1194,7 +1194,7 @@ function ingestError$u(luvio, params, error, snapshotRefresh) {
|
|
|
1194
1194
|
function createResourceRequest$P(config) {
|
|
1195
1195
|
const headers = {};
|
|
1196
1196
|
return {
|
|
1197
|
-
baseUri: '/services/data/
|
|
1197
|
+
baseUri: '/services/data/v68.0',
|
|
1198
1198
|
basePath: '/cms/deployments',
|
|
1199
1199
|
method: 'get',
|
|
1200
1200
|
body: null,
|
|
@@ -1420,7 +1420,7 @@ function ingestSuccess$P(luvio, resourceParams, response) {
|
|
|
1420
1420
|
function createResourceRequest$O(config) {
|
|
1421
1421
|
const headers = {};
|
|
1422
1422
|
return {
|
|
1423
|
-
baseUri: '/services/data/
|
|
1423
|
+
baseUri: '/services/data/v68.0',
|
|
1424
1424
|
basePath: '/cms/deployments',
|
|
1425
1425
|
method: 'post',
|
|
1426
1426
|
body: config.body,
|
|
@@ -2089,7 +2089,7 @@ function ingestError$t(luvio, params, error, snapshotRefresh) {
|
|
|
2089
2089
|
function createResourceRequest$N(config) {
|
|
2090
2090
|
const headers = {};
|
|
2091
2091
|
return {
|
|
2092
|
-
baseUri: '/services/data/
|
|
2092
|
+
baseUri: '/services/data/v68.0',
|
|
2093
2093
|
basePath: '/cms/spaces/' + config.urlParams.contentSpaceId + '/jobs',
|
|
2094
2094
|
method: 'get',
|
|
2095
2095
|
body: null,
|
|
@@ -2232,7 +2232,7 @@ function ingestError$s(luvio, params, error, snapshotRefresh) {
|
|
|
2232
2232
|
function createResourceRequest$M(config) {
|
|
2233
2233
|
const headers = {};
|
|
2234
2234
|
return {
|
|
2235
|
-
baseUri: '/services/data/
|
|
2235
|
+
baseUri: '/services/data/v68.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$r(luvio, params, error, snapshotRefresh) {
|
|
|
2555
2555
|
function createResourceRequest$L(config) {
|
|
2556
2556
|
const headers = {};
|
|
2557
2557
|
return {
|
|
2558
|
-
baseUri: '/services/data/
|
|
2558
|
+
baseUri: '/services/data/v68.0',
|
|
2559
2559
|
basePath: '/cms/folders/' + config.urlParams.folderId + '/items',
|
|
2560
2560
|
method: 'get',
|
|
2561
2561
|
body: null,
|
|
@@ -2897,7 +2897,7 @@ function ingestError$q(luvio, params, error, snapshotRefresh) {
|
|
|
2897
2897
|
function createResourceRequest$K(config) {
|
|
2898
2898
|
const headers = {};
|
|
2899
2899
|
return {
|
|
2900
|
-
baseUri: '/services/data/
|
|
2900
|
+
baseUri: '/services/data/v68.0',
|
|
2901
2901
|
basePath: '/connect/cms/collections/' + config.urlParams.collectionKeyOrId + '',
|
|
2902
2902
|
method: 'get',
|
|
2903
2903
|
body: null,
|
|
@@ -3303,7 +3303,7 @@ function ingestSuccess$K(luvio, resourceParams, response) {
|
|
|
3303
3303
|
function createResourceRequest$J(config) {
|
|
3304
3304
|
const headers = {};
|
|
3305
3305
|
return {
|
|
3306
|
-
baseUri: '/services/data/
|
|
3306
|
+
baseUri: '/services/data/v68.0',
|
|
3307
3307
|
basePath: '/connect/cms/content/spaces/' + config.urlParams.contentSpaceId + '/translation',
|
|
3308
3308
|
method: 'post',
|
|
3309
3309
|
body: config.body,
|
|
@@ -3793,7 +3793,7 @@ function ingestSuccess$J(luvio, resourceParams, response) {
|
|
|
3793
3793
|
function createResourceRequest$I(config) {
|
|
3794
3794
|
const headers = {};
|
|
3795
3795
|
return {
|
|
3796
|
-
baseUri: '/services/data/
|
|
3796
|
+
baseUri: '/services/data/v68.0',
|
|
3797
3797
|
basePath: '/connect/cms/contents',
|
|
3798
3798
|
method: 'post',
|
|
3799
3799
|
body: config.body,
|
|
@@ -4007,7 +4007,7 @@ function ingestSuccess$H(luvio, resourceParams, response) {
|
|
|
4007
4007
|
function createResourceRequest$H(config) {
|
|
4008
4008
|
const headers = {};
|
|
4009
4009
|
return {
|
|
4010
|
-
baseUri: '/services/data/
|
|
4010
|
+
baseUri: '/services/data/v68.0',
|
|
4011
4011
|
basePath: '/connect/cms/contents/publish',
|
|
4012
4012
|
method: 'post',
|
|
4013
4013
|
body: config.body,
|
|
@@ -4217,7 +4217,7 @@ function ingestSuccess$G(luvio, resourceParams, response) {
|
|
|
4217
4217
|
function createResourceRequest$G(config) {
|
|
4218
4218
|
const headers = {};
|
|
4219
4219
|
return {
|
|
4220
|
-
baseUri: '/services/data/
|
|
4220
|
+
baseUri: '/services/data/v68.0',
|
|
4221
4221
|
basePath: '/connect/cms/contents/unpublish',
|
|
4222
4222
|
method: 'post',
|
|
4223
4223
|
body: config.body,
|
|
@@ -4527,7 +4527,7 @@ function ingestSuccess$F(luvio, resourceParams, response) {
|
|
|
4527
4527
|
function createResourceRequest$F(config) {
|
|
4528
4528
|
const headers = {};
|
|
4529
4529
|
return {
|
|
4530
|
-
baseUri: '/services/data/
|
|
4530
|
+
baseUri: '/services/data/v68.0',
|
|
4531
4531
|
basePath: '/connect/cms/contents/variants',
|
|
4532
4532
|
method: 'post',
|
|
4533
4533
|
body: config.body,
|
|
@@ -4615,7 +4615,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
4615
4615
|
function createResourceRequest$E(config) {
|
|
4616
4616
|
const headers = {};
|
|
4617
4617
|
return {
|
|
4618
|
-
baseUri: '/services/data/
|
|
4618
|
+
baseUri: '/services/data/v68.0',
|
|
4619
4619
|
basePath: '/connect/cms/contents/variants/' + config.urlParams.variantId + '',
|
|
4620
4620
|
method: 'delete',
|
|
4621
4621
|
body: null,
|
|
@@ -4722,7 +4722,7 @@ function ingestError$p(luvio, params, error, snapshotRefresh) {
|
|
|
4722
4722
|
function createResourceRequest$D(config) {
|
|
4723
4723
|
const headers = {};
|
|
4724
4724
|
return {
|
|
4725
|
-
baseUri: '/services/data/
|
|
4725
|
+
baseUri: '/services/data/v68.0',
|
|
4726
4726
|
basePath: '/connect/cms/contents/variants/' + config.urlParams.variantId + '',
|
|
4727
4727
|
method: 'get',
|
|
4728
4728
|
body: null,
|
|
@@ -4882,7 +4882,7 @@ function ingestSuccess$D(luvio, resourceParams, response) {
|
|
|
4882
4882
|
function createResourceRequest$C(config) {
|
|
4883
4883
|
const headers = {};
|
|
4884
4884
|
return {
|
|
4885
|
-
baseUri: '/services/data/
|
|
4885
|
+
baseUri: '/services/data/v68.0',
|
|
4886
4886
|
basePath: '/connect/cms/contents/variants/' + config.urlParams.variantId + '',
|
|
4887
4887
|
method: 'put',
|
|
4888
4888
|
body: config.body,
|
|
@@ -5144,7 +5144,7 @@ function ingestError$o(luvio, params, error, snapshotRefresh) {
|
|
|
5144
5144
|
function createResourceRequest$B(config) {
|
|
5145
5145
|
const headers = {};
|
|
5146
5146
|
return {
|
|
5147
|
-
baseUri: '/services/data/
|
|
5147
|
+
baseUri: '/services/data/v68.0',
|
|
5148
5148
|
basePath: '/connect/cms/contents/variants/' + config.urlParams.variantId + '/versions',
|
|
5149
5149
|
method: 'get',
|
|
5150
5150
|
body: null,
|
|
@@ -5512,7 +5512,7 @@ function ingestSuccess$B(luvio, resourceParams, response) {
|
|
|
5512
5512
|
function createResourceRequest$A(config) {
|
|
5513
5513
|
const headers = {};
|
|
5514
5514
|
return {
|
|
5515
|
-
baseUri: '/services/data/
|
|
5515
|
+
baseUri: '/services/data/v68.0',
|
|
5516
5516
|
basePath: '/connect/cms/contents/web-urls/' + config.urlParams.managedContentWebUrlId + '',
|
|
5517
5517
|
method: 'patch',
|
|
5518
5518
|
body: config.body,
|
|
@@ -5631,7 +5631,7 @@ function ingestError$n(luvio, params, error, snapshotRefresh) {
|
|
|
5631
5631
|
function createResourceRequest$z(config) {
|
|
5632
5632
|
const headers = {};
|
|
5633
5633
|
return {
|
|
5634
|
-
baseUri: '/services/data/
|
|
5634
|
+
baseUri: '/services/data/v68.0',
|
|
5635
5635
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '',
|
|
5636
5636
|
method: 'get',
|
|
5637
5637
|
body: null,
|
|
@@ -6151,7 +6151,7 @@ function ingestSuccess$z(luvio, resourceParams, response) {
|
|
|
6151
6151
|
function createResourceRequest$y(config) {
|
|
6152
6152
|
const headers = {};
|
|
6153
6153
|
return {
|
|
6154
|
-
baseUri: '/services/data/
|
|
6154
|
+
baseUri: '/services/data/v68.0',
|
|
6155
6155
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/clone',
|
|
6156
6156
|
method: 'post',
|
|
6157
6157
|
body: config.body,
|
|
@@ -6354,7 +6354,7 @@ function ingestError$m(luvio, params, error, snapshotRefresh) {
|
|
|
6354
6354
|
function createResourceRequest$x(config) {
|
|
6355
6355
|
const headers = {};
|
|
6356
6356
|
return {
|
|
6357
|
-
baseUri: '/services/data/
|
|
6357
|
+
baseUri: '/services/data/v68.0',
|
|
6358
6358
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/renditions/' + config.urlParams.renditionType + '',
|
|
6359
6359
|
method: 'get',
|
|
6360
6360
|
body: null,
|
|
@@ -6903,7 +6903,7 @@ function ingestError$l(luvio, params, error, snapshotRefresh) {
|
|
|
6903
6903
|
function createResourceRequest$w(config) {
|
|
6904
6904
|
const headers = {};
|
|
6905
6905
|
return {
|
|
6906
|
-
baseUri: '/services/data/
|
|
6906
|
+
baseUri: '/services/data/v68.0',
|
|
6907
6907
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/taxonomy-terms',
|
|
6908
6908
|
method: 'get',
|
|
6909
6909
|
body: null,
|
|
@@ -7026,7 +7026,7 @@ function ingestSuccess$w(luvio, resourceParams, response) {
|
|
|
7026
7026
|
function createResourceRequest$v(config) {
|
|
7027
7027
|
const headers = {};
|
|
7028
7028
|
return {
|
|
7029
|
-
baseUri: '/services/data/
|
|
7029
|
+
baseUri: '/services/data/v68.0',
|
|
7030
7030
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/taxonomy-terms',
|
|
7031
7031
|
method: 'patch',
|
|
7032
7032
|
body: config.body,
|
|
@@ -7259,7 +7259,7 @@ function ingestSuccess$v(luvio, resourceParams, response) {
|
|
|
7259
7259
|
function createResourceRequest$u(config) {
|
|
7260
7260
|
const headers = {};
|
|
7261
7261
|
return {
|
|
7262
|
-
baseUri: '/services/data/
|
|
7262
|
+
baseUri: '/services/data/v68.0',
|
|
7263
7263
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/translate',
|
|
7264
7264
|
method: 'post',
|
|
7265
7265
|
body: config.body,
|
|
@@ -7436,7 +7436,7 @@ function ingestError$k(luvio, params, error, snapshotRefresh) {
|
|
|
7436
7436
|
function createResourceRequest$t(config) {
|
|
7437
7437
|
const headers = {};
|
|
7438
7438
|
return {
|
|
7439
|
-
baseUri: '/services/data/
|
|
7439
|
+
baseUri: '/services/data/v68.0',
|
|
7440
7440
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/web-urls',
|
|
7441
7441
|
method: 'get',
|
|
7442
7442
|
body: null,
|
|
@@ -7788,7 +7788,7 @@ function ingestError$j(luvio, params, error, snapshotRefresh) {
|
|
|
7788
7788
|
function createResourceRequest$s(config) {
|
|
7789
7789
|
const headers = {};
|
|
7790
7790
|
return {
|
|
7791
|
-
baseUri: '/services/data/
|
|
7791
|
+
baseUri: '/services/data/v68.0',
|
|
7792
7792
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/referenced-by',
|
|
7793
7793
|
method: 'get',
|
|
7794
7794
|
body: null,
|
|
@@ -8122,7 +8122,7 @@ function ingestError$i(luvio, params, error, snapshotRefresh) {
|
|
|
8122
8122
|
function createResourceRequest$r(config) {
|
|
8123
8123
|
const headers = {};
|
|
8124
8124
|
return {
|
|
8125
|
-
baseUri: '/services/data/
|
|
8125
|
+
baseUri: '/services/data/v68.0',
|
|
8126
8126
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/variants/references',
|
|
8127
8127
|
method: 'get',
|
|
8128
8128
|
body: null,
|
|
@@ -8690,7 +8690,7 @@ function ingestError$h(luvio, params, error, snapshotRefresh) {
|
|
|
8690
8690
|
function createResourceRequest$q(config) {
|
|
8691
8691
|
const headers = {};
|
|
8692
8692
|
return {
|
|
8693
|
-
baseUri: '/services/data/
|
|
8693
|
+
baseUri: '/services/data/v68.0',
|
|
8694
8694
|
basePath: '/connect/cms/digital-asset-management-providers',
|
|
8695
8695
|
method: 'get',
|
|
8696
8696
|
body: null,
|
|
@@ -8929,7 +8929,7 @@ function ingestError$g(luvio, params, error, snapshotRefresh) {
|
|
|
8929
8929
|
function createResourceRequest$p(config) {
|
|
8930
8930
|
const headers = {};
|
|
8931
8931
|
return {
|
|
8932
|
-
baseUri: '/services/data/
|
|
8932
|
+
baseUri: '/services/data/v68.0',
|
|
8933
8933
|
basePath: '/connect/cms/digital-asset-management-providers/' + config.urlParams.providerInstanceId + '/contents',
|
|
8934
8934
|
method: 'get',
|
|
8935
8935
|
body: null,
|
|
@@ -9153,7 +9153,7 @@ function ingestSuccess$o(luvio, resourceParams, response) {
|
|
|
9153
9153
|
function createResourceRequest$o(config) {
|
|
9154
9154
|
const headers = {};
|
|
9155
9155
|
return {
|
|
9156
|
-
baseUri: '/services/data/
|
|
9156
|
+
baseUri: '/services/data/v68.0',
|
|
9157
9157
|
basePath: '/connect/cms/folders',
|
|
9158
9158
|
method: 'post',
|
|
9159
9159
|
body: config.body,
|
|
@@ -9349,7 +9349,7 @@ function ingestError$f(luvio, params, error, snapshotRefresh) {
|
|
|
9349
9349
|
function createResourceRequest$n(config) {
|
|
9350
9350
|
const headers = {};
|
|
9351
9351
|
return {
|
|
9352
|
-
baseUri: '/services/data/
|
|
9352
|
+
baseUri: '/services/data/v68.0',
|
|
9353
9353
|
basePath: '/connect/cms/folders/' + config.urlParams.folderId + '',
|
|
9354
9354
|
method: 'get',
|
|
9355
9355
|
body: null,
|
|
@@ -9707,7 +9707,7 @@ function ingestError$e(luvio, params, error, snapshotRefresh) {
|
|
|
9707
9707
|
function createResourceRequest$m(config) {
|
|
9708
9708
|
const headers = {};
|
|
9709
9709
|
return {
|
|
9710
|
-
baseUri: '/services/data/
|
|
9710
|
+
baseUri: '/services/data/v68.0',
|
|
9711
9711
|
basePath: '/connect/cms/folders/' + config.urlParams.folderId + '/items',
|
|
9712
9712
|
method: 'get',
|
|
9713
9713
|
body: null,
|
|
@@ -9942,7 +9942,7 @@ function ingestError$d(luvio, params, error, snapshotRefresh) {
|
|
|
9942
9942
|
function createResourceRequest$l(config) {
|
|
9943
9943
|
const headers = {};
|
|
9944
9944
|
return {
|
|
9945
|
-
baseUri: '/services/data/
|
|
9945
|
+
baseUri: '/services/data/v68.0',
|
|
9946
9946
|
basePath: '/connect/cms/folders/' + config.urlParams.folderId + '/share-targets',
|
|
9947
9947
|
method: 'get',
|
|
9948
9948
|
body: null,
|
|
@@ -10192,7 +10192,7 @@ function ingestError$c(luvio, params, error, snapshotRefresh) {
|
|
|
10192
10192
|
function createResourceRequest$k(config) {
|
|
10193
10193
|
const headers = {};
|
|
10194
10194
|
return {
|
|
10195
|
-
baseUri: '/services/data/
|
|
10195
|
+
baseUri: '/services/data/v68.0',
|
|
10196
10196
|
basePath: '/connect/cms/folders/' + config.urlParams.folderId + '/shares',
|
|
10197
10197
|
method: 'get',
|
|
10198
10198
|
body: null,
|
|
@@ -10329,7 +10329,7 @@ function ingestSuccess$j(luvio, resourceParams, response) {
|
|
|
10329
10329
|
function createResourceRequest$j(config) {
|
|
10330
10330
|
const headers = {};
|
|
10331
10331
|
return {
|
|
10332
|
-
baseUri: '/services/data/
|
|
10332
|
+
baseUri: '/services/data/v68.0',
|
|
10333
10333
|
basePath: '/connect/cms/folders/' + config.urlParams.folderId + '/shares',
|
|
10334
10334
|
method: 'patch',
|
|
10335
10335
|
body: config.body,
|
|
@@ -10586,7 +10586,7 @@ function ingestError$b(luvio, params, error, snapshotRefresh) {
|
|
|
10586
10586
|
function createResourceRequest$i(config) {
|
|
10587
10587
|
const headers = {};
|
|
10588
10588
|
return {
|
|
10589
|
-
baseUri: '/services/data/
|
|
10589
|
+
baseUri: '/services/data/v68.0',
|
|
10590
10590
|
basePath: '/connect/cms/items/search',
|
|
10591
10591
|
method: 'get',
|
|
10592
10592
|
body: null,
|
|
@@ -10715,7 +10715,7 @@ function ingestSuccess$h(luvio, resourceParams, response) {
|
|
|
10715
10715
|
function createResourceRequest$h(config) {
|
|
10716
10716
|
const headers = {};
|
|
10717
10717
|
return {
|
|
10718
|
-
baseUri: '/services/data/
|
|
10718
|
+
baseUri: '/services/data/v68.0',
|
|
10719
10719
|
basePath: '/connect/cms/schedules',
|
|
10720
10720
|
method: 'post',
|
|
10721
10721
|
body: config.body,
|
|
@@ -10813,7 +10813,7 @@ function ingestSuccess$g(luvio, resourceParams, response) {
|
|
|
10813
10813
|
function createResourceRequest$g(config) {
|
|
10814
10814
|
const headers = {};
|
|
10815
10815
|
return {
|
|
10816
|
-
baseUri: '/services/data/
|
|
10816
|
+
baseUri: '/services/data/v68.0',
|
|
10817
10817
|
basePath: '/connect/cms/schedules/' + config.urlParams.deploymentId + '',
|
|
10818
10818
|
method: 'patch',
|
|
10819
10819
|
body: null,
|
|
@@ -11356,7 +11356,7 @@ function ingestError$a(luvio, params, error, snapshotRefresh) {
|
|
|
11356
11356
|
function createResourceRequest$f(config) {
|
|
11357
11357
|
const headers = {};
|
|
11358
11358
|
return {
|
|
11359
|
-
baseUri: '/services/data/
|
|
11359
|
+
baseUri: '/services/data/v68.0',
|
|
11360
11360
|
basePath: '/connect/cms/spaces',
|
|
11361
11361
|
method: 'get',
|
|
11362
11362
|
body: null,
|
|
@@ -11503,7 +11503,7 @@ function ingestSuccess$e(luvio, resourceParams, response) {
|
|
|
11503
11503
|
function createResourceRequest$e(config) {
|
|
11504
11504
|
const headers = {};
|
|
11505
11505
|
return {
|
|
11506
|
-
baseUri: '/services/data/
|
|
11506
|
+
baseUri: '/services/data/v68.0',
|
|
11507
11507
|
basePath: '/connect/cms/spaces',
|
|
11508
11508
|
method: 'post',
|
|
11509
11509
|
body: config.body,
|
|
@@ -11633,7 +11633,7 @@ function ingestError$9(luvio, params, error, snapshotRefresh) {
|
|
|
11633
11633
|
function createResourceRequest$d(config) {
|
|
11634
11634
|
const headers = {};
|
|
11635
11635
|
return {
|
|
11636
|
-
baseUri: '/services/data/
|
|
11636
|
+
baseUri: '/services/data/v68.0',
|
|
11637
11637
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '',
|
|
11638
11638
|
method: 'get',
|
|
11639
11639
|
body: null,
|
|
@@ -11845,7 +11845,7 @@ function ingestSuccess$c(luvio, resourceParams, response) {
|
|
|
11845
11845
|
function createResourceRequest$c(config) {
|
|
11846
11846
|
const headers = {};
|
|
11847
11847
|
return {
|
|
11848
|
-
baseUri: '/services/data/
|
|
11848
|
+
baseUri: '/services/data/v68.0',
|
|
11849
11849
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '',
|
|
11850
11850
|
method: 'patch',
|
|
11851
11851
|
body: config.body,
|
|
@@ -12242,7 +12242,7 @@ function ingestError$8(luvio, params, error, snapshotRefresh) {
|
|
|
12242
12242
|
function createResourceRequest$b(config) {
|
|
12243
12243
|
const headers = {};
|
|
12244
12244
|
return {
|
|
12245
|
-
baseUri: '/services/data/
|
|
12245
|
+
baseUri: '/services/data/v68.0',
|
|
12246
12246
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/single-item-content/' + config.urlParams.contentTypeFQN + '',
|
|
12247
12247
|
method: 'get',
|
|
12248
12248
|
body: null,
|
|
@@ -12498,7 +12498,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
|
|
|
12498
12498
|
function createResourceRequest$a(config) {
|
|
12499
12499
|
const headers = {};
|
|
12500
12500
|
return {
|
|
12501
|
-
baseUri: '/services/data/
|
|
12501
|
+
baseUri: '/services/data/v68.0',
|
|
12502
12502
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/orchestrator-config',
|
|
12503
12503
|
method: 'get',
|
|
12504
12504
|
body: null,
|
|
@@ -12642,7 +12642,7 @@ function ingestSuccess$9(luvio, resourceParams, response) {
|
|
|
12642
12642
|
function createResourceRequest$9(config) {
|
|
12643
12643
|
const headers = {};
|
|
12644
12644
|
return {
|
|
12645
|
-
baseUri: '/services/data/
|
|
12645
|
+
baseUri: '/services/data/v68.0',
|
|
12646
12646
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/orchestrator-config',
|
|
12647
12647
|
method: 'put',
|
|
12648
12648
|
body: config.body,
|
|
@@ -12847,7 +12847,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
|
|
|
12847
12847
|
function createResourceRequest$8(config) {
|
|
12848
12848
|
const headers = {};
|
|
12849
12849
|
return {
|
|
12850
|
-
baseUri: '/services/data/
|
|
12850
|
+
baseUri: '/services/data/v68.0',
|
|
12851
12851
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/content-types',
|
|
12852
12852
|
method: 'get',
|
|
12853
12853
|
body: null,
|
|
@@ -13232,7 +13232,7 @@ function ingestSuccess$7(luvio, resourceParams, response) {
|
|
|
13232
13232
|
function createResourceRequest$7(config) {
|
|
13233
13233
|
const headers = {};
|
|
13234
13234
|
return {
|
|
13235
|
-
baseUri: '/services/data/
|
|
13235
|
+
baseUri: '/services/data/v68.0',
|
|
13236
13236
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/contents/export',
|
|
13237
13237
|
method: 'post',
|
|
13238
13238
|
body: config.body,
|
|
@@ -13352,7 +13352,7 @@ function ingestSuccess$6(luvio, resourceParams, response) {
|
|
|
13352
13352
|
function createResourceRequest$6(config) {
|
|
13353
13353
|
const headers = {};
|
|
13354
13354
|
return {
|
|
13355
|
-
baseUri: '/services/data/
|
|
13355
|
+
baseUri: '/services/data/v68.0',
|
|
13356
13356
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/contents/import',
|
|
13357
13357
|
method: 'post',
|
|
13358
13358
|
body: config.body,
|
|
@@ -13670,7 +13670,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
13670
13670
|
function createResourceRequest$5(config) {
|
|
13671
13671
|
const headers = {};
|
|
13672
13672
|
return {
|
|
13673
|
-
baseUri: '/services/data/
|
|
13673
|
+
baseUri: '/services/data/v68.0',
|
|
13674
13674
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/preview-endpoints',
|
|
13675
13675
|
method: 'get',
|
|
13676
13676
|
body: null,
|
|
@@ -14275,7 +14275,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
14275
14275
|
function createResourceRequest$4(config) {
|
|
14276
14276
|
const headers = {};
|
|
14277
14277
|
return {
|
|
14278
|
-
baseUri: '/services/data/
|
|
14278
|
+
baseUri: '/services/data/v68.0',
|
|
14279
14279
|
basePath: '/connect/cms/spaces/' + config.urlParams.fullyQualifiedName + '',
|
|
14280
14280
|
method: 'get',
|
|
14281
14281
|
body: null,
|
|
@@ -14582,7 +14582,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
14582
14582
|
function createResourceRequest$3(config) {
|
|
14583
14583
|
const headers = {};
|
|
14584
14584
|
return {
|
|
14585
|
-
baseUri: '/services/data/
|
|
14585
|
+
baseUri: '/services/data/v68.0',
|
|
14586
14586
|
basePath: '/connect/cms/extensions',
|
|
14587
14587
|
method: 'get',
|
|
14588
14588
|
body: null,
|
|
@@ -14725,7 +14725,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
14725
14725
|
function createResourceRequest$2(config) {
|
|
14726
14726
|
const headers = {};
|
|
14727
14727
|
return {
|
|
14728
|
-
baseUri: '/services/data/
|
|
14728
|
+
baseUri: '/services/data/v68.0',
|
|
14729
14729
|
basePath: '/connect/sites/' + config.urlParams.siteId + '/cms/contents/' + config.urlParams.contentKeyOrId + '',
|
|
14730
14730
|
method: 'get',
|
|
14731
14731
|
body: null,
|
|
@@ -14977,7 +14977,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
14977
14977
|
function createResourceRequest$1(config) {
|
|
14978
14978
|
const headers = {};
|
|
14979
14979
|
return {
|
|
14980
|
-
baseUri: '/services/data/
|
|
14980
|
+
baseUri: '/services/data/v68.0',
|
|
14981
14981
|
basePath: '/connect/uma/form/embedScript/' + config.urlParams.formContentKey + '/' + config.urlParams.domainName + '',
|
|
14982
14982
|
method: 'get',
|
|
14983
14983
|
body: null,
|
|
@@ -15181,7 +15181,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
15181
15181
|
function createResourceRequest(config) {
|
|
15182
15182
|
const headers = {};
|
|
15183
15183
|
return {
|
|
15184
|
-
baseUri: '/services/data/
|
|
15184
|
+
baseUri: '/services/data/v68.0',
|
|
15185
15185
|
basePath: '/connect/uma/formHandler/embedScript/' + config.urlParams.formContentKey + '',
|
|
15186
15186
|
method: 'get',
|
|
15187
15187
|
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.433.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.433.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
51
|
-
"@salesforce/lds-karma": "^1.
|
|
50
|
+
"@salesforce/lds-compiler-plugins": "^1.433.0",
|
|
51
|
+
"@salesforce/lds-karma": "^1.433.0"
|
|
52
52
|
},
|
|
53
53
|
"nx": {
|
|
54
54
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -493,7 +493,7 @@ function ingestSuccess$Q(luvio, resourceParams, response) {
|
|
|
493
493
|
function createResourceRequest$P(config) {
|
|
494
494
|
const headers = {};
|
|
495
495
|
return {
|
|
496
|
-
baseUri: '/services/data/
|
|
496
|
+
baseUri: '/services/data/v68.0',
|
|
497
497
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/clone',
|
|
498
498
|
method: 'post',
|
|
499
499
|
body: config.body,
|
|
@@ -1552,7 +1552,7 @@ function ingestSuccess$P(luvio, resourceParams, response) {
|
|
|
1552
1552
|
function createResourceRequest$O(config) {
|
|
1553
1553
|
const headers = {};
|
|
1554
1554
|
return {
|
|
1555
|
-
baseUri: '/services/data/
|
|
1555
|
+
baseUri: '/services/data/v68.0',
|
|
1556
1556
|
basePath: '/cms/deployments',
|
|
1557
1557
|
method: 'post',
|
|
1558
1558
|
body: config.body,
|
|
@@ -2021,7 +2021,7 @@ function ingestSuccess$O(luvio, resourceParams, response) {
|
|
|
2021
2021
|
function createResourceRequest$N(config) {
|
|
2022
2022
|
const headers = {};
|
|
2023
2023
|
return {
|
|
2024
|
-
baseUri: '/services/data/
|
|
2024
|
+
baseUri: '/services/data/v68.0',
|
|
2025
2025
|
basePath: '/connect/cms/contents',
|
|
2026
2026
|
method: 'post',
|
|
2027
2027
|
body: config.body,
|
|
@@ -2380,7 +2380,7 @@ function ingestSuccess$M(luvio, resourceParams, response) {
|
|
|
2380
2380
|
function createResourceRequest$M(config) {
|
|
2381
2381
|
const headers = {};
|
|
2382
2382
|
return {
|
|
2383
|
-
baseUri: '/services/data/
|
|
2383
|
+
baseUri: '/services/data/v68.0',
|
|
2384
2384
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/contents/export',
|
|
2385
2385
|
method: 'post',
|
|
2386
2386
|
body: config.body,
|
|
@@ -2500,7 +2500,7 @@ function ingestSuccess$L(luvio, resourceParams, response) {
|
|
|
2500
2500
|
function createResourceRequest$L(config) {
|
|
2501
2501
|
const headers = {};
|
|
2502
2502
|
return {
|
|
2503
|
-
baseUri: '/services/data/
|
|
2503
|
+
baseUri: '/services/data/v68.0',
|
|
2504
2504
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/contents/import',
|
|
2505
2505
|
method: 'post',
|
|
2506
2506
|
body: config.body,
|
|
@@ -2907,7 +2907,7 @@ function ingestSuccess$K(luvio, resourceParams, response) {
|
|
|
2907
2907
|
function createResourceRequest$K(config) {
|
|
2908
2908
|
const headers = {};
|
|
2909
2909
|
return {
|
|
2910
|
-
baseUri: '/services/data/
|
|
2910
|
+
baseUri: '/services/data/v68.0',
|
|
2911
2911
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/translate',
|
|
2912
2912
|
method: 'post',
|
|
2913
2913
|
body: config.body,
|
|
@@ -3051,7 +3051,7 @@ function ingestSuccess$I(luvio, resourceParams, response) {
|
|
|
3051
3051
|
function createResourceRequest$J(config) {
|
|
3052
3052
|
const headers = {};
|
|
3053
3053
|
return {
|
|
3054
|
-
baseUri: '/services/data/
|
|
3054
|
+
baseUri: '/services/data/v68.0',
|
|
3055
3055
|
basePath: '/connect/cms/contents/variants',
|
|
3056
3056
|
method: 'post',
|
|
3057
3057
|
body: config.body,
|
|
@@ -3145,7 +3145,7 @@ function ingestSuccess$H(luvio, resourceParams, response) {
|
|
|
3145
3145
|
function createResourceRequest$I(config) {
|
|
3146
3146
|
const headers = {};
|
|
3147
3147
|
return {
|
|
3148
|
-
baseUri: '/services/data/
|
|
3148
|
+
baseUri: '/services/data/v68.0',
|
|
3149
3149
|
basePath: '/connect/cms/schedules',
|
|
3150
3150
|
method: 'post',
|
|
3151
3151
|
body: config.body,
|
|
@@ -3521,7 +3521,7 @@ function ingestSuccess$G(luvio, resourceParams, response) {
|
|
|
3521
3521
|
function createResourceRequest$H(config) {
|
|
3522
3522
|
const headers = {};
|
|
3523
3523
|
return {
|
|
3524
|
-
baseUri: '/services/data/
|
|
3524
|
+
baseUri: '/services/data/v68.0',
|
|
3525
3525
|
basePath: '/connect/cms/content/spaces/' + config.urlParams.contentSpaceId + '/translation',
|
|
3526
3526
|
method: 'post',
|
|
3527
3527
|
body: config.body,
|
|
@@ -3611,7 +3611,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
3611
3611
|
function createResourceRequest$G(config) {
|
|
3612
3612
|
const headers = {};
|
|
3613
3613
|
return {
|
|
3614
|
-
baseUri: '/services/data/
|
|
3614
|
+
baseUri: '/services/data/v68.0',
|
|
3615
3615
|
basePath: '/connect/cms/contents/variants/' + config.urlParams.variantId + '',
|
|
3616
3616
|
method: 'delete',
|
|
3617
3617
|
body: null,
|
|
@@ -4276,7 +4276,7 @@ function ingestError$u(luvio, params, error, snapshotRefresh) {
|
|
|
4276
4276
|
function createResourceRequest$F(config) {
|
|
4277
4277
|
const headers = {};
|
|
4278
4278
|
return {
|
|
4279
|
-
baseUri: '/services/data/
|
|
4279
|
+
baseUri: '/services/data/v68.0',
|
|
4280
4280
|
basePath: '/cms/spaces/' + config.urlParams.contentSpaceId + '/jobs',
|
|
4281
4281
|
method: 'get',
|
|
4282
4282
|
body: null,
|
|
@@ -4419,7 +4419,7 @@ function ingestError$t(luvio, params, error, snapshotRefresh) {
|
|
|
4419
4419
|
function createResourceRequest$E(config) {
|
|
4420
4420
|
const headers = {};
|
|
4421
4421
|
return {
|
|
4422
|
-
baseUri: '/services/data/
|
|
4422
|
+
baseUri: '/services/data/v68.0',
|
|
4423
4423
|
basePath: '/cms/spaces/' + config.urlParams.contentSpaceId + '/jobs/' + config.urlParams.jobId + '',
|
|
4424
4424
|
method: 'get',
|
|
4425
4425
|
body: null,
|
|
@@ -4793,7 +4793,7 @@ function ingestError$s(luvio, params, error, snapshotRefresh) {
|
|
|
4793
4793
|
function createResourceRequest$D(config) {
|
|
4794
4794
|
const headers = {};
|
|
4795
4795
|
return {
|
|
4796
|
-
baseUri: '/services/data/
|
|
4796
|
+
baseUri: '/services/data/v68.0',
|
|
4797
4797
|
basePath: '/connect/cms/collections/' + config.urlParams.collectionKeyOrId + '',
|
|
4798
4798
|
method: 'get',
|
|
4799
4799
|
body: null,
|
|
@@ -5116,7 +5116,7 @@ function ingestError$r(luvio, params, error, snapshotRefresh) {
|
|
|
5116
5116
|
function createResourceRequest$C(config) {
|
|
5117
5117
|
const headers = {};
|
|
5118
5118
|
return {
|
|
5119
|
-
baseUri: '/services/data/
|
|
5119
|
+
baseUri: '/services/data/v68.0',
|
|
5120
5120
|
basePath: '/cms/deployments',
|
|
5121
5121
|
method: 'get',
|
|
5122
5122
|
body: null,
|
|
@@ -5335,7 +5335,7 @@ function ingestError$q(luvio, params, error, snapshotRefresh) {
|
|
|
5335
5335
|
function createResourceRequest$B(config) {
|
|
5336
5336
|
const headers = {};
|
|
5337
5337
|
return {
|
|
5338
|
-
baseUri: '/services/data/
|
|
5338
|
+
baseUri: '/services/data/v68.0',
|
|
5339
5339
|
basePath: '/connect/uma/form/embedScript/' + config.urlParams.formContentKey + '/' + config.urlParams.domainName + '',
|
|
5340
5340
|
method: 'get',
|
|
5341
5341
|
body: null,
|
|
@@ -5539,7 +5539,7 @@ function ingestError$p(luvio, params, error, snapshotRefresh) {
|
|
|
5539
5539
|
function createResourceRequest$A(config) {
|
|
5540
5540
|
const headers = {};
|
|
5541
5541
|
return {
|
|
5542
|
-
baseUri: '/services/data/
|
|
5542
|
+
baseUri: '/services/data/v68.0',
|
|
5543
5543
|
basePath: '/connect/uma/formHandler/embedScript/' + config.urlParams.formContentKey + '',
|
|
5544
5544
|
method: 'get',
|
|
5545
5545
|
body: null,
|
|
@@ -5766,7 +5766,7 @@ function ingestError$o(luvio, params, error, snapshotRefresh) {
|
|
|
5766
5766
|
function createResourceRequest$z(config) {
|
|
5767
5767
|
const headers = {};
|
|
5768
5768
|
return {
|
|
5769
|
-
baseUri: '/services/data/
|
|
5769
|
+
baseUri: '/services/data/v68.0',
|
|
5770
5770
|
basePath: '/connect/cms/folders/' + config.urlParams.folderId + '/share-targets',
|
|
5771
5771
|
method: 'get',
|
|
5772
5772
|
body: null,
|
|
@@ -6016,7 +6016,7 @@ function ingestError$n(luvio, params, error, snapshotRefresh) {
|
|
|
6016
6016
|
function createResourceRequest$y(config) {
|
|
6017
6017
|
const headers = {};
|
|
6018
6018
|
return {
|
|
6019
|
-
baseUri: '/services/data/
|
|
6019
|
+
baseUri: '/services/data/v68.0',
|
|
6020
6020
|
basePath: '/connect/cms/folders/' + config.urlParams.folderId + '/shares',
|
|
6021
6021
|
method: 'get',
|
|
6022
6022
|
body: null,
|
|
@@ -6200,7 +6200,7 @@ function ingestError$m(luvio, params, error, snapshotRefresh) {
|
|
|
6200
6200
|
function createResourceRequest$x(config) {
|
|
6201
6201
|
const headers = {};
|
|
6202
6202
|
return {
|
|
6203
|
-
baseUri: '/services/data/
|
|
6203
|
+
baseUri: '/services/data/v68.0',
|
|
6204
6204
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '',
|
|
6205
6205
|
method: 'get',
|
|
6206
6206
|
body: null,
|
|
@@ -6627,7 +6627,7 @@ function ingestError$l(luvio, params, error, snapshotRefresh) {
|
|
|
6627
6627
|
function createResourceRequest$w(config) {
|
|
6628
6628
|
const headers = {};
|
|
6629
6629
|
return {
|
|
6630
|
-
baseUri: '/services/data/
|
|
6630
|
+
baseUri: '/services/data/v68.0',
|
|
6631
6631
|
basePath: '/connect/cms/folders/' + config.urlParams.folderId + '/items',
|
|
6632
6632
|
method: 'get',
|
|
6633
6633
|
body: null,
|
|
@@ -6874,7 +6874,7 @@ function ingestError$k(luvio, params, error, snapshotRefresh) {
|
|
|
6874
6874
|
function createResourceRequest$v(config) {
|
|
6875
6875
|
const headers = {};
|
|
6876
6876
|
return {
|
|
6877
|
-
baseUri: '/services/data/
|
|
6877
|
+
baseUri: '/services/data/v68.0',
|
|
6878
6878
|
basePath: '/connect/cms/digital-asset-management-providers/' + config.urlParams.providerInstanceId + '/contents',
|
|
6879
6879
|
method: 'get',
|
|
6880
6880
|
body: null,
|
|
@@ -7187,7 +7187,7 @@ function ingestError$j(luvio, params, error, snapshotRefresh) {
|
|
|
7187
7187
|
function createResourceRequest$u(config) {
|
|
7188
7188
|
const headers = {};
|
|
7189
7189
|
return {
|
|
7190
|
-
baseUri: '/services/data/
|
|
7190
|
+
baseUri: '/services/data/v68.0',
|
|
7191
7191
|
basePath: '/connect/cms/extensions',
|
|
7192
7192
|
method: 'get',
|
|
7193
7193
|
body: null,
|
|
@@ -7330,7 +7330,7 @@ function ingestError$i(luvio, params, error, snapshotRefresh) {
|
|
|
7330
7330
|
function createResourceRequest$t(config) {
|
|
7331
7331
|
const headers = {};
|
|
7332
7332
|
return {
|
|
7333
|
-
baseUri: '/services/data/
|
|
7333
|
+
baseUri: '/services/data/v68.0',
|
|
7334
7334
|
basePath: '/connect/sites/' + config.urlParams.siteId + '/cms/contents/' + config.urlParams.contentKeyOrId + '',
|
|
7335
7335
|
method: 'get',
|
|
7336
7336
|
body: null,
|
|
@@ -7727,7 +7727,7 @@ function ingestError$h(luvio, params, error, snapshotRefresh) {
|
|
|
7727
7727
|
function createResourceRequest$s(config) {
|
|
7728
7728
|
const headers = {};
|
|
7729
7729
|
return {
|
|
7730
|
-
baseUri: '/services/data/
|
|
7730
|
+
baseUri: '/services/data/v68.0',
|
|
7731
7731
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/preview-endpoints',
|
|
7732
7732
|
method: 'get',
|
|
7733
7733
|
body: null,
|
|
@@ -8296,7 +8296,7 @@ function ingestError$g(luvio, params, error, snapshotRefresh) {
|
|
|
8296
8296
|
function createResourceRequest$r(config) {
|
|
8297
8297
|
const headers = {};
|
|
8298
8298
|
return {
|
|
8299
|
-
baseUri: '/services/data/
|
|
8299
|
+
baseUri: '/services/data/v68.0',
|
|
8300
8300
|
basePath: '/connect/cms/digital-asset-management-providers',
|
|
8301
8301
|
method: 'get',
|
|
8302
8302
|
body: null,
|
|
@@ -8646,7 +8646,7 @@ function ingestError$f(luvio, params, error, snapshotRefresh) {
|
|
|
8646
8646
|
function createResourceRequest$q(config) {
|
|
8647
8647
|
const headers = {};
|
|
8648
8648
|
return {
|
|
8649
|
-
baseUri: '/services/data/
|
|
8649
|
+
baseUri: '/services/data/v68.0',
|
|
8650
8650
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/referenced-by',
|
|
8651
8651
|
method: 'get',
|
|
8652
8652
|
body: null,
|
|
@@ -9074,7 +9074,7 @@ function ingestError$e(luvio, params, error, snapshotRefresh) {
|
|
|
9074
9074
|
function createResourceRequest$p(config) {
|
|
9075
9075
|
const headers = {};
|
|
9076
9076
|
return {
|
|
9077
|
-
baseUri: '/services/data/
|
|
9077
|
+
baseUri: '/services/data/v68.0',
|
|
9078
9078
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/single-item-content/' + config.urlParams.contentTypeFQN + '',
|
|
9079
9079
|
method: 'get',
|
|
9080
9080
|
body: null,
|
|
@@ -9586,7 +9586,7 @@ function ingestError$d(luvio, params, error, snapshotRefresh) {
|
|
|
9586
9586
|
function createResourceRequest$o(config) {
|
|
9587
9587
|
const headers = {};
|
|
9588
9588
|
return {
|
|
9589
|
-
baseUri: '/services/data/
|
|
9589
|
+
baseUri: '/services/data/v68.0',
|
|
9590
9590
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '',
|
|
9591
9591
|
method: 'get',
|
|
9592
9592
|
body: null,
|
|
@@ -10230,7 +10230,7 @@ function ingestError$c(luvio, params, error, snapshotRefresh) {
|
|
|
10230
10230
|
function createResourceRequest$n(config) {
|
|
10231
10231
|
const headers = {};
|
|
10232
10232
|
return {
|
|
10233
|
-
baseUri: '/services/data/
|
|
10233
|
+
baseUri: '/services/data/v68.0',
|
|
10234
10234
|
basePath: '/connect/cms/spaces/' + config.urlParams.fullyQualifiedName + '',
|
|
10235
10235
|
method: 'get',
|
|
10236
10236
|
body: null,
|
|
@@ -10553,7 +10553,7 @@ function ingestError$b(luvio, params, error, snapshotRefresh) {
|
|
|
10553
10553
|
function createResourceRequest$m(config) {
|
|
10554
10554
|
const headers = {};
|
|
10555
10555
|
return {
|
|
10556
|
-
baseUri: '/services/data/
|
|
10556
|
+
baseUri: '/services/data/v68.0',
|
|
10557
10557
|
basePath: '/connect/cms/folders/' + config.urlParams.folderId + '',
|
|
10558
10558
|
method: 'get',
|
|
10559
10559
|
body: null,
|
|
@@ -10876,7 +10876,7 @@ function ingestError$a(luvio, params, error, snapshotRefresh) {
|
|
|
10876
10876
|
function createResourceRequest$l(config) {
|
|
10877
10877
|
const headers = {};
|
|
10878
10878
|
return {
|
|
10879
|
-
baseUri: '/services/data/
|
|
10879
|
+
baseUri: '/services/data/v68.0',
|
|
10880
10880
|
basePath: '/cms/folders/' + config.urlParams.folderId + '/items',
|
|
10881
10881
|
method: 'get',
|
|
10882
10882
|
body: null,
|
|
@@ -11141,7 +11141,7 @@ function ingestError$9(luvio, params, error, snapshotRefresh) {
|
|
|
11141
11141
|
function createResourceRequest$k(config) {
|
|
11142
11142
|
const headers = {};
|
|
11143
11143
|
return {
|
|
11144
|
-
baseUri: '/services/data/
|
|
11144
|
+
baseUri: '/services/data/v68.0',
|
|
11145
11145
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/orchestrator-config',
|
|
11146
11146
|
method: 'get',
|
|
11147
11147
|
body: null,
|
|
@@ -11385,7 +11385,7 @@ function ingestError$8(luvio, params, error, snapshotRefresh) {
|
|
|
11385
11385
|
function createResourceRequest$j(config) {
|
|
11386
11386
|
const headers = {};
|
|
11387
11387
|
return {
|
|
11388
|
-
baseUri: '/services/data/
|
|
11388
|
+
baseUri: '/services/data/v68.0',
|
|
11389
11389
|
basePath: '/connect/cms/spaces',
|
|
11390
11390
|
method: 'get',
|
|
11391
11391
|
body: null,
|
|
@@ -11935,7 +11935,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
|
|
|
11935
11935
|
function createResourceRequest$i(config) {
|
|
11936
11936
|
const headers = {};
|
|
11937
11937
|
return {
|
|
11938
|
-
baseUri: '/services/data/
|
|
11938
|
+
baseUri: '/services/data/v68.0',
|
|
11939
11939
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/taxonomy-terms',
|
|
11940
11940
|
method: 'get',
|
|
11941
11941
|
body: null,
|
|
@@ -12167,7 +12167,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
|
|
|
12167
12167
|
function createResourceRequest$h(config) {
|
|
12168
12168
|
const headers = {};
|
|
12169
12169
|
return {
|
|
12170
|
-
baseUri: '/services/data/
|
|
12170
|
+
baseUri: '/services/data/v68.0',
|
|
12171
12171
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/content-types',
|
|
12172
12172
|
method: 'get',
|
|
12173
12173
|
body: null,
|
|
@@ -12308,7 +12308,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
12308
12308
|
function createResourceRequest$g(config) {
|
|
12309
12309
|
const headers = {};
|
|
12310
12310
|
return {
|
|
12311
|
-
baseUri: '/services/data/
|
|
12311
|
+
baseUri: '/services/data/v68.0',
|
|
12312
12312
|
basePath: '/connect/cms/contents/variants/' + config.urlParams.variantId + '',
|
|
12313
12313
|
method: 'get',
|
|
12314
12314
|
body: null,
|
|
@@ -12660,7 +12660,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
12660
12660
|
function createResourceRequest$f(config) {
|
|
12661
12661
|
const headers = {};
|
|
12662
12662
|
return {
|
|
12663
|
-
baseUri: '/services/data/
|
|
12663
|
+
baseUri: '/services/data/v68.0',
|
|
12664
12664
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/variants/references',
|
|
12665
12665
|
method: 'get',
|
|
12666
12666
|
body: null,
|
|
@@ -12892,7 +12892,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
12892
12892
|
function createResourceRequest$e(config) {
|
|
12893
12893
|
const headers = {};
|
|
12894
12894
|
return {
|
|
12895
|
-
baseUri: '/services/data/
|
|
12895
|
+
baseUri: '/services/data/v68.0',
|
|
12896
12896
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/renditions/' + config.urlParams.renditionType + '',
|
|
12897
12897
|
method: 'get',
|
|
12898
12898
|
body: null,
|
|
@@ -13185,7 +13185,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
13185
13185
|
function createResourceRequest$d(config) {
|
|
13186
13186
|
const headers = {};
|
|
13187
13187
|
return {
|
|
13188
|
-
baseUri: '/services/data/
|
|
13188
|
+
baseUri: '/services/data/v68.0',
|
|
13189
13189
|
basePath: '/connect/cms/contents/variants/' + config.urlParams.variantId + '/versions',
|
|
13190
13190
|
method: 'get',
|
|
13191
13191
|
body: null,
|
|
@@ -13506,7 +13506,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
13506
13506
|
function createResourceRequest$c(config) {
|
|
13507
13507
|
const headers = {};
|
|
13508
13508
|
return {
|
|
13509
|
-
baseUri: '/services/data/
|
|
13509
|
+
baseUri: '/services/data/v68.0',
|
|
13510
13510
|
basePath: '/connect/cms/items/search',
|
|
13511
13511
|
method: 'get',
|
|
13512
13512
|
body: null,
|
|
@@ -13943,7 +13943,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
13943
13943
|
function createResourceRequest$b(config) {
|
|
13944
13944
|
const headers = {};
|
|
13945
13945
|
return {
|
|
13946
|
-
baseUri: '/services/data/
|
|
13946
|
+
baseUri: '/services/data/v68.0',
|
|
13947
13947
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/web-urls',
|
|
13948
13948
|
method: 'get',
|
|
13949
13949
|
body: null,
|
|
@@ -14176,7 +14176,7 @@ function ingestSuccess$a(luvio, resourceParams, response) {
|
|
|
14176
14176
|
function createResourceRequest$a(config) {
|
|
14177
14177
|
const headers = {};
|
|
14178
14178
|
return {
|
|
14179
|
-
baseUri: '/services/data/
|
|
14179
|
+
baseUri: '/services/data/v68.0',
|
|
14180
14180
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '',
|
|
14181
14181
|
method: 'patch',
|
|
14182
14182
|
body: config.body,
|
|
@@ -14272,7 +14272,7 @@ function ingestSuccess$9(luvio, resourceParams, response) {
|
|
|
14272
14272
|
function createResourceRequest$9(config) {
|
|
14273
14273
|
const headers = {};
|
|
14274
14274
|
return {
|
|
14275
|
-
baseUri: '/services/data/
|
|
14275
|
+
baseUri: '/services/data/v68.0',
|
|
14276
14276
|
basePath: '/connect/cms/spaces',
|
|
14277
14277
|
method: 'post',
|
|
14278
14278
|
body: config.body,
|
|
@@ -14385,7 +14385,7 @@ function ingestSuccess$8(luvio, resourceParams, response) {
|
|
|
14385
14385
|
function createResourceRequest$8(config) {
|
|
14386
14386
|
const headers = {};
|
|
14387
14387
|
return {
|
|
14388
|
-
baseUri: '/services/data/
|
|
14388
|
+
baseUri: '/services/data/v68.0',
|
|
14389
14389
|
basePath: '/connect/cms/folders',
|
|
14390
14390
|
method: 'post',
|
|
14391
14391
|
body: config.body,
|
|
@@ -14592,7 +14592,7 @@ function ingestSuccess$7(luvio, resourceParams, response) {
|
|
|
14592
14592
|
function createResourceRequest$7(config) {
|
|
14593
14593
|
const headers = {};
|
|
14594
14594
|
return {
|
|
14595
|
-
baseUri: '/services/data/
|
|
14595
|
+
baseUri: '/services/data/v68.0',
|
|
14596
14596
|
basePath: '/connect/cms/contents/publish',
|
|
14597
14597
|
method: 'post',
|
|
14598
14598
|
body: config.body,
|
|
@@ -14707,7 +14707,7 @@ function ingestSuccess$6(luvio, resourceParams, response) {
|
|
|
14707
14707
|
function createResourceRequest$6(config) {
|
|
14708
14708
|
const headers = {};
|
|
14709
14709
|
return {
|
|
14710
|
-
baseUri: '/services/data/
|
|
14710
|
+
baseUri: '/services/data/v68.0',
|
|
14711
14711
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/orchestrator-config',
|
|
14712
14712
|
method: 'put',
|
|
14713
14713
|
body: config.body,
|
|
@@ -14840,7 +14840,7 @@ function ingestSuccess$5(luvio, resourceParams, response) {
|
|
|
14840
14840
|
function createResourceRequest$5(config) {
|
|
14841
14841
|
const headers = {};
|
|
14842
14842
|
return {
|
|
14843
|
-
baseUri: '/services/data/
|
|
14843
|
+
baseUri: '/services/data/v68.0',
|
|
14844
14844
|
basePath: '/connect/cms/contents/variants/' + config.urlParams.variantId + '',
|
|
14845
14845
|
method: 'put',
|
|
14846
14846
|
body: config.body,
|
|
@@ -15052,7 +15052,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
15052
15052
|
function createResourceRequest$4(config) {
|
|
15053
15053
|
const headers = {};
|
|
15054
15054
|
return {
|
|
15055
|
-
baseUri: '/services/data/
|
|
15055
|
+
baseUri: '/services/data/v68.0',
|
|
15056
15056
|
basePath: '/connect/cms/contents/unpublish',
|
|
15057
15057
|
method: 'post',
|
|
15058
15058
|
body: config.body,
|
|
@@ -15144,7 +15144,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
15144
15144
|
function createResourceRequest$3(config) {
|
|
15145
15145
|
const headers = {};
|
|
15146
15146
|
return {
|
|
15147
|
-
baseUri: '/services/data/
|
|
15147
|
+
baseUri: '/services/data/v68.0',
|
|
15148
15148
|
basePath: '/connect/cms/schedules/' + config.urlParams.deploymentId + '',
|
|
15149
15149
|
method: 'patch',
|
|
15150
15150
|
body: null,
|
|
@@ -15250,7 +15250,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
15250
15250
|
function createResourceRequest$2(config) {
|
|
15251
15251
|
const headers = {};
|
|
15252
15252
|
return {
|
|
15253
|
-
baseUri: '/services/data/
|
|
15253
|
+
baseUri: '/services/data/v68.0',
|
|
15254
15254
|
basePath: '/connect/cms/folders/' + config.urlParams.folderId + '/shares',
|
|
15255
15255
|
method: 'patch',
|
|
15256
15256
|
body: config.body,
|
|
@@ -15354,7 +15354,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
15354
15354
|
function createResourceRequest$1(config) {
|
|
15355
15355
|
const headers = {};
|
|
15356
15356
|
return {
|
|
15357
|
-
baseUri: '/services/data/
|
|
15357
|
+
baseUri: '/services/data/v68.0',
|
|
15358
15358
|
basePath: '/connect/cms/contents/' + config.urlParams.contentKeyOrId + '/taxonomy-terms',
|
|
15359
15359
|
method: 'patch',
|
|
15360
15360
|
body: config.body,
|
|
@@ -15461,7 +15461,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
15461
15461
|
function createResourceRequest(config) {
|
|
15462
15462
|
const headers = {};
|
|
15463
15463
|
return {
|
|
15464
|
-
baseUri: '/services/data/
|
|
15464
|
+
baseUri: '/services/data/v68.0',
|
|
15465
15465
|
basePath: '/connect/cms/contents/web-urls/' + config.urlParams.managedContentWebUrlId + '',
|
|
15466
15466
|
method: 'patch',
|
|
15467
15467
|
body: config.body,
|
|
@@ -15994,4 +15994,4 @@ withDefaultLuvio((luvio) => {
|
|
|
15994
15994
|
});
|
|
15995
15995
|
|
|
15996
15996
|
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, getFormHandlerEmbedScript, getFormHandlerEmbedScript_imperative, getMCSFolderShareTargets, getMCSFolderShareTargets_imperative, getMCSFolderShares, getMCSFolderSharesNotifyChange, getMCSFolderShares_imperative, getManagedContent, getManagedContentByFolderId, getManagedContentByFolderId_imperative, getManagedContentDocumentCollection, getManagedContentDocumentCollection_imperative, getManagedContentExtensions, getManagedContentExtensions_imperative, getManagedContentForSite, getManagedContentForSite_imperative, getManagedContentPreviews, getManagedContentPreviews_imperative, getManagedContentProvidersForSpace, getManagedContentProvidersForSpace_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 };
|
|
15997
|
-
// version: 1.
|
|
15997
|
+
// version: 1.433.0-db129b48d2
|