@salesforce/lds-adapters-industries-interesttagging 1.100.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/industries-interesttagging.js +1585 -0
- package/dist/types/src/generated/adapters/adapter-utils.d.ts +66 -0
- package/dist/types/src/generated/adapters/createInterestTagEntityAssignment.d.ts +21 -0
- package/dist/types/src/generated/adapters/getInterestTagEntityAssignments.d.ts +30 -0
- package/dist/types/src/generated/adapters/getTagCategoriesByTagId.d.ts +30 -0
- package/dist/types/src/generated/adapters/getTagsByCategoryId.d.ts +30 -0
- package/dist/types/src/generated/adapters/getTagsByRecordId.d.ts +30 -0
- package/dist/types/src/generated/artifacts/main.d.ts +5 -0
- package/dist/types/src/generated/artifacts/sfdc.d.ts +10 -0
- package/dist/types/src/generated/resources/deleteConnectInterestTagsTags.d.ts +11 -0
- package/dist/types/src/generated/resources/deleteConnectInterestTagsTagsByTagId.d.ts +14 -0
- package/dist/types/src/generated/resources/getConnectInterestTagsAssignments.d.ts +18 -0
- package/dist/types/src/generated/resources/getConnectInterestTagsAssignmentsEntityByRecordId.d.ts +21 -0
- package/dist/types/src/generated/resources/getConnectInterestTagsAssignmentsTagByTagId.d.ts +21 -0
- package/dist/types/src/generated/resources/getConnectInterestTagsCategories.d.ts +19 -0
- package/dist/types/src/generated/resources/getConnectInterestTagsTags.d.ts +19 -0
- package/dist/types/src/generated/resources/getConnectInterestTagsTagsByTagId.d.ts +22 -0
- package/dist/types/src/generated/resources/patchConnectInterestTagsTags.d.ts +12 -0
- package/dist/types/src/generated/resources/patchConnectInterestTagsTagsByTagId.d.ts +15 -0
- package/dist/types/src/generated/resources/postConnectInterestTagsAssignments.d.ts +19 -0
- package/dist/types/src/generated/resources/postConnectInterestTagsAssignmentsTagByTagId.d.ts +22 -0
- package/dist/types/src/generated/resources/postConnectInterestTagsTags.d.ts +12 -0
- package/dist/types/src/generated/resources/postConnectInterestTagsTagsByTagId.d.ts +15 -0
- package/dist/types/src/generated/types/InterestTagAssignmentInputRepresentation.d.ts +44 -0
- package/dist/types/src/generated/types/InterestTagAssignmentOutputRepresentation.d.ts +51 -0
- package/dist/types/src/generated/types/InterestTagCreateCollectionOutputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/InterestTagCreateInputListRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/InterestTagCreateInputRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/InterestTagCreateResult.d.ts +38 -0
- package/dist/types/src/generated/types/InterestTagListRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/InterestTagRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/InterestTagUpdateInputRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/InterestTagUpdateOutputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/RecordsForTag.d.ts +32 -0
- package/dist/types/src/generated/types/TagCategoryListRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/TagCategoryRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/TagCategoryWithParentRepresentation.d.ts +44 -0
- package/dist/types/src/generated/types/TagRecordAssignment.d.ts +38 -0
- package/dist/types/src/generated/types/TagRecordAssignmentCollectionRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/TagsForRecord.d.ts +32 -0
- package/dist/types/src/generated/types/type-utils.d.ts +39 -0
- package/dist/umd/es2018/industries-interesttagging.js +1597 -0
- package/dist/umd/es5/industries-interesttagging.js +1605 -0
- package/package.json +70 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +1647 -0
- package/src/raml/api.raml +529 -0
- package/src/raml/luvio.raml +43 -0
|
@@ -0,0 +1,51 @@
|
|
|
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, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const TTL = 10000;
|
|
3
|
+
export declare const VERSION = "d1e3c71d06accea875e9f0c6f41bd7bd";
|
|
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
|
+
errors: Array<string>;
|
|
8
|
+
isCreated: boolean;
|
|
9
|
+
isSuccess: boolean;
|
|
10
|
+
}
|
|
11
|
+
export type InterestTagAssignmentOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
12
|
+
export type PartialInterestTagAssignmentOutputRepresentationNormalizedKeyMetadata = 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): InterestTagAssignmentOutputRepresentationNormalizedKeyMetadata;
|
|
15
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: InterestTagAssignmentOutputRepresentation): string;
|
|
16
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: InterestTagAssignmentOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
17
|
+
export declare function normalize(input: InterestTagAssignmentOutputRepresentation, existing: InterestTagAssignmentOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): InterestTagAssignmentOutputRepresentationNormalized;
|
|
18
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
19
|
+
export declare function equals(existing: InterestTagAssignmentOutputRepresentationNormalized, incoming: InterestTagAssignmentOutputRepresentationNormalized): boolean;
|
|
20
|
+
export declare function deepFreeze(input: InterestTagAssignmentOutputRepresentation): void;
|
|
21
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
22
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: InterestTagAssignmentOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
23
|
+
/**
|
|
24
|
+
* Interest tag entity assignment output representation.
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* errors (Array<string>): errors
|
|
28
|
+
* isCreated (boolean): isCreated
|
|
29
|
+
* isSuccess (boolean): isSuccess
|
|
30
|
+
*/
|
|
31
|
+
export interface InterestTagAssignmentOutputRepresentationNormalized {
|
|
32
|
+
/** Error messages occurred for the interest tag entity assignments */
|
|
33
|
+
errors: Array<string>;
|
|
34
|
+
/** Created flag whether the Interest Tag Entity assignment was successfully created or not */
|
|
35
|
+
isCreated: boolean;
|
|
36
|
+
/** Success flag for Create of Interest Tag Entity assignment */
|
|
37
|
+
isSuccess: boolean;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* Interest tag entity assignment output representation.
|
|
41
|
+
*
|
|
42
|
+
* Keys:
|
|
43
|
+
* errors (Array<string>): errors
|
|
44
|
+
* isCreated (boolean): isCreated
|
|
45
|
+
* isSuccess (boolean): isSuccess
|
|
46
|
+
*/
|
|
47
|
+
export interface InterestTagAssignmentOutputRepresentation {
|
|
48
|
+
errors: Array<string>;
|
|
49
|
+
isCreated: boolean;
|
|
50
|
+
isSuccess: boolean;
|
|
51
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { InterestTagCreateResult as InterestTagCreateResult_InterestTagCreateResult } from './InterestTagCreateResult';
|
|
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 = "ad4faa1900ccb44cb5a3bd1b67d5675a";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: InterestTagCreateCollectionOutputRepresentation, existing: InterestTagCreateCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): InterestTagCreateCollectionOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: InterestTagCreateCollectionOutputRepresentationNormalized, incoming: InterestTagCreateCollectionOutputRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: InterestTagCreateCollectionOutputRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: InterestTagCreateCollectionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* A Collection of interest tag output representation- InterestTagCreateResult.
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface InterestTagCreateCollectionOutputRepresentationNormalized {
|
|
19
|
+
/** List of Interest Tag Records created */
|
|
20
|
+
results: Array<InterestTagCreateResult_InterestTagCreateResult>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* A Collection of interest tag output representation- InterestTagCreateResult.
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface InterestTagCreateCollectionOutputRepresentation {
|
|
29
|
+
results: Array<InterestTagCreateResult_InterestTagCreateResult>;
|
|
30
|
+
}
|
|
@@ -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 = "79f0e4660c9b852ee8ed74b7511c2618";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: InterestTagCreateInputListRepresentation, existing: InterestTagCreateInputListRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): InterestTagCreateInputListRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: InterestTagCreateInputListRepresentationNormalized, incoming: InterestTagCreateInputListRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: InterestTagCreateInputListRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: InterestTagCreateInputListRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Interest Tags create input list
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface InterestTagCreateInputListRepresentationNormalized {
|
|
18
|
+
/** List of Interest tags to be created */
|
|
19
|
+
interestTagList: Array<{}>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Interest Tags create input list
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface InterestTagCreateInputListRepresentation {
|
|
28
|
+
interestTagList: Array<{}>;
|
|
29
|
+
}
|
|
@@ -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 = "3a41b68d4be1549222b91c5860aa7525";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: InterestTagCreateInputRepresentation, existing: InterestTagCreateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): InterestTagCreateInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: InterestTagCreateInputRepresentationNormalized, incoming: InterestTagCreateInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: InterestTagCreateInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: InterestTagCreateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for creating interest tags
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface InterestTagCreateInputRepresentationNormalized {
|
|
18
|
+
/** CategoryId of the Interest Tag */
|
|
19
|
+
categoryId: string;
|
|
20
|
+
/** Id of the reecord to which Interest Tag needs to be associated to */
|
|
21
|
+
recordId: string;
|
|
22
|
+
/** Description of the Interest Tag */
|
|
23
|
+
tagDescription: string;
|
|
24
|
+
/** Name of the Interest Tag */
|
|
25
|
+
tagName: string;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Input representation for creating interest tags
|
|
29
|
+
*
|
|
30
|
+
* Keys:
|
|
31
|
+
* (none)
|
|
32
|
+
*/
|
|
33
|
+
export interface InterestTagCreateInputRepresentation {
|
|
34
|
+
categoryId: string;
|
|
35
|
+
recordId: string;
|
|
36
|
+
tagDescription: string;
|
|
37
|
+
tagName: string;
|
|
38
|
+
}
|
|
@@ -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 = "c0ac115777cdb3294b9acdddfee831cf";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: InterestTagCreateResult, existing: InterestTagCreateResultNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): InterestTagCreateResultNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: InterestTagCreateResultNormalized, incoming: InterestTagCreateResultNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: InterestTagCreateResult): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: InterestTagCreateResult, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Create interest tag results representation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface InterestTagCreateResultNormalized {
|
|
18
|
+
/** Error message of the Interest Tag that could be created */
|
|
19
|
+
error: string;
|
|
20
|
+
/** Created flag whether the Interest Tag was successfully created or not */
|
|
21
|
+
isCreated: boolean;
|
|
22
|
+
/** Success flag for Create of Interest Tags */
|
|
23
|
+
isSuccess: boolean;
|
|
24
|
+
/** Interest Tag Id that got created. */
|
|
25
|
+
tagId: string;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Create interest tag results representation
|
|
29
|
+
*
|
|
30
|
+
* Keys:
|
|
31
|
+
* (none)
|
|
32
|
+
*/
|
|
33
|
+
export interface InterestTagCreateResult {
|
|
34
|
+
error: string;
|
|
35
|
+
isCreated: boolean;
|
|
36
|
+
isSuccess: boolean;
|
|
37
|
+
tagId: string;
|
|
38
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { InterestTagRepresentation as InterestTagRepresentation_InterestTagRepresentation } from './InterestTagRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, 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 = 10000;
|
|
4
|
+
export declare const VERSION = "a7f32ea47ff9fb394c6f9e13003a5595";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: InterestTagListRepresentation, existing: InterestTagListRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): InterestTagListRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
9
|
+
export declare function equals(existing: InterestTagListRepresentationNormalized, incoming: InterestTagListRepresentationNormalized): boolean;
|
|
10
|
+
export declare function deepFreeze(input: InterestTagListRepresentation): void;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: InterestTagListRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
+
/**
|
|
14
|
+
* A list of interest tags.
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface InterestTagListRepresentationNormalized {
|
|
20
|
+
/** interest tag list */
|
|
21
|
+
tags: Array<InterestTagRepresentation_InterestTagRepresentation>;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* A list of interest tags.
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface InterestTagListRepresentation {
|
|
30
|
+
tags: Array<InterestTagRepresentation_InterestTagRepresentation>;
|
|
31
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { TagCategoryRepresentation as TagCategoryRepresentation_TagCategoryRepresentation } from './TagCategoryRepresentation';
|
|
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 = "c52de2b59e2e5f6049a808d60097e50f";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: InterestTagRepresentation, existing: InterestTagRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): InterestTagRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: InterestTagRepresentationNormalized, incoming: InterestTagRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: InterestTagRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: InterestTagRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* The response for an interest tag.
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface InterestTagRepresentationNormalized {
|
|
19
|
+
/** The categories associated to the tag */
|
|
20
|
+
categories: Array<TagCategoryRepresentation_TagCategoryRepresentation>;
|
|
21
|
+
/** The tag name */
|
|
22
|
+
name: string;
|
|
23
|
+
/** The id of the assignment record of the tagid and recordId */
|
|
24
|
+
recordAssignmentId: string;
|
|
25
|
+
/** The tag Id */
|
|
26
|
+
tagId: string;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* The response for an interest tag.
|
|
30
|
+
*
|
|
31
|
+
* Keys:
|
|
32
|
+
* (none)
|
|
33
|
+
*/
|
|
34
|
+
export interface InterestTagRepresentation {
|
|
35
|
+
categories: Array<TagCategoryRepresentation_TagCategoryRepresentation>;
|
|
36
|
+
name: string;
|
|
37
|
+
recordAssignmentId: string;
|
|
38
|
+
tagId: string;
|
|
39
|
+
}
|
|
@@ -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 = "7a1a3585ad1537e6ea7d229ff8f5eec2";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: InterestTagUpdateInputRepresentation, existing: InterestTagUpdateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): InterestTagUpdateInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: InterestTagUpdateInputRepresentationNormalized, incoming: InterestTagUpdateInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: InterestTagUpdateInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: InterestTagUpdateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Interest Tags update input request
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface InterestTagUpdateInputRepresentationNormalized {
|
|
18
|
+
/** The categories to be assigned on this tag */
|
|
19
|
+
addCategoryIds: Array<string>;
|
|
20
|
+
/** The categories to be removed on this tag */
|
|
21
|
+
removeCategoryIds: Array<string>;
|
|
22
|
+
/** The new tag description to be set on this tag */
|
|
23
|
+
tagDescription: string;
|
|
24
|
+
/** The new tag name to be set on this tag */
|
|
25
|
+
tagName: string;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Interest Tags update input request
|
|
29
|
+
*
|
|
30
|
+
* Keys:
|
|
31
|
+
* (none)
|
|
32
|
+
*/
|
|
33
|
+
export interface InterestTagUpdateInputRepresentation {
|
|
34
|
+
addCategoryIds: Array<string>;
|
|
35
|
+
removeCategoryIds: Array<string>;
|
|
36
|
+
tagDescription: string;
|
|
37
|
+
tagName: string;
|
|
38
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
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 = "44566884c0145ca8cf13b2938e221710";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: InterestTagUpdateOutputRepresentation, existing: InterestTagUpdateOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): InterestTagUpdateOutputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: InterestTagUpdateOutputRepresentationNormalized, incoming: InterestTagUpdateOutputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: InterestTagUpdateOutputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: InterestTagUpdateOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* The response for interest tag update call.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface InterestTagUpdateOutputRepresentationNormalized {
|
|
18
|
+
/** indicate whether the call is succeeded */
|
|
19
|
+
isSuccess: boolean;
|
|
20
|
+
/** indicate whether the tag is updated */
|
|
21
|
+
isUpdated: boolean;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* The response for interest tag update call.
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface InterestTagUpdateOutputRepresentation {
|
|
30
|
+
isSuccess: boolean;
|
|
31
|
+
isUpdated: boolean;
|
|
32
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
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 = "3d0c40d80da456517d254e7a15c7ca06";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: RecordsForTag, existing: RecordsForTagNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecordsForTagNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: RecordsForTagNormalized, incoming: RecordsForTagNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: RecordsForTag): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RecordsForTag, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for records for tag
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface RecordsForTagNormalized {
|
|
18
|
+
/** Entity Record Ids */
|
|
19
|
+
recordIds: Array<string>;
|
|
20
|
+
/** Interest Tag Id */
|
|
21
|
+
tagId: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Input representation for records for tag
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface RecordsForTag {
|
|
30
|
+
recordIds: Array<string>;
|
|
31
|
+
tagId: string;
|
|
32
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { TagCategoryWithParentRepresentation as TagCategoryWithParentRepresentation_TagCategoryWithParentRepresentation } from './TagCategoryWithParentRepresentation';
|
|
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 = "9b56734fafb1d500056d1c1cdb6fe22d";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: TagCategoryListRepresentation, existing: TagCategoryListRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TagCategoryListRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: TagCategoryListRepresentationNormalized, incoming: TagCategoryListRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: TagCategoryListRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TagCategoryListRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* A list of tag categories.
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface TagCategoryListRepresentationNormalized {
|
|
19
|
+
/** tag category list */
|
|
20
|
+
categories: Array<TagCategoryWithParentRepresentation_TagCategoryWithParentRepresentation>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* A list of tag categories.
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface TagCategoryListRepresentation {
|
|
29
|
+
categories: Array<TagCategoryWithParentRepresentation_TagCategoryWithParentRepresentation>;
|
|
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 = "1fd8e79c10ce199fc444cc445eeafbf0";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: TagCategoryRepresentation, existing: TagCategoryRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TagCategoryRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: TagCategoryRepresentationNormalized, incoming: TagCategoryRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: TagCategoryRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TagCategoryRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* The response for a category.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface TagCategoryRepresentationNormalized {
|
|
18
|
+
/** The category Id */
|
|
19
|
+
categoryId: string;
|
|
20
|
+
/** The icon of the category */
|
|
21
|
+
icon: string;
|
|
22
|
+
/** The category name */
|
|
23
|
+
name: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* The response for a category.
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface TagCategoryRepresentation {
|
|
32
|
+
categoryId: string;
|
|
33
|
+
icon: string;
|
|
34
|
+
name: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
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 = "2dcce5f2b607682447018f5b9db9cd4d";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: TagCategoryWithParentRepresentation, existing: TagCategoryWithParentRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TagCategoryWithParentRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: TagCategoryWithParentRepresentationNormalized, incoming: TagCategoryWithParentRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: TagCategoryWithParentRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TagCategoryWithParentRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* The representation of a category with its parent category.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface TagCategoryWithParentRepresentationNormalized {
|
|
18
|
+
/** The category Id */
|
|
19
|
+
categoryId: string;
|
|
20
|
+
/** The icon name of this category */
|
|
21
|
+
icon: string;
|
|
22
|
+
/** The category name */
|
|
23
|
+
name: string;
|
|
24
|
+
/** The parent category Id */
|
|
25
|
+
parentCategoryId: string;
|
|
26
|
+
/** The parent category name */
|
|
27
|
+
parentCategoryName: string;
|
|
28
|
+
/** The TagCategoryAssignmentId of this category with the given tagId */
|
|
29
|
+
tagCategoryAssignmentId: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* The representation of a category with its parent category.
|
|
33
|
+
*
|
|
34
|
+
* Keys:
|
|
35
|
+
* (none)
|
|
36
|
+
*/
|
|
37
|
+
export interface TagCategoryWithParentRepresentation {
|
|
38
|
+
categoryId: string;
|
|
39
|
+
icon: string;
|
|
40
|
+
name: string;
|
|
41
|
+
parentCategoryId: string;
|
|
42
|
+
parentCategoryName: string;
|
|
43
|
+
tagCategoryAssignmentId: string;
|
|
44
|
+
}
|
|
@@ -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 = "bead7737d6de24db2005f390553ce4bf";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: TagRecordAssignment, existing: TagRecordAssignmentNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TagRecordAssignmentNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: TagRecordAssignmentNormalized, incoming: TagRecordAssignmentNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: TagRecordAssignment): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TagRecordAssignment, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Tag record assignment representation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface TagRecordAssignmentNormalized {
|
|
18
|
+
/** The id of the tag entity assignment record of the tagid and recordId */
|
|
19
|
+
assignmentId: string;
|
|
20
|
+
/** Object Name for the Record. */
|
|
21
|
+
objectName: string;
|
|
22
|
+
/** Record ID. */
|
|
23
|
+
recordId: string;
|
|
24
|
+
/** Record Name. */
|
|
25
|
+
recordName: string;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Tag record assignment representation
|
|
29
|
+
*
|
|
30
|
+
* Keys:
|
|
31
|
+
* (none)
|
|
32
|
+
*/
|
|
33
|
+
export interface TagRecordAssignment {
|
|
34
|
+
assignmentId: string;
|
|
35
|
+
objectName: string;
|
|
36
|
+
recordId: string;
|
|
37
|
+
recordName: string;
|
|
38
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { TagRecordAssignment as TagRecordAssignment_TagRecordAssignment } from './TagRecordAssignment';
|
|
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 = "2c249834bed42974b83ef01b3abacb2c";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: TagRecordAssignmentCollectionRepresentation, existing: TagRecordAssignmentCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TagRecordAssignmentCollectionRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: TagRecordAssignmentCollectionRepresentationNormalized, incoming: TagRecordAssignmentCollectionRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: TagRecordAssignmentCollectionRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TagRecordAssignmentCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* A Collection of record assignments for a tag.
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface TagRecordAssignmentCollectionRepresentationNormalized {
|
|
19
|
+
/** List of record assignments for a tag. */
|
|
20
|
+
assignments: Array<TagRecordAssignment_TagRecordAssignment>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* A Collection of record assignments for a tag.
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface TagRecordAssignmentCollectionRepresentation {
|
|
29
|
+
assignments: Array<TagRecordAssignment_TagRecordAssignment>;
|
|
30
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
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 = "f0f0ec98e66fc03b8c76515f8883efd2";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: TagsForRecord, existing: TagsForRecordNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TagsForRecordNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: TagsForRecordNormalized, incoming: TagsForRecordNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: TagsForRecord): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TagsForRecord, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for tags for record
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface TagsForRecordNormalized {
|
|
18
|
+
/** Entity Record Id */
|
|
19
|
+
recordId: string;
|
|
20
|
+
/** Interest Tag Ids */
|
|
21
|
+
tagIds: Array<string>;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Input representation for tags for record
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface TagsForRecord {
|
|
30
|
+
recordId: string;
|
|
31
|
+
tagIds: Array<string>;
|
|
32
|
+
}
|
|
@@ -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 {};
|