@mohasinac/appkit 3.3.3 → 3.3.5
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.
- package/dist/_internal/client/features/lottery/LotteryAdminSlotView.js +1 -1
- package/dist/_internal/client/features/lottery/LotteryDetailView.js +2 -1
- package/dist/_internal/client/features/lottery/PrizeDrawLotteryDetailView.js +2 -1
- package/dist/_internal/server/features/auth/permissions.js +4 -3
- package/dist/_internal/server/features/cart/actions.js +1 -1
- package/dist/_internal/server/features/lottery/data.d.ts +2 -3
- package/dist/_internal/server/features/products/actions.js +1 -1
- package/dist/features/about/components/AboutView.js +1 -1
- package/dist/features/about/components/PolicyPageView.js +1 -1
- package/dist/features/about/components/TrackOrderView.js +1 -1
- package/dist/features/account/components/AddressesIndexListing.js +1 -1
- package/dist/features/admin/components/AdminBlogEditorView.js +1 -1
- package/dist/features/admin/components/AdminCarouselEditorView.js +2 -1
- package/dist/features/admin/components/AdminCarouselView.js +1 -1
- package/dist/features/admin/components/AdminNavEditorView.js +2 -1
- package/dist/features/admin/components/AdminProductsView.js +2 -2
- package/dist/features/admin/components/AdminSectionsView.js +11 -7
- package/dist/features/admin/components/AdminSiteSettingsView.js +2 -1
- package/dist/features/admin/components/DrawerFormFooter.js +2 -2
- package/dist/features/admin/components/QuickEditMenu.js +1 -1
- package/dist/features/admin/components/analytics/AdminAnalyticsCharts.js +1 -1
- package/dist/features/admin/components/sections/adminSectionsTypes.js +3 -2
- package/dist/features/admin/constants/filter-tabs.js +11 -0
- package/dist/features/auctions/columns/index.js +1 -1
- package/dist/features/auctions/components/AuctionBidsTable.js +1 -1
- package/dist/features/auctions/schemas/index.d.ts +2 -2
- package/dist/features/auth/hooks/useRBAC.js +6 -1
- package/dist/features/blog/columns/index.js +1 -1
- package/dist/features/cart/components/CartDrawer.js +2 -2
- package/dist/features/categories/components/BrandDetailPageView.js +1 -1
- package/dist/features/categories/components/BreadcrumbTrail.js +2 -1
- package/dist/features/categories/schemas/firestore.d.ts +1 -1
- package/dist/features/contact/email.js +0 -1
- package/dist/features/events/components/EventBanner.js +2 -1
- package/dist/features/events/components/EventLeaderboard.js +1 -1
- package/dist/features/faq/components/FAQCategorySidebar.js +2 -1
- package/dist/features/forms/Slider.js +5 -2
- package/dist/features/forms/Toggle.js +4 -1
- package/dist/features/homepage/components/AdSlot.js +2 -2
- package/dist/features/homepage/components/BeforeAfterCard.js +1 -1
- package/dist/features/homepage/components/CTABannerSection.js +2 -1
- package/dist/features/homepage/components/CharacterHotspot.js +2 -1
- package/dist/features/homepage/components/FAQSection.js +1 -1
- package/dist/features/homepage/components/FeaturedBundlesSection.js +1 -1
- package/dist/features/homepage/components/HowItWorksInfoView.js +1 -1
- package/dist/features/homepage/components/HowItWorksSection.js +1 -1
- package/dist/features/homepage/components/NewsletterBanner.js +1 -1
- package/dist/features/homepage/components/SecurityHighlightsSection.js +1 -1
- package/dist/features/homepage/components/SiteFeaturesSection.js +1 -1
- package/dist/features/homepage/components/TrustFeaturesSection.js +1 -1
- package/dist/features/homepage/components/TrustIndicatorsSection.js +1 -1
- package/dist/features/layout/BottomActions.js +29 -2
- package/dist/features/layout/BottomActionsContext.d.ts +36 -0
- package/dist/features/layout/BottomActionsContext.js +36 -0
- package/dist/features/orders/components/MarketplaceOrderCard.js +2 -2
- package/dist/features/orders/schemas/index.d.ts +2 -2
- package/dist/features/payments/schemas/index.d.ts +4 -4
- package/dist/features/products/components/BidHistory.js +1 -1
- package/dist/features/products/components/MarketplaceBundleCard.js +1 -1
- package/dist/features/products/components/ProductGalleryClient.js +1 -1
- package/dist/features/products/components/ShowGroupSection.js +1 -1
- package/dist/features/products/components/SublistingCarouselSection.js +1 -1
- package/dist/features/products/repository/products.repository.js +1 -1
- package/dist/features/products/schemas/product-features.validators.d.ts +6 -6
- package/dist/features/promotions/repository/claimed-coupons.repository.js +1 -1
- package/dist/features/reviews/columns/index.js +1 -1
- package/dist/features/scams/components/ScamAwarenessModal.js +1 -1
- package/dist/features/search/components/Search.js +1 -1
- package/dist/features/search/schemas/index.d.ts +2 -2
- package/dist/features/seller/actions/seller-actions.d.ts +2 -2
- package/dist/features/seller/components/SellerCouponEditorView.js +1 -1
- package/dist/features/seller/components/SellerGoogleReviewsView.js +1 -1
- package/dist/features/seller/components/SellerOrdersView.js +4 -1
- package/dist/features/seller/components/SellerPayoutMethodsView.js +1 -1
- package/dist/features/seller/components/SellerProductsView.js +35 -31
- package/dist/features/seller/components/SellerReviewsView.js +1 -1
- package/dist/features/seller/schemas/index.d.ts +2 -2
- package/dist/features/shell/QuickFormDrawer.js +1 -1
- package/dist/features/stores/columns/index.js +1 -1
- package/dist/features/stores/components/StoresIndexListing.js +20 -15
- package/dist/features/wishlist/actions/wishlist-actions.js +1 -1
- package/dist/next/ErrorBoundary.js +2 -1
- package/dist/next/components/NotFoundView.js +17 -0
- package/dist/next/components/UnauthorizedView.js +13 -0
- package/dist/schemas/registry.d.ts +93 -94
- package/dist/schemas/webhooks/razorpay.d.ts +86 -86
- package/dist/seed/carousel-slides-seed-data.js +3 -2
- package/dist/seed/defaults/homepage-sections.js +2 -1
- package/dist/seed/factories/carousel.factory.js +2 -1
- package/dist/seed/homepage-sections-seed-data.js +4 -3
- package/dist/seed/notifications-seed-data.js +2 -1
- package/dist/seed/site-settings-seed-data.js +3 -2
- package/dist/seo/metadata.js +2 -1
- package/dist/ui/columns/column-renderers.js +1 -1
- package/dist/ui/components/Accordion.js +10 -6
- package/dist/ui/components/ListingLayout.js +6 -2
- 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<{
|
|
@@ -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>;
|
|
@@ -4210,12 +4209,12 @@ export declare const SCHEMAS: {
|
|
|
4210
4209
|
}>;
|
|
4211
4210
|
};
|
|
4212
4211
|
readonly api: {
|
|
4213
|
-
readonly "POST /api/wishlist": import("
|
|
4214
|
-
readonly "POST /api/auth/session": import("
|
|
4215
|
-
readonly "POST /api/admin/products/[id]/group": import("
|
|
4216
|
-
readonly "POST /api/media/sign": import("
|
|
4217
|
-
readonly "POST /api/media/finalize": import("
|
|
4218
|
-
readonly "GET /api/search/suggestions": import("
|
|
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,8 +4258,8 @@ 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;
|
|
@@ -4289,8 +4288,8 @@ 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;
|
|
@@ -4321,8 +4320,8 @@ 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;
|
|
@@ -4353,8 +4352,8 @@ 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;
|
|
@@ -4387,8 +4386,8 @@ 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;
|
|
@@ -4421,8 +4420,8 @@ 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;
|
|
@@ -4458,8 +4457,8 @@ 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;
|
|
@@ -4498,8 +4497,8 @@ 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;
|
|
@@ -4571,8 +4570,8 @@ 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;
|
|
@@ -4601,8 +4600,8 @@ 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;
|
|
@@ -4633,8 +4632,8 @@ 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;
|
|
@@ -4665,8 +4664,8 @@ 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;
|
|
@@ -4699,8 +4698,8 @@ 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;
|
|
@@ -4733,8 +4732,8 @@ 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;
|
|
@@ -4770,8 +4769,8 @@ 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;
|
|
@@ -4810,8 +4809,8 @@ 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;
|
|
@@ -4883,8 +4882,8 @@ 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;
|
|
@@ -4913,8 +4912,8 @@ 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;
|
|
@@ -4945,8 +4944,8 @@ 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;
|
|
@@ -4977,8 +4976,8 @@ 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;
|
|
@@ -5011,8 +5010,8 @@ 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;
|
|
@@ -5045,8 +5044,8 @@ 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;
|
|
@@ -5082,8 +5081,8 @@ 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;
|
|
@@ -5122,8 +5121,8 @@ 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;
|
|
@@ -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,8 +5271,8 @@ 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;
|
|
@@ -5302,8 +5301,8 @@ 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;
|
|
@@ -5334,8 +5333,8 @@ 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;
|
|
@@ -5366,8 +5365,8 @@ 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;
|
|
@@ -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,8 +5416,8 @@ 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;
|
|
@@ -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,8 +5467,8 @@ 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;
|
|
@@ -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,8 +5521,8 @@ 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;
|
|
@@ -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,8 +5578,8 @@ 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;
|
|
@@ -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,8 +5896,8 @@ 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;
|
|
@@ -5927,8 +5926,8 @@ 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;
|
|
@@ -5959,8 +5958,8 @@ 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;
|
|
@@ -5991,8 +5990,8 @@ 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;
|
|
@@ -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,8 +6041,8 @@ 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;
|
|
@@ -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,8 +6092,8 @@ 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;
|
|
@@ -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,8 +6146,8 @@ 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;
|
|
@@ -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,8 +6203,8 @@ 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;
|
|
@@ -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,8 +6343,8 @@ 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;
|
|
@@ -6374,8 +6373,8 @@ 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;
|
|
@@ -6406,8 +6405,8 @@ 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;
|
|
@@ -6438,8 +6437,8 @@ 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;
|
|
@@ -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,8 +6486,8 @@ 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;
|
|
@@ -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,8 +6535,8 @@ 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;
|
|
@@ -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,8 +6587,8 @@ 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;
|
|
@@ -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,8 +6642,8 @@ 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;
|