@salesforce/lds-adapters-platform-interaction-orchestrator 1.383.0 → 1.385.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.
@@ -1217,7 +1217,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
1217
1217
  function createResourceRequest$1(config) {
1218
1218
  const headers = {};
1219
1219
  return {
1220
- baseUri: '/services/data/v65.0',
1220
+ baseUri: '/services/data/v66.0',
1221
1221
  basePath: '/connect/interaction/orchestration/instance/detail',
1222
1222
  method: 'get',
1223
1223
  body: null,
@@ -1441,7 +1441,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1441
1441
  function createResourceRequest(config) {
1442
1442
  const headers = {};
1443
1443
  return {
1444
- baseUri: '/services/data/v65.0',
1444
+ baseUri: '/services/data/v66.0',
1445
1445
  basePath: '/connect/interaction/orchestration/instances',
1446
1446
  method: 'get',
1447
1447
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-platform-interaction-orchestrator",
3
- "version": "1.383.0",
3
+ "version": "1.385.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",
@@ -40,11 +40,11 @@
40
40
  "release:core": "../../scripts/release/core.js --adapter=lds-adapters-platform-interaction-orchestrator"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.383.0"
43
+ "@salesforce/lds-bindings": "^1.385.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.383.0",
47
- "@salesforce/lds-karma": "^1.383.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.385.0",
47
+ "@salesforce/lds-karma": "^1.385.0"
48
48
  },
49
49
  "nx": {
50
50
  "targets": {
package/sfdc/index.js CHANGED
@@ -1227,7 +1227,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
1227
1227
  function createResourceRequest$1(config) {
1228
1228
  const headers = {};
1229
1229
  return {
1230
- baseUri: '/services/data/v65.0',
1230
+ baseUri: '/services/data/v66.0',
1231
1231
  basePath: '/connect/interaction/orchestration/instance/detail',
1232
1232
  method: 'get',
1233
1233
  body: null,
@@ -1451,7 +1451,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1451
1451
  function createResourceRequest(config) {
1452
1452
  const headers = {};
1453
1453
  return {
1454
- baseUri: '/services/data/v65.0',
1454
+ baseUri: '/services/data/v66.0',
1455
1455
  basePath: '/connect/interaction/orchestration/instances',
1456
1456
  method: 'get',
1457
1457
  body: null,
@@ -1595,4 +1595,4 @@ withDefaultLuvio((luvio) => {
1595
1595
  });
1596
1596
 
1597
1597
  export { getOrchestrationInstance, getOrchestrationInstanceCollection, getOrchestrationInstanceCollection_imperative, getOrchestrationInstance_imperative };
1598
- // version: 1.383.0-d85dce8db1
1598
+ // version: 1.385.0-c6070cc476
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/v65.0
9
+ baseUri: /services/data/v66.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0