@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.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/industries-scheduler.js +4293 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +66 -0
- package/dist/es/es2018/types/src/generated/adapters/createServiceAppointment.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/createWaitlistAppointment.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/createWaitlistCheckIn.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/getEngagementChannelTypes.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getNextWaitlistParticipant.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/getParticipantRecentInteractions.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getWaitlistRelationships.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getWaitlists.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/adapters/updateServiceAppointment.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +9 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.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/getConnectSchedulingWaitlistRelationships.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSchedulingWaitlists.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectSchedulingServiceAppointments.d.ts +13 -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 +41 -0
- package/dist/es/es2018/types/src/generated/types/AssignedResourceInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/AssignedResourceListInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/CreateServiceAppointmentData.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/CreateServiceAppointmentInputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/CreateServiceAppointmentResult.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/ExtendedFieldInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ExtendedFieldListInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/GetEngagementChannelTypeListResult.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/GetEngagementChannelTypeOutputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/GetEngagementChannelTypeResult.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/GetNextWaitlistParticipantOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/GetNextWaitlistParticipantResult.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/LeadInputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/ParticipantRecentInteractionsOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ParticipantRecentInteractionsResult.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/ServiceAppointmentInputRepresentation.d.ts +80 -0
- package/dist/es/es2018/types/src/generated/types/ServiceAppointmentOutputRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/ServiceAppointmentResult.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/UpdateServiceAppointmentData.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/UpdateServiceAppointmentInputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistAnalytics.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistAppointmentData.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistAppointmentInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistAppointmentOutputRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistAppointmentResult.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistCheckInData.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistCheckInInputRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistCheckInOutputRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistCheckInResult.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistInputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistListResult.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistOutputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistParticipantParticipant.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistParticipantResult.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistRelationshipsOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistRelationshipsResult.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistResult.d.ts +54 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistServiceResource.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistServiceResourceWithWorkTypes.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistWorkType.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistWorkTypeGroup.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/WorkTypeInputRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +39 -0
- package/package.json +68 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +4372 -0
- package/src/raml/api.raml +933 -0
- 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
|