@salesforce/lds-adapters-service-ecm 1.329.1 → 1.331.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/service-ecm.js +4130 -615
- package/dist/es/es2018/types/src/generated/adapters/createCatalogItem.d.ts +20 -2
- package/dist/es/es2018/types/src/generated/adapters/generateOmniScript.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/getAllServiceAutomationDep.d.ts +2 -1
- package/dist/es/es2018/types/src/generated/adapters/getCatalogItem.d.ts +2 -3
- package/dist/es/es2018/types/src/generated/adapters/updateCatalogItem.d.ts +21 -2
- 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 -2
- package/dist/es/es2018/types/src/generated/resources/getConnectCatalogCatalogItemByCatalogItemId.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/resources/patchConnectCatalogCatalogItemByCatalogItemId.d.ts +21 -2
- package/dist/es/es2018/types/src/generated/resources/postConnectCatalogCatalogItem.d.ts +20 -2
- package/dist/es/es2018/types/src/generated/resources/postConnectServiceAutomation.d.ts +2 -1
- package/dist/es/es2018/types/src/generated/resources/postConnectServiceAutomationGenerateIntakeOmni.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/types/AssociatedArticleOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/CatalogItemAttributeInputRepresentation.d.ts +27 -24
- package/dist/es/es2018/types/src/generated/types/CatalogItemAttributeOutputRepresentation.d.ts +32 -20
- package/dist/es/es2018/types/src/generated/types/CatalogItemCreateInputRepresentation.d.ts +47 -1
- package/dist/es/es2018/types/src/generated/types/CatalogItemOutputRepresentation.d.ts +45 -33
- package/dist/es/es2018/types/src/generated/types/CatalogItemUpdateInputRepresentation.d.ts +49 -3
- package/dist/es/es2018/types/src/generated/types/EligibilityRuleOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/EligibilityRulesInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/FilterInputRepresentation.d.ts +3 -3
- package/dist/es/es2018/types/src/generated/types/FulfillmentFlowInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/FulfillmentFlowOutputRepresentation.d.ts +8 -5
- package/dist/es/es2018/types/src/generated/types/GenericCustomObject.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/IntakeFormCreationInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/IntakeFormInputRepresentation.d.ts +11 -5
- package/dist/es/es2018/types/src/generated/types/IntakeFormOutputRepresentation.d.ts +23 -5
- package/dist/es/es2018/types/src/generated/types/{FulfillmentFowInputRepresentation.d.ts → IntegrationDefInputRepresentation.d.ts} +16 -13
- package/dist/es/es2018/types/src/generated/types/IntegrationDefinitionOutputPresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/KnowledgeArticleInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/OmniIntakeOutputRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/PreprocessorInputRepresentation.d.ts +8 -5
- package/dist/es/es2018/types/src/generated/types/PreprocessorOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SectionOutputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/ServiceAutomationDepReadInputRepresentation.d.ts +4 -3
- package/package.json +3 -3
- package/sfdc/index.js +4048 -574
- package/src/raml/api.raml +554 -158
- package/src/raml/luvio.raml +8 -0
- package/dist/es/es2018/types/src/generated/types/CatalogItemCreateWrapperInputRepresentation.d.ts +0 -29
- package/dist/es/es2018/types/src/generated/types/CatalogItemInputRepresentation.d.ts +0 -61
- package/dist/es/es2018/types/src/generated/types/CatalogItemUpdateWrapperInputRepresentation.d.ts +0 -29
|
@@ -1,13 +1,31 @@
|
|
|
1
1
|
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
2
|
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
-
import {
|
|
3
|
+
import { KnowledgeArticleInputRepresentation as types_KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation } from '../types/KnowledgeArticleInputRepresentation';
|
|
4
|
+
import { CatalogItemAttributeInputRepresentation as types_CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation } from '../types/CatalogItemAttributeInputRepresentation';
|
|
5
|
+
import { EligibilityRulesInputRepresentation as types_EligibilityRulesInputRepresentation_EligibilityRulesInputRepresentation } from '../types/EligibilityRulesInputRepresentation';
|
|
6
|
+
import { FulfillmentFlowInputRepresentation as types_FulfillmentFlowInputRepresentation_FulfillmentFlowInputRepresentation } from '../types/FulfillmentFlowInputRepresentation';
|
|
7
|
+
import { IntakeFormInputRepresentation as types_IntakeFormInputRepresentation_IntakeFormInputRepresentation } from '../types/IntakeFormInputRepresentation';
|
|
8
|
+
import { IntegrationDefInputRepresentation as types_IntegrationDefInputRepresentation_IntegrationDefInputRepresentation } from '../types/IntegrationDefInputRepresentation';
|
|
9
|
+
import { PreprocessorInputRepresentation as types_PreprocessorInputRepresentation_PreprocessorInputRepresentation } from '../types/PreprocessorInputRepresentation';
|
|
4
10
|
import { ResourceRequestConfig as resources_postConnectCatalogCatalogItem_ResourceRequestConfig } from '../resources/postConnectCatalogCatalogItem';
|
|
5
11
|
import { CatalogItemOutputRepresentation as types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation } from '../types/CatalogItemOutputRepresentation';
|
|
6
12
|
export declare const adapterName = "createCatalogItem";
|
|
7
13
|
export declare const createCatalogItem_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
8
14
|
export declare const createCatalogItem_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
9
15
|
export interface CreateCatalogItemConfig {
|
|
10
|
-
|
|
16
|
+
associatedArticles?: Array<types_KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation | null>;
|
|
17
|
+
attributes?: Array<types_CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation | null>;
|
|
18
|
+
contextDefinitionDevNameOrId?: string | null;
|
|
19
|
+
description?: string | null;
|
|
20
|
+
displayUrl?: string | null;
|
|
21
|
+
eligibilityRules?: Array<types_EligibilityRulesInputRepresentation_EligibilityRulesInputRepresentation | null>;
|
|
22
|
+
fulfillmentFlow?: types_FulfillmentFlowInputRepresentation_FulfillmentFlowInputRepresentation | null;
|
|
23
|
+
intakeForm?: types_IntakeFormInputRepresentation_IntakeFormInputRepresentation | null;
|
|
24
|
+
integrations?: Array<types_IntegrationDefInputRepresentation_IntegrationDefInputRepresentation | null>;
|
|
25
|
+
isActive?: boolean | null;
|
|
26
|
+
name?: string | null;
|
|
27
|
+
preProcessors?: Array<types_PreprocessorInputRepresentation_PreprocessorInputRepresentation | null>;
|
|
28
|
+
usedFor?: string | null;
|
|
11
29
|
}
|
|
12
30
|
export declare const createResourceParams: (config: CreateCatalogItemConfig) => resources_postConnectCatalogCatalogItem_ResourceRequestConfig;
|
|
13
31
|
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<CreateCatalogItemConfig>): adapter$45$utils_Untrusted<CreateCatalogItemConfig>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, 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_postConnectServiceAutomationGenerateIntakeOmni_ResourceRequestConfig } from '../resources/postConnectServiceAutomationGenerateIntakeOmni';
|
|
4
|
+
import { OmniIntakeOutputRepresentation as types_OmniIntakeOutputRepresentation_OmniIntakeOutputRepresentation } from '../types/OmniIntakeOutputRepresentation';
|
|
5
|
+
export declare const adapterName = "generateOmniScript";
|
|
6
|
+
export declare const generateOmniScript_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const generateOmniScript_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GenerateOmniScriptConfig {
|
|
9
|
+
productId: string;
|
|
10
|
+
scriptDescription: string;
|
|
11
|
+
scriptName: string;
|
|
12
|
+
}
|
|
13
|
+
export declare const createResourceParams: (config: GenerateOmniScriptConfig) => resources_postConnectServiceAutomationGenerateIntakeOmni_ResourceRequestConfig;
|
|
14
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GenerateOmniScriptConfig>): adapter$45$utils_Untrusted<GenerateOmniScriptConfig>;
|
|
15
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GenerateOmniScriptConfig | null;
|
|
16
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GenerateOmniScriptConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_OmniIntakeOutputRepresentation_OmniIntakeOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_OmniIntakeOutputRepresentation_OmniIntakeOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_OmniIntakeOutputRepresentation_OmniIntakeOutputRepresentation, any>>;
|
|
17
|
+
export declare const generateOmniScriptAdapterFactory: $64$luvio_engine_AdapterFactory<GenerateOmniScriptConfig, types_OmniIntakeOutputRepresentation_OmniIntakeOutputRepresentation>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
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
2
|
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { FilterInputRepresentation as types_FilterInputRepresentation_FilterInputRepresentation } from '../types/FilterInputRepresentation';
|
|
3
4
|
import { ResourceRequestConfig as resources_postConnectServiceAutomation_ResourceRequestConfig } from '../resources/postConnectServiceAutomation';
|
|
4
5
|
import { ServiceAutomationDepOutputRepresentation as types_ServiceAutomationDepOutputRepresentation_ServiceAutomationDepOutputRepresentation } from '../types/ServiceAutomationDepOutputRepresentation';
|
|
5
6
|
export declare const adapterName = "getAllServiceAutomationDep";
|
|
@@ -8,7 +9,7 @@ export declare const getAllServiceAutomationDep_ConfigPropertyNames: adapter$45$
|
|
|
8
9
|
export interface GetAllServiceAutomationDepConfig {
|
|
9
10
|
entityName: string;
|
|
10
11
|
fields: Array<string>;
|
|
11
|
-
filters: Array<
|
|
12
|
+
filters: Array<types_FilterInputRepresentation_FilterInputRepresentation>;
|
|
12
13
|
limit?: number | null;
|
|
13
14
|
}
|
|
14
15
|
export declare const createResourceParams: (config: GetAllServiceAutomationDepConfig) => resources_postConnectServiceAutomation_ResourceRequestConfig;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
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
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
3
|
import { ResourceRequestConfig as resources_getConnectCatalogCatalogItemByCatalogItemId_ResourceRequestConfig } from '../resources/getConnectCatalogCatalogItemByCatalogItemId';
|
|
4
|
-
import { CatalogItemOutputRepresentation as types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation
|
|
4
|
+
import { CatalogItemOutputRepresentation as types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation } from '../types/CatalogItemOutputRepresentation';
|
|
5
5
|
export declare const adapterName = "getCatalogItem";
|
|
6
6
|
export declare const getCatalogItem_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
7
|
export declare const getCatalogItem_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
@@ -25,4 +25,3 @@ export type BuildSnapshotContext = {
|
|
|
25
25
|
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation, any>>;
|
|
26
26
|
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation>): $64$luvio_engine_Snapshot<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation, any>;
|
|
27
27
|
export declare const getCatalogItemAdapterFactory: $64$luvio_engine_AdapterFactory<GetCatalogItemConfig, types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation>;
|
|
28
|
-
export declare const notifyChangeFactory: (luvio: $64$luvio_engine_Luvio, options?: $64$luvio_engine_DispatchResourceRequestContext) => (configs: adapter$45$utils_UncoercedConfiguration<types_CatalogItemOutputRepresentation_KeyParams, any>[]) => void;
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
2
|
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
-
import {
|
|
3
|
+
import { KnowledgeArticleInputRepresentation as types_KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation } from '../types/KnowledgeArticleInputRepresentation';
|
|
4
|
+
import { CatalogItemAttributeInputRepresentation as types_CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation } from '../types/CatalogItemAttributeInputRepresentation';
|
|
5
|
+
import { EligibilityRulesInputRepresentation as types_EligibilityRulesInputRepresentation_EligibilityRulesInputRepresentation } from '../types/EligibilityRulesInputRepresentation';
|
|
6
|
+
import { FulfillmentFlowInputRepresentation as types_FulfillmentFlowInputRepresentation_FulfillmentFlowInputRepresentation } from '../types/FulfillmentFlowInputRepresentation';
|
|
7
|
+
import { IntakeFormInputRepresentation as types_IntakeFormInputRepresentation_IntakeFormInputRepresentation } from '../types/IntakeFormInputRepresentation';
|
|
8
|
+
import { IntegrationDefInputRepresentation as types_IntegrationDefInputRepresentation_IntegrationDefInputRepresentation } from '../types/IntegrationDefInputRepresentation';
|
|
9
|
+
import { PreprocessorInputRepresentation as types_PreprocessorInputRepresentation_PreprocessorInputRepresentation } from '../types/PreprocessorInputRepresentation';
|
|
4
10
|
import { ResourceRequestConfig as resources_patchConnectCatalogCatalogItemByCatalogItemId_ResourceRequestConfig } from '../resources/patchConnectCatalogCatalogItemByCatalogItemId';
|
|
5
11
|
import { CatalogItemOutputRepresentation as types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation } from '../types/CatalogItemOutputRepresentation';
|
|
6
12
|
export declare const adapterName = "updateCatalogItem";
|
|
@@ -8,7 +14,20 @@ export declare const updateCatalogItem_ConfigPropertyMetadata: $64$luvio_engine_
|
|
|
8
14
|
export declare const updateCatalogItem_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
9
15
|
export interface UpdateCatalogItemConfig {
|
|
10
16
|
catalogItemId: string;
|
|
11
|
-
|
|
17
|
+
productId?: string | null;
|
|
18
|
+
associatedArticles?: Array<types_KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation | null>;
|
|
19
|
+
attributes?: Array<types_CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation | null>;
|
|
20
|
+
contextDefinitionDevNameOrId?: string | null;
|
|
21
|
+
description?: string | null;
|
|
22
|
+
displayUrl?: string | null;
|
|
23
|
+
eligibilityRules?: Array<types_EligibilityRulesInputRepresentation_EligibilityRulesInputRepresentation | null>;
|
|
24
|
+
fulfillmentFlow?: types_FulfillmentFlowInputRepresentation_FulfillmentFlowInputRepresentation | null;
|
|
25
|
+
intakeForm?: types_IntakeFormInputRepresentation_IntakeFormInputRepresentation | null;
|
|
26
|
+
integrations?: Array<types_IntegrationDefInputRepresentation_IntegrationDefInputRepresentation | null>;
|
|
27
|
+
isActive?: boolean | null;
|
|
28
|
+
name?: string | null;
|
|
29
|
+
preProcessors?: Array<types_PreprocessorInputRepresentation_PreprocessorInputRepresentation | null>;
|
|
30
|
+
usedFor?: string | null;
|
|
12
31
|
}
|
|
13
32
|
export declare const createResourceParams: (config: UpdateCatalogItemConfig) => resources_patchConnectCatalogCatalogItemByCatalogItemId_ResourceRequestConfig;
|
|
14
33
|
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<UpdateCatalogItemConfig>): adapter$45$utils_Untrusted<UpdateCatalogItemConfig>;
|
|
@@ -3,3 +3,4 @@ export { getCatalogItemAdapterFactory } from '../adapters/getCatalogItem';
|
|
|
3
3
|
export { updateCatalogItemAdapterFactory } from '../adapters/updateCatalogItem';
|
|
4
4
|
export { updateEpcCategoriesAdapterFactory } from '../adapters/updateEpcCategories';
|
|
5
5
|
export { getAllServiceAutomationDepAdapterFactory } from '../adapters/getAllServiceAutomationDep';
|
|
6
|
+
export { generateOmniScriptAdapterFactory } from '../adapters/generateOmniScript';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
declare let createCatalogItem: any;
|
|
2
|
+
declare let generateOmniScript: any;
|
|
2
3
|
declare let getAllServiceAutomationDep: any;
|
|
3
4
|
declare let getCatalogItem: any;
|
|
4
|
-
declare let getCatalogItemNotifyChange: any;
|
|
5
5
|
declare let updateCatalogItem: any;
|
|
6
6
|
declare let updateEpcCategories: any;
|
|
7
7
|
declare let getAllServiceAutomationDep_imperative: any;
|
|
8
8
|
declare let getCatalogItem_imperative: any;
|
|
9
|
-
export { createCatalogItem, getAllServiceAutomationDep, getCatalogItem,
|
|
9
|
+
export { createCatalogItem, generateOmniScript, getAllServiceAutomationDep, getCatalogItem, updateCatalogItem, updateEpcCategories, getAllServiceAutomationDep_imperative, getCatalogItem_imperative, };
|
|
@@ -13,4 +13,3 @@ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourcePar
|
|
|
13
13
|
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
14
14
|
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
15
15
|
export default createResourceRequest;
|
|
16
|
-
export declare function createResourceRequestFromRepresentation(representation: types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation): $64$luvio_engine_ResourceRequest;
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { KnowledgeArticleInputRepresentation as types_KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation } from '../types/KnowledgeArticleInputRepresentation';
|
|
2
|
+
import { CatalogItemAttributeInputRepresentation as types_CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation } from '../types/CatalogItemAttributeInputRepresentation';
|
|
3
|
+
import { EligibilityRulesInputRepresentation as types_EligibilityRulesInputRepresentation_EligibilityRulesInputRepresentation } from '../types/EligibilityRulesInputRepresentation';
|
|
4
|
+
import { FulfillmentFlowInputRepresentation as types_FulfillmentFlowInputRepresentation_FulfillmentFlowInputRepresentation } from '../types/FulfillmentFlowInputRepresentation';
|
|
5
|
+
import { IntakeFormInputRepresentation as types_IntakeFormInputRepresentation_IntakeFormInputRepresentation } from '../types/IntakeFormInputRepresentation';
|
|
6
|
+
import { IntegrationDefInputRepresentation as types_IntegrationDefInputRepresentation_IntegrationDefInputRepresentation } from '../types/IntegrationDefInputRepresentation';
|
|
7
|
+
import { PreprocessorInputRepresentation as types_PreprocessorInputRepresentation_PreprocessorInputRepresentation } from '../types/PreprocessorInputRepresentation';
|
|
2
8
|
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
9
|
import { CatalogItemOutputRepresentation as types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation } from '../types/CatalogItemOutputRepresentation';
|
|
4
10
|
export interface ResourceRequestConfig {
|
|
@@ -6,7 +12,20 @@ export interface ResourceRequestConfig {
|
|
|
6
12
|
catalogItemId: string;
|
|
7
13
|
};
|
|
8
14
|
body: {
|
|
9
|
-
|
|
15
|
+
productId?: string | null;
|
|
16
|
+
associatedArticles?: Array<types_KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation | null>;
|
|
17
|
+
attributes?: Array<types_CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation | null>;
|
|
18
|
+
contextDefinitionDevNameOrId?: string | null;
|
|
19
|
+
description?: string | null;
|
|
20
|
+
displayUrl?: string | null;
|
|
21
|
+
eligibilityRules?: Array<types_EligibilityRulesInputRepresentation_EligibilityRulesInputRepresentation | null>;
|
|
22
|
+
fulfillmentFlow?: types_FulfillmentFlowInputRepresentation_FulfillmentFlowInputRepresentation | null;
|
|
23
|
+
intakeForm?: types_IntakeFormInputRepresentation_IntakeFormInputRepresentation | null;
|
|
24
|
+
integrations?: Array<types_IntegrationDefInputRepresentation_IntegrationDefInputRepresentation | null>;
|
|
25
|
+
isActive?: boolean | null;
|
|
26
|
+
name?: string | null;
|
|
27
|
+
preProcessors?: Array<types_PreprocessorInputRepresentation_PreprocessorInputRepresentation | null>;
|
|
28
|
+
usedFor?: string | null;
|
|
10
29
|
};
|
|
11
30
|
}
|
|
12
31
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
@@ -1,9 +1,27 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { KnowledgeArticleInputRepresentation as types_KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation } from '../types/KnowledgeArticleInputRepresentation';
|
|
2
|
+
import { CatalogItemAttributeInputRepresentation as types_CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation } from '../types/CatalogItemAttributeInputRepresentation';
|
|
3
|
+
import { EligibilityRulesInputRepresentation as types_EligibilityRulesInputRepresentation_EligibilityRulesInputRepresentation } from '../types/EligibilityRulesInputRepresentation';
|
|
4
|
+
import { FulfillmentFlowInputRepresentation as types_FulfillmentFlowInputRepresentation_FulfillmentFlowInputRepresentation } from '../types/FulfillmentFlowInputRepresentation';
|
|
5
|
+
import { IntakeFormInputRepresentation as types_IntakeFormInputRepresentation_IntakeFormInputRepresentation } from '../types/IntakeFormInputRepresentation';
|
|
6
|
+
import { IntegrationDefInputRepresentation as types_IntegrationDefInputRepresentation_IntegrationDefInputRepresentation } from '../types/IntegrationDefInputRepresentation';
|
|
7
|
+
import { PreprocessorInputRepresentation as types_PreprocessorInputRepresentation_PreprocessorInputRepresentation } from '../types/PreprocessorInputRepresentation';
|
|
2
8
|
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
9
|
import { CatalogItemOutputRepresentation as types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation } from '../types/CatalogItemOutputRepresentation';
|
|
4
10
|
export interface ResourceRequestConfig {
|
|
5
11
|
body: {
|
|
6
|
-
|
|
12
|
+
associatedArticles?: Array<types_KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation | null>;
|
|
13
|
+
attributes?: Array<types_CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation | null>;
|
|
14
|
+
contextDefinitionDevNameOrId?: string | null;
|
|
15
|
+
description?: string | null;
|
|
16
|
+
displayUrl?: string | null;
|
|
17
|
+
eligibilityRules?: Array<types_EligibilityRulesInputRepresentation_EligibilityRulesInputRepresentation | null>;
|
|
18
|
+
fulfillmentFlow?: types_FulfillmentFlowInputRepresentation_FulfillmentFlowInputRepresentation | null;
|
|
19
|
+
intakeForm?: types_IntakeFormInputRepresentation_IntakeFormInputRepresentation | null;
|
|
20
|
+
integrations?: Array<types_IntegrationDefInputRepresentation_IntegrationDefInputRepresentation | null>;
|
|
21
|
+
isActive?: boolean | null;
|
|
22
|
+
name?: string | null;
|
|
23
|
+
preProcessors?: Array<types_PreprocessorInputRepresentation_PreprocessorInputRepresentation | null>;
|
|
24
|
+
usedFor?: string | null;
|
|
7
25
|
};
|
|
8
26
|
}
|
|
9
27
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
+
import { FilterInputRepresentation as types_FilterInputRepresentation_FilterInputRepresentation } from '../types/FilterInputRepresentation';
|
|
1
2
|
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
3
|
import { ServiceAutomationDepOutputRepresentation as types_ServiceAutomationDepOutputRepresentation_ServiceAutomationDepOutputRepresentation } from '../types/ServiceAutomationDepOutputRepresentation';
|
|
3
4
|
export interface ResourceRequestConfig {
|
|
4
5
|
body: {
|
|
5
6
|
entityName: string;
|
|
6
7
|
fields: Array<string>;
|
|
7
|
-
filters: Array<
|
|
8
|
+
filters: Array<types_FilterInputRepresentation_FilterInputRepresentation>;
|
|
8
9
|
limit?: number | null;
|
|
9
10
|
};
|
|
10
11
|
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
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';
|
|
2
|
+
import { OmniIntakeOutputRepresentation as types_OmniIntakeOutputRepresentation_OmniIntakeOutputRepresentation } from '../types/OmniIntakeOutputRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
body: {
|
|
5
|
+
productId: string;
|
|
6
|
+
scriptDescription: string;
|
|
7
|
+
scriptName: string;
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
11
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_OmniIntakeOutputRepresentation_OmniIntakeOutputRepresentation): void;
|
|
12
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_OmniIntakeOutputRepresentation_OmniIntakeOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_OmniIntakeOutputRepresentation_OmniIntakeOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_OmniIntakeOutputRepresentation_OmniIntakeOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_OmniIntakeOutputRepresentation_OmniIntakeOutputRepresentation, any>;
|
|
13
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
14
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,31 @@
|
|
|
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 = "0b2080174fe6d4ee4f4a0de27011fc7d";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: AssociatedArticleOutputRepresentation, existing: AssociatedArticleOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AssociatedArticleOutputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: AssociatedArticleOutputRepresentationNormalized, incoming: AssociatedArticleOutputRepresentationNormalized): 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: AssociatedArticleOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Output Representation for Associated Articles
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface AssociatedArticleOutputRepresentationNormalized {
|
|
17
|
+
/** Id of the associated article */
|
|
18
|
+
id?: string | null;
|
|
19
|
+
/** Knowledge Article Id of the associated article */
|
|
20
|
+
knowledgeArticleId?: string | null;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Output Representation for Associated Articles
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface AssociatedArticleOutputRepresentation {
|
|
29
|
+
id?: string | null;
|
|
30
|
+
knowledgeArticleId?: string | null;
|
|
31
|
+
}
|
package/dist/es/es2018/types/src/generated/types/CatalogItemAttributeInputRepresentation.d.ts
CHANGED
|
@@ -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 = "bfae24242dcbe5d77bf573e0bb7dba1a";
|
|
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: CatalogItemAttributeInputRepresentation, existing: CatalogItemAttributeInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CatalogItemAttributeInputRepresentationNormalized;
|
|
@@ -15,27 +15,29 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
15
15
|
*/
|
|
16
16
|
export interface CatalogItemAttributeInputRepresentationNormalized {
|
|
17
17
|
/** Attribute API Name */
|
|
18
|
-
apiName
|
|
19
|
-
/** Context Attribute Id */
|
|
20
|
-
contextAttributeId: string;
|
|
18
|
+
apiName?: string | null;
|
|
21
19
|
/** Attribute Data Type */
|
|
22
|
-
dataType
|
|
20
|
+
dataType?: string | null;
|
|
23
21
|
/** Attribute Default Value */
|
|
24
|
-
defaultValue
|
|
22
|
+
defaultValue?: string | null;
|
|
25
23
|
/** Attribute Description */
|
|
26
|
-
description
|
|
24
|
+
description?: string | null;
|
|
27
25
|
/** Attribute Name */
|
|
28
|
-
id
|
|
26
|
+
id?: string | null;
|
|
27
|
+
/** Context Attribute Id */
|
|
28
|
+
isContextDefinitionAttribute?: boolean | null;
|
|
29
29
|
/** is Hidden */
|
|
30
|
-
isHidden
|
|
30
|
+
isHidden?: boolean | null;
|
|
31
|
+
/** is Read Only */
|
|
32
|
+
isReadOnly?: boolean | null;
|
|
31
33
|
/** Attribute Name */
|
|
32
|
-
name
|
|
34
|
+
name?: string | null;
|
|
33
35
|
/** The type of operation that attribute support. */
|
|
34
|
-
operationType
|
|
36
|
+
operationType?: string | null;
|
|
35
37
|
/** Attribute Parent */
|
|
36
|
-
parent
|
|
38
|
+
parent?: string | null;
|
|
37
39
|
/** Sequence Number */
|
|
38
|
-
sequence
|
|
40
|
+
sequence?: number | null;
|
|
39
41
|
}
|
|
40
42
|
/**
|
|
41
43
|
* Input Representation for Attribute Item.
|
|
@@ -44,15 +46,16 @@ export interface CatalogItemAttributeInputRepresentationNormalized {
|
|
|
44
46
|
* (none)
|
|
45
47
|
*/
|
|
46
48
|
export interface CatalogItemAttributeInputRepresentation {
|
|
47
|
-
apiName
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
isHidden
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
49
|
+
apiName?: string | null;
|
|
50
|
+
dataType?: string | null;
|
|
51
|
+
defaultValue?: string | null;
|
|
52
|
+
description?: string | null;
|
|
53
|
+
id?: string | null;
|
|
54
|
+
isContextDefinitionAttribute?: boolean | null;
|
|
55
|
+
isHidden?: boolean | null;
|
|
56
|
+
isReadOnly?: boolean | null;
|
|
57
|
+
name?: string | null;
|
|
58
|
+
operationType?: string | null;
|
|
59
|
+
parent?: string | null;
|
|
60
|
+
sequence?: number | null;
|
|
58
61
|
}
|
package/dist/es/es2018/types/src/generated/types/CatalogItemAttributeOutputRepresentation.d.ts
CHANGED
|
@@ -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 = "a42cf4c51b0fd7fc579efb2f81d56b99";
|
|
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: CatalogItemAttributeOutputRepresentation, existing: CatalogItemAttributeOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CatalogItemAttributeOutputRepresentationNormalized;
|
|
@@ -15,23 +15,31 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
15
15
|
*/
|
|
16
16
|
export interface CatalogItemAttributeOutputRepresentationNormalized {
|
|
17
17
|
/** Attribute Api Name */
|
|
18
|
-
apiName
|
|
19
|
-
/** Attribute Context Attribute Id */
|
|
20
|
-
contextAttributeId: string;
|
|
18
|
+
apiName?: string | null;
|
|
21
19
|
/** Attribute Data Type */
|
|
22
|
-
dataType
|
|
20
|
+
dataType?: string | null;
|
|
23
21
|
/** Attribute Default Value */
|
|
24
|
-
defaultValue
|
|
22
|
+
defaultValue?: string | null;
|
|
25
23
|
/** Attribute Description */
|
|
26
|
-
description
|
|
24
|
+
description?: string | null;
|
|
25
|
+
/** Attribute Id */
|
|
26
|
+
id?: string | null;
|
|
27
|
+
/** Attribute Context Attribute Id */
|
|
28
|
+
isContextDefinitionAttribute?: boolean | null;
|
|
29
|
+
/** Attribute Is Deleted */
|
|
30
|
+
isDeleted?: boolean | null;
|
|
27
31
|
/** Attribute Is Hidden */
|
|
28
|
-
isHidden
|
|
32
|
+
isHidden?: boolean | null;
|
|
33
|
+
/** Attribute isReadOnly */
|
|
34
|
+
isReadOnly?: boolean | null;
|
|
35
|
+
/** Attribute Is Required */
|
|
36
|
+
isRequired?: boolean | null;
|
|
29
37
|
/** Attribute Name */
|
|
30
|
-
name
|
|
38
|
+
name?: string | null;
|
|
31
39
|
/** Attribute Parent */
|
|
32
|
-
parent
|
|
40
|
+
parent?: string | null;
|
|
33
41
|
/** Attribute Sequence */
|
|
34
|
-
sequence
|
|
42
|
+
sequence?: number | null;
|
|
35
43
|
}
|
|
36
44
|
/**
|
|
37
45
|
* Output representation class for the Attributes of Catalog Item
|
|
@@ -40,13 +48,17 @@ export interface CatalogItemAttributeOutputRepresentationNormalized {
|
|
|
40
48
|
* (none)
|
|
41
49
|
*/
|
|
42
50
|
export interface CatalogItemAttributeOutputRepresentation {
|
|
43
|
-
apiName
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
51
|
+
apiName?: string | null;
|
|
52
|
+
dataType?: string | null;
|
|
53
|
+
defaultValue?: string | null;
|
|
54
|
+
description?: string | null;
|
|
55
|
+
id?: string | null;
|
|
56
|
+
isContextDefinitionAttribute?: boolean | null;
|
|
57
|
+
isDeleted?: boolean | null;
|
|
58
|
+
isHidden?: boolean | null;
|
|
59
|
+
isReadOnly?: boolean | null;
|
|
60
|
+
isRequired?: boolean | null;
|
|
61
|
+
name?: string | null;
|
|
62
|
+
parent?: string | null;
|
|
63
|
+
sequence?: number | null;
|
|
52
64
|
}
|
|
@@ -1,5 +1,12 @@
|
|
|
1
|
+
import { KnowledgeArticleInputRepresentation as KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation } from './KnowledgeArticleInputRepresentation';
|
|
2
|
+
import { CatalogItemAttributeInputRepresentation as CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation } from './CatalogItemAttributeInputRepresentation';
|
|
3
|
+
import { EligibilityRulesInputRepresentation as EligibilityRulesInputRepresentation_EligibilityRulesInputRepresentation } from './EligibilityRulesInputRepresentation';
|
|
4
|
+
import { FulfillmentFlowInputRepresentation as FulfillmentFlowInputRepresentation_FulfillmentFlowInputRepresentation } from './FulfillmentFlowInputRepresentation';
|
|
5
|
+
import { IntakeFormInputRepresentation as IntakeFormInputRepresentation_IntakeFormInputRepresentation } from './IntakeFormInputRepresentation';
|
|
6
|
+
import { IntegrationDefInputRepresentation as IntegrationDefInputRepresentation_IntegrationDefInputRepresentation } from './IntegrationDefInputRepresentation';
|
|
7
|
+
import { PreprocessorInputRepresentation as PreprocessorInputRepresentation_PreprocessorInputRepresentation } from './PreprocessorInputRepresentation';
|
|
1
8
|
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 = "
|
|
9
|
+
export declare const VERSION = "7f6639d67b9508e2ddf7bc20c6fa2a59";
|
|
3
10
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
11
|
export declare const RepresentationType: string;
|
|
5
12
|
export declare function normalize(input: CatalogItemCreateInputRepresentation, existing: CatalogItemCreateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CatalogItemCreateInputRepresentationNormalized;
|
|
@@ -14,6 +21,32 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
14
21
|
* (none)
|
|
15
22
|
*/
|
|
16
23
|
export interface CatalogItemCreateInputRepresentationNormalized {
|
|
24
|
+
/** Knowledge Articles */
|
|
25
|
+
associatedArticles?: Array<KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation | null>;
|
|
26
|
+
/** Attribute List */
|
|
27
|
+
attributes?: Array<CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation | null>;
|
|
28
|
+
/** Context Definition Id */
|
|
29
|
+
contextDefinitionDevNameOrId?: string | null;
|
|
30
|
+
/** Description */
|
|
31
|
+
description?: string | null;
|
|
32
|
+
/** Display Url */
|
|
33
|
+
displayUrl?: string | null;
|
|
34
|
+
/** Eligibility Rules */
|
|
35
|
+
eligibilityRules?: Array<EligibilityRulesInputRepresentation_EligibilityRulesInputRepresentation | null>;
|
|
36
|
+
/** Fulfillment Flow */
|
|
37
|
+
fulfillmentFlow?: FulfillmentFlowInputRepresentation_FulfillmentFlowInputRepresentation | null;
|
|
38
|
+
/** Intake Form */
|
|
39
|
+
intakeForm?: IntakeFormInputRepresentation_IntakeFormInputRepresentation | null;
|
|
40
|
+
/** Integrations */
|
|
41
|
+
integrations?: Array<IntegrationDefInputRepresentation_IntegrationDefInputRepresentation | null>;
|
|
42
|
+
/** is Active */
|
|
43
|
+
isActive?: boolean | null;
|
|
44
|
+
/** Name */
|
|
45
|
+
name?: string | null;
|
|
46
|
+
/** Pre-Processor */
|
|
47
|
+
preProcessors?: Array<PreprocessorInputRepresentation_PreprocessorInputRepresentation | null>;
|
|
48
|
+
/** UsedFor */
|
|
49
|
+
usedFor?: string | null;
|
|
17
50
|
}
|
|
18
51
|
/**
|
|
19
52
|
* Configuration of the Catalog Item.
|
|
@@ -22,4 +55,17 @@ export interface CatalogItemCreateInputRepresentationNormalized {
|
|
|
22
55
|
* (none)
|
|
23
56
|
*/
|
|
24
57
|
export interface CatalogItemCreateInputRepresentation {
|
|
58
|
+
associatedArticles?: Array<KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation | null>;
|
|
59
|
+
attributes?: Array<CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation | null>;
|
|
60
|
+
contextDefinitionDevNameOrId?: string | null;
|
|
61
|
+
description?: string | null;
|
|
62
|
+
displayUrl?: string | null;
|
|
63
|
+
eligibilityRules?: Array<EligibilityRulesInputRepresentation_EligibilityRulesInputRepresentation | null>;
|
|
64
|
+
fulfillmentFlow?: FulfillmentFlowInputRepresentation_FulfillmentFlowInputRepresentation | null;
|
|
65
|
+
intakeForm?: IntakeFormInputRepresentation_IntakeFormInputRepresentation | null;
|
|
66
|
+
integrations?: Array<IntegrationDefInputRepresentation_IntegrationDefInputRepresentation | null>;
|
|
67
|
+
isActive?: boolean | null;
|
|
68
|
+
name?: string | null;
|
|
69
|
+
preProcessors?: Array<PreprocessorInputRepresentation_PreprocessorInputRepresentation | null>;
|
|
70
|
+
usedFor?: string | null;
|
|
25
71
|
}
|