@salesforce/lds-adapters-industries-actionablelist 0.131.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/industries-actionablelist.js +2988 -0
  3. package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +66 -0
  4. package/dist/es/es2018/types/src/generated/adapters/createActionableListDefinition.d.ts +15 -0
  5. package/dist/es/es2018/types/src/generated/adapters/getActionableListDatasetInfo.d.ts +27 -0
  6. package/dist/es/es2018/types/src/generated/adapters/getActionableListDefinitions.d.ts +29 -0
  7. package/dist/es/es2018/types/src/generated/adapters/getActionableListMembers.d.ts +26 -0
  8. package/dist/es/es2018/types/src/generated/adapters/upsertActionableList.d.ts +15 -0
  9. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +5 -0
  10. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +9 -0
  11. package/dist/es/es2018/types/src/generated/resources/getConnectActionableListDefinition.d.ts +18 -0
  12. package/dist/es/es2018/types/src/generated/resources/getConnectActionableListMembersById.d.ts +15 -0
  13. package/dist/es/es2018/types/src/generated/resources/postConnectActionableList.d.ts +13 -0
  14. package/dist/es/es2018/types/src/generated/resources/postConnectActionableListDefinition.d.ts +13 -0
  15. package/dist/es/es2018/types/src/generated/resources/postConnectActionableListDefinitionRows.d.ts +16 -0
  16. package/dist/es/es2018/types/src/generated/types/ALDDatasetColumnOutputRepresentation.d.ts +51 -0
  17. package/dist/es/es2018/types/src/generated/types/ALDMemberStatusOutputRepresentation.d.ts +36 -0
  18. package/dist/es/es2018/types/src/generated/types/ActionableListDatasetByDefinitionRepresentation.d.ts +48 -0
  19. package/dist/es/es2018/types/src/generated/types/ActionableListDatasetColumnRepresentation.d.ts +44 -0
  20. package/dist/es/es2018/types/src/generated/types/ActionableListDatasetInputRepresentation.d.ts +53 -0
  21. package/dist/es/es2018/types/src/generated/types/ActionableListDatasetRowRepresentation.d.ts +33 -0
  22. package/dist/es/es2018/types/src/generated/types/ActionableListDatasetWrapperInputRepresentation.d.ts +30 -0
  23. package/dist/es/es2018/types/src/generated/types/ActionableListDefinitionCreateInputRepresentation.d.ts +35 -0
  24. package/dist/es/es2018/types/src/generated/types/ActionableListDefinitionCreateOutputRepresentation.d.ts +42 -0
  25. package/dist/es/es2018/types/src/generated/types/ActionableListDefinitionGetAllOutputRepresentation.d.ts +31 -0
  26. package/dist/es/es2018/types/src/generated/types/ActionableListDefinitionOutputRepresentation.d.ts +59 -0
  27. package/dist/es/es2018/types/src/generated/types/ActionableListDefinitionStatusOutputRepresentation.d.ts +33 -0
  28. package/dist/es/es2018/types/src/generated/types/ActionableListDefinitionWrapperInputRepresentation.d.ts +30 -0
  29. package/dist/es/es2018/types/src/generated/types/ActionableListFilterInputRepresentation.d.ts +38 -0
  30. package/dist/es/es2018/types/src/generated/types/ActionableListFilterInputRepresentationList.d.ts +29 -0
  31. package/dist/es/es2018/types/src/generated/types/ActionableListMemberStatusRepresentation.d.ts +35 -0
  32. package/dist/es/es2018/types/src/generated/types/ActionableListMembersOutputRepresentation.d.ts +30 -0
  33. package/dist/es/es2018/types/src/generated/types/ActionableListUpsertInputRepresentation.d.ts +59 -0
  34. package/dist/es/es2018/types/src/generated/types/ActionableListUpsertOutputRepresentation.d.ts +45 -0
  35. package/dist/es/es2018/types/src/generated/types/ActionableListWrapperInputRepresentation.d.ts +30 -0
  36. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +39 -0
  37. package/package.json +67 -0
  38. package/sfdc/index.d.ts +1 -0
  39. package/sfdc/index.js +3045 -0
  40. package/src/raml/api.raml +481 -0
  41. package/src/raml/luvio.raml +54 -0
@@ -0,0 +1,30 @@
1
+ import { ActionableListDatasetInputRepresentation as ActionableListDatasetInputRepresentation_ActionableListDatasetInputRepresentation } from './ActionableListDatasetInputRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
+ export declare const VERSION = "d53645f77e756412c26d04a74e552e35";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ActionableListDatasetWrapperInputRepresentation, existing: ActionableListDatasetWrapperInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListDatasetWrapperInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ActionableListDatasetWrapperInputRepresentationNormalized, incoming: ActionableListDatasetWrapperInputRepresentationNormalized): boolean;
9
+ export declare function deepFreeze(input: ActionableListDatasetWrapperInputRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionableListDatasetWrapperInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * wrapper of ActionableListDatasetInputRepresentation
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface ActionableListDatasetWrapperInputRepresentationNormalized {
19
+ /** Input representation for ActionableListDatasetInputRepresentation */
20
+ actionableListDataset: ActionableListDatasetInputRepresentation_ActionableListDatasetInputRepresentation;
21
+ }
22
+ /**
23
+ * wrapper of ActionableListDatasetInputRepresentation
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface ActionableListDatasetWrapperInputRepresentation {
29
+ actionableListDataset: ActionableListDatasetInputRepresentation_ActionableListDatasetInputRepresentation;
30
+ }
@@ -0,0 +1,35 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "77cf96bfe65c3e7ba5038db6ce167d8c";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ActionableListDefinitionCreateInputRepresentation, existing: ActionableListDefinitionCreateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListDefinitionCreateInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ActionableListDefinitionCreateInputRepresentationNormalized, incoming: ActionableListDefinitionCreateInputRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: ActionableListDefinitionCreateInputRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionableListDefinitionCreateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Input representation for create actionable list definition API
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ActionableListDefinitionCreateInputRepresentationNormalized {
18
+ /** Set developer name for create actionable list definition */
19
+ developerName: string;
20
+ /** Set label for create actionable list definition */
21
+ label: string;
22
+ /** Set anchor entity for create actionable list definition */
23
+ objectName: string;
24
+ }
25
+ /**
26
+ * Input representation for create actionable list definition API
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface ActionableListDefinitionCreateInputRepresentation {
32
+ developerName: string;
33
+ label: string;
34
+ objectName: string;
35
+ }
@@ -0,0 +1,42 @@
1
+ import { ActionableListDefinitionOutputRepresentation as ActionableListDefinitionOutputRepresentation_ActionableListDefinitionOutputRepresentation } from './ActionableListDefinitionOutputRepresentation';
2
+ import { ActionableListDefinitionStatusOutputRepresentation as ActionableListDefinitionStatusOutputRepresentation_ActionableListDefinitionStatusOutputRepresentation } from './ActionableListDefinitionStatusOutputRepresentation';
3
+ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
4
+ export declare const TTL = 100;
5
+ export declare const VERSION = "7f7f8555df2466c8cbc7878266c1decd";
6
+ export declare function validate(obj: any, path?: string): TypeError | null;
7
+ export declare const RepresentationType: string;
8
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
9
+ id: string;
10
+ }
11
+ export type ActionableListDefinitionCreateOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
12
+ export type PartialActionableListDefinitionCreateOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
13
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
14
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): ActionableListDefinitionCreateOutputRepresentationNormalizedKeyMetadata;
15
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ActionableListDefinitionCreateOutputRepresentation): string;
16
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ActionableListDefinitionCreateOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
17
+ export declare function normalize(input: ActionableListDefinitionCreateOutputRepresentation, existing: ActionableListDefinitionCreateOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListDefinitionCreateOutputRepresentationNormalized;
18
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
19
+ export declare function equals(existing: ActionableListDefinitionCreateOutputRepresentationNormalized, incoming: ActionableListDefinitionCreateOutputRepresentationNormalized): boolean;
20
+ export declare function deepFreeze(input: ActionableListDefinitionCreateOutputRepresentation): void;
21
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
22
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionableListDefinitionCreateOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
23
+ /**
24
+ * Output representation for create actionable list definition API
25
+ *
26
+ * Keys:
27
+ * id (string): actionableListDefinition.id
28
+ */
29
+ export interface ActionableListDefinitionCreateOutputRepresentationNormalized {
30
+ actionableListDefinition: ActionableListDefinitionOutputRepresentation_ActionableListDefinitionOutputRepresentation;
31
+ status: ActionableListDefinitionStatusOutputRepresentation_ActionableListDefinitionStatusOutputRepresentation;
32
+ }
33
+ /**
34
+ * Output representation for create actionable list definition API
35
+ *
36
+ * Keys:
37
+ * id (string): actionableListDefinition.id
38
+ */
39
+ export interface ActionableListDefinitionCreateOutputRepresentation {
40
+ actionableListDefinition: ActionableListDefinitionOutputRepresentation_ActionableListDefinitionOutputRepresentation;
41
+ status: ActionableListDefinitionStatusOutputRepresentation_ActionableListDefinitionStatusOutputRepresentation;
42
+ }
@@ -0,0 +1,31 @@
1
+ import { ActionableListDefinitionOutputRepresentation as ActionableListDefinitionOutputRepresentation_ActionableListDefinitionOutputRepresentation } from './ActionableListDefinitionOutputRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
+ export declare const TTL = 100;
4
+ export declare const VERSION = "4c1ba3bd226b3670b78af4e7ea159854";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: ActionableListDefinitionGetAllOutputRepresentation, existing: ActionableListDefinitionGetAllOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListDefinitionGetAllOutputRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: ActionableListDefinitionGetAllOutputRepresentationNormalized, incoming: ActionableListDefinitionGetAllOutputRepresentationNormalized): boolean;
10
+ export declare function deepFreeze(input: ActionableListDefinitionGetAllOutputRepresentation): void;
11
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
12
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionableListDefinitionGetAllOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
13
+ /**
14
+ * Output representation for get actionable list definition API
15
+ *
16
+ * Keys:
17
+ * (none)
18
+ */
19
+ export interface ActionableListDefinitionGetAllOutputRepresentationNormalized {
20
+ /** List of all actionable list definitions */
21
+ aldList: Array<ActionableListDefinitionOutputRepresentation_ActionableListDefinitionOutputRepresentation>;
22
+ }
23
+ /**
24
+ * Output representation for get actionable list definition API
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface ActionableListDefinitionGetAllOutputRepresentation {
30
+ aldList: Array<ActionableListDefinitionOutputRepresentation_ActionableListDefinitionOutputRepresentation>;
31
+ }
@@ -0,0 +1,59 @@
1
+ import { ALDDatasetColumnOutputRepresentation as ALDDatasetColumnOutputRepresentation_ALDDatasetColumnOutputRepresentation } from './ALDDatasetColumnOutputRepresentation';
2
+ import { ALDMemberStatusOutputRepresentation as ALDMemberStatusOutputRepresentation_ALDMemberStatusOutputRepresentation } from './ALDMemberStatusOutputRepresentation';
3
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
4
+ export declare const TTL = 100;
5
+ export declare const VERSION = "63348e0d2a5e8d3cf7f7ddc110bf6cf4";
6
+ export declare function validate(obj: any, path?: string): TypeError | null;
7
+ export declare const RepresentationType: string;
8
+ export declare function normalize(input: ActionableListDefinitionOutputRepresentation, existing: ActionableListDefinitionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListDefinitionOutputRepresentationNormalized;
9
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
10
+ export declare function equals(existing: ActionableListDefinitionOutputRepresentationNormalized, incoming: ActionableListDefinitionOutputRepresentationNormalized): boolean;
11
+ export declare function deepFreeze(input: ActionableListDefinitionOutputRepresentation): void;
12
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
13
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionableListDefinitionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
14
+ /**
15
+ * Output representation of single object for get actionable list definition API
16
+ *
17
+ * Keys:
18
+ * (none)
19
+ */
20
+ export interface ActionableListDefinitionOutputRepresentationNormalized {
21
+ /** Information about all dataset columns for this actionable list definition */
22
+ aldDatasetColumnOutputRepresentation: Array<ALDDatasetColumnOutputRepresentation_ALDDatasetColumnOutputRepresentation>;
23
+ /** Information about all member status for this actionable list definition */
24
+ aldMemberStatusOutputRepresentation: Array<ALDMemberStatusOutputRepresentation_ALDMemberStatusOutputRepresentation>;
25
+ /** BatchCalcJobDefinitionId of DPE definition */
26
+ batchCalcJobDefinitionId: string | null;
27
+ /** Full Name of actionable list definition */
28
+ fullName: string;
29
+ /** Id of actionable list definition */
30
+ id: string;
31
+ /** Flag to determine whether the actionable list definition is active or not */
32
+ isActive: boolean;
33
+ /** Anchor object name of actionable list definition */
34
+ objectName: string;
35
+ /** Status of actionable list definition on DPE side */
36
+ status: string;
37
+ /** TCRM dataset id of dataset created on tcrm side */
38
+ tcrmDatasetId: string | null;
39
+ /** TCRM dataset name of dataset created on tcrm side */
40
+ tcrmDatasetName: string;
41
+ }
42
+ /**
43
+ * Output representation of single object for get actionable list definition API
44
+ *
45
+ * Keys:
46
+ * (none)
47
+ */
48
+ export interface ActionableListDefinitionOutputRepresentation {
49
+ aldDatasetColumnOutputRepresentation: Array<ALDDatasetColumnOutputRepresentation_ALDDatasetColumnOutputRepresentation>;
50
+ aldMemberStatusOutputRepresentation: Array<ALDMemberStatusOutputRepresentation_ALDMemberStatusOutputRepresentation>;
51
+ batchCalcJobDefinitionId: string | null;
52
+ fullName: string;
53
+ id: string;
54
+ isActive: boolean;
55
+ objectName: string;
56
+ status: string;
57
+ tcrmDatasetId: string | null;
58
+ tcrmDatasetName: string;
59
+ }
@@ -0,0 +1,33 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const TTL = 100;
3
+ export declare const VERSION = "c011e92d9100cd54f4f75b6951999c39";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ActionableListDefinitionStatusOutputRepresentation, existing: ActionableListDefinitionStatusOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListDefinitionStatusOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ActionableListDefinitionStatusOutputRepresentationNormalized, incoming: ActionableListDefinitionStatusOutputRepresentationNormalized): boolean;
9
+ export declare function deepFreeze(input: ActionableListDefinitionStatusOutputRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionableListDefinitionStatusOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * Output representation to display the status of an API request
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface ActionableListDefinitionStatusOutputRepresentationNormalized {
19
+ /** get status code */
20
+ code: number;
21
+ /** get status message */
22
+ message: string;
23
+ }
24
+ /**
25
+ * Output representation to display the status of an API request
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface ActionableListDefinitionStatusOutputRepresentation {
31
+ code: number;
32
+ message: string;
33
+ }
@@ -0,0 +1,30 @@
1
+ import { ActionableListDefinitionCreateInputRepresentation as ActionableListDefinitionCreateInputRepresentation_ActionableListDefinitionCreateInputRepresentation } from './ActionableListDefinitionCreateInputRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
+ export declare const VERSION = "41359b9f27336c83ae94f352aa4319c3";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ActionableListDefinitionWrapperInputRepresentation, existing: ActionableListDefinitionWrapperInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListDefinitionWrapperInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ActionableListDefinitionWrapperInputRepresentationNormalized, incoming: ActionableListDefinitionWrapperInputRepresentationNormalized): boolean;
9
+ export declare function deepFreeze(input: ActionableListDefinitionWrapperInputRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionableListDefinitionWrapperInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * wrapper of ActionableListDefinitionCreateInputRepresentation
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface ActionableListDefinitionWrapperInputRepresentationNormalized {
19
+ /** Input representation for ActionableListDefinitionCreateInputRepresentation */
20
+ actionableListDefinitionCreateInput: ActionableListDefinitionCreateInputRepresentation_ActionableListDefinitionCreateInputRepresentation;
21
+ }
22
+ /**
23
+ * wrapper of ActionableListDefinitionCreateInputRepresentation
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface ActionableListDefinitionWrapperInputRepresentation {
29
+ actionableListDefinitionCreateInput: ActionableListDefinitionCreateInputRepresentation_ActionableListDefinitionCreateInputRepresentation;
30
+ }
@@ -0,0 +1,38 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "e56fb8f62a66259ee431fe74b81bf1e9";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ActionableListFilterInputRepresentation, existing: ActionableListFilterInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListFilterInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ActionableListFilterInputRepresentationNormalized, incoming: ActionableListFilterInputRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: ActionableListFilterInputRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionableListFilterInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Input representation for actionable list Filters.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ActionableListFilterInputRepresentationNormalized {
18
+ /** Name of Column to be filtered */
19
+ columnName?: string | null;
20
+ /** data domain of filter column */
21
+ dataDomain?: string | null;
22
+ /** operator for filter */
23
+ operator?: string | null;
24
+ /** value for filter */
25
+ value?: string | null;
26
+ }
27
+ /**
28
+ * Input representation for actionable list Filters.
29
+ *
30
+ * Keys:
31
+ * (none)
32
+ */
33
+ export interface ActionableListFilterInputRepresentation {
34
+ columnName?: string | null;
35
+ dataDomain?: string | null;
36
+ operator?: string | null;
37
+ value?: string | null;
38
+ }
@@ -0,0 +1,29 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "78dc20b55ae46710b17e4af67f6f8cff";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ActionableListFilterInputRepresentationList, existing: ActionableListFilterInputRepresentationListNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListFilterInputRepresentationListNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ActionableListFilterInputRepresentationListNormalized, incoming: ActionableListFilterInputRepresentationListNormalized): boolean;
8
+ export declare function deepFreeze(input: ActionableListFilterInputRepresentationList): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionableListFilterInputRepresentationList, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Input representation for a list of filters
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ActionableListFilterInputRepresentationListNormalized {
18
+ /** filter clauses list */
19
+ actionableListFilterList?: Array<{}>;
20
+ }
21
+ /**
22
+ * Input representation for a list of filters
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface ActionableListFilterInputRepresentationList {
28
+ actionableListFilterList?: Array<{}>;
29
+ }
@@ -0,0 +1,35 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "4ddcc2754150af16fd09c10d9fdabfbc";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ActionableListMemberStatusRepresentation, existing: ActionableListMemberStatusRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListMemberStatusRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ActionableListMemberStatusRepresentationNormalized, incoming: ActionableListMemberStatusRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: ActionableListMemberStatusRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionableListMemberStatusRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Output representation to display actionable List member status
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ActionableListMemberStatusRepresentationNormalized {
18
+ /** get icon name */
19
+ iconName: string | null;
20
+ /** get id */
21
+ id: string | null;
22
+ /** get status */
23
+ status: string | null;
24
+ }
25
+ /**
26
+ * Output representation to display actionable List member status
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface ActionableListMemberStatusRepresentation {
32
+ iconName: string | null;
33
+ id: string | null;
34
+ status: string | null;
35
+ }
@@ -0,0 +1,30 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const TTL = 100;
3
+ export declare const VERSION = "6ddedf71126866b776255aa167159b36";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ActionableListMembersOutputRepresentation, existing: ActionableListMembersOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListMembersOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ActionableListMembersOutputRepresentationNormalized, incoming: ActionableListMembersOutputRepresentationNormalized): boolean;
9
+ export declare function deepFreeze(input: ActionableListMembersOutputRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionableListMembersOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * Fetch existing members from Actionable List
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface ActionableListMembersOutputRepresentationNormalized {
19
+ /** A list of Ids of members in a actionableList */
20
+ memberIds: Array<string>;
21
+ }
22
+ /**
23
+ * Fetch existing members from Actionable List
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface ActionableListMembersOutputRepresentation {
29
+ memberIds: Array<string>;
30
+ }
@@ -0,0 +1,59 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "ded4f87c2cfe47b38a3ead05bc57de80";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ActionableListUpsertInputRepresentation, existing: ActionableListUpsertInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListUpsertInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ActionableListUpsertInputRepresentationNormalized, incoming: ActionableListUpsertInputRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: ActionableListUpsertInputRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionableListUpsertInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Input representation for upsert Actionable List with it's members and columns
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ActionableListUpsertInputRepresentationNormalized {
18
+ /** Upsert actionable list columns of actionable list */
19
+ actionableListColumns?: Array<string>;
20
+ /** Upsert actionable list definition id of actionable list */
21
+ actionableListDefinitionId?: string | null;
22
+ /** Upsert actionable list members of actionable list */
23
+ actionableListMemberIds?: Array<string>;
24
+ /** Upsert default member status Id of actionable list */
25
+ defaultMemberStatusId?: string | null;
26
+ /** Upsert description of actionable list */
27
+ description?: string | null;
28
+ /** Filter Logic used in dataset query in Async members addition to Actionable List */
29
+ filterLogic?: string;
30
+ /** Filters used in Async members addition to Actionable List */
31
+ filters?: {};
32
+ /** Id to upsert the actionable list record */
33
+ id?: string | null;
34
+ /** Should the upsert be async or sync */
35
+ isAsync?: boolean;
36
+ /** Upsert name of actionable list */
37
+ name?: string | null;
38
+ /** Upsert object name of actionable list */
39
+ objectName?: string | null;
40
+ }
41
+ /**
42
+ * Input representation for upsert Actionable List with it's members and columns
43
+ *
44
+ * Keys:
45
+ * (none)
46
+ */
47
+ export interface ActionableListUpsertInputRepresentation {
48
+ actionableListColumns?: Array<string>;
49
+ actionableListDefinitionId?: string | null;
50
+ actionableListMemberIds?: Array<string>;
51
+ defaultMemberStatusId?: string | null;
52
+ description?: string | null;
53
+ filterLogic?: string;
54
+ filters?: {};
55
+ id?: string | null;
56
+ isAsync?: boolean;
57
+ name?: string | null;
58
+ objectName?: string | null;
59
+ }
@@ -0,0 +1,45 @@
1
+ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const TTL = 100;
3
+ export declare const VERSION = "e644bfad74e67f4d67a107b89ef51c01";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
7
+ id: string | null;
8
+ }
9
+ export type ActionableListUpsertOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export type PartialActionableListUpsertOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
12
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): ActionableListUpsertOutputRepresentationNormalizedKeyMetadata;
13
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ActionableListUpsertOutputRepresentation): string;
14
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ActionableListUpsertOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function normalize(input: ActionableListUpsertOutputRepresentation, existing: ActionableListUpsertOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListUpsertOutputRepresentationNormalized;
16
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
17
+ export declare function equals(existing: ActionableListUpsertOutputRepresentationNormalized, incoming: ActionableListUpsertOutputRepresentationNormalized): boolean;
18
+ export declare function deepFreeze(input: ActionableListUpsertOutputRepresentation): void;
19
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
20
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionableListUpsertOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
21
+ /**
22
+ * Upsert Actionable List and it's members and columns
23
+ *
24
+ * Keys:
25
+ * id (string | null): id
26
+ */
27
+ export interface ActionableListUpsertOutputRepresentationNormalized {
28
+ /** Error message while upserting actionable list */
29
+ errorMessage: string | null;
30
+ /** Id of actionable list */
31
+ id: string | null;
32
+ /** Flag to detonate that actionable list successfully upserted */
33
+ isSuccess: string | null;
34
+ }
35
+ /**
36
+ * Upsert Actionable List and it's members and columns
37
+ *
38
+ * Keys:
39
+ * id (string | null): id
40
+ */
41
+ export interface ActionableListUpsertOutputRepresentation {
42
+ errorMessage: string | null;
43
+ id: string | null;
44
+ isSuccess: string | null;
45
+ }
@@ -0,0 +1,30 @@
1
+ import { ActionableListUpsertInputRepresentation as ActionableListUpsertInputRepresentation_ActionableListUpsertInputRepresentation } from './ActionableListUpsertInputRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
+ export declare const VERSION = "5b8c9f656db95c149a9456670a72b42f";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ActionableListWrapperInputRepresentation, existing: ActionableListWrapperInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListWrapperInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ActionableListWrapperInputRepresentationNormalized, incoming: ActionableListWrapperInputRepresentationNormalized): boolean;
9
+ export declare function deepFreeze(input: ActionableListWrapperInputRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionableListWrapperInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * wrapper of ActionableListUpsertInputRepresentation
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface ActionableListWrapperInputRepresentationNormalized {
19
+ /** Input representation for ActionableListUpsertInputRepresentation */
20
+ actionableListUpsertInput: ActionableListUpsertInputRepresentation_ActionableListUpsertInputRepresentation;
21
+ }
22
+ /**
23
+ * wrapper of ActionableListUpsertInputRepresentation
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface ActionableListWrapperInputRepresentation {
29
+ actionableListUpsertInput: ActionableListUpsertInputRepresentation_ActionableListUpsertInputRepresentation;
30
+ }
@@ -0,0 +1,39 @@
1
+ import { NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const ObjectFreeze: {
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: {
9
+ (o: object): string[];
10
+ (o: {}): string[];
11
+ }, ObjectCreate: {
12
+ (o: object | null): any;
13
+ (o: object | null, properties: PropertyDescriptorMap & ThisType<any>): any;
14
+ }, ObjectAssign: {
15
+ <T extends {}, U>(target: T, source: U): T & U;
16
+ <T_1 extends {}, U_1, V>(target: T_1, source1: U_1, source2: V): T_1 & U_1 & V;
17
+ <T_2 extends {}, U_2, V_1, W>(target: T_2, source1: U_2, source2: V_1, source3: W): T_2 & U_2 & V_1 & W;
18
+ (target: object, ...sources: any[]): any;
19
+ };
20
+ export declare const ArrayIsArray: (arg: any) => arg is any[];
21
+ export declare const JSONStringify: {
22
+ (value: any, replacer?: ((this: any, key: string, value: any) => any) | undefined, space?: string | number | undefined): string;
23
+ (value: any, replacer?: (string | number)[] | null | undefined, space?: string | number | undefined): string;
24
+ };
25
+ type AllowedPrimitives = boolean | string | number | Date | null;
26
+ type Value<T> = T extends AllowedPrimitives ? T : RecursivePartial<T>;
27
+ export type RecursivePartial<T> = null | {
28
+ [P in keyof T]?: T[P] extends Array<infer U> ? Array<Value<U>> | null : Value<T[P]> | null;
29
+ };
30
+ export declare function equalsArray<U, V extends U[]>(a: V, b: V, equalsItem: (itemA: U, itemB: U) => boolean | void): boolean;
31
+ export declare function equalsObject<U, V extends {
32
+ [key: string]: U;
33
+ }>(a: V, b: V, equalsProp: (propA: U, propB: U) => boolean | void): boolean;
34
+ export declare function deepFreeze(value: any): void;
35
+ export declare function createLink(ref: string | $64$luvio_engine_NormalizedKeyMetadata): {
36
+ __ref: string;
37
+ };
38
+ export declare function assignMetadataLink(entry: any, metadataKey: string | $64$luvio_engine_NormalizedKeyMetadata): void;
39
+ export {};