@salesforce/lds-adapters-industries-scheduler 1.259.0 → 1.261.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.
Files changed (2) hide show
  1. package/package.json +4 -4
  2. package/sfdc/index.js +5 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-scheduler",
3
- "version": "1.259.0",
3
+ "version": "1.261.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",
@@ -44,11 +44,11 @@
44
44
  "test:compat": "nx build:karma && karma start --single-run --compat"
45
45
  },
46
46
  "dependencies": {
47
- "@salesforce/lds-bindings": "^1.259.0"
47
+ "@salesforce/lds-bindings": "^1.261.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@salesforce/lds-compiler-plugins": "^1.259.0",
51
- "@salesforce/lds-karma": "^1.259.0"
50
+ "@salesforce/lds-compiler-plugins": "^1.261.0",
51
+ "@salesforce/lds-karma": "^1.261.0"
52
52
  },
53
53
  "nx": {
54
54
  "targets": {
package/sfdc/index.js CHANGED
@@ -4032,6 +4032,7 @@ const getNextWaitlistParticipantMetadata = { apiFamily: 'IndustriesScheduler', n
4032
4032
  const getParticipantRecentInteractionsMetadata = { apiFamily: 'IndustriesScheduler', name: 'getParticipantRecentInteractions' };
4033
4033
  const getWaitlistRelationshipsMetadata = { apiFamily: 'IndustriesScheduler', name: 'getWaitlistRelationships' };
4034
4034
  const getWaitlistsMetadata = { apiFamily: 'IndustriesScheduler', name: 'getWaitlists' };
4035
+ // Notify Update Available
4035
4036
  function bindExportsTo(luvio) {
4036
4037
  // LDS Adapters
4037
4038
  const getEngagementChannelTypes_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getEngagementChannelTypes', getEngagementChannelTypesAdapterFactory), getEngagementChannelTypesMetadata);
@@ -4058,7 +4059,8 @@ function bindExportsTo(luvio) {
4058
4059
  getNextWaitlistParticipant_imperative: createImperativeAdapter(luvio, getNextWaitlistParticipant_ldsAdapter, getNextWaitlistParticipantMetadata),
4059
4060
  getParticipantRecentInteractions_imperative: createImperativeAdapter(luvio, getParticipantRecentInteractions_ldsAdapter, getParticipantRecentInteractionsMetadata),
4060
4061
  getWaitlistRelationships_imperative: createImperativeAdapter(luvio, getWaitlistRelationships_ldsAdapter, getWaitlistRelationshipsMetadata),
4061
- getWaitlists_imperative: createImperativeAdapter(luvio, getWaitlists_ldsAdapter, getWaitlistsMetadata)
4062
+ getWaitlists_imperative: createImperativeAdapter(luvio, getWaitlists_ldsAdapter, getWaitlistsMetadata),
4063
+ // Notify Update Availables
4062
4064
  };
4063
4065
  }
4064
4066
  withDefaultLuvio((luvio) => {
@@ -4076,9 +4078,9 @@ withDefaultLuvio((luvio) => {
4076
4078
  getNextWaitlistParticipant_imperative,
4077
4079
  getParticipantRecentInteractions_imperative,
4078
4080
  getWaitlistRelationships_imperative,
4079
- getWaitlists_imperative
4081
+ getWaitlists_imperative,
4080
4082
  } = bindExportsTo(luvio));
4081
4083
  });
4082
4084
 
4083
4085
  export { createServiceAppointment, createWaitlistAppointment, createWaitlistCheckIn, getEngagementChannelTypes, getEngagementChannelTypes_imperative, getNextWaitlistParticipant, getNextWaitlistParticipant_imperative, getParticipantRecentInteractions, getParticipantRecentInteractions_imperative, getWaitlistRelationships, getWaitlistRelationships_imperative, getWaitlists, getWaitlists_imperative, updateServiceAppointment };
4084
- // version: 1.259.0-54a7811b5
4086
+ // version: 1.261.0-10ee630e7