@salesforce/lds-adapters-cms-orchestrator 1.231.0 → 1.232.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/es2018/cms-orchestrator.js +4 -4
- package/package.json +1 -1
- package/sfdc/index.js +5 -5
- package/src/raml/api.raml +1 -1
|
@@ -474,7 +474,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
474
474
|
function createResourceRequest$3(config) {
|
|
475
475
|
const headers = {};
|
|
476
476
|
return {
|
|
477
|
-
baseUri: '/services/data/
|
|
477
|
+
baseUri: '/services/data/v60.0',
|
|
478
478
|
basePath: '/connect/cms/contents/orchestration-definitions',
|
|
479
479
|
method: 'get',
|
|
480
480
|
body: null,
|
|
@@ -823,7 +823,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
823
823
|
function createResourceRequest$2(config) {
|
|
824
824
|
const headers = {};
|
|
825
825
|
return {
|
|
826
|
-
baseUri: '/services/data/
|
|
826
|
+
baseUri: '/services/data/v60.0',
|
|
827
827
|
basePath: '/connect/cms/contents/orchestration-instances',
|
|
828
828
|
method: 'get',
|
|
829
829
|
body: null,
|
|
@@ -965,7 +965,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
965
965
|
function createResourceRequest$1(config) {
|
|
966
966
|
const headers = {};
|
|
967
967
|
return {
|
|
968
|
-
baseUri: '/services/data/
|
|
968
|
+
baseUri: '/services/data/v60.0',
|
|
969
969
|
basePath: '/connect/cms/contents/orchestration-instances',
|
|
970
970
|
method: 'post',
|
|
971
971
|
body: config.body,
|
|
@@ -1533,7 +1533,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1533
1533
|
function createResourceRequest(config) {
|
|
1534
1534
|
const headers = {};
|
|
1535
1535
|
return {
|
|
1536
|
-
baseUri: '/services/data/
|
|
1536
|
+
baseUri: '/services/data/v60.0',
|
|
1537
1537
|
basePath: '/connect/cms/contents/orchestration-history-events',
|
|
1538
1538
|
method: 'get',
|
|
1539
1539
|
body: null,
|
package/package.json
CHANGED
package/sfdc/index.js
CHANGED
|
@@ -407,7 +407,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
407
407
|
function createResourceRequest$3(config) {
|
|
408
408
|
const headers = {};
|
|
409
409
|
return {
|
|
410
|
-
baseUri: '/services/data/
|
|
410
|
+
baseUri: '/services/data/v60.0',
|
|
411
411
|
basePath: '/connect/cms/contents/orchestration-instances',
|
|
412
412
|
method: 'post',
|
|
413
413
|
body: config.body,
|
|
@@ -710,7 +710,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
710
710
|
function createResourceRequest$2(config) {
|
|
711
711
|
const headers = {};
|
|
712
712
|
return {
|
|
713
|
-
baseUri: '/services/data/
|
|
713
|
+
baseUri: '/services/data/v60.0',
|
|
714
714
|
basePath: '/connect/cms/contents/orchestration-definitions',
|
|
715
715
|
method: 'get',
|
|
716
716
|
body: null,
|
|
@@ -946,7 +946,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
946
946
|
function createResourceRequest$1(config) {
|
|
947
947
|
const headers = {};
|
|
948
948
|
return {
|
|
949
|
-
baseUri: '/services/data/
|
|
949
|
+
baseUri: '/services/data/v60.0',
|
|
950
950
|
basePath: '/connect/cms/contents/orchestration-instances',
|
|
951
951
|
method: 'get',
|
|
952
952
|
body: null,
|
|
@@ -1543,7 +1543,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1543
1543
|
function createResourceRequest(config) {
|
|
1544
1544
|
const headers = {};
|
|
1545
1545
|
return {
|
|
1546
|
-
baseUri: '/services/data/
|
|
1546
|
+
baseUri: '/services/data/v60.0',
|
|
1547
1547
|
basePath: '/connect/cms/contents/orchestration-history-events',
|
|
1548
1548
|
method: 'get',
|
|
1549
1549
|
body: null,
|
|
@@ -1684,4 +1684,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1684
1684
|
});
|
|
1685
1685
|
|
|
1686
1686
|
export { createManagedContentOrchestrationInstance, getManagedContentOrchestrationDefinitions, getManagedContentOrchestrationDefinitions_imperative, getManagedContentOrchestrationInstances, getManagedContentOrchestrationInstances_imperative, getManagedContentRunningOrchestrationHistoryEvents, getManagedContentRunningOrchestrationHistoryEvents_imperative };
|
|
1687
|
-
// version: 1.
|
|
1687
|
+
// version: 1.232.0-6cf0cd6c7
|