@salesforce/lds-adapters-cms-orchestrator 1.134.4 → 1.134.6

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.
@@ -511,7 +511,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
511
511
  function createResourceRequest$3(config) {
512
512
  const headers = {};
513
513
  return {
514
- baseUri: '/services/data/v58.0',
514
+ baseUri: '/services/data/v59.0',
515
515
  basePath: '/connect/cms/contents/orchestration-definitions',
516
516
  method: 'get',
517
517
  body: null,
@@ -928,7 +928,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
928
928
  function createResourceRequest$2(config) {
929
929
  const headers = {};
930
930
  return {
931
- baseUri: '/services/data/v58.0',
931
+ baseUri: '/services/data/v59.0',
932
932
  basePath: '/connect/cms/contents/orchestration-instances',
933
933
  method: 'get',
934
934
  body: null,
@@ -1091,7 +1091,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
1091
1091
  function createResourceRequest$1(config) {
1092
1092
  const headers = {};
1093
1093
  return {
1094
- baseUri: '/services/data/v58.0',
1094
+ baseUri: '/services/data/v59.0',
1095
1095
  basePath: '/connect/cms/contents/orchestration-instances',
1096
1096
  method: 'post',
1097
1097
  body: config.body,
@@ -1683,7 +1683,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1683
1683
  function createResourceRequest(config) {
1684
1684
  const headers = {};
1685
1685
  return {
1686
- baseUri: '/services/data/v58.0',
1686
+ baseUri: '/services/data/v59.0',
1687
1687
  basePath: '/connect/cms/contents/orchestration-history-events',
1688
1688
  method: 'get',
1689
1689
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-cms-orchestrator",
3
- "version": "1.134.4",
3
+ "version": "1.134.6",
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
@@ -445,7 +445,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
445
445
  function createResourceRequest$3(config) {
446
446
  const headers = {};
447
447
  return {
448
- baseUri: '/services/data/v58.0',
448
+ baseUri: '/services/data/v59.0',
449
449
  basePath: '/connect/cms/contents/orchestration-instances',
450
450
  method: 'post',
451
451
  body: config.body,
@@ -772,7 +772,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
772
772
  function createResourceRequest$2(config) {
773
773
  const headers = {};
774
774
  return {
775
- baseUri: '/services/data/v58.0',
775
+ baseUri: '/services/data/v59.0',
776
776
  basePath: '/connect/cms/contents/orchestration-definitions',
777
777
  method: 'get',
778
778
  body: null,
@@ -1055,7 +1055,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
1055
1055
  function createResourceRequest$1(config) {
1056
1056
  const headers = {};
1057
1057
  return {
1058
- baseUri: '/services/data/v58.0',
1058
+ baseUri: '/services/data/v59.0',
1059
1059
  basePath: '/connect/cms/contents/orchestration-instances',
1060
1060
  method: 'get',
1061
1061
  body: null,
@@ -1693,7 +1693,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1693
1693
  function createResourceRequest(config) {
1694
1694
  const headers = {};
1695
1695
  return {
1696
- baseUri: '/services/data/v58.0',
1696
+ baseUri: '/services/data/v59.0',
1697
1697
  basePath: '/connect/cms/contents/orchestration-history-events',
1698
1698
  method: 'get',
1699
1699
  body: null,
@@ -1856,4 +1856,4 @@ withDefaultLuvio((luvio) => {
1856
1856
  });
1857
1857
 
1858
1858
  export { createManagedContentOrchestrationInstance, getManagedContentOrchestrationDefinitions, getManagedContentOrchestrationDefinitions_imperative, getManagedContentOrchestrationInstances, getManagedContentOrchestrationInstances_imperative, getManagedContentRunningOrchestrationHistoryEvents, getManagedContentRunningOrchestrationHistoryEvents_imperative };
1859
- // version: 1.134.4-a74ddaa33
1859
+ // version: 1.134.6-a88a77801
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/v58.0
9
+ baseUri: /services/data/v59.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0