@mohasinac/appkit 3.3.2 → 3.3.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 (46) hide show
  1. package/dist/_internal/client/features/lottery/LotteryAdminSlotView.js +1 -1
  2. package/dist/_internal/server/features/cart/actions.js +1 -1
  3. package/dist/_internal/server/features/lottery/data.d.ts +2 -3
  4. package/dist/_internal/server/features/products/actions.js +1 -1
  5. package/dist/client/api/surface-error.js +6 -6
  6. package/dist/features/admin/components/AdminSectionsView.js +7 -4
  7. package/dist/features/admin/constants/filter-tabs.js +11 -0
  8. package/dist/features/auctions/columns/index.js +1 -1
  9. package/dist/features/auctions/schemas/index.d.ts +2 -2
  10. package/dist/features/auth/hooks/useRBAC.js +6 -1
  11. package/dist/features/blog/columns/index.js +1 -1
  12. package/dist/features/categories/schemas/firestore.d.ts +1 -1
  13. package/dist/features/contact/email.js +0 -1
  14. package/dist/features/faq/actions/faq-actions.d.ts +6 -6
  15. package/dist/features/faq/schemas/index.d.ts +4 -4
  16. package/dist/features/forms/Slider.js +4 -1
  17. package/dist/features/forms/Toggle.js +4 -1
  18. package/dist/features/homepage/components/NewsletterBanner.js +1 -1
  19. package/dist/features/layout/BottomActions.js +27 -0
  20. package/dist/features/layout/BottomActionsContext.d.ts +36 -0
  21. package/dist/features/layout/BottomActionsContext.js +36 -0
  22. package/dist/features/orders/schemas/index.d.ts +2 -2
  23. package/dist/features/payments/schemas/index.d.ts +4 -4
  24. package/dist/features/products/repository/products.repository.js +1 -1
  25. package/dist/features/products/schemas/product-features.validators.d.ts +6 -6
  26. package/dist/features/promotions/repository/claimed-coupons.repository.js +1 -1
  27. package/dist/features/reviews/columns/index.js +1 -1
  28. package/dist/features/search/schemas/index.d.ts +2 -2
  29. package/dist/features/seller/actions/seller-actions.d.ts +2 -2
  30. package/dist/features/seller/components/SellerOrdersView.js +4 -1
  31. package/dist/features/seller/components/SellerProductsView.js +35 -31
  32. package/dist/features/seller/components/SellerReviewsView.js +1 -1
  33. package/dist/features/seller/schemas/index.d.ts +2 -2
  34. package/dist/features/stores/columns/index.js +1 -1
  35. package/dist/features/stores/components/StoresIndexListing.js +20 -15
  36. package/dist/features/support/schemas/index.d.ts +2 -2
  37. package/dist/features/wishlist/actions/wishlist-actions.js +1 -1
  38. package/dist/next/components/NotFoundView.js +17 -0
  39. package/dist/next/components/UnauthorizedView.js +13 -0
  40. package/dist/schemas/registry.d.ts +145 -146
  41. package/dist/schemas/webhooks/razorpay.d.ts +136 -136
  42. package/dist/ui/columns/column-renderers.js +1 -1
  43. package/dist/ui/components/Accordion.js +10 -6
  44. package/dist/ui/components/ListingLayout.js +6 -2
  45. package/dist/validation/schemas.d.ts +4 -4
  46. package/package.json +1 -1
@@ -1,4 +1,3 @@
1
- import type { JsonValue } from "@mohasinac/appkit";
2
1
  export declare const SCHEMAS: {
3
2
  readonly firestore: {
4
3
  readonly addresses: import("zod").ZodObject<{
@@ -2049,8 +2048,8 @@ export declare const SCHEMAS: {
2049
2048
  updatedAt: string | Date | import("zod").objectOutputType<{
2050
2049
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
2051
2050
  }, import("zod").ZodTypeAny, "passthrough">;
2052
- order: number;
2053
2051
  priority: number;
2052
+ order: number;
2054
2053
  stats: {
2055
2054
  views: number;
2056
2055
  helpful: number;
@@ -2088,8 +2087,8 @@ export declare const SCHEMAS: {
2088
2087
  updatedAt: string | Date | import("zod").objectInputType<{
2089
2088
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
2090
2089
  }, import("zod").ZodTypeAny, "passthrough">;
2091
- order: number;
2092
2090
  priority: number;
2091
+ order: number;
2093
2092
  stats: {
2094
2093
  views: number;
2095
2094
  helpful: number;
@@ -2215,7 +2214,7 @@ export declare const SCHEMAS: {
2215
2214
  type: import("zod").ZodEnum<["welcome", "carousel", "stats", "trust-indicators", "categories", "brands", "products", "pre-orders", "auctions", "banner", "features", "reviews", "whatsapp-community", "faq", "blog-articles", "newsletter", "stores", "events", "social-feed", "custom-cards", "google-reviews", "featured-bundles", "prize-draws", "event-raffles", "collection-cards"]>;
2216
2215
  order: import("zod").ZodNumber;
2217
2216
  enabled: import("zod").ZodBoolean;
2218
- config: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<JsonValue, import("zod").ZodTypeDef, JsonValue>>;
2217
+ config: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("./types").JsonValue, import("zod").ZodTypeDef, import("./types").JsonValue>>;
2219
2218
  }, "strip", import("zod").ZodTypeAny, {
2220
2219
  type: "products" | "features" | "banner" | "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";
2221
2220
  createdAt: string | Date | import("zod").objectOutputType<{
@@ -2227,7 +2226,7 @@ export declare const SCHEMAS: {
2227
2226
  }, import("zod").ZodTypeAny, "passthrough">;
2228
2227
  order: number;
2229
2228
  enabled: boolean;
2230
- config: Record<string, JsonValue>;
2229
+ config: Record<string, import("./types").JsonValue>;
2231
2230
  }, {
2232
2231
  type: "products" | "features" | "banner" | "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";
2233
2232
  createdAt: string | Date | import("zod").objectInputType<{
@@ -2239,7 +2238,7 @@ export declare const SCHEMAS: {
2239
2238
  }, import("zod").ZodTypeAny, "passthrough">;
2240
2239
  order: number;
2241
2240
  enabled: boolean;
2242
- config: Record<string, JsonValue>;
2241
+ config: Record<string, import("./types").JsonValue>;
2243
2242
  }>;
2244
2243
  readonly orders: import("zod").ZodObject<{
2245
2244
  createdAt: import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString, import("zod").ZodObject<{
@@ -2555,8 +2554,8 @@ export declare const SCHEMAS: {
2555
2554
  bin: string;
2556
2555
  }>>;
2557
2556
  }, "strip", import("zod").ZodTypeAny, {
2558
- status: "cancelled" | "pending" | "processing" | "refunded" | "confirmed" | "shipped" | "delivered" | "return_requested" | "returned";
2559
2557
  currency: string;
2558
+ status: "cancelled" | "pending" | "processing" | "refunded" | "confirmed" | "shipped" | "delivered" | "return_requested" | "returned";
2560
2559
  createdAt: string | Date | import("zod").objectOutputType<{
2561
2560
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
2562
2561
  }, import("zod").ZodTypeAny, "passthrough">;
@@ -2700,8 +2699,8 @@ export declare const SCHEMAS: {
2700
2699
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
2701
2700
  shippingProofUploadedBy?: string | undefined;
2702
2701
  }, {
2703
- status: "cancelled" | "pending" | "processing" | "refunded" | "confirmed" | "shipped" | "delivered" | "return_requested" | "returned";
2704
2702
  currency: string;
2703
+ status: "cancelled" | "pending" | "processing" | "refunded" | "confirmed" | "shipped" | "delivered" | "return_requested" | "returned";
2705
2704
  createdAt: string | Date | import("zod").objectInputType<{
2706
2705
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
2707
2706
  }, import("zod").ZodTypeAny, "passthrough">;
@@ -2944,8 +2943,8 @@ export declare const SCHEMAS: {
2944
2943
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
2945
2944
  }, import("zod").ZodTypeAny, "passthrough">>]>>;
2946
2945
  }, "strip", import("zod").ZodTypeAny, {
2947
- status: "pending" | "paid" | "failed" | "processing";
2948
2946
  currency: string;
2947
+ status: "pending" | "paid" | "failed" | "processing";
2949
2948
  storeId: string;
2950
2949
  createdAt: string | Date | import("zod").objectOutputType<{
2951
2950
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
@@ -2994,8 +2993,8 @@ export declare const SCHEMAS: {
2994
2993
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
2995
2994
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
2996
2995
  }, {
2997
- status: "pending" | "paid" | "failed" | "processing";
2998
2996
  currency: string;
2997
+ status: "pending" | "paid" | "failed" | "processing";
2999
2998
  storeId: string;
3000
2999
  createdAt: string | Date | import("zod").objectInputType<{
3001
3000
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
@@ -4132,8 +4131,8 @@ export declare const SCHEMAS: {
4132
4131
  updatedAt: string | Date | import("zod").objectOutputType<{
4133
4132
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
4134
4133
  }, import("zod").ZodTypeAny, "passthrough">;
4134
+ priority: "high" | "low" | "normal" | "urgent";
4135
4135
  userId: string;
4136
- priority: "normal" | "high" | "low" | "urgent";
4137
4136
  messages: {
4138
4137
  createdAt: string | Date | import("zod").objectOutputType<{
4139
4138
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
@@ -4175,8 +4174,8 @@ export declare const SCHEMAS: {
4175
4174
  updatedAt: string | Date | import("zod").objectInputType<{
4176
4175
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
4177
4176
  }, import("zod").ZodTypeAny, "passthrough">;
4177
+ priority: "high" | "low" | "normal" | "urgent";
4178
4178
  userId: string;
4179
- priority: "normal" | "high" | "low" | "urgent";
4180
4179
  messages: {
4181
4180
  createdAt: string | Date | import("zod").objectInputType<{
4182
4181
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
@@ -4210,12 +4209,12 @@ export declare const SCHEMAS: {
4210
4209
  }>;
4211
4210
  };
4212
4211
  readonly api: {
4213
- readonly "POST /api/wishlist": import("@mohasinac/appkit").ApiRouteSchema<import("zod").ZodTypeAny, import("zod").ZodTypeAny, import("zod").ZodTypeAny, import("zod").ZodTypeAny>;
4214
- readonly "POST /api/auth/session": import("@mohasinac/appkit").ApiRouteSchema<import("zod").ZodTypeAny, import("zod").ZodTypeAny, import("zod").ZodTypeAny, import("zod").ZodTypeAny>;
4215
- readonly "POST /api/admin/products/[id]/group": import("@mohasinac/appkit").ApiRouteSchema<import("zod").ZodTypeAny, import("zod").ZodTypeAny, import("zod").ZodTypeAny, import("zod").ZodTypeAny>;
4216
- readonly "POST /api/media/sign": import("@mohasinac/appkit").ApiRouteSchema<import("zod").ZodTypeAny, import("zod").ZodTypeAny, import("zod").ZodTypeAny, import("zod").ZodTypeAny>;
4217
- readonly "POST /api/media/finalize": import("@mohasinac/appkit").ApiRouteSchema<import("zod").ZodTypeAny, import("zod").ZodTypeAny, import("zod").ZodTypeAny, import("zod").ZodTypeAny>;
4218
- readonly "GET /api/search/suggestions": import("@mohasinac/appkit").ApiRouteSchema<import("zod").ZodTypeAny, import("zod").ZodTypeAny, import("zod").ZodTypeAny, import("zod").ZodTypeAny>;
4212
+ readonly "POST /api/wishlist": import("./types").ApiRouteSchema<import("zod").ZodTypeAny, import("zod").ZodTypeAny, import("zod").ZodTypeAny, import("zod").ZodTypeAny>;
4213
+ readonly "POST /api/auth/session": import("./types").ApiRouteSchema<import("zod").ZodTypeAny, import("zod").ZodTypeAny, import("zod").ZodTypeAny, import("zod").ZodTypeAny>;
4214
+ readonly "POST /api/admin/products/[id]/group": import("./types").ApiRouteSchema<import("zod").ZodTypeAny, import("zod").ZodTypeAny, import("zod").ZodTypeAny, import("zod").ZodTypeAny>;
4215
+ readonly "POST /api/media/sign": import("./types").ApiRouteSchema<import("zod").ZodTypeAny, import("zod").ZodTypeAny, import("zod").ZodTypeAny, import("zod").ZodTypeAny>;
4216
+ readonly "POST /api/media/finalize": import("./types").ApiRouteSchema<import("zod").ZodTypeAny, import("zod").ZodTypeAny, import("zod").ZodTypeAny, import("zod").ZodTypeAny>;
4217
+ readonly "GET /api/search/suggestions": import("./types").ApiRouteSchema<import("zod").ZodTypeAny, import("zod").ZodTypeAny, import("zod").ZodTypeAny, import("zod").ZodTypeAny>;
4219
4218
  };
4220
4219
  readonly forms: {};
4221
4220
  readonly sieve: {};
@@ -4259,13 +4258,13 @@ export declare const SCHEMAS: {
4259
4258
  acquirer_data: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodNull]>>>;
4260
4259
  created_at: import("zod").ZodOptional<import("zod").ZodNumber>;
4261
4260
  }, "strip", import("zod").ZodTypeAny, {
4262
- status: string;
4263
4261
  currency: string;
4262
+ status: string;
4264
4263
  id: string;
4265
4264
  amount: number;
4266
4265
  description?: string | null | undefined;
4267
- email?: string | undefined;
4268
4266
  method?: string | undefined;
4267
+ email?: string | undefined;
4269
4268
  captured?: boolean | undefined;
4270
4269
  notes?: Record<string, string> | undefined;
4271
4270
  wallet?: string | null | undefined;
@@ -4289,13 +4288,13 @@ export declare const SCHEMAS: {
4289
4288
  acquirer_data?: Record<string, string | number | null> | undefined;
4290
4289
  created_at?: number | undefined;
4291
4290
  }, {
4292
- status: string;
4293
4291
  currency: string;
4292
+ status: string;
4294
4293
  id: string;
4295
4294
  amount: number;
4296
4295
  description?: string | null | undefined;
4297
- email?: string | undefined;
4298
4296
  method?: string | undefined;
4297
+ email?: string | undefined;
4299
4298
  captured?: boolean | undefined;
4300
4299
  notes?: Record<string, string> | undefined;
4301
4300
  wallet?: string | null | undefined;
@@ -4321,13 +4320,13 @@ export declare const SCHEMAS: {
4321
4320
  }>;
4322
4321
  }, "strip", import("zod").ZodTypeAny, {
4323
4322
  entity: {
4324
- status: string;
4325
4323
  currency: string;
4324
+ status: string;
4326
4325
  id: string;
4327
4326
  amount: number;
4328
4327
  description?: string | null | undefined;
4329
- email?: string | undefined;
4330
4328
  method?: string | undefined;
4329
+ email?: string | undefined;
4331
4330
  captured?: boolean | undefined;
4332
4331
  notes?: Record<string, string> | undefined;
4333
4332
  wallet?: string | null | undefined;
@@ -4353,13 +4352,13 @@ export declare const SCHEMAS: {
4353
4352
  };
4354
4353
  }, {
4355
4354
  entity: {
4356
- status: string;
4357
4355
  currency: string;
4356
+ status: string;
4358
4357
  id: string;
4359
4358
  amount: number;
4360
4359
  description?: string | null | undefined;
4361
- email?: string | undefined;
4362
4360
  method?: string | undefined;
4361
+ email?: string | undefined;
4363
4362
  captured?: boolean | undefined;
4364
4363
  notes?: Record<string, string> | undefined;
4365
4364
  wallet?: string | null | undefined;
@@ -4387,13 +4386,13 @@ export declare const SCHEMAS: {
4387
4386
  }, "strip", import("zod").ZodTypeAny, {
4388
4387
  payment: {
4389
4388
  entity: {
4390
- status: string;
4391
4389
  currency: string;
4390
+ status: string;
4392
4391
  id: string;
4393
4392
  amount: number;
4394
4393
  description?: string | null | undefined;
4395
- email?: string | undefined;
4396
4394
  method?: string | undefined;
4395
+ email?: string | undefined;
4397
4396
  captured?: boolean | undefined;
4398
4397
  notes?: Record<string, string> | undefined;
4399
4398
  wallet?: string | null | undefined;
@@ -4421,13 +4420,13 @@ export declare const SCHEMAS: {
4421
4420
  }, {
4422
4421
  payment: {
4423
4422
  entity: {
4424
- status: string;
4425
4423
  currency: string;
4424
+ status: string;
4426
4425
  id: string;
4427
4426
  amount: number;
4428
4427
  description?: string | null | undefined;
4429
- email?: string | undefined;
4430
4428
  method?: string | undefined;
4429
+ email?: string | undefined;
4431
4430
  captured?: boolean | undefined;
4432
4431
  notes?: Record<string, string> | undefined;
4433
4432
  wallet?: string | null | undefined;
@@ -4458,13 +4457,13 @@ export declare const SCHEMAS: {
4458
4457
  payload: {
4459
4458
  payment: {
4460
4459
  entity: {
4461
- status: string;
4462
4460
  currency: string;
4461
+ status: string;
4463
4462
  id: string;
4464
4463
  amount: number;
4465
4464
  description?: string | null | undefined;
4466
- email?: string | undefined;
4467
4465
  method?: string | undefined;
4466
+ email?: string | undefined;
4468
4467
  captured?: boolean | undefined;
4469
4468
  notes?: Record<string, string> | undefined;
4470
4469
  wallet?: string | null | undefined;
@@ -4498,13 +4497,13 @@ export declare const SCHEMAS: {
4498
4497
  payload: {
4499
4498
  payment: {
4500
4499
  entity: {
4501
- status: string;
4502
4500
  currency: string;
4501
+ status: string;
4503
4502
  id: string;
4504
4503
  amount: number;
4505
4504
  description?: string | null | undefined;
4506
- email?: string | undefined;
4507
4505
  method?: string | undefined;
4506
+ email?: string | undefined;
4508
4507
  captured?: boolean | undefined;
4509
4508
  notes?: Record<string, string> | undefined;
4510
4509
  wallet?: string | null | undefined;
@@ -4571,13 +4570,13 @@ export declare const SCHEMAS: {
4571
4570
  acquirer_data: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodNull]>>>;
4572
4571
  created_at: import("zod").ZodOptional<import("zod").ZodNumber>;
4573
4572
  }, "strip", import("zod").ZodTypeAny, {
4574
- status: string;
4575
4573
  currency: string;
4574
+ status: string;
4576
4575
  id: string;
4577
4576
  amount: number;
4578
4577
  description?: string | null | undefined;
4579
- email?: string | undefined;
4580
4578
  method?: string | undefined;
4579
+ email?: string | undefined;
4581
4580
  captured?: boolean | undefined;
4582
4581
  notes?: Record<string, string> | undefined;
4583
4582
  wallet?: string | null | undefined;
@@ -4601,13 +4600,13 @@ export declare const SCHEMAS: {
4601
4600
  acquirer_data?: Record<string, string | number | null> | undefined;
4602
4601
  created_at?: number | undefined;
4603
4602
  }, {
4604
- status: string;
4605
4603
  currency: string;
4604
+ status: string;
4606
4605
  id: string;
4607
4606
  amount: number;
4608
4607
  description?: string | null | undefined;
4609
- email?: string | undefined;
4610
4608
  method?: string | undefined;
4609
+ email?: string | undefined;
4611
4610
  captured?: boolean | undefined;
4612
4611
  notes?: Record<string, string> | undefined;
4613
4612
  wallet?: string | null | undefined;
@@ -4633,13 +4632,13 @@ export declare const SCHEMAS: {
4633
4632
  }>;
4634
4633
  }, "strip", import("zod").ZodTypeAny, {
4635
4634
  entity: {
4636
- status: string;
4637
4635
  currency: string;
4636
+ status: string;
4638
4637
  id: string;
4639
4638
  amount: number;
4640
4639
  description?: string | null | undefined;
4641
- email?: string | undefined;
4642
4640
  method?: string | undefined;
4641
+ email?: string | undefined;
4643
4642
  captured?: boolean | undefined;
4644
4643
  notes?: Record<string, string> | undefined;
4645
4644
  wallet?: string | null | undefined;
@@ -4665,13 +4664,13 @@ export declare const SCHEMAS: {
4665
4664
  };
4666
4665
  }, {
4667
4666
  entity: {
4668
- status: string;
4669
4667
  currency: string;
4668
+ status: string;
4670
4669
  id: string;
4671
4670
  amount: number;
4672
4671
  description?: string | null | undefined;
4673
- email?: string | undefined;
4674
4672
  method?: string | undefined;
4673
+ email?: string | undefined;
4675
4674
  captured?: boolean | undefined;
4676
4675
  notes?: Record<string, string> | undefined;
4677
4676
  wallet?: string | null | undefined;
@@ -4699,13 +4698,13 @@ export declare const SCHEMAS: {
4699
4698
  }, "strip", import("zod").ZodTypeAny, {
4700
4699
  payment: {
4701
4700
  entity: {
4702
- status: string;
4703
4701
  currency: string;
4702
+ status: string;
4704
4703
  id: string;
4705
4704
  amount: number;
4706
4705
  description?: string | null | undefined;
4707
- email?: string | undefined;
4708
4706
  method?: string | undefined;
4707
+ email?: string | undefined;
4709
4708
  captured?: boolean | undefined;
4710
4709
  notes?: Record<string, string> | undefined;
4711
4710
  wallet?: string | null | undefined;
@@ -4733,13 +4732,13 @@ export declare const SCHEMAS: {
4733
4732
  }, {
4734
4733
  payment: {
4735
4734
  entity: {
4736
- status: string;
4737
4735
  currency: string;
4736
+ status: string;
4738
4737
  id: string;
4739
4738
  amount: number;
4740
4739
  description?: string | null | undefined;
4741
- email?: string | undefined;
4742
4740
  method?: string | undefined;
4741
+ email?: string | undefined;
4743
4742
  captured?: boolean | undefined;
4744
4743
  notes?: Record<string, string> | undefined;
4745
4744
  wallet?: string | null | undefined;
@@ -4770,13 +4769,13 @@ export declare const SCHEMAS: {
4770
4769
  payload: {
4771
4770
  payment: {
4772
4771
  entity: {
4773
- status: string;
4774
4772
  currency: string;
4773
+ status: string;
4775
4774
  id: string;
4776
4775
  amount: number;
4777
4776
  description?: string | null | undefined;
4778
- email?: string | undefined;
4779
4777
  method?: string | undefined;
4778
+ email?: string | undefined;
4780
4779
  captured?: boolean | undefined;
4781
4780
  notes?: Record<string, string> | undefined;
4782
4781
  wallet?: string | null | undefined;
@@ -4810,13 +4809,13 @@ export declare const SCHEMAS: {
4810
4809
  payload: {
4811
4810
  payment: {
4812
4811
  entity: {
4813
- status: string;
4814
4812
  currency: string;
4813
+ status: string;
4815
4814
  id: string;
4816
4815
  amount: number;
4817
4816
  description?: string | null | undefined;
4818
- email?: string | undefined;
4819
4817
  method?: string | undefined;
4818
+ email?: string | undefined;
4820
4819
  captured?: boolean | undefined;
4821
4820
  notes?: Record<string, string> | undefined;
4822
4821
  wallet?: string | null | undefined;
@@ -4883,13 +4882,13 @@ export declare const SCHEMAS: {
4883
4882
  acquirer_data: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodNull]>>>;
4884
4883
  created_at: import("zod").ZodOptional<import("zod").ZodNumber>;
4885
4884
  }, "strip", import("zod").ZodTypeAny, {
4886
- status: string;
4887
4885
  currency: string;
4886
+ status: string;
4888
4887
  id: string;
4889
4888
  amount: number;
4890
4889
  description?: string | null | undefined;
4891
- email?: string | undefined;
4892
4890
  method?: string | undefined;
4891
+ email?: string | undefined;
4893
4892
  captured?: boolean | undefined;
4894
4893
  notes?: Record<string, string> | undefined;
4895
4894
  wallet?: string | null | undefined;
@@ -4913,13 +4912,13 @@ export declare const SCHEMAS: {
4913
4912
  acquirer_data?: Record<string, string | number | null> | undefined;
4914
4913
  created_at?: number | undefined;
4915
4914
  }, {
4916
- status: string;
4917
4915
  currency: string;
4916
+ status: string;
4918
4917
  id: string;
4919
4918
  amount: number;
4920
4919
  description?: string | null | undefined;
4921
- email?: string | undefined;
4922
4920
  method?: string | undefined;
4921
+ email?: string | undefined;
4923
4922
  captured?: boolean | undefined;
4924
4923
  notes?: Record<string, string> | undefined;
4925
4924
  wallet?: string | null | undefined;
@@ -4945,13 +4944,13 @@ export declare const SCHEMAS: {
4945
4944
  }>;
4946
4945
  }, "strip", import("zod").ZodTypeAny, {
4947
4946
  entity: {
4948
- status: string;
4949
4947
  currency: string;
4948
+ status: string;
4950
4949
  id: string;
4951
4950
  amount: number;
4952
4951
  description?: string | null | undefined;
4953
- email?: string | undefined;
4954
4952
  method?: string | undefined;
4953
+ email?: string | undefined;
4955
4954
  captured?: boolean | undefined;
4956
4955
  notes?: Record<string, string> | undefined;
4957
4956
  wallet?: string | null | undefined;
@@ -4977,13 +4976,13 @@ export declare const SCHEMAS: {
4977
4976
  };
4978
4977
  }, {
4979
4978
  entity: {
4980
- status: string;
4981
4979
  currency: string;
4980
+ status: string;
4982
4981
  id: string;
4983
4982
  amount: number;
4984
4983
  description?: string | null | undefined;
4985
- email?: string | undefined;
4986
4984
  method?: string | undefined;
4985
+ email?: string | undefined;
4987
4986
  captured?: boolean | undefined;
4988
4987
  notes?: Record<string, string> | undefined;
4989
4988
  wallet?: string | null | undefined;
@@ -5011,13 +5010,13 @@ export declare const SCHEMAS: {
5011
5010
  }, "strip", import("zod").ZodTypeAny, {
5012
5011
  payment: {
5013
5012
  entity: {
5014
- status: string;
5015
5013
  currency: string;
5014
+ status: string;
5016
5015
  id: string;
5017
5016
  amount: number;
5018
5017
  description?: string | null | undefined;
5019
- email?: string | undefined;
5020
5018
  method?: string | undefined;
5019
+ email?: string | undefined;
5021
5020
  captured?: boolean | undefined;
5022
5021
  notes?: Record<string, string> | undefined;
5023
5022
  wallet?: string | null | undefined;
@@ -5045,13 +5044,13 @@ export declare const SCHEMAS: {
5045
5044
  }, {
5046
5045
  payment: {
5047
5046
  entity: {
5048
- status: string;
5049
5047
  currency: string;
5048
+ status: string;
5050
5049
  id: string;
5051
5050
  amount: number;
5052
5051
  description?: string | null | undefined;
5053
- email?: string | undefined;
5054
5052
  method?: string | undefined;
5053
+ email?: string | undefined;
5055
5054
  captured?: boolean | undefined;
5056
5055
  notes?: Record<string, string> | undefined;
5057
5056
  wallet?: string | null | undefined;
@@ -5082,13 +5081,13 @@ export declare const SCHEMAS: {
5082
5081
  payload: {
5083
5082
  payment: {
5084
5083
  entity: {
5085
- status: string;
5086
5084
  currency: string;
5085
+ status: string;
5087
5086
  id: string;
5088
5087
  amount: number;
5089
5088
  description?: string | null | undefined;
5090
- email?: string | undefined;
5091
5089
  method?: string | undefined;
5090
+ email?: string | undefined;
5092
5091
  captured?: boolean | undefined;
5093
5092
  notes?: Record<string, string> | undefined;
5094
5093
  wallet?: string | null | undefined;
@@ -5122,13 +5121,13 @@ export declare const SCHEMAS: {
5122
5121
  payload: {
5123
5122
  payment: {
5124
5123
  entity: {
5125
- status: string;
5126
5124
  currency: string;
5125
+ status: string;
5127
5126
  id: string;
5128
5127
  amount: number;
5129
5128
  description?: string | null | undefined;
5130
- email?: string | undefined;
5131
5129
  method?: string | undefined;
5130
+ email?: string | undefined;
5132
5131
  captured?: boolean | undefined;
5133
5132
  notes?: Record<string, string> | undefined;
5134
5133
  wallet?: string | null | undefined;
@@ -5179,8 +5178,8 @@ export declare const SCHEMAS: {
5179
5178
  speed_processed: import("zod").ZodOptional<import("zod").ZodString>;
5180
5179
  speed_requested: import("zod").ZodOptional<import("zod").ZodString>;
5181
5180
  }, "strip", import("zod").ZodTypeAny, {
5182
- status: string;
5183
5181
  currency: string;
5182
+ status: string;
5184
5183
  id: string;
5185
5184
  amount: number;
5186
5185
  payment_id: string;
@@ -5193,8 +5192,8 @@ export declare const SCHEMAS: {
5193
5192
  speed_processed?: string | undefined;
5194
5193
  speed_requested?: string | undefined;
5195
5194
  }, {
5196
- status: string;
5197
5195
  currency: string;
5196
+ status: string;
5198
5197
  id: string;
5199
5198
  amount: number;
5200
5199
  payment_id: string;
@@ -5209,8 +5208,8 @@ export declare const SCHEMAS: {
5209
5208
  }>;
5210
5209
  }, "strip", import("zod").ZodTypeAny, {
5211
5210
  entity: {
5212
- status: string;
5213
5211
  currency: string;
5212
+ status: string;
5214
5213
  id: string;
5215
5214
  amount: number;
5216
5215
  payment_id: string;
@@ -5225,8 +5224,8 @@ export declare const SCHEMAS: {
5225
5224
  };
5226
5225
  }, {
5227
5226
  entity: {
5228
- status: string;
5229
5227
  currency: string;
5228
+ status: string;
5230
5229
  id: string;
5231
5230
  amount: number;
5232
5231
  payment_id: string;
@@ -5272,13 +5271,13 @@ export declare const SCHEMAS: {
5272
5271
  acquirer_data: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodNull]>>>;
5273
5272
  created_at: import("zod").ZodOptional<import("zod").ZodNumber>;
5274
5273
  }, "strip", import("zod").ZodTypeAny, {
5275
- status: string;
5276
5274
  currency: string;
5275
+ status: string;
5277
5276
  id: string;
5278
5277
  amount: number;
5279
5278
  description?: string | null | undefined;
5280
- email?: string | undefined;
5281
5279
  method?: string | undefined;
5280
+ email?: string | undefined;
5282
5281
  captured?: boolean | undefined;
5283
5282
  notes?: Record<string, string> | undefined;
5284
5283
  wallet?: string | null | undefined;
@@ -5302,13 +5301,13 @@ export declare const SCHEMAS: {
5302
5301
  acquirer_data?: Record<string, string | number | null> | undefined;
5303
5302
  created_at?: number | undefined;
5304
5303
  }, {
5305
- status: string;
5306
5304
  currency: string;
5305
+ status: string;
5307
5306
  id: string;
5308
5307
  amount: number;
5309
5308
  description?: string | null | undefined;
5310
- email?: string | undefined;
5311
5309
  method?: string | undefined;
5310
+ email?: string | undefined;
5312
5311
  captured?: boolean | undefined;
5313
5312
  notes?: Record<string, string> | undefined;
5314
5313
  wallet?: string | null | undefined;
@@ -5334,13 +5333,13 @@ export declare const SCHEMAS: {
5334
5333
  }>;
5335
5334
  }, "strip", import("zod").ZodTypeAny, {
5336
5335
  entity: {
5337
- status: string;
5338
5336
  currency: string;
5337
+ status: string;
5339
5338
  id: string;
5340
5339
  amount: number;
5341
5340
  description?: string | null | undefined;
5342
- email?: string | undefined;
5343
5341
  method?: string | undefined;
5342
+ email?: string | undefined;
5344
5343
  captured?: boolean | undefined;
5345
5344
  notes?: Record<string, string> | undefined;
5346
5345
  wallet?: string | null | undefined;
@@ -5366,13 +5365,13 @@ export declare const SCHEMAS: {
5366
5365
  };
5367
5366
  }, {
5368
5367
  entity: {
5369
- status: string;
5370
5368
  currency: string;
5369
+ status: string;
5371
5370
  id: string;
5372
5371
  amount: number;
5373
5372
  description?: string | null | undefined;
5374
- email?: string | undefined;
5375
5373
  method?: string | undefined;
5374
+ email?: string | undefined;
5376
5375
  captured?: boolean | undefined;
5377
5376
  notes?: Record<string, string> | undefined;
5378
5377
  wallet?: string | null | undefined;
@@ -5400,8 +5399,8 @@ export declare const SCHEMAS: {
5400
5399
  }, "strip", import("zod").ZodTypeAny, {
5401
5400
  refund: {
5402
5401
  entity: {
5403
- status: string;
5404
5402
  currency: string;
5403
+ status: string;
5405
5404
  id: string;
5406
5405
  amount: number;
5407
5406
  payment_id: string;
@@ -5417,13 +5416,13 @@ export declare const SCHEMAS: {
5417
5416
  };
5418
5417
  payment?: {
5419
5418
  entity: {
5420
- status: string;
5421
5419
  currency: string;
5420
+ status: string;
5422
5421
  id: string;
5423
5422
  amount: number;
5424
5423
  description?: string | null | undefined;
5425
- email?: string | undefined;
5426
5424
  method?: string | undefined;
5425
+ email?: string | undefined;
5427
5426
  captured?: boolean | undefined;
5428
5427
  notes?: Record<string, string> | undefined;
5429
5428
  wallet?: string | null | undefined;
@@ -5451,8 +5450,8 @@ export declare const SCHEMAS: {
5451
5450
  }, {
5452
5451
  refund: {
5453
5452
  entity: {
5454
- status: string;
5455
5453
  currency: string;
5454
+ status: string;
5456
5455
  id: string;
5457
5456
  amount: number;
5458
5457
  payment_id: string;
@@ -5468,13 +5467,13 @@ export declare const SCHEMAS: {
5468
5467
  };
5469
5468
  payment?: {
5470
5469
  entity: {
5471
- status: string;
5472
5470
  currency: string;
5471
+ status: string;
5473
5472
  id: string;
5474
5473
  amount: number;
5475
5474
  description?: string | null | undefined;
5476
- email?: string | undefined;
5477
5475
  method?: string | undefined;
5476
+ email?: string | undefined;
5478
5477
  captured?: boolean | undefined;
5479
5478
  notes?: Record<string, string> | undefined;
5480
5479
  wallet?: string | null | undefined;
@@ -5505,8 +5504,8 @@ export declare const SCHEMAS: {
5505
5504
  payload: {
5506
5505
  refund: {
5507
5506
  entity: {
5508
- status: string;
5509
5507
  currency: string;
5508
+ status: string;
5510
5509
  id: string;
5511
5510
  amount: number;
5512
5511
  payment_id: string;
@@ -5522,13 +5521,13 @@ export declare const SCHEMAS: {
5522
5521
  };
5523
5522
  payment?: {
5524
5523
  entity: {
5525
- status: string;
5526
5524
  currency: string;
5525
+ status: string;
5527
5526
  id: string;
5528
5527
  amount: number;
5529
5528
  description?: string | null | undefined;
5530
- email?: string | undefined;
5531
5529
  method?: string | undefined;
5530
+ email?: string | undefined;
5532
5531
  captured?: boolean | undefined;
5533
5532
  notes?: Record<string, string> | undefined;
5534
5533
  wallet?: string | null | undefined;
@@ -5562,8 +5561,8 @@ export declare const SCHEMAS: {
5562
5561
  payload: {
5563
5562
  refund: {
5564
5563
  entity: {
5565
- status: string;
5566
5564
  currency: string;
5565
+ status: string;
5567
5566
  id: string;
5568
5567
  amount: number;
5569
5568
  payment_id: string;
@@ -5579,13 +5578,13 @@ export declare const SCHEMAS: {
5579
5578
  };
5580
5579
  payment?: {
5581
5580
  entity: {
5582
- status: string;
5583
5581
  currency: string;
5582
+ status: string;
5584
5583
  id: string;
5585
5584
  amount: number;
5586
5585
  description?: string | null | undefined;
5587
- email?: string | undefined;
5588
5586
  method?: string | undefined;
5587
+ email?: string | undefined;
5589
5588
  captured?: boolean | undefined;
5590
5589
  notes?: Record<string, string> | undefined;
5591
5590
  wallet?: string | null | undefined;
@@ -5636,8 +5635,8 @@ export declare const SCHEMAS: {
5636
5635
  speed_processed: import("zod").ZodOptional<import("zod").ZodString>;
5637
5636
  speed_requested: import("zod").ZodOptional<import("zod").ZodString>;
5638
5637
  }, "strip", import("zod").ZodTypeAny, {
5639
- status: string;
5640
5638
  currency: string;
5639
+ status: string;
5641
5640
  id: string;
5642
5641
  amount: number;
5643
5642
  payment_id: string;
@@ -5650,8 +5649,8 @@ export declare const SCHEMAS: {
5650
5649
  speed_processed?: string | undefined;
5651
5650
  speed_requested?: string | undefined;
5652
5651
  }, {
5653
- status: string;
5654
5652
  currency: string;
5653
+ status: string;
5655
5654
  id: string;
5656
5655
  amount: number;
5657
5656
  payment_id: string;
@@ -5666,8 +5665,8 @@ export declare const SCHEMAS: {
5666
5665
  }>;
5667
5666
  }, "strip", import("zod").ZodTypeAny, {
5668
5667
  entity: {
5669
- status: string;
5670
5668
  currency: string;
5669
+ status: string;
5671
5670
  id: string;
5672
5671
  amount: number;
5673
5672
  payment_id: string;
@@ -5682,8 +5681,8 @@ export declare const SCHEMAS: {
5682
5681
  };
5683
5682
  }, {
5684
5683
  entity: {
5685
- status: string;
5686
5684
  currency: string;
5685
+ status: string;
5687
5686
  id: string;
5688
5687
  amount: number;
5689
5688
  payment_id: string;
@@ -5700,8 +5699,8 @@ export declare const SCHEMAS: {
5700
5699
  }, "strip", import("zod").ZodTypeAny, {
5701
5700
  refund: {
5702
5701
  entity: {
5703
- status: string;
5704
5702
  currency: string;
5703
+ status: string;
5705
5704
  id: string;
5706
5705
  amount: number;
5707
5706
  payment_id: string;
@@ -5718,8 +5717,8 @@ export declare const SCHEMAS: {
5718
5717
  }, {
5719
5718
  refund: {
5720
5719
  entity: {
5721
- status: string;
5722
5720
  currency: string;
5721
+ status: string;
5723
5722
  id: string;
5724
5723
  amount: number;
5725
5724
  payment_id: string;
@@ -5739,8 +5738,8 @@ export declare const SCHEMAS: {
5739
5738
  payload: {
5740
5739
  refund: {
5741
5740
  entity: {
5742
- status: string;
5743
5741
  currency: string;
5742
+ status: string;
5744
5743
  id: string;
5745
5744
  amount: number;
5746
5745
  payment_id: string;
@@ -5763,8 +5762,8 @@ export declare const SCHEMAS: {
5763
5762
  payload: {
5764
5763
  refund: {
5765
5764
  entity: {
5766
- status: string;
5767
5765
  currency: string;
5766
+ status: string;
5768
5767
  id: string;
5769
5768
  amount: number;
5770
5769
  payment_id: string;
@@ -5804,8 +5803,8 @@ export declare const SCHEMAS: {
5804
5803
  speed_processed: import("zod").ZodOptional<import("zod").ZodString>;
5805
5804
  speed_requested: import("zod").ZodOptional<import("zod").ZodString>;
5806
5805
  }, "strip", import("zod").ZodTypeAny, {
5807
- status: string;
5808
5806
  currency: string;
5807
+ status: string;
5809
5808
  id: string;
5810
5809
  amount: number;
5811
5810
  payment_id: string;
@@ -5818,8 +5817,8 @@ export declare const SCHEMAS: {
5818
5817
  speed_processed?: string | undefined;
5819
5818
  speed_requested?: string | undefined;
5820
5819
  }, {
5821
- status: string;
5822
5820
  currency: string;
5821
+ status: string;
5823
5822
  id: string;
5824
5823
  amount: number;
5825
5824
  payment_id: string;
@@ -5834,8 +5833,8 @@ export declare const SCHEMAS: {
5834
5833
  }>;
5835
5834
  }, "strip", import("zod").ZodTypeAny, {
5836
5835
  entity: {
5837
- status: string;
5838
5836
  currency: string;
5837
+ status: string;
5839
5838
  id: string;
5840
5839
  amount: number;
5841
5840
  payment_id: string;
@@ -5850,8 +5849,8 @@ export declare const SCHEMAS: {
5850
5849
  };
5851
5850
  }, {
5852
5851
  entity: {
5853
- status: string;
5854
5852
  currency: string;
5853
+ status: string;
5855
5854
  id: string;
5856
5855
  amount: number;
5857
5856
  payment_id: string;
@@ -5897,13 +5896,13 @@ export declare const SCHEMAS: {
5897
5896
  acquirer_data: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodNull]>>>;
5898
5897
  created_at: import("zod").ZodOptional<import("zod").ZodNumber>;
5899
5898
  }, "strip", import("zod").ZodTypeAny, {
5900
- status: string;
5901
5899
  currency: string;
5900
+ status: string;
5902
5901
  id: string;
5903
5902
  amount: number;
5904
5903
  description?: string | null | undefined;
5905
- email?: string | undefined;
5906
5904
  method?: string | undefined;
5905
+ email?: string | undefined;
5907
5906
  captured?: boolean | undefined;
5908
5907
  notes?: Record<string, string> | undefined;
5909
5908
  wallet?: string | null | undefined;
@@ -5927,13 +5926,13 @@ export declare const SCHEMAS: {
5927
5926
  acquirer_data?: Record<string, string | number | null> | undefined;
5928
5927
  created_at?: number | undefined;
5929
5928
  }, {
5930
- status: string;
5931
5929
  currency: string;
5930
+ status: string;
5932
5931
  id: string;
5933
5932
  amount: number;
5934
5933
  description?: string | null | undefined;
5935
- email?: string | undefined;
5936
5934
  method?: string | undefined;
5935
+ email?: string | undefined;
5937
5936
  captured?: boolean | undefined;
5938
5937
  notes?: Record<string, string> | undefined;
5939
5938
  wallet?: string | null | undefined;
@@ -5959,13 +5958,13 @@ export declare const SCHEMAS: {
5959
5958
  }>;
5960
5959
  }, "strip", import("zod").ZodTypeAny, {
5961
5960
  entity: {
5962
- status: string;
5963
5961
  currency: string;
5962
+ status: string;
5964
5963
  id: string;
5965
5964
  amount: number;
5966
5965
  description?: string | null | undefined;
5967
- email?: string | undefined;
5968
5966
  method?: string | undefined;
5967
+ email?: string | undefined;
5969
5968
  captured?: boolean | undefined;
5970
5969
  notes?: Record<string, string> | undefined;
5971
5970
  wallet?: string | null | undefined;
@@ -5991,13 +5990,13 @@ export declare const SCHEMAS: {
5991
5990
  };
5992
5991
  }, {
5993
5992
  entity: {
5994
- status: string;
5995
5993
  currency: string;
5994
+ status: string;
5996
5995
  id: string;
5997
5996
  amount: number;
5998
5997
  description?: string | null | undefined;
5999
- email?: string | undefined;
6000
5998
  method?: string | undefined;
5999
+ email?: string | undefined;
6001
6000
  captured?: boolean | undefined;
6002
6001
  notes?: Record<string, string> | undefined;
6003
6002
  wallet?: string | null | undefined;
@@ -6025,8 +6024,8 @@ export declare const SCHEMAS: {
6025
6024
  }, "strip", import("zod").ZodTypeAny, {
6026
6025
  refund: {
6027
6026
  entity: {
6028
- status: string;
6029
6027
  currency: string;
6028
+ status: string;
6030
6029
  id: string;
6031
6030
  amount: number;
6032
6031
  payment_id: string;
@@ -6042,13 +6041,13 @@ export declare const SCHEMAS: {
6042
6041
  };
6043
6042
  payment?: {
6044
6043
  entity: {
6045
- status: string;
6046
6044
  currency: string;
6045
+ status: string;
6047
6046
  id: string;
6048
6047
  amount: number;
6049
6048
  description?: string | null | undefined;
6050
- email?: string | undefined;
6051
6049
  method?: string | undefined;
6050
+ email?: string | undefined;
6052
6051
  captured?: boolean | undefined;
6053
6052
  notes?: Record<string, string> | undefined;
6054
6053
  wallet?: string | null | undefined;
@@ -6076,8 +6075,8 @@ export declare const SCHEMAS: {
6076
6075
  }, {
6077
6076
  refund: {
6078
6077
  entity: {
6079
- status: string;
6080
6078
  currency: string;
6079
+ status: string;
6081
6080
  id: string;
6082
6081
  amount: number;
6083
6082
  payment_id: string;
@@ -6093,13 +6092,13 @@ export declare const SCHEMAS: {
6093
6092
  };
6094
6093
  payment?: {
6095
6094
  entity: {
6096
- status: string;
6097
6095
  currency: string;
6096
+ status: string;
6098
6097
  id: string;
6099
6098
  amount: number;
6100
6099
  description?: string | null | undefined;
6101
- email?: string | undefined;
6102
6100
  method?: string | undefined;
6101
+ email?: string | undefined;
6103
6102
  captured?: boolean | undefined;
6104
6103
  notes?: Record<string, string> | undefined;
6105
6104
  wallet?: string | null | undefined;
@@ -6130,8 +6129,8 @@ export declare const SCHEMAS: {
6130
6129
  payload: {
6131
6130
  refund: {
6132
6131
  entity: {
6133
- status: string;
6134
6132
  currency: string;
6133
+ status: string;
6135
6134
  id: string;
6136
6135
  amount: number;
6137
6136
  payment_id: string;
@@ -6147,13 +6146,13 @@ export declare const SCHEMAS: {
6147
6146
  };
6148
6147
  payment?: {
6149
6148
  entity: {
6150
- status: string;
6151
6149
  currency: string;
6150
+ status: string;
6152
6151
  id: string;
6153
6152
  amount: number;
6154
6153
  description?: string | null | undefined;
6155
- email?: string | undefined;
6156
6154
  method?: string | undefined;
6155
+ email?: string | undefined;
6157
6156
  captured?: boolean | undefined;
6158
6157
  notes?: Record<string, string> | undefined;
6159
6158
  wallet?: string | null | undefined;
@@ -6187,8 +6186,8 @@ export declare const SCHEMAS: {
6187
6186
  payload: {
6188
6187
  refund: {
6189
6188
  entity: {
6190
- status: string;
6191
6189
  currency: string;
6190
+ status: string;
6192
6191
  id: string;
6193
6192
  amount: number;
6194
6193
  payment_id: string;
@@ -6204,13 +6203,13 @@ export declare const SCHEMAS: {
6204
6203
  };
6205
6204
  payment?: {
6206
6205
  entity: {
6207
- status: string;
6208
6206
  currency: string;
6207
+ status: string;
6209
6208
  id: string;
6210
6209
  amount: number;
6211
6210
  description?: string | null | undefined;
6212
- email?: string | undefined;
6213
6211
  method?: string | undefined;
6212
+ email?: string | undefined;
6214
6213
  captured?: boolean | undefined;
6215
6214
  notes?: Record<string, string> | undefined;
6216
6215
  wallet?: string | null | undefined;
@@ -6259,8 +6258,8 @@ export declare const SCHEMAS: {
6259
6258
  notes: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
6260
6259
  created_at: import("zod").ZodOptional<import("zod").ZodNumber>;
6261
6260
  }, "strip", import("zod").ZodTypeAny, {
6262
- status: string;
6263
6261
  currency: string;
6262
+ status: string;
6264
6263
  id: string;
6265
6264
  amount: number;
6266
6265
  notes?: Record<string, string> | undefined;
@@ -6271,8 +6270,8 @@ export declare const SCHEMAS: {
6271
6270
  amount_due?: number | undefined;
6272
6271
  attempts?: number | undefined;
6273
6272
  }, {
6274
- status: string;
6275
6273
  currency: string;
6274
+ status: string;
6276
6275
  id: string;
6277
6276
  amount: number;
6278
6277
  notes?: Record<string, string> | undefined;
@@ -6285,8 +6284,8 @@ export declare const SCHEMAS: {
6285
6284
  }>;
6286
6285
  }, "strip", import("zod").ZodTypeAny, {
6287
6286
  entity: {
6288
- status: string;
6289
6287
  currency: string;
6288
+ status: string;
6290
6289
  id: string;
6291
6290
  amount: number;
6292
6291
  notes?: Record<string, string> | undefined;
@@ -6299,8 +6298,8 @@ export declare const SCHEMAS: {
6299
6298
  };
6300
6299
  }, {
6301
6300
  entity: {
6302
- status: string;
6303
6301
  currency: string;
6302
+ status: string;
6304
6303
  id: string;
6305
6304
  amount: number;
6306
6305
  notes?: Record<string, string> | undefined;
@@ -6344,13 +6343,13 @@ export declare const SCHEMAS: {
6344
6343
  acquirer_data: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodNull]>>>;
6345
6344
  created_at: import("zod").ZodOptional<import("zod").ZodNumber>;
6346
6345
  }, "strip", import("zod").ZodTypeAny, {
6347
- status: string;
6348
6346
  currency: string;
6347
+ status: string;
6349
6348
  id: string;
6350
6349
  amount: number;
6351
6350
  description?: string | null | undefined;
6352
- email?: string | undefined;
6353
6351
  method?: string | undefined;
6352
+ email?: string | undefined;
6354
6353
  captured?: boolean | undefined;
6355
6354
  notes?: Record<string, string> | undefined;
6356
6355
  wallet?: string | null | undefined;
@@ -6374,13 +6373,13 @@ export declare const SCHEMAS: {
6374
6373
  acquirer_data?: Record<string, string | number | null> | undefined;
6375
6374
  created_at?: number | undefined;
6376
6375
  }, {
6377
- status: string;
6378
6376
  currency: string;
6377
+ status: string;
6379
6378
  id: string;
6380
6379
  amount: number;
6381
6380
  description?: string | null | undefined;
6382
- email?: string | undefined;
6383
6381
  method?: string | undefined;
6382
+ email?: string | undefined;
6384
6383
  captured?: boolean | undefined;
6385
6384
  notes?: Record<string, string> | undefined;
6386
6385
  wallet?: string | null | undefined;
@@ -6406,13 +6405,13 @@ export declare const SCHEMAS: {
6406
6405
  }>;
6407
6406
  }, "strip", import("zod").ZodTypeAny, {
6408
6407
  entity: {
6409
- status: string;
6410
6408
  currency: string;
6409
+ status: string;
6411
6410
  id: string;
6412
6411
  amount: number;
6413
6412
  description?: string | null | undefined;
6414
- email?: string | undefined;
6415
6413
  method?: string | undefined;
6414
+ email?: string | undefined;
6416
6415
  captured?: boolean | undefined;
6417
6416
  notes?: Record<string, string> | undefined;
6418
6417
  wallet?: string | null | undefined;
@@ -6438,13 +6437,13 @@ export declare const SCHEMAS: {
6438
6437
  };
6439
6438
  }, {
6440
6439
  entity: {
6441
- status: string;
6442
6440
  currency: string;
6441
+ status: string;
6443
6442
  id: string;
6444
6443
  amount: number;
6445
6444
  description?: string | null | undefined;
6446
- email?: string | undefined;
6447
6445
  method?: string | undefined;
6446
+ email?: string | undefined;
6448
6447
  captured?: boolean | undefined;
6449
6448
  notes?: Record<string, string> | undefined;
6450
6449
  wallet?: string | null | undefined;
@@ -6472,8 +6471,8 @@ export declare const SCHEMAS: {
6472
6471
  }, "strip", import("zod").ZodTypeAny, {
6473
6472
  order: {
6474
6473
  entity: {
6475
- status: string;
6476
6474
  currency: string;
6475
+ status: string;
6477
6476
  id: string;
6478
6477
  amount: number;
6479
6478
  notes?: Record<string, string> | undefined;
@@ -6487,13 +6486,13 @@ export declare const SCHEMAS: {
6487
6486
  };
6488
6487
  payment?: {
6489
6488
  entity: {
6490
- status: string;
6491
6489
  currency: string;
6490
+ status: string;
6492
6491
  id: string;
6493
6492
  amount: number;
6494
6493
  description?: string | null | undefined;
6495
- email?: string | undefined;
6496
6494
  method?: string | undefined;
6495
+ email?: string | undefined;
6497
6496
  captured?: boolean | undefined;
6498
6497
  notes?: Record<string, string> | undefined;
6499
6498
  wallet?: string | null | undefined;
@@ -6521,8 +6520,8 @@ export declare const SCHEMAS: {
6521
6520
  }, {
6522
6521
  order: {
6523
6522
  entity: {
6524
- status: string;
6525
6523
  currency: string;
6524
+ status: string;
6526
6525
  id: string;
6527
6526
  amount: number;
6528
6527
  notes?: Record<string, string> | undefined;
@@ -6536,13 +6535,13 @@ export declare const SCHEMAS: {
6536
6535
  };
6537
6536
  payment?: {
6538
6537
  entity: {
6539
- status: string;
6540
6538
  currency: string;
6539
+ status: string;
6541
6540
  id: string;
6542
6541
  amount: number;
6543
6542
  description?: string | null | undefined;
6544
- email?: string | undefined;
6545
6543
  method?: string | undefined;
6544
+ email?: string | undefined;
6546
6545
  captured?: boolean | undefined;
6547
6546
  notes?: Record<string, string> | undefined;
6548
6547
  wallet?: string | null | undefined;
@@ -6573,8 +6572,8 @@ export declare const SCHEMAS: {
6573
6572
  payload: {
6574
6573
  order: {
6575
6574
  entity: {
6576
- status: string;
6577
6575
  currency: string;
6576
+ status: string;
6578
6577
  id: string;
6579
6578
  amount: number;
6580
6579
  notes?: Record<string, string> | undefined;
@@ -6588,13 +6587,13 @@ export declare const SCHEMAS: {
6588
6587
  };
6589
6588
  payment?: {
6590
6589
  entity: {
6591
- status: string;
6592
6590
  currency: string;
6591
+ status: string;
6593
6592
  id: string;
6594
6593
  amount: number;
6595
6594
  description?: string | null | undefined;
6596
- email?: string | undefined;
6597
6595
  method?: string | undefined;
6596
+ email?: string | undefined;
6598
6597
  captured?: boolean | undefined;
6599
6598
  notes?: Record<string, string> | undefined;
6600
6599
  wallet?: string | null | undefined;
@@ -6628,8 +6627,8 @@ export declare const SCHEMAS: {
6628
6627
  payload: {
6629
6628
  order: {
6630
6629
  entity: {
6631
- status: string;
6632
6630
  currency: string;
6631
+ status: string;
6633
6632
  id: string;
6634
6633
  amount: number;
6635
6634
  notes?: Record<string, string> | undefined;
@@ -6643,13 +6642,13 @@ export declare const SCHEMAS: {
6643
6642
  };
6644
6643
  payment?: {
6645
6644
  entity: {
6646
- status: string;
6647
6645
  currency: string;
6646
+ status: string;
6648
6647
  id: string;
6649
6648
  amount: number;
6650
6649
  description?: string | null | undefined;
6651
- email?: string | undefined;
6652
6650
  method?: string | undefined;
6651
+ email?: string | undefined;
6653
6652
  captured?: boolean | undefined;
6654
6653
  notes?: Record<string, string> | undefined;
6655
6654
  wallet?: string | null | undefined;