@salesforce/lds-adapters-cms-orchestrator 1.289.0 → 1.290.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.
@@ -474,7 +474,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
474
474
  function createResourceRequest$5(config) {
475
475
  const headers = {};
476
476
  return {
477
- baseUri: '/services/data/v61.0',
477
+ baseUri: '/services/data/v62.0',
478
478
  basePath: '/connect/cms/contents/orchestration-definitions',
479
479
  method: 'get',
480
480
  body: null,
@@ -837,7 +837,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
837
837
  function createResourceRequest$4(config) {
838
838
  const headers = {};
839
839
  return {
840
- baseUri: '/services/data/v61.0',
840
+ baseUri: '/services/data/v62.0',
841
841
  basePath: '/connect/cms/contents/orchestration-instances',
842
842
  method: 'get',
843
843
  body: null,
@@ -979,7 +979,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
979
979
  function createResourceRequest$3(config) {
980
980
  const headers = {};
981
981
  return {
982
- baseUri: '/services/data/v61.0',
982
+ baseUri: '/services/data/v62.0',
983
983
  basePath: '/connect/cms/contents/orchestration-instances',
984
984
  method: 'post',
985
985
  body: config.body,
@@ -1090,7 +1090,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
1090
1090
  function createResourceRequest$2(config) {
1091
1091
  const headers = {};
1092
1092
  return {
1093
- baseUri: '/services/data/v61.0',
1093
+ baseUri: '/services/data/v62.0',
1094
1094
  basePath: '/connect/cms/contents/orchestration-instances/' + config.urlParams.mContentOrchInstanceId + '',
1095
1095
  method: 'get',
1096
1096
  body: null,
@@ -1207,7 +1207,7 @@ function evictSuccess(luvio, resourceParams) {
1207
1207
  function createResourceRequest$1(config) {
1208
1208
  const headers = {};
1209
1209
  return {
1210
- baseUri: '/services/data/v61.0',
1210
+ baseUri: '/services/data/v62.0',
1211
1211
  basePath: '/connect/cms/contents/orchestration-instances/' + config.urlParams.mContentOrchInstanceId + '',
1212
1212
  method: 'delete',
1213
1213
  body: null,
@@ -1771,7 +1771,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1771
1771
  function createResourceRequest(config) {
1772
1772
  const headers = {};
1773
1773
  return {
1774
- baseUri: '/services/data/v61.0',
1774
+ baseUri: '/services/data/v62.0',
1775
1775
  basePath: '/connect/cms/contents/orchestration-history-events',
1776
1776
  method: 'get',
1777
1777
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-cms-orchestrator",
3
- "version": "1.289.0",
3
+ "version": "1.290.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Integration between CMS and Flow Orchestrator.",
6
6
  "main": "dist/es/es2018/cms-orchestrator.js",
@@ -59,11 +59,11 @@
59
59
  }
60
60
  },
61
61
  "dependencies": {
62
- "@salesforce/lds-bindings": "^1.289.0"
62
+ "@salesforce/lds-bindings": "^1.290.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@salesforce/lds-compiler-plugins": "^1.289.0",
66
- "@salesforce/lds-karma": "^1.289.0"
65
+ "@salesforce/lds-compiler-plugins": "^1.290.0",
66
+ "@salesforce/lds-karma": "^1.290.0"
67
67
  },
68
68
  "volta": {
69
69
  "extends": "../../package.json"
package/sfdc/index.js CHANGED
@@ -421,7 +421,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
421
421
  function createResourceRequest$5(config) {
422
422
  const headers = {};
423
423
  return {
424
- baseUri: '/services/data/v61.0',
424
+ baseUri: '/services/data/v62.0',
425
425
  basePath: '/connect/cms/contents/orchestration-instances',
426
426
  method: 'post',
427
427
  body: config.body,
@@ -509,7 +509,7 @@ function evictSuccess(luvio, resourceParams) {
509
509
  function createResourceRequest$4(config) {
510
510
  const headers = {};
511
511
  return {
512
- baseUri: '/services/data/v61.0',
512
+ baseUri: '/services/data/v62.0',
513
513
  basePath: '/connect/cms/contents/orchestration-instances/' + config.urlParams.mContentOrchInstanceId + '',
514
514
  method: 'delete',
515
515
  body: null,
@@ -808,7 +808,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
808
808
  function createResourceRequest$3(config) {
809
809
  const headers = {};
810
810
  return {
811
- baseUri: '/services/data/v61.0',
811
+ baseUri: '/services/data/v62.0',
812
812
  basePath: '/connect/cms/contents/orchestration-definitions',
813
813
  method: 'get',
814
814
  body: null,
@@ -950,7 +950,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
950
950
  function createResourceRequest$2(config) {
951
951
  const headers = {};
952
952
  return {
953
- baseUri: '/services/data/v61.0',
953
+ baseUri: '/services/data/v62.0',
954
954
  basePath: '/connect/cms/contents/orchestration-instances/' + config.urlParams.mContentOrchInstanceId + '',
955
955
  method: 'get',
956
956
  body: null,
@@ -1225,7 +1225,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
1225
1225
  function createResourceRequest$1(config) {
1226
1226
  const headers = {};
1227
1227
  return {
1228
- baseUri: '/services/data/v61.0',
1228
+ baseUri: '/services/data/v62.0',
1229
1229
  basePath: '/connect/cms/contents/orchestration-instances',
1230
1230
  method: 'get',
1231
1231
  body: null,
@@ -1822,7 +1822,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1822
1822
  function createResourceRequest(config) {
1823
1823
  const headers = {};
1824
1824
  return {
1825
- baseUri: '/services/data/v61.0',
1825
+ baseUri: '/services/data/v62.0',
1826
1826
  basePath: '/connect/cms/contents/orchestration-history-events',
1827
1827
  method: 'get',
1828
1828
  body: null,
@@ -1995,4 +1995,4 @@ withDefaultLuvio((luvio) => {
1995
1995
  });
1996
1996
 
1997
1997
  export { createManagedContentOrchestrationInstance, deleteManagedContentCancelOrchestrationInstance, getManagedContentOrchestrationDefinitions, getManagedContentOrchestrationDefinitions_imperative, getManagedContentOrchestrationInstance, getManagedContentOrchestrationInstanceNotifyChange, getManagedContentOrchestrationInstance_imperative, getManagedContentOrchestrationInstances, getManagedContentOrchestrationInstances_imperative, getManagedContentRunningOrchestrationHistoryEvents, getManagedContentRunningOrchestrationHistoryEvents_imperative };
1998
- // version: 1.289.0-72256e363
1998
+ // version: 1.290.0-e2ccd0161
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '56.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v61.0
9
+ baseUri: /services/data/v62.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0