@salesforce/lds-adapters-industries-field-service 1.412.0 → 1.413.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.
|
@@ -369,7 +369,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
369
369
|
function createResourceRequest$4(config) {
|
|
370
370
|
const headers = {};
|
|
371
371
|
return {
|
|
372
|
-
baseUri: '/services/data/
|
|
372
|
+
baseUri: '/services/data/v67.0',
|
|
373
373
|
basePath: '/connect/industries-field-service/appointment-scheduling/slots/' + config.urlParams.serviceAppointmentId + '/' + config.urlParams.schedulingPolicyId + '',
|
|
374
374
|
method: 'get',
|
|
375
375
|
body: null,
|
|
@@ -493,7 +493,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
493
493
|
function createResourceRequest$3(config) {
|
|
494
494
|
const headers = {};
|
|
495
495
|
return {
|
|
496
|
-
baseUri: '/services/data/
|
|
496
|
+
baseUri: '/services/data/v67.0',
|
|
497
497
|
basePath: '/connect/industries-field-service/appointment-scheduling/slots/' + config.urlParams.serviceAppointmentId + '/' + config.urlParams.schedulingPolicyId + '',
|
|
498
498
|
method: 'put',
|
|
499
499
|
body: null,
|
|
@@ -725,7 +725,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
725
725
|
function createResourceRequest$2(config) {
|
|
726
726
|
const headers = {};
|
|
727
727
|
return {
|
|
728
|
-
baseUri: '/services/data/
|
|
728
|
+
baseUri: '/services/data/v67.0',
|
|
729
729
|
basePath: '/connect/industries-field-service/product-service-campaign/items-from-list',
|
|
730
730
|
method: 'post',
|
|
731
731
|
body: config.body,
|
|
@@ -936,7 +936,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
936
936
|
function createResourceRequest$1(config) {
|
|
937
937
|
const headers = {};
|
|
938
938
|
return {
|
|
939
|
-
baseUri: '/services/data/
|
|
939
|
+
baseUri: '/services/data/v67.0',
|
|
940
940
|
basePath: '/connect/industries-field-service/product-service-campaign/work-order',
|
|
941
941
|
method: 'post',
|
|
942
942
|
body: config.body,
|
|
@@ -1199,7 +1199,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
1199
1199
|
function createResourceRequest(config) {
|
|
1200
1200
|
const headers = {};
|
|
1201
1201
|
return {
|
|
1202
|
-
baseUri: '/services/data/
|
|
1202
|
+
baseUri: '/services/data/v67.0',
|
|
1203
1203
|
basePath: '/connect/industries-field-service/work-order-estimation/price-item',
|
|
1204
1204
|
method: 'put',
|
|
1205
1205
|
body: config.body,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-field-service",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.413.0",
|
|
4
4
|
"description": "Set of APIs for Industries field service",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/industries-field-service.js",
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
"test:unit": "jest"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@salesforce/lds-bindings": "^1.
|
|
44
|
+
"@salesforce/lds-bindings": "^1.413.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
47
|
+
"@salesforce/lds-compiler-plugins": "^1.413.0"
|
|
48
48
|
},
|
|
49
49
|
"nx": {
|
|
50
50
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -362,7 +362,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
362
362
|
function createResourceRequest$4(config) {
|
|
363
363
|
const headers = {};
|
|
364
364
|
return {
|
|
365
|
-
baseUri: '/services/data/
|
|
365
|
+
baseUri: '/services/data/v67.0',
|
|
366
366
|
basePath: '/connect/industries-field-service/appointment-scheduling/slots/' + config.urlParams.serviceAppointmentId + '/' + config.urlParams.schedulingPolicyId + '',
|
|
367
367
|
method: 'put',
|
|
368
368
|
body: null,
|
|
@@ -594,7 +594,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
594
594
|
function createResourceRequest$3(config) {
|
|
595
595
|
const headers = {};
|
|
596
596
|
return {
|
|
597
|
-
baseUri: '/services/data/
|
|
597
|
+
baseUri: '/services/data/v67.0',
|
|
598
598
|
basePath: '/connect/industries-field-service/product-service-campaign/items-from-list',
|
|
599
599
|
method: 'post',
|
|
600
600
|
body: config.body,
|
|
@@ -805,7 +805,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
805
805
|
function createResourceRequest$2(config) {
|
|
806
806
|
const headers = {};
|
|
807
807
|
return {
|
|
808
|
-
baseUri: '/services/data/
|
|
808
|
+
baseUri: '/services/data/v67.0',
|
|
809
809
|
basePath: '/connect/industries-field-service/product-service-campaign/work-order',
|
|
810
810
|
method: 'post',
|
|
811
811
|
body: config.body,
|
|
@@ -927,7 +927,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
927
927
|
function createResourceRequest$1(config) {
|
|
928
928
|
const headers = {};
|
|
929
929
|
return {
|
|
930
|
-
baseUri: '/services/data/
|
|
930
|
+
baseUri: '/services/data/v67.0',
|
|
931
931
|
basePath: '/connect/industries-field-service/appointment-scheduling/slots/' + config.urlParams.serviceAppointmentId + '/' + config.urlParams.schedulingPolicyId + '',
|
|
932
932
|
method: 'get',
|
|
933
933
|
body: null,
|
|
@@ -1250,7 +1250,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
1250
1250
|
function createResourceRequest(config) {
|
|
1251
1251
|
const headers = {};
|
|
1252
1252
|
return {
|
|
1253
|
-
baseUri: '/services/data/
|
|
1253
|
+
baseUri: '/services/data/v67.0',
|
|
1254
1254
|
basePath: '/connect/industries-field-service/work-order-estimation/price-item',
|
|
1255
1255
|
method: 'put',
|
|
1256
1256
|
body: config.body,
|
|
@@ -1384,4 +1384,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1384
1384
|
});
|
|
1385
1385
|
|
|
1386
1386
|
export { bookAppointmentSlot, createProductServiceCampaign, createWorkOrders, getAppointmentSlots, getAppointmentSlotsNotifyChange, getAppointmentSlots_imperative, notifyAppointmentSchedulingUpdateAvailable, priceItemWithCoverage };
|
|
1387
|
-
// version: 1.
|
|
1387
|
+
// version: 1.413.0-8cd312301b
|