@salesforce/lds-adapters-industries-scheduler 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.
- package/dist/es/es2018/industries-scheduler.js +9 -9
- package/package.json +1 -1
- package/sfdc/index.js +10 -10
- package/src/raml/api.raml +1 -1
|
@@ -461,7 +461,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
461
461
|
function createResourceRequest$8(config) {
|
|
462
462
|
const headers = {};
|
|
463
463
|
return {
|
|
464
|
-
baseUri: '/services/data/
|
|
464
|
+
baseUri: '/services/data/v59.0',
|
|
465
465
|
basePath: '/connect/scheduling/engagement-channel-types',
|
|
466
466
|
method: 'get',
|
|
467
467
|
body: null,
|
|
@@ -1015,7 +1015,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
1015
1015
|
function createResourceRequest$7(config) {
|
|
1016
1016
|
const headers = {};
|
|
1017
1017
|
return {
|
|
1018
|
-
baseUri: '/services/data/
|
|
1018
|
+
baseUri: '/services/data/v59.0',
|
|
1019
1019
|
basePath: '/connect/scheduling/next-waitlist-participant',
|
|
1020
1020
|
method: 'get',
|
|
1021
1021
|
body: null,
|
|
@@ -1380,7 +1380,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
1380
1380
|
function createResourceRequest$6(config) {
|
|
1381
1381
|
const headers = {};
|
|
1382
1382
|
return {
|
|
1383
|
-
baseUri: '/services/data/
|
|
1383
|
+
baseUri: '/services/data/v59.0',
|
|
1384
1384
|
basePath: '/connect/scheduling/participant-recent-interactions',
|
|
1385
1385
|
method: 'get',
|
|
1386
1386
|
body: null,
|
|
@@ -1833,7 +1833,7 @@ function ingestSuccess$5(luvio, resourceParams, response) {
|
|
|
1833
1833
|
function createResourceRequest$5(config) {
|
|
1834
1834
|
const headers = {};
|
|
1835
1835
|
return {
|
|
1836
|
-
baseUri: '/services/data/
|
|
1836
|
+
baseUri: '/services/data/v59.0',
|
|
1837
1837
|
basePath: '/connect/scheduling/service-appointments',
|
|
1838
1838
|
method: 'patch',
|
|
1839
1839
|
body: config.body,
|
|
@@ -1982,7 +1982,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
1982
1982
|
function createResourceRequest$4(config) {
|
|
1983
1983
|
const headers = {};
|
|
1984
1984
|
return {
|
|
1985
|
-
baseUri: '/services/data/
|
|
1985
|
+
baseUri: '/services/data/v59.0',
|
|
1986
1986
|
basePath: '/connect/scheduling/service-appointments',
|
|
1987
1987
|
method: 'post',
|
|
1988
1988
|
body: config.body,
|
|
@@ -2344,7 +2344,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
2344
2344
|
function createResourceRequest$3(config) {
|
|
2345
2345
|
const headers = {};
|
|
2346
2346
|
return {
|
|
2347
|
-
baseUri: '/services/data/
|
|
2347
|
+
baseUri: '/services/data/v59.0',
|
|
2348
2348
|
basePath: '/connect/scheduling/waitlist-appointments',
|
|
2349
2349
|
method: 'post',
|
|
2350
2350
|
body: config.body,
|
|
@@ -2745,7 +2745,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
2745
2745
|
function createResourceRequest$2(config) {
|
|
2746
2746
|
const headers = {};
|
|
2747
2747
|
return {
|
|
2748
|
-
baseUri: '/services/data/
|
|
2748
|
+
baseUri: '/services/data/v59.0',
|
|
2749
2749
|
basePath: '/connect/scheduling/waitlist-checkin',
|
|
2750
2750
|
method: 'post',
|
|
2751
2751
|
body: config.body,
|
|
@@ -3829,7 +3829,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
3829
3829
|
function createResourceRequest$1(config) {
|
|
3830
3830
|
const headers = {};
|
|
3831
3831
|
return {
|
|
3832
|
-
baseUri: '/services/data/
|
|
3832
|
+
baseUri: '/services/data/v59.0',
|
|
3833
3833
|
basePath: '/connect/scheduling/waitlist-relationships',
|
|
3834
3834
|
method: 'get',
|
|
3835
3835
|
body: null,
|
|
@@ -4144,7 +4144,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
4144
4144
|
function createResourceRequest(config) {
|
|
4145
4145
|
const headers = {};
|
|
4146
4146
|
return {
|
|
4147
|
-
baseUri: '/services/data/
|
|
4147
|
+
baseUri: '/services/data/v59.0',
|
|
4148
4148
|
basePath: '/connect/scheduling/waitlists',
|
|
4149
4149
|
method: 'get',
|
|
4150
4150
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-scheduler",
|
|
3
|
-
"version": "1.134.
|
|
3
|
+
"version": "1.134.6",
|
|
4
4
|
"description": "Wire adapters for Lightning Scheduler resources",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/industries-scheduler.js",
|
package/sfdc/index.js
CHANGED
|
@@ -422,7 +422,7 @@ function ingestSuccess$8(luvio, resourceParams, response) {
|
|
|
422
422
|
function createResourceRequest$8(config) {
|
|
423
423
|
const headers = {};
|
|
424
424
|
return {
|
|
425
|
-
baseUri: '/services/data/
|
|
425
|
+
baseUri: '/services/data/v59.0',
|
|
426
426
|
basePath: '/connect/scheduling/service-appointments',
|
|
427
427
|
method: 'post',
|
|
428
428
|
body: config.body,
|
|
@@ -784,7 +784,7 @@ function ingestSuccess$7(luvio, resourceParams, response) {
|
|
|
784
784
|
function createResourceRequest$7(config) {
|
|
785
785
|
const headers = {};
|
|
786
786
|
return {
|
|
787
|
-
baseUri: '/services/data/
|
|
787
|
+
baseUri: '/services/data/v59.0',
|
|
788
788
|
basePath: '/connect/scheduling/waitlist-appointments',
|
|
789
789
|
method: 'post',
|
|
790
790
|
body: config.body,
|
|
@@ -1185,7 +1185,7 @@ function ingestSuccess$6(luvio, resourceParams, response) {
|
|
|
1185
1185
|
function createResourceRequest$6(config) {
|
|
1186
1186
|
const headers = {};
|
|
1187
1187
|
return {
|
|
1188
|
-
baseUri: '/services/data/
|
|
1188
|
+
baseUri: '/services/data/v59.0',
|
|
1189
1189
|
basePath: '/connect/scheduling/waitlist-checkin',
|
|
1190
1190
|
method: 'post',
|
|
1191
1191
|
body: config.body,
|
|
@@ -1630,7 +1630,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
1630
1630
|
function createResourceRequest$5(config) {
|
|
1631
1631
|
const headers = {};
|
|
1632
1632
|
return {
|
|
1633
|
-
baseUri: '/services/data/
|
|
1633
|
+
baseUri: '/services/data/v59.0',
|
|
1634
1634
|
basePath: '/connect/scheduling/engagement-channel-types',
|
|
1635
1635
|
method: 'get',
|
|
1636
1636
|
body: null,
|
|
@@ -2184,7 +2184,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
2184
2184
|
function createResourceRequest$4(config) {
|
|
2185
2185
|
const headers = {};
|
|
2186
2186
|
return {
|
|
2187
|
-
baseUri: '/services/data/
|
|
2187
|
+
baseUri: '/services/data/v59.0',
|
|
2188
2188
|
basePath: '/connect/scheduling/next-waitlist-participant',
|
|
2189
2189
|
method: 'get',
|
|
2190
2190
|
body: null,
|
|
@@ -2549,7 +2549,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
2549
2549
|
function createResourceRequest$3(config) {
|
|
2550
2550
|
const headers = {};
|
|
2551
2551
|
return {
|
|
2552
|
-
baseUri: '/services/data/
|
|
2552
|
+
baseUri: '/services/data/v59.0',
|
|
2553
2553
|
basePath: '/connect/scheduling/participant-recent-interactions',
|
|
2554
2554
|
method: 'get',
|
|
2555
2555
|
body: null,
|
|
@@ -3694,7 +3694,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
3694
3694
|
function createResourceRequest$2(config) {
|
|
3695
3695
|
const headers = {};
|
|
3696
3696
|
return {
|
|
3697
|
-
baseUri: '/services/data/
|
|
3697
|
+
baseUri: '/services/data/v59.0',
|
|
3698
3698
|
basePath: '/connect/scheduling/waitlist-relationships',
|
|
3699
3699
|
method: 'get',
|
|
3700
3700
|
body: null,
|
|
@@ -4009,7 +4009,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
4009
4009
|
function createResourceRequest$1(config) {
|
|
4010
4010
|
const headers = {};
|
|
4011
4011
|
return {
|
|
4012
|
-
baseUri: '/services/data/
|
|
4012
|
+
baseUri: '/services/data/v59.0',
|
|
4013
4013
|
basePath: '/connect/scheduling/waitlists',
|
|
4014
4014
|
method: 'get',
|
|
4015
4015
|
body: null,
|
|
@@ -4227,7 +4227,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
4227
4227
|
function createResourceRequest(config) {
|
|
4228
4228
|
const headers = {};
|
|
4229
4229
|
return {
|
|
4230
|
-
baseUri: '/services/data/
|
|
4230
|
+
baseUri: '/services/data/v59.0',
|
|
4231
4231
|
basePath: '/connect/scheduling/service-appointments',
|
|
4232
4232
|
method: 'patch',
|
|
4233
4233
|
body: config.body,
|
|
@@ -4369,4 +4369,4 @@ withDefaultLuvio((luvio) => {
|
|
|
4369
4369
|
});
|
|
4370
4370
|
|
|
4371
4371
|
export { createServiceAppointment, createWaitlistAppointment, createWaitlistCheckIn, getEngagementChannelTypes, getEngagementChannelTypes_imperative, getNextWaitlistParticipant, getNextWaitlistParticipant_imperative, getParticipantRecentInteractions, getParticipantRecentInteractions_imperative, getWaitlistRelationships, getWaitlistRelationships_imperative, getWaitlists, getWaitlists_imperative, updateServiceAppointment };
|
|
4372
|
-
// version: 1.134.
|
|
4372
|
+
// version: 1.134.6-a88a77801
|