@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.
@@ -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/v59.0',
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/v59.0',
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/v59.0',
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/v59.0',
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-cms-orchestrator",
3
- "version": "1.231.0",
3
+ "version": "1.232.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",
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/v59.0',
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/v59.0',
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/v59.0',
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/v59.0',
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.231.0-2b4244fb5
1687
+ // version: 1.232.0-6cf0cd6c7
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/v59.0
9
+ baseUri: /services/data/v60.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0