@salesforce/lds-adapters-platform-interaction-orchestrator 1.288.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.
@@ -991,7 +991,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
991
991
  function createResourceRequest(config) {
992
992
  const headers = {};
993
993
  return {
994
- baseUri: '/services/data/v61.0',
994
+ baseUri: '/services/data/v62.0',
995
995
  basePath: '/connect/interaction/orchestration/instances',
996
996
  method: 'get',
997
997
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-platform-interaction-orchestrator",
3
- "version": "1.288.0",
3
+ "version": "1.290.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.288.0"
45
+ "@salesforce/lds-bindings": "^1.290.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@salesforce/lds-compiler-plugins": "^1.288.0",
49
- "@salesforce/lds-karma": "^1.288.0"
48
+ "@salesforce/lds-compiler-plugins": "^1.290.0",
49
+ "@salesforce/lds-karma": "^1.290.0"
50
50
  },
51
51
  "nx": {
52
52
  "targets": {
package/sfdc/index.js CHANGED
@@ -1001,7 +1001,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1001
1001
  function createResourceRequest(config) {
1002
1002
  const headers = {};
1003
1003
  return {
1004
- baseUri: '/services/data/v61.0',
1004
+ baseUri: '/services/data/v62.0',
1005
1005
  basePath: '/connect/interaction/orchestration/instances',
1006
1006
  method: 'get',
1007
1007
  body: null,
@@ -1131,4 +1131,4 @@ withDefaultLuvio((luvio) => {
1131
1131
  });
1132
1132
 
1133
1133
  export { getOrchestrationInstanceCollection, getOrchestrationInstanceCollection_imperative };
1134
- // version: 1.288.0-a5619da7d
1134
+ // version: 1.290.0-e2ccd0161
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/v61.0
9
+ baseUri: /services/data/v62.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0