@salesforce/lds-adapters-industries-scheduler 0.1.0-dev1
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/LICENSE.txt +82 -0
- package/dist/es/es2018/industries-scheduler.js +8565 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/createServiceAppointment.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/createServiceAppointmentAttendee.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/adapters/createWaitlistAppointment.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/createWaitlistCheckIn.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/decryption.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/encrypt.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getAppointmentFromToken.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getAppointmentPaymentDetails.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getEngagementChannelTypes.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getGroupAppointments.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/adapters/getNextWaitlistParticipant.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getParticipantRecentInteractions.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getServiceResourceCapacity.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/adapters/getServiceTerritoryCapacity.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/adapters/getWaitlistParticipantStats.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getWaitlistRelationships.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getWaitlists.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/adapters/updateServiceAppointment.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/updateServiceAppointmentAttendee.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/adapters/updateWaitlistParticipant.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSchedulingAppointmentFromToken.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSchedulingAppointmentPaymentDetails.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSchedulingDecryption.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSchedulingEncryption.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSchedulingEngagementChannelTypes.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSchedulingNextWaitlistParticipant.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSchedulingParticipantRecentInteractions.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSchedulingServiceResourceCapacity.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSchedulingServiceTerritoryCapacity.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSchedulingWaitlistParticipantsStatistics.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSchedulingWaitlistRelationships.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSchedulingWaitlists.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectSchedulingServiceAppointmentAttendee.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectSchedulingServiceAppointments.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectSchedulingWaitlistParticipants.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectSchedulingGroupAppointments.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectSchedulingServiceAppointmentAttendee.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectSchedulingServiceAppointments.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectSchedulingWaitlistAppointments.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectSchedulingWaitlistCheckin.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/types/AbstractServiceAppointmentInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/AppointmentChannelRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/AssignedResourceInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/AssignedResourceListInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/CreateServiceAppointmentAttendeeInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/CreateServiceAppointmentData.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/CreateServiceAppointmentInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/CreateServiceAppointmentResult.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/DayCapacity.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/DecryptionOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/DecryptionResult.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/EncryptionOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/EncryptionResult.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ExtendedFieldInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ExtendedFieldListInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ExtendedFieldsOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/GetAppointmentFromTokenOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/GetAppointmentFromTokenResult.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/GetAppointmentPaymentDetailsOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/GetAppointmentPaymentDetailsResult.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/GetEngagementChannelTypeListResult.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/GetEngagementChannelTypeOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/GetEngagementChannelTypeResult.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/GetGroupAppointmentsInputRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/GetGroupAppointmentsListResult.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/GetGroupAppointmentsOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/GetNextWaitlistParticipantOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/GetNextWaitlistParticipantResult.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/GetServiceResourceCapacityOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/GetServiceTerritoriesResult.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/GetServiceTerritoryCapacityOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/GetWaitlistParticipantStatsListResult.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/GetWaitlistParticipantStatsOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/GroupAppointmentResult.d.ts +65 -0
- package/dist/es/es2018/types/src/generated/types/LeadInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/ParticipantRecentInteractionsOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ParticipantRecentInteractionsResult.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SchedulerExtendedFieldsOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ServiceAppointmentAttendeeInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ServiceAppointmentAttendeeOutputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/ServiceAppointmentAttendeeResult.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/ServiceAppointmentInputRepresentation.d.ts +79 -0
- package/dist/es/es2018/types/src/generated/types/ServiceAppointmentOutputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/ServiceAppointmentRepresentation.d.ts +78 -0
- package/dist/es/es2018/types/src/generated/types/ServiceAppointmentResult.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/ServiceResourceCapacity.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/ServiceResourceCapacityInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/ServiceResourceCapacityListResult.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ServiceResourceRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ServiceTerritoryCapacity.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/ServiceTerritoryCapacityInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/ServiceTerritoryCapacityListResult.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/TokenInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/UpdateServiceAppointmentAttendeeInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/UpdateServiceAppointmentData.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/UpdateServiceAppointmentInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/UpdateWaitlistParticipantInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistAnalytics.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistAppointmentData.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistAppointmentInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistAppointmentOutputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistAppointmentResult.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistCheckInData.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistCheckInInputRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistCheckInOutputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistCheckInResult.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistInputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistListResult.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistParticipantOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistParticipantParticipant.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistParticipantResult.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistParticipantStats.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistRelationshipsOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistRelationshipsResult.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistResult.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistServiceResource.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistServiceResourceWithWorkTypes.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistWorkType.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistWorkTypeGroup.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/WorkTypeGroupRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/WorkTypeInputRepresentation.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/WorkTypeRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/package.json +76 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +8749 -0
- package/src/raml/api.raml +1865 -0
- package/src/raml/luvio.raml +120 -0
|
@@ -0,0 +1,120 @@
|
|
|
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
|
+
ServiceAppointmentAttendeeOutputRepresentation:
|
|
12
|
+
(luvio.key):
|
|
13
|
+
id: result.serviceAppointmentAttendeeId
|
|
14
|
+
ServiceAppointmentAttendeeResult:
|
|
15
|
+
(luvio.key):
|
|
16
|
+
id: serviceAppointmentAttendeeId
|
|
17
|
+
ServiceAppointmentOutputRepresentation:
|
|
18
|
+
(luvio.key):
|
|
19
|
+
id: result.serviceAppointmentId
|
|
20
|
+
ServiceAppointmentResult:
|
|
21
|
+
(luvio.key):
|
|
22
|
+
id: serviceAppointmentId
|
|
23
|
+
WaitlistAppointmentOutputRepresentation:
|
|
24
|
+
(luvio.key):
|
|
25
|
+
id: result.serviceAppointmentId
|
|
26
|
+
WaitlistAppointmentResult:
|
|
27
|
+
(luvio.key):
|
|
28
|
+
id: serviceAppointmentId
|
|
29
|
+
WaitlistCheckInOutputRepresentation:
|
|
30
|
+
(luvio.key):
|
|
31
|
+
id: result.serviceAppointmentId
|
|
32
|
+
WaitlistCheckInResult:
|
|
33
|
+
(luvio.key):
|
|
34
|
+
id: serviceAppointmentId
|
|
35
|
+
WaitlistParticipantOutputRepresentation:
|
|
36
|
+
(luvio.key):
|
|
37
|
+
id: waitlistParticipantId
|
|
38
|
+
/connect:
|
|
39
|
+
/scheduling:
|
|
40
|
+
/appointment-from-token:
|
|
41
|
+
get:
|
|
42
|
+
(luvio.adapter):
|
|
43
|
+
name: getAppointmentFromToken
|
|
44
|
+
/decryption:
|
|
45
|
+
get:
|
|
46
|
+
(luvio.adapter):
|
|
47
|
+
name: decryption
|
|
48
|
+
/encryption:
|
|
49
|
+
get:
|
|
50
|
+
(luvio.adapter):
|
|
51
|
+
name: encrypt
|
|
52
|
+
/appointment-payment-details:
|
|
53
|
+
get:
|
|
54
|
+
(luvio.adapter):
|
|
55
|
+
name: getAppointmentPaymentDetails
|
|
56
|
+
/engagement-channel-types:
|
|
57
|
+
get:
|
|
58
|
+
(luvio.adapter):
|
|
59
|
+
name: getEngagementChannelTypes
|
|
60
|
+
/group-appointments:
|
|
61
|
+
post:
|
|
62
|
+
# added luvio.method: get for this POST apis, as they're not really creating something to be cached.
|
|
63
|
+
(luvio.method): get
|
|
64
|
+
(luvio.adapter):
|
|
65
|
+
name: getGroupAppointments
|
|
66
|
+
/next-waitlist-participant:
|
|
67
|
+
get:
|
|
68
|
+
(luvio.adapter):
|
|
69
|
+
name: getNextWaitlistParticipant
|
|
70
|
+
/participant-recent-interactions:
|
|
71
|
+
get:
|
|
72
|
+
(luvio.adapter):
|
|
73
|
+
name: getParticipantRecentInteractions
|
|
74
|
+
/service-appointments:
|
|
75
|
+
patch:
|
|
76
|
+
(luvio.adapter):
|
|
77
|
+
name: updateServiceAppointment
|
|
78
|
+
post:
|
|
79
|
+
(luvio.adapter):
|
|
80
|
+
name: createServiceAppointment
|
|
81
|
+
/service-appointment-attendee:
|
|
82
|
+
post:
|
|
83
|
+
(luvio.adapter):
|
|
84
|
+
name: createServiceAppointmentAttendee
|
|
85
|
+
patch:
|
|
86
|
+
(luvio.adapter):
|
|
87
|
+
name: updateServiceAppointmentAttendee
|
|
88
|
+
/service-resource-capacity:
|
|
89
|
+
get:
|
|
90
|
+
(luvio.adapter):
|
|
91
|
+
name: getServiceResourceCapacity
|
|
92
|
+
/service-territory-capacity:
|
|
93
|
+
get:
|
|
94
|
+
(luvio.adapter):
|
|
95
|
+
name: getServiceTerritoryCapacity
|
|
96
|
+
/waitlist-appointments:
|
|
97
|
+
post:
|
|
98
|
+
(luvio.adapter):
|
|
99
|
+
name: createWaitlistAppointment
|
|
100
|
+
/waitlist-checkin:
|
|
101
|
+
post:
|
|
102
|
+
(luvio.adapter):
|
|
103
|
+
name: createWaitlistCheckIn
|
|
104
|
+
/waitlist-relationships:
|
|
105
|
+
get:
|
|
106
|
+
(luvio.adapter):
|
|
107
|
+
name: getWaitlistRelationships
|
|
108
|
+
/waitlists:
|
|
109
|
+
get:
|
|
110
|
+
(luvio.adapter):
|
|
111
|
+
name: getWaitlists
|
|
112
|
+
/waitlist:
|
|
113
|
+
/participants:
|
|
114
|
+
/statistics:
|
|
115
|
+
get:
|
|
116
|
+
(luvio.adapter):
|
|
117
|
+
name: getWaitlistParticipantStats
|
|
118
|
+
patch:
|
|
119
|
+
(luvio.adapter):
|
|
120
|
+
name: updateWaitlistParticipant
|