@salesforce/lds-adapters-industries-scheduler 1.287.0-dev1 → 1.287.0-dev10

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/src/raml/api.raml CHANGED
@@ -304,6 +304,10 @@ types:
304
304
  description: Group appointment result
305
305
  type: object
306
306
  properties:
307
+ appointmentChannel:
308
+ description: Appointment Channel
309
+ type: AppointmentChannelRepresentation
310
+ required: false
307
311
  appointmentId:
308
312
  description: Service Appointment Id
309
313
  type: string
@@ -324,12 +328,10 @@ types:
324
328
  description: End Time
325
329
  type: string
326
330
  required: false
327
- resourceIds:
328
- description: Service Resource Ids
329
- type: array
331
+ resource:
332
+ description: Service Resource
333
+ type: ServiceResourceRepresentation
330
334
  required: false
331
- items:
332
- type: string
333
335
  startTime:
334
336
  description: Start Time
335
337
  type: string
@@ -346,6 +348,10 @@ types:
346
348
  description: Work Type Id
347
349
  type: string
348
350
  required: false
351
+ workTypeGroup:
352
+ description: Work Type Group
353
+ type: WorkTypeGroupRepresentation
354
+ required: false
349
355
  extendedFields:
350
356
  description: Extended Fields
351
357
  type: array
@@ -965,6 +971,34 @@ types:
965
971
  description: Name
966
972
  required: false
967
973
  type: string
974
+ AppointmentChannelRepresentation:
975
+ description: Appointment Channel representation
976
+ type: object
977
+ properties:
978
+ appointmentType:
979
+ description: Appointment Type
980
+ required: false
981
+ type: string
982
+ engagementChannelTypeId:
983
+ description: EngagementChannelType Id
984
+ required: false
985
+ type: string
986
+ engagementChannelTypeName:
987
+ description: EngagementChannelType Name
988
+ required: false
989
+ type: string
990
+ ServiceResourceRepresentation:
991
+ description: Service Resource representation
992
+ type: object
993
+ properties:
994
+ id:
995
+ description: ServiceResource ID
996
+ required: false
997
+ type: string
998
+ name:
999
+ description: ServiceResource Name
1000
+ required: false
1001
+ type: string
968
1002
  ExtendedFieldsOutputRepresentation:
969
1003
  description: Extended fields output representation
970
1004
  type: object