@salesforce/lds-adapters-platform-interaction-orchestrator 1.268.0 → 1.269.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.
@@ -963,7 +963,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
963
963
  function createResourceRequest(config) {
964
964
  const headers = {};
965
965
  return {
966
- baseUri: '/services/data/v60.0',
966
+ baseUri: '/services/data/v61.0',
967
967
  basePath: '/connect/interaction/orchestration/instances',
968
968
  method: 'get',
969
969
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-platform-interaction-orchestrator",
3
- "version": "1.268.0",
3
+ "version": "1.269.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Interaction Orchestrator APIs",
6
6
  "main": "dist/es/es2018/platform-interaction-orchestrator.js",
@@ -42,11 +42,11 @@
42
42
  "release:core": "../../scripts/release/core.js --adapter=lds-adapters-platform-interaction-orchestrator"
43
43
  },
44
44
  "dependencies": {
45
- "@salesforce/lds-bindings": "^1.268.0"
45
+ "@salesforce/lds-bindings": "^1.269.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@salesforce/lds-compiler-plugins": "^1.268.0",
49
- "@salesforce/lds-karma": "^1.268.0"
48
+ "@salesforce/lds-compiler-plugins": "^1.269.0",
49
+ "@salesforce/lds-karma": "^1.269.0"
50
50
  },
51
51
  "nx": {
52
52
  "targets": {
package/sfdc/index.js CHANGED
@@ -973,7 +973,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
973
973
  function createResourceRequest(config) {
974
974
  const headers = {};
975
975
  return {
976
- baseUri: '/services/data/v60.0',
976
+ baseUri: '/services/data/v61.0',
977
977
  basePath: '/connect/interaction/orchestration/instances',
978
978
  method: 'get',
979
979
  body: null,
@@ -1103,4 +1103,4 @@ withDefaultLuvio((luvio) => {
1103
1103
  });
1104
1104
 
1105
1105
  export { getOrchestrationInstanceCollection, getOrchestrationInstanceCollection_imperative };
1106
- // version: 1.268.0-59af8a121
1106
+ // version: 1.269.0-37c0722c7
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '52.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v60.0
9
+ baseUri: /services/data/v61.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0