@salesforce/lds-adapters-industries-context 1.130.10 → 1.131.0-dev11
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-context.js +2007 -1435
- package/dist/es/es2018/types/src/generated/adapters/getContextServiceAccess.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/putContextServiceAccess.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +5 -1
- package/dist/es/es2018/types/src/generated/resources/getConnectContextserviceAccessByPreferenceNameAndUniqueIdentifier.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/putConnectContextserviceAccessByPreferenceNameAndUniqueIdentifier.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttributeMappingRepresentation.d.ts +7 -7
- package/dist/es/es2018/types/src/generated/types/ContextAttributeRepresentation.d.ts +9 -9
- package/dist/es/es2018/types/src/generated/types/ContextAttributeTagRepresentation.d.ts +3 -3
- package/dist/es/es2018/types/src/generated/types/ContextDataRecordRepresentation.d.ts +17 -17
- package/dist/es/es2018/types/src/generated/types/ContextDefinitionRepresentation.d.ts +5 -5
- package/dist/es/es2018/types/src/generated/types/ContextDefinitionVersionRepresentation.d.ts +7 -7
- package/dist/es/es2018/types/src/generated/types/ContextInfoRepresentation.d.ts +5 -5
- package/dist/es/es2018/types/src/generated/types/ContextMappingRepresentation.d.ts +5 -5
- package/dist/es/es2018/types/src/generated/types/ContextNodeMappingRepresentation.d.ts +5 -5
- package/dist/es/es2018/types/src/generated/types/ContextNodeRepresentation.d.ts +5 -5
- package/dist/es/es2018/types/src/generated/types/ContextQueryRecordRepresentation.d.ts +5 -5
- package/dist/es/es2018/types/src/generated/types/ContextServiceAccessInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ContextServiceAccessInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ContextServiceAccessRepresentation.d.ts +42 -0
- package/package.json +4 -4
- package/sfdc/index.js +2088 -1465
- package/src/raml/api.raml +92 -4
- package/src/raml/luvio.raml +20 -0
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted, UncoercedConfiguration as adapter$45$utils_UncoercedConfiguration } from './adapter-utils';
|
|
2
|
+
import { ResourceRequestConfig as resources_getConnectContextserviceAccessByPreferenceNameAndUniqueIdentifier_ResourceRequestConfig } from '../resources/getConnectContextserviceAccessByPreferenceNameAndUniqueIdentifier';
|
|
3
|
+
import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
4
|
+
import { ContextServiceAccessRepresentation as types_ContextServiceAccessRepresentation_ContextServiceAccessRepresentation, KeyParams as types_ContextServiceAccessRepresentation_KeyParams } from '../types/ContextServiceAccessRepresentation';
|
|
5
|
+
export declare const adapterName = "getContextServiceAccess";
|
|
6
|
+
export declare const getContextServiceAccess_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
7
|
+
export interface GetContextServiceAccessConfig {
|
|
8
|
+
preferenceName: string;
|
|
9
|
+
uniqueIdentifier: string;
|
|
10
|
+
}
|
|
11
|
+
export declare function createResourceParams(config: GetContextServiceAccessConfig): resources_getConnectContextserviceAccessByPreferenceNameAndUniqueIdentifier_ResourceRequestConfig;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetContextServiceAccessConfig): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetContextServiceAccessConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
14
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetContextServiceAccessConfig>): adapter$45$utils_Untrusted<GetContextServiceAccessConfig>;
|
|
15
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetContextServiceAccessConfig | null;
|
|
16
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetContextServiceAccessConfig): $64$luvio_engine_Fragment;
|
|
17
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetContextServiceAccessConfig): $64$luvio_engine_Snapshot<types_ContextServiceAccessRepresentation_ContextServiceAccessRepresentation, any>;
|
|
18
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetContextServiceAccessConfig, resourceParams: resources_getConnectContextserviceAccessByPreferenceNameAndUniqueIdentifier_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ContextServiceAccessRepresentation_ContextServiceAccessRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_ContextServiceAccessRepresentation_ContextServiceAccessRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_ContextServiceAccessRepresentation_ContextServiceAccessRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_ContextServiceAccessRepresentation_ContextServiceAccessRepresentation, any>>;
|
|
19
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetContextServiceAccessConfig, resourceParams: resources_getConnectContextserviceAccessByPreferenceNameAndUniqueIdentifier_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
20
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetContextServiceAccessConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_ContextServiceAccessRepresentation_ContextServiceAccessRepresentation, any>>;
|
|
21
|
+
export type BuildSnapshotContext = {
|
|
22
|
+
luvio: $64$luvio_engine_Luvio;
|
|
23
|
+
config: GetContextServiceAccessConfig;
|
|
24
|
+
};
|
|
25
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_ContextServiceAccessRepresentation_ContextServiceAccessRepresentation, any>>;
|
|
26
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_ContextServiceAccessRepresentation_ContextServiceAccessRepresentation>): $64$luvio_engine_Snapshot<types_ContextServiceAccessRepresentation_ContextServiceAccessRepresentation, any>;
|
|
27
|
+
export declare const getContextServiceAccessAdapterFactory: $64$luvio_engine_AdapterFactory<GetContextServiceAccessConfig, types_ContextServiceAccessRepresentation_ContextServiceAccessRepresentation>;
|
|
28
|
+
export declare const notifyChangeFactory: (luvio: $64$luvio_engine_Luvio, options?: $64$luvio_engine_DispatchResourceRequestContext) => (configs: adapter$45$utils_UncoercedConfiguration<types_ContextServiceAccessRepresentation_KeyParams, any>[]) => void;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
|
|
2
|
+
import { ContextServiceAccessInputRepresentation as types_ContextServiceAccessInputRepresentation_ContextServiceAccessInputRepresentation } from '../types/ContextServiceAccessInputRepresentation';
|
|
3
|
+
import { ResourceRequestConfig as resources_putConnectContextserviceAccessByPreferenceNameAndUniqueIdentifier_ResourceRequestConfig } from '../resources/putConnectContextserviceAccessByPreferenceNameAndUniqueIdentifier';
|
|
4
|
+
import { Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
5
|
+
import { ContextServiceAccessRepresentation as types_ContextServiceAccessRepresentation_ContextServiceAccessRepresentation } from '../types/ContextServiceAccessRepresentation';
|
|
6
|
+
export declare const adapterName = "putContextServiceAccess";
|
|
7
|
+
export declare const putContextServiceAccess_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface PutContextServiceAccessConfig {
|
|
9
|
+
preferenceName: string;
|
|
10
|
+
uniqueIdentifier: string;
|
|
11
|
+
contextServiceAccessInput: types_ContextServiceAccessInputRepresentation_ContextServiceAccessInputRepresentation;
|
|
12
|
+
}
|
|
13
|
+
export declare function createResourceParams(config: PutContextServiceAccessConfig): resources_putConnectContextserviceAccessByPreferenceNameAndUniqueIdentifier_ResourceRequestConfig;
|
|
14
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<PutContextServiceAccessConfig>): adapter$45$utils_Untrusted<PutContextServiceAccessConfig>;
|
|
15
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): PutContextServiceAccessConfig | null;
|
|
16
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: PutContextServiceAccessConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_ContextServiceAccessRepresentation_ContextServiceAccessRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_ContextServiceAccessRepresentation_ContextServiceAccessRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_ContextServiceAccessRepresentation_ContextServiceAccessRepresentation, any>>;
|
|
17
|
+
export declare const putContextServiceAccessAdapterFactory: $64$luvio_engine_AdapterFactory<PutContextServiceAccessConfig, types_ContextServiceAccessRepresentation_ContextServiceAccessRepresentation>;
|
|
@@ -34,3 +34,5 @@ export { updateContextNodeMappingAdapterFactory } from '../adapters/updateContex
|
|
|
34
34
|
export { deleteContextMappingAdapterFactory } from '../adapters/deleteContextMapping';
|
|
35
35
|
export { getContextMappingAdapterFactory } from '../adapters/getContextMapping';
|
|
36
36
|
export { updateContextMappingAdapterFactory } from '../adapters/updateContextMapping';
|
|
37
|
+
export { getContextServiceAccessAdapterFactory } from '../adapters/getContextServiceAccess';
|
|
38
|
+
export { putContextServiceAccessAdapterFactory } from '../adapters/putContextServiceAccess';
|
|
@@ -35,6 +35,9 @@ declare let getContextNode: any;
|
|
|
35
35
|
declare let getContextNodeMapping: any;
|
|
36
36
|
declare let getContextNodeMappingNotifyChange: any;
|
|
37
37
|
declare let getContextNodeNotifyChange: any;
|
|
38
|
+
declare let getContextServiceAccess: any;
|
|
39
|
+
declare let getContextServiceAccessNotifyChange: any;
|
|
40
|
+
declare let putContextServiceAccess: any;
|
|
38
41
|
declare let updateContextAttribute: any;
|
|
39
42
|
declare let updateContextAttributeMapping: any;
|
|
40
43
|
declare let updateContextAttributeTag: any;
|
|
@@ -54,4 +57,5 @@ declare let getContextDefinitionVersion_imperative: any;
|
|
|
54
57
|
declare let getContextMapping_imperative: any;
|
|
55
58
|
declare let getContextNode_imperative: any;
|
|
56
59
|
declare let getContextNodeMapping_imperative: any;
|
|
57
|
-
|
|
60
|
+
declare let getContextServiceAccess_imperative: any;
|
|
61
|
+
export { createContextAttribute, createContextAttributeList, createContextAttributeMapping, createContextAttributeTag, createContextDefinition, createContextDefinitionVersion, createContextMapping, createContextNode, createContextNodeMapping, deleteContextAttribute, deleteContextAttributeMapping, deleteContextAttributeTag, deleteContextDefinition, deleteContextDefinitionVersion, deleteContextMapping, deleteContextNode, deleteContextNodeMapping, getContextAttribute, getContextAttributeMapping, getContextAttributeMappingNotifyChange, getContextAttributeNotifyChange, getContextAttributeTag, getContextAttributeTagNotifyChange, getContextAttributeTagsByAttributeId, getContextDefinition, getContextDefinitionInfo, getContextDefinitionInfoNotifyChange, getContextDefinitionList, getContextDefinitionNotifyChange, getContextDefinitionVersion, getContextDefinitionVersionNotifyChange, getContextMapping, getContextMappingNotifyChange, getContextNode, getContextNodeMapping, getContextNodeMappingNotifyChange, getContextNodeNotifyChange, getContextServiceAccess, getContextServiceAccessNotifyChange, putContextServiceAccess, updateContextAttribute, updateContextAttributeMapping, updateContextAttributeTag, updateContextDefinition, updateContextDefinitionVersion, updateContextMapping, updateContextNode, updateContextNodeMapping, getContextAttribute_imperative, getContextAttributeMapping_imperative, getContextAttributeTag_imperative, getContextAttributeTagsByAttributeId_imperative, getContextDefinition_imperative, getContextDefinitionInfo_imperative, getContextDefinitionList_imperative, getContextDefinitionVersion_imperative, getContextMapping_imperative, getContextNode_imperative, getContextNodeMapping_imperative, getContextServiceAccess_imperative };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { ContextServiceAccessRepresentation as types_ContextServiceAccessRepresentation_ContextServiceAccessRepresentation } from '../types/ContextServiceAccessRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
preferenceName: string;
|
|
6
|
+
uniqueIdentifier: string;
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
10
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
11
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
12
|
+
export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ContextServiceAccessRepresentation_ContextServiceAccessRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ContextServiceAccessRepresentation_ContextServiceAccessRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ContextServiceAccessRepresentation_ContextServiceAccessRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ContextServiceAccessRepresentation_ContextServiceAccessRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ContextServiceAccessRepresentation_ContextServiceAccessRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ContextServiceAccessRepresentation_ContextServiceAccessRepresentation, any>;
|
|
14
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ContextServiceAccessRepresentation_ContextServiceAccessRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
15
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
16
|
+
export default createResourceRequest;
|
|
17
|
+
export declare function createResourceRequestFromRepresentation(representation: types_ContextServiceAccessRepresentation_ContextServiceAccessRepresentation): $64$luvio_engine_ResourceRequest;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ContextServiceAccessInputRepresentation as types_ContextServiceAccessInputRepresentation_ContextServiceAccessInputRepresentation } from '../types/ContextServiceAccessInputRepresentation';
|
|
2
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
3
|
+
import { ContextServiceAccessRepresentation as types_ContextServiceAccessRepresentation_ContextServiceAccessRepresentation } from '../types/ContextServiceAccessRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
urlParams: {
|
|
6
|
+
preferenceName: string;
|
|
7
|
+
uniqueIdentifier: string;
|
|
8
|
+
};
|
|
9
|
+
body: {
|
|
10
|
+
contextServiceAccessInput: types_ContextServiceAccessInputRepresentation_ContextServiceAccessInputRepresentation;
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
14
|
+
export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ContextServiceAccessRepresentation_ContextServiceAccessRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
15
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ContextServiceAccessRepresentation_ContextServiceAccessRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ContextServiceAccessRepresentation_ContextServiceAccessRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ContextServiceAccessRepresentation_ContextServiceAccessRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ContextServiceAccessRepresentation_ContextServiceAccessRepresentation, any>;
|
|
16
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
17
|
+
export default createResourceRequest;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ContextAttrHydrationDetailRepresentation as ContextAttrHydrationDetailRepresentation_ContextAttrHydrationDetailRepresentation } from './ContextAttrHydrationDetailRepresentation';
|
|
2
2
|
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';
|
|
3
3
|
export declare const TTL = 30000;
|
|
4
|
-
export declare const VERSION = "
|
|
4
|
+
export declare const VERSION = "d7a3a5d25b43371223bc20d6c48c939d";
|
|
5
5
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
6
|
export declare const RepresentationType: string;
|
|
7
7
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -29,15 +29,15 @@ export interface ContextAttributeMappingRepresentationNormalized {
|
|
|
29
29
|
/** List of ContextAttributeHydrationDetail */
|
|
30
30
|
contextAttrHydrationDetailList?: Array<ContextAttrHydrationDetailRepresentation_ContextAttrHydrationDetailRepresentation>;
|
|
31
31
|
/** Reference to ContextAttribute */
|
|
32
|
-
contextAttributeId
|
|
32
|
+
contextAttributeId?: string;
|
|
33
33
|
/** Id of this ContextAttributeMapping */
|
|
34
34
|
contextAttributeMappingId: string;
|
|
35
35
|
/** Hydration Source */
|
|
36
|
-
hydrationSource
|
|
36
|
+
hydrationSource?: string;
|
|
37
37
|
/** Success */
|
|
38
38
|
isSuccess?: boolean;
|
|
39
39
|
/** Id of (Parent) ContextNodeMapping */
|
|
40
|
-
parentNodeMappingId
|
|
40
|
+
parentNodeMappingId?: string;
|
|
41
41
|
}
|
|
42
42
|
/**
|
|
43
43
|
* Output representation of Context Attribute Mapping
|
|
@@ -47,9 +47,9 @@ export interface ContextAttributeMappingRepresentationNormalized {
|
|
|
47
47
|
*/
|
|
48
48
|
export interface ContextAttributeMappingRepresentation {
|
|
49
49
|
contextAttrHydrationDetailList?: Array<ContextAttrHydrationDetailRepresentation_ContextAttrHydrationDetailRepresentation>;
|
|
50
|
-
contextAttributeId
|
|
50
|
+
contextAttributeId?: string;
|
|
51
51
|
contextAttributeMappingId: string;
|
|
52
|
-
hydrationSource
|
|
52
|
+
hydrationSource?: string;
|
|
53
53
|
isSuccess?: boolean;
|
|
54
|
-
parentNodeMappingId
|
|
54
|
+
parentNodeMappingId?: string;
|
|
55
55
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
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, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
2
|
import { ContextAttributeTagRepresentation as ContextAttributeTagRepresentation_ContextAttributeTagRepresentation } from './ContextAttributeTagRepresentation';
|
|
3
3
|
export declare const TTL = 30000;
|
|
4
|
-
export declare const VERSION = "
|
|
4
|
+
export declare const VERSION = "76c1f590aae0019655fb831d93696edc";
|
|
5
5
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
6
|
export declare const RepresentationType: string;
|
|
7
7
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -40,9 +40,9 @@ export interface ContextAttributeRepresentationNormalized {
|
|
|
40
40
|
/** Id of this ContextAttribute */
|
|
41
41
|
contextAttributeId: string;
|
|
42
42
|
/** DataType */
|
|
43
|
-
dataType
|
|
43
|
+
dataType?: string;
|
|
44
44
|
/** Field Type */
|
|
45
|
-
fieldType
|
|
45
|
+
fieldType?: string;
|
|
46
46
|
/** Is Key? */
|
|
47
47
|
isKey?: boolean;
|
|
48
48
|
/** Success */
|
|
@@ -50,9 +50,9 @@ export interface ContextAttributeRepresentationNormalized {
|
|
|
50
50
|
/** Is Value? */
|
|
51
51
|
isValue?: boolean;
|
|
52
52
|
/** Name */
|
|
53
|
-
name
|
|
53
|
+
name?: string;
|
|
54
54
|
/** Id of (Parent) ContextNode */
|
|
55
|
-
parentNodeId
|
|
55
|
+
parentNodeId?: string;
|
|
56
56
|
}
|
|
57
57
|
/**
|
|
58
58
|
* Output representation of Context Attribute
|
|
@@ -63,11 +63,11 @@ export interface ContextAttributeRepresentationNormalized {
|
|
|
63
63
|
export interface ContextAttributeRepresentation {
|
|
64
64
|
attributeTags: Array<ContextAttributeTagRepresentation_ContextAttributeTagRepresentation>;
|
|
65
65
|
contextAttributeId: string;
|
|
66
|
-
dataType
|
|
67
|
-
fieldType
|
|
66
|
+
dataType?: string;
|
|
67
|
+
fieldType?: string;
|
|
68
68
|
isKey?: boolean;
|
|
69
69
|
isSuccess?: boolean;
|
|
70
70
|
isValue?: boolean;
|
|
71
|
-
name
|
|
72
|
-
parentNodeId
|
|
71
|
+
name?: string;
|
|
72
|
+
parentNodeId?: string;
|
|
73
73
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
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
2
|
export declare const TTL = 30000;
|
|
3
|
-
export declare const VERSION = "
|
|
3
|
+
export declare const VERSION = "3a7bdb86e90ea4923b5b327dfec3f38f";
|
|
4
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
5
|
export declare const RepresentationType: string;
|
|
6
6
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -34,7 +34,7 @@ export interface ContextAttributeTagRepresentationNormalized {
|
|
|
34
34
|
/** Success */
|
|
35
35
|
isSuccess?: boolean;
|
|
36
36
|
/** Name */
|
|
37
|
-
name
|
|
37
|
+
name?: string;
|
|
38
38
|
}
|
|
39
39
|
/**
|
|
40
40
|
* Output representation of Context Attribute Tag
|
|
@@ -47,5 +47,5 @@ export interface ContextAttributeTagRepresentation {
|
|
|
47
47
|
contextAttributeTagId: string;
|
|
48
48
|
contextNodeId?: string;
|
|
49
49
|
isSuccess?: boolean;
|
|
50
|
-
name
|
|
50
|
+
name?: string;
|
|
51
51
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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 = "
|
|
2
|
+
export declare const VERSION = "8b2cca40f6f3192823e1b1da70d76f1f";
|
|
3
3
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
4
|
export declare const RepresentationType: string;
|
|
5
5
|
export declare function normalize(input: ContextDataRecordRepresentation, existing: ContextDataRecordRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextDataRecordRepresentationNormalized;
|
|
@@ -20,23 +20,23 @@ export interface ContextDataRecordRepresentationNormalized {
|
|
|
20
20
|
[key: string]: {};
|
|
21
21
|
};
|
|
22
22
|
/** Id of (this) Context Data Record */
|
|
23
|
-
contextDataRecordId
|
|
23
|
+
contextDataRecordId?: string;
|
|
24
24
|
/** Id of Context Definition */
|
|
25
|
-
contextDefinitionId
|
|
25
|
+
contextDefinitionId?: string;
|
|
26
26
|
/** Id of Context Mapping */
|
|
27
|
-
contextMappingId
|
|
27
|
+
contextMappingId?: string;
|
|
28
28
|
/** Current State */
|
|
29
|
-
currentState
|
|
29
|
+
currentState?: string;
|
|
30
30
|
/** Error Code */
|
|
31
|
-
errorCode
|
|
31
|
+
errorCode?: string;
|
|
32
32
|
/** Error Messages */
|
|
33
33
|
errorMessages: Array<string>;
|
|
34
34
|
/** Last Processed Timestamp */
|
|
35
|
-
lastProcessedTimeStamp
|
|
35
|
+
lastProcessedTimeStamp?: string;
|
|
36
36
|
/** Last Updated Timestamp */
|
|
37
|
-
lastUpdatedTimeStamp
|
|
37
|
+
lastUpdatedTimeStamp?: string;
|
|
38
38
|
/** Processing Status */
|
|
39
|
-
processingStatus
|
|
39
|
+
processingStatus?: string;
|
|
40
40
|
}
|
|
41
41
|
/**
|
|
42
42
|
* Output representation of Context Data Record
|
|
@@ -48,13 +48,13 @@ export interface ContextDataRecordRepresentation {
|
|
|
48
48
|
attributesAndValues: {
|
|
49
49
|
[key: string]: {};
|
|
50
50
|
};
|
|
51
|
-
contextDataRecordId
|
|
52
|
-
contextDefinitionId
|
|
53
|
-
contextMappingId
|
|
54
|
-
currentState
|
|
55
|
-
errorCode
|
|
51
|
+
contextDataRecordId?: string;
|
|
52
|
+
contextDefinitionId?: string;
|
|
53
|
+
contextMappingId?: string;
|
|
54
|
+
currentState?: string;
|
|
55
|
+
errorCode?: string;
|
|
56
56
|
errorMessages: Array<string>;
|
|
57
|
-
lastProcessedTimeStamp
|
|
58
|
-
lastUpdatedTimeStamp
|
|
59
|
-
processingStatus
|
|
57
|
+
lastProcessedTimeStamp?: string;
|
|
58
|
+
lastUpdatedTimeStamp?: string;
|
|
59
|
+
processingStatus?: string;
|
|
60
60
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
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, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
2
|
import { ContextDefinitionVersionRepresentation as ContextDefinitionVersionRepresentation_ContextDefinitionVersionRepresentation } from './ContextDefinitionVersionRepresentation';
|
|
3
3
|
export declare const TTL = 30000;
|
|
4
|
-
export declare const VERSION = "
|
|
4
|
+
export declare const VERSION = "9a7f88643d5ccbcf72ddc63c05fd409a";
|
|
5
5
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
6
|
export declare const RepresentationType: string;
|
|
7
7
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -42,7 +42,7 @@ export interface ContextDefinitionRepresentationNormalized {
|
|
|
42
42
|
/** List of Context Definition Versions */
|
|
43
43
|
contextDefinitionVersionList: Array<$64$luvio_engine_StoreLink>;
|
|
44
44
|
/** Definition */
|
|
45
|
-
definition
|
|
45
|
+
definition?: string;
|
|
46
46
|
/** Description */
|
|
47
47
|
description?: string;
|
|
48
48
|
/** Developer Name */
|
|
@@ -50,7 +50,7 @@ export interface ContextDefinitionRepresentationNormalized {
|
|
|
50
50
|
/** Is Active */
|
|
51
51
|
isActive?: boolean;
|
|
52
52
|
/** Success */
|
|
53
|
-
isSuccess
|
|
53
|
+
isSuccess?: boolean;
|
|
54
54
|
}
|
|
55
55
|
/**
|
|
56
56
|
* Output representation of Context definition
|
|
@@ -62,9 +62,9 @@ export interface ContextDefinitionRepresentation {
|
|
|
62
62
|
activeVersionId?: string;
|
|
63
63
|
contextDefinitionId: string;
|
|
64
64
|
contextDefinitionVersionList: Array<ContextDefinitionVersionRepresentation_ContextDefinitionVersionRepresentation>;
|
|
65
|
-
definition
|
|
65
|
+
definition?: string;
|
|
66
66
|
description?: string;
|
|
67
67
|
developerName?: string;
|
|
68
68
|
isActive?: boolean;
|
|
69
|
-
isSuccess
|
|
69
|
+
isSuccess?: boolean;
|
|
70
70
|
}
|
package/dist/es/es2018/types/src/generated/types/ContextDefinitionVersionRepresentation.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { ContextMappingRepresentation as ContextMappingRepresentation_ContextMap
|
|
|
2
2
|
import { ContextNodeRepresentation as ContextNodeRepresentation_ContextNodeRepresentation } from './ContextNodeRepresentation';
|
|
3
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, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
4
4
|
export declare const TTL = 30000;
|
|
5
|
-
export declare const VERSION = "
|
|
5
|
+
export declare const VERSION = "3aa829ba8c3daf483564441c7d137919";
|
|
6
6
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
7
|
export declare const RepresentationType: string;
|
|
8
8
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -28,13 +28,13 @@ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: C
|
|
|
28
28
|
*/
|
|
29
29
|
export interface ContextDefinitionVersionRepresentationNormalized {
|
|
30
30
|
/** Id of ContextDefinition */
|
|
31
|
-
contextDefinitionId
|
|
31
|
+
contextDefinitionId?: string;
|
|
32
32
|
/** Id of ContextDefinitionVersion */
|
|
33
33
|
contextDefinitionVersionId: string;
|
|
34
34
|
/** List of Context Mappings */
|
|
35
|
-
contextMappings
|
|
35
|
+
contextMappings?: Array<$64$luvio_engine_StoreLink>;
|
|
36
36
|
/** List of Context Nodes */
|
|
37
|
-
contextNodes
|
|
37
|
+
contextNodes?: Array<$64$luvio_engine_StoreLink>;
|
|
38
38
|
/** End Date */
|
|
39
39
|
endDate?: string;
|
|
40
40
|
/** Active */
|
|
@@ -53,10 +53,10 @@ export interface ContextDefinitionVersionRepresentationNormalized {
|
|
|
53
53
|
* id (string): contextDefinitionVersionId
|
|
54
54
|
*/
|
|
55
55
|
export interface ContextDefinitionVersionRepresentation {
|
|
56
|
-
contextDefinitionId
|
|
56
|
+
contextDefinitionId?: string;
|
|
57
57
|
contextDefinitionVersionId: string;
|
|
58
|
-
contextMappings
|
|
59
|
-
contextNodes
|
|
58
|
+
contextMappings?: Array<ContextMappingRepresentation_ContextMappingRepresentation>;
|
|
59
|
+
contextNodes?: Array<ContextNodeRepresentation_ContextNodeRepresentation>;
|
|
60
60
|
endDate?: string;
|
|
61
61
|
isActive?: boolean;
|
|
62
62
|
isSuccess?: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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 = "
|
|
2
|
+
export declare const VERSION = "4a26900236f50fbe16b959746748d1e2";
|
|
3
3
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
4
|
export declare const RepresentationType: string;
|
|
5
5
|
export declare function normalize(input: ContextInfoRepresentation, existing: ContextInfoRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextInfoRepresentationNormalized;
|
|
@@ -20,9 +20,9 @@ export interface ContextInfoRepresentationNormalized {
|
|
|
20
20
|
/** Context */
|
|
21
21
|
contextId: string;
|
|
22
22
|
/** Context Mapping */
|
|
23
|
-
contextMappingId
|
|
23
|
+
contextMappingId?: string;
|
|
24
24
|
/** Success */
|
|
25
|
-
isSuccess
|
|
25
|
+
isSuccess?: boolean;
|
|
26
26
|
}
|
|
27
27
|
/**
|
|
28
28
|
* Output representation of Context Info
|
|
@@ -33,6 +33,6 @@ export interface ContextInfoRepresentationNormalized {
|
|
|
33
33
|
export interface ContextInfoRepresentation {
|
|
34
34
|
contextDefinitionId: string;
|
|
35
35
|
contextId: string;
|
|
36
|
-
contextMappingId
|
|
37
|
-
isSuccess
|
|
36
|
+
contextMappingId?: string;
|
|
37
|
+
isSuccess?: boolean;
|
|
38
38
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
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, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
2
|
import { ContextNodeMappingRepresentation as ContextNodeMappingRepresentation_ContextNodeMappingRepresentation } from './ContextNodeMappingRepresentation';
|
|
3
3
|
export declare const TTL = 30000;
|
|
4
|
-
export declare const VERSION = "
|
|
4
|
+
export declare const VERSION = "efa4c357a46c66ea2e1a8f6690c5269c";
|
|
5
5
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
6
|
export declare const RepresentationType: string;
|
|
7
7
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -36,7 +36,7 @@ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$lu
|
|
|
36
36
|
*/
|
|
37
37
|
export interface ContextMappingRepresentationNormalized {
|
|
38
38
|
/** Id of ContextDefinitionVersion */
|
|
39
|
-
contextDefinitionVersionId
|
|
39
|
+
contextDefinitionVersionId?: string;
|
|
40
40
|
/** Id of ContextMapping */
|
|
41
41
|
contextMappingId: string;
|
|
42
42
|
/** List of ContextNodeMappings */
|
|
@@ -46,7 +46,7 @@ export interface ContextMappingRepresentationNormalized {
|
|
|
46
46
|
/** Success */
|
|
47
47
|
isSuccess?: boolean;
|
|
48
48
|
/** Name of ContextMapping */
|
|
49
|
-
name
|
|
49
|
+
name?: string;
|
|
50
50
|
}
|
|
51
51
|
/**
|
|
52
52
|
* Output representation of Context Mapping
|
|
@@ -55,10 +55,10 @@ export interface ContextMappingRepresentationNormalized {
|
|
|
55
55
|
* id (string): contextMappingId
|
|
56
56
|
*/
|
|
57
57
|
export interface ContextMappingRepresentation {
|
|
58
|
-
contextDefinitionVersionId
|
|
58
|
+
contextDefinitionVersionId?: string;
|
|
59
59
|
contextMappingId: string;
|
|
60
60
|
contextNodeMappings: Array<ContextNodeMappingRepresentation_ContextNodeMappingRepresentation>;
|
|
61
61
|
description?: string;
|
|
62
62
|
isSuccess?: boolean;
|
|
63
|
-
name
|
|
63
|
+
name?: string;
|
|
64
64
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
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, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
2
|
import { ContextAttributeMappingRepresentation as ContextAttributeMappingRepresentation_ContextAttributeMappingRepresentation } from './ContextAttributeMappingRepresentation';
|
|
3
3
|
export declare const TTL = 30000;
|
|
4
|
-
export declare const VERSION = "
|
|
4
|
+
export declare const VERSION = "5870ced7e33b711ef1f855a5a4a1a858";
|
|
5
5
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
6
|
export declare const RepresentationType: string;
|
|
7
7
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -38,9 +38,9 @@ export interface ContextNodeMappingRepresentationNormalized {
|
|
|
38
38
|
/** List of ContextAttributeMappings */
|
|
39
39
|
attributeMappings: Array<$64$luvio_engine_StoreLink>;
|
|
40
40
|
/** Id of ContextMapping */
|
|
41
|
-
contextMappingId
|
|
41
|
+
contextMappingId?: string;
|
|
42
42
|
/** Id of (From) ContextNode */
|
|
43
|
-
contextNodeId
|
|
43
|
+
contextNodeId?: string;
|
|
44
44
|
/** Id of this ContextNodeMapping */
|
|
45
45
|
contextNodeMappingId: string;
|
|
46
46
|
/** Success */
|
|
@@ -56,8 +56,8 @@ export interface ContextNodeMappingRepresentationNormalized {
|
|
|
56
56
|
*/
|
|
57
57
|
export interface ContextNodeMappingRepresentation {
|
|
58
58
|
attributeMappings: Array<ContextAttributeMappingRepresentation_ContextAttributeMappingRepresentation>;
|
|
59
|
-
contextMappingId
|
|
60
|
-
contextNodeId
|
|
59
|
+
contextMappingId?: string;
|
|
60
|
+
contextNodeId?: string;
|
|
61
61
|
contextNodeMappingId: string;
|
|
62
62
|
isSuccess?: boolean;
|
|
63
63
|
sObjectName?: string;
|
|
@@ -2,7 +2,7 @@ import { ContextAttributeRepresentation as ContextAttributeRepresentation_Contex
|
|
|
2
2
|
import { ContextAttributeTagRepresentation as ContextAttributeTagRepresentation_ContextAttributeTagRepresentation } from './ContextAttributeTagRepresentation';
|
|
3
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, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
4
4
|
export declare const TTL = 30000;
|
|
5
|
-
export declare const VERSION = "
|
|
5
|
+
export declare const VERSION = "4022adb1f74fc3b3538535fc2e6861ce";
|
|
6
6
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
7
|
export declare const RepresentationType: string;
|
|
8
8
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -32,7 +32,7 @@ export interface ContextNodeRepresentationNormalized {
|
|
|
32
32
|
/** List of Child ContextNodes */
|
|
33
33
|
childNodes?: Array<$64$luvio_engine_StoreLink>;
|
|
34
34
|
/** Id of ContextDefinitionVersion */
|
|
35
|
-
contextDefinitionVersionId
|
|
35
|
+
contextDefinitionVersionId?: string;
|
|
36
36
|
/** Id of this ContextNode */
|
|
37
37
|
contextNodeId: string;
|
|
38
38
|
/** Success */
|
|
@@ -40,7 +40,7 @@ export interface ContextNodeRepresentationNormalized {
|
|
|
40
40
|
/** Is transposable ? */
|
|
41
41
|
isTransposable?: boolean;
|
|
42
42
|
/** Name */
|
|
43
|
-
name
|
|
43
|
+
name?: string;
|
|
44
44
|
/** Id of (Parent) ContextNode */
|
|
45
45
|
parentNodeId?: string;
|
|
46
46
|
/** List of Tags */
|
|
@@ -55,11 +55,11 @@ export interface ContextNodeRepresentationNormalized {
|
|
|
55
55
|
export interface ContextNodeRepresentation {
|
|
56
56
|
attributes?: Array<ContextAttributeRepresentation_ContextAttributeRepresentation>;
|
|
57
57
|
childNodes?: Array<ContextNodeRepresentation>;
|
|
58
|
-
contextDefinitionVersionId
|
|
58
|
+
contextDefinitionVersionId?: string;
|
|
59
59
|
contextNodeId: string;
|
|
60
60
|
isSuccess?: boolean;
|
|
61
61
|
isTransposable?: boolean;
|
|
62
|
-
name
|
|
62
|
+
name?: string;
|
|
63
63
|
parentNodeId?: string;
|
|
64
64
|
tags?: Array<ContextAttributeTagRepresentation_ContextAttributeTagRepresentation>;
|
|
65
65
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ContextDataRecordRepresentation as ContextDataRecordRepresentation_ContextDataRecordRepresentation } from './ContextDataRecordRepresentation';
|
|
2
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 = "
|
|
3
|
+
export declare const VERSION = "f42feee20d953bebab944ffce3de420e";
|
|
4
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
5
|
export declare const RepresentationType: string;
|
|
6
6
|
export declare function normalize(input: ContextQueryRecordRepresentation, existing: ContextQueryRecordRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextQueryRecordRepresentationNormalized;
|
|
@@ -17,9 +17,9 @@ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: C
|
|
|
17
17
|
*/
|
|
18
18
|
export interface ContextQueryRecordRepresentationNormalized {
|
|
19
19
|
/** List of Child Query Records */
|
|
20
|
-
childQueryRecords
|
|
20
|
+
childQueryRecords?: Array<ContextQueryRecordRepresentation>;
|
|
21
21
|
/** Context Data Record */
|
|
22
|
-
record
|
|
22
|
+
record?: ContextDataRecordRepresentation_ContextDataRecordRepresentation;
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* Output representation of Context Query Record
|
|
@@ -28,6 +28,6 @@ export interface ContextQueryRecordRepresentationNormalized {
|
|
|
28
28
|
* (none)
|
|
29
29
|
*/
|
|
30
30
|
export interface ContextQueryRecordRepresentation {
|
|
31
|
-
childQueryRecords
|
|
32
|
-
record
|
|
31
|
+
childQueryRecords?: Array<ContextQueryRecordRepresentation>;
|
|
32
|
+
record?: ContextDataRecordRepresentation_ContextDataRecordRepresentation;
|
|
33
33
|
}
|
|
@@ -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 = "0cd32463ca56608800221457b71549cf";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ContextServiceAccessInputRepresentation, existing: ContextServiceAccessInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextServiceAccessInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ContextServiceAccessInputRepresentationNormalized, incoming: ContextServiceAccessInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: ContextServiceAccessInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ContextServiceAccessInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation of Context Service Access
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ContextServiceAccessInputRepresentationNormalized {
|
|
18
|
+
/** Is Enabled */
|
|
19
|
+
isEnabled: boolean;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Input representation of Context Service Access
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface ContextServiceAccessInputRepresentation {
|
|
28
|
+
isEnabled: boolean;
|
|
29
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ContextServiceAccessInputWrapperRepresentation.d.ts
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ContextServiceAccessInputRepresentation as ContextServiceAccessInputRepresentation_ContextServiceAccessInputRepresentation } from './ContextServiceAccessInputRepresentation';
|
|
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 = "40ee0e6bb1be0c42ebaa40687a820433";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ContextServiceAccessInputWrapperRepresentation, existing: ContextServiceAccessInputWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextServiceAccessInputWrapperRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ContextServiceAccessInputWrapperRepresentationNormalized, incoming: ContextServiceAccessInputWrapperRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: ContextServiceAccessInputWrapperRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ContextServiceAccessInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Wrapper Input representation for ContextServiceAccessInputRepresentation
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface ContextServiceAccessInputWrapperRepresentationNormalized {
|
|
19
|
+
contextServiceAccessInput: ContextServiceAccessInputRepresentation_ContextServiceAccessInputRepresentation;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Wrapper Input representation for ContextServiceAccessInputRepresentation
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface ContextServiceAccessInputWrapperRepresentation {
|
|
28
|
+
contextServiceAccessInput: ContextServiceAccessInputRepresentation_ContextServiceAccessInputRepresentation;
|
|
29
|
+
}
|