@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,39 @@
1
+ import { FilterInputRepresentation as types_FilterInputRepresentation_FilterInputRepresentation } from '../types/FilterInputRepresentation';
2
+ import { RelatedObjectFilterInputRepresentation as types_RelatedObjectFilterInputRepresentation_RelatedObjectFilterInputRepresentation } from '../types/RelatedObjectFilterInputRepresentation';
3
+ import { GuidedSelectionSearchTermInputRepresentation as types_GuidedSelectionSearchTermInputRepresentation_GuidedSelectionSearchTermInputRepresentation } from '../types/GuidedSelectionSearchTermInputRepresentation';
4
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
5
+ import { GuidedSelectionOutputRepresentation as types_GuidedSelectionOutputRepresentation_GuidedSelectionOutputRepresentation } from '../types/GuidedSelectionOutputRepresentation';
6
+ export interface ResourceRequestConfig {
7
+ body: {
8
+ additionalContextData?: unknown;
9
+ additionalFields?: {};
10
+ catalogId?: string;
11
+ categoryId?: string;
12
+ contextDefinition?: string;
13
+ contextMapping?: string;
14
+ correlationId?: string;
15
+ currencyCode?: string;
16
+ cursor?: string;
17
+ enablePricing?: boolean;
18
+ enableQualification?: boolean;
19
+ usePromotions?: boolean;
20
+ filter?: types_FilterInputRepresentation_FilterInputRepresentation;
21
+ includeCatalogDetails?: boolean;
22
+ limit?: number;
23
+ offset?: number;
24
+ orderBy?: Array<string>;
25
+ priceBookId?: string;
26
+ pricingProcedure?: string;
27
+ productClassificationId?: string;
28
+ qualificationProcedure?: string;
29
+ relatedObjectFilters?: Array<types_RelatedObjectFilterInputRepresentation_RelatedObjectFilterInputRepresentation>;
30
+ userContext?: {};
31
+ guidedSelectionResponseId?: string;
32
+ searchTerms?: Array<types_GuidedSelectionSearchTermInputRepresentation_GuidedSelectionSearchTermInputRepresentation>;
33
+ };
34
+ }
35
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
36
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_GuidedSelectionOutputRepresentation_GuidedSelectionOutputRepresentation): void;
37
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_GuidedSelectionOutputRepresentation_GuidedSelectionOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_GuidedSelectionOutputRepresentation_GuidedSelectionOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_GuidedSelectionOutputRepresentation_GuidedSelectionOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_GuidedSelectionOutputRepresentation_GuidedSelectionOutputRepresentation, any>;
38
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
39
+ export default createResourceRequest;
@@ -0,0 +1,13 @@
1
+ import { SearchProductsInputRepresentation as types_SearchProductsInputRepresentation_SearchProductsInputRepresentation } from '../types/SearchProductsInputRepresentation';
2
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
3
+ import { CpqBaseListOutputRepresentation as types_CpqBaseListOutputRepresentation_CpqBaseListOutputRepresentation } from '../types/CpqBaseListOutputRepresentation';
4
+ export interface ResourceRequestConfig {
5
+ body: {
6
+ requestBody: types_SearchProductsInputRepresentation_SearchProductsInputRepresentation;
7
+ };
8
+ }
9
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
10
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_CpqBaseListOutputRepresentation_CpqBaseListOutputRepresentation): void;
11
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_CpqBaseListOutputRepresentation_CpqBaseListOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_CpqBaseListOutputRepresentation_CpqBaseListOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_CpqBaseListOutputRepresentation_CpqBaseListOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_CpqBaseListOutputRepresentation_CpqBaseListOutputRepresentation, any>;
12
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
13
+ export default createResourceRequest;
@@ -0,0 +1,16 @@
1
+ import { SmartSelectionSearchInputRepresentation as types_SmartSelectionSearchInputRepresentation_SmartSelectionSearchInputRepresentation } from '../types/SmartSelectionSearchInputRepresentation';
2
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
3
+ import { SmartSelectionOutputRepresentation as types_SmartSelectionOutputRepresentation_SmartSelectionOutputRepresentation } from '../types/SmartSelectionOutputRepresentation';
4
+ export interface ResourceRequestConfig {
5
+ body: {
6
+ chatContextId?: string;
7
+ maxToken?: number;
8
+ temperature?: number;
9
+ searchParams?: types_SmartSelectionSearchInputRepresentation_SmartSelectionSearchInputRepresentation;
10
+ };
11
+ }
12
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
13
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SmartSelectionOutputRepresentation_SmartSelectionOutputRepresentation): void;
14
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SmartSelectionOutputRepresentation_SmartSelectionOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SmartSelectionOutputRepresentation_SmartSelectionOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SmartSelectionOutputRepresentation_SmartSelectionOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SmartSelectionOutputRepresentation_SmartSelectionOutputRepresentation, any>;
15
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
16
+ export default createResourceRequest;
@@ -0,0 +1,17 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
+ import { UpdateFavoriteOutputRepresentation as types_UpdateFavoriteOutputRepresentation_UpdateFavoriteOutputRepresentation } from '../types/UpdateFavoriteOutputRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ urlParams: {
5
+ id: string;
6
+ };
7
+ body: {
8
+ data: string;
9
+ description: string;
10
+ name: string;
11
+ };
12
+ }
13
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
14
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_UpdateFavoriteOutputRepresentation_UpdateFavoriteOutputRepresentation): void;
15
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_UpdateFavoriteOutputRepresentation_UpdateFavoriteOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_UpdateFavoriteOutputRepresentation_UpdateFavoriteOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_UpdateFavoriteOutputRepresentation_UpdateFavoriteOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_UpdateFavoriteOutputRepresentation_UpdateFavoriteOutputRepresentation, any>;
16
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
17
+ export default createResourceRequest;
@@ -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 = "f30c70c5da9ae3f3504560ea968dfe43";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: AdditionalFieldsOutputRepresentation, existing: AdditionalFieldsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AdditionalFieldsOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: AdditionalFieldsOutputRepresentationNormalized, incoming: AdditionalFieldsOutputRepresentationNormalized): 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: AdditionalFieldsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation for custom fields
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface AdditionalFieldsOutputRepresentationNormalized {
17
+ /** Api name of the custom field */
18
+ fieldApiName?: string;
19
+ /** Name of the custom field */
20
+ fieldName?: string;
21
+ /** Value of the custom field */
22
+ value?: string;
23
+ }
24
+ /**
25
+ * Output representation for custom fields
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface AdditionalFieldsOutputRepresentation {
31
+ fieldApiName?: string;
32
+ fieldName?: string;
33
+ value?: string;
34
+ }
@@ -0,0 +1,35 @@
1
+ import { CpqMessageOutputRepresentation as CpqMessageOutputRepresentation_CpqMessageOutputRepresentation } from './CpqMessageOutputRepresentation';
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 = "2927abd89d0e76012000aa604b583b6d";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ApiStatusOutputRepresentation, existing: ApiStatusOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ApiStatusOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ApiStatusOutputRepresentationNormalized, incoming: ApiStatusOutputRepresentationNormalized): 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: ApiStatusOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * API Status Output Representation
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ApiStatusOutputRepresentationNormalized {
18
+ /** API status messages */
19
+ messages?: Array<CpqMessageOutputRepresentation_CpqMessageOutputRepresentation>;
20
+ /** Status Code */
21
+ statusCode: string;
22
+ /** Status Message - Display label for API status */
23
+ statusMessage?: string;
24
+ }
25
+ /**
26
+ * API Status Output Representation
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface ApiStatusOutputRepresentation {
32
+ messages?: Array<CpqMessageOutputRepresentation_CpqMessageOutputRepresentation>;
33
+ statusCode: string;
34
+ statusMessage?: string;
35
+ }
@@ -0,0 +1,50 @@
1
+ import { ProductAttributeOutputRepresentation as ProductAttributeOutputRepresentation_ProductAttributeOutputRepresentation } from './ProductAttributeOutputRepresentation';
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 = "63ca2614b6879bfb4df068438d7e78ec";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: AttributeCategoryOutputRepresentation, existing: AttributeCategoryOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AttributeCategoryOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: AttributeCategoryOutputRepresentationNormalized, incoming: AttributeCategoryOutputRepresentationNormalized): 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: AttributeCategoryOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Output Representation for AttributeCategory
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface AttributeCategoryOutputRepresentationNormalized {
18
+ /** Code of the attribute category */
19
+ code?: string;
20
+ /** Description of the attribute category */
21
+ description?: string;
22
+ /** Attribute code */
23
+ id?: string;
24
+ /** Name of the attribute category */
25
+ name?: string;
26
+ /** Attributes in this category */
27
+ records?: Array<ProductAttributeOutputRepresentation_ProductAttributeOutputRepresentation>;
28
+ /** Status of the attribute category */
29
+ status?: string;
30
+ /** Total Size of attributes in this category */
31
+ totalSize?: number;
32
+ /** Usage Type of the attribute category */
33
+ usageType?: string;
34
+ }
35
+ /**
36
+ * Output Representation for AttributeCategory
37
+ *
38
+ * Keys:
39
+ * (none)
40
+ */
41
+ export interface AttributeCategoryOutputRepresentation {
42
+ code?: string;
43
+ description?: string;
44
+ id?: string;
45
+ name?: string;
46
+ records?: Array<ProductAttributeOutputRepresentation_ProductAttributeOutputRepresentation>;
47
+ status?: string;
48
+ totalSize?: number;
49
+ usageType?: string;
50
+ }
@@ -0,0 +1,47 @@
1
+ import { AttributePickListValueOutputRepresentation as AttributePickListValueOutputRepresentation_AttributePickListValueOutputRepresentation } from './AttributePickListValueOutputRepresentation';
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 = "cef4f713a2e486855d50324a822053ff";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: AttributePickListOutputRepresentation, existing: AttributePickListOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AttributePickListOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: AttributePickListOutputRepresentationNormalized, incoming: AttributePickListOutputRepresentationNormalized): 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: AttributePickListOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Attribute picklist output representation
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface AttributePickListOutputRepresentationNormalized {
18
+ /** Code of attribute picklist */
19
+ code?: string;
20
+ /** DataType of attribute picklist */
21
+ dataType?: string;
22
+ /** Description of attribute picklist */
23
+ description?: string;
24
+ /** Id of attribute picklist */
25
+ id?: string;
26
+ /** Name of attribute picklist */
27
+ name?: string;
28
+ /** Status of attribute picklist - Active/InActive */
29
+ status?: string;
30
+ /** List of values of attribute picklist */
31
+ values?: Array<AttributePickListValueOutputRepresentation_AttributePickListValueOutputRepresentation>;
32
+ }
33
+ /**
34
+ * Attribute picklist output representation
35
+ *
36
+ * Keys:
37
+ * (none)
38
+ */
39
+ export interface AttributePickListOutputRepresentation {
40
+ code?: string;
41
+ dataType?: string;
42
+ description?: string;
43
+ id?: string;
44
+ name?: string;
45
+ status?: string;
46
+ values?: Array<AttributePickListValueOutputRepresentation_AttributePickListValueOutputRepresentation>;
47
+ }
@@ -0,0 +1,55 @@
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 = "c49b7c37c117b93f62b9696af8a68cdc";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: AttributePickListValueOutputRepresentation, existing: AttributePickListValueOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AttributePickListValueOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: AttributePickListValueOutputRepresentationNormalized, incoming: AttributePickListValueOutputRepresentationNormalized): 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: AttributePickListValueOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Attribute picklist value output representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface AttributePickListValueOutputRepresentationNormalized {
17
+ /** Code of attribute picklist value */
18
+ code?: string;
19
+ /** Description of attribute picklist value */
20
+ description?: string;
21
+ /** Display value of attribute picklist value */
22
+ displayValue?: string;
23
+ /** Id of attribute picklist value */
24
+ id?: string;
25
+ /** Is the attribute picklist value a boolean */
26
+ isBooleanValue?: boolean;
27
+ /** Label of attribute picklist value */
28
+ label?: string;
29
+ /** Name of attribute picklist value */
30
+ name?: string;
31
+ /** Sequence of attribute picklist value */
32
+ sequence?: number;
33
+ /** Status of attribute picklist value - Active/InActive */
34
+ status?: string;
35
+ /** Text value of the attribute picklist value */
36
+ textValue?: string;
37
+ }
38
+ /**
39
+ * Attribute picklist value output representation
40
+ *
41
+ * Keys:
42
+ * (none)
43
+ */
44
+ export interface AttributePickListValueOutputRepresentation {
45
+ code?: string;
46
+ description?: string;
47
+ displayValue?: string;
48
+ id?: string;
49
+ isBooleanValue?: boolean;
50
+ label?: string;
51
+ name?: string;
52
+ sequence?: number;
53
+ status?: string;
54
+ textValue?: string;
55
+ }
@@ -0,0 +1,65 @@
1
+ import { ProductDataInput as ProductDataInput_ProductDataInput } from './ProductDataInput';
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 = "92a29335987ea9fbec8b5fbcf56f5a35";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: BulkProductDetailsInput, existing: BulkProductDetailsInputNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): BulkProductDetailsInputNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: BulkProductDetailsInputNormalized, incoming: BulkProductDetailsInputNormalized): 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: BulkProductDetailsInput, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Input Representation for Bulk Product details.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface BulkProductDetailsInputNormalized {
18
+ /** Map of additional fields */
19
+ additionalFields?: {};
20
+ /** Id of the catalog. */
21
+ catalogId: string;
22
+ /** Context Definition Name */
23
+ contextDefinition?: string;
24
+ /** Context Mapping Name */
25
+ contextMapping?: string;
26
+ /** CorrelationId */
27
+ correlationId?: string;
28
+ /** Currency code for the prices */
29
+ currencyCode?: string;
30
+ /** Enable Pricing */
31
+ enablePricing?: boolean;
32
+ /** Enable Qualification */
33
+ enableQualification?: boolean;
34
+ /** Id of the price Book. */
35
+ priceBookId: string;
36
+ /** Pricing Procedure Name */
37
+ pricingProcedure?: string;
38
+ /** Individual Product Data */
39
+ productData: Array<ProductDataInput_ProductDataInput>;
40
+ /** Qualification Procedure Name */
41
+ qualificationProcedure?: string;
42
+ /** User context */
43
+ userContext: {};
44
+ }
45
+ /**
46
+ * Input Representation for Bulk Product details.
47
+ *
48
+ * Keys:
49
+ * (none)
50
+ */
51
+ export interface BulkProductDetailsInput {
52
+ additionalFields?: {};
53
+ catalogId: string;
54
+ contextDefinition?: string;
55
+ contextMapping?: string;
56
+ correlationId?: string;
57
+ currencyCode?: string;
58
+ enablePricing?: boolean;
59
+ enableQualification?: boolean;
60
+ priceBookId: string;
61
+ pricingProcedure?: string;
62
+ productData: Array<ProductDataInput_ProductDataInput>;
63
+ qualificationProcedure?: string;
64
+ userContext: {};
65
+ }
@@ -0,0 +1,60 @@
1
+ import { AttributeCategoryOutputRepresentation as AttributeCategoryOutputRepresentation_AttributeCategoryOutputRepresentation } from './AttributeCategoryOutputRepresentation';
2
+ import { ProductAttributeOutputRepresentation as ProductAttributeOutputRepresentation_ProductAttributeOutputRepresentation } from './ProductAttributeOutputRepresentation';
3
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
4
+ export declare const VERSION = "a59ef129f333de8bbfe140f39144b415";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: CartItemOutputRepresentation, existing: CartItemOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CartItemOutputRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: CartItemOutputRepresentationNormalized, incoming: CartItemOutputRepresentationNormalized): boolean;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CartItemOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Output Representation for Cart Item
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface CartItemOutputRepresentationNormalized {
19
+ /** Map of attribute categories for this Cart Item */
20
+ attributeCategories?: Array<AttributeCategoryOutputRepresentation_AttributeCategoryOutputRepresentation>;
21
+ /** List of non-categorized attributes for given cart Item */
22
+ attributes?: Array<ProductAttributeOutputRepresentation_ProductAttributeOutputRepresentation>;
23
+ /** Unique Id for Cart Item */
24
+ cartItemId?: string;
25
+ /** Display Name of Cart Item */
26
+ displayName?: string;
27
+ /** Name of the Cart Item */
28
+ name?: string;
29
+ /** Net unit Price for this Cart Item */
30
+ netUnitPrice?: number;
31
+ /** Price Water Fall for this Cart Item */
32
+ priceWaterFall?: string;
33
+ /** Product Code of product added to Cart */
34
+ productCode?: string;
35
+ /** Product Id of product added to Cart */
36
+ productId?: string;
37
+ /** Quantity of product added to Cart */
38
+ quantity?: number;
39
+ /** Unit price for this Cart Item */
40
+ unitPrice?: number;
41
+ }
42
+ /**
43
+ * Output Representation for Cart Item
44
+ *
45
+ * Keys:
46
+ * (none)
47
+ */
48
+ export interface CartItemOutputRepresentation {
49
+ attributeCategories?: Array<AttributeCategoryOutputRepresentation_AttributeCategoryOutputRepresentation>;
50
+ attributes?: Array<ProductAttributeOutputRepresentation_ProductAttributeOutputRepresentation>;
51
+ cartItemId?: string;
52
+ displayName?: string;
53
+ name?: string;
54
+ netUnitPrice?: number;
55
+ priceWaterFall?: string;
56
+ productCode?: string;
57
+ productId?: string;
58
+ quantity?: number;
59
+ unitPrice?: number;
60
+ }
@@ -0,0 +1,32 @@
1
+ import { CartItemOutputRepresentation as CartItemOutputRepresentation_CartItemOutputRepresentation } from './CartItemOutputRepresentation';
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 = "dbbe0e43dcf8f1d5334798bb12acca37";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: CartItemsOutputRepresentation, existing: CartItemsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CartItemsOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: CartItemsOutputRepresentationNormalized, incoming: CartItemsOutputRepresentationNormalized): 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: CartItemsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Output Representation for CartItems
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface CartItemsOutputRepresentationNormalized {
18
+ /** List of cart items available in cart */
19
+ records?: Array<CartItemOutputRepresentation_CartItemOutputRepresentation>;
20
+ /** Count of cart items available in cart */
21
+ totalSize?: number;
22
+ }
23
+ /**
24
+ * Output Representation for CartItems
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface CartItemsOutputRepresentation {
30
+ records?: Array<CartItemOutputRepresentation_CartItemOutputRepresentation>;
31
+ totalSize?: number;
32
+ }
@@ -0,0 +1,46 @@
1
+ import { ApiStatusOutputRepresentation as ApiStatusOutputRepresentation_ApiStatusOutputRepresentation } from './ApiStatusOutputRepresentation';
2
+ import { PricingTotalOutputRepresentation as PricingTotalOutputRepresentation_PricingTotalOutputRepresentation } from './PricingTotalOutputRepresentation';
3
+ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
4
+ export declare const TTL = 1000;
5
+ export declare const VERSION = "b1e28ba15f534459065f2870a9dc703d";
6
+ export declare function validate(obj: any, path?: string): TypeError | null;
7
+ export declare const RepresentationType: string;
8
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
9
+ message: string;
10
+ }
11
+ export type CartPricingTotalOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
12
+ export type PartialCartPricingTotalOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
13
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
14
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): CartPricingTotalOutputRepresentationNormalizedKeyMetadata;
15
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: CartPricingTotalOutputRepresentation): string;
16
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: CartPricingTotalOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
17
+ export declare function normalize(input: CartPricingTotalOutputRepresentation, existing: CartPricingTotalOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CartPricingTotalOutputRepresentationNormalized;
18
+ export declare const select: () => $64$luvio_engine_BaseFragment;
19
+ export declare function equals(existing: CartPricingTotalOutputRepresentationNormalized, incoming: CartPricingTotalOutputRepresentationNormalized): boolean;
20
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
21
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CartPricingTotalOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
22
+ /**
23
+ * Cart Pricing total output representation
24
+ *
25
+ * Keys:
26
+ * message (string): apiStatus.statusCode
27
+ */
28
+ export interface CartPricingTotalOutputRepresentationNormalized {
29
+ /** API Status */
30
+ apiStatus: ApiStatusOutputRepresentation_ApiStatusOutputRepresentation;
31
+ /** Id of the cart for which pricing was run */
32
+ cartId?: string;
33
+ /** List of price totals of different types in cart */
34
+ cartPricingTotals?: Array<PricingTotalOutputRepresentation_PricingTotalOutputRepresentation>;
35
+ }
36
+ /**
37
+ * Cart Pricing total output representation
38
+ *
39
+ * Keys:
40
+ * message (string): apiStatus.statusCode
41
+ */
42
+ export interface CartPricingTotalOutputRepresentation {
43
+ apiStatus: ApiStatusOutputRepresentation_ApiStatusOutputRepresentation;
44
+ cartId?: string;
45
+ cartPricingTotals?: Array<PricingTotalOutputRepresentation_PricingTotalOutputRepresentation>;
46
+ }
@@ -0,0 +1,63 @@
1
+ import { FilterInputRepresentation as FilterInputRepresentation_FilterInputRepresentation } from './FilterInputRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "2acea0f466edaafc2b96eb5d8cdab64f";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: CategoryDetailsInputRepresentation, existing: CategoryDetailsInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CategoryDetailsInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: CategoryDetailsInputRepresentationNormalized, incoming: CategoryDetailsInputRepresentationNormalized): 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: CategoryDetailsInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Input Representation for Category Details.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface CategoryDetailsInputRepresentationNormalized {
18
+ /** Additional Context Data */
19
+ additionalContextData?: unknown;
20
+ /** Id of the catalog. */
21
+ catalogId?: string;
22
+ /** Context Definition Name */
23
+ contextDefinition?: string;
24
+ /** Context Mapping Name */
25
+ contextMapping?: string;
26
+ /** CorrelationId */
27
+ correlationId?: string;
28
+ /** Key value pair of custom fields */
29
+ customFields?: Array<string>;
30
+ /** Enable Qualification */
31
+ enableQualification?: boolean;
32
+ /** Filter criteria */
33
+ filter?: FilterInputRepresentation_FilterInputRepresentation;
34
+ /** Qualification Procedure Name */
35
+ qualificationProcedure?: string;
36
+ /** Enable Promotion */
37
+ usePromotions?: boolean;
38
+ /** User context */
39
+ userContext?: {
40
+ [key: string]: unknown;
41
+ };
42
+ }
43
+ /**
44
+ * Input Representation for Category Details.
45
+ *
46
+ * Keys:
47
+ * (none)
48
+ */
49
+ export interface CategoryDetailsInputRepresentation {
50
+ additionalContextData?: unknown;
51
+ catalogId?: string;
52
+ contextDefinition?: string;
53
+ contextMapping?: string;
54
+ correlationId?: string;
55
+ customFields?: Array<string>;
56
+ enableQualification?: boolean;
57
+ filter?: FilterInputRepresentation_FilterInputRepresentation;
58
+ qualificationProcedure?: string;
59
+ usePromotions?: boolean;
60
+ userContext?: {
61
+ [key: string]: unknown;
62
+ };
63
+ }