@salesforce/lds-adapters-industries-scheduler 1.134.7 → 1.134.8
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/dist/es/es2018/industries-scheduler.js +12 -22
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +1 -7
- package/dist/es/es2018/types/src/generated/types/AbstractServiceAppointmentInputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/AssignedResourceInputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/AssignedResourceListInputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/CreateServiceAppointmentData.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/CreateServiceAppointmentInputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/CreateServiceAppointmentResult.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/ExtendedFieldInputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/ExtendedFieldListInputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/GetEngagementChannelTypeListResult.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/GetEngagementChannelTypeOutputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/GetEngagementChannelTypeResult.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/GetNextWaitlistParticipantOutputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/GetNextWaitlistParticipantResult.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/LeadInputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/ParticipantRecentInteractionsOutputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/ParticipantRecentInteractionsResult.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/ServiceAppointmentInputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/ServiceAppointmentOutputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/ServiceAppointmentResult.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/UpdateServiceAppointmentData.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/UpdateServiceAppointmentInputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/WaitlistAnalytics.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/WaitlistAppointmentData.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/WaitlistAppointmentInputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/WaitlistAppointmentOutputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/WaitlistAppointmentResult.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/WaitlistCheckInData.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/WaitlistCheckInInputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/WaitlistCheckInOutputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/WaitlistCheckInResult.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/WaitlistInputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/WaitlistListResult.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/WaitlistOutputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/WaitlistParticipantParticipant.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/WaitlistParticipantResult.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/WaitlistRelationshipsOutputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/WaitlistRelationshipsResult.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/WaitlistResult.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/WaitlistServiceResource.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/WaitlistServiceResourceWithWorkTypes.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/WaitlistWorkType.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/WaitlistWorkTypeGroup.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/WorkTypeInputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +1 -8
- package/package.json +1 -1
- package/sfdc/index.js +13 -23
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
* For full license text, see the LICENSE.txt file
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
import { serializeStructuredKey, StoreKeyMap } from '@luvio/engine';
|
|
7
|
+
import { serializeStructuredKey, StoreKeyMap, deepFreeze } from '@luvio/engine';
|
|
8
8
|
|
|
9
9
|
const { hasOwnProperty: ObjectPrototypeHasOwnProperty } = Object.prototype;
|
|
10
|
-
const { keys: ObjectKeys
|
|
10
|
+
const { keys: ObjectKeys, create: ObjectCreate } = Object;
|
|
11
11
|
const { isArray: ArrayIsArray$1 } = Array;
|
|
12
12
|
/**
|
|
13
13
|
* Validates an adapter config is well-formed.
|
|
@@ -31,7 +31,7 @@ function validateConfig(config, adapter, oneOf) {
|
|
|
31
31
|
throw new TypeError(`adapter ${displayName} does not yet support ${unsupported.sort().join(', ')}`);
|
|
32
32
|
}
|
|
33
33
|
const supported = required.concat(optional);
|
|
34
|
-
if (ObjectKeys
|
|
34
|
+
if (ObjectKeys(config).some(key => !supported.includes(key))) {
|
|
35
35
|
throw new TypeError(`adapter ${displayName} configuration supports only ${supported.sort().join(', ')}`);
|
|
36
36
|
}
|
|
37
37
|
}
|
|
@@ -50,7 +50,6 @@ const snapshotRefreshOptions = {
|
|
|
50
50
|
};
|
|
51
51
|
const keyPrefix = 'IndustriesScheduler';
|
|
52
52
|
|
|
53
|
-
const { freeze: ObjectFreeze, keys: ObjectKeys, create: ObjectCreate, assign: ObjectAssign } = Object;
|
|
54
53
|
const { isArray: ArrayIsArray } = Array;
|
|
55
54
|
function equalsArray(a, b, equalsItem) {
|
|
56
55
|
const aLength = a.length;
|
|
@@ -65,24 +64,6 @@ function equalsArray(a, b, equalsItem) {
|
|
|
65
64
|
}
|
|
66
65
|
return true;
|
|
67
66
|
}
|
|
68
|
-
function deepFreeze(value) {
|
|
69
|
-
// No need to freeze primitives
|
|
70
|
-
if (typeof value !== 'object' || value === null) {
|
|
71
|
-
return;
|
|
72
|
-
}
|
|
73
|
-
if (ArrayIsArray(value)) {
|
|
74
|
-
for (let i = 0, len = value.length; i < len; i += 1) {
|
|
75
|
-
deepFreeze(value[i]);
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
else {
|
|
79
|
-
const keys = ObjectKeys(value);
|
|
80
|
-
for (let i = 0, len = keys.length; i < len; i += 1) {
|
|
81
|
-
deepFreeze(value[keys[i]]);
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
ObjectFreeze(value);
|
|
85
|
-
}
|
|
86
67
|
function createLink(ref) {
|
|
87
68
|
return {
|
|
88
69
|
__ref: serializeStructuredKey(ref),
|
|
@@ -450,6 +431,7 @@ function ingestSuccess$8(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
450
431
|
throw new Error('Invalid network response. Expected resource response to result in Fulfilled snapshot');
|
|
451
432
|
}
|
|
452
433
|
}
|
|
434
|
+
deepFreeze(snapshot.data);
|
|
453
435
|
return snapshot;
|
|
454
436
|
}
|
|
455
437
|
function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
@@ -1004,6 +986,7 @@ function ingestSuccess$7(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
1004
986
|
throw new Error('Invalid network response. Expected resource response to result in Fulfilled snapshot');
|
|
1005
987
|
}
|
|
1006
988
|
}
|
|
989
|
+
deepFreeze(snapshot.data);
|
|
1007
990
|
return snapshot;
|
|
1008
991
|
}
|
|
1009
992
|
function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
@@ -1369,6 +1352,7 @@ function ingestSuccess$6(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
1369
1352
|
throw new Error('Invalid network response. Expected resource response to result in Fulfilled snapshot');
|
|
1370
1353
|
}
|
|
1371
1354
|
}
|
|
1355
|
+
deepFreeze(snapshot.data);
|
|
1372
1356
|
return snapshot;
|
|
1373
1357
|
}
|
|
1374
1358
|
function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
@@ -1828,6 +1812,7 @@ function ingestSuccess$5(luvio, resourceParams, response) {
|
|
|
1828
1812
|
throw new Error('Invalid network response. Expected resource response to result in Fulfilled snapshot');
|
|
1829
1813
|
}
|
|
1830
1814
|
}
|
|
1815
|
+
deepFreeze(snapshot.data);
|
|
1831
1816
|
return snapshot;
|
|
1832
1817
|
}
|
|
1833
1818
|
function createResourceRequest$5(config) {
|
|
@@ -1977,6 +1962,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
1977
1962
|
throw new Error('Invalid network response. Expected resource response to result in Fulfilled snapshot');
|
|
1978
1963
|
}
|
|
1979
1964
|
}
|
|
1965
|
+
deepFreeze(snapshot.data);
|
|
1980
1966
|
return snapshot;
|
|
1981
1967
|
}
|
|
1982
1968
|
function createResourceRequest$4(config) {
|
|
@@ -2339,6 +2325,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
2339
2325
|
throw new Error('Invalid network response. Expected resource response to result in Fulfilled snapshot');
|
|
2340
2326
|
}
|
|
2341
2327
|
}
|
|
2328
|
+
deepFreeze(snapshot.data);
|
|
2342
2329
|
return snapshot;
|
|
2343
2330
|
}
|
|
2344
2331
|
function createResourceRequest$3(config) {
|
|
@@ -2740,6 +2727,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
2740
2727
|
throw new Error('Invalid network response. Expected resource response to result in Fulfilled snapshot');
|
|
2741
2728
|
}
|
|
2742
2729
|
}
|
|
2730
|
+
deepFreeze(snapshot.data);
|
|
2743
2731
|
return snapshot;
|
|
2744
2732
|
}
|
|
2745
2733
|
function createResourceRequest$2(config) {
|
|
@@ -3818,6 +3806,7 @@ function ingestSuccess$1(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
3818
3806
|
throw new Error('Invalid network response. Expected resource response to result in Fulfilled snapshot');
|
|
3819
3807
|
}
|
|
3820
3808
|
}
|
|
3809
|
+
deepFreeze(snapshot.data);
|
|
3821
3810
|
return snapshot;
|
|
3822
3811
|
}
|
|
3823
3812
|
function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
@@ -4133,6 +4122,7 @@ function ingestSuccess(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
4133
4122
|
throw new Error('Invalid network response. Expected resource response to result in Fulfilled snapshot');
|
|
4134
4123
|
}
|
|
4135
4124
|
}
|
|
4125
|
+
deepFreeze(snapshot.data);
|
|
4136
4126
|
return snapshot;
|
|
4137
4127
|
}
|
|
4138
4128
|
function ingestError(luvio, params, error, snapshotRefresh) {
|
|
@@ -3,17 +3,11 @@ export declare const ObjectPrototypeHasOwnProperty: (v: PropertyKey) => boolean;
|
|
|
3
3
|
declare const ObjectKeys: {
|
|
4
4
|
(o: object): string[];
|
|
5
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
6
|
}, ObjectCreate: {
|
|
13
7
|
(o: object | null): any;
|
|
14
8
|
(o: object | null, properties: PropertyDescriptorMap & ThisType<any>): any;
|
|
15
9
|
};
|
|
16
|
-
export {
|
|
10
|
+
export { ObjectCreate, ObjectKeys };
|
|
17
11
|
export declare const ArrayIsArray: (arg: any) => arg is any[];
|
|
18
12
|
export declare const ArrayPrototypePush: (...items: any[]) => number;
|
|
19
13
|
export interface AdapterValidationConfig {
|
package/dist/es/es2018/types/src/generated/types/AbstractServiceAppointmentInputRepresentation.d.ts
CHANGED
|
@@ -5,7 +5,6 @@ export declare const RepresentationType: string;
|
|
|
5
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
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: AbstractServiceAppointmentInputRepresentationNormalized, incoming: AbstractServiceAppointmentInputRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: AbstractServiceAppointmentInputRepresentation): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: AbstractServiceAppointmentInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
10
|
/**
|
|
@@ -5,7 +5,6 @@ export declare const RepresentationType: string;
|
|
|
5
5
|
export declare function normalize(input: AssignedResourceInputRepresentation, existing: AssignedResourceInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AssignedResourceInputRepresentationNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: AssignedResourceInputRepresentationNormalized, incoming: AssignedResourceInputRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: AssignedResourceInputRepresentation): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: AssignedResourceInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
10
|
/**
|
package/dist/es/es2018/types/src/generated/types/AssignedResourceListInputRepresentation.d.ts
CHANGED
|
@@ -5,7 +5,6 @@ export declare const RepresentationType: string;
|
|
|
5
5
|
export declare function normalize(input: AssignedResourceListInputRepresentation, existing: AssignedResourceListInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AssignedResourceListInputRepresentationNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: AssignedResourceListInputRepresentationNormalized, incoming: AssignedResourceListInputRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: AssignedResourceListInputRepresentation): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: AssignedResourceListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
10
|
/**
|
|
@@ -6,7 +6,6 @@ export declare const RepresentationType: string;
|
|
|
6
6
|
export declare function normalize(input: CreateServiceAppointmentData, existing: CreateServiceAppointmentDataNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CreateServiceAppointmentDataNormalized;
|
|
7
7
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
8
|
export declare function equals(existing: CreateServiceAppointmentDataNormalized, incoming: CreateServiceAppointmentDataNormalized): boolean;
|
|
9
|
-
export declare function deepFreeze(input: CreateServiceAppointmentData): void;
|
|
10
9
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
10
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: CreateServiceAppointmentData, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
11
|
/**
|
package/dist/es/es2018/types/src/generated/types/CreateServiceAppointmentInputRepresentation.d.ts
CHANGED
|
@@ -5,7 +5,6 @@ export declare const RepresentationType: string;
|
|
|
5
5
|
export declare function normalize(input: CreateServiceAppointmentInputRepresentation, existing: CreateServiceAppointmentInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CreateServiceAppointmentInputRepresentationNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: CreateServiceAppointmentInputRepresentationNormalized, incoming: CreateServiceAppointmentInputRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: CreateServiceAppointmentInputRepresentation): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: CreateServiceAppointmentInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
10
|
/**
|
|
@@ -5,7 +5,6 @@ export declare const RepresentationType: string;
|
|
|
5
5
|
export declare function normalize(input: CreateServiceAppointmentResult, existing: CreateServiceAppointmentResultNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CreateServiceAppointmentResultNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: CreateServiceAppointmentResultNormalized, incoming: CreateServiceAppointmentResultNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: CreateServiceAppointmentResult): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: CreateServiceAppointmentResult, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
10
|
/**
|
|
@@ -5,7 +5,6 @@ export declare const RepresentationType: string;
|
|
|
5
5
|
export declare function normalize(input: ExtendedFieldInputRepresentation, existing: ExtendedFieldInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ExtendedFieldInputRepresentationNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: ExtendedFieldInputRepresentationNormalized, incoming: ExtendedFieldInputRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: ExtendedFieldInputRepresentation): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ExtendedFieldInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
10
|
/**
|
|
@@ -5,7 +5,6 @@ export declare const RepresentationType: string;
|
|
|
5
5
|
export declare function normalize(input: ExtendedFieldListInputRepresentation, existing: ExtendedFieldListInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ExtendedFieldListInputRepresentationNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: ExtendedFieldListInputRepresentationNormalized, incoming: ExtendedFieldListInputRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: ExtendedFieldListInputRepresentation): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ExtendedFieldListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
10
|
/**
|
|
@@ -6,7 +6,6 @@ export declare const RepresentationType: string;
|
|
|
6
6
|
export declare function normalize(input: GetEngagementChannelTypeListResult, existing: GetEngagementChannelTypeListResultNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): GetEngagementChannelTypeListResultNormalized;
|
|
7
7
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
8
|
export declare function equals(existing: GetEngagementChannelTypeListResultNormalized, incoming: GetEngagementChannelTypeListResultNormalized): boolean;
|
|
9
|
-
export declare function deepFreeze(input: GetEngagementChannelTypeListResult): void;
|
|
10
9
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
10
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: GetEngagementChannelTypeListResult, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
11
|
/**
|
package/dist/es/es2018/types/src/generated/types/GetEngagementChannelTypeOutputRepresentation.d.ts
CHANGED
|
@@ -6,7 +6,6 @@ export declare const RepresentationType: string;
|
|
|
6
6
|
export declare function normalize(input: GetEngagementChannelTypeOutputRepresentation, existing: GetEngagementChannelTypeOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): GetEngagementChannelTypeOutputRepresentationNormalized;
|
|
7
7
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
8
|
export declare function equals(existing: GetEngagementChannelTypeOutputRepresentationNormalized, incoming: GetEngagementChannelTypeOutputRepresentationNormalized): boolean;
|
|
9
|
-
export declare function deepFreeze(input: GetEngagementChannelTypeOutputRepresentation): void;
|
|
10
9
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
10
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: GetEngagementChannelTypeOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
11
|
/**
|
|
@@ -5,7 +5,6 @@ export declare const RepresentationType: string;
|
|
|
5
5
|
export declare function normalize(input: GetEngagementChannelTypeResult, existing: GetEngagementChannelTypeResultNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): GetEngagementChannelTypeResultNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: GetEngagementChannelTypeResultNormalized, incoming: GetEngagementChannelTypeResultNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: GetEngagementChannelTypeResult): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: GetEngagementChannelTypeResult, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
10
|
/**
|
package/dist/es/es2018/types/src/generated/types/GetNextWaitlistParticipantOutputRepresentation.d.ts
CHANGED
|
@@ -6,7 +6,6 @@ export declare const RepresentationType: string;
|
|
|
6
6
|
export declare function normalize(input: GetNextWaitlistParticipantOutputRepresentation, existing: GetNextWaitlistParticipantOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): GetNextWaitlistParticipantOutputRepresentationNormalized;
|
|
7
7
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
8
|
export declare function equals(existing: GetNextWaitlistParticipantOutputRepresentationNormalized, incoming: GetNextWaitlistParticipantOutputRepresentationNormalized): boolean;
|
|
9
|
-
export declare function deepFreeze(input: GetNextWaitlistParticipantOutputRepresentation): void;
|
|
10
9
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
10
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: GetNextWaitlistParticipantOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
11
|
/**
|
|
@@ -7,7 +7,6 @@ export declare const RepresentationType: string;
|
|
|
7
7
|
export declare function normalize(input: GetNextWaitlistParticipantResult, existing: GetNextWaitlistParticipantResultNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): GetNextWaitlistParticipantResultNormalized;
|
|
8
8
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
9
|
export declare function equals(existing: GetNextWaitlistParticipantResultNormalized, incoming: GetNextWaitlistParticipantResultNormalized): boolean;
|
|
10
|
-
export declare function deepFreeze(input: GetNextWaitlistParticipantResult): void;
|
|
11
10
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
11
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: GetNextWaitlistParticipantResult, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
12
|
/**
|
|
@@ -5,7 +5,6 @@ export declare const RepresentationType: string;
|
|
|
5
5
|
export declare function normalize(input: LeadInputRepresentation, existing: LeadInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LeadInputRepresentationNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: LeadInputRepresentationNormalized, incoming: LeadInputRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: LeadInputRepresentation): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: LeadInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
10
|
/**
|
|
@@ -6,7 +6,6 @@ export declare const RepresentationType: string;
|
|
|
6
6
|
export declare function normalize(input: ParticipantRecentInteractionsOutputRepresentation, existing: ParticipantRecentInteractionsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ParticipantRecentInteractionsOutputRepresentationNormalized;
|
|
7
7
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
8
|
export declare function equals(existing: ParticipantRecentInteractionsOutputRepresentationNormalized, incoming: ParticipantRecentInteractionsOutputRepresentationNormalized): boolean;
|
|
9
|
-
export declare function deepFreeze(input: ParticipantRecentInteractionsOutputRepresentation): void;
|
|
10
9
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
10
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ParticipantRecentInteractionsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
11
|
/**
|
|
@@ -6,7 +6,6 @@ export declare const RepresentationType: string;
|
|
|
6
6
|
export declare function normalize(input: ParticipantRecentInteractionsResult, existing: ParticipantRecentInteractionsResultNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ParticipantRecentInteractionsResultNormalized;
|
|
7
7
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
8
|
export declare function equals(existing: ParticipantRecentInteractionsResultNormalized, incoming: ParticipantRecentInteractionsResultNormalized): boolean;
|
|
9
|
-
export declare function deepFreeze(input: ParticipantRecentInteractionsResult): void;
|
|
10
9
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
10
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ParticipantRecentInteractionsResult, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
11
|
/**
|
|
@@ -5,7 +5,6 @@ export declare const RepresentationType: string;
|
|
|
5
5
|
export declare function normalize(input: ServiceAppointmentInputRepresentation, existing: ServiceAppointmentInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ServiceAppointmentInputRepresentationNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: ServiceAppointmentInputRepresentationNormalized, incoming: ServiceAppointmentInputRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: ServiceAppointmentInputRepresentation): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ServiceAppointmentInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
10
|
/**
|
package/dist/es/es2018/types/src/generated/types/ServiceAppointmentOutputRepresentation.d.ts
CHANGED
|
@@ -23,7 +23,6 @@ export interface DynamicSelectParams {
|
|
|
23
23
|
}
|
|
24
24
|
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
25
25
|
export declare function equals(existing: ServiceAppointmentOutputRepresentationNormalized, incoming: ServiceAppointmentOutputRepresentationNormalized): boolean;
|
|
26
|
-
export declare function deepFreeze(input: ServiceAppointmentOutputRepresentation): void;
|
|
27
26
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
28
27
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ServiceAppointmentOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
29
28
|
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
@@ -14,7 +14,6 @@ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine
|
|
|
14
14
|
export declare function normalize(input: ServiceAppointmentResult, existing: ServiceAppointmentResultNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ServiceAppointmentResultNormalized;
|
|
15
15
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
16
16
|
export declare function equals(existing: ServiceAppointmentResultNormalized, incoming: ServiceAppointmentResultNormalized): boolean;
|
|
17
|
-
export declare function deepFreeze(input: ServiceAppointmentResult): void;
|
|
18
17
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
19
18
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ServiceAppointmentResult, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
20
19
|
/**
|
|
@@ -6,7 +6,6 @@ export declare const RepresentationType: string;
|
|
|
6
6
|
export declare function normalize(input: UpdateServiceAppointmentData, existing: UpdateServiceAppointmentDataNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UpdateServiceAppointmentDataNormalized;
|
|
7
7
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
8
|
export declare function equals(existing: UpdateServiceAppointmentDataNormalized, incoming: UpdateServiceAppointmentDataNormalized): boolean;
|
|
9
|
-
export declare function deepFreeze(input: UpdateServiceAppointmentData): void;
|
|
10
9
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
10
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: UpdateServiceAppointmentData, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
11
|
/**
|
package/dist/es/es2018/types/src/generated/types/UpdateServiceAppointmentInputRepresentation.d.ts
CHANGED
|
@@ -5,7 +5,6 @@ export declare const RepresentationType: string;
|
|
|
5
5
|
export declare function normalize(input: UpdateServiceAppointmentInputRepresentation, existing: UpdateServiceAppointmentInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UpdateServiceAppointmentInputRepresentationNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: UpdateServiceAppointmentInputRepresentationNormalized, incoming: UpdateServiceAppointmentInputRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: UpdateServiceAppointmentInputRepresentation): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: UpdateServiceAppointmentInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
10
|
/**
|
|
@@ -5,7 +5,6 @@ export declare const RepresentationType: string;
|
|
|
5
5
|
export declare function normalize(input: WaitlistAnalytics, existing: WaitlistAnalyticsNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistAnalyticsNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: WaitlistAnalyticsNormalized, incoming: WaitlistAnalyticsNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: WaitlistAnalytics): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistAnalytics, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
10
|
/**
|
|
@@ -6,7 +6,6 @@ export declare const RepresentationType: string;
|
|
|
6
6
|
export declare function normalize(input: WaitlistAppointmentData, existing: WaitlistAppointmentDataNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistAppointmentDataNormalized;
|
|
7
7
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
8
|
export declare function equals(existing: WaitlistAppointmentDataNormalized, incoming: WaitlistAppointmentDataNormalized): boolean;
|
|
9
|
-
export declare function deepFreeze(input: WaitlistAppointmentData): void;
|
|
10
9
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
10
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistAppointmentData, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
11
|
/**
|
package/dist/es/es2018/types/src/generated/types/WaitlistAppointmentInputRepresentation.d.ts
CHANGED
|
@@ -5,7 +5,6 @@ export declare const RepresentationType: string;
|
|
|
5
5
|
export declare function normalize(input: WaitlistAppointmentInputRepresentation, existing: WaitlistAppointmentInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistAppointmentInputRepresentationNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: WaitlistAppointmentInputRepresentationNormalized, incoming: WaitlistAppointmentInputRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: WaitlistAppointmentInputRepresentation): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistAppointmentInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
10
|
/**
|
package/dist/es/es2018/types/src/generated/types/WaitlistAppointmentOutputRepresentation.d.ts
CHANGED
|
@@ -23,7 +23,6 @@ export interface DynamicSelectParams {
|
|
|
23
23
|
}
|
|
24
24
|
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
25
25
|
export declare function equals(existing: WaitlistAppointmentOutputRepresentationNormalized, incoming: WaitlistAppointmentOutputRepresentationNormalized): boolean;
|
|
26
|
-
export declare function deepFreeze(input: WaitlistAppointmentOutputRepresentation): void;
|
|
27
26
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
28
27
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistAppointmentOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
29
28
|
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
@@ -14,7 +14,6 @@ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine
|
|
|
14
14
|
export declare function normalize(input: WaitlistAppointmentResult, existing: WaitlistAppointmentResultNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistAppointmentResultNormalized;
|
|
15
15
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
16
16
|
export declare function equals(existing: WaitlistAppointmentResultNormalized, incoming: WaitlistAppointmentResultNormalized): boolean;
|
|
17
|
-
export declare function deepFreeze(input: WaitlistAppointmentResult): void;
|
|
18
17
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
19
18
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistAppointmentResult, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
20
19
|
/**
|
|
@@ -6,7 +6,6 @@ export declare const RepresentationType: string;
|
|
|
6
6
|
export declare function normalize(input: WaitlistCheckInData, existing: WaitlistCheckInDataNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistCheckInDataNormalized;
|
|
7
7
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
8
|
export declare function equals(existing: WaitlistCheckInDataNormalized, incoming: WaitlistCheckInDataNormalized): boolean;
|
|
9
|
-
export declare function deepFreeze(input: WaitlistCheckInData): void;
|
|
10
9
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
10
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistCheckInData, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
11
|
/**
|
|
@@ -5,7 +5,6 @@ export declare const RepresentationType: string;
|
|
|
5
5
|
export declare function normalize(input: WaitlistCheckInInputRepresentation, existing: WaitlistCheckInInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistCheckInInputRepresentationNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: WaitlistCheckInInputRepresentationNormalized, incoming: WaitlistCheckInInputRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: WaitlistCheckInInputRepresentation): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistCheckInInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
10
|
/**
|
|
@@ -23,7 +23,6 @@ export interface DynamicSelectParams {
|
|
|
23
23
|
}
|
|
24
24
|
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
25
25
|
export declare function equals(existing: WaitlistCheckInOutputRepresentationNormalized, incoming: WaitlistCheckInOutputRepresentationNormalized): boolean;
|
|
26
|
-
export declare function deepFreeze(input: WaitlistCheckInOutputRepresentation): void;
|
|
27
26
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
28
27
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistCheckInOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
29
28
|
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
@@ -14,7 +14,6 @@ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine
|
|
|
14
14
|
export declare function normalize(input: WaitlistCheckInResult, existing: WaitlistCheckInResultNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistCheckInResultNormalized;
|
|
15
15
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
16
16
|
export declare function equals(existing: WaitlistCheckInResultNormalized, incoming: WaitlistCheckInResultNormalized): boolean;
|
|
17
|
-
export declare function deepFreeze(input: WaitlistCheckInResult): void;
|
|
18
17
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
19
18
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistCheckInResult, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
20
19
|
/**
|
|
@@ -5,7 +5,6 @@ export declare const RepresentationType: string;
|
|
|
5
5
|
export declare function normalize(input: WaitlistInputRepresentation, existing: WaitlistInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistInputRepresentationNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: WaitlistInputRepresentationNormalized, incoming: WaitlistInputRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: WaitlistInputRepresentation): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
10
|
/**
|
|
@@ -6,7 +6,6 @@ export declare const RepresentationType: string;
|
|
|
6
6
|
export declare function normalize(input: WaitlistListResult, existing: WaitlistListResultNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistListResultNormalized;
|
|
7
7
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
8
|
export declare function equals(existing: WaitlistListResultNormalized, incoming: WaitlistListResultNormalized): boolean;
|
|
9
|
-
export declare function deepFreeze(input: WaitlistListResult): void;
|
|
10
9
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
10
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistListResult, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
11
|
/**
|
|
@@ -6,7 +6,6 @@ export declare const RepresentationType: string;
|
|
|
6
6
|
export declare function normalize(input: WaitlistOutputRepresentation, existing: WaitlistOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistOutputRepresentationNormalized;
|
|
7
7
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
8
|
export declare function equals(existing: WaitlistOutputRepresentationNormalized, incoming: WaitlistOutputRepresentationNormalized): boolean;
|
|
9
|
-
export declare function deepFreeze(input: WaitlistOutputRepresentation): void;
|
|
10
9
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
10
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
11
|
/**
|
|
@@ -5,7 +5,6 @@ export declare const RepresentationType: string;
|
|
|
5
5
|
export declare function normalize(input: WaitlistParticipantParticipant, existing: WaitlistParticipantParticipantNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistParticipantParticipantNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: WaitlistParticipantParticipantNormalized, incoming: WaitlistParticipantParticipantNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: WaitlistParticipantParticipant): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistParticipantParticipant, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
10
|
/**
|
|
@@ -8,7 +8,6 @@ export declare const RepresentationType: string;
|
|
|
8
8
|
export declare function normalize(input: WaitlistParticipantResult, existing: WaitlistParticipantResultNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistParticipantResultNormalized;
|
|
9
9
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
10
10
|
export declare function equals(existing: WaitlistParticipantResultNormalized, incoming: WaitlistParticipantResultNormalized): boolean;
|
|
11
|
-
export declare function deepFreeze(input: WaitlistParticipantResult): void;
|
|
12
11
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
13
12
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistParticipantResult, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
14
13
|
/**
|
package/dist/es/es2018/types/src/generated/types/WaitlistRelationshipsOutputRepresentation.d.ts
CHANGED
|
@@ -6,7 +6,6 @@ export declare const RepresentationType: string;
|
|
|
6
6
|
export declare function normalize(input: WaitlistRelationshipsOutputRepresentation, existing: WaitlistRelationshipsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistRelationshipsOutputRepresentationNormalized;
|
|
7
7
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
8
|
export declare function equals(existing: WaitlistRelationshipsOutputRepresentationNormalized, incoming: WaitlistRelationshipsOutputRepresentationNormalized): boolean;
|
|
9
|
-
export declare function deepFreeze(input: WaitlistRelationshipsOutputRepresentation): void;
|
|
10
9
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
10
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistRelationshipsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
11
|
/**
|
|
@@ -7,7 +7,6 @@ export declare const RepresentationType: string;
|
|
|
7
7
|
export declare function normalize(input: WaitlistRelationshipsResult, existing: WaitlistRelationshipsResultNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistRelationshipsResultNormalized;
|
|
8
8
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
9
|
export declare function equals(existing: WaitlistRelationshipsResultNormalized, incoming: WaitlistRelationshipsResultNormalized): boolean;
|
|
10
|
-
export declare function deepFreeze(input: WaitlistRelationshipsResult): void;
|
|
11
10
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
11
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistRelationshipsResult, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
12
|
/**
|
|
@@ -9,7 +9,6 @@ export declare const RepresentationType: string;
|
|
|
9
9
|
export declare function normalize(input: WaitlistResult, existing: WaitlistResultNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistResultNormalized;
|
|
10
10
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
11
11
|
export declare function equals(existing: WaitlistResultNormalized, incoming: WaitlistResultNormalized): boolean;
|
|
12
|
-
export declare function deepFreeze(input: WaitlistResult): void;
|
|
13
12
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
14
13
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistResult, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
15
14
|
/**
|
|
@@ -5,7 +5,6 @@ export declare const RepresentationType: string;
|
|
|
5
5
|
export declare function normalize(input: WaitlistServiceResource, existing: WaitlistServiceResourceNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistServiceResourceNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: WaitlistServiceResourceNormalized, incoming: WaitlistServiceResourceNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: WaitlistServiceResource): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistServiceResource, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
10
|
/**
|
|
@@ -5,7 +5,6 @@ export declare const RepresentationType: string;
|
|
|
5
5
|
export declare function normalize(input: WaitlistServiceResourceWithWorkTypes, existing: WaitlistServiceResourceWithWorkTypesNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistServiceResourceWithWorkTypesNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: WaitlistServiceResourceWithWorkTypesNormalized, incoming: WaitlistServiceResourceWithWorkTypesNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: WaitlistServiceResourceWithWorkTypes): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistServiceResourceWithWorkTypes, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
10
|
/**
|
|
@@ -7,7 +7,6 @@ export declare const RepresentationType: string;
|
|
|
7
7
|
export declare function normalize(input: WaitlistWorkType, existing: WaitlistWorkTypeNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistWorkTypeNormalized;
|
|
8
8
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
9
|
export declare function equals(existing: WaitlistWorkTypeNormalized, incoming: WaitlistWorkTypeNormalized): boolean;
|
|
10
|
-
export declare function deepFreeze(input: WaitlistWorkType): void;
|
|
11
10
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
11
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistWorkType, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
12
|
/**
|
|
@@ -5,7 +5,6 @@ export declare const RepresentationType: string;
|
|
|
5
5
|
export declare function normalize(input: WaitlistWorkTypeGroup, existing: WaitlistWorkTypeGroupNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WaitlistWorkTypeGroupNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: WaitlistWorkTypeGroupNormalized, incoming: WaitlistWorkTypeGroupNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: WaitlistWorkTypeGroup): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WaitlistWorkTypeGroup, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
10
|
/**
|
|
@@ -5,7 +5,6 @@ export declare const RepresentationType: string;
|
|
|
5
5
|
export declare function normalize(input: WorkTypeInputRepresentation, existing: WorkTypeInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WorkTypeInputRepresentationNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: WorkTypeInputRepresentationNormalized, incoming: WorkTypeInputRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: WorkTypeInputRepresentation): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WorkTypeInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
10
|
/**
|
|
@@ -1,11 +1,5 @@
|
|
|
1
1
|
import { NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
-
export declare const
|
|
3
|
-
<T extends Function>(f: T): T;
|
|
4
|
-
<T_1 extends {
|
|
5
|
-
[idx: string]: object | U | null | undefined;
|
|
6
|
-
}, U extends string | number | bigint | boolean | symbol>(o: T_1): Readonly<T_1>;
|
|
7
|
-
<T_2>(o: T_2): Readonly<T_2>;
|
|
8
|
-
}, ObjectKeys: {
|
|
2
|
+
export declare const ObjectKeys: {
|
|
9
3
|
(o: object): string[];
|
|
10
4
|
(o: {}): string[];
|
|
11
5
|
}, ObjectCreate: {
|
|
@@ -31,7 +25,6 @@ export declare function equalsArray<U, V extends U[]>(a: V, b: V, equalsItem: (i
|
|
|
31
25
|
export declare function equalsObject<U, V extends {
|
|
32
26
|
[key: string]: U;
|
|
33
27
|
}>(a: V, b: V, equalsProp: (propA: U, propB: U) => boolean | void): boolean;
|
|
34
|
-
export declare function deepFreeze(value: any): void;
|
|
35
28
|
export declare function createLink(ref: string | $64$luvio_engine_NormalizedKeyMetadata): {
|
|
36
29
|
__ref: string;
|
|
37
30
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-scheduler",
|
|
3
|
-
"version": "1.134.
|
|
3
|
+
"version": "1.134.8",
|
|
4
4
|
"description": "Wire adapters for Lightning Scheduler resources",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/industries-scheduler.js",
|
package/sfdc/index.js
CHANGED
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
/* proxy-compat-disable */
|
|
15
15
|
import { createInstrumentedAdapter, createLDSAdapter, createWireAdapterConstructor, createImperativeAdapter } from 'force/ldsBindings';
|
|
16
16
|
import { withDefaultLuvio } from 'force/ldsEngine';
|
|
17
|
-
import { serializeStructuredKey, StoreKeyMap } from 'force/luvioEngine';
|
|
17
|
+
import { serializeStructuredKey, StoreKeyMap, deepFreeze } from 'force/luvioEngine';
|
|
18
18
|
|
|
19
19
|
const { hasOwnProperty: ObjectPrototypeHasOwnProperty } = Object.prototype;
|
|
20
|
-
const { keys: ObjectKeys
|
|
20
|
+
const { keys: ObjectKeys, create: ObjectCreate } = Object;
|
|
21
21
|
const { isArray: ArrayIsArray$1 } = Array;
|
|
22
22
|
/**
|
|
23
23
|
* Validates an adapter config is well-formed.
|
|
@@ -41,7 +41,7 @@ function validateConfig(config, adapter, oneOf) {
|
|
|
41
41
|
throw new TypeError(`adapter ${displayName} does not yet support ${unsupported.sort().join(', ')}`);
|
|
42
42
|
}
|
|
43
43
|
const supported = required.concat(optional);
|
|
44
|
-
if (ObjectKeys
|
|
44
|
+
if (ObjectKeys(config).some(key => !supported.includes(key))) {
|
|
45
45
|
throw new TypeError(`adapter ${displayName} configuration supports only ${supported.sort().join(', ')}`);
|
|
46
46
|
}
|
|
47
47
|
}
|
|
@@ -60,7 +60,6 @@ const snapshotRefreshOptions = {
|
|
|
60
60
|
};
|
|
61
61
|
const keyPrefix = 'IndustriesScheduler';
|
|
62
62
|
|
|
63
|
-
const { freeze: ObjectFreeze, keys: ObjectKeys, create: ObjectCreate, assign: ObjectAssign } = Object;
|
|
64
63
|
const { isArray: ArrayIsArray } = Array;
|
|
65
64
|
function equalsArray(a, b, equalsItem) {
|
|
66
65
|
const aLength = a.length;
|
|
@@ -75,24 +74,6 @@ function equalsArray(a, b, equalsItem) {
|
|
|
75
74
|
}
|
|
76
75
|
return true;
|
|
77
76
|
}
|
|
78
|
-
function deepFreeze(value) {
|
|
79
|
-
// No need to freeze primitives
|
|
80
|
-
if (typeof value !== 'object' || value === null) {
|
|
81
|
-
return;
|
|
82
|
-
}
|
|
83
|
-
if (ArrayIsArray(value)) {
|
|
84
|
-
for (let i = 0, len = value.length; i < len; i += 1) {
|
|
85
|
-
deepFreeze(value[i]);
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
else {
|
|
89
|
-
const keys = ObjectKeys(value);
|
|
90
|
-
for (let i = 0, len = keys.length; i < len; i += 1) {
|
|
91
|
-
deepFreeze(value[keys[i]]);
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
ObjectFreeze(value);
|
|
95
|
-
}
|
|
96
77
|
function createLink(ref) {
|
|
97
78
|
return {
|
|
98
79
|
__ref: serializeStructuredKey(ref),
|
|
@@ -417,6 +398,7 @@ function ingestSuccess$8(luvio, resourceParams, response) {
|
|
|
417
398
|
throw new Error('Invalid network response. Expected resource response to result in Fulfilled snapshot');
|
|
418
399
|
}
|
|
419
400
|
}
|
|
401
|
+
deepFreeze(snapshot.data);
|
|
420
402
|
return snapshot;
|
|
421
403
|
}
|
|
422
404
|
function createResourceRequest$8(config) {
|
|
@@ -779,6 +761,7 @@ function ingestSuccess$7(luvio, resourceParams, response) {
|
|
|
779
761
|
throw new Error('Invalid network response. Expected resource response to result in Fulfilled snapshot');
|
|
780
762
|
}
|
|
781
763
|
}
|
|
764
|
+
deepFreeze(snapshot.data);
|
|
782
765
|
return snapshot;
|
|
783
766
|
}
|
|
784
767
|
function createResourceRequest$7(config) {
|
|
@@ -1180,6 +1163,7 @@ function ingestSuccess$6(luvio, resourceParams, response) {
|
|
|
1180
1163
|
throw new Error('Invalid network response. Expected resource response to result in Fulfilled snapshot');
|
|
1181
1164
|
}
|
|
1182
1165
|
}
|
|
1166
|
+
deepFreeze(snapshot.data);
|
|
1183
1167
|
return snapshot;
|
|
1184
1168
|
}
|
|
1185
1169
|
function createResourceRequest$6(config) {
|
|
@@ -1619,6 +1603,7 @@ function ingestSuccess$5(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
1619
1603
|
throw new Error('Invalid network response. Expected resource response to result in Fulfilled snapshot');
|
|
1620
1604
|
}
|
|
1621
1605
|
}
|
|
1606
|
+
deepFreeze(snapshot.data);
|
|
1622
1607
|
return snapshot;
|
|
1623
1608
|
}
|
|
1624
1609
|
function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
@@ -2173,6 +2158,7 @@ function ingestSuccess$4(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
2173
2158
|
throw new Error('Invalid network response. Expected resource response to result in Fulfilled snapshot');
|
|
2174
2159
|
}
|
|
2175
2160
|
}
|
|
2161
|
+
deepFreeze(snapshot.data);
|
|
2176
2162
|
return snapshot;
|
|
2177
2163
|
}
|
|
2178
2164
|
function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
@@ -2538,6 +2524,7 @@ function ingestSuccess$3(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
2538
2524
|
throw new Error('Invalid network response. Expected resource response to result in Fulfilled snapshot');
|
|
2539
2525
|
}
|
|
2540
2526
|
}
|
|
2527
|
+
deepFreeze(snapshot.data);
|
|
2541
2528
|
return snapshot;
|
|
2542
2529
|
}
|
|
2543
2530
|
function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
@@ -3683,6 +3670,7 @@ function ingestSuccess$2(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
3683
3670
|
throw new Error('Invalid network response. Expected resource response to result in Fulfilled snapshot');
|
|
3684
3671
|
}
|
|
3685
3672
|
}
|
|
3673
|
+
deepFreeze(snapshot.data);
|
|
3686
3674
|
return snapshot;
|
|
3687
3675
|
}
|
|
3688
3676
|
function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
@@ -3998,6 +3986,7 @@ function ingestSuccess$1(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
3998
3986
|
throw new Error('Invalid network response. Expected resource response to result in Fulfilled snapshot');
|
|
3999
3987
|
}
|
|
4000
3988
|
}
|
|
3989
|
+
deepFreeze(snapshot.data);
|
|
4001
3990
|
return snapshot;
|
|
4002
3991
|
}
|
|
4003
3992
|
function ingestError(luvio, params, error, snapshotRefresh) {
|
|
@@ -4222,6 +4211,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
4222
4211
|
throw new Error('Invalid network response. Expected resource response to result in Fulfilled snapshot');
|
|
4223
4212
|
}
|
|
4224
4213
|
}
|
|
4214
|
+
deepFreeze(snapshot.data);
|
|
4225
4215
|
return snapshot;
|
|
4226
4216
|
}
|
|
4227
4217
|
function createResourceRequest(config) {
|
|
@@ -4369,4 +4359,4 @@ withDefaultLuvio((luvio) => {
|
|
|
4369
4359
|
});
|
|
4370
4360
|
|
|
4371
4361
|
export { createServiceAppointment, createWaitlistAppointment, createWaitlistCheckIn, getEngagementChannelTypes, getEngagementChannelTypes_imperative, getNextWaitlistParticipant, getNextWaitlistParticipant_imperative, getParticipantRecentInteractions, getParticipantRecentInteractions_imperative, getWaitlistRelationships, getWaitlistRelationships_imperative, getWaitlists, getWaitlists_imperative, updateServiceAppointment };
|
|
4372
|
-
// version: 1.134.
|
|
4362
|
+
// version: 1.134.8-c3d6d2cfc
|