@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,52 @@
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 = "22e38ab328028075797147045fe10a97";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: IndexConfigurationFieldOutputRepresentation, existing: IndexConfigurationFieldOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): IndexConfigurationFieldOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: IndexConfigurationFieldOutputRepresentationNormalized, incoming: IndexConfigurationFieldOutputRepresentationNormalized): 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: IndexConfigurationFieldOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Details of the index configured field
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface IndexConfigurationFieldOutputRepresentationNormalized {
17
+ /** attributeDefinitionId */
18
+ attributeDefinitionId?: string;
19
+ /** attributeFieldId */
20
+ attributeFieldId?: string;
21
+ /** facetDisplayRank */
22
+ facetDisplayRank?: number;
23
+ /** IsDisplayable */
24
+ isDisplayable?: boolean;
25
+ /** isFacetable */
26
+ isFacetable?: boolean;
27
+ /** IsSearchable */
28
+ isSearchable?: boolean;
29
+ /** label */
30
+ label?: string;
31
+ /** name */
32
+ name?: string;
33
+ /** type */
34
+ type?: string;
35
+ }
36
+ /**
37
+ * Details of the index configured field
38
+ *
39
+ * Keys:
40
+ * (none)
41
+ */
42
+ export interface IndexConfigurationFieldOutputRepresentation {
43
+ attributeDefinitionId?: string;
44
+ attributeFieldId?: string;
45
+ facetDisplayRank?: number;
46
+ isDisplayable?: boolean;
47
+ isFacetable?: boolean;
48
+ isSearchable?: boolean;
49
+ label?: string;
50
+ name?: string;
51
+ type?: string;
52
+ }
@@ -0,0 +1,52 @@
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 = "48db01b61eac86c0340d4f713f87ef4c";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: IndexConfigurationInputRepresentation, existing: IndexConfigurationInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): IndexConfigurationInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: IndexConfigurationInputRepresentationNormalized, incoming: IndexConfigurationInputRepresentationNormalized): 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: IndexConfigurationInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input Representation for persisting IndexConfiguration
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface IndexConfigurationInputRepresentationNormalized {
17
+ /** attributeDefinitionId */
18
+ attributeDefinitionId?: string;
19
+ /** attributeFieldId */
20
+ attributeFieldId?: string;
21
+ /** facetDisplayRank */
22
+ facetDisplayRank?: number;
23
+ /** isDisplayable */
24
+ isDisplayable?: boolean;
25
+ /** isFacetable */
26
+ isFacetable?: boolean;
27
+ /** isSearchable */
28
+ isSearchable?: boolean;
29
+ /** label */
30
+ label?: string;
31
+ /** name */
32
+ name?: string;
33
+ /** type */
34
+ type?: string;
35
+ }
36
+ /**
37
+ * Input Representation for persisting IndexConfiguration
38
+ *
39
+ * Keys:
40
+ * (none)
41
+ */
42
+ export interface IndexConfigurationInputRepresentation {
43
+ attributeDefinitionId?: string;
44
+ attributeFieldId?: string;
45
+ facetDisplayRank?: number;
46
+ isDisplayable?: boolean;
47
+ isFacetable?: boolean;
48
+ isSearchable?: boolean;
49
+ label?: string;
50
+ name?: string;
51
+ type?: string;
52
+ }
@@ -0,0 +1,49 @@
1
+ import { EpcErrorOutputRepresentation as EpcErrorOutputRepresentation_EpcErrorOutputRepresentation } from './EpcErrorOutputRepresentation';
2
+ import { IndexConfigurationFieldOutputRepresentation as IndexConfigurationFieldOutputRepresentation_IndexConfigurationFieldOutputRepresentation } from './IndexConfigurationFieldOutputRepresentation';
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 = "d8fe6f305d394e3ad9e8b064fd805a31";
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 IndexConfigurationsUpdateOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
12
+ export type PartialIndexConfigurationsUpdateOutputRepresentationNormalizedKeyMetadata = 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): IndexConfigurationsUpdateOutputRepresentationNormalizedKeyMetadata;
15
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: IndexConfigurationsUpdateOutputRepresentation): string;
16
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: IndexConfigurationsUpdateOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
17
+ export declare function normalize(input: IndexConfigurationsUpdateOutputRepresentation, existing: IndexConfigurationsUpdateOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): IndexConfigurationsUpdateOutputRepresentationNormalized;
18
+ export declare const select: () => $64$luvio_engine_BaseFragment;
19
+ export declare function equals(existing: IndexConfigurationsUpdateOutputRepresentationNormalized, incoming: IndexConfigurationsUpdateOutputRepresentationNormalized): 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: IndexConfigurationsUpdateOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
22
+ /**
23
+ * Update index configuration response representation
24
+ *
25
+ * Keys:
26
+ * message (string): statusCode
27
+ */
28
+ export interface IndexConfigurationsUpdateOutputRepresentationNormalized {
29
+ /** correlation id for the request */
30
+ correlationId?: string;
31
+ /** errors */
32
+ errors?: Array<EpcErrorOutputRepresentation_EpcErrorOutputRepresentation>;
33
+ /** index configurations */
34
+ indexConfigurations?: Array<IndexConfigurationFieldOutputRepresentation_IndexConfigurationFieldOutputRepresentation>;
35
+ /** statusCode */
36
+ statusCode: string;
37
+ }
38
+ /**
39
+ * Update index configuration response representation
40
+ *
41
+ * Keys:
42
+ * message (string): statusCode
43
+ */
44
+ export interface IndexConfigurationsUpdateOutputRepresentation {
45
+ correlationId?: string;
46
+ errors?: Array<EpcErrorOutputRepresentation_EpcErrorOutputRepresentation>;
47
+ indexConfigurations?: Array<IndexConfigurationFieldOutputRepresentation_IndexConfigurationFieldOutputRepresentation>;
48
+ statusCode: string;
49
+ }
@@ -0,0 +1,40 @@
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 = "79db12f1f8b26da8f3728330a132ccb9";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: IndexErrorOutputRepresentation, existing: IndexErrorOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): IndexErrorOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: IndexErrorOutputRepresentationNormalized, incoming: IndexErrorOutputRepresentationNormalized): 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: IndexErrorOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Index Error Response
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface IndexErrorOutputRepresentationNormalized {
17
+ /** ID of the exported error file that contains index errors. */
18
+ errorFileId?: string;
19
+ /** Creation date of the index */
20
+ indexCreatedDate?: string;
21
+ /** Number of index-level errors */
22
+ indexErrorsCount?: number;
23
+ /** Date on which the index was last updated. */
24
+ indexLastUpdatedDate?: string;
25
+ /** Number of item-level errors */
26
+ itemLevelErrorsCount?: number;
27
+ }
28
+ /**
29
+ * Index Error Response
30
+ *
31
+ * Keys:
32
+ * (none)
33
+ */
34
+ export interface IndexErrorOutputRepresentation {
35
+ errorFileId?: string;
36
+ indexCreatedDate?: string;
37
+ indexErrorsCount?: number;
38
+ indexLastUpdatedDate?: string;
39
+ itemLevelErrorsCount?: number;
40
+ }
@@ -0,0 +1,28 @@
1
+ import { SettingInputRepresentation as SettingInputRepresentation_SettingInputRepresentation } from './SettingInputRepresentation';
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 = "eb6ea856b11cde3beae2f8a9a6e48591";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: IndexSettingInputRepresentation, existing: IndexSettingInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): IndexSettingInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: IndexSettingInputRepresentationNormalized, incoming: IndexSettingInputRepresentationNormalized): 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: IndexSettingInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Input Representation for Index Setting
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface IndexSettingInputRepresentationNormalized {
18
+ setting?: SettingInputRepresentation_SettingInputRepresentation;
19
+ }
20
+ /**
21
+ * Input Representation for Index Setting
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface IndexSettingInputRepresentation {
27
+ setting?: SettingInputRepresentation_SettingInputRepresentation;
28
+ }
@@ -0,0 +1,39 @@
1
+ import { EpcErrorOutputRepresentation as EpcErrorOutputRepresentation_EpcErrorOutputRepresentation } from './EpcErrorOutputRepresentation';
2
+ import { SettingMetadataOutputRepresentation as SettingMetadataOutputRepresentation_SettingMetadataOutputRepresentation } from './SettingMetadataOutputRepresentation';
3
+ import { SettingOutputRepresentation as SettingOutputRepresentation_SettingOutputRepresentation } from './SettingOutputRepresentation';
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 = "9f52dc7c38815ba6aa72af8ff9843d5b";
7
+ export declare function validate(obj: any, path?: string): TypeError | null;
8
+ export declare const RepresentationType: string;
9
+ export declare function normalize(input: IndexSettingOutputRepresentation, existing: IndexSettingOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): IndexSettingOutputRepresentationNormalized;
10
+ export declare const select: () => $64$luvio_engine_BaseFragment;
11
+ export declare function equals(existing: IndexSettingOutputRepresentationNormalized, incoming: IndexSettingOutputRepresentationNormalized): 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: IndexSettingOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
14
+ /**
15
+ * Index Setting Get Response
16
+ *
17
+ * Keys:
18
+ * (none)
19
+ */
20
+ export interface IndexSettingOutputRepresentationNormalized {
21
+ /** errors */
22
+ errors?: Array<EpcErrorOutputRepresentation_EpcErrorOutputRepresentation>;
23
+ metadata?: SettingMetadataOutputRepresentation_SettingMetadataOutputRepresentation;
24
+ setting?: SettingOutputRepresentation_SettingOutputRepresentation;
25
+ /** statusCode */
26
+ statusCode: string;
27
+ }
28
+ /**
29
+ * Index Setting Get Response
30
+ *
31
+ * Keys:
32
+ * (none)
33
+ */
34
+ export interface IndexSettingOutputRepresentation {
35
+ errors?: Array<EpcErrorOutputRepresentation_EpcErrorOutputRepresentation>;
36
+ metadata?: SettingMetadataOutputRepresentation_SettingMetadataOutputRepresentation;
37
+ setting?: SettingOutputRepresentation_SettingOutputRepresentation;
38
+ statusCode: string;
39
+ }
@@ -0,0 +1,46 @@
1
+ import { EpcErrorOutputRepresentation as EpcErrorOutputRepresentation_EpcErrorOutputRepresentation } from './EpcErrorOutputRepresentation';
2
+ import { SettingOutputRepresentation as SettingOutputRepresentation_SettingOutputRepresentation } from './SettingOutputRepresentation';
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 = "dbe377fb2384a444e75e085b06800b5f";
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 IndexSettingPatchOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
12
+ export type PartialIndexSettingPatchOutputRepresentationNormalizedKeyMetadata = 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): IndexSettingPatchOutputRepresentationNormalizedKeyMetadata;
15
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: IndexSettingPatchOutputRepresentation): string;
16
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: IndexSettingPatchOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
17
+ export declare function normalize(input: IndexSettingPatchOutputRepresentation, existing: IndexSettingPatchOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): IndexSettingPatchOutputRepresentationNormalized;
18
+ export declare const select: () => $64$luvio_engine_BaseFragment;
19
+ export declare function equals(existing: IndexSettingPatchOutputRepresentationNormalized, incoming: IndexSettingPatchOutputRepresentationNormalized): 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: IndexSettingPatchOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
22
+ /**
23
+ * Index Setting Patch Response
24
+ *
25
+ * Keys:
26
+ * message (string): statusCode
27
+ */
28
+ export interface IndexSettingPatchOutputRepresentationNormalized {
29
+ /** errors */
30
+ errors?: Array<EpcErrorOutputRepresentation_EpcErrorOutputRepresentation>;
31
+ /** Setting maintained for an org used in Indexing */
32
+ setting?: SettingOutputRepresentation_SettingOutputRepresentation;
33
+ /** statusCode */
34
+ statusCode: string;
35
+ }
36
+ /**
37
+ * Index Setting Patch Response
38
+ *
39
+ * Keys:
40
+ * message (string): statusCode
41
+ */
42
+ export interface IndexSettingPatchOutputRepresentation {
43
+ errors?: Array<EpcErrorOutputRepresentation_EpcErrorOutputRepresentation>;
44
+ setting?: SettingOutputRepresentation_SettingOutputRepresentation;
45
+ statusCode: string;
46
+ }
@@ -0,0 +1,29 @@
1
+ import { ObjectInfoOutputRepresentation as ObjectInfoOutputRepresentation_ObjectInfoOutputRepresentation } from './ObjectInfoOutputRepresentation';
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 = "2619f5a7e5d35c445d3defdf0f42b7b2";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: MetadataOutputRepresentation, existing: MetadataOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): MetadataOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: MetadataOutputRepresentationNormalized, incoming: MetadataOutputRepresentationNormalized): 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: MetadataOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Metadata information. Contains lists of different metadata types
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface MetadataOutputRepresentationNormalized {
18
+ /** Metadata information for objects */
19
+ objectInfos?: Array<ObjectInfoOutputRepresentation_ObjectInfoOutputRepresentation>;
20
+ }
21
+ /**
22
+ * Metadata information. Contains lists of different metadata types
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface MetadataOutputRepresentation {
28
+ objectInfos?: Array<ObjectInfoOutputRepresentation_ObjectInfoOutputRepresentation>;
29
+ }
@@ -0,0 +1,32 @@
1
+ import { FieldsInfoOutputRepresentation as FieldsInfoOutputRepresentation_FieldsInfoOutputRepresentation } from './FieldsInfoOutputRepresentation';
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 = "3aeadb708c2657be9b3c39bcaeecab56";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ObjectInfoOutputRepresentation, existing: ObjectInfoOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ObjectInfoOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ObjectInfoOutputRepresentationNormalized, incoming: ObjectInfoOutputRepresentationNormalized): 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: ObjectInfoOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * The object along with it's fields
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ObjectInfoOutputRepresentationNormalized {
18
+ /** Fields of the Entity */
19
+ fields?: Array<FieldsInfoOutputRepresentation_FieldsInfoOutputRepresentation>;
20
+ /** Name of the Entity */
21
+ name?: string;
22
+ }
23
+ /**
24
+ * The object along with it's fields
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface ObjectInfoOutputRepresentation {
30
+ fields?: Array<FieldsInfoOutputRepresentation_FieldsInfoOutputRepresentation>;
31
+ name?: string;
32
+ }
@@ -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 = "bee631b17a8e17817a295dca3446401c";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: PCMRecordOutputRepresentation, existing: PCMRecordOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PCMRecordOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: PCMRecordOutputRepresentationNormalized, incoming: PCMRecordOutputRepresentationNormalized): 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: PCMRecordOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * PCMRecord
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface PCMRecordOutputRepresentationNormalized {
17
+ /** id */
18
+ id?: string;
19
+ /** name */
20
+ name?: string;
21
+ }
22
+ /**
23
+ * PCMRecord
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface PCMRecordOutputRepresentation {
29
+ id?: string;
30
+ name?: string;
31
+ }
@@ -0,0 +1,43 @@
1
+ import { PricingModelOutputRepresentation as PricingModelOutputRepresentation_PricingModelOutputRepresentation } from './PricingModelOutputRepresentation';
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 = "7506aa4ccd7ee434fb5067e866fc5b5a";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: PriceOutputRepresentation, existing: PriceOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PriceOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: PriceOutputRepresentationNormalized, incoming: PriceOutputRepresentationNormalized): 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: PriceOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * EPC Product Price Definition
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface PriceOutputRepresentationNormalized {
18
+ /** effectiveFrom */
19
+ effectiveFrom?: string;
20
+ /** effectiveTo */
21
+ effectiveTo?: string;
22
+ /** priceListEntryId */
23
+ priceListEntryId?: string;
24
+ /** pricebookId */
25
+ pricebookId?: string;
26
+ pricingModel?: PricingModelOutputRepresentation_PricingModelOutputRepresentation;
27
+ /** unitPrice */
28
+ unitPrice?: string;
29
+ }
30
+ /**
31
+ * EPC Product Price Definition
32
+ *
33
+ * Keys:
34
+ * (none)
35
+ */
36
+ export interface PriceOutputRepresentation {
37
+ effectiveFrom?: string;
38
+ effectiveTo?: string;
39
+ priceListEntryId?: string;
40
+ pricebookId?: string;
41
+ pricingModel?: PricingModelOutputRepresentation_PricingModelOutputRepresentation;
42
+ unitPrice?: string;
43
+ }
@@ -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 = "530a48050efdbdbd8e04dc2945e507a2";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: PricingModelOutputRepresentation, existing: PricingModelOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PricingModelOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: PricingModelOutputRepresentationNormalized, incoming: PricingModelOutputRepresentationNormalized): 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: PricingModelOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * EPC Product Pricing Model Definition
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface PricingModelOutputRepresentationNormalized {
17
+ /** frequency */
18
+ frequency?: string;
19
+ /** id */
20
+ id?: string;
21
+ /** name */
22
+ name?: string;
23
+ /** occurrence */
24
+ occurrence?: number;
25
+ /** pricingModelType */
26
+ pricingModelType?: string;
27
+ /** frequency */
28
+ unitOfMeasure?: string;
29
+ }
30
+ /**
31
+ * EPC Product Pricing Model Definition
32
+ *
33
+ * Keys:
34
+ * (none)
35
+ */
36
+ export interface PricingModelOutputRepresentation {
37
+ frequency?: string;
38
+ id?: string;
39
+ name?: string;
40
+ occurrence?: number;
41
+ pricingModelType?: string;
42
+ unitOfMeasure?: string;
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 = "6a39a09f38a5f83a85b60ef787f3f388";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ProductAttributeDefinitionInputRepresentation, existing: ProductAttributeDefinitionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductAttributeDefinitionInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ProductAttributeDefinitionInputRepresentationNormalized, incoming: ProductAttributeDefinitionInputRepresentationNormalized): 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: ProductAttributeDefinitionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * An Input Representation for create Product-Attribute Definition Api.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ProductAttributeDefinitionInputRepresentationNormalized {
17
+ /** Attribute Definition Id */
18
+ attributeDefinitionId: string;
19
+ /** AttributeDefinition Name */
20
+ attributeDefinitionName: string;
21
+ /** Product Id */
22
+ productId: string;
23
+ }
24
+ /**
25
+ * An Input Representation for create Product-Attribute Definition Api.
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface ProductAttributeDefinitionInputRepresentation {
31
+ attributeDefinitionId: string;
32
+ attributeDefinitionName: string;
33
+ productId: string;
34
+ }
@@ -0,0 +1,28 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "41eb6cc4cb1ba3688158e2171a406e51";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ProductAttributeDefinitionListInputRepresentation, existing: ProductAttributeDefinitionListInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductAttributeDefinitionListInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ProductAttributeDefinitionListInputRepresentationNormalized, incoming: ProductAttributeDefinitionListInputRepresentationNormalized): 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: ProductAttributeDefinitionListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for list of Product-Attribute Definition
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ProductAttributeDefinitionListInputRepresentationNormalized {
17
+ /** List of Product-Attribute Definitions */
18
+ productAttributeDefinitions: Array<{}>;
19
+ }
20
+ /**
21
+ * Input representation for list of Product-Attribute Definition
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface ProductAttributeDefinitionListInputRepresentation {
27
+ productAttributeDefinitions: Array<{}>;
28
+ }
@@ -0,0 +1,29 @@
1
+ import { ProductAttributeDefinitionListInputRepresentation as ProductAttributeDefinitionListInputRepresentation_ProductAttributeDefinitionListInputRepresentation } from './ProductAttributeDefinitionListInputRepresentation';
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 = "f7d05726a12968840400d55304e6f7af";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ProductAttributeDefinitionListInputRepresentationWrapper, existing: ProductAttributeDefinitionListInputRepresentationWrapperNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductAttributeDefinitionListInputRepresentationWrapperNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ProductAttributeDefinitionListInputRepresentationWrapperNormalized, incoming: ProductAttributeDefinitionListInputRepresentationWrapperNormalized): 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: ProductAttributeDefinitionListInputRepresentationWrapper, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Wrapper for ProductAttributeDefinitionListInputRepresentation
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ProductAttributeDefinitionListInputRepresentationWrapperNormalized {
18
+ /** Input representation for list of Product-Attribute Definition */
19
+ productAttributeDefinitionListInputPayload: ProductAttributeDefinitionListInputRepresentation_ProductAttributeDefinitionListInputRepresentation;
20
+ }
21
+ /**
22
+ * Wrapper for ProductAttributeDefinitionListInputRepresentation
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface ProductAttributeDefinitionListInputRepresentationWrapper {
28
+ productAttributeDefinitionListInputPayload: ProductAttributeDefinitionListInputRepresentation_ProductAttributeDefinitionListInputRepresentation;
29
+ }
@@ -0,0 +1,42 @@
1
+ import { ProductAttributeDefinitionRepresentation as ProductAttributeDefinitionRepresentation_ProductAttributeDefinitionRepresentation } from './ProductAttributeDefinitionRepresentation';
2
+ 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';
3
+ export declare const TTL = 6000;
4
+ export declare const VERSION = "e67d3c8569b9667eac98cc1a9840041c";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
8
+ message: string;
9
+ }
10
+ export type ProductAttributeDefinitionListRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export type PartialProductAttributeDefinitionListRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
12
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
13
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): ProductAttributeDefinitionListRepresentationNormalizedKeyMetadata;
14
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ProductAttributeDefinitionListRepresentation): string;
15
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ProductAttributeDefinitionListRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
16
+ export declare function normalize(input: ProductAttributeDefinitionListRepresentation, existing: ProductAttributeDefinitionListRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductAttributeDefinitionListRepresentationNormalized;
17
+ export declare const select: () => $64$luvio_engine_BaseFragment;
18
+ export declare function equals(existing: ProductAttributeDefinitionListRepresentationNormalized, incoming: ProductAttributeDefinitionListRepresentationNormalized): boolean;
19
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
20
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ProductAttributeDefinitionListRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
21
+ /**
22
+ * Product-Attribute Definition List
23
+ *
24
+ * Keys:
25
+ * message (string): message
26
+ */
27
+ export interface ProductAttributeDefinitionListRepresentationNormalized {
28
+ /** The list of Product-Attribute Definition records created */
29
+ data: Array<ProductAttributeDefinitionRepresentation_ProductAttributeDefinitionRepresentation>;
30
+ /** API result message */
31
+ message: string;
32
+ }
33
+ /**
34
+ * Product-Attribute Definition List
35
+ *
36
+ * Keys:
37
+ * message (string): message
38
+ */
39
+ export interface ProductAttributeDefinitionListRepresentation {
40
+ data: Array<ProductAttributeDefinitionRepresentation_ProductAttributeDefinitionRepresentation>;
41
+ message: string;
42
+ }