@b3dotfun/sdk 0.0.4-alpha.0 → 0.0.4-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (25) hide show
  1. package/dist/cjs/anyspend/react/hooks/useAnyspendOrderAndTransactions.d.ts +10 -0
  2. package/dist/cjs/anyspend/react/hooks/useAnyspendOrderHistory.d.ts +10 -0
  3. package/dist/cjs/anyspend/services/anyspend.d.ts +5 -0
  4. package/dist/cjs/anyspend/types/order.d.ts +18 -0
  5. package/dist/cjs/anyspend/types/order.js +1 -0
  6. package/dist/cjs/anyspend/types/req-res/createOrder.d.ts +25 -0
  7. package/dist/cjs/anyspend/types/req-res/getOrderAndTransactions.d.ts +35 -0
  8. package/dist/cjs/anyspend/types/req-res/getOrderHistory.d.ts +25 -0
  9. package/dist/esm/anyspend/react/hooks/useAnyspendOrderAndTransactions.d.ts +10 -0
  10. package/dist/esm/anyspend/react/hooks/useAnyspendOrderHistory.d.ts +10 -0
  11. package/dist/esm/anyspend/services/anyspend.d.ts +5 -0
  12. package/dist/esm/anyspend/types/order.d.ts +18 -0
  13. package/dist/esm/anyspend/types/order.js +1 -0
  14. package/dist/esm/anyspend/types/req-res/createOrder.d.ts +25 -0
  15. package/dist/esm/anyspend/types/req-res/getOrderAndTransactions.d.ts +35 -0
  16. package/dist/esm/anyspend/types/req-res/getOrderHistory.d.ts +25 -0
  17. package/dist/types/anyspend/react/hooks/useAnyspendOrderAndTransactions.d.ts +10 -0
  18. package/dist/types/anyspend/react/hooks/useAnyspendOrderHistory.d.ts +10 -0
  19. package/dist/types/anyspend/services/anyspend.d.ts +5 -0
  20. package/dist/types/anyspend/types/order.d.ts +18 -0
  21. package/dist/types/anyspend/types/req-res/createOrder.d.ts +25 -0
  22. package/dist/types/anyspend/types/req-res/getOrderAndTransactions.d.ts +35 -0
  23. package/dist/types/anyspend/types/req-res/getOrderHistory.d.ts +25 -0
  24. package/package.json +1 -1
  25. package/src/anyspend/types/order.ts +1 -0
@@ -46,6 +46,7 @@ export declare function useAnyspendOrderAndTransactions(isMainnet: boolean, orde
46
46
  ipAddress?: string | undefined;
47
47
  } | null;
48
48
  creatorAddress: string | null;
49
+ partnerId: string | null;
49
50
  oneClickBuyUrl: string | null;
50
51
  stripePaymentIntentId: string | null;
51
52
  permit: {
@@ -117,6 +118,7 @@ export declare function useAnyspendOrderAndTransactions(isMainnet: boolean, orde
117
118
  ipAddress?: string | undefined;
118
119
  } | null;
119
120
  creatorAddress: string | null;
121
+ partnerId: string | null;
120
122
  oneClickBuyUrl: string | null;
121
123
  stripePaymentIntentId: string | null;
122
124
  permit: {
@@ -180,6 +182,7 @@ export declare function useAnyspendOrderAndTransactions(isMainnet: boolean, orde
180
182
  ipAddress?: string | undefined;
181
183
  } | null;
182
184
  creatorAddress: string | null;
185
+ partnerId: string | null;
183
186
  oneClickBuyUrl: string | null;
184
187
  stripePaymentIntentId: string | null;
185
188
  permit: {
@@ -243,6 +246,7 @@ export declare function useAnyspendOrderAndTransactions(isMainnet: boolean, orde
243
246
  ipAddress?: string | undefined;
244
247
  } | null;
245
248
  creatorAddress: string | null;
249
+ partnerId: string | null;
246
250
  oneClickBuyUrl: string | null;
247
251
  stripePaymentIntentId: string | null;
248
252
  permit: {
@@ -301,6 +305,7 @@ export declare function useAnyspendOrderAndTransactions(isMainnet: boolean, orde
301
305
  ipAddress?: string | undefined;
302
306
  } | null;
303
307
  creatorAddress: string | null;
308
+ partnerId: string | null;
304
309
  oneClickBuyUrl: string | null;
305
310
  stripePaymentIntentId: string | null;
306
311
  permit: {
@@ -399,6 +404,7 @@ export declare function useAnyspendOrderAndTransactions(isMainnet: boolean, orde
399
404
  ipAddress?: string | undefined;
400
405
  } | null;
401
406
  creatorAddress: string | null;
407
+ partnerId: string | null;
402
408
  oneClickBuyUrl: string | null;
403
409
  stripePaymentIntentId: string | null;
404
410
  permit: {
@@ -470,6 +476,7 @@ export declare function useAnyspendOrderAndTransactions(isMainnet: boolean, orde
470
476
  ipAddress?: string | undefined;
471
477
  } | null;
472
478
  creatorAddress: string | null;
479
+ partnerId: string | null;
473
480
  oneClickBuyUrl: string | null;
474
481
  stripePaymentIntentId: string | null;
475
482
  permit: {
@@ -533,6 +540,7 @@ export declare function useAnyspendOrderAndTransactions(isMainnet: boolean, orde
533
540
  ipAddress?: string | undefined;
534
541
  } | null;
535
542
  creatorAddress: string | null;
543
+ partnerId: string | null;
536
544
  oneClickBuyUrl: string | null;
537
545
  stripePaymentIntentId: string | null;
538
546
  permit: {
@@ -596,6 +604,7 @@ export declare function useAnyspendOrderAndTransactions(isMainnet: boolean, orde
596
604
  ipAddress?: string | undefined;
597
605
  } | null;
598
606
  creatorAddress: string | null;
607
+ partnerId: string | null;
599
608
  oneClickBuyUrl: string | null;
600
609
  stripePaymentIntentId: string | null;
601
610
  permit: {
@@ -654,6 +663,7 @@ export declare function useAnyspendOrderAndTransactions(isMainnet: boolean, orde
654
663
  ipAddress?: string | undefined;
655
664
  } | null;
656
665
  creatorAddress: string | null;
666
+ partnerId: string | null;
657
667
  oneClickBuyUrl: string | null;
658
668
  stripePaymentIntentId: string | null;
659
669
  permit: {
@@ -43,6 +43,7 @@ export declare function useAnyspendOrderHistory(isMainnet: boolean, creatorAddre
43
43
  ipAddress?: string | undefined;
44
44
  } | null;
45
45
  creatorAddress: string | null;
46
+ partnerId: string | null;
46
47
  oneClickBuyUrl: string | null;
47
48
  stripePaymentIntentId: string | null;
48
49
  permit: {
@@ -114,6 +115,7 @@ export declare function useAnyspendOrderHistory(isMainnet: boolean, creatorAddre
114
115
  ipAddress?: string | undefined;
115
116
  } | null;
116
117
  creatorAddress: string | null;
118
+ partnerId: string | null;
117
119
  oneClickBuyUrl: string | null;
118
120
  stripePaymentIntentId: string | null;
119
121
  permit: {
@@ -177,6 +179,7 @@ export declare function useAnyspendOrderHistory(isMainnet: boolean, creatorAddre
177
179
  ipAddress?: string | undefined;
178
180
  } | null;
179
181
  creatorAddress: string | null;
182
+ partnerId: string | null;
180
183
  oneClickBuyUrl: string | null;
181
184
  stripePaymentIntentId: string | null;
182
185
  permit: {
@@ -240,6 +243,7 @@ export declare function useAnyspendOrderHistory(isMainnet: boolean, creatorAddre
240
243
  ipAddress?: string | undefined;
241
244
  } | null;
242
245
  creatorAddress: string | null;
246
+ partnerId: string | null;
243
247
  oneClickBuyUrl: string | null;
244
248
  stripePaymentIntentId: string | null;
245
249
  permit: {
@@ -298,6 +302,7 @@ export declare function useAnyspendOrderHistory(isMainnet: boolean, creatorAddre
298
302
  ipAddress?: string | undefined;
299
303
  } | null;
300
304
  creatorAddress: string | null;
305
+ partnerId: string | null;
301
306
  oneClickBuyUrl: string | null;
302
307
  stripePaymentIntentId: string | null;
303
308
  permit: {
@@ -360,6 +365,7 @@ export declare function useAnyspendOrderHistory(isMainnet: boolean, creatorAddre
360
365
  ipAddress?: string | undefined;
361
366
  } | null;
362
367
  creatorAddress: string | null;
368
+ partnerId: string | null;
363
369
  oneClickBuyUrl: string | null;
364
370
  stripePaymentIntentId: string | null;
365
371
  permit: {
@@ -431,6 +437,7 @@ export declare function useAnyspendOrderHistory(isMainnet: boolean, creatorAddre
431
437
  ipAddress?: string | undefined;
432
438
  } | null;
433
439
  creatorAddress: string | null;
440
+ partnerId: string | null;
434
441
  oneClickBuyUrl: string | null;
435
442
  stripePaymentIntentId: string | null;
436
443
  permit: {
@@ -494,6 +501,7 @@ export declare function useAnyspendOrderHistory(isMainnet: boolean, creatorAddre
494
501
  ipAddress?: string | undefined;
495
502
  } | null;
496
503
  creatorAddress: string | null;
504
+ partnerId: string | null;
497
505
  oneClickBuyUrl: string | null;
498
506
  stripePaymentIntentId: string | null;
499
507
  permit: {
@@ -557,6 +565,7 @@ export declare function useAnyspendOrderHistory(isMainnet: boolean, creatorAddre
557
565
  ipAddress?: string | undefined;
558
566
  } | null;
559
567
  creatorAddress: string | null;
568
+ partnerId: string | null;
560
569
  oneClickBuyUrl: string | null;
561
570
  stripePaymentIntentId: string | null;
562
571
  permit: {
@@ -615,6 +624,7 @@ export declare function useAnyspendOrderHistory(isMainnet: boolean, creatorAddre
615
624
  ipAddress?: string | undefined;
616
625
  } | null;
617
626
  creatorAddress: string | null;
627
+ partnerId: string | null;
618
628
  oneClickBuyUrl: string | null;
619
629
  stripePaymentIntentId: string | null;
620
630
  permit: {
@@ -65,6 +65,7 @@ export declare const anyspendService: {
65
65
  ipAddress?: string | undefined;
66
66
  } | null;
67
67
  creatorAddress: string | null;
68
+ partnerId: string | null;
68
69
  oneClickBuyUrl: string | null;
69
70
  stripePaymentIntentId: string | null;
70
71
  permit: {
@@ -136,6 +137,7 @@ export declare const anyspendService: {
136
137
  ipAddress?: string | undefined;
137
138
  } | null;
138
139
  creatorAddress: string | null;
140
+ partnerId: string | null;
139
141
  oneClickBuyUrl: string | null;
140
142
  stripePaymentIntentId: string | null;
141
143
  permit: {
@@ -199,6 +201,7 @@ export declare const anyspendService: {
199
201
  ipAddress?: string | undefined;
200
202
  } | null;
201
203
  creatorAddress: string | null;
204
+ partnerId: string | null;
202
205
  oneClickBuyUrl: string | null;
203
206
  stripePaymentIntentId: string | null;
204
207
  permit: {
@@ -262,6 +265,7 @@ export declare const anyspendService: {
262
265
  ipAddress?: string | undefined;
263
266
  } | null;
264
267
  creatorAddress: string | null;
268
+ partnerId: string | null;
265
269
  oneClickBuyUrl: string | null;
266
270
  stripePaymentIntentId: string | null;
267
271
  permit: {
@@ -320,6 +324,7 @@ export declare const anyspendService: {
320
324
  ipAddress?: string | undefined;
321
325
  } | null;
322
326
  creatorAddress: string | null;
327
+ partnerId: string | null;
323
328
  oneClickBuyUrl: string | null;
324
329
  stripePaymentIntentId: string | null;
325
330
  permit: {
@@ -52,6 +52,7 @@ export declare const zBaseOrder: z.ZodObject<{
52
52
  ipAddress?: string | undefined;
53
53
  }>>;
54
54
  creatorAddress: z.ZodNullable<z.ZodString>;
55
+ partnerId: z.ZodNullable<z.ZodString>;
55
56
  oneClickBuyUrl: z.ZodNullable<z.ZodString>;
56
57
  stripePaymentIntentId: z.ZodNullable<z.ZodString>;
57
58
  permit: z.ZodNullable<z.ZodObject<{
@@ -94,6 +95,7 @@ export declare const zBaseOrder: z.ZodObject<{
94
95
  ipAddress?: string | undefined;
95
96
  } | null;
96
97
  creatorAddress: string | null;
98
+ partnerId: string | null;
97
99
  oneClickBuyUrl: string | null;
98
100
  stripePaymentIntentId: string | null;
99
101
  permit: {
@@ -124,6 +126,7 @@ export declare const zBaseOrder: z.ZodObject<{
124
126
  ipAddress?: string | undefined;
125
127
  } | null;
126
128
  creatorAddress: string | null;
129
+ partnerId: string | null;
127
130
  oneClickBuyUrl: string | null;
128
131
  stripePaymentIntentId: string | null;
129
132
  permit: {
@@ -167,6 +170,7 @@ export declare const zOrder: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
167
170
  ipAddress?: string | undefined;
168
171
  }>>;
169
172
  creatorAddress: z.ZodNullable<z.ZodString>;
173
+ partnerId: z.ZodNullable<z.ZodString>;
170
174
  oneClickBuyUrl: z.ZodNullable<z.ZodString>;
171
175
  stripePaymentIntentId: z.ZodNullable<z.ZodString>;
172
176
  permit: z.ZodNullable<z.ZodObject<{
@@ -352,6 +356,7 @@ export declare const zOrder: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
352
356
  ipAddress?: string | undefined;
353
357
  } | null;
354
358
  creatorAddress: string | null;
359
+ partnerId: string | null;
355
360
  oneClickBuyUrl: string | null;
356
361
  stripePaymentIntentId: string | null;
357
362
  permit: {
@@ -409,6 +414,7 @@ export declare const zOrder: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
409
414
  ipAddress?: string | undefined;
410
415
  } | null;
411
416
  creatorAddress: string | null;
417
+ partnerId: string | null;
412
418
  oneClickBuyUrl: string | null;
413
419
  stripePaymentIntentId: string | null;
414
420
  permit: {
@@ -455,6 +461,7 @@ export declare const zOrder: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
455
461
  ipAddress?: string | undefined;
456
462
  }>>;
457
463
  creatorAddress: z.ZodNullable<z.ZodString>;
464
+ partnerId: z.ZodNullable<z.ZodString>;
458
465
  oneClickBuyUrl: z.ZodNullable<z.ZodString>;
459
466
  stripePaymentIntentId: z.ZodNullable<z.ZodString>;
460
467
  permit: z.ZodNullable<z.ZodObject<{
@@ -724,6 +731,7 @@ export declare const zOrder: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
724
731
  ipAddress?: string | undefined;
725
732
  } | null;
726
733
  creatorAddress: string | null;
734
+ partnerId: string | null;
727
735
  oneClickBuyUrl: string | null;
728
736
  stripePaymentIntentId: string | null;
729
737
  permit: {
@@ -795,6 +803,7 @@ export declare const zOrder: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
795
803
  ipAddress?: string | undefined;
796
804
  } | null;
797
805
  creatorAddress: string | null;
806
+ partnerId: string | null;
798
807
  oneClickBuyUrl: string | null;
799
808
  stripePaymentIntentId: string | null;
800
809
  permit: {
@@ -841,6 +850,7 @@ export declare const zOrder: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
841
850
  ipAddress?: string | undefined;
842
851
  }>>;
843
852
  creatorAddress: z.ZodNullable<z.ZodString>;
853
+ partnerId: z.ZodNullable<z.ZodString>;
844
854
  oneClickBuyUrl: z.ZodNullable<z.ZodString>;
845
855
  stripePaymentIntentId: z.ZodNullable<z.ZodString>;
846
856
  permit: z.ZodNullable<z.ZodObject<{
@@ -1060,6 +1070,7 @@ export declare const zOrder: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1060
1070
  ipAddress?: string | undefined;
1061
1071
  } | null;
1062
1072
  creatorAddress: string | null;
1073
+ partnerId: string | null;
1063
1074
  oneClickBuyUrl: string | null;
1064
1075
  stripePaymentIntentId: string | null;
1065
1076
  permit: {
@@ -1123,6 +1134,7 @@ export declare const zOrder: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1123
1134
  ipAddress?: string | undefined;
1124
1135
  } | null;
1125
1136
  creatorAddress: string | null;
1137
+ partnerId: string | null;
1126
1138
  oneClickBuyUrl: string | null;
1127
1139
  stripePaymentIntentId: string | null;
1128
1140
  permit: {
@@ -1169,6 +1181,7 @@ export declare const zOrder: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1169
1181
  ipAddress?: string | undefined;
1170
1182
  }>>;
1171
1183
  creatorAddress: z.ZodNullable<z.ZodString>;
1184
+ partnerId: z.ZodNullable<z.ZodString>;
1172
1185
  oneClickBuyUrl: z.ZodNullable<z.ZodString>;
1173
1186
  stripePaymentIntentId: z.ZodNullable<z.ZodString>;
1174
1187
  permit: z.ZodNullable<z.ZodObject<{
@@ -1388,6 +1401,7 @@ export declare const zOrder: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1388
1401
  ipAddress?: string | undefined;
1389
1402
  } | null;
1390
1403
  creatorAddress: string | null;
1404
+ partnerId: string | null;
1391
1405
  oneClickBuyUrl: string | null;
1392
1406
  stripePaymentIntentId: string | null;
1393
1407
  permit: {
@@ -1451,6 +1465,7 @@ export declare const zOrder: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1451
1465
  ipAddress?: string | undefined;
1452
1466
  } | null;
1453
1467
  creatorAddress: string | null;
1468
+ partnerId: string | null;
1454
1469
  oneClickBuyUrl: string | null;
1455
1470
  stripePaymentIntentId: string | null;
1456
1471
  permit: {
@@ -1497,6 +1512,7 @@ export declare const zOrder: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1497
1512
  ipAddress?: string | undefined;
1498
1513
  }>>;
1499
1514
  creatorAddress: z.ZodNullable<z.ZodString>;
1515
+ partnerId: z.ZodNullable<z.ZodString>;
1500
1516
  oneClickBuyUrl: z.ZodNullable<z.ZodString>;
1501
1517
  stripePaymentIntentId: z.ZodNullable<z.ZodString>;
1502
1518
  permit: z.ZodNullable<z.ZodObject<{
@@ -1692,6 +1708,7 @@ export declare const zOrder: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1692
1708
  ipAddress?: string | undefined;
1693
1709
  } | null;
1694
1710
  creatorAddress: string | null;
1711
+ partnerId: string | null;
1695
1712
  oneClickBuyUrl: string | null;
1696
1713
  stripePaymentIntentId: string | null;
1697
1714
  permit: {
@@ -1752,6 +1769,7 @@ export declare const zOrder: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1752
1769
  ipAddress?: string | undefined;
1753
1770
  } | null;
1754
1771
  creatorAddress: string | null;
1772
+ partnerId: string | null;
1755
1773
  oneClickBuyUrl: string | null;
1756
1774
  stripePaymentIntentId: string | null;
1757
1775
  permit: {
@@ -52,6 +52,7 @@ exports.zBaseOrder = zod_1.z.object({
52
52
  expiredAt: zod_1.z.number(),
53
53
  onrampMetadata: onramp_1.zOnrampMetadata.nullable(),
54
54
  creatorAddress: zod_1.z.string().nullable(),
55
+ partnerId: zod_1.z.string().nullable(),
55
56
  oneClickBuyUrl: zod_1.z.string().nullable(),
56
57
  stripePaymentIntentId: zod_1.z.string().nullable(),
57
58
  permit: permit_1.zPermit.nullable()
@@ -1870,6 +1870,7 @@ export declare const zCreateOrderResponse: z.ZodObject<{
1870
1870
  ipAddress?: string | undefined;
1871
1871
  }>>;
1872
1872
  creatorAddress: z.ZodNullable<z.ZodString>;
1873
+ partnerId: z.ZodNullable<z.ZodString>;
1873
1874
  oneClickBuyUrl: z.ZodNullable<z.ZodString>;
1874
1875
  stripePaymentIntentId: z.ZodNullable<z.ZodString>;
1875
1876
  permit: z.ZodNullable<z.ZodObject<{
@@ -2055,6 +2056,7 @@ export declare const zCreateOrderResponse: z.ZodObject<{
2055
2056
  ipAddress?: string | undefined;
2056
2057
  } | null;
2057
2058
  creatorAddress: string | null;
2059
+ partnerId: string | null;
2058
2060
  oneClickBuyUrl: string | null;
2059
2061
  stripePaymentIntentId: string | null;
2060
2062
  permit: {
@@ -2112,6 +2114,7 @@ export declare const zCreateOrderResponse: z.ZodObject<{
2112
2114
  ipAddress?: string | undefined;
2113
2115
  } | null;
2114
2116
  creatorAddress: string | null;
2117
+ partnerId: string | null;
2115
2118
  oneClickBuyUrl: string | null;
2116
2119
  stripePaymentIntentId: string | null;
2117
2120
  permit: {
@@ -2158,6 +2161,7 @@ export declare const zCreateOrderResponse: z.ZodObject<{
2158
2161
  ipAddress?: string | undefined;
2159
2162
  }>>;
2160
2163
  creatorAddress: z.ZodNullable<z.ZodString>;
2164
+ partnerId: z.ZodNullable<z.ZodString>;
2161
2165
  oneClickBuyUrl: z.ZodNullable<z.ZodString>;
2162
2166
  stripePaymentIntentId: z.ZodNullable<z.ZodString>;
2163
2167
  permit: z.ZodNullable<z.ZodObject<{
@@ -2427,6 +2431,7 @@ export declare const zCreateOrderResponse: z.ZodObject<{
2427
2431
  ipAddress?: string | undefined;
2428
2432
  } | null;
2429
2433
  creatorAddress: string | null;
2434
+ partnerId: string | null;
2430
2435
  oneClickBuyUrl: string | null;
2431
2436
  stripePaymentIntentId: string | null;
2432
2437
  permit: {
@@ -2498,6 +2503,7 @@ export declare const zCreateOrderResponse: z.ZodObject<{
2498
2503
  ipAddress?: string | undefined;
2499
2504
  } | null;
2500
2505
  creatorAddress: string | null;
2506
+ partnerId: string | null;
2501
2507
  oneClickBuyUrl: string | null;
2502
2508
  stripePaymentIntentId: string | null;
2503
2509
  permit: {
@@ -2544,6 +2550,7 @@ export declare const zCreateOrderResponse: z.ZodObject<{
2544
2550
  ipAddress?: string | undefined;
2545
2551
  }>>;
2546
2552
  creatorAddress: z.ZodNullable<z.ZodString>;
2553
+ partnerId: z.ZodNullable<z.ZodString>;
2547
2554
  oneClickBuyUrl: z.ZodNullable<z.ZodString>;
2548
2555
  stripePaymentIntentId: z.ZodNullable<z.ZodString>;
2549
2556
  permit: z.ZodNullable<z.ZodObject<{
@@ -2763,6 +2770,7 @@ export declare const zCreateOrderResponse: z.ZodObject<{
2763
2770
  ipAddress?: string | undefined;
2764
2771
  } | null;
2765
2772
  creatorAddress: string | null;
2773
+ partnerId: string | null;
2766
2774
  oneClickBuyUrl: string | null;
2767
2775
  stripePaymentIntentId: string | null;
2768
2776
  permit: {
@@ -2826,6 +2834,7 @@ export declare const zCreateOrderResponse: z.ZodObject<{
2826
2834
  ipAddress?: string | undefined;
2827
2835
  } | null;
2828
2836
  creatorAddress: string | null;
2837
+ partnerId: string | null;
2829
2838
  oneClickBuyUrl: string | null;
2830
2839
  stripePaymentIntentId: string | null;
2831
2840
  permit: {
@@ -2872,6 +2881,7 @@ export declare const zCreateOrderResponse: z.ZodObject<{
2872
2881
  ipAddress?: string | undefined;
2873
2882
  }>>;
2874
2883
  creatorAddress: z.ZodNullable<z.ZodString>;
2884
+ partnerId: z.ZodNullable<z.ZodString>;
2875
2885
  oneClickBuyUrl: z.ZodNullable<z.ZodString>;
2876
2886
  stripePaymentIntentId: z.ZodNullable<z.ZodString>;
2877
2887
  permit: z.ZodNullable<z.ZodObject<{
@@ -3091,6 +3101,7 @@ export declare const zCreateOrderResponse: z.ZodObject<{
3091
3101
  ipAddress?: string | undefined;
3092
3102
  } | null;
3093
3103
  creatorAddress: string | null;
3104
+ partnerId: string | null;
3094
3105
  oneClickBuyUrl: string | null;
3095
3106
  stripePaymentIntentId: string | null;
3096
3107
  permit: {
@@ -3154,6 +3165,7 @@ export declare const zCreateOrderResponse: z.ZodObject<{
3154
3165
  ipAddress?: string | undefined;
3155
3166
  } | null;
3156
3167
  creatorAddress: string | null;
3168
+ partnerId: string | null;
3157
3169
  oneClickBuyUrl: string | null;
3158
3170
  stripePaymentIntentId: string | null;
3159
3171
  permit: {
@@ -3200,6 +3212,7 @@ export declare const zCreateOrderResponse: z.ZodObject<{
3200
3212
  ipAddress?: string | undefined;
3201
3213
  }>>;
3202
3214
  creatorAddress: z.ZodNullable<z.ZodString>;
3215
+ partnerId: z.ZodNullable<z.ZodString>;
3203
3216
  oneClickBuyUrl: z.ZodNullable<z.ZodString>;
3204
3217
  stripePaymentIntentId: z.ZodNullable<z.ZodString>;
3205
3218
  permit: z.ZodNullable<z.ZodObject<{
@@ -3395,6 +3408,7 @@ export declare const zCreateOrderResponse: z.ZodObject<{
3395
3408
  ipAddress?: string | undefined;
3396
3409
  } | null;
3397
3410
  creatorAddress: string | null;
3411
+ partnerId: string | null;
3398
3412
  oneClickBuyUrl: string | null;
3399
3413
  stripePaymentIntentId: string | null;
3400
3414
  permit: {
@@ -3455,6 +3469,7 @@ export declare const zCreateOrderResponse: z.ZodObject<{
3455
3469
  ipAddress?: string | undefined;
3456
3470
  } | null;
3457
3471
  creatorAddress: string | null;
3472
+ partnerId: string | null;
3458
3473
  oneClickBuyUrl: string | null;
3459
3474
  stripePaymentIntentId: string | null;
3460
3475
  permit: {
@@ -3518,6 +3533,7 @@ export declare const zCreateOrderResponse: z.ZodObject<{
3518
3533
  ipAddress?: string | undefined;
3519
3534
  } | null;
3520
3535
  creatorAddress: string | null;
3536
+ partnerId: string | null;
3521
3537
  oneClickBuyUrl: string | null;
3522
3538
  stripePaymentIntentId: string | null;
3523
3539
  permit: {
@@ -3589,6 +3605,7 @@ export declare const zCreateOrderResponse: z.ZodObject<{
3589
3605
  ipAddress?: string | undefined;
3590
3606
  } | null;
3591
3607
  creatorAddress: string | null;
3608
+ partnerId: string | null;
3592
3609
  oneClickBuyUrl: string | null;
3593
3610
  stripePaymentIntentId: string | null;
3594
3611
  permit: {
@@ -3652,6 +3669,7 @@ export declare const zCreateOrderResponse: z.ZodObject<{
3652
3669
  ipAddress?: string | undefined;
3653
3670
  } | null;
3654
3671
  creatorAddress: string | null;
3672
+ partnerId: string | null;
3655
3673
  oneClickBuyUrl: string | null;
3656
3674
  stripePaymentIntentId: string | null;
3657
3675
  permit: {
@@ -3715,6 +3733,7 @@ export declare const zCreateOrderResponse: z.ZodObject<{
3715
3733
  ipAddress?: string | undefined;
3716
3734
  } | null;
3717
3735
  creatorAddress: string | null;
3736
+ partnerId: string | null;
3718
3737
  oneClickBuyUrl: string | null;
3719
3738
  stripePaymentIntentId: string | null;
3720
3739
  permit: {
@@ -3773,6 +3792,7 @@ export declare const zCreateOrderResponse: z.ZodObject<{
3773
3792
  ipAddress?: string | undefined;
3774
3793
  } | null;
3775
3794
  creatorAddress: string | null;
3795
+ partnerId: string | null;
3776
3796
  oneClickBuyUrl: string | null;
3777
3797
  stripePaymentIntentId: string | null;
3778
3798
  permit: {
@@ -3837,6 +3857,7 @@ export declare const zCreateOrderResponse: z.ZodObject<{
3837
3857
  ipAddress?: string | undefined;
3838
3858
  } | null;
3839
3859
  creatorAddress: string | null;
3860
+ partnerId: string | null;
3840
3861
  oneClickBuyUrl: string | null;
3841
3862
  stripePaymentIntentId: string | null;
3842
3863
  permit: {
@@ -3908,6 +3929,7 @@ export declare const zCreateOrderResponse: z.ZodObject<{
3908
3929
  ipAddress?: string | undefined;
3909
3930
  } | null;
3910
3931
  creatorAddress: string | null;
3932
+ partnerId: string | null;
3911
3933
  oneClickBuyUrl: string | null;
3912
3934
  stripePaymentIntentId: string | null;
3913
3935
  permit: {
@@ -3971,6 +3993,7 @@ export declare const zCreateOrderResponse: z.ZodObject<{
3971
3993
  ipAddress?: string | undefined;
3972
3994
  } | null;
3973
3995
  creatorAddress: string | null;
3996
+ partnerId: string | null;
3974
3997
  oneClickBuyUrl: string | null;
3975
3998
  stripePaymentIntentId: string | null;
3976
3999
  permit: {
@@ -4034,6 +4057,7 @@ export declare const zCreateOrderResponse: z.ZodObject<{
4034
4057
  ipAddress?: string | undefined;
4035
4058
  } | null;
4036
4059
  creatorAddress: string | null;
4060
+ partnerId: string | null;
4037
4061
  oneClickBuyUrl: string | null;
4038
4062
  stripePaymentIntentId: string | null;
4039
4063
  permit: {
@@ -4092,6 +4116,7 @@ export declare const zCreateOrderResponse: z.ZodObject<{
4092
4116
  ipAddress?: string | undefined;
4093
4117
  } | null;
4094
4118
  creatorAddress: string | null;
4119
+ partnerId: string | null;
4095
4120
  oneClickBuyUrl: string | null;
4096
4121
  stripePaymentIntentId: string | null;
4097
4122
  permit: {