@salesforce/lds-adapters-industries-scheduler 1.267.0 → 1.269.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.
@@ -444,7 +444,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
444
444
  function createResourceRequest$8(config) {
445
445
  const headers = {};
446
446
  return {
447
- baseUri: '/services/data/v60.0',
447
+ baseUri: '/services/data/v61.0',
448
448
  basePath: '/connect/scheduling/engagement-channel-types',
449
449
  method: 'get',
450
450
  body: null,
@@ -940,7 +940,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
940
940
  function createResourceRequest$7(config) {
941
941
  const headers = {};
942
942
  return {
943
- baseUri: '/services/data/v60.0',
943
+ baseUri: '/services/data/v61.0',
944
944
  basePath: '/connect/scheduling/next-waitlist-participant',
945
945
  method: 'get',
946
946
  body: null,
@@ -1264,7 +1264,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
1264
1264
  function createResourceRequest$6(config) {
1265
1265
  const headers = {};
1266
1266
  return {
1267
- baseUri: '/services/data/v60.0',
1267
+ baseUri: '/services/data/v61.0',
1268
1268
  basePath: '/connect/scheduling/participant-recent-interactions',
1269
1269
  method: 'get',
1270
1270
  body: null,
@@ -1642,7 +1642,7 @@ function ingestSuccess$5(luvio, resourceParams, response) {
1642
1642
  function createResourceRequest$5(config) {
1643
1643
  const headers = {};
1644
1644
  return {
1645
- baseUri: '/services/data/v60.0',
1645
+ baseUri: '/services/data/v61.0',
1646
1646
  basePath: '/connect/scheduling/service-appointments',
1647
1647
  method: 'patch',
1648
1648
  body: config.body,
@@ -1787,7 +1787,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
1787
1787
  function createResourceRequest$4(config) {
1788
1788
  const headers = {};
1789
1789
  return {
1790
- baseUri: '/services/data/v60.0',
1790
+ baseUri: '/services/data/v61.0',
1791
1791
  basePath: '/connect/scheduling/service-appointments',
1792
1792
  method: 'post',
1793
1793
  body: config.body,
@@ -2104,7 +2104,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
2104
2104
  function createResourceRequest$3(config) {
2105
2105
  const headers = {};
2106
2106
  return {
2107
- baseUri: '/services/data/v60.0',
2107
+ baseUri: '/services/data/v61.0',
2108
2108
  basePath: '/connect/scheduling/waitlist-appointments',
2109
2109
  method: 'post',
2110
2110
  body: config.body,
@@ -2472,7 +2472,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
2472
2472
  function createResourceRequest$2(config) {
2473
2473
  const headers = {};
2474
2474
  return {
2475
- baseUri: '/services/data/v60.0',
2475
+ baseUri: '/services/data/v61.0',
2476
2476
  basePath: '/connect/scheduling/waitlist-checkin',
2477
2477
  method: 'post',
2478
2478
  body: config.body,
@@ -3645,7 +3645,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
3645
3645
  function createResourceRequest$1(config) {
3646
3646
  const headers = {};
3647
3647
  return {
3648
- baseUri: '/services/data/v60.0',
3648
+ baseUri: '/services/data/v61.0',
3649
3649
  basePath: '/connect/scheduling/waitlist-relationships',
3650
3650
  method: 'get',
3651
3651
  body: null,
@@ -3899,7 +3899,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
3899
3899
  function createResourceRequest(config) {
3900
3900
  const headers = {};
3901
3901
  return {
3902
- baseUri: '/services/data/v60.0',
3902
+ baseUri: '/services/data/v61.0',
3903
3903
  basePath: '/connect/scheduling/waitlists',
3904
3904
  method: 'get',
3905
3905
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-scheduler",
3
- "version": "1.267.0",
3
+ "version": "1.269.0",
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",
@@ -43,11 +43,11 @@
43
43
  "test": "nx build:karma && karma start --single-run"
44
44
  },
45
45
  "dependencies": {
46
- "@salesforce/lds-bindings": "^1.267.0"
46
+ "@salesforce/lds-bindings": "^1.269.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@salesforce/lds-compiler-plugins": "^1.267.0",
50
- "@salesforce/lds-karma": "^1.267.0"
49
+ "@salesforce/lds-compiler-plugins": "^1.269.0",
50
+ "@salesforce/lds-karma": "^1.269.0"
51
51
  },
52
52
  "nx": {
53
53
  "targets": {
package/sfdc/index.js CHANGED
@@ -384,7 +384,7 @@ function ingestSuccess$8(luvio, resourceParams, response) {
384
384
  function createResourceRequest$8(config) {
385
385
  const headers = {};
386
386
  return {
387
- baseUri: '/services/data/v60.0',
387
+ baseUri: '/services/data/v61.0',
388
388
  basePath: '/connect/scheduling/service-appointments',
389
389
  method: 'post',
390
390
  body: config.body,
@@ -701,7 +701,7 @@ function ingestSuccess$7(luvio, resourceParams, response) {
701
701
  function createResourceRequest$7(config) {
702
702
  const headers = {};
703
703
  return {
704
- baseUri: '/services/data/v60.0',
704
+ baseUri: '/services/data/v61.0',
705
705
  basePath: '/connect/scheduling/waitlist-appointments',
706
706
  method: 'post',
707
707
  body: config.body,
@@ -1069,7 +1069,7 @@ function ingestSuccess$6(luvio, resourceParams, response) {
1069
1069
  function createResourceRequest$6(config) {
1070
1070
  const headers = {};
1071
1071
  return {
1072
- baseUri: '/services/data/v60.0',
1072
+ baseUri: '/services/data/v61.0',
1073
1073
  basePath: '/connect/scheduling/waitlist-checkin',
1074
1074
  method: 'post',
1075
1075
  body: config.body,
@@ -1490,7 +1490,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
1490
1490
  function createResourceRequest$5(config) {
1491
1491
  const headers = {};
1492
1492
  return {
1493
- baseUri: '/services/data/v60.0',
1493
+ baseUri: '/services/data/v61.0',
1494
1494
  basePath: '/connect/scheduling/engagement-channel-types',
1495
1495
  method: 'get',
1496
1496
  body: null,
@@ -1986,7 +1986,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
1986
1986
  function createResourceRequest$4(config) {
1987
1987
  const headers = {};
1988
1988
  return {
1989
- baseUri: '/services/data/v60.0',
1989
+ baseUri: '/services/data/v61.0',
1990
1990
  basePath: '/connect/scheduling/next-waitlist-participant',
1991
1991
  method: 'get',
1992
1992
  body: null,
@@ -2310,7 +2310,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
2310
2310
  function createResourceRequest$3(config) {
2311
2311
  const headers = {};
2312
2312
  return {
2313
- baseUri: '/services/data/v60.0',
2313
+ baseUri: '/services/data/v61.0',
2314
2314
  basePath: '/connect/scheduling/participant-recent-interactions',
2315
2315
  method: 'get',
2316
2316
  body: null,
@@ -3514,7 +3514,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
3514
3514
  function createResourceRequest$2(config) {
3515
3515
  const headers = {};
3516
3516
  return {
3517
- baseUri: '/services/data/v60.0',
3517
+ baseUri: '/services/data/v61.0',
3518
3518
  basePath: '/connect/scheduling/waitlist-relationships',
3519
3519
  method: 'get',
3520
3520
  body: null,
@@ -3768,7 +3768,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
3768
3768
  function createResourceRequest$1(config) {
3769
3769
  const headers = {};
3770
3770
  return {
3771
- baseUri: '/services/data/v60.0',
3771
+ baseUri: '/services/data/v61.0',
3772
3772
  basePath: '/connect/scheduling/waitlists',
3773
3773
  method: 'get',
3774
3774
  body: null,
@@ -3944,7 +3944,7 @@ function ingestSuccess(luvio, resourceParams, response) {
3944
3944
  function createResourceRequest(config) {
3945
3945
  const headers = {};
3946
3946
  return {
3947
- baseUri: '/services/data/v60.0',
3947
+ baseUri: '/services/data/v61.0',
3948
3948
  basePath: '/connect/scheduling/service-appointments',
3949
3949
  method: 'patch',
3950
3950
  body: config.body,
@@ -4095,4 +4095,4 @@ withDefaultLuvio((luvio) => {
4095
4095
  });
4096
4096
 
4097
4097
  export { createServiceAppointment, createWaitlistAppointment, createWaitlistCheckIn, getEngagementChannelTypes, getEngagementChannelTypes_imperative, getNextWaitlistParticipant, getNextWaitlistParticipant_imperative, getParticipantRecentInteractions, getParticipantRecentInteractions_imperative, getWaitlistRelationships, getWaitlistRelationships_imperative, getWaitlists, getWaitlists_imperative, updateServiceAppointment };
4098
- // version: 1.267.0-c16f5b87d
4098
+ // version: 1.269.0-37c0722c7
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '58.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v60.0
9
+ baseUri: /services/data/v61.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0