@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,30 @@
1
+ import { WaitlistListResult as WaitlistListResult_WaitlistListResult } from './WaitlistListResult';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
+ export declare const VERSION = "488cdb7cdd4ebfeca769103b193e0d94";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: WaitlistOutputRepresentation, existing: WaitlistOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: WaitlistOutputRepresentationNormalized, incoming: WaitlistOutputRepresentationNormalized): boolean;
9
+ export declare function deepFreeze(input: WaitlistOutputRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * Output representation of Waitlist (List) Representation
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface WaitlistOutputRepresentationNormalized {
19
+ /** Waitlist result */
20
+ result: WaitlistListResult_WaitlistListResult;
21
+ }
22
+ /**
23
+ * Output representation of Waitlist (List) Representation
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface WaitlistOutputRepresentation {
29
+ result: WaitlistListResult_WaitlistListResult;
30
+ }
@@ -0,0 +1,32 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "d2fff3a212d202fe7105cf673cefd052";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: WaitlistParticipantParticipant, existing: WaitlistParticipantParticipantNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistParticipantParticipantNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: WaitlistParticipantParticipantNormalized, incoming: WaitlistParticipantParticipantNormalized): boolean;
8
+ export declare function deepFreeze(input: WaitlistParticipantParticipant): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistParticipantParticipant, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Waitlist Participant Participant
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface WaitlistParticipantParticipantNormalized {
18
+ /** Id */
19
+ id?: string;
20
+ /** Name */
21
+ name?: string;
22
+ }
23
+ /**
24
+ * Waitlist Participant Participant
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface WaitlistParticipantParticipant {
30
+ id?: string;
31
+ name?: string;
32
+ }
@@ -0,0 +1,45 @@
1
+ import { WaitlistParticipantParticipant as WaitlistParticipantParticipant_WaitlistParticipantParticipant } from './WaitlistParticipantParticipant';
2
+ import { WaitlistServiceResource as WaitlistServiceResource_WaitlistServiceResource } from './WaitlistServiceResource';
3
+ import { WaitlistWorkTypeGroup as WaitlistWorkTypeGroup_WaitlistWorkTypeGroup } from './WaitlistWorkTypeGroup';
4
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
5
+ export declare const VERSION = "ef7d2716f1638629b639db123a6686a6";
6
+ export declare function validate(obj: any, path?: string): TypeError | null;
7
+ export declare const RepresentationType: string;
8
+ export declare function normalize(input: WaitlistParticipantResult, existing: WaitlistParticipantResultNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistParticipantResultNormalized;
9
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
10
+ export declare function equals(existing: WaitlistParticipantResultNormalized, incoming: WaitlistParticipantResultNormalized): boolean;
11
+ export declare function deepFreeze(input: WaitlistParticipantResult): void;
12
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
13
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistParticipantResult, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
14
+ /**
15
+ * Waitlist Participant Result
16
+ *
17
+ * Keys:
18
+ * (none)
19
+ */
20
+ export interface WaitlistParticipantResultNormalized {
21
+ /** Waitlist Participant */
22
+ participant?: WaitlistParticipantParticipant_WaitlistParticipantParticipant;
23
+ /** Waitlist Participant Identifier */
24
+ participantIdentifier?: string;
25
+ /** Service Appointment ID */
26
+ serviceAppointmentId: string;
27
+ serviceResource?: WaitlistServiceResource_WaitlistServiceResource;
28
+ /** Waitlist Participant ID */
29
+ waitlistParticipantId?: string;
30
+ workTypeGroup?: WaitlistWorkTypeGroup_WaitlistWorkTypeGroup;
31
+ }
32
+ /**
33
+ * Waitlist Participant Result
34
+ *
35
+ * Keys:
36
+ * (none)
37
+ */
38
+ export interface WaitlistParticipantResult {
39
+ participant?: WaitlistParticipantParticipant_WaitlistParticipantParticipant;
40
+ participantIdentifier?: string;
41
+ serviceAppointmentId: string;
42
+ serviceResource?: WaitlistServiceResource_WaitlistServiceResource;
43
+ waitlistParticipantId?: string;
44
+ workTypeGroup?: WaitlistWorkTypeGroup_WaitlistWorkTypeGroup;
45
+ }
@@ -0,0 +1,29 @@
1
+ import { WaitlistRelationshipsResult as WaitlistRelationshipsResult_WaitlistRelationshipsResult } from './WaitlistRelationshipsResult';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
+ export declare const VERSION = "29fcdb20c868bda3a922585f54290d7c";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: WaitlistRelationshipsOutputRepresentation, existing: WaitlistRelationshipsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistRelationshipsOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: WaitlistRelationshipsOutputRepresentationNormalized, incoming: WaitlistRelationshipsOutputRepresentationNormalized): boolean;
9
+ export declare function deepFreeze(input: WaitlistRelationshipsOutputRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistRelationshipsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * Output representation of Waitlist Relationships
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface WaitlistRelationshipsOutputRepresentationNormalized {
19
+ result: WaitlistRelationshipsResult_WaitlistRelationshipsResult;
20
+ }
21
+ /**
22
+ * Output representation of Waitlist Relationships
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface WaitlistRelationshipsOutputRepresentation {
28
+ result: WaitlistRelationshipsResult_WaitlistRelationshipsResult;
29
+ }
@@ -0,0 +1,34 @@
1
+ import { WaitlistServiceResource as WaitlistServiceResource_WaitlistServiceResource } from './WaitlistServiceResource';
2
+ import { WaitlistWorkType as WaitlistWorkType_WaitlistWorkType } from './WaitlistWorkType';
3
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
4
+ export declare const VERSION = "40ccf5da52ce8c2d8c65c70c1e2b98c1";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: WaitlistRelationshipsResult, existing: WaitlistRelationshipsResultNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistRelationshipsResultNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: WaitlistRelationshipsResultNormalized, incoming: WaitlistRelationshipsResultNormalized): boolean;
10
+ export declare function deepFreeze(input: WaitlistRelationshipsResult): void;
11
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
12
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistRelationshipsResult, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
13
+ /**
14
+ * Waitlist Relationships Result
15
+ *
16
+ * Keys:
17
+ * (none)
18
+ */
19
+ export interface WaitlistRelationshipsResultNormalized {
20
+ /** Service Resources */
21
+ serviceResources?: Array<WaitlistServiceResource_WaitlistServiceResource>;
22
+ /** Work Types */
23
+ workTypes?: Array<WaitlistWorkType_WaitlistWorkType>;
24
+ }
25
+ /**
26
+ * Waitlist Relationships Result
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface WaitlistRelationshipsResult {
32
+ serviceResources?: Array<WaitlistServiceResource_WaitlistServiceResource>;
33
+ workTypes?: Array<WaitlistWorkType_WaitlistWorkType>;
34
+ }
@@ -0,0 +1,54 @@
1
+ import { WaitlistServiceResource as WaitlistServiceResource_WaitlistServiceResource } from './WaitlistServiceResource';
2
+ import { WaitlistAnalytics as WaitlistAnalytics_WaitlistAnalytics } from './WaitlistAnalytics';
3
+ import { WaitlistParticipantResult as WaitlistParticipantResult_WaitlistParticipantResult } from './WaitlistParticipantResult';
4
+ import { WaitlistWorkTypeGroup as WaitlistWorkTypeGroup_WaitlistWorkTypeGroup } from './WaitlistWorkTypeGroup';
5
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
6
+ export declare const VERSION = "fc44ef5c2e6ac55948cb0cd80e157f89";
7
+ export declare function validate(obj: any, path?: string): TypeError | null;
8
+ export declare const RepresentationType: string;
9
+ export declare function normalize(input: WaitlistResult, existing: WaitlistResultNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistResultNormalized;
10
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
11
+ export declare function equals(existing: WaitlistResultNormalized, incoming: WaitlistResultNormalized): boolean;
12
+ export declare function deepFreeze(input: WaitlistResult): void;
13
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
14
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistResult, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
15
+ /**
16
+ * Waitlist result
17
+ *
18
+ * Keys:
19
+ * (none)
20
+ */
21
+ export interface WaitlistResultNormalized {
22
+ /** Description */
23
+ description?: string;
24
+ /** Active */
25
+ isActive?: boolean;
26
+ /** Waitlist Name */
27
+ name?: string;
28
+ /** Service Resources */
29
+ serviceResources?: Array<WaitlistServiceResource_WaitlistServiceResource>;
30
+ /** Waitlist Analytics */
31
+ waitlistAnalytics?: WaitlistAnalytics_WaitlistAnalytics;
32
+ /** Waitlist ID */
33
+ waitlistId?: string;
34
+ /** Waitlist Participants */
35
+ waitlistParticipants?: Array<WaitlistParticipantResult_WaitlistParticipantResult>;
36
+ /** Work Type Groups */
37
+ workTypeGroups?: Array<WaitlistWorkTypeGroup_WaitlistWorkTypeGroup>;
38
+ }
39
+ /**
40
+ * Waitlist result
41
+ *
42
+ * Keys:
43
+ * (none)
44
+ */
45
+ export interface WaitlistResult {
46
+ description?: string;
47
+ isActive?: boolean;
48
+ name?: string;
49
+ serviceResources?: Array<WaitlistServiceResource_WaitlistServiceResource>;
50
+ waitlistAnalytics?: WaitlistAnalytics_WaitlistAnalytics;
51
+ waitlistId?: string;
52
+ waitlistParticipants?: Array<WaitlistParticipantResult_WaitlistParticipantResult>;
53
+ workTypeGroups?: Array<WaitlistWorkTypeGroup_WaitlistWorkTypeGroup>;
54
+ }
@@ -0,0 +1,32 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "2ef071c700b84cba91e63e981e2eede7";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: WaitlistServiceResource, existing: WaitlistServiceResourceNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistServiceResourceNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: WaitlistServiceResourceNormalized, incoming: WaitlistServiceResourceNormalized): boolean;
8
+ export declare function deepFreeze(input: WaitlistServiceResource): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistServiceResource, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Waitlist Service Resource
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface WaitlistServiceResourceNormalized {
18
+ /** Id */
19
+ id?: string;
20
+ /** Name */
21
+ name?: string;
22
+ }
23
+ /**
24
+ * Waitlist Service Resource
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface WaitlistServiceResource {
30
+ id?: string;
31
+ name?: string;
32
+ }
@@ -0,0 +1,38 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "235368820a5a56f542c7f4ecb4e2141c";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: WaitlistServiceResourceWithWorkTypes, existing: WaitlistServiceResourceWithWorkTypesNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistServiceResourceWithWorkTypesNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: WaitlistServiceResourceWithWorkTypesNormalized, incoming: WaitlistServiceResourceWithWorkTypesNormalized): boolean;
8
+ export declare function deepFreeze(input: WaitlistServiceResourceWithWorkTypes): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistServiceResourceWithWorkTypes, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Waitlist Service Resource With Work Types
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface WaitlistServiceResourceWithWorkTypesNormalized {
18
+ /** Id */
19
+ id: string;
20
+ /** serviceResourceId */
21
+ serviceResourceId: string;
22
+ /** waitlistId */
23
+ waitlistId: string;
24
+ /** workTypeIds */
25
+ workTypeIds: Array<string>;
26
+ }
27
+ /**
28
+ * Waitlist Service Resource With Work Types
29
+ *
30
+ * Keys:
31
+ * (none)
32
+ */
33
+ export interface WaitlistServiceResourceWithWorkTypes {
34
+ id: string;
35
+ serviceResourceId: string;
36
+ waitlistId: string;
37
+ workTypeIds: Array<string>;
38
+ }
@@ -0,0 +1,39 @@
1
+ import { WaitlistResult as WaitlistResult_WaitlistResult } from './WaitlistResult';
2
+ import { WaitlistWorkTypeGroup as WaitlistWorkTypeGroup_WaitlistWorkTypeGroup } from './WaitlistWorkTypeGroup';
3
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
4
+ export declare const VERSION = "2a2aa9be1b0b3154e15f808f918ba516";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: WaitlistWorkType, existing: WaitlistWorkTypeNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistWorkTypeNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: WaitlistWorkTypeNormalized, incoming: WaitlistWorkTypeNormalized): boolean;
10
+ export declare function deepFreeze(input: WaitlistWorkType): void;
11
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
12
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistWorkType, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
13
+ /**
14
+ * Waitlist Work Type
15
+ *
16
+ * Keys:
17
+ * (none)
18
+ */
19
+ export interface WaitlistWorkTypeNormalized {
20
+ /** Id */
21
+ id?: string;
22
+ /** Name */
23
+ name?: string;
24
+ /** Waitlist */
25
+ waitlist?: WaitlistResult_WaitlistResult;
26
+ workTypeGroup?: WaitlistWorkTypeGroup_WaitlistWorkTypeGroup;
27
+ }
28
+ /**
29
+ * Waitlist Work Type
30
+ *
31
+ * Keys:
32
+ * (none)
33
+ */
34
+ export interface WaitlistWorkType {
35
+ id?: string;
36
+ name?: string;
37
+ waitlist?: WaitlistResult_WaitlistResult;
38
+ workTypeGroup?: WaitlistWorkTypeGroup_WaitlistWorkTypeGroup;
39
+ }
@@ -0,0 +1,32 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "9d573b064500fae0b4205231dae5af50";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: WaitlistWorkTypeGroup, existing: WaitlistWorkTypeGroupNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistWorkTypeGroupNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: WaitlistWorkTypeGroupNormalized, incoming: WaitlistWorkTypeGroupNormalized): boolean;
8
+ export declare function deepFreeze(input: WaitlistWorkTypeGroup): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistWorkTypeGroup, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Waitlist Work Type Group
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface WaitlistWorkTypeGroupNormalized {
18
+ /** Id */
19
+ id?: string;
20
+ /** Name */
21
+ name?: string;
22
+ }
23
+ /**
24
+ * Waitlist Work Type Group
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface WaitlistWorkTypeGroup {
30
+ id?: string;
31
+ name?: string;
32
+ }
@@ -0,0 +1,53 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "4edf407fce3a3c5f105871a21950b788";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: WorkTypeInputRepresentation, existing: WorkTypeInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WorkTypeInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: WorkTypeInputRepresentationNormalized, incoming: WorkTypeInputRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: WorkTypeInputRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WorkTypeInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Work Type input representation
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface WorkTypeInputRepresentationNormalized {
18
+ /** Block time after appointment */
19
+ blockTimeAfterAppointmentInMinutes: number;
20
+ /** Block time before appointment */
21
+ blockTimeBeforeAppointmentInMinutes: number;
22
+ /** Duration in Minutes */
23
+ durationInMinutes: number;
24
+ /** Id */
25
+ id: string;
26
+ /** Operating Hours Id */
27
+ operatingHoursId: string;
28
+ /** Operating Hours Time Zone */
29
+ operatingHoursTimeZone: string;
30
+ /** Skill Requirement */
31
+ skillRequirements: Array<{}>;
32
+ /** Timeframe end in minutes */
33
+ timeFrameEndInMinutes: number;
34
+ /** Timeframe start in minutes */
35
+ timeFrameStartInMinutes: number;
36
+ }
37
+ /**
38
+ * Work Type input representation
39
+ *
40
+ * Keys:
41
+ * (none)
42
+ */
43
+ export interface WorkTypeInputRepresentation {
44
+ blockTimeAfterAppointmentInMinutes: number;
45
+ blockTimeBeforeAppointmentInMinutes: number;
46
+ durationInMinutes: number;
47
+ id: string;
48
+ operatingHoursId: string;
49
+ operatingHoursTimeZone: string;
50
+ skillRequirements: Array<{}>;
51
+ timeFrameEndInMinutes: number;
52
+ timeFrameStartInMinutes: number;
53
+ }
@@ -0,0 +1,39 @@
1
+ import { NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const ObjectFreeze: {
3
+ <T extends Function>(f: T): T;
4
+ <T_1 extends {
5
+ [idx: string]: object | U | null | undefined;
6
+ }, U extends string | number | bigint | boolean | symbol>(o: T_1): Readonly<T_1>;
7
+ <T_2>(o: T_2): Readonly<T_2>;
8
+ }, ObjectKeys: {
9
+ (o: object): string[];
10
+ (o: {}): string[];
11
+ }, ObjectCreate: {
12
+ (o: object | null): any;
13
+ (o: object | null, properties: PropertyDescriptorMap & ThisType<any>): any;
14
+ }, ObjectAssign: {
15
+ <T extends {}, U>(target: T, source: U): T & U;
16
+ <T_1 extends {}, U_1, V>(target: T_1, source1: U_1, source2: V): T_1 & U_1 & V;
17
+ <T_2 extends {}, U_2, V_1, W>(target: T_2, source1: U_2, source2: V_1, source3: W): T_2 & U_2 & V_1 & W;
18
+ (target: object, ...sources: any[]): any;
19
+ };
20
+ export declare const ArrayIsArray: (arg: any) => arg is any[];
21
+ export declare const JSONStringify: {
22
+ (value: any, replacer?: ((this: any, key: string, value: any) => any) | undefined, space?: string | number | undefined): string;
23
+ (value: any, replacer?: (string | number)[] | null | undefined, space?: string | number | undefined): string;
24
+ };
25
+ type AllowedPrimitives = boolean | string | number | Date | null;
26
+ type Value<T> = T extends AllowedPrimitives ? T : RecursivePartial<T>;
27
+ export type RecursivePartial<T> = null | {
28
+ [P in keyof T]?: T[P] extends Array<infer U> ? Array<Value<U>> | null : Value<T[P]> | null;
29
+ };
30
+ export declare function equalsArray<U, V extends U[]>(a: V, b: V, equalsItem: (itemA: U, itemB: U) => boolean | void): boolean;
31
+ export declare function equalsObject<U, V extends {
32
+ [key: string]: U;
33
+ }>(a: V, b: V, equalsProp: (propA: U, propB: U) => boolean | void): boolean;
34
+ export declare function deepFreeze(value: any): void;
35
+ export declare function createLink(ref: string | $64$luvio_engine_NormalizedKeyMetadata): {
36
+ __ref: string;
37
+ };
38
+ export declare function assignMetadataLink(entry: any, metadataKey: string | $64$luvio_engine_NormalizedKeyMetadata): void;
39
+ export {};
package/package.json ADDED
@@ -0,0 +1,68 @@
1
+ {
2
+ "name": "@salesforce/lds-adapters-industries-scheduler",
3
+ "version": "0.131.0",
4
+ "description": "Wire adapters for Lightning Scheduler resources",
5
+ "license": "SEE LICENSE IN LICENSE.txt",
6
+ "main": "dist/es/es2018/industries-scheduler.js",
7
+ "module": "dist/es/es2018/industries-scheduler.js",
8
+ "types": "dist/es/es2018/types/src/generated/artifacts/main.d.ts",
9
+ "files": [
10
+ "dist",
11
+ "sfdc",
12
+ "src/raml/*"
13
+ ],
14
+ "exports": {
15
+ ".": {
16
+ "import": "./dist/es/es2018/industries-scheduler.js",
17
+ "require": "./dist/es/es2018/industries-scheduler.js",
18
+ "types": "./dist/es/es2018/types/src/generated/artifacts/main.d.ts"
19
+ },
20
+ "./sfdc": {
21
+ "import": "./sfdc/index.js",
22
+ "types": "./sfdc/index.d.ts",
23
+ "default": "./sfdc/index.js"
24
+ }
25
+ },
26
+ "sdfc": {
27
+ "namespace": "lightning",
28
+ "module": "industriesSchedulerApi"
29
+ },
30
+ "contributors": [
31
+ "pavan.puvvada@salesforce.com",
32
+ "kgoncalves@salesforce.com"
33
+ ],
34
+ "scripts": {
35
+ "build": "yarn build:raml && yarn build:services && yarn build:karma",
36
+ "build:karma": "rollup --config rollup.config.karma.js",
37
+ "build:raml": "luvio generate src/raml/luvio.raml src/generated -p '../lds-compiler-plugins'",
38
+ "build:services": "rollup --config rollup.config.js",
39
+ "clean": "rm -rf dist sfdc src/generated karma/dist",
40
+ "release:core": "../../scripts/release/core.js --adapter=lds-adapters-industries-scheduler",
41
+ "release:corejar": "yarn build && ../core-build/scripts/core.js --adapter=lds-adapters-industries-scheduler",
42
+ "start": "karma start",
43
+ "test": "karma start --single-run",
44
+ "test:compat": "karma start --single-run --compat"
45
+ },
46
+ "dependencies": {
47
+ "@salesforce/lds-bindings": "1.131.0-244.6"
48
+ },
49
+ "devDependencies": {
50
+ "@salesforce/lds-compiler-plugins": "1.131.0-244.6",
51
+ "@salesforce/lds-karma": "1.131.0-244.6"
52
+ },
53
+ "nx": {
54
+ "targets": {
55
+ "build": {
56
+ "outputs": [
57
+ "packages/lds-adapters-industries-scheduler/dist",
58
+ "packages/lds-adapters-industries-scheduler/karma/dist",
59
+ "packages/lds-adapters-industries-scheduler/sfdc",
60
+ "packages/lds-adapters-industries-scheduler/src/generated"
61
+ ]
62
+ }
63
+ }
64
+ },
65
+ "volta": {
66
+ "extends": "../../package.json"
67
+ }
68
+ }
@@ -0,0 +1 @@
1
+ export * from '../dist/es/es2018/types/src/generated/artifacts/sfdc';