@salesforce/lds-adapters-industries-scheduler 0.1.0-dev1
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 +8565 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/createServiceAppointment.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/createServiceAppointmentAttendee.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/adapters/createWaitlistAppointment.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/createWaitlistCheckIn.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/decryption.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/encrypt.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getAppointmentFromToken.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getAppointmentPaymentDetails.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getEngagementChannelTypes.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getGroupAppointments.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/adapters/getNextWaitlistParticipant.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getParticipantRecentInteractions.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getServiceResourceCapacity.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/adapters/getServiceTerritoryCapacity.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/adapters/getWaitlistParticipantStats.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getWaitlistRelationships.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getWaitlists.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/adapters/updateServiceAppointment.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/updateServiceAppointmentAttendee.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/adapters/updateWaitlistParticipant.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSchedulingAppointmentFromToken.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSchedulingAppointmentPaymentDetails.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSchedulingDecryption.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSchedulingEncryption.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/getConnectSchedulingServiceResourceCapacity.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSchedulingServiceTerritoryCapacity.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSchedulingWaitlistParticipantsStatistics.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSchedulingWaitlistRelationships.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSchedulingWaitlists.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectSchedulingServiceAppointmentAttendee.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectSchedulingServiceAppointments.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectSchedulingWaitlistParticipants.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectSchedulingGroupAppointments.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectSchedulingServiceAppointmentAttendee.d.ts +15 -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 +40 -0
- package/dist/es/es2018/types/src/generated/types/AppointmentChannelRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/AssignedResourceInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/AssignedResourceListInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/CreateServiceAppointmentAttendeeInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/CreateServiceAppointmentData.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/CreateServiceAppointmentInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/CreateServiceAppointmentResult.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/DayCapacity.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/DecryptionOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/DecryptionResult.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/EncryptionOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/EncryptionResult.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ExtendedFieldInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ExtendedFieldListInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ExtendedFieldsOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/GetAppointmentFromTokenOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/GetAppointmentFromTokenResult.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/GetAppointmentPaymentDetailsOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/GetAppointmentPaymentDetailsResult.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/GetEngagementChannelTypeListResult.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/GetEngagementChannelTypeOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/GetEngagementChannelTypeResult.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/GetGroupAppointmentsInputRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/GetGroupAppointmentsListResult.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/GetGroupAppointmentsOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/GetNextWaitlistParticipantOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/GetNextWaitlistParticipantResult.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/GetServiceResourceCapacityOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/GetServiceTerritoriesResult.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/GetServiceTerritoryCapacityOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/GetWaitlistParticipantStatsListResult.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/GetWaitlistParticipantStatsOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/GroupAppointmentResult.d.ts +65 -0
- package/dist/es/es2018/types/src/generated/types/LeadInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/ParticipantRecentInteractionsOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ParticipantRecentInteractionsResult.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SchedulerExtendedFieldsOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ServiceAppointmentAttendeeInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ServiceAppointmentAttendeeOutputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/ServiceAppointmentAttendeeResult.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/ServiceAppointmentInputRepresentation.d.ts +79 -0
- package/dist/es/es2018/types/src/generated/types/ServiceAppointmentOutputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/ServiceAppointmentRepresentation.d.ts +78 -0
- package/dist/es/es2018/types/src/generated/types/ServiceAppointmentResult.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/ServiceResourceCapacity.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/ServiceResourceCapacityInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/ServiceResourceCapacityListResult.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ServiceResourceRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ServiceTerritoryCapacity.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/ServiceTerritoryCapacityInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/ServiceTerritoryCapacityListResult.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/TokenInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/UpdateServiceAppointmentAttendeeInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/UpdateServiceAppointmentData.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/UpdateServiceAppointmentInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/UpdateWaitlistParticipantInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistAnalytics.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistAppointmentData.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistAppointmentInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistAppointmentOutputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistAppointmentResult.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistCheckInData.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistCheckInInputRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistCheckInOutputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistCheckInResult.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistInputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistListResult.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistParticipantOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistParticipantParticipant.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistParticipantResult.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistParticipantStats.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistRelationshipsOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistRelationshipsResult.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistResult.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistServiceResource.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistServiceResourceWithWorkTypes.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistWorkType.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/WaitlistWorkTypeGroup.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/WorkTypeGroupRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/WorkTypeInputRepresentation.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/WorkTypeRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/package.json +76 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +8749 -0
- package/src/raml/api.raml +1865 -0
- package/src/raml/luvio.raml +120 -0
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, 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';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_getConnectSchedulingWaitlists_ResourceRequestConfig } from '../resources/getConnectSchedulingWaitlists';
|
|
4
|
+
import { WaitlistOutputRepresentation as types_WaitlistOutputRepresentation_WaitlistOutputRepresentation } from '../types/WaitlistOutputRepresentation';
|
|
5
|
+
export declare const adapterName = "getWaitlists";
|
|
6
|
+
export declare const getWaitlists_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const getWaitlists_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetWaitlistsConfig {
|
|
9
|
+
isActive?: boolean;
|
|
10
|
+
maxLimit?: number;
|
|
11
|
+
offset?: number;
|
|
12
|
+
participantFields?: Array<string>;
|
|
13
|
+
requestId?: string;
|
|
14
|
+
serviceTerritoryId?: string;
|
|
15
|
+
waitlistIds?: Array<string>;
|
|
16
|
+
}
|
|
17
|
+
export declare const createResourceParams: (config: GetWaitlistsConfig) => resources_getConnectSchedulingWaitlists_ResourceRequestConfig;
|
|
18
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetWaitlistsConfig): string;
|
|
19
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetWaitlistsConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
20
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetWaitlistsConfig>): adapter$45$utils_Untrusted<GetWaitlistsConfig>;
|
|
21
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetWaitlistsConfig | null;
|
|
22
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetWaitlistsConfig): $64$luvio_engine_Fragment;
|
|
23
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetWaitlistsConfig): $64$luvio_engine_Snapshot<types_WaitlistOutputRepresentation_WaitlistOutputRepresentation, any>;
|
|
24
|
+
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>>;
|
|
25
|
+
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>;
|
|
26
|
+
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>>;
|
|
27
|
+
export type BuildSnapshotContext = {
|
|
28
|
+
luvio: $64$luvio_engine_Luvio;
|
|
29
|
+
config: GetWaitlistsConfig;
|
|
30
|
+
};
|
|
31
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_WaitlistOutputRepresentation_WaitlistOutputRepresentation, any>>;
|
|
32
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_WaitlistOutputRepresentation_WaitlistOutputRepresentation>): $64$luvio_engine_Snapshot<types_WaitlistOutputRepresentation_WaitlistOutputRepresentation, any>;
|
|
33
|
+
export declare const getWaitlistsAdapterFactory: $64$luvio_engine_AdapterFactory<GetWaitlistsConfig, types_WaitlistOutputRepresentation_WaitlistOutputRepresentation>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { UpdateServiceAppointmentInputRepresentation as types_UpdateServiceAppointmentInputRepresentation_UpdateServiceAppointmentInputRepresentation } from '../types/UpdateServiceAppointmentInputRepresentation';
|
|
4
|
+
import { ResourceRequestConfig as resources_patchConnectSchedulingServiceAppointments_ResourceRequestConfig } from '../resources/patchConnectSchedulingServiceAppointments';
|
|
5
|
+
import { ServiceAppointmentOutputRepresentation as types_ServiceAppointmentOutputRepresentation_ServiceAppointmentOutputRepresentation } from '../types/ServiceAppointmentOutputRepresentation';
|
|
6
|
+
export declare const adapterName = "updateServiceAppointment";
|
|
7
|
+
export declare const updateServiceAppointment_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
8
|
+
export declare const updateServiceAppointment_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
9
|
+
export interface UpdateServiceAppointmentConfig {
|
|
10
|
+
updateServiceAppointmentInput: types_UpdateServiceAppointmentInputRepresentation_UpdateServiceAppointmentInputRepresentation;
|
|
11
|
+
}
|
|
12
|
+
export declare const createResourceParams: (config: UpdateServiceAppointmentConfig) => resources_patchConnectSchedulingServiceAppointments_ResourceRequestConfig;
|
|
13
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<UpdateServiceAppointmentConfig>): adapter$45$utils_Untrusted<UpdateServiceAppointmentConfig>;
|
|
14
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): UpdateServiceAppointmentConfig | null;
|
|
15
|
+
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>>;
|
|
16
|
+
export declare const updateServiceAppointmentAdapterFactory: $64$luvio_engine_AdapterFactory<UpdateServiceAppointmentConfig, types_ServiceAppointmentOutputRepresentation_ServiceAppointmentOutputRepresentation>;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ExtendedFieldsOutputRepresentation as types_ExtendedFieldsOutputRepresentation_ExtendedFieldsOutputRepresentation } from '../types/ExtendedFieldsOutputRepresentation';
|
|
4
|
+
import { ResourceRequestConfig as resources_patchConnectSchedulingServiceAppointmentAttendee_ResourceRequestConfig } from '../resources/patchConnectSchedulingServiceAppointmentAttendee';
|
|
5
|
+
import { ServiceAppointmentAttendeeOutputRepresentation as types_ServiceAppointmentAttendeeOutputRepresentation_ServiceAppointmentAttendeeOutputRepresentation } from '../types/ServiceAppointmentAttendeeOutputRepresentation';
|
|
6
|
+
export declare const adapterName = "updateServiceAppointmentAttendee";
|
|
7
|
+
export declare const updateServiceAppointmentAttendee_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
8
|
+
export declare const updateServiceAppointmentAttendee_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
9
|
+
export interface UpdateServiceAppointmentAttendeeConfig {
|
|
10
|
+
serviceAppointmentAttendeeId: string;
|
|
11
|
+
appointmentId?: string;
|
|
12
|
+
attendeeId?: string;
|
|
13
|
+
extendedFields?: Array<types_ExtendedFieldsOutputRepresentation_ExtendedFieldsOutputRepresentation>;
|
|
14
|
+
}
|
|
15
|
+
export declare const createResourceParams: (config: UpdateServiceAppointmentAttendeeConfig) => resources_patchConnectSchedulingServiceAppointmentAttendee_ResourceRequestConfig;
|
|
16
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<UpdateServiceAppointmentAttendeeConfig>): adapter$45$utils_Untrusted<UpdateServiceAppointmentAttendeeConfig>;
|
|
17
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): UpdateServiceAppointmentAttendeeConfig | null;
|
|
18
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: UpdateServiceAppointmentAttendeeConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_ServiceAppointmentAttendeeOutputRepresentation_ServiceAppointmentAttendeeOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_ServiceAppointmentAttendeeOutputRepresentation_ServiceAppointmentAttendeeOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_ServiceAppointmentAttendeeOutputRepresentation_ServiceAppointmentAttendeeOutputRepresentation, any>>;
|
|
19
|
+
export declare const updateServiceAppointmentAttendeeAdapterFactory: $64$luvio_engine_AdapterFactory<UpdateServiceAppointmentAttendeeConfig, types_ServiceAppointmentAttendeeOutputRepresentation_ServiceAppointmentAttendeeOutputRepresentation>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_patchConnectSchedulingWaitlistParticipants_ResourceRequestConfig } from '../resources/patchConnectSchedulingWaitlistParticipants';
|
|
4
|
+
import { WaitlistParticipantOutputRepresentation as types_WaitlistParticipantOutputRepresentation_WaitlistParticipantOutputRepresentation } from '../types/WaitlistParticipantOutputRepresentation';
|
|
5
|
+
export declare const adapterName = "updateWaitlistParticipant";
|
|
6
|
+
export declare const updateWaitlistParticipant_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const updateWaitlistParticipant_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface UpdateWaitlistParticipantConfig {
|
|
9
|
+
serviceAppointmentStatus?: string;
|
|
10
|
+
targetPosition?: number;
|
|
11
|
+
waitlistParticipantId: string;
|
|
12
|
+
}
|
|
13
|
+
export declare const createResourceParams: (config: UpdateWaitlistParticipantConfig) => resources_patchConnectSchedulingWaitlistParticipants_ResourceRequestConfig;
|
|
14
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<UpdateWaitlistParticipantConfig>): adapter$45$utils_Untrusted<UpdateWaitlistParticipantConfig>;
|
|
15
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): UpdateWaitlistParticipantConfig | null;
|
|
16
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: UpdateWaitlistParticipantConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_WaitlistParticipantOutputRepresentation_WaitlistParticipantOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_WaitlistParticipantOutputRepresentation_WaitlistParticipantOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_WaitlistParticipantOutputRepresentation_WaitlistParticipantOutputRepresentation, any>>;
|
|
17
|
+
export declare const updateWaitlistParticipantAdapterFactory: $64$luvio_engine_AdapterFactory<UpdateWaitlistParticipantConfig, types_WaitlistParticipantOutputRepresentation_WaitlistParticipantOutputRepresentation>;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export { getAppointmentFromTokenAdapterFactory } from '../adapters/getAppointmentFromToken';
|
|
2
|
+
export { decryptionAdapterFactory } from '../adapters/decryption';
|
|
3
|
+
export { encryptAdapterFactory } from '../adapters/encrypt';
|
|
4
|
+
export { getEngagementChannelTypesAdapterFactory } from '../adapters/getEngagementChannelTypes';
|
|
5
|
+
export { getGroupAppointmentsAdapterFactory } from '../adapters/getGroupAppointments';
|
|
6
|
+
export { getNextWaitlistParticipantAdapterFactory } from '../adapters/getNextWaitlistParticipant';
|
|
7
|
+
export { getParticipantRecentInteractionsAdapterFactory } from '../adapters/getParticipantRecentInteractions';
|
|
8
|
+
export { updateServiceAppointmentAttendeeAdapterFactory } from '../adapters/updateServiceAppointmentAttendee';
|
|
9
|
+
export { createServiceAppointmentAttendeeAdapterFactory } from '../adapters/createServiceAppointmentAttendee';
|
|
10
|
+
export { updateServiceAppointmentAdapterFactory } from '../adapters/updateServiceAppointment';
|
|
11
|
+
export { createServiceAppointmentAdapterFactory } from '../adapters/createServiceAppointment';
|
|
12
|
+
export { getServiceResourceCapacityAdapterFactory } from '../adapters/getServiceResourceCapacity';
|
|
13
|
+
export { getServiceTerritoryCapacityAdapterFactory } from '../adapters/getServiceTerritoryCapacity';
|
|
14
|
+
export { getAppointmentPaymentDetailsAdapterFactory } from '../adapters/getAppointmentPaymentDetails';
|
|
15
|
+
export { createWaitlistAppointmentAdapterFactory } from '../adapters/createWaitlistAppointment';
|
|
16
|
+
export { createWaitlistCheckInAdapterFactory } from '../adapters/createWaitlistCheckIn';
|
|
17
|
+
export { getWaitlistRelationshipsAdapterFactory } from '../adapters/getWaitlistRelationships';
|
|
18
|
+
export { getWaitlistsAdapterFactory } from '../adapters/getWaitlists';
|
|
19
|
+
export { updateWaitlistParticipantAdapterFactory } from '../adapters/updateWaitlistParticipant';
|
|
20
|
+
export { getWaitlistParticipantStatsAdapterFactory } from '../adapters/getWaitlistParticipantStats';
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
declare let createServiceAppointment: any;
|
|
2
|
+
declare let createServiceAppointmentAttendee: any;
|
|
3
|
+
declare let createWaitlistAppointment: any;
|
|
4
|
+
declare let createWaitlistCheckIn: any;
|
|
5
|
+
declare let decryption: any;
|
|
6
|
+
declare let encrypt: any;
|
|
7
|
+
declare let getAppointmentFromToken: any;
|
|
8
|
+
declare let getAppointmentPaymentDetails: any;
|
|
9
|
+
declare let getEngagementChannelTypes: any;
|
|
10
|
+
declare let getGroupAppointments: any;
|
|
11
|
+
declare let getNextWaitlistParticipant: any;
|
|
12
|
+
declare let getParticipantRecentInteractions: any;
|
|
13
|
+
declare let getServiceResourceCapacity: any;
|
|
14
|
+
declare let getServiceTerritoryCapacity: any;
|
|
15
|
+
declare let getWaitlistParticipantStats: any;
|
|
16
|
+
declare let getWaitlistRelationships: any;
|
|
17
|
+
declare let getWaitlists: any;
|
|
18
|
+
declare let updateServiceAppointment: any;
|
|
19
|
+
declare let updateServiceAppointmentAttendee: any;
|
|
20
|
+
declare let updateWaitlistParticipant: any;
|
|
21
|
+
declare let decryption_imperative: any;
|
|
22
|
+
declare let encrypt_imperative: any;
|
|
23
|
+
declare let getAppointmentFromToken_imperative: any;
|
|
24
|
+
declare let getAppointmentPaymentDetails_imperative: any;
|
|
25
|
+
declare let getEngagementChannelTypes_imperative: any;
|
|
26
|
+
declare let getGroupAppointments_imperative: any;
|
|
27
|
+
declare let getNextWaitlistParticipant_imperative: any;
|
|
28
|
+
declare let getParticipantRecentInteractions_imperative: any;
|
|
29
|
+
declare let getServiceResourceCapacity_imperative: any;
|
|
30
|
+
declare let getServiceTerritoryCapacity_imperative: any;
|
|
31
|
+
declare let getWaitlistParticipantStats_imperative: any;
|
|
32
|
+
declare let getWaitlistRelationships_imperative: any;
|
|
33
|
+
declare let getWaitlists_imperative: any;
|
|
34
|
+
export { createServiceAppointment, createServiceAppointmentAttendee, createWaitlistAppointment, createWaitlistCheckIn, decryption, encrypt, getAppointmentFromToken, getAppointmentPaymentDetails, getEngagementChannelTypes, getGroupAppointments, getNextWaitlistParticipant, getParticipantRecentInteractions, getServiceResourceCapacity, getServiceTerritoryCapacity, getWaitlistParticipantStats, getWaitlistRelationships, getWaitlists, updateServiceAppointment, updateServiceAppointmentAttendee, updateWaitlistParticipant, decryption_imperative, encrypt_imperative, getAppointmentFromToken_imperative, getAppointmentPaymentDetails_imperative, getEngagementChannelTypes_imperative, getGroupAppointments_imperative, getNextWaitlistParticipant_imperative, getParticipantRecentInteractions_imperative, getServiceResourceCapacity_imperative, getServiceTerritoryCapacity_imperative, getWaitlistParticipantStats_imperative, getWaitlistRelationships_imperative, getWaitlists_imperative, };
|
package/dist/es/es2018/types/src/generated/resources/getConnectSchedulingAppointmentFromToken.d.ts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, 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 { GetAppointmentFromTokenOutputRepresentation as types_GetAppointmentFromTokenOutputRepresentation_GetAppointmentFromTokenOutputRepresentation } from '../types/GetAppointmentFromTokenOutputRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
queryParams: {
|
|
5
|
+
token?: 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(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_GetAppointmentFromTokenOutputRepresentation_GetAppointmentFromTokenOutputRepresentation): void;
|
|
12
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_GetAppointmentFromTokenOutputRepresentation_GetAppointmentFromTokenOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_GetAppointmentFromTokenOutputRepresentation_GetAppointmentFromTokenOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_GetAppointmentFromTokenOutputRepresentation_GetAppointmentFromTokenOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_GetAppointmentFromTokenOutputRepresentation_GetAppointmentFromTokenOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_GetAppointmentFromTokenOutputRepresentation_GetAppointmentFromTokenOutputRepresentation, any>;
|
|
13
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_GetAppointmentFromTokenOutputRepresentation_GetAppointmentFromTokenOutputRepresentation>): $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, 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 { GetAppointmentPaymentDetailsOutputRepresentation as types_GetAppointmentPaymentDetailsOutputRepresentation_GetAppointmentPaymentDetailsOutputRepresentation } from '../types/GetAppointmentPaymentDetailsOutputRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
queryParams: {
|
|
5
|
+
serviceAppointmentId?: string;
|
|
6
|
+
serviceTerritoryId?: string;
|
|
7
|
+
workTypeId?: 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(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_GetAppointmentPaymentDetailsOutputRepresentation_GetAppointmentPaymentDetailsOutputRepresentation): void;
|
|
14
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_GetAppointmentPaymentDetailsOutputRepresentation_GetAppointmentPaymentDetailsOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_GetAppointmentPaymentDetailsOutputRepresentation_GetAppointmentPaymentDetailsOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_GetAppointmentPaymentDetailsOutputRepresentation_GetAppointmentPaymentDetailsOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_GetAppointmentPaymentDetailsOutputRepresentation_GetAppointmentPaymentDetailsOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_GetAppointmentPaymentDetailsOutputRepresentation_GetAppointmentPaymentDetailsOutputRepresentation, any>;
|
|
15
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_GetAppointmentPaymentDetailsOutputRepresentation_GetAppointmentPaymentDetailsOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
16
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
17
|
+
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, 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 { DecryptionOutputRepresentation as types_DecryptionOutputRepresentation_DecryptionOutputRepresentation } from '../types/DecryptionOutputRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
queryParams: {
|
|
5
|
+
encryptedString?: 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(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_DecryptionOutputRepresentation_DecryptionOutputRepresentation): void;
|
|
12
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_DecryptionOutputRepresentation_DecryptionOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_DecryptionOutputRepresentation_DecryptionOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_DecryptionOutputRepresentation_DecryptionOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_DecryptionOutputRepresentation_DecryptionOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_DecryptionOutputRepresentation_DecryptionOutputRepresentation, any>;
|
|
13
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_DecryptionOutputRepresentation_DecryptionOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
14
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
15
|
+
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, 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 { EncryptionOutputRepresentation as types_EncryptionOutputRepresentation_EncryptionOutputRepresentation } from '../types/EncryptionOutputRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
queryParams: {
|
|
5
|
+
inputString?: 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(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_EncryptionOutputRepresentation_EncryptionOutputRepresentation): void;
|
|
12
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_EncryptionOutputRepresentation_EncryptionOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_EncryptionOutputRepresentation_EncryptionOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_EncryptionOutputRepresentation_EncryptionOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_EncryptionOutputRepresentation_EncryptionOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_EncryptionOutputRepresentation_EncryptionOutputRepresentation, any>;
|
|
13
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_EncryptionOutputRepresentation_EncryptionOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
14
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
15
|
+
export default createResourceRequest;
|
package/dist/es/es2018/types/src/generated/resources/getConnectSchedulingEngagementChannelTypes.d.ts
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, 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(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_GetEngagementChannelTypeOutputRepresentation_GetEngagementChannelTypeOutputRepresentation): void;
|
|
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, 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(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_GetNextWaitlistParticipantOutputRepresentation_GetNextWaitlistParticipantOutputRepresentation): void;
|
|
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, 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(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ParticipantRecentInteractionsOutputRepresentation_ParticipantRecentInteractionsOutputRepresentation): void;
|
|
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,20 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, 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 { GetServiceResourceCapacityOutputRepresentation as types_GetServiceResourceCapacityOutputRepresentation_GetServiceResourceCapacityOutputRepresentation } from '../types/GetServiceResourceCapacityOutputRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
queryParams: {
|
|
5
|
+
endDate?: string;
|
|
6
|
+
maxLimit?: number;
|
|
7
|
+
offset?: number;
|
|
8
|
+
serviceResourceId: string;
|
|
9
|
+
workTypeId?: string;
|
|
10
|
+
startDate?: 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(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_GetServiceResourceCapacityOutputRepresentation_GetServiceResourceCapacityOutputRepresentation): void;
|
|
17
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_GetServiceResourceCapacityOutputRepresentation_GetServiceResourceCapacityOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_GetServiceResourceCapacityOutputRepresentation_GetServiceResourceCapacityOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_GetServiceResourceCapacityOutputRepresentation_GetServiceResourceCapacityOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_GetServiceResourceCapacityOutputRepresentation_GetServiceResourceCapacityOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_GetServiceResourceCapacityOutputRepresentation_GetServiceResourceCapacityOutputRepresentation, any>;
|
|
18
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_GetServiceResourceCapacityOutputRepresentation_GetServiceResourceCapacityOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
19
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
20
|
+
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, 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 { GetServiceTerritoryCapacityOutputRepresentation as types_GetServiceTerritoryCapacityOutputRepresentation_GetServiceTerritoryCapacityOutputRepresentation } from '../types/GetServiceTerritoryCapacityOutputRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
queryParams: {
|
|
5
|
+
endDate?: string;
|
|
6
|
+
maxLimit?: number;
|
|
7
|
+
offset?: number;
|
|
8
|
+
serviceTerritoryId?: string;
|
|
9
|
+
startDate?: string;
|
|
10
|
+
workTypeId?: 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(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_GetServiceTerritoryCapacityOutputRepresentation_GetServiceTerritoryCapacityOutputRepresentation): void;
|
|
17
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_GetServiceTerritoryCapacityOutputRepresentation_GetServiceTerritoryCapacityOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_GetServiceTerritoryCapacityOutputRepresentation_GetServiceTerritoryCapacityOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_GetServiceTerritoryCapacityOutputRepresentation_GetServiceTerritoryCapacityOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_GetServiceTerritoryCapacityOutputRepresentation_GetServiceTerritoryCapacityOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_GetServiceTerritoryCapacityOutputRepresentation_GetServiceTerritoryCapacityOutputRepresentation, any>;
|
|
18
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_GetServiceTerritoryCapacityOutputRepresentation_GetServiceTerritoryCapacityOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
19
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
20
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, 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 { GetWaitlistParticipantStatsOutputRepresentation as types_GetWaitlistParticipantStatsOutputRepresentation_GetWaitlistParticipantStatsOutputRepresentation } from '../types/GetWaitlistParticipantStatsOutputRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
queryParams: {
|
|
5
|
+
requestId?: string;
|
|
6
|
+
waitlistParticipantIds?: 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(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_GetWaitlistParticipantStatsOutputRepresentation_GetWaitlistParticipantStatsOutputRepresentation): void;
|
|
13
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_GetWaitlistParticipantStatsOutputRepresentation_GetWaitlistParticipantStatsOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_GetWaitlistParticipantStatsOutputRepresentation_GetWaitlistParticipantStatsOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_GetWaitlistParticipantStatsOutputRepresentation_GetWaitlistParticipantStatsOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_GetWaitlistParticipantStatsOutputRepresentation_GetWaitlistParticipantStatsOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_GetWaitlistParticipantStatsOutputRepresentation_GetWaitlistParticipantStatsOutputRepresentation, any>;
|
|
14
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_GetWaitlistParticipantStatsOutputRepresentation_GetWaitlistParticipantStatsOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
15
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
16
|
+
export default createResourceRequest;
|
package/dist/es/es2018/types/src/generated/resources/getConnectSchedulingWaitlistRelationships.d.ts
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, 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
|
+
isSelfCheckin?: boolean;
|
|
6
|
+
serviceTerritoryId?: string;
|
|
7
|
+
waitlistIds?: Array<string>;
|
|
8
|
+
workTypeIds?: Array<string>;
|
|
9
|
+
};
|
|
10
|
+
}
|
|
11
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
14
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_WaitlistRelationshipsOutputRepresentation_WaitlistRelationshipsOutputRepresentation): void;
|
|
15
|
+
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>;
|
|
16
|
+
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;
|
|
17
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
18
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, 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
|
+
participantFields?: Array<string>;
|
|
9
|
+
requestId?: string;
|
|
10
|
+
serviceTerritoryId?: string;
|
|
11
|
+
waitlistIds?: Array<string>;
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
15
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
16
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
17
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_WaitlistOutputRepresentation_WaitlistOutputRepresentation): void;
|
|
18
|
+
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>;
|
|
19
|
+
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;
|
|
20
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
21
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ExtendedFieldsOutputRepresentation as types_ExtendedFieldsOutputRepresentation_ExtendedFieldsOutputRepresentation } from '../types/ExtendedFieldsOutputRepresentation';
|
|
2
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, 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 { ServiceAppointmentAttendeeOutputRepresentation as types_ServiceAppointmentAttendeeOutputRepresentation_ServiceAppointmentAttendeeOutputRepresentation } from '../types/ServiceAppointmentAttendeeOutputRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
body: {
|
|
6
|
+
serviceAppointmentAttendeeId: string;
|
|
7
|
+
appointmentId?: string;
|
|
8
|
+
attendeeId?: string;
|
|
9
|
+
extendedFields?: Array<types_ExtendedFieldsOutputRepresentation_ExtendedFieldsOutputRepresentation>;
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
13
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ServiceAppointmentAttendeeOutputRepresentation_ServiceAppointmentAttendeeOutputRepresentation): void;
|
|
14
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ServiceAppointmentAttendeeOutputRepresentation_ServiceAppointmentAttendeeOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ServiceAppointmentAttendeeOutputRepresentation_ServiceAppointmentAttendeeOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ServiceAppointmentAttendeeOutputRepresentation_ServiceAppointmentAttendeeOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ServiceAppointmentAttendeeOutputRepresentation_ServiceAppointmentAttendeeOutputRepresentation, any>;
|
|
15
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
16
|
+
export default createResourceRequest;
|
package/dist/es/es2018/types/src/generated/resources/patchConnectSchedulingServiceAppointments.d.ts
ADDED
|
@@ -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, 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(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ServiceAppointmentOutputRepresentation_ServiceAppointmentOutputRepresentation): void;
|
|
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;
|
package/dist/es/es2018/types/src/generated/resources/patchConnectSchedulingWaitlistParticipants.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, 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';
|
|
2
|
+
import { WaitlistParticipantOutputRepresentation as types_WaitlistParticipantOutputRepresentation_WaitlistParticipantOutputRepresentation } from '../types/WaitlistParticipantOutputRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
body: {
|
|
5
|
+
serviceAppointmentStatus?: string;
|
|
6
|
+
targetPosition?: number;
|
|
7
|
+
waitlistParticipantId: string;
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
11
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_WaitlistParticipantOutputRepresentation_WaitlistParticipantOutputRepresentation): void;
|
|
12
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_WaitlistParticipantOutputRepresentation_WaitlistParticipantOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_WaitlistParticipantOutputRepresentation_WaitlistParticipantOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_WaitlistParticipantOutputRepresentation_WaitlistParticipantOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_WaitlistParticipantOutputRepresentation_WaitlistParticipantOutputRepresentation, any>;
|
|
13
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
14
|
+
export default createResourceRequest;
|
package/dist/es/es2018/types/src/generated/resources/postConnectSchedulingGroupAppointments.d.ts
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, 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 { GetGroupAppointmentsOutputRepresentation as types_GetGroupAppointmentsOutputRepresentation_GetGroupAppointmentsOutputRepresentation } from '../types/GetGroupAppointmentsOutputRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
body: {
|
|
5
|
+
startTime?: string;
|
|
6
|
+
endTime?: string;
|
|
7
|
+
limit?: number;
|
|
8
|
+
offset?: number;
|
|
9
|
+
filterByWorkTypeGroups?: Array<string>;
|
|
10
|
+
filterByWorkTypes?: Array<string>;
|
|
11
|
+
filterByParentRecords?: Array<string>;
|
|
12
|
+
filterByTerritories?: Array<string>;
|
|
13
|
+
filterByResources?: Array<string>;
|
|
14
|
+
excludeAssociatedAppts?: boolean;
|
|
15
|
+
extendedFieldsToQuery?: Array<string>;
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
19
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
20
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
21
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_GetGroupAppointmentsOutputRepresentation_GetGroupAppointmentsOutputRepresentation): void;
|
|
22
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_GetGroupAppointmentsOutputRepresentation_GetGroupAppointmentsOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_GetGroupAppointmentsOutputRepresentation_GetGroupAppointmentsOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_GetGroupAppointmentsOutputRepresentation_GetGroupAppointmentsOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_GetGroupAppointmentsOutputRepresentation_GetGroupAppointmentsOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_GetGroupAppointmentsOutputRepresentation_GetGroupAppointmentsOutputRepresentation, any>;
|
|
23
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_GetGroupAppointmentsOutputRepresentation_GetGroupAppointmentsOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
24
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
25
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ExtendedFieldsOutputRepresentation as types_ExtendedFieldsOutputRepresentation_ExtendedFieldsOutputRepresentation } from '../types/ExtendedFieldsOutputRepresentation';
|
|
2
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, 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 { ServiceAppointmentAttendeeOutputRepresentation as types_ServiceAppointmentAttendeeOutputRepresentation_ServiceAppointmentAttendeeOutputRepresentation } from '../types/ServiceAppointmentAttendeeOutputRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
body: {
|
|
6
|
+
appointmentId: string;
|
|
7
|
+
attendeeId: string;
|
|
8
|
+
extendedFields?: Array<types_ExtendedFieldsOutputRepresentation_ExtendedFieldsOutputRepresentation>;
|
|
9
|
+
};
|
|
10
|
+
}
|
|
11
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
12
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ServiceAppointmentAttendeeOutputRepresentation_ServiceAppointmentAttendeeOutputRepresentation): void;
|
|
13
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ServiceAppointmentAttendeeOutputRepresentation_ServiceAppointmentAttendeeOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ServiceAppointmentAttendeeOutputRepresentation_ServiceAppointmentAttendeeOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ServiceAppointmentAttendeeOutputRepresentation_ServiceAppointmentAttendeeOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ServiceAppointmentAttendeeOutputRepresentation_ServiceAppointmentAttendeeOutputRepresentation, any>;
|
|
14
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
15
|
+
export default createResourceRequest;
|
package/dist/es/es2018/types/src/generated/resources/postConnectSchedulingServiceAppointments.d.ts
ADDED
|
@@ -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, 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(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ServiceAppointmentOutputRepresentation_ServiceAppointmentOutputRepresentation): void;
|
|
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;
|
package/dist/es/es2018/types/src/generated/resources/postConnectSchedulingWaitlistAppointments.d.ts
ADDED
|
@@ -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, 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(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_WaitlistAppointmentOutputRepresentation_WaitlistAppointmentOutputRepresentation): void;
|
|
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;
|
package/dist/es/es2018/types/src/generated/resources/postConnectSchedulingWaitlistCheckin.d.ts
ADDED
|
@@ -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, 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(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_WaitlistCheckInOutputRepresentation_WaitlistCheckInOutputRepresentation): void;
|
|
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;
|