@mohasinac/appkit 4.3.2 → 4.4.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 (183) hide show
  1. package/dist/_internal/client/features/maintenance/views/AnalysisRunnerView.js +1 -1
  2. package/dist/_internal/client/features/maintenance/views/CloudLogsListView.js +1 -1
  3. package/dist/_internal/client/features/maintenance/views/MaintenanceDashboardView.js +1 -1
  4. package/dist/_internal/client/features/maintenance/views/ServerErrorDetailView.js +1 -1
  5. package/dist/_internal/client/features/maintenance/views/ServerErrorsListView.js +1 -1
  6. package/dist/_internal/server/jobs/core/assignSpinPrize.d.ts +14 -3
  7. package/dist/_internal/server/jobs/core/assignSpinPrize.js +95 -56
  8. package/dist/_internal/server/jobs/handlers/assignSpinPrize.js +8 -2
  9. package/dist/_internal/shared/actions/action-registry.js +15 -0
  10. package/dist/_internal/shared/features/brands/schema.d.ts +4 -4
  11. package/dist/_internal/shared/features/categories/bundle-schemas.d.ts +4 -4
  12. package/dist/_internal/shared/features/orders/schema.d.ts +8 -8
  13. package/dist/_internal/shared/features/reviews/schema.d.ts +2 -2
  14. package/dist/client.d.ts +36 -0
  15. package/dist/client.js +30 -0
  16. package/dist/constants/api-endpoints.d.ts +6 -0
  17. package/dist/constants/api-endpoints.js +2 -0
  18. package/dist/constants/field-names.d.ts +3 -0
  19. package/dist/constants/field-names.js +4 -0
  20. package/dist/features/about/components/DeveloperView.d.ts +16 -0
  21. package/dist/features/about/components/DeveloperView.js +29 -0
  22. package/dist/features/about/index.d.ts +2 -0
  23. package/dist/features/about/index.js +1 -0
  24. package/dist/features/account/schemas/index.d.ts +16 -16
  25. package/dist/features/addresses/schemas/index.d.ts +8 -8
  26. package/dist/features/admin/components/AdminAddressesView.js +1 -1
  27. package/dist/features/admin/components/AdminAllEventEntriesView.js +2 -2
  28. package/dist/features/admin/components/AdminArtView.js +1 -1
  29. package/dist/features/admin/components/AdminBidsView.js +2 -2
  30. package/dist/features/admin/components/AdminBlogView.js +2 -2
  31. package/dist/features/admin/components/AdminBrandsView.js +2 -2
  32. package/dist/features/admin/components/AdminBundlesView.js +2 -2
  33. package/dist/features/admin/components/AdminCartsView.js +2 -2
  34. package/dist/features/admin/components/AdminCategoriesView.js +2 -2
  35. package/dist/features/admin/components/AdminClassifiedView.js +1 -1
  36. package/dist/features/admin/components/AdminContactView.js +2 -2
  37. package/dist/features/admin/components/AdminCouponsView.js +2 -2
  38. package/dist/features/admin/components/AdminDigitalCodesView.js +1 -1
  39. package/dist/features/admin/components/AdminFaqsView.js +2 -2
  40. package/dist/features/admin/components/AdminFeaturesView.js +1 -1
  41. package/dist/features/admin/components/AdminGroupedListingsView.js +1 -1
  42. package/dist/features/admin/components/AdminHistoryView.js +1 -1
  43. package/dist/features/admin/components/AdminLiveView.js +1 -1
  44. package/dist/features/admin/components/AdminNewsletterView.js +2 -2
  45. package/dist/features/admin/components/AdminNotificationsView.js +2 -2
  46. package/dist/features/admin/components/AdminOrdersView.js +2 -2
  47. package/dist/features/admin/components/AdminPaymentMethodsView.js +1 -1
  48. package/dist/features/admin/components/AdminPayoutsView.js +2 -2
  49. package/dist/features/admin/components/AdminPrizeDrawsView.js +2 -2
  50. package/dist/features/admin/components/AdminProductsView.js +2 -2
  51. package/dist/features/admin/components/AdminReturnRequestsView.js +1 -1
  52. package/dist/features/admin/components/AdminReviewsView.js +2 -2
  53. package/dist/features/admin/components/AdminScammersView.js +2 -2
  54. package/dist/features/admin/components/AdminSessionsView.js +2 -2
  55. package/dist/features/admin/components/AdminStickersView.js +1 -1
  56. package/dist/features/admin/components/AdminStoreAddressesView.js +1 -1
  57. package/dist/features/admin/components/AdminStoresView.js +2 -2
  58. package/dist/features/admin/components/AdminSublistingCategoriesView.js +1 -1
  59. package/dist/features/admin/components/AdminSupportTicketsView.js +2 -2
  60. package/dist/features/admin/components/AdminTeamView.js +2 -2
  61. package/dist/features/admin/components/AdminTesterChecklistView.js +2 -2
  62. package/dist/features/admin/components/AdminUsersView.js +2 -2
  63. package/dist/features/admin/components/AdminWishlistsView.js +1 -1
  64. package/dist/features/admin/hooks/useAdminListing.d.ts +1 -1
  65. package/dist/features/auth/hooks/useAuth.d.ts +1 -1
  66. package/dist/features/blog/actions/blog-actions.d.ts +14 -14
  67. package/dist/features/blog/schemas/index.d.ts +14 -14
  68. package/dist/features/cart/hooks/useAddToCart.d.ts +6 -2
  69. package/dist/features/cart/hooks/useAddToCart.js +20 -3
  70. package/dist/features/cart/schemas/index.d.ts +3 -3
  71. package/dist/features/cart/utils/pending-ops.d.ts +20 -0
  72. package/dist/features/cart/utils/pending-ops.js +22 -0
  73. package/dist/features/catalogue/components/AdminCatalogueApprovalsView.js +1 -1
  74. package/dist/features/categories/components/CategoryBundlesListing.js +1 -1
  75. package/dist/features/categories/components/CategoryFilters.js +1 -1
  76. package/dist/features/categories/components/CategoryTree.js +1 -1
  77. package/dist/features/categories/schemas/index.d.ts +16 -16
  78. package/dist/features/events/actions/event-actions.d.ts +21 -1
  79. package/dist/features/events/actions/event-actions.js +85 -3
  80. package/dist/features/events/components/AdminEventEditorView.js +11 -2
  81. package/dist/features/events/components/AdminEventEntriesView.js +37 -4
  82. package/dist/features/events/components/AdminEventsView.js +2 -2
  83. package/dist/features/events/components/EventLeaderboard.d.ts +12 -2
  84. package/dist/features/events/components/EventLeaderboard.js +4 -1
  85. package/dist/features/events/components/EventRafflesSection.js +2 -2
  86. package/dist/features/events/repository/event-entry.repository.d.ts +39 -0
  87. package/dist/features/events/repository/event-entry.repository.js +153 -0
  88. package/dist/features/events/schemas/firestore.d.ts +28 -1
  89. package/dist/features/events/schemas/firestore.js +9 -0
  90. package/dist/features/events/schemas/index.d.ts +13 -13
  91. package/dist/features/events/types/index.d.ts +26 -0
  92. package/dist/features/faq/actions/faq-actions.d.ts +8 -8
  93. package/dist/features/faq/schemas/index.d.ts +22 -22
  94. package/dist/features/grouped/schemas/index.d.ts +2 -2
  95. package/dist/features/homepage/components/AnnouncementBar.d.ts +9 -1
  96. package/dist/features/homepage/components/AnnouncementBar.js +6 -3
  97. package/dist/features/homepage/components/MarketplaceHomepageView.js +2 -2
  98. package/dist/features/homepage/components/SectionCarousel.js +5 -1
  99. package/dist/features/homepage/components/WelcomeSection.js +2 -2
  100. package/dist/features/homepage/schemas/index.d.ts +2 -2
  101. package/dist/features/layout/BottomNavbar.js +8 -6
  102. package/dist/features/lottery/schemas/zod.d.ts +10 -10
  103. package/dist/features/media/MediaVideo.js +11 -3
  104. package/dist/features/orders/schemas/index.d.ts +52 -52
  105. package/dist/features/products/components/CompareOverlay.d.ts +9 -0
  106. package/dist/features/products/components/CompareOverlay.js +28 -3
  107. package/dist/features/products/components/InteractiveProductCard.js +9 -3
  108. package/dist/features/products/components/MakeOfferForm.js +1 -1
  109. package/dist/features/products/components/PlaceBidForm.js +1 -1
  110. package/dist/features/products/components/PrizeDrawCollage.js +1 -1
  111. package/dist/features/products/components/PrizeDrawsSection.js +2 -2
  112. package/dist/features/products/components/ProductDetailActions.js +3 -1
  113. package/dist/features/products/components/ProductGrid.js +1 -1
  114. package/dist/features/products/components/ProductInfo.js +1 -1
  115. package/dist/features/products/components/ProductsIndexListing.js +12 -2
  116. package/dist/features/products/hooks/useRelatedProducts.js +1 -1
  117. package/dist/features/products/schemas/index.d.ts +10 -10
  118. package/dist/features/promotions/schemas/index.d.ts +8 -8
  119. package/dist/features/reviews/schemas/index.d.ts +12 -12
  120. package/dist/features/scams/schemas/index.d.ts +6 -6
  121. package/dist/features/seller/components/CouponInlineSelect.js +1 -1
  122. package/dist/features/seller/components/SellerArtView.js +2 -2
  123. package/dist/features/seller/components/SellerAuctionsView.js +2 -2
  124. package/dist/features/seller/components/SellerBidsView.js +2 -2
  125. package/dist/features/seller/components/SellerBundlesView.js +1 -1
  126. package/dist/features/seller/components/SellerClassifiedView.js +2 -2
  127. package/dist/features/seller/components/SellerCouponsView.js +2 -2
  128. package/dist/features/seller/components/SellerDigitalCodesView.js +2 -2
  129. package/dist/features/seller/components/SellerGroupedListingsView.js +1 -1
  130. package/dist/features/seller/components/SellerLiveView.js +2 -2
  131. package/dist/features/seller/components/SellerOffersView.js +2 -2
  132. package/dist/features/seller/components/SellerOrdersView.js +2 -2
  133. package/dist/features/seller/components/SellerPayoutMethodsView.js +2 -2
  134. package/dist/features/seller/components/SellerPayoutsView.js +2 -2
  135. package/dist/features/seller/components/SellerPreOrdersView.js +2 -2
  136. package/dist/features/seller/components/SellerPrizeDrawsView.js +2 -2
  137. package/dist/features/seller/components/SellerProductsView.js +2 -2
  138. package/dist/features/seller/components/SellerShippingConfigsView.js +2 -2
  139. package/dist/features/seller/components/SellerStickersView.js +2 -2
  140. package/dist/features/seller/components/SellerStoreCategoriesView.js +1 -1
  141. package/dist/features/seller/components/SublistingInlineSelect.js +1 -1
  142. package/dist/features/seller/hooks/useSellerListingData.d.ts +1 -1
  143. package/dist/features/seller/schemas/index.d.ts +16 -16
  144. package/dist/features/server-errors/schemas/index.d.ts +4 -4
  145. package/dist/features/shell/StepForm.d.ts +1 -1
  146. package/dist/features/shipments/components/AdminShipmentsView.js +2 -2
  147. package/dist/features/stores/components/StoreProductsView.js +1 -1
  148. package/dist/features/stores/components/StoresIndexListing.js +1 -1
  149. package/dist/features/stores/schemas/index.d.ts +30 -30
  150. package/dist/features/support/schemas/index.d.ts +2 -2
  151. package/dist/features/tester/seed-data/tester-checklist-seed-data.js +68 -1
  152. package/dist/features/whatsapp-bot/helpers/payment-proof-message.d.ts +14 -0
  153. package/dist/features/whatsapp-bot/helpers/payment-proof-message.js +17 -0
  154. package/dist/features/whatsapp-bot/helpers/whatsapp.d.ts +2 -8
  155. package/dist/features/whatsapp-bot/helpers/whatsapp.js +4 -11
  156. package/dist/features/wishlist/repository/user-wishlist.repository.d.ts +11 -0
  157. package/dist/features/wishlist/repository/user-wishlist.repository.js +33 -0
  158. package/dist/index.d.ts +7 -12
  159. package/dist/index.js +16 -28
  160. package/dist/next/components/ErrorView.js +1 -1
  161. package/dist/next/components/NotFoundView.js +1 -1
  162. package/dist/next/components/UnauthorizedView.js +1 -1
  163. package/dist/next/routing/route-map.d.ts +4 -0
  164. package/dist/next/routing/route-map.js +2 -0
  165. package/dist/react/contexts/SessionContext.d.ts +1 -1
  166. package/dist/react/hooks/use-action-dispatch.d.ts +1 -1
  167. package/dist/react/hooks/useFormStatePreservation.d.ts +1 -1
  168. package/dist/schemas/registry.d.ts +236 -236
  169. package/dist/schemas/webhooks/razorpay.d.ts +100 -100
  170. package/dist/security/index.d.ts +1 -1
  171. package/dist/security/index.js +1 -1
  172. package/dist/security/rate-limit.d.ts +10 -0
  173. package/dist/security/rate-limit.js +13 -1
  174. package/dist/seed/events-seed-data.js +52 -1
  175. package/dist/server.d.ts +6 -0
  176. package/dist/server.js +8 -0
  177. package/dist/styles.css +25 -1
  178. package/dist/tailwind-utilities.css +1 -1
  179. package/dist/ui/components/HorizontalScroller.d.ts +7 -1
  180. package/dist/ui/components/HorizontalScroller.js +2 -2
  181. package/dist/ui/components/HorizontalScroller.style.css +24 -0
  182. package/dist/validation/schemas.d.ts +12 -12
  183. package/package.json +1 -1
@@ -41,12 +41,12 @@ export declare const SCHEMAS: {
41
41
  }, import("zod").ZodTypeAny, "passthrough">;
42
42
  isDefault: boolean;
43
43
  phone: string;
44
- state: string;
45
44
  city: string;
46
- addressLine1: string;
47
- fullName: string;
48
- ownerType: "user" | "store";
45
+ state: string;
49
46
  ownerId: string;
47
+ ownerType: "user" | "store";
48
+ fullName: string;
49
+ addressLine1: string;
50
50
  postalCode: string;
51
51
  addressLine2?: string | undefined;
52
52
  landmark?: string | undefined;
@@ -62,12 +62,12 @@ export declare const SCHEMAS: {
62
62
  }, import("zod").ZodTypeAny, "passthrough">;
63
63
  isDefault: boolean;
64
64
  phone: string;
65
- state: string;
66
65
  city: string;
67
- addressLine1: string;
68
- fullName: string;
69
- ownerType: "user" | "store";
66
+ state: string;
70
67
  ownerId: string;
68
+ ownerType: "user" | "store";
69
+ fullName: string;
70
+ addressLine1: string;
71
71
  postalCode: string;
72
72
  addressLine2?: string | undefined;
73
73
  landmark?: string | undefined;
@@ -207,9 +207,7 @@ export declare const SCHEMAS: {
207
207
  thumbnailUrl?: string | undefined;
208
208
  youtubeId?: string | undefined;
209
209
  } | undefined;
210
- metaTitle?: string | undefined;
211
- metaDescription?: string | undefined;
212
- contentImages?: {
210
+ additionalImages?: {
213
211
  type: "video" | "image" | "file";
214
212
  url: string;
215
213
  source?: "upload" | "youtube" | "external" | undefined;
@@ -217,7 +215,9 @@ export declare const SCHEMAS: {
217
215
  thumbnailUrl?: string | undefined;
218
216
  youtubeId?: string | undefined;
219
217
  }[] | undefined;
220
- additionalImages?: {
218
+ metaTitle?: string | undefined;
219
+ metaDescription?: string | undefined;
220
+ contentImages?: {
221
221
  type: "video" | "image" | "file";
222
222
  url: string;
223
223
  source?: "upload" | "youtube" | "external" | undefined;
@@ -257,9 +257,7 @@ export declare const SCHEMAS: {
257
257
  thumbnailUrl?: string | undefined;
258
258
  youtubeId?: string | undefined;
259
259
  } | undefined;
260
- metaTitle?: string | undefined;
261
- metaDescription?: string | undefined;
262
- contentImages?: {
260
+ additionalImages?: {
263
261
  type: "video" | "image" | "file";
264
262
  url: string;
265
263
  source?: "upload" | "youtube" | "external" | undefined;
@@ -267,7 +265,9 @@ export declare const SCHEMAS: {
267
265
  thumbnailUrl?: string | undefined;
268
266
  youtubeId?: string | undefined;
269
267
  }[] | undefined;
270
- additionalImages?: {
268
+ metaTitle?: string | undefined;
269
+ metaDescription?: string | undefined;
270
+ contentImages?: {
271
271
  type: "video" | "image" | "file";
272
272
  url: string;
273
273
  source?: "upload" | "youtube" | "external" | undefined;
@@ -1152,8 +1152,12 @@ export declare const SCHEMAS: {
1152
1152
  slug: string;
1153
1153
  order: number;
1154
1154
  position: number;
1155
- isActive: boolean;
1156
1155
  isFeatured: boolean;
1156
+ isActive: boolean;
1157
+ createdBy: string;
1158
+ rootId: string;
1159
+ tier: number;
1160
+ isLeaf: boolean;
1157
1161
  seo: {
1158
1162
  title: string;
1159
1163
  description: string;
@@ -1161,10 +1165,6 @@ export declare const SCHEMAS: {
1161
1165
  ogImage?: string | undefined;
1162
1166
  canonicalUrl?: string | undefined;
1163
1167
  };
1164
- createdBy: string;
1165
- rootId: string;
1166
- tier: number;
1167
- isLeaf: boolean;
1168
1168
  parentIds: string[];
1169
1169
  isSearchable: boolean;
1170
1170
  childrenIds: string[];
@@ -1187,10 +1187,10 @@ export declare const SCHEMAS: {
1187
1187
  tier: number;
1188
1188
  }[];
1189
1189
  description?: string | undefined;
1190
- bundleProductIds?: string[] | undefined;
1191
1190
  showOnHomepage?: boolean | undefined;
1192
1191
  categoryType?: "brand" | "category" | "sublisting" | "bundle" | undefined;
1193
1192
  bundleKind?: "brand" | "special" | undefined;
1193
+ bundleProductIds?: string[] | undefined;
1194
1194
  bundleItemDetails?: {
1195
1195
  productId: string;
1196
1196
  title?: string | undefined;
@@ -1246,8 +1246,12 @@ export declare const SCHEMAS: {
1246
1246
  slug: string;
1247
1247
  order: number;
1248
1248
  position: number;
1249
- isActive: boolean;
1250
1249
  isFeatured: boolean;
1250
+ isActive: boolean;
1251
+ createdBy: string;
1252
+ rootId: string;
1253
+ tier: number;
1254
+ isLeaf: boolean;
1251
1255
  seo: {
1252
1256
  title: string;
1253
1257
  description: string;
@@ -1255,10 +1259,6 @@ export declare const SCHEMAS: {
1255
1259
  ogImage?: string | undefined;
1256
1260
  canonicalUrl?: string | undefined;
1257
1261
  };
1258
- createdBy: string;
1259
- rootId: string;
1260
- tier: number;
1261
- isLeaf: boolean;
1262
1262
  parentIds: string[];
1263
1263
  isSearchable: boolean;
1264
1264
  childrenIds: string[];
@@ -1281,10 +1281,10 @@ export declare const SCHEMAS: {
1281
1281
  tier: number;
1282
1282
  }[];
1283
1283
  description?: string | undefined;
1284
- bundleProductIds?: string[] | undefined;
1285
1284
  showOnHomepage?: boolean | undefined;
1286
1285
  categoryType?: "brand" | "category" | "sublisting" | "bundle" | undefined;
1287
1286
  bundleKind?: "brand" | "special" | undefined;
1287
+ bundleProductIds?: string[] | undefined;
1288
1288
  bundleItemDetails?: {
1289
1289
  productId: string;
1290
1290
  title?: string | undefined;
@@ -1445,7 +1445,7 @@ export declare const SCHEMAS: {
1445
1445
  }, "strip", import("zod").ZodTypeAny, {
1446
1446
  status: "used" | "active" | "expired";
1447
1447
  id: string;
1448
- source: "manual" | "prize-draw" | "promo" | "spin" | "raffle";
1448
+ source: "manual" | "prize-draw" | "raffle" | "promo" | "spin";
1449
1449
  updatedAt: string | Date | import("zod").objectOutputType<{
1450
1450
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
1451
1451
  }, import("zod").ZodTypeAny, "passthrough">;
@@ -1486,7 +1486,7 @@ export declare const SCHEMAS: {
1486
1486
  }, {
1487
1487
  status: "used" | "active" | "expired";
1488
1488
  id: string;
1489
- source: "manual" | "prize-draw" | "promo" | "spin" | "raffle";
1489
+ source: "manual" | "prize-draw" | "raffle" | "promo" | "spin";
1490
1490
  updatedAt: string | Date | import("zod").objectInputType<{
1491
1491
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
1492
1492
  }, import("zod").ZodTypeAny, "passthrough">;
@@ -2050,6 +2050,7 @@ export declare const SCHEMAS: {
2050
2050
  tags: string[];
2051
2051
  priority: number;
2052
2052
  order: number;
2053
+ isActive: boolean;
2053
2054
  stats: {
2054
2055
  views: number;
2055
2056
  helpful: number;
@@ -2058,15 +2059,9 @@ export declare const SCHEMAS: {
2058
2059
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
2059
2060
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
2060
2061
  };
2061
- isActive: boolean;
2062
- question: string;
2063
- seo: {
2064
- slug: string;
2065
- metaTitle?: string | undefined;
2066
- metaDescription?: string | undefined;
2067
- };
2068
2062
  createdBy: string;
2069
2063
  showOnHomepage: boolean;
2064
+ question: string;
2070
2065
  answer: {
2071
2066
  text: string;
2072
2067
  format: "html" | "plain" | "markdown";
@@ -2075,6 +2070,11 @@ export declare const SCHEMAS: {
2075
2070
  isPinned: boolean;
2076
2071
  relatedFAQs: string[];
2077
2072
  useSiteSettings: boolean;
2073
+ seo: {
2074
+ slug: string;
2075
+ metaTitle?: string | undefined;
2076
+ metaDescription?: string | undefined;
2077
+ };
2078
2078
  searchTokens?: string[] | undefined;
2079
2079
  variables?: Record<string, string> | undefined;
2080
2080
  }, {
@@ -2089,6 +2089,7 @@ export declare const SCHEMAS: {
2089
2089
  tags: string[];
2090
2090
  priority: number;
2091
2091
  order: number;
2092
+ isActive: boolean;
2092
2093
  stats: {
2093
2094
  views: number;
2094
2095
  helpful: number;
@@ -2097,15 +2098,9 @@ export declare const SCHEMAS: {
2097
2098
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
2098
2099
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
2099
2100
  };
2100
- isActive: boolean;
2101
- question: string;
2102
- seo: {
2103
- slug: string;
2104
- metaTitle?: string | undefined;
2105
- metaDescription?: string | undefined;
2106
- };
2107
2101
  createdBy: string;
2108
2102
  showOnHomepage: boolean;
2103
+ question: string;
2109
2104
  answer: {
2110
2105
  text: string;
2111
2106
  format: "html" | "plain" | "markdown";
@@ -2114,6 +2109,11 @@ export declare const SCHEMAS: {
2114
2109
  isPinned: boolean;
2115
2110
  relatedFAQs: string[];
2116
2111
  useSiteSettings: boolean;
2112
+ seo: {
2113
+ slug: string;
2114
+ metaTitle?: string | undefined;
2115
+ metaDescription?: string | undefined;
2116
+ };
2117
2117
  searchTokens?: string[] | undefined;
2118
2118
  variables?: Record<string, string> | undefined;
2119
2119
  }>;
@@ -2158,8 +2158,8 @@ export declare const SCHEMAS: {
2158
2158
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
2159
2159
  }, import("zod").ZodTypeAny, "passthrough">;
2160
2160
  slug: string;
2161
- isActive: boolean;
2162
2161
  isFeatured: boolean;
2162
+ isActive: boolean;
2163
2163
  createdBy: string;
2164
2164
  productIds: string[];
2165
2165
  groupTheme: "set" | "related" | "character" | "lineage" | "generic";
@@ -2181,8 +2181,8 @@ export declare const SCHEMAS: {
2181
2181
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
2182
2182
  }, import("zod").ZodTypeAny, "passthrough">;
2183
2183
  slug: string;
2184
- isActive: boolean;
2185
2184
  isFeatured: boolean;
2185
+ isActive: boolean;
2186
2186
  createdBy: string;
2187
2187
  productIds: string[];
2188
2188
  groupTheme: "set" | "related" | "character" | "lineage" | "generic";
@@ -2216,7 +2216,7 @@ export declare const SCHEMAS: {
2216
2216
  enabled: import("zod").ZodBoolean;
2217
2217
  config: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("./types").JsonValue, import("zod").ZodTypeDef, import("./types").JsonValue>>;
2218
2218
  }, "strip", import("zod").ZodTypeAny, {
2219
- type: "banner" | "products" | "features" | "stats" | "faq" | "categories" | "reviews" | "events" | "auctions" | "stores" | "pre-orders" | "welcome" | "trust-indicators" | "whatsapp-community" | "blog-articles" | "newsletter" | "carousel" | "brands" | "social-feed" | "custom-cards" | "google-reviews" | "featured-bundles" | "prize-draws" | "event-raffles" | "collection-cards";
2219
+ type: "banner" | "products" | "features" | "categories" | "reviews" | "events" | "auctions" | "stores" | "brands" | "carousel" | "newsletter" | "stats" | "welcome" | "trust-indicators" | "whatsapp-community" | "faq" | "blog-articles" | "pre-orders" | "social-feed" | "custom-cards" | "google-reviews" | "featured-bundles" | "prize-draws" | "event-raffles" | "collection-cards";
2220
2220
  id: string;
2221
2221
  createdAt: string | Date | import("zod").objectOutputType<{
2222
2222
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
@@ -2228,7 +2228,7 @@ export declare const SCHEMAS: {
2228
2228
  order: number;
2229
2229
  config: Record<string, import("./types").JsonValue>;
2230
2230
  }, {
2231
- type: "banner" | "products" | "features" | "stats" | "faq" | "categories" | "reviews" | "events" | "auctions" | "stores" | "pre-orders" | "welcome" | "trust-indicators" | "whatsapp-community" | "blog-articles" | "newsletter" | "carousel" | "brands" | "social-feed" | "custom-cards" | "google-reviews" | "featured-bundles" | "prize-draws" | "event-raffles" | "collection-cards";
2231
+ type: "banner" | "products" | "features" | "categories" | "reviews" | "events" | "auctions" | "stores" | "brands" | "carousel" | "newsletter" | "stats" | "welcome" | "trust-indicators" | "whatsapp-community" | "faq" | "blog-articles" | "pre-orders" | "social-feed" | "custom-cards" | "google-reviews" | "featured-bundles" | "prize-draws" | "event-raffles" | "collection-cards";
2232
2232
  id: string;
2233
2233
  createdAt: string | Date | import("zod").objectInputType<{
2234
2234
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
@@ -2572,14 +2572,14 @@ export declare const SCHEMAS: {
2572
2572
  productId: string;
2573
2573
  quantity: number;
2574
2574
  productTitle: string;
2575
+ userName: string;
2575
2576
  userEmail: string;
2577
+ unitPrice: number;
2578
+ totalPrice: number;
2576
2579
  paymentStatus: "paid" | "failed" | "pending" | "processing" | "refunded" | "partial_refund";
2577
2580
  orderDate: string | Date | import("zod").objectOutputType<{
2578
2581
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
2579
2582
  }, import("zod").ZodTypeAny, "passthrough">;
2580
- userName: string;
2581
- unitPrice: number;
2582
- totalPrice: number;
2583
2583
  storeId?: string | undefined;
2584
2584
  platformFee?: number | undefined;
2585
2585
  paymentMethod?: string | undefined;
@@ -2591,6 +2591,7 @@ export declare const SCHEMAS: {
2591
2591
  shelf: string;
2592
2592
  bin: string;
2593
2593
  } | undefined;
2594
+ payoutStatus?: "paid" | "eligible" | "requested" | undefined;
2594
2595
  items?: {
2595
2596
  productId: string;
2596
2597
  quantity: number;
@@ -2600,11 +2601,6 @@ export declare const SCHEMAS: {
2600
2601
  listingType?: "standard" | "auction" | "pre-order" | "prize-draw" | "classified" | "digital-code" | "live" | undefined;
2601
2602
  prizeRevealStatus?: "closed" | "open" | "pending" | "revealed" | undefined;
2602
2603
  }[] | undefined;
2603
- payoutStatus?: "paid" | "eligible" | "requested" | undefined;
2604
- couponCode?: string | undefined;
2605
- shippingMethod?: "custom" | undefined;
2606
- orderType?: string | undefined;
2607
- imageUrls?: string[] | undefined;
2608
2604
  paymentId?: string | undefined;
2609
2605
  shippingAddress?: string | undefined;
2610
2606
  trackingNumber?: string | undefined;
@@ -2620,6 +2616,26 @@ export declare const SCHEMAS: {
2620
2616
  cancellationReason?: string | undefined;
2621
2617
  refundAmount?: number | undefined;
2622
2618
  refundStatus?: "pending" | "processing" | "rejected" | "completed" | undefined;
2619
+ depositAmount?: number | undefined;
2620
+ codRemainingAmount?: number | undefined;
2621
+ shippingFee?: number | undefined;
2622
+ payoutId?: string | undefined;
2623
+ shippingMethod?: "custom" | undefined;
2624
+ shippingCarrier?: string | undefined;
2625
+ trackingUrl?: string | undefined;
2626
+ bundleId?: string | undefined;
2627
+ prizeWon?: {
2628
+ title: string;
2629
+ images: string[];
2630
+ itemNumber: number;
2631
+ wonAt: string | Date | import("zod").objectOutputType<{
2632
+ toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
2633
+ }, import("zod").ZodTypeAny, "passthrough">;
2634
+ } | undefined;
2635
+ prizeDrawProductId?: string | undefined;
2636
+ couponCode?: string | undefined;
2637
+ orderType?: string | undefined;
2638
+ imageUrls?: string[] | undefined;
2623
2639
  refundFeeDeducted?: number | undefined;
2624
2640
  refundNetAmount?: number | undefined;
2625
2641
  refundNote?: string | undefined;
@@ -2632,8 +2648,6 @@ export declare const SCHEMAS: {
2632
2648
  storeId?: string | undefined;
2633
2649
  couponId?: string | undefined;
2634
2650
  }[] | undefined;
2635
- depositAmount?: number | undefined;
2636
- codRemainingAmount?: number | undefined;
2637
2651
  codHandlingFee?: number | undefined;
2638
2652
  emiEnabled?: boolean | undefined;
2639
2653
  emiTenureMonths?: number | undefined;
@@ -2657,22 +2671,8 @@ export declare const SCHEMAS: {
2657
2671
  }[] | undefined;
2658
2672
  emiRemainingBalance?: number | undefined;
2659
2673
  emiComplete?: boolean | undefined;
2660
- shippingFee?: number | undefined;
2661
- shippingCarrier?: string | undefined;
2662
- trackingUrl?: string | undefined;
2663
- payoutId?: string | undefined;
2664
2674
  offerId?: string | undefined;
2665
- prizeWon?: {
2666
- title: string;
2667
- images: string[];
2668
- itemNumber: number;
2669
- wonAt: string | Date | import("zod").objectOutputType<{
2670
- toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
2671
- }, import("zod").ZodTypeAny, "passthrough">;
2672
- } | undefined;
2673
- prizeDrawProductId?: string | undefined;
2674
2675
  isNonRefundable?: boolean | undefined;
2675
- bundleId?: string | undefined;
2676
2676
  paymentBatchId?: string | undefined;
2677
2677
  refunds?: {
2678
2678
  type: "full" | "partial";
@@ -2720,14 +2720,14 @@ export declare const SCHEMAS: {
2720
2720
  productId: string;
2721
2721
  quantity: number;
2722
2722
  productTitle: string;
2723
+ userName: string;
2723
2724
  userEmail: string;
2725
+ unitPrice: number;
2726
+ totalPrice: number;
2724
2727
  paymentStatus: "paid" | "failed" | "pending" | "processing" | "refunded" | "partial_refund";
2725
2728
  orderDate: string | Date | import("zod").objectInputType<{
2726
2729
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
2727
2730
  }, import("zod").ZodTypeAny, "passthrough">;
2728
- userName: string;
2729
- unitPrice: number;
2730
- totalPrice: number;
2731
2731
  storeId?: string | undefined;
2732
2732
  platformFee?: number | undefined;
2733
2733
  paymentMethod?: string | undefined;
@@ -2739,6 +2739,7 @@ export declare const SCHEMAS: {
2739
2739
  shelf: string;
2740
2740
  bin: string;
2741
2741
  } | undefined;
2742
+ payoutStatus?: "paid" | "eligible" | "requested" | undefined;
2742
2743
  items?: {
2743
2744
  productId: string;
2744
2745
  quantity: number;
@@ -2748,11 +2749,6 @@ export declare const SCHEMAS: {
2748
2749
  listingType?: "standard" | "auction" | "pre-order" | "prize-draw" | "classified" | "digital-code" | "live" | undefined;
2749
2750
  prizeRevealStatus?: "closed" | "open" | "pending" | "revealed" | undefined;
2750
2751
  }[] | undefined;
2751
- payoutStatus?: "paid" | "eligible" | "requested" | undefined;
2752
- couponCode?: string | undefined;
2753
- shippingMethod?: "custom" | undefined;
2754
- orderType?: string | undefined;
2755
- imageUrls?: string[] | undefined;
2756
2752
  paymentId?: string | undefined;
2757
2753
  shippingAddress?: string | undefined;
2758
2754
  trackingNumber?: string | undefined;
@@ -2768,6 +2764,26 @@ export declare const SCHEMAS: {
2768
2764
  cancellationReason?: string | undefined;
2769
2765
  refundAmount?: number | undefined;
2770
2766
  refundStatus?: "pending" | "processing" | "rejected" | "completed" | undefined;
2767
+ depositAmount?: number | undefined;
2768
+ codRemainingAmount?: number | undefined;
2769
+ shippingFee?: number | undefined;
2770
+ payoutId?: string | undefined;
2771
+ shippingMethod?: "custom" | undefined;
2772
+ shippingCarrier?: string | undefined;
2773
+ trackingUrl?: string | undefined;
2774
+ bundleId?: string | undefined;
2775
+ prizeWon?: {
2776
+ title: string;
2777
+ images: string[];
2778
+ itemNumber: number;
2779
+ wonAt: string | Date | import("zod").objectInputType<{
2780
+ toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
2781
+ }, import("zod").ZodTypeAny, "passthrough">;
2782
+ } | undefined;
2783
+ prizeDrawProductId?: string | undefined;
2784
+ couponCode?: string | undefined;
2785
+ orderType?: string | undefined;
2786
+ imageUrls?: string[] | undefined;
2771
2787
  refundFeeDeducted?: number | undefined;
2772
2788
  refundNetAmount?: number | undefined;
2773
2789
  refundNote?: string | undefined;
@@ -2780,8 +2796,6 @@ export declare const SCHEMAS: {
2780
2796
  storeId?: string | undefined;
2781
2797
  couponId?: string | undefined;
2782
2798
  }[] | undefined;
2783
- depositAmount?: number | undefined;
2784
- codRemainingAmount?: number | undefined;
2785
2799
  codHandlingFee?: number | undefined;
2786
2800
  emiEnabled?: boolean | undefined;
2787
2801
  emiTenureMonths?: number | undefined;
@@ -2805,22 +2819,8 @@ export declare const SCHEMAS: {
2805
2819
  }[] | undefined;
2806
2820
  emiRemainingBalance?: number | undefined;
2807
2821
  emiComplete?: boolean | undefined;
2808
- shippingFee?: number | undefined;
2809
- shippingCarrier?: string | undefined;
2810
- trackingUrl?: string | undefined;
2811
- payoutId?: string | undefined;
2812
2822
  offerId?: string | undefined;
2813
- prizeWon?: {
2814
- title: string;
2815
- images: string[];
2816
- itemNumber: number;
2817
- wonAt: string | Date | import("zod").objectInputType<{
2818
- toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
2819
- }, import("zod").ZodTypeAny, "passthrough">;
2820
- } | undefined;
2821
- prizeDrawProductId?: string | undefined;
2822
2823
  isNonRefundable?: boolean | undefined;
2823
- bundleId?: string | undefined;
2824
2824
  paymentBatchId?: string | undefined;
2825
2825
  refunds?: {
2826
2826
  type: "full" | "partial";
@@ -3145,14 +3145,14 @@ export declare const SCHEMAS: {
3145
3145
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
3146
3146
  }, import("zod").ZodTypeAny, "passthrough">;
3147
3147
  userId: string;
3148
+ rating: number;
3149
+ verified: boolean;
3148
3150
  productId: string;
3149
3151
  productTitle: string;
3150
- rating: number;
3151
3152
  userName: string;
3152
3153
  comment: string;
3153
3154
  helpfulCount: number;
3154
3155
  reportCount: number;
3155
- verified: boolean;
3156
3156
  video?: {
3157
3157
  url: string;
3158
3158
  thumbnailUrl: string;
@@ -3193,14 +3193,14 @@ export declare const SCHEMAS: {
3193
3193
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
3194
3194
  }, import("zod").ZodTypeAny, "passthrough">;
3195
3195
  userId: string;
3196
+ rating: number;
3197
+ verified: boolean;
3196
3198
  productId: string;
3197
3199
  productTitle: string;
3198
- rating: number;
3199
3200
  userName: string;
3200
3201
  comment: string;
3201
3202
  helpfulCount: number;
3202
3203
  reportCount: number;
3203
- verified: boolean;
3204
3204
  video?: {
3205
3205
  url: string;
3206
3206
  thumbnailUrl: string;
@@ -3292,7 +3292,7 @@ export declare const SCHEMAS: {
3292
3292
  contestCount: import("zod").ZodNumber;
3293
3293
  isContested: import("zod").ZodOptional<import("zod").ZodBoolean>;
3294
3294
  }, "strip", import("zod").ZodTypeAny, {
3295
- status: "rejected" | "removed" | "verified" | "pending_review";
3295
+ status: "rejected" | "removed" | "pending_review" | "verified";
3296
3296
  id: string;
3297
3297
  createdAt: string | Date | import("zod").objectOutputType<{
3298
3298
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
@@ -3332,7 +3332,7 @@ export declare const SCHEMAS: {
3332
3332
  verificationNote?: string | undefined;
3333
3333
  mergedFromIds?: string[] | undefined;
3334
3334
  }, {
3335
- status: "rejected" | "removed" | "verified" | "pending_review";
3335
+ status: "rejected" | "removed" | "pending_review" | "verified";
3336
3336
  id: string;
3337
3337
  createdAt: string | Date | import("zod").objectInputType<{
3338
3338
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
@@ -3404,7 +3404,7 @@ export declare const SCHEMAS: {
3404
3404
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
3405
3405
  }, import("zod").ZodTypeAny, "passthrough">>]>;
3406
3406
  }, "strip", import("zod").ZodTypeAny, {
3407
- status: "rejected" | "removed" | "verified" | "pending_review";
3407
+ status: "rejected" | "removed" | "pending_review" | "verified";
3408
3408
  id: string;
3409
3409
  createdAt: string | Date | import("zod").objectOutputType<{
3410
3410
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
@@ -3427,7 +3427,7 @@ export declare const SCHEMAS: {
3427
3427
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
3428
3428
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
3429
3429
  }, {
3430
- status: "rejected" | "removed" | "verified" | "pending_review";
3430
+ status: "rejected" | "removed" | "pending_review" | "verified";
3431
3431
  id: string;
3432
3432
  createdAt: string | Date | import("zod").objectInputType<{
3433
3433
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
@@ -3559,10 +3559,10 @@ export declare const SCHEMAS: {
3559
3559
  contestedBy: string;
3560
3560
  contestedByAnon: boolean;
3561
3561
  explanation: string;
3562
+ reviewedBy?: string | undefined;
3562
3563
  reviewedAt?: string | Date | import("zod").objectOutputType<{
3563
3564
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
3564
3565
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
3565
- reviewedBy?: string | undefined;
3566
3566
  reviewNote?: string | undefined;
3567
3567
  }, {
3568
3568
  status: "pending" | "dismissed" | "upheld";
@@ -3576,10 +3576,10 @@ export declare const SCHEMAS: {
3576
3576
  contestedBy: string;
3577
3577
  contestedByAnon: boolean;
3578
3578
  explanation: string;
3579
+ reviewedBy?: string | undefined;
3579
3580
  reviewedAt?: string | Date | import("zod").objectInputType<{
3580
3581
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
3581
3582
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
3582
- reviewedBy?: string | undefined;
3583
3583
  reviewNote?: string | undefined;
3584
3584
  }>;
3585
3585
  readonly serverErrors: import("zod").ZodObject<{
@@ -3602,13 +3602,13 @@ export declare const SCHEMAS: {
3602
3602
  id: string;
3603
3603
  source: "function" | "vercel" | "client";
3604
3604
  requestId: string;
3605
- route: string;
3606
3605
  occurredAt: number;
3606
+ route: string;
3607
3607
  stack?: string | undefined;
3608
3608
  userId?: string | undefined;
3609
3609
  method?: string | undefined;
3610
- userAgent?: string | undefined;
3611
3610
  componentStack?: string | undefined;
3611
+ userAgent?: string | undefined;
3612
3612
  bodyDigest?: string | undefined;
3613
3613
  }, {
3614
3614
  code: string;
@@ -3616,13 +3616,13 @@ export declare const SCHEMAS: {
3616
3616
  id: string;
3617
3617
  source: "function" | "vercel" | "client";
3618
3618
  requestId: string;
3619
- route: string;
3620
3619
  occurredAt: number;
3620
+ route: string;
3621
3621
  stack?: string | undefined;
3622
3622
  userId?: string | undefined;
3623
3623
  method?: string | undefined;
3624
- userAgent?: string | undefined;
3625
3624
  componentStack?: string | undefined;
3625
+ userAgent?: string | undefined;
3626
3626
  bodyDigest?: string | undefined;
3627
3627
  }>;
3628
3628
  readonly stores: import("zod").ZodObject<{
@@ -3881,19 +3881,27 @@ export declare const SCHEMAS: {
3881
3881
  }, import("zod").ZodTypeAny, "passthrough">;
3882
3882
  storeName: string;
3883
3883
  isPublic: boolean;
3884
- storeSlug: string;
3885
3884
  ownerId: string;
3885
+ storeSlug: string;
3886
3886
  location?: string | undefined;
3887
3887
  returnPolicy?: string | undefined;
3888
+ isFeatured?: boolean | undefined;
3889
+ socialLinks?: {
3890
+ instagram?: string | undefined;
3891
+ facebook?: string | undefined;
3892
+ twitter?: string | undefined;
3893
+ linkedin?: string | undefined;
3894
+ } | undefined;
3888
3895
  stats?: {
3889
3896
  itemsSold: number;
3890
3897
  totalProducts: number;
3891
3898
  totalReviews: number;
3892
3899
  averageRating?: number | undefined;
3893
3900
  } | undefined;
3894
- isFeatured?: boolean | undefined;
3895
- emiEnabled?: boolean | undefined;
3896
- website?: string | undefined;
3901
+ storeCategory?: string | undefined;
3902
+ storeDescription?: string | undefined;
3903
+ storeLogoURL?: string | undefined;
3904
+ storeBannerURL?: string | undefined;
3897
3905
  shippingConfig?: {
3898
3906
  providers: {
3899
3907
  type: "custom" | "self-courier" | "store-pickup";
@@ -3913,17 +3921,9 @@ export declare const SCHEMAS: {
3913
3921
  }[];
3914
3922
  defaultProviderId: string;
3915
3923
  } | undefined;
3916
- storeCategory?: string | undefined;
3917
- storeDescription?: string | undefined;
3918
- storeLogoURL?: string | undefined;
3919
- storeBannerURL?: string | undefined;
3920
3924
  bio?: string | undefined;
3921
- socialLinks?: {
3922
- instagram?: string | undefined;
3923
- facebook?: string | undefined;
3924
- twitter?: string | undefined;
3925
- linkedin?: string | undefined;
3926
- } | undefined;
3925
+ website?: string | undefined;
3926
+ emiEnabled?: boolean | undefined;
3927
3927
  shippingPolicy?: string | undefined;
3928
3928
  isVacationMode?: boolean | undefined;
3929
3929
  vacationMessage?: string | undefined;
@@ -3966,19 +3966,27 @@ export declare const SCHEMAS: {
3966
3966
  }, import("zod").ZodTypeAny, "passthrough">;
3967
3967
  storeName: string;
3968
3968
  isPublic: boolean;
3969
- storeSlug: string;
3970
3969
  ownerId: string;
3970
+ storeSlug: string;
3971
3971
  location?: string | undefined;
3972
3972
  returnPolicy?: string | undefined;
3973
+ isFeatured?: boolean | undefined;
3974
+ socialLinks?: {
3975
+ instagram?: string | undefined;
3976
+ facebook?: string | undefined;
3977
+ twitter?: string | undefined;
3978
+ linkedin?: string | undefined;
3979
+ } | undefined;
3973
3980
  stats?: {
3974
3981
  itemsSold: number;
3975
3982
  totalProducts: number;
3976
3983
  totalReviews: number;
3977
3984
  averageRating?: number | undefined;
3978
3985
  } | undefined;
3979
- isFeatured?: boolean | undefined;
3980
- emiEnabled?: boolean | undefined;
3981
- website?: string | undefined;
3986
+ storeCategory?: string | undefined;
3987
+ storeDescription?: string | undefined;
3988
+ storeLogoURL?: string | undefined;
3989
+ storeBannerURL?: string | undefined;
3982
3990
  shippingConfig?: {
3983
3991
  providers: {
3984
3992
  type: "custom" | "self-courier" | "store-pickup";
@@ -3998,17 +4006,9 @@ export declare const SCHEMAS: {
3998
4006
  }[];
3999
4007
  defaultProviderId: string;
4000
4008
  } | undefined;
4001
- storeCategory?: string | undefined;
4002
- storeDescription?: string | undefined;
4003
- storeLogoURL?: string | undefined;
4004
- storeBannerURL?: string | undefined;
4005
4009
  bio?: string | undefined;
4006
- socialLinks?: {
4007
- instagram?: string | undefined;
4008
- facebook?: string | undefined;
4009
- twitter?: string | undefined;
4010
- linkedin?: string | undefined;
4011
- } | undefined;
4010
+ website?: string | undefined;
4011
+ emiEnabled?: boolean | undefined;
4012
4012
  shippingPolicy?: string | undefined;
4013
4013
  isVacationMode?: boolean | undefined;
4014
4014
  vacationMessage?: string | undefined;
@@ -4144,7 +4144,7 @@ export declare const SCHEMAS: {
4144
4144
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
4145
4145
  }, import("zod").ZodTypeAny, "passthrough">;
4146
4146
  userId: string;
4147
- category: "account" | "general" | "order_issue" | "billing_payment" | "listing_dispute" | "scam_report" | "refund_request" | "auction_dispute" | "store_change_request" | "order_modification_request" | "unban_request";
4147
+ category: "general" | "account" | "order_issue" | "billing_payment" | "listing_dispute" | "scam_report" | "refund_request" | "auction_dispute" | "store_change_request" | "order_modification_request" | "unban_request";
4148
4148
  description: string;
4149
4149
  priority: "normal" | "high" | "low" | "urgent";
4150
4150
  messages: {
@@ -4187,7 +4187,7 @@ export declare const SCHEMAS: {
4187
4187
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
4188
4188
  }, import("zod").ZodTypeAny, "passthrough">;
4189
4189
  userId: string;
4190
- category: "account" | "general" | "order_issue" | "billing_payment" | "listing_dispute" | "scam_report" | "refund_request" | "auction_dispute" | "store_change_request" | "order_modification_request" | "unban_request";
4190
+ category: "general" | "account" | "order_issue" | "billing_payment" | "listing_dispute" | "scam_report" | "refund_request" | "auction_dispute" | "store_change_request" | "order_modification_request" | "unban_request";
4191
4191
  description: string;
4192
4192
  priority: "normal" | "high" | "low" | "urgent";
4193
4193
  messages: {
@@ -4282,14 +4282,14 @@ export declare const SCHEMAS: {
4282
4282
  wallet?: string | null | undefined;
4283
4283
  description?: string | null | undefined;
4284
4284
  method?: string | undefined;
4285
- tax?: number | undefined;
4286
4285
  contact?: string | undefined;
4286
+ tax?: number | undefined;
4287
4287
  fee?: number | undefined;
4288
4288
  bank?: string | null | undefined;
4289
- international?: boolean | undefined;
4290
4289
  entity?: "payment" | undefined;
4291
4290
  order_id?: string | undefined;
4292
4291
  invoice_id?: string | null | undefined;
4292
+ international?: boolean | undefined;
4293
4293
  amount_refunded?: number | undefined;
4294
4294
  refund_status?: string | null | undefined;
4295
4295
  card_id?: string | null | undefined;
@@ -4312,14 +4312,14 @@ export declare const SCHEMAS: {
4312
4312
  wallet?: string | null | undefined;
4313
4313
  description?: string | null | undefined;
4314
4314
  method?: string | undefined;
4315
- tax?: number | undefined;
4316
4315
  contact?: string | undefined;
4316
+ tax?: number | undefined;
4317
4317
  fee?: number | undefined;
4318
4318
  bank?: string | null | undefined;
4319
- international?: boolean | undefined;
4320
4319
  entity?: "payment" | undefined;
4321
4320
  order_id?: string | undefined;
4322
4321
  invoice_id?: string | null | undefined;
4322
+ international?: boolean | undefined;
4323
4323
  amount_refunded?: number | undefined;
4324
4324
  refund_status?: string | null | undefined;
4325
4325
  card_id?: string | null | undefined;
@@ -4344,14 +4344,14 @@ export declare const SCHEMAS: {
4344
4344
  wallet?: string | null | undefined;
4345
4345
  description?: string | null | undefined;
4346
4346
  method?: string | undefined;
4347
- tax?: number | undefined;
4348
4347
  contact?: string | undefined;
4348
+ tax?: number | undefined;
4349
4349
  fee?: number | undefined;
4350
4350
  bank?: string | null | undefined;
4351
- international?: boolean | undefined;
4352
4351
  entity?: "payment" | undefined;
4353
4352
  order_id?: string | undefined;
4354
4353
  invoice_id?: string | null | undefined;
4354
+ international?: boolean | undefined;
4355
4355
  amount_refunded?: number | undefined;
4356
4356
  refund_status?: string | null | undefined;
4357
4357
  card_id?: string | null | undefined;
@@ -4376,14 +4376,14 @@ export declare const SCHEMAS: {
4376
4376
  wallet?: string | null | undefined;
4377
4377
  description?: string | null | undefined;
4378
4378
  method?: string | undefined;
4379
- tax?: number | undefined;
4380
4379
  contact?: string | undefined;
4380
+ tax?: number | undefined;
4381
4381
  fee?: number | undefined;
4382
4382
  bank?: string | null | undefined;
4383
- international?: boolean | undefined;
4384
4383
  entity?: "payment" | undefined;
4385
4384
  order_id?: string | undefined;
4386
4385
  invoice_id?: string | null | undefined;
4386
+ international?: boolean | undefined;
4387
4387
  amount_refunded?: number | undefined;
4388
4388
  refund_status?: string | null | undefined;
4389
4389
  card_id?: string | null | undefined;
@@ -4410,14 +4410,14 @@ export declare const SCHEMAS: {
4410
4410
  wallet?: string | null | undefined;
4411
4411
  description?: string | null | undefined;
4412
4412
  method?: string | undefined;
4413
- tax?: number | undefined;
4414
4413
  contact?: string | undefined;
4414
+ tax?: number | undefined;
4415
4415
  fee?: number | undefined;
4416
4416
  bank?: string | null | undefined;
4417
- international?: boolean | undefined;
4418
4417
  entity?: "payment" | undefined;
4419
4418
  order_id?: string | undefined;
4420
4419
  invoice_id?: string | null | undefined;
4420
+ international?: boolean | undefined;
4421
4421
  amount_refunded?: number | undefined;
4422
4422
  refund_status?: string | null | undefined;
4423
4423
  card_id?: string | null | undefined;
@@ -4444,14 +4444,14 @@ export declare const SCHEMAS: {
4444
4444
  wallet?: string | null | undefined;
4445
4445
  description?: string | null | undefined;
4446
4446
  method?: string | undefined;
4447
- tax?: number | undefined;
4448
4447
  contact?: string | undefined;
4448
+ tax?: number | undefined;
4449
4449
  fee?: number | undefined;
4450
4450
  bank?: string | null | undefined;
4451
- international?: boolean | undefined;
4452
4451
  entity?: "payment" | undefined;
4453
4452
  order_id?: string | undefined;
4454
4453
  invoice_id?: string | null | undefined;
4454
+ international?: boolean | undefined;
4455
4455
  amount_refunded?: number | undefined;
4456
4456
  refund_status?: string | null | undefined;
4457
4457
  card_id?: string | null | undefined;
@@ -4481,14 +4481,14 @@ export declare const SCHEMAS: {
4481
4481
  wallet?: string | null | undefined;
4482
4482
  description?: string | null | undefined;
4483
4483
  method?: string | undefined;
4484
- tax?: number | undefined;
4485
4484
  contact?: string | undefined;
4485
+ tax?: number | undefined;
4486
4486
  fee?: number | undefined;
4487
4487
  bank?: string | null | undefined;
4488
- international?: boolean | undefined;
4489
4488
  entity?: "payment" | undefined;
4490
4489
  order_id?: string | undefined;
4491
4490
  invoice_id?: string | null | undefined;
4491
+ international?: boolean | undefined;
4492
4492
  amount_refunded?: number | undefined;
4493
4493
  refund_status?: string | null | undefined;
4494
4494
  card_id?: string | null | undefined;
@@ -4521,14 +4521,14 @@ export declare const SCHEMAS: {
4521
4521
  wallet?: string | null | undefined;
4522
4522
  description?: string | null | undefined;
4523
4523
  method?: string | undefined;
4524
- tax?: number | undefined;
4525
4524
  contact?: string | undefined;
4525
+ tax?: number | undefined;
4526
4526
  fee?: number | undefined;
4527
4527
  bank?: string | null | undefined;
4528
- international?: boolean | undefined;
4529
4528
  entity?: "payment" | undefined;
4530
4529
  order_id?: string | undefined;
4531
4530
  invoice_id?: string | null | undefined;
4531
+ international?: boolean | undefined;
4532
4532
  amount_refunded?: number | undefined;
4533
4533
  refund_status?: string | null | undefined;
4534
4534
  card_id?: string | null | undefined;
@@ -4594,14 +4594,14 @@ export declare const SCHEMAS: {
4594
4594
  wallet?: string | null | undefined;
4595
4595
  description?: string | null | undefined;
4596
4596
  method?: string | undefined;
4597
- tax?: number | undefined;
4598
4597
  contact?: string | undefined;
4598
+ tax?: number | undefined;
4599
4599
  fee?: number | undefined;
4600
4600
  bank?: string | null | undefined;
4601
- international?: boolean | undefined;
4602
4601
  entity?: "payment" | undefined;
4603
4602
  order_id?: string | undefined;
4604
4603
  invoice_id?: string | null | undefined;
4604
+ international?: boolean | undefined;
4605
4605
  amount_refunded?: number | undefined;
4606
4606
  refund_status?: string | null | undefined;
4607
4607
  card_id?: string | null | undefined;
@@ -4624,14 +4624,14 @@ export declare const SCHEMAS: {
4624
4624
  wallet?: string | null | undefined;
4625
4625
  description?: string | null | undefined;
4626
4626
  method?: string | undefined;
4627
- tax?: number | undefined;
4628
4627
  contact?: string | undefined;
4628
+ tax?: number | undefined;
4629
4629
  fee?: number | undefined;
4630
4630
  bank?: string | null | undefined;
4631
- international?: boolean | undefined;
4632
4631
  entity?: "payment" | undefined;
4633
4632
  order_id?: string | undefined;
4634
4633
  invoice_id?: string | null | undefined;
4634
+ international?: boolean | undefined;
4635
4635
  amount_refunded?: number | undefined;
4636
4636
  refund_status?: string | null | undefined;
4637
4637
  card_id?: string | null | undefined;
@@ -4656,14 +4656,14 @@ export declare const SCHEMAS: {
4656
4656
  wallet?: string | null | undefined;
4657
4657
  description?: string | null | undefined;
4658
4658
  method?: string | undefined;
4659
- tax?: number | undefined;
4660
4659
  contact?: string | undefined;
4660
+ tax?: number | undefined;
4661
4661
  fee?: number | undefined;
4662
4662
  bank?: string | null | undefined;
4663
- international?: boolean | undefined;
4664
4663
  entity?: "payment" | undefined;
4665
4664
  order_id?: string | undefined;
4666
4665
  invoice_id?: string | null | undefined;
4666
+ international?: boolean | undefined;
4667
4667
  amount_refunded?: number | undefined;
4668
4668
  refund_status?: string | null | undefined;
4669
4669
  card_id?: string | null | undefined;
@@ -4688,14 +4688,14 @@ export declare const SCHEMAS: {
4688
4688
  wallet?: string | null | undefined;
4689
4689
  description?: string | null | undefined;
4690
4690
  method?: string | undefined;
4691
- tax?: number | undefined;
4692
4691
  contact?: string | undefined;
4692
+ tax?: number | undefined;
4693
4693
  fee?: number | undefined;
4694
4694
  bank?: string | null | undefined;
4695
- international?: boolean | undefined;
4696
4695
  entity?: "payment" | undefined;
4697
4696
  order_id?: string | undefined;
4698
4697
  invoice_id?: string | null | undefined;
4698
+ international?: boolean | undefined;
4699
4699
  amount_refunded?: number | undefined;
4700
4700
  refund_status?: string | null | undefined;
4701
4701
  card_id?: string | null | undefined;
@@ -4722,14 +4722,14 @@ export declare const SCHEMAS: {
4722
4722
  wallet?: string | null | undefined;
4723
4723
  description?: string | null | undefined;
4724
4724
  method?: string | undefined;
4725
- tax?: number | undefined;
4726
4725
  contact?: string | undefined;
4726
+ tax?: number | undefined;
4727
4727
  fee?: number | undefined;
4728
4728
  bank?: string | null | undefined;
4729
- international?: boolean | undefined;
4730
4729
  entity?: "payment" | undefined;
4731
4730
  order_id?: string | undefined;
4732
4731
  invoice_id?: string | null | undefined;
4732
+ international?: boolean | undefined;
4733
4733
  amount_refunded?: number | undefined;
4734
4734
  refund_status?: string | null | undefined;
4735
4735
  card_id?: string | null | undefined;
@@ -4756,14 +4756,14 @@ export declare const SCHEMAS: {
4756
4756
  wallet?: string | null | undefined;
4757
4757
  description?: string | null | undefined;
4758
4758
  method?: string | undefined;
4759
- tax?: number | undefined;
4760
4759
  contact?: string | undefined;
4760
+ tax?: number | undefined;
4761
4761
  fee?: number | undefined;
4762
4762
  bank?: string | null | undefined;
4763
- international?: boolean | undefined;
4764
4763
  entity?: "payment" | undefined;
4765
4764
  order_id?: string | undefined;
4766
4765
  invoice_id?: string | null | undefined;
4766
+ international?: boolean | undefined;
4767
4767
  amount_refunded?: number | undefined;
4768
4768
  refund_status?: string | null | undefined;
4769
4769
  card_id?: string | null | undefined;
@@ -4793,14 +4793,14 @@ export declare const SCHEMAS: {
4793
4793
  wallet?: string | null | undefined;
4794
4794
  description?: string | null | undefined;
4795
4795
  method?: string | undefined;
4796
- tax?: number | undefined;
4797
4796
  contact?: string | undefined;
4797
+ tax?: number | undefined;
4798
4798
  fee?: number | undefined;
4799
4799
  bank?: string | null | undefined;
4800
- international?: boolean | undefined;
4801
4800
  entity?: "payment" | undefined;
4802
4801
  order_id?: string | undefined;
4803
4802
  invoice_id?: string | null | undefined;
4803
+ international?: boolean | undefined;
4804
4804
  amount_refunded?: number | undefined;
4805
4805
  refund_status?: string | null | undefined;
4806
4806
  card_id?: string | null | undefined;
@@ -4833,14 +4833,14 @@ export declare const SCHEMAS: {
4833
4833
  wallet?: string | null | undefined;
4834
4834
  description?: string | null | undefined;
4835
4835
  method?: string | undefined;
4836
- tax?: number | undefined;
4837
4836
  contact?: string | undefined;
4837
+ tax?: number | undefined;
4838
4838
  fee?: number | undefined;
4839
4839
  bank?: string | null | undefined;
4840
- international?: boolean | undefined;
4841
4840
  entity?: "payment" | undefined;
4842
4841
  order_id?: string | undefined;
4843
4842
  invoice_id?: string | null | undefined;
4843
+ international?: boolean | undefined;
4844
4844
  amount_refunded?: number | undefined;
4845
4845
  refund_status?: string | null | undefined;
4846
4846
  card_id?: string | null | undefined;
@@ -4906,14 +4906,14 @@ export declare const SCHEMAS: {
4906
4906
  wallet?: string | null | undefined;
4907
4907
  description?: string | null | undefined;
4908
4908
  method?: string | undefined;
4909
- tax?: number | undefined;
4910
4909
  contact?: string | undefined;
4910
+ tax?: number | undefined;
4911
4911
  fee?: number | undefined;
4912
4912
  bank?: string | null | undefined;
4913
- international?: boolean | undefined;
4914
4913
  entity?: "payment" | undefined;
4915
4914
  order_id?: string | undefined;
4916
4915
  invoice_id?: string | null | undefined;
4916
+ international?: boolean | undefined;
4917
4917
  amount_refunded?: number | undefined;
4918
4918
  refund_status?: string | null | undefined;
4919
4919
  card_id?: string | null | undefined;
@@ -4936,14 +4936,14 @@ export declare const SCHEMAS: {
4936
4936
  wallet?: string | null | undefined;
4937
4937
  description?: string | null | undefined;
4938
4938
  method?: string | undefined;
4939
- tax?: number | undefined;
4940
4939
  contact?: string | undefined;
4940
+ tax?: number | undefined;
4941
4941
  fee?: number | undefined;
4942
4942
  bank?: string | null | undefined;
4943
- international?: boolean | undefined;
4944
4943
  entity?: "payment" | undefined;
4945
4944
  order_id?: string | undefined;
4946
4945
  invoice_id?: string | null | undefined;
4946
+ international?: boolean | undefined;
4947
4947
  amount_refunded?: number | undefined;
4948
4948
  refund_status?: string | null | undefined;
4949
4949
  card_id?: string | null | undefined;
@@ -4968,14 +4968,14 @@ export declare const SCHEMAS: {
4968
4968
  wallet?: string | null | undefined;
4969
4969
  description?: string | null | undefined;
4970
4970
  method?: string | undefined;
4971
- tax?: number | undefined;
4972
4971
  contact?: string | undefined;
4972
+ tax?: number | undefined;
4973
4973
  fee?: number | undefined;
4974
4974
  bank?: string | null | undefined;
4975
- international?: boolean | undefined;
4976
4975
  entity?: "payment" | undefined;
4977
4976
  order_id?: string | undefined;
4978
4977
  invoice_id?: string | null | undefined;
4978
+ international?: boolean | undefined;
4979
4979
  amount_refunded?: number | undefined;
4980
4980
  refund_status?: string | null | undefined;
4981
4981
  card_id?: string | null | undefined;
@@ -5000,14 +5000,14 @@ export declare const SCHEMAS: {
5000
5000
  wallet?: string | null | undefined;
5001
5001
  description?: string | null | undefined;
5002
5002
  method?: string | undefined;
5003
- tax?: number | undefined;
5004
5003
  contact?: string | undefined;
5004
+ tax?: number | undefined;
5005
5005
  fee?: number | undefined;
5006
5006
  bank?: string | null | undefined;
5007
- international?: boolean | undefined;
5008
5007
  entity?: "payment" | undefined;
5009
5008
  order_id?: string | undefined;
5010
5009
  invoice_id?: string | null | undefined;
5010
+ international?: boolean | undefined;
5011
5011
  amount_refunded?: number | undefined;
5012
5012
  refund_status?: string | null | undefined;
5013
5013
  card_id?: string | null | undefined;
@@ -5034,14 +5034,14 @@ export declare const SCHEMAS: {
5034
5034
  wallet?: string | null | undefined;
5035
5035
  description?: string | null | undefined;
5036
5036
  method?: string | undefined;
5037
- tax?: number | undefined;
5038
5037
  contact?: string | undefined;
5038
+ tax?: number | undefined;
5039
5039
  fee?: number | undefined;
5040
5040
  bank?: string | null | undefined;
5041
- international?: boolean | undefined;
5042
5041
  entity?: "payment" | undefined;
5043
5042
  order_id?: string | undefined;
5044
5043
  invoice_id?: string | null | undefined;
5044
+ international?: boolean | undefined;
5045
5045
  amount_refunded?: number | undefined;
5046
5046
  refund_status?: string | null | undefined;
5047
5047
  card_id?: string | null | undefined;
@@ -5068,14 +5068,14 @@ export declare const SCHEMAS: {
5068
5068
  wallet?: string | null | undefined;
5069
5069
  description?: string | null | undefined;
5070
5070
  method?: string | undefined;
5071
- tax?: number | undefined;
5072
5071
  contact?: string | undefined;
5072
+ tax?: number | undefined;
5073
5073
  fee?: number | undefined;
5074
5074
  bank?: string | null | undefined;
5075
- international?: boolean | undefined;
5076
5075
  entity?: "payment" | undefined;
5077
5076
  order_id?: string | undefined;
5078
5077
  invoice_id?: string | null | undefined;
5078
+ international?: boolean | undefined;
5079
5079
  amount_refunded?: number | undefined;
5080
5080
  refund_status?: string | null | undefined;
5081
5081
  card_id?: string | null | undefined;
@@ -5105,14 +5105,14 @@ export declare const SCHEMAS: {
5105
5105
  wallet?: string | null | undefined;
5106
5106
  description?: string | null | undefined;
5107
5107
  method?: string | undefined;
5108
- tax?: number | undefined;
5109
5108
  contact?: string | undefined;
5109
+ tax?: number | undefined;
5110
5110
  fee?: number | undefined;
5111
5111
  bank?: string | null | undefined;
5112
- international?: boolean | undefined;
5113
5112
  entity?: "payment" | undefined;
5114
5113
  order_id?: string | undefined;
5115
5114
  invoice_id?: string | null | undefined;
5115
+ international?: boolean | undefined;
5116
5116
  amount_refunded?: number | undefined;
5117
5117
  refund_status?: string | null | undefined;
5118
5118
  card_id?: string | null | undefined;
@@ -5145,14 +5145,14 @@ export declare const SCHEMAS: {
5145
5145
  wallet?: string | null | undefined;
5146
5146
  description?: string | null | undefined;
5147
5147
  method?: string | undefined;
5148
- tax?: number | undefined;
5149
5148
  contact?: string | undefined;
5149
+ tax?: number | undefined;
5150
5150
  fee?: number | undefined;
5151
5151
  bank?: string | null | undefined;
5152
- international?: boolean | undefined;
5153
5152
  entity?: "payment" | undefined;
5154
5153
  order_id?: string | undefined;
5155
5154
  invoice_id?: string | null | undefined;
5155
+ international?: boolean | undefined;
5156
5156
  amount_refunded?: number | undefined;
5157
5157
  refund_status?: string | null | undefined;
5158
5158
  card_id?: string | null | undefined;
@@ -5295,14 +5295,14 @@ export declare const SCHEMAS: {
5295
5295
  wallet?: string | null | undefined;
5296
5296
  description?: string | null | undefined;
5297
5297
  method?: string | undefined;
5298
- tax?: number | undefined;
5299
5298
  contact?: string | undefined;
5299
+ tax?: number | undefined;
5300
5300
  fee?: number | undefined;
5301
5301
  bank?: string | null | undefined;
5302
- international?: boolean | undefined;
5303
5302
  entity?: "payment" | undefined;
5304
5303
  order_id?: string | undefined;
5305
5304
  invoice_id?: string | null | undefined;
5305
+ international?: boolean | undefined;
5306
5306
  amount_refunded?: number | undefined;
5307
5307
  refund_status?: string | null | undefined;
5308
5308
  card_id?: string | null | undefined;
@@ -5325,14 +5325,14 @@ export declare const SCHEMAS: {
5325
5325
  wallet?: string | null | undefined;
5326
5326
  description?: string | null | undefined;
5327
5327
  method?: string | undefined;
5328
- tax?: number | undefined;
5329
5328
  contact?: string | undefined;
5329
+ tax?: number | undefined;
5330
5330
  fee?: number | undefined;
5331
5331
  bank?: string | null | undefined;
5332
- international?: boolean | undefined;
5333
5332
  entity?: "payment" | undefined;
5334
5333
  order_id?: string | undefined;
5335
5334
  invoice_id?: string | null | undefined;
5335
+ international?: boolean | undefined;
5336
5336
  amount_refunded?: number | undefined;
5337
5337
  refund_status?: string | null | undefined;
5338
5338
  card_id?: string | null | undefined;
@@ -5357,14 +5357,14 @@ export declare const SCHEMAS: {
5357
5357
  wallet?: string | null | undefined;
5358
5358
  description?: string | null | undefined;
5359
5359
  method?: string | undefined;
5360
- tax?: number | undefined;
5361
5360
  contact?: string | undefined;
5361
+ tax?: number | undefined;
5362
5362
  fee?: number | undefined;
5363
5363
  bank?: string | null | undefined;
5364
- international?: boolean | undefined;
5365
5364
  entity?: "payment" | undefined;
5366
5365
  order_id?: string | undefined;
5367
5366
  invoice_id?: string | null | undefined;
5367
+ international?: boolean | undefined;
5368
5368
  amount_refunded?: number | undefined;
5369
5369
  refund_status?: string | null | undefined;
5370
5370
  card_id?: string | null | undefined;
@@ -5389,14 +5389,14 @@ export declare const SCHEMAS: {
5389
5389
  wallet?: string | null | undefined;
5390
5390
  description?: string | null | undefined;
5391
5391
  method?: string | undefined;
5392
- tax?: number | undefined;
5393
5392
  contact?: string | undefined;
5393
+ tax?: number | undefined;
5394
5394
  fee?: number | undefined;
5395
5395
  bank?: string | null | undefined;
5396
- international?: boolean | undefined;
5397
5396
  entity?: "payment" | undefined;
5398
5397
  order_id?: string | undefined;
5399
5398
  invoice_id?: string | null | undefined;
5399
+ international?: boolean | undefined;
5400
5400
  amount_refunded?: number | undefined;
5401
5401
  refund_status?: string | null | undefined;
5402
5402
  card_id?: string | null | undefined;
@@ -5440,14 +5440,14 @@ export declare const SCHEMAS: {
5440
5440
  wallet?: string | null | undefined;
5441
5441
  description?: string | null | undefined;
5442
5442
  method?: string | undefined;
5443
- tax?: number | undefined;
5444
5443
  contact?: string | undefined;
5444
+ tax?: number | undefined;
5445
5445
  fee?: number | undefined;
5446
5446
  bank?: string | null | undefined;
5447
- international?: boolean | undefined;
5448
5447
  entity?: "payment" | undefined;
5449
5448
  order_id?: string | undefined;
5450
5449
  invoice_id?: string | null | undefined;
5450
+ international?: boolean | undefined;
5451
5451
  amount_refunded?: number | undefined;
5452
5452
  refund_status?: string | null | undefined;
5453
5453
  card_id?: string | null | undefined;
@@ -5491,14 +5491,14 @@ export declare const SCHEMAS: {
5491
5491
  wallet?: string | null | undefined;
5492
5492
  description?: string | null | undefined;
5493
5493
  method?: string | undefined;
5494
- tax?: number | undefined;
5495
5494
  contact?: string | undefined;
5495
+ tax?: number | undefined;
5496
5496
  fee?: number | undefined;
5497
5497
  bank?: string | null | undefined;
5498
- international?: boolean | undefined;
5499
5498
  entity?: "payment" | undefined;
5500
5499
  order_id?: string | undefined;
5501
5500
  invoice_id?: string | null | undefined;
5501
+ international?: boolean | undefined;
5502
5502
  amount_refunded?: number | undefined;
5503
5503
  refund_status?: string | null | undefined;
5504
5504
  card_id?: string | null | undefined;
@@ -5545,14 +5545,14 @@ export declare const SCHEMAS: {
5545
5545
  wallet?: string | null | undefined;
5546
5546
  description?: string | null | undefined;
5547
5547
  method?: string | undefined;
5548
- tax?: number | undefined;
5549
5548
  contact?: string | undefined;
5549
+ tax?: number | undefined;
5550
5550
  fee?: number | undefined;
5551
5551
  bank?: string | null | undefined;
5552
- international?: boolean | undefined;
5553
5552
  entity?: "payment" | undefined;
5554
5553
  order_id?: string | undefined;
5555
5554
  invoice_id?: string | null | undefined;
5555
+ international?: boolean | undefined;
5556
5556
  amount_refunded?: number | undefined;
5557
5557
  refund_status?: string | null | undefined;
5558
5558
  card_id?: string | null | undefined;
@@ -5602,14 +5602,14 @@ export declare const SCHEMAS: {
5602
5602
  wallet?: string | null | undefined;
5603
5603
  description?: string | null | undefined;
5604
5604
  method?: string | undefined;
5605
- tax?: number | undefined;
5606
5605
  contact?: string | undefined;
5606
+ tax?: number | undefined;
5607
5607
  fee?: number | undefined;
5608
5608
  bank?: string | null | undefined;
5609
- international?: boolean | undefined;
5610
5609
  entity?: "payment" | undefined;
5611
5610
  order_id?: string | undefined;
5612
5611
  invoice_id?: string | null | undefined;
5612
+ international?: boolean | undefined;
5613
5613
  amount_refunded?: number | undefined;
5614
5614
  refund_status?: string | null | undefined;
5615
5615
  card_id?: string | null | undefined;
@@ -5920,14 +5920,14 @@ export declare const SCHEMAS: {
5920
5920
  wallet?: string | null | undefined;
5921
5921
  description?: string | null | undefined;
5922
5922
  method?: string | undefined;
5923
- tax?: number | undefined;
5924
5923
  contact?: string | undefined;
5924
+ tax?: number | undefined;
5925
5925
  fee?: number | undefined;
5926
5926
  bank?: string | null | undefined;
5927
- international?: boolean | undefined;
5928
5927
  entity?: "payment" | undefined;
5929
5928
  order_id?: string | undefined;
5930
5929
  invoice_id?: string | null | undefined;
5930
+ international?: boolean | undefined;
5931
5931
  amount_refunded?: number | undefined;
5932
5932
  refund_status?: string | null | undefined;
5933
5933
  card_id?: string | null | undefined;
@@ -5950,14 +5950,14 @@ export declare const SCHEMAS: {
5950
5950
  wallet?: string | null | undefined;
5951
5951
  description?: string | null | undefined;
5952
5952
  method?: string | undefined;
5953
- tax?: number | undefined;
5954
5953
  contact?: string | undefined;
5954
+ tax?: number | undefined;
5955
5955
  fee?: number | undefined;
5956
5956
  bank?: string | null | undefined;
5957
- international?: boolean | undefined;
5958
5957
  entity?: "payment" | undefined;
5959
5958
  order_id?: string | undefined;
5960
5959
  invoice_id?: string | null | undefined;
5960
+ international?: boolean | undefined;
5961
5961
  amount_refunded?: number | undefined;
5962
5962
  refund_status?: string | null | undefined;
5963
5963
  card_id?: string | null | undefined;
@@ -5982,14 +5982,14 @@ export declare const SCHEMAS: {
5982
5982
  wallet?: string | null | undefined;
5983
5983
  description?: string | null | undefined;
5984
5984
  method?: string | undefined;
5985
- tax?: number | undefined;
5986
5985
  contact?: string | undefined;
5986
+ tax?: number | undefined;
5987
5987
  fee?: number | undefined;
5988
5988
  bank?: string | null | undefined;
5989
- international?: boolean | undefined;
5990
5989
  entity?: "payment" | undefined;
5991
5990
  order_id?: string | undefined;
5992
5991
  invoice_id?: string | null | undefined;
5992
+ international?: boolean | undefined;
5993
5993
  amount_refunded?: number | undefined;
5994
5994
  refund_status?: string | null | undefined;
5995
5995
  card_id?: string | null | undefined;
@@ -6014,14 +6014,14 @@ export declare const SCHEMAS: {
6014
6014
  wallet?: string | null | undefined;
6015
6015
  description?: string | null | undefined;
6016
6016
  method?: string | undefined;
6017
- tax?: number | undefined;
6018
6017
  contact?: string | undefined;
6018
+ tax?: number | undefined;
6019
6019
  fee?: number | undefined;
6020
6020
  bank?: string | null | undefined;
6021
- international?: boolean | undefined;
6022
6021
  entity?: "payment" | undefined;
6023
6022
  order_id?: string | undefined;
6024
6023
  invoice_id?: string | null | undefined;
6024
+ international?: boolean | undefined;
6025
6025
  amount_refunded?: number | undefined;
6026
6026
  refund_status?: string | null | undefined;
6027
6027
  card_id?: string | null | undefined;
@@ -6065,14 +6065,14 @@ export declare const SCHEMAS: {
6065
6065
  wallet?: string | null | undefined;
6066
6066
  description?: string | null | undefined;
6067
6067
  method?: string | undefined;
6068
- tax?: number | undefined;
6069
6068
  contact?: string | undefined;
6069
+ tax?: number | undefined;
6070
6070
  fee?: number | undefined;
6071
6071
  bank?: string | null | undefined;
6072
- international?: boolean | undefined;
6073
6072
  entity?: "payment" | undefined;
6074
6073
  order_id?: string | undefined;
6075
6074
  invoice_id?: string | null | undefined;
6075
+ international?: boolean | undefined;
6076
6076
  amount_refunded?: number | undefined;
6077
6077
  refund_status?: string | null | undefined;
6078
6078
  card_id?: string | null | undefined;
@@ -6116,14 +6116,14 @@ export declare const SCHEMAS: {
6116
6116
  wallet?: string | null | undefined;
6117
6117
  description?: string | null | undefined;
6118
6118
  method?: string | undefined;
6119
- tax?: number | undefined;
6120
6119
  contact?: string | undefined;
6120
+ tax?: number | undefined;
6121
6121
  fee?: number | undefined;
6122
6122
  bank?: string | null | undefined;
6123
- international?: boolean | undefined;
6124
6123
  entity?: "payment" | undefined;
6125
6124
  order_id?: string | undefined;
6126
6125
  invoice_id?: string | null | undefined;
6126
+ international?: boolean | undefined;
6127
6127
  amount_refunded?: number | undefined;
6128
6128
  refund_status?: string | null | undefined;
6129
6129
  card_id?: string | null | undefined;
@@ -6170,14 +6170,14 @@ export declare const SCHEMAS: {
6170
6170
  wallet?: string | null | undefined;
6171
6171
  description?: string | null | undefined;
6172
6172
  method?: string | undefined;
6173
- tax?: number | undefined;
6174
6173
  contact?: string | undefined;
6174
+ tax?: number | undefined;
6175
6175
  fee?: number | undefined;
6176
6176
  bank?: string | null | undefined;
6177
- international?: boolean | undefined;
6178
6177
  entity?: "payment" | undefined;
6179
6178
  order_id?: string | undefined;
6180
6179
  invoice_id?: string | null | undefined;
6180
+ international?: boolean | undefined;
6181
6181
  amount_refunded?: number | undefined;
6182
6182
  refund_status?: string | null | undefined;
6183
6183
  card_id?: string | null | undefined;
@@ -6227,14 +6227,14 @@ export declare const SCHEMAS: {
6227
6227
  wallet?: string | null | undefined;
6228
6228
  description?: string | null | undefined;
6229
6229
  method?: string | undefined;
6230
- tax?: number | undefined;
6231
6230
  contact?: string | undefined;
6231
+ tax?: number | undefined;
6232
6232
  fee?: number | undefined;
6233
6233
  bank?: string | null | undefined;
6234
- international?: boolean | undefined;
6235
6234
  entity?: "payment" | undefined;
6236
6235
  order_id?: string | undefined;
6237
6236
  invoice_id?: string | null | undefined;
6237
+ international?: boolean | undefined;
6238
6238
  amount_refunded?: number | undefined;
6239
6239
  refund_status?: string | null | undefined;
6240
6240
  card_id?: string | null | undefined;
@@ -6367,14 +6367,14 @@ export declare const SCHEMAS: {
6367
6367
  wallet?: string | null | undefined;
6368
6368
  description?: string | null | undefined;
6369
6369
  method?: string | undefined;
6370
- tax?: number | undefined;
6371
6370
  contact?: string | undefined;
6371
+ tax?: number | undefined;
6372
6372
  fee?: number | undefined;
6373
6373
  bank?: string | null | undefined;
6374
- international?: boolean | undefined;
6375
6374
  entity?: "payment" | undefined;
6376
6375
  order_id?: string | undefined;
6377
6376
  invoice_id?: string | null | undefined;
6377
+ international?: boolean | undefined;
6378
6378
  amount_refunded?: number | undefined;
6379
6379
  refund_status?: string | null | undefined;
6380
6380
  card_id?: string | null | undefined;
@@ -6397,14 +6397,14 @@ export declare const SCHEMAS: {
6397
6397
  wallet?: string | null | undefined;
6398
6398
  description?: string | null | undefined;
6399
6399
  method?: string | undefined;
6400
- tax?: number | undefined;
6401
6400
  contact?: string | undefined;
6401
+ tax?: number | undefined;
6402
6402
  fee?: number | undefined;
6403
6403
  bank?: string | null | undefined;
6404
- international?: boolean | undefined;
6405
6404
  entity?: "payment" | undefined;
6406
6405
  order_id?: string | undefined;
6407
6406
  invoice_id?: string | null | undefined;
6407
+ international?: boolean | undefined;
6408
6408
  amount_refunded?: number | undefined;
6409
6409
  refund_status?: string | null | undefined;
6410
6410
  card_id?: string | null | undefined;
@@ -6429,14 +6429,14 @@ export declare const SCHEMAS: {
6429
6429
  wallet?: string | null | undefined;
6430
6430
  description?: string | null | undefined;
6431
6431
  method?: string | undefined;
6432
- tax?: number | undefined;
6433
6432
  contact?: string | undefined;
6433
+ tax?: number | undefined;
6434
6434
  fee?: number | undefined;
6435
6435
  bank?: string | null | undefined;
6436
- international?: boolean | undefined;
6437
6436
  entity?: "payment" | undefined;
6438
6437
  order_id?: string | undefined;
6439
6438
  invoice_id?: string | null | undefined;
6439
+ international?: boolean | undefined;
6440
6440
  amount_refunded?: number | undefined;
6441
6441
  refund_status?: string | null | undefined;
6442
6442
  card_id?: string | null | undefined;
@@ -6461,14 +6461,14 @@ export declare const SCHEMAS: {
6461
6461
  wallet?: string | null | undefined;
6462
6462
  description?: string | null | undefined;
6463
6463
  method?: string | undefined;
6464
- tax?: number | undefined;
6465
6464
  contact?: string | undefined;
6465
+ tax?: number | undefined;
6466
6466
  fee?: number | undefined;
6467
6467
  bank?: string | null | undefined;
6468
- international?: boolean | undefined;
6469
6468
  entity?: "payment" | undefined;
6470
6469
  order_id?: string | undefined;
6471
6470
  invoice_id?: string | null | undefined;
6471
+ international?: boolean | undefined;
6472
6472
  amount_refunded?: number | undefined;
6473
6473
  refund_status?: string | null | undefined;
6474
6474
  card_id?: string | null | undefined;
@@ -6510,14 +6510,14 @@ export declare const SCHEMAS: {
6510
6510
  wallet?: string | null | undefined;
6511
6511
  description?: string | null | undefined;
6512
6512
  method?: string | undefined;
6513
- tax?: number | undefined;
6514
6513
  contact?: string | undefined;
6514
+ tax?: number | undefined;
6515
6515
  fee?: number | undefined;
6516
6516
  bank?: string | null | undefined;
6517
- international?: boolean | undefined;
6518
6517
  entity?: "payment" | undefined;
6519
6518
  order_id?: string | undefined;
6520
6519
  invoice_id?: string | null | undefined;
6520
+ international?: boolean | undefined;
6521
6521
  amount_refunded?: number | undefined;
6522
6522
  refund_status?: string | null | undefined;
6523
6523
  card_id?: string | null | undefined;
@@ -6559,14 +6559,14 @@ export declare const SCHEMAS: {
6559
6559
  wallet?: string | null | undefined;
6560
6560
  description?: string | null | undefined;
6561
6561
  method?: string | undefined;
6562
- tax?: number | undefined;
6563
6562
  contact?: string | undefined;
6563
+ tax?: number | undefined;
6564
6564
  fee?: number | undefined;
6565
6565
  bank?: string | null | undefined;
6566
- international?: boolean | undefined;
6567
6566
  entity?: "payment" | undefined;
6568
6567
  order_id?: string | undefined;
6569
6568
  invoice_id?: string | null | undefined;
6569
+ international?: boolean | undefined;
6570
6570
  amount_refunded?: number | undefined;
6571
6571
  refund_status?: string | null | undefined;
6572
6572
  card_id?: string | null | undefined;
@@ -6611,14 +6611,14 @@ export declare const SCHEMAS: {
6611
6611
  wallet?: string | null | undefined;
6612
6612
  description?: string | null | undefined;
6613
6613
  method?: string | undefined;
6614
- tax?: number | undefined;
6615
6614
  contact?: string | undefined;
6615
+ tax?: number | undefined;
6616
6616
  fee?: number | undefined;
6617
6617
  bank?: string | null | undefined;
6618
- international?: boolean | undefined;
6619
6618
  entity?: "payment" | undefined;
6620
6619
  order_id?: string | undefined;
6621
6620
  invoice_id?: string | null | undefined;
6621
+ international?: boolean | undefined;
6622
6622
  amount_refunded?: number | undefined;
6623
6623
  refund_status?: string | null | undefined;
6624
6624
  card_id?: string | null | undefined;
@@ -6666,14 +6666,14 @@ export declare const SCHEMAS: {
6666
6666
  wallet?: string | null | undefined;
6667
6667
  description?: string | null | undefined;
6668
6668
  method?: string | undefined;
6669
- tax?: number | undefined;
6670
6669
  contact?: string | undefined;
6670
+ tax?: number | undefined;
6671
6671
  fee?: number | undefined;
6672
6672
  bank?: string | null | undefined;
6673
- international?: boolean | undefined;
6674
6673
  entity?: "payment" | undefined;
6675
6674
  order_id?: string | undefined;
6676
6675
  invoice_id?: string | null | undefined;
6676
+ international?: boolean | undefined;
6677
6677
  amount_refunded?: number | undefined;
6678
6678
  refund_status?: string | null | undefined;
6679
6679
  card_id?: string | null | undefined;