@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,66 @@
1
+ import { Adapter as $64$luvio_engine_Adapter, Snapshot as $64$luvio_engine_Snapshot, UnfulfilledSnapshot as $64$luvio_engine_UnfulfilledSnapshot } from '@luvio/engine';
2
+ export declare const ObjectPrototypeHasOwnProperty: (v: PropertyKey) => boolean;
3
+ declare const ObjectKeys: {
4
+ (o: object): string[];
5
+ (o: {}): string[];
6
+ }, ObjectFreeze: {
7
+ <T extends Function>(f: T): T;
8
+ <T_1 extends {
9
+ [idx: string]: object | U | null | undefined;
10
+ }, U extends string | number | bigint | boolean | symbol>(o: T_1): Readonly<T_1>;
11
+ <T_2>(o: T_2): Readonly<T_2>;
12
+ }, ObjectCreate: {
13
+ (o: object | null): any;
14
+ (o: object | null, properties: PropertyDescriptorMap & ThisType<any>): any;
15
+ };
16
+ export { ObjectFreeze, ObjectCreate, ObjectKeys };
17
+ export declare const ArrayIsArray: (arg: any) => arg is any[];
18
+ export declare const ArrayPrototypePush: (...items: any[]) => number;
19
+ export interface AdapterValidationConfig {
20
+ displayName: string;
21
+ parameters: {
22
+ required: string[];
23
+ optional: string[];
24
+ unsupported?: string[];
25
+ };
26
+ }
27
+ /**
28
+ * Validates an adapter config is well-formed.
29
+ * @param config The config to validate.
30
+ * @param adapter The adapter validation configuration.
31
+ * @param oneOf The keys the config must contain at least one of.
32
+ * @throws A TypeError if config doesn't satisfy the adapter's config validation.
33
+ */
34
+ export declare function validateConfig<T>(config: Untrusted<T>, adapter: AdapterValidationConfig, oneOf?: string[]): void;
35
+ export declare function untrustedIsObject<Base>(untrusted: unknown): untrusted is Untrusted<Base>;
36
+ export type UncoercedConfiguration<Base, Options extends {
37
+ [key in keyof Base]?: any;
38
+ }> = {
39
+ [Key in keyof Base]?: Base[Key] | Options[Key];
40
+ };
41
+ export type Untrusted<Base> = Partial<Base>;
42
+ export declare function areRequiredParametersPresent<T>(config: any, configPropertyNames: AdapterValidationConfig): config is T;
43
+ export declare function refreshable<C, D, R>(adapter: $64$luvio_engine_Adapter<C, D>, resolve: (config: unknown) => Promise<$64$luvio_engine_Snapshot<R>>): $64$luvio_engine_Adapter<C, D>;
44
+ export declare const SNAPSHOT_STATE_FULFILLED = "Fulfilled";
45
+ export declare const SNAPSHOT_STATE_UNFULFILLED = "Unfulfilled";
46
+ export declare const snapshotRefreshOptions: {
47
+ overrides: {
48
+ headers: {
49
+ 'Cache-Control': string;
50
+ };
51
+ };
52
+ };
53
+ /**
54
+ * A deterministic JSON stringify implementation. Heavily adapted from https://github.com/epoberezkin/fast-json-stable-stringify.
55
+ * This is needed because insertion order for JSON.stringify(object) affects output:
56
+ * JSON.stringify({a: 1, b: 2})
57
+ * "{"a":1,"b":2}"
58
+ * JSON.stringify({b: 2, a: 1})
59
+ * "{"b":2,"a":1}"
60
+ * @param data Data to be JSON-stringified.
61
+ * @returns JSON.stringified value with consistent ordering of keys.
62
+ */
63
+ export declare function stableJSONStringify(node: any): string | undefined;
64
+ export declare function getFetchResponseStatusText(status: number): string;
65
+ export declare function isUnfulfilledSnapshot<T, U>(snapshot: $64$luvio_engine_Snapshot<T, U>): snapshot is $64$luvio_engine_UnfulfilledSnapshot<T, U>;
66
+ export declare const keyPrefix = "IndustriesScheduler";
@@ -0,0 +1,15 @@
1
+ import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
2
+ import { CreateServiceAppointmentInputRepresentation as types_CreateServiceAppointmentInputRepresentation_CreateServiceAppointmentInputRepresentation } from '../types/CreateServiceAppointmentInputRepresentation';
3
+ import { ResourceRequestConfig as resources_postConnectSchedulingServiceAppointments_ResourceRequestConfig } from '../resources/postConnectSchedulingServiceAppointments';
4
+ import { Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
5
+ import { ServiceAppointmentOutputRepresentation as types_ServiceAppointmentOutputRepresentation_ServiceAppointmentOutputRepresentation } from '../types/ServiceAppointmentOutputRepresentation';
6
+ export declare const adapterName = "createServiceAppointment";
7
+ export declare const createServiceAppointment_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
+ export interface CreateServiceAppointmentConfig {
9
+ createServiceAppointmentInput: types_CreateServiceAppointmentInputRepresentation_CreateServiceAppointmentInputRepresentation;
10
+ }
11
+ export declare function createResourceParams(config: CreateServiceAppointmentConfig): resources_postConnectSchedulingServiceAppointments_ResourceRequestConfig;
12
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<CreateServiceAppointmentConfig>): adapter$45$utils_Untrusted<CreateServiceAppointmentConfig>;
13
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): CreateServiceAppointmentConfig | null;
14
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: CreateServiceAppointmentConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_ServiceAppointmentOutputRepresentation_ServiceAppointmentOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_ServiceAppointmentOutputRepresentation_ServiceAppointmentOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_ServiceAppointmentOutputRepresentation_ServiceAppointmentOutputRepresentation, any>>;
15
+ export declare const createServiceAppointmentAdapterFactory: $64$luvio_engine_AdapterFactory<CreateServiceAppointmentConfig, types_ServiceAppointmentOutputRepresentation_ServiceAppointmentOutputRepresentation>;
@@ -0,0 +1,15 @@
1
+ import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
2
+ import { WaitlistAppointmentInputRepresentation as types_WaitlistAppointmentInputRepresentation_WaitlistAppointmentInputRepresentation } from '../types/WaitlistAppointmentInputRepresentation';
3
+ import { ResourceRequestConfig as resources_postConnectSchedulingWaitlistAppointments_ResourceRequestConfig } from '../resources/postConnectSchedulingWaitlistAppointments';
4
+ import { Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
5
+ import { WaitlistAppointmentOutputRepresentation as types_WaitlistAppointmentOutputRepresentation_WaitlistAppointmentOutputRepresentation } from '../types/WaitlistAppointmentOutputRepresentation';
6
+ export declare const adapterName = "createWaitlistAppointment";
7
+ export declare const createWaitlistAppointment_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
+ export interface CreateWaitlistAppointmentConfig {
9
+ waitlistAppointmentInput: types_WaitlistAppointmentInputRepresentation_WaitlistAppointmentInputRepresentation;
10
+ }
11
+ export declare function createResourceParams(config: CreateWaitlistAppointmentConfig): resources_postConnectSchedulingWaitlistAppointments_ResourceRequestConfig;
12
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<CreateWaitlistAppointmentConfig>): adapter$45$utils_Untrusted<CreateWaitlistAppointmentConfig>;
13
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): CreateWaitlistAppointmentConfig | null;
14
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: CreateWaitlistAppointmentConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_WaitlistAppointmentOutputRepresentation_WaitlistAppointmentOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_WaitlistAppointmentOutputRepresentation_WaitlistAppointmentOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_WaitlistAppointmentOutputRepresentation_WaitlistAppointmentOutputRepresentation, any>>;
15
+ export declare const createWaitlistAppointmentAdapterFactory: $64$luvio_engine_AdapterFactory<CreateWaitlistAppointmentConfig, types_WaitlistAppointmentOutputRepresentation_WaitlistAppointmentOutputRepresentation>;
@@ -0,0 +1,15 @@
1
+ import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
2
+ import { WaitlistCheckInInputRepresentation as types_WaitlistCheckInInputRepresentation_WaitlistCheckInInputRepresentation } from '../types/WaitlistCheckInInputRepresentation';
3
+ import { ResourceRequestConfig as resources_postConnectSchedulingWaitlistCheckin_ResourceRequestConfig } from '../resources/postConnectSchedulingWaitlistCheckin';
4
+ import { Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
5
+ import { WaitlistCheckInOutputRepresentation as types_WaitlistCheckInOutputRepresentation_WaitlistCheckInOutputRepresentation } from '../types/WaitlistCheckInOutputRepresentation';
6
+ export declare const adapterName = "createWaitlistCheckIn";
7
+ export declare const createWaitlistCheckIn_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
+ export interface CreateWaitlistCheckInConfig {
9
+ waitlistCheckInInput: types_WaitlistCheckInInputRepresentation_WaitlistCheckInInputRepresentation;
10
+ }
11
+ export declare function createResourceParams(config: CreateWaitlistCheckInConfig): resources_postConnectSchedulingWaitlistCheckin_ResourceRequestConfig;
12
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<CreateWaitlistCheckInConfig>): adapter$45$utils_Untrusted<CreateWaitlistCheckInConfig>;
13
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): CreateWaitlistCheckInConfig | null;
14
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: CreateWaitlistCheckInConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_WaitlistCheckInOutputRepresentation_WaitlistCheckInOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_WaitlistCheckInOutputRepresentation_WaitlistCheckInOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_WaitlistCheckInOutputRepresentation_WaitlistCheckInOutputRepresentation, any>>;
15
+ export declare const createWaitlistCheckInAdapterFactory: $64$luvio_engine_AdapterFactory<CreateWaitlistCheckInConfig, types_WaitlistCheckInOutputRepresentation_WaitlistCheckInOutputRepresentation>;
@@ -0,0 +1,27 @@
1
+ import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
2
+ import { ResourceRequestConfig as resources_getConnectSchedulingEngagementChannelTypes_ResourceRequestConfig } from '../resources/getConnectSchedulingEngagementChannelTypes';
3
+ import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
4
+ import { GetEngagementChannelTypeOutputRepresentation as types_GetEngagementChannelTypeOutputRepresentation_GetEngagementChannelTypeOutputRepresentation } from '../types/GetEngagementChannelTypeOutputRepresentation';
5
+ export declare const adapterName = "getEngagementChannelTypes";
6
+ export declare const getEngagementChannelTypes_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
7
+ export interface GetEngagementChannelTypesConfig {
8
+ workTypeGroupIds?: Array<string>;
9
+ workTypeIds?: Array<string>;
10
+ }
11
+ export declare function createResourceParams(config: GetEngagementChannelTypesConfig): resources_getConnectSchedulingEngagementChannelTypes_ResourceRequestConfig;
12
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetEngagementChannelTypesConfig): string;
13
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetEngagementChannelTypesConfig): $64$luvio_engine_NormalizedKeyMetadata;
14
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetEngagementChannelTypesConfig>): adapter$45$utils_Untrusted<GetEngagementChannelTypesConfig>;
15
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetEngagementChannelTypesConfig | null;
16
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetEngagementChannelTypesConfig): $64$luvio_engine_Fragment;
17
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetEngagementChannelTypesConfig): $64$luvio_engine_Snapshot<types_GetEngagementChannelTypeOutputRepresentation_GetEngagementChannelTypeOutputRepresentation, any>;
18
+ export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetEngagementChannelTypesConfig, resourceParams: resources_getConnectSchedulingEngagementChannelTypes_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_GetEngagementChannelTypeOutputRepresentation_GetEngagementChannelTypeOutputRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_GetEngagementChannelTypeOutputRepresentation_GetEngagementChannelTypeOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_GetEngagementChannelTypeOutputRepresentation_GetEngagementChannelTypeOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_GetEngagementChannelTypeOutputRepresentation_GetEngagementChannelTypeOutputRepresentation, any>>;
19
+ export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetEngagementChannelTypesConfig, resourceParams: resources_getConnectSchedulingEngagementChannelTypes_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
20
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetEngagementChannelTypesConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_GetEngagementChannelTypeOutputRepresentation_GetEngagementChannelTypeOutputRepresentation, any>>;
21
+ export type BuildSnapshotContext = {
22
+ luvio: $64$luvio_engine_Luvio;
23
+ config: GetEngagementChannelTypesConfig;
24
+ };
25
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_GetEngagementChannelTypeOutputRepresentation_GetEngagementChannelTypeOutputRepresentation, any>>;
26
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_GetEngagementChannelTypeOutputRepresentation_GetEngagementChannelTypeOutputRepresentation>): $64$luvio_engine_Snapshot<types_GetEngagementChannelTypeOutputRepresentation_GetEngagementChannelTypeOutputRepresentation, any>;
27
+ export declare const getEngagementChannelTypesAdapterFactory: $64$luvio_engine_AdapterFactory<GetEngagementChannelTypesConfig, types_GetEngagementChannelTypeOutputRepresentation_GetEngagementChannelTypeOutputRepresentation>;
@@ -0,0 +1,26 @@
1
+ import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
2
+ import { ResourceRequestConfig as resources_getConnectSchedulingNextWaitlistParticipant_ResourceRequestConfig } from '../resources/getConnectSchedulingNextWaitlistParticipant';
3
+ import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
4
+ import { GetNextWaitlistParticipantOutputRepresentation as types_GetNextWaitlistParticipantOutputRepresentation_GetNextWaitlistParticipantOutputRepresentation } from '../types/GetNextWaitlistParticipantOutputRepresentation';
5
+ export declare const adapterName = "getNextWaitlistParticipant";
6
+ export declare const getNextWaitlistParticipant_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
7
+ export interface GetNextWaitlistParticipantConfig {
8
+ userId?: string;
9
+ }
10
+ export declare function createResourceParams(config: GetNextWaitlistParticipantConfig): resources_getConnectSchedulingNextWaitlistParticipant_ResourceRequestConfig;
11
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetNextWaitlistParticipantConfig): string;
12
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetNextWaitlistParticipantConfig): $64$luvio_engine_NormalizedKeyMetadata;
13
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetNextWaitlistParticipantConfig>): adapter$45$utils_Untrusted<GetNextWaitlistParticipantConfig>;
14
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetNextWaitlistParticipantConfig | null;
15
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetNextWaitlistParticipantConfig): $64$luvio_engine_Fragment;
16
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetNextWaitlistParticipantConfig): $64$luvio_engine_Snapshot<types_GetNextWaitlistParticipantOutputRepresentation_GetNextWaitlistParticipantOutputRepresentation, any>;
17
+ export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetNextWaitlistParticipantConfig, resourceParams: resources_getConnectSchedulingNextWaitlistParticipant_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_GetNextWaitlistParticipantOutputRepresentation_GetNextWaitlistParticipantOutputRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_GetNextWaitlistParticipantOutputRepresentation_GetNextWaitlistParticipantOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_GetNextWaitlistParticipantOutputRepresentation_GetNextWaitlistParticipantOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_GetNextWaitlistParticipantOutputRepresentation_GetNextWaitlistParticipantOutputRepresentation, any>>;
18
+ export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetNextWaitlistParticipantConfig, resourceParams: resources_getConnectSchedulingNextWaitlistParticipant_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
19
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetNextWaitlistParticipantConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_GetNextWaitlistParticipantOutputRepresentation_GetNextWaitlistParticipantOutputRepresentation, any>>;
20
+ export type BuildSnapshotContext = {
21
+ luvio: $64$luvio_engine_Luvio;
22
+ config: GetNextWaitlistParticipantConfig;
23
+ };
24
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_GetNextWaitlistParticipantOutputRepresentation_GetNextWaitlistParticipantOutputRepresentation, any>>;
25
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_GetNextWaitlistParticipantOutputRepresentation_GetNextWaitlistParticipantOutputRepresentation>): $64$luvio_engine_Snapshot<types_GetNextWaitlistParticipantOutputRepresentation_GetNextWaitlistParticipantOutputRepresentation, any>;
26
+ export declare const getNextWaitlistParticipantAdapterFactory: $64$luvio_engine_AdapterFactory<GetNextWaitlistParticipantConfig, types_GetNextWaitlistParticipantOutputRepresentation_GetNextWaitlistParticipantOutputRepresentation>;
@@ -0,0 +1,28 @@
1
+ import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
2
+ import { ResourceRequestConfig as resources_getConnectSchedulingParticipantRecentInteractions_ResourceRequestConfig } from '../resources/getConnectSchedulingParticipantRecentInteractions';
3
+ import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
4
+ import { ParticipantRecentInteractionsOutputRepresentation as types_ParticipantRecentInteractionsOutputRepresentation_ParticipantRecentInteractionsOutputRepresentation } from '../types/ParticipantRecentInteractionsOutputRepresentation';
5
+ export declare const adapterName = "getParticipantRecentInteractions";
6
+ export declare const getParticipantRecentInteractions_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
7
+ export interface GetParticipantRecentInteractionsConfig {
8
+ filterByResourceIds?: Array<string>;
9
+ participantId?: string;
10
+ territoryId?: string;
11
+ }
12
+ export declare function createResourceParams(config: GetParticipantRecentInteractionsConfig): resources_getConnectSchedulingParticipantRecentInteractions_ResourceRequestConfig;
13
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetParticipantRecentInteractionsConfig): string;
14
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetParticipantRecentInteractionsConfig): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetParticipantRecentInteractionsConfig>): adapter$45$utils_Untrusted<GetParticipantRecentInteractionsConfig>;
16
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetParticipantRecentInteractionsConfig | null;
17
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetParticipantRecentInteractionsConfig): $64$luvio_engine_Fragment;
18
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetParticipantRecentInteractionsConfig): $64$luvio_engine_Snapshot<types_ParticipantRecentInteractionsOutputRepresentation_ParticipantRecentInteractionsOutputRepresentation, any>;
19
+ export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetParticipantRecentInteractionsConfig, resourceParams: resources_getConnectSchedulingParticipantRecentInteractions_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ParticipantRecentInteractionsOutputRepresentation_ParticipantRecentInteractionsOutputRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_ParticipantRecentInteractionsOutputRepresentation_ParticipantRecentInteractionsOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_ParticipantRecentInteractionsOutputRepresentation_ParticipantRecentInteractionsOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_ParticipantRecentInteractionsOutputRepresentation_ParticipantRecentInteractionsOutputRepresentation, any>>;
20
+ export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetParticipantRecentInteractionsConfig, resourceParams: resources_getConnectSchedulingParticipantRecentInteractions_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
21
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetParticipantRecentInteractionsConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_ParticipantRecentInteractionsOutputRepresentation_ParticipantRecentInteractionsOutputRepresentation, any>>;
22
+ export type BuildSnapshotContext = {
23
+ luvio: $64$luvio_engine_Luvio;
24
+ config: GetParticipantRecentInteractionsConfig;
25
+ };
26
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_ParticipantRecentInteractionsOutputRepresentation_ParticipantRecentInteractionsOutputRepresentation, any>>;
27
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_ParticipantRecentInteractionsOutputRepresentation_ParticipantRecentInteractionsOutputRepresentation>): $64$luvio_engine_Snapshot<types_ParticipantRecentInteractionsOutputRepresentation_ParticipantRecentInteractionsOutputRepresentation, any>;
28
+ export declare const getParticipantRecentInteractionsAdapterFactory: $64$luvio_engine_AdapterFactory<GetParticipantRecentInteractionsConfig, types_ParticipantRecentInteractionsOutputRepresentation_ParticipantRecentInteractionsOutputRepresentation>;
@@ -0,0 +1,28 @@
1
+ import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
2
+ import { ResourceRequestConfig as resources_getConnectSchedulingWaitlistRelationships_ResourceRequestConfig } from '../resources/getConnectSchedulingWaitlistRelationships';
3
+ import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
4
+ import { WaitlistRelationshipsOutputRepresentation as types_WaitlistRelationshipsOutputRepresentation_WaitlistRelationshipsOutputRepresentation } from '../types/WaitlistRelationshipsOutputRepresentation';
5
+ export declare const adapterName = "getWaitlistRelationships";
6
+ export declare const getWaitlistRelationships_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
7
+ export interface GetWaitlistRelationshipsConfig {
8
+ serviceTerritoryId?: string;
9
+ waitlistIds?: Array<string>;
10
+ workTypeIds?: Array<string>;
11
+ }
12
+ export declare function createResourceParams(config: GetWaitlistRelationshipsConfig): resources_getConnectSchedulingWaitlistRelationships_ResourceRequestConfig;
13
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetWaitlistRelationshipsConfig): string;
14
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetWaitlistRelationshipsConfig): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetWaitlistRelationshipsConfig>): adapter$45$utils_Untrusted<GetWaitlistRelationshipsConfig>;
16
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetWaitlistRelationshipsConfig | null;
17
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetWaitlistRelationshipsConfig): $64$luvio_engine_Fragment;
18
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetWaitlistRelationshipsConfig): $64$luvio_engine_Snapshot<types_WaitlistRelationshipsOutputRepresentation_WaitlistRelationshipsOutputRepresentation, any>;
19
+ export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetWaitlistRelationshipsConfig, resourceParams: resources_getConnectSchedulingWaitlistRelationships_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_WaitlistRelationshipsOutputRepresentation_WaitlistRelationshipsOutputRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_WaitlistRelationshipsOutputRepresentation_WaitlistRelationshipsOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_WaitlistRelationshipsOutputRepresentation_WaitlistRelationshipsOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_WaitlistRelationshipsOutputRepresentation_WaitlistRelationshipsOutputRepresentation, any>>;
20
+ export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetWaitlistRelationshipsConfig, resourceParams: resources_getConnectSchedulingWaitlistRelationships_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
21
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetWaitlistRelationshipsConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_WaitlistRelationshipsOutputRepresentation_WaitlistRelationshipsOutputRepresentation, any>>;
22
+ export type BuildSnapshotContext = {
23
+ luvio: $64$luvio_engine_Luvio;
24
+ config: GetWaitlistRelationshipsConfig;
25
+ };
26
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_WaitlistRelationshipsOutputRepresentation_WaitlistRelationshipsOutputRepresentation, any>>;
27
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_WaitlistRelationshipsOutputRepresentation_WaitlistRelationshipsOutputRepresentation>): $64$luvio_engine_Snapshot<types_WaitlistRelationshipsOutputRepresentation_WaitlistRelationshipsOutputRepresentation, any>;
28
+ export declare const getWaitlistRelationshipsAdapterFactory: $64$luvio_engine_AdapterFactory<GetWaitlistRelationshipsConfig, types_WaitlistRelationshipsOutputRepresentation_WaitlistRelationshipsOutputRepresentation>;
@@ -0,0 +1,31 @@
1
+ import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
2
+ import { ResourceRequestConfig as resources_getConnectSchedulingWaitlists_ResourceRequestConfig } from '../resources/getConnectSchedulingWaitlists';
3
+ import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
4
+ import { WaitlistOutputRepresentation as types_WaitlistOutputRepresentation_WaitlistOutputRepresentation } from '../types/WaitlistOutputRepresentation';
5
+ export declare const adapterName = "getWaitlists";
6
+ export declare const getWaitlists_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
7
+ export interface GetWaitlistsConfig {
8
+ isActive?: boolean;
9
+ maxLimit?: number;
10
+ offset?: number;
11
+ requestId?: string;
12
+ serviceTerritoryId?: string;
13
+ waitlistIds?: Array<string>;
14
+ }
15
+ export declare function createResourceParams(config: GetWaitlistsConfig): resources_getConnectSchedulingWaitlists_ResourceRequestConfig;
16
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetWaitlistsConfig): string;
17
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetWaitlistsConfig): $64$luvio_engine_NormalizedKeyMetadata;
18
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetWaitlistsConfig>): adapter$45$utils_Untrusted<GetWaitlistsConfig>;
19
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetWaitlistsConfig | null;
20
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetWaitlistsConfig): $64$luvio_engine_Fragment;
21
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetWaitlistsConfig): $64$luvio_engine_Snapshot<types_WaitlistOutputRepresentation_WaitlistOutputRepresentation, any>;
22
+ export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetWaitlistsConfig, resourceParams: resources_getConnectSchedulingWaitlists_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_WaitlistOutputRepresentation_WaitlistOutputRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_WaitlistOutputRepresentation_WaitlistOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_WaitlistOutputRepresentation_WaitlistOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_WaitlistOutputRepresentation_WaitlistOutputRepresentation, any>>;
23
+ export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetWaitlistsConfig, resourceParams: resources_getConnectSchedulingWaitlists_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
24
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetWaitlistsConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_WaitlistOutputRepresentation_WaitlistOutputRepresentation, any>>;
25
+ export type BuildSnapshotContext = {
26
+ luvio: $64$luvio_engine_Luvio;
27
+ config: GetWaitlistsConfig;
28
+ };
29
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_WaitlistOutputRepresentation_WaitlistOutputRepresentation, any>>;
30
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_WaitlistOutputRepresentation_WaitlistOutputRepresentation>): $64$luvio_engine_Snapshot<types_WaitlistOutputRepresentation_WaitlistOutputRepresentation, any>;
31
+ export declare const getWaitlistsAdapterFactory: $64$luvio_engine_AdapterFactory<GetWaitlistsConfig, types_WaitlistOutputRepresentation_WaitlistOutputRepresentation>;
@@ -0,0 +1,15 @@
1
+ import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
2
+ import { UpdateServiceAppointmentInputRepresentation as types_UpdateServiceAppointmentInputRepresentation_UpdateServiceAppointmentInputRepresentation } from '../types/UpdateServiceAppointmentInputRepresentation';
3
+ import { ResourceRequestConfig as resources_patchConnectSchedulingServiceAppointments_ResourceRequestConfig } from '../resources/patchConnectSchedulingServiceAppointments';
4
+ import { Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
5
+ import { ServiceAppointmentOutputRepresentation as types_ServiceAppointmentOutputRepresentation_ServiceAppointmentOutputRepresentation } from '../types/ServiceAppointmentOutputRepresentation';
6
+ export declare const adapterName = "updateServiceAppointment";
7
+ export declare const updateServiceAppointment_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
+ export interface UpdateServiceAppointmentConfig {
9
+ updateServiceAppointmentInput: types_UpdateServiceAppointmentInputRepresentation_UpdateServiceAppointmentInputRepresentation;
10
+ }
11
+ export declare function createResourceParams(config: UpdateServiceAppointmentConfig): resources_patchConnectSchedulingServiceAppointments_ResourceRequestConfig;
12
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<UpdateServiceAppointmentConfig>): adapter$45$utils_Untrusted<UpdateServiceAppointmentConfig>;
13
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): UpdateServiceAppointmentConfig | null;
14
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: UpdateServiceAppointmentConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_ServiceAppointmentOutputRepresentation_ServiceAppointmentOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_ServiceAppointmentOutputRepresentation_ServiceAppointmentOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_ServiceAppointmentOutputRepresentation_ServiceAppointmentOutputRepresentation, any>>;
15
+ export declare const updateServiceAppointmentAdapterFactory: $64$luvio_engine_AdapterFactory<UpdateServiceAppointmentConfig, types_ServiceAppointmentOutputRepresentation_ServiceAppointmentOutputRepresentation>;
@@ -0,0 +1,9 @@
1
+ export { getEngagementChannelTypesAdapterFactory } from '../adapters/getEngagementChannelTypes';
2
+ export { getNextWaitlistParticipantAdapterFactory } from '../adapters/getNextWaitlistParticipant';
3
+ export { getParticipantRecentInteractionsAdapterFactory } from '../adapters/getParticipantRecentInteractions';
4
+ export { updateServiceAppointmentAdapterFactory } from '../adapters/updateServiceAppointment';
5
+ export { createServiceAppointmentAdapterFactory } from '../adapters/createServiceAppointment';
6
+ export { createWaitlistAppointmentAdapterFactory } from '../adapters/createWaitlistAppointment';
7
+ export { createWaitlistCheckInAdapterFactory } from '../adapters/createWaitlistCheckIn';
8
+ export { getWaitlistRelationshipsAdapterFactory } from '../adapters/getWaitlistRelationships';
9
+ export { getWaitlistsAdapterFactory } from '../adapters/getWaitlists';
@@ -0,0 +1,15 @@
1
+ declare let createServiceAppointment: any;
2
+ declare let createWaitlistAppointment: any;
3
+ declare let createWaitlistCheckIn: any;
4
+ declare let getEngagementChannelTypes: any;
5
+ declare let getNextWaitlistParticipant: any;
6
+ declare let getParticipantRecentInteractions: any;
7
+ declare let getWaitlistRelationships: any;
8
+ declare let getWaitlists: any;
9
+ declare let updateServiceAppointment: any;
10
+ declare let getEngagementChannelTypes_imperative: any;
11
+ declare let getNextWaitlistParticipant_imperative: any;
12
+ declare let getParticipantRecentInteractions_imperative: any;
13
+ declare let getWaitlistRelationships_imperative: any;
14
+ declare let getWaitlists_imperative: any;
15
+ export { createServiceAppointment, createWaitlistAppointment, createWaitlistCheckIn, getEngagementChannelTypes, getNextWaitlistParticipant, getParticipantRecentInteractions, getWaitlistRelationships, getWaitlists, updateServiceAppointment, getEngagementChannelTypes_imperative, getNextWaitlistParticipant_imperative, getParticipantRecentInteractions_imperative, getWaitlistRelationships_imperative, getWaitlists_imperative };
@@ -0,0 +1,16 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
+ import { GetEngagementChannelTypeOutputRepresentation as types_GetEngagementChannelTypeOutputRepresentation_GetEngagementChannelTypeOutputRepresentation } from '../types/GetEngagementChannelTypeOutputRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ queryParams: {
5
+ workTypeGroupIds?: Array<string>;
6
+ workTypeIds?: Array<string>;
7
+ };
8
+ }
9
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
10
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
11
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
12
+ export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_GetEngagementChannelTypeOutputRepresentation_GetEngagementChannelTypeOutputRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
13
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_GetEngagementChannelTypeOutputRepresentation_GetEngagementChannelTypeOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_GetEngagementChannelTypeOutputRepresentation_GetEngagementChannelTypeOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_GetEngagementChannelTypeOutputRepresentation_GetEngagementChannelTypeOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_GetEngagementChannelTypeOutputRepresentation_GetEngagementChannelTypeOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_GetEngagementChannelTypeOutputRepresentation_GetEngagementChannelTypeOutputRepresentation, any>;
14
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_GetEngagementChannelTypeOutputRepresentation_GetEngagementChannelTypeOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
15
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
16
+ export default createResourceRequest;
@@ -0,0 +1,15 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
+ import { GetNextWaitlistParticipantOutputRepresentation as types_GetNextWaitlistParticipantOutputRepresentation_GetNextWaitlistParticipantOutputRepresentation } from '../types/GetNextWaitlistParticipantOutputRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ queryParams: {
5
+ userId?: string;
6
+ };
7
+ }
8
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
9
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
10
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
11
+ export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_GetNextWaitlistParticipantOutputRepresentation_GetNextWaitlistParticipantOutputRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_GetNextWaitlistParticipantOutputRepresentation_GetNextWaitlistParticipantOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_GetNextWaitlistParticipantOutputRepresentation_GetNextWaitlistParticipantOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_GetNextWaitlistParticipantOutputRepresentation_GetNextWaitlistParticipantOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_GetNextWaitlistParticipantOutputRepresentation_GetNextWaitlistParticipantOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_GetNextWaitlistParticipantOutputRepresentation_GetNextWaitlistParticipantOutputRepresentation, any>;
13
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_GetNextWaitlistParticipantOutputRepresentation_GetNextWaitlistParticipantOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
14
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
15
+ export default createResourceRequest;
@@ -0,0 +1,17 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
+ import { ParticipantRecentInteractionsOutputRepresentation as types_ParticipantRecentInteractionsOutputRepresentation_ParticipantRecentInteractionsOutputRepresentation } from '../types/ParticipantRecentInteractionsOutputRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ queryParams: {
5
+ filterByResourceIds?: Array<string>;
6
+ participantId?: string;
7
+ territoryId?: string;
8
+ };
9
+ }
10
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
11
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
12
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
13
+ export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ParticipantRecentInteractionsOutputRepresentation_ParticipantRecentInteractionsOutputRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
14
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ParticipantRecentInteractionsOutputRepresentation_ParticipantRecentInteractionsOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ParticipantRecentInteractionsOutputRepresentation_ParticipantRecentInteractionsOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ParticipantRecentInteractionsOutputRepresentation_ParticipantRecentInteractionsOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ParticipantRecentInteractionsOutputRepresentation_ParticipantRecentInteractionsOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ParticipantRecentInteractionsOutputRepresentation_ParticipantRecentInteractionsOutputRepresentation, any>;
15
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ParticipantRecentInteractionsOutputRepresentation_ParticipantRecentInteractionsOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
16
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
17
+ export default createResourceRequest;
@@ -0,0 +1,17 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
+ import { WaitlistRelationshipsOutputRepresentation as types_WaitlistRelationshipsOutputRepresentation_WaitlistRelationshipsOutputRepresentation } from '../types/WaitlistRelationshipsOutputRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ queryParams: {
5
+ serviceTerritoryId?: string;
6
+ waitlistIds?: Array<string>;
7
+ workTypeIds?: Array<string>;
8
+ };
9
+ }
10
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
11
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
12
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
13
+ export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_WaitlistRelationshipsOutputRepresentation_WaitlistRelationshipsOutputRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
14
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_WaitlistRelationshipsOutputRepresentation_WaitlistRelationshipsOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_WaitlistRelationshipsOutputRepresentation_WaitlistRelationshipsOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_WaitlistRelationshipsOutputRepresentation_WaitlistRelationshipsOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_WaitlistRelationshipsOutputRepresentation_WaitlistRelationshipsOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_WaitlistRelationshipsOutputRepresentation_WaitlistRelationshipsOutputRepresentation, any>;
15
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_WaitlistRelationshipsOutputRepresentation_WaitlistRelationshipsOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
16
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
17
+ export default createResourceRequest;
@@ -0,0 +1,20 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
+ import { WaitlistOutputRepresentation as types_WaitlistOutputRepresentation_WaitlistOutputRepresentation } from '../types/WaitlistOutputRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ queryParams: {
5
+ isActive?: boolean;
6
+ maxLimit?: number;
7
+ offset?: number;
8
+ requestId?: string;
9
+ serviceTerritoryId?: string;
10
+ waitlistIds?: Array<string>;
11
+ };
12
+ }
13
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
14
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
15
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
16
+ export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_WaitlistOutputRepresentation_WaitlistOutputRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
17
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_WaitlistOutputRepresentation_WaitlistOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_WaitlistOutputRepresentation_WaitlistOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_WaitlistOutputRepresentation_WaitlistOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_WaitlistOutputRepresentation_WaitlistOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_WaitlistOutputRepresentation_WaitlistOutputRepresentation, any>;
18
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_WaitlistOutputRepresentation_WaitlistOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
19
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
20
+ export default createResourceRequest;
@@ -0,0 +1,13 @@
1
+ import { UpdateServiceAppointmentInputRepresentation as types_UpdateServiceAppointmentInputRepresentation_UpdateServiceAppointmentInputRepresentation } from '../types/UpdateServiceAppointmentInputRepresentation';
2
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
3
+ import { ServiceAppointmentOutputRepresentation as types_ServiceAppointmentOutputRepresentation_ServiceAppointmentOutputRepresentation } from '../types/ServiceAppointmentOutputRepresentation';
4
+ export interface ResourceRequestConfig {
5
+ body: {
6
+ updateServiceAppointmentInput: types_UpdateServiceAppointmentInputRepresentation_UpdateServiceAppointmentInputRepresentation;
7
+ };
8
+ }
9
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
10
+ export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ServiceAppointmentOutputRepresentation_ServiceAppointmentOutputRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ServiceAppointmentOutputRepresentation_ServiceAppointmentOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ServiceAppointmentOutputRepresentation_ServiceAppointmentOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ServiceAppointmentOutputRepresentation_ServiceAppointmentOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ServiceAppointmentOutputRepresentation_ServiceAppointmentOutputRepresentation, any>;
12
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
13
+ export default createResourceRequest;
@@ -0,0 +1,13 @@
1
+ import { CreateServiceAppointmentInputRepresentation as types_CreateServiceAppointmentInputRepresentation_CreateServiceAppointmentInputRepresentation } from '../types/CreateServiceAppointmentInputRepresentation';
2
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
3
+ import { ServiceAppointmentOutputRepresentation as types_ServiceAppointmentOutputRepresentation_ServiceAppointmentOutputRepresentation } from '../types/ServiceAppointmentOutputRepresentation';
4
+ export interface ResourceRequestConfig {
5
+ body: {
6
+ createServiceAppointmentInput: types_CreateServiceAppointmentInputRepresentation_CreateServiceAppointmentInputRepresentation;
7
+ };
8
+ }
9
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
10
+ export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ServiceAppointmentOutputRepresentation_ServiceAppointmentOutputRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ServiceAppointmentOutputRepresentation_ServiceAppointmentOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ServiceAppointmentOutputRepresentation_ServiceAppointmentOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ServiceAppointmentOutputRepresentation_ServiceAppointmentOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ServiceAppointmentOutputRepresentation_ServiceAppointmentOutputRepresentation, any>;
12
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
13
+ export default createResourceRequest;
@@ -0,0 +1,13 @@
1
+ import { WaitlistAppointmentInputRepresentation as types_WaitlistAppointmentInputRepresentation_WaitlistAppointmentInputRepresentation } from '../types/WaitlistAppointmentInputRepresentation';
2
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
3
+ import { WaitlistAppointmentOutputRepresentation as types_WaitlistAppointmentOutputRepresentation_WaitlistAppointmentOutputRepresentation } from '../types/WaitlistAppointmentOutputRepresentation';
4
+ export interface ResourceRequestConfig {
5
+ body: {
6
+ waitlistAppointmentInput: types_WaitlistAppointmentInputRepresentation_WaitlistAppointmentInputRepresentation;
7
+ };
8
+ }
9
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
10
+ export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_WaitlistAppointmentOutputRepresentation_WaitlistAppointmentOutputRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_WaitlistAppointmentOutputRepresentation_WaitlistAppointmentOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_WaitlistAppointmentOutputRepresentation_WaitlistAppointmentOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_WaitlistAppointmentOutputRepresentation_WaitlistAppointmentOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_WaitlistAppointmentOutputRepresentation_WaitlistAppointmentOutputRepresentation, any>;
12
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
13
+ export default createResourceRequest;
@@ -0,0 +1,13 @@
1
+ import { WaitlistCheckInInputRepresentation as types_WaitlistCheckInInputRepresentation_WaitlistCheckInInputRepresentation } from '../types/WaitlistCheckInInputRepresentation';
2
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
3
+ import { WaitlistCheckInOutputRepresentation as types_WaitlistCheckInOutputRepresentation_WaitlistCheckInOutputRepresentation } from '../types/WaitlistCheckInOutputRepresentation';
4
+ export interface ResourceRequestConfig {
5
+ body: {
6
+ waitlistCheckInInput: types_WaitlistCheckInInputRepresentation_WaitlistCheckInInputRepresentation;
7
+ };
8
+ }
9
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
10
+ export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_WaitlistCheckInOutputRepresentation_WaitlistCheckInOutputRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_WaitlistCheckInOutputRepresentation_WaitlistCheckInOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_WaitlistCheckInOutputRepresentation_WaitlistCheckInOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_WaitlistCheckInOutputRepresentation_WaitlistCheckInOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_WaitlistCheckInOutputRepresentation_WaitlistCheckInOutputRepresentation, any>;
12
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
13
+ export default createResourceRequest;
@@ -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 = "8d8bed0fbaceac6569e184680455671e";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: AbstractServiceAppointmentInputRepresentation, existing: AbstractServiceAppointmentInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AbstractServiceAppointmentInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: AbstractServiceAppointmentInputRepresentationNormalized, incoming: AbstractServiceAppointmentInputRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: AbstractServiceAppointmentInputRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: AbstractServiceAppointmentInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Service Appointment input representation
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface AbstractServiceAppointmentInputRepresentationNormalized {
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
+ * Service Appointment input representation
31
+ *
32
+ * Keys:
33
+ * (none)
34
+ */
35
+ export interface AbstractServiceAppointmentInputRepresentation {
36
+ assignedResources?: Array<{}>;
37
+ lead?: {};
38
+ schedulingPolicyId?: string;
39
+ serviceAppointment?: {};
40
+ serviceAppointmentId?: string;
41
+ }