@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,47 @@
1
+ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ import { ServiceAppointmentResult as ServiceAppointmentResult_ServiceAppointmentResult } from './ServiceAppointmentResult';
3
+ export declare const VERSION = "09b2befd1e1777ff063639379004b1b7";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
7
+ id: string;
8
+ }
9
+ export type ServiceAppointmentOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export type PartialServiceAppointmentOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
12
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): ServiceAppointmentOutputRepresentationNormalizedKeyMetadata;
13
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ServiceAppointmentOutputRepresentation): string;
14
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ServiceAppointmentOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function normalize(input: ServiceAppointmentOutputRepresentation, existing: ServiceAppointmentOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ServiceAppointmentOutputRepresentationNormalized;
16
+ export interface DynamicIngestParams {
17
+ result: $64$luvio_engine_ResourceIngest;
18
+ }
19
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: ServiceAppointmentOutputRepresentation, existing: ServiceAppointmentOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => ServiceAppointmentOutputRepresentationNormalized;
20
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
21
+ export interface DynamicSelectParams {
22
+ result?: $64$luvio_engine_LinkSelection;
23
+ }
24
+ export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
25
+ export declare function equals(existing: ServiceAppointmentOutputRepresentationNormalized, incoming: ServiceAppointmentOutputRepresentationNormalized): boolean;
26
+ export declare function deepFreeze(input: ServiceAppointmentOutputRepresentation): void;
27
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
28
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ServiceAppointmentOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
29
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
30
+ /**
31
+ * Create service appointment output representation
32
+ *
33
+ * Keys:
34
+ * id (string): result.serviceAppointmentId
35
+ */
36
+ export interface ServiceAppointmentOutputRepresentationNormalized {
37
+ result: $64$luvio_engine_StoreLink;
38
+ }
39
+ /**
40
+ * Create service appointment output representation
41
+ *
42
+ * Keys:
43
+ * id (string): result.serviceAppointmentId
44
+ */
45
+ export interface ServiceAppointmentOutputRepresentation {
46
+ result: ServiceAppointmentResult_ServiceAppointmentResult;
47
+ }
@@ -0,0 +1,44 @@
1
+ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "2f0614d98c99215427524626e17e574b";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
6
+ id: string;
7
+ }
8
+ export type ServiceAppointmentResultNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
9
+ export type PartialServiceAppointmentResultNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
11
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): ServiceAppointmentResultNormalizedKeyMetadata;
12
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ServiceAppointmentResult): string;
13
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ServiceAppointmentResult): $64$luvio_engine_NormalizedKeyMetadata;
14
+ export declare function normalize(input: ServiceAppointmentResult, existing: ServiceAppointmentResultNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ServiceAppointmentResultNormalized;
15
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
16
+ export declare function equals(existing: ServiceAppointmentResultNormalized, incoming: ServiceAppointmentResultNormalized): boolean;
17
+ export declare function deepFreeze(input: ServiceAppointmentResult): void;
18
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
19
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ServiceAppointmentResult, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
20
+ /**
21
+ * Create Service Appointment results representation
22
+ *
23
+ * Keys:
24
+ * id (string): serviceAppointmentId
25
+ */
26
+ export interface ServiceAppointmentResultNormalized {
27
+ /** Assigned resource IDs */
28
+ assignedResourceIds: Array<string>;
29
+ /** Parent record ID */
30
+ parentRecordId?: string;
31
+ /** Service appointment ID */
32
+ serviceAppointmentId: string;
33
+ }
34
+ /**
35
+ * Create Service Appointment results representation
36
+ *
37
+ * Keys:
38
+ * id (string): serviceAppointmentId
39
+ */
40
+ export interface ServiceAppointmentResult {
41
+ assignedResourceIds: Array<string>;
42
+ parentRecordId?: string;
43
+ serviceAppointmentId: string;
44
+ }
@@ -0,0 +1,30 @@
1
+ import { UpdateServiceAppointmentInputRepresentation as UpdateServiceAppointmentInputRepresentation_UpdateServiceAppointmentInputRepresentation } from './UpdateServiceAppointmentInputRepresentation';
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 = "612c4dc0271a37240ce46bd52022eb94";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: UpdateServiceAppointmentData, existing: UpdateServiceAppointmentDataNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UpdateServiceAppointmentDataNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: UpdateServiceAppointmentDataNormalized, incoming: UpdateServiceAppointmentDataNormalized): boolean;
9
+ export declare function deepFreeze(input: UpdateServiceAppointmentData): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: UpdateServiceAppointmentData, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * A wrapper around the UpdateServiceAppointmentInputRepresentation
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface UpdateServiceAppointmentDataNormalized {
19
+ /** The Oas Boday Name for update service data */
20
+ updateServiceAppointmentInput: UpdateServiceAppointmentInputRepresentation_UpdateServiceAppointmentInputRepresentation;
21
+ }
22
+ /**
23
+ * A wrapper around the UpdateServiceAppointmentInputRepresentation
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface UpdateServiceAppointmentData {
29
+ updateServiceAppointmentInput: UpdateServiceAppointmentInputRepresentation_UpdateServiceAppointmentInputRepresentation;
30
+ }
@@ -0,0 +1,41 @@
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 = "59413d740bd7e0b005b0dfdbaa263932";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: UpdateServiceAppointmentInputRepresentation, existing: UpdateServiceAppointmentInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UpdateServiceAppointmentInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: UpdateServiceAppointmentInputRepresentationNormalized, incoming: UpdateServiceAppointmentInputRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: UpdateServiceAppointmentInputRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: UpdateServiceAppointmentInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Update Service Appointment input representation
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface UpdateServiceAppointmentInputRepresentationNormalized {
18
+ /** Assigned Resources */
19
+ assignedResources?: Array<{}>;
20
+ /** Lead */
21
+ lead?: {};
22
+ /** Scheduling Policy Id */
23
+ schedulingPolicyId?: string;
24
+ /** Service Appointment */
25
+ serviceAppointment: {};
26
+ /** Service appointment Id */
27
+ serviceAppointmentId: string;
28
+ }
29
+ /**
30
+ * Update Service Appointment input representation
31
+ *
32
+ * Keys:
33
+ * (none)
34
+ */
35
+ export interface UpdateServiceAppointmentInputRepresentation {
36
+ assignedResources?: Array<{}>;
37
+ lead?: {};
38
+ schedulingPolicyId?: string;
39
+ serviceAppointment: {};
40
+ serviceAppointmentId: string;
41
+ }
@@ -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 = "7d7ee9259e31b9a380a6a2defc06ea1f";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: WaitlistAnalytics, existing: WaitlistAnalyticsNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistAnalyticsNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: WaitlistAnalyticsNormalized, incoming: WaitlistAnalyticsNormalized): boolean;
8
+ export declare function deepFreeze(input: WaitlistAnalytics): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistAnalytics, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Waitlist Analytics
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface WaitlistAnalyticsNormalized {
18
+ /** Current participants */
19
+ currentParticipant?: number;
20
+ /** Served participants */
21
+ servedParticipant?: number;
22
+ /** Total participants */
23
+ totalParticipant?: number;
24
+ /** Total waiting time in minutes */
25
+ totalWaitingTimeInMin?: number;
26
+ }
27
+ /**
28
+ * Waitlist Analytics
29
+ *
30
+ * Keys:
31
+ * (none)
32
+ */
33
+ export interface WaitlistAnalytics {
34
+ currentParticipant?: number;
35
+ servedParticipant?: number;
36
+ totalParticipant?: number;
37
+ totalWaitingTimeInMin?: number;
38
+ }
@@ -0,0 +1,30 @@
1
+ import { WaitlistAppointmentInputRepresentation as WaitlistAppointmentInputRepresentation_WaitlistAppointmentInputRepresentation } from './WaitlistAppointmentInputRepresentation';
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 = "ca2683c44cedc75b2493cc8394538a15";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: WaitlistAppointmentData, existing: WaitlistAppointmentDataNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistAppointmentDataNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: WaitlistAppointmentDataNormalized, incoming: WaitlistAppointmentDataNormalized): boolean;
9
+ export declare function deepFreeze(input: WaitlistAppointmentData): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistAppointmentData, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * A wrapper around WaitlistAppointmentInputRepresentation
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface WaitlistAppointmentDataNormalized {
19
+ /** The Oas Body name for waitlist appointment data */
20
+ waitlistAppointmentInput: WaitlistAppointmentInputRepresentation_WaitlistAppointmentInputRepresentation;
21
+ }
22
+ /**
23
+ * A wrapper around WaitlistAppointmentInputRepresentation
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface WaitlistAppointmentData {
29
+ waitlistAppointmentInput: WaitlistAppointmentInputRepresentation_WaitlistAppointmentInputRepresentation;
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 = "01a98fd47361551ae250f7ea6caf3eb2";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: WaitlistAppointmentInputRepresentation, existing: WaitlistAppointmentInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistAppointmentInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: WaitlistAppointmentInputRepresentationNormalized, incoming: WaitlistAppointmentInputRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: WaitlistAppointmentInputRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistAppointmentInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Waitlist Appointment Input Representation
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface WaitlistAppointmentInputRepresentationNormalized {
18
+ /** User Id */
19
+ userId: string;
20
+ /** Waitlist Participant Id */
21
+ waitlistParticipantId: string;
22
+ }
23
+ /**
24
+ * Waitlist Appointment Input Representation
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface WaitlistAppointmentInputRepresentation {
30
+ userId: string;
31
+ waitlistParticipantId: string;
32
+ }
@@ -0,0 +1,47 @@
1
+ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ import { WaitlistAppointmentResult as WaitlistAppointmentResult_WaitlistAppointmentResult } from './WaitlistAppointmentResult';
3
+ export declare const VERSION = "5799b00165759bd7affc50aeb97a1898";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
7
+ id: string;
8
+ }
9
+ export type WaitlistAppointmentOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export type PartialWaitlistAppointmentOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
12
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): WaitlistAppointmentOutputRepresentationNormalizedKeyMetadata;
13
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: WaitlistAppointmentOutputRepresentation): string;
14
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: WaitlistAppointmentOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function normalize(input: WaitlistAppointmentOutputRepresentation, existing: WaitlistAppointmentOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistAppointmentOutputRepresentationNormalized;
16
+ export interface DynamicIngestParams {
17
+ result: $64$luvio_engine_ResourceIngest;
18
+ }
19
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: WaitlistAppointmentOutputRepresentation, existing: WaitlistAppointmentOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => WaitlistAppointmentOutputRepresentationNormalized;
20
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
21
+ export interface DynamicSelectParams {
22
+ result?: $64$luvio_engine_LinkSelection;
23
+ }
24
+ export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
25
+ export declare function equals(existing: WaitlistAppointmentOutputRepresentationNormalized, incoming: WaitlistAppointmentOutputRepresentationNormalized): boolean;
26
+ export declare function deepFreeze(input: WaitlistAppointmentOutputRepresentation): void;
27
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
28
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistAppointmentOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
29
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
30
+ /**
31
+ * Waitlist Appointment output representation
32
+ *
33
+ * Keys:
34
+ * id (string): result.serviceAppointmentId
35
+ */
36
+ export interface WaitlistAppointmentOutputRepresentationNormalized {
37
+ result: $64$luvio_engine_StoreLink;
38
+ }
39
+ /**
40
+ * Waitlist Appointment output representation
41
+ *
42
+ * Keys:
43
+ * id (string): result.serviceAppointmentId
44
+ */
45
+ export interface WaitlistAppointmentOutputRepresentation {
46
+ result: WaitlistAppointmentResult_WaitlistAppointmentResult;
47
+ }
@@ -0,0 +1,44 @@
1
+ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "2388e3a226fc68c6f2df6f2089af2eb9";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
6
+ id: string;
7
+ }
8
+ export type WaitlistAppointmentResultNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
9
+ export type PartialWaitlistAppointmentResultNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
11
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): WaitlistAppointmentResultNormalizedKeyMetadata;
12
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: WaitlistAppointmentResult): string;
13
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: WaitlistAppointmentResult): $64$luvio_engine_NormalizedKeyMetadata;
14
+ export declare function normalize(input: WaitlistAppointmentResult, existing: WaitlistAppointmentResultNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistAppointmentResultNormalized;
15
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
16
+ export declare function equals(existing: WaitlistAppointmentResultNormalized, incoming: WaitlistAppointmentResultNormalized): boolean;
17
+ export declare function deepFreeze(input: WaitlistAppointmentResult): void;
18
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
19
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistAppointmentResult, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
20
+ /**
21
+ * Waitlist Appointment Result
22
+ *
23
+ * Keys:
24
+ * id (string): serviceAppointmentId
25
+ */
26
+ export interface WaitlistAppointmentResultNormalized {
27
+ /** Assigned Resource ID */
28
+ assignedResourceId?: string;
29
+ /** Service Appointment ID */
30
+ serviceAppointmentId: string;
31
+ /** Waitlist Participant ID */
32
+ waitlistParticipantId?: string;
33
+ }
34
+ /**
35
+ * Waitlist Appointment Result
36
+ *
37
+ * Keys:
38
+ * id (string): serviceAppointmentId
39
+ */
40
+ export interface WaitlistAppointmentResult {
41
+ assignedResourceId?: string;
42
+ serviceAppointmentId: string;
43
+ waitlistParticipantId?: string;
44
+ }
@@ -0,0 +1,30 @@
1
+ import { WaitlistCheckInInputRepresentation as WaitlistCheckInInputRepresentation_WaitlistCheckInInputRepresentation } from './WaitlistCheckInInputRepresentation';
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 = "7aff9eebdddabdde0cb06cb6db6d6494";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: WaitlistCheckInData, existing: WaitlistCheckInDataNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistCheckInDataNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: WaitlistCheckInDataNormalized, incoming: WaitlistCheckInDataNormalized): boolean;
9
+ export declare function deepFreeze(input: WaitlistCheckInData): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistCheckInData, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * A wrapper around WaitlistCheckInInputRepresentation
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface WaitlistCheckInDataNormalized {
19
+ /** The Oas Body name for waitlist checkIn data */
20
+ waitlistCheckInInput: WaitlistCheckInInputRepresentation_WaitlistCheckInInputRepresentation;
21
+ }
22
+ /**
23
+ * A wrapper around WaitlistCheckInInputRepresentation
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface WaitlistCheckInData {
29
+ waitlistCheckInInput: WaitlistCheckInInputRepresentation_WaitlistCheckInInputRepresentation;
30
+ }
@@ -0,0 +1,47 @@
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 = "d29b29797796efc00835b6ef87795ab1";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: WaitlistCheckInInputRepresentation, existing: WaitlistCheckInInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistCheckInInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: WaitlistCheckInInputRepresentationNormalized, incoming: WaitlistCheckInInputRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: WaitlistCheckInInputRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistCheckInInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Waitlist checkin input representation
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface WaitlistCheckInInputRepresentationNormalized {
18
+ /** Description */
19
+ description?: string;
20
+ /** Lead */
21
+ lead?: {};
22
+ /** Participant Id */
23
+ participantId?: string;
24
+ /** Service Resource Id */
25
+ serviceResourceId?: string;
26
+ /** Waitlist Id */
27
+ waitlistId?: string;
28
+ /** Work Type Group Id */
29
+ workTypeGroupId?: string;
30
+ /** WorkType Id */
31
+ workTypeId?: string;
32
+ }
33
+ /**
34
+ * Waitlist checkin input representation
35
+ *
36
+ * Keys:
37
+ * (none)
38
+ */
39
+ export interface WaitlistCheckInInputRepresentation {
40
+ description?: string;
41
+ lead?: {};
42
+ participantId?: string;
43
+ serviceResourceId?: string;
44
+ waitlistId?: string;
45
+ workTypeGroupId?: string;
46
+ workTypeId?: string;
47
+ }
@@ -0,0 +1,47 @@
1
+ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ import { WaitlistCheckInResult as WaitlistCheckInResult_WaitlistCheckInResult } from './WaitlistCheckInResult';
3
+ export declare const VERSION = "6e5688bfa73cabc430625d75ccf54af9";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
7
+ id: string;
8
+ }
9
+ export type WaitlistCheckInOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export type PartialWaitlistCheckInOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
12
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): WaitlistCheckInOutputRepresentationNormalizedKeyMetadata;
13
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: WaitlistCheckInOutputRepresentation): string;
14
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: WaitlistCheckInOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function normalize(input: WaitlistCheckInOutputRepresentation, existing: WaitlistCheckInOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistCheckInOutputRepresentationNormalized;
16
+ export interface DynamicIngestParams {
17
+ result: $64$luvio_engine_ResourceIngest;
18
+ }
19
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: WaitlistCheckInOutputRepresentation, existing: WaitlistCheckInOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => WaitlistCheckInOutputRepresentationNormalized;
20
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
21
+ export interface DynamicSelectParams {
22
+ result?: $64$luvio_engine_LinkSelection;
23
+ }
24
+ export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
25
+ export declare function equals(existing: WaitlistCheckInOutputRepresentationNormalized, incoming: WaitlistCheckInOutputRepresentationNormalized): boolean;
26
+ export declare function deepFreeze(input: WaitlistCheckInOutputRepresentation): void;
27
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
28
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistCheckInOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
29
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
30
+ /**
31
+ * Waitlist CheckIn output representation
32
+ *
33
+ * Keys:
34
+ * id (string): result.serviceAppointmentId
35
+ */
36
+ export interface WaitlistCheckInOutputRepresentationNormalized {
37
+ result: $64$luvio_engine_StoreLink;
38
+ }
39
+ /**
40
+ * Waitlist CheckIn output representation
41
+ *
42
+ * Keys:
43
+ * id (string): result.serviceAppointmentId
44
+ */
45
+ export interface WaitlistCheckInOutputRepresentation {
46
+ result: WaitlistCheckInResult_WaitlistCheckInResult;
47
+ }
@@ -0,0 +1,44 @@
1
+ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "4fbac69ed905edc864d482f04963c3a8";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
6
+ id: string;
7
+ }
8
+ export type WaitlistCheckInResultNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
9
+ export type PartialWaitlistCheckInResultNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
11
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): WaitlistCheckInResultNormalizedKeyMetadata;
12
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: WaitlistCheckInResult): string;
13
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: WaitlistCheckInResult): $64$luvio_engine_NormalizedKeyMetadata;
14
+ export declare function normalize(input: WaitlistCheckInResult, existing: WaitlistCheckInResultNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistCheckInResultNormalized;
15
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
16
+ export declare function equals(existing: WaitlistCheckInResultNormalized, incoming: WaitlistCheckInResultNormalized): boolean;
17
+ export declare function deepFreeze(input: WaitlistCheckInResult): void;
18
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
19
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistCheckInResult, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
20
+ /**
21
+ * Waitlist CheckIn Result
22
+ *
23
+ * Keys:
24
+ * id (string): serviceAppointmentId
25
+ */
26
+ export interface WaitlistCheckInResultNormalized {
27
+ /** Participant ID */
28
+ participantId?: string;
29
+ /** Service Appointment ID */
30
+ serviceAppointmentId: string;
31
+ /** Waitlist Participant ID */
32
+ waitlistParticipantId?: string;
33
+ }
34
+ /**
35
+ * Waitlist CheckIn Result
36
+ *
37
+ * Keys:
38
+ * id (string): serviceAppointmentId
39
+ */
40
+ export interface WaitlistCheckInResult {
41
+ participantId?: string;
42
+ serviceAppointmentId: string;
43
+ waitlistParticipantId?: string;
44
+ }
@@ -0,0 +1,44 @@
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 = "a1e71be1b5fa9a61790c672365ffa901";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: WaitlistInputRepresentation, existing: WaitlistInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: WaitlistInputRepresentationNormalized, incoming: WaitlistInputRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: WaitlistInputRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Waitlist input representation
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface WaitlistInputRepresentationNormalized {
18
+ /** IsActive */
19
+ isActive?: boolean;
20
+ /** Max Limit */
21
+ maxLimit?: number;
22
+ /** Offset */
23
+ offset?: number;
24
+ /** Request Unique Identifier */
25
+ requestId?: string;
26
+ /** ServiceTerritory Id */
27
+ serviceTerritoryId?: string;
28
+ /** Waitlist Ids */
29
+ waitlistIds?: Array<string>;
30
+ }
31
+ /**
32
+ * Waitlist input representation
33
+ *
34
+ * Keys:
35
+ * (none)
36
+ */
37
+ export interface WaitlistInputRepresentation {
38
+ isActive?: boolean;
39
+ maxLimit?: number;
40
+ offset?: number;
41
+ requestId?: string;
42
+ serviceTerritoryId?: string;
43
+ waitlistIds?: Array<string>;
44
+ }
@@ -0,0 +1,30 @@
1
+ import { WaitlistResult as WaitlistResult_WaitlistResult } from './WaitlistResult';
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 = "c6f6bfbffecf936817af3b15dc257f7f";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: WaitlistListResult, existing: WaitlistListResultNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistListResultNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: WaitlistListResultNormalized, incoming: WaitlistListResultNormalized): boolean;
9
+ export declare function deepFreeze(input: WaitlistListResult): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistListResult, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * Waitlist list result
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface WaitlistListResultNormalized {
19
+ /** List of Waitlists */
20
+ waitlists: Array<WaitlistResult_WaitlistResult>;
21
+ }
22
+ /**
23
+ * Waitlist list result
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface WaitlistListResult {
29
+ waitlists: Array<WaitlistResult_WaitlistResult>;
30
+ }