@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,45 @@
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 = "2f20f99218d11f5ad756aff76b7a815e";
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 CpqBaseDetailsOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export type PartialCpqBaseDetailsOutputRepresentationNormalizedKeyMetadata = 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): CpqBaseDetailsOutputRepresentationNormalizedKeyMetadata;
14
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: CpqBaseDetailsOutputRepresentation): string;
15
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: CpqBaseDetailsOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
16
+ export declare function normalize(input: CpqBaseDetailsOutputRepresentation, existing: CpqBaseDetailsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CpqBaseDetailsOutputRepresentationNormalized;
17
+ export declare const select: () => $64$luvio_engine_BaseFragment;
18
+ export declare function equals(existing: CpqBaseDetailsOutputRepresentationNormalized, incoming: CpqBaseDetailsOutputRepresentationNormalized): 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: CpqBaseDetailsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
21
+ /**
22
+ * Base representation for details apis
23
+ *
24
+ * Keys:
25
+ * message (string): apiStatus.statusCode
26
+ */
27
+ export interface CpqBaseDetailsOutputRepresentationNormalized {
28
+ /** Api Status Object */
29
+ apiStatus: ApiStatusOutputRepresentation_ApiStatusOutputRepresentation;
30
+ /** CorrelationId */
31
+ correlationId?: string;
32
+ /** Result object */
33
+ result: {};
34
+ }
35
+ /**
36
+ * Base representation for details apis
37
+ *
38
+ * Keys:
39
+ * message (string): apiStatus.statusCode
40
+ */
41
+ export interface CpqBaseDetailsOutputRepresentation {
42
+ apiStatus: ApiStatusOutputRepresentation_ApiStatusOutputRepresentation;
43
+ correlationId?: string;
44
+ result: {};
45
+ }
@@ -0,0 +1,61 @@
1
+ import { ApiStatusOutputRepresentation as ApiStatusOutputRepresentation_ApiStatusOutputRepresentation } from './ApiStatusOutputRepresentation';
2
+ import { SearchProductsFacetRepresentation as SearchProductsFacetRepresentation_SearchProductsFacetRepresentation } from './SearchProductsFacetRepresentation';
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 = "4b7b85fac2d5af69b24fafa7375618f8";
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 CpqBaseListOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
12
+ export type PartialCpqBaseListOutputRepresentationNormalizedKeyMetadata = 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): CpqBaseListOutputRepresentationNormalizedKeyMetadata;
15
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: CpqBaseListOutputRepresentation): string;
16
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: CpqBaseListOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
17
+ export declare function normalize(input: CpqBaseListOutputRepresentation, existing: CpqBaseListOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CpqBaseListOutputRepresentationNormalized;
18
+ export declare const select: () => $64$luvio_engine_BaseFragment;
19
+ export declare function equals(existing: CpqBaseListOutputRepresentationNormalized, incoming: CpqBaseListOutputRepresentationNormalized): 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: CpqBaseListOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
22
+ /**
23
+ * Base representation for list apis
24
+ *
25
+ * Keys:
26
+ * message (string): apiStatus.statusCode
27
+ */
28
+ export interface CpqBaseListOutputRepresentationNormalized {
29
+ /** Api Status Object */
30
+ apiStatus: ApiStatusOutputRepresentation_ApiStatusOutputRepresentation;
31
+ /** CorrelationId */
32
+ correlationId?: string;
33
+ /** Facets object */
34
+ facets: Array<SearchProductsFacetRepresentation_SearchProductsFacetRepresentation>;
35
+ /** Limit */
36
+ limit?: number;
37
+ /** Offset */
38
+ offSet?: number;
39
+ /** Input Query Object */
40
+ query?: unknown;
41
+ /** Result object */
42
+ result: Array<{}>;
43
+ /** Totals */
44
+ total?: number;
45
+ }
46
+ /**
47
+ * Base representation for list apis
48
+ *
49
+ * Keys:
50
+ * message (string): apiStatus.statusCode
51
+ */
52
+ export interface CpqBaseListOutputRepresentation {
53
+ apiStatus: ApiStatusOutputRepresentation_ApiStatusOutputRepresentation;
54
+ correlationId?: string;
55
+ facets: Array<SearchProductsFacetRepresentation_SearchProductsFacetRepresentation>;
56
+ limit?: number;
57
+ offSet?: number;
58
+ query?: unknown;
59
+ result: Array<{}>;
60
+ total?: number;
61
+ }
@@ -0,0 +1,37 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "16ee7e6452adaa7a1a8e36a1238a4b85";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: CpqMessageOutputRepresentation, existing: CpqMessageOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CpqMessageOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: CpqMessageOutputRepresentationNormalized, incoming: CpqMessageOutputRepresentationNormalized): 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: CpqMessageOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation for apis message
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface CpqMessageOutputRepresentationNormalized {
17
+ /** Code specifying the type/cause of message */
18
+ code?: string;
19
+ /** Message detail contains any info needed other than message text */
20
+ detail?: string;
21
+ /** Message text */
22
+ message?: string;
23
+ /** Message Severity */
24
+ severity?: string;
25
+ }
26
+ /**
27
+ * Output representation for apis message
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface CpqMessageOutputRepresentation {
33
+ code?: string;
34
+ detail?: string;
35
+ message?: string;
36
+ severity?: string;
37
+ }
@@ -0,0 +1,48 @@
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 = "9e9e5ca8b078d6241dc535018d581aeb";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: CreateCartInputRepresentation, existing: CreateCartInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CreateCartInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: CreateCartInputRepresentationNormalized, incoming: CreateCartInputRepresentationNormalized): 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: CreateCartInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input Representation for Create Cart.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface CreateCartInputRepresentationNormalized {
17
+ /** CorrelationId */
18
+ correlationId?: string;
19
+ /** Key value pair of custom fields */
20
+ customFields?: {
21
+ [key: string]: string;
22
+ };
23
+ /** Cart Items to be added to cart */
24
+ productConfigurations?: Array<{}>;
25
+ /** Key value pair of cart header fields to be updated */
26
+ toBeUpdatedFields?: {
27
+ [key: string]: {};
28
+ };
29
+ /** User context in which cart would be created */
30
+ userContext?: {};
31
+ }
32
+ /**
33
+ * Input Representation for Create Cart.
34
+ *
35
+ * Keys:
36
+ * (none)
37
+ */
38
+ export interface CreateCartInputRepresentation {
39
+ correlationId?: string;
40
+ customFields?: {
41
+ [key: string]: string;
42
+ };
43
+ productConfigurations?: Array<{}>;
44
+ toBeUpdatedFields?: {
45
+ [key: string]: {};
46
+ };
47
+ userContext?: {};
48
+ }
@@ -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 = "e12bf6fd2f07e4c6fa2c40f699f9ab1d";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: CreateCartItemsInputRepresentation, existing: CreateCartItemsInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CreateCartItemsInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: CreateCartItemsInputRepresentationNormalized, incoming: CreateCartItemsInputRepresentationNormalized): 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: CreateCartItemsInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for the Connect API - CreateCartItems (Add to Cart) API.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface CreateCartItemsInputRepresentationNormalized {
17
+ /** CorrelationId */
18
+ correlationId?: string;
19
+ /** Products (with or without configuration) to be added to the cart. */
20
+ productConfigurations?: Array<{}>;
21
+ /** User context in which cart would be modified */
22
+ userContext?: {};
23
+ }
24
+ /**
25
+ * Input representation for the Connect API - CreateCartItems (Add to Cart) API.
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface CreateCartItemsInputRepresentation {
31
+ correlationId?: string;
32
+ productConfigurations?: Array<{}>;
33
+ userContext?: {};
34
+ }
@@ -0,0 +1,28 @@
1
+ import { CreateCartItemsInputRepresentation as CreateCartItemsInputRepresentation_CreateCartItemsInputRepresentation } from './CreateCartItemsInputRepresentation';
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 = "a2111f8d0f804285adf78e02fe4de69f";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: CreateCartItemsInputRepresentationWrapper, existing: CreateCartItemsInputRepresentationWrapperNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CreateCartItemsInputRepresentationWrapperNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: CreateCartItemsInputRepresentationWrapperNormalized, incoming: CreateCartItemsInputRepresentationWrapperNormalized): 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: CreateCartItemsInputRepresentationWrapper, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Create Cart Items Input Representation Wrapper
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface CreateCartItemsInputRepresentationWrapperNormalized {
18
+ requestBody: CreateCartItemsInputRepresentation_CreateCartItemsInputRepresentation;
19
+ }
20
+ /**
21
+ * Create Cart Items Input Representation Wrapper
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface CreateCartItemsInputRepresentationWrapper {
27
+ requestBody: CreateCartItemsInputRepresentation_CreateCartItemsInputRepresentation;
28
+ }
@@ -0,0 +1,42 @@
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 = "34153309b079451754e6d3fbf85bb8bd";
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 CreateCartItemsOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export type PartialCreateCartItemsOutputRepresentationNormalizedKeyMetadata = 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): CreateCartItemsOutputRepresentationNormalizedKeyMetadata;
14
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: CreateCartItemsOutputRepresentation): string;
15
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: CreateCartItemsOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
16
+ export declare function normalize(input: CreateCartItemsOutputRepresentation, existing: CreateCartItemsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CreateCartItemsOutputRepresentationNormalized;
17
+ export declare const select: () => $64$luvio_engine_BaseFragment;
18
+ export declare function equals(existing: CreateCartItemsOutputRepresentationNormalized, incoming: CreateCartItemsOutputRepresentationNormalized): 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: CreateCartItemsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
21
+ /**
22
+ * Output representation for the Connect API - CreateCartItems (Add to Cart) API.
23
+ *
24
+ * Keys:
25
+ * message (string): apiStatus.statusCode
26
+ */
27
+ export interface CreateCartItemsOutputRepresentationNormalized {
28
+ /** API Status */
29
+ apiStatus: ApiStatusOutputRepresentation_ApiStatusOutputRepresentation;
30
+ /** Cart Identifier */
31
+ cartId?: string;
32
+ }
33
+ /**
34
+ * Output representation for the Connect API - CreateCartItems (Add to Cart) API.
35
+ *
36
+ * Keys:
37
+ * message (string): apiStatus.statusCode
38
+ */
39
+ export interface CreateCartItemsOutputRepresentation {
40
+ apiStatus: ApiStatusOutputRepresentation_ApiStatusOutputRepresentation;
41
+ cartId?: string;
42
+ }
@@ -0,0 +1,42 @@
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 = "1f730145ab6b9f6b4d070b5eade57b4c";
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 CreateCartOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export type PartialCreateCartOutputRepresentationNormalizedKeyMetadata = 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): CreateCartOutputRepresentationNormalizedKeyMetadata;
14
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: CreateCartOutputRepresentation): string;
15
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: CreateCartOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
16
+ export declare function normalize(input: CreateCartOutputRepresentation, existing: CreateCartOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CreateCartOutputRepresentationNormalized;
17
+ export declare const select: () => $64$luvio_engine_BaseFragment;
18
+ export declare function equals(existing: CreateCartOutputRepresentationNormalized, incoming: CreateCartOutputRepresentationNormalized): 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: CreateCartOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
21
+ /**
22
+ * Output Representation for Create Cart
23
+ *
24
+ * Keys:
25
+ * message (string): apiStatus.statusCode
26
+ */
27
+ export interface CreateCartOutputRepresentationNormalized {
28
+ /** API Status */
29
+ apiStatus: ApiStatusOutputRepresentation_ApiStatusOutputRepresentation;
30
+ /** Cart Identifier */
31
+ cartId?: string;
32
+ }
33
+ /**
34
+ * Output Representation for Create Cart
35
+ *
36
+ * Keys:
37
+ * message (string): apiStatus.statusCode
38
+ */
39
+ export interface CreateCartOutputRepresentation {
40
+ apiStatus: ApiStatusOutputRepresentation_ApiStatusOutputRepresentation;
41
+ cartId?: string;
42
+ }
@@ -0,0 +1,28 @@
1
+ import { CreateCartInputRepresentation as CreateCartInputRepresentation_CreateCartInputRepresentation } from './CreateCartInputRepresentation';
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 = "3a9c47d2ba06c2735b9ec07c38da4654";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: CreateCartRequestWrapper, existing: CreateCartRequestWrapperNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CreateCartRequestWrapperNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: CreateCartRequestWrapperNormalized, incoming: CreateCartRequestWrapperNormalized): 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: CreateCartRequestWrapper, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Wrapper for Create Cart API
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface CreateCartRequestWrapperNormalized {
18
+ createCartRequestPayload: CreateCartInputRepresentation_CreateCartInputRepresentation;
19
+ }
20
+ /**
21
+ * Wrapper for Create Cart API
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface CreateCartRequestWrapper {
27
+ createCartRequestPayload: CreateCartInputRepresentation_CreateCartInputRepresentation;
28
+ }
@@ -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 = "09d50a26bf62c8269bab20d873985dd0";
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 CreateFavoriteOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export type PartialCreateFavoriteOutputRepresentationNormalizedKeyMetadata = 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): CreateFavoriteOutputRepresentationNormalizedKeyMetadata;
13
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: CreateFavoriteOutputRepresentation): string;
14
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: CreateFavoriteOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function normalize(input: CreateFavoriteOutputRepresentation, existing: CreateFavoriteOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CreateFavoriteOutputRepresentationNormalized;
16
+ export declare const select: () => $64$luvio_engine_BaseFragment;
17
+ export declare function equals(existing: CreateFavoriteOutputRepresentationNormalized, incoming: CreateFavoriteOutputRepresentationNormalized): 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: CreateFavoriteOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
20
+ /**
21
+ * Create Favorite Output Representation
22
+ *
23
+ * Keys:
24
+ * id (string): id
25
+ */
26
+ export interface CreateFavoriteOutputRepresentationNormalized {
27
+ /** List of Errors */
28
+ errors: Array<{}>;
29
+ /** favorite id */
30
+ id: string;
31
+ }
32
+ /**
33
+ * Create Favorite Output Representation
34
+ *
35
+ * Keys:
36
+ * id (string): id
37
+ */
38
+ export interface CreateFavoriteOutputRepresentation {
39
+ errors: Array<{}>;
40
+ id: string;
41
+ }
@@ -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 = "52479c73fb46ffbebf74b9ff9fd4d4bc";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: FacetValueRepresentation, existing: FacetValueRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FacetValueRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: FacetValueRepresentationNormalized, incoming: FacetValueRepresentationNormalized): 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: FacetValueRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Search Products Facet Value Representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface FacetValueRepresentationNormalized {
17
+ /** Display Name of the facet value */
18
+ displayName?: string;
19
+ /** ID or internal name of the facet value */
20
+ nameOrId?: string;
21
+ }
22
+ /**
23
+ * Search Products Facet Value Representation
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface FacetValueRepresentation {
29
+ displayName?: string;
30
+ nameOrId?: string;
31
+ }
@@ -0,0 +1,37 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "f9f605721c13227bda4502c6b7c1a220";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: FavoriteInputRepresentation, existing: FavoriteInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FavoriteInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: FavoriteInputRepresentationNormalized, incoming: FavoriteInputRepresentationNormalized): 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: FavoriteInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Favorite Input Representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface FavoriteInputRepresentationNormalized {
17
+ /** data */
18
+ data: string;
19
+ /** description */
20
+ description: string;
21
+ /** name */
22
+ name: string;
23
+ /** referenceRecordId */
24
+ referenceRecordId: string;
25
+ }
26
+ /**
27
+ * Favorite Input Representation
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface FavoriteInputRepresentation {
33
+ data: string;
34
+ description: string;
35
+ name: string;
36
+ referenceRecordId: string;
37
+ }
@@ -0,0 +1,36 @@
1
+ import { FavoriteOutputRepresenation as FavoriteOutputRepresenation_FavoriteOutputRepresenation } from './FavoriteOutputRepresenation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const TTL = 1000;
4
+ export declare const VERSION = "c521dd2b17ea5e623d9df6f96e19e180";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: FavoriteListOutputRepresenation, existing: FavoriteListOutputRepresenationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FavoriteListOutputRepresenationNormalized;
8
+ export declare const select: () => $64$luvio_engine_BaseFragment;
9
+ export declare function equals(existing: FavoriteListOutputRepresenationNormalized, incoming: FavoriteListOutputRepresenationNormalized): 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: FavoriteListOutputRepresenation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Favorite List Output Representation
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface FavoriteListOutputRepresenationNormalized {
19
+ /** List of Errors */
20
+ errors: Array<{}>;
21
+ /** list of favorites */
22
+ savedConfigurations: Array<$64$luvio_engine_StoreLink>;
23
+ /** success */
24
+ success: boolean;
25
+ }
26
+ /**
27
+ * Favorite List Output Representation
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface FavoriteListOutputRepresenation {
33
+ errors: Array<{}>;
34
+ savedConfigurations: Array<FavoriteOutputRepresenation_FavoriteOutputRepresenation>;
35
+ success: boolean;
36
+ }
@@ -0,0 +1,50 @@
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 = "6bce26088e4b8564d9ee7c02403d414b";
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 FavoriteOutputRepresenationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export type PartialFavoriteOutputRepresenationNormalizedKeyMetadata = 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): FavoriteOutputRepresenationNormalizedKeyMetadata;
13
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: FavoriteOutputRepresenation): string;
14
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: FavoriteOutputRepresenation): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function normalize(input: FavoriteOutputRepresenation, existing: FavoriteOutputRepresenationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FavoriteOutputRepresenationNormalized;
16
+ export declare const select: () => $64$luvio_engine_BaseFragment;
17
+ export declare function equals(existing: FavoriteOutputRepresenationNormalized, incoming: FavoriteOutputRepresenationNormalized): 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: FavoriteOutputRepresenation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
20
+ /**
21
+ * Favorite Output Representation
22
+ *
23
+ * Keys:
24
+ * id (string): id
25
+ */
26
+ export interface FavoriteOutputRepresenationNormalized {
27
+ /** favorite data */
28
+ data: string;
29
+ /** favorite description */
30
+ description: string;
31
+ /** favorite id */
32
+ id: string;
33
+ /** favorite name */
34
+ name: string;
35
+ /** favorite referenceRecordId */
36
+ referenceRecordId: string;
37
+ }
38
+ /**
39
+ * Favorite Output Representation
40
+ *
41
+ * Keys:
42
+ * id (string): id
43
+ */
44
+ export interface FavoriteOutputRepresenation {
45
+ data: string;
46
+ description: string;
47
+ id: string;
48
+ name: string;
49
+ referenceRecordId: string;
50
+ }
@@ -0,0 +1,37 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "cafb10e1389dca556481d5e93db54a57";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: FilterCriteriaInputRepresentation, existing: FilterCriteriaInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FilterCriteriaInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: FilterCriteriaInputRepresentationNormalized, incoming: FilterCriteriaInputRepresentationNormalized): 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: FilterCriteriaInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input Representation for Filter Criteria
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface FilterCriteriaInputRepresentationNormalized {
17
+ /** attributeType */
18
+ attributeType?: string;
19
+ /** operator */
20
+ operator: string;
21
+ /** property */
22
+ property: string;
23
+ /** value */
24
+ value: unknown;
25
+ }
26
+ /**
27
+ * Input Representation for Filter Criteria
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface FilterCriteriaInputRepresentation {
33
+ attributeType?: string;
34
+ operator: string;
35
+ property: string;
36
+ value: unknown;
37
+ }