@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.
Files changed (43) hide show
  1. package/dist/es/es2018/service-ecm.js +4130 -615
  2. package/dist/es/es2018/types/src/generated/adapters/createCatalogItem.d.ts +20 -2
  3. package/dist/es/es2018/types/src/generated/adapters/generateOmniScript.d.ts +17 -0
  4. package/dist/es/es2018/types/src/generated/adapters/getAllServiceAutomationDep.d.ts +2 -1
  5. package/dist/es/es2018/types/src/generated/adapters/getCatalogItem.d.ts +2 -3
  6. package/dist/es/es2018/types/src/generated/adapters/updateCatalogItem.d.ts +21 -2
  7. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +1 -0
  8. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +2 -2
  9. package/dist/es/es2018/types/src/generated/resources/getConnectCatalogCatalogItemByCatalogItemId.d.ts +0 -1
  10. package/dist/es/es2018/types/src/generated/resources/patchConnectCatalogCatalogItemByCatalogItemId.d.ts +21 -2
  11. package/dist/es/es2018/types/src/generated/resources/postConnectCatalogCatalogItem.d.ts +20 -2
  12. package/dist/es/es2018/types/src/generated/resources/postConnectServiceAutomation.d.ts +2 -1
  13. package/dist/es/es2018/types/src/generated/resources/postConnectServiceAutomationGenerateIntakeOmni.d.ts +14 -0
  14. package/dist/es/es2018/types/src/generated/types/AssociatedArticleOutputRepresentation.d.ts +31 -0
  15. package/dist/es/es2018/types/src/generated/types/CatalogItemAttributeInputRepresentation.d.ts +27 -24
  16. package/dist/es/es2018/types/src/generated/types/CatalogItemAttributeOutputRepresentation.d.ts +32 -20
  17. package/dist/es/es2018/types/src/generated/types/CatalogItemCreateInputRepresentation.d.ts +47 -1
  18. package/dist/es/es2018/types/src/generated/types/CatalogItemOutputRepresentation.d.ts +45 -33
  19. package/dist/es/es2018/types/src/generated/types/CatalogItemUpdateInputRepresentation.d.ts +49 -3
  20. package/dist/es/es2018/types/src/generated/types/EligibilityRuleOutputRepresentation.d.ts +31 -0
  21. package/dist/es/es2018/types/src/generated/types/EligibilityRulesInputRepresentation.d.ts +31 -0
  22. package/dist/es/es2018/types/src/generated/types/FilterInputRepresentation.d.ts +3 -3
  23. package/dist/es/es2018/types/src/generated/types/FulfillmentFlowInputRepresentation.d.ts +37 -0
  24. package/dist/es/es2018/types/src/generated/types/FulfillmentFlowOutputRepresentation.d.ts +8 -5
  25. package/dist/es/es2018/types/src/generated/types/GenericCustomObject.d.ts +28 -0
  26. package/dist/es/es2018/types/src/generated/types/IntakeFormCreationInputRepresentation.d.ts +34 -0
  27. package/dist/es/es2018/types/src/generated/types/IntakeFormInputRepresentation.d.ts +11 -5
  28. package/dist/es/es2018/types/src/generated/types/IntakeFormOutputRepresentation.d.ts +23 -5
  29. package/dist/es/es2018/types/src/generated/types/{FulfillmentFowInputRepresentation.d.ts → IntegrationDefInputRepresentation.d.ts} +16 -13
  30. package/dist/es/es2018/types/src/generated/types/IntegrationDefinitionOutputPresentation.d.ts +31 -0
  31. package/dist/es/es2018/types/src/generated/types/KnowledgeArticleInputRepresentation.d.ts +34 -0
  32. package/dist/es/es2018/types/src/generated/types/OmniIntakeOutputRepresentation.d.ts +59 -0
  33. package/dist/es/es2018/types/src/generated/types/PreprocessorInputRepresentation.d.ts +8 -5
  34. package/dist/es/es2018/types/src/generated/types/PreprocessorOutputRepresentation.d.ts +31 -0
  35. package/dist/es/es2018/types/src/generated/types/SectionOutputRepresentation.d.ts +35 -0
  36. package/dist/es/es2018/types/src/generated/types/ServiceAutomationDepReadInputRepresentation.d.ts +4 -3
  37. package/package.json +3 -3
  38. package/sfdc/index.js +4048 -574
  39. package/src/raml/api.raml +554 -158
  40. package/src/raml/luvio.raml +8 -0
  41. package/dist/es/es2018/types/src/generated/types/CatalogItemCreateWrapperInputRepresentation.d.ts +0 -29
  42. package/dist/es/es2018/types/src/generated/types/CatalogItemInputRepresentation.d.ts +0 -61
  43. package/dist/es/es2018/types/src/generated/types/CatalogItemUpdateWrapperInputRepresentation.d.ts +0 -29
@@ -1,13 +1,17 @@
1
- import { CatalogItemAttributeOutputRepresentation as CatalogItemAttributeOutputRepresentation_CatalogItemAttributeOutputRepresentation } from './CatalogItemAttributeOutputRepresentation';
1
+ import { AssociatedArticleOutputRepresentation as AssociatedArticleOutputRepresentation_AssociatedArticleOutputRepresentation } from './AssociatedArticleOutputRepresentation';
2
+ import { EligibilityRuleOutputRepresentation as EligibilityRuleOutputRepresentation_EligibilityRuleOutputRepresentation } from './EligibilityRuleOutputRepresentation';
2
3
  import { FulfillmentFlowOutputRepresentation as FulfillmentFlowOutputRepresentation_FulfillmentFlowOutputRepresentation } from './FulfillmentFlowOutputRepresentation';
3
4
  import { IntakeFormOutputRepresentation as IntakeFormOutputRepresentation_IntakeFormOutputRepresentation } from './IntakeFormOutputRepresentation';
5
+ import { IntegrationDefinitionOutputPresentation as IntegrationDefinitionOutputPresentation_IntegrationDefinitionOutputPresentation } from './IntegrationDefinitionOutputPresentation';
6
+ import { PreprocessorOutputRepresentation as PreprocessorOutputRepresentation_PreprocessorOutputRepresentation } from './PreprocessorOutputRepresentation';
7
+ import { SectionOutputRepresentation as SectionOutputRepresentation_SectionOutputRepresentation } from './SectionOutputRepresentation';
4
8
  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';
5
9
  export declare const TTL = 6000;
6
- export declare const VERSION = "d0103a1b0725c5c2006308b12e54542c";
10
+ export declare const VERSION = "91c1f80fbd4a4186dfe055728a447aa8";
7
11
  export declare function validate(obj: any, path?: string): TypeError | null;
8
12
  export declare const RepresentationType: string;
9
13
  export interface KeyParams extends $64$luvio_engine_KeyMetadata {
10
- catalogItemId: string;
14
+ catalogItemId: string | null;
11
15
  }
12
16
  export type CatalogItemOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
13
17
  export type PartialCatalogItemOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
@@ -24,52 +28,60 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
24
28
  * Output Representation of Catalog Item
25
29
  *
26
30
  * Keys:
27
- * catalogItemId (string): catalogItemId
31
+ * catalogItemId (string | null): catalogItemId
28
32
  */
29
33
  export interface CatalogItemOutputRepresentationNormalized {
30
34
  /** Knowledge Articles */
31
- associatedArticles: Array<string>;
32
- /** Attributes */
33
- attributes: Array<CatalogItemAttributeOutputRepresentation_CatalogItemAttributeOutputRepresentation>;
35
+ associatedArticles?: Array<AssociatedArticleOutputRepresentation_AssociatedArticleOutputRepresentation | null>;
34
36
  /** Id of the Catalog Item */
35
- catalogItemId: string;
37
+ catalogItemId: string | null;
36
38
  /** Context Definition Id */
37
- contextDefinitionId: string;
39
+ contextDefinitionDevNameOrId?: string | null;
38
40
  /** Description of the Catalog Item */
39
- description: string;
41
+ description?: string | null;
42
+ /** Display Url */
43
+ displayUrl?: string | null;
40
44
  /** Eligibility Rules */
41
- eligibilityRules: Array<string>;
42
- fulfillmentFlow: FulfillmentFlowOutputRepresentation_FulfillmentFlowOutputRepresentation;
43
- intakeForm: IntakeFormOutputRepresentation_IntakeFormOutputRepresentation;
45
+ eligibilityRules?: Array<EligibilityRuleOutputRepresentation_EligibilityRuleOutputRepresentation | null>;
46
+ /** Fulfillment Flows */
47
+ fulfillmentFlow?: FulfillmentFlowOutputRepresentation_FulfillmentFlowOutputRepresentation | null;
48
+ /** Intake Form */
49
+ intakeForm?: IntakeFormOutputRepresentation_IntakeFormOutputRepresentation | null;
44
50
  /** Integrations */
45
- integrations: Array<string>;
51
+ integrations?: Array<IntegrationDefinitionOutputPresentation_IntegrationDefinitionOutputPresentation | null>;
46
52
  /** is Active */
47
- isActive: boolean;
53
+ isActive?: boolean | null;
48
54
  /** Name of the Catalog Item */
49
- name: string;
55
+ name?: string | null;
50
56
  /** Pre Processor Ids */
51
- preProcessors: Array<string>;
52
- /** Type of the Catalog Item */
53
- type: string;
57
+ preProcessors?: Array<PreprocessorOutputRepresentation_PreprocessorOutputRepresentation | null>;
58
+ /** Product Id */
59
+ productId?: string | null;
60
+ /** Attributes */
61
+ section?: SectionOutputRepresentation_SectionOutputRepresentation | null;
62
+ /** usedFor of the Catalog Item */
63
+ usedFor?: string | null;
54
64
  }
55
65
  /**
56
66
  * Output Representation of Catalog Item
57
67
  *
58
68
  * Keys:
59
- * catalogItemId (string): catalogItemId
69
+ * catalogItemId (string | null): catalogItemId
60
70
  */
61
71
  export interface CatalogItemOutputRepresentation {
62
- associatedArticles: Array<string>;
63
- attributes: Array<CatalogItemAttributeOutputRepresentation_CatalogItemAttributeOutputRepresentation>;
64
- catalogItemId: string;
65
- contextDefinitionId: string;
66
- description: string;
67
- eligibilityRules: Array<string>;
68
- fulfillmentFlow: FulfillmentFlowOutputRepresentation_FulfillmentFlowOutputRepresentation;
69
- intakeForm: IntakeFormOutputRepresentation_IntakeFormOutputRepresentation;
70
- integrations: Array<string>;
71
- isActive: boolean;
72
- name: string;
73
- preProcessors: Array<string>;
74
- type: string;
72
+ associatedArticles?: Array<AssociatedArticleOutputRepresentation_AssociatedArticleOutputRepresentation | null>;
73
+ catalogItemId: string | null;
74
+ contextDefinitionDevNameOrId?: string | null;
75
+ description?: string | null;
76
+ displayUrl?: string | null;
77
+ eligibilityRules?: Array<EligibilityRuleOutputRepresentation_EligibilityRuleOutputRepresentation | null>;
78
+ fulfillmentFlow?: FulfillmentFlowOutputRepresentation_FulfillmentFlowOutputRepresentation | null;
79
+ intakeForm?: IntakeFormOutputRepresentation_IntakeFormOutputRepresentation | null;
80
+ integrations?: Array<IntegrationDefinitionOutputPresentation_IntegrationDefinitionOutputPresentation | null>;
81
+ isActive?: boolean | null;
82
+ name?: string | null;
83
+ preProcessors?: Array<PreprocessorOutputRepresentation_PreprocessorOutputRepresentation | null>;
84
+ productId?: string | null;
85
+ section?: SectionOutputRepresentation_SectionOutputRepresentation | null;
86
+ usedFor?: string | null;
75
87
  }
@@ -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 = "472473eb633522f4226b17ddb4e40c29";
9
+ export declare const VERSION = "9ec55d645981163200695a09e79f6687";
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: CatalogItemUpdateInputRepresentation, existing: CatalogItemUpdateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CatalogItemUpdateInputRepresentationNormalized;
@@ -14,8 +21,34 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
14
21
  * (none)
15
22
  */
16
23
  export interface CatalogItemUpdateInputRepresentationNormalized {
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>;
17
48
  /** The ID of the catalog Item */
18
- id: string;
49
+ productId?: string | null;
50
+ /** UsedFor */
51
+ usedFor?: string | null;
19
52
  }
20
53
  /**
21
54
  * The configuration of updates to the CatalogItem
@@ -24,5 +57,18 @@ export interface CatalogItemUpdateInputRepresentationNormalized {
24
57
  * (none)
25
58
  */
26
59
  export interface CatalogItemUpdateInputRepresentation {
27
- id: string;
60
+ associatedArticles?: Array<KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation | null>;
61
+ attributes?: Array<CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation | null>;
62
+ contextDefinitionDevNameOrId?: string | null;
63
+ description?: string | null;
64
+ displayUrl?: string | null;
65
+ eligibilityRules?: Array<EligibilityRulesInputRepresentation_EligibilityRulesInputRepresentation | null>;
66
+ fulfillmentFlow?: FulfillmentFlowInputRepresentation_FulfillmentFlowInputRepresentation | null;
67
+ intakeForm?: IntakeFormInputRepresentation_IntakeFormInputRepresentation | null;
68
+ integrations?: Array<IntegrationDefInputRepresentation_IntegrationDefInputRepresentation | null>;
69
+ isActive?: boolean | null;
70
+ name?: string | null;
71
+ preProcessors?: Array<PreprocessorInputRepresentation_PreprocessorInputRepresentation | null>;
72
+ productId?: string | null;
73
+ usedFor?: string | null;
28
74
  }
@@ -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 = "6859d872ce6d03f8f07819eb40c43fe6";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: EligibilityRuleOutputRepresentation, existing: EligibilityRuleOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EligibilityRuleOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: EligibilityRuleOutputRepresentationNormalized, incoming: EligibilityRuleOutputRepresentationNormalized): 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: EligibilityRuleOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output Representation for Eligibility Rules
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface EligibilityRuleOutputRepresentationNormalized {
17
+ /** Eligibility Rule Id */
18
+ eligibilityRuleId?: string | null;
19
+ /** Id */
20
+ id?: string | null;
21
+ }
22
+ /**
23
+ * Output Representation for Eligibility Rules
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface EligibilityRuleOutputRepresentation {
29
+ eligibilityRuleId?: string | null;
30
+ id?: string | null;
31
+ }
@@ -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 = "07dfc43fcc7f236c6648fcf8cb17e66b";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: EligibilityRulesInputRepresentation, existing: EligibilityRulesInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EligibilityRulesInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: EligibilityRulesInputRepresentationNormalized, incoming: EligibilityRulesInputRepresentationNormalized): 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: EligibilityRulesInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input Representation for Eligibility Rules
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface EligibilityRulesInputRepresentationNormalized {
17
+ /** The ID of the catalog Item */
18
+ id?: string | null;
19
+ /** The operation type of the catalog Item */
20
+ operationType?: string | null;
21
+ }
22
+ /**
23
+ * Input Representation for Eligibility Rules
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface EligibilityRulesInputRepresentation {
29
+ id?: string | null;
30
+ operationType?: string | null;
31
+ }
@@ -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 = "6e39e93c3720281576ad4d8642053404";
2
+ export declare const VERSION = "6dd06badbe7e8433452eb3ea1b89cfb3";
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: FilterInputRepresentation, existing: FilterInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FilterInputRepresentationNormalized;
@@ -19,7 +19,7 @@ export interface FilterInputRepresentationNormalized {
19
19
  /** operator */
20
20
  operator: string;
21
21
  /** value */
22
- value: {};
22
+ value: unknown;
23
23
  }
24
24
  /**
25
25
  * The query Filter input representation.
@@ -30,5 +30,5 @@ export interface FilterInputRepresentationNormalized {
30
30
  export interface FilterInputRepresentation {
31
31
  field: string;
32
32
  operator: string;
33
- value: {};
33
+ value: unknown;
34
34
  }
@@ -0,0 +1,37 @@
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 = "5db14616d04759f6c2f3ee0d981164b5";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: FulfillmentFlowInputRepresentation, existing: FulfillmentFlowInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FulfillmentFlowInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: FulfillmentFlowInputRepresentationNormalized, incoming: FulfillmentFlowInputRepresentationNormalized): 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: FulfillmentFlowInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input Representation for Fulfillment Flow
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface FulfillmentFlowInputRepresentationNormalized {
17
+ /** The ID of FulfillmentFlow */
18
+ fulfillmentFlowId?: string | null;
19
+ /** The ID of the catalog Item */
20
+ id?: string | null;
21
+ /** The operation type of the catalog Item */
22
+ operationType?: string | null;
23
+ /** The Type of the catalog Item */
24
+ type?: string | null;
25
+ }
26
+ /**
27
+ * Input Representation for Fulfillment Flow
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface FulfillmentFlowInputRepresentation {
33
+ fulfillmentFlowId?: string | null;
34
+ id?: string | null;
35
+ operationType?: string | null;
36
+ type?: string | null;
37
+ }
@@ -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 = "a629c7f39e6f7bfcb57e38849c46ba98";
2
+ export declare const VERSION = "b5216beece7c04763cff6924e6953f93";
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: FulfillmentFlowOutputRepresentation, existing: FulfillmentFlowOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FulfillmentFlowOutputRepresentationNormalized;
@@ -15,9 +15,11 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
15
15
  */
16
16
  export interface FulfillmentFlowOutputRepresentationNormalized {
17
17
  /** FulfillmentFlow Id */
18
- id: string;
18
+ fulFillmentFlowId?: string | null;
19
+ /** ProductFulfillmentScenario Id */
20
+ id?: string | null;
19
21
  /** FulfillmentFlow Type */
20
- type: string;
22
+ type?: string | null;
21
23
  }
22
24
  /**
23
25
  * Output Representation for Fulfillment Flow
@@ -26,6 +28,7 @@ export interface FulfillmentFlowOutputRepresentationNormalized {
26
28
  * (none)
27
29
  */
28
30
  export interface FulfillmentFlowOutputRepresentation {
29
- id: string;
30
- type: string;
31
+ fulFillmentFlowId?: string | null;
32
+ id?: string | null;
33
+ type?: string | null;
31
34
  }
@@ -0,0 +1,28 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "dc178a694586a85452c51ff73015d6e1";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: GenericCustomObject, existing: GenericCustomObjectNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): GenericCustomObjectNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: GenericCustomObjectNormalized, incoming: GenericCustomObjectNormalized): 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: GenericCustomObject, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * GenericCustomObject
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface GenericCustomObjectNormalized {
17
+ /** value */
18
+ value: {};
19
+ }
20
+ /**
21
+ * GenericCustomObject
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface GenericCustomObject {
27
+ value: {};
28
+ }
@@ -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 = "c62bd11ba1f60f024ebcf90422c67c2a";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: IntakeFormCreationInputRepresentation, existing: IntakeFormCreationInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): IntakeFormCreationInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: IntakeFormCreationInputRepresentationNormalized, incoming: IntakeFormCreationInputRepresentationNormalized): 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: IntakeFormCreationInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * CatalogItem OmniScript Intake Input Representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface IntakeFormCreationInputRepresentationNormalized {
17
+ /** Product Id */
18
+ productId: string;
19
+ /** Omni Script Description */
20
+ scriptDescription: string;
21
+ /** Omni Script Name */
22
+ scriptName: string;
23
+ }
24
+ /**
25
+ * CatalogItem OmniScript Intake Input Representation
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface IntakeFormCreationInputRepresentation {
31
+ productId: string;
32
+ scriptDescription: string;
33
+ scriptName: string;
34
+ }
@@ -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 = "3ecc7effaa07cd72dee69a3fd698c5ba";
2
+ export declare const VERSION = "ba73ad0816c04c86985bfc753f061682";
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: IntakeFormInputRepresentation, existing: IntakeFormInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): IntakeFormInputRepresentationNormalized;
@@ -15,9 +15,13 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
15
15
  */
16
16
  export interface IntakeFormInputRepresentationNormalized {
17
17
  /** The ID of the catalog Item */
18
- id: string;
18
+ id?: string | null;
19
+ /** The intake form ID */
20
+ intakeFormId?: string | null;
21
+ /** The operation type of the catalog Item */
22
+ operationType?: string | null;
19
23
  /** The Type of the catalog Item */
20
- type: string;
24
+ type?: string | null;
21
25
  }
22
26
  /**
23
27
  * Input Representation for Intake Forms.
@@ -26,6 +30,8 @@ export interface IntakeFormInputRepresentationNormalized {
26
30
  * (none)
27
31
  */
28
32
  export interface IntakeFormInputRepresentation {
29
- id: string;
30
- type: string;
33
+ id?: string | null;
34
+ intakeFormId?: string | null;
35
+ operationType?: string | null;
36
+ type?: string | null;
31
37
  }
@@ -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 = "d0fe6f2d5b8246f10afe4067d3721d5b";
2
+ export declare const VERSION = "dc8ba723ca754951db42f9d0e6891a06";
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: IntakeFormOutputRepresentation, existing: IntakeFormOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): IntakeFormOutputRepresentationNormalized;
@@ -14,10 +14,22 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
14
14
  * (none)
15
15
  */
16
16
  export interface IntakeFormOutputRepresentationNormalized {
17
+ /** Id */
18
+ id?: string | null;
17
19
  /** Intake Form Id */
18
- id: string;
20
+ intakeFormId?: string | null;
21
+ /** OmniProcess Id */
22
+ omniProcessId?: string | null;
23
+ /** OmniScript Language */
24
+ omniScriptLanguage?: string | null;
25
+ /** OmniScript SubType */
26
+ omniScriptSubType?: string | null;
27
+ /** OmniScript Type */
28
+ omniScriptType?: string | null;
19
29
  /** Intake Form Type */
20
- type: string;
30
+ type?: string | null;
31
+ /** Unique Name */
32
+ uniqueName?: string | null;
21
33
  }
22
34
  /**
23
35
  * Output Representation for Intake Forms
@@ -26,6 +38,12 @@ export interface IntakeFormOutputRepresentationNormalized {
26
38
  * (none)
27
39
  */
28
40
  export interface IntakeFormOutputRepresentation {
29
- id: string;
30
- type: string;
41
+ id?: string | null;
42
+ intakeFormId?: string | null;
43
+ omniProcessId?: string | null;
44
+ omniScriptLanguage?: string | null;
45
+ omniScriptSubType?: string | null;
46
+ omniScriptType?: string | null;
47
+ type?: string | null;
48
+ uniqueName?: string | null;
31
49
  }
@@ -1,31 +1,34 @@
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 = "c9d37cbcbcc8aa8f1d8999cbccae5620";
2
+ export declare const VERSION = "3f2f790185ebdd8bf8878614df2df182";
3
3
  export declare function validate(obj: any, path?: string): TypeError | null;
4
4
  export declare const RepresentationType: string;
5
- export declare function normalize(input: FulfillmentFowInputRepresentation, existing: FulfillmentFowInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FulfillmentFowInputRepresentationNormalized;
5
+ export declare function normalize(input: IntegrationDefInputRepresentation, existing: IntegrationDefInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): IntegrationDefInputRepresentationNormalized;
6
6
  export declare const select: () => $64$luvio_engine_FragmentSelection;
7
- export declare function equals(existing: FulfillmentFowInputRepresentationNormalized, incoming: FulfillmentFowInputRepresentationNormalized): boolean;
7
+ export declare function equals(existing: IntegrationDefInputRepresentationNormalized, incoming: IntegrationDefInputRepresentationNormalized): boolean;
8
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: FulfillmentFowInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: IntegrationDefInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
10
  /**
11
- * Input Representation for Fulfillment Flow
11
+ * Input Representation for Integration Definition.
12
12
  *
13
13
  * Keys:
14
14
  * (none)
15
15
  */
16
- export interface FulfillmentFowInputRepresentationNormalized {
16
+ export interface IntegrationDefInputRepresentationNormalized {
17
17
  /** The ID of the catalog Item */
18
- id: string;
19
- /** The Type of the catalog Item */
20
- type: string;
18
+ id?: string | null;
19
+ /** The ID of the catalog Item */
20
+ integrationDefinitionId?: string | null;
21
+ /** The operation type of the catalog Item */
22
+ operationType?: string | null;
21
23
  }
22
24
  /**
23
- * Input Representation for Fulfillment Flow
25
+ * Input Representation for Integration Definition.
24
26
  *
25
27
  * Keys:
26
28
  * (none)
27
29
  */
28
- export interface FulfillmentFowInputRepresentation {
29
- id: string;
30
- type: string;
30
+ export interface IntegrationDefInputRepresentation {
31
+ id?: string | null;
32
+ integrationDefinitionId?: string | null;
33
+ operationType?: string | null;
31
34
  }
@@ -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 = "c1ec96c6067d5cc08b064a192351f071";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: IntegrationDefinitionOutputPresentation, existing: IntegrationDefinitionOutputPresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): IntegrationDefinitionOutputPresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: IntegrationDefinitionOutputPresentationNormalized, incoming: IntegrationDefinitionOutputPresentationNormalized): 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: IntegrationDefinitionOutputPresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output Representation for Integration Definition
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface IntegrationDefinitionOutputPresentationNormalized {
17
+ /** Id of the Integration Definition */
18
+ id?: string | null;
19
+ /** Integration Definition Id */
20
+ integrationDefId?: string | null;
21
+ }
22
+ /**
23
+ * Output Representation for Integration Definition
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface IntegrationDefinitionOutputPresentation {
29
+ id?: string | null;
30
+ integrationDefId?: string | null;
31
+ }
@@ -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 = "6bb94bd7980c9cfee1aea617ae8073d1";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: KnowledgeArticleInputRepresentation, existing: KnowledgeArticleInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): KnowledgeArticleInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: KnowledgeArticleInputRepresentationNormalized, incoming: KnowledgeArticleInputRepresentationNormalized): 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: KnowledgeArticleInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input Representation for Knowledge Articles.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface KnowledgeArticleInputRepresentationNormalized {
17
+ /** The ID of the catalog Item */
18
+ id?: string | null;
19
+ /** The ID of KnowledgeArticle */
20
+ knowledgeArticleId?: string | null;
21
+ /** The operation type of the catalog Item */
22
+ operationType?: string | null;
23
+ }
24
+ /**
25
+ * Input Representation for Knowledge Articles.
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface KnowledgeArticleInputRepresentation {
31
+ id?: string | null;
32
+ knowledgeArticleId?: string | null;
33
+ operationType?: string | null;
34
+ }