@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.
Files changed (68) hide show
  1. package/dist/es/es2018/industries-scheduler.js +4059 -4059
  2. package/dist/{types → es/es2018/types}/src/generated/adapters/adapter-utils.d.ts +66 -66
  3. package/dist/{types → es/es2018/types}/src/generated/adapters/createServiceAppointment.d.ts +15 -15
  4. package/dist/{types → es/es2018/types}/src/generated/adapters/createWaitlistAppointment.d.ts +15 -15
  5. package/dist/{types → es/es2018/types}/src/generated/adapters/createWaitlistCheckIn.d.ts +20 -20
  6. package/dist/{types → es/es2018/types}/src/generated/adapters/getEngagementChannelTypes.d.ts +27 -27
  7. package/dist/{types → es/es2018/types}/src/generated/adapters/getNextWaitlistParticipant.d.ts +26 -26
  8. package/dist/{types → es/es2018/types}/src/generated/adapters/getParticipantRecentInteractions.d.ts +28 -28
  9. package/dist/{types → es/es2018/types}/src/generated/adapters/getWaitlistRelationships.d.ts +28 -28
  10. package/dist/{types → es/es2018/types}/src/generated/adapters/getWaitlists.d.ts +29 -29
  11. package/dist/{types → es/es2018/types}/src/generated/adapters/updateServiceAppointment.d.ts +15 -15
  12. package/dist/{types → es/es2018/types}/src/generated/artifacts/main.d.ts +9 -9
  13. package/dist/{types → es/es2018/types}/src/generated/artifacts/sfdc.d.ts +15 -15
  14. package/dist/{types → es/es2018/types}/src/generated/resources/getConnectSchedulingEngagementChannelTypes.d.ts +16 -16
  15. package/dist/{types → es/es2018/types}/src/generated/resources/getConnectSchedulingNextWaitlistParticipant.d.ts +15 -15
  16. package/dist/{types → es/es2018/types}/src/generated/resources/getConnectSchedulingParticipantRecentInteractions.d.ts +17 -17
  17. package/dist/{types → es/es2018/types}/src/generated/resources/getConnectSchedulingWaitlistRelationships.d.ts +17 -17
  18. package/dist/{types → es/es2018/types}/src/generated/resources/getConnectSchedulingWaitlists.d.ts +18 -18
  19. package/dist/{types → es/es2018/types}/src/generated/resources/patchConnectSchedulingServiceAppointments.d.ts +13 -13
  20. package/dist/{types → es/es2018/types}/src/generated/resources/postConnectSchedulingServiceAppointments.d.ts +13 -13
  21. package/dist/{types → es/es2018/types}/src/generated/resources/postConnectSchedulingWaitlistAppointments.d.ts +13 -13
  22. package/dist/{types → es/es2018/types}/src/generated/resources/postConnectSchedulingWaitlistCheckin.d.ts +18 -18
  23. package/dist/{types → es/es2018/types}/src/generated/types/AbstractServiceAppointmentInputRepresentation.d.ts +41 -41
  24. package/dist/{types → es/es2018/types}/src/generated/types/AssignedResourceInputRepresentation.d.ts +38 -38
  25. package/dist/{types → es/es2018/types}/src/generated/types/AssignedResourceListInputRepresentation.d.ts +29 -29
  26. package/dist/{types → es/es2018/types}/src/generated/types/CreateServiceAppointmentData.d.ts +30 -30
  27. package/dist/{types → es/es2018/types}/src/generated/types/CreateServiceAppointmentInputRepresentation.d.ts +41 -41
  28. package/dist/{types → es/es2018/types}/src/generated/types/CreateServiceAppointmentResult.d.ts +35 -35
  29. package/dist/{types → es/es2018/types}/src/generated/types/ExtendedFieldInputRepresentation.d.ts +32 -32
  30. package/dist/{types → es/es2018/types}/src/generated/types/ExtendedFieldListInputRepresentation.d.ts +29 -29
  31. package/dist/{types → es/es2018/types}/src/generated/types/GetEngagementChannelTypeListResult.d.ts +30 -30
  32. package/dist/{types → es/es2018/types}/src/generated/types/GetEngagementChannelTypeOutputRepresentation.d.ts +30 -30
  33. package/dist/{types → es/es2018/types}/src/generated/types/GetEngagementChannelTypeResult.d.ts +44 -44
  34. package/dist/{types → es/es2018/types}/src/generated/types/GetNextWaitlistParticipantOutputRepresentation.d.ts +29 -29
  35. package/dist/{types → es/es2018/types}/src/generated/types/GetNextWaitlistParticipantResult.d.ts +39 -39
  36. package/dist/{types → es/es2018/types}/src/generated/types/LeadInputRepresentation.d.ts +44 -44
  37. package/dist/{types → es/es2018/types}/src/generated/types/ParticipantRecentInteractionsOutputRepresentation.d.ts +29 -29
  38. package/dist/{types → es/es2018/types}/src/generated/types/ParticipantRecentInteractionsResult.d.ts +30 -30
  39. package/dist/{types → es/es2018/types}/src/generated/types/ServiceAppointmentInputRepresentation.d.ts +80 -80
  40. package/dist/{types → es/es2018/types}/src/generated/types/ServiceAppointmentOutputRepresentation.d.ts +47 -47
  41. package/dist/{types → es/es2018/types}/src/generated/types/ServiceAppointmentResult.d.ts +44 -44
  42. package/dist/{types → es/es2018/types}/src/generated/types/UpdateServiceAppointmentData.d.ts +30 -30
  43. package/dist/{types → es/es2018/types}/src/generated/types/UpdateServiceAppointmentInputRepresentation.d.ts +41 -41
  44. package/dist/{types → es/es2018/types}/src/generated/types/WaitlistAnalytics.d.ts +38 -38
  45. package/dist/{types → es/es2018/types}/src/generated/types/WaitlistAppointmentInputRepresentation.d.ts +32 -32
  46. package/dist/{types → es/es2018/types}/src/generated/types/WaitlistAppointmentOutputRepresentation.d.ts +47 -47
  47. package/dist/{types → es/es2018/types}/src/generated/types/WaitlistAppointmentResult.d.ts +44 -44
  48. package/dist/{types → es/es2018/types}/src/generated/types/WaitlistCheckInInputRepresentation.d.ts +47 -47
  49. package/dist/{types → es/es2018/types}/src/generated/types/WaitlistCheckInOutputRepresentation.d.ts +47 -47
  50. package/dist/{types → es/es2018/types}/src/generated/types/WaitlistCheckInResult.d.ts +44 -44
  51. package/dist/{types → es/es2018/types}/src/generated/types/WaitlistInputRepresentation.d.ts +35 -35
  52. package/dist/{types → es/es2018/types}/src/generated/types/WaitlistListResult.d.ts +30 -30
  53. package/dist/{types → es/es2018/types}/src/generated/types/WaitlistOutputRepresentation.d.ts +30 -30
  54. package/dist/{types → es/es2018/types}/src/generated/types/WaitlistParticipantParticipant.d.ts +32 -32
  55. package/dist/{types → es/es2018/types}/src/generated/types/WaitlistParticipantResult.d.ts +45 -45
  56. package/dist/{types → es/es2018/types}/src/generated/types/WaitlistRelationshipsOutputRepresentation.d.ts +29 -29
  57. package/dist/{types → es/es2018/types}/src/generated/types/WaitlistRelationshipsResult.d.ts +34 -34
  58. package/dist/{types → es/es2018/types}/src/generated/types/WaitlistResult.d.ts +54 -54
  59. package/dist/{types → es/es2018/types}/src/generated/types/WaitlistServiceResource.d.ts +32 -32
  60. package/dist/{types → es/es2018/types}/src/generated/types/WaitlistWorkType.d.ts +39 -39
  61. package/dist/{types → es/es2018/types}/src/generated/types/WaitlistWorkTypeGroup.d.ts +32 -32
  62. package/dist/{types → es/es2018/types}/src/generated/types/WorkTypeInputRepresentation.d.ts +53 -53
  63. package/dist/{types → es/es2018/types}/src/generated/types/type-utils.d.ts +39 -39
  64. package/package.json +5 -5
  65. package/sfdc/index.d.ts +1 -1
  66. package/sfdc/index.js +4126 -4126
  67. package/dist/umd/es2018/industries-scheduler.js +0 -4176
  68. 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.