@cimplify/sdk 0.44.34 → 0.45.1

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 (470) hide show
  1. package/README.md +21 -16
  2. package/dist/advanced.d.mts +1 -1
  3. package/dist/advanced.d.ts +1 -1
  4. package/dist/{client-5B9IPDmf.d.ts → client-Bsd4Vi_y.d.ts} +1 -0
  5. package/dist/{client-CpVMRI8V.d.mts → client-C5LcbNxL.d.mts} +1 -0
  6. package/dist/{client-DMhRxuzm.d.ts → client-DjzIoewX.d.ts} +1 -1
  7. package/dist/{client-Cwb1sMr3.d.mts → client-EM8xKCPO.d.mts} +1 -1
  8. package/dist/index.d.mts +1 -1
  9. package/dist/index.d.ts +1 -1
  10. package/dist/react.d.mts +120 -45
  11. package/dist/react.d.ts +120 -45
  12. package/dist/react.js +453 -97
  13. package/dist/react.mjs +452 -98
  14. package/dist/server.d.mts +2 -2
  15. package/dist/server.d.ts +2 -2
  16. package/dist/styles.css +2 -2
  17. package/dist/testing/suite.d.mts +2 -2
  18. package/dist/testing/suite.d.ts +2 -2
  19. package/dist/testing.d.mts +2 -2
  20. package/dist/testing.d.ts +2 -2
  21. package/package.json +5 -9
  22. package/registry/booking-page.json +2 -1
  23. package/registry/bookings-page.json +1 -1
  24. package/registry/index.json +24 -0
  25. package/dist/cli/commands/deploy.mjs +0 -717
  26. package/dist/cli/commands/dev.mjs +0 -479
  27. package/dist/cli/commands/domains.mjs +0 -769
  28. package/dist/cli/commands/env.mjs +0 -705
  29. package/dist/cli/commands/link.mjs +0 -378
  30. package/dist/cli/commands/login.mjs +0 -584
  31. package/dist/cli/commands/logout.mjs +0 -75
  32. package/dist/cli/commands/logs.mjs +0 -432
  33. package/dist/cli/commands/projects.mjs +0 -473
  34. package/dist/cli/commands/repo.mjs +0 -584
  35. package/dist/cli/commands/rollback.mjs +0 -553
  36. package/dist/cli/commands/status.mjs +0 -450
  37. package/dist/cli/commands/unlink.mjs +0 -79
  38. package/dist/cli/commands/whoami.mjs +0 -285
  39. package/dist/cli.js +0 -184
  40. package/dist/dispatcher.mjs +0 -360
  41. package/registry/service-card.json +0 -16
  42. package/registry/service-grid.json +0 -16
  43. package/templates/storefront-bakery/.claude/skills/cimplify-storefront/SKILL.md +0 -145
  44. package/templates/storefront-bakery/.cursor/rules/cimplify-storefront.mdc +0 -25
  45. package/templates/storefront-bakery/.env.example +0 -16
  46. package/templates/storefront-bakery/AGENTS.md +0 -120
  47. package/templates/storefront-bakery/CLAUDE.md +0 -22
  48. package/templates/storefront-bakery/README.md +0 -73
  49. package/templates/storefront-bakery/__tests__/brand.test.ts +0 -4
  50. package/templates/storefront-bakery/__tests__/cart-flow.test.ts +0 -4
  51. package/templates/storefront-bakery/__tests__/contract.test.ts +0 -4
  52. package/templates/storefront-bakery/app/about/page.tsx +0 -38
  53. package/templates/storefront-bakery/app/accessibility/page.tsx +0 -11
  54. package/templates/storefront-bakery/app/account/addresses/page.tsx +0 -21
  55. package/templates/storefront-bakery/app/account/orders/page.tsx +0 -21
  56. package/templates/storefront-bakery/app/account/page.tsx +0 -22
  57. package/templates/storefront-bakery/app/account/settings/page.tsx +0 -21
  58. package/templates/storefront-bakery/app/cart/page.tsx +0 -9
  59. package/templates/storefront-bakery/app/categories/[slug]/listing-client.tsx +0 -19
  60. package/templates/storefront-bakery/app/categories/[slug]/page.tsx +0 -118
  61. package/templates/storefront-bakery/app/checkout/page.tsx +0 -17
  62. package/templates/storefront-bakery/app/collections/[slug]/listing-client.tsx +0 -20
  63. package/templates/storefront-bakery/app/collections/[slug]/page.tsx +0 -118
  64. package/templates/storefront-bakery/app/contact/contact-form.tsx +0 -109
  65. package/templates/storefront-bakery/app/contact/page.tsx +0 -54
  66. package/templates/storefront-bakery/app/error.tsx +0 -60
  67. package/templates/storefront-bakery/app/faq/page.tsx +0 -46
  68. package/templates/storefront-bakery/app/globals.css +0 -47
  69. package/templates/storefront-bakery/app/layout.tsx +0 -82
  70. package/templates/storefront-bakery/app/llms.txt/route.ts +0 -94
  71. package/templates/storefront-bakery/app/login/page.tsx +0 -17
  72. package/templates/storefront-bakery/app/not-found.tsx +0 -39
  73. package/templates/storefront-bakery/app/opensearch.xml/route.ts +0 -37
  74. package/templates/storefront-bakery/app/orders/[id]/page.tsx +0 -21
  75. package/templates/storefront-bakery/app/page.tsx +0 -97
  76. package/templates/storefront-bakery/app/privacy/page.tsx +0 -44
  77. package/templates/storefront-bakery/app/returns/page.tsx +0 -11
  78. package/templates/storefront-bakery/app/robots.ts +0 -18
  79. package/templates/storefront-bakery/app/search/page.tsx +0 -38
  80. package/templates/storefront-bakery/app/search/search-client.tsx +0 -7
  81. package/templates/storefront-bakery/app/shipping/page.tsx +0 -16
  82. package/templates/storefront-bakery/app/shop/page.tsx +0 -31
  83. package/templates/storefront-bakery/app/shop/shop-client.tsx +0 -27
  84. package/templates/storefront-bakery/app/signup/page.tsx +0 -17
  85. package/templates/storefront-bakery/app/sitemap-page/page.tsx +0 -167
  86. package/templates/storefront-bakery/app/sitemap.ts +0 -62
  87. package/templates/storefront-bakery/app/terms/page.tsx +0 -44
  88. package/templates/storefront-bakery/app/track-order/page.tsx +0 -24
  89. package/templates/storefront-bakery/app/track-order/track-order-form.tsx +0 -69
  90. package/templates/storefront-bakery/components/account-iframe.tsx +0 -13
  91. package/templates/storefront-bakery/components/cart-drawer.tsx +0 -14
  92. package/templates/storefront-bakery/components/cart-pill.tsx +0 -36
  93. package/templates/storefront-bakery/components/category-grid.tsx +0 -28
  94. package/templates/storefront-bakery/components/collection-strip.tsx +0 -45
  95. package/templates/storefront-bakery/components/footer.tsx +0 -148
  96. package/templates/storefront-bakery/components/header.tsx +0 -43
  97. package/templates/storefront-bakery/components/hero.tsx +0 -25
  98. package/templates/storefront-bakery/components/nav-link.tsx +0 -20
  99. package/templates/storefront-bakery/components/policy-page.tsx +0 -49
  100. package/templates/storefront-bakery/components/product-modal.tsx +0 -104
  101. package/templates/storefront-bakery/components/providers.tsx +0 -35
  102. package/templates/storefront-bakery/components/store-product-card.tsx +0 -87
  103. package/templates/storefront-bakery/lib/brand.ts +0 -570
  104. package/templates/storefront-bakery/lib/cart.ts +0 -12
  105. package/templates/storefront-bakery/next.config.ts +0 -42
  106. package/templates/storefront-bakery/package.json +0 -35
  107. package/templates/storefront-bakery/postcss.config.mjs +0 -7
  108. package/templates/storefront-bakery/tsconfig.json +0 -23
  109. package/templates/storefront-bakery/vitest.config.ts +0 -9
  110. package/templates/storefront-fashion/.claude/skills/cimplify-storefront/SKILL.md +0 -145
  111. package/templates/storefront-fashion/.cursor/rules/cimplify-storefront.mdc +0 -25
  112. package/templates/storefront-fashion/.env.example +0 -16
  113. package/templates/storefront-fashion/AGENTS.md +0 -126
  114. package/templates/storefront-fashion/CLAUDE.md +0 -22
  115. package/templates/storefront-fashion/README.md +0 -77
  116. package/templates/storefront-fashion/__tests__/brand.test.ts +0 -4
  117. package/templates/storefront-fashion/__tests__/cart-flow.test.ts +0 -55
  118. package/templates/storefront-fashion/__tests__/contract.test.ts +0 -4
  119. package/templates/storefront-fashion/app/about/page.tsx +0 -41
  120. package/templates/storefront-fashion/app/accessibility/page.tsx +0 -11
  121. package/templates/storefront-fashion/app/account/addresses/page.tsx +0 -21
  122. package/templates/storefront-fashion/app/account/orders/page.tsx +0 -21
  123. package/templates/storefront-fashion/app/account/page.tsx +0 -22
  124. package/templates/storefront-fashion/app/account/settings/page.tsx +0 -21
  125. package/templates/storefront-fashion/app/cart/page.tsx +0 -9
  126. package/templates/storefront-fashion/app/categories/[slug]/listing-client.tsx +0 -19
  127. package/templates/storefront-fashion/app/categories/[slug]/page.tsx +0 -130
  128. package/templates/storefront-fashion/app/checkout/page.tsx +0 -17
  129. package/templates/storefront-fashion/app/collections/[slug]/listing-client.tsx +0 -20
  130. package/templates/storefront-fashion/app/collections/[slug]/page.tsx +0 -130
  131. package/templates/storefront-fashion/app/contact/contact-form.tsx +0 -109
  132. package/templates/storefront-fashion/app/contact/page.tsx +0 -54
  133. package/templates/storefront-fashion/app/error.tsx +0 -61
  134. package/templates/storefront-fashion/app/faq/page.tsx +0 -46
  135. package/templates/storefront-fashion/app/globals.css +0 -46
  136. package/templates/storefront-fashion/app/layout.tsx +0 -78
  137. package/templates/storefront-fashion/app/llms.txt/route.ts +0 -94
  138. package/templates/storefront-fashion/app/login/page.tsx +0 -17
  139. package/templates/storefront-fashion/app/lookbook/page.tsx +0 -132
  140. package/templates/storefront-fashion/app/not-found.tsx +0 -39
  141. package/templates/storefront-fashion/app/opensearch.xml/route.ts +0 -37
  142. package/templates/storefront-fashion/app/orders/[id]/page.tsx +0 -24
  143. package/templates/storefront-fashion/app/page.tsx +0 -183
  144. package/templates/storefront-fashion/app/privacy/page.tsx +0 -44
  145. package/templates/storefront-fashion/app/products/[slug]/page.tsx +0 -165
  146. package/templates/storefront-fashion/app/products/[slug]/product-detail.tsx +0 -70
  147. package/templates/storefront-fashion/app/returns/page.tsx +0 -11
  148. package/templates/storefront-fashion/app/robots.ts +0 -18
  149. package/templates/storefront-fashion/app/search/page.tsx +0 -38
  150. package/templates/storefront-fashion/app/search/search-client.tsx +0 -7
  151. package/templates/storefront-fashion/app/shipping/page.tsx +0 -16
  152. package/templates/storefront-fashion/app/shop/page.tsx +0 -63
  153. package/templates/storefront-fashion/app/shop/shop-client.tsx +0 -32
  154. package/templates/storefront-fashion/app/signup/page.tsx +0 -17
  155. package/templates/storefront-fashion/app/sitemap-page/page.tsx +0 -167
  156. package/templates/storefront-fashion/app/sitemap.ts +0 -59
  157. package/templates/storefront-fashion/app/size-guide/page.tsx +0 -155
  158. package/templates/storefront-fashion/app/terms/page.tsx +0 -44
  159. package/templates/storefront-fashion/app/track-order/page.tsx +0 -24
  160. package/templates/storefront-fashion/app/track-order/track-order-form.tsx +0 -69
  161. package/templates/storefront-fashion/components/account-iframe.tsx +0 -13
  162. package/templates/storefront-fashion/components/brand-marquee.tsx +0 -27
  163. package/templates/storefront-fashion/components/cart-drawer.tsx +0 -14
  164. package/templates/storefront-fashion/components/cart-pill.tsx +0 -36
  165. package/templates/storefront-fashion/components/category-grid.tsx +0 -28
  166. package/templates/storefront-fashion/components/category-tiles.tsx +0 -104
  167. package/templates/storefront-fashion/components/collection-strip.tsx +0 -45
  168. package/templates/storefront-fashion/components/feature-hero.tsx +0 -82
  169. package/templates/storefront-fashion/components/footer.tsx +0 -153
  170. package/templates/storefront-fashion/components/header.tsx +0 -43
  171. package/templates/storefront-fashion/components/hero.tsx +0 -28
  172. package/templates/storefront-fashion/components/nav-link.tsx +0 -20
  173. package/templates/storefront-fashion/components/newsletter.tsx +0 -50
  174. package/templates/storefront-fashion/components/policy-page.tsx +0 -49
  175. package/templates/storefront-fashion/components/promo-banner.tsx +0 -41
  176. package/templates/storefront-fashion/components/providers.tsx +0 -35
  177. package/templates/storefront-fashion/components/section-heading.tsx +0 -37
  178. package/templates/storefront-fashion/components/store-product-card.tsx +0 -87
  179. package/templates/storefront-fashion/components/trade-in-cta.tsx +0 -54
  180. package/templates/storefront-fashion/components/trust-bar.tsx +0 -66
  181. package/templates/storefront-fashion/e2e/visual.spec.ts +0 -52
  182. package/templates/storefront-fashion/lib/brand.ts +0 -518
  183. package/templates/storefront-fashion/lib/cart.ts +0 -12
  184. package/templates/storefront-fashion/next.config.ts +0 -42
  185. package/templates/storefront-fashion/package.json +0 -38
  186. package/templates/storefront-fashion/playwright.config.ts +0 -48
  187. package/templates/storefront-fashion/postcss.config.mjs +0 -7
  188. package/templates/storefront-fashion/tsconfig.json +0 -23
  189. package/templates/storefront-fashion/vitest.config.ts +0 -9
  190. package/templates/storefront-grocery/.claude/skills/cimplify-storefront/SKILL.md +0 -145
  191. package/templates/storefront-grocery/.cursor/rules/cimplify-storefront.mdc +0 -25
  192. package/templates/storefront-grocery/.env.example +0 -16
  193. package/templates/storefront-grocery/AGENTS.md +0 -96
  194. package/templates/storefront-grocery/CLAUDE.md +0 -22
  195. package/templates/storefront-grocery/README.md +0 -73
  196. package/templates/storefront-grocery/__tests__/brand.test.ts +0 -4
  197. package/templates/storefront-grocery/__tests__/cart-flow.test.ts +0 -4
  198. package/templates/storefront-grocery/__tests__/contract.test.ts +0 -4
  199. package/templates/storefront-grocery/app/about/page.tsx +0 -38
  200. package/templates/storefront-grocery/app/accessibility/page.tsx +0 -11
  201. package/templates/storefront-grocery/app/account/addresses/page.tsx +0 -21
  202. package/templates/storefront-grocery/app/account/orders/page.tsx +0 -21
  203. package/templates/storefront-grocery/app/account/page.tsx +0 -22
  204. package/templates/storefront-grocery/app/account/settings/page.tsx +0 -21
  205. package/templates/storefront-grocery/app/cart/page.tsx +0 -9
  206. package/templates/storefront-grocery/app/categories/[slug]/listing-client.tsx +0 -19
  207. package/templates/storefront-grocery/app/categories/[slug]/page.tsx +0 -118
  208. package/templates/storefront-grocery/app/checkout/page.tsx +0 -17
  209. package/templates/storefront-grocery/app/collections/[slug]/listing-client.tsx +0 -20
  210. package/templates/storefront-grocery/app/collections/[slug]/page.tsx +0 -118
  211. package/templates/storefront-grocery/app/contact/contact-form.tsx +0 -109
  212. package/templates/storefront-grocery/app/contact/page.tsx +0 -54
  213. package/templates/storefront-grocery/app/error.tsx +0 -60
  214. package/templates/storefront-grocery/app/faq/page.tsx +0 -46
  215. package/templates/storefront-grocery/app/globals.css +0 -45
  216. package/templates/storefront-grocery/app/layout.tsx +0 -77
  217. package/templates/storefront-grocery/app/llms.txt/route.ts +0 -94
  218. package/templates/storefront-grocery/app/login/page.tsx +0 -17
  219. package/templates/storefront-grocery/app/not-found.tsx +0 -39
  220. package/templates/storefront-grocery/app/opensearch.xml/route.ts +0 -37
  221. package/templates/storefront-grocery/app/orders/[id]/page.tsx +0 -21
  222. package/templates/storefront-grocery/app/page.tsx +0 -97
  223. package/templates/storefront-grocery/app/privacy/page.tsx +0 -44
  224. package/templates/storefront-grocery/app/returns/page.tsx +0 -11
  225. package/templates/storefront-grocery/app/robots.ts +0 -18
  226. package/templates/storefront-grocery/app/search/page.tsx +0 -38
  227. package/templates/storefront-grocery/app/search/search-client.tsx +0 -7
  228. package/templates/storefront-grocery/app/shipping/page.tsx +0 -16
  229. package/templates/storefront-grocery/app/shop/page.tsx +0 -31
  230. package/templates/storefront-grocery/app/shop/shop-client.tsx +0 -27
  231. package/templates/storefront-grocery/app/signup/page.tsx +0 -17
  232. package/templates/storefront-grocery/app/sitemap-page/page.tsx +0 -167
  233. package/templates/storefront-grocery/app/sitemap.ts +0 -62
  234. package/templates/storefront-grocery/app/terms/page.tsx +0 -44
  235. package/templates/storefront-grocery/app/track-order/page.tsx +0 -24
  236. package/templates/storefront-grocery/app/track-order/track-order-form.tsx +0 -69
  237. package/templates/storefront-grocery/components/account-iframe.tsx +0 -13
  238. package/templates/storefront-grocery/components/cart-drawer.tsx +0 -14
  239. package/templates/storefront-grocery/components/cart-pill.tsx +0 -36
  240. package/templates/storefront-grocery/components/category-grid.tsx +0 -28
  241. package/templates/storefront-grocery/components/collection-strip.tsx +0 -45
  242. package/templates/storefront-grocery/components/footer.tsx +0 -148
  243. package/templates/storefront-grocery/components/header.tsx +0 -43
  244. package/templates/storefront-grocery/components/hero.tsx +0 -25
  245. package/templates/storefront-grocery/components/nav-link.tsx +0 -20
  246. package/templates/storefront-grocery/components/policy-page.tsx +0 -49
  247. package/templates/storefront-grocery/components/product-modal.tsx +0 -104
  248. package/templates/storefront-grocery/components/providers.tsx +0 -35
  249. package/templates/storefront-grocery/components/store-product-card.tsx +0 -87
  250. package/templates/storefront-grocery/lib/brand.ts +0 -375
  251. package/templates/storefront-grocery/lib/cart.ts +0 -12
  252. package/templates/storefront-grocery/next.config.ts +0 -42
  253. package/templates/storefront-grocery/package.json +0 -35
  254. package/templates/storefront-grocery/postcss.config.mjs +0 -7
  255. package/templates/storefront-grocery/tsconfig.json +0 -23
  256. package/templates/storefront-grocery/vitest.config.ts +0 -9
  257. package/templates/storefront-restaurant/.claude/skills/cimplify-storefront/SKILL.md +0 -145
  258. package/templates/storefront-restaurant/.cursor/rules/cimplify-storefront.mdc +0 -25
  259. package/templates/storefront-restaurant/.env.example +0 -16
  260. package/templates/storefront-restaurant/AGENTS.md +0 -102
  261. package/templates/storefront-restaurant/CLAUDE.md +0 -22
  262. package/templates/storefront-restaurant/README.md +0 -73
  263. package/templates/storefront-restaurant/__tests__/brand.test.ts +0 -4
  264. package/templates/storefront-restaurant/__tests__/cart-flow.test.ts +0 -4
  265. package/templates/storefront-restaurant/__tests__/contract.test.ts +0 -4
  266. package/templates/storefront-restaurant/app/about/page.tsx +0 -38
  267. package/templates/storefront-restaurant/app/accessibility/page.tsx +0 -11
  268. package/templates/storefront-restaurant/app/account/addresses/page.tsx +0 -21
  269. package/templates/storefront-restaurant/app/account/orders/page.tsx +0 -21
  270. package/templates/storefront-restaurant/app/account/page.tsx +0 -22
  271. package/templates/storefront-restaurant/app/account/settings/page.tsx +0 -21
  272. package/templates/storefront-restaurant/app/cart/page.tsx +0 -9
  273. package/templates/storefront-restaurant/app/categories/[slug]/listing-client.tsx +0 -19
  274. package/templates/storefront-restaurant/app/categories/[slug]/page.tsx +0 -118
  275. package/templates/storefront-restaurant/app/checkout/page.tsx +0 -17
  276. package/templates/storefront-restaurant/app/collections/[slug]/listing-client.tsx +0 -20
  277. package/templates/storefront-restaurant/app/collections/[slug]/page.tsx +0 -118
  278. package/templates/storefront-restaurant/app/contact/contact-form.tsx +0 -109
  279. package/templates/storefront-restaurant/app/contact/page.tsx +0 -54
  280. package/templates/storefront-restaurant/app/error.tsx +0 -60
  281. package/templates/storefront-restaurant/app/faq/page.tsx +0 -46
  282. package/templates/storefront-restaurant/app/globals.css +0 -44
  283. package/templates/storefront-restaurant/app/layout.tsx +0 -82
  284. package/templates/storefront-restaurant/app/llms.txt/route.ts +0 -94
  285. package/templates/storefront-restaurant/app/login/page.tsx +0 -17
  286. package/templates/storefront-restaurant/app/not-found.tsx +0 -39
  287. package/templates/storefront-restaurant/app/opensearch.xml/route.ts +0 -37
  288. package/templates/storefront-restaurant/app/orders/[id]/page.tsx +0 -21
  289. package/templates/storefront-restaurant/app/page.tsx +0 -97
  290. package/templates/storefront-restaurant/app/privacy/page.tsx +0 -44
  291. package/templates/storefront-restaurant/app/reservations/page.tsx +0 -66
  292. package/templates/storefront-restaurant/app/reservations/reservations-client.tsx +0 -234
  293. package/templates/storefront-restaurant/app/returns/page.tsx +0 -11
  294. package/templates/storefront-restaurant/app/robots.ts +0 -18
  295. package/templates/storefront-restaurant/app/search/page.tsx +0 -38
  296. package/templates/storefront-restaurant/app/search/search-client.tsx +0 -7
  297. package/templates/storefront-restaurant/app/shipping/page.tsx +0 -16
  298. package/templates/storefront-restaurant/app/shop/page.tsx +0 -31
  299. package/templates/storefront-restaurant/app/shop/shop-client.tsx +0 -27
  300. package/templates/storefront-restaurant/app/signup/page.tsx +0 -17
  301. package/templates/storefront-restaurant/app/sitemap-page/page.tsx +0 -167
  302. package/templates/storefront-restaurant/app/sitemap.ts +0 -62
  303. package/templates/storefront-restaurant/app/terms/page.tsx +0 -44
  304. package/templates/storefront-restaurant/app/track-order/page.tsx +0 -24
  305. package/templates/storefront-restaurant/app/track-order/track-order-form.tsx +0 -69
  306. package/templates/storefront-restaurant/components/account-iframe.tsx +0 -13
  307. package/templates/storefront-restaurant/components/cart-drawer.tsx +0 -14
  308. package/templates/storefront-restaurant/components/cart-pill.tsx +0 -36
  309. package/templates/storefront-restaurant/components/category-grid.tsx +0 -28
  310. package/templates/storefront-restaurant/components/collection-strip.tsx +0 -45
  311. package/templates/storefront-restaurant/components/footer.tsx +0 -148
  312. package/templates/storefront-restaurant/components/header.tsx +0 -43
  313. package/templates/storefront-restaurant/components/hero.tsx +0 -25
  314. package/templates/storefront-restaurant/components/nav-link.tsx +0 -20
  315. package/templates/storefront-restaurant/components/policy-page.tsx +0 -49
  316. package/templates/storefront-restaurant/components/product-modal.tsx +0 -104
  317. package/templates/storefront-restaurant/components/providers.tsx +0 -35
  318. package/templates/storefront-restaurant/components/store-product-card.tsx +0 -87
  319. package/templates/storefront-restaurant/lib/brand.ts +0 -377
  320. package/templates/storefront-restaurant/lib/cart.ts +0 -12
  321. package/templates/storefront-restaurant/next.config.ts +0 -42
  322. package/templates/storefront-restaurant/package.json +0 -35
  323. package/templates/storefront-restaurant/postcss.config.mjs +0 -7
  324. package/templates/storefront-restaurant/tsconfig.json +0 -23
  325. package/templates/storefront-restaurant/vitest.config.ts +0 -9
  326. package/templates/storefront-retail/.claude/skills/cimplify-storefront/SKILL.md +0 -145
  327. package/templates/storefront-retail/.cursor/rules/cimplify-storefront.mdc +0 -25
  328. package/templates/storefront-retail/.env.example +0 -16
  329. package/templates/storefront-retail/AGENTS.md +0 -117
  330. package/templates/storefront-retail/CLAUDE.md +0 -22
  331. package/templates/storefront-retail/README.md +0 -77
  332. package/templates/storefront-retail/__tests__/brand.test.ts +0 -4
  333. package/templates/storefront-retail/__tests__/cart-flow.test.ts +0 -4
  334. package/templates/storefront-retail/__tests__/contract.test.ts +0 -4
  335. package/templates/storefront-retail/app/about/page.tsx +0 -41
  336. package/templates/storefront-retail/app/accessibility/page.tsx +0 -11
  337. package/templates/storefront-retail/app/account/addresses/page.tsx +0 -21
  338. package/templates/storefront-retail/app/account/orders/page.tsx +0 -21
  339. package/templates/storefront-retail/app/account/page.tsx +0 -22
  340. package/templates/storefront-retail/app/account/settings/page.tsx +0 -21
  341. package/templates/storefront-retail/app/cart/page.tsx +0 -9
  342. package/templates/storefront-retail/app/categories/[slug]/listing-client.tsx +0 -19
  343. package/templates/storefront-retail/app/categories/[slug]/page.tsx +0 -130
  344. package/templates/storefront-retail/app/checkout/page.tsx +0 -17
  345. package/templates/storefront-retail/app/collections/[slug]/listing-client.tsx +0 -20
  346. package/templates/storefront-retail/app/collections/[slug]/page.tsx +0 -130
  347. package/templates/storefront-retail/app/contact/contact-form.tsx +0 -109
  348. package/templates/storefront-retail/app/contact/page.tsx +0 -54
  349. package/templates/storefront-retail/app/error.tsx +0 -61
  350. package/templates/storefront-retail/app/faq/page.tsx +0 -46
  351. package/templates/storefront-retail/app/globals.css +0 -47
  352. package/templates/storefront-retail/app/layout.tsx +0 -77
  353. package/templates/storefront-retail/app/llms.txt/route.ts +0 -94
  354. package/templates/storefront-retail/app/login/page.tsx +0 -17
  355. package/templates/storefront-retail/app/not-found.tsx +0 -39
  356. package/templates/storefront-retail/app/opensearch.xml/route.ts +0 -37
  357. package/templates/storefront-retail/app/orders/[id]/page.tsx +0 -24
  358. package/templates/storefront-retail/app/page.tsx +0 -182
  359. package/templates/storefront-retail/app/privacy/page.tsx +0 -44
  360. package/templates/storefront-retail/app/products/[slug]/page.tsx +0 -165
  361. package/templates/storefront-retail/app/products/[slug]/product-detail.tsx +0 -70
  362. package/templates/storefront-retail/app/returns/page.tsx +0 -11
  363. package/templates/storefront-retail/app/robots.ts +0 -18
  364. package/templates/storefront-retail/app/search/page.tsx +0 -38
  365. package/templates/storefront-retail/app/search/search-client.tsx +0 -7
  366. package/templates/storefront-retail/app/shipping/page.tsx +0 -16
  367. package/templates/storefront-retail/app/shop/page.tsx +0 -63
  368. package/templates/storefront-retail/app/shop/shop-client.tsx +0 -32
  369. package/templates/storefront-retail/app/signup/page.tsx +0 -17
  370. package/templates/storefront-retail/app/sitemap-page/page.tsx +0 -167
  371. package/templates/storefront-retail/app/sitemap.ts +0 -59
  372. package/templates/storefront-retail/app/terms/page.tsx +0 -44
  373. package/templates/storefront-retail/app/track-order/page.tsx +0 -24
  374. package/templates/storefront-retail/app/track-order/track-order-form.tsx +0 -69
  375. package/templates/storefront-retail/components/account-iframe.tsx +0 -13
  376. package/templates/storefront-retail/components/brand-marquee.tsx +0 -27
  377. package/templates/storefront-retail/components/cart-drawer.tsx +0 -14
  378. package/templates/storefront-retail/components/cart-pill.tsx +0 -36
  379. package/templates/storefront-retail/components/category-grid.tsx +0 -28
  380. package/templates/storefront-retail/components/category-tiles.tsx +0 -104
  381. package/templates/storefront-retail/components/collection-strip.tsx +0 -45
  382. package/templates/storefront-retail/components/feature-hero.tsx +0 -84
  383. package/templates/storefront-retail/components/footer.tsx +0 -153
  384. package/templates/storefront-retail/components/header.tsx +0 -45
  385. package/templates/storefront-retail/components/hero.tsx +0 -28
  386. package/templates/storefront-retail/components/nav-link.tsx +0 -20
  387. package/templates/storefront-retail/components/newsletter.tsx +0 -50
  388. package/templates/storefront-retail/components/policy-page.tsx +0 -49
  389. package/templates/storefront-retail/components/promo-banner.tsx +0 -41
  390. package/templates/storefront-retail/components/providers.tsx +0 -35
  391. package/templates/storefront-retail/components/section-heading.tsx +0 -37
  392. package/templates/storefront-retail/components/store-product-card.tsx +0 -87
  393. package/templates/storefront-retail/components/trade-in-cta.tsx +0 -54
  394. package/templates/storefront-retail/components/trust-bar.tsx +0 -66
  395. package/templates/storefront-retail/lib/brand.ts +0 -664
  396. package/templates/storefront-retail/lib/cart.ts +0 -12
  397. package/templates/storefront-retail/next.config.ts +0 -42
  398. package/templates/storefront-retail/package.json +0 -35
  399. package/templates/storefront-retail/postcss.config.mjs +0 -7
  400. package/templates/storefront-retail/tsconfig.json +0 -23
  401. package/templates/storefront-retail/vitest.config.ts +0 -9
  402. package/templates/storefront-services/.claude/skills/cimplify-storefront/SKILL.md +0 -145
  403. package/templates/storefront-services/.cursor/rules/cimplify-storefront.mdc +0 -25
  404. package/templates/storefront-services/.env.example +0 -16
  405. package/templates/storefront-services/AGENTS.md +0 -101
  406. package/templates/storefront-services/CLAUDE.md +0 -22
  407. package/templates/storefront-services/README.md +0 -73
  408. package/templates/storefront-services/__tests__/brand.test.ts +0 -4
  409. package/templates/storefront-services/__tests__/cart-flow.test.ts +0 -4
  410. package/templates/storefront-services/__tests__/contract.test.ts +0 -4
  411. package/templates/storefront-services/app/about/page.tsx +0 -38
  412. package/templates/storefront-services/app/accessibility/page.tsx +0 -11
  413. package/templates/storefront-services/app/account/addresses/page.tsx +0 -21
  414. package/templates/storefront-services/app/account/orders/page.tsx +0 -21
  415. package/templates/storefront-services/app/account/page.tsx +0 -22
  416. package/templates/storefront-services/app/account/settings/page.tsx +0 -21
  417. package/templates/storefront-services/app/book/book-client.tsx +0 -195
  418. package/templates/storefront-services/app/book/page.tsx +0 -65
  419. package/templates/storefront-services/app/cart/page.tsx +0 -9
  420. package/templates/storefront-services/app/categories/[slug]/listing-client.tsx +0 -19
  421. package/templates/storefront-services/app/categories/[slug]/page.tsx +0 -118
  422. package/templates/storefront-services/app/checkout/page.tsx +0 -17
  423. package/templates/storefront-services/app/collections/[slug]/listing-client.tsx +0 -20
  424. package/templates/storefront-services/app/collections/[slug]/page.tsx +0 -118
  425. package/templates/storefront-services/app/contact/contact-form.tsx +0 -109
  426. package/templates/storefront-services/app/contact/page.tsx +0 -54
  427. package/templates/storefront-services/app/error.tsx +0 -60
  428. package/templates/storefront-services/app/faq/page.tsx +0 -46
  429. package/templates/storefront-services/app/globals.css +0 -45
  430. package/templates/storefront-services/app/layout.tsx +0 -82
  431. package/templates/storefront-services/app/llms.txt/route.ts +0 -94
  432. package/templates/storefront-services/app/login/page.tsx +0 -17
  433. package/templates/storefront-services/app/not-found.tsx +0 -39
  434. package/templates/storefront-services/app/opensearch.xml/route.ts +0 -37
  435. package/templates/storefront-services/app/orders/[id]/page.tsx +0 -21
  436. package/templates/storefront-services/app/page.tsx +0 -97
  437. package/templates/storefront-services/app/privacy/page.tsx +0 -44
  438. package/templates/storefront-services/app/returns/page.tsx +0 -11
  439. package/templates/storefront-services/app/robots.ts +0 -18
  440. package/templates/storefront-services/app/search/page.tsx +0 -38
  441. package/templates/storefront-services/app/search/search-client.tsx +0 -7
  442. package/templates/storefront-services/app/shipping/page.tsx +0 -16
  443. package/templates/storefront-services/app/shop/page.tsx +0 -31
  444. package/templates/storefront-services/app/shop/shop-client.tsx +0 -27
  445. package/templates/storefront-services/app/signup/page.tsx +0 -17
  446. package/templates/storefront-services/app/sitemap-page/page.tsx +0 -167
  447. package/templates/storefront-services/app/sitemap.ts +0 -62
  448. package/templates/storefront-services/app/terms/page.tsx +0 -44
  449. package/templates/storefront-services/app/track-order/page.tsx +0 -24
  450. package/templates/storefront-services/app/track-order/track-order-form.tsx +0 -69
  451. package/templates/storefront-services/components/account-iframe.tsx +0 -13
  452. package/templates/storefront-services/components/cart-drawer.tsx +0 -14
  453. package/templates/storefront-services/components/cart-pill.tsx +0 -36
  454. package/templates/storefront-services/components/category-grid.tsx +0 -28
  455. package/templates/storefront-services/components/collection-strip.tsx +0 -45
  456. package/templates/storefront-services/components/footer.tsx +0 -148
  457. package/templates/storefront-services/components/header.tsx +0 -43
  458. package/templates/storefront-services/components/hero.tsx +0 -25
  459. package/templates/storefront-services/components/nav-link.tsx +0 -20
  460. package/templates/storefront-services/components/policy-page.tsx +0 -49
  461. package/templates/storefront-services/components/product-modal.tsx +0 -104
  462. package/templates/storefront-services/components/providers.tsx +0 -35
  463. package/templates/storefront-services/components/store-product-card.tsx +0 -87
  464. package/templates/storefront-services/lib/brand.ts +0 -396
  465. package/templates/storefront-services/lib/cart.ts +0 -12
  466. package/templates/storefront-services/next.config.ts +0 -42
  467. package/templates/storefront-services/package.json +0 -35
  468. package/templates/storefront-services/postcss.config.mjs +0 -7
  469. package/templates/storefront-services/tsconfig.json +0 -23
  470. package/templates/storefront-services/vitest.config.ts +0 -9
package/README.md CHANGED
@@ -35,30 +35,35 @@ yarn add @cimplify/sdk
35
35
  | `@cimplify/sdk/testing/suite` | Pre-baked vitest suites: `createBrandSuite`, `createCartFlowSuite`, `createContractSuite` |
36
36
  | `@cimplify/sdk/styles.css` | Pre-compiled Tailwind utilities for the React components |
37
37
 
38
- ## CLI
38
+ ## Mock storefront API
39
+
40
+ This package ships an embeddable mock storefront API used by tests and local dev:
39
41
 
40
42
  ```bash
41
- bunx @cimplify/sdk init my-store --template <bakery|retail|restaurant|services|grocery|fashion>
42
- bunx @cimplify/sdk # boots the local mock on :8787
43
- bunx @cimplify/sdk --seed <default|retail|fashion|…> # boots mock with a different seed
44
- bunx @cimplify/sdk list # lists 67 ejectable components
45
- bunx @cimplify/sdk add <component> # ejects a component into your project
43
+ bunx @cimplify/sdk mock --seed <default|retail|fashion|…> # standalone HTTP server on :8787
46
44
  ```
47
45
 
48
- Cloud workflow:
46
+ Or import it programmatically via `@cimplify/sdk/mock` / `@cimplify/sdk/mock/msw`.
47
+
48
+ ## Component registry
49
+
50
+ `@cimplify/sdk` ships a registry of ejectable components at `./registry/*.json` (60+ entries) — same shadcn-style pattern: `cimplify add product-grid` copies the component source into your project so you can edit it, with imports already rewritten to `@cimplify/sdk` / `@cimplify/sdk/react`.
51
+
52
+ The registry data lives here; the `add` / `list` commands live in [`@cimplify/cli`](../cli/README.md).
53
+
54
+ ## CLI moved
55
+
56
+ Everything else — `init`, `login`, `projects`, `link`, `deploy`, `env`, `domains`, `logs`, etc. — lives in the dedicated CLI package:
49
57
 
50
58
  ```bash
51
- bunx @cimplify/sdk login # opens browser (PKCE)
52
- bunx @cimplify/sdk projects create my-store
53
- bunx @cimplify/sdk link <project-id> # writes .cimplify/project.json
54
- bunx @cimplify/sdk env push # uploads .env.local
55
- bunx @cimplify/sdk deploy [--prod]
56
- bunx @cimplify/sdk domains add shop.example.com # business-scoped; prints DNS records
57
- bunx @cimplify/sdk domains verify shop.example.com
58
- bunx @cimplify/sdk domains attach shop.example.com --env=production --primary
59
+ npm i -g @cimplify/cli # one-time install
60
+ cimplify --help # full surface
61
+
62
+ # Or zero-install:
63
+ bunx @cimplify/cli deploy
59
64
  ```
60
65
 
61
- `bunx @cimplify/sdk --help` for the full surface (env, domains, logs, status, rollback, dev-with-prod-env).
66
+ See [`@cimplify/cli`](../cli/README.md) for the full subcommand list.
62
67
 
63
68
  ## Quick start
64
69
 
@@ -1,4 +1,4 @@
1
- export { A as AuthService, B as BusinessService, j as CartOperations, b as CatalogueQueries, l as CheckoutOperations, l as CheckoutService, a6 as CimplifyElement, a5 as CimplifyElements, aa as ELEMENT_TYPES, a9 as EVENT_TYPES, ae as ElementEventType, ac as ElementOptions, ad as ElementType, ab as ElementsOptions, F as FetchQuoteInput, r as FxService, G as GetProductsOptions, I as InventoryService, L as LinkService, q as LiteService, a8 as MESSAGE_TYPES, O as OrderQueries, P as PriceQuote, d as QuoteBundleSelectionInput, Q as QuoteCompositeSelectionInput, f as QuoteDynamicBuckets, e as QuoteStatus, g as QuoteUiMessage, R as RefreshQuoteInput, i as RefreshQuoteResult, p as SchedulingService, a7 as createElements } from './client-CpVMRI8V.mjs';
1
+ export { A as AuthService, B as BusinessService, j as CartOperations, b as CatalogueQueries, l as CheckoutOperations, l as CheckoutService, a6 as CimplifyElement, a5 as CimplifyElements, aa as ELEMENT_TYPES, a9 as EVENT_TYPES, ae as ElementEventType, ac as ElementOptions, ad as ElementType, ab as ElementsOptions, F as FetchQuoteInput, r as FxService, G as GetProductsOptions, I as InventoryService, L as LinkService, q as LiteService, a8 as MESSAGE_TYPES, O as OrderQueries, P as PriceQuote, d as QuoteBundleSelectionInput, Q as QuoteCompositeSelectionInput, f as QuoteDynamicBuckets, e as QuoteStatus, g as QuoteUiMessage, R as RefreshQuoteInput, i as RefreshQuoteResult, p as SchedulingService, a7 as createElements } from './client-C5LcbNxL.mjs';
2
2
  import './payment-4JSLNTVM.mjs';
3
3
 
4
4
  declare function generateIdempotencyKey(prefix?: string): string;
@@ -1,4 +1,4 @@
1
- export { A as AuthService, B as BusinessService, j as CartOperations, b as CatalogueQueries, l as CheckoutOperations, l as CheckoutService, a6 as CimplifyElement, a5 as CimplifyElements, aa as ELEMENT_TYPES, a9 as EVENT_TYPES, ae as ElementEventType, ac as ElementOptions, ad as ElementType, ab as ElementsOptions, F as FetchQuoteInput, r as FxService, G as GetProductsOptions, I as InventoryService, L as LinkService, q as LiteService, a8 as MESSAGE_TYPES, O as OrderQueries, P as PriceQuote, d as QuoteBundleSelectionInput, Q as QuoteCompositeSelectionInput, f as QuoteDynamicBuckets, e as QuoteStatus, g as QuoteUiMessage, R as RefreshQuoteInput, i as RefreshQuoteResult, p as SchedulingService, a7 as createElements } from './client-5B9IPDmf.js';
1
+ export { A as AuthService, B as BusinessService, j as CartOperations, b as CatalogueQueries, l as CheckoutOperations, l as CheckoutService, a6 as CimplifyElement, a5 as CimplifyElements, aa as ELEMENT_TYPES, a9 as EVENT_TYPES, ae as ElementEventType, ac as ElementOptions, ad as ElementType, ab as ElementsOptions, F as FetchQuoteInput, r as FxService, G as GetProductsOptions, I as InventoryService, L as LinkService, q as LiteService, a8 as MESSAGE_TYPES, O as OrderQueries, P as PriceQuote, d as QuoteBundleSelectionInput, Q as QuoteCompositeSelectionInput, f as QuoteDynamicBuckets, e as QuoteStatus, g as QuoteUiMessage, R as RefreshQuoteInput, i as RefreshQuoteResult, p as SchedulingService, a7 as createElements } from './client-Bsd4Vi_y.js';
2
2
  import './payment-4JSLNTVM.js';
3
3
 
4
4
  declare function generateIdempotencyKey(prefix?: string): string;
@@ -469,6 +469,7 @@ interface Order {
469
469
  items: LineItem[];
470
470
  computed_payment_status?: string;
471
471
  is_service_only?: boolean;
472
+ source_proposal_id?: string;
472
473
  }
473
474
  interface OrderHistory {
474
475
  id: string;
@@ -469,6 +469,7 @@ interface Order {
469
469
  items: LineItem[];
470
470
  computed_payment_status?: string;
471
471
  is_service_only?: boolean;
472
+ source_proposal_id?: string;
472
473
  }
473
474
  interface OrderHistory {
474
475
  id: string;
@@ -1,4 +1,4 @@
1
- import { C as CimplifyClient } from './client-5B9IPDmf.js';
1
+ import { C as CimplifyClient } from './client-Bsd4Vi_y.js';
2
2
  import { C as CreateAppOptions, A as AppHandle } from './server-UARbamIZ.js';
3
3
 
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { C as CimplifyClient } from './client-CpVMRI8V.mjs';
1
+ import { C as CimplifyClient } from './client-C5LcbNxL.mjs';
2
2
  import { C as CreateAppOptions, A as AppHandle } from './server-UARbamIZ.mjs';
3
3
 
4
4
  /**
package/dist/index.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- export { aC as AUTHORIZATION_TYPE, aH as AUTH_MUTATION, ar as AbortablePromise, K as ActivityRecommendation, M as ActivityRecommendationsResponse, s as ActivityService, J as ActivityStateResponse, cJ as AddressData, da as AddressInfo, bf as AmountToPay, cU as AuthResponse, A as AuthService, n as AuthStatus, dc as AuthenticatedCustomer, de as AuthenticatedData, x as AutocompletePrediction, y as AutocompleteResponse, cz as AvailabilityResult, cf as AvailableSlot, ci as Booking, cs as BookingModificationType, ch as BookingStatus, cj as BookingWithDetails, bB as BufferTimes, bW as Business, c8 as BusinessHours, bV as BusinessPreferences, B as BusinessService, c7 as BusinessSettings, bU as BusinessType, c5 as BusinessWithLocations, av as CHECKOUT_MODE, aI as CHECKOUT_MUTATION, ay as CHECKOUT_STEP, aE as CONTACT_TYPE, cq as CancelBookingInput, cr as CancelBookingResult, bv as CancelOrderInput, bD as CancellationPolicy, j as CartOperations, b as CatalogueQueries, b2 as CatalogueResult, b3 as CatalogueSnapshot, c9 as CategoryInfo, $ as ChatAttachment, Z as ChatConversation, _ as ChatConversationResponse, Y as ChatMessage, a0 as ChatWidgetStarter, cn as CheckSlotAvailabilityInput, co as CheckSlotAvailabilityResult, cX as CheckoutAddressInfo, di as CheckoutCartData, dh as CheckoutCartItem, cZ as CheckoutCustomerInfo, aj as CheckoutFormData, bt as CheckoutInput, af as CheckoutMode, l as CheckoutOperations, ag as CheckoutOrderType, ah as CheckoutPaymentMethod, ak as CheckoutResult, l as CheckoutService, ap as CheckoutStatus, aq as CheckoutStatusContext, ai as CheckoutStep, C as CimplifyClient, a as CimplifyConfig, a6 as CimplifyElement, a5 as CimplifyElements, au as ContactType, a2 as ContentType, cF as CreateAddressInput, cH as CreateMobileMoneyInput, cA as Customer, cB as CustomerAddress, cl as CustomerBooking, ck as CustomerBookingServiceItem, cD as CustomerLinkPreferences, cC as CustomerMobileMoney, bA as CustomerServicePreferences, aM as DEFAULT_COUNTRY, aL as DEFAULT_CURRENCY, aD as DEVICE_TYPE, cg as DayAvailability, bP as DeliveryFeeDetails, W as DeliveryFeeResponse, V as DeliveryService, bK as DepositResult, at as DeviceType, N as DismissMessageResponse, aa as ELEMENT_TYPES, a9 as EVENT_TYPES, d9 as ElementAppearance, dl as ElementEventHandler, ae as ElementEventType, ac as ElementOptions, ad as ElementType, df as ElementsCheckoutData, dg as ElementsCheckoutResult, dd as ElementsCustomerInfo, ab as ElementsOptions, cL as EnrollAndLinkOrderInput, cO as EnrollAndLinkOrderResult, cI as EnrollmentData, aP as Err, be as FeeBearerType, F as FetchQuoteInput, bc as FulfillmentLink, bb as FulfillmentStatus, ba as FulfillmentType, c$ as FxQuote, c_ as FxQuoteRequest, d0 as FxRateResponse, r as FxService, cm as GetAvailableSlotsInput, m as GetOrdersOptions, G as GetProductsOptions, dk as IframeToParentMessage, I as InventoryService, aG as LINK_MUTATION, aF as LINK_QUERY, bg as LineItem, b7 as LineType, cE as LinkData, cN as LinkEnrollResult, L as LinkService, cP as LinkSession, cM as LinkStatusResult, a3 as LiteBootstrap, q as LiteService, bZ as Location, bN as LocationBooking, bX as LocationTaxBehavior, bY as LocationTaxOverrides, c0 as LocationTimeProfile, c6 as LocationWithDetails, a8 as MESSAGE_TYPES, aB as MOBILE_MONEY_PROVIDER, cK as MobileMoneyData, cY as MobileMoneyDetails, as as MobileMoneyProvider, al as NextAction, aK as ORDER_MUTATION, aw as ORDER_TYPE, d7 as ObservabilityHooks, aO as Ok, bh as Order, b6 as OrderChannel, bs as OrderFilter, bd as OrderFulfillmentSummary, bm as OrderGroup, bq as OrderGroupDetails, bn as OrderGroupPayment, bk as OrderGroupPaymentState, bl as OrderGroupPaymentStatus, bp as OrderGroupPaymentSummary, bj as OrderGroupStatus, bi as OrderHistory, b8 as OrderLineState, b9 as OrderLineStatus, br as OrderPaymentEvent, O as OrderQueries, bo as OrderSplitDetail, b4 as OrderStatus, d8 as OrderType, o as OtpResult, ax as PAYMENT_METHOD, aJ as PAYMENT_MUTATION, az as PAYMENT_STATE, aA as PICKUP_TIME_TYPE, dj as ParentToIframeMessage, db as PaymentMethodInfo, b5 as PaymentState, cW as PickupTime, cV as PickupTimeType, z as PlaceDetailsResponse, w as PlacesService, P as PriceQuote, bF as PricingOverrides, ao as ProcessAndResolveOptions, am as ProcessCheckoutOptions, an as ProcessCheckoutResult, bO as ProviderResolutionSource, d as QuoteBundleSelectionInput, Q as QuoteCompositeSelectionInput, f as QuoteDynamicBuckets, e as QuoteStatus, g as QuoteUiMessage, R as RefreshQuoteInput, i as RefreshQuoteResult, bw as RefundOrderInput, bS as RelatedCandidate, bR as RelatedProduct, bT as RelatedProductsEnrichment, bQ as RelationType, bz as ReminderMethod, bC as ReminderSettings, k as ReorderResult, d1 as RequestContext, d4 as RequestErrorEvent, cS as RequestOtpInput, h as RequestSource, d2 as RequestStartEvent, d3 as RequestSuccessEvent, cp as RescheduleBookingInput, ct as RescheduleBookingResult, cw as RescheduleHistoryRecord, bI as ResourceAssignment, aN as Result, d5 as RetryEvent, cR as RevokeAllSessionsResult, cQ as RevokeSessionResult, c2 as Room, bG as SchedulingMetadata, bJ as SchedulingResult, p as SchedulingService, a1 as SenderType, ca as Service, cu as ServiceAvailabilityParams, cv as ServiceAvailabilityResult, c3 as ServiceCharge, bE as ServiceNotes, bL as ServiceScheduleRequest, bx as ServiceStatus, H as SessionActivityData, d6 as SessionChangeEvent, E as SessionMessage, cd as SlotResourceInfo, ce as SlotStaffInfo, cb as Staff, bH as StaffAssignment, by as StaffRole, bM as StaffScheduleItem, cy as StockLevel, cx as StockStatus, c4 as StorefrontBootstrap, S as SubscriptionService, X as SupportService, c1 as Table, a4 as TableInfo, b_ as TimeRange, b$ as TimeRanges, cc as TimeSlot, D as TrackCategoryViewOptions, T as TrackProductViewOptions, cG as UpdateAddressInput, bu as UpdateOrderStatusInput, U as UpdateProfileInput, v as UploadInitResponse, u as UploadResult, t as UploadService, cT as VerifyOtpInput, b0 as combine, b1 as combineObject, c as createCimplifyClient, a7 as createElements, aR as err, aW as flatMap, a_ as fromPromise, aX as getOrElse, aT as isErr, aS as isOk, aV as mapError, aU as mapResult, aQ as ok, aZ as toNullable, a$ as tryCatch, aY as unwrap } from './client-CpVMRI8V.mjs';
1
+ export { aC as AUTHORIZATION_TYPE, aH as AUTH_MUTATION, ar as AbortablePromise, K as ActivityRecommendation, M as ActivityRecommendationsResponse, s as ActivityService, J as ActivityStateResponse, cJ as AddressData, da as AddressInfo, bf as AmountToPay, cU as AuthResponse, A as AuthService, n as AuthStatus, dc as AuthenticatedCustomer, de as AuthenticatedData, x as AutocompletePrediction, y as AutocompleteResponse, cz as AvailabilityResult, cf as AvailableSlot, ci as Booking, cs as BookingModificationType, ch as BookingStatus, cj as BookingWithDetails, bB as BufferTimes, bW as Business, c8 as BusinessHours, bV as BusinessPreferences, B as BusinessService, c7 as BusinessSettings, bU as BusinessType, c5 as BusinessWithLocations, av as CHECKOUT_MODE, aI as CHECKOUT_MUTATION, ay as CHECKOUT_STEP, aE as CONTACT_TYPE, cq as CancelBookingInput, cr as CancelBookingResult, bv as CancelOrderInput, bD as CancellationPolicy, j as CartOperations, b as CatalogueQueries, b2 as CatalogueResult, b3 as CatalogueSnapshot, c9 as CategoryInfo, $ as ChatAttachment, Z as ChatConversation, _ as ChatConversationResponse, Y as ChatMessage, a0 as ChatWidgetStarter, cn as CheckSlotAvailabilityInput, co as CheckSlotAvailabilityResult, cX as CheckoutAddressInfo, di as CheckoutCartData, dh as CheckoutCartItem, cZ as CheckoutCustomerInfo, aj as CheckoutFormData, bt as CheckoutInput, af as CheckoutMode, l as CheckoutOperations, ag as CheckoutOrderType, ah as CheckoutPaymentMethod, ak as CheckoutResult, l as CheckoutService, ap as CheckoutStatus, aq as CheckoutStatusContext, ai as CheckoutStep, C as CimplifyClient, a as CimplifyConfig, a6 as CimplifyElement, a5 as CimplifyElements, au as ContactType, a2 as ContentType, cF as CreateAddressInput, cH as CreateMobileMoneyInput, cA as Customer, cB as CustomerAddress, cl as CustomerBooking, ck as CustomerBookingServiceItem, cD as CustomerLinkPreferences, cC as CustomerMobileMoney, bA as CustomerServicePreferences, aM as DEFAULT_COUNTRY, aL as DEFAULT_CURRENCY, aD as DEVICE_TYPE, cg as DayAvailability, bP as DeliveryFeeDetails, W as DeliveryFeeResponse, V as DeliveryService, bK as DepositResult, at as DeviceType, N as DismissMessageResponse, aa as ELEMENT_TYPES, a9 as EVENT_TYPES, d9 as ElementAppearance, dl as ElementEventHandler, ae as ElementEventType, ac as ElementOptions, ad as ElementType, df as ElementsCheckoutData, dg as ElementsCheckoutResult, dd as ElementsCustomerInfo, ab as ElementsOptions, cL as EnrollAndLinkOrderInput, cO as EnrollAndLinkOrderResult, cI as EnrollmentData, aP as Err, be as FeeBearerType, F as FetchQuoteInput, bc as FulfillmentLink, bb as FulfillmentStatus, ba as FulfillmentType, c$ as FxQuote, c_ as FxQuoteRequest, d0 as FxRateResponse, r as FxService, cm as GetAvailableSlotsInput, m as GetOrdersOptions, G as GetProductsOptions, dk as IframeToParentMessage, I as InventoryService, aG as LINK_MUTATION, aF as LINK_QUERY, bg as LineItem, b7 as LineType, cE as LinkData, cN as LinkEnrollResult, L as LinkService, cP as LinkSession, cM as LinkStatusResult, a3 as LiteBootstrap, q as LiteService, bZ as Location, bN as LocationBooking, bX as LocationTaxBehavior, bY as LocationTaxOverrides, c0 as LocationTimeProfile, c6 as LocationWithDetails, a8 as MESSAGE_TYPES, aB as MOBILE_MONEY_PROVIDER, cK as MobileMoneyData, cY as MobileMoneyDetails, as as MobileMoneyProvider, al as NextAction, aK as ORDER_MUTATION, aw as ORDER_TYPE, d7 as ObservabilityHooks, aO as Ok, bh as Order, b6 as OrderChannel, bs as OrderFilter, bd as OrderFulfillmentSummary, bm as OrderGroup, bq as OrderGroupDetails, bn as OrderGroupPayment, bk as OrderGroupPaymentState, bl as OrderGroupPaymentStatus, bp as OrderGroupPaymentSummary, bj as OrderGroupStatus, bi as OrderHistory, b8 as OrderLineState, b9 as OrderLineStatus, br as OrderPaymentEvent, O as OrderQueries, bo as OrderSplitDetail, b4 as OrderStatus, d8 as OrderType, o as OtpResult, ax as PAYMENT_METHOD, aJ as PAYMENT_MUTATION, az as PAYMENT_STATE, aA as PICKUP_TIME_TYPE, dj as ParentToIframeMessage, db as PaymentMethodInfo, b5 as PaymentState, cW as PickupTime, cV as PickupTimeType, z as PlaceDetailsResponse, w as PlacesService, P as PriceQuote, bF as PricingOverrides, ao as ProcessAndResolveOptions, am as ProcessCheckoutOptions, an as ProcessCheckoutResult, bO as ProviderResolutionSource, d as QuoteBundleSelectionInput, Q as QuoteCompositeSelectionInput, f as QuoteDynamicBuckets, e as QuoteStatus, g as QuoteUiMessage, R as RefreshQuoteInput, i as RefreshQuoteResult, bw as RefundOrderInput, bS as RelatedCandidate, bR as RelatedProduct, bT as RelatedProductsEnrichment, bQ as RelationType, bz as ReminderMethod, bC as ReminderSettings, k as ReorderResult, d1 as RequestContext, d4 as RequestErrorEvent, cS as RequestOtpInput, h as RequestSource, d2 as RequestStartEvent, d3 as RequestSuccessEvent, cp as RescheduleBookingInput, ct as RescheduleBookingResult, cw as RescheduleHistoryRecord, bI as ResourceAssignment, aN as Result, d5 as RetryEvent, cR as RevokeAllSessionsResult, cQ as RevokeSessionResult, c2 as Room, bG as SchedulingMetadata, bJ as SchedulingResult, p as SchedulingService, a1 as SenderType, ca as Service, cu as ServiceAvailabilityParams, cv as ServiceAvailabilityResult, c3 as ServiceCharge, bE as ServiceNotes, bL as ServiceScheduleRequest, bx as ServiceStatus, H as SessionActivityData, d6 as SessionChangeEvent, E as SessionMessage, cd as SlotResourceInfo, ce as SlotStaffInfo, cb as Staff, bH as StaffAssignment, by as StaffRole, bM as StaffScheduleItem, cy as StockLevel, cx as StockStatus, c4 as StorefrontBootstrap, S as SubscriptionService, X as SupportService, c1 as Table, a4 as TableInfo, b_ as TimeRange, b$ as TimeRanges, cc as TimeSlot, D as TrackCategoryViewOptions, T as TrackProductViewOptions, cG as UpdateAddressInput, bu as UpdateOrderStatusInput, U as UpdateProfileInput, v as UploadInitResponse, u as UploadResult, t as UploadService, cT as VerifyOtpInput, b0 as combine, b1 as combineObject, c as createCimplifyClient, a7 as createElements, aR as err, aW as flatMap, a_ as fromPromise, aX as getOrElse, aT as isErr, aS as isOk, aV as mapError, aU as mapResult, aQ as ok, aZ as toNullable, a$ as tryCatch, aY as unwrap } from './client-C5LcbNxL.mjs';
2
2
  import { A as ApiError } from './payment-4JSLNTVM.mjs';
3
3
  export { ai as AddOn, bf as AddOnDetails, bC as AddOnGroupDetails, ak as AddOnOption, bB as AddOnOptionDetails, al as AddOnOptionPrice, aj as AddOnWithOptions, bI as AddToCartInput, bO as AddressAuthorizationData, Y as AddressValue, b5 as AdjustmentType, bb as AppliedDiscount, z as AttributeAppliesTo, y as AttributeType, G as AttributeValidationRules, B as AttributeVisibility, bP as AuthorizationType, ba as BenefitType, bY as BillingFrequency, b_ as BillingMarkupType, bZ as BillingPlanType, at as Bundle, ax as BundleComponentData, ay as BundleComponentInfo, aA as BundleComponentVariantView, az as BundleComponentView, as as BundlePriceType, av as BundleProduct, bl as BundleSelectionData, bi as BundleSelectionInput, bk as BundleStoredSelection, au as BundleSummary, aw as BundleWithDetails, bq as Cart, bg as CartAddOn, b3 as CartChannel, br as CartItem, bE as CartItemDetails, bH as CartMutationResult, bG as CartNotice, b2 as CartStatus, bK as CartSummary, bs as CartTotals, an as Category, ao as CategorySummary, C as ChosenPrice, h as CimplifyError, ap as Collection, ar as CollectionProduct, aq as CollectionSummary, aI as ComponentGroup, aJ as ComponentGroupWithComponents, aP as ComponentPriceBreakdown, bj as ComponentSchedulingData, aN as ComponentSelectionInput, aF as ComponentSourceType, aG as Composite, aM as CompositeComponent, aL as CompositeComponentView, aK as CompositeGroupView, bn as CompositePriceBreakdown, aO as CompositePriceResult, aD as CompositePricingMode, bo as CompositeSelectionData, aN as CompositeSelectionInput, bm as CompositeStoredSelection, aH as CompositeWithDetails, a as CurrencyCode, H as CustomAttributeDefinition, J as CustomAttributeValue, a5 as CustomerInputValue, w as DURATION_UNIT, $ as DateRangeValue, aZ as Deal, aY as DealBenefitType, u as DepositType, t as DigitalProductType, bc as DiscountBreakdown, bd as DiscountDetails, a$ as DiscountValidation, bv as DisplayAddOn, bw as DisplayAddOnOption, bt as DisplayCart, bu as DisplayCartItem, D as DisplayMode, v as DurationUnit, g as ERROR_HINTS, c0 as EligiblePlansQuery, E as ErrorCode, e as ErrorCodeType, f as ErrorHint, O as FacetValue, c1 as FormattedPlanOption, aE as GroupPricingBehavior, X as INPUT_FIELD_TYPE, I as IdempotencyMismatchError, bT as InitializePaymentResult, W as InputFieldType, a2 as InputFieldValidation, s as InventoryType, Q as KnowledgeArticle, bp as LineConfiguration, aS as LocationProductPrice, a0 as LocationValue, F as MeasurementValue, M as Money, q as PRODUCT_TYPE, d as Pagination, P as PaginationParams, bS as Payment, bW as PaymentErrorDetails, bR as PaymentMethod, bN as PaymentMethodType, bQ as PaymentProcessingState, bM as PaymentProvider, bU as PaymentResponse, bL as PaymentStatus, bV as PaymentStatusResponse, _ as PhoneValue, aR as Price, b6 as PriceAdjustment, b9 as PriceDecisionPath, aQ as PriceEntryType, b8 as PricePathTaxInfo, b4 as PriceSource, U as Product, am as ProductAddOn, aT as ProductAvailability, aX as ProductAvailabilityNow, b$ as ProductBillingPlan, a_ as ProductDealInfo, a4 as ProductInputField, L as ProductProperty, r as ProductRenderHint, aV as ProductTaxonomy, aU as ProductTimeProfile, p as ProductType, aa as ProductVariant, af as ProductVariantValue, a8 as ProductWithDetails, N as PropertyFacet, K as PropertySource, a6 as QuantityPricingTier, R as RENDER_HINT, a7 as RelatedProductView, x as SalesChannel, S as SchedulingMode, be as SelectedAddOnOption, a3 as SemanticKind, a1 as SignatureValue, bX as SubmitAuthorizationInput, c3 as Subscription, c5 as SubscriptionInvoice, c4 as SubscriptionItem, c2 as SubscriptionStatus, c6 as SubscriptionWithDetails, b0 as Tag, b1 as TagsResponse, b7 as TaxPathComponent, T as TaxonomyAttributeTemplate, aW as TaxonomyWithChildren, bF as UICart, bx as UICartBusiness, bz as UICartCustomer, by as UICartLocation, bA as UICartPricing, bJ as UpdateCartItemInput, ac as VariantAxis, ah as VariantAxisSelection, ae as VariantAxisValue, aC as VariantAxisValueView, aB as VariantAxisView, ad as VariantAxisWithValues, bh as VariantDetails, bD as VariantDetailsDTO, ab as VariantDisplayAttribute, ag as VariantLocationAvailability, V as VariantStrategy, a9 as VariantView, Z as ZERO, c as currencyCode, n as enrichError, l as getErrorHint, j as isCimplifyError, k as isIdempotencyMismatchError, o as isRetryableError, i as isSupportedCurrency, m as money, b as moneyFromNumber } from './payment-4JSLNTVM.mjs';
4
4
  export { C as CURRENCY_SYMBOLS, M as MOBILE_MONEY_PROVIDERS, v as categorizePaymentError, B as detectMobileMoneyProvider, c as formatMoney, d as formatNumberCompact, f as formatPrice, a as formatPriceAdjustment, b as formatPriceCompact, u as formatPriceRange, j as formatPriceWithTax, e as formatProductPrice, m as getBasePrice, k as getCurrencySymbol, o as getDiscountPercentage, l as getDisplayPrice, q as getMarkupPercentage, t as getPriceRange, r as getProductCurrency, g as getTaxAmount, s as getUnitPriceAtQuantity, h as hasTaxInfo, n as isOnSale, y as isPaymentStatusFailure, z as isPaymentStatusRequiresAction, A as isPaymentStatusSuccess, i as isTaxInclusive, F as isValidPhoneForContext, w as normalizePaymentResponse, D as normalizePhoneToE164, x as normalizeStatusResponse, p as parsePrice, E as resolvePhoneCountryCode } from './index-yMe4VZqR.mjs';
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { aC as AUTHORIZATION_TYPE, aH as AUTH_MUTATION, ar as AbortablePromise, K as ActivityRecommendation, M as ActivityRecommendationsResponse, s as ActivityService, J as ActivityStateResponse, cJ as AddressData, da as AddressInfo, bf as AmountToPay, cU as AuthResponse, A as AuthService, n as AuthStatus, dc as AuthenticatedCustomer, de as AuthenticatedData, x as AutocompletePrediction, y as AutocompleteResponse, cz as AvailabilityResult, cf as AvailableSlot, ci as Booking, cs as BookingModificationType, ch as BookingStatus, cj as BookingWithDetails, bB as BufferTimes, bW as Business, c8 as BusinessHours, bV as BusinessPreferences, B as BusinessService, c7 as BusinessSettings, bU as BusinessType, c5 as BusinessWithLocations, av as CHECKOUT_MODE, aI as CHECKOUT_MUTATION, ay as CHECKOUT_STEP, aE as CONTACT_TYPE, cq as CancelBookingInput, cr as CancelBookingResult, bv as CancelOrderInput, bD as CancellationPolicy, j as CartOperations, b as CatalogueQueries, b2 as CatalogueResult, b3 as CatalogueSnapshot, c9 as CategoryInfo, $ as ChatAttachment, Z as ChatConversation, _ as ChatConversationResponse, Y as ChatMessage, a0 as ChatWidgetStarter, cn as CheckSlotAvailabilityInput, co as CheckSlotAvailabilityResult, cX as CheckoutAddressInfo, di as CheckoutCartData, dh as CheckoutCartItem, cZ as CheckoutCustomerInfo, aj as CheckoutFormData, bt as CheckoutInput, af as CheckoutMode, l as CheckoutOperations, ag as CheckoutOrderType, ah as CheckoutPaymentMethod, ak as CheckoutResult, l as CheckoutService, ap as CheckoutStatus, aq as CheckoutStatusContext, ai as CheckoutStep, C as CimplifyClient, a as CimplifyConfig, a6 as CimplifyElement, a5 as CimplifyElements, au as ContactType, a2 as ContentType, cF as CreateAddressInput, cH as CreateMobileMoneyInput, cA as Customer, cB as CustomerAddress, cl as CustomerBooking, ck as CustomerBookingServiceItem, cD as CustomerLinkPreferences, cC as CustomerMobileMoney, bA as CustomerServicePreferences, aM as DEFAULT_COUNTRY, aL as DEFAULT_CURRENCY, aD as DEVICE_TYPE, cg as DayAvailability, bP as DeliveryFeeDetails, W as DeliveryFeeResponse, V as DeliveryService, bK as DepositResult, at as DeviceType, N as DismissMessageResponse, aa as ELEMENT_TYPES, a9 as EVENT_TYPES, d9 as ElementAppearance, dl as ElementEventHandler, ae as ElementEventType, ac as ElementOptions, ad as ElementType, df as ElementsCheckoutData, dg as ElementsCheckoutResult, dd as ElementsCustomerInfo, ab as ElementsOptions, cL as EnrollAndLinkOrderInput, cO as EnrollAndLinkOrderResult, cI as EnrollmentData, aP as Err, be as FeeBearerType, F as FetchQuoteInput, bc as FulfillmentLink, bb as FulfillmentStatus, ba as FulfillmentType, c$ as FxQuote, c_ as FxQuoteRequest, d0 as FxRateResponse, r as FxService, cm as GetAvailableSlotsInput, m as GetOrdersOptions, G as GetProductsOptions, dk as IframeToParentMessage, I as InventoryService, aG as LINK_MUTATION, aF as LINK_QUERY, bg as LineItem, b7 as LineType, cE as LinkData, cN as LinkEnrollResult, L as LinkService, cP as LinkSession, cM as LinkStatusResult, a3 as LiteBootstrap, q as LiteService, bZ as Location, bN as LocationBooking, bX as LocationTaxBehavior, bY as LocationTaxOverrides, c0 as LocationTimeProfile, c6 as LocationWithDetails, a8 as MESSAGE_TYPES, aB as MOBILE_MONEY_PROVIDER, cK as MobileMoneyData, cY as MobileMoneyDetails, as as MobileMoneyProvider, al as NextAction, aK as ORDER_MUTATION, aw as ORDER_TYPE, d7 as ObservabilityHooks, aO as Ok, bh as Order, b6 as OrderChannel, bs as OrderFilter, bd as OrderFulfillmentSummary, bm as OrderGroup, bq as OrderGroupDetails, bn as OrderGroupPayment, bk as OrderGroupPaymentState, bl as OrderGroupPaymentStatus, bp as OrderGroupPaymentSummary, bj as OrderGroupStatus, bi as OrderHistory, b8 as OrderLineState, b9 as OrderLineStatus, br as OrderPaymentEvent, O as OrderQueries, bo as OrderSplitDetail, b4 as OrderStatus, d8 as OrderType, o as OtpResult, ax as PAYMENT_METHOD, aJ as PAYMENT_MUTATION, az as PAYMENT_STATE, aA as PICKUP_TIME_TYPE, dj as ParentToIframeMessage, db as PaymentMethodInfo, b5 as PaymentState, cW as PickupTime, cV as PickupTimeType, z as PlaceDetailsResponse, w as PlacesService, P as PriceQuote, bF as PricingOverrides, ao as ProcessAndResolveOptions, am as ProcessCheckoutOptions, an as ProcessCheckoutResult, bO as ProviderResolutionSource, d as QuoteBundleSelectionInput, Q as QuoteCompositeSelectionInput, f as QuoteDynamicBuckets, e as QuoteStatus, g as QuoteUiMessage, R as RefreshQuoteInput, i as RefreshQuoteResult, bw as RefundOrderInput, bS as RelatedCandidate, bR as RelatedProduct, bT as RelatedProductsEnrichment, bQ as RelationType, bz as ReminderMethod, bC as ReminderSettings, k as ReorderResult, d1 as RequestContext, d4 as RequestErrorEvent, cS as RequestOtpInput, h as RequestSource, d2 as RequestStartEvent, d3 as RequestSuccessEvent, cp as RescheduleBookingInput, ct as RescheduleBookingResult, cw as RescheduleHistoryRecord, bI as ResourceAssignment, aN as Result, d5 as RetryEvent, cR as RevokeAllSessionsResult, cQ as RevokeSessionResult, c2 as Room, bG as SchedulingMetadata, bJ as SchedulingResult, p as SchedulingService, a1 as SenderType, ca as Service, cu as ServiceAvailabilityParams, cv as ServiceAvailabilityResult, c3 as ServiceCharge, bE as ServiceNotes, bL as ServiceScheduleRequest, bx as ServiceStatus, H as SessionActivityData, d6 as SessionChangeEvent, E as SessionMessage, cd as SlotResourceInfo, ce as SlotStaffInfo, cb as Staff, bH as StaffAssignment, by as StaffRole, bM as StaffScheduleItem, cy as StockLevel, cx as StockStatus, c4 as StorefrontBootstrap, S as SubscriptionService, X as SupportService, c1 as Table, a4 as TableInfo, b_ as TimeRange, b$ as TimeRanges, cc as TimeSlot, D as TrackCategoryViewOptions, T as TrackProductViewOptions, cG as UpdateAddressInput, bu as UpdateOrderStatusInput, U as UpdateProfileInput, v as UploadInitResponse, u as UploadResult, t as UploadService, cT as VerifyOtpInput, b0 as combine, b1 as combineObject, c as createCimplifyClient, a7 as createElements, aR as err, aW as flatMap, a_ as fromPromise, aX as getOrElse, aT as isErr, aS as isOk, aV as mapError, aU as mapResult, aQ as ok, aZ as toNullable, a$ as tryCatch, aY as unwrap } from './client-5B9IPDmf.js';
1
+ export { aC as AUTHORIZATION_TYPE, aH as AUTH_MUTATION, ar as AbortablePromise, K as ActivityRecommendation, M as ActivityRecommendationsResponse, s as ActivityService, J as ActivityStateResponse, cJ as AddressData, da as AddressInfo, bf as AmountToPay, cU as AuthResponse, A as AuthService, n as AuthStatus, dc as AuthenticatedCustomer, de as AuthenticatedData, x as AutocompletePrediction, y as AutocompleteResponse, cz as AvailabilityResult, cf as AvailableSlot, ci as Booking, cs as BookingModificationType, ch as BookingStatus, cj as BookingWithDetails, bB as BufferTimes, bW as Business, c8 as BusinessHours, bV as BusinessPreferences, B as BusinessService, c7 as BusinessSettings, bU as BusinessType, c5 as BusinessWithLocations, av as CHECKOUT_MODE, aI as CHECKOUT_MUTATION, ay as CHECKOUT_STEP, aE as CONTACT_TYPE, cq as CancelBookingInput, cr as CancelBookingResult, bv as CancelOrderInput, bD as CancellationPolicy, j as CartOperations, b as CatalogueQueries, b2 as CatalogueResult, b3 as CatalogueSnapshot, c9 as CategoryInfo, $ as ChatAttachment, Z as ChatConversation, _ as ChatConversationResponse, Y as ChatMessage, a0 as ChatWidgetStarter, cn as CheckSlotAvailabilityInput, co as CheckSlotAvailabilityResult, cX as CheckoutAddressInfo, di as CheckoutCartData, dh as CheckoutCartItem, cZ as CheckoutCustomerInfo, aj as CheckoutFormData, bt as CheckoutInput, af as CheckoutMode, l as CheckoutOperations, ag as CheckoutOrderType, ah as CheckoutPaymentMethod, ak as CheckoutResult, l as CheckoutService, ap as CheckoutStatus, aq as CheckoutStatusContext, ai as CheckoutStep, C as CimplifyClient, a as CimplifyConfig, a6 as CimplifyElement, a5 as CimplifyElements, au as ContactType, a2 as ContentType, cF as CreateAddressInput, cH as CreateMobileMoneyInput, cA as Customer, cB as CustomerAddress, cl as CustomerBooking, ck as CustomerBookingServiceItem, cD as CustomerLinkPreferences, cC as CustomerMobileMoney, bA as CustomerServicePreferences, aM as DEFAULT_COUNTRY, aL as DEFAULT_CURRENCY, aD as DEVICE_TYPE, cg as DayAvailability, bP as DeliveryFeeDetails, W as DeliveryFeeResponse, V as DeliveryService, bK as DepositResult, at as DeviceType, N as DismissMessageResponse, aa as ELEMENT_TYPES, a9 as EVENT_TYPES, d9 as ElementAppearance, dl as ElementEventHandler, ae as ElementEventType, ac as ElementOptions, ad as ElementType, df as ElementsCheckoutData, dg as ElementsCheckoutResult, dd as ElementsCustomerInfo, ab as ElementsOptions, cL as EnrollAndLinkOrderInput, cO as EnrollAndLinkOrderResult, cI as EnrollmentData, aP as Err, be as FeeBearerType, F as FetchQuoteInput, bc as FulfillmentLink, bb as FulfillmentStatus, ba as FulfillmentType, c$ as FxQuote, c_ as FxQuoteRequest, d0 as FxRateResponse, r as FxService, cm as GetAvailableSlotsInput, m as GetOrdersOptions, G as GetProductsOptions, dk as IframeToParentMessage, I as InventoryService, aG as LINK_MUTATION, aF as LINK_QUERY, bg as LineItem, b7 as LineType, cE as LinkData, cN as LinkEnrollResult, L as LinkService, cP as LinkSession, cM as LinkStatusResult, a3 as LiteBootstrap, q as LiteService, bZ as Location, bN as LocationBooking, bX as LocationTaxBehavior, bY as LocationTaxOverrides, c0 as LocationTimeProfile, c6 as LocationWithDetails, a8 as MESSAGE_TYPES, aB as MOBILE_MONEY_PROVIDER, cK as MobileMoneyData, cY as MobileMoneyDetails, as as MobileMoneyProvider, al as NextAction, aK as ORDER_MUTATION, aw as ORDER_TYPE, d7 as ObservabilityHooks, aO as Ok, bh as Order, b6 as OrderChannel, bs as OrderFilter, bd as OrderFulfillmentSummary, bm as OrderGroup, bq as OrderGroupDetails, bn as OrderGroupPayment, bk as OrderGroupPaymentState, bl as OrderGroupPaymentStatus, bp as OrderGroupPaymentSummary, bj as OrderGroupStatus, bi as OrderHistory, b8 as OrderLineState, b9 as OrderLineStatus, br as OrderPaymentEvent, O as OrderQueries, bo as OrderSplitDetail, b4 as OrderStatus, d8 as OrderType, o as OtpResult, ax as PAYMENT_METHOD, aJ as PAYMENT_MUTATION, az as PAYMENT_STATE, aA as PICKUP_TIME_TYPE, dj as ParentToIframeMessage, db as PaymentMethodInfo, b5 as PaymentState, cW as PickupTime, cV as PickupTimeType, z as PlaceDetailsResponse, w as PlacesService, P as PriceQuote, bF as PricingOverrides, ao as ProcessAndResolveOptions, am as ProcessCheckoutOptions, an as ProcessCheckoutResult, bO as ProviderResolutionSource, d as QuoteBundleSelectionInput, Q as QuoteCompositeSelectionInput, f as QuoteDynamicBuckets, e as QuoteStatus, g as QuoteUiMessage, R as RefreshQuoteInput, i as RefreshQuoteResult, bw as RefundOrderInput, bS as RelatedCandidate, bR as RelatedProduct, bT as RelatedProductsEnrichment, bQ as RelationType, bz as ReminderMethod, bC as ReminderSettings, k as ReorderResult, d1 as RequestContext, d4 as RequestErrorEvent, cS as RequestOtpInput, h as RequestSource, d2 as RequestStartEvent, d3 as RequestSuccessEvent, cp as RescheduleBookingInput, ct as RescheduleBookingResult, cw as RescheduleHistoryRecord, bI as ResourceAssignment, aN as Result, d5 as RetryEvent, cR as RevokeAllSessionsResult, cQ as RevokeSessionResult, c2 as Room, bG as SchedulingMetadata, bJ as SchedulingResult, p as SchedulingService, a1 as SenderType, ca as Service, cu as ServiceAvailabilityParams, cv as ServiceAvailabilityResult, c3 as ServiceCharge, bE as ServiceNotes, bL as ServiceScheduleRequest, bx as ServiceStatus, H as SessionActivityData, d6 as SessionChangeEvent, E as SessionMessage, cd as SlotResourceInfo, ce as SlotStaffInfo, cb as Staff, bH as StaffAssignment, by as StaffRole, bM as StaffScheduleItem, cy as StockLevel, cx as StockStatus, c4 as StorefrontBootstrap, S as SubscriptionService, X as SupportService, c1 as Table, a4 as TableInfo, b_ as TimeRange, b$ as TimeRanges, cc as TimeSlot, D as TrackCategoryViewOptions, T as TrackProductViewOptions, cG as UpdateAddressInput, bu as UpdateOrderStatusInput, U as UpdateProfileInput, v as UploadInitResponse, u as UploadResult, t as UploadService, cT as VerifyOtpInput, b0 as combine, b1 as combineObject, c as createCimplifyClient, a7 as createElements, aR as err, aW as flatMap, a_ as fromPromise, aX as getOrElse, aT as isErr, aS as isOk, aV as mapError, aU as mapResult, aQ as ok, aZ as toNullable, a$ as tryCatch, aY as unwrap } from './client-Bsd4Vi_y.js';
2
2
  import { A as ApiError } from './payment-4JSLNTVM.js';
3
3
  export { ai as AddOn, bf as AddOnDetails, bC as AddOnGroupDetails, ak as AddOnOption, bB as AddOnOptionDetails, al as AddOnOptionPrice, aj as AddOnWithOptions, bI as AddToCartInput, bO as AddressAuthorizationData, Y as AddressValue, b5 as AdjustmentType, bb as AppliedDiscount, z as AttributeAppliesTo, y as AttributeType, G as AttributeValidationRules, B as AttributeVisibility, bP as AuthorizationType, ba as BenefitType, bY as BillingFrequency, b_ as BillingMarkupType, bZ as BillingPlanType, at as Bundle, ax as BundleComponentData, ay as BundleComponentInfo, aA as BundleComponentVariantView, az as BundleComponentView, as as BundlePriceType, av as BundleProduct, bl as BundleSelectionData, bi as BundleSelectionInput, bk as BundleStoredSelection, au as BundleSummary, aw as BundleWithDetails, bq as Cart, bg as CartAddOn, b3 as CartChannel, br as CartItem, bE as CartItemDetails, bH as CartMutationResult, bG as CartNotice, b2 as CartStatus, bK as CartSummary, bs as CartTotals, an as Category, ao as CategorySummary, C as ChosenPrice, h as CimplifyError, ap as Collection, ar as CollectionProduct, aq as CollectionSummary, aI as ComponentGroup, aJ as ComponentGroupWithComponents, aP as ComponentPriceBreakdown, bj as ComponentSchedulingData, aN as ComponentSelectionInput, aF as ComponentSourceType, aG as Composite, aM as CompositeComponent, aL as CompositeComponentView, aK as CompositeGroupView, bn as CompositePriceBreakdown, aO as CompositePriceResult, aD as CompositePricingMode, bo as CompositeSelectionData, aN as CompositeSelectionInput, bm as CompositeStoredSelection, aH as CompositeWithDetails, a as CurrencyCode, H as CustomAttributeDefinition, J as CustomAttributeValue, a5 as CustomerInputValue, w as DURATION_UNIT, $ as DateRangeValue, aZ as Deal, aY as DealBenefitType, u as DepositType, t as DigitalProductType, bc as DiscountBreakdown, bd as DiscountDetails, a$ as DiscountValidation, bv as DisplayAddOn, bw as DisplayAddOnOption, bt as DisplayCart, bu as DisplayCartItem, D as DisplayMode, v as DurationUnit, g as ERROR_HINTS, c0 as EligiblePlansQuery, E as ErrorCode, e as ErrorCodeType, f as ErrorHint, O as FacetValue, c1 as FormattedPlanOption, aE as GroupPricingBehavior, X as INPUT_FIELD_TYPE, I as IdempotencyMismatchError, bT as InitializePaymentResult, W as InputFieldType, a2 as InputFieldValidation, s as InventoryType, Q as KnowledgeArticle, bp as LineConfiguration, aS as LocationProductPrice, a0 as LocationValue, F as MeasurementValue, M as Money, q as PRODUCT_TYPE, d as Pagination, P as PaginationParams, bS as Payment, bW as PaymentErrorDetails, bR as PaymentMethod, bN as PaymentMethodType, bQ as PaymentProcessingState, bM as PaymentProvider, bU as PaymentResponse, bL as PaymentStatus, bV as PaymentStatusResponse, _ as PhoneValue, aR as Price, b6 as PriceAdjustment, b9 as PriceDecisionPath, aQ as PriceEntryType, b8 as PricePathTaxInfo, b4 as PriceSource, U as Product, am as ProductAddOn, aT as ProductAvailability, aX as ProductAvailabilityNow, b$ as ProductBillingPlan, a_ as ProductDealInfo, a4 as ProductInputField, L as ProductProperty, r as ProductRenderHint, aV as ProductTaxonomy, aU as ProductTimeProfile, p as ProductType, aa as ProductVariant, af as ProductVariantValue, a8 as ProductWithDetails, N as PropertyFacet, K as PropertySource, a6 as QuantityPricingTier, R as RENDER_HINT, a7 as RelatedProductView, x as SalesChannel, S as SchedulingMode, be as SelectedAddOnOption, a3 as SemanticKind, a1 as SignatureValue, bX as SubmitAuthorizationInput, c3 as Subscription, c5 as SubscriptionInvoice, c4 as SubscriptionItem, c2 as SubscriptionStatus, c6 as SubscriptionWithDetails, b0 as Tag, b1 as TagsResponse, b7 as TaxPathComponent, T as TaxonomyAttributeTemplate, aW as TaxonomyWithChildren, bF as UICart, bx as UICartBusiness, bz as UICartCustomer, by as UICartLocation, bA as UICartPricing, bJ as UpdateCartItemInput, ac as VariantAxis, ah as VariantAxisSelection, ae as VariantAxisValue, aC as VariantAxisValueView, aB as VariantAxisView, ad as VariantAxisWithValues, bh as VariantDetails, bD as VariantDetailsDTO, ab as VariantDisplayAttribute, ag as VariantLocationAvailability, V as VariantStrategy, a9 as VariantView, Z as ZERO, c as currencyCode, n as enrichError, l as getErrorHint, j as isCimplifyError, k as isIdempotencyMismatchError, o as isRetryableError, i as isSupportedCurrency, m as money, b as moneyFromNumber } from './payment-4JSLNTVM.js';
4
4
  export { C as CURRENCY_SYMBOLS, M as MOBILE_MONEY_PROVIDERS, v as categorizePaymentError, B as detectMobileMoneyProvider, c as formatMoney, d as formatNumberCompact, f as formatPrice, a as formatPriceAdjustment, b as formatPriceCompact, u as formatPriceRange, j as formatPriceWithTax, e as formatProductPrice, m as getBasePrice, k as getCurrencySymbol, o as getDiscountPercentage, l as getDisplayPrice, q as getMarkupPercentage, t as getPriceRange, r as getProductCurrency, g as getTaxAmount, s as getUnitPriceAtQuantity, h as hasTaxInfo, n as isOnSale, y as isPaymentStatusFailure, z as isPaymentStatusRequiresAction, A as isPaymentStatusSuccess, i as isTaxInclusive, F as isValidPhoneForContext, w as normalizePaymentResponse, D as normalizePhoneToE164, x as normalizeStatusResponse, p as parsePrice, E as resolvePhoneCountryCode } from './index-PbBuEWp7.js';
package/dist/react.d.mts CHANGED
@@ -1,7 +1,7 @@
1
1
  import React$1, { ReactNode } from 'react';
2
2
  import { A as AdSlot, a as AdPosition, e as AdContextValue } from './ads-BxbWrwqp.mjs';
3
3
  export { c as AdConfig, g as getVariantDisplayName } from './ads-BxbWrwqp.mjs';
4
- import { C as CimplifyClient, an as ProcessCheckoutResult, ap as CheckoutStatus, aq as CheckoutStatusContext, bZ as Location, bW as Business, k as ReorderResult, b4 as OrderStatus, bh as Order, d as QuoteBundleSelectionInput, Q as QuoteCompositeSelectionInput, P as PriceQuote, g as QuoteUiMessage, ca as Service, cf as AvailableSlot, cg as DayAvailability, cl as CustomerBooking, cr as CancelBookingResult, J as ActivityStateResponse, E as SessionMessage, K as ActivityRecommendation, W as DeliveryFeeResponse, d0 as FxRateResponse, c4 as StorefrontBootstrap, a0 as ChatWidgetStarter, Y as ChatMessage, ab as ElementsOptions, de as AuthenticatedData, da as AddressInfo, db as PaymentMethodInfo, a5 as CimplifyElements, dg as ElementsCheckoutResult, am as ProcessCheckoutOptions, bg as LineItem, cb as Staff, c2 as Room } from './client-CpVMRI8V.mjs';
4
+ import { C as CimplifyClient, an as ProcessCheckoutResult, ap as CheckoutStatus, aq as CheckoutStatusContext, bZ as Location, bW as Business, k as ReorderResult, b4 as OrderStatus, bh as Order, d as QuoteBundleSelectionInput, Q as QuoteCompositeSelectionInput, P as PriceQuote, g as QuoteUiMessage, ca as Service, cf as AvailableSlot, cg as DayAvailability, cl as CustomerBooking, cr as CancelBookingResult, J as ActivityStateResponse, E as SessionMessage, K as ActivityRecommendation, W as DeliveryFeeResponse, d0 as FxRateResponse, c4 as StorefrontBootstrap, a0 as ChatWidgetStarter, Y as ChatMessage, ab as ElementsOptions, de as AuthenticatedData, da as AddressInfo, db as PaymentMethodInfo, a5 as CimplifyElements, dg as ElementsCheckoutResult, am as ProcessCheckoutOptions, bg as LineItem, cb as Staff, c2 as Room } from './client-C5LcbNxL.mjs';
5
5
  import { a as CurrencyCode, U as Product, d as Pagination, h as CimplifyError, a8 as ProductWithDetails, an as Category, M as Money, bi as BundleSelectionInput, aN as ComponentSelectionInput, bl as BundleSelectionData, bo as CompositeSelectionData, ap as Collection, aV as ProductTaxonomy, aW as TaxonomyWithChildren, aU as ProductTimeProfile, aZ as Deal, a_ as ProductDealInfo, a$ as DiscountValidation, au as BundleSummary, aO as CompositePriceResult, c2 as SubscriptionStatus, c3 as Subscription, c6 as SubscriptionWithDetails, H as CustomAttributeDefinition, N as PropertyFacet, b$ as ProductBillingPlan, a9 as VariantView, ad as VariantAxisWithValues, aj as AddOnWithOptions, az as BundleComponentView, as as BundlePriceType, aK as CompositeGroupView, bt as DisplayCart, a4 as ProductInputField, J as CustomAttributeValue, L as ProductProperty, a6 as QuantityPricingTier } from './payment-4JSLNTVM.mjs';
6
6
  import { P as ProductWithPrice } from './price-DMijJ6_3.mjs';
7
7
  import { ClassValue } from 'clsx';
@@ -1766,6 +1766,124 @@ interface BookingListProps {
1766
1766
  }
1767
1767
  declare function BookingList({ bookings: bookingsProp, filter, onCancel, onReschedule, onBookingClick, renderBooking, emptyMessage, className, classNames, }: BookingListProps): React$1.ReactElement;
1768
1768
 
1769
+ interface Resource {
1770
+ id: string;
1771
+ name: string;
1772
+ description?: string;
1773
+ capacity?: number;
1774
+ floor?: string;
1775
+ image_url?: string;
1776
+ is_available?: boolean;
1777
+ }
1778
+ interface ResourcePickerClassNames {
1779
+ root?: string;
1780
+ option?: string;
1781
+ image?: string;
1782
+ name?: string;
1783
+ description?: string;
1784
+ meta?: string;
1785
+ capacity?: string;
1786
+ floor?: string;
1787
+ unavailable?: string;
1788
+ }
1789
+ interface ResourcePickerProps {
1790
+ /** List of available resources (rooms, equipment, etc.). */
1791
+ resources: Resource[];
1792
+ /** Currently selected resource ID, or null for "Any available". */
1793
+ selectedResourceId?: string | null;
1794
+ /** Called when a resource is selected. Passes null for "Any available". */
1795
+ onResourceSelect?: (resourceId: string | null) => void;
1796
+ /** Show "Any available" option. Default: true. */
1797
+ showAnyOption?: boolean;
1798
+ /** Label for the "Any available" option. */
1799
+ anyLabel?: string;
1800
+ /** Custom image renderer (e.g. Next.js Image). */
1801
+ renderImage?: (props: {
1802
+ src: string;
1803
+ alt: string;
1804
+ className?: string;
1805
+ }) => React$1.ReactNode;
1806
+ className?: string;
1807
+ classNames?: ResourcePickerClassNames;
1808
+ }
1809
+ declare function roomToResource(room: Room): Resource;
1810
+ declare function ResourcePicker({ resources, selectedResourceId, onResourceSelect, showAnyOption, anyLabel, renderImage, className, classNames, }: ResourcePickerProps): React$1.ReactElement;
1811
+
1812
+ interface BookingPageClassNames {
1813
+ root?: string;
1814
+ header?: string;
1815
+ title?: string;
1816
+ serviceInfo?: string;
1817
+ step?: string;
1818
+ stepTitle?: string;
1819
+ summary?: string;
1820
+ summaryRow?: string;
1821
+ confirmButton?: string;
1822
+ backButton?: string;
1823
+ error?: string;
1824
+ rescheduleInfo?: string;
1825
+ depositInfo?: string;
1826
+ cancellationPolicy?: string;
1827
+ resourceStep?: string;
1828
+ }
1829
+ interface BookingPageProps {
1830
+ /** The service being booked. */
1831
+ service: Service;
1832
+ /** The underlying product (for deposit/cancellation fields). Falls back to service fields. */
1833
+ product?: Product;
1834
+ /** Optional staff list for staff selection step. */
1835
+ staff?: Staff[];
1836
+ /** Optional resources for resource selection step (rooms, equipment, etc.). */
1837
+ resources?: Resource[];
1838
+ /** Number of participants. */
1839
+ participantCount?: number;
1840
+ /** Page title. */
1841
+ title?: string;
1842
+ /** Called after successfully adding to cart. */
1843
+ onBooked?: (slot: AvailableSlot, staffId: string | null) => void;
1844
+ /** Called when user wants to go back. */
1845
+ onBack?: () => void;
1846
+ /** Existing booking for reschedule mode. */
1847
+ existingBooking?: CustomerBooking;
1848
+ /** Called after a successful reschedule. */
1849
+ onRescheduled?: (booking: CustomerBooking, newSlot: AvailableSlot) => void;
1850
+ /** Show price on slots. Default: true. */
1851
+ showPrice?: boolean;
1852
+ className?: string;
1853
+ classNames?: BookingPageClassNames;
1854
+ }
1855
+ declare function BookingPage({ service, product, staff, resources, participantCount, title, onBooked, onBack, existingBooking, onRescheduled, showPrice, className, classNames, }: BookingPageProps): React$1.ReactElement;
1856
+
1857
+ interface BookingsPageClassNames {
1858
+ root?: string;
1859
+ header?: string;
1860
+ title?: string;
1861
+ filters?: string;
1862
+ filterButton?: string;
1863
+ list?: string;
1864
+ detail?: string;
1865
+ backButton?: string;
1866
+ }
1867
+ interface BookingsPageProps {
1868
+ /** Page title. */
1869
+ title?: string;
1870
+ /** Pre-fetched bookings for SSR. */
1871
+ bookings?: CustomerBooking[];
1872
+ /** Called when navigating to a booking detail (e.g. for routing). */
1873
+ onBookingNavigate?: (booking: CustomerBooking) => void;
1874
+ /** Called when cancel is clicked. */
1875
+ onCancel?: (booking: CustomerBooking) => void;
1876
+ /** Called when reschedule is clicked. */
1877
+ onReschedule?: (booking: CustomerBooking) => void;
1878
+ /** Show filter tabs. Default: true. */
1879
+ showFilters?: boolean;
1880
+ /** Custom booking renderer. */
1881
+ renderBooking?: (booking: CustomerBooking) => React$1.ReactNode;
1882
+ className?: string;
1883
+ classNames?: BookingsPageClassNames;
1884
+ }
1885
+ declare function BookingsPage({ title, bookings: bookingsProp, onBookingNavigate, onCancel, onReschedule, showFilters, renderBooking, className, classNames, }: BookingsPageProps): React$1.ReactElement;
1886
+
1769
1887
  interface CatalogueLayoutProps {
1770
1888
  products: Product[];
1771
1889
  categories: Category[];
@@ -2592,49 +2710,6 @@ interface CurrencySelectorProps {
2592
2710
  */
2593
2711
  declare function CurrencySelector({ currencies, currentCurrency, onCurrencyChange, showRate, baseCurrency, renderCurrency, className, classNames, }: CurrencySelectorProps): React$1.ReactElement | null;
2594
2712
 
2595
- interface Resource {
2596
- id: string;
2597
- name: string;
2598
- description?: string;
2599
- capacity?: number;
2600
- floor?: string;
2601
- image_url?: string;
2602
- is_available?: boolean;
2603
- }
2604
- interface ResourcePickerClassNames {
2605
- root?: string;
2606
- option?: string;
2607
- image?: string;
2608
- name?: string;
2609
- description?: string;
2610
- meta?: string;
2611
- capacity?: string;
2612
- floor?: string;
2613
- unavailable?: string;
2614
- }
2615
- interface ResourcePickerProps {
2616
- /** List of available resources (rooms, equipment, etc.). */
2617
- resources: Resource[];
2618
- /** Currently selected resource ID, or null for "Any available". */
2619
- selectedResourceId?: string | null;
2620
- /** Called when a resource is selected. Passes null for "Any available". */
2621
- onResourceSelect?: (resourceId: string | null) => void;
2622
- /** Show "Any available" option. Default: true. */
2623
- showAnyOption?: boolean;
2624
- /** Label for the "Any available" option. */
2625
- anyLabel?: string;
2626
- /** Custom image renderer (e.g. Next.js Image). */
2627
- renderImage?: (props: {
2628
- src: string;
2629
- alt: string;
2630
- className?: string;
2631
- }) => React$1.ReactNode;
2632
- className?: string;
2633
- classNames?: ResourcePickerClassNames;
2634
- }
2635
- declare function roomToResource(room: Room): Resource;
2636
- declare function ResourcePicker({ resources, selectedResourceId, onResourceSelect, showAnyOption, anyLabel, renderImage, className, classNames, }: ResourcePickerProps): React$1.ReactElement;
2637
-
2638
2713
  interface ChatWidgetClassNames {
2639
2714
  root?: string;
2640
2715
  bubble?: string;
@@ -2667,4 +2742,4 @@ interface ChatWidgetProps {
2667
2742
  }
2668
2743
  declare function ChatWidget({ client: clientProp, businessName, greeting, subtitle, starters, placeholder, position, defaultOpen, pollInterval, className, classNames, }: ChatWidgetProps): react_jsx_runtime.JSX.Element;
2669
2744
 
2670
- export { AccommodationCard, Ad, AdPosition, type AdProps, AdProvider, AdSlot, AddOnSelector, type AddOnSelectorClassNames, type AddOnSelectorProps, type AddToCartOptions, AddressElement, AuthElement, AvailabilityBadge, type AvailabilityBadgeClassNames, type AvailabilityBadgeProps, BillingPlanSelector, type BillingPlanSelectorClassNames, type BillingPlanSelectorProps, BookingCard, type BookingCardClassNames, type BookingCardProps, BookingList, type BookingListClassNames, type BookingListProps, BundleProductCard, BundleProductLayout, BundleSelector, type BundleSelectorClassNames, type BundleSelectorProps, CardImage, type CardLayoutProps, CardShell, CardVariant, type CartAddOnOptionSelection, CartDrawer, type CartDrawerProps, CartDrawerProvider, type CartLayoutProps, CartPage, type CartPageClassNames, type CartPageProps, CartSummary, type CartSummaryClassNames, type CartSummaryProps, CartTemplate, type CartVariantSelection, CatalogueCollectionLayout, type CatalogueLayoutProps, CataloguePage, type CataloguePageClassNames, type CataloguePageProps, CatalogueTemplate, CategoryFilter, type CategoryFilterClassNames, type CategoryFilterProps, CategoryGrid, type CategoryGridClassNames, type CategoryGridProps, ChatWidget, type ChatWidgetClassNames, type ChatWidgetProps, CheckoutPage, type CheckoutPageClassNames, type CheckoutPageProps, CimplifyAccount, type CimplifyAccountProps, CimplifyCheckout, type CimplifyCheckoutProps, type CimplifyClientContextValue, type CimplifyContextValue, CimplifyProvider, type CimplifyProviderProps, type CollectionLayoutProps, CollectionPage, type CollectionPageClassNames, type CollectionPageProps, CollectionTemplate, CompactCartLayout, CompactCatalogueLayout, CompactSearchLayout, CompactServiceCard, CompositeProductCard, CompositeProductLayout, CompositeSelector, type CompositeSelectorClassNames, type CompositeSelectorProps, CurrencySelector, type CurrencySelectorClassNames, type CurrencySelectorProps, CustomAttributesTable, CustomerInputFields, type CustomerInputFieldsClassNames, type CustomerInputFieldsProps, DateSlotPicker, type DateSlotPickerClassNames, type DateSlotPickerProps, DealBanner, type DealBannerClassNames, type DealBannerProps, DealsPage, type DealsPageClassNames, type DealsPageProps, DefaultCartLayout, DefaultCatalogueLayout, DefaultCollectionLayout, DefaultProductLayout, DefaultSearchLayout, DeliveryEstimate, type DeliveryEstimateClassNames, type DeliveryEstimateProps, DigitalProductCard, DigitalProductLayout, DiscountInput, type DiscountInputClassNames, type DiscountInputProps, ElementsProvider, FeaturedCollectionLayout, FoodProductCard, FoodProductLayout, InventoryBadge, LeaseServiceCard, LocationPicker, type LocationPickerClassNames, type LocationPickerProps, MetadataStringList, OrderDetailPage, type OrderDetailPageClassNames, type OrderDetailPageProps, OrderHistory, type OrderHistoryClassNames, OrderHistoryPage, type OrderHistoryPageClassNames, type OrderHistoryPageProps, type OrderHistoryProps, OrderSummary, type OrderSummaryClassNames, type OrderSummaryProps, PaymentElement, Price, type PriceProps, PriceRange, type PriceRangeProps, ProductCard, type ProductCardClassNames, type ProductCardProps, ProductCustomizer, type ProductCustomizerClassNames, type ProductCustomizerProps, ProductGrid, type ProductGridClassNames, type ProductGridProps, ProductImageGallery, type ProductImageGalleryProps, type ProductLayoutProps, ProductPage, type ProductPageClassNames, type ProductPageProps, ProductSheet, type ProductSheetClassNames, type ProductSheetProps, ProductTemplate, PropertiesTable, QuantitySelector, type QuantitySelectorClassNames, type QuantitySelectorProps, QuickAddButton, RecentlyViewed, type RecentlyViewedClassNames, type RecentlyViewedProps, RecommendationCarousel, type RecommendationCarouselClassNames, type RecommendationCarouselProps, RelatedProductsSection, RentalServiceCard, type Resource, ResourcePicker, type ResourcePickerClassNames, type ResourcePickerProps, RetailProductCard, SaleBadge, type SaleBadgeClassNames, type SaleBadgeProps, ScheduleServiceCard, SearchInput, type SearchInputClassNames, type SearchInputProps, type SearchLayoutProps, SearchPage, type SearchPageClassNames, type SearchPageProps, SearchTemplate, type ServiceCardLayoutProps, ServiceProductLayout, SessionMessageBanner, type SessionMessageBannerClassNames, type SessionMessageBannerProps, SlotPicker, type SlotPickerClassNames, type SlotPickerProps, SoldOutOverlay, StaffPicker, type StaffPickerClassNames, type StaffPickerProps, StandardServiceCard, StoreNav, type StoreNavClassNames, type StoreNavProps, SubscriptionCard, TagPills, TwoColumnGrid, type UseActivityStateOptions, type UseActivityStateResult, type UseAttributeDefinitionsOptions, type UseAttributeDefinitionsResult, type UseAvailableSlotsOptions, type UseAvailableSlotsResult, type UseBillingPlansOptions, type UseBillingPlansResult, type UseBookingsOptions, type UseBookingsResult, type UseBootstrapOptions, type UseBootstrapResult, type UseBundlesOptions, type UseBundlesResult, type UseCartItem, type UseCartOptions, type UseCartResult, type UseCategoriesOptions, type UseCategoriesResult, type UseChatOptions, type UseChatResult, type UseCollectionOptions, type UseCollectionResult, type UseCollectionsOptions, type UseCollectionsResult, type UseDealsOptions, type UseDealsResult, type UseDeliveryFeeOptions, type UseDeliveryFeeResult, type UseFxRateOptions, type UseFxRateResult, type UseLocationsOptions, type UseLocationsResult, type UseOrderOptions, type UseOrderResult, type UseOrdersOptions, type UseOrdersResult, type UseProductAvailabilityOptions, type UseProductAvailabilityResult, type UseProductDealsOptions, type UseProductDealsResult, type UseProductOptions, type UseProductPriceInput, type UseProductPriceResult, type UseProductResult, type UseProductSchedulesOptions, type UseProductSchedulesResult, type UseProductsOnSaleOptions, type UseProductsOnSaleResult, type UseProductsOptions, type UseProductsResult, type UsePropertyFacetsOptions, type UsePropertyFacetsResult, type UseQuoteInput, type UseQuoteOptions, type UseQuoteResult, type UseRecommendationsOptions, type UseRecommendationsResult, type UseSearchOptions, type UseSearchResult, type UseServiceAvailabilityOptions, type UseServiceAvailabilityResult, type UseServicesOptions, type UseServicesResult, type UseTaxonomiesOptions, type UseTaxonomiesResult, type UseTaxonomyOptions, type UseTaxonomyPathOptions, type UseTaxonomyPathResult, type UseTaxonomyResult, type UseValidateDiscountOptions, type UseValidateDiscountResult, type UseVariantSelectorOptions, type UseVariantSelectorResult, VariantSelector, type VariantSelectorClassNames, type VariantSelectorProps, VolumePricing, type VolumePricingClassNames, type VolumePricingProps, WholesaleProductCard, WholesaleProductLayout, WishlistButton, cn, roomToResource, useActivityState, useAds, useAttributeDefinitions, useAvailableSlots, useBillingPlans, useBookings, useBootstrap, useBundles, useCart, useCartDrawer, useCategories, useChat, useCheckout, useCimplify, useCimplifyClient, useCollection, useCollections, useDeals, useDeliveryFee, useElements, useElementsReady, useFxRate, useLocations, useOptionalCimplify, useOrder, useOrders, useProduct, useProductAvailability, useProductDeals, useProductPrice, useProductSchedules, useProducts, useProductsOnSale, usePropertyFacets, useQuote, useRecommendations, useSearch, useServiceAvailability, useServices, useSubscription, useSubscriptions, useTaxonomies, useTaxonomy, useTaxonomyPath, useValidateDiscount, useVariantSelector };
2745
+ export { AccommodationCard, Ad, AdPosition, type AdProps, AdProvider, AdSlot, AddOnSelector, type AddOnSelectorClassNames, type AddOnSelectorProps, type AddToCartOptions, AddressElement, AuthElement, AvailabilityBadge, type AvailabilityBadgeClassNames, type AvailabilityBadgeProps, BillingPlanSelector, type BillingPlanSelectorClassNames, type BillingPlanSelectorProps, BookingCard, type BookingCardClassNames, type BookingCardProps, BookingList, type BookingListClassNames, type BookingListProps, BookingPage, type BookingPageClassNames, type BookingPageProps, BookingsPage, type BookingsPageClassNames, type BookingsPageProps, BundleProductCard, BundleProductLayout, BundleSelector, type BundleSelectorClassNames, type BundleSelectorProps, CardImage, type CardLayoutProps, CardShell, CardVariant, type CartAddOnOptionSelection, CartDrawer, type CartDrawerProps, CartDrawerProvider, type CartLayoutProps, CartPage, type CartPageClassNames, type CartPageProps, CartSummary, type CartSummaryClassNames, type CartSummaryProps, CartTemplate, type CartVariantSelection, CatalogueCollectionLayout, type CatalogueLayoutProps, CataloguePage, type CataloguePageClassNames, type CataloguePageProps, CatalogueTemplate, CategoryFilter, type CategoryFilterClassNames, type CategoryFilterProps, CategoryGrid, type CategoryGridClassNames, type CategoryGridProps, ChatWidget, type ChatWidgetClassNames, type ChatWidgetProps, CheckoutPage, type CheckoutPageClassNames, type CheckoutPageProps, CimplifyAccount, type CimplifyAccountProps, CimplifyCheckout, type CimplifyCheckoutProps, type CimplifyClientContextValue, type CimplifyContextValue, CimplifyProvider, type CimplifyProviderProps, type CollectionLayoutProps, CollectionPage, type CollectionPageClassNames, type CollectionPageProps, CollectionTemplate, CompactCartLayout, CompactCatalogueLayout, CompactSearchLayout, CompactServiceCard, CompositeProductCard, CompositeProductLayout, CompositeSelector, type CompositeSelectorClassNames, type CompositeSelectorProps, CurrencySelector, type CurrencySelectorClassNames, type CurrencySelectorProps, CustomAttributesTable, CustomerInputFields, type CustomerInputFieldsClassNames, type CustomerInputFieldsProps, DateSlotPicker, type DateSlotPickerClassNames, type DateSlotPickerProps, DealBanner, type DealBannerClassNames, type DealBannerProps, DealsPage, type DealsPageClassNames, type DealsPageProps, DefaultCartLayout, DefaultCatalogueLayout, DefaultCollectionLayout, DefaultProductLayout, DefaultSearchLayout, DeliveryEstimate, type DeliveryEstimateClassNames, type DeliveryEstimateProps, DigitalProductCard, DigitalProductLayout, DiscountInput, type DiscountInputClassNames, type DiscountInputProps, ElementsProvider, FeaturedCollectionLayout, FoodProductCard, FoodProductLayout, InventoryBadge, LeaseServiceCard, LocationPicker, type LocationPickerClassNames, type LocationPickerProps, MetadataStringList, OrderDetailPage, type OrderDetailPageClassNames, type OrderDetailPageProps, OrderHistory, type OrderHistoryClassNames, OrderHistoryPage, type OrderHistoryPageClassNames, type OrderHistoryPageProps, type OrderHistoryProps, OrderSummary, type OrderSummaryClassNames, type OrderSummaryProps, PaymentElement, Price, type PriceProps, PriceRange, type PriceRangeProps, ProductCard, type ProductCardClassNames, type ProductCardProps, ProductCustomizer, type ProductCustomizerClassNames, type ProductCustomizerProps, ProductGrid, type ProductGridClassNames, type ProductGridProps, ProductImageGallery, type ProductImageGalleryProps, type ProductLayoutProps, ProductPage, type ProductPageClassNames, type ProductPageProps, ProductSheet, type ProductSheetClassNames, type ProductSheetProps, ProductTemplate, PropertiesTable, QuantitySelector, type QuantitySelectorClassNames, type QuantitySelectorProps, QuickAddButton, RecentlyViewed, type RecentlyViewedClassNames, type RecentlyViewedProps, RecommendationCarousel, type RecommendationCarouselClassNames, type RecommendationCarouselProps, RelatedProductsSection, RentalServiceCard, type Resource, ResourcePicker, type ResourcePickerClassNames, type ResourcePickerProps, RetailProductCard, SaleBadge, type SaleBadgeClassNames, type SaleBadgeProps, ScheduleServiceCard, SearchInput, type SearchInputClassNames, type SearchInputProps, type SearchLayoutProps, SearchPage, type SearchPageClassNames, type SearchPageProps, SearchTemplate, type ServiceCardLayoutProps, ServiceProductLayout, SessionMessageBanner, type SessionMessageBannerClassNames, type SessionMessageBannerProps, SlotPicker, type SlotPickerClassNames, type SlotPickerProps, SoldOutOverlay, StaffPicker, type StaffPickerClassNames, type StaffPickerProps, StandardServiceCard, StoreNav, type StoreNavClassNames, type StoreNavProps, SubscriptionCard, TagPills, TwoColumnGrid, type UseActivityStateOptions, type UseActivityStateResult, type UseAttributeDefinitionsOptions, type UseAttributeDefinitionsResult, type UseAvailableSlotsOptions, type UseAvailableSlotsResult, type UseBillingPlansOptions, type UseBillingPlansResult, type UseBookingsOptions, type UseBookingsResult, type UseBootstrapOptions, type UseBootstrapResult, type UseBundlesOptions, type UseBundlesResult, type UseCartItem, type UseCartOptions, type UseCartResult, type UseCategoriesOptions, type UseCategoriesResult, type UseChatOptions, type UseChatResult, type UseCollectionOptions, type UseCollectionResult, type UseCollectionsOptions, type UseCollectionsResult, type UseDealsOptions, type UseDealsResult, type UseDeliveryFeeOptions, type UseDeliveryFeeResult, type UseFxRateOptions, type UseFxRateResult, type UseLocationsOptions, type UseLocationsResult, type UseOrderOptions, type UseOrderResult, type UseOrdersOptions, type UseOrdersResult, type UseProductAvailabilityOptions, type UseProductAvailabilityResult, type UseProductDealsOptions, type UseProductDealsResult, type UseProductOptions, type UseProductPriceInput, type UseProductPriceResult, type UseProductResult, type UseProductSchedulesOptions, type UseProductSchedulesResult, type UseProductsOnSaleOptions, type UseProductsOnSaleResult, type UseProductsOptions, type UseProductsResult, type UsePropertyFacetsOptions, type UsePropertyFacetsResult, type UseQuoteInput, type UseQuoteOptions, type UseQuoteResult, type UseRecommendationsOptions, type UseRecommendationsResult, type UseSearchOptions, type UseSearchResult, type UseServiceAvailabilityOptions, type UseServiceAvailabilityResult, type UseServicesOptions, type UseServicesResult, type UseTaxonomiesOptions, type UseTaxonomiesResult, type UseTaxonomyOptions, type UseTaxonomyPathOptions, type UseTaxonomyPathResult, type UseTaxonomyResult, type UseValidateDiscountOptions, type UseValidateDiscountResult, type UseVariantSelectorOptions, type UseVariantSelectorResult, VariantSelector, type VariantSelectorClassNames, type VariantSelectorProps, VolumePricing, type VolumePricingClassNames, type VolumePricingProps, WholesaleProductCard, WholesaleProductLayout, WishlistButton, cn, roomToResource, useActivityState, useAds, useAttributeDefinitions, useAvailableSlots, useBillingPlans, useBookings, useBootstrap, useBundles, useCart, useCartDrawer, useCategories, useChat, useCheckout, useCimplify, useCimplifyClient, useCollection, useCollections, useDeals, useDeliveryFee, useElements, useElementsReady, useFxRate, useLocations, useOptionalCimplify, useOrder, useOrders, useProduct, useProductAvailability, useProductDeals, useProductPrice, useProductSchedules, useProducts, useProductsOnSale, usePropertyFacets, useQuote, useRecommendations, useSearch, useServiceAvailability, useServices, useSubscription, useSubscriptions, useTaxonomies, useTaxonomy, useTaxonomyPath, useValidateDiscount, useVariantSelector };