@salesforce/lds-adapters-platform-interaction-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.
@@ -961,7 +961,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
961
961
  function createResourceRequest(config) {
962
962
  const headers = {};
963
963
  return {
964
- baseUri: '/services/data/v58.0',
964
+ baseUri: '/services/data/v59.0',
965
965
  basePath: '/connect/interaction/orchestration/instances',
966
966
  method: 'get',
967
967
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-platform-interaction-orchestrator",
3
- "version": "1.134.4",
3
+ "version": "1.134.6",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Interaction Orchestrator APIs",
6
6
  "main": "dist/es/es2018/platform-interaction-orchestrator.js",
package/sfdc/index.js CHANGED
@@ -971,7 +971,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
971
971
  function createResourceRequest(config) {
972
972
  const headers = {};
973
973
  return {
974
- baseUri: '/services/data/v58.0',
974
+ baseUri: '/services/data/v59.0',
975
975
  basePath: '/connect/interaction/orchestration/instances',
976
976
  method: 'get',
977
977
  body: null,
@@ -1122,4 +1122,4 @@ withDefaultLuvio((luvio) => {
1122
1122
  });
1123
1123
 
1124
1124
  export { getOrchestrationInstanceCollection, getOrchestrationInstanceCollection_imperative };
1125
- // version: 1.134.4-a74ddaa33
1125
+ // version: 1.134.6-a88a77801
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/v58.0
9
+ baseUri: /services/data/v59.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0