@salesforce/lds-adapters-industries-integration-orchestrator 1.431.0 → 1.433.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.
|
@@ -209,7 +209,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
209
209
|
function createResourceRequest$1(config) {
|
|
210
210
|
const headers = {};
|
|
211
211
|
return {
|
|
212
|
-
baseUri: '/services/data/
|
|
212
|
+
baseUri: '/services/data/v68.0',
|
|
213
213
|
basePath: '/connect/fulfillmentContexts/' + config.urlParams.recordId + '',
|
|
214
214
|
method: 'get',
|
|
215
215
|
body: null,
|
|
@@ -513,7 +513,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
513
513
|
function createResourceRequest(config) {
|
|
514
514
|
const headers = {};
|
|
515
515
|
return {
|
|
516
|
-
baseUri: '/services/data/
|
|
516
|
+
baseUri: '/services/data/v68.0',
|
|
517
517
|
basePath: '/connect/fulfillmentSteps/' + config.urlParams.recordId + '',
|
|
518
518
|
method: 'get',
|
|
519
519
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-integration-orchestrator",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.433.0",
|
|
4
4
|
"description": "For interacting with integration-orchestrator framework",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/industries-integration-orchestrator.js",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"test:unit": "jest"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@salesforce/lds-bindings": "^1.
|
|
43
|
+
"@salesforce/lds-bindings": "^1.433.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.433.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -219,7 +219,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
219
219
|
function createResourceRequest$1(config) {
|
|
220
220
|
const headers = {};
|
|
221
221
|
return {
|
|
222
|
-
baseUri: '/services/data/
|
|
222
|
+
baseUri: '/services/data/v68.0',
|
|
223
223
|
basePath: '/connect/fulfillmentContexts/' + config.urlParams.recordId + '',
|
|
224
224
|
method: 'get',
|
|
225
225
|
body: null,
|
|
@@ -523,7 +523,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
523
523
|
function createResourceRequest(config) {
|
|
524
524
|
const headers = {};
|
|
525
525
|
return {
|
|
526
|
-
baseUri: '/services/data/
|
|
526
|
+
baseUri: '/services/data/v68.0',
|
|
527
527
|
basePath: '/connect/fulfillmentSteps/' + config.urlParams.recordId + '',
|
|
528
528
|
method: 'get',
|
|
529
529
|
body: null,
|
|
@@ -662,4 +662,4 @@ withDefaultLuvio((luvio) => {
|
|
|
662
662
|
});
|
|
663
663
|
|
|
664
664
|
export { fulfillmentContexts, fulfillmentContexts_imperative, fulfillmentSteps, fulfillmentSteps_imperative };
|
|
665
|
-
// version: 1.
|
|
665
|
+
// version: 1.433.0-db129b48d2
|