@meeovi/layer-shared 1.0.2 → 1.0.4

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 (264) hide show
  1. package/app/components/Gallery/Gallery.vue +2 -2
  2. package/app/components/ui/CategoryCard/types.ts +5 -5
  3. package/app/components/ui/ProductCardHorizontal/types.ts +3 -6
  4. package/app/components/ui/PurchaseCard/types.ts +3 -3
  5. package/app/components/ui/Review/types.ts +3 -3
  6. package/app/composables/useContent.ts +1 -1
  7. package/app/composables/useDirectusRequest.ts +1 -1
  8. package/app/types/ui.ts +23 -0
  9. package/dist/app/components/Gallery/__tests__/Gallery.spec.d.ts +1 -0
  10. package/dist/app/components/Gallery/__tests__/Gallery.spec.js +12 -0
  11. package/dist/app/components/Heading/__tests__/Heading.spec.d.ts +1 -0
  12. package/dist/app/components/Heading/__tests__/Heading.spec.js +12 -0
  13. package/dist/app/components/Heading/types.d.ts +5 -0
  14. package/dist/app/components/Heading/types.js +1 -0
  15. package/dist/app/components/ui/AccordionItem/__tests__/AccordionItem.spec.d.ts +1 -0
  16. package/dist/app/components/ui/AccordionItem/__tests__/AccordionItem.spec.js +12 -0
  17. package/dist/app/components/ui/AccordionItem/types.d.ts +5 -0
  18. package/dist/app/components/ui/AccordionItem/types.js +1 -0
  19. package/dist/app/components/ui/Alert/types.d.ts +5 -0
  20. package/dist/app/components/ui/Alert/types.js +1 -0
  21. package/dist/app/components/ui/Breadcrumbs/__tests__/Breadcrumbs.spec.d.ts +1 -0
  22. package/dist/app/components/ui/Breadcrumbs/__tests__/Breadcrumbs.spec.js +12 -0
  23. package/dist/app/components/ui/Breadcrumbs/types.d.ts +7 -0
  24. package/dist/app/components/ui/Breadcrumbs/types.js +1 -0
  25. package/dist/app/components/ui/CartProductCard/types.d.ts +17 -0
  26. package/dist/app/components/ui/CartProductCard/types.js +1 -0
  27. package/dist/app/components/ui/CategoryCard/types.d.ts +8 -0
  28. package/dist/app/components/ui/CategoryCard/types.js +1 -0
  29. package/dist/app/components/ui/Display/types.d.ts +12 -0
  30. package/dist/app/components/ui/Display/types.js +1 -0
  31. package/dist/app/components/ui/Divider/__tests__/Divider.spec.d.ts +1 -0
  32. package/dist/app/components/ui/Divider/__tests__/Divider.spec.js +8 -0
  33. package/dist/app/components/ui/Form/__tests__/FormHelperText.spec.d.ts +1 -0
  34. package/dist/app/components/ui/Form/__tests__/FormHelperText.spec.js +8 -0
  35. package/dist/app/components/ui/Form/__tests__/FormLabel.spec.d.ts +1 -0
  36. package/dist/app/components/ui/Form/__tests__/FormLabel.spec.js +8 -0
  37. package/dist/app/components/ui/Hero/types.d.ts +10 -0
  38. package/dist/app/components/ui/Hero/types.js +1 -0
  39. package/dist/app/components/ui/Modal/types.d.ts +7 -0
  40. package/dist/app/components/ui/Modal/types.js +1 -0
  41. package/dist/app/components/ui/Overlay/__tests__/Overlay.spec.d.ts +1 -0
  42. package/dist/app/components/ui/Overlay/__tests__/Overlay.spec.js +12 -0
  43. package/dist/app/components/ui/Overlay/types.d.ts +3 -0
  44. package/dist/app/components/ui/Overlay/types.js +1 -0
  45. package/dist/app/components/ui/Pagination/__tests__/Pagination.spec.d.ts +1 -0
  46. package/dist/app/components/ui/Pagination/__tests__/Pagination.spec.js +15 -0
  47. package/dist/app/components/ui/Pagination/types.d.ts +6 -0
  48. package/dist/app/components/ui/Pagination/types.js +1 -0
  49. package/dist/app/components/ui/ProductCard/__tests__/ProductCard.spec.d.ts +1 -0
  50. package/dist/app/components/ui/ProductCard/__tests__/ProductCard.spec.js +14 -0
  51. package/dist/app/components/ui/ProductCard/types.d.ts +12 -0
  52. package/dist/app/components/ui/ProductCard/types.js +1 -0
  53. package/dist/app/components/ui/ProductCardHorizontal/__tests__/ProductCardHorizontal.spec.d.ts +1 -0
  54. package/dist/app/components/ui/ProductCardHorizontal/__tests__/ProductCardHorizontal.spec.js +34 -0
  55. package/dist/app/components/ui/ProductCardHorizontal/types.d.ts +4 -0
  56. package/dist/app/components/ui/ProductCardHorizontal/types.js +1 -0
  57. package/dist/app/components/ui/PurchaseCard/__tests__/PurchaseCard.spec.d.ts +1 -0
  58. package/dist/app/components/ui/PurchaseCard/__tests__/PurchaseCard.spec.js +12 -0
  59. package/dist/app/components/ui/PurchaseCard/types.d.ts +4 -0
  60. package/dist/app/components/ui/PurchaseCard/types.js +1 -0
  61. package/dist/app/components/ui/QuantitySelector/__tests__/QuantitySelector.spec.d.ts +1 -0
  62. package/dist/app/components/ui/QuantitySelector/__tests__/QuantitySelector.spec.js +13 -0
  63. package/dist/app/components/ui/QuantitySelector/types.d.ts +5 -0
  64. package/dist/app/components/ui/QuantitySelector/types.js +1 -0
  65. package/dist/app/components/ui/Review/__tests__/Review.spec.d.ts +1 -0
  66. package/dist/app/components/ui/Review/__tests__/Review.spec.js +13 -0
  67. package/dist/app/components/ui/Review/types.d.ts +4 -0
  68. package/dist/app/components/ui/Review/types.js +1 -0
  69. package/dist/app/components/ui/Tag/__tests__/Tag.spec.d.ts +1 -0
  70. package/dist/app/components/ui/Tag/__tests__/Tag.spec.js +8 -0
  71. package/dist/app/components/ui/Tag/types.d.ts +14 -0
  72. package/dist/app/components/ui/Tag/types.js +11 -0
  73. package/dist/app/composables/globals/useAdminTable.d.ts +3 -0
  74. package/dist/app/composables/globals/useAdminTable.js +9 -0
  75. package/dist/app/composables/globals/useCustomFetch.d.ts +2 -0
  76. package/dist/app/composables/globals/useCustomFetch.js +8 -0
  77. package/dist/app/composables/globals/useDirectusField.d.ts +10 -0
  78. package/dist/app/composables/globals/useDirectusField.js +119 -0
  79. package/dist/app/composables/globals/useDirectusForm.d.ts +10 -0
  80. package/dist/app/composables/globals/useDirectusForm.js +66 -0
  81. package/dist/app/composables/globals/useFileManager.d.ts +14 -0
  82. package/dist/app/composables/globals/useFileManager.js +62 -0
  83. package/dist/app/composables/globals/useLivePreview.d.ts +1 -0
  84. package/dist/app/composables/globals/useLivePreview.js +16 -0
  85. package/dist/app/composables/globals/useLoading.d.ts +6 -0
  86. package/dist/app/composables/globals/useLoading.js +19 -0
  87. package/dist/app/composables/globals/useNotifications.d.ts +35 -0
  88. package/dist/app/composables/globals/useNotifications.js +133 -0
  89. package/dist/app/composables/globals/useRichText.d.ts +1 -0
  90. package/dist/app/composables/globals/useRichText.js +32 -0
  91. package/dist/app/composables/globals/useServerRootMixin.d.ts +3 -0
  92. package/dist/app/composables/globals/useServerRootMixin.js +15 -0
  93. package/dist/app/composables/globals/useVisualEditing.d.ts +17 -0
  94. package/dist/app/composables/globals/useVisualEditing.js +27 -0
  95. package/dist/app/composables/mappers/createMapper.d.ts +2 -0
  96. package/dist/app/composables/mappers/createMapper.js +6 -0
  97. package/dist/app/composables/mappers/errors.d.ts +6 -0
  98. package/dist/app/composables/mappers/errors.js +12 -0
  99. package/dist/app/composables/mappers/index.d.ts +6 -0
  100. package/dist/app/composables/mappers/index.js +7 -0
  101. package/dist/app/composables/mappers/registry.d.ts +5 -0
  102. package/dist/app/composables/mappers/registry.js +18 -0
  103. package/dist/app/composables/mappers/testHarness.d.ts +13 -0
  104. package/dist/app/composables/mappers/testHarness.js +98 -0
  105. package/dist/app/composables/mappers/types.d.ts +5 -0
  106. package/dist/app/composables/mappers/types.js +1 -0
  107. package/dist/app/composables/mappers/zodMapper.d.ts +9 -0
  108. package/dist/app/composables/mappers/zodMapper.js +17 -0
  109. package/dist/app/composables/media/useFile.d.ts +2 -0
  110. package/dist/app/composables/media/useFile.js +4 -0
  111. package/dist/app/composables/media/useMediaCenter.d.ts +29 -0
  112. package/dist/app/composables/media/useMediaCenter.js +321 -0
  113. package/dist/app/composables/media/useVideojs.d.ts +11 -0
  114. package/dist/app/composables/media/useVideojs.js +42 -0
  115. package/dist/app/composables/registry.d.ts +3 -0
  116. package/dist/app/composables/registry.js +10 -0
  117. package/dist/app/composables/schema/commerce/attributes.d.ts +7 -0
  118. package/dist/app/composables/schema/commerce/attributes.js +1 -0
  119. package/dist/app/composables/schema/commerce/blocks.d.ts +6 -0
  120. package/dist/app/composables/schema/commerce/blocks.js +1 -0
  121. package/dist/app/composables/schema/commerce/bundleProduts.d.ts +10 -0
  122. package/dist/app/composables/schema/commerce/bundleProduts.js +1 -0
  123. package/dist/app/composables/schema/commerce/cart.d.ts +29 -0
  124. package/dist/app/composables/schema/commerce/cart.js +1 -0
  125. package/dist/app/composables/schema/commerce/category.d.ts +12 -0
  126. package/dist/app/composables/schema/commerce/category.js +1 -0
  127. package/dist/app/composables/schema/commerce/checkout.d.ts +9 -0
  128. package/dist/app/composables/schema/commerce/checkout.js +1 -0
  129. package/dist/app/composables/schema/commerce/company.d.ts +7 -0
  130. package/dist/app/composables/schema/commerce/company.js +1 -0
  131. package/dist/app/composables/schema/commerce/configurableProducts.d.ts +12 -0
  132. package/dist/app/composables/schema/commerce/configurableProducts.js +1 -0
  133. package/dist/app/composables/schema/commerce/coupons.d.ts +9 -0
  134. package/dist/app/composables/schema/commerce/coupons.js +1 -0
  135. package/dist/app/composables/schema/commerce/credit-memos.d.ts +48 -0
  136. package/dist/app/composables/schema/commerce/credit-memos.js +1 -0
  137. package/dist/app/composables/schema/commerce/digitalProducts.d.ts +11 -0
  138. package/dist/app/composables/schema/commerce/digitalProducts.js +1 -0
  139. package/dist/app/composables/schema/commerce/directory.d.ts +7 -0
  140. package/dist/app/composables/schema/commerce/directory.js +1 -0
  141. package/dist/app/composables/schema/commerce/events.d.ts +27 -0
  142. package/dist/app/composables/schema/commerce/events.js +1 -0
  143. package/dist/app/composables/schema/commerce/gift-registry.d.ts +7 -0
  144. package/dist/app/composables/schema/commerce/gift-registry.js +1 -0
  145. package/dist/app/composables/schema/commerce/guest-cart.d.ts +4 -0
  146. package/dist/app/composables/schema/commerce/guest-cart.js +1 -0
  147. package/dist/app/composables/schema/commerce/inventory.d.ts +8 -0
  148. package/dist/app/composables/schema/commerce/inventory.js +1 -0
  149. package/dist/app/composables/schema/commerce/invoices.d.ts +47 -0
  150. package/dist/app/composables/schema/commerce/invoices.js +1 -0
  151. package/dist/app/composables/schema/commerce/orders.d.ts +32 -0
  152. package/dist/app/composables/schema/commerce/orders.js +1 -0
  153. package/dist/app/composables/schema/commerce/payments.d.ts +8 -0
  154. package/dist/app/composables/schema/commerce/payments.js +1 -0
  155. package/dist/app/composables/schema/commerce/price.d.ts +9 -0
  156. package/dist/app/composables/schema/commerce/price.js +1 -0
  157. package/dist/app/composables/schema/commerce/product-types.d.ts +6 -0
  158. package/dist/app/composables/schema/commerce/product-types.js +1 -0
  159. package/dist/app/composables/schema/commerce/product.d.ts +20 -0
  160. package/dist/app/composables/schema/commerce/product.js +1 -0
  161. package/dist/app/composables/schema/commerce/quotes.d.ts +13 -0
  162. package/dist/app/composables/schema/commerce/quotes.js +1 -0
  163. package/dist/app/composables/schema/commerce/requisition-lists.d.ts +9 -0
  164. package/dist/app/composables/schema/commerce/requisition-lists.js +1 -0
  165. package/dist/app/composables/schema/commerce/returns.d.ts +8 -0
  166. package/dist/app/composables/schema/commerce/returns.js +1 -0
  167. package/dist/app/composables/schema/commerce/reward.d.ts +7 -0
  168. package/dist/app/composables/schema/commerce/reward.js +1 -0
  169. package/dist/app/composables/schema/commerce/rules.d.ts +7 -0
  170. package/dist/app/composables/schema/commerce/rules.js +1 -0
  171. package/dist/app/composables/schema/commerce/shipment.d.ts +18 -0
  172. package/dist/app/composables/schema/commerce/shipment.js +1 -0
  173. package/dist/app/composables/schema/commerce/shops.d.ts +8 -0
  174. package/dist/app/composables/schema/commerce/shops.js +1 -0
  175. package/dist/app/composables/schema/commerce/stockItems.d.ts +7 -0
  176. package/dist/app/composables/schema/commerce/stockItems.js +1 -0
  177. package/dist/app/composables/schema/commerce/store.d.ts +7 -0
  178. package/dist/app/composables/schema/commerce/store.js +1 -0
  179. package/dist/app/composables/schema/commerce/subscriptons.d.ts +9 -0
  180. package/dist/app/composables/schema/commerce/subscriptons.js +1 -0
  181. package/dist/app/composables/schema/commerce/taxRates.d.ts +7 -0
  182. package/dist/app/composables/schema/commerce/taxRates.js +1 -0
  183. package/dist/app/composables/schema/commerce/taxRules.d.ts +7 -0
  184. package/dist/app/composables/schema/commerce/taxRules.js +1 -0
  185. package/dist/app/composables/schema/commerce/teams.d.ts +6 -0
  186. package/dist/app/composables/schema/commerce/teams.js +1 -0
  187. package/dist/app/composables/schema/commerce/transactions.d.ts +11 -0
  188. package/dist/app/composables/schema/commerce/transactions.js +1 -0
  189. package/dist/app/composables/schema/identity/customerGroup.d.ts +7 -0
  190. package/dist/app/composables/schema/identity/customerGroup.js +1 -0
  191. package/dist/app/composables/schema/identity/user.d.ts +45 -0
  192. package/dist/app/composables/schema/identity/user.js +1 -0
  193. package/dist/app/composables/schema/media/asset.d.ts +28 -0
  194. package/dist/app/composables/schema/media/asset.js +1 -0
  195. package/dist/app/composables/schema/social/post.d.ts +25 -0
  196. package/dist/app/composables/schema/social/post.js +1 -0
  197. package/dist/app/composables/schema/social/profile.d.ts +22 -0
  198. package/dist/app/composables/schema/social/profile.js +1 -0
  199. package/dist/app/composables/schema/social/space.d.ts +17 -0
  200. package/dist/app/composables/schema/social/space.js +1 -0
  201. package/dist/app/composables/types.d.ts +11 -0
  202. package/dist/app/composables/types.js +1 -0
  203. package/dist/app/composables/useContent.d.ts +4 -0
  204. package/dist/app/composables/useContent.js +10 -0
  205. package/dist/app/composables/useDirectusRequest.d.ts +7 -0
  206. package/dist/app/composables/useDirectusRequest.js +32 -0
  207. package/dist/app/composables/utils/assert.d.ts +1 -0
  208. package/dist/app/composables/utils/assert.js +5 -0
  209. package/dist/app/composables/utils/deepMerge.d.ts +1 -0
  210. package/dist/app/composables/utils/deepMerge.js +15 -0
  211. package/dist/app/composables/utils/index.d.ts +4 -0
  212. package/dist/app/composables/utils/index.js +4 -0
  213. package/dist/app/composables/utils/isObject.d.ts +1 -0
  214. package/dist/app/composables/utils/isObject.js +5 -0
  215. package/dist/app/composables/utils/module.d.ts +4 -0
  216. package/dist/app/composables/utils/module.js +14 -0
  217. package/dist/app/composables/utils/safeGet.d.ts +1 -0
  218. package/dist/app/composables/utils/safeGet.js +5 -0
  219. package/dist/app/stores/index.d.ts +0 -0
  220. package/dist/app/stores/index.js +1 -0
  221. package/dist/app/utils/billing-address.d.ts +2 -0
  222. package/dist/app/utils/billing-address.js +18 -0
  223. package/dist/app/utils/color.d.ts +2 -0
  224. package/dist/app/utils/color.js +11 -0
  225. package/dist/app/utils/currency.d.ts +6 -0
  226. package/dist/app/utils/currency.js +20 -0
  227. package/dist/app/utils/embed.d.ts +2 -0
  228. package/dist/app/utils/embed.js +52 -0
  229. package/dist/app/utils/errors.d.ts +5 -0
  230. package/dist/app/utils/errors.js +6 -0
  231. package/dist/app/utils/fonts.d.ts +5 -0
  232. package/dist/app/utils/fonts.js +18 -0
  233. package/dist/app/utils/formkit.d.ts +12 -0
  234. package/dist/app/utils/formkit.js +59 -0
  235. package/dist/app/utils/icons.d.ts +4 -0
  236. package/dist/app/utils/icons.js +36 -0
  237. package/dist/app/utils/links.d.ts +7 -0
  238. package/dist/app/utils/links.js +21 -0
  239. package/dist/app/utils/lodash.d.ts +2 -0
  240. package/dist/app/utils/lodash.js +23 -0
  241. package/dist/app/utils/markdown.d.ts +1 -0
  242. package/dist/app/utils/markdown.js +8 -0
  243. package/dist/app/utils/math.d.ts +6 -0
  244. package/dist/app/utils/math.js +21 -0
  245. package/dist/app/utils/navigation.d.ts +2 -0
  246. package/dist/app/utils/navigation.js +9 -0
  247. package/dist/app/utils/objects.d.ts +3 -0
  248. package/dist/app/utils/objects.js +11 -0
  249. package/dist/app/utils/paths.d.ts +21 -0
  250. package/dist/app/utils/paths.js +21 -0
  251. package/dist/app/utils/relations.d.ts +9 -0
  252. package/dist/app/utils/relations.js +24 -0
  253. package/dist/app/utils/strings.d.ts +14 -0
  254. package/dist/app/utils/strings.js +92 -0
  255. package/dist/app/utils/time.d.ts +13 -0
  256. package/dist/app/utils/time.js +124 -0
  257. package/dist/app/utils/url.d.ts +12 -0
  258. package/dist/app/utils/url.js +20 -0
  259. package/dist/app/utils/user-name.d.ts +2 -0
  260. package/dist/app/utils/user-name.js +15 -0
  261. package/dist/package.json +44 -0
  262. package/package.json +2 -1
  263. package/src/global.d.ts +11 -0
  264. package/tsconfig.json +15 -1
@@ -0,0 +1,12 @@
1
+ export interface MeeoviCategory {
2
+ id: number;
3
+ name?: string | null;
4
+ description?: string | null;
5
+ content?: string | null;
6
+ image?: string | null;
7
+ menus?: Record<string, unknown> | null;
8
+ uid?: string | null;
9
+ color?: string | null;
10
+ colortext?: string | null;
11
+ slug?: string | null;
12
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,9 @@
1
+ import { MeeoviCart } from './cart';
2
+ export interface MeeoviCheckout {
3
+ id: string;
4
+ cart: MeeoviCart;
5
+ total: number;
6
+ currency: string;
7
+ status: 'pending' | 'completed' | 'failed' | string;
8
+ metadata?: Record<string, unknown>;
9
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,7 @@
1
+ export interface MeeoviCompany {
2
+ id: string;
3
+ name: string;
4
+ website?: string | null;
5
+ description?: string | null;
6
+ metadata?: Record<string, unknown>;
7
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,12 @@
1
+ import { MeeoviProduct } from './product';
2
+ export interface MeeoviConfigurableProduct {
3
+ id: string;
4
+ baseProductId: string;
5
+ title?: string | null;
6
+ options: {
7
+ name: string;
8
+ values: string[];
9
+ }[];
10
+ variants: MeeoviProduct[];
11
+ metadata?: Record<string, unknown>;
12
+ }
@@ -0,0 +1,9 @@
1
+ export interface MeeoviCoupon {
2
+ id: string;
3
+ code: string;
4
+ description?: string | null;
5
+ discountType: 'percentage' | 'fixed' | string;
6
+ amount: number;
7
+ expiresAt?: string | null;
8
+ metadata?: Record<string, unknown>;
9
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,48 @@
1
+ export interface MeeoviCreditMemo {
2
+ id: number;
3
+ created_at?: string | null;
4
+ updated_at?: string | null;
5
+ adjustment?: number | null;
6
+ adjustment_negative?: number | null;
7
+ adjustment_positive?: number | null;
8
+ base_adjustment?: number | null;
9
+ base_adjustment_negative?: number | null;
10
+ base_adjustment_positive?: number | null;
11
+ base_currency_code?: string | null;
12
+ base_discount_amount?: number | null;
13
+ base_grand_total?: number | null;
14
+ base_discount_tax_compensation_amount?: number | null;
15
+ base_shipping_amount?: number | null;
16
+ base_shipping_discount_tax_compensation_amnt?: number | null;
17
+ base_shipping_incl_tax?: number | null;
18
+ base_shipping_tax_amount?: number | null;
19
+ base_subtotal?: number | null;
20
+ base_subtotal_incl_tax?: number | null;
21
+ base_tax_amount?: number | null;
22
+ base_to_global_rate?: number | null;
23
+ base_to_order_rate?: number | null;
24
+ creditmemo_status?: number | null;
25
+ discount_amount?: number | null;
26
+ discount_description?: string | null;
27
+ email_sent?: number | null;
28
+ entity_id?: number | null;
29
+ global_currency_code?: string | null;
30
+ grand_total?: number | null;
31
+ discount_tax_compensation_amount?: number | null;
32
+ increment_id?: string | null;
33
+ invoice_id?: number | null;
34
+ order_currency_code?: string | null;
35
+ shipping_amount?: number | null;
36
+ shipping_discount_tax_compensation_amount?: number | null;
37
+ shipping_incl_tax?: number | null;
38
+ shipping_tax_amount?: number | null;
39
+ state?: number | null;
40
+ store_currency_code?: string | null;
41
+ store_id?: number | null;
42
+ store_to_base_rate?: number | null;
43
+ store_to_order_rate?: number | null;
44
+ subtotal?: number | null;
45
+ subtotal_incl_tax?: number | null;
46
+ tax_amount?: number | null;
47
+ user?: string | null;
48
+ }
@@ -0,0 +1,11 @@
1
+ import { MeeoviProduct } from './product';
2
+ export interface MeeoviDigitalProduct {
3
+ id: string;
4
+ title: string;
5
+ downloadUrl?: string | null;
6
+ fileId?: string | null;
7
+ product?: MeeoviProduct;
8
+ price?: number;
9
+ currency?: string;
10
+ metadata?: Record<string, unknown>;
11
+ }
@@ -0,0 +1,7 @@
1
+ export interface MeeoviDirectoryEntry {
2
+ id: string;
3
+ name: string;
4
+ type?: string | null;
5
+ url?: string | null;
6
+ metadata?: Record<string, unknown>;
7
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,27 @@
1
+ export interface MeeoviEvent {
2
+ id: number;
3
+ status?: string | null;
4
+ sort?: number | null;
5
+ user_created?: string | null;
6
+ date_created?: string | null;
7
+ user_updated?: string | null;
8
+ date_updated?: string | null;
9
+ name?: string | null;
10
+ description?: string | null;
11
+ event_calendar?: string | null;
12
+ image?: string | null;
13
+ location?: string | null;
14
+ start_time?: string | null;
15
+ end_time?: string | null;
16
+ url?: string | null;
17
+ postalcode?: string | null;
18
+ type?: string | null;
19
+ qr_code?: string | null;
20
+ check_in?: string | null;
21
+ rsvp_status?: string | null;
22
+ rsvp_policies?: Record<string, unknown> | null;
23
+ date?: string | null;
24
+ slug?: string | null;
25
+ tickets_url?: string | null;
26
+ address?: string | null;
27
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,7 @@
1
+ import { MeeoviProduct } from './product';
2
+ export interface MeeoviGiftRegistry {
3
+ id: string;
4
+ ownerId?: string | null;
5
+ items: MeeoviProduct[];
6
+ metadata?: Record<string, unknown>;
7
+ }
@@ -0,0 +1,4 @@
1
+ import { MeeoviCart } from './cart';
2
+ export interface MeeoviGuestCart extends MeeoviCart {
3
+ guestId: string;
4
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,8 @@
1
+ export interface MeeoviInventoryLot {
2
+ id: number;
3
+ location_id?: number | null;
4
+ qty?: number | null;
5
+ batch?: string | null;
6
+ expires_at?: string | null;
7
+ created_at?: string | null;
8
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,47 @@
1
+ export interface MeeoviInvoice {
2
+ id: string;
3
+ created_at?: string | null;
4
+ updated_at?: string | null;
5
+ base_currency_code?: string | null;
6
+ base_discount_amount?: number | null;
7
+ base_grand_total?: number | null;
8
+ base_discount_tax_compensation_amount?: number | null;
9
+ base_shipping_amount?: number | null;
10
+ base_shipping_discount_tax_compensation_amnt?: number | null;
11
+ base_shipping_incl_tax?: number | null;
12
+ base_shipping_tax_amount?: number | null;
13
+ base_subtotal?: number | null;
14
+ base_subtotal_incl_tax?: number | null;
15
+ base_tax_amount?: number | null;
16
+ base_total_refunded?: number | null;
17
+ base_to_global_rate?: number | null;
18
+ base_to_order_rate?: number | null;
19
+ can_void_flag?: number | null;
20
+ discount_amount?: number | null;
21
+ discount_description?: string | null;
22
+ email_sent?: number | null;
23
+ entity_id?: number | null;
24
+ global_currency_code?: string | null;
25
+ grand_total?: number | null;
26
+ discount_tax_compensation_amount?: number | null;
27
+ increment_id?: string | null;
28
+ is_used_for_refund?: number | null;
29
+ order_currency_code?: string | null;
30
+ shipping_amount?: number | null;
31
+ shipping_discount_tax_compensation_amount?: number | null;
32
+ shipping_incl_tax?: number | null;
33
+ shipping_tax_amount?: number | null;
34
+ state?: number | null;
35
+ store_currency_code?: string | null;
36
+ store_id?: number | null;
37
+ store_to_base_rate?: number | null;
38
+ store_to_order_rate?: number | null;
39
+ subtotal?: number | null;
40
+ subtotal_incl_tax?: number | null;
41
+ tax_amount?: number | null;
42
+ total_qty?: number | null;
43
+ user?: string | null;
44
+ plan?: string | null;
45
+ service_period?: string | null;
46
+ payment_period?: string | null;
47
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,32 @@
1
+ export interface MeeoviOrderItem {
2
+ id: number;
3
+ quantity?: number | null;
4
+ price?: number | null;
5
+ }
6
+ export interface MeeoviOrder {
7
+ id: number;
8
+ status?: string | null;
9
+ date_created?: string | null;
10
+ date_updated?: string | null;
11
+ type?: string | null;
12
+ adjustment_negative?: number | null;
13
+ adjustment_positive?: number | null;
14
+ applied_rule_ids?: string | null;
15
+ base_adjustment_negative?: number | null;
16
+ base_adjustment_positive?: number | null;
17
+ base_currency_code?: string | null;
18
+ base_discount_amount?: number | null;
19
+ base_discount_canceled?: number | null;
20
+ base_discount_invoiced?: number | null;
21
+ base_discount_refunded?: number | null;
22
+ base_grand_total?: number | null;
23
+ coupon_code?: string | null;
24
+ customer_email?: string | null;
25
+ grand_total?: number | null;
26
+ order_currency_code?: string | null;
27
+ shipping_amount?: number | null;
28
+ subtotal?: number | null;
29
+ tax_amount?: number | null;
30
+ payment_status?: string | null;
31
+ user_id?: string | null;
32
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,8 @@
1
+ export interface MeeoviPayment {
2
+ id: number;
3
+ status?: string | null;
4
+ description?: string | null;
5
+ gateway?: string | null;
6
+ amount?: number | null;
7
+ created_at?: string | null;
8
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,9 @@
1
+ export interface MeeoviCurrency {
2
+ id: number;
3
+ sort?: number | null;
4
+ date_created?: string | null;
5
+ date_updated?: string | null;
6
+ name?: string | null;
7
+ code?: string | null;
8
+ symbol?: string | null;
9
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,6 @@
1
+ export interface MeeoviProductType {
2
+ id: number;
3
+ name?: string | null;
4
+ isShippable?: boolean | null;
5
+ options?: Record<string, unknown> | null;
6
+ }
@@ -0,0 +1,20 @@
1
+ export interface MeeoviProduct {
2
+ id: string;
3
+ sku?: string | null;
4
+ name?: string | null;
5
+ tax_class?: string | null;
6
+ created_at?: string | null;
7
+ content?: string | null;
8
+ part_number?: string | null;
9
+ file?: string | null;
10
+ image?: string | null;
11
+ visibility?: boolean | null;
12
+ stock?: number | null;
13
+ rating?: number | null;
14
+ salable_quantity?: string | null;
15
+ updated_at?: string | null;
16
+ status?: string | null;
17
+ price?: number | null;
18
+ ratings?: string | null;
19
+ uuid?: string | null;
20
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,13 @@
1
+ export interface MeeoviQuote {
2
+ id: string;
3
+ customerId?: string | null;
4
+ items: Array<{
5
+ productId: string;
6
+ quantity: number;
7
+ price: number;
8
+ }>;
9
+ total: number;
10
+ currency: string;
11
+ status?: string | null;
12
+ metadata?: Record<string, unknown>;
13
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,9 @@
1
+ export interface MeeoviRequisitionList {
2
+ id: string;
3
+ ownerId?: string | null;
4
+ items: Array<{
5
+ productId: string;
6
+ quantity: number;
7
+ }>;
8
+ metadata?: Record<string, unknown>;
9
+ }
@@ -0,0 +1,8 @@
1
+ export interface MeeoviReturn {
2
+ id: number;
3
+ status?: string | null;
4
+ date_created?: string | null;
5
+ date_updated?: string | null;
6
+ return_number?: string | null;
7
+ reason?: string | null;
8
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,7 @@
1
+ export interface MeeoviReward {
2
+ id: string;
3
+ userId: string;
4
+ points: number;
5
+ balance?: number;
6
+ metadata?: Record<string, unknown>;
7
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,7 @@
1
+ export interface MeeoviRule {
2
+ id: string;
3
+ name: string;
4
+ condition?: string | null;
5
+ action?: string | null;
6
+ metadata?: Record<string, unknown>;
7
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,18 @@
1
+ export interface MeeoviShipment {
2
+ id: number;
3
+ created_at?: string | null;
4
+ updated_at?: string | null;
5
+ email_sent?: number | null;
6
+ user?: string | null;
7
+ order?: number | null;
8
+ shipment_status?: string | null;
9
+ shipping_label?: string | null;
10
+ store_id?: number | null;
11
+ total_qty?: number | null;
12
+ total_weight?: number | null;
13
+ code?: string | null;
14
+ cost?: number | null;
15
+ delivery_time?: string | null;
16
+ delivery_window?: string | null;
17
+ carrier_matrix?: Record<string, unknown> | null;
18
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,8 @@
1
+ export interface MeeoviShop {
2
+ id: string;
3
+ name: string;
4
+ domain?: string | null;
5
+ currency?: string | null;
6
+ productsCount?: number;
7
+ metadata?: Record<string, unknown>;
8
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,7 @@
1
+ export interface MeeoviStockItem {
2
+ productId: string;
3
+ sku?: string | null;
4
+ qty: number;
5
+ isInStock: boolean;
6
+ metadata?: Record<string, unknown>;
7
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,7 @@
1
+ export interface MeeoviStore {
2
+ id: string;
3
+ name: string;
4
+ currency: string;
5
+ defaultLocale?: string | null;
6
+ metadata?: Record<string, unknown>;
7
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,9 @@
1
+ export interface MeeoviSubscription {
2
+ id: number;
3
+ status?: string | null;
4
+ date_created?: string | null;
5
+ date_updated?: string | null;
6
+ subscription_number?: string | null;
7
+ start_date?: string | null;
8
+ end_date?: string | null;
9
+ }
@@ -0,0 +1,7 @@
1
+ export interface MeeoviTaxRate {
2
+ id: number;
3
+ rate?: number | null;
4
+ tax_class?: string | null;
5
+ certifications?: Record<string, unknown> | null;
6
+ age_gating?: string | null;
7
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,7 @@
1
+ export interface MeeoviTaxRule {
2
+ id: string;
3
+ name: string;
4
+ taxRateId?: string | null;
5
+ priority?: number;
6
+ metadata?: Record<string, unknown>;
7
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,6 @@
1
+ export interface MeeoviTeam {
2
+ id: string;
3
+ name: string;
4
+ members?: string[];
5
+ metadata?: Record<string, unknown>;
6
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,11 @@
1
+ export interface MeeoviTransaction {
2
+ id: string;
3
+ status?: string | null;
4
+ date_created?: string | null;
5
+ date_updated?: string | null;
6
+ order?: number | null;
7
+ payment_method?: string | null;
8
+ transactions_parent_id?: string | null;
9
+ type?: string | null;
10
+ amount?: number | null;
11
+ }
@@ -0,0 +1,7 @@
1
+ export interface MeeoviCustomerGroup {
2
+ id: string;
3
+ name: string;
4
+ description?: string | null;
5
+ memberIds?: string[];
6
+ metadata?: Record<string, unknown>;
7
+ }
@@ -0,0 +1,45 @@
1
+ export interface MeeoviUser {
2
+ instance_id?: string | null;
3
+ id: string;
4
+ aud?: string | null;
5
+ role?: string | null;
6
+ email?: string | null;
7
+ encrypted_password?: string | null;
8
+ email_confirmed_at?: string | null;
9
+ invited_at?: string | null;
10
+ confirmation_token?: string | null;
11
+ confirmation_sent_at?: string | null;
12
+ recovery_token?: string | null;
13
+ recovery_sent_at?: string | null;
14
+ email_change_token_new?: string | null;
15
+ email_change?: string | null;
16
+ email_change_sent_at?: string | null;
17
+ last_sign_in_at?: string | null;
18
+ raw_app_meta_data?: Record<string, unknown> | null;
19
+ raw_user_meta_data?: Record<string, unknown> | null;
20
+ is_super_admin?: boolean | null;
21
+ created_at?: string | null;
22
+ updated_at?: string | null;
23
+ phone?: string | null;
24
+ phone_confirmed_at?: string | null;
25
+ phone_change?: string | null;
26
+ phone_change_token?: string | null;
27
+ phone_change_sent_at?: string | null;
28
+ confirmed_at?: string | null;
29
+ email_change_token_current?: string | null;
30
+ email_change_confirm_status?: number | null;
31
+ banned_until?: string | null;
32
+ reauthentication_token?: string | null;
33
+ reauthentication_sent_at?: string | null;
34
+ is_sso_user?: boolean;
35
+ deleted_at?: string | null;
36
+ is_anonymous?: boolean;
37
+ identities?: Record<string, unknown>[];
38
+ mfa_factors?: Record<string, unknown>[];
39
+ oauth_authorizations?: Record<string, unknown>[];
40
+ oauth_consents?: Record<string, unknown>[];
41
+ one_time_tokens?: Record<string, unknown>[];
42
+ sessions?: Record<string, unknown>[];
43
+ emoji_reactions?: Record<string, unknown>[];
44
+ profiles?: Record<string, unknown> | null;
45
+ }
@@ -0,0 +1 @@
1
+ export {};