@salesforce/lds-adapters-industries-scheduler 1.124.2 → 1.124.3
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 +4059 -4059
- package/dist/{types → es/es2018/types}/src/generated/adapters/adapter-utils.d.ts +66 -66
- package/dist/{types → es/es2018/types}/src/generated/adapters/createServiceAppointment.d.ts +15 -15
- package/dist/{types → es/es2018/types}/src/generated/adapters/createWaitlistAppointment.d.ts +15 -15
- package/dist/{types → es/es2018/types}/src/generated/adapters/createWaitlistCheckIn.d.ts +20 -20
- package/dist/{types → es/es2018/types}/src/generated/adapters/getEngagementChannelTypes.d.ts +27 -27
- package/dist/{types → es/es2018/types}/src/generated/adapters/getNextWaitlistParticipant.d.ts +26 -26
- package/dist/{types → es/es2018/types}/src/generated/adapters/getParticipantRecentInteractions.d.ts +28 -28
- package/dist/{types → es/es2018/types}/src/generated/adapters/getWaitlistRelationships.d.ts +28 -28
- package/dist/{types → es/es2018/types}/src/generated/adapters/getWaitlists.d.ts +29 -29
- package/dist/{types → es/es2018/types}/src/generated/adapters/updateServiceAppointment.d.ts +15 -15
- package/dist/{types → es/es2018/types}/src/generated/artifacts/main.d.ts +9 -9
- package/dist/{types → es/es2018/types}/src/generated/artifacts/sfdc.d.ts +15 -15
- package/dist/{types → es/es2018/types}/src/generated/resources/getConnectSchedulingEngagementChannelTypes.d.ts +16 -16
- package/dist/{types → es/es2018/types}/src/generated/resources/getConnectSchedulingNextWaitlistParticipant.d.ts +15 -15
- package/dist/{types → es/es2018/types}/src/generated/resources/getConnectSchedulingParticipantRecentInteractions.d.ts +17 -17
- package/dist/{types → es/es2018/types}/src/generated/resources/getConnectSchedulingWaitlistRelationships.d.ts +17 -17
- package/dist/{types → es/es2018/types}/src/generated/resources/getConnectSchedulingWaitlists.d.ts +18 -18
- package/dist/{types → es/es2018/types}/src/generated/resources/patchConnectSchedulingServiceAppointments.d.ts +13 -13
- package/dist/{types → es/es2018/types}/src/generated/resources/postConnectSchedulingServiceAppointments.d.ts +13 -13
- package/dist/{types → es/es2018/types}/src/generated/resources/postConnectSchedulingWaitlistAppointments.d.ts +13 -13
- package/dist/{types → es/es2018/types}/src/generated/resources/postConnectSchedulingWaitlistCheckin.d.ts +18 -18
- package/dist/{types → es/es2018/types}/src/generated/types/AbstractServiceAppointmentInputRepresentation.d.ts +41 -41
- package/dist/{types → es/es2018/types}/src/generated/types/AssignedResourceInputRepresentation.d.ts +38 -38
- package/dist/{types → es/es2018/types}/src/generated/types/AssignedResourceListInputRepresentation.d.ts +29 -29
- package/dist/{types → es/es2018/types}/src/generated/types/CreateServiceAppointmentData.d.ts +30 -30
- package/dist/{types → es/es2018/types}/src/generated/types/CreateServiceAppointmentInputRepresentation.d.ts +41 -41
- package/dist/{types → es/es2018/types}/src/generated/types/CreateServiceAppointmentResult.d.ts +35 -35
- package/dist/{types → es/es2018/types}/src/generated/types/ExtendedFieldInputRepresentation.d.ts +32 -32
- package/dist/{types → es/es2018/types}/src/generated/types/ExtendedFieldListInputRepresentation.d.ts +29 -29
- package/dist/{types → es/es2018/types}/src/generated/types/GetEngagementChannelTypeListResult.d.ts +30 -30
- package/dist/{types → es/es2018/types}/src/generated/types/GetEngagementChannelTypeOutputRepresentation.d.ts +30 -30
- package/dist/{types → es/es2018/types}/src/generated/types/GetEngagementChannelTypeResult.d.ts +44 -44
- package/dist/{types → es/es2018/types}/src/generated/types/GetNextWaitlistParticipantOutputRepresentation.d.ts +29 -29
- package/dist/{types → es/es2018/types}/src/generated/types/GetNextWaitlistParticipantResult.d.ts +39 -39
- package/dist/{types → es/es2018/types}/src/generated/types/LeadInputRepresentation.d.ts +44 -44
- package/dist/{types → es/es2018/types}/src/generated/types/ParticipantRecentInteractionsOutputRepresentation.d.ts +29 -29
- package/dist/{types → es/es2018/types}/src/generated/types/ParticipantRecentInteractionsResult.d.ts +30 -30
- package/dist/{types → es/es2018/types}/src/generated/types/ServiceAppointmentInputRepresentation.d.ts +80 -80
- package/dist/{types → es/es2018/types}/src/generated/types/ServiceAppointmentOutputRepresentation.d.ts +47 -47
- package/dist/{types → es/es2018/types}/src/generated/types/ServiceAppointmentResult.d.ts +44 -44
- package/dist/{types → es/es2018/types}/src/generated/types/UpdateServiceAppointmentData.d.ts +30 -30
- package/dist/{types → es/es2018/types}/src/generated/types/UpdateServiceAppointmentInputRepresentation.d.ts +41 -41
- package/dist/{types → es/es2018/types}/src/generated/types/WaitlistAnalytics.d.ts +38 -38
- package/dist/{types → es/es2018/types}/src/generated/types/WaitlistAppointmentInputRepresentation.d.ts +32 -32
- package/dist/{types → es/es2018/types}/src/generated/types/WaitlistAppointmentOutputRepresentation.d.ts +47 -47
- package/dist/{types → es/es2018/types}/src/generated/types/WaitlistAppointmentResult.d.ts +44 -44
- package/dist/{types → es/es2018/types}/src/generated/types/WaitlistCheckInInputRepresentation.d.ts +47 -47
- package/dist/{types → es/es2018/types}/src/generated/types/WaitlistCheckInOutputRepresentation.d.ts +47 -47
- package/dist/{types → es/es2018/types}/src/generated/types/WaitlistCheckInResult.d.ts +44 -44
- package/dist/{types → es/es2018/types}/src/generated/types/WaitlistInputRepresentation.d.ts +35 -35
- package/dist/{types → es/es2018/types}/src/generated/types/WaitlistListResult.d.ts +30 -30
- package/dist/{types → es/es2018/types}/src/generated/types/WaitlistOutputRepresentation.d.ts +30 -30
- package/dist/{types → es/es2018/types}/src/generated/types/WaitlistParticipantParticipant.d.ts +32 -32
- package/dist/{types → es/es2018/types}/src/generated/types/WaitlistParticipantResult.d.ts +45 -45
- package/dist/{types → es/es2018/types}/src/generated/types/WaitlistRelationshipsOutputRepresentation.d.ts +29 -29
- package/dist/{types → es/es2018/types}/src/generated/types/WaitlistRelationshipsResult.d.ts +34 -34
- package/dist/{types → es/es2018/types}/src/generated/types/WaitlistResult.d.ts +54 -54
- package/dist/{types → es/es2018/types}/src/generated/types/WaitlistServiceResource.d.ts +32 -32
- package/dist/{types → es/es2018/types}/src/generated/types/WaitlistWorkType.d.ts +39 -39
- package/dist/{types → es/es2018/types}/src/generated/types/WaitlistWorkTypeGroup.d.ts +32 -32
- package/dist/{types → es/es2018/types}/src/generated/types/WorkTypeInputRepresentation.d.ts +53 -53
- package/dist/{types → es/es2018/types}/src/generated/types/type-utils.d.ts +39 -39
- package/package.json +5 -5
- package/sfdc/index.d.ts +1 -1
- package/sfdc/index.js +4126 -4126
- package/dist/umd/es2018/industries-scheduler.js +0 -4176
- package/dist/umd/es5/industries-scheduler.js +0 -4202
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.