@faststore/core 3.44.2 → 3.46.0

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 (317) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/build-manifest.json +122 -57
  3. package/.next/cache/.tsbuildinfo +1 -1
  4. package/.next/cache/config.json +3 -3
  5. package/.next/cache/webpack/client-production/0.pack +0 -0
  6. package/.next/cache/webpack/client-production/index.pack +0 -0
  7. package/.next/cache/webpack/server-production/0.pack +0 -0
  8. package/.next/cache/webpack/server-production/index.pack +0 -0
  9. package/.next/prerender-manifest.js +1 -1
  10. package/.next/prerender-manifest.json +1 -1
  11. package/.next/react-loadable-manifest.json +65 -73
  12. package/.next/routes-manifest.json +1 -1
  13. package/.next/server/chunks/129.js +1 -0
  14. package/.next/server/chunks/1506.js +1 -1
  15. package/.next/server/chunks/1999.js +1 -0
  16. package/.next/server/chunks/2091.js +1 -0
  17. package/.next/server/chunks/2230.js +1 -0
  18. package/.next/server/chunks/2773.js +1 -0
  19. package/.next/server/chunks/2880.js +1 -1
  20. package/.next/server/chunks/3006.js +1 -0
  21. package/.next/server/chunks/4289.js +2 -2
  22. package/.next/server/chunks/4559.js +16 -3
  23. package/.next/server/chunks/4746.js +1 -1
  24. package/.next/server/chunks/5636.js +2 -0
  25. package/.next/server/chunks/5772.js +1 -0
  26. package/.next/server/chunks/6594.js +1 -1
  27. package/.next/server/chunks/674.js +1 -1
  28. package/.next/server/chunks/7228.js +1 -1
  29. package/.next/server/chunks/8038.js +1 -0
  30. package/.next/server/chunks/804.js +1 -1
  31. package/.next/server/chunks/8307.js +1 -0
  32. package/.next/server/chunks/831.js +1 -1
  33. package/.next/server/chunks/8562.js +1 -1
  34. package/.next/server/chunks/8646.js +1 -1
  35. package/.next/server/chunks/9559.js +9 -0
  36. package/.next/server/chunks/9664.js +1 -0
  37. package/.next/server/chunks/UIBannerText.js +1 -1
  38. package/.next/server/functions-config-manifest.json +1 -1
  39. package/.next/server/middleware-build-manifest.js +1 -1
  40. package/.next/server/middleware-react-loadable-manifest.js +1 -1
  41. package/.next/server/pages/404.js +1 -1
  42. package/.next/server/pages/404.js.nft.json +1 -1
  43. package/.next/server/pages/500.js +1 -1
  44. package/.next/server/pages/500.js.nft.json +1 -1
  45. package/.next/server/pages/[...slug].js +1 -1
  46. package/.next/server/pages/[...slug].js.nft.json +1 -1
  47. package/.next/server/pages/[slug]/p.js +1 -1
  48. package/.next/server/pages/[slug]/p.js.nft.json +1 -1
  49. package/.next/server/pages/_app.js.nft.json +1 -1
  50. package/.next/server/pages/_document.js.nft.json +1 -1
  51. package/.next/server/pages/_error.js.nft.json +1 -1
  52. package/.next/server/pages/account/403.js +1 -0
  53. package/.next/server/pages/account/403.js.nft.json +1 -0
  54. package/.next/server/pages/account/404.js +1 -0
  55. package/.next/server/pages/account/404.js.nft.json +1 -0
  56. package/.next/server/pages/account/[...unknown].js +1 -0
  57. package/.next/server/pages/account/[...unknown].js.nft.json +1 -0
  58. package/.next/server/pages/account/orders/[id].js +1 -0
  59. package/.next/server/pages/account/orders/[id].js.nft.json +1 -0
  60. package/.next/server/pages/account/orders.js +1 -0
  61. package/.next/server/pages/account/orders.js.nft.json +1 -0
  62. package/.next/server/pages/account/profile.js +1 -1
  63. package/.next/server/pages/account/profile.js.nft.json +1 -1
  64. package/.next/server/pages/account/security.js +1 -0
  65. package/.next/server/pages/account/security.js.nft.json +1 -0
  66. package/.next/server/pages/account/user-details.js +1 -0
  67. package/.next/server/pages/account/user-details.js.nft.json +1 -0
  68. package/.next/server/pages/account.js +1 -1
  69. package/.next/server/pages/account.js.nft.json +1 -1
  70. package/.next/server/pages/api/graphql.js +2 -2
  71. package/.next/server/pages/api/graphql.js.nft.json +1 -1
  72. package/.next/server/pages/api/health/live.js.nft.json +1 -1
  73. package/.next/server/pages/api/health/ready.js.nft.json +1 -1
  74. package/.next/server/pages/api/preview.js.nft.json +1 -1
  75. package/.next/server/pages/checkout.js +1 -1
  76. package/.next/server/pages/checkout.js.nft.json +1 -1
  77. package/.next/server/pages/en-US/404.html +2 -2
  78. package/.next/server/pages/en-US/500.html +2 -2
  79. package/.next/server/pages/en-US/account/403.html +28 -0
  80. package/.next/server/pages/en-US/account/403.json +1 -0
  81. package/.next/server/pages/en-US/account/404.html +28 -0
  82. package/.next/server/pages/en-US/account/404.json +1 -0
  83. package/.next/server/pages/en-US/checkout.html +2 -2
  84. package/.next/server/pages/en-US/login.html +2 -2
  85. package/.next/server/pages/en-US/s.html +2 -2
  86. package/.next/server/pages/en-US.html +2 -2
  87. package/.next/server/pages/index.js +1 -1
  88. package/.next/server/pages/index.js.nft.json +1 -1
  89. package/.next/server/pages/login.js +1 -1
  90. package/.next/server/pages/login.js.nft.json +1 -1
  91. package/.next/server/pages/s.js +1 -1
  92. package/.next/server/pages/s.js.nft.json +1 -1
  93. package/.next/server/pages-manifest.json +1 -1
  94. package/.next/static/chunks/4349-e6912711a345e5b6.js +1 -0
  95. package/.next/static/chunks/4625-a77d5db94b3a2b8f.js +1 -0
  96. package/.next/static/chunks/4746.f94ab461c31311bb.js +1 -0
  97. package/.next/static/chunks/4774.0450cb0efbfe76f4.js +1 -0
  98. package/.next/static/chunks/5836.92639eae2107d7af.js +1 -0
  99. package/.next/static/chunks/630.a3bf6c7cd8c945e1.js +6 -0
  100. package/.next/static/chunks/6335-1380989b5cc84425.js +1 -0
  101. package/.next/static/chunks/{2004.a778e11dd3802b72.js → 6410.bd3fa399df59cc80.js} +1 -1
  102. package/.next/static/chunks/6536.be112cd4a3efe253.js +1 -0
  103. package/.next/static/chunks/6867.27c1cb57ed76dd02.js +1 -0
  104. package/.next/static/chunks/7498-9b4ed9d4a65914cc.js +1 -0
  105. package/.next/static/chunks/7959.df78bb2e81b8d29c.js +1 -0
  106. package/.next/static/chunks/{9.89f24163370f3a22.js → 9.1db9e34673fbd5c9.js} +1 -1
  107. package/.next/static/chunks/9540.19d844fec8517602.js +1 -0
  108. package/.next/static/chunks/{1418-e86227bcf9a5d486.js → 9770-6f30493e3f7ab51b.js} +3 -3
  109. package/.next/static/chunks/BannerNewsletter.3031c9944928c34a.js +1 -0
  110. package/.next/static/chunks/BannerText.ca4ae220fed6bdd6.js +1 -0
  111. package/.next/static/chunks/CartSidebar.3d23093834f2c79a.js +1 -0
  112. package/.next/static/chunks/{Dropdown.7fe839c5ffce4687.js → Dropdown.534482865327310f.js} +1 -1
  113. package/.next/static/chunks/{DropdownButton.3991a37657e1d194.js → DropdownButton.90e7cb14e5866e74.js} +1 -1
  114. package/.next/static/chunks/{DropdownItem.0b3c39f881ca0832.js → DropdownItem.e74df13f69f8c3aa.js} +1 -1
  115. package/.next/static/chunks/{DropdownMenu.943b2d11ffa50ff6.js → DropdownMenu.56cde48e9fbbefe5.js} +1 -1
  116. package/.next/static/chunks/{Footer.1f83637df0884013.js → Footer.4bb5645e731073e7.js} +1 -1
  117. package/.next/static/chunks/Newsletter.f87cd1eca34af5e1.js +1 -0
  118. package/.next/static/chunks/ProductShelf.9b64813b3d1f4c9a.js +1 -0
  119. package/.next/static/chunks/ProductTiles.ebf02b46a32f5a53.js +1 -0
  120. package/.next/static/chunks/RegionModal.cdf4facd086a88e0.js +1 -0
  121. package/.next/static/chunks/Toast.fbfeced8149ed940.js +1 -0
  122. package/.next/static/chunks/{UIBannerText.45cf608e46cde628.js → UIBannerText.ef0582cb5cb01720.js} +1 -1
  123. package/.next/static/chunks/UISKUMatrixSidebar.64a50464062c77e9.js +1 -0
  124. package/.next/static/chunks/UIToast.22fea5cca8ee2b21.js +1 -0
  125. package/.next/static/chunks/pages/{404-6300c433469b7262.js → 404-e89b928faf6b9125.js} +1 -1
  126. package/.next/static/chunks/pages/{500-2d1dd344c8a8827f.js → 500-604704ba70e1e80a.js} +1 -1
  127. package/.next/static/chunks/pages/[...slug]-f80d7d8c8c7948a4.js +1 -0
  128. package/.next/static/chunks/pages/[slug]/p-748d6a1dbe59a2c8.js +1 -0
  129. package/.next/static/chunks/pages/_app-e5a4d3ef47f1b5c3.js +1 -0
  130. package/.next/static/chunks/pages/account/403-e4e6145815eeef01.js +1 -0
  131. package/.next/static/chunks/pages/account/404-ecfebfad41d655e9.js +1 -0
  132. package/.next/static/chunks/pages/account/[...unknown]-b233f92b64bd80cb.js +1 -0
  133. package/.next/static/chunks/pages/account/orders/[id]-8ab11c6c528911e9.js +1 -0
  134. package/.next/static/chunks/pages/account/orders-41bc5ef76c592a64.js +1 -0
  135. package/.next/static/chunks/pages/account/profile-2f501aabce910508.js +1 -0
  136. package/.next/static/chunks/pages/account/security-10e9e41318110950.js +1 -0
  137. package/.next/static/chunks/pages/account/user-details-5a7f30c290c25ec9.js +1 -0
  138. package/.next/static/chunks/pages/{checkout-93b647fc45454d97.js → checkout-cf3d3c3669a5e50b.js} +1 -1
  139. package/.next/static/chunks/pages/{index-07bc320fc045538c.js → index-e79b4e1ce52a8ea0.js} +1 -1
  140. package/.next/static/chunks/pages/{login-2454f1cd309c27d2.js → login-013b1f7a2b4bb9e0.js} +1 -1
  141. package/.next/static/chunks/pages/s-deeb7a0bdb02aaa9.js +1 -0
  142. package/.next/static/chunks/webpack-889c9cccd383a436.js +1 -0
  143. package/.next/static/css/2557aa3eaecf6ef0.css +1 -0
  144. package/.next/static/css/{b8945ac5f5327c34.css → 25ded555cb9a704f.css} +1 -1
  145. package/.next/static/css/5347dbc8b71de47d.css +1 -0
  146. package/.next/static/css/84d35f475d0dc928.css +1 -0
  147. package/.next/static/css/9d1abf05f9ffaf8f.css +1 -0
  148. package/.next/static/css/b7bba8fce075688b.css +1 -0
  149. package/.next/static/ptJ56QsnBqlWtpbKOLiri/_buildManifest.js +1 -0
  150. package/.next/static/ptJ56QsnBqlWtpbKOLiri/_ssgManifest.js +1 -0
  151. package/.next/trace +129 -112
  152. package/.turbo/turbo-build.log +40 -30
  153. package/.turbo/turbo-test.log +5 -5
  154. package/@generated/gql.ts +34 -2
  155. package/@generated/graphql.ts +1569 -2
  156. package/@generated/persisted-documents.json +4 -1
  157. package/@generated/schema.graphql +750 -0
  158. package/CHANGELOG.md +12 -0
  159. package/discovery.config.default.js +1 -1
  160. package/package.json +7 -8
  161. package/public/icons.svg +106 -0
  162. package/src/components/account/MyAccountDrawer/OrganizationDrawer/OrganizationDrawer.tsx +68 -0
  163. package/src/components/account/MyAccountDrawer/OrganizationDrawer/OrganizationDrawerBody.tsx +21 -0
  164. package/src/components/account/MyAccountDrawer/OrganizationDrawer/OrganizationDrawerHeader.tsx +39 -0
  165. package/src/components/account/MyAccountDrawer/OrganizationDrawer/index.ts +3 -0
  166. package/src/components/account/MyAccountDrawer/OrganizationDrawer/section.module.scss +125 -0
  167. package/src/components/account/MyAccountDrawer/OrganizationSignInButton/OrganizationSignInButton.tsx +50 -0
  168. package/src/components/account/MyAccountDrawer/OrganizationSignInButton/index.ts +1 -0
  169. package/src/components/account/MyAccountDrawer/ProfileSummary/ProfileSummary.tsx +69 -0
  170. package/src/components/account/MyAccountDrawer/ProfileSummary/profile-summary.scss +128 -0
  171. package/src/components/account/MyAccountLayout/MyAccountLayout.tsx +2 -2
  172. package/src/components/account/MyAccountLayout/styles.scss +8 -4
  173. package/src/components/account/MyAccountMenu/styles.scss +3 -2
  174. package/src/components/account/components/BottomSheet/BottomSheet.tsx +58 -0
  175. package/src/components/account/components/BottomSheet/styles.scss +35 -0
  176. package/src/components/account/components/MyAccountAccordion/MyAccountAccordion.tsx +13 -0
  177. package/src/components/account/components/MyAccountAccordion/MyAccountAccordionButton.tsx +35 -0
  178. package/src/components/account/components/MyAccountAccordion/MyAccountAccordionItem.tsx +21 -0
  179. package/src/components/account/components/MyAccountAccordion/MyAccountAccordionPanel.tsx +16 -0
  180. package/src/components/account/components/MyAccountAccordion/index.ts +4 -0
  181. package/src/components/account/components/MyAccountAccordion/styles.scss +88 -0
  182. package/src/components/account/components/MyAccountCard/MyAccountCard.tsx +13 -0
  183. package/src/components/account/components/MyAccountCard/index.ts +1 -0
  184. package/src/components/account/components/MyAccountCard/styles.scss +23 -0
  185. package/src/components/account/components/MyAccountStatusBadge/MyAccountStatusBadge.tsx +28 -0
  186. package/src/components/account/components/MyAccountStatusBadge/index.ts +1 -0
  187. package/src/components/account/components/MyAccountStatusBadge/styles.scss +54 -0
  188. package/src/components/account/orders/MyAccountListOrders/MyAccountFilterSlider/MyAccountFilterFacetDateRange/MyAccountFilterFacetDateRange.tsx +113 -0
  189. package/src/components/account/orders/MyAccountListOrders/MyAccountFilterSlider/MyAccountFilterFacetDateRange/index.ts +2 -0
  190. package/src/components/account/orders/MyAccountListOrders/MyAccountFilterSlider/MyAccountFilterFacetDateRange/styles.scss +43 -0
  191. package/src/components/account/orders/MyAccountListOrders/MyAccountFilterSlider/MyAccountFilterSlider.tsx +209 -0
  192. package/src/components/account/orders/MyAccountListOrders/MyAccountFilterSlider/index.ts +1 -0
  193. package/src/components/account/orders/MyAccountListOrders/MyAccountFilterSlider/section.module.scss +24 -0
  194. package/src/components/account/orders/MyAccountListOrders/MyAccountListOrders.tsx +296 -0
  195. package/src/components/account/orders/MyAccountListOrders/MyAccountListOrdersEmptyState/MyAccountListOrdersEmptyState.tsx +20 -0
  196. package/src/components/account/orders/MyAccountListOrders/MyAccountListOrdersEmptyState/index.ts +1 -0
  197. package/src/components/account/orders/MyAccountListOrders/MyAccountListOrdersEmptyState/styles.scss +43 -0
  198. package/src/components/account/orders/MyAccountListOrders/MyAccountListOrdersTable/MyAccountListOrdersTable.tsx +210 -0
  199. package/src/components/account/orders/MyAccountListOrders/MyAccountListOrdersTable/index.ts +1 -0
  200. package/src/components/account/orders/MyAccountListOrders/MyAccountListOrdersTable/styles.scss +153 -0
  201. package/src/components/account/orders/MyAccountListOrders/MyAccountSelectedTags/MyAccountSelectedTags.tsx +119 -0
  202. package/src/components/account/orders/MyAccountListOrders/MyAccountSelectedTags/index.ts +1 -0
  203. package/src/components/account/orders/MyAccountListOrders/MyAccountSelectedTags/styles.scss +69 -0
  204. package/src/components/account/orders/MyAccountListOrders/index.ts +1 -0
  205. package/src/components/account/orders/MyAccountListOrders/styles.module.scss +100 -0
  206. package/src/components/account/orders/MyAccountOrderDetails/MyAccountDeliveryCard/MyAccountDeliveryCard.tsx +47 -0
  207. package/src/components/account/orders/MyAccountOrderDetails/MyAccountDeliveryCard/index.ts +1 -0
  208. package/src/components/account/orders/MyAccountOrderDetails/MyAccountDeliveryCard/styles.scss +44 -0
  209. package/src/components/account/orders/MyAccountOrderDetails/MyAccountDeliveryOptionAccordion/MyAccountDeliveryOptionAccordion.tsx +93 -0
  210. package/src/components/account/orders/MyAccountOrderDetails/MyAccountDeliveryOptionAccordion/MyAccountDeliveryOptionAccordionDeliveryInfo.tsx +86 -0
  211. package/src/components/account/orders/MyAccountOrderDetails/MyAccountDeliveryOptionAccordion/MyAccountDeliveryOptionAccordionProducts.tsx +74 -0
  212. package/src/components/account/orders/MyAccountOrderDetails/MyAccountDeliveryOptionAccordion/index.ts +6 -0
  213. package/src/components/account/orders/MyAccountOrderDetails/MyAccountDeliveryOptionAccordion/styles.scss +193 -0
  214. package/src/components/account/orders/MyAccountOrderDetails/MyAccountMoreInformationCard/MyAccountMoreInformationCard.tsx +31 -0
  215. package/src/components/account/orders/MyAccountOrderDetails/MyAccountMoreInformationCard/index.ts +1 -0
  216. package/src/components/account/orders/MyAccountOrderDetails/MyAccountMoreInformationCard/styles.scss +22 -0
  217. package/src/components/account/orders/MyAccountOrderDetails/MyAccountOrderActionModal/MyAccountOrderActionModal.tsx +121 -0
  218. package/src/components/account/orders/MyAccountOrderDetails/MyAccountOrderActionModal/index.ts +2 -0
  219. package/src/components/account/orders/MyAccountOrderDetails/MyAccountOrderActionModal/styles.module.scss +40 -0
  220. package/src/components/account/orders/MyAccountOrderDetails/MyAccountOrderActionModal/useOrderActionModal.ts +38 -0
  221. package/src/components/account/orders/MyAccountOrderDetails/MyAccountOrderActions/MyAccountOrderActions.tsx +154 -0
  222. package/src/components/account/orders/MyAccountOrderDetails/MyAccountOrderActions/index.ts +1 -0
  223. package/src/components/account/orders/MyAccountOrderDetails/MyAccountOrderActions/styles.scss +33 -0
  224. package/src/components/account/orders/MyAccountOrderDetails/MyAccountOrderDetails.tsx +106 -0
  225. package/src/components/account/orders/MyAccountOrderDetails/MyAccountOrderedByCard/MyAccountOrderedByCard.tsx +54 -0
  226. package/src/components/account/orders/MyAccountOrderDetails/MyAccountOrderedByCard/index.ts +1 -0
  227. package/src/components/account/orders/MyAccountOrderDetails/MyAccountOrderedByCard/styles.scss +65 -0
  228. package/src/components/account/orders/MyAccountOrderDetails/MyAccountPaymentCard/MyAccountPaymentCard.tsx +157 -0
  229. package/src/components/account/orders/MyAccountOrderDetails/MyAccountPaymentCard/MyAccountPaymentFlagsIcon.tsx +106 -0
  230. package/src/components/account/orders/MyAccountOrderDetails/MyAccountPaymentCard/index.ts +1 -0
  231. package/src/components/account/orders/MyAccountOrderDetails/MyAccountPaymentCard/styles.scss +76 -0
  232. package/src/components/account/orders/MyAccountOrderDetails/MyAccountStatusCard/MyAccountStatusCard.tsx +276 -0
  233. package/src/components/account/orders/MyAccountOrderDetails/MyAccountStatusCard/index.ts +1 -0
  234. package/src/components/account/orders/MyAccountOrderDetails/MyAccountStatusCard/styles.scss +205 -0
  235. package/src/components/account/orders/MyAccountOrderDetails/MyAccountStatusCard/useConnectorPositioning.ts +74 -0
  236. package/src/components/account/orders/MyAccountOrderDetails/MyAccountSummaryCard/MyAccountSummaryCard.tsx +92 -0
  237. package/src/components/account/orders/MyAccountOrderDetails/MyAccountSummaryCard/index.ts +1 -0
  238. package/src/components/account/orders/MyAccountOrderDetails/MyAccountSummaryCard/styles.scss +45 -0
  239. package/src/components/account/orders/MyAccountOrderDetails/index.ts +1 -0
  240. package/src/components/account/orders/MyAccountOrderDetails/section.module.scss +114 -0
  241. package/src/components/account/utils/useFormatPrice.ts +18 -0
  242. package/src/components/cms/RenderSections.tsx +1 -1
  243. package/src/components/navigation/Navbar/Navbar.tsx +16 -1
  244. package/src/components/navigation/NavbarSlider/NavbarSlider.tsx +18 -3
  245. package/src/customizations/src/myAccount/extensions/orders/[id]/after.tsx +7 -0
  246. package/src/customizations/src/myAccount/extensions/orders/[id]/before.tsx +7 -0
  247. package/src/customizations/src/myAccount/extensions/orders/after.tsx +7 -0
  248. package/src/customizations/src/myAccount/extensions/orders/before.tsx +7 -0
  249. package/src/customizations/src/myAccount/extensions/profile/after.tsx +7 -0
  250. package/src/customizations/src/myAccount/extensions/profile/before.tsx +7 -0
  251. package/src/customizations/src/myAccount/extensions/security/after.tsx +7 -0
  252. package/src/customizations/src/myAccount/extensions/security/before.tsx +7 -0
  253. package/src/customizations/src/myAccount/extensions/user-details/after.tsx +7 -0
  254. package/src/customizations/src/myAccount/extensions/user-details/before.tsx +7 -0
  255. package/src/experimental/myAccountSeverSideProps.ts +12 -1
  256. package/src/pages/account/403.tsx +103 -0
  257. package/src/pages/account/404.tsx +95 -0
  258. package/src/pages/account/[...unknown].tsx +39 -0
  259. package/src/pages/account/index.tsx +8 -16
  260. package/src/pages/account/orders/[id].tsx +764 -0
  261. package/src/pages/account/orders/index.tsx +273 -0
  262. package/src/pages/account/orders/styles.module.scss +35 -0
  263. package/src/pages/account/profile.tsx +62 -17
  264. package/src/pages/account/security.tsx +94 -0
  265. package/src/pages/account/user-details.tsx +94 -0
  266. package/src/sdk/account/getMyAccountRoutes.ts +13 -12
  267. package/src/sdk/account/useApproveOrder.ts +53 -0
  268. package/src/sdk/account/useCancelOrder.ts +34 -0
  269. package/src/sdk/account/useDebounce.ts +23 -0
  270. package/src/sdk/account/useRejectOrder.ts +53 -0
  271. package/src/sdk/search/useMyAccountFilter.ts +157 -0
  272. package/src/sdk/session/index.ts +9 -0
  273. package/src/utils/myAccountRedirect.tsx +36 -0
  274. package/src/utils/userOrderStatus.ts +141 -0
  275. package/src/utils/utilities.ts +35 -3
  276. package/test/server/index.test.ts +9 -1
  277. package/.next/server/chunks/1246.js +0 -1
  278. package/.next/server/chunks/2443.js +0 -1
  279. package/.next/server/chunks/4725.js +0 -1
  280. package/.next/server/chunks/563.js +0 -1
  281. package/.next/server/chunks/6968.js +0 -10
  282. package/.next/server/chunks/7468.js +0 -1
  283. package/.next/server/chunks/8355.js +0 -1
  284. package/.next/static/chunks/1173.ca14a5bc4e1264f4.js +0 -1
  285. package/.next/static/chunks/2206.44239ce81a09bc17.js +0 -1
  286. package/.next/static/chunks/4349-87a956a73b97519c.js +0 -1
  287. package/.next/static/chunks/4625-553d20c86b0ca577.js +0 -1
  288. package/.next/static/chunks/4746.2e16ec0663a3873f.js +0 -1
  289. package/.next/static/chunks/4774.8e70c01dcd0ed4b3.js +0 -1
  290. package/.next/static/chunks/4865.4017be0f8e7c8cf0.js +0 -1
  291. package/.next/static/chunks/5259-90f7ef92cf24e49a.js +0 -1
  292. package/.next/static/chunks/5836.48126b7866819f9e.js +0 -1
  293. package/.next/static/chunks/630.13d3dd939b789798.js +0 -6
  294. package/.next/static/chunks/6335-6eb4ff84af184b88.js +0 -1
  295. package/.next/static/chunks/6536.d5260107222db13c.js +0 -1
  296. package/.next/static/chunks/7498-72289e704e7c7056.js +0 -1
  297. package/.next/static/chunks/7959.7c721505286572c0.js +0 -1
  298. package/.next/static/chunks/BannerNewsletter.8982f42e60ed8828.js +0 -1
  299. package/.next/static/chunks/BannerText.5b250db1cf67e44f.js +0 -1
  300. package/.next/static/chunks/CartSidebar.aa9e43be37034654.js +0 -1
  301. package/.next/static/chunks/Newsletter.9db4df2d4fb33227.js +0 -1
  302. package/.next/static/chunks/ProductShelf.9cea36116836c161.js +0 -1
  303. package/.next/static/chunks/ProductTiles.059a4a6360e1d4ea.js +0 -1
  304. package/.next/static/chunks/RegionModal.4594b707a1092551.js +0 -1
  305. package/.next/static/chunks/Toast.01d4ac8bf14c1be5.js +0 -1
  306. package/.next/static/chunks/UIButton.3186f933c0ecfb31.js +0 -1
  307. package/.next/static/chunks/UISKUMatrixSidebar.9ac3980a60cfc358.js +0 -1
  308. package/.next/static/chunks/UIToast.221eb10681d2f642.js +0 -1
  309. package/.next/static/chunks/pages/[...slug]-c1a62d58f5940747.js +0 -1
  310. package/.next/static/chunks/pages/[slug]/p-555dc09a5e78260e.js +0 -1
  311. package/.next/static/chunks/pages/_app-d5641120092ee13b.js +0 -1
  312. package/.next/static/chunks/pages/account/profile-23b2e9fbbd95a30b.js +0 -1
  313. package/.next/static/chunks/pages/s-9901e6857f517b8b.js +0 -1
  314. package/.next/static/chunks/webpack-f338de6955d58a39.js +0 -1
  315. package/.next/static/css/249b9deaabc0d32d.css +0 -1
  316. package/.next/static/t5v5T1mAjzrYWEKaMk8mu/_buildManifest.js +0 -1
  317. package/.next/static/t5v5T1mAjzrYWEKaMk8mu/_ssgManifest.js +0 -1
@@ -68,6 +68,7 @@ export type Scalars = {
68
68
  * ```
69
69
  */
70
70
  FormattedVariants: { input: any; output: any }
71
+ JSONObject: { input: any; output: any }
71
72
  ObjectOrString: { input: any; output: any }
72
73
  /**
73
74
  * Example:
@@ -182,7 +183,16 @@ export type IShippingItem = {
182
183
  }
183
184
 
184
185
  export type IStoreB2B = {
186
+ corporateName: InputMaybe<Scalars['String']['input']>
185
187
  customerId: Scalars['String']['input']
188
+ firstName: InputMaybe<Scalars['String']['input']>
189
+ isCorporate: InputMaybe<Scalars['Boolean']['input']>
190
+ isRepresentative: InputMaybe<Scalars['Boolean']['input']>
191
+ lastName: InputMaybe<Scalars['String']['input']>
192
+ unitId: InputMaybe<Scalars['String']['input']>
193
+ unitName: InputMaybe<Scalars['String']['input']>
194
+ userEmail: InputMaybe<Scalars['String']['input']>
195
+ userName: InputMaybe<Scalars['String']['input']>
186
196
  }
187
197
 
188
198
  /** Shopping cart input. */
@@ -340,6 +350,16 @@ export type IStoreSession = {
340
350
  postalCode: InputMaybe<Scalars['String']['input']>
341
351
  }
342
352
 
353
+ /** Input to the cancel order API. */
354
+ export type IUserOrderCancel = {
355
+ /** Customer's email. */
356
+ customerEmail: InputMaybe<Scalars['String']['input']>
357
+ /** Person's name. */
358
+ orderId: Scalars['String']['input']
359
+ /** Reason. */
360
+ reason: InputMaybe<Scalars['String']['input']>
361
+ }
362
+
343
363
  export type LogisticsInfo = {
344
364
  /** LogisticsInfo itemIndex. */
345
365
  itemIndex: Maybe<Scalars['String']['output']>
@@ -401,6 +421,8 @@ export type MessageInfo = {
401
421
  }
402
422
 
403
423
  export type Mutation = {
424
+ /** Cancels user order */
425
+ cancelOrder: Maybe<UserOrderCancel>
404
426
  /** Subscribes a new person to the newsletter list. */
405
427
  subscribeToNewsletter: Maybe<PersonNewsletter>
406
428
  /** Checks for changes between the cart presented in the UI and the cart stored in the ecommerce platform. If changes are detected, it returns the cart stored on the platform. Otherwise, it returns `null`. */
@@ -409,6 +431,10 @@ export type Mutation = {
409
431
  validateSession: Maybe<StoreSession>
410
432
  }
411
433
 
434
+ export type MutationCancelOrderArgs = {
435
+ data: IUserOrderCancel
436
+ }
437
+
412
438
  export type MutationSubscribeToNewsletterArgs = {
413
439
  data: IPersonNewsletter
414
440
  }
@@ -517,6 +543,8 @@ export type Query = {
517
543
  allProducts: StoreProductConnection
518
544
  /** Returns the details of a collection based on the collection slug. */
519
545
  collection: StoreCollection
546
+ /** Returns information about the list of Orders that the User can view. */
547
+ listUserOrders: Maybe<UserOrderListResult>
520
548
  /** Returns the details of a product based on the specified locator. */
521
549
  product: StoreProduct
522
550
  /** Returns the total product count information based on a specific location accessible through the VTEX segment cookie. */
@@ -531,6 +559,8 @@ export type Query = {
531
559
  sellers: Maybe<SellersData>
532
560
  /** Returns information about shipping simulation. */
533
561
  shipping: Maybe<ShippingData>
562
+ /** Returns information about the Details of an User Order. */
563
+ userOrder: Maybe<UserOrder>
534
564
  }
535
565
 
536
566
  export type QueryAllCollectionsArgs = {
@@ -547,6 +577,16 @@ export type QueryCollectionArgs = {
547
577
  slug: Scalars['String']['input']
548
578
  }
549
579
 
580
+ export type QueryListUserOrdersArgs = {
581
+ clientEmail: InputMaybe<Scalars['String']['input']>
582
+ dateFinal: InputMaybe<Scalars['String']['input']>
583
+ dateInitial: InputMaybe<Scalars['String']['input']>
584
+ page: InputMaybe<Scalars['Int']['input']>
585
+ perPage: InputMaybe<Scalars['Int']['input']>
586
+ status: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>
587
+ text: InputMaybe<Scalars['String']['input']>
588
+ }
589
+
550
590
  export type QueryProductArgs = {
551
591
  locator: Array<IStoreSelectedFacet>
552
592
  }
@@ -586,6 +626,10 @@ export type QueryShippingArgs = {
586
626
  postalCode: Scalars['String']['input']
587
627
  }
588
628
 
629
+ export type QueryUserOrderArgs = {
630
+ orderId: Scalars['String']['input']
631
+ }
632
+
589
633
  /** Search result. */
590
634
  export type SearchMetadata = {
591
635
  /** Indicates how the search engine corrected the misspelled word by using fuzzy logic. */
@@ -725,7 +769,16 @@ export type StoreAuthor = {
725
769
  }
726
770
 
727
771
  export type StoreB2B = {
772
+ corporateName: Maybe<Scalars['String']['output']>
728
773
  customerId: Scalars['String']['output']
774
+ firstName: Maybe<Scalars['String']['output']>
775
+ isCorporate: Maybe<Scalars['Boolean']['output']>
776
+ isRepresentative: Maybe<Scalars['Boolean']['output']>
777
+ lastName: Maybe<Scalars['String']['output']>
778
+ unitId: Maybe<Scalars['String']['output']>
779
+ unitName: Maybe<Scalars['String']['output']>
780
+ userEmail: Maybe<Scalars['String']['output']>
781
+ userName: Maybe<Scalars['String']['output']>
729
782
  }
730
783
 
731
784
  /** Brand of a given product. */
@@ -1209,6 +1262,703 @@ export type StoreSuggestions = {
1209
1262
  terms: Array<StoreSuggestionTerm>
1210
1263
  }
1211
1264
 
1265
+ export type UserOrder = {
1266
+ affiliateId: Maybe<Scalars['String']['output']>
1267
+ allowCancellation: Maybe<Scalars['Boolean']['output']>
1268
+ allowEdition: Maybe<Scalars['Boolean']['output']>
1269
+ authorizedDate: Maybe<Scalars['String']['output']>
1270
+ callCenterOperatorData: Maybe<Scalars['String']['output']>
1271
+ cancelReason: Maybe<Scalars['String']['output']>
1272
+ cancellationData: Maybe<UserOrderCancellationData>
1273
+ cancellationRequests: Maybe<Array<Maybe<UserOrderCancellationRequest>>>
1274
+ changesAttachment: Maybe<Scalars['String']['output']>
1275
+ checkedInPickupPointId: Maybe<Scalars['String']['output']>
1276
+ clientPreferencesData: Maybe<UserOrderClientPreferencesData>
1277
+ clientProfileData: Maybe<UserOrderClientProfileData>
1278
+ commercialConditionData: Maybe<Scalars['String']['output']>
1279
+ creationDate: Maybe<Scalars['String']['output']>
1280
+ customData: Maybe<UserOrderCustomData>
1281
+ customFields: Maybe<Array<Maybe<UserOrderCustomFieldsGrouped>>>
1282
+ deliveryOptionsData: Maybe<UserOrderDeliveryOptionsData>
1283
+ followUpEmail: Maybe<Scalars['String']['output']>
1284
+ giftRegistryData: Maybe<Scalars['String']['output']>
1285
+ hostname: Maybe<Scalars['String']['output']>
1286
+ invoiceData: Maybe<Scalars['String']['output']>
1287
+ invoicedDate: Maybe<Scalars['String']['output']>
1288
+ isCheckedIn: Maybe<Scalars['Boolean']['output']>
1289
+ isCompleted: Maybe<Scalars['Boolean']['output']>
1290
+ itemMetadata: Maybe<UserOrderItemMetadata>
1291
+ items: Maybe<Array<Maybe<UserOrderItems>>>
1292
+ lastChange: Maybe<Scalars['String']['output']>
1293
+ lastMessage: Maybe<Scalars['String']['output']>
1294
+ marketingData: Maybe<Scalars['String']['output']>
1295
+ marketplace: Maybe<UserOrderMarketplace>
1296
+ marketplaceItems: Maybe<Array<Maybe<UserOrderItems>>>
1297
+ marketplaceOrderId: Maybe<Scalars['String']['output']>
1298
+ marketplaceServicesEndpoint: Maybe<Scalars['String']['output']>
1299
+ merchantName: Maybe<Scalars['String']['output']>
1300
+ openTextField: Maybe<Scalars['String']['output']>
1301
+ orderFormId: Maybe<Scalars['String']['output']>
1302
+ orderGroup: Maybe<Scalars['String']['output']>
1303
+ orderId: Maybe<Scalars['String']['output']>
1304
+ origin: Maybe<Scalars['String']['output']>
1305
+ packageAttachment: Maybe<UserOrderPackageAttachment>
1306
+ paymentData: Maybe<UserOrderPaymentData>
1307
+ ratesAndBenefitsData: Maybe<UserOrderRatesAndBenefitsData>
1308
+ roundingError: Maybe<Scalars['Int']['output']>
1309
+ salesChannel: Maybe<Scalars['String']['output']>
1310
+ sellerOrderId: Maybe<Scalars['String']['output']>
1311
+ sellers: Maybe<Array<Maybe<UserOrderStoreSellers>>>
1312
+ sequence: Maybe<Scalars['String']['output']>
1313
+ shippingData: Maybe<UserOrderShippingData>
1314
+ status: Maybe<Scalars['String']['output']>
1315
+ statusDescription: Maybe<Scalars['String']['output']>
1316
+ storePreferencesData: Maybe<UserOrderStorePreferencesData>
1317
+ subscriptionData: Maybe<Scalars['String']['output']>
1318
+ taxData: Maybe<Scalars['String']['output']>
1319
+ totals: Maybe<Array<Maybe<UserOrderTotals>>>
1320
+ value: Maybe<Scalars['Float']['output']>
1321
+ workflowIsInError: Maybe<Scalars['Boolean']['output']>
1322
+ }
1323
+
1324
+ export type UserOrderAdditionalInfo = {
1325
+ brandId: Maybe<Scalars['String']['output']>
1326
+ brandName: Maybe<Scalars['String']['output']>
1327
+ categories: Maybe<Array<Maybe<UserOrderCategories>>>
1328
+ categoriesIds: Maybe<Scalars['String']['output']>
1329
+ commercialConditionId: Maybe<Scalars['String']['output']>
1330
+ dimension: Maybe<UserOrderDimension>
1331
+ offeringInfo: Maybe<Scalars['String']['output']>
1332
+ offeringType: Maybe<Scalars['String']['output']>
1333
+ offeringTypeId: Maybe<Scalars['String']['output']>
1334
+ productClusterId: Maybe<Scalars['String']['output']>
1335
+ }
1336
+
1337
+ export type UserOrderAddress = {
1338
+ addressId: Maybe<Scalars['String']['output']>
1339
+ addressType: Maybe<Scalars['String']['output']>
1340
+ city: Maybe<Scalars['String']['output']>
1341
+ complement: Maybe<Scalars['String']['output']>
1342
+ country: Maybe<Scalars['String']['output']>
1343
+ entityId: Maybe<Scalars['String']['output']>
1344
+ geoCoordinates: Maybe<Array<Maybe<Scalars['Float']['output']>>>
1345
+ neighborhood: Maybe<Scalars['String']['output']>
1346
+ number: Maybe<Scalars['String']['output']>
1347
+ postalCode: Maybe<Scalars['String']['output']>
1348
+ receiverName: Maybe<Scalars['String']['output']>
1349
+ reference: Maybe<Scalars['String']['output']>
1350
+ state: Maybe<Scalars['String']['output']>
1351
+ street: Maybe<Scalars['String']['output']>
1352
+ versionId: Maybe<Scalars['String']['output']>
1353
+ }
1354
+
1355
+ export type UserOrderAssemblyOptions = {
1356
+ Id: Maybe<Scalars['String']['output']>
1357
+ Name: Maybe<Scalars['String']['output']>
1358
+ Required: Maybe<Scalars['Boolean']['output']>
1359
+ }
1360
+
1361
+ export type UserOrderAttachmentOfferings = {
1362
+ name: Maybe<Scalars['String']['output']>
1363
+ required: Maybe<Scalars['Boolean']['output']>
1364
+ }
1365
+
1366
+ export type UserOrderAttachments = {
1367
+ content: Maybe<Scalars['JSONObject']['output']>
1368
+ name: Maybe<Scalars['String']['output']>
1369
+ }
1370
+
1371
+ export type UserOrderCancel = {
1372
+ data: Maybe<Scalars['String']['output']>
1373
+ }
1374
+
1375
+ export type UserOrderCancellationData = {
1376
+ CancellationDate: Maybe<Scalars['String']['output']>
1377
+ Reason: Maybe<Scalars['String']['output']>
1378
+ RequestedByPaymentNotification: Maybe<Scalars['Boolean']['output']>
1379
+ RequestedBySellerNotification: Maybe<Scalars['Boolean']['output']>
1380
+ RequestedBySystem: Maybe<Scalars['Boolean']['output']>
1381
+ RequestedByUser: Maybe<Scalars['Boolean']['output']>
1382
+ }
1383
+
1384
+ export type UserOrderCancellationRequest = {
1385
+ cancellationRequestDate: Maybe<Scalars['String']['output']>
1386
+ cancellationRequestDenyDate: Maybe<Scalars['String']['output']>
1387
+ deniedBySeller: Maybe<Scalars['Boolean']['output']>
1388
+ deniedBySellerReason: Maybe<Scalars['String']['output']>
1389
+ id: Maybe<Scalars['String']['output']>
1390
+ reason: Maybe<Scalars['String']['output']>
1391
+ requestedByUser: Maybe<Scalars['Boolean']['output']>
1392
+ }
1393
+
1394
+ export type UserOrderCategories = {
1395
+ id: Maybe<Scalars['Int']['output']>
1396
+ name: Maybe<Scalars['String']['output']>
1397
+ }
1398
+
1399
+ export type UserOrderClientPreferencesData = {
1400
+ locale: Maybe<Scalars['String']['output']>
1401
+ optinNewsLetter: Maybe<Scalars['Boolean']['output']>
1402
+ }
1403
+
1404
+ export type UserOrderClientProfileData = {
1405
+ corporateDocument: Maybe<Scalars['String']['output']>
1406
+ corporateName: Maybe<Scalars['String']['output']>
1407
+ corporatePhone: Maybe<Scalars['String']['output']>
1408
+ customerClass: Maybe<Scalars['String']['output']>
1409
+ customerCode: Maybe<Scalars['String']['output']>
1410
+ document: Maybe<Scalars['String']['output']>
1411
+ documentType: Maybe<Scalars['String']['output']>
1412
+ email: Maybe<Scalars['String']['output']>
1413
+ firstName: Maybe<Scalars['String']['output']>
1414
+ id: Maybe<Scalars['String']['output']>
1415
+ isCorporate: Maybe<Scalars['Boolean']['output']>
1416
+ lastName: Maybe<Scalars['String']['output']>
1417
+ phone: Maybe<Scalars['String']['output']>
1418
+ stateInscription: Maybe<Scalars['String']['output']>
1419
+ tradeName: Maybe<Scalars['String']['output']>
1420
+ userProfileId: Maybe<Scalars['String']['output']>
1421
+ userProfileVersion: Maybe<Scalars['String']['output']>
1422
+ }
1423
+
1424
+ export type UserOrderContactInformation = {
1425
+ document: Maybe<Scalars['String']['output']>
1426
+ documentType: Maybe<Scalars['String']['output']>
1427
+ email: Maybe<Scalars['String']['output']>
1428
+ firstName: Maybe<Scalars['String']['output']>
1429
+ id: Scalars['ID']['output']
1430
+ lastName: Maybe<Scalars['String']['output']>
1431
+ phone: Maybe<Scalars['String']['output']>
1432
+ }
1433
+
1434
+ export type UserOrderCourierStatus = {
1435
+ data: Maybe<Array<UserOrderTrackingInformation>>
1436
+ finished: Maybe<Scalars['Boolean']['output']>
1437
+ status: Maybe<Scalars['String']['output']>
1438
+ }
1439
+
1440
+ export type UserOrderCurrencyFormatInfo = {
1441
+ CurrencyDecimalDigits: Maybe<Scalars['Int']['output']>
1442
+ CurrencyDecimalSeparator: Maybe<Scalars['String']['output']>
1443
+ CurrencyGroupSeparator: Maybe<Scalars['String']['output']>
1444
+ CurrencyGroupSize: Maybe<Scalars['Int']['output']>
1445
+ StartsWithCurrencySymbol: Maybe<Scalars['Boolean']['output']>
1446
+ }
1447
+
1448
+ export type UserOrderCustomApp = {
1449
+ fields: Maybe<UserOrderFields>
1450
+ id: Maybe<Scalars['String']['output']>
1451
+ major: Maybe<Scalars['Int']['output']>
1452
+ }
1453
+
1454
+ export type UserOrderCustomData = {
1455
+ customApps: Maybe<Array<Maybe<UserOrderCustomApp>>>
1456
+ customFields: Maybe<Array<Maybe<UserOrderCustomField>>>
1457
+ }
1458
+
1459
+ export type UserOrderCustomField = {
1460
+ fields: Array<UserOrderCustomFieldField>
1461
+ linkedEntity: UserOrderCustomFieldLinkedEntity
1462
+ }
1463
+
1464
+ export type UserOrderCustomFieldField = {
1465
+ name: Scalars['String']['output']
1466
+ refId: Maybe<Scalars['String']['output']>
1467
+ value: Scalars['String']['output']
1468
+ }
1469
+
1470
+ export type UserOrderCustomFieldLinkedEntity = {
1471
+ id: Maybe<Scalars['String']['output']>
1472
+ type: Scalars['String']['output']
1473
+ }
1474
+
1475
+ export type UserOrderCustomFieldsGrouped = {
1476
+ fields: Maybe<Array<Maybe<UserOrderCustomFieldField>>>
1477
+ id: Maybe<Scalars['String']['output']>
1478
+ type: Scalars['String']['output']
1479
+ }
1480
+
1481
+ export type UserOrderDeliveryChannels = {
1482
+ id: Maybe<Scalars['String']['output']>
1483
+ stockBalance: Maybe<Scalars['Int']['output']>
1484
+ }
1485
+
1486
+ export type UserOrderDeliveryIds = {
1487
+ accountCarrierName: Maybe<Scalars['String']['output']>
1488
+ courierId: Maybe<Scalars['String']['output']>
1489
+ courierName: Maybe<Scalars['String']['output']>
1490
+ dockId: Maybe<Scalars['String']['output']>
1491
+ kitItemDetails: Maybe<Array<Maybe<Scalars['String']['output']>>>
1492
+ quantity: Maybe<Scalars['Int']['output']>
1493
+ warehouseId: Maybe<Scalars['String']['output']>
1494
+ }
1495
+
1496
+ export type UserOrderDeliveryOption = {
1497
+ address: Maybe<UserOrderAddress>
1498
+ deliveryChannel: Maybe<Scalars['String']['output']>
1499
+ deliveryCompany: Maybe<Scalars['String']['output']>
1500
+ deliveryWindow: Maybe<UserOrderDeliveryWindow>
1501
+ friendlyDeliveryOptionName: Maybe<Scalars['String']['output']>
1502
+ friendlyShippingEstimate: Maybe<Scalars['String']['output']>
1503
+ items: Maybe<Array<Maybe<UserOrderDeliveryOptionsItems>>>
1504
+ pickupStoreInfo: Maybe<UserOrderPickupStoreInfo>
1505
+ quantityOfDifferentItems: Maybe<Scalars['Int']['output']>
1506
+ selectedSla: Maybe<Scalars['String']['output']>
1507
+ seller: Maybe<Scalars['String']['output']>
1508
+ shippingEstimate: Maybe<Scalars['String']['output']>
1509
+ shippingEstimateDate: Maybe<Scalars['String']['output']>
1510
+ total: Maybe<Scalars['Int']['output']>
1511
+ }
1512
+
1513
+ export type UserOrderDeliveryOptionsContact = {
1514
+ email: Maybe<Scalars['String']['output']>
1515
+ name: Maybe<Scalars['String']['output']>
1516
+ phone: Maybe<Scalars['String']['output']>
1517
+ }
1518
+
1519
+ export type UserOrderDeliveryOptionsData = {
1520
+ contact: Maybe<UserOrderDeliveryOptionsContact>
1521
+ deliveryOptions: Maybe<Array<Maybe<UserOrderDeliveryOption>>>
1522
+ }
1523
+
1524
+ export type UserOrderDeliveryOptionsItems = {
1525
+ id: Maybe<Scalars['String']['output']>
1526
+ imageUrl: Maybe<Scalars['String']['output']>
1527
+ name: Maybe<Scalars['String']['output']>
1528
+ price: Maybe<Scalars['Float']['output']>
1529
+ quantity: Maybe<Scalars['Int']['output']>
1530
+ tax: Maybe<Scalars['Float']['output']>
1531
+ total: Maybe<Scalars['Float']['output']>
1532
+ }
1533
+
1534
+ export type UserOrderDeliveryWindow = {
1535
+ endDateUtc: Maybe<Scalars['String']['output']>
1536
+ price: Maybe<Scalars['Float']['output']>
1537
+ startDateUtc: Maybe<Scalars['String']['output']>
1538
+ }
1539
+
1540
+ export type UserOrderDimension = {
1541
+ cubicweight: Maybe<Scalars['Float']['output']>
1542
+ height: Maybe<Scalars['Int']['output']>
1543
+ length: Maybe<Scalars['Int']['output']>
1544
+ weight: Maybe<Scalars['Int']['output']>
1545
+ width: Maybe<Scalars['Int']['output']>
1546
+ }
1547
+
1548
+ export type UserOrderFields = {
1549
+ cartEtag: Maybe<Scalars['String']['output']>
1550
+ }
1551
+
1552
+ export type UserOrderFromList = {
1553
+ ShippingEstimatedDate: Maybe<Scalars['String']['output']>
1554
+ ShippingEstimatedDateMax: Maybe<Scalars['String']['output']>
1555
+ ShippingEstimatedDateMin: Maybe<Scalars['String']['output']>
1556
+ affiliateId: Maybe<Scalars['String']['output']>
1557
+ authorizedDate: Maybe<Scalars['String']['output']>
1558
+ callCenterOperatorName: Maybe<Scalars['String']['output']>
1559
+ clientName: Maybe<Scalars['String']['output']>
1560
+ creationDate: Maybe<Scalars['String']['output']>
1561
+ currencyCode: Maybe<Scalars['String']['output']>
1562
+ deliveryDates: Maybe<Array<Maybe<Scalars['String']['output']>>>
1563
+ giftCardProviders: Maybe<Array<Maybe<Scalars['String']['output']>>>
1564
+ hostname: Maybe<Scalars['String']['output']>
1565
+ invoiceInput: Maybe<Array<Maybe<Scalars['String']['output']>>>
1566
+ invoiceOutput: Maybe<Array<Maybe<Scalars['String']['output']>>>
1567
+ isAllDelivered: Maybe<Scalars['Boolean']['output']>
1568
+ isAnyDelivered: Maybe<Scalars['Boolean']['output']>
1569
+ items: Maybe<Array<Maybe<UserOrderItemsSummarized>>>
1570
+ lastChange: Maybe<Scalars['String']['output']>
1571
+ lastMessageUnread: Maybe<Scalars['String']['output']>
1572
+ listId: Maybe<Scalars['String']['output']>
1573
+ listType: Maybe<Scalars['String']['output']>
1574
+ marketPlaceOrderId: Maybe<Scalars['String']['output']>
1575
+ orderFormId: Maybe<Scalars['String']['output']>
1576
+ orderId: Maybe<Scalars['String']['output']>
1577
+ orderIsComplete: Maybe<Scalars['Boolean']['output']>
1578
+ origin: Maybe<Scalars['String']['output']>
1579
+ paymentApprovedDate: Maybe<Scalars['String']['output']>
1580
+ paymentNames: Maybe<Scalars['String']['output']>
1581
+ readyForHandlingDate: Maybe<Scalars['String']['output']>
1582
+ salesChannel: Maybe<Scalars['String']['output']>
1583
+ sequence: Maybe<Scalars['String']['output']>
1584
+ status: Maybe<Scalars['String']['output']>
1585
+ statusDescription: Maybe<Scalars['String']['output']>
1586
+ totalItems: Maybe<Scalars['Int']['output']>
1587
+ totalValue: Maybe<Scalars['Float']['output']>
1588
+ workflowInErrorState: Maybe<Scalars['Boolean']['output']>
1589
+ workflowInRetry: Maybe<Scalars['Boolean']['output']>
1590
+ }
1591
+
1592
+ export type UserOrderInvoiceType = 'Input' | 'Output'
1593
+
1594
+ export type UserOrderItemAttachment = {
1595
+ name: Maybe<Scalars['String']['output']>
1596
+ }
1597
+
1598
+ export type UserOrderItemMetadata = {
1599
+ Items: Maybe<Array<Maybe<UserOrderItemMetadataItem>>>
1600
+ }
1601
+
1602
+ export type UserOrderItemMetadataItem = {
1603
+ AssemblyOptions: Maybe<Array<Maybe<UserOrderAssemblyOptions>>>
1604
+ DetailUrl: Maybe<Scalars['String']['output']>
1605
+ Ean: Maybe<Scalars['String']['output']>
1606
+ Id: Maybe<Scalars['String']['output']>
1607
+ ImageUrl: Maybe<Scalars['String']['output']>
1608
+ Name: Maybe<Scalars['String']['output']>
1609
+ ProductId: Maybe<Scalars['String']['output']>
1610
+ RefId: Maybe<Scalars['String']['output']>
1611
+ Seller: Maybe<Scalars['String']['output']>
1612
+ SkuName: Maybe<Scalars['String']['output']>
1613
+ }
1614
+
1615
+ export type UserOrderItems = {
1616
+ additionalInfo: Maybe<UserOrderAdditionalInfo>
1617
+ assemblies: Maybe<Array<Maybe<Scalars['String']['output']>>>
1618
+ attachmentOfferings: Maybe<Array<Maybe<UserOrderAttachmentOfferings>>>
1619
+ attachments: Maybe<Array<Maybe<UserOrderAttachments>>>
1620
+ bundleItems: Maybe<Array<Maybe<UserOrderItems>>>
1621
+ callCenterOperator: Maybe<Scalars['String']['output']>
1622
+ commission: Maybe<Scalars['Float']['output']>
1623
+ components: Maybe<Array<Maybe<UserOrderItems>>>
1624
+ costPrice: Maybe<Scalars['Float']['output']>
1625
+ detailUrl: Maybe<Scalars['String']['output']>
1626
+ ean: Maybe<Scalars['String']['output']>
1627
+ freightCommission: Maybe<Scalars['Float']['output']>
1628
+ id: Maybe<Scalars['String']['output']>
1629
+ imageUrl: Maybe<Scalars['String']['output']>
1630
+ isGift: Maybe<Scalars['Boolean']['output']>
1631
+ itemAttachment: Maybe<UserOrderItemAttachment>
1632
+ listPrice: Maybe<Scalars['Float']['output']>
1633
+ lockId: Maybe<Scalars['String']['output']>
1634
+ manualPrice: Maybe<Scalars['String']['output']>
1635
+ manualPriceAppliedBy: Maybe<Scalars['String']['output']>
1636
+ measurementUnit: Maybe<Scalars['String']['output']>
1637
+ name: Maybe<Scalars['String']['output']>
1638
+ offerings: Maybe<Array<Maybe<UserOrderOfferings>>>
1639
+ params: Maybe<Array<Maybe<Scalars['String']['output']>>>
1640
+ parentAssemblyBinding: Maybe<Scalars['String']['output']>
1641
+ parentItemIndex: Maybe<Scalars['String']['output']>
1642
+ preSaleDate: Maybe<Scalars['String']['output']>
1643
+ price: Maybe<Scalars['Float']['output']>
1644
+ priceDefinition: Maybe<UserOrderPriceDefinition>
1645
+ priceTags: Maybe<Array<Maybe<UserOrderPriceTag>>>
1646
+ priceValidUntil: Maybe<Scalars['String']['output']>
1647
+ productId: Maybe<Scalars['String']['output']>
1648
+ quantity: Maybe<Scalars['Int']['output']>
1649
+ refId: Maybe<Scalars['String']['output']>
1650
+ rewardValue: Maybe<Scalars['Float']['output']>
1651
+ seller: Maybe<Scalars['String']['output']>
1652
+ sellerSku: Maybe<Scalars['String']['output']>
1653
+ sellingPrice: Maybe<Scalars['Float']['output']>
1654
+ serialNumbers: Maybe<Scalars['String']['output']>
1655
+ shippingPrice: Maybe<Scalars['String']['output']>
1656
+ tax: Maybe<Scalars['Float']['output']>
1657
+ taxCode: Maybe<Scalars['String']['output']>
1658
+ uniqueId: Maybe<Scalars['String']['output']>
1659
+ unitMultiplier: Maybe<Scalars['Float']['output']>
1660
+ }
1661
+
1662
+ export type UserOrderItemsSummarized = {
1663
+ description: Maybe<Scalars['String']['output']>
1664
+ ean: Maybe<Scalars['String']['output']>
1665
+ id: Maybe<Scalars['String']['output']>
1666
+ price: Maybe<Scalars['Float']['output']>
1667
+ productId: Maybe<Scalars['String']['output']>
1668
+ quantity: Maybe<Scalars['Int']['output']>
1669
+ refId: Maybe<Scalars['String']['output']>
1670
+ seller: Maybe<Scalars['String']['output']>
1671
+ sellingPrice: Maybe<Scalars['Float']['output']>
1672
+ }
1673
+
1674
+ export type UserOrderListPaging = {
1675
+ currentPage: Maybe<Scalars['Int']['output']>
1676
+ pages: Maybe<Scalars['Int']['output']>
1677
+ perPage: Maybe<Scalars['Int']['output']>
1678
+ total: Maybe<Scalars['Int']['output']>
1679
+ }
1680
+
1681
+ export type UserOrderListResult = {
1682
+ facets: Maybe<Array<Maybe<Scalars['String']['output']>>>
1683
+ list: Maybe<Array<Maybe<UserOrderFromList>>>
1684
+ paging: Maybe<UserOrderListPaging>
1685
+ reportRecordsLimit: Maybe<Scalars['Int']['output']>
1686
+ stats: Maybe<UserOrderListStats>
1687
+ }
1688
+
1689
+ export type UserOrderListStats = {
1690
+ stats: Maybe<UserOrderListStatsData>
1691
+ }
1692
+
1693
+ export type UserOrderListStatsData = {
1694
+ totalItems: Maybe<UserOrderListStatsValue>
1695
+ totalValue: Maybe<UserOrderListStatsValue>
1696
+ }
1697
+
1698
+ export type UserOrderListStatsValue = {
1699
+ Count: Maybe<Scalars['Int']['output']>
1700
+ Facets: Maybe<Scalars['JSONObject']['output']>
1701
+ Max: Maybe<Scalars['Float']['output']>
1702
+ Mean: Maybe<Scalars['Float']['output']>
1703
+ Min: Maybe<Scalars['Float']['output']>
1704
+ Missing: Maybe<Scalars['Int']['output']>
1705
+ StdDev: Maybe<Scalars['Float']['output']>
1706
+ Sum: Maybe<Scalars['Float']['output']>
1707
+ SumOfSquares: Maybe<Scalars['Float']['output']>
1708
+ }
1709
+
1710
+ export type UserOrderLogisticsInfo = {
1711
+ addressId: Maybe<Scalars['String']['output']>
1712
+ deliveryChannel: Maybe<Scalars['String']['output']>
1713
+ deliveryChannels: Maybe<Array<Maybe<UserOrderDeliveryChannels>>>
1714
+ deliveryCompany: Maybe<Scalars['String']['output']>
1715
+ deliveryIds: Maybe<Array<Maybe<UserOrderDeliveryIds>>>
1716
+ deliveryWindow: Maybe<UserOrderDeliveryWindow>
1717
+ entityId: Maybe<Scalars['String']['output']>
1718
+ itemId: Maybe<Scalars['String']['output']>
1719
+ itemIndex: Maybe<Scalars['Int']['output']>
1720
+ listPrice: Maybe<Scalars['Float']['output']>
1721
+ lockTTL: Maybe<Scalars['String']['output']>
1722
+ pickupPointId: Maybe<Scalars['String']['output']>
1723
+ pickupStoreInfo: Maybe<UserOrderPickupStoreInfo>
1724
+ polygonName: Maybe<Scalars['String']['output']>
1725
+ price: Maybe<Scalars['Float']['output']>
1726
+ selectedDeliveryChannel: Maybe<Scalars['String']['output']>
1727
+ selectedSla: Maybe<Scalars['String']['output']>
1728
+ sellingPrice: Maybe<Scalars['Float']['output']>
1729
+ shippingEstimate: Maybe<Scalars['String']['output']>
1730
+ shippingEstimateDate: Maybe<Scalars['String']['output']>
1731
+ shipsTo: Maybe<Array<Maybe<Scalars['String']['output']>>>
1732
+ slas: Maybe<Array<Maybe<UserOrderSlas>>>
1733
+ transitTime: Maybe<Scalars['String']['output']>
1734
+ versionId: Maybe<Scalars['String']['output']>
1735
+ }
1736
+
1737
+ export type UserOrderMarketplace = {
1738
+ baseURL: Maybe<Scalars['String']['output']>
1739
+ isCertified: Maybe<Scalars['String']['output']>
1740
+ name: Maybe<Scalars['String']['output']>
1741
+ }
1742
+
1743
+ export type UserOrderOfferings = {
1744
+ id: Maybe<Scalars['String']['output']>
1745
+ name: Maybe<Scalars['String']['output']>
1746
+ price: Maybe<Scalars['Float']['output']>
1747
+ type: Maybe<Scalars['String']['output']>
1748
+ }
1749
+
1750
+ export type UserOrderPackage = {
1751
+ courier: Maybe<Scalars['String']['output']>
1752
+ courierStatus: Maybe<UserOrderCourierStatus>
1753
+ extraValue: Maybe<Scalars['Float']['output']>
1754
+ invoiceKey: Maybe<Scalars['String']['output']>
1755
+ invoiceNumber: Scalars['String']['output']
1756
+ invoiceUrl: Maybe<Scalars['String']['output']>
1757
+ invoiceValue: Scalars['Float']['output']
1758
+ issuanceDate: Maybe<Scalars['String']['output']>
1759
+ items: Maybe<Array<UserOrderPackageItem>>
1760
+ restitutions: Maybe<UserOrderRestitutions>
1761
+ trackingNumber: Maybe<Scalars['String']['output']>
1762
+ trackingUrl: Maybe<Scalars['String']['output']>
1763
+ type: Maybe<UserOrderInvoiceType>
1764
+ }
1765
+
1766
+ export type UserOrderPackageAttachment = {
1767
+ packages: Maybe<Array<Maybe<UserOrderPackage>>>
1768
+ }
1769
+
1770
+ export type UserOrderPackageItem = {
1771
+ description: Maybe<Scalars['String']['output']>
1772
+ itemIndex: Maybe<Scalars['Int']['output']>
1773
+ price: Maybe<Scalars['Int']['output']>
1774
+ quantity: Maybe<Scalars['Int']['output']>
1775
+ }
1776
+
1777
+ export type UserOrderPaymentConnectorResponses = {
1778
+ Message: Maybe<Scalars['String']['output']>
1779
+ ReturnCode: Maybe<Scalars['String']['output']>
1780
+ Tid: Maybe<Scalars['String']['output']>
1781
+ authId: Maybe<Scalars['String']['output']>
1782
+ }
1783
+
1784
+ export type UserOrderPaymentData = {
1785
+ giftCards: Maybe<Array<Maybe<Scalars['String']['output']>>>
1786
+ transactions: Maybe<Array<Maybe<UserOrderTransactions>>>
1787
+ }
1788
+
1789
+ export type UserOrderPayments = {
1790
+ accountId: Maybe<Scalars['String']['output']>
1791
+ bankIssuedInvoiceBarCodeNumber: Maybe<Scalars['String']['output']>
1792
+ bankIssuedInvoiceBarCodeType: Maybe<Scalars['String']['output']>
1793
+ bankIssuedInvoiceIdentificationNumber: Maybe<Scalars['String']['output']>
1794
+ bankIssuedInvoiceIdentificationNumberFormatted: Maybe<
1795
+ Scalars['String']['output']
1796
+ >
1797
+ billingAddress: Maybe<Scalars['String']['output']>
1798
+ cardHolder: Maybe<Scalars['String']['output']>
1799
+ cardNumber: Maybe<Scalars['String']['output']>
1800
+ connectorResponses: Maybe<UserOrderPaymentConnectorResponses>
1801
+ cvv2: Maybe<Scalars['String']['output']>
1802
+ dueDate: Maybe<Scalars['String']['output']>
1803
+ expireMonth: Maybe<Scalars['String']['output']>
1804
+ expireYear: Maybe<Scalars['String']['output']>
1805
+ firstDigits: Maybe<Scalars['String']['output']>
1806
+ giftCardAsDiscount: Maybe<Scalars['String']['output']>
1807
+ giftCardCaption: Maybe<Scalars['String']['output']>
1808
+ giftCardId: Maybe<Scalars['String']['output']>
1809
+ giftCardName: Maybe<Scalars['String']['output']>
1810
+ giftCardProvider: Maybe<Scalars['String']['output']>
1811
+ group: Maybe<Scalars['String']['output']>
1812
+ id: Maybe<Scalars['String']['output']>
1813
+ installments: Maybe<Scalars['Int']['output']>
1814
+ koinUrl: Maybe<Scalars['String']['output']>
1815
+ lastDigits: Maybe<Scalars['String']['output']>
1816
+ parentAccountId: Maybe<Scalars['String']['output']>
1817
+ paymentOrigin: Maybe<Scalars['String']['output']>
1818
+ paymentSystem: Maybe<Scalars['String']['output']>
1819
+ paymentSystemName: Maybe<Scalars['String']['output']>
1820
+ redemptionCode: Maybe<Scalars['String']['output']>
1821
+ referenceValue: Maybe<Scalars['Int']['output']>
1822
+ tid: Maybe<Scalars['String']['output']>
1823
+ url: Maybe<Scalars['String']['output']>
1824
+ value: Maybe<Scalars['Int']['output']>
1825
+ }
1826
+
1827
+ export type UserOrderPickupStoreInfo = {
1828
+ additionalInfo: Maybe<Scalars['String']['output']>
1829
+ address: Maybe<UserOrderAddress>
1830
+ dockId: Maybe<Scalars['String']['output']>
1831
+ friendlyName: Maybe<Scalars['String']['output']>
1832
+ isPickupStore: Maybe<Scalars['Boolean']['output']>
1833
+ }
1834
+
1835
+ export type UserOrderPriceDefinition = {
1836
+ calculatedSellingPrice: Maybe<Scalars['Float']['output']>
1837
+ reason: Maybe<Scalars['String']['output']>
1838
+ sellingPrices: Maybe<Array<Maybe<UserOrderSellingPrices>>>
1839
+ total: Maybe<Scalars['Float']['output']>
1840
+ }
1841
+
1842
+ export type UserOrderPriceTag = {
1843
+ identifier: Maybe<Scalars['String']['output']>
1844
+ isPercentual: Maybe<Scalars['Boolean']['output']>
1845
+ jurisCode: Maybe<Scalars['String']['output']>
1846
+ jurisName: Maybe<Scalars['String']['output']>
1847
+ jurisType: Maybe<Scalars['String']['output']>
1848
+ name: Scalars['String']['output']
1849
+ owner: Maybe<Scalars['String']['output']>
1850
+ rate: Maybe<Scalars['Float']['output']>
1851
+ rawValue: Scalars['Float']['output']
1852
+ value: Maybe<Scalars['Float']['output']>
1853
+ }
1854
+
1855
+ export type UserOrderRateAndBenefitsIdentifier = {
1856
+ additionalInfo: Maybe<Scalars['String']['output']>
1857
+ description: Maybe<Scalars['String']['output']>
1858
+ featured: Maybe<Scalars['Boolean']['output']>
1859
+ id: Maybe<Scalars['ID']['output']>
1860
+ name: Maybe<Scalars['String']['output']>
1861
+ }
1862
+
1863
+ export type UserOrderRatesAndBenefitsData = {
1864
+ id: Maybe<Scalars['String']['output']>
1865
+ rateAndBenefitsIdentifiers: Maybe<
1866
+ Array<Maybe<UserOrderRateAndBenefitsIdentifier>>
1867
+ >
1868
+ }
1869
+
1870
+ export type UserOrderRestitutionItem = {
1871
+ compensationValue: Maybe<Scalars['Float']['output']>
1872
+ description: Maybe<Scalars['String']['output']>
1873
+ id: Maybe<Scalars['ID']['output']>
1874
+ isCompensation: Maybe<Scalars['Boolean']['output']>
1875
+ itemIndex: Maybe<Scalars['Int']['output']>
1876
+ price: Maybe<Scalars['Float']['output']>
1877
+ quantity: Maybe<Scalars['Int']['output']>
1878
+ unitMultiplier: Maybe<Scalars['Float']['output']>
1879
+ useFreight: Maybe<Scalars['Boolean']['output']>
1880
+ }
1881
+
1882
+ export type UserOrderRestitutionOption = {
1883
+ items: Maybe<Array<UserOrderRestitutionItem>>
1884
+ value: Maybe<Scalars['Float']['output']>
1885
+ }
1886
+
1887
+ export type UserOrderRestitutions = {
1888
+ GiftCard: Maybe<UserOrderRestitutionOption>
1889
+ Refund: Maybe<UserOrderRestitutionOption>
1890
+ }
1891
+
1892
+ export type UserOrderSellingPrices = {
1893
+ quantity: Maybe<Scalars['Int']['output']>
1894
+ value: Maybe<Scalars['Float']['output']>
1895
+ }
1896
+
1897
+ export type UserOrderShippingData = {
1898
+ address: Maybe<UserOrderAddress>
1899
+ availableAddresses: Maybe<Array<Maybe<UserOrderAddress>>>
1900
+ contactInformation: Maybe<Array<Maybe<UserOrderContactInformation>>>
1901
+ id: Maybe<Scalars['String']['output']>
1902
+ logisticsInfo: Maybe<Array<Maybe<UserOrderLogisticsInfo>>>
1903
+ selectedAddresses: Maybe<Array<Maybe<UserOrderAddress>>>
1904
+ trackingHints: Maybe<Scalars['String']['output']>
1905
+ }
1906
+
1907
+ export type UserOrderSlas = {
1908
+ availableDeliveryWindows: Maybe<Array<Maybe<UserOrderDeliveryWindow>>>
1909
+ deliveryChannel: Maybe<Scalars['String']['output']>
1910
+ deliveryIds: Maybe<Array<Maybe<UserOrderDeliveryIds>>>
1911
+ deliveryWindow: Maybe<UserOrderDeliveryWindow>
1912
+ id: Maybe<Scalars['String']['output']>
1913
+ listPrice: Maybe<Scalars['Float']['output']>
1914
+ lockTTL: Maybe<Scalars['String']['output']>
1915
+ name: Maybe<Scalars['String']['output']>
1916
+ pickupDistance: Maybe<Scalars['Int']['output']>
1917
+ pickupPointId: Maybe<Scalars['String']['output']>
1918
+ pickupStoreInfo: Maybe<UserOrderPickupStoreInfo>
1919
+ polygonName: Maybe<Scalars['String']['output']>
1920
+ price: Maybe<Scalars['Float']['output']>
1921
+ shippingEstimate: Maybe<Scalars['String']['output']>
1922
+ shippingEstimateDate: Maybe<Scalars['String']['output']>
1923
+ transitTime: Maybe<Scalars['String']['output']>
1924
+ }
1925
+
1926
+ export type UserOrderStorePreferencesData = {
1927
+ countryCode: Maybe<Scalars['String']['output']>
1928
+ currencyCode: Maybe<Scalars['String']['output']>
1929
+ currencyFormatInfo: Maybe<UserOrderCurrencyFormatInfo>
1930
+ currencyLocale: Maybe<Scalars['Int']['output']>
1931
+ currencySymbol: Maybe<Scalars['String']['output']>
1932
+ timeZone: Maybe<Scalars['String']['output']>
1933
+ }
1934
+
1935
+ export type UserOrderStoreSellers = {
1936
+ fulfillmentEndpoint: Maybe<Scalars['String']['output']>
1937
+ id: Maybe<Scalars['String']['output']>
1938
+ logo: Maybe<Scalars['String']['output']>
1939
+ name: Maybe<Scalars['String']['output']>
1940
+ }
1941
+
1942
+ export type UserOrderTotals = {
1943
+ id: Maybe<Scalars['String']['output']>
1944
+ name: Maybe<Scalars['String']['output']>
1945
+ value: Maybe<Scalars['Float']['output']>
1946
+ }
1947
+
1948
+ export type UserOrderTrackingInformation = {
1949
+ city: Maybe<Scalars['String']['output']>
1950
+ description: Maybe<Scalars['String']['output']>
1951
+ lastChange: Maybe<Scalars['String']['output']>
1952
+ state: Maybe<Scalars['String']['output']>
1953
+ }
1954
+
1955
+ export type UserOrderTransactions = {
1956
+ isActive: Maybe<Scalars['Boolean']['output']>
1957
+ merchantName: Maybe<Scalars['String']['output']>
1958
+ payments: Maybe<Array<Maybe<UserOrderPayments>>>
1959
+ transactionId: Maybe<Scalars['String']['output']>
1960
+ }
1961
+
1212
1962
  export type ProductSummary_ProductFragment = {
1213
1963
  slug: string
1214
1964
  sku: string
@@ -1450,6 +2200,768 @@ export type ServerProductQueryQuery = {
1450
2200
  }
1451
2201
  }
1452
2202
 
2203
+ export type UserOrderItemsFragmentFragment = {
2204
+ id: string | null
2205
+ name: string | null
2206
+ quantity: number | null
2207
+ sellingPrice: number | null
2208
+ unitMultiplier: number | null
2209
+ measurementUnit: string | null
2210
+ imageUrl: string | null
2211
+ detailUrl: string | null
2212
+ refId: string | null
2213
+ rewardValue: number | null
2214
+ }
2215
+
2216
+ export type ServerOrderDetailsQueryQueryVariables = Exact<{
2217
+ orderId: Scalars['String']['input']
2218
+ }>
2219
+
2220
+ export type ServerOrderDetailsQueryQuery = {
2221
+ userOrder: {
2222
+ orderId: string | null
2223
+ sequence: string | null
2224
+ marketplaceOrderId: string | null
2225
+ marketplaceServicesEndpoint: string | null
2226
+ sellerOrderId: string | null
2227
+ origin: string | null
2228
+ affiliateId: string | null
2229
+ salesChannel: string | null
2230
+ merchantName: string | null
2231
+ status: string | null
2232
+ workflowIsInError: boolean | null
2233
+ statusDescription: string | null
2234
+ value: number | null
2235
+ creationDate: string | null
2236
+ lastChange: string | null
2237
+ orderGroup: string | null
2238
+ giftRegistryData: string | null
2239
+ marketingData: string | null
2240
+ callCenterOperatorData: string | null
2241
+ followUpEmail: string | null
2242
+ lastMessage: string | null
2243
+ hostname: string | null
2244
+ invoiceData: string | null
2245
+ changesAttachment: string | null
2246
+ openTextField: string | null
2247
+ roundingError: number | null
2248
+ orderFormId: string | null
2249
+ commercialConditionData: string | null
2250
+ isCompleted: boolean | null
2251
+ allowCancellation: boolean | null
2252
+ allowEdition: boolean | null
2253
+ isCheckedIn: boolean | null
2254
+ authorizedDate: string | null
2255
+ invoicedDate: string | null
2256
+ cancelReason: string | null
2257
+ subscriptionData: string | null
2258
+ taxData: string | null
2259
+ checkedInPickupPointId: string | null
2260
+ customData: {
2261
+ customApps: Array<{
2262
+ id: string | null
2263
+ major: number | null
2264
+ fields: { cartEtag: string | null } | null
2265
+ } | null> | null
2266
+ } | null
2267
+ cancellationData: {
2268
+ RequestedByUser: boolean | null
2269
+ RequestedBySystem: boolean | null
2270
+ RequestedBySellerNotification: boolean | null
2271
+ RequestedByPaymentNotification: boolean | null
2272
+ Reason: string | null
2273
+ CancellationDate: string | null
2274
+ } | null
2275
+ cancellationRequests: Array<{
2276
+ id: string | null
2277
+ reason: string | null
2278
+ cancellationRequestDate: string | null
2279
+ requestedByUser: boolean | null
2280
+ deniedBySeller: boolean | null
2281
+ deniedBySellerReason: string | null
2282
+ cancellationRequestDenyDate: string | null
2283
+ } | null> | null
2284
+ clientPreferencesData: {
2285
+ locale: string | null
2286
+ optinNewsLetter: boolean | null
2287
+ } | null
2288
+ itemMetadata: {
2289
+ Items: Array<{
2290
+ Id: string | null
2291
+ Seller: string | null
2292
+ Name: string | null
2293
+ SkuName: string | null
2294
+ ProductId: string | null
2295
+ RefId: string | null
2296
+ Ean: string | null
2297
+ ImageUrl: string | null
2298
+ DetailUrl: string | null
2299
+ AssemblyOptions: Array<{
2300
+ Id: string | null
2301
+ Name: string | null
2302
+ Required: boolean | null
2303
+ } | null> | null
2304
+ } | null> | null
2305
+ } | null
2306
+ marketplace: {
2307
+ baseURL: string | null
2308
+ isCertified: string | null
2309
+ name: string | null
2310
+ } | null
2311
+ storePreferencesData: {
2312
+ countryCode: string | null
2313
+ currencyCode: string | null
2314
+ currencyLocale: number | null
2315
+ currencySymbol: string | null
2316
+ timeZone: string | null
2317
+ currencyFormatInfo: {
2318
+ CurrencyDecimalDigits: number | null
2319
+ CurrencyDecimalSeparator: string | null
2320
+ CurrencyGroupSeparator: string | null
2321
+ CurrencyGroupSize: number | null
2322
+ StartsWithCurrencySymbol: boolean | null
2323
+ } | null
2324
+ } | null
2325
+ sellers: Array<{
2326
+ id: string | null
2327
+ name: string | null
2328
+ logo: string | null
2329
+ fulfillmentEndpoint: string | null
2330
+ } | null> | null
2331
+ packageAttachment: {
2332
+ packages: Array<{
2333
+ courier: string | null
2334
+ invoiceNumber: string
2335
+ invoiceUrl: string | null
2336
+ invoiceValue: number
2337
+ extraValue: number | null
2338
+ issuanceDate: string | null
2339
+ trackingNumber: string | null
2340
+ trackingUrl: string | null
2341
+ invoiceKey: string | null
2342
+ type: UserOrderInvoiceType | null
2343
+ courierStatus: {
2344
+ finished: boolean | null
2345
+ status: string | null
2346
+ data: Array<{
2347
+ city: string | null
2348
+ description: string | null
2349
+ lastChange: string | null
2350
+ state: string | null
2351
+ }> | null
2352
+ } | null
2353
+ items: Array<{
2354
+ description: string | null
2355
+ itemIndex: number | null
2356
+ price: number | null
2357
+ quantity: number | null
2358
+ }> | null
2359
+ restitutions: {
2360
+ Refund: {
2361
+ value: number | null
2362
+ items: Array<{
2363
+ useFreight: boolean | null
2364
+ isCompensation: boolean | null
2365
+ compensationValue: number | null
2366
+ itemIndex: number | null
2367
+ id: string | null
2368
+ quantity: number | null
2369
+ price: number | null
2370
+ description: string | null
2371
+ unitMultiplier: number | null
2372
+ }> | null
2373
+ } | null
2374
+ GiftCard: {
2375
+ value: number | null
2376
+ items: Array<{
2377
+ useFreight: boolean | null
2378
+ isCompensation: boolean | null
2379
+ compensationValue: number | null
2380
+ itemIndex: number | null
2381
+ id: string | null
2382
+ quantity: number | null
2383
+ price: number | null
2384
+ description: string | null
2385
+ unitMultiplier: number | null
2386
+ }> | null
2387
+ } | null
2388
+ } | null
2389
+ } | null> | null
2390
+ } | null
2391
+ paymentData: {
2392
+ giftCards: Array<string | null> | null
2393
+ transactions: Array<{
2394
+ isActive: boolean | null
2395
+ transactionId: string | null
2396
+ merchantName: string | null
2397
+ payments: Array<{
2398
+ id: string | null
2399
+ paymentSystem: string | null
2400
+ paymentSystemName: string | null
2401
+ value: number | null
2402
+ installments: number | null
2403
+ referenceValue: number | null
2404
+ cardHolder: string | null
2405
+ cardNumber: string | null
2406
+ firstDigits: string | null
2407
+ lastDigits: string | null
2408
+ cvv2: string | null
2409
+ expireMonth: string | null
2410
+ expireYear: string | null
2411
+ url: string | null
2412
+ giftCardId: string | null
2413
+ giftCardName: string | null
2414
+ giftCardCaption: string | null
2415
+ redemptionCode: string | null
2416
+ group: string | null
2417
+ tid: string | null
2418
+ dueDate: string | null
2419
+ giftCardProvider: string | null
2420
+ giftCardAsDiscount: string | null
2421
+ koinUrl: string | null
2422
+ accountId: string | null
2423
+ parentAccountId: string | null
2424
+ bankIssuedInvoiceIdentificationNumber: string | null
2425
+ bankIssuedInvoiceIdentificationNumberFormatted: string | null
2426
+ bankIssuedInvoiceBarCodeNumber: string | null
2427
+ bankIssuedInvoiceBarCodeType: string | null
2428
+ billingAddress: string | null
2429
+ paymentOrigin: string | null
2430
+ connectorResponses: {
2431
+ Message: string | null
2432
+ ReturnCode: string | null
2433
+ Tid: string | null
2434
+ authId: string | null
2435
+ } | null
2436
+ } | null> | null
2437
+ } | null> | null
2438
+ } | null
2439
+ shippingData: {
2440
+ id: string | null
2441
+ trackingHints: string | null
2442
+ contactInformation: Array<{
2443
+ id: string
2444
+ email: string | null
2445
+ firstName: string | null
2446
+ lastName: string | null
2447
+ document: string | null
2448
+ documentType: string | null
2449
+ phone: string | null
2450
+ } | null> | null
2451
+ availableAddresses: Array<{
2452
+ addressId: string | null
2453
+ versionId: string | null
2454
+ entityId: string | null
2455
+ addressType: string | null
2456
+ receiverName: string | null
2457
+ street: string | null
2458
+ number: string | null
2459
+ complement: string | null
2460
+ neighborhood: string | null
2461
+ postalCode: string | null
2462
+ city: string | null
2463
+ state: string | null
2464
+ country: string | null
2465
+ reference: string | null
2466
+ geoCoordinates: Array<number | null> | null
2467
+ } | null> | null
2468
+ selectedAddresses: Array<{
2469
+ addressId: string | null
2470
+ versionId: string | null
2471
+ entityId: string | null
2472
+ addressType: string | null
2473
+ receiverName: string | null
2474
+ street: string | null
2475
+ number: string | null
2476
+ complement: string | null
2477
+ neighborhood: string | null
2478
+ postalCode: string | null
2479
+ city: string | null
2480
+ state: string | null
2481
+ country: string | null
2482
+ reference: string | null
2483
+ geoCoordinates: Array<number | null> | null
2484
+ } | null> | null
2485
+ logisticsInfo: Array<{
2486
+ itemIndex: number | null
2487
+ itemId: string | null
2488
+ selectedDeliveryChannel: string | null
2489
+ selectedSla: string | null
2490
+ lockTTL: string | null
2491
+ price: number | null
2492
+ listPrice: number | null
2493
+ sellingPrice: number | null
2494
+ deliveryCompany: string | null
2495
+ shippingEstimate: string | null
2496
+ shippingEstimateDate: string | null
2497
+ deliveryChannel: string | null
2498
+ addressId: string | null
2499
+ versionId: string | null
2500
+ entityId: string | null
2501
+ polygonName: string | null
2502
+ pickupPointId: string | null
2503
+ transitTime: string | null
2504
+ shipsTo: Array<string | null> | null
2505
+ deliveryWindow: {
2506
+ startDateUtc: string | null
2507
+ endDateUtc: string | null
2508
+ price: number | null
2509
+ } | null
2510
+ pickupStoreInfo: {
2511
+ additionalInfo: string | null
2512
+ dockId: string | null
2513
+ friendlyName: string | null
2514
+ isPickupStore: boolean | null
2515
+ address: {
2516
+ addressType: string | null
2517
+ receiverName: string | null
2518
+ addressId: string | null
2519
+ versionId: string | null
2520
+ entityId: string | null
2521
+ postalCode: string | null
2522
+ city: string | null
2523
+ state: string | null
2524
+ country: string | null
2525
+ street: string | null
2526
+ number: string | null
2527
+ neighborhood: string | null
2528
+ complement: string | null
2529
+ reference: string | null
2530
+ geoCoordinates: Array<number | null> | null
2531
+ } | null
2532
+ } | null
2533
+ deliveryChannels: Array<{
2534
+ id: string | null
2535
+ stockBalance: number | null
2536
+ } | null> | null
2537
+ deliveryIds: Array<{
2538
+ courierId: string | null
2539
+ courierName: string | null
2540
+ dockId: string | null
2541
+ quantity: number | null
2542
+ warehouseId: string | null
2543
+ accountCarrierName: string | null
2544
+ kitItemDetails: Array<string | null> | null
2545
+ } | null> | null
2546
+ slas: Array<{
2547
+ id: string | null
2548
+ name: string | null
2549
+ shippingEstimate: string | null
2550
+ shippingEstimateDate: string | null
2551
+ listPrice: number | null
2552
+ price: number | null
2553
+ deliveryChannel: string | null
2554
+ polygonName: string | null
2555
+ lockTTL: string | null
2556
+ pickupPointId: string | null
2557
+ transitTime: string | null
2558
+ pickupDistance: number | null
2559
+ deliveryWindow: {
2560
+ startDateUtc: string | null
2561
+ endDateUtc: string | null
2562
+ price: number | null
2563
+ } | null
2564
+ pickupStoreInfo: {
2565
+ additionalInfo: string | null
2566
+ dockId: string | null
2567
+ friendlyName: string | null
2568
+ isPickupStore: boolean | null
2569
+ address: {
2570
+ addressType: string | null
2571
+ receiverName: string | null
2572
+ addressId: string | null
2573
+ versionId: string | null
2574
+ entityId: string | null
2575
+ postalCode: string | null
2576
+ city: string | null
2577
+ state: string | null
2578
+ country: string | null
2579
+ street: string | null
2580
+ number: string | null
2581
+ neighborhood: string | null
2582
+ complement: string | null
2583
+ reference: string | null
2584
+ geoCoordinates: Array<number | null> | null
2585
+ } | null
2586
+ } | null
2587
+ deliveryIds: Array<{
2588
+ courierId: string | null
2589
+ courierName: string | null
2590
+ dockId: string | null
2591
+ quantity: number | null
2592
+ warehouseId: string | null
2593
+ accountCarrierName: string | null
2594
+ kitItemDetails: Array<string | null> | null
2595
+ } | null> | null
2596
+ availableDeliveryWindows: Array<{
2597
+ startDateUtc: string | null
2598
+ endDateUtc: string | null
2599
+ price: number | null
2600
+ } | null> | null
2601
+ } | null> | null
2602
+ } | null> | null
2603
+ address: {
2604
+ addressType: string | null
2605
+ receiverName: string | null
2606
+ addressId: string | null
2607
+ versionId: string | null
2608
+ entityId: string | null
2609
+ postalCode: string | null
2610
+ city: string | null
2611
+ state: string | null
2612
+ country: string | null
2613
+ street: string | null
2614
+ number: string | null
2615
+ neighborhood: string | null
2616
+ complement: string | null
2617
+ reference: string | null
2618
+ geoCoordinates: Array<number | null> | null
2619
+ } | null
2620
+ } | null
2621
+ ratesAndBenefitsData: {
2622
+ id: string | null
2623
+ rateAndBenefitsIdentifiers: Array<{
2624
+ id: string | null
2625
+ additionalInfo: string | null
2626
+ description: string | null
2627
+ featured: boolean | null
2628
+ name: string | null
2629
+ } | null> | null
2630
+ } | null
2631
+ clientProfileData: {
2632
+ id: string | null
2633
+ email: string | null
2634
+ firstName: string | null
2635
+ lastName: string | null
2636
+ documentType: string | null
2637
+ document: string | null
2638
+ phone: string | null
2639
+ corporateName: string | null
2640
+ tradeName: string | null
2641
+ corporateDocument: string | null
2642
+ stateInscription: string | null
2643
+ corporatePhone: string | null
2644
+ isCorporate: boolean | null
2645
+ userProfileId: string | null
2646
+ userProfileVersion: string | null
2647
+ customerClass: string | null
2648
+ customerCode: string | null
2649
+ } | null
2650
+ items: Array<{
2651
+ uniqueId: string | null
2652
+ id: string | null
2653
+ productId: string | null
2654
+ ean: string | null
2655
+ lockId: string | null
2656
+ quantity: number | null
2657
+ seller: string | null
2658
+ name: string | null
2659
+ refId: string | null
2660
+ price: number | null
2661
+ listPrice: number | null
2662
+ manualPrice: string | null
2663
+ manualPriceAppliedBy: string | null
2664
+ imageUrl: string | null
2665
+ detailUrl: string | null
2666
+ sellerSku: string | null
2667
+ priceValidUntil: string | null
2668
+ commission: number | null
2669
+ tax: number | null
2670
+ preSaleDate: string | null
2671
+ measurementUnit: string | null
2672
+ unitMultiplier: number | null
2673
+ sellingPrice: number | null
2674
+ isGift: boolean | null
2675
+ shippingPrice: string | null
2676
+ rewardValue: number | null
2677
+ freightCommission: number | null
2678
+ taxCode: string | null
2679
+ parentItemIndex: string | null
2680
+ parentAssemblyBinding: string | null
2681
+ callCenterOperator: string | null
2682
+ serialNumbers: string | null
2683
+ costPrice: number | null
2684
+ assemblies: Array<string | null> | null
2685
+ params: Array<string | null> | null
2686
+ priceDefinition: {
2687
+ calculatedSellingPrice: number | null
2688
+ total: number | null
2689
+ reason: string | null
2690
+ sellingPrices: Array<{
2691
+ value: number | null
2692
+ quantity: number | null
2693
+ } | null> | null
2694
+ } | null
2695
+ additionalInfo: {
2696
+ brandName: string | null
2697
+ brandId: string | null
2698
+ categoriesIds: string | null
2699
+ productClusterId: string | null
2700
+ commercialConditionId: string | null
2701
+ offeringInfo: string | null
2702
+ offeringType: string | null
2703
+ offeringTypeId: string | null
2704
+ dimension: {
2705
+ cubicweight: number | null
2706
+ height: number | null
2707
+ length: number | null
2708
+ weight: number | null
2709
+ width: number | null
2710
+ } | null
2711
+ categories: Array<{
2712
+ id: number | null
2713
+ name: string | null
2714
+ } | null> | null
2715
+ } | null
2716
+ attachmentOfferings: Array<{
2717
+ name: string | null
2718
+ required: boolean | null
2719
+ } | null> | null
2720
+ offerings: Array<{
2721
+ type: string | null
2722
+ id: string | null
2723
+ name: string | null
2724
+ price: number | null
2725
+ } | null> | null
2726
+ bundleItems: Array<{
2727
+ id: string | null
2728
+ name: string | null
2729
+ quantity: number | null
2730
+ sellingPrice: number | null
2731
+ unitMultiplier: number | null
2732
+ measurementUnit: string | null
2733
+ imageUrl: string | null
2734
+ detailUrl: string | null
2735
+ refId: string | null
2736
+ rewardValue: number | null
2737
+ attachments: Array<{
2738
+ name: string | null
2739
+ content: any | null
2740
+ } | null> | null
2741
+ } | null> | null
2742
+ components: Array<{
2743
+ id: string | null
2744
+ name: string | null
2745
+ quantity: number | null
2746
+ sellingPrice: number | null
2747
+ unitMultiplier: number | null
2748
+ measurementUnit: string | null
2749
+ imageUrl: string | null
2750
+ detailUrl: string | null
2751
+ refId: string | null
2752
+ rewardValue: number | null
2753
+ } | null> | null
2754
+ priceTags: Array<{
2755
+ name: string
2756
+ value: number | null
2757
+ rawValue: number
2758
+ isPercentual: boolean | null
2759
+ } | null> | null
2760
+ attachments: Array<{
2761
+ name: string | null
2762
+ content: any | null
2763
+ } | null> | null
2764
+ itemAttachment: { name: string | null } | null
2765
+ } | null> | null
2766
+ totals: Array<{
2767
+ id: string | null
2768
+ name: string | null
2769
+ value: number | null
2770
+ } | null> | null
2771
+ deliveryOptionsData: {
2772
+ deliveryOptions: Array<{
2773
+ selectedSla: string | null
2774
+ deliveryChannel: string | null
2775
+ deliveryCompany: string | null
2776
+ shippingEstimate: string | null
2777
+ shippingEstimateDate: string | null
2778
+ friendlyShippingEstimate: string | null
2779
+ friendlyDeliveryOptionName: string | null
2780
+ seller: string | null
2781
+ quantityOfDifferentItems: number | null
2782
+ total: number | null
2783
+ deliveryWindow: {
2784
+ startDateUtc: string | null
2785
+ endDateUtc: string | null
2786
+ price: number | null
2787
+ } | null
2788
+ address: {
2789
+ addressType: string | null
2790
+ receiverName: string | null
2791
+ addressId: string | null
2792
+ versionId: string | null
2793
+ entityId: string | null
2794
+ postalCode: string | null
2795
+ city: string | null
2796
+ state: string | null
2797
+ country: string | null
2798
+ street: string | null
2799
+ number: string | null
2800
+ neighborhood: string | null
2801
+ complement: string | null
2802
+ reference: string | null
2803
+ geoCoordinates: Array<number | null> | null
2804
+ } | null
2805
+ pickupStoreInfo: {
2806
+ additionalInfo: string | null
2807
+ dockId: string | null
2808
+ friendlyName: string | null
2809
+ isPickupStore: boolean | null
2810
+ address: {
2811
+ addressType: string | null
2812
+ receiverName: string | null
2813
+ addressId: string | null
2814
+ versionId: string | null
2815
+ entityId: string | null
2816
+ postalCode: string | null
2817
+ city: string | null
2818
+ state: string | null
2819
+ country: string | null
2820
+ street: string | null
2821
+ number: string | null
2822
+ neighborhood: string | null
2823
+ complement: string | null
2824
+ reference: string | null
2825
+ geoCoordinates: Array<number | null> | null
2826
+ } | null
2827
+ } | null
2828
+ items: Array<{
2829
+ id: string | null
2830
+ name: string | null
2831
+ quantity: number | null
2832
+ price: number | null
2833
+ imageUrl: string | null
2834
+ tax: number | null
2835
+ total: number | null
2836
+ } | null> | null
2837
+ } | null> | null
2838
+ contact: {
2839
+ email: string | null
2840
+ phone: string | null
2841
+ name: string | null
2842
+ } | null
2843
+ } | null
2844
+ customFields: Array<{
2845
+ type: string
2846
+ id: string | null
2847
+ fields: Array<{
2848
+ name: string
2849
+ value: string
2850
+ refId: string | null
2851
+ } | null> | null
2852
+ } | null> | null
2853
+ } | null
2854
+ }
2855
+
2856
+ export type ServerListOrdersQueryQueryVariables = Exact<{
2857
+ page: InputMaybe<Scalars['Int']['input']>
2858
+ perPage: InputMaybe<Scalars['Int']['input']>
2859
+ status: InputMaybe<
2860
+ | Array<InputMaybe<Scalars['String']['input']>>
2861
+ | InputMaybe<Scalars['String']['input']>
2862
+ >
2863
+ dateInitial: InputMaybe<Scalars['String']['input']>
2864
+ dateFinal: InputMaybe<Scalars['String']['input']>
2865
+ text: InputMaybe<Scalars['String']['input']>
2866
+ clientEmail: InputMaybe<Scalars['String']['input']>
2867
+ }>
2868
+
2869
+ export type ServerListOrdersQueryQuery = {
2870
+ listUserOrders: {
2871
+ facets: Array<string | null> | null
2872
+ reportRecordsLimit: number | null
2873
+ list: Array<{
2874
+ orderId: string | null
2875
+ creationDate: string | null
2876
+ clientName: string | null
2877
+ totalValue: number | null
2878
+ paymentNames: string | null
2879
+ status: string | null
2880
+ statusDescription: string | null
2881
+ marketPlaceOrderId: string | null
2882
+ sequence: string | null
2883
+ salesChannel: string | null
2884
+ affiliateId: string | null
2885
+ origin: string | null
2886
+ workflowInErrorState: boolean | null
2887
+ workflowInRetry: boolean | null
2888
+ lastMessageUnread: string | null
2889
+ ShippingEstimatedDate: string | null
2890
+ ShippingEstimatedDateMax: string | null
2891
+ ShippingEstimatedDateMin: string | null
2892
+ orderIsComplete: boolean | null
2893
+ listId: string | null
2894
+ listType: string | null
2895
+ authorizedDate: string | null
2896
+ callCenterOperatorName: string | null
2897
+ totalItems: number | null
2898
+ currencyCode: string | null
2899
+ hostname: string | null
2900
+ invoiceOutput: Array<string | null> | null
2901
+ invoiceInput: Array<string | null> | null
2902
+ lastChange: string | null
2903
+ isAllDelivered: boolean | null
2904
+ isAnyDelivered: boolean | null
2905
+ giftCardProviders: Array<string | null> | null
2906
+ orderFormId: string | null
2907
+ paymentApprovedDate: string | null
2908
+ readyForHandlingDate: string | null
2909
+ deliveryDates: Array<string | null> | null
2910
+ items: Array<{
2911
+ seller: string | null
2912
+ quantity: number | null
2913
+ description: string | null
2914
+ ean: string | null
2915
+ refId: string | null
2916
+ id: string | null
2917
+ productId: string | null
2918
+ sellingPrice: number | null
2919
+ price: number | null
2920
+ } | null> | null
2921
+ } | null> | null
2922
+ paging: {
2923
+ total: number | null
2924
+ pages: number | null
2925
+ currentPage: number | null
2926
+ perPage: number | null
2927
+ } | null
2928
+ stats: {
2929
+ stats: {
2930
+ totalValue: {
2931
+ Count: number | null
2932
+ Max: number | null
2933
+ Mean: number | null
2934
+ Min: number | null
2935
+ Missing: number | null
2936
+ StdDev: number | null
2937
+ Sum: number | null
2938
+ SumOfSquares: number | null
2939
+ Facets: any | null
2940
+ } | null
2941
+ totalItems: {
2942
+ Count: number | null
2943
+ Max: number | null
2944
+ Mean: number | null
2945
+ Min: number | null
2946
+ Missing: number | null
2947
+ StdDev: number | null
2948
+ Sum: number | null
2949
+ SumOfSquares: number | null
2950
+ Facets: any | null
2951
+ } | null
2952
+ } | null
2953
+ } | null
2954
+ } | null
2955
+ }
2956
+
2957
+ export type CancelOrderMutationMutationVariables = Exact<{
2958
+ data: IUserOrderCancel
2959
+ }>
2960
+
2961
+ export type CancelOrderMutationMutation = {
2962
+ cancelOrder: { data: string | null } | null
2963
+ }
2964
+
1453
2965
  export type ValidateCartMutationMutationVariables = Exact<{
1454
2966
  cart: IStoreCart
1455
2967
  session: IStoreSession
@@ -1877,7 +3389,18 @@ export type ValidateSessionMutation = {
1877
3389
  givenName: string
1878
3390
  familyName: string
1879
3391
  } | null
1880
- b2b: { customerId: string } | null
3392
+ b2b: {
3393
+ customerId: string
3394
+ isRepresentative: boolean | null
3395
+ unitName: string | null
3396
+ unitId: string | null
3397
+ isCorporate: boolean | null
3398
+ corporateName: string | null
3399
+ firstName: string | null
3400
+ lastName: string | null
3401
+ userName: string | null
3402
+ userEmail: string | null
3403
+ } | null
1881
3404
  marketingData: {
1882
3405
  utmCampaign: string | null
1883
3406
  utmMedium: string | null
@@ -2366,6 +3889,23 @@ export const ServerProductFragmentDoc = new TypedDocumentString(
2366
3889
  `,
2367
3890
  { fragmentName: 'ServerProduct' }
2368
3891
  ) as unknown as TypedDocumentString<ServerProductFragment, unknown>
3892
+ export const UserOrderItemsFragmentFragmentDoc = new TypedDocumentString(
3893
+ `
3894
+ fragment UserOrderItemsFragment on UserOrderItems {
3895
+ id
3896
+ name
3897
+ quantity
3898
+ sellingPrice
3899
+ unitMultiplier
3900
+ measurementUnit
3901
+ imageUrl
3902
+ detailUrl
3903
+ refId
3904
+ rewardValue
3905
+ }
3906
+ `,
3907
+ { fragmentName: 'UserOrderItemsFragment' }
3908
+ ) as unknown as TypedDocumentString<UserOrderItemsFragmentFragment, unknown>
2369
3909
  export const CartMessageFragmentDoc = new TypedDocumentString(
2370
3910
  `
2371
3911
  fragment CartMessage on StoreCartMessage {
@@ -2448,6 +3988,33 @@ export const ServerProductQueryDocument = {
2448
3988
  ServerProductQueryQuery,
2449
3989
  ServerProductQueryQueryVariables
2450
3990
  >
3991
+ export const ServerOrderDetailsQueryDocument = {
3992
+ __meta__: {
3993
+ operationName: 'ServerOrderDetailsQuery',
3994
+ operationHash: 'ff6bfc13b2150964c1988ba7e127eda8828a08d0',
3995
+ },
3996
+ } as unknown as TypedDocumentString<
3997
+ ServerOrderDetailsQueryQuery,
3998
+ ServerOrderDetailsQueryQueryVariables
3999
+ >
4000
+ export const ServerListOrdersQueryDocument = {
4001
+ __meta__: {
4002
+ operationName: 'ServerListOrdersQuery',
4003
+ operationHash: 'b88154468340d7d0dac6b3df8641bf6f54a554b7',
4004
+ },
4005
+ } as unknown as TypedDocumentString<
4006
+ ServerListOrdersQueryQuery,
4007
+ ServerListOrdersQueryQueryVariables
4008
+ >
4009
+ export const CancelOrderMutationDocument = {
4010
+ __meta__: {
4011
+ operationName: 'CancelOrderMutation',
4012
+ operationHash: 'e2b06da6840614d3c72768e56579b9d3b8e80802',
4013
+ },
4014
+ } as unknown as TypedDocumentString<
4015
+ CancelOrderMutationMutation,
4016
+ CancelOrderMutationMutationVariables
4017
+ >
2451
4018
  export const ValidateCartMutationDocument = {
2452
4019
  __meta__: {
2453
4020
  operationName: 'ValidateCartMutation',
@@ -2541,7 +4108,7 @@ export const ClientTopSearchSuggestionsQueryDocument = {
2541
4108
  export const ValidateSessionDocument = {
2542
4109
  __meta__: {
2543
4110
  operationName: 'ValidateSession',
2544
- operationHash: '6189ed611a20d9d5fe8ebebf61c87c9c29a5cef4',
4111
+ operationHash: 'd8eac720a2de6a517384127a199e27a623653394',
2545
4112
  },
2546
4113
  } as unknown as TypedDocumentString<
2547
4114
  ValidateSessionMutation,