@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,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 = "d14f5a4aa2d39c58d0abc951d0a7ce2f";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: QualificationContextOutputRepresentation, existing: QualificationContextOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): QualificationContextOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: QualificationContextOutputRepresentationNormalized, incoming: QualificationContextOutputRepresentationNormalized): 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: QualificationContextOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * QualificationContext Output Representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface QualificationContextOutputRepresentationNormalized {
17
+ /** is this product qualified */
18
+ isQualified?: boolean;
19
+ /** reason why the product is disqualified */
20
+ reason?: string;
21
+ }
22
+ /**
23
+ * QualificationContext Output Representation
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface QualificationContextOutputRepresentation {
29
+ isQualified?: boolean;
30
+ reason?: string;
31
+ }
@@ -0,0 +1,32 @@
1
+ import { FilterCriteriaInputRepresentation as FilterCriteriaInputRepresentation_FilterCriteriaInputRepresentation } from './FilterCriteriaInputRepresentation';
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 = "1df1c0b877dd1afe94ab174c6eedc0ab";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: RelatedObjectFilterInputRepresentation, existing: RelatedObjectFilterInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RelatedObjectFilterInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: RelatedObjectFilterInputRepresentationNormalized, incoming: RelatedObjectFilterInputRepresentationNormalized): 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: RelatedObjectFilterInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Input Representation for Filters
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface RelatedObjectFilterInputRepresentationNormalized {
18
+ /** filter criteria */
19
+ criteria: Array<FilterCriteriaInputRepresentation_FilterCriteriaInputRepresentation>;
20
+ /** Object Name */
21
+ objectName: string;
22
+ }
23
+ /**
24
+ * Input Representation for Filters
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface RelatedObjectFilterInputRepresentation {
30
+ criteria: Array<FilterCriteriaInputRepresentation_FilterCriteriaInputRepresentation>;
31
+ objectName: string;
32
+ }
@@ -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 = "243a4c2f60562a65df883ada9d0de489";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ResourceValueCollectionInputRepresentation, existing: ResourceValueCollectionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ResourceValueCollectionInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ResourceValueCollectionInputRepresentationNormalized, incoming: ResourceValueCollectionInputRepresentationNormalized): 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: ResourceValueCollectionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * List of entity / attribute / tag values
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ResourceValueCollectionInputRepresentationNormalized {
17
+ /** List of entity / attribute / tag values */
18
+ values?: Array<string>;
19
+ }
20
+ /**
21
+ * List of entity / attribute / tag values
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface ResourceValueCollectionInputRepresentation {
27
+ values?: Array<string>;
28
+ }
@@ -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 = "d3fec7cb767f30bbba6f6fbbc97ccc52";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: RuleActionCollectionInputRepresentation, existing: RuleActionCollectionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RuleActionCollectionInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: RuleActionCollectionInputRepresentationNormalized, incoming: RuleActionCollectionInputRepresentationNormalized): 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: RuleActionCollectionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Collection of rule actions
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface RuleActionCollectionInputRepresentationNormalized {
17
+ /** List of rule actions */
18
+ ruleActions?: Array<{}>;
19
+ }
20
+ /**
21
+ * Collection of rule actions
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface RuleActionCollectionInputRepresentation {
27
+ ruleActions?: Array<{}>;
28
+ }
@@ -0,0 +1,65 @@
1
+ import { ConditionInformationInputRepresentation as ConditionInformationInputRepresentation_ConditionInformationInputRepresentation } from './ConditionInformationInputRepresentation';
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 = "e2fde54176b20c3df4ff671055b2753b";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: RuleActionInputRepresentation, existing: RuleActionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RuleActionInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: RuleActionInputRepresentationNormalized, incoming: RuleActionInputRepresentationNormalized): 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: RuleActionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Input Representation for a single rule action
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface RuleActionInputRepresentationNormalized {
18
+ /** Condition defined on the attribute */
19
+ actionParameters?: Array<{}>;
20
+ /** Conditional logic between action parameters */
21
+ actionParametersExpression?: string;
22
+ /** Action sub type of the rule */
23
+ actionType?: string;
24
+ /** Behavior type of the target resource */
25
+ behaviorTypeLock?: boolean;
26
+ /** Message to be displayed for a rule action */
27
+ message?: string;
28
+ /** Message type */
29
+ messageType?: string;
30
+ /** Name of the action */
31
+ name?: string;
32
+ /** Sequence for multiple actions */
33
+ sequence?: number;
34
+ /** Name of the action context tag resource */
35
+ targetContextTagName?: string;
36
+ /** Data Type of the action context tag resource */
37
+ targetDataType?: string;
38
+ /** Target information node */
39
+ targetInformation?: Array<ConditionInformationInputRepresentation_ConditionInformationInputRepresentation>;
40
+ /** Operator of the action context tag resource */
41
+ targetOperator?: string;
42
+ /** Value(s) of the action context tag resource */
43
+ targetValues?: Array<string>;
44
+ }
45
+ /**
46
+ * Input Representation for a single rule action
47
+ *
48
+ * Keys:
49
+ * (none)
50
+ */
51
+ export interface RuleActionInputRepresentation {
52
+ actionParameters?: Array<{}>;
53
+ actionParametersExpression?: string;
54
+ actionType?: string;
55
+ behaviorTypeLock?: boolean;
56
+ message?: string;
57
+ messageType?: string;
58
+ name?: string;
59
+ sequence?: number;
60
+ targetContextTagName?: string;
61
+ targetDataType?: string;
62
+ targetInformation?: Array<ConditionInformationInputRepresentation_ConditionInformationInputRepresentation>;
63
+ targetOperator?: string;
64
+ targetValues?: Array<string>;
65
+ }
@@ -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 = "a26f584909555cf0fbcaba38981a565a";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: RuleCriteriaCollectionInputRepresentation, existing: RuleCriteriaCollectionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RuleCriteriaCollectionInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: RuleCriteriaCollectionInputRepresentationNormalized, incoming: RuleCriteriaCollectionInputRepresentationNormalized): 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: RuleCriteriaCollectionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Collection of rule criteria
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface RuleCriteriaCollectionInputRepresentationNormalized {
17
+ /** List of rule conditions */
18
+ ruleCriteria?: Array<{}>;
19
+ }
20
+ /**
21
+ * Collection of rule criteria
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface RuleCriteriaCollectionInputRepresentation {
27
+ ruleCriteria?: Array<{}>;
28
+ }
@@ -0,0 +1,53 @@
1
+ import { ConditionInformationInputRepresentation as ConditionInformationInputRepresentation_ConditionInformationInputRepresentation } from './ConditionInformationInputRepresentation';
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 = "6bdd4d1bbd910d6f5a69c169e98ed30c";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: RuleCriteriaInputRepresentation, existing: RuleCriteriaInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RuleCriteriaInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: RuleCriteriaInputRepresentationNormalized, incoming: RuleCriteriaInputRepresentationNormalized): 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: RuleCriteriaInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Input Representation for a single rule condition
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface RuleCriteriaInputRepresentationNormalized {
18
+ /** Conditional logic between the context and attribute conditions */
19
+ conditionExpression?: string;
20
+ /** Condition defined on the attribute */
21
+ conditions?: Array<{}>;
22
+ /** Index of the condition */
23
+ criteriaIndex?: number;
24
+ /** Entity Id of the Product / Transaction */
25
+ rootObjectId?: string | null;
26
+ /** Name of the condition context tag resource */
27
+ sourceContextTagName?: string;
28
+ /** Data Type of the condition context tag resource */
29
+ sourceDataType?: string;
30
+ /** Source information node */
31
+ sourceInformation?: Array<ConditionInformationInputRepresentation_ConditionInformationInputRepresentation>;
32
+ /** Operator of the condition context tag resource */
33
+ sourceOperator?: string;
34
+ /** Value(s) of the condition context tag resource */
35
+ sourceValues?: Array<string>;
36
+ }
37
+ /**
38
+ * Input Representation for a single rule condition
39
+ *
40
+ * Keys:
41
+ * (none)
42
+ */
43
+ export interface RuleCriteriaInputRepresentation {
44
+ conditionExpression?: string;
45
+ conditions?: Array<{}>;
46
+ criteriaIndex?: number;
47
+ rootObjectId?: string | null;
48
+ sourceContextTagName?: string;
49
+ sourceDataType?: string;
50
+ sourceInformation?: Array<ConditionInformationInputRepresentation_ConditionInformationInputRepresentation>;
51
+ sourceOperator?: string;
52
+ sourceValues?: Array<string>;
53
+ }
@@ -0,0 +1,41 @@
1
+ import { FacetValueRepresentation as FacetValueRepresentation_FacetValueRepresentation } from './FacetValueRepresentation';
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 = "f5400c5029e23bbfd12f430936626692";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SearchProductsFacetRepresentation, existing: SearchProductsFacetRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SearchProductsFacetRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SearchProductsFacetRepresentationNormalized, incoming: SearchProductsFacetRepresentationNormalized): 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: SearchProductsFacetRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Search Products Facet Representation
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SearchProductsFacetRepresentationNormalized {
18
+ /** Search attribute type of the facet */
19
+ attributeType?: string;
20
+ /** Display name of the facet */
21
+ displayName?: string;
22
+ /** Display rank for the facet */
23
+ displayRank?: number;
24
+ /** ID or internal name of the facet */
25
+ nameOrId?: string;
26
+ /** Face values of the facet found in the search result */
27
+ values?: Array<FacetValueRepresentation_FacetValueRepresentation>;
28
+ }
29
+ /**
30
+ * Search Products Facet Representation
31
+ *
32
+ * Keys:
33
+ * (none)
34
+ */
35
+ export interface SearchProductsFacetRepresentation {
36
+ attributeType?: string;
37
+ displayName?: string;
38
+ displayRank?: number;
39
+ nameOrId?: string;
40
+ values?: Array<FacetValueRepresentation_FacetValueRepresentation>;
41
+ }
@@ -0,0 +1,64 @@
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 = "3cd9f40f491806685c0a37386951516e";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SearchProductsInputRepresentation, existing: SearchProductsInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SearchProductsInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SearchProductsInputRepresentationNormalized, incoming: SearchProductsInputRepresentationNormalized): 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: SearchProductsInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Offers List input representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SearchProductsInputRepresentationNormalized {
17
+ /** Map of additional fields */
18
+ additionalFields?: {};
19
+ /** Id of the catalog. */
20
+ catalogId?: string;
21
+ /** Id of of the category. */
22
+ categoryId?: string;
23
+ /** CorrelationId */
24
+ correlationId?: string;
25
+ /** Filters */
26
+ filter?: {};
27
+ /** Number of item count you want in the response */
28
+ limit?: number;
29
+ /** Offset size from which you need the item count */
30
+ offset?: number;
31
+ /** Sort by ascending/descending order */
32
+ orderBy?: Array<string>;
33
+ /** Id of the price Book. */
34
+ priceBookId: string;
35
+ /** Search query */
36
+ query?: unknown;
37
+ /** Search Term */
38
+ searchTerm?: string;
39
+ /** Enable Promotions */
40
+ usePromotions?: boolean;
41
+ /** User context in which cart would be created. */
42
+ userContext?: {};
43
+ }
44
+ /**
45
+ * Offers List input representation
46
+ *
47
+ * Keys:
48
+ * (none)
49
+ */
50
+ export interface SearchProductsInputRepresentation {
51
+ additionalFields?: {};
52
+ catalogId?: string;
53
+ categoryId?: string;
54
+ correlationId?: string;
55
+ filter?: {};
56
+ limit?: number;
57
+ offset?: number;
58
+ orderBy?: Array<string>;
59
+ priceBookId: string;
60
+ query?: unknown;
61
+ searchTerm?: string;
62
+ usePromotions?: boolean;
63
+ userContext?: {};
64
+ }
@@ -0,0 +1,29 @@
1
+ import { SearchProductsInputRepresentation as SearchProductsInputRepresentation_SearchProductsInputRepresentation } from './SearchProductsInputRepresentation';
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 = "a1656fb357f820bd64f2f1da32dad953";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SearchProductsInputRepresentationWrapper, existing: SearchProductsInputRepresentationWrapperNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SearchProductsInputRepresentationWrapperNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SearchProductsInputRepresentationWrapperNormalized, incoming: SearchProductsInputRepresentationWrapperNormalized): 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: SearchProductsInputRepresentationWrapper, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Search Products Input Representation Wrapper
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SearchProductsInputRepresentationWrapperNormalized {
18
+ /** Key for api call */
19
+ requestBody: SearchProductsInputRepresentation_SearchProductsInputRepresentation;
20
+ }
21
+ /**
22
+ * Search Products Input Representation Wrapper
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface SearchProductsInputRepresentationWrapper {
28
+ requestBody: SearchProductsInputRepresentation_SearchProductsInputRepresentation;
29
+ }
@@ -0,0 +1,65 @@
1
+ import { AttributeCategoryOutputRepresentation as AttributeCategoryOutputRepresentation_AttributeCategoryOutputRepresentation } from './AttributeCategoryOutputRepresentation';
2
+ import { PromotionOutputRepresentation as PromotionOutputRepresentation_PromotionOutputRepresentation } from './PromotionOutputRepresentation';
3
+ import { ProductPricesOutputRepresentation as ProductPricesOutputRepresentation_ProductPricesOutputRepresentation } from './ProductPricesOutputRepresentation';
4
+ import { ProductQuantityOutputRepresentation as ProductQuantityOutputRepresentation_ProductQuantityOutputRepresentation } from './ProductQuantityOutputRepresentation';
5
+ 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';
6
+ export declare const VERSION = "2d774e8bb4661f31d9ee0b0fc63a0e62";
7
+ export declare function validate(obj: any, path?: string): TypeError | null;
8
+ export declare const RepresentationType: string;
9
+ export declare function normalize(input: SearchProductsOutputRepresentation, existing: SearchProductsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SearchProductsOutputRepresentationNormalized;
10
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
11
+ export declare function equals(existing: SearchProductsOutputRepresentationNormalized, incoming: SearchProductsOutputRepresentationNormalized): 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: SearchProductsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
14
+ /**
15
+ * Search Products output representation
16
+ *
17
+ * Keys:
18
+ * (none)
19
+ */
20
+ export interface SearchProductsOutputRepresentationNormalized {
21
+ /** Map of additional fields */
22
+ additionalFields?: {};
23
+ /** List of attribute categories in a product */
24
+ attributeCategories?: Array<AttributeCategoryOutputRepresentation_AttributeCategoryOutputRepresentation>;
25
+ /** Description of the product */
26
+ description?: string;
27
+ /** List of promotions for the product */
28
+ eligiblePromotions: Array<PromotionOutputRepresentation_PromotionOutputRepresentation>;
29
+ /** Id of the product */
30
+ id?: string;
31
+ /** Is Component required of a product */
32
+ isComponentRequired?: boolean;
33
+ /** Is the product a Default Component */
34
+ isDefaultComponent?: boolean;
35
+ /** Is Quantity of product editable */
36
+ isQuantityEditable?: boolean;
37
+ /** Name of the product */
38
+ name?: string;
39
+ /** List of prices of the product */
40
+ prices?: Array<ProductPricesOutputRepresentation_ProductPricesOutputRepresentation>;
41
+ /** Quantity information of a product */
42
+ productQuantity?: ProductQuantityOutputRepresentation_ProductQuantityOutputRepresentation;
43
+ /** Status of the product */
44
+ status?: string;
45
+ }
46
+ /**
47
+ * Search Products output representation
48
+ *
49
+ * Keys:
50
+ * (none)
51
+ */
52
+ export interface SearchProductsOutputRepresentation {
53
+ additionalFields?: {};
54
+ attributeCategories?: Array<AttributeCategoryOutputRepresentation_AttributeCategoryOutputRepresentation>;
55
+ description?: string;
56
+ eligiblePromotions: Array<PromotionOutputRepresentation_PromotionOutputRepresentation>;
57
+ id?: string;
58
+ isComponentRequired?: boolean;
59
+ isDefaultComponent?: boolean;
60
+ isQuantityEditable?: boolean;
61
+ name?: string;
62
+ prices?: Array<ProductPricesOutputRepresentation_ProductPricesOutputRepresentation>;
63
+ productQuantity?: ProductQuantityOutputRepresentation_ProductQuantityOutputRepresentation;
64
+ status?: string;
65
+ }
@@ -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 = "26c6344b6a6a5348db29016fe978b93f";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ShareFavoriteInputRepresentation, existing: ShareFavoriteInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ShareFavoriteInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ShareFavoriteInputRepresentationNormalized, incoming: ShareFavoriteInputRepresentationNormalized): 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: ShareFavoriteInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Share Favorite Input Representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ShareFavoriteInputRepresentationNormalized {
17
+ /** fav id */
18
+ id: string;
19
+ /** user id */
20
+ userId: string;
21
+ }
22
+ /**
23
+ * Share Favorite Input Representation
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface ShareFavoriteInputRepresentation {
29
+ id: string;
30
+ userId: string;
31
+ }
@@ -0,0 +1,41 @@
1
+ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const TTL = 1000;
3
+ export declare const VERSION = "e6a859c01faf4b8d5c20cdc36dbb5b85";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
7
+ id: string;
8
+ }
9
+ export type ShareFavoriteOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export type PartialShareFavoriteOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
12
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): ShareFavoriteOutputRepresentationNormalizedKeyMetadata;
13
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ShareFavoriteOutputRepresentation): string;
14
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ShareFavoriteOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function normalize(input: ShareFavoriteOutputRepresentation, existing: ShareFavoriteOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ShareFavoriteOutputRepresentationNormalized;
16
+ export declare const select: () => $64$luvio_engine_BaseFragment;
17
+ export declare function equals(existing: ShareFavoriteOutputRepresentationNormalized, incoming: ShareFavoriteOutputRepresentationNormalized): boolean;
18
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
19
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ShareFavoriteOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
20
+ /**
21
+ * Share Favorite Output Representation
22
+ *
23
+ * Keys:
24
+ * id (string): id
25
+ */
26
+ export interface ShareFavoriteOutputRepresentationNormalized {
27
+ /** List of Errors */
28
+ errors: Array<unknown>;
29
+ /** Share Favorite id */
30
+ id: string;
31
+ }
32
+ /**
33
+ * Share Favorite Output Representation
34
+ *
35
+ * Keys:
36
+ * id (string): id
37
+ */
38
+ export interface ShareFavoriteOutputRepresentation {
39
+ errors: Array<unknown>;
40
+ id: string;
41
+ }
@@ -0,0 +1,38 @@
1
+ import { SmartSelectionSearchInputRepresentation as SmartSelectionSearchInputRepresentation_SmartSelectionSearchInputRepresentation } from './SmartSelectionSearchInputRepresentation';
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 = "bd6f58449622e62522ccf973df4934c4";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SmartSelectionInputRepresentation, existing: SmartSelectionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SmartSelectionInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SmartSelectionInputRepresentationNormalized, incoming: SmartSelectionInputRepresentationNormalized): 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: SmartSelectionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Input Representation for smart product selection.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SmartSelectionInputRepresentationNormalized {
18
+ /** Id of the catalog. */
19
+ chatContextId?: string;
20
+ /** Number of item count you want in the response */
21
+ maxToken?: number;
22
+ /** Smart product selection search params */
23
+ searchParams?: SmartSelectionSearchInputRepresentation_SmartSelectionSearchInputRepresentation;
24
+ /** Max Quantity allowed of a product */
25
+ temperature?: number;
26
+ }
27
+ /**
28
+ * Input Representation for smart product selection.
29
+ *
30
+ * Keys:
31
+ * (none)
32
+ */
33
+ export interface SmartSelectionInputRepresentation {
34
+ chatContextId?: string;
35
+ maxToken?: number;
36
+ searchParams?: SmartSelectionSearchInputRepresentation_SmartSelectionSearchInputRepresentation;
37
+ temperature?: number;
38
+ }
@@ -0,0 +1,48 @@
1
+ import { ApiStatusOutputRepresentation as ApiStatusOutputRepresentation_ApiStatusOutputRepresentation } from './ApiStatusOutputRepresentation';
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 = 1000;
4
+ export declare const VERSION = "e87e2b76b6416343fc10adaad3180935";
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 SmartSelectionOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export type PartialSmartSelectionOutputRepresentationNormalizedKeyMetadata = 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): SmartSelectionOutputRepresentationNormalizedKeyMetadata;
14
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: SmartSelectionOutputRepresentation): string;
15
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: SmartSelectionOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
16
+ export declare function normalize(input: SmartSelectionOutputRepresentation, existing: SmartSelectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SmartSelectionOutputRepresentationNormalized;
17
+ export declare const select: () => $64$luvio_engine_BaseFragment;
18
+ export declare function equals(existing: SmartSelectionOutputRepresentationNormalized, incoming: SmartSelectionOutputRepresentationNormalized): 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: SmartSelectionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
21
+ /**
22
+ * Smart product selection output representation
23
+ *
24
+ * Keys:
25
+ * message (string): apiStatus.statusCode
26
+ */
27
+ export interface SmartSelectionOutputRepresentationNormalized {
28
+ /** Api Status Object */
29
+ apiStatus: ApiStatusOutputRepresentation_ApiStatusOutputRepresentation;
30
+ /** LLM Response for user query */
31
+ chatContextId?: string;
32
+ /** List of recommended product id's */
33
+ productIds: Array<string>;
34
+ /** LLM Response for user query */
35
+ queryResponse?: string;
36
+ }
37
+ /**
38
+ * Smart product selection output representation
39
+ *
40
+ * Keys:
41
+ * message (string): apiStatus.statusCode
42
+ */
43
+ export interface SmartSelectionOutputRepresentation {
44
+ apiStatus: ApiStatusOutputRepresentation_ApiStatusOutputRepresentation;
45
+ chatContextId?: string;
46
+ productIds: Array<string>;
47
+ queryResponse?: string;
48
+ }