@shophost/rest-api 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (430) hide show
  1. package/LICENSE +17 -0
  2. package/README.md +69 -0
  3. package/global.d.ts +1 -0
  4. package/package.json +53 -0
  5. package/schemas.d.ts +1 -0
  6. package/schemas.js +2 -0
  7. package/schemas.ts +1 -0
  8. package/src/contract.d.ts +3853 -0
  9. package/src/contract.js +6 -0
  10. package/src/contract.js.map +1 -0
  11. package/src/contracts/cart.contract.d.ts +536 -0
  12. package/src/contracts/cart.contract.js +29 -0
  13. package/src/contracts/cart.contract.js.map +1 -0
  14. package/src/contracts/customers.contract.d.ts +903 -0
  15. package/src/contracts/customers.contract.js +119 -0
  16. package/src/contracts/customers.contract.js.map +1 -0
  17. package/src/contracts/files.contract.d.ts +152 -0
  18. package/src/contracts/files.contract.js +29 -0
  19. package/src/contracts/files.contract.js.map +1 -0
  20. package/src/contracts/health.contract.d.ts +38 -0
  21. package/src/contracts/health.contract.js +25 -0
  22. package/src/contracts/health.contract.js.map +1 -0
  23. package/src/contracts/index.d.ts +15466 -0
  24. package/src/contracts/index.js +32 -0
  25. package/src/contracts/index.js.map +1 -0
  26. package/src/contracts/location.contract.d.ts +127 -0
  27. package/src/contracts/location.contract.js +40 -0
  28. package/src/contracts/location.contract.js.map +1 -0
  29. package/src/contracts/manufacturers.contract.d.ts +931 -0
  30. package/src/contracts/manufacturers.contract.js +85 -0
  31. package/src/contracts/manufacturers.contract.js.map +1 -0
  32. package/src/contracts/orders.contract.d.ts +3910 -0
  33. package/src/contracts/orders.contract.js +92 -0
  34. package/src/contracts/orders.contract.js.map +1 -0
  35. package/src/contracts/organizations.contract.d.ts +2234 -0
  36. package/src/contracts/organizations.contract.js +71 -0
  37. package/src/contracts/organizations.contract.js.map +1 -0
  38. package/src/contracts/payment.contract.d.ts +64 -0
  39. package/src/contracts/payment.contract.js +20 -0
  40. package/src/contracts/payment.contract.js.map +1 -0
  41. package/src/contracts/product-categories.contract.d.ts +1172 -0
  42. package/src/contracts/product-categories.contract.js +103 -0
  43. package/src/contracts/product-categories.contract.js.map +1 -0
  44. package/src/contracts/products.contract.d.ts +3976 -0
  45. package/src/contracts/products.contract.js +128 -0
  46. package/src/contracts/products.contract.js.map +1 -0
  47. package/src/contracts/reservation.contract.d.ts +675 -0
  48. package/src/contracts/reservation.contract.js +141 -0
  49. package/src/contracts/reservation.contract.js.map +1 -0
  50. package/src/contracts/shipping-methods.contract.d.ts +1276 -0
  51. package/src/contracts/shipping-methods.contract.js +118 -0
  52. package/src/contracts/shipping-methods.contract.js.map +1 -0
  53. package/src/contracts/shipping.contract.d.ts +319 -0
  54. package/src/contracts/shipping.contract.js +42 -0
  55. package/src/contracts/shipping.contract.js.map +1 -0
  56. package/src/contracts/webhook.contract.d.ts +66 -0
  57. package/src/contracts/webhook.contract.js +28 -0
  58. package/src/contracts/webhook.contract.js.map +1 -0
  59. package/src/db/__generated__/client/client.d.ts +385 -0
  60. package/src/db/__generated__/client/client.js +44 -0
  61. package/src/db/__generated__/client/client.js.map +1 -0
  62. package/src/db/__generated__/client/commonInputTypes.d.ts +816 -0
  63. package/src/db/__generated__/client/commonInputTypes.js +10 -0
  64. package/src/db/__generated__/client/commonInputTypes.js.map +1 -0
  65. package/src/db/__generated__/client/enums.d.ts +204 -0
  66. package/src/db/__generated__/client/enums.js +199 -0
  67. package/src/db/__generated__/client/enums.js.map +1 -0
  68. package/src/db/__generated__/client/index.d.ts +1 -0
  69. package/src/db/__generated__/client/index.js +5 -0
  70. package/src/db/__generated__/client/index.js.map +1 -0
  71. package/src/db/__generated__/client/internal/class.d.ts +414 -0
  72. package/src/db/__generated__/client/internal/class.js +76 -0
  73. package/src/db/__generated__/client/internal/class.js.map +1 -0
  74. package/src/db/__generated__/client/internal/prismaNamespace.d.ts +3474 -0
  75. package/src/db/__generated__/client/internal/prismaNamespace.js +543 -0
  76. package/src/db/__generated__/client/internal/prismaNamespace.js.map +1 -0
  77. package/src/db/__generated__/client/models/Account.d.ts +1459 -0
  78. package/src/db/__generated__/client/models/Account.js +2 -0
  79. package/src/db/__generated__/client/models/Account.js.map +1 -0
  80. package/src/db/__generated__/client/models/Address.d.ts +2337 -0
  81. package/src/db/__generated__/client/models/Address.js +2 -0
  82. package/src/db/__generated__/client/models/Address.js.map +1 -0
  83. package/src/db/__generated__/client/models/Campaign.d.ts +1469 -0
  84. package/src/db/__generated__/client/models/Campaign.js +2 -0
  85. package/src/db/__generated__/client/models/Campaign.js.map +1 -0
  86. package/src/db/__generated__/client/models/ClosingTimes.d.ts +1227 -0
  87. package/src/db/__generated__/client/models/ClosingTimes.js +2 -0
  88. package/src/db/__generated__/client/models/ClosingTimes.js.map +1 -0
  89. package/src/db/__generated__/client/models/File.d.ts +2670 -0
  90. package/src/db/__generated__/client/models/File.js +2 -0
  91. package/src/db/__generated__/client/models/File.js.map +1 -0
  92. package/src/db/__generated__/client/models/Invitation.d.ts +1363 -0
  93. package/src/db/__generated__/client/models/Invitation.js +2 -0
  94. package/src/db/__generated__/client/models/Invitation.js.map +1 -0
  95. package/src/db/__generated__/client/models/LegalEntity.d.ts +1572 -0
  96. package/src/db/__generated__/client/models/LegalEntity.js +2 -0
  97. package/src/db/__generated__/client/models/LegalEntity.js.map +1 -0
  98. package/src/db/__generated__/client/models/Manufacturer.d.ts +1746 -0
  99. package/src/db/__generated__/client/models/Manufacturer.js +2 -0
  100. package/src/db/__generated__/client/models/Manufacturer.js.map +1 -0
  101. package/src/db/__generated__/client/models/ManufacturerTranslation.d.ts +1286 -0
  102. package/src/db/__generated__/client/models/ManufacturerTranslation.js +2 -0
  103. package/src/db/__generated__/client/models/ManufacturerTranslation.js.map +1 -0
  104. package/src/db/__generated__/client/models/Member.d.ts +1281 -0
  105. package/src/db/__generated__/client/models/Member.js +2 -0
  106. package/src/db/__generated__/client/models/Member.js.map +1 -0
  107. package/src/db/__generated__/client/models/Modifier.d.ts +1404 -0
  108. package/src/db/__generated__/client/models/Modifier.js +2 -0
  109. package/src/db/__generated__/client/models/Modifier.js.map +1 -0
  110. package/src/db/__generated__/client/models/ModifierGroup.d.ts +1469 -0
  111. package/src/db/__generated__/client/models/ModifierGroup.js +2 -0
  112. package/src/db/__generated__/client/models/ModifierGroup.js.map +1 -0
  113. package/src/db/__generated__/client/models/ModifierGroupTranslation.d.ts +1181 -0
  114. package/src/db/__generated__/client/models/ModifierGroupTranslation.js +2 -0
  115. package/src/db/__generated__/client/models/ModifierGroupTranslation.js.map +1 -0
  116. package/src/db/__generated__/client/models/OpeningTimes.d.ts +1227 -0
  117. package/src/db/__generated__/client/models/OpeningTimes.js +2 -0
  118. package/src/db/__generated__/client/models/OpeningTimes.js.map +1 -0
  119. package/src/db/__generated__/client/models/Order.d.ts +2820 -0
  120. package/src/db/__generated__/client/models/Order.js +2 -0
  121. package/src/db/__generated__/client/models/Order.js.map +1 -0
  122. package/src/db/__generated__/client/models/OrderItem.d.ts +1755 -0
  123. package/src/db/__generated__/client/models/OrderItem.js +2 -0
  124. package/src/db/__generated__/client/models/OrderItem.js.map +1 -0
  125. package/src/db/__generated__/client/models/OrderItemTranslation.d.ts +1181 -0
  126. package/src/db/__generated__/client/models/OrderItemTranslation.js +2 -0
  127. package/src/db/__generated__/client/models/OrderItemTranslation.js.map +1 -0
  128. package/src/db/__generated__/client/models/Organization.d.ts +3996 -0
  129. package/src/db/__generated__/client/models/Organization.js +2 -0
  130. package/src/db/__generated__/client/models/Organization.js.map +1 -0
  131. package/src/db/__generated__/client/models/OrganizationConfiguration.d.ts +1954 -0
  132. package/src/db/__generated__/client/models/OrganizationConfiguration.js +2 -0
  133. package/src/db/__generated__/client/models/OrganizationConfiguration.js.map +1 -0
  134. package/src/db/__generated__/client/models/Payment.d.ts +1538 -0
  135. package/src/db/__generated__/client/models/Payment.js +2 -0
  136. package/src/db/__generated__/client/models/Payment.js.map +1 -0
  137. package/src/db/__generated__/client/models/PaymentSession.d.ts +1384 -0
  138. package/src/db/__generated__/client/models/PaymentSession.js +2 -0
  139. package/src/db/__generated__/client/models/PaymentSession.js.map +1 -0
  140. package/src/db/__generated__/client/models/Product.d.ts +3136 -0
  141. package/src/db/__generated__/client/models/Product.js +2 -0
  142. package/src/db/__generated__/client/models/Product.js.map +1 -0
  143. package/src/db/__generated__/client/models/ProductCategory.d.ts +1964 -0
  144. package/src/db/__generated__/client/models/ProductCategory.js +2 -0
  145. package/src/db/__generated__/client/models/ProductCategory.js.map +1 -0
  146. package/src/db/__generated__/client/models/ProductCategoryTranslation.d.ts +1321 -0
  147. package/src/db/__generated__/client/models/ProductCategoryTranslation.js +2 -0
  148. package/src/db/__generated__/client/models/ProductCategoryTranslation.js.map +1 -0
  149. package/src/db/__generated__/client/models/ProductSnapshot.d.ts +1389 -0
  150. package/src/db/__generated__/client/models/ProductSnapshot.js +2 -0
  151. package/src/db/__generated__/client/models/ProductSnapshot.js.map +1 -0
  152. package/src/db/__generated__/client/models/ProductTranslation.d.ts +1321 -0
  153. package/src/db/__generated__/client/models/ProductTranslation.js +2 -0
  154. package/src/db/__generated__/client/models/ProductTranslation.js.map +1 -0
  155. package/src/db/__generated__/client/models/Reservation.d.ts +1665 -0
  156. package/src/db/__generated__/client/models/Reservation.js +2 -0
  157. package/src/db/__generated__/client/models/Reservation.js.map +1 -0
  158. package/src/db/__generated__/client/models/Session.d.ts +1316 -0
  159. package/src/db/__generated__/client/models/Session.js +2 -0
  160. package/src/db/__generated__/client/models/Session.js.map +1 -0
  161. package/src/db/__generated__/client/models/ShippingMethod.d.ts +1934 -0
  162. package/src/db/__generated__/client/models/ShippingMethod.js +2 -0
  163. package/src/db/__generated__/client/models/ShippingMethod.js.map +1 -0
  164. package/src/db/__generated__/client/models/ShippingZone.d.ts +1366 -0
  165. package/src/db/__generated__/client/models/ShippingZone.js +2 -0
  166. package/src/db/__generated__/client/models/ShippingZone.js.map +1 -0
  167. package/src/db/__generated__/client/models/User.d.ts +2201 -0
  168. package/src/db/__generated__/client/models/User.js +2 -0
  169. package/src/db/__generated__/client/models/User.js.map +1 -0
  170. package/src/db/__generated__/client/models/Verification.d.ts +1026 -0
  171. package/src/db/__generated__/client/models/Verification.js +2 -0
  172. package/src/db/__generated__/client/models/Verification.js.map +1 -0
  173. package/src/db/__generated__/client/models.d.ts +38 -0
  174. package/src/db/__generated__/client/models.js +2 -0
  175. package/src/db/__generated__/client/models.js.map +1 -0
  176. package/src/db/index.d.ts +1 -0
  177. package/src/db/index.js +2 -0
  178. package/src/db/index.js.map +1 -0
  179. package/src/emails/order-confirmation-email.d.ts +10 -0
  180. package/src/emails/order-confirmation-email.js +229 -0
  181. package/src/emails/order-confirmation-email.js.map +1 -0
  182. package/src/emails/order-notification-email.d.ts +10 -0
  183. package/src/emails/order-notification-email.js +229 -0
  184. package/src/emails/order-notification-email.js.map +1 -0
  185. package/src/emails/reservation-cancellation-email.d.ts +10 -0
  186. package/src/emails/reservation-cancellation-email.js +82 -0
  187. package/src/emails/reservation-cancellation-email.js.map +1 -0
  188. package/src/emails/reservation-confirmation-email.d.ts +10 -0
  189. package/src/emails/reservation-confirmation-email.js +82 -0
  190. package/src/emails/reservation-confirmation-email.js.map +1 -0
  191. package/src/emails/reservation-notification-email.d.ts +11 -0
  192. package/src/emails/reservation-notification-email.js +93 -0
  193. package/src/emails/reservation-notification-email.js.map +1 -0
  194. package/src/exceptions/http-exception.d.ts +6 -0
  195. package/src/exceptions/http-exception.js +9 -0
  196. package/src/exceptions/http-exception.js.map +1 -0
  197. package/src/handlers/webhook.handler.d.ts +8 -0
  198. package/src/handlers/webhook.handler.js +36 -0
  199. package/src/handlers/webhook.handler.js.map +1 -0
  200. package/src/index.d.ts +5 -0
  201. package/src/index.js +7 -0
  202. package/src/index.js.map +1 -0
  203. package/src/integrations/next.d.ts +25 -0
  204. package/src/integrations/next.js +69 -0
  205. package/src/integrations/next.js.map +1 -0
  206. package/src/lib/better-auth.lib.d.ts +10215 -0
  207. package/src/lib/better-auth.lib.js +96 -0
  208. package/src/lib/better-auth.lib.js.map +1 -0
  209. package/src/lib/openapi.lib.d.ts +2 -0
  210. package/src/lib/openapi.lib.js +25 -0
  211. package/src/lib/openapi.lib.js.map +1 -0
  212. package/src/lib/pino.d.ts +1 -0
  213. package/src/lib/pino.js +5 -0
  214. package/src/lib/pino.js.map +1 -0
  215. package/src/lib/prisma.d.ts +819 -0
  216. package/src/lib/prisma.js +14 -0
  217. package/src/lib/prisma.js.map +1 -0
  218. package/src/lib/stripe.d.ts +2 -0
  219. package/src/lib/stripe.js +8 -0
  220. package/src/lib/stripe.js.map +1 -0
  221. package/src/lib/ts-rest.d.ts +2 -0
  222. package/src/lib/ts-rest.js +3 -0
  223. package/src/lib/ts-rest.js.map +1 -0
  224. package/src/routers/cart.router.d.ts +536 -0
  225. package/src/routers/cart.router.js +20 -0
  226. package/src/routers/cart.router.js.map +1 -0
  227. package/src/routers/file.router.d.ts +153 -0
  228. package/src/routers/file.router.js +28 -0
  229. package/src/routers/file.router.js.map +1 -0
  230. package/src/routers/health.router.d.ts +37 -0
  231. package/src/routers/health.router.js +17 -0
  232. package/src/routers/health.router.js.map +1 -0
  233. package/src/routers/index.d.ts +11 -0
  234. package/src/routers/index.js +12 -0
  235. package/src/routers/index.js.map +1 -0
  236. package/src/routers/manufacturer.router.d.ts +931 -0
  237. package/src/routers/manufacturer.router.js +58 -0
  238. package/src/routers/manufacturer.router.js.map +1 -0
  239. package/src/routers/order.router.d.ts +3911 -0
  240. package/src/routers/order.router.js +60 -0
  241. package/src/routers/order.router.js.map +1 -0
  242. package/src/routers/organization.router.d.ts +2234 -0
  243. package/src/routers/organization.router.js +55 -0
  244. package/src/routers/organization.router.js.map +1 -0
  245. package/src/routers/payment.router.d.ts +65 -0
  246. package/src/routers/payment.router.js +22 -0
  247. package/src/routers/payment.router.js.map +1 -0
  248. package/src/routers/places.router.d.ts +132 -0
  249. package/src/routers/places.router.js +31 -0
  250. package/src/routers/places.router.js.map +1 -0
  251. package/src/routers/product-category.router.d.ts +1172 -0
  252. package/src/routers/product-category.router.js +66 -0
  253. package/src/routers/product-category.router.js.map +1 -0
  254. package/src/routers/product.router.d.ts +3976 -0
  255. package/src/routers/product.router.js +86 -0
  256. package/src/routers/product.router.js.map +1 -0
  257. package/src/routers/reservation.router.d.ts +675 -0
  258. package/src/routers/reservation.router.js +71 -0
  259. package/src/routers/reservation.router.js.map +1 -0
  260. package/src/routers/shipping-method.router.d.ts +1276 -0
  261. package/src/routers/shipping-method.router.js +67 -0
  262. package/src/routers/shipping-method.router.js.map +1 -0
  263. package/src/routers/shipping.router.d.ts +320 -0
  264. package/src/routers/shipping.router.js +38 -0
  265. package/src/routers/shipping.router.js.map +1 -0
  266. package/src/routers/webhook.router.d.ts +65 -0
  267. package/src/routers/webhook.router.js +19 -0
  268. package/src/routers/webhook.router.js.map +1 -0
  269. package/src/schemas/address.schema.d.ts +235 -0
  270. package/src/schemas/address.schema.js +114 -0
  271. package/src/schemas/address.schema.js.map +1 -0
  272. package/src/schemas/auth.schema.d.ts +29 -0
  273. package/src/schemas/auth.schema.js +39 -0
  274. package/src/schemas/auth.schema.js.map +1 -0
  275. package/src/schemas/cart.schema.d.ts +446 -0
  276. package/src/schemas/cart.schema.js +41 -0
  277. package/src/schemas/cart.schema.js.map +1 -0
  278. package/src/schemas/currency.schema.d.ts +49 -0
  279. package/src/schemas/currency.schema.js +120 -0
  280. package/src/schemas/currency.schema.js.map +1 -0
  281. package/src/schemas/error.schema.d.ts +11 -0
  282. package/src/schemas/error.schema.js +14 -0
  283. package/src/schemas/error.schema.js.map +1 -0
  284. package/src/schemas/file.schema.d.ts +115 -0
  285. package/src/schemas/file.schema.js +79 -0
  286. package/src/schemas/file.schema.js.map +1 -0
  287. package/src/schemas/fulfilment.schema.d.ts +2 -0
  288. package/src/schemas/fulfilment.schema.js +5 -0
  289. package/src/schemas/fulfilment.schema.js.map +1 -0
  290. package/src/schemas/headers.schema.d.ts +11 -0
  291. package/src/schemas/headers.schema.js +15 -0
  292. package/src/schemas/headers.schema.js.map +1 -0
  293. package/src/schemas/index.d.ts +27 -0
  294. package/src/schemas/index.js +28 -0
  295. package/src/schemas/index.js.map +1 -0
  296. package/src/schemas/legal-entity.schema.d.ts +212 -0
  297. package/src/schemas/legal-entity.schema.js +85 -0
  298. package/src/schemas/legal-entity.schema.js.map +1 -0
  299. package/src/schemas/locales.schema.d.ts +8 -0
  300. package/src/schemas/locales.schema.js +240 -0
  301. package/src/schemas/locales.schema.js.map +1 -0
  302. package/src/schemas/location.schema.d.ts +41 -0
  303. package/src/schemas/location.schema.js +50 -0
  304. package/src/schemas/location.schema.js.map +1 -0
  305. package/src/schemas/manufacturer.schema.d.ts +287 -0
  306. package/src/schemas/manufacturer.schema.js +127 -0
  307. package/src/schemas/manufacturer.schema.js.map +1 -0
  308. package/src/schemas/number.schema.d.ts +3 -0
  309. package/src/schemas/number.schema.js +29 -0
  310. package/src/schemas/number.schema.js.map +1 -0
  311. package/src/schemas/order.schema.d.ts +1046 -0
  312. package/src/schemas/order.schema.js +160 -0
  313. package/src/schemas/order.schema.js.map +1 -0
  314. package/src/schemas/organization-configuration.schema.d.ts +287 -0
  315. package/src/schemas/organization-configuration.schema.js +117 -0
  316. package/src/schemas/organization-configuration.schema.js.map +1 -0
  317. package/src/schemas/organization.schema.d.ts +894 -0
  318. package/src/schemas/organization.schema.js +66 -0
  319. package/src/schemas/organization.schema.js.map +1 -0
  320. package/src/schemas/pagination.schema.d.ts +51 -0
  321. package/src/schemas/pagination.schema.js +54 -0
  322. package/src/schemas/pagination.schema.js.map +1 -0
  323. package/src/schemas/params.schema.d.ts +19 -0
  324. package/src/schemas/params.schema.js +22 -0
  325. package/src/schemas/params.schema.js.map +1 -0
  326. package/src/schemas/payment.schema.d.ts +54 -0
  327. package/src/schemas/payment.schema.js +48 -0
  328. package/src/schemas/payment.schema.js.map +1 -0
  329. package/src/schemas/product-category.schema.d.ts +352 -0
  330. package/src/schemas/product-category.schema.js +87 -0
  331. package/src/schemas/product-category.schema.js.map +1 -0
  332. package/src/schemas/product-modifier.schema.d.ts +280 -0
  333. package/src/schemas/product-modifier.schema.js +86 -0
  334. package/src/schemas/product-modifier.schema.js.map +1 -0
  335. package/src/schemas/product.schema.d.ts +1405 -0
  336. package/src/schemas/product.schema.js +136 -0
  337. package/src/schemas/product.schema.js.map +1 -0
  338. package/src/schemas/queries.schema.d.ts +8 -0
  339. package/src/schemas/queries.schema.js +8 -0
  340. package/src/schemas/queries.schema.js.map +1 -0
  341. package/src/schemas/recipient.schema.d.ts +260 -0
  342. package/src/schemas/recipient.schema.js +40 -0
  343. package/src/schemas/recipient.schema.js.map +1 -0
  344. package/src/schemas/reservation.schema.d.ts +61 -0
  345. package/src/schemas/reservation.schema.js +53 -0
  346. package/src/schemas/reservation.schema.js.map +1 -0
  347. package/src/schemas/shipping-method.schema.d.ts +335 -0
  348. package/src/schemas/shipping-method.schema.js +50 -0
  349. package/src/schemas/shipping-method.schema.js.map +1 -0
  350. package/src/schemas/shipping-zone.schema.d.ts +24 -0
  351. package/src/schemas/shipping-zone.schema.js +33 -0
  352. package/src/schemas/shipping-zone.schema.js.map +1 -0
  353. package/src/schemas/user.schema.d.ts +24 -0
  354. package/src/schemas/user.schema.js +32 -0
  355. package/src/schemas/user.schema.js.map +1 -0
  356. package/src/services/cart.service.d.ts +60 -0
  357. package/src/services/cart.service.js +97 -0
  358. package/src/services/cart.service.js.map +1 -0
  359. package/src/services/email.service.d.ts +32 -0
  360. package/src/services/email.service.js +116 -0
  361. package/src/services/email.service.js.map +1 -0
  362. package/src/services/file.service.d.ts +28 -0
  363. package/src/services/file.service.js +66 -0
  364. package/src/services/file.service.js.map +1 -0
  365. package/src/services/location.service.d.ts +28 -0
  366. package/src/services/location.service.js +109 -0
  367. package/src/services/location.service.js.map +1 -0
  368. package/src/services/manufacturer.service.d.ts +146 -0
  369. package/src/services/manufacturer.service.js +190 -0
  370. package/src/services/manufacturer.service.js.map +1 -0
  371. package/src/services/order.service.d.ts +444 -0
  372. package/src/services/order.service.js +306 -0
  373. package/src/services/order.service.js.map +1 -0
  374. package/src/services/organization.service.d.ts +301 -0
  375. package/src/services/organization.service.js +312 -0
  376. package/src/services/organization.service.js.map +1 -0
  377. package/src/services/payment.service.d.ts +35 -0
  378. package/src/services/payment.service.js +100 -0
  379. package/src/services/payment.service.js.map +1 -0
  380. package/src/services/product-category.service.d.ts +180 -0
  381. package/src/services/product-category.service.js +220 -0
  382. package/src/services/product-category.service.js.map +1 -0
  383. package/src/services/product.service.d.ts +493 -0
  384. package/src/services/product.service.js +437 -0
  385. package/src/services/product.service.js.map +1 -0
  386. package/src/services/reservation.service.d.ts +104 -0
  387. package/src/services/reservation.service.js +231 -0
  388. package/src/services/reservation.service.js.map +1 -0
  389. package/src/services/shipping-method.service.d.ts +206 -0
  390. package/src/services/shipping-method.service.js +229 -0
  391. package/src/services/shipping-method.service.js.map +1 -0
  392. package/src/services/shipping.service.d.ts +57 -0
  393. package/src/services/shipping.service.js +96 -0
  394. package/src/services/shipping.service.js.map +1 -0
  395. package/src/services/stripe.service.d.ts +26 -0
  396. package/src/services/stripe.service.js +164 -0
  397. package/src/services/stripe.service.js.map +1 -0
  398. package/src/types/google-maps.types.d.ts +53 -0
  399. package/src/types/google-maps.types.js +2 -0
  400. package/src/types/google-maps.types.js.map +1 -0
  401. package/src/utils/auth.util.d.ts +3 -0
  402. package/src/utils/auth.util.js +36 -0
  403. package/src/utils/auth.util.js.map +1 -0
  404. package/src/utils/cart.util.d.ts +27 -0
  405. package/src/utils/cart.util.js +76 -0
  406. package/src/utils/cart.util.js.map +1 -0
  407. package/src/utils/client.util.d.ts +3853 -0
  408. package/src/utils/client.util.js +6 -0
  409. package/src/utils/client.util.js.map +1 -0
  410. package/src/utils/currency.util.d.ts +1 -0
  411. package/src/utils/currency.util.js +11 -0
  412. package/src/utils/currency.util.js.map +1 -0
  413. package/src/utils/env.util.d.ts +2 -0
  414. package/src/utils/env.util.js +8 -0
  415. package/src/utils/env.util.js.map +1 -0
  416. package/src/utils/error-handler.util.d.ts +3 -0
  417. package/src/utils/error-handler.util.js +30 -0
  418. package/src/utils/error-handler.util.js.map +1 -0
  419. package/src/utils/generate-password-hash.util.d.ts +7 -0
  420. package/src/utils/generate-password-hash.util.js +30 -0
  421. package/src/utils/generate-password-hash.util.js.map +1 -0
  422. package/src/utils/object.util.d.ts +11 -0
  423. package/src/utils/object.util.js +39 -0
  424. package/src/utils/object.util.js.map +1 -0
  425. package/src/utils/translations.util.d.ts +0 -0
  426. package/src/utils/translations.util.js +2 -0
  427. package/src/utils/translations.util.js.map +1 -0
  428. package/src/utils/zod.util.d.ts +15 -0
  429. package/src/utils/zod.util.js +85 -0
  430. package/src/utils/zod.util.js.map +1 -0
@@ -0,0 +1,2234 @@
1
+ import { PrismaClientType } from "../lib/prisma";
2
+ export declare const buildOrganizationRouter: (prisma: PrismaClientType, googleMapsApiKey: string) => import("@ts-rest/serverless/src/lib/types").RouterImplementation<{
3
+ getOrganizations: {
4
+ description: "Fetches a paginated list of organizations";
5
+ method: "GET";
6
+ query: import("zod").ZodObject<{
7
+ page: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
8
+ limit: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
9
+ search: import("zod").ZodOptional<import("zod").ZodString>;
10
+ published: import("zod").ZodOptional<import("zod").ZodBoolean>;
11
+ locale: import("zod").ZodOptional<import("zod").ZodEnum<["af", "sq", "ar_dz", "ar_bh", "ar_eg", "ar_iq", "ar_jo", "ar_kw", "ar_lb", "ar_ly", "ar_ma", "ar_om", "ar_qa", "ar_sa", "ar_sy", "ar_tn", "ar_ae", "ar_ye", "eu", "be", "bg", "ca", "zh_hk", "zh_cn", "zh_sg", "zh_tw", "hr", "cs", "da", "nl_be", "nl", "en", "en_au", "en_bz", "en_ca", "en_ie", "en_jm", "en_nz", "en_za", "en_tt", "en_gb", "en_us", "et", "fo", "fa", "fi", "fr_be", "fr_ca", "fr_lu", "fr", "fr_ch", "gd", "de_at", "de_li", "de_lu", "de", "de_ch", "el", "he", "hi", "hu", "is", "id", "ga", "it", "it_ch", "ja", "ko", "ku", "lv", "lt", "mk", "ml", "ms", "mt", "no", "nb", "nn", "pl", "pt_br", "pt", "pa", "rm", "ro", "ro_md", "ru", "ru_md", "sr", "sk", "sl", "sb", "es_ar", "es_bo", "es_cl", "es_co", "es_cr", "es_do", "es_ec", "es_sv", "es_gt", "es_hn", "es_mx", "es", "sv", "sv_fi", "th", "tr", "uk", "ur", "vi", "cy", "ji", "zu"]>>;
12
+ }, "strip", import("zod").ZodTypeAny, {
13
+ page: number;
14
+ limit: number;
15
+ search?: string | undefined;
16
+ locale?: "id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu" | undefined;
17
+ published?: boolean | undefined;
18
+ }, {
19
+ search?: string | undefined;
20
+ locale?: "id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu" | undefined;
21
+ page?: number | undefined;
22
+ limit?: number | undefined;
23
+ published?: boolean | undefined;
24
+ }>;
25
+ summary: "Get Organizations";
26
+ path: "/organizations";
27
+ headers: import("zod").ZodOptional<import("zod").ZodObject<{
28
+ "accept-language": import("zod").ZodOptional<import("zod").ZodString>;
29
+ cookie: import("zod").ZodOptional<import("zod").ZodString>;
30
+ }, "strip", import("zod").ZodTypeAny, {
31
+ "accept-language"?: string | undefined;
32
+ cookie?: string | undefined;
33
+ }, {
34
+ "accept-language"?: string | undefined;
35
+ cookie?: string | undefined;
36
+ }>>;
37
+ responses: {
38
+ 200: import("zod").ZodObject<{
39
+ meta: import("zod").ZodObject<{
40
+ isFirstPage: import("zod").ZodBoolean;
41
+ isLastPage: import("zod").ZodBoolean;
42
+ currentPage: import("zod").ZodNumber;
43
+ previousPage: import("zod").ZodNullable<import("zod").ZodNumber>;
44
+ nextPage: import("zod").ZodNullable<import("zod").ZodNumber>;
45
+ pageCount: import("zod").ZodNumber;
46
+ totalCount: import("zod").ZodNumber;
47
+ }, "strip", import("zod").ZodTypeAny, {
48
+ isFirstPage: boolean;
49
+ isLastPage: boolean;
50
+ currentPage: number;
51
+ previousPage: number | null;
52
+ nextPage: number | null;
53
+ pageCount: number;
54
+ totalCount: number;
55
+ }, {
56
+ isFirstPage: boolean;
57
+ isLastPage: boolean;
58
+ currentPage: number;
59
+ previousPage: number | null;
60
+ nextPage: number | null;
61
+ pageCount: number;
62
+ totalCount: number;
63
+ }>;
64
+ list: import("zod").ZodArray<import("zod").ZodObject<{
65
+ id: import("zod").ZodString;
66
+ name: import("zod").ZodString;
67
+ phone: import("zod").ZodString;
68
+ email: import("zod").ZodOptional<import("zod").ZodString>;
69
+ createdAt: import("zod").ZodDate;
70
+ legalEntityId: import("zod").ZodNullable<import("zod").ZodString>;
71
+ address: import("zod").ZodObject<{
72
+ id: import("zod").ZodString;
73
+ firstname: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
74
+ lastname: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
75
+ phone: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
76
+ addressLineOne: import("zod").ZodString;
77
+ doorNumber: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
78
+ addressLineTwo: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
79
+ zipCode: import("zod").ZodOptional<import("zod").ZodString>;
80
+ city: import("zod").ZodString;
81
+ country: import("zod").ZodString;
82
+ placeId: import("zod").ZodString;
83
+ deliveryInstructions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
84
+ }, "strip", import("zod").ZodTypeAny, {
85
+ id: string;
86
+ addressLineOne: string;
87
+ city: string;
88
+ country: string;
89
+ placeId: string;
90
+ firstname?: string | null | undefined;
91
+ lastname?: string | null | undefined;
92
+ phone?: string | null | undefined;
93
+ doorNumber?: string | null | undefined;
94
+ addressLineTwo?: string | null | undefined;
95
+ zipCode?: string | undefined;
96
+ deliveryInstructions?: string | null | undefined;
97
+ }, {
98
+ id: string;
99
+ addressLineOne: string;
100
+ city: string;
101
+ country: string;
102
+ placeId: string;
103
+ firstname?: string | null | undefined;
104
+ lastname?: string | null | undefined;
105
+ phone?: string | null | undefined;
106
+ doorNumber?: string | null | undefined;
107
+ addressLineTwo?: string | null | undefined;
108
+ zipCode?: string | undefined;
109
+ deliveryInstructions?: string | null | undefined;
110
+ }>;
111
+ configuration: import("zod").ZodObject<{
112
+ id: import("zod").ZodString;
113
+ hostname: import("zod").ZodOptional<import("zod").ZodString>;
114
+ countriesShipping: import("zod").ZodArray<import("zod").ZodString, "many">;
115
+ stripeAccountId: import("zod").ZodOptional<import("zod").ZodString>;
116
+ enableHostCheckout: import("zod").ZodBoolean;
117
+ enableHostTracking: import("zod").ZodBoolean;
118
+ isAcceptingOrders: import("zod").ZodBoolean;
119
+ isOpen: import("zod").ZodDefault<import("zod").ZodBoolean>;
120
+ defaultLocale: import("zod").ZodEnum<["af", "sq", "ar_dz", "ar_bh", "ar_eg", "ar_iq", "ar_jo", "ar_kw", "ar_lb", "ar_ly", "ar_ma", "ar_om", "ar_qa", "ar_sa", "ar_sy", "ar_tn", "ar_ae", "ar_ye", "eu", "be", "bg", "ca", "zh_hk", "zh_cn", "zh_sg", "zh_tw", "hr", "cs", "da", "nl_be", "nl", "en", "en_au", "en_bz", "en_ca", "en_ie", "en_jm", "en_nz", "en_za", "en_tt", "en_gb", "en_us", "et", "fo", "fa", "fi", "fr_be", "fr_ca", "fr_lu", "fr", "fr_ch", "gd", "de_at", "de_li", "de_lu", "de", "de_ch", "el", "he", "hi", "hu", "is", "id", "ga", "it", "it_ch", "ja", "ko", "ku", "lv", "lt", "mk", "ml", "ms", "mt", "no", "nb", "nn", "pl", "pt_br", "pt", "pa", "rm", "ro", "ro_md", "ru", "ru_md", "sr", "sk", "sl", "sb", "es_ar", "es_bo", "es_cl", "es_co", "es_cr", "es_do", "es_ec", "es_sv", "es_gt", "es_hn", "es_mx", "es", "sv", "sv_fi", "th", "tr", "uk", "ur", "vi", "cy", "ji", "zu"]>;
121
+ supportedLocales: import("zod").ZodArray<import("zod").ZodEnum<["af", "sq", "ar_dz", "ar_bh", "ar_eg", "ar_iq", "ar_jo", "ar_kw", "ar_lb", "ar_ly", "ar_ma", "ar_om", "ar_qa", "ar_sa", "ar_sy", "ar_tn", "ar_ae", "ar_ye", "eu", "be", "bg", "ca", "zh_hk", "zh_cn", "zh_sg", "zh_tw", "hr", "cs", "da", "nl_be", "nl", "en", "en_au", "en_bz", "en_ca", "en_ie", "en_jm", "en_nz", "en_za", "en_tt", "en_gb", "en_us", "et", "fo", "fa", "fi", "fr_be", "fr_ca", "fr_lu", "fr", "fr_ch", "gd", "de_at", "de_li", "de_lu", "de", "de_ch", "el", "he", "hi", "hu", "is", "id", "ga", "it", "it_ch", "ja", "ko", "ku", "lv", "lt", "mk", "ml", "ms", "mt", "no", "nb", "nn", "pl", "pt_br", "pt", "pa", "rm", "ro", "ro_md", "ru", "ru_md", "sr", "sk", "sl", "sb", "es_ar", "es_bo", "es_cl", "es_co", "es_cr", "es_do", "es_ec", "es_sv", "es_gt", "es_hn", "es_mx", "es", "sv", "sv_fi", "th", "tr", "uk", "ur", "vi", "cy", "ji", "zu"]>, "many">;
122
+ openingTimes: import("zod").ZodOptional<import("zod").ZodObject<{
123
+ monday: import("zod").ZodNullable<import("zod").ZodString>;
124
+ tuesday: import("zod").ZodNullable<import("zod").ZodString>;
125
+ wednesday: import("zod").ZodNullable<import("zod").ZodString>;
126
+ thursday: import("zod").ZodNullable<import("zod").ZodString>;
127
+ friday: import("zod").ZodNullable<import("zod").ZodString>;
128
+ saturday: import("zod").ZodNullable<import("zod").ZodString>;
129
+ sunday: import("zod").ZodNullable<import("zod").ZodString>;
130
+ }, "strip", import("zod").ZodTypeAny, {
131
+ monday: string | null;
132
+ tuesday: string | null;
133
+ wednesday: string | null;
134
+ thursday: string | null;
135
+ friday: string | null;
136
+ saturday: string | null;
137
+ sunday: string | null;
138
+ }, {
139
+ monday: string | null;
140
+ tuesday: string | null;
141
+ wednesday: string | null;
142
+ thursday: string | null;
143
+ friday: string | null;
144
+ saturday: string | null;
145
+ sunday: string | null;
146
+ }>>;
147
+ closingTimes: import("zod").ZodOptional<import("zod").ZodObject<{
148
+ monday: import("zod").ZodNullable<import("zod").ZodString>;
149
+ tuesday: import("zod").ZodNullable<import("zod").ZodString>;
150
+ wednesday: import("zod").ZodNullable<import("zod").ZodString>;
151
+ thursday: import("zod").ZodNullable<import("zod").ZodString>;
152
+ friday: import("zod").ZodNullable<import("zod").ZodString>;
153
+ saturday: import("zod").ZodNullable<import("zod").ZodString>;
154
+ sunday: import("zod").ZodNullable<import("zod").ZodString>;
155
+ }, "strip", import("zod").ZodTypeAny, {
156
+ monday: string | null;
157
+ tuesday: string | null;
158
+ wednesday: string | null;
159
+ thursday: string | null;
160
+ friday: string | null;
161
+ saturday: string | null;
162
+ sunday: string | null;
163
+ }, {
164
+ monday: string | null;
165
+ tuesday: string | null;
166
+ wednesday: string | null;
167
+ thursday: string | null;
168
+ friday: string | null;
169
+ saturday: string | null;
170
+ sunday: string | null;
171
+ }>>;
172
+ facebookProfile: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
173
+ instagramProfile: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
174
+ xProfile: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
175
+ defaultCurrency: import("zod").ZodEnum<["USD", "EUR", "GBP", "JPY", "AUD", "CAD", "CHF", "CNY", "SEK", "NZD", "MXN", "SGD", "HKD", "NOK", "KRW", "TRY", "RUB", "INR", "BRL", "ZAR", "DKK", "PLN", "THB", "IDR", "HUF", "CZK", "ILS", "PHP", "AED", "COP", "SAR", "MYR", "RON"]>;
176
+ createdAt: import("zod").ZodDate;
177
+ }, "strip", import("zod").ZodTypeAny, {
178
+ id: string;
179
+ defaultLocale: "id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu";
180
+ createdAt: Date;
181
+ countriesShipping: string[];
182
+ enableHostCheckout: boolean;
183
+ enableHostTracking: boolean;
184
+ isAcceptingOrders: boolean;
185
+ isOpen: boolean;
186
+ supportedLocales: ("id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu")[];
187
+ defaultCurrency: "USD" | "EUR" | "GBP" | "JPY" | "AUD" | "CAD" | "CHF" | "CNY" | "SEK" | "NZD" | "MXN" | "SGD" | "HKD" | "NOK" | "KRW" | "TRY" | "RUB" | "INR" | "BRL" | "ZAR" | "DKK" | "PLN" | "THB" | "IDR" | "HUF" | "CZK" | "ILS" | "PHP" | "AED" | "COP" | "SAR" | "MYR" | "RON";
188
+ hostname?: string | undefined;
189
+ stripeAccountId?: string | undefined;
190
+ openingTimes?: {
191
+ monday: string | null;
192
+ tuesday: string | null;
193
+ wednesday: string | null;
194
+ thursday: string | null;
195
+ friday: string | null;
196
+ saturday: string | null;
197
+ sunday: string | null;
198
+ } | undefined;
199
+ closingTimes?: {
200
+ monday: string | null;
201
+ tuesday: string | null;
202
+ wednesday: string | null;
203
+ thursday: string | null;
204
+ friday: string | null;
205
+ saturday: string | null;
206
+ sunday: string | null;
207
+ } | undefined;
208
+ facebookProfile?: string | null | undefined;
209
+ instagramProfile?: string | null | undefined;
210
+ xProfile?: string | null | undefined;
211
+ }, {
212
+ id: string;
213
+ defaultLocale: "id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu";
214
+ createdAt: Date;
215
+ countriesShipping: string[];
216
+ enableHostCheckout: boolean;
217
+ enableHostTracking: boolean;
218
+ isAcceptingOrders: boolean;
219
+ supportedLocales: ("id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu")[];
220
+ defaultCurrency: "USD" | "EUR" | "GBP" | "JPY" | "AUD" | "CAD" | "CHF" | "CNY" | "SEK" | "NZD" | "MXN" | "SGD" | "HKD" | "NOK" | "KRW" | "TRY" | "RUB" | "INR" | "BRL" | "ZAR" | "DKK" | "PLN" | "THB" | "IDR" | "HUF" | "CZK" | "ILS" | "PHP" | "AED" | "COP" | "SAR" | "MYR" | "RON";
221
+ hostname?: string | undefined;
222
+ stripeAccountId?: string | undefined;
223
+ isOpen?: boolean | undefined;
224
+ openingTimes?: {
225
+ monday: string | null;
226
+ tuesday: string | null;
227
+ wednesday: string | null;
228
+ thursday: string | null;
229
+ friday: string | null;
230
+ saturday: string | null;
231
+ sunday: string | null;
232
+ } | undefined;
233
+ closingTimes?: {
234
+ monday: string | null;
235
+ tuesday: string | null;
236
+ wednesday: string | null;
237
+ thursday: string | null;
238
+ friday: string | null;
239
+ saturday: string | null;
240
+ sunday: string | null;
241
+ } | undefined;
242
+ facebookProfile?: string | null | undefined;
243
+ instagramProfile?: string | null | undefined;
244
+ xProfile?: string | null | undefined;
245
+ }>;
246
+ logo: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
247
+ logoFile: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
248
+ id: import("zod").ZodString;
249
+ url: import("zod").ZodString;
250
+ mimeType: import("zod").ZodString;
251
+ size: import("zod").ZodNumber;
252
+ filename: import("zod").ZodString;
253
+ }, "strip", import("zod").ZodTypeAny, {
254
+ id: string;
255
+ mimeType: string;
256
+ size: number;
257
+ filename: string;
258
+ url: string;
259
+ }, {
260
+ id: string;
261
+ mimeType: string;
262
+ size: number;
263
+ filename: string;
264
+ url: string;
265
+ }>>>;
266
+ }, "strip", import("zod").ZodTypeAny, {
267
+ id: string;
268
+ createdAt: Date;
269
+ name: string;
270
+ phone: string;
271
+ legalEntityId: string | null;
272
+ address: {
273
+ id: string;
274
+ addressLineOne: string;
275
+ city: string;
276
+ country: string;
277
+ placeId: string;
278
+ firstname?: string | null | undefined;
279
+ lastname?: string | null | undefined;
280
+ phone?: string | null | undefined;
281
+ doorNumber?: string | null | undefined;
282
+ addressLineTwo?: string | null | undefined;
283
+ zipCode?: string | undefined;
284
+ deliveryInstructions?: string | null | undefined;
285
+ };
286
+ configuration: {
287
+ id: string;
288
+ defaultLocale: "id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu";
289
+ createdAt: Date;
290
+ countriesShipping: string[];
291
+ enableHostCheckout: boolean;
292
+ enableHostTracking: boolean;
293
+ isAcceptingOrders: boolean;
294
+ isOpen: boolean;
295
+ supportedLocales: ("id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu")[];
296
+ defaultCurrency: "USD" | "EUR" | "GBP" | "JPY" | "AUD" | "CAD" | "CHF" | "CNY" | "SEK" | "NZD" | "MXN" | "SGD" | "HKD" | "NOK" | "KRW" | "TRY" | "RUB" | "INR" | "BRL" | "ZAR" | "DKK" | "PLN" | "THB" | "IDR" | "HUF" | "CZK" | "ILS" | "PHP" | "AED" | "COP" | "SAR" | "MYR" | "RON";
297
+ hostname?: string | undefined;
298
+ stripeAccountId?: string | undefined;
299
+ openingTimes?: {
300
+ monday: string | null;
301
+ tuesday: string | null;
302
+ wednesday: string | null;
303
+ thursday: string | null;
304
+ friday: string | null;
305
+ saturday: string | null;
306
+ sunday: string | null;
307
+ } | undefined;
308
+ closingTimes?: {
309
+ monday: string | null;
310
+ tuesday: string | null;
311
+ wednesday: string | null;
312
+ thursday: string | null;
313
+ friday: string | null;
314
+ saturday: string | null;
315
+ sunday: string | null;
316
+ } | undefined;
317
+ facebookProfile?: string | null | undefined;
318
+ instagramProfile?: string | null | undefined;
319
+ xProfile?: string | null | undefined;
320
+ };
321
+ email?: string | undefined;
322
+ logo?: string | null | undefined;
323
+ logoFile?: {
324
+ id: string;
325
+ mimeType: string;
326
+ size: number;
327
+ filename: string;
328
+ url: string;
329
+ } | null | undefined;
330
+ }, {
331
+ id: string;
332
+ createdAt: Date;
333
+ name: string;
334
+ phone: string;
335
+ legalEntityId: string | null;
336
+ address: {
337
+ id: string;
338
+ addressLineOne: string;
339
+ city: string;
340
+ country: string;
341
+ placeId: string;
342
+ firstname?: string | null | undefined;
343
+ lastname?: string | null | undefined;
344
+ phone?: string | null | undefined;
345
+ doorNumber?: string | null | undefined;
346
+ addressLineTwo?: string | null | undefined;
347
+ zipCode?: string | undefined;
348
+ deliveryInstructions?: string | null | undefined;
349
+ };
350
+ configuration: {
351
+ id: string;
352
+ defaultLocale: "id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu";
353
+ createdAt: Date;
354
+ countriesShipping: string[];
355
+ enableHostCheckout: boolean;
356
+ enableHostTracking: boolean;
357
+ isAcceptingOrders: boolean;
358
+ supportedLocales: ("id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu")[];
359
+ defaultCurrency: "USD" | "EUR" | "GBP" | "JPY" | "AUD" | "CAD" | "CHF" | "CNY" | "SEK" | "NZD" | "MXN" | "SGD" | "HKD" | "NOK" | "KRW" | "TRY" | "RUB" | "INR" | "BRL" | "ZAR" | "DKK" | "PLN" | "THB" | "IDR" | "HUF" | "CZK" | "ILS" | "PHP" | "AED" | "COP" | "SAR" | "MYR" | "RON";
360
+ hostname?: string | undefined;
361
+ stripeAccountId?: string | undefined;
362
+ isOpen?: boolean | undefined;
363
+ openingTimes?: {
364
+ monday: string | null;
365
+ tuesday: string | null;
366
+ wednesday: string | null;
367
+ thursday: string | null;
368
+ friday: string | null;
369
+ saturday: string | null;
370
+ sunday: string | null;
371
+ } | undefined;
372
+ closingTimes?: {
373
+ monday: string | null;
374
+ tuesday: string | null;
375
+ wednesday: string | null;
376
+ thursday: string | null;
377
+ friday: string | null;
378
+ saturday: string | null;
379
+ sunday: string | null;
380
+ } | undefined;
381
+ facebookProfile?: string | null | undefined;
382
+ instagramProfile?: string | null | undefined;
383
+ xProfile?: string | null | undefined;
384
+ };
385
+ email?: string | undefined;
386
+ logo?: string | null | undefined;
387
+ logoFile?: {
388
+ id: string;
389
+ mimeType: string;
390
+ size: number;
391
+ filename: string;
392
+ url: string;
393
+ } | null | undefined;
394
+ }>, "many">;
395
+ }, "strip", import("zod").ZodTypeAny, {
396
+ meta: {
397
+ isFirstPage: boolean;
398
+ isLastPage: boolean;
399
+ currentPage: number;
400
+ previousPage: number | null;
401
+ nextPage: number | null;
402
+ pageCount: number;
403
+ totalCount: number;
404
+ };
405
+ list: {
406
+ id: string;
407
+ createdAt: Date;
408
+ name: string;
409
+ phone: string;
410
+ legalEntityId: string | null;
411
+ address: {
412
+ id: string;
413
+ addressLineOne: string;
414
+ city: string;
415
+ country: string;
416
+ placeId: string;
417
+ firstname?: string | null | undefined;
418
+ lastname?: string | null | undefined;
419
+ phone?: string | null | undefined;
420
+ doorNumber?: string | null | undefined;
421
+ addressLineTwo?: string | null | undefined;
422
+ zipCode?: string | undefined;
423
+ deliveryInstructions?: string | null | undefined;
424
+ };
425
+ configuration: {
426
+ id: string;
427
+ defaultLocale: "id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu";
428
+ createdAt: Date;
429
+ countriesShipping: string[];
430
+ enableHostCheckout: boolean;
431
+ enableHostTracking: boolean;
432
+ isAcceptingOrders: boolean;
433
+ isOpen: boolean;
434
+ supportedLocales: ("id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu")[];
435
+ defaultCurrency: "USD" | "EUR" | "GBP" | "JPY" | "AUD" | "CAD" | "CHF" | "CNY" | "SEK" | "NZD" | "MXN" | "SGD" | "HKD" | "NOK" | "KRW" | "TRY" | "RUB" | "INR" | "BRL" | "ZAR" | "DKK" | "PLN" | "THB" | "IDR" | "HUF" | "CZK" | "ILS" | "PHP" | "AED" | "COP" | "SAR" | "MYR" | "RON";
436
+ hostname?: string | undefined;
437
+ stripeAccountId?: string | undefined;
438
+ openingTimes?: {
439
+ monday: string | null;
440
+ tuesday: string | null;
441
+ wednesday: string | null;
442
+ thursday: string | null;
443
+ friday: string | null;
444
+ saturday: string | null;
445
+ sunday: string | null;
446
+ } | undefined;
447
+ closingTimes?: {
448
+ monday: string | null;
449
+ tuesday: string | null;
450
+ wednesday: string | null;
451
+ thursday: string | null;
452
+ friday: string | null;
453
+ saturday: string | null;
454
+ sunday: string | null;
455
+ } | undefined;
456
+ facebookProfile?: string | null | undefined;
457
+ instagramProfile?: string | null | undefined;
458
+ xProfile?: string | null | undefined;
459
+ };
460
+ email?: string | undefined;
461
+ logo?: string | null | undefined;
462
+ logoFile?: {
463
+ id: string;
464
+ mimeType: string;
465
+ size: number;
466
+ filename: string;
467
+ url: string;
468
+ } | null | undefined;
469
+ }[];
470
+ }, {
471
+ meta: {
472
+ isFirstPage: boolean;
473
+ isLastPage: boolean;
474
+ currentPage: number;
475
+ previousPage: number | null;
476
+ nextPage: number | null;
477
+ pageCount: number;
478
+ totalCount: number;
479
+ };
480
+ list: {
481
+ id: string;
482
+ createdAt: Date;
483
+ name: string;
484
+ phone: string;
485
+ legalEntityId: string | null;
486
+ address: {
487
+ id: string;
488
+ addressLineOne: string;
489
+ city: string;
490
+ country: string;
491
+ placeId: string;
492
+ firstname?: string | null | undefined;
493
+ lastname?: string | null | undefined;
494
+ phone?: string | null | undefined;
495
+ doorNumber?: string | null | undefined;
496
+ addressLineTwo?: string | null | undefined;
497
+ zipCode?: string | undefined;
498
+ deliveryInstructions?: string | null | undefined;
499
+ };
500
+ configuration: {
501
+ id: string;
502
+ defaultLocale: "id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu";
503
+ createdAt: Date;
504
+ countriesShipping: string[];
505
+ enableHostCheckout: boolean;
506
+ enableHostTracking: boolean;
507
+ isAcceptingOrders: boolean;
508
+ supportedLocales: ("id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu")[];
509
+ defaultCurrency: "USD" | "EUR" | "GBP" | "JPY" | "AUD" | "CAD" | "CHF" | "CNY" | "SEK" | "NZD" | "MXN" | "SGD" | "HKD" | "NOK" | "KRW" | "TRY" | "RUB" | "INR" | "BRL" | "ZAR" | "DKK" | "PLN" | "THB" | "IDR" | "HUF" | "CZK" | "ILS" | "PHP" | "AED" | "COP" | "SAR" | "MYR" | "RON";
510
+ hostname?: string | undefined;
511
+ stripeAccountId?: string | undefined;
512
+ isOpen?: boolean | undefined;
513
+ openingTimes?: {
514
+ monday: string | null;
515
+ tuesday: string | null;
516
+ wednesday: string | null;
517
+ thursday: string | null;
518
+ friday: string | null;
519
+ saturday: string | null;
520
+ sunday: string | null;
521
+ } | undefined;
522
+ closingTimes?: {
523
+ monday: string | null;
524
+ tuesday: string | null;
525
+ wednesday: string | null;
526
+ thursday: string | null;
527
+ friday: string | null;
528
+ saturday: string | null;
529
+ sunday: string | null;
530
+ } | undefined;
531
+ facebookProfile?: string | null | undefined;
532
+ instagramProfile?: string | null | undefined;
533
+ xProfile?: string | null | undefined;
534
+ };
535
+ email?: string | undefined;
536
+ logo?: string | null | undefined;
537
+ logoFile?: {
538
+ id: string;
539
+ mimeType: string;
540
+ size: number;
541
+ filename: string;
542
+ url: string;
543
+ } | null | undefined;
544
+ }[];
545
+ }>;
546
+ };
547
+ };
548
+ getOrganization: {
549
+ description: "Fetches a specific organization by ID";
550
+ method: "GET";
551
+ pathParams: import("zod").ZodObject<{
552
+ organizationId: import("zod").ZodString;
553
+ }, "strip", import("zod").ZodTypeAny, {
554
+ organizationId: string;
555
+ }, {
556
+ organizationId: string;
557
+ }>;
558
+ summary: "Get Organization";
559
+ path: "/organizations/:organizationId";
560
+ headers: import("zod").ZodOptional<import("zod").ZodObject<{
561
+ "accept-language": import("zod").ZodOptional<import("zod").ZodString>;
562
+ cookie: import("zod").ZodOptional<import("zod").ZodString>;
563
+ }, "strip", import("zod").ZodTypeAny, {
564
+ "accept-language"?: string | undefined;
565
+ cookie?: string | undefined;
566
+ }, {
567
+ "accept-language"?: string | undefined;
568
+ cookie?: string | undefined;
569
+ }>>;
570
+ responses: {
571
+ 200: import("zod").ZodObject<{
572
+ id: import("zod").ZodString;
573
+ name: import("zod").ZodString;
574
+ phone: import("zod").ZodString;
575
+ email: import("zod").ZodOptional<import("zod").ZodString>;
576
+ createdAt: import("zod").ZodDate;
577
+ legalEntityId: import("zod").ZodNullable<import("zod").ZodString>;
578
+ address: import("zod").ZodObject<{
579
+ id: import("zod").ZodString;
580
+ firstname: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
581
+ lastname: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
582
+ phone: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
583
+ addressLineOne: import("zod").ZodString;
584
+ doorNumber: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
585
+ addressLineTwo: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
586
+ zipCode: import("zod").ZodOptional<import("zod").ZodString>;
587
+ city: import("zod").ZodString;
588
+ country: import("zod").ZodString;
589
+ placeId: import("zod").ZodString;
590
+ deliveryInstructions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
591
+ }, "strip", import("zod").ZodTypeAny, {
592
+ id: string;
593
+ addressLineOne: string;
594
+ city: string;
595
+ country: string;
596
+ placeId: string;
597
+ firstname?: string | null | undefined;
598
+ lastname?: string | null | undefined;
599
+ phone?: string | null | undefined;
600
+ doorNumber?: string | null | undefined;
601
+ addressLineTwo?: string | null | undefined;
602
+ zipCode?: string | undefined;
603
+ deliveryInstructions?: string | null | undefined;
604
+ }, {
605
+ id: string;
606
+ addressLineOne: string;
607
+ city: string;
608
+ country: string;
609
+ placeId: string;
610
+ firstname?: string | null | undefined;
611
+ lastname?: string | null | undefined;
612
+ phone?: string | null | undefined;
613
+ doorNumber?: string | null | undefined;
614
+ addressLineTwo?: string | null | undefined;
615
+ zipCode?: string | undefined;
616
+ deliveryInstructions?: string | null | undefined;
617
+ }>;
618
+ configuration: import("zod").ZodObject<{
619
+ id: import("zod").ZodString;
620
+ hostname: import("zod").ZodOptional<import("zod").ZodString>;
621
+ countriesShipping: import("zod").ZodArray<import("zod").ZodString, "many">;
622
+ stripeAccountId: import("zod").ZodOptional<import("zod").ZodString>;
623
+ enableHostCheckout: import("zod").ZodBoolean;
624
+ enableHostTracking: import("zod").ZodBoolean;
625
+ isAcceptingOrders: import("zod").ZodBoolean;
626
+ isOpen: import("zod").ZodDefault<import("zod").ZodBoolean>;
627
+ defaultLocale: import("zod").ZodEnum<["af", "sq", "ar_dz", "ar_bh", "ar_eg", "ar_iq", "ar_jo", "ar_kw", "ar_lb", "ar_ly", "ar_ma", "ar_om", "ar_qa", "ar_sa", "ar_sy", "ar_tn", "ar_ae", "ar_ye", "eu", "be", "bg", "ca", "zh_hk", "zh_cn", "zh_sg", "zh_tw", "hr", "cs", "da", "nl_be", "nl", "en", "en_au", "en_bz", "en_ca", "en_ie", "en_jm", "en_nz", "en_za", "en_tt", "en_gb", "en_us", "et", "fo", "fa", "fi", "fr_be", "fr_ca", "fr_lu", "fr", "fr_ch", "gd", "de_at", "de_li", "de_lu", "de", "de_ch", "el", "he", "hi", "hu", "is", "id", "ga", "it", "it_ch", "ja", "ko", "ku", "lv", "lt", "mk", "ml", "ms", "mt", "no", "nb", "nn", "pl", "pt_br", "pt", "pa", "rm", "ro", "ro_md", "ru", "ru_md", "sr", "sk", "sl", "sb", "es_ar", "es_bo", "es_cl", "es_co", "es_cr", "es_do", "es_ec", "es_sv", "es_gt", "es_hn", "es_mx", "es", "sv", "sv_fi", "th", "tr", "uk", "ur", "vi", "cy", "ji", "zu"]>;
628
+ supportedLocales: import("zod").ZodArray<import("zod").ZodEnum<["af", "sq", "ar_dz", "ar_bh", "ar_eg", "ar_iq", "ar_jo", "ar_kw", "ar_lb", "ar_ly", "ar_ma", "ar_om", "ar_qa", "ar_sa", "ar_sy", "ar_tn", "ar_ae", "ar_ye", "eu", "be", "bg", "ca", "zh_hk", "zh_cn", "zh_sg", "zh_tw", "hr", "cs", "da", "nl_be", "nl", "en", "en_au", "en_bz", "en_ca", "en_ie", "en_jm", "en_nz", "en_za", "en_tt", "en_gb", "en_us", "et", "fo", "fa", "fi", "fr_be", "fr_ca", "fr_lu", "fr", "fr_ch", "gd", "de_at", "de_li", "de_lu", "de", "de_ch", "el", "he", "hi", "hu", "is", "id", "ga", "it", "it_ch", "ja", "ko", "ku", "lv", "lt", "mk", "ml", "ms", "mt", "no", "nb", "nn", "pl", "pt_br", "pt", "pa", "rm", "ro", "ro_md", "ru", "ru_md", "sr", "sk", "sl", "sb", "es_ar", "es_bo", "es_cl", "es_co", "es_cr", "es_do", "es_ec", "es_sv", "es_gt", "es_hn", "es_mx", "es", "sv", "sv_fi", "th", "tr", "uk", "ur", "vi", "cy", "ji", "zu"]>, "many">;
629
+ openingTimes: import("zod").ZodOptional<import("zod").ZodObject<{
630
+ monday: import("zod").ZodNullable<import("zod").ZodString>;
631
+ tuesday: import("zod").ZodNullable<import("zod").ZodString>;
632
+ wednesday: import("zod").ZodNullable<import("zod").ZodString>;
633
+ thursday: import("zod").ZodNullable<import("zod").ZodString>;
634
+ friday: import("zod").ZodNullable<import("zod").ZodString>;
635
+ saturday: import("zod").ZodNullable<import("zod").ZodString>;
636
+ sunday: import("zod").ZodNullable<import("zod").ZodString>;
637
+ }, "strip", import("zod").ZodTypeAny, {
638
+ monday: string | null;
639
+ tuesday: string | null;
640
+ wednesday: string | null;
641
+ thursday: string | null;
642
+ friday: string | null;
643
+ saturday: string | null;
644
+ sunday: string | null;
645
+ }, {
646
+ monday: string | null;
647
+ tuesday: string | null;
648
+ wednesday: string | null;
649
+ thursday: string | null;
650
+ friday: string | null;
651
+ saturday: string | null;
652
+ sunday: string | null;
653
+ }>>;
654
+ closingTimes: import("zod").ZodOptional<import("zod").ZodObject<{
655
+ monday: import("zod").ZodNullable<import("zod").ZodString>;
656
+ tuesday: import("zod").ZodNullable<import("zod").ZodString>;
657
+ wednesday: import("zod").ZodNullable<import("zod").ZodString>;
658
+ thursday: import("zod").ZodNullable<import("zod").ZodString>;
659
+ friday: import("zod").ZodNullable<import("zod").ZodString>;
660
+ saturday: import("zod").ZodNullable<import("zod").ZodString>;
661
+ sunday: import("zod").ZodNullable<import("zod").ZodString>;
662
+ }, "strip", import("zod").ZodTypeAny, {
663
+ monday: string | null;
664
+ tuesday: string | null;
665
+ wednesday: string | null;
666
+ thursday: string | null;
667
+ friday: string | null;
668
+ saturday: string | null;
669
+ sunday: string | null;
670
+ }, {
671
+ monday: string | null;
672
+ tuesday: string | null;
673
+ wednesday: string | null;
674
+ thursday: string | null;
675
+ friday: string | null;
676
+ saturday: string | null;
677
+ sunday: string | null;
678
+ }>>;
679
+ facebookProfile: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
680
+ instagramProfile: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
681
+ xProfile: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
682
+ defaultCurrency: import("zod").ZodEnum<["USD", "EUR", "GBP", "JPY", "AUD", "CAD", "CHF", "CNY", "SEK", "NZD", "MXN", "SGD", "HKD", "NOK", "KRW", "TRY", "RUB", "INR", "BRL", "ZAR", "DKK", "PLN", "THB", "IDR", "HUF", "CZK", "ILS", "PHP", "AED", "COP", "SAR", "MYR", "RON"]>;
683
+ createdAt: import("zod").ZodDate;
684
+ }, "strip", import("zod").ZodTypeAny, {
685
+ id: string;
686
+ defaultLocale: "id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu";
687
+ createdAt: Date;
688
+ countriesShipping: string[];
689
+ enableHostCheckout: boolean;
690
+ enableHostTracking: boolean;
691
+ isAcceptingOrders: boolean;
692
+ isOpen: boolean;
693
+ supportedLocales: ("id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu")[];
694
+ defaultCurrency: "USD" | "EUR" | "GBP" | "JPY" | "AUD" | "CAD" | "CHF" | "CNY" | "SEK" | "NZD" | "MXN" | "SGD" | "HKD" | "NOK" | "KRW" | "TRY" | "RUB" | "INR" | "BRL" | "ZAR" | "DKK" | "PLN" | "THB" | "IDR" | "HUF" | "CZK" | "ILS" | "PHP" | "AED" | "COP" | "SAR" | "MYR" | "RON";
695
+ hostname?: string | undefined;
696
+ stripeAccountId?: string | undefined;
697
+ openingTimes?: {
698
+ monday: string | null;
699
+ tuesday: string | null;
700
+ wednesday: string | null;
701
+ thursday: string | null;
702
+ friday: string | null;
703
+ saturday: string | null;
704
+ sunday: string | null;
705
+ } | undefined;
706
+ closingTimes?: {
707
+ monday: string | null;
708
+ tuesday: string | null;
709
+ wednesday: string | null;
710
+ thursday: string | null;
711
+ friday: string | null;
712
+ saturday: string | null;
713
+ sunday: string | null;
714
+ } | undefined;
715
+ facebookProfile?: string | null | undefined;
716
+ instagramProfile?: string | null | undefined;
717
+ xProfile?: string | null | undefined;
718
+ }, {
719
+ id: string;
720
+ defaultLocale: "id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu";
721
+ createdAt: Date;
722
+ countriesShipping: string[];
723
+ enableHostCheckout: boolean;
724
+ enableHostTracking: boolean;
725
+ isAcceptingOrders: boolean;
726
+ supportedLocales: ("id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu")[];
727
+ defaultCurrency: "USD" | "EUR" | "GBP" | "JPY" | "AUD" | "CAD" | "CHF" | "CNY" | "SEK" | "NZD" | "MXN" | "SGD" | "HKD" | "NOK" | "KRW" | "TRY" | "RUB" | "INR" | "BRL" | "ZAR" | "DKK" | "PLN" | "THB" | "IDR" | "HUF" | "CZK" | "ILS" | "PHP" | "AED" | "COP" | "SAR" | "MYR" | "RON";
728
+ hostname?: string | undefined;
729
+ stripeAccountId?: string | undefined;
730
+ isOpen?: boolean | undefined;
731
+ openingTimes?: {
732
+ monday: string | null;
733
+ tuesday: string | null;
734
+ wednesday: string | null;
735
+ thursday: string | null;
736
+ friday: string | null;
737
+ saturday: string | null;
738
+ sunday: string | null;
739
+ } | undefined;
740
+ closingTimes?: {
741
+ monday: string | null;
742
+ tuesday: string | null;
743
+ wednesday: string | null;
744
+ thursday: string | null;
745
+ friday: string | null;
746
+ saturday: string | null;
747
+ sunday: string | null;
748
+ } | undefined;
749
+ facebookProfile?: string | null | undefined;
750
+ instagramProfile?: string | null | undefined;
751
+ xProfile?: string | null | undefined;
752
+ }>;
753
+ logo: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
754
+ logoFile: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
755
+ id: import("zod").ZodString;
756
+ url: import("zod").ZodString;
757
+ mimeType: import("zod").ZodString;
758
+ size: import("zod").ZodNumber;
759
+ filename: import("zod").ZodString;
760
+ }, "strip", import("zod").ZodTypeAny, {
761
+ id: string;
762
+ mimeType: string;
763
+ size: number;
764
+ filename: string;
765
+ url: string;
766
+ }, {
767
+ id: string;
768
+ mimeType: string;
769
+ size: number;
770
+ filename: string;
771
+ url: string;
772
+ }>>>;
773
+ }, "strip", import("zod").ZodTypeAny, {
774
+ id: string;
775
+ createdAt: Date;
776
+ name: string;
777
+ phone: string;
778
+ legalEntityId: string | null;
779
+ address: {
780
+ id: string;
781
+ addressLineOne: string;
782
+ city: string;
783
+ country: string;
784
+ placeId: string;
785
+ firstname?: string | null | undefined;
786
+ lastname?: string | null | undefined;
787
+ phone?: string | null | undefined;
788
+ doorNumber?: string | null | undefined;
789
+ addressLineTwo?: string | null | undefined;
790
+ zipCode?: string | undefined;
791
+ deliveryInstructions?: string | null | undefined;
792
+ };
793
+ configuration: {
794
+ id: string;
795
+ defaultLocale: "id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu";
796
+ createdAt: Date;
797
+ countriesShipping: string[];
798
+ enableHostCheckout: boolean;
799
+ enableHostTracking: boolean;
800
+ isAcceptingOrders: boolean;
801
+ isOpen: boolean;
802
+ supportedLocales: ("id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu")[];
803
+ defaultCurrency: "USD" | "EUR" | "GBP" | "JPY" | "AUD" | "CAD" | "CHF" | "CNY" | "SEK" | "NZD" | "MXN" | "SGD" | "HKD" | "NOK" | "KRW" | "TRY" | "RUB" | "INR" | "BRL" | "ZAR" | "DKK" | "PLN" | "THB" | "IDR" | "HUF" | "CZK" | "ILS" | "PHP" | "AED" | "COP" | "SAR" | "MYR" | "RON";
804
+ hostname?: string | undefined;
805
+ stripeAccountId?: string | undefined;
806
+ openingTimes?: {
807
+ monday: string | null;
808
+ tuesday: string | null;
809
+ wednesday: string | null;
810
+ thursday: string | null;
811
+ friday: string | null;
812
+ saturday: string | null;
813
+ sunday: string | null;
814
+ } | undefined;
815
+ closingTimes?: {
816
+ monday: string | null;
817
+ tuesday: string | null;
818
+ wednesday: string | null;
819
+ thursday: string | null;
820
+ friday: string | null;
821
+ saturday: string | null;
822
+ sunday: string | null;
823
+ } | undefined;
824
+ facebookProfile?: string | null | undefined;
825
+ instagramProfile?: string | null | undefined;
826
+ xProfile?: string | null | undefined;
827
+ };
828
+ email?: string | undefined;
829
+ logo?: string | null | undefined;
830
+ logoFile?: {
831
+ id: string;
832
+ mimeType: string;
833
+ size: number;
834
+ filename: string;
835
+ url: string;
836
+ } | null | undefined;
837
+ }, {
838
+ id: string;
839
+ createdAt: Date;
840
+ name: string;
841
+ phone: string;
842
+ legalEntityId: string | null;
843
+ address: {
844
+ id: string;
845
+ addressLineOne: string;
846
+ city: string;
847
+ country: string;
848
+ placeId: string;
849
+ firstname?: string | null | undefined;
850
+ lastname?: string | null | undefined;
851
+ phone?: string | null | undefined;
852
+ doorNumber?: string | null | undefined;
853
+ addressLineTwo?: string | null | undefined;
854
+ zipCode?: string | undefined;
855
+ deliveryInstructions?: string | null | undefined;
856
+ };
857
+ configuration: {
858
+ id: string;
859
+ defaultLocale: "id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu";
860
+ createdAt: Date;
861
+ countriesShipping: string[];
862
+ enableHostCheckout: boolean;
863
+ enableHostTracking: boolean;
864
+ isAcceptingOrders: boolean;
865
+ supportedLocales: ("id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu")[];
866
+ defaultCurrency: "USD" | "EUR" | "GBP" | "JPY" | "AUD" | "CAD" | "CHF" | "CNY" | "SEK" | "NZD" | "MXN" | "SGD" | "HKD" | "NOK" | "KRW" | "TRY" | "RUB" | "INR" | "BRL" | "ZAR" | "DKK" | "PLN" | "THB" | "IDR" | "HUF" | "CZK" | "ILS" | "PHP" | "AED" | "COP" | "SAR" | "MYR" | "RON";
867
+ hostname?: string | undefined;
868
+ stripeAccountId?: string | undefined;
869
+ isOpen?: boolean | undefined;
870
+ openingTimes?: {
871
+ monday: string | null;
872
+ tuesday: string | null;
873
+ wednesday: string | null;
874
+ thursday: string | null;
875
+ friday: string | null;
876
+ saturday: string | null;
877
+ sunday: string | null;
878
+ } | undefined;
879
+ closingTimes?: {
880
+ monday: string | null;
881
+ tuesday: string | null;
882
+ wednesday: string | null;
883
+ thursday: string | null;
884
+ friday: string | null;
885
+ saturday: string | null;
886
+ sunday: string | null;
887
+ } | undefined;
888
+ facebookProfile?: string | null | undefined;
889
+ instagramProfile?: string | null | undefined;
890
+ xProfile?: string | null | undefined;
891
+ };
892
+ email?: string | undefined;
893
+ logo?: string | null | undefined;
894
+ logoFile?: {
895
+ id: string;
896
+ mimeType: string;
897
+ size: number;
898
+ filename: string;
899
+ url: string;
900
+ } | null | undefined;
901
+ }>;
902
+ 404: import("zod").ZodObject<{
903
+ status: import("zod").ZodNumber;
904
+ message: import("zod").ZodString;
905
+ }, "strip", import("zod").ZodTypeAny, {
906
+ message: string;
907
+ status: number;
908
+ }, {
909
+ message: string;
910
+ status: number;
911
+ }>;
912
+ };
913
+ };
914
+ createOrganization: {
915
+ description: "Creates a new organization";
916
+ method: "POST";
917
+ summary: "Create Organization";
918
+ body: import("zod").ZodObject<import("zod").objectUtil.extendShape<Pick<{
919
+ id: import("zod").ZodString;
920
+ name: import("zod").ZodString;
921
+ phone: import("zod").ZodString;
922
+ email: import("zod").ZodOptional<import("zod").ZodString>;
923
+ createdAt: import("zod").ZodDate;
924
+ legalEntityId: import("zod").ZodNullable<import("zod").ZodString>;
925
+ address: import("zod").ZodObject<{
926
+ id: import("zod").ZodString;
927
+ firstname: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
928
+ lastname: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
929
+ phone: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
930
+ addressLineOne: import("zod").ZodString;
931
+ doorNumber: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
932
+ addressLineTwo: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
933
+ zipCode: import("zod").ZodOptional<import("zod").ZodString>;
934
+ city: import("zod").ZodString;
935
+ country: import("zod").ZodString;
936
+ placeId: import("zod").ZodString;
937
+ deliveryInstructions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
938
+ }, "strip", import("zod").ZodTypeAny, {
939
+ id: string;
940
+ addressLineOne: string;
941
+ city: string;
942
+ country: string;
943
+ placeId: string;
944
+ firstname?: string | null | undefined;
945
+ lastname?: string | null | undefined;
946
+ phone?: string | null | undefined;
947
+ doorNumber?: string | null | undefined;
948
+ addressLineTwo?: string | null | undefined;
949
+ zipCode?: string | undefined;
950
+ deliveryInstructions?: string | null | undefined;
951
+ }, {
952
+ id: string;
953
+ addressLineOne: string;
954
+ city: string;
955
+ country: string;
956
+ placeId: string;
957
+ firstname?: string | null | undefined;
958
+ lastname?: string | null | undefined;
959
+ phone?: string | null | undefined;
960
+ doorNumber?: string | null | undefined;
961
+ addressLineTwo?: string | null | undefined;
962
+ zipCode?: string | undefined;
963
+ deliveryInstructions?: string | null | undefined;
964
+ }>;
965
+ configuration: import("zod").ZodObject<{
966
+ id: import("zod").ZodString;
967
+ hostname: import("zod").ZodOptional<import("zod").ZodString>;
968
+ countriesShipping: import("zod").ZodArray<import("zod").ZodString, "many">;
969
+ stripeAccountId: import("zod").ZodOptional<import("zod").ZodString>;
970
+ enableHostCheckout: import("zod").ZodBoolean;
971
+ enableHostTracking: import("zod").ZodBoolean;
972
+ isAcceptingOrders: import("zod").ZodBoolean;
973
+ isOpen: import("zod").ZodDefault<import("zod").ZodBoolean>;
974
+ defaultLocale: import("zod").ZodEnum<["af", "sq", "ar_dz", "ar_bh", "ar_eg", "ar_iq", "ar_jo", "ar_kw", "ar_lb", "ar_ly", "ar_ma", "ar_om", "ar_qa", "ar_sa", "ar_sy", "ar_tn", "ar_ae", "ar_ye", "eu", "be", "bg", "ca", "zh_hk", "zh_cn", "zh_sg", "zh_tw", "hr", "cs", "da", "nl_be", "nl", "en", "en_au", "en_bz", "en_ca", "en_ie", "en_jm", "en_nz", "en_za", "en_tt", "en_gb", "en_us", "et", "fo", "fa", "fi", "fr_be", "fr_ca", "fr_lu", "fr", "fr_ch", "gd", "de_at", "de_li", "de_lu", "de", "de_ch", "el", "he", "hi", "hu", "is", "id", "ga", "it", "it_ch", "ja", "ko", "ku", "lv", "lt", "mk", "ml", "ms", "mt", "no", "nb", "nn", "pl", "pt_br", "pt", "pa", "rm", "ro", "ro_md", "ru", "ru_md", "sr", "sk", "sl", "sb", "es_ar", "es_bo", "es_cl", "es_co", "es_cr", "es_do", "es_ec", "es_sv", "es_gt", "es_hn", "es_mx", "es", "sv", "sv_fi", "th", "tr", "uk", "ur", "vi", "cy", "ji", "zu"]>;
975
+ supportedLocales: import("zod").ZodArray<import("zod").ZodEnum<["af", "sq", "ar_dz", "ar_bh", "ar_eg", "ar_iq", "ar_jo", "ar_kw", "ar_lb", "ar_ly", "ar_ma", "ar_om", "ar_qa", "ar_sa", "ar_sy", "ar_tn", "ar_ae", "ar_ye", "eu", "be", "bg", "ca", "zh_hk", "zh_cn", "zh_sg", "zh_tw", "hr", "cs", "da", "nl_be", "nl", "en", "en_au", "en_bz", "en_ca", "en_ie", "en_jm", "en_nz", "en_za", "en_tt", "en_gb", "en_us", "et", "fo", "fa", "fi", "fr_be", "fr_ca", "fr_lu", "fr", "fr_ch", "gd", "de_at", "de_li", "de_lu", "de", "de_ch", "el", "he", "hi", "hu", "is", "id", "ga", "it", "it_ch", "ja", "ko", "ku", "lv", "lt", "mk", "ml", "ms", "mt", "no", "nb", "nn", "pl", "pt_br", "pt", "pa", "rm", "ro", "ro_md", "ru", "ru_md", "sr", "sk", "sl", "sb", "es_ar", "es_bo", "es_cl", "es_co", "es_cr", "es_do", "es_ec", "es_sv", "es_gt", "es_hn", "es_mx", "es", "sv", "sv_fi", "th", "tr", "uk", "ur", "vi", "cy", "ji", "zu"]>, "many">;
976
+ openingTimes: import("zod").ZodOptional<import("zod").ZodObject<{
977
+ monday: import("zod").ZodNullable<import("zod").ZodString>;
978
+ tuesday: import("zod").ZodNullable<import("zod").ZodString>;
979
+ wednesday: import("zod").ZodNullable<import("zod").ZodString>;
980
+ thursday: import("zod").ZodNullable<import("zod").ZodString>;
981
+ friday: import("zod").ZodNullable<import("zod").ZodString>;
982
+ saturday: import("zod").ZodNullable<import("zod").ZodString>;
983
+ sunday: import("zod").ZodNullable<import("zod").ZodString>;
984
+ }, "strip", import("zod").ZodTypeAny, {
985
+ monday: string | null;
986
+ tuesday: string | null;
987
+ wednesday: string | null;
988
+ thursday: string | null;
989
+ friday: string | null;
990
+ saturday: string | null;
991
+ sunday: string | null;
992
+ }, {
993
+ monday: string | null;
994
+ tuesday: string | null;
995
+ wednesday: string | null;
996
+ thursday: string | null;
997
+ friday: string | null;
998
+ saturday: string | null;
999
+ sunday: string | null;
1000
+ }>>;
1001
+ closingTimes: import("zod").ZodOptional<import("zod").ZodObject<{
1002
+ monday: import("zod").ZodNullable<import("zod").ZodString>;
1003
+ tuesday: import("zod").ZodNullable<import("zod").ZodString>;
1004
+ wednesday: import("zod").ZodNullable<import("zod").ZodString>;
1005
+ thursday: import("zod").ZodNullable<import("zod").ZodString>;
1006
+ friday: import("zod").ZodNullable<import("zod").ZodString>;
1007
+ saturday: import("zod").ZodNullable<import("zod").ZodString>;
1008
+ sunday: import("zod").ZodNullable<import("zod").ZodString>;
1009
+ }, "strip", import("zod").ZodTypeAny, {
1010
+ monday: string | null;
1011
+ tuesday: string | null;
1012
+ wednesday: string | null;
1013
+ thursday: string | null;
1014
+ friday: string | null;
1015
+ saturday: string | null;
1016
+ sunday: string | null;
1017
+ }, {
1018
+ monday: string | null;
1019
+ tuesday: string | null;
1020
+ wednesday: string | null;
1021
+ thursday: string | null;
1022
+ friday: string | null;
1023
+ saturday: string | null;
1024
+ sunday: string | null;
1025
+ }>>;
1026
+ facebookProfile: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1027
+ instagramProfile: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1028
+ xProfile: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1029
+ defaultCurrency: import("zod").ZodEnum<["USD", "EUR", "GBP", "JPY", "AUD", "CAD", "CHF", "CNY", "SEK", "NZD", "MXN", "SGD", "HKD", "NOK", "KRW", "TRY", "RUB", "INR", "BRL", "ZAR", "DKK", "PLN", "THB", "IDR", "HUF", "CZK", "ILS", "PHP", "AED", "COP", "SAR", "MYR", "RON"]>;
1030
+ createdAt: import("zod").ZodDate;
1031
+ }, "strip", import("zod").ZodTypeAny, {
1032
+ id: string;
1033
+ defaultLocale: "id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu";
1034
+ createdAt: Date;
1035
+ countriesShipping: string[];
1036
+ enableHostCheckout: boolean;
1037
+ enableHostTracking: boolean;
1038
+ isAcceptingOrders: boolean;
1039
+ isOpen: boolean;
1040
+ supportedLocales: ("id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu")[];
1041
+ defaultCurrency: "USD" | "EUR" | "GBP" | "JPY" | "AUD" | "CAD" | "CHF" | "CNY" | "SEK" | "NZD" | "MXN" | "SGD" | "HKD" | "NOK" | "KRW" | "TRY" | "RUB" | "INR" | "BRL" | "ZAR" | "DKK" | "PLN" | "THB" | "IDR" | "HUF" | "CZK" | "ILS" | "PHP" | "AED" | "COP" | "SAR" | "MYR" | "RON";
1042
+ hostname?: string | undefined;
1043
+ stripeAccountId?: string | undefined;
1044
+ openingTimes?: {
1045
+ monday: string | null;
1046
+ tuesday: string | null;
1047
+ wednesday: string | null;
1048
+ thursday: string | null;
1049
+ friday: string | null;
1050
+ saturday: string | null;
1051
+ sunday: string | null;
1052
+ } | undefined;
1053
+ closingTimes?: {
1054
+ monday: string | null;
1055
+ tuesday: string | null;
1056
+ wednesday: string | null;
1057
+ thursday: string | null;
1058
+ friday: string | null;
1059
+ saturday: string | null;
1060
+ sunday: string | null;
1061
+ } | undefined;
1062
+ facebookProfile?: string | null | undefined;
1063
+ instagramProfile?: string | null | undefined;
1064
+ xProfile?: string | null | undefined;
1065
+ }, {
1066
+ id: string;
1067
+ defaultLocale: "id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu";
1068
+ createdAt: Date;
1069
+ countriesShipping: string[];
1070
+ enableHostCheckout: boolean;
1071
+ enableHostTracking: boolean;
1072
+ isAcceptingOrders: boolean;
1073
+ supportedLocales: ("id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu")[];
1074
+ defaultCurrency: "USD" | "EUR" | "GBP" | "JPY" | "AUD" | "CAD" | "CHF" | "CNY" | "SEK" | "NZD" | "MXN" | "SGD" | "HKD" | "NOK" | "KRW" | "TRY" | "RUB" | "INR" | "BRL" | "ZAR" | "DKK" | "PLN" | "THB" | "IDR" | "HUF" | "CZK" | "ILS" | "PHP" | "AED" | "COP" | "SAR" | "MYR" | "RON";
1075
+ hostname?: string | undefined;
1076
+ stripeAccountId?: string | undefined;
1077
+ isOpen?: boolean | undefined;
1078
+ openingTimes?: {
1079
+ monday: string | null;
1080
+ tuesday: string | null;
1081
+ wednesday: string | null;
1082
+ thursday: string | null;
1083
+ friday: string | null;
1084
+ saturday: string | null;
1085
+ sunday: string | null;
1086
+ } | undefined;
1087
+ closingTimes?: {
1088
+ monday: string | null;
1089
+ tuesday: string | null;
1090
+ wednesday: string | null;
1091
+ thursday: string | null;
1092
+ friday: string | null;
1093
+ saturday: string | null;
1094
+ sunday: string | null;
1095
+ } | undefined;
1096
+ facebookProfile?: string | null | undefined;
1097
+ instagramProfile?: string | null | undefined;
1098
+ xProfile?: string | null | undefined;
1099
+ }>;
1100
+ logo: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
1101
+ logoFile: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
1102
+ id: import("zod").ZodString;
1103
+ url: import("zod").ZodString;
1104
+ mimeType: import("zod").ZodString;
1105
+ size: import("zod").ZodNumber;
1106
+ filename: import("zod").ZodString;
1107
+ }, "strip", import("zod").ZodTypeAny, {
1108
+ id: string;
1109
+ mimeType: string;
1110
+ size: number;
1111
+ filename: string;
1112
+ url: string;
1113
+ }, {
1114
+ id: string;
1115
+ mimeType: string;
1116
+ size: number;
1117
+ filename: string;
1118
+ url: string;
1119
+ }>>>;
1120
+ }, "email" | "name" | "phone" | "logoFile">, {
1121
+ logoId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
1122
+ address: import("zod").ZodObject<Pick<{
1123
+ id: import("zod").ZodString;
1124
+ firstname: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
1125
+ lastname: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
1126
+ phone: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
1127
+ addressLineOne: import("zod").ZodString;
1128
+ doorNumber: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1129
+ addressLineTwo: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1130
+ zipCode: import("zod").ZodOptional<import("zod").ZodString>;
1131
+ city: import("zod").ZodString;
1132
+ country: import("zod").ZodString;
1133
+ placeId: import("zod").ZodString;
1134
+ deliveryInstructions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1135
+ }, "addressLineOne" | "doorNumber" | "addressLineTwo" | "zipCode" | "city" | "country" | "placeId">, "strip", import("zod").ZodTypeAny, {
1136
+ addressLineOne: string;
1137
+ city: string;
1138
+ country: string;
1139
+ placeId: string;
1140
+ doorNumber?: string | null | undefined;
1141
+ addressLineTwo?: string | null | undefined;
1142
+ zipCode?: string | undefined;
1143
+ }, {
1144
+ addressLineOne: string;
1145
+ city: string;
1146
+ country: string;
1147
+ placeId: string;
1148
+ doorNumber?: string | null | undefined;
1149
+ addressLineTwo?: string | null | undefined;
1150
+ zipCode?: string | undefined;
1151
+ }>;
1152
+ }>, "strip", import("zod").ZodTypeAny, {
1153
+ name: string;
1154
+ phone: string;
1155
+ address: {
1156
+ addressLineOne: string;
1157
+ city: string;
1158
+ country: string;
1159
+ placeId: string;
1160
+ doorNumber?: string | null | undefined;
1161
+ addressLineTwo?: string | null | undefined;
1162
+ zipCode?: string | undefined;
1163
+ };
1164
+ email?: string | undefined;
1165
+ logoFile?: {
1166
+ id: string;
1167
+ mimeType: string;
1168
+ size: number;
1169
+ filename: string;
1170
+ url: string;
1171
+ } | null | undefined;
1172
+ logoId?: string | null | undefined;
1173
+ }, {
1174
+ name: string;
1175
+ phone: string;
1176
+ address: {
1177
+ addressLineOne: string;
1178
+ city: string;
1179
+ country: string;
1180
+ placeId: string;
1181
+ doorNumber?: string | null | undefined;
1182
+ addressLineTwo?: string | null | undefined;
1183
+ zipCode?: string | undefined;
1184
+ };
1185
+ email?: string | undefined;
1186
+ logoFile?: {
1187
+ id: string;
1188
+ mimeType: string;
1189
+ size: number;
1190
+ filename: string;
1191
+ url: string;
1192
+ } | null | undefined;
1193
+ logoId?: string | null | undefined;
1194
+ }>;
1195
+ path: "/organizations";
1196
+ headers: import("zod").ZodOptional<import("zod").ZodObject<{
1197
+ "accept-language": import("zod").ZodOptional<import("zod").ZodString>;
1198
+ cookie: import("zod").ZodOptional<import("zod").ZodString>;
1199
+ }, "strip", import("zod").ZodTypeAny, {
1200
+ "accept-language"?: string | undefined;
1201
+ cookie?: string | undefined;
1202
+ }, {
1203
+ "accept-language"?: string | undefined;
1204
+ cookie?: string | undefined;
1205
+ }>>;
1206
+ responses: {
1207
+ 201: import("zod").ZodObject<{
1208
+ id: import("zod").ZodString;
1209
+ name: import("zod").ZodString;
1210
+ phone: import("zod").ZodString;
1211
+ email: import("zod").ZodOptional<import("zod").ZodString>;
1212
+ createdAt: import("zod").ZodDate;
1213
+ legalEntityId: import("zod").ZodNullable<import("zod").ZodString>;
1214
+ address: import("zod").ZodObject<{
1215
+ id: import("zod").ZodString;
1216
+ firstname: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
1217
+ lastname: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
1218
+ phone: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
1219
+ addressLineOne: import("zod").ZodString;
1220
+ doorNumber: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1221
+ addressLineTwo: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1222
+ zipCode: import("zod").ZodOptional<import("zod").ZodString>;
1223
+ city: import("zod").ZodString;
1224
+ country: import("zod").ZodString;
1225
+ placeId: import("zod").ZodString;
1226
+ deliveryInstructions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1227
+ }, "strip", import("zod").ZodTypeAny, {
1228
+ id: string;
1229
+ addressLineOne: string;
1230
+ city: string;
1231
+ country: string;
1232
+ placeId: string;
1233
+ firstname?: string | null | undefined;
1234
+ lastname?: string | null | undefined;
1235
+ phone?: string | null | undefined;
1236
+ doorNumber?: string | null | undefined;
1237
+ addressLineTwo?: string | null | undefined;
1238
+ zipCode?: string | undefined;
1239
+ deliveryInstructions?: string | null | undefined;
1240
+ }, {
1241
+ id: string;
1242
+ addressLineOne: string;
1243
+ city: string;
1244
+ country: string;
1245
+ placeId: string;
1246
+ firstname?: string | null | undefined;
1247
+ lastname?: string | null | undefined;
1248
+ phone?: string | null | undefined;
1249
+ doorNumber?: string | null | undefined;
1250
+ addressLineTwo?: string | null | undefined;
1251
+ zipCode?: string | undefined;
1252
+ deliveryInstructions?: string | null | undefined;
1253
+ }>;
1254
+ configuration: import("zod").ZodObject<{
1255
+ id: import("zod").ZodString;
1256
+ hostname: import("zod").ZodOptional<import("zod").ZodString>;
1257
+ countriesShipping: import("zod").ZodArray<import("zod").ZodString, "many">;
1258
+ stripeAccountId: import("zod").ZodOptional<import("zod").ZodString>;
1259
+ enableHostCheckout: import("zod").ZodBoolean;
1260
+ enableHostTracking: import("zod").ZodBoolean;
1261
+ isAcceptingOrders: import("zod").ZodBoolean;
1262
+ isOpen: import("zod").ZodDefault<import("zod").ZodBoolean>;
1263
+ defaultLocale: import("zod").ZodEnum<["af", "sq", "ar_dz", "ar_bh", "ar_eg", "ar_iq", "ar_jo", "ar_kw", "ar_lb", "ar_ly", "ar_ma", "ar_om", "ar_qa", "ar_sa", "ar_sy", "ar_tn", "ar_ae", "ar_ye", "eu", "be", "bg", "ca", "zh_hk", "zh_cn", "zh_sg", "zh_tw", "hr", "cs", "da", "nl_be", "nl", "en", "en_au", "en_bz", "en_ca", "en_ie", "en_jm", "en_nz", "en_za", "en_tt", "en_gb", "en_us", "et", "fo", "fa", "fi", "fr_be", "fr_ca", "fr_lu", "fr", "fr_ch", "gd", "de_at", "de_li", "de_lu", "de", "de_ch", "el", "he", "hi", "hu", "is", "id", "ga", "it", "it_ch", "ja", "ko", "ku", "lv", "lt", "mk", "ml", "ms", "mt", "no", "nb", "nn", "pl", "pt_br", "pt", "pa", "rm", "ro", "ro_md", "ru", "ru_md", "sr", "sk", "sl", "sb", "es_ar", "es_bo", "es_cl", "es_co", "es_cr", "es_do", "es_ec", "es_sv", "es_gt", "es_hn", "es_mx", "es", "sv", "sv_fi", "th", "tr", "uk", "ur", "vi", "cy", "ji", "zu"]>;
1264
+ supportedLocales: import("zod").ZodArray<import("zod").ZodEnum<["af", "sq", "ar_dz", "ar_bh", "ar_eg", "ar_iq", "ar_jo", "ar_kw", "ar_lb", "ar_ly", "ar_ma", "ar_om", "ar_qa", "ar_sa", "ar_sy", "ar_tn", "ar_ae", "ar_ye", "eu", "be", "bg", "ca", "zh_hk", "zh_cn", "zh_sg", "zh_tw", "hr", "cs", "da", "nl_be", "nl", "en", "en_au", "en_bz", "en_ca", "en_ie", "en_jm", "en_nz", "en_za", "en_tt", "en_gb", "en_us", "et", "fo", "fa", "fi", "fr_be", "fr_ca", "fr_lu", "fr", "fr_ch", "gd", "de_at", "de_li", "de_lu", "de", "de_ch", "el", "he", "hi", "hu", "is", "id", "ga", "it", "it_ch", "ja", "ko", "ku", "lv", "lt", "mk", "ml", "ms", "mt", "no", "nb", "nn", "pl", "pt_br", "pt", "pa", "rm", "ro", "ro_md", "ru", "ru_md", "sr", "sk", "sl", "sb", "es_ar", "es_bo", "es_cl", "es_co", "es_cr", "es_do", "es_ec", "es_sv", "es_gt", "es_hn", "es_mx", "es", "sv", "sv_fi", "th", "tr", "uk", "ur", "vi", "cy", "ji", "zu"]>, "many">;
1265
+ openingTimes: import("zod").ZodOptional<import("zod").ZodObject<{
1266
+ monday: import("zod").ZodNullable<import("zod").ZodString>;
1267
+ tuesday: import("zod").ZodNullable<import("zod").ZodString>;
1268
+ wednesday: import("zod").ZodNullable<import("zod").ZodString>;
1269
+ thursday: import("zod").ZodNullable<import("zod").ZodString>;
1270
+ friday: import("zod").ZodNullable<import("zod").ZodString>;
1271
+ saturday: import("zod").ZodNullable<import("zod").ZodString>;
1272
+ sunday: import("zod").ZodNullable<import("zod").ZodString>;
1273
+ }, "strip", import("zod").ZodTypeAny, {
1274
+ monday: string | null;
1275
+ tuesday: string | null;
1276
+ wednesday: string | null;
1277
+ thursday: string | null;
1278
+ friday: string | null;
1279
+ saturday: string | null;
1280
+ sunday: string | null;
1281
+ }, {
1282
+ monday: string | null;
1283
+ tuesday: string | null;
1284
+ wednesday: string | null;
1285
+ thursday: string | null;
1286
+ friday: string | null;
1287
+ saturday: string | null;
1288
+ sunday: string | null;
1289
+ }>>;
1290
+ closingTimes: import("zod").ZodOptional<import("zod").ZodObject<{
1291
+ monday: import("zod").ZodNullable<import("zod").ZodString>;
1292
+ tuesday: import("zod").ZodNullable<import("zod").ZodString>;
1293
+ wednesday: import("zod").ZodNullable<import("zod").ZodString>;
1294
+ thursday: import("zod").ZodNullable<import("zod").ZodString>;
1295
+ friday: import("zod").ZodNullable<import("zod").ZodString>;
1296
+ saturday: import("zod").ZodNullable<import("zod").ZodString>;
1297
+ sunday: import("zod").ZodNullable<import("zod").ZodString>;
1298
+ }, "strip", import("zod").ZodTypeAny, {
1299
+ monday: string | null;
1300
+ tuesday: string | null;
1301
+ wednesday: string | null;
1302
+ thursday: string | null;
1303
+ friday: string | null;
1304
+ saturday: string | null;
1305
+ sunday: string | null;
1306
+ }, {
1307
+ monday: string | null;
1308
+ tuesday: string | null;
1309
+ wednesday: string | null;
1310
+ thursday: string | null;
1311
+ friday: string | null;
1312
+ saturday: string | null;
1313
+ sunday: string | null;
1314
+ }>>;
1315
+ facebookProfile: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1316
+ instagramProfile: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1317
+ xProfile: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1318
+ defaultCurrency: import("zod").ZodEnum<["USD", "EUR", "GBP", "JPY", "AUD", "CAD", "CHF", "CNY", "SEK", "NZD", "MXN", "SGD", "HKD", "NOK", "KRW", "TRY", "RUB", "INR", "BRL", "ZAR", "DKK", "PLN", "THB", "IDR", "HUF", "CZK", "ILS", "PHP", "AED", "COP", "SAR", "MYR", "RON"]>;
1319
+ createdAt: import("zod").ZodDate;
1320
+ }, "strip", import("zod").ZodTypeAny, {
1321
+ id: string;
1322
+ defaultLocale: "id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu";
1323
+ createdAt: Date;
1324
+ countriesShipping: string[];
1325
+ enableHostCheckout: boolean;
1326
+ enableHostTracking: boolean;
1327
+ isAcceptingOrders: boolean;
1328
+ isOpen: boolean;
1329
+ supportedLocales: ("id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu")[];
1330
+ defaultCurrency: "USD" | "EUR" | "GBP" | "JPY" | "AUD" | "CAD" | "CHF" | "CNY" | "SEK" | "NZD" | "MXN" | "SGD" | "HKD" | "NOK" | "KRW" | "TRY" | "RUB" | "INR" | "BRL" | "ZAR" | "DKK" | "PLN" | "THB" | "IDR" | "HUF" | "CZK" | "ILS" | "PHP" | "AED" | "COP" | "SAR" | "MYR" | "RON";
1331
+ hostname?: string | undefined;
1332
+ stripeAccountId?: string | undefined;
1333
+ openingTimes?: {
1334
+ monday: string | null;
1335
+ tuesday: string | null;
1336
+ wednesday: string | null;
1337
+ thursday: string | null;
1338
+ friday: string | null;
1339
+ saturday: string | null;
1340
+ sunday: string | null;
1341
+ } | undefined;
1342
+ closingTimes?: {
1343
+ monday: string | null;
1344
+ tuesday: string | null;
1345
+ wednesday: string | null;
1346
+ thursday: string | null;
1347
+ friday: string | null;
1348
+ saturday: string | null;
1349
+ sunday: string | null;
1350
+ } | undefined;
1351
+ facebookProfile?: string | null | undefined;
1352
+ instagramProfile?: string | null | undefined;
1353
+ xProfile?: string | null | undefined;
1354
+ }, {
1355
+ id: string;
1356
+ defaultLocale: "id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu";
1357
+ createdAt: Date;
1358
+ countriesShipping: string[];
1359
+ enableHostCheckout: boolean;
1360
+ enableHostTracking: boolean;
1361
+ isAcceptingOrders: boolean;
1362
+ supportedLocales: ("id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu")[];
1363
+ defaultCurrency: "USD" | "EUR" | "GBP" | "JPY" | "AUD" | "CAD" | "CHF" | "CNY" | "SEK" | "NZD" | "MXN" | "SGD" | "HKD" | "NOK" | "KRW" | "TRY" | "RUB" | "INR" | "BRL" | "ZAR" | "DKK" | "PLN" | "THB" | "IDR" | "HUF" | "CZK" | "ILS" | "PHP" | "AED" | "COP" | "SAR" | "MYR" | "RON";
1364
+ hostname?: string | undefined;
1365
+ stripeAccountId?: string | undefined;
1366
+ isOpen?: boolean | undefined;
1367
+ openingTimes?: {
1368
+ monday: string | null;
1369
+ tuesday: string | null;
1370
+ wednesday: string | null;
1371
+ thursday: string | null;
1372
+ friday: string | null;
1373
+ saturday: string | null;
1374
+ sunday: string | null;
1375
+ } | undefined;
1376
+ closingTimes?: {
1377
+ monday: string | null;
1378
+ tuesday: string | null;
1379
+ wednesday: string | null;
1380
+ thursday: string | null;
1381
+ friday: string | null;
1382
+ saturday: string | null;
1383
+ sunday: string | null;
1384
+ } | undefined;
1385
+ facebookProfile?: string | null | undefined;
1386
+ instagramProfile?: string | null | undefined;
1387
+ xProfile?: string | null | undefined;
1388
+ }>;
1389
+ logo: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
1390
+ logoFile: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
1391
+ id: import("zod").ZodString;
1392
+ url: import("zod").ZodString;
1393
+ mimeType: import("zod").ZodString;
1394
+ size: import("zod").ZodNumber;
1395
+ filename: import("zod").ZodString;
1396
+ }, "strip", import("zod").ZodTypeAny, {
1397
+ id: string;
1398
+ mimeType: string;
1399
+ size: number;
1400
+ filename: string;
1401
+ url: string;
1402
+ }, {
1403
+ id: string;
1404
+ mimeType: string;
1405
+ size: number;
1406
+ filename: string;
1407
+ url: string;
1408
+ }>>>;
1409
+ }, "strip", import("zod").ZodTypeAny, {
1410
+ id: string;
1411
+ createdAt: Date;
1412
+ name: string;
1413
+ phone: string;
1414
+ legalEntityId: string | null;
1415
+ address: {
1416
+ id: string;
1417
+ addressLineOne: string;
1418
+ city: string;
1419
+ country: string;
1420
+ placeId: string;
1421
+ firstname?: string | null | undefined;
1422
+ lastname?: string | null | undefined;
1423
+ phone?: string | null | undefined;
1424
+ doorNumber?: string | null | undefined;
1425
+ addressLineTwo?: string | null | undefined;
1426
+ zipCode?: string | undefined;
1427
+ deliveryInstructions?: string | null | undefined;
1428
+ };
1429
+ configuration: {
1430
+ id: string;
1431
+ defaultLocale: "id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu";
1432
+ createdAt: Date;
1433
+ countriesShipping: string[];
1434
+ enableHostCheckout: boolean;
1435
+ enableHostTracking: boolean;
1436
+ isAcceptingOrders: boolean;
1437
+ isOpen: boolean;
1438
+ supportedLocales: ("id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu")[];
1439
+ defaultCurrency: "USD" | "EUR" | "GBP" | "JPY" | "AUD" | "CAD" | "CHF" | "CNY" | "SEK" | "NZD" | "MXN" | "SGD" | "HKD" | "NOK" | "KRW" | "TRY" | "RUB" | "INR" | "BRL" | "ZAR" | "DKK" | "PLN" | "THB" | "IDR" | "HUF" | "CZK" | "ILS" | "PHP" | "AED" | "COP" | "SAR" | "MYR" | "RON";
1440
+ hostname?: string | undefined;
1441
+ stripeAccountId?: string | undefined;
1442
+ openingTimes?: {
1443
+ monday: string | null;
1444
+ tuesday: string | null;
1445
+ wednesday: string | null;
1446
+ thursday: string | null;
1447
+ friday: string | null;
1448
+ saturday: string | null;
1449
+ sunday: string | null;
1450
+ } | undefined;
1451
+ closingTimes?: {
1452
+ monday: string | null;
1453
+ tuesday: string | null;
1454
+ wednesday: string | null;
1455
+ thursday: string | null;
1456
+ friday: string | null;
1457
+ saturday: string | null;
1458
+ sunday: string | null;
1459
+ } | undefined;
1460
+ facebookProfile?: string | null | undefined;
1461
+ instagramProfile?: string | null | undefined;
1462
+ xProfile?: string | null | undefined;
1463
+ };
1464
+ email?: string | undefined;
1465
+ logo?: string | null | undefined;
1466
+ logoFile?: {
1467
+ id: string;
1468
+ mimeType: string;
1469
+ size: number;
1470
+ filename: string;
1471
+ url: string;
1472
+ } | null | undefined;
1473
+ }, {
1474
+ id: string;
1475
+ createdAt: Date;
1476
+ name: string;
1477
+ phone: string;
1478
+ legalEntityId: string | null;
1479
+ address: {
1480
+ id: string;
1481
+ addressLineOne: string;
1482
+ city: string;
1483
+ country: string;
1484
+ placeId: string;
1485
+ firstname?: string | null | undefined;
1486
+ lastname?: string | null | undefined;
1487
+ phone?: string | null | undefined;
1488
+ doorNumber?: string | null | undefined;
1489
+ addressLineTwo?: string | null | undefined;
1490
+ zipCode?: string | undefined;
1491
+ deliveryInstructions?: string | null | undefined;
1492
+ };
1493
+ configuration: {
1494
+ id: string;
1495
+ defaultLocale: "id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu";
1496
+ createdAt: Date;
1497
+ countriesShipping: string[];
1498
+ enableHostCheckout: boolean;
1499
+ enableHostTracking: boolean;
1500
+ isAcceptingOrders: boolean;
1501
+ supportedLocales: ("id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu")[];
1502
+ defaultCurrency: "USD" | "EUR" | "GBP" | "JPY" | "AUD" | "CAD" | "CHF" | "CNY" | "SEK" | "NZD" | "MXN" | "SGD" | "HKD" | "NOK" | "KRW" | "TRY" | "RUB" | "INR" | "BRL" | "ZAR" | "DKK" | "PLN" | "THB" | "IDR" | "HUF" | "CZK" | "ILS" | "PHP" | "AED" | "COP" | "SAR" | "MYR" | "RON";
1503
+ hostname?: string | undefined;
1504
+ stripeAccountId?: string | undefined;
1505
+ isOpen?: boolean | undefined;
1506
+ openingTimes?: {
1507
+ monday: string | null;
1508
+ tuesday: string | null;
1509
+ wednesday: string | null;
1510
+ thursday: string | null;
1511
+ friday: string | null;
1512
+ saturday: string | null;
1513
+ sunday: string | null;
1514
+ } | undefined;
1515
+ closingTimes?: {
1516
+ monday: string | null;
1517
+ tuesday: string | null;
1518
+ wednesday: string | null;
1519
+ thursday: string | null;
1520
+ friday: string | null;
1521
+ saturday: string | null;
1522
+ sunday: string | null;
1523
+ } | undefined;
1524
+ facebookProfile?: string | null | undefined;
1525
+ instagramProfile?: string | null | undefined;
1526
+ xProfile?: string | null | undefined;
1527
+ };
1528
+ email?: string | undefined;
1529
+ logo?: string | null | undefined;
1530
+ logoFile?: {
1531
+ id: string;
1532
+ mimeType: string;
1533
+ size: number;
1534
+ filename: string;
1535
+ url: string;
1536
+ } | null | undefined;
1537
+ }>;
1538
+ 400: import("zod").ZodObject<{
1539
+ status: import("zod").ZodNumber;
1540
+ message: import("zod").ZodString;
1541
+ }, "strip", import("zod").ZodTypeAny, {
1542
+ message: string;
1543
+ status: number;
1544
+ }, {
1545
+ message: string;
1546
+ status: number;
1547
+ }>;
1548
+ };
1549
+ };
1550
+ updateOrganization: {
1551
+ description: "Updates a specific organization by ID";
1552
+ method: "PATCH";
1553
+ pathParams: import("zod").ZodObject<{
1554
+ organizationId: import("zod").ZodString;
1555
+ }, "strip", import("zod").ZodTypeAny, {
1556
+ organizationId: string;
1557
+ }, {
1558
+ organizationId: string;
1559
+ }>;
1560
+ summary: "Update Organization";
1561
+ body: import("zod").ZodObject<{
1562
+ email: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
1563
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1564
+ phone: import("zod").ZodOptional<import("zod").ZodString>;
1565
+ logoFile: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
1566
+ id: import("zod").ZodString;
1567
+ url: import("zod").ZodString;
1568
+ mimeType: import("zod").ZodString;
1569
+ size: import("zod").ZodNumber;
1570
+ filename: import("zod").ZodString;
1571
+ }, "strip", import("zod").ZodTypeAny, {
1572
+ id: string;
1573
+ mimeType: string;
1574
+ size: number;
1575
+ filename: string;
1576
+ url: string;
1577
+ }, {
1578
+ id: string;
1579
+ mimeType: string;
1580
+ size: number;
1581
+ filename: string;
1582
+ url: string;
1583
+ }>>>>;
1584
+ logoId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>>;
1585
+ address: import("zod").ZodOptional<import("zod").ZodObject<{
1586
+ addressLineOne: import("zod").ZodOptional<import("zod").ZodString>;
1587
+ doorNumber: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1588
+ addressLineTwo: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1589
+ zipCode: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
1590
+ city: import("zod").ZodOptional<import("zod").ZodString>;
1591
+ country: import("zod").ZodOptional<import("zod").ZodString>;
1592
+ placeId: import("zod").ZodOptional<import("zod").ZodString>;
1593
+ }, "strip", import("zod").ZodTypeAny, {
1594
+ addressLineOne?: string | undefined;
1595
+ doorNumber?: string | null | undefined;
1596
+ addressLineTwo?: string | null | undefined;
1597
+ zipCode?: string | undefined;
1598
+ city?: string | undefined;
1599
+ country?: string | undefined;
1600
+ placeId?: string | undefined;
1601
+ }, {
1602
+ addressLineOne?: string | undefined;
1603
+ doorNumber?: string | null | undefined;
1604
+ addressLineTwo?: string | null | undefined;
1605
+ zipCode?: string | undefined;
1606
+ city?: string | undefined;
1607
+ country?: string | undefined;
1608
+ placeId?: string | undefined;
1609
+ }>>;
1610
+ configuration: import("zod").ZodOptional<import("zod").ZodObject<{
1611
+ defaultLocale: import("zod").ZodOptional<import("zod").ZodEnum<["af", "sq", "ar_dz", "ar_bh", "ar_eg", "ar_iq", "ar_jo", "ar_kw", "ar_lb", "ar_ly", "ar_ma", "ar_om", "ar_qa", "ar_sa", "ar_sy", "ar_tn", "ar_ae", "ar_ye", "eu", "be", "bg", "ca", "zh_hk", "zh_cn", "zh_sg", "zh_tw", "hr", "cs", "da", "nl_be", "nl", "en", "en_au", "en_bz", "en_ca", "en_ie", "en_jm", "en_nz", "en_za", "en_tt", "en_gb", "en_us", "et", "fo", "fa", "fi", "fr_be", "fr_ca", "fr_lu", "fr", "fr_ch", "gd", "de_at", "de_li", "de_lu", "de", "de_ch", "el", "he", "hi", "hu", "is", "id", "ga", "it", "it_ch", "ja", "ko", "ku", "lv", "lt", "mk", "ml", "ms", "mt", "no", "nb", "nn", "pl", "pt_br", "pt", "pa", "rm", "ro", "ro_md", "ru", "ru_md", "sr", "sk", "sl", "sb", "es_ar", "es_bo", "es_cl", "es_co", "es_cr", "es_do", "es_ec", "es_sv", "es_gt", "es_hn", "es_mx", "es", "sv", "sv_fi", "th", "tr", "uk", "ur", "vi", "cy", "ji", "zu"]>>;
1612
+ hostname: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
1613
+ countriesShipping: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1614
+ stripeAccountId: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
1615
+ enableHostCheckout: import("zod").ZodOptional<import("zod").ZodBoolean>;
1616
+ enableHostTracking: import("zod").ZodOptional<import("zod").ZodBoolean>;
1617
+ isAcceptingOrders: import("zod").ZodOptional<import("zod").ZodBoolean>;
1618
+ supportedLocales: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<["af", "sq", "ar_dz", "ar_bh", "ar_eg", "ar_iq", "ar_jo", "ar_kw", "ar_lb", "ar_ly", "ar_ma", "ar_om", "ar_qa", "ar_sa", "ar_sy", "ar_tn", "ar_ae", "ar_ye", "eu", "be", "bg", "ca", "zh_hk", "zh_cn", "zh_sg", "zh_tw", "hr", "cs", "da", "nl_be", "nl", "en", "en_au", "en_bz", "en_ca", "en_ie", "en_jm", "en_nz", "en_za", "en_tt", "en_gb", "en_us", "et", "fo", "fa", "fi", "fr_be", "fr_ca", "fr_lu", "fr", "fr_ch", "gd", "de_at", "de_li", "de_lu", "de", "de_ch", "el", "he", "hi", "hu", "is", "id", "ga", "it", "it_ch", "ja", "ko", "ku", "lv", "lt", "mk", "ml", "ms", "mt", "no", "nb", "nn", "pl", "pt_br", "pt", "pa", "rm", "ro", "ro_md", "ru", "ru_md", "sr", "sk", "sl", "sb", "es_ar", "es_bo", "es_cl", "es_co", "es_cr", "es_do", "es_ec", "es_sv", "es_gt", "es_hn", "es_mx", "es", "sv", "sv_fi", "th", "tr", "uk", "ur", "vi", "cy", "ji", "zu"]>, "many">>;
1619
+ openingTimes: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
1620
+ monday: import("zod").ZodNullable<import("zod").ZodString>;
1621
+ tuesday: import("zod").ZodNullable<import("zod").ZodString>;
1622
+ wednesday: import("zod").ZodNullable<import("zod").ZodString>;
1623
+ thursday: import("zod").ZodNullable<import("zod").ZodString>;
1624
+ friday: import("zod").ZodNullable<import("zod").ZodString>;
1625
+ saturday: import("zod").ZodNullable<import("zod").ZodString>;
1626
+ sunday: import("zod").ZodNullable<import("zod").ZodString>;
1627
+ }, "strip", import("zod").ZodTypeAny, {
1628
+ monday: string | null;
1629
+ tuesday: string | null;
1630
+ wednesday: string | null;
1631
+ thursday: string | null;
1632
+ friday: string | null;
1633
+ saturday: string | null;
1634
+ sunday: string | null;
1635
+ }, {
1636
+ monday: string | null;
1637
+ tuesday: string | null;
1638
+ wednesday: string | null;
1639
+ thursday: string | null;
1640
+ friday: string | null;
1641
+ saturday: string | null;
1642
+ sunday: string | null;
1643
+ }>>>;
1644
+ closingTimes: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
1645
+ monday: import("zod").ZodNullable<import("zod").ZodString>;
1646
+ tuesday: import("zod").ZodNullable<import("zod").ZodString>;
1647
+ wednesday: import("zod").ZodNullable<import("zod").ZodString>;
1648
+ thursday: import("zod").ZodNullable<import("zod").ZodString>;
1649
+ friday: import("zod").ZodNullable<import("zod").ZodString>;
1650
+ saturday: import("zod").ZodNullable<import("zod").ZodString>;
1651
+ sunday: import("zod").ZodNullable<import("zod").ZodString>;
1652
+ }, "strip", import("zod").ZodTypeAny, {
1653
+ monday: string | null;
1654
+ tuesday: string | null;
1655
+ wednesday: string | null;
1656
+ thursday: string | null;
1657
+ friday: string | null;
1658
+ saturday: string | null;
1659
+ sunday: string | null;
1660
+ }, {
1661
+ monday: string | null;
1662
+ tuesday: string | null;
1663
+ wednesday: string | null;
1664
+ thursday: string | null;
1665
+ friday: string | null;
1666
+ saturday: string | null;
1667
+ sunday: string | null;
1668
+ }>>>;
1669
+ facebookProfile: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1670
+ instagramProfile: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1671
+ xProfile: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
1672
+ defaultCurrency: import("zod").ZodOptional<import("zod").ZodEnum<["USD", "EUR", "GBP", "JPY", "AUD", "CAD", "CHF", "CNY", "SEK", "NZD", "MXN", "SGD", "HKD", "NOK", "KRW", "TRY", "RUB", "INR", "BRL", "ZAR", "DKK", "PLN", "THB", "IDR", "HUF", "CZK", "ILS", "PHP", "AED", "COP", "SAR", "MYR", "RON"]>>;
1673
+ }, "strip", import("zod").ZodTypeAny, {
1674
+ defaultLocale?: "id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu" | undefined;
1675
+ hostname?: string | undefined;
1676
+ countriesShipping?: string[] | undefined;
1677
+ stripeAccountId?: string | undefined;
1678
+ enableHostCheckout?: boolean | undefined;
1679
+ enableHostTracking?: boolean | undefined;
1680
+ isAcceptingOrders?: boolean | undefined;
1681
+ supportedLocales?: ("id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu")[] | undefined;
1682
+ openingTimes?: {
1683
+ monday: string | null;
1684
+ tuesday: string | null;
1685
+ wednesday: string | null;
1686
+ thursday: string | null;
1687
+ friday: string | null;
1688
+ saturday: string | null;
1689
+ sunday: string | null;
1690
+ } | undefined;
1691
+ closingTimes?: {
1692
+ monday: string | null;
1693
+ tuesday: string | null;
1694
+ wednesday: string | null;
1695
+ thursday: string | null;
1696
+ friday: string | null;
1697
+ saturday: string | null;
1698
+ sunday: string | null;
1699
+ } | undefined;
1700
+ facebookProfile?: string | null | undefined;
1701
+ instagramProfile?: string | null | undefined;
1702
+ xProfile?: string | null | undefined;
1703
+ defaultCurrency?: "USD" | "EUR" | "GBP" | "JPY" | "AUD" | "CAD" | "CHF" | "CNY" | "SEK" | "NZD" | "MXN" | "SGD" | "HKD" | "NOK" | "KRW" | "TRY" | "RUB" | "INR" | "BRL" | "ZAR" | "DKK" | "PLN" | "THB" | "IDR" | "HUF" | "CZK" | "ILS" | "PHP" | "AED" | "COP" | "SAR" | "MYR" | "RON" | undefined;
1704
+ }, {
1705
+ defaultLocale?: "id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu" | undefined;
1706
+ hostname?: string | undefined;
1707
+ countriesShipping?: string[] | undefined;
1708
+ stripeAccountId?: string | undefined;
1709
+ enableHostCheckout?: boolean | undefined;
1710
+ enableHostTracking?: boolean | undefined;
1711
+ isAcceptingOrders?: boolean | undefined;
1712
+ supportedLocales?: ("id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu")[] | undefined;
1713
+ openingTimes?: {
1714
+ monday: string | null;
1715
+ tuesday: string | null;
1716
+ wednesday: string | null;
1717
+ thursday: string | null;
1718
+ friday: string | null;
1719
+ saturday: string | null;
1720
+ sunday: string | null;
1721
+ } | undefined;
1722
+ closingTimes?: {
1723
+ monday: string | null;
1724
+ tuesday: string | null;
1725
+ wednesday: string | null;
1726
+ thursday: string | null;
1727
+ friday: string | null;
1728
+ saturday: string | null;
1729
+ sunday: string | null;
1730
+ } | undefined;
1731
+ facebookProfile?: string | null | undefined;
1732
+ instagramProfile?: string | null | undefined;
1733
+ xProfile?: string | null | undefined;
1734
+ defaultCurrency?: "USD" | "EUR" | "GBP" | "JPY" | "AUD" | "CAD" | "CHF" | "CNY" | "SEK" | "NZD" | "MXN" | "SGD" | "HKD" | "NOK" | "KRW" | "TRY" | "RUB" | "INR" | "BRL" | "ZAR" | "DKK" | "PLN" | "THB" | "IDR" | "HUF" | "CZK" | "ILS" | "PHP" | "AED" | "COP" | "SAR" | "MYR" | "RON" | undefined;
1735
+ }>>;
1736
+ }, "strip", import("zod").ZodTypeAny, {
1737
+ email?: string | undefined;
1738
+ name?: string | undefined;
1739
+ phone?: string | undefined;
1740
+ address?: {
1741
+ addressLineOne?: string | undefined;
1742
+ doorNumber?: string | null | undefined;
1743
+ addressLineTwo?: string | null | undefined;
1744
+ zipCode?: string | undefined;
1745
+ city?: string | undefined;
1746
+ country?: string | undefined;
1747
+ placeId?: string | undefined;
1748
+ } | undefined;
1749
+ configuration?: {
1750
+ defaultLocale?: "id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu" | undefined;
1751
+ hostname?: string | undefined;
1752
+ countriesShipping?: string[] | undefined;
1753
+ stripeAccountId?: string | undefined;
1754
+ enableHostCheckout?: boolean | undefined;
1755
+ enableHostTracking?: boolean | undefined;
1756
+ isAcceptingOrders?: boolean | undefined;
1757
+ supportedLocales?: ("id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu")[] | undefined;
1758
+ openingTimes?: {
1759
+ monday: string | null;
1760
+ tuesday: string | null;
1761
+ wednesday: string | null;
1762
+ thursday: string | null;
1763
+ friday: string | null;
1764
+ saturday: string | null;
1765
+ sunday: string | null;
1766
+ } | undefined;
1767
+ closingTimes?: {
1768
+ monday: string | null;
1769
+ tuesday: string | null;
1770
+ wednesday: string | null;
1771
+ thursday: string | null;
1772
+ friday: string | null;
1773
+ saturday: string | null;
1774
+ sunday: string | null;
1775
+ } | undefined;
1776
+ facebookProfile?: string | null | undefined;
1777
+ instagramProfile?: string | null | undefined;
1778
+ xProfile?: string | null | undefined;
1779
+ defaultCurrency?: "USD" | "EUR" | "GBP" | "JPY" | "AUD" | "CAD" | "CHF" | "CNY" | "SEK" | "NZD" | "MXN" | "SGD" | "HKD" | "NOK" | "KRW" | "TRY" | "RUB" | "INR" | "BRL" | "ZAR" | "DKK" | "PLN" | "THB" | "IDR" | "HUF" | "CZK" | "ILS" | "PHP" | "AED" | "COP" | "SAR" | "MYR" | "RON" | undefined;
1780
+ } | undefined;
1781
+ logoFile?: {
1782
+ id: string;
1783
+ mimeType: string;
1784
+ size: number;
1785
+ filename: string;
1786
+ url: string;
1787
+ } | null | undefined;
1788
+ logoId?: string | null | undefined;
1789
+ }, {
1790
+ email?: string | undefined;
1791
+ name?: string | undefined;
1792
+ phone?: string | undefined;
1793
+ address?: {
1794
+ addressLineOne?: string | undefined;
1795
+ doorNumber?: string | null | undefined;
1796
+ addressLineTwo?: string | null | undefined;
1797
+ zipCode?: string | undefined;
1798
+ city?: string | undefined;
1799
+ country?: string | undefined;
1800
+ placeId?: string | undefined;
1801
+ } | undefined;
1802
+ configuration?: {
1803
+ defaultLocale?: "id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu" | undefined;
1804
+ hostname?: string | undefined;
1805
+ countriesShipping?: string[] | undefined;
1806
+ stripeAccountId?: string | undefined;
1807
+ enableHostCheckout?: boolean | undefined;
1808
+ enableHostTracking?: boolean | undefined;
1809
+ isAcceptingOrders?: boolean | undefined;
1810
+ supportedLocales?: ("id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu")[] | undefined;
1811
+ openingTimes?: {
1812
+ monday: string | null;
1813
+ tuesday: string | null;
1814
+ wednesday: string | null;
1815
+ thursday: string | null;
1816
+ friday: string | null;
1817
+ saturday: string | null;
1818
+ sunday: string | null;
1819
+ } | undefined;
1820
+ closingTimes?: {
1821
+ monday: string | null;
1822
+ tuesday: string | null;
1823
+ wednesday: string | null;
1824
+ thursday: string | null;
1825
+ friday: string | null;
1826
+ saturday: string | null;
1827
+ sunday: string | null;
1828
+ } | undefined;
1829
+ facebookProfile?: string | null | undefined;
1830
+ instagramProfile?: string | null | undefined;
1831
+ xProfile?: string | null | undefined;
1832
+ defaultCurrency?: "USD" | "EUR" | "GBP" | "JPY" | "AUD" | "CAD" | "CHF" | "CNY" | "SEK" | "NZD" | "MXN" | "SGD" | "HKD" | "NOK" | "KRW" | "TRY" | "RUB" | "INR" | "BRL" | "ZAR" | "DKK" | "PLN" | "THB" | "IDR" | "HUF" | "CZK" | "ILS" | "PHP" | "AED" | "COP" | "SAR" | "MYR" | "RON" | undefined;
1833
+ } | undefined;
1834
+ logoFile?: {
1835
+ id: string;
1836
+ mimeType: string;
1837
+ size: number;
1838
+ filename: string;
1839
+ url: string;
1840
+ } | null | undefined;
1841
+ logoId?: string | null | undefined;
1842
+ }>;
1843
+ path: "/organizations/:organizationId";
1844
+ headers: import("zod").ZodOptional<import("zod").ZodObject<{
1845
+ "accept-language": import("zod").ZodOptional<import("zod").ZodString>;
1846
+ cookie: import("zod").ZodOptional<import("zod").ZodString>;
1847
+ }, "strip", import("zod").ZodTypeAny, {
1848
+ "accept-language"?: string | undefined;
1849
+ cookie?: string | undefined;
1850
+ }, {
1851
+ "accept-language"?: string | undefined;
1852
+ cookie?: string | undefined;
1853
+ }>>;
1854
+ responses: {
1855
+ 200: import("zod").ZodObject<{
1856
+ id: import("zod").ZodString;
1857
+ name: import("zod").ZodString;
1858
+ phone: import("zod").ZodString;
1859
+ email: import("zod").ZodOptional<import("zod").ZodString>;
1860
+ createdAt: import("zod").ZodDate;
1861
+ legalEntityId: import("zod").ZodNullable<import("zod").ZodString>;
1862
+ address: import("zod").ZodObject<{
1863
+ id: import("zod").ZodString;
1864
+ firstname: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
1865
+ lastname: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
1866
+ phone: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
1867
+ addressLineOne: import("zod").ZodString;
1868
+ doorNumber: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1869
+ addressLineTwo: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1870
+ zipCode: import("zod").ZodOptional<import("zod").ZodString>;
1871
+ city: import("zod").ZodString;
1872
+ country: import("zod").ZodString;
1873
+ placeId: import("zod").ZodString;
1874
+ deliveryInstructions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1875
+ }, "strip", import("zod").ZodTypeAny, {
1876
+ id: string;
1877
+ addressLineOne: string;
1878
+ city: string;
1879
+ country: string;
1880
+ placeId: string;
1881
+ firstname?: string | null | undefined;
1882
+ lastname?: string | null | undefined;
1883
+ phone?: string | null | undefined;
1884
+ doorNumber?: string | null | undefined;
1885
+ addressLineTwo?: string | null | undefined;
1886
+ zipCode?: string | undefined;
1887
+ deliveryInstructions?: string | null | undefined;
1888
+ }, {
1889
+ id: string;
1890
+ addressLineOne: string;
1891
+ city: string;
1892
+ country: string;
1893
+ placeId: string;
1894
+ firstname?: string | null | undefined;
1895
+ lastname?: string | null | undefined;
1896
+ phone?: string | null | undefined;
1897
+ doorNumber?: string | null | undefined;
1898
+ addressLineTwo?: string | null | undefined;
1899
+ zipCode?: string | undefined;
1900
+ deliveryInstructions?: string | null | undefined;
1901
+ }>;
1902
+ configuration: import("zod").ZodObject<{
1903
+ id: import("zod").ZodString;
1904
+ hostname: import("zod").ZodOptional<import("zod").ZodString>;
1905
+ countriesShipping: import("zod").ZodArray<import("zod").ZodString, "many">;
1906
+ stripeAccountId: import("zod").ZodOptional<import("zod").ZodString>;
1907
+ enableHostCheckout: import("zod").ZodBoolean;
1908
+ enableHostTracking: import("zod").ZodBoolean;
1909
+ isAcceptingOrders: import("zod").ZodBoolean;
1910
+ isOpen: import("zod").ZodDefault<import("zod").ZodBoolean>;
1911
+ defaultLocale: import("zod").ZodEnum<["af", "sq", "ar_dz", "ar_bh", "ar_eg", "ar_iq", "ar_jo", "ar_kw", "ar_lb", "ar_ly", "ar_ma", "ar_om", "ar_qa", "ar_sa", "ar_sy", "ar_tn", "ar_ae", "ar_ye", "eu", "be", "bg", "ca", "zh_hk", "zh_cn", "zh_sg", "zh_tw", "hr", "cs", "da", "nl_be", "nl", "en", "en_au", "en_bz", "en_ca", "en_ie", "en_jm", "en_nz", "en_za", "en_tt", "en_gb", "en_us", "et", "fo", "fa", "fi", "fr_be", "fr_ca", "fr_lu", "fr", "fr_ch", "gd", "de_at", "de_li", "de_lu", "de", "de_ch", "el", "he", "hi", "hu", "is", "id", "ga", "it", "it_ch", "ja", "ko", "ku", "lv", "lt", "mk", "ml", "ms", "mt", "no", "nb", "nn", "pl", "pt_br", "pt", "pa", "rm", "ro", "ro_md", "ru", "ru_md", "sr", "sk", "sl", "sb", "es_ar", "es_bo", "es_cl", "es_co", "es_cr", "es_do", "es_ec", "es_sv", "es_gt", "es_hn", "es_mx", "es", "sv", "sv_fi", "th", "tr", "uk", "ur", "vi", "cy", "ji", "zu"]>;
1912
+ supportedLocales: import("zod").ZodArray<import("zod").ZodEnum<["af", "sq", "ar_dz", "ar_bh", "ar_eg", "ar_iq", "ar_jo", "ar_kw", "ar_lb", "ar_ly", "ar_ma", "ar_om", "ar_qa", "ar_sa", "ar_sy", "ar_tn", "ar_ae", "ar_ye", "eu", "be", "bg", "ca", "zh_hk", "zh_cn", "zh_sg", "zh_tw", "hr", "cs", "da", "nl_be", "nl", "en", "en_au", "en_bz", "en_ca", "en_ie", "en_jm", "en_nz", "en_za", "en_tt", "en_gb", "en_us", "et", "fo", "fa", "fi", "fr_be", "fr_ca", "fr_lu", "fr", "fr_ch", "gd", "de_at", "de_li", "de_lu", "de", "de_ch", "el", "he", "hi", "hu", "is", "id", "ga", "it", "it_ch", "ja", "ko", "ku", "lv", "lt", "mk", "ml", "ms", "mt", "no", "nb", "nn", "pl", "pt_br", "pt", "pa", "rm", "ro", "ro_md", "ru", "ru_md", "sr", "sk", "sl", "sb", "es_ar", "es_bo", "es_cl", "es_co", "es_cr", "es_do", "es_ec", "es_sv", "es_gt", "es_hn", "es_mx", "es", "sv", "sv_fi", "th", "tr", "uk", "ur", "vi", "cy", "ji", "zu"]>, "many">;
1913
+ openingTimes: import("zod").ZodOptional<import("zod").ZodObject<{
1914
+ monday: import("zod").ZodNullable<import("zod").ZodString>;
1915
+ tuesday: import("zod").ZodNullable<import("zod").ZodString>;
1916
+ wednesday: import("zod").ZodNullable<import("zod").ZodString>;
1917
+ thursday: import("zod").ZodNullable<import("zod").ZodString>;
1918
+ friday: import("zod").ZodNullable<import("zod").ZodString>;
1919
+ saturday: import("zod").ZodNullable<import("zod").ZodString>;
1920
+ sunday: import("zod").ZodNullable<import("zod").ZodString>;
1921
+ }, "strip", import("zod").ZodTypeAny, {
1922
+ monday: string | null;
1923
+ tuesday: string | null;
1924
+ wednesday: string | null;
1925
+ thursday: string | null;
1926
+ friday: string | null;
1927
+ saturday: string | null;
1928
+ sunday: string | null;
1929
+ }, {
1930
+ monday: string | null;
1931
+ tuesday: string | null;
1932
+ wednesday: string | null;
1933
+ thursday: string | null;
1934
+ friday: string | null;
1935
+ saturday: string | null;
1936
+ sunday: string | null;
1937
+ }>>;
1938
+ closingTimes: import("zod").ZodOptional<import("zod").ZodObject<{
1939
+ monday: import("zod").ZodNullable<import("zod").ZodString>;
1940
+ tuesday: import("zod").ZodNullable<import("zod").ZodString>;
1941
+ wednesday: import("zod").ZodNullable<import("zod").ZodString>;
1942
+ thursday: import("zod").ZodNullable<import("zod").ZodString>;
1943
+ friday: import("zod").ZodNullable<import("zod").ZodString>;
1944
+ saturday: import("zod").ZodNullable<import("zod").ZodString>;
1945
+ sunday: import("zod").ZodNullable<import("zod").ZodString>;
1946
+ }, "strip", import("zod").ZodTypeAny, {
1947
+ monday: string | null;
1948
+ tuesday: string | null;
1949
+ wednesday: string | null;
1950
+ thursday: string | null;
1951
+ friday: string | null;
1952
+ saturday: string | null;
1953
+ sunday: string | null;
1954
+ }, {
1955
+ monday: string | null;
1956
+ tuesday: string | null;
1957
+ wednesday: string | null;
1958
+ thursday: string | null;
1959
+ friday: string | null;
1960
+ saturday: string | null;
1961
+ sunday: string | null;
1962
+ }>>;
1963
+ facebookProfile: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1964
+ instagramProfile: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1965
+ xProfile: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1966
+ defaultCurrency: import("zod").ZodEnum<["USD", "EUR", "GBP", "JPY", "AUD", "CAD", "CHF", "CNY", "SEK", "NZD", "MXN", "SGD", "HKD", "NOK", "KRW", "TRY", "RUB", "INR", "BRL", "ZAR", "DKK", "PLN", "THB", "IDR", "HUF", "CZK", "ILS", "PHP", "AED", "COP", "SAR", "MYR", "RON"]>;
1967
+ createdAt: import("zod").ZodDate;
1968
+ }, "strip", import("zod").ZodTypeAny, {
1969
+ id: string;
1970
+ defaultLocale: "id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu";
1971
+ createdAt: Date;
1972
+ countriesShipping: string[];
1973
+ enableHostCheckout: boolean;
1974
+ enableHostTracking: boolean;
1975
+ isAcceptingOrders: boolean;
1976
+ isOpen: boolean;
1977
+ supportedLocales: ("id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu")[];
1978
+ defaultCurrency: "USD" | "EUR" | "GBP" | "JPY" | "AUD" | "CAD" | "CHF" | "CNY" | "SEK" | "NZD" | "MXN" | "SGD" | "HKD" | "NOK" | "KRW" | "TRY" | "RUB" | "INR" | "BRL" | "ZAR" | "DKK" | "PLN" | "THB" | "IDR" | "HUF" | "CZK" | "ILS" | "PHP" | "AED" | "COP" | "SAR" | "MYR" | "RON";
1979
+ hostname?: string | undefined;
1980
+ stripeAccountId?: string | undefined;
1981
+ openingTimes?: {
1982
+ monday: string | null;
1983
+ tuesday: string | null;
1984
+ wednesday: string | null;
1985
+ thursday: string | null;
1986
+ friday: string | null;
1987
+ saturday: string | null;
1988
+ sunday: string | null;
1989
+ } | undefined;
1990
+ closingTimes?: {
1991
+ monday: string | null;
1992
+ tuesday: string | null;
1993
+ wednesday: string | null;
1994
+ thursday: string | null;
1995
+ friday: string | null;
1996
+ saturday: string | null;
1997
+ sunday: string | null;
1998
+ } | undefined;
1999
+ facebookProfile?: string | null | undefined;
2000
+ instagramProfile?: string | null | undefined;
2001
+ xProfile?: string | null | undefined;
2002
+ }, {
2003
+ id: string;
2004
+ defaultLocale: "id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu";
2005
+ createdAt: Date;
2006
+ countriesShipping: string[];
2007
+ enableHostCheckout: boolean;
2008
+ enableHostTracking: boolean;
2009
+ isAcceptingOrders: boolean;
2010
+ supportedLocales: ("id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu")[];
2011
+ defaultCurrency: "USD" | "EUR" | "GBP" | "JPY" | "AUD" | "CAD" | "CHF" | "CNY" | "SEK" | "NZD" | "MXN" | "SGD" | "HKD" | "NOK" | "KRW" | "TRY" | "RUB" | "INR" | "BRL" | "ZAR" | "DKK" | "PLN" | "THB" | "IDR" | "HUF" | "CZK" | "ILS" | "PHP" | "AED" | "COP" | "SAR" | "MYR" | "RON";
2012
+ hostname?: string | undefined;
2013
+ stripeAccountId?: string | undefined;
2014
+ isOpen?: boolean | undefined;
2015
+ openingTimes?: {
2016
+ monday: string | null;
2017
+ tuesday: string | null;
2018
+ wednesday: string | null;
2019
+ thursday: string | null;
2020
+ friday: string | null;
2021
+ saturday: string | null;
2022
+ sunday: string | null;
2023
+ } | undefined;
2024
+ closingTimes?: {
2025
+ monday: string | null;
2026
+ tuesday: string | null;
2027
+ wednesday: string | null;
2028
+ thursday: string | null;
2029
+ friday: string | null;
2030
+ saturday: string | null;
2031
+ sunday: string | null;
2032
+ } | undefined;
2033
+ facebookProfile?: string | null | undefined;
2034
+ instagramProfile?: string | null | undefined;
2035
+ xProfile?: string | null | undefined;
2036
+ }>;
2037
+ logo: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
2038
+ logoFile: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
2039
+ id: import("zod").ZodString;
2040
+ url: import("zod").ZodString;
2041
+ mimeType: import("zod").ZodString;
2042
+ size: import("zod").ZodNumber;
2043
+ filename: import("zod").ZodString;
2044
+ }, "strip", import("zod").ZodTypeAny, {
2045
+ id: string;
2046
+ mimeType: string;
2047
+ size: number;
2048
+ filename: string;
2049
+ url: string;
2050
+ }, {
2051
+ id: string;
2052
+ mimeType: string;
2053
+ size: number;
2054
+ filename: string;
2055
+ url: string;
2056
+ }>>>;
2057
+ }, "strip", import("zod").ZodTypeAny, {
2058
+ id: string;
2059
+ createdAt: Date;
2060
+ name: string;
2061
+ phone: string;
2062
+ legalEntityId: string | null;
2063
+ address: {
2064
+ id: string;
2065
+ addressLineOne: string;
2066
+ city: string;
2067
+ country: string;
2068
+ placeId: string;
2069
+ firstname?: string | null | undefined;
2070
+ lastname?: string | null | undefined;
2071
+ phone?: string | null | undefined;
2072
+ doorNumber?: string | null | undefined;
2073
+ addressLineTwo?: string | null | undefined;
2074
+ zipCode?: string | undefined;
2075
+ deliveryInstructions?: string | null | undefined;
2076
+ };
2077
+ configuration: {
2078
+ id: string;
2079
+ defaultLocale: "id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu";
2080
+ createdAt: Date;
2081
+ countriesShipping: string[];
2082
+ enableHostCheckout: boolean;
2083
+ enableHostTracking: boolean;
2084
+ isAcceptingOrders: boolean;
2085
+ isOpen: boolean;
2086
+ supportedLocales: ("id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu")[];
2087
+ defaultCurrency: "USD" | "EUR" | "GBP" | "JPY" | "AUD" | "CAD" | "CHF" | "CNY" | "SEK" | "NZD" | "MXN" | "SGD" | "HKD" | "NOK" | "KRW" | "TRY" | "RUB" | "INR" | "BRL" | "ZAR" | "DKK" | "PLN" | "THB" | "IDR" | "HUF" | "CZK" | "ILS" | "PHP" | "AED" | "COP" | "SAR" | "MYR" | "RON";
2088
+ hostname?: string | undefined;
2089
+ stripeAccountId?: string | undefined;
2090
+ openingTimes?: {
2091
+ monday: string | null;
2092
+ tuesday: string | null;
2093
+ wednesday: string | null;
2094
+ thursday: string | null;
2095
+ friday: string | null;
2096
+ saturday: string | null;
2097
+ sunday: string | null;
2098
+ } | undefined;
2099
+ closingTimes?: {
2100
+ monday: string | null;
2101
+ tuesday: string | null;
2102
+ wednesday: string | null;
2103
+ thursday: string | null;
2104
+ friday: string | null;
2105
+ saturday: string | null;
2106
+ sunday: string | null;
2107
+ } | undefined;
2108
+ facebookProfile?: string | null | undefined;
2109
+ instagramProfile?: string | null | undefined;
2110
+ xProfile?: string | null | undefined;
2111
+ };
2112
+ email?: string | undefined;
2113
+ logo?: string | null | undefined;
2114
+ logoFile?: {
2115
+ id: string;
2116
+ mimeType: string;
2117
+ size: number;
2118
+ filename: string;
2119
+ url: string;
2120
+ } | null | undefined;
2121
+ }, {
2122
+ id: string;
2123
+ createdAt: Date;
2124
+ name: string;
2125
+ phone: string;
2126
+ legalEntityId: string | null;
2127
+ address: {
2128
+ id: string;
2129
+ addressLineOne: string;
2130
+ city: string;
2131
+ country: string;
2132
+ placeId: string;
2133
+ firstname?: string | null | undefined;
2134
+ lastname?: string | null | undefined;
2135
+ phone?: string | null | undefined;
2136
+ doorNumber?: string | null | undefined;
2137
+ addressLineTwo?: string | null | undefined;
2138
+ zipCode?: string | undefined;
2139
+ deliveryInstructions?: string | null | undefined;
2140
+ };
2141
+ configuration: {
2142
+ id: string;
2143
+ defaultLocale: "id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu";
2144
+ createdAt: Date;
2145
+ countriesShipping: string[];
2146
+ enableHostCheckout: boolean;
2147
+ enableHostTracking: boolean;
2148
+ isAcceptingOrders: boolean;
2149
+ supportedLocales: ("id" | "af" | "sq" | "ar_dz" | "ar_bh" | "ar_eg" | "ar_iq" | "ar_jo" | "ar_kw" | "ar_lb" | "ar_ly" | "ar_ma" | "ar_om" | "ar_qa" | "ar_sa" | "ar_sy" | "ar_tn" | "ar_ae" | "ar_ye" | "eu" | "be" | "bg" | "ca" | "zh_hk" | "zh_cn" | "zh_sg" | "zh_tw" | "hr" | "cs" | "da" | "nl_be" | "nl" | "en" | "en_au" | "en_bz" | "en_ca" | "en_ie" | "en_jm" | "en_nz" | "en_za" | "en_tt" | "en_gb" | "en_us" | "et" | "fo" | "fa" | "fi" | "fr_be" | "fr_ca" | "fr_lu" | "fr" | "fr_ch" | "gd" | "de_at" | "de_li" | "de_lu" | "de" | "de_ch" | "el" | "he" | "hi" | "hu" | "is" | "ga" | "it" | "it_ch" | "ja" | "ko" | "ku" | "lv" | "lt" | "mk" | "ml" | "ms" | "mt" | "no" | "nb" | "nn" | "pl" | "pt_br" | "pt" | "pa" | "rm" | "ro" | "ro_md" | "ru" | "ru_md" | "sr" | "sk" | "sl" | "sb" | "es_ar" | "es_bo" | "es_cl" | "es_co" | "es_cr" | "es_do" | "es_ec" | "es_sv" | "es_gt" | "es_hn" | "es_mx" | "es" | "sv" | "sv_fi" | "th" | "tr" | "uk" | "ur" | "vi" | "cy" | "ji" | "zu")[];
2150
+ defaultCurrency: "USD" | "EUR" | "GBP" | "JPY" | "AUD" | "CAD" | "CHF" | "CNY" | "SEK" | "NZD" | "MXN" | "SGD" | "HKD" | "NOK" | "KRW" | "TRY" | "RUB" | "INR" | "BRL" | "ZAR" | "DKK" | "PLN" | "THB" | "IDR" | "HUF" | "CZK" | "ILS" | "PHP" | "AED" | "COP" | "SAR" | "MYR" | "RON";
2151
+ hostname?: string | undefined;
2152
+ stripeAccountId?: string | undefined;
2153
+ isOpen?: boolean | undefined;
2154
+ openingTimes?: {
2155
+ monday: string | null;
2156
+ tuesday: string | null;
2157
+ wednesday: string | null;
2158
+ thursday: string | null;
2159
+ friday: string | null;
2160
+ saturday: string | null;
2161
+ sunday: string | null;
2162
+ } | undefined;
2163
+ closingTimes?: {
2164
+ monday: string | null;
2165
+ tuesday: string | null;
2166
+ wednesday: string | null;
2167
+ thursday: string | null;
2168
+ friday: string | null;
2169
+ saturday: string | null;
2170
+ sunday: string | null;
2171
+ } | undefined;
2172
+ facebookProfile?: string | null | undefined;
2173
+ instagramProfile?: string | null | undefined;
2174
+ xProfile?: string | null | undefined;
2175
+ };
2176
+ email?: string | undefined;
2177
+ logo?: string | null | undefined;
2178
+ logoFile?: {
2179
+ id: string;
2180
+ mimeType: string;
2181
+ size: number;
2182
+ filename: string;
2183
+ url: string;
2184
+ } | null | undefined;
2185
+ }>;
2186
+ 404: import("zod").ZodObject<{
2187
+ status: import("zod").ZodNumber;
2188
+ message: import("zod").ZodString;
2189
+ }, "strip", import("zod").ZodTypeAny, {
2190
+ message: string;
2191
+ status: number;
2192
+ }, {
2193
+ message: string;
2194
+ status: number;
2195
+ }>;
2196
+ };
2197
+ };
2198
+ deleteOrganization: {
2199
+ description: "Deletes a specific organization by ID";
2200
+ method: "DELETE";
2201
+ pathParams: import("zod").ZodObject<{
2202
+ organizationId: import("zod").ZodString;
2203
+ }, "strip", import("zod").ZodTypeAny, {
2204
+ organizationId: string;
2205
+ }, {
2206
+ organizationId: string;
2207
+ }>;
2208
+ summary: "Delete Organization";
2209
+ path: "/organizations/:organizationId";
2210
+ headers: import("zod").ZodOptional<import("zod").ZodObject<{
2211
+ "accept-language": import("zod").ZodOptional<import("zod").ZodString>;
2212
+ cookie: import("zod").ZodOptional<import("zod").ZodString>;
2213
+ }, "strip", import("zod").ZodTypeAny, {
2214
+ "accept-language"?: string | undefined;
2215
+ cookie?: string | undefined;
2216
+ }, {
2217
+ "accept-language"?: string | undefined;
2218
+ cookie?: string | undefined;
2219
+ }>>;
2220
+ responses: {
2221
+ 204: import("zod").ZodVoid;
2222
+ 404: import("zod").ZodObject<{
2223
+ status: import("zod").ZodNumber;
2224
+ message: import("zod").ZodString;
2225
+ }, "strip", import("zod").ZodTypeAny, {
2226
+ message: string;
2227
+ status: number;
2228
+ }, {
2229
+ message: string;
2230
+ status: number;
2231
+ }>;
2232
+ };
2233
+ };
2234
+ }, unknown, unknown>;