@salesforce/lds-adapters-industries-epc 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 (110) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/industries-epc.js +5657 -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/createProductAttributeDefinition.d.ts +16 -0
  5. package/dist/es/es2018/types/src/generated/adapters/deactivate.d.ts +16 -0
  6. package/dist/es/es2018/types/src/generated/adapters/deploySnapshotIndex.d.ts +16 -0
  7. package/dist/es/es2018/types/src/generated/adapters/fetchRelatedRecords.d.ts +18 -0
  8. package/dist/es/es2018/types/src/generated/adapters/getConfigRuleMetadata.d.ts +29 -0
  9. package/dist/es/es2018/types/src/generated/adapters/getContextDefinitionInfoById.d.ts +28 -0
  10. package/dist/es/es2018/types/src/generated/adapters/getIndexConfigurations.d.ts +29 -0
  11. package/dist/es/es2018/types/src/generated/adapters/getIndexError.d.ts +28 -0
  12. package/dist/es/es2018/types/src/generated/adapters/getIndexSetting.d.ts +26 -0
  13. package/dist/es/es2018/types/src/generated/adapters/getProductAttributesByProductId.d.ts +29 -0
  14. package/dist/es/es2018/types/src/generated/adapters/getProductById.d.ts +28 -0
  15. package/dist/es/es2018/types/src/generated/adapters/getProductFlowByProductId.d.ts +29 -0
  16. package/dist/es/es2018/types/src/generated/adapters/getSnapshots.d.ts +27 -0
  17. package/dist/es/es2018/types/src/generated/adapters/patchIndexSetting.d.ts +17 -0
  18. package/dist/es/es2018/types/src/generated/adapters/pcmCatalogUpdate.d.ts +19 -0
  19. package/dist/es/es2018/types/src/generated/adapters/updateIndexConfigurations.d.ts +16 -0
  20. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +16 -0
  21. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +26 -0
  22. package/dist/es/es2018/types/src/generated/resources/getConnectPcmConfigurationRuleConfigRuleMetadataByUsageTypeAndUsageSubType.d.ts +19 -0
  23. package/dist/es/es2018/types/src/generated/resources/getConnectPcmConfigurationRuleContextDefinitionByContextDefinitionId.d.ts +18 -0
  24. package/dist/es/es2018/types/src/generated/resources/getConnectPcmIndexConfigurations.d.ts +17 -0
  25. package/dist/es/es2018/types/src/generated/resources/getConnectPcmIndexError.d.ts +16 -0
  26. package/dist/es/es2018/types/src/generated/resources/getConnectPcmIndexSetting.d.ts +12 -0
  27. package/dist/es/es2018/types/src/generated/resources/getConnectPcmIndexSnapshots.d.ts +15 -0
  28. package/dist/es/es2018/types/src/generated/resources/getConnectPcmProductAttributesByProductId.d.ts +19 -0
  29. package/dist/es/es2018/types/src/generated/resources/getConnectPcmProductsByProductId.d.ts +18 -0
  30. package/dist/es/es2018/types/src/generated/resources/getConnectPcmProductsFlowByProductId.d.ts +19 -0
  31. package/dist/es/es2018/types/src/generated/resources/patchConnectPcmActionsDeactivate.d.ts +13 -0
  32. package/dist/es/es2018/types/src/generated/resources/patchConnectPcmIndexSetting.d.ts +16 -0
  33. package/dist/es/es2018/types/src/generated/resources/postConnectPcmActionsCatalogUpdate.d.ts +16 -0
  34. package/dist/es/es2018/types/src/generated/resources/postConnectPcmIndexDeploy.d.ts +13 -0
  35. package/dist/es/es2018/types/src/generated/resources/postConnectPcmProductAttributeDefinition.d.ts +13 -0
  36. package/dist/es/es2018/types/src/generated/resources/postConnectPcmRelatedRecordsByEntityName.d.ts +17 -0
  37. package/dist/es/es2018/types/src/generated/resources/putConnectPcmIndexConfigurations.d.ts +13 -0
  38. package/dist/es/es2018/types/src/generated/types/AttributeCategoryOutputRepresentation.d.ts +38 -0
  39. package/dist/es/es2018/types/src/generated/types/AttributeDefinitionOutputRepresentation.d.ts +79 -0
  40. package/dist/es/es2018/types/src/generated/types/AttributePicklistOutputRepresentation.d.ts +44 -0
  41. package/dist/es/es2018/types/src/generated/types/AttributePicklistValueOutputRepresentation.d.ts +55 -0
  42. package/dist/es/es2018/types/src/generated/types/CatalogUpdateGraphOutputRepresentation.d.ts +32 -0
  43. package/dist/es/es2018/types/src/generated/types/CatalogUpdateInputRepresentation.d.ts +38 -0
  44. package/dist/es/es2018/types/src/generated/types/CatalogUpdateResponseRepresentation.d.ts +51 -0
  45. package/dist/es/es2018/types/src/generated/types/ConfigRuleHashColumnInfoOutputRepresentation.d.ts +31 -0
  46. package/dist/es/es2018/types/src/generated/types/ConfigRuleHashColumnsInfoOutputRepresentation.d.ts +29 -0
  47. package/dist/es/es2018/types/src/generated/types/ConfigRuleMetadataOutputRepresentation.d.ts +46 -0
  48. package/dist/es/es2018/types/src/generated/types/ContextDefinitionOutputRepresentation.d.ts +42 -0
  49. package/dist/es/es2018/types/src/generated/types/ContextFieldInfoOutputRepresentation.d.ts +43 -0
  50. package/dist/es/es2018/types/src/generated/types/ContextFieldsInfoOutputRepresentation.d.ts +29 -0
  51. package/dist/es/es2018/types/src/generated/types/ContextNodeInfoOutputRepresentation.d.ts +44 -0
  52. package/dist/es/es2018/types/src/generated/types/ContextNodesInfoOutputRepresentation.d.ts +29 -0
  53. package/dist/es/es2018/types/src/generated/types/DeactivateInputRepresentation.d.ts +34 -0
  54. package/dist/es/es2018/types/src/generated/types/DeactivateInputRepresentationWrapper.d.ts +29 -0
  55. package/dist/es/es2018/types/src/generated/types/EpcErrorOutputRepresentation.d.ts +46 -0
  56. package/dist/es/es2018/types/src/generated/types/ErrorOutputRepresentation.d.ts +34 -0
  57. package/dist/es/es2018/types/src/generated/types/FieldsInfoOutputRepresentation.d.ts +46 -0
  58. package/dist/es/es2018/types/src/generated/types/IndexConfigurationCollectionInputRepresentation.d.ts +31 -0
  59. package/dist/es/es2018/types/src/generated/types/IndexConfigurationCollectionOutputRepresentation.d.ts +43 -0
  60. package/dist/es/es2018/types/src/generated/types/IndexConfigurationFieldOutputRepresentation.d.ts +52 -0
  61. package/dist/es/es2018/types/src/generated/types/IndexConfigurationInputRepresentation.d.ts +52 -0
  62. package/dist/es/es2018/types/src/generated/types/IndexConfigurationsUpdateOutputRepresentation.d.ts +49 -0
  63. package/dist/es/es2018/types/src/generated/types/IndexErrorOutputRepresentation.d.ts +40 -0
  64. package/dist/es/es2018/types/src/generated/types/IndexSettingInputRepresentation.d.ts +28 -0
  65. package/dist/es/es2018/types/src/generated/types/IndexSettingOutputRepresentation.d.ts +39 -0
  66. package/dist/es/es2018/types/src/generated/types/IndexSettingPatchOutputRepresentation.d.ts +46 -0
  67. package/dist/es/es2018/types/src/generated/types/MetadataOutputRepresentation.d.ts +29 -0
  68. package/dist/es/es2018/types/src/generated/types/ObjectInfoOutputRepresentation.d.ts +32 -0
  69. package/dist/es/es2018/types/src/generated/types/PCMRecordOutputRepresentation.d.ts +31 -0
  70. package/dist/es/es2018/types/src/generated/types/PriceOutputRepresentation.d.ts +43 -0
  71. package/dist/es/es2018/types/src/generated/types/PricingModelOutputRepresentation.d.ts +43 -0
  72. package/dist/es/es2018/types/src/generated/types/ProductAttributeDefinitionInputRepresentation.d.ts +34 -0
  73. package/dist/es/es2018/types/src/generated/types/ProductAttributeDefinitionListInputRepresentation.d.ts +28 -0
  74. package/dist/es/es2018/types/src/generated/types/ProductAttributeDefinitionListInputRepresentationWrapper.d.ts +29 -0
  75. package/dist/es/es2018/types/src/generated/types/ProductAttributeDefinitionListRepresentation.d.ts +42 -0
  76. package/dist/es/es2018/types/src/generated/types/ProductAttributeDefinitionRepresentation.d.ts +31 -0
  77. package/dist/es/es2018/types/src/generated/types/ProductClassificationOutputRepresentation.d.ts +28 -0
  78. package/dist/es/es2018/types/src/generated/types/ProductComponentGroupOutputRepresentation.d.ts +62 -0
  79. package/dist/es/es2018/types/src/generated/types/ProductFlowConnectRepresentation.d.ts +28 -0
  80. package/dist/es/es2018/types/src/generated/types/ProductFlowOutputRepresentation.d.ts +37 -0
  81. package/dist/es/es2018/types/src/generated/types/ProductOutputRepresentation.d.ts +84 -0
  82. package/dist/es/es2018/types/src/generated/types/ProductSpecificationRecordTypeOutputRepresentation.d.ts +28 -0
  83. package/dist/es/es2018/types/src/generated/types/ProductSpecificationTypeOutputRepresentation.d.ts +28 -0
  84. package/dist/es/es2018/types/src/generated/types/ProductsOutputRepresentation.d.ts +48 -0
  85. package/dist/es/es2018/types/src/generated/types/QuantityInfo.d.ts +34 -0
  86. package/dist/es/es2018/types/src/generated/types/RecordIdMapOutputRepresentation.d.ts +42 -0
  87. package/dist/es/es2018/types/src/generated/types/RecordUpdateOutputRepresentation.d.ts +38 -0
  88. package/dist/es/es2018/types/src/generated/types/RelatedObjectRecordsOutputRepresentation.d.ts +35 -0
  89. package/dist/es/es2018/types/src/generated/types/RelatedRecordsInputRepresentation.d.ts +34 -0
  90. package/dist/es/es2018/types/src/generated/types/RelatedRecordsListOutputRepresentation.d.ts +46 -0
  91. package/dist/es/es2018/types/src/generated/types/RelatedRecordsOutputRepresentation.d.ts +32 -0
  92. package/dist/es/es2018/types/src/generated/types/RuntimeCatalogSnapshotInputRepresentation.d.ts +34 -0
  93. package/dist/es/es2018/types/src/generated/types/SettingInputRepresentation.d.ts +31 -0
  94. package/dist/es/es2018/types/src/generated/types/SettingMetadataOutputRepresentation.d.ts +28 -0
  95. package/dist/es/es2018/types/src/generated/types/SettingOutputRepresentation.d.ts +34 -0
  96. package/dist/es/es2018/types/src/generated/types/SnapshotCollectionOutputRepresentation.d.ts +37 -0
  97. package/dist/es/es2018/types/src/generated/types/SnapshotDeploymentInputRepresentation.d.ts +31 -0
  98. package/dist/es/es2018/types/src/generated/types/SnapshotDeploymentOutputRepresentation.d.ts +46 -0
  99. package/dist/es/es2018/types/src/generated/types/SnapshotIndexErrorOutputRepresentation.d.ts +36 -0
  100. package/dist/es/es2018/types/src/generated/types/SnapshotIndexInfoOutputRepresentation.d.ts +37 -0
  101. package/dist/es/es2018/types/src/generated/types/SnapshotIndexLogOutputRepresentation.d.ts +49 -0
  102. package/dist/es/es2018/types/src/generated/types/SnapshotIndexOutputRepresentation.d.ts +57 -0
  103. package/dist/es/es2018/types/src/generated/types/SnapshotOutputRepresentation.d.ts +41 -0
  104. package/dist/es/es2018/types/src/generated/types/Status.d.ts +35 -0
  105. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
  106. package/package.json +76 -0
  107. package/sfdc/index.d.ts +1 -0
  108. package/sfdc/index.js +5799 -0
  109. package/src/raml/api.raml +1723 -0
  110. package/src/raml/luvio.raml +132 -0
@@ -0,0 +1,51 @@
1
+ import { CatalogUpdateGraphOutputRepresentation as CatalogUpdateGraphOutputRepresentation_CatalogUpdateGraphOutputRepresentation } from './CatalogUpdateGraphOutputRepresentation';
2
+ import { Status as Status_Status } from './Status';
3
+ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
4
+ export declare const TTL = 6000;
5
+ export declare const VERSION = "1a50bf399b835e5f51948f12543237ea";
6
+ export declare function validate(obj: any, path?: string): TypeError | null;
7
+ export declare const RepresentationType: string;
8
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
9
+ message: string;
10
+ }
11
+ export type CatalogUpdateResponseRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
12
+ export type PartialCatalogUpdateResponseRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
13
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
14
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): CatalogUpdateResponseRepresentationNormalizedKeyMetadata;
15
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: CatalogUpdateResponseRepresentation): string;
16
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: CatalogUpdateResponseRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
17
+ export declare function normalize(input: CatalogUpdateResponseRepresentation, existing: CatalogUpdateResponseRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CatalogUpdateResponseRepresentationNormalized;
18
+ export declare const select: () => $64$luvio_engine_BaseFragment;
19
+ export declare function equals(existing: CatalogUpdateResponseRepresentationNormalized, incoming: CatalogUpdateResponseRepresentationNormalized): boolean;
20
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
21
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CatalogUpdateResponseRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
22
+ /**
23
+ * Catalog Update Response
24
+ *
25
+ * Keys:
26
+ * message (string): correlationId
27
+ */
28
+ export interface CatalogUpdateResponseRepresentationNormalized {
29
+ /** CorrelationId as passed in request */
30
+ correlationId: string;
31
+ graphResponse?: CatalogUpdateGraphOutputRepresentation_CatalogUpdateGraphOutputRepresentation;
32
+ /** Successful */
33
+ isSuccessful?: boolean;
34
+ /** Source as passed in request */
35
+ source?: string;
36
+ /** API result status */
37
+ status?: Status_Status;
38
+ }
39
+ /**
40
+ * Catalog Update Response
41
+ *
42
+ * Keys:
43
+ * message (string): correlationId
44
+ */
45
+ export interface CatalogUpdateResponseRepresentation {
46
+ correlationId: string;
47
+ graphResponse?: CatalogUpdateGraphOutputRepresentation_CatalogUpdateGraphOutputRepresentation;
48
+ isSuccessful?: boolean;
49
+ source?: string;
50
+ status?: Status_Status;
51
+ }
@@ -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 = "40e49422fe2ac0e51a2199f3f0785255";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ConfigRuleHashColumnInfoOutputRepresentation, existing: ConfigRuleHashColumnInfoOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ConfigRuleHashColumnInfoOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ConfigRuleHashColumnInfoOutputRepresentationNormalized, incoming: ConfigRuleHashColumnInfoOutputRepresentationNormalized): 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: ConfigRuleHashColumnInfoOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Response Model for the config rule hash column details
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ConfigRuleHashColumnInfoOutputRepresentationNormalized {
17
+ /** Config Rule Hash Column Datatype */
18
+ datatype?: string;
19
+ /** Config Rule Hash Column Title */
20
+ title?: string;
21
+ }
22
+ /**
23
+ * Response Model for the config rule hash column details
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface ConfigRuleHashColumnInfoOutputRepresentation {
29
+ datatype?: string;
30
+ title?: string;
31
+ }
@@ -0,0 +1,29 @@
1
+ import { ConfigRuleHashColumnInfoOutputRepresentation as ConfigRuleHashColumnInfoOutputRepresentation_ConfigRuleHashColumnInfoOutputRepresentation } from './ConfigRuleHashColumnInfoOutputRepresentation';
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 = "0fba68b8478d95507f178963a7c3ae29";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ConfigRuleHashColumnsInfoOutputRepresentation, existing: ConfigRuleHashColumnsInfoOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ConfigRuleHashColumnsInfoOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ConfigRuleHashColumnsInfoOutputRepresentationNormalized, incoming: ConfigRuleHashColumnsInfoOutputRepresentationNormalized): 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: ConfigRuleHashColumnsInfoOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Response Model for the list of Config Rule HashColumns
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ConfigRuleHashColumnsInfoOutputRepresentationNormalized {
18
+ /** Config Rule Hash Column List */
19
+ configRuleHashColumnsInfo: Array<ConfigRuleHashColumnInfoOutputRepresentation_ConfigRuleHashColumnInfoOutputRepresentation>;
20
+ }
21
+ /**
22
+ * Response Model for the list of Config Rule HashColumns
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface ConfigRuleHashColumnsInfoOutputRepresentation {
28
+ configRuleHashColumnsInfo: Array<ConfigRuleHashColumnInfoOutputRepresentation_ConfigRuleHashColumnInfoOutputRepresentation>;
29
+ }
@@ -0,0 +1,46 @@
1
+ import { ConfigRuleHashColumnsInfoOutputRepresentation as ConfigRuleHashColumnsInfoOutputRepresentation_ConfigRuleHashColumnsInfoOutputRepresentation } from './ConfigRuleHashColumnsInfoOutputRepresentation';
2
+ import { ContextNodesInfoOutputRepresentation as ContextNodesInfoOutputRepresentation_ContextNodesInfoOutputRepresentation } from './ContextNodesInfoOutputRepresentation';
3
+ import { Status as Status_Status } from './Status';
4
+ 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';
5
+ export declare const TTL = 6000;
6
+ export declare const VERSION = "a6f17b790f912a982a35bff584a89eb6";
7
+ export declare function validate(obj: any, path?: string): TypeError | null;
8
+ export declare const RepresentationType: string;
9
+ export declare function normalize(input: ConfigRuleMetadataOutputRepresentation, existing: ConfigRuleMetadataOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ConfigRuleMetadataOutputRepresentationNormalized;
10
+ export declare const select: () => $64$luvio_engine_BaseFragment;
11
+ export declare function equals(existing: ConfigRuleMetadataOutputRepresentationNormalized, incoming: ConfigRuleMetadataOutputRepresentationNormalized): boolean;
12
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
13
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ConfigRuleMetadataOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
14
+ /**
15
+ * Response Model for the Context Definition API
16
+ *
17
+ * Keys:
18
+ * (none)
19
+ */
20
+ export interface ConfigRuleMetadataOutputRepresentationNormalized {
21
+ /** Config Rule Hash Columns */
22
+ configRuleHashColumns?: ConfigRuleHashColumnsInfoOutputRepresentation_ConfigRuleHashColumnsInfoOutputRepresentation;
23
+ /** Context Definition Id */
24
+ contextDefinitionId?: string;
25
+ /** Context Definition Name */
26
+ contextDefinitionName?: string;
27
+ contextNodes?: ContextNodesInfoOutputRepresentation_ContextNodesInfoOutputRepresentation;
28
+ /** Correlation ID associated to the request */
29
+ correlationId?: string;
30
+ /** API result status */
31
+ status?: Status_Status;
32
+ }
33
+ /**
34
+ * Response Model for the Context Definition API
35
+ *
36
+ * Keys:
37
+ * (none)
38
+ */
39
+ export interface ConfigRuleMetadataOutputRepresentation {
40
+ configRuleHashColumns?: ConfigRuleHashColumnsInfoOutputRepresentation_ConfigRuleHashColumnsInfoOutputRepresentation;
41
+ contextDefinitionId?: string;
42
+ contextDefinitionName?: string;
43
+ contextNodes?: ContextNodesInfoOutputRepresentation_ContextNodesInfoOutputRepresentation;
44
+ correlationId?: string;
45
+ status?: Status_Status;
46
+ }
@@ -0,0 +1,42 @@
1
+ import { ContextNodesInfoOutputRepresentation as ContextNodesInfoOutputRepresentation_ContextNodesInfoOutputRepresentation } from './ContextNodesInfoOutputRepresentation';
2
+ import { Status as Status_Status } from './Status';
3
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
4
+ export declare const TTL = 6000;
5
+ export declare const VERSION = "0e533503a3df0b0f709f7ff83f175d06";
6
+ export declare function validate(obj: any, path?: string): TypeError | null;
7
+ export declare const RepresentationType: string;
8
+ export declare function normalize(input: ContextDefinitionOutputRepresentation, existing: ContextDefinitionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextDefinitionOutputRepresentationNormalized;
9
+ export declare const select: () => $64$luvio_engine_BaseFragment;
10
+ export declare function equals(existing: ContextDefinitionOutputRepresentationNormalized, incoming: ContextDefinitionOutputRepresentationNormalized): boolean;
11
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
12
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ContextDefinitionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
13
+ /**
14
+ * Response Model for the Context Definition API
15
+ *
16
+ * Keys:
17
+ * (none)
18
+ */
19
+ export interface ContextDefinitionOutputRepresentationNormalized {
20
+ /** Context Definition Id */
21
+ contextDefinitionId?: string;
22
+ /** Context Definition Name */
23
+ contextDefinitionName?: string;
24
+ contextNodes?: ContextNodesInfoOutputRepresentation_ContextNodesInfoOutputRepresentation;
25
+ /** Correlation ID associated to the request */
26
+ correlationId?: string;
27
+ /** API result status */
28
+ status?: Status_Status;
29
+ }
30
+ /**
31
+ * Response Model for the Context Definition API
32
+ *
33
+ * Keys:
34
+ * (none)
35
+ */
36
+ export interface ContextDefinitionOutputRepresentation {
37
+ contextDefinitionId?: string;
38
+ contextDefinitionName?: string;
39
+ contextNodes?: ContextNodesInfoOutputRepresentation_ContextNodesInfoOutputRepresentation;
40
+ correlationId?: string;
41
+ status?: Status_Status;
42
+ }
@@ -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 = "c7a855c943d8383d9064faf960d69310";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ContextFieldInfoOutputRepresentation, existing: ContextFieldInfoOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextFieldInfoOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ContextFieldInfoOutputRepresentationNormalized, incoming: ContextFieldInfoOutputRepresentationNormalized): 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: ContextFieldInfoOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Response Model for the Context Field details
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ContextFieldInfoOutputRepresentationNormalized {
17
+ /** apiName of field */
18
+ apiName?: string;
19
+ /** Data type of field */
20
+ dataType?: string;
21
+ /** Context field type ie Input/Output/InputOutput */
22
+ fieldType?: string;
23
+ /** Name of field */
24
+ name?: string;
25
+ /** Context Parent Node Name */
26
+ parentNodeName?: string;
27
+ /** Path to field in the context */
28
+ path?: string;
29
+ }
30
+ /**
31
+ * Response Model for the Context Field details
32
+ *
33
+ * Keys:
34
+ * (none)
35
+ */
36
+ export interface ContextFieldInfoOutputRepresentation {
37
+ apiName?: string;
38
+ dataType?: string;
39
+ fieldType?: string;
40
+ name?: string;
41
+ parentNodeName?: string;
42
+ path?: string;
43
+ }
@@ -0,0 +1,29 @@
1
+ import { ContextFieldInfoOutputRepresentation as ContextFieldInfoOutputRepresentation_ContextFieldInfoOutputRepresentation } from './ContextFieldInfoOutputRepresentation';
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 = "6a19aa7755b5664c43c9829307c33a58";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ContextFieldsInfoOutputRepresentation, existing: ContextFieldsInfoOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextFieldsInfoOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ContextFieldsInfoOutputRepresentationNormalized, incoming: ContextFieldsInfoOutputRepresentationNormalized): 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: ContextFieldsInfoOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Response Model for the list of Context Field details
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ContextFieldsInfoOutputRepresentationNormalized {
18
+ /** Context Fields Info */
19
+ contextFieldsInfo: Array<ContextFieldInfoOutputRepresentation_ContextFieldInfoOutputRepresentation>;
20
+ }
21
+ /**
22
+ * Response Model for the list of Context Field details
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface ContextFieldsInfoOutputRepresentation {
28
+ contextFieldsInfo: Array<ContextFieldInfoOutputRepresentation_ContextFieldInfoOutputRepresentation>;
29
+ }
@@ -0,0 +1,44 @@
1
+ import { ContextNodesInfoOutputRepresentation as ContextNodesInfoOutputRepresentation_ContextNodesInfoOutputRepresentation } from './ContextNodesInfoOutputRepresentation';
2
+ import { ContextFieldsInfoOutputRepresentation as ContextFieldsInfoOutputRepresentation_ContextFieldsInfoOutputRepresentation } from './ContextFieldsInfoOutputRepresentation';
3
+ 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';
4
+ export declare const VERSION = "a8d2678ad43c79c867e39ede8aa30621";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: ContextNodeInfoOutputRepresentation, existing: ContextNodeInfoOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextNodeInfoOutputRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: ContextNodeInfoOutputRepresentationNormalized, incoming: ContextNodeInfoOutputRepresentationNormalized): 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: ContextNodeInfoOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Response Model for the Context Node details
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface ContextNodeInfoOutputRepresentationNormalized {
19
+ /** apiName of Node */
20
+ apiName?: string;
21
+ childNodes?: ContextNodesInfoOutputRepresentation_ContextNodesInfoOutputRepresentation;
22
+ /** Context Node Fields List */
23
+ fields?: ContextFieldsInfoOutputRepresentation_ContextFieldsInfoOutputRepresentation;
24
+ /** Context Node name */
25
+ name?: string;
26
+ /** Context Parent Node Name */
27
+ parentNodeName?: string;
28
+ /** Context Node Full Path */
29
+ path?: string;
30
+ }
31
+ /**
32
+ * Response Model for the Context Node details
33
+ *
34
+ * Keys:
35
+ * (none)
36
+ */
37
+ export interface ContextNodeInfoOutputRepresentation {
38
+ apiName?: string;
39
+ childNodes?: ContextNodesInfoOutputRepresentation_ContextNodesInfoOutputRepresentation;
40
+ fields?: ContextFieldsInfoOutputRepresentation_ContextFieldsInfoOutputRepresentation;
41
+ name?: string;
42
+ parentNodeName?: string;
43
+ path?: string;
44
+ }
@@ -0,0 +1,29 @@
1
+ import { ContextNodeInfoOutputRepresentation as ContextNodeInfoOutputRepresentation_ContextNodeInfoOutputRepresentation } from './ContextNodeInfoOutputRepresentation';
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 = "3bd2c9eeaf29570b5a138b71781ee30e";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ContextNodesInfoOutputRepresentation, existing: ContextNodesInfoOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextNodesInfoOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ContextNodesInfoOutputRepresentationNormalized, incoming: ContextNodesInfoOutputRepresentationNormalized): 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: ContextNodesInfoOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Response Model for the list of Context Node details
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ContextNodesInfoOutputRepresentationNormalized {
18
+ /** Context Node List */
19
+ contextNodesInfo: Array<ContextNodeInfoOutputRepresentation_ContextNodeInfoOutputRepresentation>;
20
+ }
21
+ /**
22
+ * Response Model for the list of Context Node details
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface ContextNodesInfoOutputRepresentation {
28
+ contextNodesInfo: Array<ContextNodeInfoOutputRepresentation_ContextNodeInfoOutputRepresentation>;
29
+ }
@@ -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 = "b8e716dc39f4cb505d7ef9d41e5ccdae";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: DeactivateInputRepresentation, existing: DeactivateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DeactivateInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: DeactivateInputRepresentationNormalized, incoming: DeactivateInputRepresentationNormalized): 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: DeactivateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Representation for list of Record Ids
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface DeactivateInputRepresentationNormalized {
17
+ /** Name of entity */
18
+ entityName: string;
19
+ /** Parent Product Id for PAD records */
20
+ parentRecordId?: string;
21
+ /** List of record ids */
22
+ recordIds: Array<string>;
23
+ }
24
+ /**
25
+ * Representation for list of Record Ids
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface DeactivateInputRepresentation {
31
+ entityName: string;
32
+ parentRecordId?: string;
33
+ recordIds: Array<string>;
34
+ }
@@ -0,0 +1,29 @@
1
+ import { DeactivateInputRepresentation as DeactivateInputRepresentation_DeactivateInputRepresentation } from './DeactivateInputRepresentation';
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 = "117396644f3b22050e95c286b4a333c4";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: DeactivateInputRepresentationWrapper, existing: DeactivateInputRepresentationWrapperNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DeactivateInputRepresentationWrapperNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: DeactivateInputRepresentationWrapperNormalized, incoming: DeactivateInputRepresentationWrapperNormalized): 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: DeactivateInputRepresentationWrapper, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Wrapper for DeactivateInputRepresentation
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface DeactivateInputRepresentationWrapperNormalized {
18
+ /** Input representation for entityName and list of record ids */
19
+ deactivateInputPayload: DeactivateInputRepresentation_DeactivateInputRepresentation;
20
+ }
21
+ /**
22
+ * Wrapper for DeactivateInputRepresentation
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface DeactivateInputRepresentationWrapper {
28
+ deactivateInputPayload: DeactivateInputRepresentation_DeactivateInputRepresentation;
29
+ }
@@ -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 = "1a4b2aa498f2d840ac6f890cffb13e2c";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: EpcErrorOutputRepresentation, existing: EpcErrorOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EpcErrorOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: EpcErrorOutputRepresentationNormalized, incoming: EpcErrorOutputRepresentationNormalized): 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: EpcErrorOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * EPC Error description
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface EpcErrorOutputRepresentationNormalized {
17
+ /** errorCode */
18
+ errorCode?: string;
19
+ /** messageDetail */
20
+ messageDetail?: string;
21
+ /** messageTitle */
22
+ messageTitle?: string;
23
+ /** nodeProductId */
24
+ nodeProductId?: string;
25
+ /** recordId */
26
+ recordId?: string;
27
+ /** recordName */
28
+ recordName?: string;
29
+ /** The api name during which the error is encountered */
30
+ source?: string;
31
+ }
32
+ /**
33
+ * EPC Error description
34
+ *
35
+ * Keys:
36
+ * (none)
37
+ */
38
+ export interface EpcErrorOutputRepresentation {
39
+ errorCode?: string;
40
+ messageDetail?: string;
41
+ messageTitle?: string;
42
+ nodeProductId?: string;
43
+ recordId?: string;
44
+ recordName?: string;
45
+ source?: string;
46
+ }
@@ -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 = "52f41974a107642a51b4e39140f07b2a";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ErrorOutputRepresentation, existing: ErrorOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ErrorOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ErrorOutputRepresentationNormalized, incoming: ErrorOutputRepresentationNormalized): 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: ErrorOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Error description
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ErrorOutputRepresentationNormalized {
17
+ /** List of record ids creating error */
18
+ details: Array<string>;
19
+ /** Human readable error message */
20
+ message: string;
21
+ /** Machine readable (string) error code */
22
+ reason: string;
23
+ }
24
+ /**
25
+ * Error description
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface ErrorOutputRepresentation {
31
+ details: Array<string>;
32
+ message: string;
33
+ reason: string;
34
+ }
@@ -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 = "11c41b712866ac241f0623b3f8e5fe80";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: FieldsInfoOutputRepresentation, existing: FieldsInfoOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FieldsInfoOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: FieldsInfoOutputRepresentationNormalized, incoming: FieldsInfoOutputRepresentationNormalized): 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: FieldsInfoOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * The metadata fields in an object
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface FieldsInfoOutputRepresentationNormalized {
17
+ /** customFieldId */
18
+ customFieldId?: string;
19
+ /** isConfigurable */
20
+ isConfigurable?: boolean;
21
+ /** isFacetableConfigurable */
22
+ isFacetableConfigurable?: boolean;
23
+ /** isSearchableConfigurable */
24
+ isSearchableConfigurable?: boolean;
25
+ /** label */
26
+ label?: string;
27
+ /** name */
28
+ name?: string;
29
+ /** type */
30
+ type?: string;
31
+ }
32
+ /**
33
+ * The metadata fields in an object
34
+ *
35
+ * Keys:
36
+ * (none)
37
+ */
38
+ export interface FieldsInfoOutputRepresentation {
39
+ customFieldId?: string;
40
+ isConfigurable?: boolean;
41
+ isFacetableConfigurable?: boolean;
42
+ isSearchableConfigurable?: boolean;
43
+ label?: string;
44
+ name?: string;
45
+ type?: string;
46
+ }
@@ -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 = "239955df85e1593260cb68b931704cb7";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: IndexConfigurationCollectionInputRepresentation, existing: IndexConfigurationCollectionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): IndexConfigurationCollectionInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: IndexConfigurationCollectionInputRepresentationNormalized, incoming: IndexConfigurationCollectionInputRepresentationNormalized): 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: IndexConfigurationCollectionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input Representation for collection of IndexConfigurations
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface IndexConfigurationCollectionInputRepresentationNormalized {
17
+ /** correlationId */
18
+ correlationId?: string;
19
+ /** indexConfigurations */
20
+ indexConfigurations?: Array<unknown>;
21
+ }
22
+ /**
23
+ * Input Representation for collection of IndexConfigurations
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface IndexConfigurationCollectionInputRepresentation {
29
+ correlationId?: string;
30
+ indexConfigurations?: Array<unknown>;
31
+ }
@@ -0,0 +1,43 @@
1
+ import { EpcErrorOutputRepresentation as EpcErrorOutputRepresentation_EpcErrorOutputRepresentation } from './EpcErrorOutputRepresentation';
2
+ import { IndexConfigurationFieldOutputRepresentation as IndexConfigurationFieldOutputRepresentation_IndexConfigurationFieldOutputRepresentation } from './IndexConfigurationFieldOutputRepresentation';
3
+ import { MetadataOutputRepresentation as MetadataOutputRepresentation_MetadataOutputRepresentation } from './MetadataOutputRepresentation';
4
+ 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';
5
+ export declare const TTL = 6000;
6
+ export declare const VERSION = "61cfe23ab3d064d226af215df6681afc";
7
+ export declare function validate(obj: any, path?: string): TypeError | null;
8
+ export declare const RepresentationType: string;
9
+ export declare function normalize(input: IndexConfigurationCollectionOutputRepresentation, existing: IndexConfigurationCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): IndexConfigurationCollectionOutputRepresentationNormalized;
10
+ export declare const select: () => $64$luvio_engine_BaseFragment;
11
+ export declare function equals(existing: IndexConfigurationCollectionOutputRepresentationNormalized, incoming: IndexConfigurationCollectionOutputRepresentationNormalized): boolean;
12
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
13
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: IndexConfigurationCollectionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
14
+ /**
15
+ * Collection of index configuration details
16
+ *
17
+ * Keys:
18
+ * (none)
19
+ */
20
+ export interface IndexConfigurationCollectionOutputRepresentationNormalized {
21
+ /** correlation id for the request */
22
+ correlationId?: string;
23
+ /** errors */
24
+ errors?: Array<EpcErrorOutputRepresentation_EpcErrorOutputRepresentation>;
25
+ /** index configurations */
26
+ indexConfigurations?: Array<IndexConfigurationFieldOutputRepresentation_IndexConfigurationFieldOutputRepresentation>;
27
+ metadata?: MetadataOutputRepresentation_MetadataOutputRepresentation;
28
+ /** statusCode */
29
+ statusCode?: string;
30
+ }
31
+ /**
32
+ * Collection of index configuration details
33
+ *
34
+ * Keys:
35
+ * (none)
36
+ */
37
+ export interface IndexConfigurationCollectionOutputRepresentation {
38
+ correlationId?: string;
39
+ errors?: Array<EpcErrorOutputRepresentation_EpcErrorOutputRepresentation>;
40
+ indexConfigurations?: Array<IndexConfigurationFieldOutputRepresentation_IndexConfigurationFieldOutputRepresentation>;
41
+ metadata?: MetadataOutputRepresentation_MetadataOutputRepresentation;
42
+ statusCode?: string;
43
+ }