@salesforce/lds-adapters-industries-context 1.186.0 → 1.194.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/es2018/industries-context.js +5340 -965
- package/dist/es/es2018/types/src/generated/adapters/createContextAttributes.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/createContextMappings.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/createContextNodeMappings.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/createContextNodes.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/createContextServiceDefinition.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/createContextTags.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteContextServiceAttribute.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteContextServiceDefinition.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteContextServiceMapping.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteContextServiceNode.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteContextServiceNodeMapping.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteContextServiceTag.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextDefinitions.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextServiceAttribute.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextServiceDefinition.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextServiceDefinitionInfo.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextServiceMapping.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextServiceNode.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextServiceNodeMapping.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextServiceTag.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextTags.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/updateContextAttributes.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/updateContextMappings.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/updateContextNodeMappings.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/updateContextNodes.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/updateContextServiceDefinition.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/updateContextTags.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +45 -1
- package/dist/es/es2018/types/src/generated/resources/deleteConnectContextDefinitionsByContextDefinitionId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectContextDefinitionsContextMappingsByContextDefinitionIdAndContextMappingId.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectContextDefinitionsContextNodesByContextDefinitionIdAndContextNodeId.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectContextDefinitionsContextTagsByContextDefinitionIdAndContextTagId.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectContextMappingsContextNodeMappingsByContextNodeMappingIdAndContextMappingId.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectContextNodesContextAttributesByContextAttributeIdAndContextNodeId.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextDefinitions.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextDefinitionsByContextDefinitionId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextDefinitionsContextMappingsByContextDefinitionIdAndContextMappingId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextDefinitionsContextNodesByContextDefinitionIdAndContextNodeId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextDefinitionsContextTagsByContextDefinitionId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextDefinitionsContextTagsByContextDefinitionIdAndContextTagId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextDefinitionsInfoByContextDefinitionId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextMappingsContextNodeMappingsByContextNodeMappingIdAndContextMappingId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextNodesContextAttributesByContextAttributeIdAndContextNodeId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectContextDefinitionsByContextDefinitionId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectContextDefinitionsContextMappingsByContextDefinitionId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectContextDefinitionsContextMappingsByContextDefinitionIdAndContextMappingId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectContextDefinitionsContextNodesByContextDefinitionId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectContextDefinitionsContextTagsByContextDefinitionId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectContextMappingsContextNodeMappingsByContextMappingId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectContextNodesContextAttributesByContextNodeId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectContextDefinitions.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectContextDefinitionsContextMappingsByContextDefinitionId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectContextDefinitionsContextNodesByContextDefinitionId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectContextDefinitionsContextTagsByContextDefinitionId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectContextMappingsContextNodeMappingsByContextMappingId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectContextNodesContextAttributesByContextNodeId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttributeListRepresentation.d.ts +8 -5
- package/dist/es/es2018/types/src/generated/types/ContextAttributeMappingListInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttributeMappingListRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttributeMappingsInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttributeTagRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/ContextAttributesInputRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttributesListInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttributesListInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextDefinitionListRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/ContextDefinitionsInputRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/ContextDefinitionsInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextMappingListInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextMappingListInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextMappingListRepresentation.d.ts +54 -0
- package/dist/es/es2018/types/src/generated/types/ContextMappingsInputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/ContextNodeListInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextNodeListInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextNodeListRepresentation.d.ts +54 -0
- package/dist/es/es2018/types/src/generated/types/ContextNodeMappingListInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextNodeMappingListInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextNodeMappingListRepresentation.d.ts +54 -0
- package/dist/es/es2018/types/src/generated/types/ContextNodeMappingsInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/ContextTagInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/ContextTagListInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextTagListInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextTagListRepresentation.d.ts +54 -0
- package/package.json +1 -1
- package/sfdc/index.js +8615 -3762
- package/src/raml/api.raml +747 -0
- package/src/raml/luvio.raml +182 -1
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ContextNodeMappingListInputRepresentation as types_ContextNodeMappingListInputRepresentation_ContextNodeMappingListInputRepresentation } from '../types/ContextNodeMappingListInputRepresentation';
|
|
2
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, 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 { ContextNodeMappingListRepresentation as types_ContextNodeMappingListRepresentation_ContextNodeMappingListRepresentation } from '../types/ContextNodeMappingListRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
urlParams: {
|
|
6
|
+
contextMappingId: string;
|
|
7
|
+
};
|
|
8
|
+
body: {
|
|
9
|
+
contextNodeMappingInput: types_ContextNodeMappingListInputRepresentation_ContextNodeMappingListInputRepresentation;
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
13
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ContextNodeMappingListRepresentation_ContextNodeMappingListRepresentation): void;
|
|
14
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ContextNodeMappingListRepresentation_ContextNodeMappingListRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ContextNodeMappingListRepresentation_ContextNodeMappingListRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ContextNodeMappingListRepresentation_ContextNodeMappingListRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ContextNodeMappingListRepresentation_ContextNodeMappingListRepresentation, any>;
|
|
15
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
16
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ContextAttributesListInputRepresentation as types_ContextAttributesListInputRepresentation_ContextAttributesListInputRepresentation } from '../types/ContextAttributesListInputRepresentation';
|
|
2
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, 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 { ContextAttributeListRepresentation as types_ContextAttributeListRepresentation_ContextAttributeListRepresentation } from '../types/ContextAttributeListRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
urlParams: {
|
|
6
|
+
contextNodeId: string;
|
|
7
|
+
};
|
|
8
|
+
body: {
|
|
9
|
+
contextAttributeListInput: types_ContextAttributesListInputRepresentation_ContextAttributesListInputRepresentation;
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
13
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ContextAttributeListRepresentation_ContextAttributeListRepresentation): void;
|
|
14
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ContextAttributeListRepresentation_ContextAttributeListRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ContextAttributeListRepresentation_ContextAttributeListRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ContextAttributeListRepresentation_ContextAttributeListRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ContextAttributeListRepresentation_ContextAttributeListRepresentation, any>;
|
|
15
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
16
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ContextDefinitionsInputRepresentation as types_ContextDefinitionsInputRepresentation_ContextDefinitionsInputRepresentation } from '../types/ContextDefinitionsInputRepresentation';
|
|
2
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, 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 { ContextDefinitionInfoRepresentation as types_ContextDefinitionInfoRepresentation_ContextDefinitionInfoRepresentation } from '../types/ContextDefinitionInfoRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
body: {
|
|
6
|
+
contextDefinitionInput: types_ContextDefinitionsInputRepresentation_ContextDefinitionsInputRepresentation;
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
10
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ContextDefinitionInfoRepresentation_ContextDefinitionInfoRepresentation): void;
|
|
11
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ContextDefinitionInfoRepresentation_ContextDefinitionInfoRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ContextDefinitionInfoRepresentation_ContextDefinitionInfoRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ContextDefinitionInfoRepresentation_ContextDefinitionInfoRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ContextDefinitionInfoRepresentation_ContextDefinitionInfoRepresentation, any>;
|
|
12
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
13
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ContextMappingListInputRepresentation as types_ContextMappingListInputRepresentation_ContextMappingListInputRepresentation } from '../types/ContextMappingListInputRepresentation';
|
|
2
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, 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 { ContextMappingListRepresentation as types_ContextMappingListRepresentation_ContextMappingListRepresentation } from '../types/ContextMappingListRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
urlParams: {
|
|
6
|
+
contextDefinitionId: string;
|
|
7
|
+
};
|
|
8
|
+
body: {
|
|
9
|
+
contextMappingInput: types_ContextMappingListInputRepresentation_ContextMappingListInputRepresentation;
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
13
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ContextMappingListRepresentation_ContextMappingListRepresentation): void;
|
|
14
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ContextMappingListRepresentation_ContextMappingListRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ContextMappingListRepresentation_ContextMappingListRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ContextMappingListRepresentation_ContextMappingListRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ContextMappingListRepresentation_ContextMappingListRepresentation, any>;
|
|
15
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
16
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ContextNodeListInputRepresentation as types_ContextNodeListInputRepresentation_ContextNodeListInputRepresentation } from '../types/ContextNodeListInputRepresentation';
|
|
2
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, 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 { ContextNodeListRepresentation as types_ContextNodeListRepresentation_ContextNodeListRepresentation } from '../types/ContextNodeListRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
urlParams: {
|
|
6
|
+
contextDefinitionId: string;
|
|
7
|
+
};
|
|
8
|
+
body: {
|
|
9
|
+
contextNodeInput: types_ContextNodeListInputRepresentation_ContextNodeListInputRepresentation;
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
13
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ContextNodeListRepresentation_ContextNodeListRepresentation): void;
|
|
14
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ContextNodeListRepresentation_ContextNodeListRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ContextNodeListRepresentation_ContextNodeListRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ContextNodeListRepresentation_ContextNodeListRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ContextNodeListRepresentation_ContextNodeListRepresentation, any>;
|
|
15
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
16
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ContextTagListInputRepresentation as types_ContextTagListInputRepresentation_ContextTagListInputRepresentation } from '../types/ContextTagListInputRepresentation';
|
|
2
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, 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 { ContextTagListRepresentation as types_ContextTagListRepresentation_ContextTagListRepresentation } from '../types/ContextTagListRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
urlParams: {
|
|
6
|
+
contextDefinitionId: string;
|
|
7
|
+
};
|
|
8
|
+
body: {
|
|
9
|
+
contextTagInput: types_ContextTagListInputRepresentation_ContextTagListInputRepresentation;
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
13
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ContextTagListRepresentation_ContextTagListRepresentation): void;
|
|
14
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ContextTagListRepresentation_ContextTagListRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ContextTagListRepresentation_ContextTagListRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ContextTagListRepresentation_ContextTagListRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ContextTagListRepresentation_ContextTagListRepresentation, any>;
|
|
15
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
16
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ContextNodeMappingListInputRepresentation as types_ContextNodeMappingListInputRepresentation_ContextNodeMappingListInputRepresentation } from '../types/ContextNodeMappingListInputRepresentation';
|
|
2
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, 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 { ContextNodeMappingListRepresentation as types_ContextNodeMappingListRepresentation_ContextNodeMappingListRepresentation } from '../types/ContextNodeMappingListRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
urlParams: {
|
|
6
|
+
contextMappingId: string;
|
|
7
|
+
};
|
|
8
|
+
body: {
|
|
9
|
+
contextNodeMappingInput: types_ContextNodeMappingListInputRepresentation_ContextNodeMappingListInputRepresentation;
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
13
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ContextNodeMappingListRepresentation_ContextNodeMappingListRepresentation): void;
|
|
14
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ContextNodeMappingListRepresentation_ContextNodeMappingListRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ContextNodeMappingListRepresentation_ContextNodeMappingListRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ContextNodeMappingListRepresentation_ContextNodeMappingListRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ContextNodeMappingListRepresentation_ContextNodeMappingListRepresentation, any>;
|
|
15
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
16
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ContextAttributesListInputRepresentation as types_ContextAttributesListInputRepresentation_ContextAttributesListInputRepresentation } from '../types/ContextAttributesListInputRepresentation';
|
|
2
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, 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 { ContextAttributeListRepresentation as types_ContextAttributeListRepresentation_ContextAttributeListRepresentation } from '../types/ContextAttributeListRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
urlParams: {
|
|
6
|
+
contextNodeId: string;
|
|
7
|
+
};
|
|
8
|
+
body: {
|
|
9
|
+
contextAttributeListInput: types_ContextAttributesListInputRepresentation_ContextAttributesListInputRepresentation;
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
13
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ContextAttributeListRepresentation_ContextAttributeListRepresentation): void;
|
|
14
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ContextAttributeListRepresentation_ContextAttributeListRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ContextAttributeListRepresentation_ContextAttributeListRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ContextAttributeListRepresentation_ContextAttributeListRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ContextAttributeListRepresentation_ContextAttributeListRepresentation, any>;
|
|
15
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
16
|
+
export default createResourceRequest;
|
|
@@ -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 { ContextAttributeRepresentation as ContextAttributeRepresentation_ContextAttributeRepresentation } from './ContextAttributeRepresentation';
|
|
3
3
|
export declare const TTL = 10000;
|
|
4
|
-
export declare const VERSION = "
|
|
4
|
+
export declare const VERSION = "51b165520073651fbdd692e7f94c3b24";
|
|
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 {
|
|
@@ -31,11 +31,13 @@ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$lu
|
|
|
31
31
|
* Output representation of List of Context Attributes
|
|
32
32
|
*
|
|
33
33
|
* Keys:
|
|
34
|
-
* id (string):
|
|
34
|
+
* id (string): contextAttributeListId
|
|
35
35
|
*/
|
|
36
36
|
export interface ContextAttributeListRepresentationNormalized {
|
|
37
37
|
/** List of Attributes */
|
|
38
|
-
attributes
|
|
38
|
+
attributes?: Array<$64$luvio_engine_StoreLink>;
|
|
39
|
+
/** Unique Id - Required for LDS */
|
|
40
|
+
contextAttributeListId: string;
|
|
39
41
|
/** Id of ContextNode */
|
|
40
42
|
contextNodeId: string;
|
|
41
43
|
/** Success */
|
|
@@ -45,10 +47,11 @@ export interface ContextAttributeListRepresentationNormalized {
|
|
|
45
47
|
* Output representation of List of Context Attributes
|
|
46
48
|
*
|
|
47
49
|
* Keys:
|
|
48
|
-
* id (string):
|
|
50
|
+
* id (string): contextAttributeListId
|
|
49
51
|
*/
|
|
50
52
|
export interface ContextAttributeListRepresentation {
|
|
51
|
-
attributes
|
|
53
|
+
attributes?: Array<ContextAttributeRepresentation_ContextAttributeRepresentation>;
|
|
54
|
+
contextAttributeListId: string;
|
|
52
55
|
contextNodeId: string;
|
|
53
56
|
isSuccess?: boolean;
|
|
54
57
|
}
|
package/dist/es/es2018/types/src/generated/types/ContextAttributeMappingListInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "cb1194047c3285d1e11a174c4568a6a9";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ContextAttributeMappingListInputRepresentation, existing: ContextAttributeMappingListInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextAttributeMappingListInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ContextAttributeMappingListInputRepresentationNormalized, incoming: ContextAttributeMappingListInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ContextAttributeMappingListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input/Update representation of Context Attribute Mapping List
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ContextAttributeMappingListInputRepresentationNormalized {
|
|
17
|
+
/** List of ContextAttributeMappings */
|
|
18
|
+
contextAttributeMappings: Array<{}>;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Input/Update representation of Context Attribute Mapping List
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface ContextAttributeMappingListInputRepresentation {
|
|
27
|
+
contextAttributeMappings: Array<{}>;
|
|
28
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ContextAttributeMappingListRepresentation.d.ts
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, 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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
import { ContextAttributeMappingRepresentation as ContextAttributeMappingRepresentation_ContextAttributeMappingRepresentation } from './ContextAttributeMappingRepresentation';
|
|
3
|
+
export declare const VERSION = "4e783d1e0c9ad5ce701a7093b839cabb";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ContextAttributeMappingListRepresentation, existing: ContextAttributeMappingListRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextAttributeMappingListRepresentationNormalized;
|
|
7
|
+
export interface DynamicIngestParams {
|
|
8
|
+
contextAttributeMappings: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
}
|
|
10
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: ContextAttributeMappingListRepresentation, existing: ContextAttributeMappingListRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => ContextAttributeMappingListRepresentationNormalized;
|
|
11
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
12
|
+
export interface DynamicSelectParams {
|
|
13
|
+
contextAttributeMappings?: $64$luvio_engine_LinkSelection;
|
|
14
|
+
}
|
|
15
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
16
|
+
export declare function equals(existing: ContextAttributeMappingListRepresentationNormalized, incoming: ContextAttributeMappingListRepresentationNormalized): boolean;
|
|
17
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
18
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ContextAttributeMappingListRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
19
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
20
|
+
/**
|
|
21
|
+
* Output representation of List of Context Attribute Mappings
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface ContextAttributeMappingListRepresentationNormalized {
|
|
27
|
+
/** Unique Id - Required for LDS */
|
|
28
|
+
contextAttributeMappingListId: string;
|
|
29
|
+
/** List of ContextNodeMappings */
|
|
30
|
+
contextAttributeMappings?: Array<$64$luvio_engine_StoreLink>;
|
|
31
|
+
/** Success */
|
|
32
|
+
isSuccess?: boolean;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Output representation of List of Context Attribute Mappings
|
|
36
|
+
*
|
|
37
|
+
* Keys:
|
|
38
|
+
* (none)
|
|
39
|
+
*/
|
|
40
|
+
export interface ContextAttributeMappingListRepresentation {
|
|
41
|
+
contextAttributeMappingListId: string;
|
|
42
|
+
contextAttributeMappings?: Array<ContextAttributeMappingRepresentation_ContextAttributeMappingRepresentation>;
|
|
43
|
+
isSuccess?: boolean;
|
|
44
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ContextAttributeMappingsInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "87966314e31c5a8d2bca833295d24b70";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ContextAttributeMappingsInputRepresentation, existing: ContextAttributeMappingsInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextAttributeMappingsInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ContextAttributeMappingsInputRepresentationNormalized, incoming: ContextAttributeMappingsInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ContextAttributeMappingsInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input/Update representation of Context Attribute Mapping
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ContextAttributeMappingsInputRepresentationNormalized {
|
|
17
|
+
/** Reference to ContextAttribute */
|
|
18
|
+
contextAttributeId: string;
|
|
19
|
+
/** ID of this Attribute Mapping - Required for Update */
|
|
20
|
+
contextAttributeMappingId?: string;
|
|
21
|
+
/** Context Input Attribute Name */
|
|
22
|
+
contextInputAttributeName?: string;
|
|
23
|
+
/** flag to specify deletion of existing hydration detail */
|
|
24
|
+
deleteExistingHydrationDetail?: boolean;
|
|
25
|
+
/** List of ContextAttributeHydrationDetail */
|
|
26
|
+
hydrationDetails?: Array<{}>;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Input/Update representation of Context Attribute Mapping
|
|
30
|
+
*
|
|
31
|
+
* Keys:
|
|
32
|
+
* (none)
|
|
33
|
+
*/
|
|
34
|
+
export interface ContextAttributeMappingsInputRepresentation {
|
|
35
|
+
contextAttributeId: string;
|
|
36
|
+
contextAttributeMappingId?: string;
|
|
37
|
+
contextInputAttributeName?: string;
|
|
38
|
+
deleteExistingHydrationDetail?: boolean;
|
|
39
|
+
hydrationDetails?: Array<{}>;
|
|
40
|
+
}
|
|
@@ -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 = "752cf077f1288e1c4d96154971a184d9";
|
|
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 {
|
|
@@ -30,6 +30,8 @@ export interface ContextAttributeTagRepresentationNormalized {
|
|
|
30
30
|
contextAttributeTagId: string;
|
|
31
31
|
/** Id of (Parent) ContextNode */
|
|
32
32
|
contextNodeId?: string;
|
|
33
|
+
/** Id of this ContextTag */
|
|
34
|
+
contextTagId?: string;
|
|
33
35
|
/** Success */
|
|
34
36
|
isSuccess?: boolean;
|
|
35
37
|
/** Name */
|
|
@@ -45,6 +47,7 @@ export interface ContextAttributeTagRepresentation {
|
|
|
45
47
|
contextAttributeId?: string;
|
|
46
48
|
contextAttributeTagId: string;
|
|
47
49
|
contextNodeId?: string;
|
|
50
|
+
contextTagId?: string;
|
|
48
51
|
isSuccess?: boolean;
|
|
49
52
|
name?: string;
|
|
50
53
|
}
|
|
@@ -0,0 +1,49 @@
|
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "fbf611c920892fffc0e4a4f141bd9b48";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ContextAttributesInputRepresentation, existing: ContextAttributesInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextAttributesInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ContextAttributesInputRepresentationNormalized, incoming: ContextAttributesInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ContextAttributesInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation of Context Attribute
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ContextAttributesInputRepresentationNormalized {
|
|
17
|
+
/** ID of this Attribute - Required for Update */
|
|
18
|
+
contextAttributeId: string;
|
|
19
|
+
/** DataType */
|
|
20
|
+
dataType: string;
|
|
21
|
+
/** Comma separated node names referenced by this attribute */
|
|
22
|
+
domainSet: string;
|
|
23
|
+
/** Field Type */
|
|
24
|
+
fieldType: string;
|
|
25
|
+
/** Is Key? */
|
|
26
|
+
isKey: boolean;
|
|
27
|
+
/** Is Value? */
|
|
28
|
+
isValue: boolean;
|
|
29
|
+
/** Name */
|
|
30
|
+
name: string;
|
|
31
|
+
/** Context Tags */
|
|
32
|
+
tags: Array<{}>;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Input representation of Context Attribute
|
|
36
|
+
*
|
|
37
|
+
* Keys:
|
|
38
|
+
* (none)
|
|
39
|
+
*/
|
|
40
|
+
export interface ContextAttributesInputRepresentation {
|
|
41
|
+
contextAttributeId: string;
|
|
42
|
+
dataType: string;
|
|
43
|
+
domainSet: string;
|
|
44
|
+
fieldType: string;
|
|
45
|
+
isKey: boolean;
|
|
46
|
+
isValue: boolean;
|
|
47
|
+
name: string;
|
|
48
|
+
tags: Array<{}>;
|
|
49
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ContextAttributesListInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "4fa56ace767fd0f327e3e5f192ce6096";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ContextAttributesListInputRepresentation, existing: ContextAttributesListInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextAttributesListInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ContextAttributesListInputRepresentationNormalized, incoming: ContextAttributesListInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ContextAttributesListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation of Context Attribute List
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ContextAttributesListInputRepresentationNormalized {
|
|
17
|
+
/** List of Context Attributes */
|
|
18
|
+
contextAttributes: Array<{}>;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Input representation of Context Attribute List
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface ContextAttributesListInputRepresentation {
|
|
27
|
+
contextAttributes: Array<{}>;
|
|
28
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ContextAttributesListInputRepresentation as ContextAttributesListInputRepresentation_ContextAttributesListInputRepresentation } from './ContextAttributesListInputRepresentation';
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "0bb81d4176e6cf40c529a4f85486acbc";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ContextAttributesListInputWrapperRepresentation, existing: ContextAttributesListInputWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextAttributesListInputWrapperRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ContextAttributesListInputWrapperRepresentationNormalized, incoming: ContextAttributesListInputWrapperRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ContextAttributesListInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Wrapper Input representation for ContextAttributesListInputRepresentation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ContextAttributesListInputWrapperRepresentationNormalized {
|
|
18
|
+
contextAttributeListInput: ContextAttributesListInputRepresentation_ContextAttributesListInputRepresentation;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Wrapper Input representation for ContextAttributesListInputRepresentation
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface ContextAttributesListInputWrapperRepresentation {
|
|
27
|
+
contextAttributeListInput: ContextAttributesListInputRepresentation_ContextAttributesListInputRepresentation;
|
|
28
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, 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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
2
|
import { ContextDefinitionInfoRepresentation as ContextDefinitionInfoRepresentation_ContextDefinitionInfoRepresentation } from './ContextDefinitionInfoRepresentation';
|
|
3
3
|
export declare const TTL = 10000;
|
|
4
|
-
export declare const VERSION = "
|
|
4
|
+
export declare const VERSION = "9fd2c86ba3bfc49bd6b1b41332fbad4e";
|
|
5
5
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
6
|
export declare const RepresentationType: string;
|
|
7
7
|
export declare function normalize(input: ContextDefinitionListRepresentation, existing: ContextDefinitionListRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextDefinitionListRepresentationNormalized;
|
|
@@ -27,6 +27,8 @@ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$lu
|
|
|
27
27
|
export interface ContextDefinitionListRepresentationNormalized {
|
|
28
28
|
/** Context Definition List */
|
|
29
29
|
contextDefinitionList: Array<$64$luvio_engine_StoreLink>;
|
|
30
|
+
/** Unique Id - Required for LDS */
|
|
31
|
+
contextDefinitionListId: string;
|
|
30
32
|
/** Success */
|
|
31
33
|
isSuccess?: boolean;
|
|
32
34
|
}
|
|
@@ -38,5 +40,6 @@ export interface ContextDefinitionListRepresentationNormalized {
|
|
|
38
40
|
*/
|
|
39
41
|
export interface ContextDefinitionListRepresentation {
|
|
40
42
|
contextDefinitionList: Array<ContextDefinitionInfoRepresentation_ContextDefinitionInfoRepresentation>;
|
|
43
|
+
contextDefinitionListId: string;
|
|
41
44
|
isSuccess?: boolean;
|
|
42
45
|
}
|
|
@@ -0,0 +1,49 @@
|
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "b46297d3c9d4282046367c47054238b2";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ContextDefinitionsInputRepresentation, existing: ContextDefinitionsInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextDefinitionsInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ContextDefinitionsInputRepresentationNormalized, incoming: ContextDefinitionsInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ContextDefinitionsInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation of Context Definition
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ContextDefinitionsInputRepresentationNormalized {
|
|
17
|
+
/** Short description of ContextDefinition */
|
|
18
|
+
description?: string;
|
|
19
|
+
/** Developer Name */
|
|
20
|
+
developerName?: string;
|
|
21
|
+
/** End Date */
|
|
22
|
+
endDate?: string;
|
|
23
|
+
/** Is Active */
|
|
24
|
+
isActive?: boolean;
|
|
25
|
+
/** Name of ContextDefinition */
|
|
26
|
+
name?: string;
|
|
27
|
+
/** JSON Payload to create ContextDefinition */
|
|
28
|
+
payload?: string;
|
|
29
|
+
/** Id of ContextDefinition to be Cloned */
|
|
30
|
+
sourceDefinitionId?: string;
|
|
31
|
+
/** Start Date */
|
|
32
|
+
startDate?: string;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Input representation of Context Definition
|
|
36
|
+
*
|
|
37
|
+
* Keys:
|
|
38
|
+
* (none)
|
|
39
|
+
*/
|
|
40
|
+
export interface ContextDefinitionsInputRepresentation {
|
|
41
|
+
description?: string;
|
|
42
|
+
developerName?: string;
|
|
43
|
+
endDate?: string;
|
|
44
|
+
isActive?: boolean;
|
|
45
|
+
name?: string;
|
|
46
|
+
payload?: string;
|
|
47
|
+
sourceDefinitionId?: string;
|
|
48
|
+
startDate?: string;
|
|
49
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ContextDefinitionsInputWrapperRepresentation.d.ts
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ContextDefinitionsInputRepresentation as ContextDefinitionsInputRepresentation_ContextDefinitionsInputRepresentation } from './ContextDefinitionsInputRepresentation';
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "d44f3ad274a9e5ea2fcf31ecb2e10c04";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ContextDefinitionsInputWrapperRepresentation, existing: ContextDefinitionsInputWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextDefinitionsInputWrapperRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ContextDefinitionsInputWrapperRepresentationNormalized, incoming: ContextDefinitionsInputWrapperRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ContextDefinitionsInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Wrapper Input representation for ContextDefinitionsInputRepresentation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ContextDefinitionsInputWrapperRepresentationNormalized {
|
|
18
|
+
contextDefinitionInput: ContextDefinitionsInputRepresentation_ContextDefinitionsInputRepresentation;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Wrapper Input representation for ContextDefinitionsInputRepresentation
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface ContextDefinitionsInputWrapperRepresentation {
|
|
27
|
+
contextDefinitionInput: ContextDefinitionsInputRepresentation_ContextDefinitionsInputRepresentation;
|
|
28
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "bb6462b0af029b631fcb7405dda9f708";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ContextMappingListInputRepresentation, existing: ContextMappingListInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextMappingListInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ContextMappingListInputRepresentationNormalized, incoming: ContextMappingListInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ContextMappingListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation of Context Mapping List
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ContextMappingListInputRepresentationNormalized {
|
|
17
|
+
/** List of ContextMappings */
|
|
18
|
+
contextMappings: Array<{}>;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Input representation of Context Mapping List
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface ContextMappingListInputRepresentation {
|
|
27
|
+
contextMappings: Array<{}>;
|
|
28
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ContextMappingListInputWrapperRepresentation.d.ts
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ContextMappingListInputRepresentation as ContextMappingListInputRepresentation_ContextMappingListInputRepresentation } from './ContextMappingListInputRepresentation';
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "87f9542bc4aa603d5b89035e61e58756";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ContextMappingListInputWrapperRepresentation, existing: ContextMappingListInputWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextMappingListInputWrapperRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ContextMappingListInputWrapperRepresentationNormalized, incoming: ContextMappingListInputWrapperRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ContextMappingListInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Wrapper Input representation for ContextMappingListInputRepresentation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ContextMappingListInputWrapperRepresentationNormalized {
|
|
18
|
+
contextMappingInput: ContextMappingListInputRepresentation_ContextMappingListInputRepresentation;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Wrapper Input representation for ContextMappingListInputRepresentation
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface ContextMappingListInputWrapperRepresentation {
|
|
27
|
+
contextMappingInput: ContextMappingListInputRepresentation_ContextMappingListInputRepresentation;
|
|
28
|
+
}
|