@salesforce/lds-adapters-industries-cpq 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 (185) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/industries-cpq.js +9433 -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/bulkProductDetails.d.ts +28 -0
  5. package/dist/es/es2018/types/src/generated/adapters/categoryDetails.d.ts +29 -0
  6. package/dist/es/es2018/types/src/generated/adapters/categoryList.d.ts +30 -0
  7. package/dist/es/es2018/types/src/generated/adapters/configure.d.ts +16 -0
  8. package/dist/es/es2018/types/src/generated/adapters/createCart.d.ts +16 -0
  9. package/dist/es/es2018/types/src/generated/adapters/createCartItems.d.ts +17 -0
  10. package/dist/es/es2018/types/src/generated/adapters/createFavorite.d.ts +18 -0
  11. package/dist/es/es2018/types/src/generated/adapters/createRule.d.ts +27 -0
  12. package/dist/es/es2018/types/src/generated/adapters/deleteFavorite.d.ts +14 -0
  13. package/dist/es/es2018/types/src/generated/adapters/getCart.d.ts +27 -0
  14. package/dist/es/es2018/types/src/generated/adapters/getFavorite.d.ts +27 -0
  15. package/dist/es/es2018/types/src/generated/adapters/getFavoriteId.d.ts +28 -0
  16. package/dist/es/es2018/types/src/generated/adapters/guidedSelectionProductList.d.ts +42 -0
  17. package/dist/es/es2018/types/src/generated/adapters/preview.d.ts +16 -0
  18. package/dist/es/es2018/types/src/generated/adapters/priceCart.d.ts +17 -0
  19. package/dist/es/es2018/types/src/generated/adapters/productDetails.d.ts +17 -0
  20. package/dist/es/es2018/types/src/generated/adapters/productList.d.ts +16 -0
  21. package/dist/es/es2018/types/src/generated/adapters/searchProductList.d.ts +16 -0
  22. package/dist/es/es2018/types/src/generated/adapters/shareFavorite.d.ts +16 -0
  23. package/dist/es/es2018/types/src/generated/adapters/smartProductSelection.d.ts +19 -0
  24. package/dist/es/es2018/types/src/generated/adapters/updateCart.d.ts +17 -0
  25. package/dist/es/es2018/types/src/generated/adapters/updateCartItems.d.ts +17 -0
  26. package/dist/es/es2018/types/src/generated/adapters/updateFavorite.d.ts +18 -0
  27. package/dist/es/es2018/types/src/generated/adapters/updateRule.d.ts +27 -0
  28. package/dist/es/es2018/types/src/generated/adapters/validateRule.d.ts +15 -0
  29. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +25 -0
  30. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +30 -0
  31. package/dist/es/es2018/types/src/generated/resources/deleteConnectCpqConfiguratorSavedConfigurationById.d.ts +12 -0
  32. package/dist/es/es2018/types/src/generated/resources/getConnectCpqCartsByCartId.d.ts +15 -0
  33. package/dist/es/es2018/types/src/generated/resources/getConnectCpqConfiguratorSavedConfiguration.d.ts +15 -0
  34. package/dist/es/es2018/types/src/generated/resources/getConnectCpqConfiguratorSavedConfigurationById.d.ts +16 -0
  35. package/dist/es/es2018/types/src/generated/resources/patchConnectCpqCartsByCartId.d.ts +16 -0
  36. package/dist/es/es2018/types/src/generated/resources/patchConnectCpqCartsItemsByCartId.d.ts +16 -0
  37. package/dist/es/es2018/types/src/generated/resources/patchConnectCpqCartsPriceByCartId.d.ts +16 -0
  38. package/dist/es/es2018/types/src/generated/resources/postConnectCpqCarts.d.ts +13 -0
  39. package/dist/es/es2018/types/src/generated/resources/postConnectCpqCartsItemsByCartId.d.ts +16 -0
  40. package/dist/es/es2018/types/src/generated/resources/postConnectCpqCategories.d.ts +27 -0
  41. package/dist/es/es2018/types/src/generated/resources/postConnectCpqCategoriesByCategoryId.d.ts +28 -0
  42. package/dist/es/es2018/types/src/generated/resources/postConnectCpqConfiguratorActionsConfigure.d.ts +13 -0
  43. package/dist/es/es2018/types/src/generated/resources/postConnectCpqConfiguratorActionsCreateRule.d.ts +24 -0
  44. package/dist/es/es2018/types/src/generated/resources/postConnectCpqConfiguratorActionsUpdateRule.d.ts +24 -0
  45. package/dist/es/es2018/types/src/generated/resources/postConnectCpqConfiguratorActionsValidateRule.d.ts +12 -0
  46. package/dist/es/es2018/types/src/generated/resources/postConnectCpqConfiguratorFavoriteActionsShare.d.ts +13 -0
  47. package/dist/es/es2018/types/src/generated/resources/postConnectCpqConfiguratorSavedConfiguration.d.ts +15 -0
  48. package/dist/es/es2018/types/src/generated/resources/postConnectCpqPreview.d.ts +13 -0
  49. package/dist/es/es2018/types/src/generated/resources/postConnectCpqProducts.d.ts +13 -0
  50. package/dist/es/es2018/types/src/generated/resources/postConnectCpqProductsBulk.d.ts +25 -0
  51. package/dist/es/es2018/types/src/generated/resources/postConnectCpqProductsByProductId.d.ts +16 -0
  52. package/dist/es/es2018/types/src/generated/resources/postConnectCpqProductsGuidedSelection.d.ts +39 -0
  53. package/dist/es/es2018/types/src/generated/resources/postConnectCpqProductsSearch.d.ts +13 -0
  54. package/dist/es/es2018/types/src/generated/resources/postConnectCpqProductsSmartSelection.d.ts +16 -0
  55. package/dist/es/es2018/types/src/generated/resources/putConnectCpqConfiguratorSavedConfigurationById.d.ts +17 -0
  56. package/dist/es/es2018/types/src/generated/types/AdditionalFieldsOutputRepresentation.d.ts +34 -0
  57. package/dist/es/es2018/types/src/generated/types/ApiStatusOutputRepresentation.d.ts +35 -0
  58. package/dist/es/es2018/types/src/generated/types/AttributeCategoryOutputRepresentation.d.ts +50 -0
  59. package/dist/es/es2018/types/src/generated/types/AttributePickListOutputRepresentation.d.ts +47 -0
  60. package/dist/es/es2018/types/src/generated/types/AttributePickListValueOutputRepresentation.d.ts +55 -0
  61. package/dist/es/es2018/types/src/generated/types/BulkProductDetailsInput.d.ts +65 -0
  62. package/dist/es/es2018/types/src/generated/types/CartItemOutputRepresentation.d.ts +60 -0
  63. package/dist/es/es2018/types/src/generated/types/CartItemsOutputRepresentation.d.ts +32 -0
  64. package/dist/es/es2018/types/src/generated/types/CartPricingTotalOutputRepresentation.d.ts +46 -0
  65. package/dist/es/es2018/types/src/generated/types/CategoryDetailsInputRepresentation.d.ts +63 -0
  66. package/dist/es/es2018/types/src/generated/types/CategoryDetailsOutputRepresentation.d.ts +62 -0
  67. package/dist/es/es2018/types/src/generated/types/CategoryListInputRepresentation.d.ts +69 -0
  68. package/dist/es/es2018/types/src/generated/types/CategoryListOutputRepresentation.d.ts +63 -0
  69. package/dist/es/es2018/types/src/generated/types/CategoryOutputRepresentation.d.ts +60 -0
  70. package/dist/es/es2018/types/src/generated/types/ConditionCollectionInputRepresentation.d.ts +28 -0
  71. package/dist/es/es2018/types/src/generated/types/ConditionInformationCollectionInputRepresentation.d.ts +29 -0
  72. package/dist/es/es2018/types/src/generated/types/ConditionInformationInputRepresentation.d.ts +34 -0
  73. package/dist/es/es2018/types/src/generated/types/ConditionInputRepresentation.d.ts +55 -0
  74. package/dist/es/es2018/types/src/generated/types/ConfiguratorAddedNodeInputRepresentation.d.ts +31 -0
  75. package/dist/es/es2018/types/src/generated/types/ConfiguratorAdditionalFieldsOutputRepresentation.d.ts +37 -0
  76. package/dist/es/es2018/types/src/generated/types/ConfiguratorAttributeCategoryOutputRepresentation.d.ts +50 -0
  77. package/dist/es/es2018/types/src/generated/types/ConfiguratorAttributeOutputRepresentation.d.ts +109 -0
  78. package/dist/es/es2018/types/src/generated/types/ConfiguratorAttributePicklistOutputRepresentation.d.ts +41 -0
  79. package/dist/es/es2018/types/src/generated/types/ConfiguratorAttributePicklistValueOutputRepresentation.d.ts +55 -0
  80. package/dist/es/es2018/types/src/generated/types/ConfiguratorDeletedNodeInputRepresentation.d.ts +28 -0
  81. package/dist/es/es2018/types/src/generated/types/ConfiguratorInputRepresentation.d.ts +64 -0
  82. package/dist/es/es2018/types/src/generated/types/ConfiguratorInputRepresentationWrapper.d.ts +29 -0
  83. package/dist/es/es2018/types/src/generated/types/ConfiguratorOptionsInputRepresentation.d.ts +49 -0
  84. package/dist/es/es2018/types/src/generated/types/ConfiguratorOutputRepresentation.d.ts +63 -0
  85. package/dist/es/es2018/types/src/generated/types/ConfiguratorPriceOutputRepresentation.d.ts +55 -0
  86. package/dist/es/es2018/types/src/generated/types/ConfiguratorPricingModelOutputRepresentation.d.ts +43 -0
  87. package/dist/es/es2018/types/src/generated/types/ConfiguratorProductCatalogOutputRepresentation.d.ts +114 -0
  88. package/dist/es/es2018/types/src/generated/types/ConfiguratorProductClassificationOutputRepresentation.d.ts +28 -0
  89. package/dist/es/es2018/types/src/generated/types/ConfiguratorProductComponentGroupOutputRepresentation.d.ts +63 -0
  90. package/dist/es/es2018/types/src/generated/types/ConfiguratorProductRelatedComponentOutputRepresentation.d.ts +79 -0
  91. package/dist/es/es2018/types/src/generated/types/ConfiguratorProductSellingModelOptionOutputRepresentation.d.ts +37 -0
  92. package/dist/es/es2018/types/src/generated/types/ConfiguratorProductSellingModelOutputRepresentation.d.ts +43 -0
  93. package/dist/es/es2018/types/src/generated/types/ConfiguratorQualificationContextOutputRepresentation.d.ts +31 -0
  94. package/dist/es/es2018/types/src/generated/types/ConfiguratorQuantityInfoOutputRepresentation.d.ts +37 -0
  95. package/dist/es/es2018/types/src/generated/types/ConfiguratorRuleInputRepresentation.d.ts +64 -0
  96. package/dist/es/es2018/types/src/generated/types/ConfiguratorRuleOutputRepresentation.d.ts +44 -0
  97. package/dist/es/es2018/types/src/generated/types/ConfiguratorRuleValidatorInputRepresentation.d.ts +28 -0
  98. package/dist/es/es2018/types/src/generated/types/ConfiguratorRuleValidatorOutputRepresentation.d.ts +41 -0
  99. package/dist/es/es2018/types/src/generated/types/ConfiguratorUnitOfMeasureOutputRepresentation.d.ts +40 -0
  100. package/dist/es/es2018/types/src/generated/types/ConfiguratorUpdatedNodeInputRepresentation.d.ts +31 -0
  101. package/dist/es/es2018/types/src/generated/types/CpqBaseBulkDetailsOutput.d.ts +51 -0
  102. package/dist/es/es2018/types/src/generated/types/CpqBaseDetailsOutputRepresentation.d.ts +45 -0
  103. package/dist/es/es2018/types/src/generated/types/CpqBaseListOutputRepresentation.d.ts +61 -0
  104. package/dist/es/es2018/types/src/generated/types/CpqMessageOutputRepresentation.d.ts +37 -0
  105. package/dist/es/es2018/types/src/generated/types/CreateCartInputRepresentation.d.ts +48 -0
  106. package/dist/es/es2018/types/src/generated/types/CreateCartItemsInputRepresentation.d.ts +34 -0
  107. package/dist/es/es2018/types/src/generated/types/CreateCartItemsInputRepresentationWrapper.d.ts +28 -0
  108. package/dist/es/es2018/types/src/generated/types/CreateCartItemsOutputRepresentation.d.ts +42 -0
  109. package/dist/es/es2018/types/src/generated/types/CreateCartOutputRepresentation.d.ts +42 -0
  110. package/dist/es/es2018/types/src/generated/types/CreateCartRequestWrapper.d.ts +28 -0
  111. package/dist/es/es2018/types/src/generated/types/CreateFavoriteOutputRepresentation.d.ts +41 -0
  112. package/dist/es/es2018/types/src/generated/types/FacetValueRepresentation.d.ts +31 -0
  113. package/dist/es/es2018/types/src/generated/types/FavoriteInputRepresentation.d.ts +37 -0
  114. package/dist/es/es2018/types/src/generated/types/FavoriteListOutputRepresenation.d.ts +36 -0
  115. package/dist/es/es2018/types/src/generated/types/FavoriteOutputRepresenation.d.ts +50 -0
  116. package/dist/es/es2018/types/src/generated/types/FilterCriteriaInputRepresentation.d.ts +37 -0
  117. package/dist/es/es2018/types/src/generated/types/FilterInputRepresentation.d.ts +29 -0
  118. package/dist/es/es2018/types/src/generated/types/GetCartOutputRepresentation.d.ts +40 -0
  119. package/dist/es/es2018/types/src/generated/types/GuidedSelectionInputRepresentation.d.ts +103 -0
  120. package/dist/es/es2018/types/src/generated/types/GuidedSelectionOutputRepresentation.d.ts +67 -0
  121. package/dist/es/es2018/types/src/generated/types/GuidedSelectionSearchTermInputRepresentation.d.ts +31 -0
  122. package/dist/es/es2018/types/src/generated/types/GuidedSelectionSearchTermOutputRepresentation.d.ts +31 -0
  123. package/dist/es/es2018/types/src/generated/types/PreviewInputRepresentation.d.ts +44 -0
  124. package/dist/es/es2018/types/src/generated/types/PreviewInputRepresentationWrapper.d.ts +29 -0
  125. package/dist/es/es2018/types/src/generated/types/PriceCartInputRepresentation.d.ts +34 -0
  126. package/dist/es/es2018/types/src/generated/types/PriceCartInputRepresentationWrapper.d.ts +28 -0
  127. package/dist/es/es2018/types/src/generated/types/PricingModelOutputRepresentation.d.ts +43 -0
  128. package/dist/es/es2018/types/src/generated/types/PricingTotalOutputRepresentation.d.ts +37 -0
  129. package/dist/es/es2018/types/src/generated/types/ProductAttributeOutputRepresentation.d.ts +113 -0
  130. package/dist/es/es2018/types/src/generated/types/ProductClassificationOutputRepresentation.d.ts +28 -0
  131. package/dist/es/es2018/types/src/generated/types/ProductComponentGroupOutputRepresentation.d.ts +53 -0
  132. package/dist/es/es2018/types/src/generated/types/ProductConfigurationInputRepresentation.d.ts +31 -0
  133. package/dist/es/es2018/types/src/generated/types/ProductDataInput.d.ts +31 -0
  134. package/dist/es/es2018/types/src/generated/types/ProductDeltaConfigurationInputRepresentation.d.ts +35 -0
  135. package/dist/es/es2018/types/src/generated/types/ProductDetailsInputRepresentation.d.ts +43 -0
  136. package/dist/es/es2018/types/src/generated/types/ProductDetailsInputRepresentationWrapper.d.ts +29 -0
  137. package/dist/es/es2018/types/src/generated/types/ProductDetailsOutputRepresentation.d.ts +126 -0
  138. package/dist/es/es2018/types/src/generated/types/ProductListInputRepresentation.d.ts +61 -0
  139. package/dist/es/es2018/types/src/generated/types/ProductListInputRepresentationWrapper.d.ts +29 -0
  140. package/dist/es/es2018/types/src/generated/types/ProductListOutputRepresentation.d.ts +120 -0
  141. package/dist/es/es2018/types/src/generated/types/ProductOutputRepresentation.d.ts +116 -0
  142. package/dist/es/es2018/types/src/generated/types/ProductPricesOutputRepresentation.d.ts +47 -0
  143. package/dist/es/es2018/types/src/generated/types/ProductQuantityOutputRepresentation.d.ts +34 -0
  144. package/dist/es/es2018/types/src/generated/types/ProductRelatedComponentOutputRepresentation.d.ts +79 -0
  145. package/dist/es/es2018/types/src/generated/types/ProductSellingModelOptionOutputRepresentation.d.ts +37 -0
  146. package/dist/es/es2018/types/src/generated/types/ProductSellingModelOutputRepresentation.d.ts +43 -0
  147. package/dist/es/es2018/types/src/generated/types/ProductSpecificationRecordTypeOutputRepresentation.d.ts +28 -0
  148. package/dist/es/es2018/types/src/generated/types/ProductSpecificationTypeOutputRepresentation.d.ts +31 -0
  149. package/dist/es/es2018/types/src/generated/types/ProductVariantAttributeOutputRepresentation.d.ts +37 -0
  150. package/dist/es/es2018/types/src/generated/types/ProductVariantAttributeSetOutputRepresentation.d.ts +40 -0
  151. package/dist/es/es2018/types/src/generated/types/ProductVariantAttributeValueOutputRepresentation.d.ts +32 -0
  152. package/dist/es/es2018/types/src/generated/types/PromotionOutputRepresentation.d.ts +61 -0
  153. package/dist/es/es2018/types/src/generated/types/QocBaseOutputRepresentation.d.ts +29 -0
  154. package/dist/es/es2018/types/src/generated/types/QualificationContextOutputRepresentation.d.ts +31 -0
  155. package/dist/es/es2018/types/src/generated/types/RelatedObjectFilterInputRepresentation.d.ts +32 -0
  156. package/dist/es/es2018/types/src/generated/types/ResourceValueCollectionInputRepresentation.d.ts +28 -0
  157. package/dist/es/es2018/types/src/generated/types/RuleActionCollectionInputRepresentation.d.ts +28 -0
  158. package/dist/es/es2018/types/src/generated/types/RuleActionInputRepresentation.d.ts +65 -0
  159. package/dist/es/es2018/types/src/generated/types/RuleCriteriaCollectionInputRepresentation.d.ts +28 -0
  160. package/dist/es/es2018/types/src/generated/types/RuleCriteriaInputRepresentation.d.ts +53 -0
  161. package/dist/es/es2018/types/src/generated/types/SearchProductsFacetRepresentation.d.ts +41 -0
  162. package/dist/es/es2018/types/src/generated/types/SearchProductsInputRepresentation.d.ts +64 -0
  163. package/dist/es/es2018/types/src/generated/types/SearchProductsInputRepresentationWrapper.d.ts +29 -0
  164. package/dist/es/es2018/types/src/generated/types/SearchProductsOutputRepresentation.d.ts +65 -0
  165. package/dist/es/es2018/types/src/generated/types/ShareFavoriteInputRepresentation.d.ts +31 -0
  166. package/dist/es/es2018/types/src/generated/types/ShareFavoriteOutputRepresentation.d.ts +41 -0
  167. package/dist/es/es2018/types/src/generated/types/SmartSelectionInputRepresentation.d.ts +38 -0
  168. package/dist/es/es2018/types/src/generated/types/SmartSelectionOutputRepresentation.d.ts +48 -0
  169. package/dist/es/es2018/types/src/generated/types/SmartSelectionSearchInputRepresentation.d.ts +46 -0
  170. package/dist/es/es2018/types/src/generated/types/UpdateCartInputRepresentation.d.ts +34 -0
  171. package/dist/es/es2018/types/src/generated/types/UpdateCartInputRepresentationWrapper.d.ts +28 -0
  172. package/dist/es/es2018/types/src/generated/types/UpdateCartItemsInputRepresentation.d.ts +34 -0
  173. package/dist/es/es2018/types/src/generated/types/UpdateCartItemsInputRepresentationWrapper.d.ts +28 -0
  174. package/dist/es/es2018/types/src/generated/types/UpdateCartItemsOutputRepresentation.d.ts +42 -0
  175. package/dist/es/es2018/types/src/generated/types/UpdateCartOutputRepresentation.d.ts +42 -0
  176. package/dist/es/es2018/types/src/generated/types/UpdateFavoriteInputRepresentation.d.ts +34 -0
  177. package/dist/es/es2018/types/src/generated/types/UpdateFavoriteOutputRepresentation.d.ts +41 -0
  178. package/dist/es/es2018/types/src/generated/types/ValidateCartOutputRepresentation.d.ts +38 -0
  179. package/dist/es/es2018/types/src/generated/types/ValidationResultOutputRepresentation.d.ts +40 -0
  180. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
  181. package/package.json +76 -0
  182. package/sfdc/index.d.ts +1 -0
  183. package/sfdc/index.js +9596 -0
  184. package/src/raml/api.raml +4269 -0
  185. package/src/raml/luvio.raml +207 -0
@@ -0,0 +1,116 @@
1
+ import { AttributeCategoryOutputRepresentation as AttributeCategoryOutputRepresentation_AttributeCategoryOutputRepresentation } from './AttributeCategoryOutputRepresentation';
2
+ import { ProductClassificationOutputRepresentation as ProductClassificationOutputRepresentation_ProductClassificationOutputRepresentation } from './ProductClassificationOutputRepresentation';
3
+ import { ProductComponentGroupOutputRepresentation as ProductComponentGroupOutputRepresentation_ProductComponentGroupOutputRepresentation } from './ProductComponentGroupOutputRepresentation';
4
+ import { ProductQuantityOutputRepresentation as ProductQuantityOutputRepresentation_ProductQuantityOutputRepresentation } from './ProductQuantityOutputRepresentation';
5
+ import { ProductRelatedComponentOutputRepresentation as ProductRelatedComponentOutputRepresentation_ProductRelatedComponentOutputRepresentation } from './ProductRelatedComponentOutputRepresentation';
6
+ import { ProductSellingModelOptionOutputRepresentation as ProductSellingModelOptionOutputRepresentation_ProductSellingModelOptionOutputRepresentation } from './ProductSellingModelOptionOutputRepresentation';
7
+ import { ProductSpecificationTypeOutputRepresentation as ProductSpecificationTypeOutputRepresentation_ProductSpecificationTypeOutputRepresentation } from './ProductSpecificationTypeOutputRepresentation';
8
+ import { QualificationContextOutputRepresentation as QualificationContextOutputRepresentation_QualificationContextOutputRepresentation } from './QualificationContextOutputRepresentation';
9
+ import { ProductVariantAttributeSetOutputRepresentation as ProductVariantAttributeSetOutputRepresentation_ProductVariantAttributeSetOutputRepresentation } from './ProductVariantAttributeSetOutputRepresentation';
10
+ 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';
11
+ export declare const VERSION = "9c2494a7aa4be93e1641372328fdbcc6";
12
+ export declare function validate(obj: any, path?: string): TypeError | null;
13
+ export declare const RepresentationType: string;
14
+ export declare function normalize(input: ProductOutputRepresentation, existing: ProductOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductOutputRepresentationNormalized;
15
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
16
+ export declare function equals(existing: ProductOutputRepresentationNormalized, incoming: ProductOutputRepresentationNormalized): boolean;
17
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
18
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ProductOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
19
+ /**
20
+ * Product output representation
21
+ *
22
+ * Keys:
23
+ * (none)
24
+ */
25
+ export interface ProductOutputRepresentationNormalized {
26
+ /** Map of additional fields */
27
+ additionalFields?: {};
28
+ /** List of attribute categories in a product */
29
+ attributeCategories?: Array<AttributeCategoryOutputRepresentation_AttributeCategoryOutputRepresentation>;
30
+ /** availabilityDate of the product */
31
+ availabilityDate?: string;
32
+ /** Child Variation Identifiers */
33
+ childVariationIds?: Array<string>;
34
+ /** ConfigureDuringSale of the product */
35
+ configureDuringSale?: string;
36
+ /** Description of the product */
37
+ description?: string;
38
+ /** discontinuedDate of the product */
39
+ discontinuedDate?: string;
40
+ /** displayUrl of the product */
41
+ displayUrl?: string;
42
+ /** endOfLifeDate of the product */
43
+ endOfLifeDate?: string;
44
+ /** Id of the product */
45
+ id?: string;
46
+ /** Is the product Active */
47
+ isActive?: boolean;
48
+ /** Is the product Assetizable */
49
+ isAssetizable?: boolean;
50
+ /** Is Component required of a product */
51
+ isComponentRequired?: boolean;
52
+ /** Is the product a Default Component */
53
+ isDefaultComponent?: boolean;
54
+ /** Is Quantity of product editable */
55
+ isQuantityEditable?: boolean;
56
+ /** Is the product Sold Only With Other Products */
57
+ isSoldOnlyWithOtherProds?: boolean;
58
+ /** Name of the product */
59
+ name?: string;
60
+ /** nodeType of the product */
61
+ nodeType?: string;
62
+ productClassification?: ProductClassificationOutputRepresentation_ProductClassificationOutputRepresentation;
63
+ /** Code of the product */
64
+ productCode?: string;
65
+ /** List of PCG in a product */
66
+ productComponentGroups?: Array<ProductComponentGroupOutputRepresentation_ProductComponentGroupOutputRepresentation>;
67
+ productQuantity?: ProductQuantityOutputRepresentation_ProductQuantityOutputRepresentation;
68
+ productRelatedComponent?: ProductRelatedComponentOutputRepresentation_ProductRelatedComponentOutputRepresentation;
69
+ /** PSMs of a product */
70
+ productSellingModelOptions?: Array<ProductSellingModelOptionOutputRepresentation_ProductSellingModelOptionOutputRepresentation>;
71
+ productSpecificationType?: ProductSpecificationTypeOutputRepresentation_ProductSpecificationTypeOutputRepresentation;
72
+ /** Type of the product */
73
+ productType?: string;
74
+ qualificationContext?: QualificationContextOutputRepresentation_QualificationContextOutputRepresentation;
75
+ /** Status of the product */
76
+ status?: string;
77
+ /** Product Variation Attribute Set */
78
+ variationAttributeSet?: ProductVariantAttributeSetOutputRepresentation_ProductVariantAttributeSetOutputRepresentation;
79
+ }
80
+ /**
81
+ * Product output representation
82
+ *
83
+ * Keys:
84
+ * (none)
85
+ */
86
+ export interface ProductOutputRepresentation {
87
+ additionalFields?: {};
88
+ attributeCategories?: Array<AttributeCategoryOutputRepresentation_AttributeCategoryOutputRepresentation>;
89
+ availabilityDate?: string;
90
+ childVariationIds?: Array<string>;
91
+ configureDuringSale?: string;
92
+ description?: string;
93
+ discontinuedDate?: string;
94
+ displayUrl?: string;
95
+ endOfLifeDate?: string;
96
+ id?: string;
97
+ isActive?: boolean;
98
+ isAssetizable?: boolean;
99
+ isComponentRequired?: boolean;
100
+ isDefaultComponent?: boolean;
101
+ isQuantityEditable?: boolean;
102
+ isSoldOnlyWithOtherProds?: boolean;
103
+ name?: string;
104
+ nodeType?: string;
105
+ productClassification?: ProductClassificationOutputRepresentation_ProductClassificationOutputRepresentation;
106
+ productCode?: string;
107
+ productComponentGroups?: Array<ProductComponentGroupOutputRepresentation_ProductComponentGroupOutputRepresentation>;
108
+ productQuantity?: ProductQuantityOutputRepresentation_ProductQuantityOutputRepresentation;
109
+ productRelatedComponent?: ProductRelatedComponentOutputRepresentation_ProductRelatedComponentOutputRepresentation;
110
+ productSellingModelOptions?: Array<ProductSellingModelOptionOutputRepresentation_ProductSellingModelOptionOutputRepresentation>;
111
+ productSpecificationType?: ProductSpecificationTypeOutputRepresentation_ProductSpecificationTypeOutputRepresentation;
112
+ productType?: string;
113
+ qualificationContext?: QualificationContextOutputRepresentation_QualificationContextOutputRepresentation;
114
+ status?: string;
115
+ variationAttributeSet?: ProductVariantAttributeSetOutputRepresentation_ProductVariantAttributeSetOutputRepresentation;
116
+ }
@@ -0,0 +1,47 @@
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 = "2d72d4fefed997813a877e591d8920ce";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ProductPricesOutputRepresentation, existing: ProductPricesOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductPricesOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ProductPricesOutputRepresentationNormalized, incoming: ProductPricesOutputRepresentationNormalized): 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: ProductPricesOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Product Prices output representation
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ProductPricesOutputRepresentationNormalized {
18
+ /** Currency ISO Code of the given price */
19
+ currencyIsoCode?: string;
20
+ /** Effective From Date of the given price */
21
+ effectiveFrom?: string;
22
+ /** Effective To Date of the given price */
23
+ effectiveTo?: string;
24
+ /** Price */
25
+ price?: number;
26
+ /** Price book entry id of the given price */
27
+ priceBookEntryId?: string;
28
+ /** Price book id of given price */
29
+ priceBookId?: string;
30
+ /** Pricing Model of the given price */
31
+ pricingModel?: PricingModelOutputRepresentation_PricingModelOutputRepresentation;
32
+ }
33
+ /**
34
+ * Product Prices output representation
35
+ *
36
+ * Keys:
37
+ * (none)
38
+ */
39
+ export interface ProductPricesOutputRepresentation {
40
+ currencyIsoCode?: string;
41
+ effectiveFrom?: string;
42
+ effectiveTo?: string;
43
+ price?: number;
44
+ priceBookEntryId?: string;
45
+ priceBookId?: string;
46
+ pricingModel?: PricingModelOutputRepresentation_PricingModelOutputRepresentation;
47
+ }
@@ -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 = "b00541923157d5fbead694ecb001ca30";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ProductQuantityOutputRepresentation, existing: ProductQuantityOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductQuantityOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ProductQuantityOutputRepresentationNormalized, incoming: ProductQuantityOutputRepresentationNormalized): 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: ProductQuantityOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Product Quantity information output representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ProductQuantityOutputRepresentationNormalized {
17
+ /** Max Quantity allowed of a product */
18
+ maxQuantity?: number;
19
+ /** Min Quantity allowed of a product */
20
+ minQuantity?: number;
21
+ /** Default Quantity allowed of a product */
22
+ quantity?: number;
23
+ }
24
+ /**
25
+ * Product Quantity information output representation
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface ProductQuantityOutputRepresentation {
31
+ maxQuantity?: number;
32
+ minQuantity?: number;
33
+ quantity?: number;
34
+ }
@@ -0,0 +1,79 @@
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 = "1e0e50253a583b56646033a5f8dc1920";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ProductRelatedComponentOutputRepresentation, existing: ProductRelatedComponentOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductRelatedComponentOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ProductRelatedComponentOutputRepresentationNormalized, incoming: ProductRelatedComponentOutputRepresentationNormalized): 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: ProductRelatedComponentOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Product Related Component Output Representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ProductRelatedComponentOutputRepresentationNormalized {
17
+ /** id of the child product */
18
+ childProductId?: string;
19
+ /** id of the child selling model */
20
+ childSellingModelId?: string;
21
+ /** does Bundle Price Include Child */
22
+ doesBundlePriceIncludeChild?: boolean;
23
+ /** if of the PRC */
24
+ id?: string;
25
+ /** is Component Required */
26
+ isComponentRequired?: boolean;
27
+ /** is Default Component */
28
+ isDefaultComponent?: boolean;
29
+ /** is Quantity Editable */
30
+ isQuantityEditable?: boolean;
31
+ /** max quantity */
32
+ maxQuantity?: number;
33
+ /** min quantity */
34
+ minQuantity?: number;
35
+ /** id of the parent product */
36
+ parentProductId?: string;
37
+ /** id of the PSM */
38
+ parentSellingModelId?: string;
39
+ /** id of the product class */
40
+ productClassificationId?: string;
41
+ /** id of the PCG */
42
+ productComponentGroupId?: string;
43
+ /** id of the relationship type */
44
+ productRelationshipTypeId?: string;
45
+ /** quantity */
46
+ quantity?: number;
47
+ /** quantity Scale Method */
48
+ quantityScaleMethod?: string;
49
+ /** Quote Visibility */
50
+ quoteVisibility?: string;
51
+ /** sequence */
52
+ sequence?: number;
53
+ }
54
+ /**
55
+ * Product Related Component Output Representation
56
+ *
57
+ * Keys:
58
+ * (none)
59
+ */
60
+ export interface ProductRelatedComponentOutputRepresentation {
61
+ childProductId?: string;
62
+ childSellingModelId?: string;
63
+ doesBundlePriceIncludeChild?: boolean;
64
+ id?: string;
65
+ isComponentRequired?: boolean;
66
+ isDefaultComponent?: boolean;
67
+ isQuantityEditable?: boolean;
68
+ maxQuantity?: number;
69
+ minQuantity?: number;
70
+ parentProductId?: string;
71
+ parentSellingModelId?: string;
72
+ productClassificationId?: string;
73
+ productComponentGroupId?: string;
74
+ productRelationshipTypeId?: string;
75
+ quantity?: number;
76
+ quantityScaleMethod?: string;
77
+ quoteVisibility?: string;
78
+ sequence?: number;
79
+ }
@@ -0,0 +1,37 @@
1
+ import { ProductSellingModelOutputRepresentation as ProductSellingModelOutputRepresentation_ProductSellingModelOutputRepresentation } from './ProductSellingModelOutputRepresentation';
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 = "dff47e59e1647a4c9721a79ef967ebcb";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ProductSellingModelOptionOutputRepresentation, existing: ProductSellingModelOptionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductSellingModelOptionOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ProductSellingModelOptionOutputRepresentationNormalized, incoming: ProductSellingModelOptionOutputRepresentationNormalized): 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: ProductSellingModelOptionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Product Selling Model Option Output Representation
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ProductSellingModelOptionOutputRepresentationNormalized {
18
+ /** id of the PSM option */
19
+ id?: string;
20
+ /** id of the product */
21
+ productId?: string;
22
+ productSellingModel?: ProductSellingModelOutputRepresentation_ProductSellingModelOutputRepresentation;
23
+ /** id of the PSM */
24
+ productSellingModelId?: string;
25
+ }
26
+ /**
27
+ * Product Selling Model Option Output Representation
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface ProductSellingModelOptionOutputRepresentation {
33
+ id?: string;
34
+ productId?: string;
35
+ productSellingModel?: ProductSellingModelOutputRepresentation_ProductSellingModelOutputRepresentation;
36
+ productSellingModelId?: string;
37
+ }
@@ -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 = "8413fa50d853016cb4cef793ba1942fa";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ProductSellingModelOutputRepresentation, existing: ProductSellingModelOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductSellingModelOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ProductSellingModelOutputRepresentationNormalized, incoming: ProductSellingModelOutputRepresentationNormalized): 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: ProductSellingModelOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Product Selling Model Output Representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ProductSellingModelOutputRepresentationNormalized {
17
+ /** id of the PSM */
18
+ id?: string;
19
+ /** name of the PSM */
20
+ name?: string;
21
+ /** term of the PSM */
22
+ pricingTerm?: number;
23
+ /** term unit of the PSM */
24
+ pricingTermUnit?: string;
25
+ /** type of the PSM */
26
+ sellingModelType?: string;
27
+ /** status of the PSM */
28
+ status?: string;
29
+ }
30
+ /**
31
+ * Product Selling Model Output Representation
32
+ *
33
+ * Keys:
34
+ * (none)
35
+ */
36
+ export interface ProductSellingModelOutputRepresentation {
37
+ id?: string;
38
+ name?: string;
39
+ pricingTerm?: number;
40
+ pricingTermUnit?: string;
41
+ sellingModelType?: string;
42
+ status?: string;
43
+ }
@@ -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 = "aef2acaa0a9af4c339bf19ae8e030110";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ProductSpecificationRecordTypeOutputRepresentation, existing: ProductSpecificationRecordTypeOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductSpecificationRecordTypeOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ProductSpecificationRecordTypeOutputRepresentationNormalized, incoming: ProductSpecificationRecordTypeOutputRepresentationNormalized): 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: ProductSpecificationRecordTypeOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Product Specification Record Type Output Representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ProductSpecificationRecordTypeOutputRepresentationNormalized {
17
+ /** is Commercial */
18
+ isCommercial?: boolean;
19
+ }
20
+ /**
21
+ * Product Specification Record Type Output Representation
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface ProductSpecificationRecordTypeOutputRepresentation {
27
+ isCommercial?: boolean;
28
+ }
@@ -0,0 +1,31 @@
1
+ import { ProductSpecificationRecordTypeOutputRepresentation as ProductSpecificationRecordTypeOutputRepresentation_ProductSpecificationRecordTypeOutputRepresentation } from './ProductSpecificationRecordTypeOutputRepresentation';
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 = "6e962b8db9460956121802d99c7ca181";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ProductSpecificationTypeOutputRepresentation, existing: ProductSpecificationTypeOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductSpecificationTypeOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ProductSpecificationTypeOutputRepresentationNormalized, incoming: ProductSpecificationTypeOutputRepresentationNormalized): 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: ProductSpecificationTypeOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Product Specification Type Output Representation
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ProductSpecificationTypeOutputRepresentationNormalized {
18
+ /** name of the specification */
19
+ name?: string;
20
+ productSpecificationRecordType?: ProductSpecificationRecordTypeOutputRepresentation_ProductSpecificationRecordTypeOutputRepresentation;
21
+ }
22
+ /**
23
+ * Product Specification Type Output Representation
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface ProductSpecificationTypeOutputRepresentation {
29
+ name?: string;
30
+ productSpecificationRecordType?: ProductSpecificationRecordTypeOutputRepresentation_ProductSpecificationRecordTypeOutputRepresentation;
31
+ }
@@ -0,0 +1,37 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "19cb60cbb4ab17b86a92d327f386d19a";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ProductVariantAttributeOutputRepresentation, existing: ProductVariantAttributeOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductVariantAttributeOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ProductVariantAttributeOutputRepresentationNormalized, incoming: ProductVariantAttributeOutputRepresentationNormalized): 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: ProductVariantAttributeOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Product Variant Attribute representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ProductVariantAttributeOutputRepresentationNormalized {
17
+ /** Attribute Set Item Id of the Attribute */
18
+ attributeSetItemId?: string;
19
+ /** Field Api Name of the Attribute */
20
+ fieldApiName?: string;
21
+ /** Field Id of the Attribute */
22
+ fieldId?: string;
23
+ /** Field Label of the Attribute */
24
+ fieldLabel?: string;
25
+ }
26
+ /**
27
+ * Product Variant Attribute representation
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface ProductVariantAttributeOutputRepresentation {
33
+ attributeSetItemId?: string;
34
+ fieldApiName?: string;
35
+ fieldId?: string;
36
+ fieldLabel?: string;
37
+ }
@@ -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 = "5b55e2284018fc7fb077b5d1a340f929";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ProductVariantAttributeSetOutputRepresentation, existing: ProductVariantAttributeSetOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductVariantAttributeSetOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ProductVariantAttributeSetOutputRepresentationNormalized, incoming: ProductVariantAttributeSetOutputRepresentationNormalized): 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: ProductVariantAttributeSetOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Product Variant Attribute Set representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ProductVariantAttributeSetOutputRepresentationNormalized {
17
+ /** Attributes participating in the Attribute Set */
18
+ attributes?: {};
19
+ /** Description of the Attribute Set */
20
+ description?: string;
21
+ /** Developer Name of the Attribute Set */
22
+ developerName?: string;
23
+ /** Id of the Attribute Set */
24
+ id?: string;
25
+ /** Label of the Attribute Set */
26
+ label?: string;
27
+ }
28
+ /**
29
+ * Product Variant Attribute Set representation
30
+ *
31
+ * Keys:
32
+ * (none)
33
+ */
34
+ export interface ProductVariantAttributeSetOutputRepresentation {
35
+ attributes?: {};
36
+ description?: string;
37
+ developerName?: string;
38
+ id?: string;
39
+ label?: string;
40
+ }
@@ -0,0 +1,32 @@
1
+ import { ProductVariantAttributeOutputRepresentation as ProductVariantAttributeOutputRepresentation_ProductVariantAttributeOutputRepresentation } from './ProductVariantAttributeOutputRepresentation';
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 = "1846eb7a2116cfdb0c397e55bbda11e6";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ProductVariantAttributeValueOutputRepresentation, existing: ProductVariantAttributeValueOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductVariantAttributeValueOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ProductVariantAttributeValueOutputRepresentationNormalized, incoming: ProductVariantAttributeValueOutputRepresentationNormalized): 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: ProductVariantAttributeValueOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Product Variant Attribute value representation
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ProductVariantAttributeValueOutputRepresentationNormalized {
18
+ /** Attribute */
19
+ attribute?: ProductVariantAttributeOutputRepresentation_ProductVariantAttributeOutputRepresentation;
20
+ /** Value of the Attribute */
21
+ value?: {};
22
+ }
23
+ /**
24
+ * Product Variant Attribute value representation
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface ProductVariantAttributeValueOutputRepresentation {
30
+ attribute?: ProductVariantAttributeOutputRepresentation_ProductVariantAttributeOutputRepresentation;
31
+ value?: {};
32
+ }
@@ -0,0 +1,61 @@
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 = "f7e716886301b4f750b45a3cdf562a41";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: PromotionOutputRepresentation, existing: PromotionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PromotionOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: PromotionOutputRepresentationNormalized, incoming: PromotionOutputRepresentationNormalized): 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: PromotionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Promotion output representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface PromotionOutputRepresentationNormalized {
17
+ /** Coupon code for the promotion */
18
+ couponCode: string;
19
+ /** Description of the promotion */
20
+ description: string;
21
+ /** Display name of the promotion */
22
+ displayName: string;
23
+ /** End date and time of the promotion */
24
+ endDateTime: string;
25
+ /** Id of the promotion */
26
+ id: string;
27
+ /** Whether the promotion is automatic */
28
+ isAutomatic: boolean;
29
+ /** Whether the promotion is a category level promotion */
30
+ isCategoryPromo: boolean;
31
+ /** Whether the promotion is a product level promotion */
32
+ isProductPromo: boolean;
33
+ /** Name of the promotion */
34
+ name: string;
35
+ /** Priority of the promotion */
36
+ priority: number;
37
+ /** Start date and time of the promotion */
38
+ startDateTime: string;
39
+ /** Terms and conditions of the promotion */
40
+ termsAndConditions: string;
41
+ }
42
+ /**
43
+ * Promotion output representation
44
+ *
45
+ * Keys:
46
+ * (none)
47
+ */
48
+ export interface PromotionOutputRepresentation {
49
+ couponCode: string;
50
+ description: string;
51
+ displayName: string;
52
+ endDateTime: string;
53
+ id: string;
54
+ isAutomatic: boolean;
55
+ isCategoryPromo: boolean;
56
+ isProductPromo: boolean;
57
+ name: string;
58
+ priority: number;
59
+ startDateTime: string;
60
+ termsAndConditions: string;
61
+ }
@@ -0,0 +1,29 @@
1
+ import { ApiStatusOutputRepresentation as ApiStatusOutputRepresentation_ApiStatusOutputRepresentation } from './ApiStatusOutputRepresentation';
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 = "68ae65418e94ce6015627a38fc1f7c3e";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: QocBaseOutputRepresentation, existing: QocBaseOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): QocBaseOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: QocBaseOutputRepresentationNormalized, incoming: QocBaseOutputRepresentationNormalized): 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: QocBaseOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * QOC Base output representation
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface QocBaseOutputRepresentationNormalized {
18
+ /** API Status */
19
+ apiStatus: ApiStatusOutputRepresentation_ApiStatusOutputRepresentation;
20
+ }
21
+ /**
22
+ * QOC Base output representation
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface QocBaseOutputRepresentation {
28
+ apiStatus: ApiStatusOutputRepresentation_ApiStatusOutputRepresentation;
29
+ }