@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 { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
|
|
2
|
+
import { ContextNodeMappingListInputRepresentation as types_ContextNodeMappingListInputRepresentation_ContextNodeMappingListInputRepresentation } from '../types/ContextNodeMappingListInputRepresentation';
|
|
3
|
+
import { ResourceRequestConfig as resources_patchConnectContextMappingsContextNodeMappingsByContextMappingId_ResourceRequestConfig } from '../resources/patchConnectContextMappingsContextNodeMappingsByContextMappingId';
|
|
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 { ContextNodeMappingListRepresentation as types_ContextNodeMappingListRepresentation_ContextNodeMappingListRepresentation } from '../types/ContextNodeMappingListRepresentation';
|
|
6
|
+
export declare const adapterName = "updateContextNodeMappings";
|
|
7
|
+
export declare const updateContextNodeMappings_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface UpdateContextNodeMappingsConfig {
|
|
9
|
+
contextMappingId: string;
|
|
10
|
+
contextNodeMappingInput: types_ContextNodeMappingListInputRepresentation_ContextNodeMappingListInputRepresentation;
|
|
11
|
+
}
|
|
12
|
+
export declare function createResourceParams(config: UpdateContextNodeMappingsConfig): resources_patchConnectContextMappingsContextNodeMappingsByContextMappingId_ResourceRequestConfig;
|
|
13
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<UpdateContextNodeMappingsConfig>): adapter$45$utils_Untrusted<UpdateContextNodeMappingsConfig>;
|
|
14
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): UpdateContextNodeMappingsConfig | null;
|
|
15
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: UpdateContextNodeMappingsConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_ContextNodeMappingListRepresentation_ContextNodeMappingListRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_ContextNodeMappingListRepresentation_ContextNodeMappingListRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_ContextNodeMappingListRepresentation_ContextNodeMappingListRepresentation, any>>;
|
|
16
|
+
export declare const updateContextNodeMappingsAdapterFactory: $64$luvio_engine_AdapterFactory<UpdateContextNodeMappingsConfig, types_ContextNodeMappingListRepresentation_ContextNodeMappingListRepresentation>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
|
|
2
|
+
import { ContextNodeListInputRepresentation as types_ContextNodeListInputRepresentation_ContextNodeListInputRepresentation } from '../types/ContextNodeListInputRepresentation';
|
|
3
|
+
import { ResourceRequestConfig as resources_patchConnectContextDefinitionsContextNodesByContextDefinitionId_ResourceRequestConfig } from '../resources/patchConnectContextDefinitionsContextNodesByContextDefinitionId';
|
|
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 { ContextNodeListRepresentation as types_ContextNodeListRepresentation_ContextNodeListRepresentation } from '../types/ContextNodeListRepresentation';
|
|
6
|
+
export declare const adapterName = "updateContextNodes";
|
|
7
|
+
export declare const updateContextNodes_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface UpdateContextNodesConfig {
|
|
9
|
+
contextDefinitionId: string;
|
|
10
|
+
contextNodeInput: types_ContextNodeListInputRepresentation_ContextNodeListInputRepresentation;
|
|
11
|
+
}
|
|
12
|
+
export declare function createResourceParams(config: UpdateContextNodesConfig): resources_patchConnectContextDefinitionsContextNodesByContextDefinitionId_ResourceRequestConfig;
|
|
13
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<UpdateContextNodesConfig>): adapter$45$utils_Untrusted<UpdateContextNodesConfig>;
|
|
14
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): UpdateContextNodesConfig | null;
|
|
15
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: UpdateContextNodesConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_ContextNodeListRepresentation_ContextNodeListRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_ContextNodeListRepresentation_ContextNodeListRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_ContextNodeListRepresentation_ContextNodeListRepresentation, any>>;
|
|
16
|
+
export declare const updateContextNodesAdapterFactory: $64$luvio_engine_AdapterFactory<UpdateContextNodesConfig, types_ContextNodeListRepresentation_ContextNodeListRepresentation>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
|
|
2
|
+
import { ContextDefinitionInputRepresentation as types_ContextDefinitionInputRepresentation_ContextDefinitionInputRepresentation } from '../types/ContextDefinitionInputRepresentation';
|
|
3
|
+
import { ResourceRequestConfig as resources_patchConnectContextDefinitionsByContextDefinitionId_ResourceRequestConfig } from '../resources/patchConnectContextDefinitionsByContextDefinitionId';
|
|
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 { ContextDefinitionInfoRepresentation as types_ContextDefinitionInfoRepresentation_ContextDefinitionInfoRepresentation } from '../types/ContextDefinitionInfoRepresentation';
|
|
6
|
+
export declare const adapterName = "updateContextServiceDefinition";
|
|
7
|
+
export declare const updateContextServiceDefinition_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface UpdateContextServiceDefinitionConfig {
|
|
9
|
+
contextDefinitionId: string;
|
|
10
|
+
contextDefinitionInput: types_ContextDefinitionInputRepresentation_ContextDefinitionInputRepresentation;
|
|
11
|
+
}
|
|
12
|
+
export declare function createResourceParams(config: UpdateContextServiceDefinitionConfig): resources_patchConnectContextDefinitionsByContextDefinitionId_ResourceRequestConfig;
|
|
13
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<UpdateContextServiceDefinitionConfig>): adapter$45$utils_Untrusted<UpdateContextServiceDefinitionConfig>;
|
|
14
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): UpdateContextServiceDefinitionConfig | null;
|
|
15
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: UpdateContextServiceDefinitionConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_ContextDefinitionInfoRepresentation_ContextDefinitionInfoRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_ContextDefinitionInfoRepresentation_ContextDefinitionInfoRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_ContextDefinitionInfoRepresentation_ContextDefinitionInfoRepresentation, any>>;
|
|
16
|
+
export declare const updateContextServiceDefinitionAdapterFactory: $64$luvio_engine_AdapterFactory<UpdateContextServiceDefinitionConfig, types_ContextDefinitionInfoRepresentation_ContextDefinitionInfoRepresentation>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
|
|
2
|
+
import { ContextTagListInputRepresentation as types_ContextTagListInputRepresentation_ContextTagListInputRepresentation } from '../types/ContextTagListInputRepresentation';
|
|
3
|
+
import { ResourceRequestConfig as resources_patchConnectContextDefinitionsContextTagsByContextDefinitionId_ResourceRequestConfig } from '../resources/patchConnectContextDefinitionsContextTagsByContextDefinitionId';
|
|
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 { ContextTagListRepresentation as types_ContextTagListRepresentation_ContextTagListRepresentation } from '../types/ContextTagListRepresentation';
|
|
6
|
+
export declare const adapterName = "updateContextTags";
|
|
7
|
+
export declare const updateContextTags_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface UpdateContextTagsConfig {
|
|
9
|
+
contextDefinitionId: string;
|
|
10
|
+
contextTagInput: types_ContextTagListInputRepresentation_ContextTagListInputRepresentation;
|
|
11
|
+
}
|
|
12
|
+
export declare function createResourceParams(config: UpdateContextTagsConfig): resources_patchConnectContextDefinitionsContextTagsByContextDefinitionId_ResourceRequestConfig;
|
|
13
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<UpdateContextTagsConfig>): adapter$45$utils_Untrusted<UpdateContextTagsConfig>;
|
|
14
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): UpdateContextTagsConfig | null;
|
|
15
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: UpdateContextTagsConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_ContextTagListRepresentation_ContextTagListRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_ContextTagListRepresentation_ContextTagListRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_ContextTagListRepresentation_ContextTagListRepresentation, any>>;
|
|
16
|
+
export declare const updateContextTagsAdapterFactory: $64$luvio_engine_AdapterFactory<UpdateContextTagsConfig, types_ContextTagListRepresentation_ContextTagListRepresentation>;
|
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
export { queryContextRecordAndChildrenAdapterFactory } from '../adapters/queryContextRecordAndChildren';
|
|
2
2
|
export { getContextAdapterFactory } from '../adapters/getContext';
|
|
3
|
+
export { getContextDefinitionsAdapterFactory } from '../adapters/getContextDefinitions';
|
|
4
|
+
export { createContextServiceDefinitionAdapterFactory } from '../adapters/createContextServiceDefinition';
|
|
5
|
+
export { getContextServiceDefinitionInfoAdapterFactory } from '../adapters/getContextServiceDefinitionInfo';
|
|
6
|
+
export { deleteContextServiceDefinitionAdapterFactory } from '../adapters/deleteContextServiceDefinition';
|
|
7
|
+
export { getContextServiceDefinitionAdapterFactory } from '../adapters/getContextServiceDefinition';
|
|
8
|
+
export { updateContextServiceDefinitionAdapterFactory } from '../adapters/updateContextServiceDefinition';
|
|
9
|
+
export { updateContextMappingsAdapterFactory } from '../adapters/updateContextMappings';
|
|
10
|
+
export { createContextMappingsAdapterFactory } from '../adapters/createContextMappings';
|
|
11
|
+
export { deleteContextServiceMappingAdapterFactory } from '../adapters/deleteContextServiceMapping';
|
|
12
|
+
export { getContextServiceMappingAdapterFactory } from '../adapters/getContextServiceMapping';
|
|
13
|
+
export { updateContextNodesAdapterFactory } from '../adapters/updateContextNodes';
|
|
14
|
+
export { createContextNodesAdapterFactory } from '../adapters/createContextNodes';
|
|
15
|
+
export { getContextTagsAdapterFactory } from '../adapters/getContextTags';
|
|
16
|
+
export { updateContextTagsAdapterFactory } from '../adapters/updateContextTags';
|
|
17
|
+
export { createContextTagsAdapterFactory } from '../adapters/createContextTags';
|
|
18
|
+
export { deleteContextServiceNodeAdapterFactory } from '../adapters/deleteContextServiceNode';
|
|
19
|
+
export { getContextServiceNodeAdapterFactory } from '../adapters/getContextServiceNode';
|
|
20
|
+
export { deleteContextServiceTagAdapterFactory } from '../adapters/deleteContextServiceTag';
|
|
21
|
+
export { getContextServiceTagAdapterFactory } from '../adapters/getContextServiceTag';
|
|
22
|
+
export { updateContextNodeMappingsAdapterFactory } from '../adapters/updateContextNodeMappings';
|
|
23
|
+
export { createContextNodeMappingsAdapterFactory } from '../adapters/createContextNodeMappings';
|
|
24
|
+
export { deleteContextServiceNodeMappingAdapterFactory } from '../adapters/deleteContextServiceNodeMapping';
|
|
25
|
+
export { getContextServiceNodeMappingAdapterFactory } from '../adapters/getContextServiceNodeMapping';
|
|
26
|
+
export { updateContextAttributesAdapterFactory } from '../adapters/updateContextAttributes';
|
|
27
|
+
export { createContextAttributesAdapterFactory } from '../adapters/createContextAttributes';
|
|
28
|
+
export { deleteContextServiceAttributeAdapterFactory } from '../adapters/deleteContextServiceAttribute';
|
|
29
|
+
export { getContextServiceAttributeAdapterFactory } from '../adapters/getContextServiceAttribute';
|
|
3
30
|
export { getContextDefinitionListAdapterFactory } from '../adapters/getContextDefinitionList';
|
|
4
31
|
export { createContextDefinitionAdapterFactory } from '../adapters/createContextDefinition';
|
|
5
32
|
export { cloneContextDefinitionAdapterFactory } from '../adapters/cloneContextDefinition';
|
|
@@ -3,11 +3,17 @@ declare let createContextAttribute: any;
|
|
|
3
3
|
declare let createContextAttributeList: any;
|
|
4
4
|
declare let createContextAttributeMapping: any;
|
|
5
5
|
declare let createContextAttributeTag: any;
|
|
6
|
+
declare let createContextAttributes: any;
|
|
6
7
|
declare let createContextDefinition: any;
|
|
7
8
|
declare let createContextDefinitionVersion: any;
|
|
8
9
|
declare let createContextMapping: any;
|
|
10
|
+
declare let createContextMappings: any;
|
|
9
11
|
declare let createContextNode: any;
|
|
10
12
|
declare let createContextNodeMapping: any;
|
|
13
|
+
declare let createContextNodeMappings: any;
|
|
14
|
+
declare let createContextNodes: any;
|
|
15
|
+
declare let createContextServiceDefinition: any;
|
|
16
|
+
declare let createContextTags: any;
|
|
11
17
|
declare let deleteContextAttribute: any;
|
|
12
18
|
declare let deleteContextAttributeMapping: any;
|
|
13
19
|
declare let deleteContextAttributeTag: any;
|
|
@@ -16,6 +22,12 @@ declare let deleteContextDefinitionVersion: any;
|
|
|
16
22
|
declare let deleteContextMapping: any;
|
|
17
23
|
declare let deleteContextNode: any;
|
|
18
24
|
declare let deleteContextNodeMapping: any;
|
|
25
|
+
declare let deleteContextServiceAttribute: any;
|
|
26
|
+
declare let deleteContextServiceDefinition: any;
|
|
27
|
+
declare let deleteContextServiceMapping: any;
|
|
28
|
+
declare let deleteContextServiceNode: any;
|
|
29
|
+
declare let deleteContextServiceNodeMapping: any;
|
|
30
|
+
declare let deleteContextServiceTag: any;
|
|
19
31
|
declare let getContext: any;
|
|
20
32
|
declare let getContextAttribute: any;
|
|
21
33
|
declare let getContextAttributeMapping: any;
|
|
@@ -31,6 +43,7 @@ declare let getContextDefinitionList: any;
|
|
|
31
43
|
declare let getContextDefinitionNotifyChange: any;
|
|
32
44
|
declare let getContextDefinitionVersion: any;
|
|
33
45
|
declare let getContextDefinitionVersionNotifyChange: any;
|
|
46
|
+
declare let getContextDefinitions: any;
|
|
34
47
|
declare let getContextMapping: any;
|
|
35
48
|
declare let getContextMappingNotifyChange: any;
|
|
36
49
|
declare let getContextNode: any;
|
|
@@ -40,16 +53,38 @@ declare let getContextNodeNotifyChange: any;
|
|
|
40
53
|
declare let getContextNotifyChange: any;
|
|
41
54
|
declare let getContextServiceAccess: any;
|
|
42
55
|
declare let getContextServiceAccessNotifyChange: any;
|
|
56
|
+
declare let getContextServiceAttribute: any;
|
|
57
|
+
declare let getContextServiceAttributeNotifyChange: any;
|
|
58
|
+
declare let getContextServiceDefinition: any;
|
|
59
|
+
declare let getContextServiceDefinitionInfo: any;
|
|
60
|
+
declare let getContextServiceDefinitionInfoNotifyChange: any;
|
|
61
|
+
declare let getContextServiceDefinitionNotifyChange: any;
|
|
62
|
+
declare let getContextServiceMapping: any;
|
|
63
|
+
declare let getContextServiceMappingNotifyChange: any;
|
|
64
|
+
declare let getContextServiceNode: any;
|
|
65
|
+
declare let getContextServiceNodeMapping: any;
|
|
66
|
+
declare let getContextServiceNodeMappingNotifyChange: any;
|
|
67
|
+
declare let getContextServiceNodeNotifyChange: any;
|
|
68
|
+
declare let getContextServiceTag: any;
|
|
69
|
+
declare let getContextServiceTagNotifyChange: any;
|
|
70
|
+
declare let getContextTags: any;
|
|
71
|
+
declare let getContextTagsNotifyChange: any;
|
|
43
72
|
declare let putContextServiceAccess: any;
|
|
44
73
|
declare let queryContextRecordAndChildren: any;
|
|
45
74
|
declare let updateContextAttribute: any;
|
|
46
75
|
declare let updateContextAttributeMapping: any;
|
|
47
76
|
declare let updateContextAttributeTag: any;
|
|
77
|
+
declare let updateContextAttributes: any;
|
|
48
78
|
declare let updateContextDefinition: any;
|
|
49
79
|
declare let updateContextDefinitionVersion: any;
|
|
50
80
|
declare let updateContextMapping: any;
|
|
81
|
+
declare let updateContextMappings: any;
|
|
51
82
|
declare let updateContextNode: any;
|
|
52
83
|
declare let updateContextNodeMapping: any;
|
|
84
|
+
declare let updateContextNodeMappings: any;
|
|
85
|
+
declare let updateContextNodes: any;
|
|
86
|
+
declare let updateContextServiceDefinition: any;
|
|
87
|
+
declare let updateContextTags: any;
|
|
53
88
|
declare let getContext_imperative: any;
|
|
54
89
|
declare let getContextAttribute_imperative: any;
|
|
55
90
|
declare let getContextAttributeMapping_imperative: any;
|
|
@@ -59,8 +94,17 @@ declare let getContextDefinition_imperative: any;
|
|
|
59
94
|
declare let getContextDefinitionInfo_imperative: any;
|
|
60
95
|
declare let getContextDefinitionList_imperative: any;
|
|
61
96
|
declare let getContextDefinitionVersion_imperative: any;
|
|
97
|
+
declare let getContextDefinitions_imperative: any;
|
|
62
98
|
declare let getContextMapping_imperative: any;
|
|
63
99
|
declare let getContextNode_imperative: any;
|
|
64
100
|
declare let getContextNodeMapping_imperative: any;
|
|
65
101
|
declare let getContextServiceAccess_imperative: any;
|
|
66
|
-
|
|
102
|
+
declare let getContextServiceAttribute_imperative: any;
|
|
103
|
+
declare let getContextServiceDefinition_imperative: any;
|
|
104
|
+
declare let getContextServiceDefinitionInfo_imperative: any;
|
|
105
|
+
declare let getContextServiceMapping_imperative: any;
|
|
106
|
+
declare let getContextServiceNode_imperative: any;
|
|
107
|
+
declare let getContextServiceNodeMapping_imperative: any;
|
|
108
|
+
declare let getContextServiceTag_imperative: any;
|
|
109
|
+
declare let getContextTags_imperative: any;
|
|
110
|
+
export { cloneContextDefinition, createContextAttribute, createContextAttributeList, createContextAttributeMapping, createContextAttributeTag, createContextAttributes, createContextDefinition, createContextDefinitionVersion, createContextMapping, createContextMappings, createContextNode, createContextNodeMapping, createContextNodeMappings, createContextNodes, createContextServiceDefinition, createContextTags, deleteContextAttribute, deleteContextAttributeMapping, deleteContextAttributeTag, deleteContextDefinition, deleteContextDefinitionVersion, deleteContextMapping, deleteContextNode, deleteContextNodeMapping, deleteContextServiceAttribute, deleteContextServiceDefinition, deleteContextServiceMapping, deleteContextServiceNode, deleteContextServiceNodeMapping, deleteContextServiceTag, getContext, getContextAttribute, getContextAttributeMapping, getContextAttributeMappingNotifyChange, getContextAttributeNotifyChange, getContextAttributeTag, getContextAttributeTagNotifyChange, getContextAttributeTagsByAttributeId, getContextDefinition, getContextDefinitionInfo, getContextDefinitionInfoNotifyChange, getContextDefinitionList, getContextDefinitionNotifyChange, getContextDefinitionVersion, getContextDefinitionVersionNotifyChange, getContextDefinitions, getContextMapping, getContextMappingNotifyChange, getContextNode, getContextNodeMapping, getContextNodeMappingNotifyChange, getContextNodeNotifyChange, getContextNotifyChange, getContextServiceAccess, getContextServiceAccessNotifyChange, getContextServiceAttribute, getContextServiceAttributeNotifyChange, getContextServiceDefinition, getContextServiceDefinitionInfo, getContextServiceDefinitionInfoNotifyChange, getContextServiceDefinitionNotifyChange, getContextServiceMapping, getContextServiceMappingNotifyChange, getContextServiceNode, getContextServiceNodeMapping, getContextServiceNodeMappingNotifyChange, getContextServiceNodeNotifyChange, getContextServiceTag, getContextServiceTagNotifyChange, getContextTags, getContextTagsNotifyChange, putContextServiceAccess, queryContextRecordAndChildren, updateContextAttribute, updateContextAttributeMapping, updateContextAttributeTag, updateContextAttributes, updateContextDefinition, updateContextDefinitionVersion, updateContextMapping, updateContextMappings, updateContextNode, updateContextNodeMapping, updateContextNodeMappings, updateContextNodes, updateContextServiceDefinition, updateContextTags, getContext_imperative, getContextAttribute_imperative, getContextAttributeMapping_imperative, getContextAttributeTag_imperative, getContextAttributeTagsByAttributeId_imperative, getContextDefinition_imperative, getContextDefinitionInfo_imperative, getContextDefinitionList_imperative, getContextDefinitionVersion_imperative, getContextDefinitions_imperative, getContextMapping_imperative, getContextNode_imperative, getContextNodeMapping_imperative, getContextServiceAccess_imperative, getContextServiceAttribute_imperative, getContextServiceDefinition_imperative, getContextServiceDefinitionInfo_imperative, getContextServiceMapping_imperative, getContextServiceNode_imperative, getContextServiceNodeMapping_imperative, getContextServiceTag_imperative, getContextTags_imperative };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
export interface ResourceRequestConfig {
|
|
3
|
+
urlParams: {
|
|
4
|
+
contextDefinitionId: string;
|
|
5
|
+
};
|
|
6
|
+
}
|
|
7
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
8
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
9
|
+
export declare function getResponseCacheKeys(cacheKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig): void;
|
|
10
|
+
export declare function evictSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig): void;
|
|
11
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
12
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
export interface ResourceRequestConfig {
|
|
3
|
+
urlParams: {
|
|
4
|
+
contextDefinitionId: string;
|
|
5
|
+
contextMappingId: string;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
9
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export declare function getResponseCacheKeys(cacheKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig): void;
|
|
11
|
+
export declare function evictSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig): void;
|
|
12
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
13
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
export interface ResourceRequestConfig {
|
|
3
|
+
urlParams: {
|
|
4
|
+
contextDefinitionId: string;
|
|
5
|
+
contextNodeId: string;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
9
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export declare function getResponseCacheKeys(cacheKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig): void;
|
|
11
|
+
export declare function evictSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig): void;
|
|
12
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
13
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
export interface ResourceRequestConfig {
|
|
3
|
+
urlParams: {
|
|
4
|
+
contextDefinitionId: string;
|
|
5
|
+
contextTagId: string;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
9
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export declare function getResponseCacheKeys(cacheKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig): void;
|
|
11
|
+
export declare function evictSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig): void;
|
|
12
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
13
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
export interface ResourceRequestConfig {
|
|
3
|
+
urlParams: {
|
|
4
|
+
contextNodeMappingId: string;
|
|
5
|
+
contextMappingId: string;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
9
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export declare function getResponseCacheKeys(cacheKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig): void;
|
|
11
|
+
export declare function evictSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig): void;
|
|
12
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
13
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
export interface ResourceRequestConfig {
|
|
3
|
+
urlParams: {
|
|
4
|
+
contextAttributeId: string;
|
|
5
|
+
contextNodeId: string;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
9
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export declare function getResponseCacheKeys(cacheKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig): void;
|
|
11
|
+
export declare function evictSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig): void;
|
|
12
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
13
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, 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 { ContextDefinitionListRepresentation as types_ContextDefinitionListRepresentation_ContextDefinitionListRepresentation } from '../types/ContextDefinitionListRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
queryParams: {
|
|
5
|
+
includeInactive?: boolean;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
9
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
10
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ContextDefinitionListRepresentation_ContextDefinitionListRepresentation): void;
|
|
12
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ContextDefinitionListRepresentation_ContextDefinitionListRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ContextDefinitionListRepresentation_ContextDefinitionListRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ContextDefinitionListRepresentation_ContextDefinitionListRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ContextDefinitionListRepresentation_ContextDefinitionListRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ContextDefinitionListRepresentation_ContextDefinitionListRepresentation, any>;
|
|
13
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ContextDefinitionListRepresentation_ContextDefinitionListRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
14
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
15
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, 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 { ContextDefinitionRepresentation as types_ContextDefinitionRepresentation_ContextDefinitionRepresentation } from '../types/ContextDefinitionRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
contextDefinitionId: string;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
9
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
10
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ContextDefinitionRepresentation_ContextDefinitionRepresentation): void;
|
|
12
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ContextDefinitionRepresentation_ContextDefinitionRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ContextDefinitionRepresentation_ContextDefinitionRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ContextDefinitionRepresentation_ContextDefinitionRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ContextDefinitionRepresentation_ContextDefinitionRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ContextDefinitionRepresentation_ContextDefinitionRepresentation, any>;
|
|
13
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ContextDefinitionRepresentation_ContextDefinitionRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
14
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
15
|
+
export default createResourceRequest;
|
|
16
|
+
export declare function createResourceRequestFromRepresentation(representation: types_ContextDefinitionRepresentation_ContextDefinitionRepresentation): $64$luvio_engine_ResourceRequest;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, 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 { ContextMappingRepresentation as types_ContextMappingRepresentation_ContextMappingRepresentation } from '../types/ContextMappingRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
contextDefinitionId: string;
|
|
6
|
+
contextMappingId: 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(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ContextMappingRepresentation_ContextMappingRepresentation): void;
|
|
13
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ContextMappingRepresentation_ContextMappingRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ContextMappingRepresentation_ContextMappingRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ContextMappingRepresentation_ContextMappingRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ContextMappingRepresentation_ContextMappingRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ContextMappingRepresentation_ContextMappingRepresentation, any>;
|
|
14
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ContextMappingRepresentation_ContextMappingRepresentation>): $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_ContextMappingRepresentation_ContextMappingRepresentation): $64$luvio_engine_ResourceRequest;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, 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 { ContextNodeRepresentation as types_ContextNodeRepresentation_ContextNodeRepresentation } from '../types/ContextNodeRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
contextDefinitionId: string;
|
|
6
|
+
contextNodeId: 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(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ContextNodeRepresentation_ContextNodeRepresentation): void;
|
|
13
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ContextNodeRepresentation_ContextNodeRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ContextNodeRepresentation_ContextNodeRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ContextNodeRepresentation_ContextNodeRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ContextNodeRepresentation_ContextNodeRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ContextNodeRepresentation_ContextNodeRepresentation, any>;
|
|
14
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ContextNodeRepresentation_ContextNodeRepresentation>): $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_ContextNodeRepresentation_ContextNodeRepresentation): $64$luvio_engine_ResourceRequest;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, 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 { ContextTagListRepresentation as types_ContextTagListRepresentation_ContextTagListRepresentation } from '../types/ContextTagListRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
contextDefinitionId: string;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
9
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
10
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ContextTagListRepresentation_ContextTagListRepresentation): void;
|
|
12
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ContextTagListRepresentation_ContextTagListRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<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>;
|
|
13
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ContextTagListRepresentation_ContextTagListRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
14
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
15
|
+
export default createResourceRequest;
|
|
16
|
+
export declare function createResourceRequestFromRepresentation(representation: types_ContextTagListRepresentation_ContextTagListRepresentation): $64$luvio_engine_ResourceRequest;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, 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 { ContextAttributeTagRepresentation as types_ContextAttributeTagRepresentation_ContextAttributeTagRepresentation } from '../types/ContextAttributeTagRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
contextDefinitionId: string;
|
|
6
|
+
contextTagId: 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(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ContextAttributeTagRepresentation_ContextAttributeTagRepresentation): void;
|
|
13
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ContextAttributeTagRepresentation_ContextAttributeTagRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ContextAttributeTagRepresentation_ContextAttributeTagRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ContextAttributeTagRepresentation_ContextAttributeTagRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ContextAttributeTagRepresentation_ContextAttributeTagRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ContextAttributeTagRepresentation_ContextAttributeTagRepresentation, any>;
|
|
14
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ContextAttributeTagRepresentation_ContextAttributeTagRepresentation>): $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_ContextAttributeTagRepresentation_ContextAttributeTagRepresentation): $64$luvio_engine_ResourceRequest;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, 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 { ContextDefinitionInfoRepresentation as types_ContextDefinitionInfoRepresentation_ContextDefinitionInfoRepresentation } from '../types/ContextDefinitionInfoRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
contextDefinitionId: string;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
9
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
10
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ContextDefinitionInfoRepresentation_ContextDefinitionInfoRepresentation): void;
|
|
12
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ContextDefinitionInfoRepresentation_ContextDefinitionInfoRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<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>;
|
|
13
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ContextDefinitionInfoRepresentation_ContextDefinitionInfoRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
14
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
15
|
+
export default createResourceRequest;
|
|
16
|
+
export declare function createResourceRequestFromRepresentation(representation: types_ContextDefinitionInfoRepresentation_ContextDefinitionInfoRepresentation): $64$luvio_engine_ResourceRequest;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, 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 { ContextNodeMappingRepresentation as types_ContextNodeMappingRepresentation_ContextNodeMappingRepresentation } from '../types/ContextNodeMappingRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
contextNodeMappingId: string;
|
|
6
|
+
contextMappingId: 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(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ContextNodeMappingRepresentation_ContextNodeMappingRepresentation): void;
|
|
13
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ContextNodeMappingRepresentation_ContextNodeMappingRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ContextNodeMappingRepresentation_ContextNodeMappingRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ContextNodeMappingRepresentation_ContextNodeMappingRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ContextNodeMappingRepresentation_ContextNodeMappingRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ContextNodeMappingRepresentation_ContextNodeMappingRepresentation, any>;
|
|
14
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ContextNodeMappingRepresentation_ContextNodeMappingRepresentation>): $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_ContextNodeMappingRepresentation_ContextNodeMappingRepresentation): $64$luvio_engine_ResourceRequest;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, 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 { ContextAttributeRepresentation as types_ContextAttributeRepresentation_ContextAttributeRepresentation } from '../types/ContextAttributeRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
contextAttributeId: string;
|
|
6
|
+
contextNodeId: 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(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ContextAttributeRepresentation_ContextAttributeRepresentation): void;
|
|
13
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ContextAttributeRepresentation_ContextAttributeRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ContextAttributeRepresentation_ContextAttributeRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ContextAttributeRepresentation_ContextAttributeRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ContextAttributeRepresentation_ContextAttributeRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ContextAttributeRepresentation_ContextAttributeRepresentation, any>;
|
|
14
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ContextAttributeRepresentation_ContextAttributeRepresentation>): $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_ContextAttributeRepresentation_ContextAttributeRepresentation): $64$luvio_engine_ResourceRequest;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ContextDefinitionInputRepresentation as types_ContextDefinitionInputRepresentation_ContextDefinitionInputRepresentation } from '../types/ContextDefinitionInputRepresentation';
|
|
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
|
+
urlParams: {
|
|
6
|
+
contextDefinitionId: string;
|
|
7
|
+
};
|
|
8
|
+
body: {
|
|
9
|
+
contextDefinitionInput: types_ContextDefinitionInputRepresentation_ContextDefinitionInputRepresentation;
|
|
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_ContextDefinitionInfoRepresentation_ContextDefinitionInfoRepresentation): void;
|
|
14
|
+
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>;
|
|
15
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
16
|
+
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,17 @@
|
|
|
1
|
+
import { ContextMappingInputRepresentation as types_ContextMappingInputRepresentation_ContextMappingInputRepresentation } from '../types/ContextMappingInputRepresentation';
|
|
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 { ContextMappingRepresentation as types_ContextMappingRepresentation_ContextMappingRepresentation } from '../types/ContextMappingRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
urlParams: {
|
|
6
|
+
contextDefinitionId: string;
|
|
7
|
+
contextMappingId: string;
|
|
8
|
+
};
|
|
9
|
+
body: {
|
|
10
|
+
contextMappingInput: types_ContextMappingInputRepresentation_ContextMappingInputRepresentation;
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
14
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ContextMappingRepresentation_ContextMappingRepresentation): void;
|
|
15
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ContextMappingRepresentation_ContextMappingRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ContextMappingRepresentation_ContextMappingRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ContextMappingRepresentation_ContextMappingRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ContextMappingRepresentation_ContextMappingRepresentation, any>;
|
|
16
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
17
|
+
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;
|