@salesforce/lds-adapters-industries-scheduler 0.131.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/industries-scheduler.js +4293 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +66 -0
- package/dist/es/es2018/types/src/generated/adapters/createServiceAppointment.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/createWaitlistAppointment.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/createWaitlistCheckIn.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/getEngagementChannelTypes.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getNextWaitlistParticipant.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/getParticipantRecentInteractions.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getWaitlistRelationships.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getWaitlists.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/adapters/updateServiceAppointment.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +9 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSchedulingEngagementChannelTypes.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSchedulingNextWaitlistParticipant.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSchedulingParticipantRecentInteractions.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSchedulingWaitlistRelationships.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSchedulingWaitlists.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectSchedulingServiceAppointments.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectSchedulingServiceAppointments.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectSchedulingWaitlistAppointments.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectSchedulingWaitlistCheckin.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/types/AbstractServiceAppointmentInputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/AssignedResourceInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/AssignedResourceListInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/CreateServiceAppointmentData.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/CreateServiceAppointmentInputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/CreateServiceAppointmentResult.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/ExtendedFieldInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ExtendedFieldListInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/GetEngagementChannelTypeListResult.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/GetEngagementChannelTypeOutputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/GetEngagementChannelTypeResult.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/GetNextWaitlistParticipantOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/GetNextWaitlistParticipantResult.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/LeadInputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/ParticipantRecentInteractionsOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ParticipantRecentInteractionsResult.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/ServiceAppointmentInputRepresentation.d.ts +80 -0
- package/dist/es/es2018/types/src/generated/types/ServiceAppointmentOutputRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/ServiceAppointmentResult.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/UpdateServiceAppointmentData.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/UpdateServiceAppointmentInputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistAnalytics.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistAppointmentData.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistAppointmentInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistAppointmentOutputRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistAppointmentResult.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistCheckInData.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistCheckInInputRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistCheckInOutputRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistCheckInResult.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistInputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistListResult.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistOutputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistParticipantParticipant.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistParticipantResult.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistRelationshipsOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistRelationshipsResult.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistResult.d.ts +54 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistServiceResource.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistServiceResourceWithWorkTypes.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistWorkType.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistWorkTypeGroup.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/WorkTypeInputRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +39 -0
- package/package.json +68 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +4372 -0
- package/src/raml/api.raml +933 -0
- package/src/raml/luvio.raml +65 -0
|
@@ -0,0 +1,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 = "f8fd123f1fe6c4554e083cd1a284eb2e";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: AssignedResourceInputRepresentation, existing: AssignedResourceInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AssignedResourceInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: AssignedResourceInputRepresentationNormalized, incoming: AssignedResourceInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: AssignedResourceInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: AssignedResourceInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for Assigned Resource
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface AssignedResourceInputRepresentationNormalized {
|
|
18
|
+
/** Extended fields */
|
|
19
|
+
extendedFields: Array<{}>;
|
|
20
|
+
/** Is primary resource */
|
|
21
|
+
isPrimaryResource: boolean;
|
|
22
|
+
/** Is required resource */
|
|
23
|
+
isRequiredResource: boolean;
|
|
24
|
+
/** Service resource ID */
|
|
25
|
+
serviceResourceId: string;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Input representation for Assigned Resource
|
|
29
|
+
*
|
|
30
|
+
* Keys:
|
|
31
|
+
* (none)
|
|
32
|
+
*/
|
|
33
|
+
export interface AssignedResourceInputRepresentation {
|
|
34
|
+
extendedFields: Array<{}>;
|
|
35
|
+
isPrimaryResource: boolean;
|
|
36
|
+
isRequiredResource: boolean;
|
|
37
|
+
serviceResourceId: string;
|
|
38
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
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 = "b17bb0b50a0f4e82a9ea3c7a252f5954";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: AssignedResourceListInputRepresentation, existing: AssignedResourceListInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AssignedResourceListInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: AssignedResourceListInputRepresentationNormalized, incoming: AssignedResourceListInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: AssignedResourceListInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: AssignedResourceListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for a list of Assigned Resources
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface AssignedResourceListInputRepresentationNormalized {
|
|
18
|
+
/** List of Assigned Resources */
|
|
19
|
+
assignedResources?: Array<{}>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Input representation for a list of Assigned Resources
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface AssignedResourceListInputRepresentation {
|
|
28
|
+
assignedResources?: Array<{}>;
|
|
29
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { CreateServiceAppointmentInputRepresentation as CreateServiceAppointmentInputRepresentation_CreateServiceAppointmentInputRepresentation } from './CreateServiceAppointmentInputRepresentation';
|
|
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 = "d9826bd87a56079d83b24eb3d4113555";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: CreateServiceAppointmentData, existing: CreateServiceAppointmentDataNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CreateServiceAppointmentDataNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: CreateServiceAppointmentDataNormalized, incoming: CreateServiceAppointmentDataNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: CreateServiceAppointmentData): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: CreateServiceAppointmentData, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* A wrapper around CreateServiceAppointmentInputRepresentation
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateServiceAppointmentDataNormalized {
|
|
19
|
+
/** The Oas Body name for create appointment data */
|
|
20
|
+
createServiceAppointmentInput: CreateServiceAppointmentInputRepresentation_CreateServiceAppointmentInputRepresentation;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* A wrapper around CreateServiceAppointmentInputRepresentation
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface CreateServiceAppointmentData {
|
|
29
|
+
createServiceAppointmentInput: CreateServiceAppointmentInputRepresentation_CreateServiceAppointmentInputRepresentation;
|
|
30
|
+
}
|
package/dist/es/es2018/types/src/generated/types/CreateServiceAppointmentInputRepresentation.d.ts
ADDED
|
@@ -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 = "81ff0b21d80660656febc99a21322913";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: CreateServiceAppointmentInputRepresentation, existing: CreateServiceAppointmentInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CreateServiceAppointmentInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: CreateServiceAppointmentInputRepresentationNormalized, incoming: CreateServiceAppointmentInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: CreateServiceAppointmentInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: CreateServiceAppointmentInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Create Service Appointment input representation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface CreateServiceAppointmentInputRepresentationNormalized {
|
|
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
|
+
* Create Service Appointment input representation
|
|
31
|
+
*
|
|
32
|
+
* Keys:
|
|
33
|
+
* (none)
|
|
34
|
+
*/
|
|
35
|
+
export interface CreateServiceAppointmentInputRepresentation {
|
|
36
|
+
assignedResources?: Array<{}>;
|
|
37
|
+
lead?: {};
|
|
38
|
+
schedulingPolicyId?: string;
|
|
39
|
+
serviceAppointment?: {};
|
|
40
|
+
serviceAppointmentId?: string;
|
|
41
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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 = "6c447dd9f12ec79e364aa7cab0e3884f";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: CreateServiceAppointmentResult, existing: CreateServiceAppointmentResultNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CreateServiceAppointmentResultNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: CreateServiceAppointmentResultNormalized, incoming: CreateServiceAppointmentResultNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: CreateServiceAppointmentResult): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: CreateServiceAppointmentResult, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Create residential loan application results representation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface CreateServiceAppointmentResultNormalized {
|
|
18
|
+
/** Assigned resource IDs */
|
|
19
|
+
assignedResourceIds: Array<string>;
|
|
20
|
+
/** Parent record ID */
|
|
21
|
+
parentRecordId: string;
|
|
22
|
+
/** Service appointment ID */
|
|
23
|
+
serviceAppointmentId: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Create residential loan application results representation
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface CreateServiceAppointmentResult {
|
|
32
|
+
assignedResourceIds: Array<string>;
|
|
33
|
+
parentRecordId: string;
|
|
34
|
+
serviceAppointmentId: string;
|
|
35
|
+
}
|
|
@@ -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 = "5bedaf67da36e976a7dde6da513ca484";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ExtendedFieldInputRepresentation, existing: ExtendedFieldInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ExtendedFieldInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ExtendedFieldInputRepresentationNormalized, incoming: ExtendedFieldInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: ExtendedFieldInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ExtendedFieldInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for extended fields
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ExtendedFieldInputRepresentationNormalized {
|
|
18
|
+
/** Extended Field Name */
|
|
19
|
+
name: string;
|
|
20
|
+
/** Extended Field Value */
|
|
21
|
+
value: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Input representation for extended fields
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface ExtendedFieldInputRepresentation {
|
|
30
|
+
name: string;
|
|
31
|
+
value: string;
|
|
32
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
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 = "cb0cf7cf023f41688caab71465722462";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ExtendedFieldListInputRepresentation, existing: ExtendedFieldListInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ExtendedFieldListInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ExtendedFieldListInputRepresentationNormalized, incoming: ExtendedFieldListInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: ExtendedFieldListInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ExtendedFieldListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Wraps a list of extended fields.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ExtendedFieldListInputRepresentationNormalized {
|
|
18
|
+
/** List of Extended Fields */
|
|
19
|
+
extendedFields: Array<{}>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Wraps a list of extended fields.
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface ExtendedFieldListInputRepresentation {
|
|
28
|
+
extendedFields: Array<{}>;
|
|
29
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { GetEngagementChannelTypeResult as GetEngagementChannelTypeResult_GetEngagementChannelTypeResult } from './GetEngagementChannelTypeResult';
|
|
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 = "129c53d5f8fb579d31c255a020838251";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: GetEngagementChannelTypeListResult, existing: GetEngagementChannelTypeListResultNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): GetEngagementChannelTypeListResultNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: GetEngagementChannelTypeListResultNormalized, incoming: GetEngagementChannelTypeListResultNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: GetEngagementChannelTypeListResult): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: GetEngagementChannelTypeListResult, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Get engagement channel type list result
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface GetEngagementChannelTypeListResultNormalized {
|
|
19
|
+
/** List of Engagement Channel Types */
|
|
20
|
+
engagementChannelTypes: Array<GetEngagementChannelTypeResult_GetEngagementChannelTypeResult>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Get engagement channel type list result
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface GetEngagementChannelTypeListResult {
|
|
29
|
+
engagementChannelTypes: Array<GetEngagementChannelTypeResult_GetEngagementChannelTypeResult>;
|
|
30
|
+
}
|
package/dist/es/es2018/types/src/generated/types/GetEngagementChannelTypeOutputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { GetEngagementChannelTypeListResult as GetEngagementChannelTypeListResult_GetEngagementChannelTypeListResult } from './GetEngagementChannelTypeListResult';
|
|
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 = "622654426aa18b7c8846e6d863a5f446";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: GetEngagementChannelTypeOutputRepresentation, existing: GetEngagementChannelTypeOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): GetEngagementChannelTypeOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: GetEngagementChannelTypeOutputRepresentationNormalized, incoming: GetEngagementChannelTypeOutputRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: GetEngagementChannelTypeOutputRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: GetEngagementChannelTypeOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Output representation of Get Engagement Channel Type (List) Representation
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface GetEngagementChannelTypeOutputRepresentationNormalized {
|
|
19
|
+
/** Get Engagement Channel Type result */
|
|
20
|
+
result: GetEngagementChannelTypeListResult_GetEngagementChannelTypeListResult;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Output representation of Get Engagement Channel Type (List) Representation
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface GetEngagementChannelTypeOutputRepresentation {
|
|
29
|
+
result: GetEngagementChannelTypeListResult_GetEngagementChannelTypeListResult;
|
|
30
|
+
}
|
|
@@ -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 = "745ed19773bc6307c6816a6d100b0cbe";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: GetEngagementChannelTypeResult, existing: GetEngagementChannelTypeResultNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): GetEngagementChannelTypeResultNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: GetEngagementChannelTypeResultNormalized, incoming: GetEngagementChannelTypeResultNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: GetEngagementChannelTypeResult): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: GetEngagementChannelTypeResult, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Get engagement channel type result
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface GetEngagementChannelTypeResultNormalized {
|
|
18
|
+
/** Engagement Channel Type Contact Point */
|
|
19
|
+
contactPoint?: string;
|
|
20
|
+
/** Engagement Channel Type Contact Point Type */
|
|
21
|
+
contactPointType?: string;
|
|
22
|
+
/** Engagement Channel Type ID */
|
|
23
|
+
id?: string;
|
|
24
|
+
/** Engagement Channel Type name */
|
|
25
|
+
name?: string;
|
|
26
|
+
/** Engagement Channel Type Work Type Group Ids */
|
|
27
|
+
workTypeGroupIds?: Array<string>;
|
|
28
|
+
/** Engagement Channel Type Work Type Ids */
|
|
29
|
+
workTypeIds?: Array<string>;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Get engagement channel type result
|
|
33
|
+
*
|
|
34
|
+
* Keys:
|
|
35
|
+
* (none)
|
|
36
|
+
*/
|
|
37
|
+
export interface GetEngagementChannelTypeResult {
|
|
38
|
+
contactPoint?: string;
|
|
39
|
+
contactPointType?: string;
|
|
40
|
+
id?: string;
|
|
41
|
+
name?: string;
|
|
42
|
+
workTypeGroupIds?: Array<string>;
|
|
43
|
+
workTypeIds?: Array<string>;
|
|
44
|
+
}
|
package/dist/es/es2018/types/src/generated/types/GetNextWaitlistParticipantOutputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { GetNextWaitlistParticipantResult as GetNextWaitlistParticipantResult_GetNextWaitlistParticipantResult } from './GetNextWaitlistParticipantResult';
|
|
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 = "fdb3c9715f03c84992830bbcea4fb245";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: GetNextWaitlistParticipantOutputRepresentation, existing: GetNextWaitlistParticipantOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): GetNextWaitlistParticipantOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: GetNextWaitlistParticipantOutputRepresentationNormalized, incoming: GetNextWaitlistParticipantOutputRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: GetNextWaitlistParticipantOutputRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: GetNextWaitlistParticipantOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Output representation of Get Next Waitlist Participant Representation
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface GetNextWaitlistParticipantOutputRepresentationNormalized {
|
|
19
|
+
result: GetNextWaitlistParticipantResult_GetNextWaitlistParticipantResult;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Output representation of Get Next Waitlist Participant Representation
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface GetNextWaitlistParticipantOutputRepresentation {
|
|
28
|
+
result: GetNextWaitlistParticipantResult_GetNextWaitlistParticipantResult;
|
|
29
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { WaitlistServiceResourceWithWorkTypes as WaitlistServiceResourceWithWorkTypes_WaitlistServiceResourceWithWorkTypes } from './WaitlistServiceResourceWithWorkTypes';
|
|
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 = "30392f4c9c348c3e9081046d48f7bd4b";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: GetNextWaitlistParticipantResult, existing: GetNextWaitlistParticipantResultNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): GetNextWaitlistParticipantResultNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: GetNextWaitlistParticipantResultNormalized, incoming: GetNextWaitlistParticipantResultNormalized): boolean;
|
|
10
|
+
export declare function deepFreeze(input: GetNextWaitlistParticipantResult): void;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: GetNextWaitlistParticipantResult, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
+
/**
|
|
14
|
+
* Get next waitlist participant result
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface GetNextWaitlistParticipantResultNormalized {
|
|
20
|
+
/** Waitlist Participant ID */
|
|
21
|
+
waitlistParticipantId?: string;
|
|
22
|
+
waitlistServiceResource: WaitlistServiceResourceWithWorkTypes_WaitlistServiceResourceWithWorkTypes;
|
|
23
|
+
/** Work Type Groups */
|
|
24
|
+
workTypeGroups?: Array<WaitlistWorkTypeGroup_WaitlistWorkTypeGroup>;
|
|
25
|
+
/** Work Type ID */
|
|
26
|
+
workTypeId?: string;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Get next waitlist participant result
|
|
30
|
+
*
|
|
31
|
+
* Keys:
|
|
32
|
+
* (none)
|
|
33
|
+
*/
|
|
34
|
+
export interface GetNextWaitlistParticipantResult {
|
|
35
|
+
waitlistParticipantId?: string;
|
|
36
|
+
waitlistServiceResource: WaitlistServiceResourceWithWorkTypes_WaitlistServiceResourceWithWorkTypes;
|
|
37
|
+
workTypeGroups?: Array<WaitlistWorkTypeGroup_WaitlistWorkTypeGroup>;
|
|
38
|
+
workTypeId?: string;
|
|
39
|
+
}
|
|
@@ -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 = "66fa7e0a4fe8081155341d72de0eb1ed";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: LeadInputRepresentation, existing: LeadInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LeadInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: LeadInputRepresentationNormalized, incoming: LeadInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: LeadInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: LeadInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for Lead
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface LeadInputRepresentationNormalized {
|
|
18
|
+
/** Company */
|
|
19
|
+
company: string;
|
|
20
|
+
/** Email */
|
|
21
|
+
email: string;
|
|
22
|
+
/** Extended fields */
|
|
23
|
+
extendedFields: Array<{}>;
|
|
24
|
+
/** First name */
|
|
25
|
+
firstName: string;
|
|
26
|
+
/** Last name */
|
|
27
|
+
lastName: string;
|
|
28
|
+
/** Phone */
|
|
29
|
+
phone: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Input representation for Lead
|
|
33
|
+
*
|
|
34
|
+
* Keys:
|
|
35
|
+
* (none)
|
|
36
|
+
*/
|
|
37
|
+
export interface LeadInputRepresentation {
|
|
38
|
+
company: string;
|
|
39
|
+
email: string;
|
|
40
|
+
extendedFields: Array<{}>;
|
|
41
|
+
firstName: string;
|
|
42
|
+
lastName: string;
|
|
43
|
+
phone: string;
|
|
44
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ParticipantRecentInteractionsResult as ParticipantRecentInteractionsResult_ParticipantRecentInteractionsResult } from './ParticipantRecentInteractionsResult';
|
|
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 = "24dc5bcc8caeafb90382a21924b4dda8";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ParticipantRecentInteractionsOutputRepresentation, existing: ParticipantRecentInteractionsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ParticipantRecentInteractionsOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ParticipantRecentInteractionsOutputRepresentationNormalized, incoming: ParticipantRecentInteractionsOutputRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: ParticipantRecentInteractionsOutputRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ParticipantRecentInteractionsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Output representation of Participant Recent Interactions
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface ParticipantRecentInteractionsOutputRepresentationNormalized {
|
|
19
|
+
result: ParticipantRecentInteractionsResult_ParticipantRecentInteractionsResult;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Output representation of Participant Recent Interactions
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface ParticipantRecentInteractionsOutputRepresentation {
|
|
28
|
+
result: ParticipantRecentInteractionsResult_ParticipantRecentInteractionsResult;
|
|
29
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { WaitlistServiceResource as WaitlistServiceResource_WaitlistServiceResource } from './WaitlistServiceResource';
|
|
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 = "94839138e6c7630a1a31cfdb12c02cf8";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ParticipantRecentInteractionsResult, existing: ParticipantRecentInteractionsResultNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ParticipantRecentInteractionsResultNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ParticipantRecentInteractionsResultNormalized, incoming: ParticipantRecentInteractionsResultNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: ParticipantRecentInteractionsResult): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ParticipantRecentInteractionsResult, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Participant Recent Interactions
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface ParticipantRecentInteractionsResultNormalized {
|
|
19
|
+
/** Service Resources */
|
|
20
|
+
serviceResources: Array<WaitlistServiceResource_WaitlistServiceResource>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Participant Recent Interactions
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface ParticipantRecentInteractionsResult {
|
|
29
|
+
serviceResources: Array<WaitlistServiceResource_WaitlistServiceResource>;
|
|
30
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
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 = "23da434be7154761da0675ad9e64b4bd";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ServiceAppointmentInputRepresentation, existing: ServiceAppointmentInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ServiceAppointmentInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ServiceAppointmentInputRepresentationNormalized, incoming: ServiceAppointmentInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: ServiceAppointmentInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ServiceAppointmentInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for Service Appointment
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ServiceAppointmentInputRepresentationNormalized {
|
|
18
|
+
/** Additional information */
|
|
19
|
+
additionalInformation?: string;
|
|
20
|
+
/** Appointment type */
|
|
21
|
+
appointmentType?: string;
|
|
22
|
+
/** City */
|
|
23
|
+
city?: string;
|
|
24
|
+
/** Comments */
|
|
25
|
+
comments?: string;
|
|
26
|
+
/** Contact ID */
|
|
27
|
+
contactId?: string;
|
|
28
|
+
/** Country */
|
|
29
|
+
country?: string;
|
|
30
|
+
/** Description */
|
|
31
|
+
description?: string;
|
|
32
|
+
/** Engagement channel type id */
|
|
33
|
+
engagementChannelTypeId?: string;
|
|
34
|
+
/** Extended fields */
|
|
35
|
+
extendedFields?: Array<{}>;
|
|
36
|
+
/** Parent record ID */
|
|
37
|
+
parentRecordId: string;
|
|
38
|
+
/** Postal code */
|
|
39
|
+
postalCode?: string;
|
|
40
|
+
/** Scheduled end time */
|
|
41
|
+
schedEndTime?: string;
|
|
42
|
+
/** Scheduled start time */
|
|
43
|
+
schedStartTime?: string;
|
|
44
|
+
/** Service territory ID */
|
|
45
|
+
serviceTerritoryId?: string;
|
|
46
|
+
/** State */
|
|
47
|
+
state?: string;
|
|
48
|
+
/** Street */
|
|
49
|
+
street?: string;
|
|
50
|
+
/** Subject */
|
|
51
|
+
subject?: string;
|
|
52
|
+
/** Work type ID */
|
|
53
|
+
workTypeId?: string;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* Input representation for Service Appointment
|
|
57
|
+
*
|
|
58
|
+
* Keys:
|
|
59
|
+
* (none)
|
|
60
|
+
*/
|
|
61
|
+
export interface ServiceAppointmentInputRepresentation {
|
|
62
|
+
additionalInformation?: string;
|
|
63
|
+
appointmentType?: string;
|
|
64
|
+
city?: string;
|
|
65
|
+
comments?: string;
|
|
66
|
+
contactId?: string;
|
|
67
|
+
country?: string;
|
|
68
|
+
description?: string;
|
|
69
|
+
engagementChannelTypeId?: string;
|
|
70
|
+
extendedFields?: Array<{}>;
|
|
71
|
+
parentRecordId: string;
|
|
72
|
+
postalCode?: string;
|
|
73
|
+
schedEndTime?: string;
|
|
74
|
+
schedStartTime?: string;
|
|
75
|
+
serviceTerritoryId?: string;
|
|
76
|
+
state?: string;
|
|
77
|
+
street?: string;
|
|
78
|
+
subject?: string;
|
|
79
|
+
workTypeId?: string;
|
|
80
|
+
}
|