@raideno/convex-stripe 0.1.5 → 0.1.8
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/server/index.d.ts +68 -68
- package/dist/server/redirects/index.d.ts +1 -3
- package/dist/server/schema/charge.d.ts +36 -36
- package/dist/server/schema/credit-note.d.ts +8 -8
- package/dist/server/schema/dispute.d.ts +4 -4
- package/dist/server/schema/index.d.ts +408 -408
- package/dist/server/schema/payment-method.d.ts +208 -208
- package/dist/server/schema/setup-intent.d.ts +12 -12
- package/dist/server/schema/subscription-schedule.d.ts +4 -4
- package/dist/server/store/index.d.ts +68 -68
- package/dist/server/types.d.ts +2 -1
- package/dist/server.js +116 -144
- package/package.json +2 -1
|
@@ -1844,11 +1844,11 @@ export declare const stripeTables: {
|
|
|
1844
1844
|
stripe: {
|
|
1845
1845
|
metadata?: Record<string, string | number | null> | null | undefined;
|
|
1846
1846
|
payment_intent?: string | null | undefined;
|
|
1847
|
+
payment_method_details?: any;
|
|
1847
1848
|
object: string;
|
|
1848
1849
|
id: string;
|
|
1849
1850
|
amount: number;
|
|
1850
1851
|
currency: string;
|
|
1851
|
-
payment_method_details: any;
|
|
1852
1852
|
status: "lost" | "needs_response" | "prevented" | "under_review" | "warning_closed" | "warning_needs_response" | "warning_under_review" | "won";
|
|
1853
1853
|
created: number;
|
|
1854
1854
|
livemode: boolean;
|
|
@@ -1867,11 +1867,11 @@ export declare const stripeTables: {
|
|
|
1867
1867
|
stripe: import('convex/values').VObject<{
|
|
1868
1868
|
metadata?: Record<string, string | number | null> | null | undefined;
|
|
1869
1869
|
payment_intent?: string | null | undefined;
|
|
1870
|
+
payment_method_details?: any;
|
|
1870
1871
|
object: string;
|
|
1871
1872
|
id: string;
|
|
1872
1873
|
amount: number;
|
|
1873
1874
|
currency: string;
|
|
1874
|
-
payment_method_details: any;
|
|
1875
1875
|
status: "lost" | "needs_response" | "prevented" | "under_review" | "warning_closed" | "warning_needs_response" | "warning_under_review" | "won";
|
|
1876
1876
|
created: number;
|
|
1877
1877
|
livemode: boolean;
|
|
@@ -1899,7 +1899,7 @@ export declare const stripeTables: {
|
|
|
1899
1899
|
evidence_details: import('convex/values').VAny<any, "required", string>;
|
|
1900
1900
|
is_charge_refundable: import('convex/values').VBoolean<boolean, "required">;
|
|
1901
1901
|
livemode: import('convex/values').VBoolean<boolean, "required">;
|
|
1902
|
-
payment_method_details: import('convex/values').VAny<any, "
|
|
1902
|
+
payment_method_details: import('convex/values').VAny<any, "optional", string>;
|
|
1903
1903
|
}, "required", "object" | "id" | "amount" | "currency" | "metadata" | "payment_intent" | "payment_method_details" | "status" | "created" | "livemode" | `metadata.${string}` | `payment_method_details.${string}` | "charge" | "reason" | "evidence" | "balance_transactions" | "enhanced_eligibility_types" | "evidence_details" | "is_charge_refundable" | `evidence.${string}` | `evidence_details.${string}`>;
|
|
1904
1904
|
last_synced_at: import('convex/values').VFloat64<number, "required">;
|
|
1905
1905
|
}, "required", "stripe" | "last_synced_at" | "stripe.object" | "stripe.id" | "stripe.metadata" | "stripe.created" | "stripe.livemode" | `stripe.metadata.${string}` | "stripe.currency" | "stripe.amount" | "stripe.status" | "stripe.payment_intent" | "stripe.charge" | "stripe.reason" | "disputeId" | "stripe.payment_method_details" | `stripe.payment_method_details.${string}` | "stripe.evidence" | "stripe.balance_transactions" | "stripe.enhanced_eligibility_types" | "stripe.evidence_details" | "stripe.is_charge_refundable" | `stripe.evidence.${string}` | `stripe.evidence_details.${string}`>, {
|
|
@@ -2045,11 +2045,14 @@ export declare const stripeTables: {
|
|
|
2045
2045
|
parent?: string | null | undefined;
|
|
2046
2046
|
id: string;
|
|
2047
2047
|
} | null | undefined;
|
|
2048
|
+
payment_method_options?: any;
|
|
2048
2049
|
automatic_payment_methods?: {
|
|
2049
2050
|
enabled?: boolean | null | undefined;
|
|
2050
2051
|
allow_redirects?: "always" | "never" | null | undefined;
|
|
2051
2052
|
} | null | undefined;
|
|
2053
|
+
next_action?: any;
|
|
2052
2054
|
cancellation_reason?: "duplicate" | "abandoned" | "requested_by_customer" | null | undefined;
|
|
2055
|
+
last_setup_error?: any;
|
|
2053
2056
|
attach_to_self?: boolean | null | undefined;
|
|
2054
2057
|
latest_attempt?: string | null | undefined;
|
|
2055
2058
|
mandate?: string | null | undefined;
|
|
@@ -2059,10 +2062,7 @@ export declare const stripeTables: {
|
|
|
2059
2062
|
status: "succeeded" | "canceled" | "processing" | "requires_action" | "requires_confirmation" | "requires_payment_method";
|
|
2060
2063
|
created: number;
|
|
2061
2064
|
livemode: boolean;
|
|
2062
|
-
payment_method_options: any;
|
|
2063
2065
|
payment_method_types: string[];
|
|
2064
|
-
next_action: any;
|
|
2065
|
-
last_setup_error: any;
|
|
2066
2066
|
usage: string;
|
|
2067
2067
|
flow_directions: ("inbound" | "outbound")[] | null;
|
|
2068
2068
|
};
|
|
@@ -2082,11 +2082,14 @@ export declare const stripeTables: {
|
|
|
2082
2082
|
parent?: string | null | undefined;
|
|
2083
2083
|
id: string;
|
|
2084
2084
|
} | null | undefined;
|
|
2085
|
+
payment_method_options?: any;
|
|
2085
2086
|
automatic_payment_methods?: {
|
|
2086
2087
|
enabled?: boolean | null | undefined;
|
|
2087
2088
|
allow_redirects?: "always" | "never" | null | undefined;
|
|
2088
2089
|
} | null | undefined;
|
|
2090
|
+
next_action?: any;
|
|
2089
2091
|
cancellation_reason?: "duplicate" | "abandoned" | "requested_by_customer" | null | undefined;
|
|
2092
|
+
last_setup_error?: any;
|
|
2090
2093
|
attach_to_self?: boolean | null | undefined;
|
|
2091
2094
|
latest_attempt?: string | null | undefined;
|
|
2092
2095
|
mandate?: string | null | undefined;
|
|
@@ -2096,10 +2099,7 @@ export declare const stripeTables: {
|
|
|
2096
2099
|
status: "succeeded" | "canceled" | "processing" | "requires_action" | "requires_confirmation" | "requires_payment_method";
|
|
2097
2100
|
created: number;
|
|
2098
2101
|
livemode: boolean;
|
|
2099
|
-
payment_method_options: any;
|
|
2100
2102
|
payment_method_types: string[];
|
|
2101
|
-
next_action: any;
|
|
2102
|
-
last_setup_error: any;
|
|
2103
2103
|
usage: string;
|
|
2104
2104
|
flow_directions: ("inbound" | "outbound")[] | null;
|
|
2105
2105
|
}, {
|
|
@@ -2117,9 +2117,9 @@ export declare const stripeTables: {
|
|
|
2117
2117
|
client_secret: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
2118
2118
|
customer: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
2119
2119
|
description: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
2120
|
-
last_setup_error: import('convex/values').VAny<any, "
|
|
2120
|
+
last_setup_error: import('convex/values').VAny<any, "optional", string>;
|
|
2121
2121
|
metadata: import('convex/values').VUnion<Record<string, string | number | null> | null | undefined, [import('convex/values').VRecord<Record<string, string | number | null>, import('convex/values').VString<string, "required">, import('convex/values').VUnion<string | number | null, [import('convex/values').VString<string, "required">, import('convex/values').VFloat64<number, "required">, import('convex/values').VNull<null, "required">], "required", never>, "required", string>, import('convex/values').VNull<null, "required">], "optional", string>;
|
|
2122
|
-
next_action: import('convex/values').VAny<any, "
|
|
2122
|
+
next_action: import('convex/values').VAny<any, "optional", string>;
|
|
2123
2123
|
payment_method: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
2124
2124
|
status: import('convex/values').VUnion<"succeeded" | "canceled" | "processing" | "requires_action" | "requires_confirmation" | "requires_payment_method", [import('convex/values').VLiteral<"canceled", "required">, import('convex/values').VLiteral<"processing", "required">, import('convex/values').VLiteral<"requires_action", "required">, import('convex/values').VLiteral<"requires_confirmation", "required">, import('convex/values').VLiteral<"requires_payment_method", "required">, import('convex/values').VLiteral<"succeeded", "required">], "required", never>;
|
|
2125
2125
|
usage: import('convex/values').VString<string, "required">;
|
|
@@ -2143,7 +2143,7 @@ export declare const stripeTables: {
|
|
|
2143
2143
|
id: import('convex/values').VString<string, "required">;
|
|
2144
2144
|
parent: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
2145
2145
|
}, "required", "id" | "parent">, import('convex/values').VNull<null, "required">], "optional", "id" | "parent">;
|
|
2146
|
-
payment_method_options: import('convex/values').VAny<any, "
|
|
2146
|
+
payment_method_options: import('convex/values').VAny<any, "optional", string>;
|
|
2147
2147
|
payment_method_types: import('convex/values').VArray<string[], import('convex/values').VString<string, "required">, "required">;
|
|
2148
2148
|
single_use_mandate: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
2149
2149
|
}, "required", "object" | "id" | "customer" | "description" | "metadata" | "status" | "application" | "created" | "livemode" | "on_behalf_of" | "payment_method" | `metadata.${string}` | "client_secret" | "payment_method_configuration_details" | "payment_method_options" | "payment_method_types" | `payment_method_options.${string}` | "automatic_payment_methods" | "next_action" | "cancellation_reason" | "payment_method_configuration_details.id" | "payment_method_configuration_details.parent" | "automatic_payment_methods.enabled" | "automatic_payment_methods.allow_redirects" | `next_action.${string}` | "last_setup_error" | "usage" | "attach_to_self" | "flow_directions" | "latest_attempt" | "mandate" | "single_use_mandate" | `last_setup_error.${string}`>;
|
|
@@ -2156,12 +2156,14 @@ export declare const stripeTables: {
|
|
|
2156
2156
|
customer?: string | null | undefined;
|
|
2157
2157
|
metadata?: Record<string, string | number | null> | null | undefined;
|
|
2158
2158
|
invoice?: string | null | undefined;
|
|
2159
|
+
shipping_cost?: any;
|
|
2159
2160
|
memo?: string | null | undefined;
|
|
2160
2161
|
customer_balance_transaction?: string | null | undefined;
|
|
2161
2162
|
effective_at?: number | null | undefined;
|
|
2162
2163
|
out_of_band_amount?: number | null | undefined;
|
|
2163
2164
|
subtotal_excluding_tax?: number | null | undefined;
|
|
2164
2165
|
total_excluding_tax?: number | null | undefined;
|
|
2166
|
+
total_taxes?: any;
|
|
2165
2167
|
voided_at?: number | null | undefined;
|
|
2166
2168
|
number: string;
|
|
2167
2169
|
object: string;
|
|
@@ -2176,7 +2178,6 @@ export declare const stripeTables: {
|
|
|
2176
2178
|
amount_refunded: number;
|
|
2177
2179
|
refund: string;
|
|
2178
2180
|
}[];
|
|
2179
|
-
shipping_cost: any;
|
|
2180
2181
|
lines: any;
|
|
2181
2182
|
reason: "duplicate" | "fraudulent" | "order_change" | "product_unsatisfactory" | null;
|
|
2182
2183
|
subtotal: number;
|
|
@@ -2196,7 +2197,6 @@ export declare const stripeTables: {
|
|
|
2196
2197
|
type: "discount" | "credit_balance_transaction";
|
|
2197
2198
|
amount: number;
|
|
2198
2199
|
}[];
|
|
2199
|
-
total_taxes: any;
|
|
2200
2200
|
};
|
|
2201
2201
|
last_synced_at: number;
|
|
2202
2202
|
creditNoteId: string;
|
|
@@ -2206,12 +2206,14 @@ export declare const stripeTables: {
|
|
|
2206
2206
|
customer?: string | null | undefined;
|
|
2207
2207
|
metadata?: Record<string, string | number | null> | null | undefined;
|
|
2208
2208
|
invoice?: string | null | undefined;
|
|
2209
|
+
shipping_cost?: any;
|
|
2209
2210
|
memo?: string | null | undefined;
|
|
2210
2211
|
customer_balance_transaction?: string | null | undefined;
|
|
2211
2212
|
effective_at?: number | null | undefined;
|
|
2212
2213
|
out_of_band_amount?: number | null | undefined;
|
|
2213
2214
|
subtotal_excluding_tax?: number | null | undefined;
|
|
2214
2215
|
total_excluding_tax?: number | null | undefined;
|
|
2216
|
+
total_taxes?: any;
|
|
2215
2217
|
voided_at?: number | null | undefined;
|
|
2216
2218
|
number: string;
|
|
2217
2219
|
object: string;
|
|
@@ -2226,7 +2228,6 @@ export declare const stripeTables: {
|
|
|
2226
2228
|
amount_refunded: number;
|
|
2227
2229
|
refund: string;
|
|
2228
2230
|
}[];
|
|
2229
|
-
shipping_cost: any;
|
|
2230
2231
|
lines: any;
|
|
2231
2232
|
reason: "duplicate" | "fraudulent" | "order_change" | "product_unsatisfactory" | null;
|
|
2232
2233
|
subtotal: number;
|
|
@@ -2246,7 +2247,6 @@ export declare const stripeTables: {
|
|
|
2246
2247
|
type: "discount" | "credit_balance_transaction";
|
|
2247
2248
|
amount: number;
|
|
2248
2249
|
}[];
|
|
2249
|
-
total_taxes: any;
|
|
2250
2250
|
}, {
|
|
2251
2251
|
id: import('convex/values').VString<string, "required">;
|
|
2252
2252
|
currency: import('convex/values').VString<string, "required">;
|
|
@@ -2308,10 +2308,10 @@ export declare const stripeTables: {
|
|
|
2308
2308
|
amount_refunded: import('convex/values').VFloat64<number, "required">;
|
|
2309
2309
|
refund: import('convex/values').VString<string, "required">;
|
|
2310
2310
|
}, "required", "amount_refunded" | "refund">, "required">;
|
|
2311
|
-
shipping_cost: import('convex/values').VAny<any, "
|
|
2311
|
+
shipping_cost: import('convex/values').VAny<any, "optional", string>;
|
|
2312
2312
|
subtotal_excluding_tax: import('convex/values').VUnion<number | null | undefined, [import('convex/values').VFloat64<number, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
2313
2313
|
total_excluding_tax: import('convex/values').VUnion<number | null | undefined, [import('convex/values').VFloat64<number, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
2314
|
-
total_taxes: import('convex/values').VAny<any, "
|
|
2314
|
+
total_taxes: import('convex/values').VAny<any, "optional", string>;
|
|
2315
2315
|
type: import('convex/values').VUnion<"mixed" | "post_payment" | "pre_payment", [import('convex/values').VLiteral<"mixed", "required">, import('convex/values').VLiteral<"post_payment", "required">, import('convex/values').VLiteral<"pre_payment", "required">], "required", never>;
|
|
2316
2316
|
voided_at: import('convex/values').VUnion<number | null | undefined, [import('convex/values').VFloat64<number, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
2317
2317
|
}, "required", "number" | "object" | "type" | "id" | "amount" | "currency" | "customer" | "metadata" | "status" | "created" | "livemode" | "refunds" | `metadata.${string}` | "invoice" | "shipping_cost" | `shipping_cost.${string}` | "lines" | "memo" | "reason" | "subtotal" | "total" | "amount_shipping" | "customer_balance_transaction" | "discount_amount" | "discount_amounts" | "effective_at" | "out_of_band_amount" | "pdf" | "post_payment_amount" | "pre_payment_amount" | "pretax_credit_amounts" | "subtotal_excluding_tax" | "total_excluding_tax" | "total_taxes" | "voided_at" | `lines.${string}` | `total_taxes.${string}`>;
|
|
@@ -2326,7 +2326,9 @@ export declare const stripeTables: {
|
|
|
2326
2326
|
description?: string | null | undefined;
|
|
2327
2327
|
metadata?: Record<string, string | number | null> | null | undefined;
|
|
2328
2328
|
payment_intent?: string | null | undefined;
|
|
2329
|
+
payment_method_details?: any;
|
|
2329
2330
|
receipt_email?: string | null | undefined;
|
|
2331
|
+
shipping?: any;
|
|
2330
2332
|
statement_descriptor?: string | null | undefined;
|
|
2331
2333
|
statement_descriptor_suffix?: string | null | undefined;
|
|
2332
2334
|
application?: string | null | undefined;
|
|
@@ -2336,13 +2338,20 @@ export declare const stripeTables: {
|
|
|
2336
2338
|
failure_balance_transaction?: string | null | undefined;
|
|
2337
2339
|
failure_code?: string | null | undefined;
|
|
2338
2340
|
failure_message?: string | null | undefined;
|
|
2341
|
+
fraud_details?: any;
|
|
2339
2342
|
on_behalf_of?: string | null | undefined;
|
|
2343
|
+
outcome?: any;
|
|
2340
2344
|
payment_method?: string | null | undefined;
|
|
2345
|
+
presentment_details?: any;
|
|
2346
|
+
radar_options?: any;
|
|
2341
2347
|
receipt_number?: string | null | undefined;
|
|
2342
2348
|
receipt_url?: string | null | undefined;
|
|
2349
|
+
refunds?: any;
|
|
2343
2350
|
review?: string | null | undefined;
|
|
2344
2351
|
source_transfer?: string | null | undefined;
|
|
2345
2352
|
transfer?: string | null | undefined;
|
|
2353
|
+
transfer_data?: any;
|
|
2354
|
+
transfer_group?: any;
|
|
2346
2355
|
object: string;
|
|
2347
2356
|
id: string;
|
|
2348
2357
|
amount: number;
|
|
@@ -2362,23 +2371,14 @@ export declare const stripeTables: {
|
|
|
2362
2371
|
};
|
|
2363
2372
|
currency: string;
|
|
2364
2373
|
disputed: boolean;
|
|
2365
|
-
payment_method_details: any;
|
|
2366
2374
|
refunded: boolean;
|
|
2367
|
-
shipping: any;
|
|
2368
2375
|
status: "succeeded" | "failed" | "pending";
|
|
2369
2376
|
amount_captured: number;
|
|
2370
2377
|
amount_refunded: number;
|
|
2371
2378
|
captured: boolean;
|
|
2372
2379
|
created: number;
|
|
2373
|
-
fraud_details: any;
|
|
2374
2380
|
livemode: boolean;
|
|
2375
|
-
outcome: any;
|
|
2376
2381
|
paid: boolean;
|
|
2377
|
-
presentment_details: any;
|
|
2378
|
-
radar_options: any;
|
|
2379
|
-
refunds: any;
|
|
2380
|
-
transfer_data: any;
|
|
2381
|
-
transfer_group: any;
|
|
2382
2382
|
};
|
|
2383
2383
|
last_synced_at: number;
|
|
2384
2384
|
chargeId: string;
|
|
@@ -2390,7 +2390,9 @@ export declare const stripeTables: {
|
|
|
2390
2390
|
description?: string | null | undefined;
|
|
2391
2391
|
metadata?: Record<string, string | number | null> | null | undefined;
|
|
2392
2392
|
payment_intent?: string | null | undefined;
|
|
2393
|
+
payment_method_details?: any;
|
|
2393
2394
|
receipt_email?: string | null | undefined;
|
|
2395
|
+
shipping?: any;
|
|
2394
2396
|
statement_descriptor?: string | null | undefined;
|
|
2395
2397
|
statement_descriptor_suffix?: string | null | undefined;
|
|
2396
2398
|
application?: string | null | undefined;
|
|
@@ -2400,13 +2402,20 @@ export declare const stripeTables: {
|
|
|
2400
2402
|
failure_balance_transaction?: string | null | undefined;
|
|
2401
2403
|
failure_code?: string | null | undefined;
|
|
2402
2404
|
failure_message?: string | null | undefined;
|
|
2405
|
+
fraud_details?: any;
|
|
2403
2406
|
on_behalf_of?: string | null | undefined;
|
|
2407
|
+
outcome?: any;
|
|
2404
2408
|
payment_method?: string | null | undefined;
|
|
2409
|
+
presentment_details?: any;
|
|
2410
|
+
radar_options?: any;
|
|
2405
2411
|
receipt_number?: string | null | undefined;
|
|
2406
2412
|
receipt_url?: string | null | undefined;
|
|
2413
|
+
refunds?: any;
|
|
2407
2414
|
review?: string | null | undefined;
|
|
2408
2415
|
source_transfer?: string | null | undefined;
|
|
2409
2416
|
transfer?: string | null | undefined;
|
|
2417
|
+
transfer_data?: any;
|
|
2418
|
+
transfer_group?: any;
|
|
2410
2419
|
object: string;
|
|
2411
2420
|
id: string;
|
|
2412
2421
|
amount: number;
|
|
@@ -2426,23 +2435,14 @@ export declare const stripeTables: {
|
|
|
2426
2435
|
};
|
|
2427
2436
|
currency: string;
|
|
2428
2437
|
disputed: boolean;
|
|
2429
|
-
payment_method_details: any;
|
|
2430
2438
|
refunded: boolean;
|
|
2431
|
-
shipping: any;
|
|
2432
2439
|
status: "succeeded" | "failed" | "pending";
|
|
2433
2440
|
amount_captured: number;
|
|
2434
2441
|
amount_refunded: number;
|
|
2435
2442
|
captured: boolean;
|
|
2436
2443
|
created: number;
|
|
2437
|
-
fraud_details: any;
|
|
2438
2444
|
livemode: boolean;
|
|
2439
|
-
outcome: any;
|
|
2440
2445
|
paid: boolean;
|
|
2441
|
-
presentment_details: any;
|
|
2442
|
-
radar_options: any;
|
|
2443
|
-
refunds: any;
|
|
2444
|
-
transfer_data: any;
|
|
2445
|
-
transfer_group: any;
|
|
2446
2446
|
}, {
|
|
2447
2447
|
id: import('convex/values').VString<string, "required">;
|
|
2448
2448
|
amount: import('convex/values').VFloat64<number, "required">;
|
|
@@ -2494,10 +2494,10 @@ export declare const stripeTables: {
|
|
|
2494
2494
|
disputed: import('convex/values').VBoolean<boolean, "required">;
|
|
2495
2495
|
metadata: import('convex/values').VUnion<Record<string, string | number | null> | null | undefined, [import('convex/values').VRecord<Record<string, string | number | null>, import('convex/values').VString<string, "required">, import('convex/values').VUnion<string | number | null, [import('convex/values').VString<string, "required">, import('convex/values').VFloat64<number, "required">, import('convex/values').VNull<null, "required">], "required", never>, "required", string>, import('convex/values').VNull<null, "required">], "optional", string>;
|
|
2496
2496
|
payment_intent: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
2497
|
-
payment_method_details: import('convex/values').VAny<any, "
|
|
2497
|
+
payment_method_details: import('convex/values').VAny<any, "optional", string>;
|
|
2498
2498
|
receipt_email: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
2499
2499
|
refunded: import('convex/values').VBoolean<boolean, "required">;
|
|
2500
|
-
shipping: import('convex/values').VAny<any, "
|
|
2500
|
+
shipping: import('convex/values').VAny<any, "optional", string>;
|
|
2501
2501
|
statement_descriptor: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
2502
2502
|
statement_descriptor_suffix: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
2503
2503
|
status: import('convex/values').VUnion<"succeeded" | "failed" | "pending", [import('convex/values').VLiteral<"succeeded", "required">, import('convex/values').VLiteral<"failed", "required">, import('convex/values').VLiteral<"pending", "required">], "required", never>;
|
|
@@ -2513,22 +2513,22 @@ export declare const stripeTables: {
|
|
|
2513
2513
|
failure_balance_transaction: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
2514
2514
|
failure_code: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
2515
2515
|
failure_message: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
2516
|
-
fraud_details: import('convex/values').VAny<any, "
|
|
2516
|
+
fraud_details: import('convex/values').VAny<any, "optional", string>;
|
|
2517
2517
|
livemode: import('convex/values').VBoolean<boolean, "required">;
|
|
2518
2518
|
on_behalf_of: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
2519
|
-
outcome: import('convex/values').VAny<any, "
|
|
2519
|
+
outcome: import('convex/values').VAny<any, "optional", string>;
|
|
2520
2520
|
paid: import('convex/values').VBoolean<boolean, "required">;
|
|
2521
2521
|
payment_method: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
2522
|
-
presentment_details: import('convex/values').VAny<any, "
|
|
2523
|
-
radar_options: import('convex/values').VAny<any, "
|
|
2522
|
+
presentment_details: import('convex/values').VAny<any, "optional", string>;
|
|
2523
|
+
radar_options: import('convex/values').VAny<any, "optional", string>;
|
|
2524
2524
|
receipt_number: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
2525
2525
|
receipt_url: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
2526
|
-
refunds: import('convex/values').VAny<any, "
|
|
2526
|
+
refunds: import('convex/values').VAny<any, "optional", string>;
|
|
2527
2527
|
review: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
2528
2528
|
source_transfer: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
2529
2529
|
transfer: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
2530
|
-
transfer_data: import('convex/values').VAny<any, "
|
|
2531
|
-
transfer_group: import('convex/values').VAny<any, "
|
|
2530
|
+
transfer_data: import('convex/values').VAny<any, "optional", string>;
|
|
2531
|
+
transfer_group: import('convex/values').VAny<any, "optional", string>;
|
|
2532
2532
|
}, "required", "object" | "id" | "amount" | "balance_transaction" | "billing_details" | "currency" | "customer" | "description" | "disputed" | "metadata" | "payment_intent" | "payment_method_details" | "receipt_email" | "refunded" | "shipping" | "statement_descriptor" | "statement_descriptor_suffix" | "status" | "amount_captured" | "amount_refunded" | "application" | "application_fee" | "application_fee_amount" | "calculated_statement_descriptor" | "captured" | "created" | "failure_balance_transaction" | "failure_code" | "failure_message" | "fraud_details" | "livemode" | "on_behalf_of" | "outcome" | "paid" | "payment_method" | "presentment_details" | "radar_options" | "receipt_number" | "receipt_url" | "refunds" | "review" | "source_transfer" | "transfer" | "transfer_data" | "transfer_group" | "billing_details.address" | "billing_details.email" | "billing_details.name" | "billing_details.phone" | "billing_details.tax_id" | "billing_details.address.city" | "billing_details.address.country" | "billing_details.address.line1" | "billing_details.address.line2" | "billing_details.address.postal_code" | "billing_details.address.state" | `metadata.${string}` | `payment_method_details.${string}` | `shipping.${string}` | `fraud_details.${string}` | `outcome.${string}` | `presentment_details.${string}` | `radar_options.${string}` | `refunds.${string}` | `transfer_data.${string}` | `transfer_group.${string}`>;
|
|
2533
2533
|
last_synced_at: import('convex/values').VFloat64<number, "required">;
|
|
2534
2534
|
}, "required", "stripe" | "last_synced_at" | "stripe.object" | "stripe.id" | "stripe.description" | "stripe.metadata" | "stripe.statement_descriptor" | "stripe.created" | "stripe.livemode" | `stripe.metadata.${string}` | "stripe.currency" | "stripe.shipping" | "stripe.customer" | "stripe.amount" | "stripe.balance_transaction" | "stripe.status" | "stripe.application_fee" | "stripe.application_fee_amount" | "stripe.failure_balance_transaction" | "stripe.failure_code" | "stripe.failure_message" | "stripe.payment_intent" | "stripe.receipt_number" | "stripe.receipt_email" | "stripe.statement_descriptor_suffix" | "stripe.application" | "stripe.on_behalf_of" | "stripe.payment_method" | "stripe.presentment_details" | "stripe.review" | "stripe.transfer_data" | "stripe.transfer_group" | `stripe.shipping.${string}` | `stripe.presentment_details.${string}` | `stripe.transfer_data.${string}` | "stripe.payment_method_details" | `stripe.payment_method_details.${string}` | "stripe.refunds" | "chargeId" | "stripe.billing_details" | "stripe.disputed" | "stripe.refunded" | "stripe.amount_captured" | "stripe.amount_refunded" | "stripe.calculated_statement_descriptor" | "stripe.captured" | "stripe.fraud_details" | "stripe.outcome" | "stripe.paid" | "stripe.radar_options" | "stripe.receipt_url" | "stripe.source_transfer" | "stripe.transfer" | "stripe.billing_details.address" | "stripe.billing_details.email" | "stripe.billing_details.name" | "stripe.billing_details.phone" | "stripe.billing_details.tax_id" | "stripe.billing_details.address.city" | "stripe.billing_details.address.country" | "stripe.billing_details.address.line1" | "stripe.billing_details.address.line2" | "stripe.billing_details.address.postal_code" | "stripe.billing_details.address.state" | `stripe.fraud_details.${string}` | `stripe.outcome.${string}` | `stripe.radar_options.${string}` | `stripe.refunds.${string}` | `stripe.transfer_group.${string}`>, {
|
|
@@ -2536,193 +2536,193 @@ export declare const stripeTables: {
|
|
|
2536
2536
|
}, {}, {}>;
|
|
2537
2537
|
stripe_payment_methods: import('convex/server').TableDefinition<import('convex/values').VObject<{
|
|
2538
2538
|
stripe: {
|
|
2539
|
+
link?: any;
|
|
2540
|
+
billing_details?: any;
|
|
2539
2541
|
customer?: string | null | undefined;
|
|
2540
2542
|
metadata?: Record<string, string | number | null> | null | undefined;
|
|
2543
|
+
radar_options?: any;
|
|
2544
|
+
acss_debit?: any;
|
|
2545
|
+
affirm?: any;
|
|
2546
|
+
afterpay_clearpay?: any;
|
|
2547
|
+
alipay?: any;
|
|
2548
|
+
alma?: any;
|
|
2549
|
+
amazon_pay?: any;
|
|
2550
|
+
au_becs_debit?: any;
|
|
2551
|
+
bacs_debit?: any;
|
|
2552
|
+
bancontact?: any;
|
|
2553
|
+
billie?: any;
|
|
2554
|
+
blik?: any;
|
|
2555
|
+
boleto?: any;
|
|
2556
|
+
card?: any;
|
|
2557
|
+
cashapp?: any;
|
|
2558
|
+
crypto?: any;
|
|
2559
|
+
customer_balance?: any;
|
|
2560
|
+
eps?: any;
|
|
2561
|
+
fpx?: any;
|
|
2562
|
+
giropay?: any;
|
|
2563
|
+
grabpay?: any;
|
|
2564
|
+
ideal?: any;
|
|
2565
|
+
kakao_pay?: any;
|
|
2566
|
+
klarna?: any;
|
|
2567
|
+
konbini?: any;
|
|
2568
|
+
kr_card?: any;
|
|
2569
|
+
mobilepay?: any;
|
|
2570
|
+
multibanco?: any;
|
|
2571
|
+
naver_pay?: any;
|
|
2572
|
+
nz_bank_account?: any;
|
|
2573
|
+
oxxo?: any;
|
|
2574
|
+
p24?: any;
|
|
2575
|
+
pay_by_bank?: any;
|
|
2576
|
+
payco?: any;
|
|
2577
|
+
paynow?: any;
|
|
2578
|
+
paypal?: any;
|
|
2579
|
+
pix?: any;
|
|
2580
|
+
promptpay?: any;
|
|
2581
|
+
revolut_pay?: any;
|
|
2582
|
+
samsung_pay?: any;
|
|
2583
|
+
satispay?: any;
|
|
2584
|
+
sepa_debit?: any;
|
|
2585
|
+
sofort?: any;
|
|
2586
|
+
swish?: any;
|
|
2587
|
+
twint?: any;
|
|
2588
|
+
us_bank_account?: any;
|
|
2589
|
+
wechat_pay?: any;
|
|
2590
|
+
zip?: any;
|
|
2591
|
+
card_present?: any;
|
|
2592
|
+
interac_present?: any;
|
|
2541
2593
|
object: string;
|
|
2542
2594
|
type: string;
|
|
2543
2595
|
id: string;
|
|
2544
|
-
link: any;
|
|
2545
|
-
billing_details: any;
|
|
2546
2596
|
created: number;
|
|
2547
2597
|
livemode: boolean;
|
|
2548
|
-
radar_options: any;
|
|
2549
|
-
acss_debit: any;
|
|
2550
|
-
affirm: any;
|
|
2551
|
-
afterpay_clearpay: any;
|
|
2552
|
-
alipay: any;
|
|
2553
|
-
alma: any;
|
|
2554
|
-
amazon_pay: any;
|
|
2555
|
-
au_becs_debit: any;
|
|
2556
|
-
bacs_debit: any;
|
|
2557
|
-
bancontact: any;
|
|
2558
|
-
billie: any;
|
|
2559
|
-
blik: any;
|
|
2560
|
-
boleto: any;
|
|
2561
|
-
card: any;
|
|
2562
|
-
cashapp: any;
|
|
2563
|
-
crypto: any;
|
|
2564
|
-
customer_balance: any;
|
|
2565
|
-
eps: any;
|
|
2566
|
-
fpx: any;
|
|
2567
|
-
giropay: any;
|
|
2568
|
-
grabpay: any;
|
|
2569
|
-
ideal: any;
|
|
2570
|
-
kakao_pay: any;
|
|
2571
|
-
klarna: any;
|
|
2572
|
-
konbini: any;
|
|
2573
|
-
kr_card: any;
|
|
2574
|
-
mobilepay: any;
|
|
2575
|
-
multibanco: any;
|
|
2576
|
-
naver_pay: any;
|
|
2577
|
-
nz_bank_account: any;
|
|
2578
|
-
oxxo: any;
|
|
2579
|
-
p24: any;
|
|
2580
|
-
pay_by_bank: any;
|
|
2581
|
-
payco: any;
|
|
2582
|
-
paynow: any;
|
|
2583
|
-
paypal: any;
|
|
2584
|
-
pix: any;
|
|
2585
|
-
promptpay: any;
|
|
2586
|
-
revolut_pay: any;
|
|
2587
|
-
samsung_pay: any;
|
|
2588
|
-
satispay: any;
|
|
2589
|
-
sepa_debit: any;
|
|
2590
|
-
sofort: any;
|
|
2591
|
-
swish: any;
|
|
2592
|
-
twint: any;
|
|
2593
|
-
us_bank_account: any;
|
|
2594
|
-
wechat_pay: any;
|
|
2595
|
-
zip: any;
|
|
2596
2598
|
allow_redisplay: "always" | "limited" | "unspecified" | null;
|
|
2597
|
-
card_present: any;
|
|
2598
|
-
interac_present: any;
|
|
2599
2599
|
};
|
|
2600
2600
|
last_synced_at: number;
|
|
2601
2601
|
paymentMethodId: string;
|
|
2602
2602
|
}, {
|
|
2603
2603
|
paymentMethodId: import('convex/values').VString<string, "required">;
|
|
2604
2604
|
stripe: import('convex/values').VObject<{
|
|
2605
|
+
link?: any;
|
|
2606
|
+
billing_details?: any;
|
|
2605
2607
|
customer?: string | null | undefined;
|
|
2606
2608
|
metadata?: Record<string, string | number | null> | null | undefined;
|
|
2609
|
+
radar_options?: any;
|
|
2610
|
+
acss_debit?: any;
|
|
2611
|
+
affirm?: any;
|
|
2612
|
+
afterpay_clearpay?: any;
|
|
2613
|
+
alipay?: any;
|
|
2614
|
+
alma?: any;
|
|
2615
|
+
amazon_pay?: any;
|
|
2616
|
+
au_becs_debit?: any;
|
|
2617
|
+
bacs_debit?: any;
|
|
2618
|
+
bancontact?: any;
|
|
2619
|
+
billie?: any;
|
|
2620
|
+
blik?: any;
|
|
2621
|
+
boleto?: any;
|
|
2622
|
+
card?: any;
|
|
2623
|
+
cashapp?: any;
|
|
2624
|
+
crypto?: any;
|
|
2625
|
+
customer_balance?: any;
|
|
2626
|
+
eps?: any;
|
|
2627
|
+
fpx?: any;
|
|
2628
|
+
giropay?: any;
|
|
2629
|
+
grabpay?: any;
|
|
2630
|
+
ideal?: any;
|
|
2631
|
+
kakao_pay?: any;
|
|
2632
|
+
klarna?: any;
|
|
2633
|
+
konbini?: any;
|
|
2634
|
+
kr_card?: any;
|
|
2635
|
+
mobilepay?: any;
|
|
2636
|
+
multibanco?: any;
|
|
2637
|
+
naver_pay?: any;
|
|
2638
|
+
nz_bank_account?: any;
|
|
2639
|
+
oxxo?: any;
|
|
2640
|
+
p24?: any;
|
|
2641
|
+
pay_by_bank?: any;
|
|
2642
|
+
payco?: any;
|
|
2643
|
+
paynow?: any;
|
|
2644
|
+
paypal?: any;
|
|
2645
|
+
pix?: any;
|
|
2646
|
+
promptpay?: any;
|
|
2647
|
+
revolut_pay?: any;
|
|
2648
|
+
samsung_pay?: any;
|
|
2649
|
+
satispay?: any;
|
|
2650
|
+
sepa_debit?: any;
|
|
2651
|
+
sofort?: any;
|
|
2652
|
+
swish?: any;
|
|
2653
|
+
twint?: any;
|
|
2654
|
+
us_bank_account?: any;
|
|
2655
|
+
wechat_pay?: any;
|
|
2656
|
+
zip?: any;
|
|
2657
|
+
card_present?: any;
|
|
2658
|
+
interac_present?: any;
|
|
2607
2659
|
object: string;
|
|
2608
2660
|
type: string;
|
|
2609
2661
|
id: string;
|
|
2610
|
-
link: any;
|
|
2611
|
-
billing_details: any;
|
|
2612
2662
|
created: number;
|
|
2613
2663
|
livemode: boolean;
|
|
2614
|
-
radar_options: any;
|
|
2615
|
-
acss_debit: any;
|
|
2616
|
-
affirm: any;
|
|
2617
|
-
afterpay_clearpay: any;
|
|
2618
|
-
alipay: any;
|
|
2619
|
-
alma: any;
|
|
2620
|
-
amazon_pay: any;
|
|
2621
|
-
au_becs_debit: any;
|
|
2622
|
-
bacs_debit: any;
|
|
2623
|
-
bancontact: any;
|
|
2624
|
-
billie: any;
|
|
2625
|
-
blik: any;
|
|
2626
|
-
boleto: any;
|
|
2627
|
-
card: any;
|
|
2628
|
-
cashapp: any;
|
|
2629
|
-
crypto: any;
|
|
2630
|
-
customer_balance: any;
|
|
2631
|
-
eps: any;
|
|
2632
|
-
fpx: any;
|
|
2633
|
-
giropay: any;
|
|
2634
|
-
grabpay: any;
|
|
2635
|
-
ideal: any;
|
|
2636
|
-
kakao_pay: any;
|
|
2637
|
-
klarna: any;
|
|
2638
|
-
konbini: any;
|
|
2639
|
-
kr_card: any;
|
|
2640
|
-
mobilepay: any;
|
|
2641
|
-
multibanco: any;
|
|
2642
|
-
naver_pay: any;
|
|
2643
|
-
nz_bank_account: any;
|
|
2644
|
-
oxxo: any;
|
|
2645
|
-
p24: any;
|
|
2646
|
-
pay_by_bank: any;
|
|
2647
|
-
payco: any;
|
|
2648
|
-
paynow: any;
|
|
2649
|
-
paypal: any;
|
|
2650
|
-
pix: any;
|
|
2651
|
-
promptpay: any;
|
|
2652
|
-
revolut_pay: any;
|
|
2653
|
-
samsung_pay: any;
|
|
2654
|
-
satispay: any;
|
|
2655
|
-
sepa_debit: any;
|
|
2656
|
-
sofort: any;
|
|
2657
|
-
swish: any;
|
|
2658
|
-
twint: any;
|
|
2659
|
-
us_bank_account: any;
|
|
2660
|
-
wechat_pay: any;
|
|
2661
|
-
zip: any;
|
|
2662
2664
|
allow_redisplay: "always" | "limited" | "unspecified" | null;
|
|
2663
|
-
card_present: any;
|
|
2664
|
-
interac_present: any;
|
|
2665
2665
|
}, {
|
|
2666
2666
|
id: import('convex/values').VString<string, "required">;
|
|
2667
|
-
billing_details: import('convex/values').VAny<any, "
|
|
2667
|
+
billing_details: import('convex/values').VAny<any, "optional", string>;
|
|
2668
2668
|
customer: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
2669
2669
|
metadata: import('convex/values').VUnion<Record<string, string | number | null> | null | undefined, [import('convex/values').VRecord<Record<string, string | number | null>, import('convex/values').VString<string, "required">, import('convex/values').VUnion<string | number | null, [import('convex/values').VString<string, "required">, import('convex/values').VFloat64<number, "required">, import('convex/values').VNull<null, "required">], "required", never>, "required", string>, import('convex/values').VNull<null, "required">], "optional", string>;
|
|
2670
2670
|
type: import('convex/values').VString<string, "required">;
|
|
2671
2671
|
object: import('convex/values').VString<string, "required">;
|
|
2672
|
-
acss_debit: import('convex/values').VAny<any, "
|
|
2673
|
-
affirm: import('convex/values').VAny<any, "
|
|
2674
|
-
afterpay_clearpay: import('convex/values').VAny<any, "
|
|
2675
|
-
alipay: import('convex/values').VAny<any, "
|
|
2672
|
+
acss_debit: import('convex/values').VAny<any, "optional", string>;
|
|
2673
|
+
affirm: import('convex/values').VAny<any, "optional", string>;
|
|
2674
|
+
afterpay_clearpay: import('convex/values').VAny<any, "optional", string>;
|
|
2675
|
+
alipay: import('convex/values').VAny<any, "optional", string>;
|
|
2676
2676
|
allow_redisplay: import('convex/values').VUnion<"always" | "limited" | "unspecified" | null, [import('convex/values').VLiteral<"always", "required">, import('convex/values').VLiteral<"limited", "required">, import('convex/values').VLiteral<"unspecified", "required">, import('convex/values').VNull<null, "required">], "required", never>;
|
|
2677
|
-
alma: import('convex/values').VAny<any, "
|
|
2678
|
-
amazon_pay: import('convex/values').VAny<any, "
|
|
2679
|
-
au_becs_debit: import('convex/values').VAny<any, "
|
|
2680
|
-
bacs_debit: import('convex/values').VAny<any, "
|
|
2681
|
-
bancontact: import('convex/values').VAny<any, "
|
|
2682
|
-
billie: import('convex/values').VAny<any, "
|
|
2683
|
-
blik: import('convex/values').VAny<any, "
|
|
2684
|
-
boleto: import('convex/values').VAny<any, "
|
|
2685
|
-
card: import('convex/values').VAny<any, "
|
|
2686
|
-
card_present: import('convex/values').VAny<any, "
|
|
2687
|
-
cashapp: import('convex/values').VAny<any, "
|
|
2677
|
+
alma: import('convex/values').VAny<any, "optional", string>;
|
|
2678
|
+
amazon_pay: import('convex/values').VAny<any, "optional", string>;
|
|
2679
|
+
au_becs_debit: import('convex/values').VAny<any, "optional", string>;
|
|
2680
|
+
bacs_debit: import('convex/values').VAny<any, "optional", string>;
|
|
2681
|
+
bancontact: import('convex/values').VAny<any, "optional", string>;
|
|
2682
|
+
billie: import('convex/values').VAny<any, "optional", string>;
|
|
2683
|
+
blik: import('convex/values').VAny<any, "optional", string>;
|
|
2684
|
+
boleto: import('convex/values').VAny<any, "optional", string>;
|
|
2685
|
+
card: import('convex/values').VAny<any, "optional", string>;
|
|
2686
|
+
card_present: import('convex/values').VAny<any, "optional", string>;
|
|
2687
|
+
cashapp: import('convex/values').VAny<any, "optional", string>;
|
|
2688
2688
|
created: import('convex/values').VFloat64<number, "required">;
|
|
2689
|
-
crypto: import('convex/values').VAny<any, "
|
|
2690
|
-
customer_balance: import('convex/values').VAny<any, "
|
|
2691
|
-
eps: import('convex/values').VAny<any, "
|
|
2692
|
-
fpx: import('convex/values').VAny<any, "
|
|
2693
|
-
giropay: import('convex/values').VAny<any, "
|
|
2694
|
-
grabpay: import('convex/values').VAny<any, "
|
|
2695
|
-
ideal: import('convex/values').VAny<any, "
|
|
2696
|
-
interac_present: import('convex/values').VAny<any, "
|
|
2697
|
-
kakao_pay: import('convex/values').VAny<any, "
|
|
2698
|
-
klarna: import('convex/values').VAny<any, "
|
|
2699
|
-
konbini: import('convex/values').VAny<any, "
|
|
2700
|
-
kr_card: import('convex/values').VAny<any, "
|
|
2701
|
-
link: import('convex/values').VAny<any, "
|
|
2689
|
+
crypto: import('convex/values').VAny<any, "optional", string>;
|
|
2690
|
+
customer_balance: import('convex/values').VAny<any, "optional", string>;
|
|
2691
|
+
eps: import('convex/values').VAny<any, "optional", string>;
|
|
2692
|
+
fpx: import('convex/values').VAny<any, "optional", string>;
|
|
2693
|
+
giropay: import('convex/values').VAny<any, "optional", string>;
|
|
2694
|
+
grabpay: import('convex/values').VAny<any, "optional", string>;
|
|
2695
|
+
ideal: import('convex/values').VAny<any, "optional", string>;
|
|
2696
|
+
interac_present: import('convex/values').VAny<any, "optional", string>;
|
|
2697
|
+
kakao_pay: import('convex/values').VAny<any, "optional", string>;
|
|
2698
|
+
klarna: import('convex/values').VAny<any, "optional", string>;
|
|
2699
|
+
konbini: import('convex/values').VAny<any, "optional", string>;
|
|
2700
|
+
kr_card: import('convex/values').VAny<any, "optional", string>;
|
|
2701
|
+
link: import('convex/values').VAny<any, "optional", string>;
|
|
2702
2702
|
livemode: import('convex/values').VBoolean<boolean, "required">;
|
|
2703
|
-
mobilepay: import('convex/values').VAny<any, "
|
|
2704
|
-
multibanco: import('convex/values').VAny<any, "
|
|
2705
|
-
naver_pay: import('convex/values').VAny<any, "
|
|
2706
|
-
nz_bank_account: import('convex/values').VAny<any, "
|
|
2707
|
-
oxxo: import('convex/values').VAny<any, "
|
|
2708
|
-
p24: import('convex/values').VAny<any, "
|
|
2709
|
-
pay_by_bank: import('convex/values').VAny<any, "
|
|
2710
|
-
payco: import('convex/values').VAny<any, "
|
|
2711
|
-
paynow: import('convex/values').VAny<any, "
|
|
2712
|
-
paypal: import('convex/values').VAny<any, "
|
|
2713
|
-
pix: import('convex/values').VAny<any, "
|
|
2714
|
-
promptpay: import('convex/values').VAny<any, "
|
|
2715
|
-
radar_options: import('convex/values').VAny<any, "
|
|
2716
|
-
revolut_pay: import('convex/values').VAny<any, "
|
|
2717
|
-
samsung_pay: import('convex/values').VAny<any, "
|
|
2718
|
-
satispay: import('convex/values').VAny<any, "
|
|
2719
|
-
sepa_debit: import('convex/values').VAny<any, "
|
|
2720
|
-
sofort: import('convex/values').VAny<any, "
|
|
2721
|
-
swish: import('convex/values').VAny<any, "
|
|
2722
|
-
twint: import('convex/values').VAny<any, "
|
|
2723
|
-
us_bank_account: import('convex/values').VAny<any, "
|
|
2724
|
-
wechat_pay: import('convex/values').VAny<any, "
|
|
2725
|
-
zip: import('convex/values').VAny<any, "
|
|
2703
|
+
mobilepay: import('convex/values').VAny<any, "optional", string>;
|
|
2704
|
+
multibanco: import('convex/values').VAny<any, "optional", string>;
|
|
2705
|
+
naver_pay: import('convex/values').VAny<any, "optional", string>;
|
|
2706
|
+
nz_bank_account: import('convex/values').VAny<any, "optional", string>;
|
|
2707
|
+
oxxo: import('convex/values').VAny<any, "optional", string>;
|
|
2708
|
+
p24: import('convex/values').VAny<any, "optional", string>;
|
|
2709
|
+
pay_by_bank: import('convex/values').VAny<any, "optional", string>;
|
|
2710
|
+
payco: import('convex/values').VAny<any, "optional", string>;
|
|
2711
|
+
paynow: import('convex/values').VAny<any, "optional", string>;
|
|
2712
|
+
paypal: import('convex/values').VAny<any, "optional", string>;
|
|
2713
|
+
pix: import('convex/values').VAny<any, "optional", string>;
|
|
2714
|
+
promptpay: import('convex/values').VAny<any, "optional", string>;
|
|
2715
|
+
radar_options: import('convex/values').VAny<any, "optional", string>;
|
|
2716
|
+
revolut_pay: import('convex/values').VAny<any, "optional", string>;
|
|
2717
|
+
samsung_pay: import('convex/values').VAny<any, "optional", string>;
|
|
2718
|
+
satispay: import('convex/values').VAny<any, "optional", string>;
|
|
2719
|
+
sepa_debit: import('convex/values').VAny<any, "optional", string>;
|
|
2720
|
+
sofort: import('convex/values').VAny<any, "optional", string>;
|
|
2721
|
+
swish: import('convex/values').VAny<any, "optional", string>;
|
|
2722
|
+
twint: import('convex/values').VAny<any, "optional", string>;
|
|
2723
|
+
us_bank_account: import('convex/values').VAny<any, "optional", string>;
|
|
2724
|
+
wechat_pay: import('convex/values').VAny<any, "optional", string>;
|
|
2725
|
+
zip: import('convex/values').VAny<any, "optional", string>;
|
|
2726
2726
|
}, "required", "object" | "type" | "id" | "link" | "billing_details" | "customer" | "metadata" | "created" | "livemode" | "radar_options" | `metadata.${string}` | `radar_options.${string}` | "acss_debit" | "affirm" | "afterpay_clearpay" | "alipay" | "alma" | "amazon_pay" | "au_becs_debit" | "bacs_debit" | "bancontact" | "billie" | "blik" | "boleto" | "card" | "cashapp" | "crypto" | "customer_balance" | "eps" | "fpx" | "giropay" | "grabpay" | "ideal" | "kakao_pay" | "klarna" | "konbini" | "kr_card" | "mobilepay" | "multibanco" | "naver_pay" | "nz_bank_account" | "oxxo" | "p24" | "pay_by_bank" | "payco" | "paynow" | "paypal" | "pix" | "promptpay" | "revolut_pay" | "samsung_pay" | "satispay" | "sepa_debit" | "sofort" | "swish" | "twint" | "us_bank_account" | "wechat_pay" | "zip" | "allow_redisplay" | "card_present" | "interac_present" | `link.${string}` | `billing_details.${string}` | `acss_debit.${string}` | `affirm.${string}` | `afterpay_clearpay.${string}` | `alipay.${string}` | `alma.${string}` | `amazon_pay.${string}` | `au_becs_debit.${string}` | `bacs_debit.${string}` | `bancontact.${string}` | `billie.${string}` | `blik.${string}` | `boleto.${string}` | `card.${string}` | `cashapp.${string}` | `crypto.${string}` | `customer_balance.${string}` | `eps.${string}` | `fpx.${string}` | `giropay.${string}` | `grabpay.${string}` | `ideal.${string}` | `kakao_pay.${string}` | `klarna.${string}` | `konbini.${string}` | `kr_card.${string}` | `mobilepay.${string}` | `multibanco.${string}` | `naver_pay.${string}` | `nz_bank_account.${string}` | `oxxo.${string}` | `p24.${string}` | `pay_by_bank.${string}` | `payco.${string}` | `paynow.${string}` | `paypal.${string}` | `pix.${string}` | `promptpay.${string}` | `revolut_pay.${string}` | `samsung_pay.${string}` | `satispay.${string}` | `sepa_debit.${string}` | `sofort.${string}` | `swish.${string}` | `twint.${string}` | `us_bank_account.${string}` | `wechat_pay.${string}` | `zip.${string}` | `card_present.${string}` | `interac_present.${string}`>;
|
|
2727
2727
|
last_synced_at: import('convex/values').VFloat64<number, "required">;
|
|
2728
2728
|
}, "required", "stripe" | "last_synced_at" | "stripe.object" | "stripe.id" | "stripe.metadata" | "stripe.created" | "stripe.livemode" | `stripe.metadata.${string}` | "stripe.type" | "stripe.customer" | "stripe.billing_details" | "stripe.radar_options" | `stripe.radar_options.${string}` | "paymentMethodId" | "stripe.link" | "stripe.acss_debit" | "stripe.affirm" | "stripe.afterpay_clearpay" | "stripe.alipay" | "stripe.alma" | "stripe.amazon_pay" | "stripe.au_becs_debit" | "stripe.bacs_debit" | "stripe.bancontact" | "stripe.billie" | "stripe.blik" | "stripe.boleto" | "stripe.card" | "stripe.cashapp" | "stripe.crypto" | "stripe.customer_balance" | "stripe.eps" | "stripe.fpx" | "stripe.giropay" | "stripe.grabpay" | "stripe.ideal" | "stripe.kakao_pay" | "stripe.klarna" | "stripe.konbini" | "stripe.kr_card" | "stripe.mobilepay" | "stripe.multibanco" | "stripe.naver_pay" | "stripe.nz_bank_account" | "stripe.oxxo" | "stripe.p24" | "stripe.pay_by_bank" | "stripe.payco" | "stripe.paynow" | "stripe.paypal" | "stripe.pix" | "stripe.promptpay" | "stripe.revolut_pay" | "stripe.samsung_pay" | "stripe.satispay" | "stripe.sepa_debit" | "stripe.sofort" | "stripe.swish" | "stripe.twint" | "stripe.us_bank_account" | "stripe.wechat_pay" | "stripe.zip" | "stripe.allow_redisplay" | "stripe.card_present" | "stripe.interac_present" | `stripe.link.${string}` | `stripe.billing_details.${string}` | `stripe.acss_debit.${string}` | `stripe.affirm.${string}` | `stripe.afterpay_clearpay.${string}` | `stripe.alipay.${string}` | `stripe.alma.${string}` | `stripe.amazon_pay.${string}` | `stripe.au_becs_debit.${string}` | `stripe.bacs_debit.${string}` | `stripe.bancontact.${string}` | `stripe.billie.${string}` | `stripe.blik.${string}` | `stripe.boleto.${string}` | `stripe.card.${string}` | `stripe.cashapp.${string}` | `stripe.crypto.${string}` | `stripe.customer_balance.${string}` | `stripe.eps.${string}` | `stripe.fpx.${string}` | `stripe.giropay.${string}` | `stripe.grabpay.${string}` | `stripe.ideal.${string}` | `stripe.kakao_pay.${string}` | `stripe.klarna.${string}` | `stripe.konbini.${string}` | `stripe.kr_card.${string}` | `stripe.mobilepay.${string}` | `stripe.multibanco.${string}` | `stripe.naver_pay.${string}` | `stripe.nz_bank_account.${string}` | `stripe.oxxo.${string}` | `stripe.p24.${string}` | `stripe.pay_by_bank.${string}` | `stripe.payco.${string}` | `stripe.paynow.${string}` | `stripe.paypal.${string}` | `stripe.pix.${string}` | `stripe.promptpay.${string}` | `stripe.revolut_pay.${string}` | `stripe.samsung_pay.${string}` | `stripe.satispay.${string}` | `stripe.sepa_debit.${string}` | `stripe.sofort.${string}` | `stripe.swish.${string}` | `stripe.twint.${string}` | `stripe.us_bank_account.${string}` | `stripe.wechat_pay.${string}` | `stripe.zip.${string}` | `stripe.card_present.${string}` | `stripe.interac_present.${string}`>, {
|
|
@@ -2738,6 +2738,7 @@ export declare const stripeTables: {
|
|
|
2738
2738
|
end_date: number;
|
|
2739
2739
|
start_date: number;
|
|
2740
2740
|
} | null | undefined;
|
|
2741
|
+
phases?: any;
|
|
2741
2742
|
completed_at?: number | null | undefined;
|
|
2742
2743
|
default_settings?: {
|
|
2743
2744
|
description?: string | null | undefined;
|
|
@@ -2779,7 +2780,6 @@ export declare const stripeTables: {
|
|
|
2779
2780
|
status: "canceled" | "completed" | "active" | "not_started" | "released";
|
|
2780
2781
|
created: number;
|
|
2781
2782
|
livemode: boolean;
|
|
2782
|
-
phases: any;
|
|
2783
2783
|
billing_mode: {
|
|
2784
2784
|
updated_at?: number | null | undefined;
|
|
2785
2785
|
type: "classic" | "flexible";
|
|
@@ -2799,6 +2799,7 @@ export declare const stripeTables: {
|
|
|
2799
2799
|
end_date: number;
|
|
2800
2800
|
start_date: number;
|
|
2801
2801
|
} | null | undefined;
|
|
2802
|
+
phases?: any;
|
|
2802
2803
|
completed_at?: number | null | undefined;
|
|
2803
2804
|
default_settings?: {
|
|
2804
2805
|
description?: string | null | undefined;
|
|
@@ -2840,7 +2841,6 @@ export declare const stripeTables: {
|
|
|
2840
2841
|
status: "canceled" | "completed" | "active" | "not_started" | "released";
|
|
2841
2842
|
created: number;
|
|
2842
2843
|
livemode: boolean;
|
|
2843
|
-
phases: any;
|
|
2844
2844
|
billing_mode: {
|
|
2845
2845
|
updated_at?: number | null | undefined;
|
|
2846
2846
|
type: "classic" | "flexible";
|
|
@@ -2860,7 +2860,7 @@ export declare const stripeTables: {
|
|
|
2860
2860
|
}, "required", "end_date" | "start_date">, import('convex/values').VNull<null, "required">], "optional", "end_date" | "start_date">;
|
|
2861
2861
|
customer: import('convex/values').VString<string, "required">;
|
|
2862
2862
|
metadata: import('convex/values').VUnion<Record<string, string | number | null> | null | undefined, [import('convex/values').VRecord<Record<string, string | number | null>, import('convex/values').VString<string, "required">, import('convex/values').VUnion<string | number | null, [import('convex/values').VString<string, "required">, import('convex/values').VFloat64<number, "required">, import('convex/values').VNull<null, "required">], "required", never>, "required", string>, import('convex/values').VNull<null, "required">], "optional", string>;
|
|
2863
|
-
phases: import('convex/values').VAny<any, "
|
|
2863
|
+
phases: import('convex/values').VAny<any, "optional", string>;
|
|
2864
2864
|
status: import('convex/values').VUnion<"canceled" | "completed" | "active" | "not_started" | "released", [import('convex/values').VLiteral<"active", "required">, import('convex/values').VLiteral<"canceled", "required">, import('convex/values').VLiteral<"completed", "required">, import('convex/values').VLiteral<"not_started", "required">, import('convex/values').VLiteral<"released", "required">], "required", never>;
|
|
2865
2865
|
object: import('convex/values').VString<string, "required">;
|
|
2866
2866
|
application: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
@@ -4873,11 +4873,11 @@ declare const stripeSchema: import('convex/server').SchemaDefinition<{
|
|
|
4873
4873
|
stripe: {
|
|
4874
4874
|
metadata?: Record<string, string | number | null> | null | undefined;
|
|
4875
4875
|
payment_intent?: string | null | undefined;
|
|
4876
|
+
payment_method_details?: any;
|
|
4876
4877
|
object: string;
|
|
4877
4878
|
id: string;
|
|
4878
4879
|
amount: number;
|
|
4879
4880
|
currency: string;
|
|
4880
|
-
payment_method_details: any;
|
|
4881
4881
|
status: "lost" | "needs_response" | "prevented" | "under_review" | "warning_closed" | "warning_needs_response" | "warning_under_review" | "won";
|
|
4882
4882
|
created: number;
|
|
4883
4883
|
livemode: boolean;
|
|
@@ -4896,11 +4896,11 @@ declare const stripeSchema: import('convex/server').SchemaDefinition<{
|
|
|
4896
4896
|
stripe: import('convex/values').VObject<{
|
|
4897
4897
|
metadata?: Record<string, string | number | null> | null | undefined;
|
|
4898
4898
|
payment_intent?: string | null | undefined;
|
|
4899
|
+
payment_method_details?: any;
|
|
4899
4900
|
object: string;
|
|
4900
4901
|
id: string;
|
|
4901
4902
|
amount: number;
|
|
4902
4903
|
currency: string;
|
|
4903
|
-
payment_method_details: any;
|
|
4904
4904
|
status: "lost" | "needs_response" | "prevented" | "under_review" | "warning_closed" | "warning_needs_response" | "warning_under_review" | "won";
|
|
4905
4905
|
created: number;
|
|
4906
4906
|
livemode: boolean;
|
|
@@ -4928,7 +4928,7 @@ declare const stripeSchema: import('convex/server').SchemaDefinition<{
|
|
|
4928
4928
|
evidence_details: import('convex/values').VAny<any, "required", string>;
|
|
4929
4929
|
is_charge_refundable: import('convex/values').VBoolean<boolean, "required">;
|
|
4930
4930
|
livemode: import('convex/values').VBoolean<boolean, "required">;
|
|
4931
|
-
payment_method_details: import('convex/values').VAny<any, "
|
|
4931
|
+
payment_method_details: import('convex/values').VAny<any, "optional", string>;
|
|
4932
4932
|
}, "required", "object" | "id" | "amount" | "currency" | "metadata" | "payment_intent" | "payment_method_details" | "status" | "created" | "livemode" | `metadata.${string}` | `payment_method_details.${string}` | "charge" | "reason" | "evidence" | "balance_transactions" | "enhanced_eligibility_types" | "evidence_details" | "is_charge_refundable" | `evidence.${string}` | `evidence_details.${string}`>;
|
|
4933
4933
|
last_synced_at: import('convex/values').VFloat64<number, "required">;
|
|
4934
4934
|
}, "required", "stripe" | "last_synced_at" | "stripe.object" | "stripe.id" | "stripe.metadata" | "stripe.created" | "stripe.livemode" | `stripe.metadata.${string}` | "stripe.currency" | "stripe.amount" | "stripe.status" | "stripe.payment_intent" | "stripe.charge" | "stripe.reason" | "disputeId" | "stripe.payment_method_details" | `stripe.payment_method_details.${string}` | "stripe.evidence" | "stripe.balance_transactions" | "stripe.enhanced_eligibility_types" | "stripe.evidence_details" | "stripe.is_charge_refundable" | `stripe.evidence.${string}` | `stripe.evidence_details.${string}`>, {
|
|
@@ -5074,11 +5074,14 @@ declare const stripeSchema: import('convex/server').SchemaDefinition<{
|
|
|
5074
5074
|
parent?: string | null | undefined;
|
|
5075
5075
|
id: string;
|
|
5076
5076
|
} | null | undefined;
|
|
5077
|
+
payment_method_options?: any;
|
|
5077
5078
|
automatic_payment_methods?: {
|
|
5078
5079
|
enabled?: boolean | null | undefined;
|
|
5079
5080
|
allow_redirects?: "always" | "never" | null | undefined;
|
|
5080
5081
|
} | null | undefined;
|
|
5082
|
+
next_action?: any;
|
|
5081
5083
|
cancellation_reason?: "duplicate" | "abandoned" | "requested_by_customer" | null | undefined;
|
|
5084
|
+
last_setup_error?: any;
|
|
5082
5085
|
attach_to_self?: boolean | null | undefined;
|
|
5083
5086
|
latest_attempt?: string | null | undefined;
|
|
5084
5087
|
mandate?: string | null | undefined;
|
|
@@ -5088,10 +5091,7 @@ declare const stripeSchema: import('convex/server').SchemaDefinition<{
|
|
|
5088
5091
|
status: "succeeded" | "canceled" | "processing" | "requires_action" | "requires_confirmation" | "requires_payment_method";
|
|
5089
5092
|
created: number;
|
|
5090
5093
|
livemode: boolean;
|
|
5091
|
-
payment_method_options: any;
|
|
5092
5094
|
payment_method_types: string[];
|
|
5093
|
-
next_action: any;
|
|
5094
|
-
last_setup_error: any;
|
|
5095
5095
|
usage: string;
|
|
5096
5096
|
flow_directions: ("inbound" | "outbound")[] | null;
|
|
5097
5097
|
};
|
|
@@ -5111,11 +5111,14 @@ declare const stripeSchema: import('convex/server').SchemaDefinition<{
|
|
|
5111
5111
|
parent?: string | null | undefined;
|
|
5112
5112
|
id: string;
|
|
5113
5113
|
} | null | undefined;
|
|
5114
|
+
payment_method_options?: any;
|
|
5114
5115
|
automatic_payment_methods?: {
|
|
5115
5116
|
enabled?: boolean | null | undefined;
|
|
5116
5117
|
allow_redirects?: "always" | "never" | null | undefined;
|
|
5117
5118
|
} | null | undefined;
|
|
5119
|
+
next_action?: any;
|
|
5118
5120
|
cancellation_reason?: "duplicate" | "abandoned" | "requested_by_customer" | null | undefined;
|
|
5121
|
+
last_setup_error?: any;
|
|
5119
5122
|
attach_to_self?: boolean | null | undefined;
|
|
5120
5123
|
latest_attempt?: string | null | undefined;
|
|
5121
5124
|
mandate?: string | null | undefined;
|
|
@@ -5125,10 +5128,7 @@ declare const stripeSchema: import('convex/server').SchemaDefinition<{
|
|
|
5125
5128
|
status: "succeeded" | "canceled" | "processing" | "requires_action" | "requires_confirmation" | "requires_payment_method";
|
|
5126
5129
|
created: number;
|
|
5127
5130
|
livemode: boolean;
|
|
5128
|
-
payment_method_options: any;
|
|
5129
5131
|
payment_method_types: string[];
|
|
5130
|
-
next_action: any;
|
|
5131
|
-
last_setup_error: any;
|
|
5132
5132
|
usage: string;
|
|
5133
5133
|
flow_directions: ("inbound" | "outbound")[] | null;
|
|
5134
5134
|
}, {
|
|
@@ -5146,9 +5146,9 @@ declare const stripeSchema: import('convex/server').SchemaDefinition<{
|
|
|
5146
5146
|
client_secret: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
5147
5147
|
customer: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
5148
5148
|
description: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
5149
|
-
last_setup_error: import('convex/values').VAny<any, "
|
|
5149
|
+
last_setup_error: import('convex/values').VAny<any, "optional", string>;
|
|
5150
5150
|
metadata: import('convex/values').VUnion<Record<string, string | number | null> | null | undefined, [import('convex/values').VRecord<Record<string, string | number | null>, import('convex/values').VString<string, "required">, import('convex/values').VUnion<string | number | null, [import('convex/values').VString<string, "required">, import('convex/values').VFloat64<number, "required">, import('convex/values').VNull<null, "required">], "required", never>, "required", string>, import('convex/values').VNull<null, "required">], "optional", string>;
|
|
5151
|
-
next_action: import('convex/values').VAny<any, "
|
|
5151
|
+
next_action: import('convex/values').VAny<any, "optional", string>;
|
|
5152
5152
|
payment_method: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
5153
5153
|
status: import('convex/values').VUnion<"succeeded" | "canceled" | "processing" | "requires_action" | "requires_confirmation" | "requires_payment_method", [import('convex/values').VLiteral<"canceled", "required">, import('convex/values').VLiteral<"processing", "required">, import('convex/values').VLiteral<"requires_action", "required">, import('convex/values').VLiteral<"requires_confirmation", "required">, import('convex/values').VLiteral<"requires_payment_method", "required">, import('convex/values').VLiteral<"succeeded", "required">], "required", never>;
|
|
5154
5154
|
usage: import('convex/values').VString<string, "required">;
|
|
@@ -5172,7 +5172,7 @@ declare const stripeSchema: import('convex/server').SchemaDefinition<{
|
|
|
5172
5172
|
id: import('convex/values').VString<string, "required">;
|
|
5173
5173
|
parent: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
5174
5174
|
}, "required", "id" | "parent">, import('convex/values').VNull<null, "required">], "optional", "id" | "parent">;
|
|
5175
|
-
payment_method_options: import('convex/values').VAny<any, "
|
|
5175
|
+
payment_method_options: import('convex/values').VAny<any, "optional", string>;
|
|
5176
5176
|
payment_method_types: import('convex/values').VArray<string[], import('convex/values').VString<string, "required">, "required">;
|
|
5177
5177
|
single_use_mandate: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
5178
5178
|
}, "required", "object" | "id" | "customer" | "description" | "metadata" | "status" | "application" | "created" | "livemode" | "on_behalf_of" | "payment_method" | `metadata.${string}` | "client_secret" | "payment_method_configuration_details" | "payment_method_options" | "payment_method_types" | `payment_method_options.${string}` | "automatic_payment_methods" | "next_action" | "cancellation_reason" | "payment_method_configuration_details.id" | "payment_method_configuration_details.parent" | "automatic_payment_methods.enabled" | "automatic_payment_methods.allow_redirects" | `next_action.${string}` | "last_setup_error" | "usage" | "attach_to_self" | "flow_directions" | "latest_attempt" | "mandate" | "single_use_mandate" | `last_setup_error.${string}`>;
|
|
@@ -5185,12 +5185,14 @@ declare const stripeSchema: import('convex/server').SchemaDefinition<{
|
|
|
5185
5185
|
customer?: string | null | undefined;
|
|
5186
5186
|
metadata?: Record<string, string | number | null> | null | undefined;
|
|
5187
5187
|
invoice?: string | null | undefined;
|
|
5188
|
+
shipping_cost?: any;
|
|
5188
5189
|
memo?: string | null | undefined;
|
|
5189
5190
|
customer_balance_transaction?: string | null | undefined;
|
|
5190
5191
|
effective_at?: number | null | undefined;
|
|
5191
5192
|
out_of_band_amount?: number | null | undefined;
|
|
5192
5193
|
subtotal_excluding_tax?: number | null | undefined;
|
|
5193
5194
|
total_excluding_tax?: number | null | undefined;
|
|
5195
|
+
total_taxes?: any;
|
|
5194
5196
|
voided_at?: number | null | undefined;
|
|
5195
5197
|
number: string;
|
|
5196
5198
|
object: string;
|
|
@@ -5205,7 +5207,6 @@ declare const stripeSchema: import('convex/server').SchemaDefinition<{
|
|
|
5205
5207
|
amount_refunded: number;
|
|
5206
5208
|
refund: string;
|
|
5207
5209
|
}[];
|
|
5208
|
-
shipping_cost: any;
|
|
5209
5210
|
lines: any;
|
|
5210
5211
|
reason: "duplicate" | "fraudulent" | "order_change" | "product_unsatisfactory" | null;
|
|
5211
5212
|
subtotal: number;
|
|
@@ -5225,7 +5226,6 @@ declare const stripeSchema: import('convex/server').SchemaDefinition<{
|
|
|
5225
5226
|
type: "discount" | "credit_balance_transaction";
|
|
5226
5227
|
amount: number;
|
|
5227
5228
|
}[];
|
|
5228
|
-
total_taxes: any;
|
|
5229
5229
|
};
|
|
5230
5230
|
last_synced_at: number;
|
|
5231
5231
|
creditNoteId: string;
|
|
@@ -5235,12 +5235,14 @@ declare const stripeSchema: import('convex/server').SchemaDefinition<{
|
|
|
5235
5235
|
customer?: string | null | undefined;
|
|
5236
5236
|
metadata?: Record<string, string | number | null> | null | undefined;
|
|
5237
5237
|
invoice?: string | null | undefined;
|
|
5238
|
+
shipping_cost?: any;
|
|
5238
5239
|
memo?: string | null | undefined;
|
|
5239
5240
|
customer_balance_transaction?: string | null | undefined;
|
|
5240
5241
|
effective_at?: number | null | undefined;
|
|
5241
5242
|
out_of_band_amount?: number | null | undefined;
|
|
5242
5243
|
subtotal_excluding_tax?: number | null | undefined;
|
|
5243
5244
|
total_excluding_tax?: number | null | undefined;
|
|
5245
|
+
total_taxes?: any;
|
|
5244
5246
|
voided_at?: number | null | undefined;
|
|
5245
5247
|
number: string;
|
|
5246
5248
|
object: string;
|
|
@@ -5255,7 +5257,6 @@ declare const stripeSchema: import('convex/server').SchemaDefinition<{
|
|
|
5255
5257
|
amount_refunded: number;
|
|
5256
5258
|
refund: string;
|
|
5257
5259
|
}[];
|
|
5258
|
-
shipping_cost: any;
|
|
5259
5260
|
lines: any;
|
|
5260
5261
|
reason: "duplicate" | "fraudulent" | "order_change" | "product_unsatisfactory" | null;
|
|
5261
5262
|
subtotal: number;
|
|
@@ -5275,7 +5276,6 @@ declare const stripeSchema: import('convex/server').SchemaDefinition<{
|
|
|
5275
5276
|
type: "discount" | "credit_balance_transaction";
|
|
5276
5277
|
amount: number;
|
|
5277
5278
|
}[];
|
|
5278
|
-
total_taxes: any;
|
|
5279
5279
|
}, {
|
|
5280
5280
|
id: import('convex/values').VString<string, "required">;
|
|
5281
5281
|
currency: import('convex/values').VString<string, "required">;
|
|
@@ -5337,10 +5337,10 @@ declare const stripeSchema: import('convex/server').SchemaDefinition<{
|
|
|
5337
5337
|
amount_refunded: import('convex/values').VFloat64<number, "required">;
|
|
5338
5338
|
refund: import('convex/values').VString<string, "required">;
|
|
5339
5339
|
}, "required", "amount_refunded" | "refund">, "required">;
|
|
5340
|
-
shipping_cost: import('convex/values').VAny<any, "
|
|
5340
|
+
shipping_cost: import('convex/values').VAny<any, "optional", string>;
|
|
5341
5341
|
subtotal_excluding_tax: import('convex/values').VUnion<number | null | undefined, [import('convex/values').VFloat64<number, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
5342
5342
|
total_excluding_tax: import('convex/values').VUnion<number | null | undefined, [import('convex/values').VFloat64<number, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
5343
|
-
total_taxes: import('convex/values').VAny<any, "
|
|
5343
|
+
total_taxes: import('convex/values').VAny<any, "optional", string>;
|
|
5344
5344
|
type: import('convex/values').VUnion<"mixed" | "post_payment" | "pre_payment", [import('convex/values').VLiteral<"mixed", "required">, import('convex/values').VLiteral<"post_payment", "required">, import('convex/values').VLiteral<"pre_payment", "required">], "required", never>;
|
|
5345
5345
|
voided_at: import('convex/values').VUnion<number | null | undefined, [import('convex/values').VFloat64<number, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
5346
5346
|
}, "required", "number" | "object" | "type" | "id" | "amount" | "currency" | "customer" | "metadata" | "status" | "created" | "livemode" | "refunds" | `metadata.${string}` | "invoice" | "shipping_cost" | `shipping_cost.${string}` | "lines" | "memo" | "reason" | "subtotal" | "total" | "amount_shipping" | "customer_balance_transaction" | "discount_amount" | "discount_amounts" | "effective_at" | "out_of_band_amount" | "pdf" | "post_payment_amount" | "pre_payment_amount" | "pretax_credit_amounts" | "subtotal_excluding_tax" | "total_excluding_tax" | "total_taxes" | "voided_at" | `lines.${string}` | `total_taxes.${string}`>;
|
|
@@ -5355,7 +5355,9 @@ declare const stripeSchema: import('convex/server').SchemaDefinition<{
|
|
|
5355
5355
|
description?: string | null | undefined;
|
|
5356
5356
|
metadata?: Record<string, string | number | null> | null | undefined;
|
|
5357
5357
|
payment_intent?: string | null | undefined;
|
|
5358
|
+
payment_method_details?: any;
|
|
5358
5359
|
receipt_email?: string | null | undefined;
|
|
5360
|
+
shipping?: any;
|
|
5359
5361
|
statement_descriptor?: string | null | undefined;
|
|
5360
5362
|
statement_descriptor_suffix?: string | null | undefined;
|
|
5361
5363
|
application?: string | null | undefined;
|
|
@@ -5365,13 +5367,20 @@ declare const stripeSchema: import('convex/server').SchemaDefinition<{
|
|
|
5365
5367
|
failure_balance_transaction?: string | null | undefined;
|
|
5366
5368
|
failure_code?: string | null | undefined;
|
|
5367
5369
|
failure_message?: string | null | undefined;
|
|
5370
|
+
fraud_details?: any;
|
|
5368
5371
|
on_behalf_of?: string | null | undefined;
|
|
5372
|
+
outcome?: any;
|
|
5369
5373
|
payment_method?: string | null | undefined;
|
|
5374
|
+
presentment_details?: any;
|
|
5375
|
+
radar_options?: any;
|
|
5370
5376
|
receipt_number?: string | null | undefined;
|
|
5371
5377
|
receipt_url?: string | null | undefined;
|
|
5378
|
+
refunds?: any;
|
|
5372
5379
|
review?: string | null | undefined;
|
|
5373
5380
|
source_transfer?: string | null | undefined;
|
|
5374
5381
|
transfer?: string | null | undefined;
|
|
5382
|
+
transfer_data?: any;
|
|
5383
|
+
transfer_group?: any;
|
|
5375
5384
|
object: string;
|
|
5376
5385
|
id: string;
|
|
5377
5386
|
amount: number;
|
|
@@ -5391,23 +5400,14 @@ declare const stripeSchema: import('convex/server').SchemaDefinition<{
|
|
|
5391
5400
|
};
|
|
5392
5401
|
currency: string;
|
|
5393
5402
|
disputed: boolean;
|
|
5394
|
-
payment_method_details: any;
|
|
5395
5403
|
refunded: boolean;
|
|
5396
|
-
shipping: any;
|
|
5397
5404
|
status: "succeeded" | "failed" | "pending";
|
|
5398
5405
|
amount_captured: number;
|
|
5399
5406
|
amount_refunded: number;
|
|
5400
5407
|
captured: boolean;
|
|
5401
5408
|
created: number;
|
|
5402
|
-
fraud_details: any;
|
|
5403
5409
|
livemode: boolean;
|
|
5404
|
-
outcome: any;
|
|
5405
5410
|
paid: boolean;
|
|
5406
|
-
presentment_details: any;
|
|
5407
|
-
radar_options: any;
|
|
5408
|
-
refunds: any;
|
|
5409
|
-
transfer_data: any;
|
|
5410
|
-
transfer_group: any;
|
|
5411
5411
|
};
|
|
5412
5412
|
last_synced_at: number;
|
|
5413
5413
|
chargeId: string;
|
|
@@ -5419,7 +5419,9 @@ declare const stripeSchema: import('convex/server').SchemaDefinition<{
|
|
|
5419
5419
|
description?: string | null | undefined;
|
|
5420
5420
|
metadata?: Record<string, string | number | null> | null | undefined;
|
|
5421
5421
|
payment_intent?: string | null | undefined;
|
|
5422
|
+
payment_method_details?: any;
|
|
5422
5423
|
receipt_email?: string | null | undefined;
|
|
5424
|
+
shipping?: any;
|
|
5423
5425
|
statement_descriptor?: string | null | undefined;
|
|
5424
5426
|
statement_descriptor_suffix?: string | null | undefined;
|
|
5425
5427
|
application?: string | null | undefined;
|
|
@@ -5429,13 +5431,20 @@ declare const stripeSchema: import('convex/server').SchemaDefinition<{
|
|
|
5429
5431
|
failure_balance_transaction?: string | null | undefined;
|
|
5430
5432
|
failure_code?: string | null | undefined;
|
|
5431
5433
|
failure_message?: string | null | undefined;
|
|
5434
|
+
fraud_details?: any;
|
|
5432
5435
|
on_behalf_of?: string | null | undefined;
|
|
5436
|
+
outcome?: any;
|
|
5433
5437
|
payment_method?: string | null | undefined;
|
|
5438
|
+
presentment_details?: any;
|
|
5439
|
+
radar_options?: any;
|
|
5434
5440
|
receipt_number?: string | null | undefined;
|
|
5435
5441
|
receipt_url?: string | null | undefined;
|
|
5442
|
+
refunds?: any;
|
|
5436
5443
|
review?: string | null | undefined;
|
|
5437
5444
|
source_transfer?: string | null | undefined;
|
|
5438
5445
|
transfer?: string | null | undefined;
|
|
5446
|
+
transfer_data?: any;
|
|
5447
|
+
transfer_group?: any;
|
|
5439
5448
|
object: string;
|
|
5440
5449
|
id: string;
|
|
5441
5450
|
amount: number;
|
|
@@ -5455,23 +5464,14 @@ declare const stripeSchema: import('convex/server').SchemaDefinition<{
|
|
|
5455
5464
|
};
|
|
5456
5465
|
currency: string;
|
|
5457
5466
|
disputed: boolean;
|
|
5458
|
-
payment_method_details: any;
|
|
5459
5467
|
refunded: boolean;
|
|
5460
|
-
shipping: any;
|
|
5461
5468
|
status: "succeeded" | "failed" | "pending";
|
|
5462
5469
|
amount_captured: number;
|
|
5463
5470
|
amount_refunded: number;
|
|
5464
5471
|
captured: boolean;
|
|
5465
5472
|
created: number;
|
|
5466
|
-
fraud_details: any;
|
|
5467
5473
|
livemode: boolean;
|
|
5468
|
-
outcome: any;
|
|
5469
5474
|
paid: boolean;
|
|
5470
|
-
presentment_details: any;
|
|
5471
|
-
radar_options: any;
|
|
5472
|
-
refunds: any;
|
|
5473
|
-
transfer_data: any;
|
|
5474
|
-
transfer_group: any;
|
|
5475
5475
|
}, {
|
|
5476
5476
|
id: import('convex/values').VString<string, "required">;
|
|
5477
5477
|
amount: import('convex/values').VFloat64<number, "required">;
|
|
@@ -5523,10 +5523,10 @@ declare const stripeSchema: import('convex/server').SchemaDefinition<{
|
|
|
5523
5523
|
disputed: import('convex/values').VBoolean<boolean, "required">;
|
|
5524
5524
|
metadata: import('convex/values').VUnion<Record<string, string | number | null> | null | undefined, [import('convex/values').VRecord<Record<string, string | number | null>, import('convex/values').VString<string, "required">, import('convex/values').VUnion<string | number | null, [import('convex/values').VString<string, "required">, import('convex/values').VFloat64<number, "required">, import('convex/values').VNull<null, "required">], "required", never>, "required", string>, import('convex/values').VNull<null, "required">], "optional", string>;
|
|
5525
5525
|
payment_intent: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
5526
|
-
payment_method_details: import('convex/values').VAny<any, "
|
|
5526
|
+
payment_method_details: import('convex/values').VAny<any, "optional", string>;
|
|
5527
5527
|
receipt_email: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
5528
5528
|
refunded: import('convex/values').VBoolean<boolean, "required">;
|
|
5529
|
-
shipping: import('convex/values').VAny<any, "
|
|
5529
|
+
shipping: import('convex/values').VAny<any, "optional", string>;
|
|
5530
5530
|
statement_descriptor: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
5531
5531
|
statement_descriptor_suffix: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
5532
5532
|
status: import('convex/values').VUnion<"succeeded" | "failed" | "pending", [import('convex/values').VLiteral<"succeeded", "required">, import('convex/values').VLiteral<"failed", "required">, import('convex/values').VLiteral<"pending", "required">], "required", never>;
|
|
@@ -5542,22 +5542,22 @@ declare const stripeSchema: import('convex/server').SchemaDefinition<{
|
|
|
5542
5542
|
failure_balance_transaction: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
5543
5543
|
failure_code: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
5544
5544
|
failure_message: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
5545
|
-
fraud_details: import('convex/values').VAny<any, "
|
|
5545
|
+
fraud_details: import('convex/values').VAny<any, "optional", string>;
|
|
5546
5546
|
livemode: import('convex/values').VBoolean<boolean, "required">;
|
|
5547
5547
|
on_behalf_of: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
5548
|
-
outcome: import('convex/values').VAny<any, "
|
|
5548
|
+
outcome: import('convex/values').VAny<any, "optional", string>;
|
|
5549
5549
|
paid: import('convex/values').VBoolean<boolean, "required">;
|
|
5550
5550
|
payment_method: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
5551
|
-
presentment_details: import('convex/values').VAny<any, "
|
|
5552
|
-
radar_options: import('convex/values').VAny<any, "
|
|
5551
|
+
presentment_details: import('convex/values').VAny<any, "optional", string>;
|
|
5552
|
+
radar_options: import('convex/values').VAny<any, "optional", string>;
|
|
5553
5553
|
receipt_number: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
5554
5554
|
receipt_url: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
5555
|
-
refunds: import('convex/values').VAny<any, "
|
|
5555
|
+
refunds: import('convex/values').VAny<any, "optional", string>;
|
|
5556
5556
|
review: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
5557
5557
|
source_transfer: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
5558
5558
|
transfer: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
5559
|
-
transfer_data: import('convex/values').VAny<any, "
|
|
5560
|
-
transfer_group: import('convex/values').VAny<any, "
|
|
5559
|
+
transfer_data: import('convex/values').VAny<any, "optional", string>;
|
|
5560
|
+
transfer_group: import('convex/values').VAny<any, "optional", string>;
|
|
5561
5561
|
}, "required", "object" | "id" | "amount" | "balance_transaction" | "billing_details" | "currency" | "customer" | "description" | "disputed" | "metadata" | "payment_intent" | "payment_method_details" | "receipt_email" | "refunded" | "shipping" | "statement_descriptor" | "statement_descriptor_suffix" | "status" | "amount_captured" | "amount_refunded" | "application" | "application_fee" | "application_fee_amount" | "calculated_statement_descriptor" | "captured" | "created" | "failure_balance_transaction" | "failure_code" | "failure_message" | "fraud_details" | "livemode" | "on_behalf_of" | "outcome" | "paid" | "payment_method" | "presentment_details" | "radar_options" | "receipt_number" | "receipt_url" | "refunds" | "review" | "source_transfer" | "transfer" | "transfer_data" | "transfer_group" | "billing_details.address" | "billing_details.email" | "billing_details.name" | "billing_details.phone" | "billing_details.tax_id" | "billing_details.address.city" | "billing_details.address.country" | "billing_details.address.line1" | "billing_details.address.line2" | "billing_details.address.postal_code" | "billing_details.address.state" | `metadata.${string}` | `payment_method_details.${string}` | `shipping.${string}` | `fraud_details.${string}` | `outcome.${string}` | `presentment_details.${string}` | `radar_options.${string}` | `refunds.${string}` | `transfer_data.${string}` | `transfer_group.${string}`>;
|
|
5562
5562
|
last_synced_at: import('convex/values').VFloat64<number, "required">;
|
|
5563
5563
|
}, "required", "stripe" | "last_synced_at" | "stripe.object" | "stripe.id" | "stripe.description" | "stripe.metadata" | "stripe.statement_descriptor" | "stripe.created" | "stripe.livemode" | `stripe.metadata.${string}` | "stripe.currency" | "stripe.shipping" | "stripe.customer" | "stripe.amount" | "stripe.balance_transaction" | "stripe.status" | "stripe.application_fee" | "stripe.application_fee_amount" | "stripe.failure_balance_transaction" | "stripe.failure_code" | "stripe.failure_message" | "stripe.payment_intent" | "stripe.receipt_number" | "stripe.receipt_email" | "stripe.statement_descriptor_suffix" | "stripe.application" | "stripe.on_behalf_of" | "stripe.payment_method" | "stripe.presentment_details" | "stripe.review" | "stripe.transfer_data" | "stripe.transfer_group" | `stripe.shipping.${string}` | `stripe.presentment_details.${string}` | `stripe.transfer_data.${string}` | "stripe.payment_method_details" | `stripe.payment_method_details.${string}` | "stripe.refunds" | "chargeId" | "stripe.billing_details" | "stripe.disputed" | "stripe.refunded" | "stripe.amount_captured" | "stripe.amount_refunded" | "stripe.calculated_statement_descriptor" | "stripe.captured" | "stripe.fraud_details" | "stripe.outcome" | "stripe.paid" | "stripe.radar_options" | "stripe.receipt_url" | "stripe.source_transfer" | "stripe.transfer" | "stripe.billing_details.address" | "stripe.billing_details.email" | "stripe.billing_details.name" | "stripe.billing_details.phone" | "stripe.billing_details.tax_id" | "stripe.billing_details.address.city" | "stripe.billing_details.address.country" | "stripe.billing_details.address.line1" | "stripe.billing_details.address.line2" | "stripe.billing_details.address.postal_code" | "stripe.billing_details.address.state" | `stripe.fraud_details.${string}` | `stripe.outcome.${string}` | `stripe.radar_options.${string}` | `stripe.refunds.${string}` | `stripe.transfer_group.${string}`>, {
|
|
@@ -5565,193 +5565,193 @@ declare const stripeSchema: import('convex/server').SchemaDefinition<{
|
|
|
5565
5565
|
}, {}, {}>;
|
|
5566
5566
|
stripe_payment_methods: import('convex/server').TableDefinition<import('convex/values').VObject<{
|
|
5567
5567
|
stripe: {
|
|
5568
|
+
link?: any;
|
|
5569
|
+
billing_details?: any;
|
|
5568
5570
|
customer?: string | null | undefined;
|
|
5569
5571
|
metadata?: Record<string, string | number | null> | null | undefined;
|
|
5572
|
+
radar_options?: any;
|
|
5573
|
+
acss_debit?: any;
|
|
5574
|
+
affirm?: any;
|
|
5575
|
+
afterpay_clearpay?: any;
|
|
5576
|
+
alipay?: any;
|
|
5577
|
+
alma?: any;
|
|
5578
|
+
amazon_pay?: any;
|
|
5579
|
+
au_becs_debit?: any;
|
|
5580
|
+
bacs_debit?: any;
|
|
5581
|
+
bancontact?: any;
|
|
5582
|
+
billie?: any;
|
|
5583
|
+
blik?: any;
|
|
5584
|
+
boleto?: any;
|
|
5585
|
+
card?: any;
|
|
5586
|
+
cashapp?: any;
|
|
5587
|
+
crypto?: any;
|
|
5588
|
+
customer_balance?: any;
|
|
5589
|
+
eps?: any;
|
|
5590
|
+
fpx?: any;
|
|
5591
|
+
giropay?: any;
|
|
5592
|
+
grabpay?: any;
|
|
5593
|
+
ideal?: any;
|
|
5594
|
+
kakao_pay?: any;
|
|
5595
|
+
klarna?: any;
|
|
5596
|
+
konbini?: any;
|
|
5597
|
+
kr_card?: any;
|
|
5598
|
+
mobilepay?: any;
|
|
5599
|
+
multibanco?: any;
|
|
5600
|
+
naver_pay?: any;
|
|
5601
|
+
nz_bank_account?: any;
|
|
5602
|
+
oxxo?: any;
|
|
5603
|
+
p24?: any;
|
|
5604
|
+
pay_by_bank?: any;
|
|
5605
|
+
payco?: any;
|
|
5606
|
+
paynow?: any;
|
|
5607
|
+
paypal?: any;
|
|
5608
|
+
pix?: any;
|
|
5609
|
+
promptpay?: any;
|
|
5610
|
+
revolut_pay?: any;
|
|
5611
|
+
samsung_pay?: any;
|
|
5612
|
+
satispay?: any;
|
|
5613
|
+
sepa_debit?: any;
|
|
5614
|
+
sofort?: any;
|
|
5615
|
+
swish?: any;
|
|
5616
|
+
twint?: any;
|
|
5617
|
+
us_bank_account?: any;
|
|
5618
|
+
wechat_pay?: any;
|
|
5619
|
+
zip?: any;
|
|
5620
|
+
card_present?: any;
|
|
5621
|
+
interac_present?: any;
|
|
5570
5622
|
object: string;
|
|
5571
5623
|
type: string;
|
|
5572
5624
|
id: string;
|
|
5573
|
-
link: any;
|
|
5574
|
-
billing_details: any;
|
|
5575
5625
|
created: number;
|
|
5576
5626
|
livemode: boolean;
|
|
5577
|
-
radar_options: any;
|
|
5578
|
-
acss_debit: any;
|
|
5579
|
-
affirm: any;
|
|
5580
|
-
afterpay_clearpay: any;
|
|
5581
|
-
alipay: any;
|
|
5582
|
-
alma: any;
|
|
5583
|
-
amazon_pay: any;
|
|
5584
|
-
au_becs_debit: any;
|
|
5585
|
-
bacs_debit: any;
|
|
5586
|
-
bancontact: any;
|
|
5587
|
-
billie: any;
|
|
5588
|
-
blik: any;
|
|
5589
|
-
boleto: any;
|
|
5590
|
-
card: any;
|
|
5591
|
-
cashapp: any;
|
|
5592
|
-
crypto: any;
|
|
5593
|
-
customer_balance: any;
|
|
5594
|
-
eps: any;
|
|
5595
|
-
fpx: any;
|
|
5596
|
-
giropay: any;
|
|
5597
|
-
grabpay: any;
|
|
5598
|
-
ideal: any;
|
|
5599
|
-
kakao_pay: any;
|
|
5600
|
-
klarna: any;
|
|
5601
|
-
konbini: any;
|
|
5602
|
-
kr_card: any;
|
|
5603
|
-
mobilepay: any;
|
|
5604
|
-
multibanco: any;
|
|
5605
|
-
naver_pay: any;
|
|
5606
|
-
nz_bank_account: any;
|
|
5607
|
-
oxxo: any;
|
|
5608
|
-
p24: any;
|
|
5609
|
-
pay_by_bank: any;
|
|
5610
|
-
payco: any;
|
|
5611
|
-
paynow: any;
|
|
5612
|
-
paypal: any;
|
|
5613
|
-
pix: any;
|
|
5614
|
-
promptpay: any;
|
|
5615
|
-
revolut_pay: any;
|
|
5616
|
-
samsung_pay: any;
|
|
5617
|
-
satispay: any;
|
|
5618
|
-
sepa_debit: any;
|
|
5619
|
-
sofort: any;
|
|
5620
|
-
swish: any;
|
|
5621
|
-
twint: any;
|
|
5622
|
-
us_bank_account: any;
|
|
5623
|
-
wechat_pay: any;
|
|
5624
|
-
zip: any;
|
|
5625
5627
|
allow_redisplay: "always" | "limited" | "unspecified" | null;
|
|
5626
|
-
card_present: any;
|
|
5627
|
-
interac_present: any;
|
|
5628
5628
|
};
|
|
5629
5629
|
last_synced_at: number;
|
|
5630
5630
|
paymentMethodId: string;
|
|
5631
5631
|
}, {
|
|
5632
5632
|
paymentMethodId: import('convex/values').VString<string, "required">;
|
|
5633
5633
|
stripe: import('convex/values').VObject<{
|
|
5634
|
+
link?: any;
|
|
5635
|
+
billing_details?: any;
|
|
5634
5636
|
customer?: string | null | undefined;
|
|
5635
5637
|
metadata?: Record<string, string | number | null> | null | undefined;
|
|
5638
|
+
radar_options?: any;
|
|
5639
|
+
acss_debit?: any;
|
|
5640
|
+
affirm?: any;
|
|
5641
|
+
afterpay_clearpay?: any;
|
|
5642
|
+
alipay?: any;
|
|
5643
|
+
alma?: any;
|
|
5644
|
+
amazon_pay?: any;
|
|
5645
|
+
au_becs_debit?: any;
|
|
5646
|
+
bacs_debit?: any;
|
|
5647
|
+
bancontact?: any;
|
|
5648
|
+
billie?: any;
|
|
5649
|
+
blik?: any;
|
|
5650
|
+
boleto?: any;
|
|
5651
|
+
card?: any;
|
|
5652
|
+
cashapp?: any;
|
|
5653
|
+
crypto?: any;
|
|
5654
|
+
customer_balance?: any;
|
|
5655
|
+
eps?: any;
|
|
5656
|
+
fpx?: any;
|
|
5657
|
+
giropay?: any;
|
|
5658
|
+
grabpay?: any;
|
|
5659
|
+
ideal?: any;
|
|
5660
|
+
kakao_pay?: any;
|
|
5661
|
+
klarna?: any;
|
|
5662
|
+
konbini?: any;
|
|
5663
|
+
kr_card?: any;
|
|
5664
|
+
mobilepay?: any;
|
|
5665
|
+
multibanco?: any;
|
|
5666
|
+
naver_pay?: any;
|
|
5667
|
+
nz_bank_account?: any;
|
|
5668
|
+
oxxo?: any;
|
|
5669
|
+
p24?: any;
|
|
5670
|
+
pay_by_bank?: any;
|
|
5671
|
+
payco?: any;
|
|
5672
|
+
paynow?: any;
|
|
5673
|
+
paypal?: any;
|
|
5674
|
+
pix?: any;
|
|
5675
|
+
promptpay?: any;
|
|
5676
|
+
revolut_pay?: any;
|
|
5677
|
+
samsung_pay?: any;
|
|
5678
|
+
satispay?: any;
|
|
5679
|
+
sepa_debit?: any;
|
|
5680
|
+
sofort?: any;
|
|
5681
|
+
swish?: any;
|
|
5682
|
+
twint?: any;
|
|
5683
|
+
us_bank_account?: any;
|
|
5684
|
+
wechat_pay?: any;
|
|
5685
|
+
zip?: any;
|
|
5686
|
+
card_present?: any;
|
|
5687
|
+
interac_present?: any;
|
|
5636
5688
|
object: string;
|
|
5637
5689
|
type: string;
|
|
5638
5690
|
id: string;
|
|
5639
|
-
link: any;
|
|
5640
|
-
billing_details: any;
|
|
5641
5691
|
created: number;
|
|
5642
5692
|
livemode: boolean;
|
|
5643
|
-
radar_options: any;
|
|
5644
|
-
acss_debit: any;
|
|
5645
|
-
affirm: any;
|
|
5646
|
-
afterpay_clearpay: any;
|
|
5647
|
-
alipay: any;
|
|
5648
|
-
alma: any;
|
|
5649
|
-
amazon_pay: any;
|
|
5650
|
-
au_becs_debit: any;
|
|
5651
|
-
bacs_debit: any;
|
|
5652
|
-
bancontact: any;
|
|
5653
|
-
billie: any;
|
|
5654
|
-
blik: any;
|
|
5655
|
-
boleto: any;
|
|
5656
|
-
card: any;
|
|
5657
|
-
cashapp: any;
|
|
5658
|
-
crypto: any;
|
|
5659
|
-
customer_balance: any;
|
|
5660
|
-
eps: any;
|
|
5661
|
-
fpx: any;
|
|
5662
|
-
giropay: any;
|
|
5663
|
-
grabpay: any;
|
|
5664
|
-
ideal: any;
|
|
5665
|
-
kakao_pay: any;
|
|
5666
|
-
klarna: any;
|
|
5667
|
-
konbini: any;
|
|
5668
|
-
kr_card: any;
|
|
5669
|
-
mobilepay: any;
|
|
5670
|
-
multibanco: any;
|
|
5671
|
-
naver_pay: any;
|
|
5672
|
-
nz_bank_account: any;
|
|
5673
|
-
oxxo: any;
|
|
5674
|
-
p24: any;
|
|
5675
|
-
pay_by_bank: any;
|
|
5676
|
-
payco: any;
|
|
5677
|
-
paynow: any;
|
|
5678
|
-
paypal: any;
|
|
5679
|
-
pix: any;
|
|
5680
|
-
promptpay: any;
|
|
5681
|
-
revolut_pay: any;
|
|
5682
|
-
samsung_pay: any;
|
|
5683
|
-
satispay: any;
|
|
5684
|
-
sepa_debit: any;
|
|
5685
|
-
sofort: any;
|
|
5686
|
-
swish: any;
|
|
5687
|
-
twint: any;
|
|
5688
|
-
us_bank_account: any;
|
|
5689
|
-
wechat_pay: any;
|
|
5690
|
-
zip: any;
|
|
5691
5693
|
allow_redisplay: "always" | "limited" | "unspecified" | null;
|
|
5692
|
-
card_present: any;
|
|
5693
|
-
interac_present: any;
|
|
5694
5694
|
}, {
|
|
5695
5695
|
id: import('convex/values').VString<string, "required">;
|
|
5696
|
-
billing_details: import('convex/values').VAny<any, "
|
|
5696
|
+
billing_details: import('convex/values').VAny<any, "optional", string>;
|
|
5697
5697
|
customer: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|
|
5698
5698
|
metadata: import('convex/values').VUnion<Record<string, string | number | null> | null | undefined, [import('convex/values').VRecord<Record<string, string | number | null>, import('convex/values').VString<string, "required">, import('convex/values').VUnion<string | number | null, [import('convex/values').VString<string, "required">, import('convex/values').VFloat64<number, "required">, import('convex/values').VNull<null, "required">], "required", never>, "required", string>, import('convex/values').VNull<null, "required">], "optional", string>;
|
|
5699
5699
|
type: import('convex/values').VString<string, "required">;
|
|
5700
5700
|
object: import('convex/values').VString<string, "required">;
|
|
5701
|
-
acss_debit: import('convex/values').VAny<any, "
|
|
5702
|
-
affirm: import('convex/values').VAny<any, "
|
|
5703
|
-
afterpay_clearpay: import('convex/values').VAny<any, "
|
|
5704
|
-
alipay: import('convex/values').VAny<any, "
|
|
5701
|
+
acss_debit: import('convex/values').VAny<any, "optional", string>;
|
|
5702
|
+
affirm: import('convex/values').VAny<any, "optional", string>;
|
|
5703
|
+
afterpay_clearpay: import('convex/values').VAny<any, "optional", string>;
|
|
5704
|
+
alipay: import('convex/values').VAny<any, "optional", string>;
|
|
5705
5705
|
allow_redisplay: import('convex/values').VUnion<"always" | "limited" | "unspecified" | null, [import('convex/values').VLiteral<"always", "required">, import('convex/values').VLiteral<"limited", "required">, import('convex/values').VLiteral<"unspecified", "required">, import('convex/values').VNull<null, "required">], "required", never>;
|
|
5706
|
-
alma: import('convex/values').VAny<any, "
|
|
5707
|
-
amazon_pay: import('convex/values').VAny<any, "
|
|
5708
|
-
au_becs_debit: import('convex/values').VAny<any, "
|
|
5709
|
-
bacs_debit: import('convex/values').VAny<any, "
|
|
5710
|
-
bancontact: import('convex/values').VAny<any, "
|
|
5711
|
-
billie: import('convex/values').VAny<any, "
|
|
5712
|
-
blik: import('convex/values').VAny<any, "
|
|
5713
|
-
boleto: import('convex/values').VAny<any, "
|
|
5714
|
-
card: import('convex/values').VAny<any, "
|
|
5715
|
-
card_present: import('convex/values').VAny<any, "
|
|
5716
|
-
cashapp: import('convex/values').VAny<any, "
|
|
5706
|
+
alma: import('convex/values').VAny<any, "optional", string>;
|
|
5707
|
+
amazon_pay: import('convex/values').VAny<any, "optional", string>;
|
|
5708
|
+
au_becs_debit: import('convex/values').VAny<any, "optional", string>;
|
|
5709
|
+
bacs_debit: import('convex/values').VAny<any, "optional", string>;
|
|
5710
|
+
bancontact: import('convex/values').VAny<any, "optional", string>;
|
|
5711
|
+
billie: import('convex/values').VAny<any, "optional", string>;
|
|
5712
|
+
blik: import('convex/values').VAny<any, "optional", string>;
|
|
5713
|
+
boleto: import('convex/values').VAny<any, "optional", string>;
|
|
5714
|
+
card: import('convex/values').VAny<any, "optional", string>;
|
|
5715
|
+
card_present: import('convex/values').VAny<any, "optional", string>;
|
|
5716
|
+
cashapp: import('convex/values').VAny<any, "optional", string>;
|
|
5717
5717
|
created: import('convex/values').VFloat64<number, "required">;
|
|
5718
|
-
crypto: import('convex/values').VAny<any, "
|
|
5719
|
-
customer_balance: import('convex/values').VAny<any, "
|
|
5720
|
-
eps: import('convex/values').VAny<any, "
|
|
5721
|
-
fpx: import('convex/values').VAny<any, "
|
|
5722
|
-
giropay: import('convex/values').VAny<any, "
|
|
5723
|
-
grabpay: import('convex/values').VAny<any, "
|
|
5724
|
-
ideal: import('convex/values').VAny<any, "
|
|
5725
|
-
interac_present: import('convex/values').VAny<any, "
|
|
5726
|
-
kakao_pay: import('convex/values').VAny<any, "
|
|
5727
|
-
klarna: import('convex/values').VAny<any, "
|
|
5728
|
-
konbini: import('convex/values').VAny<any, "
|
|
5729
|
-
kr_card: import('convex/values').VAny<any, "
|
|
5730
|
-
link: import('convex/values').VAny<any, "
|
|
5718
|
+
crypto: import('convex/values').VAny<any, "optional", string>;
|
|
5719
|
+
customer_balance: import('convex/values').VAny<any, "optional", string>;
|
|
5720
|
+
eps: import('convex/values').VAny<any, "optional", string>;
|
|
5721
|
+
fpx: import('convex/values').VAny<any, "optional", string>;
|
|
5722
|
+
giropay: import('convex/values').VAny<any, "optional", string>;
|
|
5723
|
+
grabpay: import('convex/values').VAny<any, "optional", string>;
|
|
5724
|
+
ideal: import('convex/values').VAny<any, "optional", string>;
|
|
5725
|
+
interac_present: import('convex/values').VAny<any, "optional", string>;
|
|
5726
|
+
kakao_pay: import('convex/values').VAny<any, "optional", string>;
|
|
5727
|
+
klarna: import('convex/values').VAny<any, "optional", string>;
|
|
5728
|
+
konbini: import('convex/values').VAny<any, "optional", string>;
|
|
5729
|
+
kr_card: import('convex/values').VAny<any, "optional", string>;
|
|
5730
|
+
link: import('convex/values').VAny<any, "optional", string>;
|
|
5731
5731
|
livemode: import('convex/values').VBoolean<boolean, "required">;
|
|
5732
|
-
mobilepay: import('convex/values').VAny<any, "
|
|
5733
|
-
multibanco: import('convex/values').VAny<any, "
|
|
5734
|
-
naver_pay: import('convex/values').VAny<any, "
|
|
5735
|
-
nz_bank_account: import('convex/values').VAny<any, "
|
|
5736
|
-
oxxo: import('convex/values').VAny<any, "
|
|
5737
|
-
p24: import('convex/values').VAny<any, "
|
|
5738
|
-
pay_by_bank: import('convex/values').VAny<any, "
|
|
5739
|
-
payco: import('convex/values').VAny<any, "
|
|
5740
|
-
paynow: import('convex/values').VAny<any, "
|
|
5741
|
-
paypal: import('convex/values').VAny<any, "
|
|
5742
|
-
pix: import('convex/values').VAny<any, "
|
|
5743
|
-
promptpay: import('convex/values').VAny<any, "
|
|
5744
|
-
radar_options: import('convex/values').VAny<any, "
|
|
5745
|
-
revolut_pay: import('convex/values').VAny<any, "
|
|
5746
|
-
samsung_pay: import('convex/values').VAny<any, "
|
|
5747
|
-
satispay: import('convex/values').VAny<any, "
|
|
5748
|
-
sepa_debit: import('convex/values').VAny<any, "
|
|
5749
|
-
sofort: import('convex/values').VAny<any, "
|
|
5750
|
-
swish: import('convex/values').VAny<any, "
|
|
5751
|
-
twint: import('convex/values').VAny<any, "
|
|
5752
|
-
us_bank_account: import('convex/values').VAny<any, "
|
|
5753
|
-
wechat_pay: import('convex/values').VAny<any, "
|
|
5754
|
-
zip: import('convex/values').VAny<any, "
|
|
5732
|
+
mobilepay: import('convex/values').VAny<any, "optional", string>;
|
|
5733
|
+
multibanco: import('convex/values').VAny<any, "optional", string>;
|
|
5734
|
+
naver_pay: import('convex/values').VAny<any, "optional", string>;
|
|
5735
|
+
nz_bank_account: import('convex/values').VAny<any, "optional", string>;
|
|
5736
|
+
oxxo: import('convex/values').VAny<any, "optional", string>;
|
|
5737
|
+
p24: import('convex/values').VAny<any, "optional", string>;
|
|
5738
|
+
pay_by_bank: import('convex/values').VAny<any, "optional", string>;
|
|
5739
|
+
payco: import('convex/values').VAny<any, "optional", string>;
|
|
5740
|
+
paynow: import('convex/values').VAny<any, "optional", string>;
|
|
5741
|
+
paypal: import('convex/values').VAny<any, "optional", string>;
|
|
5742
|
+
pix: import('convex/values').VAny<any, "optional", string>;
|
|
5743
|
+
promptpay: import('convex/values').VAny<any, "optional", string>;
|
|
5744
|
+
radar_options: import('convex/values').VAny<any, "optional", string>;
|
|
5745
|
+
revolut_pay: import('convex/values').VAny<any, "optional", string>;
|
|
5746
|
+
samsung_pay: import('convex/values').VAny<any, "optional", string>;
|
|
5747
|
+
satispay: import('convex/values').VAny<any, "optional", string>;
|
|
5748
|
+
sepa_debit: import('convex/values').VAny<any, "optional", string>;
|
|
5749
|
+
sofort: import('convex/values').VAny<any, "optional", string>;
|
|
5750
|
+
swish: import('convex/values').VAny<any, "optional", string>;
|
|
5751
|
+
twint: import('convex/values').VAny<any, "optional", string>;
|
|
5752
|
+
us_bank_account: import('convex/values').VAny<any, "optional", string>;
|
|
5753
|
+
wechat_pay: import('convex/values').VAny<any, "optional", string>;
|
|
5754
|
+
zip: import('convex/values').VAny<any, "optional", string>;
|
|
5755
5755
|
}, "required", "object" | "type" | "id" | "link" | "billing_details" | "customer" | "metadata" | "created" | "livemode" | "radar_options" | `metadata.${string}` | `radar_options.${string}` | "acss_debit" | "affirm" | "afterpay_clearpay" | "alipay" | "alma" | "amazon_pay" | "au_becs_debit" | "bacs_debit" | "bancontact" | "billie" | "blik" | "boleto" | "card" | "cashapp" | "crypto" | "customer_balance" | "eps" | "fpx" | "giropay" | "grabpay" | "ideal" | "kakao_pay" | "klarna" | "konbini" | "kr_card" | "mobilepay" | "multibanco" | "naver_pay" | "nz_bank_account" | "oxxo" | "p24" | "pay_by_bank" | "payco" | "paynow" | "paypal" | "pix" | "promptpay" | "revolut_pay" | "samsung_pay" | "satispay" | "sepa_debit" | "sofort" | "swish" | "twint" | "us_bank_account" | "wechat_pay" | "zip" | "allow_redisplay" | "card_present" | "interac_present" | `link.${string}` | `billing_details.${string}` | `acss_debit.${string}` | `affirm.${string}` | `afterpay_clearpay.${string}` | `alipay.${string}` | `alma.${string}` | `amazon_pay.${string}` | `au_becs_debit.${string}` | `bacs_debit.${string}` | `bancontact.${string}` | `billie.${string}` | `blik.${string}` | `boleto.${string}` | `card.${string}` | `cashapp.${string}` | `crypto.${string}` | `customer_balance.${string}` | `eps.${string}` | `fpx.${string}` | `giropay.${string}` | `grabpay.${string}` | `ideal.${string}` | `kakao_pay.${string}` | `klarna.${string}` | `konbini.${string}` | `kr_card.${string}` | `mobilepay.${string}` | `multibanco.${string}` | `naver_pay.${string}` | `nz_bank_account.${string}` | `oxxo.${string}` | `p24.${string}` | `pay_by_bank.${string}` | `payco.${string}` | `paynow.${string}` | `paypal.${string}` | `pix.${string}` | `promptpay.${string}` | `revolut_pay.${string}` | `samsung_pay.${string}` | `satispay.${string}` | `sepa_debit.${string}` | `sofort.${string}` | `swish.${string}` | `twint.${string}` | `us_bank_account.${string}` | `wechat_pay.${string}` | `zip.${string}` | `card_present.${string}` | `interac_present.${string}`>;
|
|
5756
5756
|
last_synced_at: import('convex/values').VFloat64<number, "required">;
|
|
5757
5757
|
}, "required", "stripe" | "last_synced_at" | "stripe.object" | "stripe.id" | "stripe.metadata" | "stripe.created" | "stripe.livemode" | `stripe.metadata.${string}` | "stripe.type" | "stripe.customer" | "stripe.billing_details" | "stripe.radar_options" | `stripe.radar_options.${string}` | "paymentMethodId" | "stripe.link" | "stripe.acss_debit" | "stripe.affirm" | "stripe.afterpay_clearpay" | "stripe.alipay" | "stripe.alma" | "stripe.amazon_pay" | "stripe.au_becs_debit" | "stripe.bacs_debit" | "stripe.bancontact" | "stripe.billie" | "stripe.blik" | "stripe.boleto" | "stripe.card" | "stripe.cashapp" | "stripe.crypto" | "stripe.customer_balance" | "stripe.eps" | "stripe.fpx" | "stripe.giropay" | "stripe.grabpay" | "stripe.ideal" | "stripe.kakao_pay" | "stripe.klarna" | "stripe.konbini" | "stripe.kr_card" | "stripe.mobilepay" | "stripe.multibanco" | "stripe.naver_pay" | "stripe.nz_bank_account" | "stripe.oxxo" | "stripe.p24" | "stripe.pay_by_bank" | "stripe.payco" | "stripe.paynow" | "stripe.paypal" | "stripe.pix" | "stripe.promptpay" | "stripe.revolut_pay" | "stripe.samsung_pay" | "stripe.satispay" | "stripe.sepa_debit" | "stripe.sofort" | "stripe.swish" | "stripe.twint" | "stripe.us_bank_account" | "stripe.wechat_pay" | "stripe.zip" | "stripe.allow_redisplay" | "stripe.card_present" | "stripe.interac_present" | `stripe.link.${string}` | `stripe.billing_details.${string}` | `stripe.acss_debit.${string}` | `stripe.affirm.${string}` | `stripe.afterpay_clearpay.${string}` | `stripe.alipay.${string}` | `stripe.alma.${string}` | `stripe.amazon_pay.${string}` | `stripe.au_becs_debit.${string}` | `stripe.bacs_debit.${string}` | `stripe.bancontact.${string}` | `stripe.billie.${string}` | `stripe.blik.${string}` | `stripe.boleto.${string}` | `stripe.card.${string}` | `stripe.cashapp.${string}` | `stripe.crypto.${string}` | `stripe.customer_balance.${string}` | `stripe.eps.${string}` | `stripe.fpx.${string}` | `stripe.giropay.${string}` | `stripe.grabpay.${string}` | `stripe.ideal.${string}` | `stripe.kakao_pay.${string}` | `stripe.klarna.${string}` | `stripe.konbini.${string}` | `stripe.kr_card.${string}` | `stripe.mobilepay.${string}` | `stripe.multibanco.${string}` | `stripe.naver_pay.${string}` | `stripe.nz_bank_account.${string}` | `stripe.oxxo.${string}` | `stripe.p24.${string}` | `stripe.pay_by_bank.${string}` | `stripe.payco.${string}` | `stripe.paynow.${string}` | `stripe.paypal.${string}` | `stripe.pix.${string}` | `stripe.promptpay.${string}` | `stripe.revolut_pay.${string}` | `stripe.samsung_pay.${string}` | `stripe.satispay.${string}` | `stripe.sepa_debit.${string}` | `stripe.sofort.${string}` | `stripe.swish.${string}` | `stripe.twint.${string}` | `stripe.us_bank_account.${string}` | `stripe.wechat_pay.${string}` | `stripe.zip.${string}` | `stripe.card_present.${string}` | `stripe.interac_present.${string}`>, {
|
|
@@ -5767,6 +5767,7 @@ declare const stripeSchema: import('convex/server').SchemaDefinition<{
|
|
|
5767
5767
|
end_date: number;
|
|
5768
5768
|
start_date: number;
|
|
5769
5769
|
} | null | undefined;
|
|
5770
|
+
phases?: any;
|
|
5770
5771
|
completed_at?: number | null | undefined;
|
|
5771
5772
|
default_settings?: {
|
|
5772
5773
|
description?: string | null | undefined;
|
|
@@ -5808,7 +5809,6 @@ declare const stripeSchema: import('convex/server').SchemaDefinition<{
|
|
|
5808
5809
|
status: "canceled" | "completed" | "active" | "not_started" | "released";
|
|
5809
5810
|
created: number;
|
|
5810
5811
|
livemode: boolean;
|
|
5811
|
-
phases: any;
|
|
5812
5812
|
billing_mode: {
|
|
5813
5813
|
updated_at?: number | null | undefined;
|
|
5814
5814
|
type: "classic" | "flexible";
|
|
@@ -5828,6 +5828,7 @@ declare const stripeSchema: import('convex/server').SchemaDefinition<{
|
|
|
5828
5828
|
end_date: number;
|
|
5829
5829
|
start_date: number;
|
|
5830
5830
|
} | null | undefined;
|
|
5831
|
+
phases?: any;
|
|
5831
5832
|
completed_at?: number | null | undefined;
|
|
5832
5833
|
default_settings?: {
|
|
5833
5834
|
description?: string | null | undefined;
|
|
@@ -5869,7 +5870,6 @@ declare const stripeSchema: import('convex/server').SchemaDefinition<{
|
|
|
5869
5870
|
status: "canceled" | "completed" | "active" | "not_started" | "released";
|
|
5870
5871
|
created: number;
|
|
5871
5872
|
livemode: boolean;
|
|
5872
|
-
phases: any;
|
|
5873
5873
|
billing_mode: {
|
|
5874
5874
|
updated_at?: number | null | undefined;
|
|
5875
5875
|
type: "classic" | "flexible";
|
|
@@ -5889,7 +5889,7 @@ declare const stripeSchema: import('convex/server').SchemaDefinition<{
|
|
|
5889
5889
|
}, "required", "end_date" | "start_date">, import('convex/values').VNull<null, "required">], "optional", "end_date" | "start_date">;
|
|
5890
5890
|
customer: import('convex/values').VString<string, "required">;
|
|
5891
5891
|
metadata: import('convex/values').VUnion<Record<string, string | number | null> | null | undefined, [import('convex/values').VRecord<Record<string, string | number | null>, import('convex/values').VString<string, "required">, import('convex/values').VUnion<string | number | null, [import('convex/values').VString<string, "required">, import('convex/values').VFloat64<number, "required">, import('convex/values').VNull<null, "required">], "required", never>, "required", string>, import('convex/values').VNull<null, "required">], "optional", string>;
|
|
5892
|
-
phases: import('convex/values').VAny<any, "
|
|
5892
|
+
phases: import('convex/values').VAny<any, "optional", string>;
|
|
5893
5893
|
status: import('convex/values').VUnion<"canceled" | "completed" | "active" | "not_started" | "released", [import('convex/values').VLiteral<"active", "required">, import('convex/values').VLiteral<"canceled", "required">, import('convex/values').VLiteral<"completed", "required">, import('convex/values').VLiteral<"not_started", "required">, import('convex/values').VLiteral<"released", "required">], "required", never>;
|
|
5894
5894
|
object: import('convex/values').VString<string, "required">;
|
|
5895
5895
|
application: import('convex/values').VUnion<string | null | undefined, [import('convex/values').VString<string, "required">, import('convex/values').VNull<null, "required">], "optional", never>;
|