@salesforce/lds-adapters-industries-decisiontable 1.280.0 → 1.282.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-decisiontable.js +602 -25
- package/dist/es/es2018/types/src/generated/adapters/getDecisionTableTemplate.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getDecisionTableTemplateList.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +5 -1
- package/dist/es/es2018/types/src/generated/resources/getConnectBusinessRulesDecisionTableTemplates.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectBusinessRulesDecisionTableTemplatesByTemplateName.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/types/DecisionTableTemplateDefinitionOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/DecisionTableTemplateOutputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/DecisionTableTemplatesListOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ErrorOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/ErrorParametersOutputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ErrorTargetsOutputRepresentation.d.ts +32 -0
- package/package.json +3 -3
- package/sfdc/index.js +631 -27
- package/src/raml/api.raml +129 -0
- package/src/raml/luvio.raml +26 -0
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_getConnectBusinessRulesDecisionTableTemplates_ResourceRequestConfig } from '../resources/getConnectBusinessRulesDecisionTableTemplates';
|
|
4
|
+
import { DecisionTableTemplatesListOutputRepresentation as types_DecisionTableTemplatesListOutputRepresentation_DecisionTableTemplatesListOutputRepresentation } from '../types/DecisionTableTemplatesListOutputRepresentation';
|
|
5
|
+
export declare const adapterName = "getDecisionTableTemplate";
|
|
6
|
+
export declare const getDecisionTableTemplate_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const getDecisionTableTemplate_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetDecisionTableTemplateConfig {
|
|
9
|
+
usageType?: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const createResourceParams: (config: GetDecisionTableTemplateConfig) => resources_getConnectBusinessRulesDecisionTableTemplates_ResourceRequestConfig;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetDecisionTableTemplateConfig): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetDecisionTableTemplateConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
14
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetDecisionTableTemplateConfig>): adapter$45$utils_Untrusted<GetDecisionTableTemplateConfig>;
|
|
15
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetDecisionTableTemplateConfig | null;
|
|
16
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetDecisionTableTemplateConfig): $64$luvio_engine_Fragment;
|
|
17
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetDecisionTableTemplateConfig): $64$luvio_engine_Snapshot<types_DecisionTableTemplatesListOutputRepresentation_DecisionTableTemplatesListOutputRepresentation, any>;
|
|
18
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetDecisionTableTemplateConfig, resourceParams: resources_getConnectBusinessRulesDecisionTableTemplates_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_DecisionTableTemplatesListOutputRepresentation_DecisionTableTemplatesListOutputRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_DecisionTableTemplatesListOutputRepresentation_DecisionTableTemplatesListOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_DecisionTableTemplatesListOutputRepresentation_DecisionTableTemplatesListOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_DecisionTableTemplatesListOutputRepresentation_DecisionTableTemplatesListOutputRepresentation, any>>;
|
|
19
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetDecisionTableTemplateConfig, resourceParams: resources_getConnectBusinessRulesDecisionTableTemplates_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
20
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetDecisionTableTemplateConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_DecisionTableTemplatesListOutputRepresentation_DecisionTableTemplatesListOutputRepresentation, any>>;
|
|
21
|
+
export type BuildSnapshotContext = {
|
|
22
|
+
luvio: $64$luvio_engine_Luvio;
|
|
23
|
+
config: GetDecisionTableTemplateConfig;
|
|
24
|
+
};
|
|
25
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_DecisionTableTemplatesListOutputRepresentation_DecisionTableTemplatesListOutputRepresentation, any>>;
|
|
26
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_DecisionTableTemplatesListOutputRepresentation_DecisionTableTemplatesListOutputRepresentation>): $64$luvio_engine_Snapshot<types_DecisionTableTemplatesListOutputRepresentation_DecisionTableTemplatesListOutputRepresentation, any>;
|
|
27
|
+
export declare const getDecisionTableTemplateAdapterFactory: $64$luvio_engine_AdapterFactory<GetDecisionTableTemplateConfig, types_DecisionTableTemplatesListOutputRepresentation_DecisionTableTemplatesListOutputRepresentation>;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_getConnectBusinessRulesDecisionTableTemplatesByTemplateName_ResourceRequestConfig } from '../resources/getConnectBusinessRulesDecisionTableTemplatesByTemplateName';
|
|
4
|
+
import { DecisionTableTemplateDefinitionOutputRepresentation as types_DecisionTableTemplateDefinitionOutputRepresentation_DecisionTableTemplateDefinitionOutputRepresentation } from '../types/DecisionTableTemplateDefinitionOutputRepresentation';
|
|
5
|
+
export declare const adapterName = "getDecisionTableTemplateList";
|
|
6
|
+
export declare const getDecisionTableTemplateList_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const getDecisionTableTemplateList_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetDecisionTableTemplateListConfig {
|
|
9
|
+
templateName: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const createResourceParams: (config: GetDecisionTableTemplateListConfig) => resources_getConnectBusinessRulesDecisionTableTemplatesByTemplateName_ResourceRequestConfig;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetDecisionTableTemplateListConfig): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetDecisionTableTemplateListConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
14
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetDecisionTableTemplateListConfig>): adapter$45$utils_Untrusted<GetDecisionTableTemplateListConfig>;
|
|
15
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetDecisionTableTemplateListConfig | null;
|
|
16
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetDecisionTableTemplateListConfig): $64$luvio_engine_Fragment;
|
|
17
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetDecisionTableTemplateListConfig): $64$luvio_engine_Snapshot<types_DecisionTableTemplateDefinitionOutputRepresentation_DecisionTableTemplateDefinitionOutputRepresentation, any>;
|
|
18
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetDecisionTableTemplateListConfig, resourceParams: resources_getConnectBusinessRulesDecisionTableTemplatesByTemplateName_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_DecisionTableTemplateDefinitionOutputRepresentation_DecisionTableTemplateDefinitionOutputRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_DecisionTableTemplateDefinitionOutputRepresentation_DecisionTableTemplateDefinitionOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_DecisionTableTemplateDefinitionOutputRepresentation_DecisionTableTemplateDefinitionOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_DecisionTableTemplateDefinitionOutputRepresentation_DecisionTableTemplateDefinitionOutputRepresentation, any>>;
|
|
19
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetDecisionTableTemplateListConfig, resourceParams: resources_getConnectBusinessRulesDecisionTableTemplatesByTemplateName_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
20
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetDecisionTableTemplateListConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_DecisionTableTemplateDefinitionOutputRepresentation_DecisionTableTemplateDefinitionOutputRepresentation, any>>;
|
|
21
|
+
export type BuildSnapshotContext = {
|
|
22
|
+
luvio: $64$luvio_engine_Luvio;
|
|
23
|
+
config: GetDecisionTableTemplateListConfig;
|
|
24
|
+
};
|
|
25
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_DecisionTableTemplateDefinitionOutputRepresentation_DecisionTableTemplateDefinitionOutputRepresentation, any>>;
|
|
26
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_DecisionTableTemplateDefinitionOutputRepresentation_DecisionTableTemplateDefinitionOutputRepresentation>): $64$luvio_engine_Snapshot<types_DecisionTableTemplateDefinitionOutputRepresentation_DecisionTableTemplateDefinitionOutputRepresentation, any>;
|
|
27
|
+
export declare const getDecisionTableTemplateListAdapterFactory: $64$luvio_engine_AdapterFactory<GetDecisionTableTemplateListConfig, types_DecisionTableTemplateDefinitionOutputRepresentation_DecisionTableTemplateDefinitionOutputRepresentation>;
|
|
@@ -1 +1,3 @@
|
|
|
1
1
|
export { getDecisionTableAdapterFactory } from '../adapters/getDecisionTable';
|
|
2
|
+
export { getDecisionTableTemplateAdapterFactory } from '../adapters/getDecisionTableTemplate';
|
|
3
|
+
export { getDecisionTableTemplateListAdapterFactory } from '../adapters/getDecisionTableTemplateList';
|
|
@@ -1,3 +1,7 @@
|
|
|
1
1
|
declare let getDecisionTable: any;
|
|
2
|
+
declare let getDecisionTableTemplate: any;
|
|
3
|
+
declare let getDecisionTableTemplateList: any;
|
|
2
4
|
declare let getDecisionTable_imperative: any;
|
|
3
|
-
|
|
5
|
+
declare let getDecisionTableTemplate_imperative: any;
|
|
6
|
+
declare let getDecisionTableTemplateList_imperative: any;
|
|
7
|
+
export { getDecisionTable, getDecisionTableTemplate, getDecisionTableTemplateList, getDecisionTable_imperative, getDecisionTableTemplate_imperative, getDecisionTableTemplateList_imperative, };
|
|
@@ -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 { DecisionTableTemplatesListOutputRepresentation as types_DecisionTableTemplatesListOutputRepresentation_DecisionTableTemplatesListOutputRepresentation } from '../types/DecisionTableTemplatesListOutputRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
queryParams: {
|
|
5
|
+
usageType?: 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_DecisionTableTemplatesListOutputRepresentation_DecisionTableTemplatesListOutputRepresentation): void;
|
|
12
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_DecisionTableTemplatesListOutputRepresentation_DecisionTableTemplatesListOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_DecisionTableTemplatesListOutputRepresentation_DecisionTableTemplatesListOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_DecisionTableTemplatesListOutputRepresentation_DecisionTableTemplatesListOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_DecisionTableTemplatesListOutputRepresentation_DecisionTableTemplatesListOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_DecisionTableTemplatesListOutputRepresentation_DecisionTableTemplatesListOutputRepresentation, any>;
|
|
13
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_DecisionTableTemplatesListOutputRepresentation_DecisionTableTemplatesListOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
14
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
15
|
+
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 { DecisionTableTemplateDefinitionOutputRepresentation as types_DecisionTableTemplateDefinitionOutputRepresentation_DecisionTableTemplateDefinitionOutputRepresentation } from '../types/DecisionTableTemplateDefinitionOutputRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
templateName: 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_DecisionTableTemplateDefinitionOutputRepresentation_DecisionTableTemplateDefinitionOutputRepresentation): void;
|
|
12
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_DecisionTableTemplateDefinitionOutputRepresentation_DecisionTableTemplateDefinitionOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_DecisionTableTemplateDefinitionOutputRepresentation_DecisionTableTemplateDefinitionOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_DecisionTableTemplateDefinitionOutputRepresentation_DecisionTableTemplateDefinitionOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_DecisionTableTemplateDefinitionOutputRepresentation_DecisionTableTemplateDefinitionOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_DecisionTableTemplateDefinitionOutputRepresentation_DecisionTableTemplateDefinitionOutputRepresentation, any>;
|
|
13
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_DecisionTableTemplateDefinitionOutputRepresentation_DecisionTableTemplateDefinitionOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
14
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
15
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { DecisionTableDefinitionOutputRepresentation as DecisionTableDefinitionOutputRepresentation_DecisionTableDefinitionOutputRepresentation } from './DecisionTableDefinitionOutputRepresentation';
|
|
2
|
+
import { ErrorOutputRepresentation as ErrorOutputRepresentation_ErrorOutputRepresentation } from './ErrorOutputRepresentation';
|
|
3
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
4
|
+
export declare const TTL = 1000;
|
|
5
|
+
export declare const VERSION = "9a106f486843ccdb3e85594fb33ef97f";
|
|
6
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
|
+
export declare const RepresentationType: string;
|
|
8
|
+
export declare function normalize(input: DecisionTableTemplateDefinitionOutputRepresentation, existing: DecisionTableTemplateDefinitionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DecisionTableTemplateDefinitionOutputRepresentationNormalized;
|
|
9
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
10
|
+
export declare function equals(existing: DecisionTableTemplateDefinitionOutputRepresentationNormalized, incoming: DecisionTableTemplateDefinitionOutputRepresentationNormalized): boolean;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DecisionTableTemplateDefinitionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
13
|
+
/**
|
|
14
|
+
* Represents the decision table template fetch response
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface DecisionTableTemplateDefinitionOutputRepresentationNormalized {
|
|
20
|
+
/** Represents the Decision Table Definition Output Representation type */
|
|
21
|
+
decisionTableTemplate?: $64$luvio_engine_StoreLink;
|
|
22
|
+
/** Represents the Errors if Decision Table Definition creation failed for any reason. */
|
|
23
|
+
errors?: Array<$64$luvio_engine_StoreLink>;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Represents the decision table template fetch response
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface DecisionTableTemplateDefinitionOutputRepresentation {
|
|
32
|
+
decisionTableTemplate?: DecisionTableDefinitionOutputRepresentation_DecisionTableDefinitionOutputRepresentation;
|
|
33
|
+
errors?: Array<ErrorOutputRepresentation_ErrorOutputRepresentation>;
|
|
34
|
+
}
|
package/dist/es/es2018/types/src/generated/types/DecisionTableTemplateOutputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const TTL = 1000;
|
|
3
|
+
export declare const VERSION = "f819303a653056218bd2f0d4e50c9954";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DecisionTableTemplateOutputRepresentation, existing: DecisionTableTemplateOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DecisionTableTemplateOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
8
|
+
export declare function equals(existing: DecisionTableTemplateOutputRepresentationNormalized, incoming: DecisionTableTemplateOutputRepresentationNormalized): 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: DecisionTableTemplateOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Representation of a Decision Table Template
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DecisionTableTemplateOutputRepresentationNormalized {
|
|
18
|
+
/** location /namespace of the template */
|
|
19
|
+
location?: string;
|
|
20
|
+
/** Display name of template */
|
|
21
|
+
templateName?: string;
|
|
22
|
+
/** Usage type used for the template */
|
|
23
|
+
usageType?: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Representation of a Decision Table Template
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface DecisionTableTemplateOutputRepresentation {
|
|
32
|
+
location?: string;
|
|
33
|
+
templateName?: string;
|
|
34
|
+
usageType?: string;
|
|
35
|
+
}
|
package/dist/es/es2018/types/src/generated/types/DecisionTableTemplatesListOutputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { DecisionTableTemplateOutputRepresentation as DecisionTableTemplateOutputRepresentation_DecisionTableTemplateOutputRepresentation } from './DecisionTableTemplateOutputRepresentation';
|
|
2
|
+
import { ErrorOutputRepresentation as ErrorOutputRepresentation_ErrorOutputRepresentation } from './ErrorOutputRepresentation';
|
|
3
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
4
|
+
export declare const TTL = 1000;
|
|
5
|
+
export declare const VERSION = "a2891bd122ab9f728d5937bf70b9f600";
|
|
6
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
|
+
export declare const RepresentationType: string;
|
|
8
|
+
export declare function normalize(input: DecisionTableTemplatesListOutputRepresentation, existing: DecisionTableTemplatesListOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DecisionTableTemplatesListOutputRepresentationNormalized;
|
|
9
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
10
|
+
export declare function equals(existing: DecisionTableTemplatesListOutputRepresentationNormalized, incoming: DecisionTableTemplatesListOutputRepresentationNormalized): boolean;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DecisionTableTemplatesListOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
13
|
+
/**
|
|
14
|
+
* Representation of a List of Decision Table Templates
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface DecisionTableTemplatesListOutputRepresentationNormalized {
|
|
20
|
+
/** Represents the Decision Table Template Output Representation */
|
|
21
|
+
decisionTableTemplates?: Array<$64$luvio_engine_StoreLink>;
|
|
22
|
+
/** Represents the Errors if Decision Table Template List retrieval failed for any reason. */
|
|
23
|
+
errors?: Array<$64$luvio_engine_StoreLink>;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Representation of a List of Decision Table Templates
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface DecisionTableTemplatesListOutputRepresentation {
|
|
32
|
+
decisionTableTemplates?: Array<DecisionTableTemplateOutputRepresentation_DecisionTableTemplateOutputRepresentation>;
|
|
33
|
+
errors?: Array<ErrorOutputRepresentation_ErrorOutputRepresentation>;
|
|
34
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { ErrorParametersOutputRepresentation as ErrorParametersOutputRepresentation_ErrorParametersOutputRepresentation } from './ErrorParametersOutputRepresentation';
|
|
2
|
+
import { ErrorTargetsOutputRepresentation as ErrorTargetsOutputRepresentation_ErrorTargetsOutputRepresentation } from './ErrorTargetsOutputRepresentation';
|
|
3
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
4
|
+
export declare const TTL = 1000;
|
|
5
|
+
export declare const VERSION = "faa4f3bd9f344ef8ec81e424356304e3";
|
|
6
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
|
+
export declare const RepresentationType: string;
|
|
8
|
+
export declare function normalize(input: ErrorOutputRepresentation, existing: ErrorOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ErrorOutputRepresentationNormalized;
|
|
9
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
10
|
+
export declare function equals(existing: ErrorOutputRepresentationNormalized, incoming: ErrorOutputRepresentationNormalized): boolean;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ErrorOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
13
|
+
/**
|
|
14
|
+
* Representation of error as per salesforce standardised template
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface ErrorOutputRepresentationNormalized {
|
|
20
|
+
/** Represents the error code */
|
|
21
|
+
errorCode?: string;
|
|
22
|
+
/** Represents the message for the error */
|
|
23
|
+
message?: string;
|
|
24
|
+
/** Represents the message code for the error */
|
|
25
|
+
messageCode?: string;
|
|
26
|
+
/** Represents the parameters of the error */
|
|
27
|
+
parameters?: Array<$64$luvio_engine_StoreLink>;
|
|
28
|
+
/** Represents the targets of the error */
|
|
29
|
+
targets?: Array<$64$luvio_engine_StoreLink>;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Representation of error as per salesforce standardised template
|
|
33
|
+
*
|
|
34
|
+
* Keys:
|
|
35
|
+
* (none)
|
|
36
|
+
*/
|
|
37
|
+
export interface ErrorOutputRepresentation {
|
|
38
|
+
errorCode?: string;
|
|
39
|
+
message?: string;
|
|
40
|
+
messageCode?: string;
|
|
41
|
+
parameters?: Array<ErrorParametersOutputRepresentation_ErrorParametersOutputRepresentation>;
|
|
42
|
+
targets?: Array<ErrorTargetsOutputRepresentation_ErrorTargetsOutputRepresentation>;
|
|
43
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const TTL = 1000;
|
|
3
|
+
export declare const VERSION = "7ebb4b58c85eac7eb944d477bf620c2a";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ErrorParametersOutputRepresentation, existing: ErrorParametersOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ErrorParametersOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
8
|
+
export declare function equals(existing: ErrorParametersOutputRepresentationNormalized, incoming: ErrorParametersOutputRepresentationNormalized): 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: ErrorParametersOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Representation of parameters part of the error
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ErrorParametersOutputRepresentationNormalized {
|
|
18
|
+
/** Represents the name of the error parameter */
|
|
19
|
+
name?: string;
|
|
20
|
+
/** Represents the value of the error parameter */
|
|
21
|
+
value?: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Representation of parameters part of the error
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface ErrorParametersOutputRepresentation {
|
|
30
|
+
name?: string;
|
|
31
|
+
value?: string;
|
|
32
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, 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 TTL = 1000;
|
|
3
|
+
export declare const VERSION = "adc36b354ec2a230662d0b5455a9a404";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ErrorTargetsOutputRepresentation, existing: ErrorTargetsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ErrorTargetsOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
8
|
+
export declare function equals(existing: ErrorTargetsOutputRepresentationNormalized, incoming: ErrorTargetsOutputRepresentationNormalized): 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: ErrorTargetsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Representation of targets part of the error
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ErrorTargetsOutputRepresentationNormalized {
|
|
18
|
+
/** Represents the reference to the error target */
|
|
19
|
+
reference?: string;
|
|
20
|
+
/** Represents the type of the error target */
|
|
21
|
+
type?: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Representation of targets part of the error
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface ErrorTargetsOutputRepresentation {
|
|
30
|
+
reference?: string;
|
|
31
|
+
type?: string;
|
|
32
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-decisiontable",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.282.0",
|
|
4
4
|
"description": "Industries BRE DecisionTable",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/industries-decisiontable.js",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"test:unit": "jest --config=./jest.config.js"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@salesforce/lds-bindings": "^1.
|
|
43
|
+
"@salesforce/lds-bindings": "^1.282.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.282.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|