@b3dotfun/sdk 0.0.7-alpha.25 → 0.0.7-alpha.27
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/cjs/anyspend/index.d.ts +0 -2
- package/dist/cjs/anyspend/index.js +0 -4
- package/dist/cjs/anyspend/react/components/AnySpend.js +49 -48
- package/dist/cjs/anyspend/react/components/AnySpendCustom.js +39 -38
- package/dist/cjs/anyspend/react/components/common/OrderDetails.js +0 -40
- package/dist/cjs/anyspend/react/components/common/OrderHistory.js +6 -6
- package/dist/cjs/anyspend/react/components/common/PanelOnramp.js +7 -7
- package/dist/cjs/anyspend/react/components/common/PanelOnrampPayment.js +9 -8
- package/dist/cjs/anyspend/react/components/common/PaymentStripeWeb2.js +14 -13
- package/dist/cjs/anyspend/react/components/webview/WebviewOnrampOrderStatus.js +0 -1
- package/dist/cjs/anyspend/react/components/webview/WebviewOnrampPayment.js +13 -12
- package/dist/cjs/anyspend/react/hooks/index.d.ts +0 -2
- package/dist/cjs/anyspend/react/hooks/index.js +0 -2
- package/dist/cjs/anyspend/react/hooks/useAnyspendOrderAndTransactions.d.ts +0 -70
- package/dist/cjs/anyspend/react/hooks/useAnyspendOrderHistory.d.ts +0 -70
- package/dist/cjs/anyspend/react/hooks/useSigMint.d.ts +2 -2
- package/dist/cjs/anyspend/services/anyspend.d.ts +1 -39
- package/dist/cjs/anyspend/services/anyspend.js +0 -13
- package/dist/cjs/anyspend/types/index.d.ts +0 -1
- package/dist/cjs/anyspend/types/index.js +0 -1
- package/dist/cjs/anyspend/types/order.d.ts +0 -200
- package/dist/cjs/anyspend/types/order.js +1 -6
- package/dist/cjs/anyspend/types/req-res/createOrder.d.ts +0 -235
- package/dist/cjs/anyspend/types/req-res/getOrderAndTransactions.d.ts +0 -305
- package/dist/cjs/anyspend/types/req-res/getOrderHistory.d.ts +0 -235
- package/dist/cjs/anyspend/types/req-res/index.d.ts +0 -1
- package/dist/cjs/anyspend/types/req-res/index.js +0 -1
- package/dist/cjs/anyspend/utils/format.js +0 -4
- package/dist/cjs/global-account/react/components/custom/Button.d.ts +2 -2
- package/dist/cjs/global-account/react/components/ui/button.d.ts +1 -1
- package/dist/cjs/global-account/react/components/ui/command.d.ts +7 -7
- package/dist/cjs/shared/constants/chains/b3Chain.d.ts +1 -1
- package/dist/cjs/shared/constants/chains/supported.d.ts +14 -14
- package/dist/cjs/shared/utils/insights.d.ts +1 -1
- package/dist/cjs/shared/utils/simplehash.d.ts +2 -2
- package/dist/esm/anyspend/index.d.ts +0 -2
- package/dist/esm/anyspend/index.js +0 -4
- package/dist/esm/anyspend/react/components/AnySpend.js +2 -1
- package/dist/esm/anyspend/react/components/AnySpendCustom.js +2 -1
- package/dist/esm/anyspend/react/components/common/OrderDetails.js +0 -40
- package/dist/esm/anyspend/react/components/common/OrderHistory.js +1 -1
- package/dist/esm/anyspend/react/components/common/PanelOnramp.js +1 -1
- package/dist/esm/anyspend/react/components/common/PanelOnrampPayment.js +2 -1
- package/dist/esm/anyspend/react/components/common/PaymentStripeWeb2.js +2 -1
- package/dist/esm/anyspend/react/components/webview/WebviewOnrampOrderStatus.js +0 -1
- package/dist/esm/anyspend/react/components/webview/WebviewOnrampPayment.js +2 -1
- package/dist/esm/anyspend/react/hooks/index.d.ts +0 -2
- package/dist/esm/anyspend/react/hooks/index.js +0 -2
- package/dist/esm/anyspend/react/hooks/useAnyspendOrderAndTransactions.d.ts +0 -70
- package/dist/esm/anyspend/react/hooks/useAnyspendOrderHistory.d.ts +0 -70
- package/dist/esm/anyspend/react/hooks/useSigMint.d.ts +2 -2
- package/dist/esm/anyspend/services/anyspend.d.ts +1 -39
- package/dist/esm/anyspend/services/anyspend.js +0 -13
- package/dist/esm/anyspend/types/index.d.ts +0 -1
- package/dist/esm/anyspend/types/index.js +0 -1
- package/dist/esm/anyspend/types/order.d.ts +0 -200
- package/dist/esm/anyspend/types/order.js +1 -6
- package/dist/esm/anyspend/types/req-res/createOrder.d.ts +0 -235
- package/dist/esm/anyspend/types/req-res/getOrderAndTransactions.d.ts +0 -305
- package/dist/esm/anyspend/types/req-res/getOrderHistory.d.ts +0 -235
- package/dist/esm/anyspend/types/req-res/index.d.ts +0 -1
- package/dist/esm/anyspend/types/req-res/index.js +0 -1
- package/dist/esm/anyspend/utils/format.js +0 -4
- package/dist/esm/global-account/react/components/custom/Button.d.ts +2 -2
- package/dist/esm/global-account/react/components/ui/button.d.ts +1 -1
- package/dist/esm/global-account/react/components/ui/command.d.ts +7 -7
- package/dist/esm/shared/constants/chains/b3Chain.d.ts +1 -1
- package/dist/esm/shared/constants/chains/supported.d.ts +14 -14
- package/dist/esm/shared/utils/insights.d.ts +1 -1
- package/dist/esm/shared/utils/simplehash.d.ts +2 -2
- package/dist/types/anyspend/index.d.ts +0 -2
- package/dist/types/anyspend/react/hooks/index.d.ts +0 -2
- package/dist/types/anyspend/react/hooks/useAnyspendOrderAndTransactions.d.ts +0 -70
- package/dist/types/anyspend/react/hooks/useAnyspendOrderHistory.d.ts +0 -70
- package/dist/types/anyspend/react/hooks/useSigMint.d.ts +2 -2
- package/dist/types/anyspend/services/anyspend.d.ts +1 -39
- package/dist/types/anyspend/types/index.d.ts +0 -1
- package/dist/types/anyspend/types/order.d.ts +0 -200
- package/dist/types/anyspend/types/req-res/createOrder.d.ts +0 -235
- package/dist/types/anyspend/types/req-res/getOrderAndTransactions.d.ts +0 -305
- package/dist/types/anyspend/types/req-res/getOrderHistory.d.ts +0 -235
- package/dist/types/anyspend/types/req-res/index.d.ts +0 -1
- package/dist/types/global-account/react/components/custom/Button.d.ts +2 -2
- package/dist/types/global-account/react/components/ui/button.d.ts +1 -1
- package/dist/types/global-account/react/components/ui/command.d.ts +7 -7
- package/dist/types/shared/constants/chains/b3Chain.d.ts +1 -1
- package/dist/types/shared/constants/chains/supported.d.ts +14 -14
- package/dist/types/shared/utils/insights.d.ts +1 -1
- package/dist/types/shared/utils/simplehash.d.ts +2 -2
- package/package.json +1 -1
- package/src/anyspend/index.ts +0 -6
- package/src/anyspend/react/components/AnySpend.tsx +2 -6
- package/src/anyspend/react/components/AnySpendCustom.tsx +4 -2
- package/src/anyspend/react/components/common/OrderDetails.tsx +0 -46
- package/src/anyspend/react/components/common/OrderHistory.tsx +1 -1
- package/src/anyspend/react/components/common/PanelOnramp.tsx +1 -1
- package/src/anyspend/react/components/common/PanelOnrampPayment.tsx +2 -10
- package/src/anyspend/react/components/common/PaymentStripeWeb2.tsx +2 -1
- package/src/anyspend/react/components/webview/WebviewOnrampOrderStatus.tsx +0 -1
- package/src/anyspend/react/components/webview/WebviewOnrampPayment.tsx +1 -3
- package/src/anyspend/react/hooks/index.ts +0 -2
- package/src/anyspend/services/anyspend.ts +0 -18
- package/src/anyspend/types/index.ts +0 -1
- package/src/anyspend/types/order.ts +1 -8
- package/src/anyspend/types/req-res/index.ts +0 -1
- package/src/anyspend/utils/format.ts +0 -5
- package/dist/cjs/anyspend/react/hooks/useAnyspendSendPermitData.d.ts +0 -16
- package/dist/cjs/anyspend/react/hooks/useAnyspendSendPermitData.js +0 -39
- package/dist/cjs/anyspend/react/hooks/usePermitData.d.ts +0 -92
- package/dist/cjs/anyspend/react/hooks/usePermitData.js +0 -158
- package/dist/cjs/anyspend/types/permit.d.ts +0 -21
- package/dist/cjs/anyspend/types/permit.js +0 -11
- package/dist/cjs/anyspend/types/req-res/sendPermitData.d.ts +0 -66
- package/dist/cjs/anyspend/types/req-res/sendPermitData.js +0 -11
- package/dist/esm/anyspend/react/hooks/useAnyspendSendPermitData.d.ts +0 -16
- package/dist/esm/anyspend/react/hooks/useAnyspendSendPermitData.js +0 -36
- package/dist/esm/anyspend/react/hooks/usePermitData.d.ts +0 -92
- package/dist/esm/anyspend/react/hooks/usePermitData.js +0 -154
- package/dist/esm/anyspend/types/permit.d.ts +0 -21
- package/dist/esm/anyspend/types/permit.js +0 -8
- package/dist/esm/anyspend/types/req-res/sendPermitData.d.ts +0 -66
- package/dist/esm/anyspend/types/req-res/sendPermitData.js +0 -8
- package/dist/types/anyspend/react/hooks/useAnyspendSendPermitData.d.ts +0 -16
- package/dist/types/anyspend/react/hooks/usePermitData.d.ts +0 -92
- package/dist/types/anyspend/types/permit.d.ts +0 -21
- package/dist/types/anyspend/types/req-res/sendPermitData.d.ts +0 -66
- package/src/anyspend/react/hooks/useAnyspendSendPermitData.ts +0 -38
- package/src/anyspend/react/hooks/usePermitData.ts +0 -183
- package/src/anyspend/types/permit.ts +0 -10
- package/src/anyspend/types/req-res/sendPermitData.ts +0 -10
|
@@ -1950,25 +1950,6 @@ export declare const zCreateOrderResponse: z.ZodObject<{
|
|
|
1950
1950
|
partnerId: z.ZodNullable<z.ZodString>;
|
|
1951
1951
|
oneClickBuyUrl: z.ZodNullable<z.ZodString>;
|
|
1952
1952
|
stripePaymentIntentId: z.ZodNullable<z.ZodString>;
|
|
1953
|
-
permit: z.ZodNullable<z.ZodObject<{
|
|
1954
|
-
ownerAddress: z.ZodString;
|
|
1955
|
-
deadline: z.ZodNumber;
|
|
1956
|
-
v: z.ZodNumber;
|
|
1957
|
-
r: z.ZodString;
|
|
1958
|
-
s: z.ZodString;
|
|
1959
|
-
}, "strip", z.ZodTypeAny, {
|
|
1960
|
-
ownerAddress: string;
|
|
1961
|
-
deadline: number;
|
|
1962
|
-
v: number;
|
|
1963
|
-
r: string;
|
|
1964
|
-
s: string;
|
|
1965
|
-
}, {
|
|
1966
|
-
ownerAddress: string;
|
|
1967
|
-
deadline: number;
|
|
1968
|
-
v: number;
|
|
1969
|
-
r: string;
|
|
1970
|
-
s: string;
|
|
1971
|
-
}>>;
|
|
1972
1953
|
} & {
|
|
1973
1954
|
type: z.ZodLiteral<OrderType.Swap>;
|
|
1974
1955
|
payload: z.ZodObject<{
|
|
@@ -2137,13 +2118,6 @@ export declare const zCreateOrderResponse: z.ZodObject<{
|
|
|
2137
2118
|
partnerId: string | null;
|
|
2138
2119
|
oneClickBuyUrl: string | null;
|
|
2139
2120
|
stripePaymentIntentId: string | null;
|
|
2140
|
-
permit: {
|
|
2141
|
-
ownerAddress: string;
|
|
2142
|
-
deadline: number;
|
|
2143
|
-
v: number;
|
|
2144
|
-
r: string;
|
|
2145
|
-
s: string;
|
|
2146
|
-
} | null;
|
|
2147
2121
|
payload: {
|
|
2148
2122
|
expectedDstAmount: string;
|
|
2149
2123
|
actualDstAmount: string | null;
|
|
@@ -2196,13 +2170,6 @@ export declare const zCreateOrderResponse: z.ZodObject<{
|
|
|
2196
2170
|
partnerId: string | null;
|
|
2197
2171
|
oneClickBuyUrl: string | null;
|
|
2198
2172
|
stripePaymentIntentId: string | null;
|
|
2199
|
-
permit: {
|
|
2200
|
-
ownerAddress: string;
|
|
2201
|
-
deadline: number;
|
|
2202
|
-
v: number;
|
|
2203
|
-
r: string;
|
|
2204
|
-
s: string;
|
|
2205
|
-
} | null;
|
|
2206
2173
|
payload: {
|
|
2207
2174
|
expectedDstAmount: string;
|
|
2208
2175
|
actualDstAmount: string | null;
|
|
@@ -2246,25 +2213,6 @@ export declare const zCreateOrderResponse: z.ZodObject<{
|
|
|
2246
2213
|
partnerId: z.ZodNullable<z.ZodString>;
|
|
2247
2214
|
oneClickBuyUrl: z.ZodNullable<z.ZodString>;
|
|
2248
2215
|
stripePaymentIntentId: z.ZodNullable<z.ZodString>;
|
|
2249
|
-
permit: z.ZodNullable<z.ZodObject<{
|
|
2250
|
-
ownerAddress: z.ZodString;
|
|
2251
|
-
deadline: z.ZodNumber;
|
|
2252
|
-
v: z.ZodNumber;
|
|
2253
|
-
r: z.ZodString;
|
|
2254
|
-
s: z.ZodString;
|
|
2255
|
-
}, "strip", z.ZodTypeAny, {
|
|
2256
|
-
ownerAddress: string;
|
|
2257
|
-
deadline: number;
|
|
2258
|
-
v: number;
|
|
2259
|
-
r: string;
|
|
2260
|
-
s: string;
|
|
2261
|
-
}, {
|
|
2262
|
-
ownerAddress: string;
|
|
2263
|
-
deadline: number;
|
|
2264
|
-
v: number;
|
|
2265
|
-
r: string;
|
|
2266
|
-
s: string;
|
|
2267
|
-
}>>;
|
|
2268
2216
|
} & {
|
|
2269
2217
|
type: z.ZodLiteral<OrderType.MintNFT>;
|
|
2270
2218
|
payload: z.ZodObject<{
|
|
@@ -2523,13 +2471,6 @@ export declare const zCreateOrderResponse: z.ZodObject<{
|
|
|
2523
2471
|
partnerId: string | null;
|
|
2524
2472
|
oneClickBuyUrl: string | null;
|
|
2525
2473
|
stripePaymentIntentId: string | null;
|
|
2526
|
-
permit: {
|
|
2527
|
-
ownerAddress: string;
|
|
2528
|
-
deadline: number;
|
|
2529
|
-
v: number;
|
|
2530
|
-
r: string;
|
|
2531
|
-
s: string;
|
|
2532
|
-
} | null;
|
|
2533
2474
|
payload: {
|
|
2534
2475
|
contractAddress: string;
|
|
2535
2476
|
tokenId: number | null;
|
|
@@ -2598,13 +2539,6 @@ export declare const zCreateOrderResponse: z.ZodObject<{
|
|
|
2598
2539
|
partnerId: string | null;
|
|
2599
2540
|
oneClickBuyUrl: string | null;
|
|
2600
2541
|
stripePaymentIntentId: string | null;
|
|
2601
|
-
permit: {
|
|
2602
|
-
ownerAddress: string;
|
|
2603
|
-
deadline: number;
|
|
2604
|
-
v: number;
|
|
2605
|
-
r: string;
|
|
2606
|
-
s: string;
|
|
2607
|
-
} | null;
|
|
2608
2542
|
payload: {
|
|
2609
2543
|
contractAddress: string;
|
|
2610
2544
|
tokenId: number | null;
|
|
@@ -2650,25 +2584,6 @@ export declare const zCreateOrderResponse: z.ZodObject<{
|
|
|
2650
2584
|
partnerId: z.ZodNullable<z.ZodString>;
|
|
2651
2585
|
oneClickBuyUrl: z.ZodNullable<z.ZodString>;
|
|
2652
2586
|
stripePaymentIntentId: z.ZodNullable<z.ZodString>;
|
|
2653
|
-
permit: z.ZodNullable<z.ZodObject<{
|
|
2654
|
-
ownerAddress: z.ZodString;
|
|
2655
|
-
deadline: z.ZodNumber;
|
|
2656
|
-
v: z.ZodNumber;
|
|
2657
|
-
r: z.ZodString;
|
|
2658
|
-
s: z.ZodString;
|
|
2659
|
-
}, "strip", z.ZodTypeAny, {
|
|
2660
|
-
ownerAddress: string;
|
|
2661
|
-
deadline: number;
|
|
2662
|
-
v: number;
|
|
2663
|
-
r: string;
|
|
2664
|
-
s: string;
|
|
2665
|
-
}, {
|
|
2666
|
-
ownerAddress: string;
|
|
2667
|
-
deadline: number;
|
|
2668
|
-
v: number;
|
|
2669
|
-
r: string;
|
|
2670
|
-
s: string;
|
|
2671
|
-
}>>;
|
|
2672
2587
|
} & {
|
|
2673
2588
|
type: z.ZodLiteral<OrderType.JoinTournament>;
|
|
2674
2589
|
payload: z.ZodObject<{
|
|
@@ -2871,13 +2786,6 @@ export declare const zCreateOrderResponse: z.ZodObject<{
|
|
|
2871
2786
|
partnerId: string | null;
|
|
2872
2787
|
oneClickBuyUrl: string | null;
|
|
2873
2788
|
stripePaymentIntentId: string | null;
|
|
2874
|
-
permit: {
|
|
2875
|
-
ownerAddress: string;
|
|
2876
|
-
deadline: number;
|
|
2877
|
-
v: number;
|
|
2878
|
-
r: string;
|
|
2879
|
-
s: string;
|
|
2880
|
-
} | null;
|
|
2881
2789
|
payload: {
|
|
2882
2790
|
contractAddress: string;
|
|
2883
2791
|
entryPrice: string;
|
|
@@ -2936,13 +2844,6 @@ export declare const zCreateOrderResponse: z.ZodObject<{
|
|
|
2936
2844
|
partnerId: string | null;
|
|
2937
2845
|
oneClickBuyUrl: string | null;
|
|
2938
2846
|
stripePaymentIntentId: string | null;
|
|
2939
|
-
permit: {
|
|
2940
|
-
ownerAddress: string;
|
|
2941
|
-
deadline: number;
|
|
2942
|
-
v: number;
|
|
2943
|
-
r: string;
|
|
2944
|
-
s: string;
|
|
2945
|
-
} | null;
|
|
2946
2847
|
payload: {
|
|
2947
2848
|
contractAddress: string;
|
|
2948
2849
|
entryPrice: string;
|
|
@@ -2986,25 +2887,6 @@ export declare const zCreateOrderResponse: z.ZodObject<{
|
|
|
2986
2887
|
partnerId: z.ZodNullable<z.ZodString>;
|
|
2987
2888
|
oneClickBuyUrl: z.ZodNullable<z.ZodString>;
|
|
2988
2889
|
stripePaymentIntentId: z.ZodNullable<z.ZodString>;
|
|
2989
|
-
permit: z.ZodNullable<z.ZodObject<{
|
|
2990
|
-
ownerAddress: z.ZodString;
|
|
2991
|
-
deadline: z.ZodNumber;
|
|
2992
|
-
v: z.ZodNumber;
|
|
2993
|
-
r: z.ZodString;
|
|
2994
|
-
s: z.ZodString;
|
|
2995
|
-
}, "strip", z.ZodTypeAny, {
|
|
2996
|
-
ownerAddress: string;
|
|
2997
|
-
deadline: number;
|
|
2998
|
-
v: number;
|
|
2999
|
-
r: string;
|
|
3000
|
-
s: string;
|
|
3001
|
-
}, {
|
|
3002
|
-
ownerAddress: string;
|
|
3003
|
-
deadline: number;
|
|
3004
|
-
v: number;
|
|
3005
|
-
r: string;
|
|
3006
|
-
s: string;
|
|
3007
|
-
}>>;
|
|
3008
2890
|
} & {
|
|
3009
2891
|
type: z.ZodLiteral<OrderType.FundTournament>;
|
|
3010
2892
|
payload: z.ZodObject<{
|
|
@@ -3207,13 +3089,6 @@ export declare const zCreateOrderResponse: z.ZodObject<{
|
|
|
3207
3089
|
partnerId: string | null;
|
|
3208
3090
|
oneClickBuyUrl: string | null;
|
|
3209
3091
|
stripePaymentIntentId: string | null;
|
|
3210
|
-
permit: {
|
|
3211
|
-
ownerAddress: string;
|
|
3212
|
-
deadline: number;
|
|
3213
|
-
v: number;
|
|
3214
|
-
r: string;
|
|
3215
|
-
s: string;
|
|
3216
|
-
} | null;
|
|
3217
3092
|
payload: {
|
|
3218
3093
|
contractAddress: string;
|
|
3219
3094
|
fundAmount: string;
|
|
@@ -3272,13 +3147,6 @@ export declare const zCreateOrderResponse: z.ZodObject<{
|
|
|
3272
3147
|
partnerId: string | null;
|
|
3273
3148
|
oneClickBuyUrl: string | null;
|
|
3274
3149
|
stripePaymentIntentId: string | null;
|
|
3275
|
-
permit: {
|
|
3276
|
-
ownerAddress: string;
|
|
3277
|
-
deadline: number;
|
|
3278
|
-
v: number;
|
|
3279
|
-
r: string;
|
|
3280
|
-
s: string;
|
|
3281
|
-
} | null;
|
|
3282
3150
|
payload: {
|
|
3283
3151
|
contractAddress: string;
|
|
3284
3152
|
fundAmount: string;
|
|
@@ -3322,25 +3190,6 @@ export declare const zCreateOrderResponse: z.ZodObject<{
|
|
|
3322
3190
|
partnerId: z.ZodNullable<z.ZodString>;
|
|
3323
3191
|
oneClickBuyUrl: z.ZodNullable<z.ZodString>;
|
|
3324
3192
|
stripePaymentIntentId: z.ZodNullable<z.ZodString>;
|
|
3325
|
-
permit: z.ZodNullable<z.ZodObject<{
|
|
3326
|
-
ownerAddress: z.ZodString;
|
|
3327
|
-
deadline: z.ZodNumber;
|
|
3328
|
-
v: z.ZodNumber;
|
|
3329
|
-
r: z.ZodString;
|
|
3330
|
-
s: z.ZodString;
|
|
3331
|
-
}, "strip", z.ZodTypeAny, {
|
|
3332
|
-
ownerAddress: string;
|
|
3333
|
-
deadline: number;
|
|
3334
|
-
v: number;
|
|
3335
|
-
r: string;
|
|
3336
|
-
s: string;
|
|
3337
|
-
}, {
|
|
3338
|
-
ownerAddress: string;
|
|
3339
|
-
deadline: number;
|
|
3340
|
-
v: number;
|
|
3341
|
-
r: string;
|
|
3342
|
-
s: string;
|
|
3343
|
-
}>>;
|
|
3344
3193
|
} & {
|
|
3345
3194
|
type: z.ZodLiteral<OrderType.Custom>;
|
|
3346
3195
|
payload: z.ZodObject<{
|
|
@@ -3519,13 +3368,6 @@ export declare const zCreateOrderResponse: z.ZodObject<{
|
|
|
3519
3368
|
partnerId: string | null;
|
|
3520
3369
|
oneClickBuyUrl: string | null;
|
|
3521
3370
|
stripePaymentIntentId: string | null;
|
|
3522
|
-
permit: {
|
|
3523
|
-
ownerAddress: string;
|
|
3524
|
-
deadline: number;
|
|
3525
|
-
v: number;
|
|
3526
|
-
r: string;
|
|
3527
|
-
s: string;
|
|
3528
|
-
} | null;
|
|
3529
3371
|
payload: {
|
|
3530
3372
|
data: string;
|
|
3531
3373
|
to: string;
|
|
@@ -3581,13 +3423,6 @@ export declare const zCreateOrderResponse: z.ZodObject<{
|
|
|
3581
3423
|
partnerId: string | null;
|
|
3582
3424
|
oneClickBuyUrl: string | null;
|
|
3583
3425
|
stripePaymentIntentId: string | null;
|
|
3584
|
-
permit: {
|
|
3585
|
-
ownerAddress: string;
|
|
3586
|
-
deadline: number;
|
|
3587
|
-
v: number;
|
|
3588
|
-
r: string;
|
|
3589
|
-
s: string;
|
|
3590
|
-
} | null;
|
|
3591
3426
|
payload: {
|
|
3592
3427
|
data: string;
|
|
3593
3428
|
to: string;
|
|
@@ -3646,13 +3481,6 @@ export declare const zCreateOrderResponse: z.ZodObject<{
|
|
|
3646
3481
|
partnerId: string | null;
|
|
3647
3482
|
oneClickBuyUrl: string | null;
|
|
3648
3483
|
stripePaymentIntentId: string | null;
|
|
3649
|
-
permit: {
|
|
3650
|
-
ownerAddress: string;
|
|
3651
|
-
deadline: number;
|
|
3652
|
-
v: number;
|
|
3653
|
-
r: string;
|
|
3654
|
-
s: string;
|
|
3655
|
-
} | null;
|
|
3656
3484
|
payload: {
|
|
3657
3485
|
expectedDstAmount: string;
|
|
3658
3486
|
actualDstAmount: string | null;
|
|
@@ -3719,13 +3547,6 @@ export declare const zCreateOrderResponse: z.ZodObject<{
|
|
|
3719
3547
|
partnerId: string | null;
|
|
3720
3548
|
oneClickBuyUrl: string | null;
|
|
3721
3549
|
stripePaymentIntentId: string | null;
|
|
3722
|
-
permit: {
|
|
3723
|
-
ownerAddress: string;
|
|
3724
|
-
deadline: number;
|
|
3725
|
-
v: number;
|
|
3726
|
-
r: string;
|
|
3727
|
-
s: string;
|
|
3728
|
-
} | null;
|
|
3729
3550
|
payload: {
|
|
3730
3551
|
contractAddress: string;
|
|
3731
3552
|
tokenId: number | null;
|
|
@@ -3786,13 +3607,6 @@ export declare const zCreateOrderResponse: z.ZodObject<{
|
|
|
3786
3607
|
partnerId: string | null;
|
|
3787
3608
|
oneClickBuyUrl: string | null;
|
|
3788
3609
|
stripePaymentIntentId: string | null;
|
|
3789
|
-
permit: {
|
|
3790
|
-
ownerAddress: string;
|
|
3791
|
-
deadline: number;
|
|
3792
|
-
v: number;
|
|
3793
|
-
r: string;
|
|
3794
|
-
s: string;
|
|
3795
|
-
} | null;
|
|
3796
3610
|
payload: {
|
|
3797
3611
|
contractAddress: string;
|
|
3798
3612
|
entryPrice: string;
|
|
@@ -3851,13 +3665,6 @@ export declare const zCreateOrderResponse: z.ZodObject<{
|
|
|
3851
3665
|
partnerId: string | null;
|
|
3852
3666
|
oneClickBuyUrl: string | null;
|
|
3853
3667
|
stripePaymentIntentId: string | null;
|
|
3854
|
-
permit: {
|
|
3855
|
-
ownerAddress: string;
|
|
3856
|
-
deadline: number;
|
|
3857
|
-
v: number;
|
|
3858
|
-
r: string;
|
|
3859
|
-
s: string;
|
|
3860
|
-
} | null;
|
|
3861
3668
|
payload: {
|
|
3862
3669
|
contractAddress: string;
|
|
3863
3670
|
fundAmount: string;
|
|
@@ -3911,13 +3718,6 @@ export declare const zCreateOrderResponse: z.ZodObject<{
|
|
|
3911
3718
|
partnerId: string | null;
|
|
3912
3719
|
oneClickBuyUrl: string | null;
|
|
3913
3720
|
stripePaymentIntentId: string | null;
|
|
3914
|
-
permit: {
|
|
3915
|
-
ownerAddress: string;
|
|
3916
|
-
deadline: number;
|
|
3917
|
-
v: number;
|
|
3918
|
-
r: string;
|
|
3919
|
-
s: string;
|
|
3920
|
-
} | null;
|
|
3921
3721
|
payload: {
|
|
3922
3722
|
data: string;
|
|
3923
3723
|
to: string;
|
|
@@ -3977,13 +3777,6 @@ export declare const zCreateOrderResponse: z.ZodObject<{
|
|
|
3977
3777
|
partnerId: string | null;
|
|
3978
3778
|
oneClickBuyUrl: string | null;
|
|
3979
3779
|
stripePaymentIntentId: string | null;
|
|
3980
|
-
permit: {
|
|
3981
|
-
ownerAddress: string;
|
|
3982
|
-
deadline: number;
|
|
3983
|
-
v: number;
|
|
3984
|
-
r: string;
|
|
3985
|
-
s: string;
|
|
3986
|
-
} | null;
|
|
3987
3780
|
payload: {
|
|
3988
3781
|
expectedDstAmount: string;
|
|
3989
3782
|
actualDstAmount: string | null;
|
|
@@ -4050,13 +3843,6 @@ export declare const zCreateOrderResponse: z.ZodObject<{
|
|
|
4050
3843
|
partnerId: string | null;
|
|
4051
3844
|
oneClickBuyUrl: string | null;
|
|
4052
3845
|
stripePaymentIntentId: string | null;
|
|
4053
|
-
permit: {
|
|
4054
|
-
ownerAddress: string;
|
|
4055
|
-
deadline: number;
|
|
4056
|
-
v: number;
|
|
4057
|
-
r: string;
|
|
4058
|
-
s: string;
|
|
4059
|
-
} | null;
|
|
4060
3846
|
payload: {
|
|
4061
3847
|
contractAddress: string;
|
|
4062
3848
|
tokenId: number | null;
|
|
@@ -4117,13 +3903,6 @@ export declare const zCreateOrderResponse: z.ZodObject<{
|
|
|
4117
3903
|
partnerId: string | null;
|
|
4118
3904
|
oneClickBuyUrl: string | null;
|
|
4119
3905
|
stripePaymentIntentId: string | null;
|
|
4120
|
-
permit: {
|
|
4121
|
-
ownerAddress: string;
|
|
4122
|
-
deadline: number;
|
|
4123
|
-
v: number;
|
|
4124
|
-
r: string;
|
|
4125
|
-
s: string;
|
|
4126
|
-
} | null;
|
|
4127
3906
|
payload: {
|
|
4128
3907
|
contractAddress: string;
|
|
4129
3908
|
entryPrice: string;
|
|
@@ -4182,13 +3961,6 @@ export declare const zCreateOrderResponse: z.ZodObject<{
|
|
|
4182
3961
|
partnerId: string | null;
|
|
4183
3962
|
oneClickBuyUrl: string | null;
|
|
4184
3963
|
stripePaymentIntentId: string | null;
|
|
4185
|
-
permit: {
|
|
4186
|
-
ownerAddress: string;
|
|
4187
|
-
deadline: number;
|
|
4188
|
-
v: number;
|
|
4189
|
-
r: string;
|
|
4190
|
-
s: string;
|
|
4191
|
-
} | null;
|
|
4192
3964
|
payload: {
|
|
4193
3965
|
contractAddress: string;
|
|
4194
3966
|
fundAmount: string;
|
|
@@ -4242,13 +4014,6 @@ export declare const zCreateOrderResponse: z.ZodObject<{
|
|
|
4242
4014
|
partnerId: string | null;
|
|
4243
4015
|
oneClickBuyUrl: string | null;
|
|
4244
4016
|
stripePaymentIntentId: string | null;
|
|
4245
|
-
permit: {
|
|
4246
|
-
ownerAddress: string;
|
|
4247
|
-
deadline: number;
|
|
4248
|
-
v: number;
|
|
4249
|
-
r: string;
|
|
4250
|
-
s: string;
|
|
4251
|
-
} | null;
|
|
4252
4017
|
payload: {
|
|
4253
4018
|
data: string;
|
|
4254
4019
|
to: string;
|