@salesforce/lds-adapters-industries-scheduler 0.131.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 (72) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/industries-scheduler.js +4293 -0
  3. package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +66 -0
  4. package/dist/es/es2018/types/src/generated/adapters/createServiceAppointment.d.ts +15 -0
  5. package/dist/es/es2018/types/src/generated/adapters/createWaitlistAppointment.d.ts +15 -0
  6. package/dist/es/es2018/types/src/generated/adapters/createWaitlistCheckIn.d.ts +15 -0
  7. package/dist/es/es2018/types/src/generated/adapters/getEngagementChannelTypes.d.ts +27 -0
  8. package/dist/es/es2018/types/src/generated/adapters/getNextWaitlistParticipant.d.ts +26 -0
  9. package/dist/es/es2018/types/src/generated/adapters/getParticipantRecentInteractions.d.ts +28 -0
  10. package/dist/es/es2018/types/src/generated/adapters/getWaitlistRelationships.d.ts +28 -0
  11. package/dist/es/es2018/types/src/generated/adapters/getWaitlists.d.ts +31 -0
  12. package/dist/es/es2018/types/src/generated/adapters/updateServiceAppointment.d.ts +15 -0
  13. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +9 -0
  14. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +15 -0
  15. package/dist/es/es2018/types/src/generated/resources/getConnectSchedulingEngagementChannelTypes.d.ts +16 -0
  16. package/dist/es/es2018/types/src/generated/resources/getConnectSchedulingNextWaitlistParticipant.d.ts +15 -0
  17. package/dist/es/es2018/types/src/generated/resources/getConnectSchedulingParticipantRecentInteractions.d.ts +17 -0
  18. package/dist/es/es2018/types/src/generated/resources/getConnectSchedulingWaitlistRelationships.d.ts +17 -0
  19. package/dist/es/es2018/types/src/generated/resources/getConnectSchedulingWaitlists.d.ts +20 -0
  20. package/dist/es/es2018/types/src/generated/resources/patchConnectSchedulingServiceAppointments.d.ts +13 -0
  21. package/dist/es/es2018/types/src/generated/resources/postConnectSchedulingServiceAppointments.d.ts +13 -0
  22. package/dist/es/es2018/types/src/generated/resources/postConnectSchedulingWaitlistAppointments.d.ts +13 -0
  23. package/dist/es/es2018/types/src/generated/resources/postConnectSchedulingWaitlistCheckin.d.ts +13 -0
  24. package/dist/es/es2018/types/src/generated/types/AbstractServiceAppointmentInputRepresentation.d.ts +41 -0
  25. package/dist/es/es2018/types/src/generated/types/AssignedResourceInputRepresentation.d.ts +38 -0
  26. package/dist/es/es2018/types/src/generated/types/AssignedResourceListInputRepresentation.d.ts +29 -0
  27. package/dist/es/es2018/types/src/generated/types/CreateServiceAppointmentData.d.ts +30 -0
  28. package/dist/es/es2018/types/src/generated/types/CreateServiceAppointmentInputRepresentation.d.ts +41 -0
  29. package/dist/es/es2018/types/src/generated/types/CreateServiceAppointmentResult.d.ts +35 -0
  30. package/dist/es/es2018/types/src/generated/types/ExtendedFieldInputRepresentation.d.ts +32 -0
  31. package/dist/es/es2018/types/src/generated/types/ExtendedFieldListInputRepresentation.d.ts +29 -0
  32. package/dist/es/es2018/types/src/generated/types/GetEngagementChannelTypeListResult.d.ts +30 -0
  33. package/dist/es/es2018/types/src/generated/types/GetEngagementChannelTypeOutputRepresentation.d.ts +30 -0
  34. package/dist/es/es2018/types/src/generated/types/GetEngagementChannelTypeResult.d.ts +44 -0
  35. package/dist/es/es2018/types/src/generated/types/GetNextWaitlistParticipantOutputRepresentation.d.ts +29 -0
  36. package/dist/es/es2018/types/src/generated/types/GetNextWaitlistParticipantResult.d.ts +39 -0
  37. package/dist/es/es2018/types/src/generated/types/LeadInputRepresentation.d.ts +44 -0
  38. package/dist/es/es2018/types/src/generated/types/ParticipantRecentInteractionsOutputRepresentation.d.ts +29 -0
  39. package/dist/es/es2018/types/src/generated/types/ParticipantRecentInteractionsResult.d.ts +30 -0
  40. package/dist/es/es2018/types/src/generated/types/ServiceAppointmentInputRepresentation.d.ts +80 -0
  41. package/dist/es/es2018/types/src/generated/types/ServiceAppointmentOutputRepresentation.d.ts +47 -0
  42. package/dist/es/es2018/types/src/generated/types/ServiceAppointmentResult.d.ts +44 -0
  43. package/dist/es/es2018/types/src/generated/types/UpdateServiceAppointmentData.d.ts +30 -0
  44. package/dist/es/es2018/types/src/generated/types/UpdateServiceAppointmentInputRepresentation.d.ts +41 -0
  45. package/dist/es/es2018/types/src/generated/types/WaitlistAnalytics.d.ts +38 -0
  46. package/dist/es/es2018/types/src/generated/types/WaitlistAppointmentData.d.ts +30 -0
  47. package/dist/es/es2018/types/src/generated/types/WaitlistAppointmentInputRepresentation.d.ts +32 -0
  48. package/dist/es/es2018/types/src/generated/types/WaitlistAppointmentOutputRepresentation.d.ts +47 -0
  49. package/dist/es/es2018/types/src/generated/types/WaitlistAppointmentResult.d.ts +44 -0
  50. package/dist/es/es2018/types/src/generated/types/WaitlistCheckInData.d.ts +30 -0
  51. package/dist/es/es2018/types/src/generated/types/WaitlistCheckInInputRepresentation.d.ts +47 -0
  52. package/dist/es/es2018/types/src/generated/types/WaitlistCheckInOutputRepresentation.d.ts +47 -0
  53. package/dist/es/es2018/types/src/generated/types/WaitlistCheckInResult.d.ts +44 -0
  54. package/dist/es/es2018/types/src/generated/types/WaitlistInputRepresentation.d.ts +44 -0
  55. package/dist/es/es2018/types/src/generated/types/WaitlistListResult.d.ts +30 -0
  56. package/dist/es/es2018/types/src/generated/types/WaitlistOutputRepresentation.d.ts +30 -0
  57. package/dist/es/es2018/types/src/generated/types/WaitlistParticipantParticipant.d.ts +32 -0
  58. package/dist/es/es2018/types/src/generated/types/WaitlistParticipantResult.d.ts +45 -0
  59. package/dist/es/es2018/types/src/generated/types/WaitlistRelationshipsOutputRepresentation.d.ts +29 -0
  60. package/dist/es/es2018/types/src/generated/types/WaitlistRelationshipsResult.d.ts +34 -0
  61. package/dist/es/es2018/types/src/generated/types/WaitlistResult.d.ts +54 -0
  62. package/dist/es/es2018/types/src/generated/types/WaitlistServiceResource.d.ts +32 -0
  63. package/dist/es/es2018/types/src/generated/types/WaitlistServiceResourceWithWorkTypes.d.ts +38 -0
  64. package/dist/es/es2018/types/src/generated/types/WaitlistWorkType.d.ts +39 -0
  65. package/dist/es/es2018/types/src/generated/types/WaitlistWorkTypeGroup.d.ts +32 -0
  66. package/dist/es/es2018/types/src/generated/types/WorkTypeInputRepresentation.d.ts +53 -0
  67. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +39 -0
  68. package/package.json +68 -0
  69. package/sfdc/index.d.ts +1 -0
  70. package/sfdc/index.js +4372 -0
  71. package/src/raml/api.raml +933 -0
  72. package/src/raml/luvio.raml +65 -0
@@ -0,0 +1,65 @@
1
+ #%RAML 1.0 Overlay
2
+ extends: ./api.raml
3
+
4
+ uses:
5
+ luvio: luvio://annotations.raml
6
+
7
+ (luvio.keyPrefix): 'IndustriesScheduler'
8
+ (luvio.ttl): 360000
9
+
10
+ types:
11
+ ServiceAppointmentOutputRepresentation:
12
+ (luvio.key):
13
+ id: result.serviceAppointmentId
14
+ ServiceAppointmentResult:
15
+ (luvio.key):
16
+ id: serviceAppointmentId
17
+ WaitlistAppointmentOutputRepresentation:
18
+ (luvio.key):
19
+ id: result.serviceAppointmentId
20
+ WaitlistAppointmentResult:
21
+ (luvio.key):
22
+ id: serviceAppointmentId
23
+ WaitlistCheckInOutputRepresentation:
24
+ (luvio.key):
25
+ id: result.serviceAppointmentId
26
+ WaitlistCheckInResult:
27
+ (luvio.key):
28
+ id: serviceAppointmentId
29
+ /connect:
30
+ /scheduling:
31
+ /engagement-channel-types:
32
+ get:
33
+ (luvio.adapter):
34
+ name: getEngagementChannelTypes
35
+ /next-waitlist-participant:
36
+ get:
37
+ (luvio.adapter):
38
+ name: getNextWaitlistParticipant
39
+ /participant-recent-interactions:
40
+ get:
41
+ (luvio.adapter):
42
+ name: getParticipantRecentInteractions
43
+ /service-appointments:
44
+ patch:
45
+ (luvio.adapter):
46
+ name: updateServiceAppointment
47
+ post:
48
+ (luvio.adapter):
49
+ name: createServiceAppointment
50
+ /waitlist-appointments:
51
+ post:
52
+ (luvio.adapter):
53
+ name: createWaitlistAppointment
54
+ /waitlist-checkin:
55
+ post:
56
+ (luvio.adapter):
57
+ name: createWaitlistCheckIn
58
+ /waitlist-relationships:
59
+ get:
60
+ (luvio.adapter):
61
+ name: getWaitlistRelationships
62
+ /waitlists:
63
+ get:
64
+ (luvio.adapter):
65
+ name: getWaitlists