@salesforce/lds-adapters-industries-audit-trail-export 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-audit-trail-export.js +8 -51
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +1 -7
- package/dist/es/es2018/types/src/generated/types/ActionLaunchInputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/ActionLaunchStatusRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/AuditTrailExportInputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/AuditTrailExportListOutputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/AuditTrailExportOutputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/AuditTrailFileDownloadOutputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/AuditTrailFileExportInputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/AuditTrailLogOutputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/CustomFieldOutputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/CustomFieldsInputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/CustomFieldsListInputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/EngagementAttendeeCreateInputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/EngagementAttendeeCreateOutputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/EngagementAttendeeFetchOutputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/EngagementAttendeeListInputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/EngagementAttendeeOutputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/EngagementInteractionCreateInputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/EngagementInteractionCreateOutputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/EngagementInteractionFetchOutputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/EngagementInteractionIdsCreateOutputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/EngagementInteractionOutputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/EngagementInteractionUpdateInputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/EngagementInteractionUpdateOutputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/EngagementTopicCreateInputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/EngagementTopicCreateOutputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/EngagementTopicDetailsOutputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/EngagementTopicFetchOutputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/EngagementTopicListInputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/EngagementTopicOutputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/EngagementsCreateInputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/EngagementsFetchOutputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/EngagementsUpdateInputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/RecentlyUsedActionsRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/ServiceCatalogActionsCategoryOutputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/ServiceCatalogFrequentActionsOutputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/ServiceCatalogItemsFetchOutputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/ServiceCatalogItemsOutputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/ServiceExcellenceIdOutputRepresentation.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/types/ServiceExcellenceStatusOutputRepresentation.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 +9 -52
|
@@ -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,27 +50,8 @@ const snapshotRefreshOptions = {
|
|
|
50
50
|
};
|
|
51
51
|
const keyPrefix = 'audit-trail-export';
|
|
52
52
|
|
|
53
|
-
const { freeze: ObjectFreeze, keys: ObjectKeys, create: ObjectCreate, assign: ObjectAssign } = Object;
|
|
54
53
|
const { isArray: ArrayIsArray } = Array;
|
|
55
54
|
const { stringify: JSONStringify } = JSON;
|
|
56
|
-
function deepFreeze$4(value) {
|
|
57
|
-
// No need to freeze primitives
|
|
58
|
-
if (typeof value !== 'object' || value === null) {
|
|
59
|
-
return;
|
|
60
|
-
}
|
|
61
|
-
if (ArrayIsArray(value)) {
|
|
62
|
-
for (let i = 0, len = value.length; i < len; i += 1) {
|
|
63
|
-
deepFreeze$4(value[i]);
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
else {
|
|
67
|
-
const keys = ObjectKeys(value);
|
|
68
|
-
for (let i = 0, len = keys.length; i < len; i += 1) {
|
|
69
|
-
deepFreeze$4(value[keys[i]]);
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
ObjectFreeze(value);
|
|
73
|
-
}
|
|
74
55
|
function createLink(ref) {
|
|
75
56
|
return {
|
|
76
57
|
__ref: serializeStructuredKey(ref),
|
|
@@ -149,9 +130,6 @@ function equals$2(existing, incoming) {
|
|
|
149
130
|
}
|
|
150
131
|
return true;
|
|
151
132
|
}
|
|
152
|
-
function deepFreeze$3(input) {
|
|
153
|
-
ObjectFreeze(input);
|
|
154
|
-
}
|
|
155
133
|
const ingest$2 = function AuditTrailExportOutputRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
156
134
|
if (process.env.NODE_ENV !== 'production') {
|
|
157
135
|
const validateError = validate$4(input);
|
|
@@ -168,7 +146,6 @@ const ingest$2 = function AuditTrailExportOutputRepresentationIngest(input, path
|
|
|
168
146
|
propertyName: path.propertyName,
|
|
169
147
|
ttl: ttlToUse
|
|
170
148
|
});
|
|
171
|
-
deepFreeze$3(input);
|
|
172
149
|
if (existingRecord === undefined || equals$2(existingRecord, incomingRecord) === false) {
|
|
173
150
|
luvio.storePublish(key, incomingRecord);
|
|
174
151
|
}
|
|
@@ -238,15 +215,6 @@ function equals$1(existing, incoming) {
|
|
|
238
215
|
}
|
|
239
216
|
return true;
|
|
240
217
|
}
|
|
241
|
-
function deepFreeze$2(input) {
|
|
242
|
-
const input_auditTrailExports = input.auditTrailExports;
|
|
243
|
-
for (let i = 0; i < input_auditTrailExports.length; i++) {
|
|
244
|
-
const input_auditTrailExports_item = input_auditTrailExports[i];
|
|
245
|
-
deepFreeze$3(input_auditTrailExports_item);
|
|
246
|
-
}
|
|
247
|
-
ObjectFreeze(input_auditTrailExports);
|
|
248
|
-
ObjectFreeze(input);
|
|
249
|
-
}
|
|
250
218
|
const ingest$1 = function AuditTrailExportListOutputRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
251
219
|
if (process.env.NODE_ENV !== 'production') {
|
|
252
220
|
const validateError = validate$3(input);
|
|
@@ -263,7 +231,6 @@ const ingest$1 = function AuditTrailExportListOutputRepresentationIngest(input,
|
|
|
263
231
|
propertyName: path.propertyName,
|
|
264
232
|
ttl: ttlToUse
|
|
265
233
|
});
|
|
266
|
-
deepFreeze$2(input);
|
|
267
234
|
if (existingRecord === undefined || equals$1(existingRecord, incomingRecord) === false) {
|
|
268
235
|
luvio.storePublish(key, incomingRecord);
|
|
269
236
|
}
|
|
@@ -313,6 +280,7 @@ function ingestSuccess$2(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
313
280
|
throw new Error('Invalid network response. Expected resource response to result in Fulfilled snapshot');
|
|
314
281
|
}
|
|
315
282
|
}
|
|
283
|
+
deepFreeze(snapshot.data);
|
|
316
284
|
return snapshot;
|
|
317
285
|
}
|
|
318
286
|
function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
@@ -498,6 +466,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
498
466
|
throw new Error('Invalid network response. Expected resource response to result in Fulfilled snapshot');
|
|
499
467
|
}
|
|
500
468
|
}
|
|
469
|
+
deepFreeze(snapshot.data);
|
|
501
470
|
return snapshot;
|
|
502
471
|
}
|
|
503
472
|
function createResourceRequest$2(config) {
|
|
@@ -561,7 +530,7 @@ function buildNetworkSnapshot$2(luvio, config, options) {
|
|
|
561
530
|
return luvio.storeBroadcast().then(() => snapshot);
|
|
562
531
|
}, () => getResponseCacheKeys$2(luvio, resourceParams, response.body));
|
|
563
532
|
}, (response) => {
|
|
564
|
-
deepFreeze
|
|
533
|
+
deepFreeze(response);
|
|
565
534
|
throw response;
|
|
566
535
|
});
|
|
567
536
|
}
|
|
@@ -656,7 +625,7 @@ function buildNetworkSnapshot$1(luvio, config, options) {
|
|
|
656
625
|
return luvio.storeBroadcast();
|
|
657
626
|
}, () => getResponseCacheKeys$1(luvio, resourceParams));
|
|
658
627
|
}, (response) => {
|
|
659
|
-
deepFreeze
|
|
628
|
+
deepFreeze(response);
|
|
660
629
|
throw response;
|
|
661
630
|
});
|
|
662
631
|
}
|
|
@@ -719,9 +688,6 @@ function validate$1(obj, path = 'AuditTrailLogOutputRepresentation') {
|
|
|
719
688
|
})();
|
|
720
689
|
return v_error === undefined ? null : v_error;
|
|
721
690
|
}
|
|
722
|
-
function deepFreeze$1(input) {
|
|
723
|
-
ObjectFreeze(input);
|
|
724
|
-
}
|
|
725
691
|
|
|
726
692
|
const TTL = 60000;
|
|
727
693
|
const VERSION = "19c94077a33b93089fd947bbe72c860c";
|
|
@@ -766,15 +732,6 @@ function equals(existing, incoming) {
|
|
|
766
732
|
}
|
|
767
733
|
return true;
|
|
768
734
|
}
|
|
769
|
-
function deepFreeze(input) {
|
|
770
|
-
const input_auditTrailLogs = input.auditTrailLogs;
|
|
771
|
-
for (let i = 0; i < input_auditTrailLogs.length; i++) {
|
|
772
|
-
const input_auditTrailLogs_item = input_auditTrailLogs[i];
|
|
773
|
-
deepFreeze$1(input_auditTrailLogs_item);
|
|
774
|
-
}
|
|
775
|
-
ObjectFreeze(input_auditTrailLogs);
|
|
776
|
-
ObjectFreeze(input);
|
|
777
|
-
}
|
|
778
735
|
const ingest = function AuditTrailFileDownloadOutputRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
779
736
|
if (process.env.NODE_ENV !== 'production') {
|
|
780
737
|
const validateError = validate(input);
|
|
@@ -791,7 +748,6 @@ const ingest = function AuditTrailFileDownloadOutputRepresentationIngest(input,
|
|
|
791
748
|
propertyName: path.propertyName,
|
|
792
749
|
ttl: ttlToUse
|
|
793
750
|
});
|
|
794
|
-
deepFreeze(input);
|
|
795
751
|
if (existingRecord === undefined || equals(existingRecord, incomingRecord) === false) {
|
|
796
752
|
luvio.storePublish(key, incomingRecord);
|
|
797
753
|
}
|
|
@@ -841,6 +797,7 @@ function ingestSuccess(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
841
797
|
throw new Error('Invalid network response. Expected resource response to result in Fulfilled snapshot');
|
|
842
798
|
}
|
|
843
799
|
}
|
|
800
|
+
deepFreeze(snapshot.data);
|
|
844
801
|
return snapshot;
|
|
845
802
|
}
|
|
846
803
|
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 {
|
|
@@ -5,7 +5,6 @@ export declare const RepresentationType: string;
|
|
|
5
5
|
export declare function normalize(input: ActionLaunchInputRepresentation, existing: ActionLaunchInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionLaunchInputRepresentationNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: ActionLaunchInputRepresentationNormalized, incoming: ActionLaunchInputRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: ActionLaunchInputRepresentation): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionLaunchInputRepresentation, 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: ActionLaunchStatusRepresentation, existing: ActionLaunchStatusRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionLaunchStatusRepresentationNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: ActionLaunchStatusRepresentationNormalized, incoming: ActionLaunchStatusRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: ActionLaunchStatusRepresentation): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionLaunchStatusRepresentation, 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: AuditTrailExportInputRepresentation, existing: AuditTrailExportInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AuditTrailExportInputRepresentationNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: AuditTrailExportInputRepresentationNormalized, incoming: AuditTrailExportInputRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: AuditTrailExportInputRepresentation): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: AuditTrailExportInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
10
|
/**
|
package/dist/es/es2018/types/src/generated/types/AuditTrailExportListOutputRepresentation.d.ts
CHANGED
|
@@ -7,7 +7,6 @@ export declare const RepresentationType: string;
|
|
|
7
7
|
export declare function normalize(input: AuditTrailExportListOutputRepresentation, existing: AuditTrailExportListOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AuditTrailExportListOutputRepresentationNormalized;
|
|
8
8
|
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
9
9
|
export declare function equals(existing: AuditTrailExportListOutputRepresentationNormalized, incoming: AuditTrailExportListOutputRepresentationNormalized): boolean;
|
|
10
|
-
export declare function deepFreeze(input: AuditTrailExportListOutputRepresentation): void;
|
|
11
10
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
11
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: AuditTrailExportListOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
12
|
/**
|
|
@@ -15,7 +15,6 @@ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine
|
|
|
15
15
|
export declare function normalize(input: AuditTrailExportOutputRepresentation, existing: AuditTrailExportOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AuditTrailExportOutputRepresentationNormalized;
|
|
16
16
|
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
17
17
|
export declare function equals(existing: AuditTrailExportOutputRepresentationNormalized, incoming: AuditTrailExportOutputRepresentationNormalized): boolean;
|
|
18
|
-
export declare function deepFreeze(input: AuditTrailExportOutputRepresentation): void;
|
|
19
18
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
20
19
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: AuditTrailExportOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
21
20
|
/**
|
package/dist/es/es2018/types/src/generated/types/AuditTrailFileDownloadOutputRepresentation.d.ts
CHANGED
|
@@ -7,7 +7,6 @@ export declare const RepresentationType: string;
|
|
|
7
7
|
export declare function normalize(input: AuditTrailFileDownloadOutputRepresentation, existing: AuditTrailFileDownloadOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AuditTrailFileDownloadOutputRepresentationNormalized;
|
|
8
8
|
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
9
9
|
export declare function equals(existing: AuditTrailFileDownloadOutputRepresentationNormalized, incoming: AuditTrailFileDownloadOutputRepresentationNormalized): boolean;
|
|
10
|
-
export declare function deepFreeze(input: AuditTrailFileDownloadOutputRepresentation): void;
|
|
11
10
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
11
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: AuditTrailFileDownloadOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
12
|
/**
|
package/dist/es/es2018/types/src/generated/types/AuditTrailFileExportInputRepresentation.d.ts
CHANGED
|
@@ -6,7 +6,6 @@ export declare const RepresentationType: string;
|
|
|
6
6
|
export declare function normalize(input: AuditTrailFileExportInputRepresentation, existing: AuditTrailFileExportInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AuditTrailFileExportInputRepresentationNormalized;
|
|
7
7
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
8
|
export declare function equals(existing: AuditTrailFileExportInputRepresentationNormalized, incoming: AuditTrailFileExportInputRepresentationNormalized): boolean;
|
|
9
|
-
export declare function deepFreeze(input: AuditTrailFileExportInputRepresentation): void;
|
|
10
9
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
10
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: AuditTrailFileExportInputRepresentation, 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: AuditTrailLogOutputRepresentation, existing: AuditTrailLogOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AuditTrailLogOutputRepresentationNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: AuditTrailLogOutputRepresentationNormalized, incoming: AuditTrailLogOutputRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: AuditTrailLogOutputRepresentation): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: AuditTrailLogOutputRepresentation, 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: CustomFieldOutputRepresentation, existing: CustomFieldOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CustomFieldOutputRepresentationNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: CustomFieldOutputRepresentationNormalized, incoming: CustomFieldOutputRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: CustomFieldOutputRepresentation): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: CustomFieldOutputRepresentation, 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: CustomFieldsInputRepresentation, existing: CustomFieldsInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CustomFieldsInputRepresentationNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: CustomFieldsInputRepresentationNormalized, incoming: CustomFieldsInputRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: CustomFieldsInputRepresentation): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: CustomFieldsInputRepresentation, 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: CustomFieldsListInputRepresentation, existing: CustomFieldsListInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CustomFieldsListInputRepresentationNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: CustomFieldsListInputRepresentationNormalized, incoming: CustomFieldsListInputRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: CustomFieldsListInputRepresentation): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: CustomFieldsListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
10
|
/**
|
package/dist/es/es2018/types/src/generated/types/EngagementAttendeeCreateInputRepresentation.d.ts
CHANGED
|
@@ -5,7 +5,6 @@ export declare const RepresentationType: string;
|
|
|
5
5
|
export declare function normalize(input: EngagementAttendeeCreateInputRepresentation, existing: EngagementAttendeeCreateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementAttendeeCreateInputRepresentationNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: EngagementAttendeeCreateInputRepresentationNormalized, incoming: EngagementAttendeeCreateInputRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: EngagementAttendeeCreateInputRepresentation): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EngagementAttendeeCreateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
10
|
/**
|
package/dist/es/es2018/types/src/generated/types/EngagementAttendeeCreateOutputRepresentation.d.ts
CHANGED
|
@@ -7,7 +7,6 @@ export declare const RepresentationType: string;
|
|
|
7
7
|
export declare function normalize(input: EngagementAttendeeCreateOutputRepresentation, existing: EngagementAttendeeCreateOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementAttendeeCreateOutputRepresentationNormalized;
|
|
8
8
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
9
|
export declare function equals(existing: EngagementAttendeeCreateOutputRepresentationNormalized, incoming: EngagementAttendeeCreateOutputRepresentationNormalized): boolean;
|
|
10
|
-
export declare function deepFreeze(input: EngagementAttendeeCreateOutputRepresentation): void;
|
|
11
10
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
11
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EngagementAttendeeCreateOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
12
|
/**
|
package/dist/es/es2018/types/src/generated/types/EngagementAttendeeFetchOutputRepresentation.d.ts
CHANGED
|
@@ -7,7 +7,6 @@ export declare const RepresentationType: string;
|
|
|
7
7
|
export declare function normalize(input: EngagementAttendeeFetchOutputRepresentation, existing: EngagementAttendeeFetchOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementAttendeeFetchOutputRepresentationNormalized;
|
|
8
8
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
9
|
export declare function equals(existing: EngagementAttendeeFetchOutputRepresentationNormalized, incoming: EngagementAttendeeFetchOutputRepresentationNormalized): boolean;
|
|
10
|
-
export declare function deepFreeze(input: EngagementAttendeeFetchOutputRepresentation): void;
|
|
11
10
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
11
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EngagementAttendeeFetchOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
12
|
/**
|
package/dist/es/es2018/types/src/generated/types/EngagementAttendeeListInputRepresentation.d.ts
CHANGED
|
@@ -5,7 +5,6 @@ export declare const RepresentationType: string;
|
|
|
5
5
|
export declare function normalize(input: EngagementAttendeeListInputRepresentation, existing: EngagementAttendeeListInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementAttendeeListInputRepresentationNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: EngagementAttendeeListInputRepresentationNormalized, incoming: EngagementAttendeeListInputRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: EngagementAttendeeListInputRepresentation): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EngagementAttendeeListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
10
|
/**
|
package/dist/es/es2018/types/src/generated/types/EngagementAttendeeOutputRepresentation.d.ts
CHANGED
|
@@ -6,7 +6,6 @@ export declare const RepresentationType: string;
|
|
|
6
6
|
export declare function normalize(input: EngagementAttendeeOutputRepresentation, existing: EngagementAttendeeOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementAttendeeOutputRepresentationNormalized;
|
|
7
7
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
8
|
export declare function equals(existing: EngagementAttendeeOutputRepresentationNormalized, incoming: EngagementAttendeeOutputRepresentationNormalized): boolean;
|
|
9
|
-
export declare function deepFreeze(input: EngagementAttendeeOutputRepresentation): void;
|
|
10
9
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
10
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EngagementAttendeeOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
11
|
/**
|
package/dist/es/es2018/types/src/generated/types/EngagementInteractionCreateInputRepresentation.d.ts
CHANGED
|
@@ -5,7 +5,6 @@ export declare const RepresentationType: string;
|
|
|
5
5
|
export declare function normalize(input: EngagementInteractionCreateInputRepresentation, existing: EngagementInteractionCreateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementInteractionCreateInputRepresentationNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: EngagementInteractionCreateInputRepresentationNormalized, incoming: EngagementInteractionCreateInputRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: EngagementInteractionCreateInputRepresentation): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EngagementInteractionCreateInputRepresentation, 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: EngagementInteractionCreateOutputRepresentation, existing: EngagementInteractionCreateOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementInteractionCreateOutputRepresentationNormalized;
|
|
8
8
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
9
|
export declare function equals(existing: EngagementInteractionCreateOutputRepresentationNormalized, incoming: EngagementInteractionCreateOutputRepresentationNormalized): boolean;
|
|
10
|
-
export declare function deepFreeze(input: EngagementInteractionCreateOutputRepresentation): void;
|
|
11
10
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
11
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EngagementInteractionCreateOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
12
|
/**
|
package/dist/es/es2018/types/src/generated/types/EngagementInteractionFetchOutputRepresentation.d.ts
CHANGED
|
@@ -7,7 +7,6 @@ export declare const RepresentationType: string;
|
|
|
7
7
|
export declare function normalize(input: EngagementInteractionFetchOutputRepresentation, existing: EngagementInteractionFetchOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementInteractionFetchOutputRepresentationNormalized;
|
|
8
8
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
9
|
export declare function equals(existing: EngagementInteractionFetchOutputRepresentationNormalized, incoming: EngagementInteractionFetchOutputRepresentationNormalized): boolean;
|
|
10
|
-
export declare function deepFreeze(input: EngagementInteractionFetchOutputRepresentation): void;
|
|
11
10
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
11
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EngagementInteractionFetchOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
12
|
/**
|
|
@@ -6,7 +6,6 @@ export declare const RepresentationType: string;
|
|
|
6
6
|
export declare function normalize(input: EngagementInteractionIdsCreateOutputRepresentation, existing: EngagementInteractionIdsCreateOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementInteractionIdsCreateOutputRepresentationNormalized;
|
|
7
7
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
8
|
export declare function equals(existing: EngagementInteractionIdsCreateOutputRepresentationNormalized, incoming: EngagementInteractionIdsCreateOutputRepresentationNormalized): boolean;
|
|
9
|
-
export declare function deepFreeze(input: EngagementInteractionIdsCreateOutputRepresentation): void;
|
|
10
9
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
10
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EngagementInteractionIdsCreateOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
11
|
/**
|
package/dist/es/es2018/types/src/generated/types/EngagementInteractionOutputRepresentation.d.ts
CHANGED
|
@@ -8,7 +8,6 @@ export declare const RepresentationType: string;
|
|
|
8
8
|
export declare function normalize(input: EngagementInteractionOutputRepresentation, existing: EngagementInteractionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementInteractionOutputRepresentationNormalized;
|
|
9
9
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
10
10
|
export declare function equals(existing: EngagementInteractionOutputRepresentationNormalized, incoming: EngagementInteractionOutputRepresentationNormalized): boolean;
|
|
11
|
-
export declare function deepFreeze(input: EngagementInteractionOutputRepresentation): void;
|
|
12
11
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
13
12
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EngagementInteractionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
14
13
|
/**
|
package/dist/es/es2018/types/src/generated/types/EngagementInteractionUpdateInputRepresentation.d.ts
CHANGED
|
@@ -5,7 +5,6 @@ export declare const RepresentationType: string;
|
|
|
5
5
|
export declare function normalize(input: EngagementInteractionUpdateInputRepresentation, existing: EngagementInteractionUpdateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementInteractionUpdateInputRepresentationNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: EngagementInteractionUpdateInputRepresentationNormalized, incoming: EngagementInteractionUpdateInputRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: EngagementInteractionUpdateInputRepresentation): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EngagementInteractionUpdateInputRepresentation, 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: EngagementInteractionUpdateOutputRepresentation, existing: EngagementInteractionUpdateOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementInteractionUpdateOutputRepresentationNormalized;
|
|
8
8
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
9
|
export declare function equals(existing: EngagementInteractionUpdateOutputRepresentationNormalized, incoming: EngagementInteractionUpdateOutputRepresentationNormalized): boolean;
|
|
10
|
-
export declare function deepFreeze(input: EngagementInteractionUpdateOutputRepresentation): void;
|
|
11
10
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
11
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EngagementInteractionUpdateOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
12
|
/**
|
package/dist/es/es2018/types/src/generated/types/EngagementTopicCreateInputRepresentation.d.ts
CHANGED
|
@@ -5,7 +5,6 @@ export declare const RepresentationType: string;
|
|
|
5
5
|
export declare function normalize(input: EngagementTopicCreateInputRepresentation, existing: EngagementTopicCreateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementTopicCreateInputRepresentationNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: EngagementTopicCreateInputRepresentationNormalized, incoming: EngagementTopicCreateInputRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: EngagementTopicCreateInputRepresentation): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EngagementTopicCreateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
10
|
/**
|
package/dist/es/es2018/types/src/generated/types/EngagementTopicCreateOutputRepresentation.d.ts
CHANGED
|
@@ -7,7 +7,6 @@ export declare const RepresentationType: string;
|
|
|
7
7
|
export declare function normalize(input: EngagementTopicCreateOutputRepresentation, existing: EngagementTopicCreateOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementTopicCreateOutputRepresentationNormalized;
|
|
8
8
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
9
|
export declare function equals(existing: EngagementTopicCreateOutputRepresentationNormalized, incoming: EngagementTopicCreateOutputRepresentationNormalized): boolean;
|
|
10
|
-
export declare function deepFreeze(input: EngagementTopicCreateOutputRepresentation): void;
|
|
11
10
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
11
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EngagementTopicCreateOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
12
|
/**
|
package/dist/es/es2018/types/src/generated/types/EngagementTopicDetailsOutputRepresentation.d.ts
CHANGED
|
@@ -5,7 +5,6 @@ export declare const RepresentationType: string;
|
|
|
5
5
|
export declare function normalize(input: EngagementTopicDetailsOutputRepresentation, existing: EngagementTopicDetailsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementTopicDetailsOutputRepresentationNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: EngagementTopicDetailsOutputRepresentationNormalized, incoming: EngagementTopicDetailsOutputRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: EngagementTopicDetailsOutputRepresentation): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EngagementTopicDetailsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
10
|
/**
|
package/dist/es/es2018/types/src/generated/types/EngagementTopicFetchOutputRepresentation.d.ts
CHANGED
|
@@ -7,7 +7,6 @@ export declare const RepresentationType: string;
|
|
|
7
7
|
export declare function normalize(input: EngagementTopicFetchOutputRepresentation, existing: EngagementTopicFetchOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementTopicFetchOutputRepresentationNormalized;
|
|
8
8
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
9
|
export declare function equals(existing: EngagementTopicFetchOutputRepresentationNormalized, incoming: EngagementTopicFetchOutputRepresentationNormalized): boolean;
|
|
10
|
-
export declare function deepFreeze(input: EngagementTopicFetchOutputRepresentation): void;
|
|
11
10
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
11
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EngagementTopicFetchOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
12
|
/**
|
package/dist/es/es2018/types/src/generated/types/EngagementTopicListInputRepresentation.d.ts
CHANGED
|
@@ -5,7 +5,6 @@ export declare const RepresentationType: string;
|
|
|
5
5
|
export declare function normalize(input: EngagementTopicListInputRepresentation, existing: EngagementTopicListInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementTopicListInputRepresentationNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: EngagementTopicListInputRepresentationNormalized, incoming: EngagementTopicListInputRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: EngagementTopicListInputRepresentation): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EngagementTopicListInputRepresentation, 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: EngagementTopicOutputRepresentation, existing: EngagementTopicOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementTopicOutputRepresentationNormalized;
|
|
7
7
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
8
|
export declare function equals(existing: EngagementTopicOutputRepresentationNormalized, incoming: EngagementTopicOutputRepresentationNormalized): boolean;
|
|
9
|
-
export declare function deepFreeze(input: EngagementTopicOutputRepresentation): void;
|
|
10
9
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
10
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EngagementTopicOutputRepresentation, 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: EngagementsCreateInputRepresentation, existing: EngagementsCreateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementsCreateInputRepresentationNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: EngagementsCreateInputRepresentationNormalized, incoming: EngagementsCreateInputRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: EngagementsCreateInputRepresentation): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EngagementsCreateInputRepresentation, 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: EngagementsFetchOutputRepresentation, existing: EngagementsFetchOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementsFetchOutputRepresentationNormalized;
|
|
8
8
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
9
|
export declare function equals(existing: EngagementsFetchOutputRepresentationNormalized, incoming: EngagementsFetchOutputRepresentationNormalized): boolean;
|
|
10
|
-
export declare function deepFreeze(input: EngagementsFetchOutputRepresentation): void;
|
|
11
10
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
11
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EngagementsFetchOutputRepresentation, 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: EngagementsUpdateInputRepresentation, existing: EngagementsUpdateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementsUpdateInputRepresentationNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: EngagementsUpdateInputRepresentationNormalized, incoming: EngagementsUpdateInputRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: EngagementsUpdateInputRepresentation): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EngagementsUpdateInputRepresentation, 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: RecentlyUsedActionsRepresentation, existing: RecentlyUsedActionsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecentlyUsedActionsRepresentationNormalized;
|
|
8
8
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
9
|
export declare function equals(existing: RecentlyUsedActionsRepresentationNormalized, incoming: RecentlyUsedActionsRepresentationNormalized): boolean;
|
|
10
|
-
export declare function deepFreeze(input: RecentlyUsedActionsRepresentation): void;
|
|
11
10
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
11
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RecentlyUsedActionsRepresentation, 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: ServiceCatalogActionsCategoryOutputRepresentation, existing: ServiceCatalogActionsCategoryOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ServiceCatalogActionsCategoryOutputRepresentationNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: ServiceCatalogActionsCategoryOutputRepresentationNormalized, incoming: ServiceCatalogActionsCategoryOutputRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: ServiceCatalogActionsCategoryOutputRepresentation): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ServiceCatalogActionsCategoryOutputRepresentation, 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: ServiceCatalogFrequentActionsOutputRepresentation, existing: ServiceCatalogFrequentActionsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ServiceCatalogFrequentActionsOutputRepresentationNormalized;
|
|
7
7
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
8
|
export declare function equals(existing: ServiceCatalogFrequentActionsOutputRepresentationNormalized, incoming: ServiceCatalogFrequentActionsOutputRepresentationNormalized): boolean;
|
|
9
|
-
export declare function deepFreeze(input: ServiceCatalogFrequentActionsOutputRepresentation): void;
|
|
10
9
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
10
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ServiceCatalogFrequentActionsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
11
|
/**
|
package/dist/es/es2018/types/src/generated/types/ServiceCatalogItemsFetchOutputRepresentation.d.ts
CHANGED
|
@@ -8,7 +8,6 @@ export declare const RepresentationType: string;
|
|
|
8
8
|
export declare function normalize(input: ServiceCatalogItemsFetchOutputRepresentation, existing: ServiceCatalogItemsFetchOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ServiceCatalogItemsFetchOutputRepresentationNormalized;
|
|
9
9
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
10
10
|
export declare function equals(existing: ServiceCatalogItemsFetchOutputRepresentationNormalized, incoming: ServiceCatalogItemsFetchOutputRepresentationNormalized): boolean;
|
|
11
|
-
export declare function deepFreeze(input: ServiceCatalogItemsFetchOutputRepresentation): void;
|
|
12
11
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
13
12
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ServiceCatalogItemsFetchOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
14
13
|
/**
|
package/dist/es/es2018/types/src/generated/types/ServiceCatalogItemsOutputRepresentation.d.ts
CHANGED
|
@@ -5,7 +5,6 @@ export declare const RepresentationType: string;
|
|
|
5
5
|
export declare function normalize(input: ServiceCatalogItemsOutputRepresentation, existing: ServiceCatalogItemsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ServiceCatalogItemsOutputRepresentationNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: ServiceCatalogItemsOutputRepresentationNormalized, incoming: ServiceCatalogItemsOutputRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: ServiceCatalogItemsOutputRepresentation): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ServiceCatalogItemsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
10
|
/**
|
package/dist/es/es2018/types/src/generated/types/ServiceExcellenceIdOutputRepresentation.d.ts
CHANGED
|
@@ -5,7 +5,6 @@ export declare const RepresentationType: string;
|
|
|
5
5
|
export declare function normalize(input: ServiceExcellenceIdOutputRepresentation, existing: ServiceExcellenceIdOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ServiceExcellenceIdOutputRepresentationNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: ServiceExcellenceIdOutputRepresentationNormalized, incoming: ServiceExcellenceIdOutputRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: ServiceExcellenceIdOutputRepresentation): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ServiceExcellenceIdOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
10
|
/**
|
package/dist/es/es2018/types/src/generated/types/ServiceExcellenceStatusOutputRepresentation.d.ts
CHANGED
|
@@ -5,7 +5,6 @@ export declare const RepresentationType: string;
|
|
|
5
5
|
export declare function normalize(input: ServiceExcellenceStatusOutputRepresentation, existing: ServiceExcellenceStatusOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ServiceExcellenceStatusOutputRepresentationNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
7
|
export declare function equals(existing: ServiceExcellenceStatusOutputRepresentationNormalized, incoming: ServiceExcellenceStatusOutputRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: ServiceExcellenceStatusOutputRepresentation): void;
|
|
9
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
9
|
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ServiceExcellenceStatusOutputRepresentation, 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-audit-trail-export",
|
|
3
|
-
"version": "1.134.
|
|
3
|
+
"version": "1.134.8",
|
|
4
4
|
"description": "contains end points for audit trail file export",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/umd/es2018/industries-audit-trail-export.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,27 +60,8 @@ const snapshotRefreshOptions = {
|
|
|
60
60
|
};
|
|
61
61
|
const keyPrefix = 'audit-trail-export';
|
|
62
62
|
|
|
63
|
-
const { freeze: ObjectFreeze, keys: ObjectKeys, create: ObjectCreate, assign: ObjectAssign } = Object;
|
|
64
63
|
const { isArray: ArrayIsArray } = Array;
|
|
65
64
|
const { stringify: JSONStringify } = JSON;
|
|
66
|
-
function deepFreeze$4(value) {
|
|
67
|
-
// No need to freeze primitives
|
|
68
|
-
if (typeof value !== 'object' || value === null) {
|
|
69
|
-
return;
|
|
70
|
-
}
|
|
71
|
-
if (ArrayIsArray(value)) {
|
|
72
|
-
for (let i = 0, len = value.length; i < len; i += 1) {
|
|
73
|
-
deepFreeze$4(value[i]);
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
else {
|
|
77
|
-
const keys = ObjectKeys(value);
|
|
78
|
-
for (let i = 0, len = keys.length; i < len; i += 1) {
|
|
79
|
-
deepFreeze$4(value[keys[i]]);
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
ObjectFreeze(value);
|
|
83
|
-
}
|
|
84
65
|
function createLink(ref) {
|
|
85
66
|
return {
|
|
86
67
|
__ref: serializeStructuredKey(ref),
|
|
@@ -198,9 +179,6 @@ function equals$2(existing, incoming) {
|
|
|
198
179
|
}
|
|
199
180
|
return true;
|
|
200
181
|
}
|
|
201
|
-
function deepFreeze$3(input) {
|
|
202
|
-
ObjectFreeze(input);
|
|
203
|
-
}
|
|
204
182
|
const ingest$2 = function AuditTrailExportOutputRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
205
183
|
if (process.env.NODE_ENV !== 'production') {
|
|
206
184
|
const validateError = validate$3(input);
|
|
@@ -217,7 +195,6 @@ const ingest$2 = function AuditTrailExportOutputRepresentationIngest(input, path
|
|
|
217
195
|
propertyName: path.propertyName,
|
|
218
196
|
ttl: ttlToUse
|
|
219
197
|
});
|
|
220
|
-
deepFreeze$3(input);
|
|
221
198
|
if (existingRecord === undefined || equals$2(existingRecord, incomingRecord) === false) {
|
|
222
199
|
luvio.storePublish(key, incomingRecord);
|
|
223
200
|
}
|
|
@@ -264,6 +241,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
264
241
|
throw new Error('Invalid network response. Expected resource response to result in Fulfilled snapshot');
|
|
265
242
|
}
|
|
266
243
|
}
|
|
244
|
+
deepFreeze(snapshot.data);
|
|
267
245
|
return snapshot;
|
|
268
246
|
}
|
|
269
247
|
function createResourceRequest$3(config) {
|
|
@@ -327,7 +305,7 @@ function buildNetworkSnapshot$3(luvio, config, options) {
|
|
|
327
305
|
return luvio.storeBroadcast().then(() => snapshot);
|
|
328
306
|
}, () => getResponseCacheKeys$3(luvio, resourceParams, response.body));
|
|
329
307
|
}, (response) => {
|
|
330
|
-
deepFreeze
|
|
308
|
+
deepFreeze(response);
|
|
331
309
|
throw response;
|
|
332
310
|
});
|
|
333
311
|
}
|
|
@@ -422,7 +400,7 @@ function buildNetworkSnapshot$2(luvio, config, options) {
|
|
|
422
400
|
return luvio.storeBroadcast();
|
|
423
401
|
}, () => getResponseCacheKeys$2(luvio, resourceParams));
|
|
424
402
|
}, (response) => {
|
|
425
|
-
deepFreeze
|
|
403
|
+
deepFreeze(response);
|
|
426
404
|
throw response;
|
|
427
405
|
});
|
|
428
406
|
}
|
|
@@ -485,9 +463,6 @@ function validate$2(obj, path = 'AuditTrailLogOutputRepresentation') {
|
|
|
485
463
|
})();
|
|
486
464
|
return v_error === undefined ? null : v_error;
|
|
487
465
|
}
|
|
488
|
-
function deepFreeze$2(input) {
|
|
489
|
-
ObjectFreeze(input);
|
|
490
|
-
}
|
|
491
466
|
|
|
492
467
|
const TTL$1 = 60000;
|
|
493
468
|
const VERSION$1 = "19c94077a33b93089fd947bbe72c860c";
|
|
@@ -532,15 +507,6 @@ function equals$1(existing, incoming) {
|
|
|
532
507
|
}
|
|
533
508
|
return true;
|
|
534
509
|
}
|
|
535
|
-
function deepFreeze$1(input) {
|
|
536
|
-
const input_auditTrailLogs = input.auditTrailLogs;
|
|
537
|
-
for (let i = 0; i < input_auditTrailLogs.length; i++) {
|
|
538
|
-
const input_auditTrailLogs_item = input_auditTrailLogs[i];
|
|
539
|
-
deepFreeze$2(input_auditTrailLogs_item);
|
|
540
|
-
}
|
|
541
|
-
ObjectFreeze(input_auditTrailLogs);
|
|
542
|
-
ObjectFreeze(input);
|
|
543
|
-
}
|
|
544
510
|
const ingest$1 = function AuditTrailFileDownloadOutputRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
545
511
|
if (process.env.NODE_ENV !== 'production') {
|
|
546
512
|
const validateError = validate$1(input);
|
|
@@ -557,7 +523,6 @@ const ingest$1 = function AuditTrailFileDownloadOutputRepresentationIngest(input
|
|
|
557
523
|
propertyName: path.propertyName,
|
|
558
524
|
ttl: ttlToUse
|
|
559
525
|
});
|
|
560
|
-
deepFreeze$1(input);
|
|
561
526
|
if (existingRecord === undefined || equals$1(existingRecord, incomingRecord) === false) {
|
|
562
527
|
luvio.storePublish(key, incomingRecord);
|
|
563
528
|
}
|
|
@@ -607,6 +572,7 @@ function ingestSuccess$1(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
607
572
|
throw new Error('Invalid network response. Expected resource response to result in Fulfilled snapshot');
|
|
608
573
|
}
|
|
609
574
|
}
|
|
575
|
+
deepFreeze(snapshot.data);
|
|
610
576
|
return snapshot;
|
|
611
577
|
}
|
|
612
578
|
function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
@@ -786,15 +752,6 @@ function equals(existing, incoming) {
|
|
|
786
752
|
}
|
|
787
753
|
return true;
|
|
788
754
|
}
|
|
789
|
-
function deepFreeze(input) {
|
|
790
|
-
const input_auditTrailExports = input.auditTrailExports;
|
|
791
|
-
for (let i = 0; i < input_auditTrailExports.length; i++) {
|
|
792
|
-
const input_auditTrailExports_item = input_auditTrailExports[i];
|
|
793
|
-
deepFreeze$3(input_auditTrailExports_item);
|
|
794
|
-
}
|
|
795
|
-
ObjectFreeze(input_auditTrailExports);
|
|
796
|
-
ObjectFreeze(input);
|
|
797
|
-
}
|
|
798
755
|
const ingest = function AuditTrailExportListOutputRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
799
756
|
if (process.env.NODE_ENV !== 'production') {
|
|
800
757
|
const validateError = validate(input);
|
|
@@ -811,7 +768,6 @@ const ingest = function AuditTrailExportListOutputRepresentationIngest(input, pa
|
|
|
811
768
|
propertyName: path.propertyName,
|
|
812
769
|
ttl: ttlToUse
|
|
813
770
|
});
|
|
814
|
-
deepFreeze(input);
|
|
815
771
|
if (existingRecord === undefined || equals(existingRecord, incomingRecord) === false) {
|
|
816
772
|
luvio.storePublish(key, incomingRecord);
|
|
817
773
|
}
|
|
@@ -861,6 +817,7 @@ function ingestSuccess(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
861
817
|
throw new Error('Invalid network response. Expected resource response to result in Fulfilled snapshot');
|
|
862
818
|
}
|
|
863
819
|
}
|
|
820
|
+
deepFreeze(snapshot.data);
|
|
864
821
|
return snapshot;
|
|
865
822
|
}
|
|
866
823
|
function ingestError(luvio, params, error, snapshotRefresh) {
|
|
@@ -1026,4 +983,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1026
983
|
});
|
|
1027
984
|
|
|
1028
985
|
export { createAuditTrailFileExport, deleteAuditTrailFileExport, getAuditTrailFileExport, getAuditTrailFileExport_imperative, getAuditTrailFileExports, getAuditTrailFileExports_imperative };
|
|
1029
|
-
// version: 1.134.
|
|
986
|
+
// version: 1.134.8-c3d6d2cfc
|