@salesforce/lds-adapters-platform-interaction-orchestrator 1.134.4 → 1.134.5
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/
|
|
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.
|
|
3
|
+
"version": "1.134.5",
|
|
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/
|
|
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.
|
|
1125
|
+
// version: 1.134.5-a25b51598
|