@salesforce/lds-adapters-service-ecm 0.1.0-dev1

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 (89) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/service-ecm.js +9423 -0
  3. package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
  4. package/dist/es/es2018/types/src/generated/adapters/createAgentAction.d.ts +20 -0
  5. package/dist/es/es2018/types/src/generated/adapters/createAgentFlow.d.ts +18 -0
  6. package/dist/es/es2018/types/src/generated/adapters/createCatalogItem.d.ts +41 -0
  7. package/dist/es/es2018/types/src/generated/adapters/deployTemplate.d.ts +15 -0
  8. package/dist/es/es2018/types/src/generated/adapters/generateIntakeForm.d.ts +18 -0
  9. package/dist/es/es2018/types/src/generated/adapters/generateOmniScript.d.ts +17 -0
  10. package/dist/es/es2018/types/src/generated/adapters/getAgentActions.d.ts +28 -0
  11. package/dist/es/es2018/types/src/generated/adapters/getAllServiceAutomationDep.d.ts +31 -0
  12. package/dist/es/es2018/types/src/generated/adapters/getAllServiceProcessTemplate.d.ts +26 -0
  13. package/dist/es/es2018/types/src/generated/adapters/getCatalogItem.d.ts +28 -0
  14. package/dist/es/es2018/types/src/generated/adapters/getServiceRequest.d.ts +27 -0
  15. package/dist/es/es2018/types/src/generated/adapters/updateCatalogItem.d.ts +43 -0
  16. package/dist/es/es2018/types/src/generated/adapters/updateEpcCategories.d.ts +17 -0
  17. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +13 -0
  18. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +19 -0
  19. package/dist/es/es2018/types/src/generated/resources/getConnectServiceAutomationCatalogCatalogItemByCatalogItemId.d.ts +18 -0
  20. package/dist/es/es2018/types/src/generated/resources/getConnectServiceAutomationGenAiActions.d.ts +16 -0
  21. package/dist/es/es2018/types/src/generated/resources/getConnectServiceAutomationServiceProcessGetAllTemplates.d.ts +12 -0
  22. package/dist/es/es2018/types/src/generated/resources/getConnectServiceAutomationServiceRequestServiceCatalogRequestByServiceRequestId.d.ts +15 -0
  23. package/dist/es/es2018/types/src/generated/resources/patchConnectServiceAutomationCatalogCatalogItemByCatalogItemId.d.ts +42 -0
  24. package/dist/es/es2018/types/src/generated/resources/patchConnectServiceAutomationCatalogCategoriesByCatalogId.d.ts +16 -0
  25. package/dist/es/es2018/types/src/generated/resources/postConnectServiceAutomationAgentAutolaunchedFlow.d.ts +15 -0
  26. package/dist/es/es2018/types/src/generated/resources/postConnectServiceAutomationCatalogCatalogItem.d.ts +38 -0
  27. package/dist/es/es2018/types/src/generated/resources/postConnectServiceAutomationGenAiActions.d.ts +17 -0
  28. package/dist/es/es2018/types/src/generated/resources/postConnectServiceAutomationIntakeFormGenerateIntakeForm.d.ts +15 -0
  29. package/dist/es/es2018/types/src/generated/resources/postConnectServiceAutomationIntakeFormGenerateIntakeOmniscript.d.ts +14 -0
  30. package/dist/es/es2018/types/src/generated/resources/postConnectServiceAutomationQuery.d.ts +19 -0
  31. package/dist/es/es2018/types/src/generated/resources/postConnectServiceAutomationTemplateDeployByTemplateId.d.ts +12 -0
  32. package/dist/es/es2018/types/src/generated/types/AgentActionAttributeOutputRepresentation.d.ts +64 -0
  33. package/dist/es/es2018/types/src/generated/types/AgentActionInputRepresentation.d.ts +37 -0
  34. package/dist/es/es2018/types/src/generated/types/AgentActionOutputRepresentation.d.ts +34 -0
  35. package/dist/es/es2018/types/src/generated/types/AgentAutolaunchedFlowInputRepresentation.d.ts +37 -0
  36. package/dist/es/es2018/types/src/generated/types/AgentAutolaunchedFlowRepresentation.d.ts +47 -0
  37. package/dist/es/es2018/types/src/generated/types/AgentAutolaunchedFlowStatusRepresentation.d.ts +31 -0
  38. package/dist/es/es2018/types/src/generated/types/AssociatedArticleOutputRepresentation.d.ts +31 -0
  39. package/dist/es/es2018/types/src/generated/types/CatalogItemAttributeInputRepresentation.d.ts +74 -0
  40. package/dist/es/es2018/types/src/generated/types/CatalogItemAttributeOutputRepresentation.d.ts +77 -0
  41. package/dist/es/es2018/types/src/generated/types/CatalogItemCreateInputRepresentation.d.ts +86 -0
  42. package/dist/es/es2018/types/src/generated/types/CatalogItemOutputRepresentation.d.ts +101 -0
  43. package/dist/es/es2018/types/src/generated/types/CatalogItemUpdateInputRepresentation.d.ts +89 -0
  44. package/dist/es/es2018/types/src/generated/types/CategoriesInputRepresentation.d.ts +29 -0
  45. package/dist/es/es2018/types/src/generated/types/CategoryAndParentErrorOutputRepresentation.d.ts +28 -0
  46. package/dist/es/es2018/types/src/generated/types/CategoryAndParentOutputRepresentation.d.ts +48 -0
  47. package/dist/es/es2018/types/src/generated/types/CategoryInput.d.ts +31 -0
  48. package/dist/es/es2018/types/src/generated/types/DeploymentOutputRepresentation.d.ts +44 -0
  49. package/dist/es/es2018/types/src/generated/types/EinsteinAgentActionInputRepresentation.d.ts +43 -0
  50. package/dist/es/es2018/types/src/generated/types/EinsteinAgentActionOutputRepresentation.d.ts +72 -0
  51. package/dist/es/es2018/types/src/generated/types/EinsteinAgentActionsOutputRepresentation.d.ts +30 -0
  52. package/dist/es/es2018/types/src/generated/types/EligibilityRuleOutputRepresentation.d.ts +31 -0
  53. package/dist/es/es2018/types/src/generated/types/EligibilityRulesInputRepresentation.d.ts +31 -0
  54. package/dist/es/es2018/types/src/generated/types/FilterInputRepresentation.d.ts +34 -0
  55. package/dist/es/es2018/types/src/generated/types/FulfillmentFlowInputRepresentation.d.ts +37 -0
  56. package/dist/es/es2018/types/src/generated/types/FulfillmentFlowOutputRepresentation.d.ts +34 -0
  57. package/dist/es/es2018/types/src/generated/types/GenerateIntakeFormInputRepresentation.d.ts +37 -0
  58. package/dist/es/es2018/types/src/generated/types/GenerateIntakeFormOutputRepresentation.d.ts +47 -0
  59. package/dist/es/es2018/types/src/generated/types/GenericCustomObject.d.ts +28 -0
  60. package/dist/es/es2018/types/src/generated/types/IntakeFormCreationInputRepresentation.d.ts +34 -0
  61. package/dist/es/es2018/types/src/generated/types/IntakeFormInputRepresentation.d.ts +37 -0
  62. package/dist/es/es2018/types/src/generated/types/IntakeFormOutputRepresentation.d.ts +49 -0
  63. package/dist/es/es2018/types/src/generated/types/IntegrationDefInputRepresentation.d.ts +34 -0
  64. package/dist/es/es2018/types/src/generated/types/IntegrationDefinitionOutputPresentation.d.ts +31 -0
  65. package/dist/es/es2018/types/src/generated/types/KnowledgeArticleInputRepresentation.d.ts +34 -0
  66. package/dist/es/es2018/types/src/generated/types/OmniIntakeOutputRepresentation.d.ts +59 -0
  67. package/dist/es/es2018/types/src/generated/types/PicklistAttributeTypeInputRepresentation.d.ts +46 -0
  68. package/dist/es/es2018/types/src/generated/types/PicklistAttributeTypeOutputRepresentation.d.ts +43 -0
  69. package/dist/es/es2018/types/src/generated/types/PreprocessorInputRepresentation.d.ts +34 -0
  70. package/dist/es/es2018/types/src/generated/types/PreprocessorOutputRepresentation.d.ts +31 -0
  71. package/dist/es/es2018/types/src/generated/types/ProductDetailsInputRepresentation.d.ts +34 -0
  72. package/dist/es/es2018/types/src/generated/types/ProductDetailsOutputRepresentation.d.ts +43 -0
  73. package/dist/es/es2018/types/src/generated/types/ProductRequestCreateInputRepresentation.d.ts +46 -0
  74. package/dist/es/es2018/types/src/generated/types/ProductRequestOutputRepresentation.d.ts +47 -0
  75. package/dist/es/es2018/types/src/generated/types/ProductRequestUpdateInputRepresentation.d.ts +49 -0
  76. package/dist/es/es2018/types/src/generated/types/SectionInputRepresentation.d.ts +43 -0
  77. package/dist/es/es2018/types/src/generated/types/SectionOutputRepresentation.d.ts +41 -0
  78. package/dist/es/es2018/types/src/generated/types/ServiceAutomationDepOutputRepresentation.d.ts +33 -0
  79. package/dist/es/es2018/types/src/generated/types/ServiceAutomationDepReadInputRepresentation.d.ts +38 -0
  80. package/dist/es/es2018/types/src/generated/types/ServiceAutomationOutputRecordRepresentation.d.ts +32 -0
  81. package/dist/es/es2018/types/src/generated/types/ServiceProcessTemplateOutputRepresentation.d.ts +43 -0
  82. package/dist/es/es2018/types/src/generated/types/ServiceProcessTemplatesOutputRepresentation.d.ts +30 -0
  83. package/dist/es/es2018/types/src/generated/types/ServiceRequestGetOutputRepresentation.d.ts +46 -0
  84. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
  85. package/package.json +66 -0
  86. package/sfdc/index.d.ts +1 -0
  87. package/sfdc/index.js +9524 -0
  88. package/src/raml/api.raml +1712 -0
  89. package/src/raml/luvio.raml +101 -0
@@ -0,0 +1,59 @@
1
+ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const TTL = 6000;
3
+ export declare const VERSION = "b593e197e57b5cb5b7531e71073daefa";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
7
+ id: string;
8
+ }
9
+ export type OmniIntakeOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export type PartialOmniIntakeOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
12
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): OmniIntakeOutputRepresentationNormalizedKeyMetadata;
13
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: OmniIntakeOutputRepresentation): string;
14
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: OmniIntakeOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function normalize(input: OmniIntakeOutputRepresentation, existing: OmniIntakeOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): OmniIntakeOutputRepresentationNormalized;
16
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
17
+ export declare function equals(existing: OmniIntakeOutputRepresentationNormalized, incoming: OmniIntakeOutputRepresentationNormalized): boolean;
18
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
19
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: OmniIntakeOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
20
+ /**
21
+ * Output Representation of Catalog Item
22
+ *
23
+ * Keys:
24
+ * id (string): id
25
+ */
26
+ export interface OmniIntakeOutputRepresentationNormalized {
27
+ /** Intake Form Description */
28
+ description: string;
29
+ /** Intake Form Id */
30
+ id: string;
31
+ /** Intake Form Name */
32
+ name: string;
33
+ /** OmniScript Id */
34
+ omniScriptId: string;
35
+ /** OmniScript Language */
36
+ omniScriptLanguage: string;
37
+ /** OmniScript SubType */
38
+ omniScriptSubType: string;
39
+ /** OmniScript Type */
40
+ omniScriptType: string;
41
+ /** Intake Form Type */
42
+ type: string;
43
+ }
44
+ /**
45
+ * Output Representation of Catalog Item
46
+ *
47
+ * Keys:
48
+ * id (string): id
49
+ */
50
+ export interface OmniIntakeOutputRepresentation {
51
+ description: string;
52
+ id: string;
53
+ name: string;
54
+ omniScriptId: string;
55
+ omniScriptLanguage: string;
56
+ omniScriptSubType: string;
57
+ omniScriptType: string;
58
+ type: string;
59
+ }
@@ -0,0 +1,46 @@
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 = "e4d88344cdbb8018f90cc77edb6edaed";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: PicklistAttributeTypeInputRepresentation, existing: PicklistAttributeTypeInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PicklistAttributeTypeInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: PicklistAttributeTypeInputRepresentationNormalized, incoming: PicklistAttributeTypeInputRepresentationNormalized): 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: PicklistAttributeTypeInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Picklist Attribute Type
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface PicklistAttributeTypeInputRepresentationNormalized {
17
+ /** Picklist Display Name */
18
+ displayName?: string;
19
+ /** Picklist Id */
20
+ id?: string;
21
+ /** Picklist Is Default */
22
+ isDefault?: boolean;
23
+ /** Picklist Is Visible */
24
+ isVisible?: boolean;
25
+ /** Picklist Name */
26
+ name?: string;
27
+ /** The operation type of the picklist option */
28
+ operationType?: string | null;
29
+ /** Picklist Sequence Number */
30
+ sequenceNumber?: number;
31
+ }
32
+ /**
33
+ * Picklist Attribute Type
34
+ *
35
+ * Keys:
36
+ * (none)
37
+ */
38
+ export interface PicklistAttributeTypeInputRepresentation {
39
+ displayName?: string;
40
+ id?: string;
41
+ isDefault?: boolean;
42
+ isVisible?: boolean;
43
+ name?: string;
44
+ operationType?: string | null;
45
+ sequenceNumber?: number;
46
+ }
@@ -0,0 +1,43 @@
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 = "96012ee7981543ddc90b7a4d3e505ffb";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: PicklistAttributeTypeOutputRepresentation, existing: PicklistAttributeTypeOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PicklistAttributeTypeOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: PicklistAttributeTypeOutputRepresentationNormalized, incoming: PicklistAttributeTypeOutputRepresentationNormalized): 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: PicklistAttributeTypeOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation class for the Picklist Attribute Type
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface PicklistAttributeTypeOutputRepresentationNormalized {
17
+ /** Picklist Option Display Name */
18
+ displayName?: string;
19
+ /** Picklist Option Id */
20
+ id?: string;
21
+ /** Picklist Option isDefault */
22
+ isDefault?: boolean;
23
+ /** Picklist Option isVisible */
24
+ isVisible?: boolean;
25
+ /** Picklist Option Name */
26
+ name?: string;
27
+ /** Picklist Option Sequence Number */
28
+ sequenceNumber?: number;
29
+ }
30
+ /**
31
+ * Output representation class for the Picklist Attribute Type
32
+ *
33
+ * Keys:
34
+ * (none)
35
+ */
36
+ export interface PicklistAttributeTypeOutputRepresentation {
37
+ displayName?: string;
38
+ id?: string;
39
+ isDefault?: boolean;
40
+ isVisible?: boolean;
41
+ name?: string;
42
+ sequenceNumber?: number;
43
+ }
@@ -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 = "591a3c89e78710ea903a1407583020f4";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: PreprocessorInputRepresentation, existing: PreprocessorInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PreprocessorInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: PreprocessorInputRepresentationNormalized, incoming: PreprocessorInputRepresentationNormalized): 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: PreprocessorInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input Representation for Preprocessor
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface PreprocessorInputRepresentationNormalized {
17
+ /** The ID of the catalog Item */
18
+ id?: string | null;
19
+ /** The operation type of the catalog Item */
20
+ operationType?: string | null;
21
+ /** The ID of Preprocessor */
22
+ preProcessorsID?: string | null;
23
+ }
24
+ /**
25
+ * Input Representation for Preprocessor
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface PreprocessorInputRepresentation {
31
+ id?: string | null;
32
+ operationType?: string | null;
33
+ preProcessorsID?: string | null;
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 = "2d685b1e467eb8d61276e834ea3b74a3";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: PreprocessorOutputRepresentation, existing: PreprocessorOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PreprocessorOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: PreprocessorOutputRepresentationNormalized, incoming: PreprocessorOutputRepresentationNormalized): 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: PreprocessorOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output Representation for Preprocessors
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface PreprocessorOutputRepresentationNormalized {
17
+ /** ProductConfigFlow Id */
18
+ id?: string | null;
19
+ /** Preprocessor Id */
20
+ preProcessorsID?: string | null;
21
+ }
22
+ /**
23
+ * Output Representation for Preprocessors
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface PreprocessorOutputRepresentation {
29
+ id?: string | null;
30
+ preProcessorsID?: 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 = "f36afb2b1f37980bb295b54da53185b3";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ProductDetailsInputRepresentation, existing: ProductDetailsInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductDetailsInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ProductDetailsInputRepresentationNormalized, incoming: ProductDetailsInputRepresentationNormalized): 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: ProductDetailsInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input Representation for Product Details.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ProductDetailsInputRepresentationNormalized {
17
+ /** The id of the parent product */
18
+ id?: string | null;
19
+ /** The operation type of the catalog Item */
20
+ operationType?: string | null;
21
+ /** The id of the product */
22
+ productId?: string | null;
23
+ }
24
+ /**
25
+ * Input Representation for Product Details.
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface ProductDetailsInputRepresentation {
31
+ id?: string | null;
32
+ operationType?: string | null;
33
+ productId?: string | null;
34
+ }
@@ -0,0 +1,43 @@
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 = "bb9dde3a26e01fbcb2b943119fcb279a";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ProductDetailsOutputRepresentation, existing: ProductDetailsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductDetailsOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ProductDetailsOutputRepresentationNormalized, incoming: ProductDetailsOutputRepresentationNormalized): 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: ProductDetailsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output Representation for Product Details
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ProductDetailsOutputRepresentationNormalized {
17
+ /** Description of the product */
18
+ description?: string | null;
19
+ /** displayUrl of the product */
20
+ displayUrl?: string | null;
21
+ /** The id of the product request */
22
+ id?: string | null;
23
+ /** The id of the product */
24
+ productId?: string | null;
25
+ /** Name of the product */
26
+ productName?: string | null;
27
+ /** Unit Price of the product */
28
+ productPrice?: string | null;
29
+ }
30
+ /**
31
+ * Output Representation for Product Details
32
+ *
33
+ * Keys:
34
+ * (none)
35
+ */
36
+ export interface ProductDetailsOutputRepresentation {
37
+ description?: string | null;
38
+ displayUrl?: string | null;
39
+ id?: string | null;
40
+ productId?: string | null;
41
+ productName?: string | null;
42
+ productPrice?: string | null;
43
+ }
@@ -0,0 +1,46 @@
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 = "a7ecd00e5d6c4fc15e453ecd43680538";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ProductRequestCreateInputRepresentation, existing: ProductRequestCreateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductRequestCreateInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ProductRequestCreateInputRepresentationNormalized, incoming: ProductRequestCreateInputRepresentationNormalized): 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: ProductRequestCreateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input Representation for Product Request.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ProductRequestCreateInputRepresentationNormalized {
17
+ /** Operation Type of the product request section */
18
+ operationType?: string | null;
19
+ /** Product Details */
20
+ productDetails?: Array<unknown>;
21
+ /** Section Description */
22
+ sectionDescription?: string | null;
23
+ /** Section max count */
24
+ sectionMaxCount?: number | null;
25
+ /** Section min count */
26
+ sectionMinCount?: number | null;
27
+ /** Section Name */
28
+ sectionName?: string | null;
29
+ /** Sequence */
30
+ sequence?: number | null;
31
+ }
32
+ /**
33
+ * Input Representation for Product Request.
34
+ *
35
+ * Keys:
36
+ * (none)
37
+ */
38
+ export interface ProductRequestCreateInputRepresentation {
39
+ operationType?: string | null;
40
+ productDetails?: Array<unknown>;
41
+ sectionDescription?: string | null;
42
+ sectionMaxCount?: number | null;
43
+ sectionMinCount?: number | null;
44
+ sectionName?: string | null;
45
+ sequence?: number | null;
46
+ }
@@ -0,0 +1,47 @@
1
+ import { ProductDetailsOutputRepresentation as ProductDetailsOutputRepresentation_ProductDetailsOutputRepresentation } from './ProductDetailsOutputRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "dc18ee4b99b0510d2c89ddf9261ea1e7";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ProductRequestOutputRepresentation, existing: ProductRequestOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductRequestOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ProductRequestOutputRepresentationNormalized, incoming: ProductRequestOutputRepresentationNormalized): 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: ProductRequestOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Output Representation for Product Request
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ProductRequestOutputRepresentationNormalized {
18
+ /** Product Details */
19
+ productDetails?: Array<ProductDetailsOutputRepresentation_ProductDetailsOutputRepresentation>;
20
+ /** Section Description */
21
+ sectionDescription?: string | null;
22
+ /** Section Id */
23
+ sectionId?: string | null;
24
+ /** Section max count */
25
+ sectionMaxCount?: number | null;
26
+ /** Section min count */
27
+ sectionMinCount?: number | null;
28
+ /** Section Name */
29
+ sectionName?: string | null;
30
+ /** Sequence */
31
+ sequence?: number | null;
32
+ }
33
+ /**
34
+ * Output Representation for Product Request
35
+ *
36
+ * Keys:
37
+ * (none)
38
+ */
39
+ export interface ProductRequestOutputRepresentation {
40
+ productDetails?: Array<ProductDetailsOutputRepresentation_ProductDetailsOutputRepresentation>;
41
+ sectionDescription?: string | null;
42
+ sectionId?: string | null;
43
+ sectionMaxCount?: number | null;
44
+ sectionMinCount?: number | null;
45
+ sectionName?: string | null;
46
+ sequence?: number | null;
47
+ }
@@ -0,0 +1,49 @@
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 = "03d0b85729aa7af493dc0a58d5dada5c";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ProductRequestUpdateInputRepresentation, existing: ProductRequestUpdateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductRequestUpdateInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ProductRequestUpdateInputRepresentationNormalized, incoming: ProductRequestUpdateInputRepresentationNormalized): 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: ProductRequestUpdateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input Representation for Product Request.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ProductRequestUpdateInputRepresentationNormalized {
17
+ /** Operation Type of the product request section */
18
+ operationType?: string | null;
19
+ /** Product Details */
20
+ productDetails?: Array<unknown>;
21
+ /** Section Description */
22
+ sectionDescription?: string | null;
23
+ /** Section Id */
24
+ sectionId?: string | null;
25
+ /** Section max count */
26
+ sectionMaxCount?: number | null;
27
+ /** Section min count */
28
+ sectionMinCount?: number | null;
29
+ /** Section Name */
30
+ sectionName?: string | null;
31
+ /** Section Sequence */
32
+ sequence?: number | null;
33
+ }
34
+ /**
35
+ * Input Representation for Product Request.
36
+ *
37
+ * Keys:
38
+ * (none)
39
+ */
40
+ export interface ProductRequestUpdateInputRepresentation {
41
+ operationType?: string | null;
42
+ productDetails?: Array<unknown>;
43
+ sectionDescription?: string | null;
44
+ sectionId?: string | null;
45
+ sectionMaxCount?: number | null;
46
+ sectionMinCount?: number | null;
47
+ sectionName?: string | null;
48
+ sequence?: number | null;
49
+ }
@@ -0,0 +1,43 @@
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 = "bec39d8f3b70de52dadd56c1e308b3f8";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SectionInputRepresentation, existing: SectionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SectionInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SectionInputRepresentationNormalized, incoming: SectionInputRepresentationNormalized): 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: SectionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input Representation for Sections
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SectionInputRepresentationNormalized {
17
+ /** Attributes associated with Section */
18
+ attributes?: Array<unknown>;
19
+ /** The Description of Section */
20
+ description?: string | null;
21
+ /** The ID of Section */
22
+ id?: string | null;
23
+ /** The Name of Section */
24
+ name?: string | null;
25
+ /** The operation type of the section */
26
+ operationType?: string | null;
27
+ /** The sequence of Section */
28
+ sequence?: number;
29
+ }
30
+ /**
31
+ * Input Representation for Sections
32
+ *
33
+ * Keys:
34
+ * (none)
35
+ */
36
+ export interface SectionInputRepresentation {
37
+ attributes?: Array<unknown>;
38
+ description?: string | null;
39
+ id?: string | null;
40
+ name?: string | null;
41
+ operationType?: string | null;
42
+ sequence?: number;
43
+ }
@@ -0,0 +1,41 @@
1
+ import { CatalogItemAttributeOutputRepresentation as CatalogItemAttributeOutputRepresentation_CatalogItemAttributeOutputRepresentation } from './CatalogItemAttributeOutputRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "eed5c7a2ef3082b1059e48f5742cd44f";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SectionOutputRepresentation, existing: SectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SectionOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SectionOutputRepresentationNormalized, incoming: SectionOutputRepresentationNormalized): 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: SectionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Output Representation for Section
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SectionOutputRepresentationNormalized {
18
+ /** Attribute List */
19
+ attributes?: Array<CatalogItemAttributeOutputRepresentation_CatalogItemAttributeOutputRepresentation | null>;
20
+ /** Product Name */
21
+ description?: string | null;
22
+ /** Id of the Section */
23
+ id?: string | null;
24
+ /** Product Name */
25
+ name?: string | null;
26
+ /** The sequence of Section */
27
+ sequence?: number;
28
+ }
29
+ /**
30
+ * Output Representation for Section
31
+ *
32
+ * Keys:
33
+ * (none)
34
+ */
35
+ export interface SectionOutputRepresentation {
36
+ attributes?: Array<CatalogItemAttributeOutputRepresentation_CatalogItemAttributeOutputRepresentation | null>;
37
+ description?: string | null;
38
+ id?: string | null;
39
+ name?: string | null;
40
+ sequence?: number;
41
+ }
@@ -0,0 +1,33 @@
1
+ import { ServiceAutomationOutputRecordRepresentation as ServiceAutomationOutputRecordRepresentation_ServiceAutomationOutputRecordRepresentation } from './ServiceAutomationOutputRecordRepresentation';
2
+ 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';
3
+ export declare const TTL = 6000;
4
+ export declare const VERSION = "7860ae260a600243129acb4ea01e75be";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: ServiceAutomationDepOutputRepresentation, existing: ServiceAutomationDepOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ServiceAutomationDepOutputRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_BaseFragment;
9
+ export declare function equals(existing: ServiceAutomationDepOutputRepresentationNormalized, incoming: ServiceAutomationDepOutputRepresentationNormalized): boolean;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ServiceAutomationDepOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Output Representation of Record
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface ServiceAutomationDepOutputRepresentationNormalized {
19
+ /** Name of the entity */
20
+ entityApiName: string;
21
+ /** List of records to be returned for the given entityApiName */
22
+ records: Array<ServiceAutomationOutputRecordRepresentation_ServiceAutomationOutputRecordRepresentation>;
23
+ }
24
+ /**
25
+ * Output Representation of Record
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface ServiceAutomationDepOutputRepresentation {
31
+ entityApiName: string;
32
+ records: Array<ServiceAutomationOutputRecordRepresentation_ServiceAutomationOutputRecordRepresentation>;
33
+ }
@@ -0,0 +1,38 @@
1
+ import { FilterInputRepresentation as FilterInputRepresentation_FilterInputRepresentation } from './FilterInputRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "ff1b6ad3996f443370dfab9d7651648c";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ServiceAutomationDepReadInputRepresentation, existing: ServiceAutomationDepReadInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ServiceAutomationDepReadInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ServiceAutomationDepReadInputRepresentationNormalized, incoming: ServiceAutomationDepReadInputRepresentationNormalized): 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: ServiceAutomationDepReadInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Representation of the ServiceAutomation Input Request
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ServiceAutomationDepReadInputRepresentationNormalized {
18
+ /** The name of the entity records to be fetched */
19
+ entityName: string;
20
+ /** The fields to be fetched for the entity */
21
+ fields: Array<string>;
22
+ /** The filter to be applied while fetching records */
23
+ filters: Array<FilterInputRepresentation_FilterInputRepresentation>;
24
+ /** The limit to be applied while fetching records */
25
+ limit?: number | null;
26
+ }
27
+ /**
28
+ * Representation of the ServiceAutomation Input Request
29
+ *
30
+ * Keys:
31
+ * (none)
32
+ */
33
+ export interface ServiceAutomationDepReadInputRepresentation {
34
+ entityName: string;
35
+ fields: Array<string>;
36
+ filters: Array<FilterInputRepresentation_FilterInputRepresentation>;
37
+ limit?: number | null;
38
+ }
@@ -0,0 +1,32 @@
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 = "90340de1d78f95fb886a34859d5da299";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ServiceAutomationOutputRecordRepresentation, existing: ServiceAutomationOutputRecordRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ServiceAutomationOutputRecordRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ServiceAutomationOutputRecordRepresentationNormalized, incoming: ServiceAutomationOutputRecordRepresentationNormalized): 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: ServiceAutomationOutputRecordRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output Representation of Service Automation Record List
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ServiceAutomationOutputRecordRepresentationNormalized {
17
+ /** Fields Map of the record. */
18
+ fields: {
19
+ [key: string]: unknown;
20
+ };
21
+ }
22
+ /**
23
+ * Output Representation of Service Automation Record List
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface ServiceAutomationOutputRecordRepresentation {
29
+ fields: {
30
+ [key: string]: unknown;
31
+ };
32
+ }