@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,933 @@
1
+ #%RAML 1.0
2
+ securedBy:
3
+ - OAuth2
4
+ title: Salesforce Connect API
5
+ version: '58.0'
6
+ mediaType: application/json
7
+ protocols:
8
+ - https
9
+ baseUri: /services/data/v58.0
10
+ securitySchemes:
11
+ OAuth2:
12
+ type: OAuth 2.0
13
+ settings:
14
+ authorizationUri: https://example.com/oauth/authorize
15
+ accessTokenUri: ''
16
+ authorizationGrants:
17
+ - implicit
18
+ annotationTypes:
19
+ oas-readOnly:
20
+ type: boolean
21
+ allowedTargets: TypeDeclaration
22
+ oas-collectionFormat:
23
+ type: string
24
+ oas-body-name:
25
+ type: string
26
+ allowedTargets: TypeDeclaration
27
+ types:
28
+ AbstractServiceAppointmentInputRepresentation:
29
+ description: ' Service Appointment input representation'
30
+ type: object
31
+ properties:
32
+ assignedResources:
33
+ description: Assigned Resources
34
+ type: array
35
+ required: false #TODO: hand-rolled W-8253396
36
+ items:
37
+ type: object
38
+ lead:
39
+ description: Lead
40
+ type: object
41
+ required: false #TODO: hand-rolled W-8253396
42
+ schedulingPolicyId:
43
+ description: Scheduling Policy Id
44
+ type: string
45
+ required: false #TODO: hand-rolled W-8253396
46
+ serviceAppointment:
47
+ description: Service Appointment
48
+ type: object
49
+ required: false #TODO: hand-rolled W-8253396
50
+ serviceAppointmentId:
51
+ description: Service appointment Id
52
+ type: string
53
+ required: false #TODO: hand-rolled W-8253396
54
+ AssignedResourceInputRepresentation:
55
+ description: Input representation for Assigned Resource
56
+ type: object
57
+ properties:
58
+ extendedFields:
59
+ description: Extended fields
60
+ type: array
61
+ items:
62
+ type: object
63
+ isPrimaryResource:
64
+ description: Is primary resource
65
+ type: boolean
66
+ isRequiredResource:
67
+ description: Is required resource
68
+ type: boolean
69
+ serviceResourceId:
70
+ description: Service resource ID
71
+ type: string
72
+ AssignedResourceListInputRepresentation:
73
+ description: Input representation for a list of Assigned Resources
74
+ type: object
75
+ properties:
76
+ assignedResources:
77
+ description: List of Assigned Resources
78
+ type: array
79
+ required: false #TODO: hand-rolled W-8253396
80
+ items:
81
+ type: object
82
+ CreateServiceAppointmentInputRepresentation:
83
+ description: Create Service Appointment input representation
84
+ type: object #TODO hand-rolled, extends abstract class and has no properties
85
+ properties:
86
+ assignedResources:
87
+ description: Assigned Resources
88
+ type: array
89
+ required: false #TODO: hand-rolled W-8253396
90
+ items:
91
+ type: object
92
+ lead:
93
+ description: Lead
94
+ type: object
95
+ required: false #TODO: hand-rolled W-8253396
96
+ schedulingPolicyId:
97
+ description: Scheduling Policy Id
98
+ type: string
99
+ required: false #TODO: hand-rolled W-8253396
100
+ serviceAppointment:
101
+ description: Service Appointment
102
+ type: object
103
+ required: false #TODO: hand-rolled W-8253396
104
+ serviceAppointmentId:
105
+ description: Service appointment Id
106
+ type: string
107
+ required: false #TODO: hand-rolled W-8253396
108
+ CreateServiceAppointmentData: #TODO: hand-rolled
109
+ description: A wrapper around CreateServiceAppointmentInputRepresentation
110
+ type: object
111
+ properties:
112
+ createServiceAppointmentInput:
113
+ description: The Oas Body name for create appointment data
114
+ type: CreateServiceAppointmentInputRepresentation
115
+ CreateServiceAppointmentResult:
116
+ description: Create residential loan application results representation
117
+ type: object
118
+ properties:
119
+ assignedResourceIds:
120
+ description: Assigned resource IDs
121
+ type: array
122
+ items:
123
+ type: string
124
+ parentRecordId:
125
+ description: Parent record ID
126
+ type: string
127
+ serviceAppointmentId:
128
+ description: Service appointment ID
129
+ type: string
130
+ ExtendedFieldInputRepresentation:
131
+ description: Input representation for extended fields
132
+ type: object
133
+ properties:
134
+ name:
135
+ description: Extended Field Name
136
+ type: string
137
+ value:
138
+ description: Extended Field Value
139
+ type: string
140
+ ExtendedFieldListInputRepresentation:
141
+ description: Wraps a list of extended fields.
142
+ type: object
143
+ properties:
144
+ extendedFields:
145
+ description: List of Extended Fields
146
+ type: array
147
+ items:
148
+ type: object
149
+ GetEngagementChannelTypeListResult:
150
+ description: Get engagement channel type list result
151
+ type: object
152
+ properties:
153
+ engagementChannelTypes:
154
+ description: List of Engagement Channel Types
155
+ type: array
156
+ items:
157
+ type: GetEngagementChannelTypeResult
158
+ GetEngagementChannelTypeOutputRepresentation:
159
+ description: Output representation of Get Engagement Channel Type (List) Representation
160
+ type: object
161
+ properties:
162
+ result:
163
+ description: Get Engagement Channel Type result
164
+ type: GetEngagementChannelTypeListResult
165
+ GetEngagementChannelTypeResult:
166
+ description: Get engagement channel type result
167
+ type: object
168
+ properties:
169
+ contactPoint:
170
+ description: Engagement Channel Type Contact Point
171
+ type: string
172
+ required: false #TODO: hand-rolled W-8253396
173
+ contactPointType:
174
+ description: Engagement Channel Type Contact Point Type
175
+ type: string
176
+ required: false #TODO: hand-rolled W-8253396
177
+ id:
178
+ description: Engagement Channel Type ID
179
+ type: string
180
+ required: false #TODO: hand-rolled W-8253396
181
+ name:
182
+ description: Engagement Channel Type name
183
+ type: string
184
+ required: false #TODO: hand-rolled W-8253396
185
+ workTypeGroupIds:
186
+ description: Engagement Channel Type Work Type Group Ids
187
+ type: array
188
+ required: false #TODO: hand-rolled W-8253396
189
+ items:
190
+ type: string
191
+ workTypeIds:
192
+ description: Engagement Channel Type Work Type Ids
193
+ type: array
194
+ required: false #TODO: hand-rolled W-8253396
195
+ items:
196
+ type: string
197
+ GetNextWaitlistParticipantOutputRepresentation:
198
+ description: Output representation of Get Next Waitlist Participant Representation
199
+ type: object
200
+ properties:
201
+ result:
202
+ description: Get Next Waitlist Participant result
203
+ type: GetNextWaitlistParticipantResult
204
+ GetNextWaitlistParticipantResult:
205
+ description: Get next waitlist participant result
206
+ type: object
207
+ properties:
208
+ waitlistParticipantId:
209
+ description: Waitlist Participant ID
210
+ required: false
211
+ type: string
212
+ waitlistServiceResource:
213
+ description: Waitlist Service Resource
214
+ type: WaitlistServiceResourceWithWorkTypes
215
+ workTypeGroups:
216
+ description: Work Type Groups
217
+ required: false
218
+ type: array
219
+ items:
220
+ type: WaitlistWorkTypeGroup
221
+ workTypeId:
222
+ description: Work Type ID
223
+ required: false
224
+ type: string
225
+ LeadInputRepresentation:
226
+ description: Input representation for Lead
227
+ type: object
228
+ properties:
229
+ company:
230
+ description: Company
231
+ type: string
232
+ email:
233
+ description: Email
234
+ type: string
235
+ extendedFields:
236
+ description: Extended fields
237
+ type: array
238
+ items:
239
+ type: object
240
+ firstName:
241
+ description: First name
242
+ type: string
243
+ lastName:
244
+ description: Last name
245
+ type: string
246
+ phone:
247
+ description: Phone
248
+ type: string
249
+ ParticipantRecentInteractionsOutputRepresentation:
250
+ description: Output representation of Participant Recent Interactions
251
+ type: object
252
+ properties:
253
+ result:
254
+ description: Participant Recent Interactions result
255
+ type: ParticipantRecentInteractionsResult
256
+ ParticipantRecentInteractionsResult:
257
+ description: Participant Recent Interactions
258
+ type: object
259
+ properties:
260
+ serviceResources:
261
+ description: Service Resources
262
+ type: array
263
+ items:
264
+ type: WaitlistServiceResource
265
+ ServiceAppointmentInputRepresentation:
266
+ description: Input representation for Service Appointment
267
+ type: object
268
+ properties:
269
+ additionalInformation:
270
+ description: Additional information
271
+ type: string
272
+ required: false #TODO: hand-rolled W-8253396
273
+ appointmentType:
274
+ description: Appointment type
275
+ type: string
276
+ required: false #TODO: hand-rolled W-8253396
277
+ city:
278
+ description: City
279
+ type: string
280
+ required: false #TODO: hand-rolled W-8253396
281
+ comments:
282
+ description: Comments
283
+ type: string
284
+ required: false #TODO: hand-rolled W-8253396
285
+ contactId:
286
+ description: Contact ID
287
+ type: string
288
+ required: false #TODO: hand-rolled W-8253396
289
+ country:
290
+ description: Country
291
+ type: string
292
+ required: false #TODO: hand-rolled W-8253396
293
+ description:
294
+ description: Description
295
+ type: string
296
+ required: false #TODO: hand-rolled W-8253396
297
+ engagementChannelTypeId:
298
+ description: Engagement channel type id
299
+ type: string
300
+ required: false #TODO: hand-rolled W-8253396
301
+ extendedFields:
302
+ description: Extended fields
303
+ type: array
304
+ required: false #TODO: hand-rolled W-8253396
305
+ items:
306
+ type: object
307
+ parentRecordId:
308
+ description: Parent record ID
309
+ type: string
310
+ postalCode:
311
+ description: Postal code
312
+ type: string
313
+ required: false #TODO: hand-rolled W-8253396
314
+ schedEndTime:
315
+ description: Scheduled end time
316
+ type: string
317
+ required: false #TODO: hand-rolled W-8253396
318
+ schedStartTime:
319
+ description: Scheduled start time
320
+ type: string
321
+ required: false #TODO: hand-rolled W-8253396
322
+ serviceTerritoryId:
323
+ description: Service territory ID
324
+ type: string
325
+ required: false #TODO: hand-rolled W-8253396
326
+ state:
327
+ description: State
328
+ type: string
329
+ required: false #TODO: hand-rolled W-8253396
330
+ street:
331
+ description: Street
332
+ type: string
333
+ required: false #TODO: hand-rolled W-8253396
334
+ subject:
335
+ description: Subject
336
+ type: string
337
+ required: false #TODO: hand-rolled W-8253396
338
+ workTypeId:
339
+ description: Work type ID
340
+ type: string
341
+ required: false #TODO: hand-rolled W-8253396
342
+ ServiceAppointmentOutputRepresentation:
343
+ description: Create service appointment output representation
344
+ type: object
345
+ properties:
346
+ result:
347
+ description: Result
348
+ type: ServiceAppointmentResult
349
+ ServiceAppointmentResult:
350
+ description: Create Service Appointment results representation
351
+ type: object
352
+ properties:
353
+ assignedResourceIds:
354
+ description: Assigned resource IDs
355
+ type: array
356
+ items:
357
+ type: string
358
+ parentRecordId:
359
+ description: Parent record ID
360
+ type: string
361
+ required: false #TODO: hand-rolled W-8253396
362
+ serviceAppointmentId:
363
+ description: Service appointment ID
364
+ type: string
365
+ UpdateServiceAppointmentInputRepresentation:
366
+ description: Update Service Appointment input representation
367
+ type: object #TODO hand-rolled - actually extends abstract class
368
+ properties:
369
+ assignedResources:
370
+ description: Assigned Resources
371
+ type: array
372
+ required: false #TODO: hand-rolled W-8253396
373
+ items:
374
+ type: object
375
+ lead:
376
+ description: Lead
377
+ type: object
378
+ required: false #TODO: hand-rolled W-8253396
379
+ schedulingPolicyId:
380
+ description: Scheduling Policy Id
381
+ type: string
382
+ required: false #TODO: hand-rolled W-8253396
383
+ serviceAppointment:
384
+ description: Service Appointment
385
+ type: object
386
+ serviceAppointmentId:
387
+ description: Service appointment Id
388
+ type: string
389
+ UpdateServiceAppointmentData: #TODO: hand rolled
390
+ description: A wrapper around the UpdateServiceAppointmentInputRepresentation
391
+ type: object
392
+ properties:
393
+ updateServiceAppointmentInput:
394
+ description: The Oas Boday Name for update service data
395
+ type: UpdateServiceAppointmentInputRepresentation
396
+ WaitlistAnalytics:
397
+ description: Waitlist Analytics
398
+ type: object
399
+ properties:
400
+ currentParticipant:
401
+ description: Current participants
402
+ required: false
403
+ type: integer
404
+ servedParticipant:
405
+ description: Served participants
406
+ required: false
407
+ type: integer
408
+ totalParticipant:
409
+ description: Total participants
410
+ required: false
411
+ type: integer
412
+ totalWaitingTimeInMin:
413
+ description: Total waiting time in minutes
414
+ required: false
415
+ type: integer
416
+ WaitlistAppointmentInputRepresentation:
417
+ description: Waitlist Appointment Input Representation
418
+ type: object
419
+ properties:
420
+ userId:
421
+ description: User Id
422
+ type: string
423
+ waitlistParticipantId:
424
+ description: Waitlist Participant Id
425
+ type: string
426
+ WaitlistAppointmentData: #TODO: hand-rolled
427
+ description: A wrapper around WaitlistAppointmentInputRepresentation
428
+ type: object
429
+ properties:
430
+ waitlistAppointmentInput:
431
+ description: The Oas Body name for waitlist appointment data
432
+ type: WaitlistAppointmentInputRepresentation
433
+ WaitlistAppointmentOutputRepresentation:
434
+ description: Waitlist Appointment output representation
435
+ type: object
436
+ properties:
437
+ result:
438
+ description: Waitlist Appointment result
439
+ type: WaitlistAppointmentResult
440
+ WaitlistAppointmentResult:
441
+ description: Waitlist Appointment Result
442
+ type: object
443
+ properties:
444
+ assignedResourceId:
445
+ description: Assigned Resource ID
446
+ required: false
447
+ type: string
448
+ serviceAppointmentId:
449
+ description: Service Appointment ID
450
+ type: string
451
+ waitlistParticipantId:
452
+ description: Waitlist Participant ID
453
+ required: false
454
+ type: string
455
+ WaitlistCheckInInputRepresentation:
456
+ description: Waitlist checkin input representation
457
+ type: object
458
+ properties:
459
+ description:
460
+ description: Description
461
+ required: false
462
+ type: string
463
+ lead:
464
+ description: Lead
465
+ required: false
466
+ type: object
467
+ participantId:
468
+ description: Participant Id
469
+ required: false
470
+ type: string
471
+ serviceResourceId:
472
+ description: Service Resource Id
473
+ required: false
474
+ type: string
475
+ waitlistId:
476
+ description: Waitlist Id
477
+ required: false
478
+ type: string
479
+ workTypeGroupId:
480
+ description: Work Type Group Id
481
+ required: false
482
+ type: string
483
+ workTypeId:
484
+ description: WorkType Id
485
+ required: false
486
+ type: string
487
+ WaitlistCheckInData: #TODO: hand-rolled
488
+ description: A wrapper around WaitlistCheckInInputRepresentation
489
+ type: object
490
+ properties:
491
+ waitlistCheckInInput:
492
+ description: The Oas Body name for waitlist checkIn data
493
+ type: WaitlistCheckInInputRepresentation
494
+ WaitlistCheckInOutputRepresentation:
495
+ description: Waitlist CheckIn output representation
496
+ type: object
497
+ properties:
498
+ result:
499
+ description: Waitlist CheckIn result
500
+ type: WaitlistCheckInResult
501
+ WaitlistCheckInResult:
502
+ description: Waitlist CheckIn Result
503
+ type: object
504
+ properties:
505
+ participantId:
506
+ description: Participant ID
507
+ required: false
508
+ type: string
509
+ serviceAppointmentId:
510
+ description: Service Appointment ID
511
+ type: string
512
+ waitlistParticipantId:
513
+ description: Waitlist Participant ID
514
+ required: false
515
+ type: string
516
+ WaitlistInputRepresentation:
517
+ description: Waitlist input representation
518
+ type: object
519
+ properties:
520
+ isActive:
521
+ description: IsActive
522
+ required: false
523
+ type: boolean
524
+ maxLimit:
525
+ description: Max Limit
526
+ required: false
527
+ type: integer
528
+ offset:
529
+ description: Offset
530
+ required: false
531
+ type: integer
532
+ requestId:
533
+ description: Request Unique Identifier
534
+ required: false
535
+ type: string
536
+ serviceTerritoryId:
537
+ description: ServiceTerritory Id
538
+ required: false
539
+ type: string
540
+ waitlistIds:
541
+ description: Waitlist Ids
542
+ required: false
543
+ type: array
544
+ items:
545
+ type: string
546
+ WaitlistListResult:
547
+ description: Waitlist list result
548
+ type: object
549
+ properties:
550
+ waitlists:
551
+ description: List of Waitlists
552
+ type: array
553
+ items:
554
+ type: WaitlistResult
555
+ WaitlistOutputRepresentation:
556
+ description: Output representation of Waitlist (List) Representation
557
+ type: object
558
+ properties:
559
+ result:
560
+ description: Waitlist result
561
+ type: WaitlistListResult
562
+ WaitlistParticipantParticipant:
563
+ description: Waitlist Participant Participant
564
+ type: object
565
+ properties:
566
+ id:
567
+ description: Id
568
+ required: false
569
+ type: string
570
+ name:
571
+ description: Name
572
+ required: false
573
+ type: string
574
+ WaitlistParticipantResult:
575
+ description: Waitlist Participant Result
576
+ type: object
577
+ properties:
578
+ participant:
579
+ description: Waitlist Participant
580
+ type: WaitlistParticipantParticipant
581
+ required: false
582
+ participantIdentifier:
583
+ description: Waitlist Participant Identifier
584
+ type: string
585
+ required: false
586
+ serviceAppointmentId:
587
+ description: Service Appointment ID
588
+ type: string
589
+ serviceResource:
590
+ description: Service Resource
591
+ type: WaitlistServiceResource
592
+ required: false
593
+ waitlistParticipantId:
594
+ description: Waitlist Participant ID
595
+ required: false
596
+ type: string
597
+ workTypeGroup:
598
+ description: Work Type Group
599
+ required: false
600
+ type: WaitlistWorkTypeGroup
601
+ WaitlistRelationshipsOutputRepresentation:
602
+ description: Output representation of Waitlist Relationships
603
+ type: object
604
+ properties:
605
+ result:
606
+ description: Waitlist Relationships result
607
+ type: WaitlistRelationshipsResult
608
+ WaitlistRelationshipsResult:
609
+ description: Waitlist Relationships Result
610
+ type: object
611
+ properties:
612
+ serviceResources:
613
+ description: Service Resources
614
+ required: false
615
+ type: array
616
+ items:
617
+ type: WaitlistServiceResource
618
+ workTypes:
619
+ description: Work Types
620
+ required: false
621
+ type: array
622
+ items:
623
+ type: WaitlistWorkType
624
+ WaitlistResult:
625
+ description: Waitlist result
626
+ type: object
627
+ properties:
628
+ description:
629
+ description: Description
630
+ required: false
631
+ type: string
632
+ isActive:
633
+ description: Active
634
+ required: false
635
+ type: boolean
636
+ name:
637
+ description: Waitlist Name
638
+ required: false
639
+ type: string
640
+ serviceResources:
641
+ description: Service Resources
642
+ required: false
643
+ type: array
644
+ items:
645
+ type: WaitlistServiceResource
646
+ waitlistAnalytics:
647
+ description: Waitlist Analytics
648
+ required: false
649
+ type: WaitlistAnalytics
650
+ waitlistId:
651
+ description: Waitlist ID
652
+ required: false
653
+ type: string
654
+ waitlistParticipants:
655
+ description: Waitlist Participants
656
+ required: false
657
+ type: array
658
+ items:
659
+ type: WaitlistParticipantResult
660
+ workTypeGroups:
661
+ description: Work Type Groups
662
+ required: false
663
+ type: array
664
+ items:
665
+ type: WaitlistWorkTypeGroup
666
+ WaitlistServiceResource:
667
+ description: Waitlist Service Resource
668
+ type: object
669
+ properties:
670
+ id:
671
+ description: Id
672
+ required: false
673
+ type: string
674
+ name:
675
+ description: Name
676
+ required: false
677
+ type: string
678
+ WaitlistServiceResourceWithWorkTypes:
679
+ description: Waitlist Service Resource With Work Types
680
+ type: object
681
+ properties:
682
+ id:
683
+ description: Id
684
+ type: string
685
+ serviceResourceId:
686
+ description: serviceResourceId
687
+ type: string
688
+ waitlistId:
689
+ description: waitlistId
690
+ type: string
691
+ workTypeIds:
692
+ description: workTypeIds
693
+ type: array
694
+ items:
695
+ type: string
696
+ WaitlistWorkType:
697
+ description: Waitlist Work Type
698
+ type: object
699
+ properties:
700
+ id:
701
+ description: Id
702
+ required: false
703
+ type: string
704
+ name:
705
+ description: Name
706
+ required: false
707
+ type: string
708
+ waitlist:
709
+ description: Waitlist
710
+ required: false
711
+ type: WaitlistResult
712
+ workTypeGroup:
713
+ description: Work Type Group
714
+ required: false
715
+ type: WaitlistWorkTypeGroup
716
+ WaitlistWorkTypeGroup:
717
+ description: Waitlist Work Type Group
718
+ type: object
719
+ properties:
720
+ id:
721
+ description: Id
722
+ required: false
723
+ type: string
724
+ name:
725
+ description: Name
726
+ required: false
727
+ type: string
728
+ WorkTypeInputRepresentation:
729
+ description: Work Type input representation
730
+ type: object
731
+ properties:
732
+ blockTimeAfterAppointmentInMinutes:
733
+ description: Block time after appointment
734
+ type: integer
735
+ blockTimeBeforeAppointmentInMinutes:
736
+ description: Block time before appointment
737
+ type: integer
738
+ durationInMinutes:
739
+ description: Duration in Minutes
740
+ type: integer
741
+ id:
742
+ description: Id
743
+ type: string
744
+ operatingHoursId:
745
+ description: Operating Hours Id
746
+ type: string
747
+ operatingHoursTimeZone:
748
+ description: Operating Hours Time Zone
749
+ type: string
750
+ skillRequirements:
751
+ description: Skill Requirement
752
+ type: array
753
+ items:
754
+ type: object
755
+ timeFrameEndInMinutes:
756
+ description: Timeframe end in minutes
757
+ type: integer
758
+ timeFrameStartInMinutes:
759
+ description: Timeframe start in minutes
760
+ type: integer
761
+
762
+ /connect:
763
+ /scheduling:
764
+ /engagement-channel-types:
765
+ get:
766
+ description: 'Get list of engagement channel types with specified work types or work type groups'
767
+ responses:
768
+ '200':
769
+ description: Success
770
+ body:
771
+ application/json:
772
+ type: GetEngagementChannelTypeOutputRepresentation
773
+ queryParameters:
774
+ workTypeGroupIds:
775
+ type: array
776
+ required: false #TODO: hand-rolled W-8253396
777
+ items:
778
+ type: string
779
+ (oas-collectionFormat): csv
780
+ workTypeIds:
781
+ type: array
782
+ required: false #TODO: hand-rolled W-8253396
783
+ items:
784
+ type: string
785
+ (oas-collectionFormat): csv
786
+ /next-waitlist-participant:
787
+ get:
788
+ displayName: getGetNextWaitlistParticipant
789
+ description: Get next waitlist participant with specified userid
790
+ responses:
791
+ '200':
792
+ description: Success
793
+ body:
794
+ application/json:
795
+ type: GetNextWaitlistParticipantOutputRepresentation
796
+ queryParameters:
797
+ userId:
798
+ type: string
799
+ required: false
800
+ /participant-recent-interactions:
801
+ get:
802
+ displayName: getParticipantRecentInteractions
803
+ description: Get recent interactions for given participant
804
+ responses:
805
+ '200':
806
+ description: Success
807
+ body:
808
+ application/json:
809
+ type: ParticipantRecentInteractionsOutputRepresentation
810
+ queryParameters:
811
+ filterByResourceIds:
812
+ type: array
813
+ required: false
814
+ items:
815
+ type: string
816
+ (oas-collectionFormat): csv
817
+ participantId:
818
+ type: string
819
+ required: false
820
+ territoryId:
821
+ type: string
822
+ required: false
823
+ /service-appointments:
824
+ patch:
825
+ description: Updating Service Appointment
826
+ responses:
827
+ '200':
828
+ description: Success
829
+ body:
830
+ application/json:
831
+ type: ServiceAppointmentOutputRepresentation
832
+ body:
833
+ application/json:
834
+ type: UpdateServiceAppointmentData
835
+ (oas-body-name): updateServiceAppointmentInput
836
+ post:
837
+ description: Create a new Sample object. All fields are optional for this object.
838
+ responses:
839
+ '200':
840
+ description: Success
841
+ body:
842
+ application/json:
843
+ type: ServiceAppointmentOutputRepresentation
844
+ body:
845
+ application/json:
846
+ type: CreateServiceAppointmentData
847
+ (oas-body-name): createServiceAppointmentInput
848
+ /waitlist-appointments:
849
+ post:
850
+ displayName: postWaitlistAppointment
851
+ description: Waitlist Appointment
852
+ responses:
853
+ '200':
854
+ description: Success
855
+ body:
856
+ application/json:
857
+ type: WaitlistAppointmentOutputRepresentation
858
+ body:
859
+ application/json:
860
+ type: WaitlistAppointmentData
861
+ (oas-body-name): waitlistAppointmentInput
862
+ /waitlist-checkin:
863
+ post:
864
+ displayName: postWaitlistCheckIn
865
+ description: Waitlist CheckIn
866
+ responses:
867
+ '200':
868
+ description: Success
869
+ body:
870
+ application/json:
871
+ type: WaitlistCheckInOutputRepresentation
872
+ body:
873
+ application/json:
874
+ type: WaitlistCheckInData
875
+ (oas-body-name): waitlistCheckInInput
876
+ /waitlist-relationships:
877
+ get:
878
+ displayName: getWaitlistRelationships
879
+ description: Get work types or service resources related to a Waitlist
880
+ responses:
881
+ '200':
882
+ description: Success
883
+ body:
884
+ application/json:
885
+ type: WaitlistRelationshipsOutputRepresentation
886
+ queryParameters:
887
+ serviceTerritoryId:
888
+ type: string
889
+ required: false
890
+ waitlistIds:
891
+ type: array
892
+ required: false
893
+ items:
894
+ type: string
895
+ (oas-collectionFormat): csv
896
+ workTypeIds:
897
+ type: array
898
+ required: false
899
+ items:
900
+ type: string
901
+ (oas-collectionFormat): csv
902
+ /waitlists:
903
+ get:
904
+ displayName: getWaitlist
905
+ description: Waitlists
906
+ responses:
907
+ '200':
908
+ description: Success
909
+ body:
910
+ application/json:
911
+ type: WaitlistOutputRepresentation
912
+ queryParameters:
913
+ isActive:
914
+ type: boolean
915
+ required: false
916
+ maxLimit:
917
+ type: integer
918
+ required: false
919
+ offset:
920
+ type: integer
921
+ required: false
922
+ requestId:
923
+ type: string
924
+ required: false
925
+ serviceTerritoryId:
926
+ type: string
927
+ required: false
928
+ waitlistIds:
929
+ type: array
930
+ required: false
931
+ items:
932
+ type: string
933
+ (oas-collectionFormat): csv