@salesforce/lds-adapters-industries-context 1.175.0 → 1.177.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 +3733 -3435
- package/dist/es/es2018/types/src/generated/adapters/cloneContextDefinition.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +2 -1
- package/dist/es/es2018/types/src/generated/resources/postConnectContextdefinitionActionClone.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/types/CloneContextDefinitionInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CloneContextDefinitionInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextDefinitionInfoRepresentation.d.ts +10 -1
- package/dist/es/es2018/types/src/generated/types/ContextDefinitionInputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/ContextDefinitionRepresentation.d.ts +10 -1
- package/dist/es/es2018/types/src/generated/types/ContextDefinitionVersionRepresentation.d.ts +4 -1
- package/package.json +1 -1
- package/sfdc/index.js +3115 -2814
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
|
|
2
|
+
import { CloneContextDefinitionInputRepresentation as types_CloneContextDefinitionInputRepresentation_CloneContextDefinitionInputRepresentation } from '../types/CloneContextDefinitionInputRepresentation';
|
|
3
|
+
import { ResourceRequestConfig as resources_postConnectContextdefinitionActionClone_ResourceRequestConfig } from '../resources/postConnectContextdefinitionActionClone';
|
|
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 { ContextDefinitionRepresentation as types_ContextDefinitionRepresentation_ContextDefinitionRepresentation } from '../types/ContextDefinitionRepresentation';
|
|
6
|
+
export declare const adapterName = "cloneContextDefinition";
|
|
7
|
+
export declare const cloneContextDefinition_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface CloneContextDefinitionConfig {
|
|
9
|
+
cloneContextDefinitionInput: types_CloneContextDefinitionInputRepresentation_CloneContextDefinitionInputRepresentation;
|
|
10
|
+
}
|
|
11
|
+
export declare function createResourceParams(config: CloneContextDefinitionConfig): resources_postConnectContextdefinitionActionClone_ResourceRequestConfig;
|
|
12
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<CloneContextDefinitionConfig>): adapter$45$utils_Untrusted<CloneContextDefinitionConfig>;
|
|
13
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): CloneContextDefinitionConfig | null;
|
|
14
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: CloneContextDefinitionConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_ContextDefinitionRepresentation_ContextDefinitionRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_ContextDefinitionRepresentation_ContextDefinitionRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_ContextDefinitionRepresentation_ContextDefinitionRepresentation, any>>;
|
|
15
|
+
export declare const cloneContextDefinitionAdapterFactory: $64$luvio_engine_AdapterFactory<CloneContextDefinitionConfig, types_ContextDefinitionRepresentation_ContextDefinitionRepresentation>;
|
|
@@ -2,6 +2,7 @@ export { queryContextRecordAndChildrenAdapterFactory } from '../adapters/queryCo
|
|
|
2
2
|
export { getContextAdapterFactory } from '../adapters/getContext';
|
|
3
3
|
export { getContextDefinitionListAdapterFactory } from '../adapters/getContextDefinitionList';
|
|
4
4
|
export { createContextDefinitionAdapterFactory } from '../adapters/createContextDefinition';
|
|
5
|
+
export { cloneContextDefinitionAdapterFactory } from '../adapters/cloneContextDefinition';
|
|
5
6
|
export { createContextAttributeAdapterFactory } from '../adapters/createContextAttribute';
|
|
6
7
|
export { deleteContextAttributeAdapterFactory } from '../adapters/deleteContextAttribute';
|
|
7
8
|
export { getContextAttributeAdapterFactory } from '../adapters/getContextAttribute';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
declare let cloneContextDefinition: any;
|
|
1
2
|
declare let createContextAttribute: any;
|
|
2
3
|
declare let createContextAttributeList: any;
|
|
3
4
|
declare let createContextAttributeMapping: any;
|
|
@@ -62,4 +63,4 @@ declare let getContextMapping_imperative: any;
|
|
|
62
63
|
declare let getContextNode_imperative: any;
|
|
63
64
|
declare let getContextNodeMapping_imperative: any;
|
|
64
65
|
declare let getContextServiceAccess_imperative: any;
|
|
65
|
-
export { createContextAttribute, createContextAttributeList, createContextAttributeMapping, createContextAttributeTag, createContextDefinition, createContextDefinitionVersion, createContextMapping, createContextNode, createContextNodeMapping, deleteContextAttribute, deleteContextAttributeMapping, deleteContextAttributeTag, deleteContextDefinition, deleteContextDefinitionVersion, deleteContextMapping, deleteContextNode, deleteContextNodeMapping, getContext, getContextAttribute, getContextAttributeMapping, getContextAttributeMappingNotifyChange, getContextAttributeNotifyChange, getContextAttributeTag, getContextAttributeTagNotifyChange, getContextAttributeTagsByAttributeId, getContextDefinition, getContextDefinitionInfo, getContextDefinitionInfoNotifyChange, getContextDefinitionList, getContextDefinitionNotifyChange, getContextDefinitionVersion, getContextDefinitionVersionNotifyChange, getContextMapping, getContextMappingNotifyChange, getContextNode, getContextNodeMapping, getContextNodeMappingNotifyChange, getContextNodeNotifyChange, getContextNotifyChange, getContextServiceAccess, getContextServiceAccessNotifyChange, putContextServiceAccess, queryContextRecordAndChildren, updateContextAttribute, updateContextAttributeMapping, updateContextAttributeTag, updateContextDefinition, updateContextDefinitionVersion, updateContextMapping, updateContextNode, updateContextNodeMapping, getContext_imperative, getContextAttribute_imperative, getContextAttributeMapping_imperative, getContextAttributeTag_imperative, getContextAttributeTagsByAttributeId_imperative, getContextDefinition_imperative, getContextDefinitionInfo_imperative, getContextDefinitionList_imperative, getContextDefinitionVersion_imperative, getContextMapping_imperative, getContextNode_imperative, getContextNodeMapping_imperative, getContextServiceAccess_imperative };
|
|
66
|
+
export { cloneContextDefinition, createContextAttribute, createContextAttributeList, createContextAttributeMapping, createContextAttributeTag, createContextDefinition, createContextDefinitionVersion, createContextMapping, createContextNode, createContextNodeMapping, deleteContextAttribute, deleteContextAttributeMapping, deleteContextAttributeTag, deleteContextDefinition, deleteContextDefinitionVersion, deleteContextMapping, deleteContextNode, deleteContextNodeMapping, getContext, getContextAttribute, getContextAttributeMapping, getContextAttributeMappingNotifyChange, getContextAttributeNotifyChange, getContextAttributeTag, getContextAttributeTagNotifyChange, getContextAttributeTagsByAttributeId, getContextDefinition, getContextDefinitionInfo, getContextDefinitionInfoNotifyChange, getContextDefinitionList, getContextDefinitionNotifyChange, getContextDefinitionVersion, getContextDefinitionVersionNotifyChange, getContextMapping, getContextMappingNotifyChange, getContextNode, getContextNodeMapping, getContextNodeMappingNotifyChange, getContextNodeNotifyChange, getContextNotifyChange, getContextServiceAccess, getContextServiceAccessNotifyChange, putContextServiceAccess, queryContextRecordAndChildren, updateContextAttribute, updateContextAttributeMapping, updateContextAttributeTag, updateContextDefinition, updateContextDefinitionVersion, updateContextMapping, updateContextNode, updateContextNodeMapping, getContext_imperative, getContextAttribute_imperative, getContextAttributeMapping_imperative, getContextAttributeTag_imperative, getContextAttributeTagsByAttributeId_imperative, getContextDefinition_imperative, getContextDefinitionInfo_imperative, getContextDefinitionList_imperative, getContextDefinitionVersion_imperative, getContextMapping_imperative, getContextNode_imperative, getContextNodeMapping_imperative, getContextServiceAccess_imperative };
|
package/dist/es/es2018/types/src/generated/resources/postConnectContextdefinitionActionClone.d.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { CloneContextDefinitionInputRepresentation as types_CloneContextDefinitionInputRepresentation_CloneContextDefinitionInputRepresentation } from '../types/CloneContextDefinitionInputRepresentation';
|
|
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 { ContextDefinitionRepresentation as types_ContextDefinitionRepresentation_ContextDefinitionRepresentation } from '../types/ContextDefinitionRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
body: {
|
|
6
|
+
cloneContextDefinitionInput: types_CloneContextDefinitionInputRepresentation_CloneContextDefinitionInputRepresentation;
|
|
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_ContextDefinitionRepresentation_ContextDefinitionRepresentation): void;
|
|
11
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<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>;
|
|
12
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
13
|
+
export default createResourceRequest;
|
package/dist/es/es2018/types/src/generated/types/CloneContextDefinitionInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
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 = "549fda5fd98aeca3fe74c9f722e949cf";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: CloneContextDefinitionInputRepresentation, existing: CloneContextDefinitionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CloneContextDefinitionInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: CloneContextDefinitionInputRepresentationNormalized, incoming: CloneContextDefinitionInputRepresentationNormalized): 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: CloneContextDefinitionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation of Clone Context Definition
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface CloneContextDefinitionInputRepresentationNormalized {
|
|
17
|
+
/** Name of ContextDefinition */
|
|
18
|
+
definition: string;
|
|
19
|
+
/** Id of ContextDefinition to be Cloned */
|
|
20
|
+
definitionId: string;
|
|
21
|
+
/** Developer Name */
|
|
22
|
+
developerName: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Input representation of Clone Context Definition
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface CloneContextDefinitionInputRepresentation {
|
|
31
|
+
definition: string;
|
|
32
|
+
definitionId: string;
|
|
33
|
+
developerName: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { CloneContextDefinitionInputRepresentation as CloneContextDefinitionInputRepresentation_CloneContextDefinitionInputRepresentation } from './CloneContextDefinitionInputRepresentation';
|
|
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 = "518d7bbb1c48769ad925e44a3cd31a90";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: CloneContextDefinitionInputWrapperRepresentation, existing: CloneContextDefinitionInputWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CloneContextDefinitionInputWrapperRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: CloneContextDefinitionInputWrapperRepresentationNormalized, incoming: CloneContextDefinitionInputWrapperRepresentationNormalized): 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: CloneContextDefinitionInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Wrapper Input representation for CloneContextDefinitionInputRepresentation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface CloneContextDefinitionInputWrapperRepresentationNormalized {
|
|
18
|
+
cloneContextDefinitionInput: CloneContextDefinitionInputRepresentation_CloneContextDefinitionInputRepresentation;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Wrapper Input representation for CloneContextDefinitionInputRepresentation
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface CloneContextDefinitionInputWrapperRepresentation {
|
|
27
|
+
cloneContextDefinitionInput: CloneContextDefinitionInputRepresentation_CloneContextDefinitionInputRepresentation;
|
|
28
|
+
}
|
|
@@ -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 = "29140df9cbb67b3a40be95fa0e849b15";
|
|
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 {
|
|
@@ -28,6 +28,8 @@ export interface ContextDefinitionInfoRepresentationNormalized {
|
|
|
28
28
|
activeVersionId?: string;
|
|
29
29
|
/** Id of Context Definition */
|
|
30
30
|
contextDefinitionId: string;
|
|
31
|
+
/** Context TTL */
|
|
32
|
+
contextTtl?: number;
|
|
31
33
|
/** Created By */
|
|
32
34
|
createdBy?: string;
|
|
33
35
|
/** Created Date */
|
|
@@ -42,6 +44,8 @@ export interface ContextDefinitionInfoRepresentationNormalized {
|
|
|
42
44
|
endDate?: string;
|
|
43
45
|
/** Is Active */
|
|
44
46
|
isActive?: boolean;
|
|
47
|
+
/** Is Editable */
|
|
48
|
+
isEditable?: boolean;
|
|
45
49
|
/** Success */
|
|
46
50
|
isSuccess?: boolean;
|
|
47
51
|
/** Last Modified By */
|
|
@@ -50,6 +54,8 @@ export interface ContextDefinitionInfoRepresentationNormalized {
|
|
|
50
54
|
lastModifiedDate?: string;
|
|
51
55
|
/** Start Date */
|
|
52
56
|
startDate?: string;
|
|
57
|
+
/** Context TTL Unit */
|
|
58
|
+
ttlUnit?: string;
|
|
53
59
|
}
|
|
54
60
|
/**
|
|
55
61
|
* Output representation of Context Definition Info
|
|
@@ -60,6 +66,7 @@ export interface ContextDefinitionInfoRepresentationNormalized {
|
|
|
60
66
|
export interface ContextDefinitionInfoRepresentation {
|
|
61
67
|
activeVersionId?: string;
|
|
62
68
|
contextDefinitionId: string;
|
|
69
|
+
contextTtl?: number;
|
|
63
70
|
createdBy?: string;
|
|
64
71
|
createdDate?: string;
|
|
65
72
|
definition?: string;
|
|
@@ -67,8 +74,10 @@ export interface ContextDefinitionInfoRepresentation {
|
|
|
67
74
|
developerName?: string;
|
|
68
75
|
endDate?: string;
|
|
69
76
|
isActive?: boolean;
|
|
77
|
+
isEditable?: boolean;
|
|
70
78
|
isSuccess?: boolean;
|
|
71
79
|
lastModifiedBy?: string;
|
|
72
80
|
lastModifiedDate?: string;
|
|
73
81
|
startDate?: string;
|
|
82
|
+
ttlUnit?: string;
|
|
74
83
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
-
export declare const VERSION = "
|
|
2
|
+
export declare const VERSION = "95570acc4cd7ce7c462ae3db7e465270";
|
|
3
3
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
4
|
export declare const RepresentationType: string;
|
|
5
5
|
export declare function normalize(input: ContextDefinitionInputRepresentation, existing: ContextDefinitionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextDefinitionInputRepresentationNormalized;
|
|
@@ -14,6 +14,8 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
14
14
|
* (none)
|
|
15
15
|
*/
|
|
16
16
|
export interface ContextDefinitionInputRepresentationNormalized {
|
|
17
|
+
/** Context TTL */
|
|
18
|
+
contextTtl?: number;
|
|
17
19
|
/** Name of ContextDefinition */
|
|
18
20
|
definition?: string;
|
|
19
21
|
/** Short description of ContextDefinition */
|
|
@@ -26,6 +28,8 @@ export interface ContextDefinitionInputRepresentationNormalized {
|
|
|
26
28
|
isActive?: boolean;
|
|
27
29
|
/** Start Date */
|
|
28
30
|
startDate?: string;
|
|
31
|
+
/** Context TTL Unit */
|
|
32
|
+
ttlUnit?: string;
|
|
29
33
|
}
|
|
30
34
|
/**
|
|
31
35
|
* Input representation of Context Definition
|
|
@@ -34,10 +38,12 @@ export interface ContextDefinitionInputRepresentationNormalized {
|
|
|
34
38
|
* (none)
|
|
35
39
|
*/
|
|
36
40
|
export interface ContextDefinitionInputRepresentation {
|
|
41
|
+
contextTtl?: number;
|
|
37
42
|
definition?: string;
|
|
38
43
|
description?: string;
|
|
39
44
|
developerName?: string;
|
|
40
45
|
endDate?: string;
|
|
41
46
|
isActive?: boolean;
|
|
42
47
|
startDate?: string;
|
|
48
|
+
ttlUnit?: string;
|
|
43
49
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
2
|
import { ContextDefinitionVersionRepresentation as ContextDefinitionVersionRepresentation_ContextDefinitionVersionRepresentation } from './ContextDefinitionVersionRepresentation';
|
|
3
3
|
export declare const TTL = 30000;
|
|
4
|
-
export declare const VERSION = "
|
|
4
|
+
export declare const VERSION = "9fa4806f554e6cc6ad89a9b2a9997cbf";
|
|
5
5
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
6
|
export declare const RepresentationType: string;
|
|
7
7
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -40,6 +40,8 @@ export interface ContextDefinitionRepresentationNormalized {
|
|
|
40
40
|
contextDefinitionId: string;
|
|
41
41
|
/** List of Context Definition Versions */
|
|
42
42
|
contextDefinitionVersionList: Array<$64$luvio_engine_StoreLink>;
|
|
43
|
+
/** Context TTL */
|
|
44
|
+
contextTtl?: number;
|
|
43
45
|
/** Definition */
|
|
44
46
|
definition?: string;
|
|
45
47
|
/** Description */
|
|
@@ -48,8 +50,12 @@ export interface ContextDefinitionRepresentationNormalized {
|
|
|
48
50
|
developerName?: string;
|
|
49
51
|
/** Is Active */
|
|
50
52
|
isActive?: boolean;
|
|
53
|
+
/** Is Editable */
|
|
54
|
+
isEditable?: boolean;
|
|
51
55
|
/** Success */
|
|
52
56
|
isSuccess?: boolean;
|
|
57
|
+
/** Context TTL Unit */
|
|
58
|
+
ttlUnit?: string;
|
|
53
59
|
}
|
|
54
60
|
/**
|
|
55
61
|
* Output representation of Context definition
|
|
@@ -61,9 +67,12 @@ export interface ContextDefinitionRepresentation {
|
|
|
61
67
|
activeVersionId?: string;
|
|
62
68
|
contextDefinitionId: string;
|
|
63
69
|
contextDefinitionVersionList: Array<ContextDefinitionVersionRepresentation_ContextDefinitionVersionRepresentation>;
|
|
70
|
+
contextTtl?: number;
|
|
64
71
|
definition?: string;
|
|
65
72
|
description?: string;
|
|
66
73
|
developerName?: string;
|
|
67
74
|
isActive?: boolean;
|
|
75
|
+
isEditable?: boolean;
|
|
68
76
|
isSuccess?: boolean;
|
|
77
|
+
ttlUnit?: string;
|
|
69
78
|
}
|
package/dist/es/es2018/types/src/generated/types/ContextDefinitionVersionRepresentation.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { ContextMappingRepresentation as ContextMappingRepresentation_ContextMap
|
|
|
2
2
|
import { ContextNodeRepresentation as ContextNodeRepresentation_ContextNodeRepresentation } from './ContextNodeRepresentation';
|
|
3
3
|
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
4
4
|
export declare const TTL = 30000;
|
|
5
|
-
export declare const VERSION = "
|
|
5
|
+
export declare const VERSION = "6425fc4d86a786410d0253c23dffe29d";
|
|
6
6
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
7
|
export declare const RepresentationType: string;
|
|
8
8
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -38,6 +38,8 @@ export interface ContextDefinitionVersionRepresentationNormalized {
|
|
|
38
38
|
endDate?: string;
|
|
39
39
|
/** Active */
|
|
40
40
|
isActive?: boolean;
|
|
41
|
+
/** Is Editable */
|
|
42
|
+
isEditable?: boolean;
|
|
41
43
|
/** Success */
|
|
42
44
|
isSuccess?: boolean;
|
|
43
45
|
/** Start Date */
|
|
@@ -58,6 +60,7 @@ export interface ContextDefinitionVersionRepresentation {
|
|
|
58
60
|
contextNodes?: Array<ContextNodeRepresentation_ContextNodeRepresentation>;
|
|
59
61
|
endDate?: string;
|
|
60
62
|
isActive?: boolean;
|
|
63
|
+
isEditable?: boolean;
|
|
61
64
|
isSuccess?: boolean;
|
|
62
65
|
startDate?: string;
|
|
63
66
|
versionNumber?: number;
|
package/package.json
CHANGED