@hypercerts-org/marketplace-sdk 0.0.7 → 0.0.9

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.
@@ -0,0 +1,767 @@
1
+ import { Maker, QuoteType } from "../types";
2
+ import { Database as HypercertsDatabase } from "./hypercerts-database-types";
3
+ export declare const supabaseHypercerts: import("@supabase/supabase-js").SupabaseClient<HypercertsDatabase, "public", {
4
+ Tables: {
5
+ allowlistCache: {
6
+ Row: {
7
+ address: string | null;
8
+ claimId: string | null;
9
+ created_at: string | null;
10
+ fractionCounter: number | null;
11
+ hidden: boolean;
12
+ id: number;
13
+ };
14
+ Insert: {
15
+ address?: string | null | undefined;
16
+ claimId?: string | null | undefined;
17
+ created_at?: string | null | undefined;
18
+ fractionCounter?: number | null | undefined;
19
+ hidden?: boolean | undefined;
20
+ id?: number | undefined;
21
+ };
22
+ Update: {
23
+ address?: string | null | undefined;
24
+ claimId?: string | null | undefined;
25
+ created_at?: string | null | undefined;
26
+ fractionCounter?: number | null | undefined;
27
+ hidden?: boolean | undefined;
28
+ id?: number | undefined;
29
+ };
30
+ Relationships: [];
31
+ };
32
+ "allowlistCache-chainId": {
33
+ Row: {
34
+ address: string | null;
35
+ chainId: number;
36
+ claimId: string | null;
37
+ created_at: string | null;
38
+ fractionCounter: number | null;
39
+ hidden: boolean;
40
+ id: number;
41
+ };
42
+ Insert: {
43
+ address?: string | null | undefined;
44
+ chainId: number;
45
+ claimId?: string | null | undefined;
46
+ created_at?: string | null | undefined;
47
+ fractionCounter?: number | null | undefined;
48
+ hidden?: boolean | undefined;
49
+ id?: number | undefined;
50
+ };
51
+ Update: {
52
+ address?: string | null | undefined;
53
+ chainId?: number | undefined;
54
+ claimId?: string | null | undefined;
55
+ created_at?: string | null | undefined;
56
+ fractionCounter?: number | null | undefined;
57
+ hidden?: boolean | undefined;
58
+ id?: number | undefined;
59
+ };
60
+ Relationships: [];
61
+ };
62
+ "allowlistCache-goerli": {
63
+ Row: {
64
+ address: string | null;
65
+ claimId: string | null;
66
+ created_at: string | null;
67
+ fractionCounter: number | null;
68
+ hidden: boolean;
69
+ id: number;
70
+ };
71
+ Insert: {
72
+ address?: string | null | undefined;
73
+ claimId?: string | null | undefined;
74
+ created_at?: string | null | undefined;
75
+ fractionCounter?: number | null | undefined;
76
+ hidden?: boolean | undefined;
77
+ id?: number | undefined;
78
+ };
79
+ Update: {
80
+ address?: string | null | undefined;
81
+ claimId?: string | null | undefined;
82
+ created_at?: string | null | undefined;
83
+ fractionCounter?: number | null | undefined;
84
+ hidden?: boolean | undefined;
85
+ id?: number | undefined;
86
+ };
87
+ Relationships: [];
88
+ };
89
+ "allowlistCache-optimism": {
90
+ Row: {
91
+ address: string | null;
92
+ claimId: string | null;
93
+ created_at: string | null;
94
+ fractionCounter: number | null;
95
+ hidden: boolean;
96
+ id: number;
97
+ };
98
+ Insert: {
99
+ address?: string | null | undefined;
100
+ claimId?: string | null | undefined;
101
+ created_at?: string | null | undefined;
102
+ fractionCounter?: number | null | undefined;
103
+ hidden?: boolean | undefined;
104
+ id?: number | undefined;
105
+ };
106
+ Update: {
107
+ address?: string | null | undefined;
108
+ claimId?: string | null | undefined;
109
+ created_at?: string | null | undefined;
110
+ fractionCounter?: number | null | undefined;
111
+ hidden?: boolean | undefined;
112
+ id?: number | undefined;
113
+ };
114
+ Relationships: [];
115
+ };
116
+ "allowlistCache-sepolia": {
117
+ Row: {
118
+ address: string | null;
119
+ claimId: string | null;
120
+ created_at: string | null;
121
+ fractionCounter: number | null;
122
+ hidden: boolean;
123
+ id: number;
124
+ };
125
+ Insert: {
126
+ address?: string | null | undefined;
127
+ claimId?: string | null | undefined;
128
+ created_at?: string | null | undefined;
129
+ fractionCounter?: number | null | undefined;
130
+ hidden?: boolean | undefined;
131
+ id?: number | undefined;
132
+ };
133
+ Update: {
134
+ address?: string | null | undefined;
135
+ claimId?: string | null | undefined;
136
+ created_at?: string | null | undefined;
137
+ fractionCounter?: number | null | undefined;
138
+ hidden?: boolean | undefined;
139
+ id?: number | undefined;
140
+ };
141
+ Relationships: [];
142
+ };
143
+ "claim-blueprints-optimism": {
144
+ Row: {
145
+ created_at: string;
146
+ form_values: string;
147
+ id: string;
148
+ minter_address: string;
149
+ registry_id: string;
150
+ };
151
+ Insert: {
152
+ created_at?: string | undefined;
153
+ form_values: string;
154
+ id?: string | undefined;
155
+ minter_address: string;
156
+ registry_id: string;
157
+ };
158
+ Update: {
159
+ created_at?: string | undefined;
160
+ form_values?: string | undefined;
161
+ id?: string | undefined;
162
+ minter_address?: string | undefined;
163
+ registry_id?: string | undefined;
164
+ };
165
+ Relationships: [{
166
+ foreignKeyName: "claim-blueprints-optimism_registry_id_fkey";
167
+ columns: ["registry_id"];
168
+ isOneToOne: false;
169
+ referencedRelation: "registries-optimism";
170
+ referencedColumns: ["id"];
171
+ }];
172
+ };
173
+ "claims-metadata-mapping": {
174
+ Row: {
175
+ chainId: number | null;
176
+ claimId: string;
177
+ collectionName: string | null;
178
+ collision: string | null;
179
+ createdAt: number | null;
180
+ creatorAddress: string | null;
181
+ date: string | null;
182
+ featured: boolean | null;
183
+ hidden: boolean;
184
+ hypercert: import("./hypercerts-database-types").Json;
185
+ id: number;
186
+ properties: import("./hypercerts-database-types").Json;
187
+ title: string | null;
188
+ totalPrice: number | null;
189
+ totalUnits: number | null;
190
+ };
191
+ Insert: {
192
+ chainId?: number | null | undefined;
193
+ claimId: string;
194
+ collectionName?: string | null | undefined;
195
+ collision?: string | null | undefined;
196
+ createdAt?: number | null | undefined;
197
+ creatorAddress?: string | null | undefined;
198
+ date?: string | null | undefined;
199
+ featured?: boolean | null | undefined;
200
+ hidden?: boolean | undefined;
201
+ hypercert?: import("./hypercerts-database-types").Json | undefined;
202
+ id?: number | undefined;
203
+ properties?: import("./hypercerts-database-types").Json | undefined;
204
+ title?: string | null | undefined;
205
+ totalPrice?: number | null | undefined;
206
+ totalUnits?: number | null | undefined;
207
+ };
208
+ Update: {
209
+ chainId?: number | null | undefined;
210
+ claimId?: string | undefined;
211
+ collectionName?: string | null | undefined;
212
+ collision?: string | null | undefined;
213
+ createdAt?: number | null | undefined;
214
+ creatorAddress?: string | null | undefined;
215
+ date?: string | null | undefined;
216
+ featured?: boolean | null | undefined;
217
+ hidden?: boolean | undefined;
218
+ hypercert?: import("./hypercerts-database-types").Json | undefined;
219
+ id?: number | undefined;
220
+ properties?: import("./hypercerts-database-types").Json | undefined;
221
+ title?: string | null | undefined;
222
+ totalPrice?: number | null | undefined;
223
+ totalUnits?: number | null | undefined;
224
+ };
225
+ Relationships: [];
226
+ };
227
+ collections: {
228
+ Row: {
229
+ chainId: number | null;
230
+ claimId: string | null;
231
+ collectionName: string | null;
232
+ created_at: string | null;
233
+ featured: boolean | null;
234
+ id: number;
235
+ };
236
+ Insert: {
237
+ chainId?: number | null | undefined;
238
+ claimId?: string | null | undefined;
239
+ collectionName?: string | null | undefined;
240
+ created_at?: string | null | undefined;
241
+ featured?: boolean | null | undefined;
242
+ id?: number | undefined;
243
+ };
244
+ Update: {
245
+ chainId?: number | null | undefined;
246
+ claimId?: string | null | undefined;
247
+ collectionName?: string | null | undefined;
248
+ created_at?: string | null | undefined;
249
+ featured?: boolean | null | undefined;
250
+ id?: number | undefined;
251
+ };
252
+ Relationships: [];
253
+ };
254
+ "ftc-purchase": {
255
+ Row: {
256
+ address: string;
257
+ ethValue: number;
258
+ id: number;
259
+ textForSponsor: string | null;
260
+ timestamp: string;
261
+ values: import("./hypercerts-database-types").Json;
262
+ };
263
+ Insert: {
264
+ address: string;
265
+ ethValue: number;
266
+ id?: number | undefined;
267
+ textForSponsor?: string | null | undefined;
268
+ timestamp?: string | undefined;
269
+ values: import("./hypercerts-database-types").Json;
270
+ };
271
+ Update: {
272
+ address?: string | undefined;
273
+ ethValue?: number | undefined;
274
+ id?: number | undefined;
275
+ textForSponsor?: string | null | undefined;
276
+ timestamp?: string | undefined;
277
+ values?: import("./hypercerts-database-types").Json | undefined;
278
+ };
279
+ Relationships: [];
280
+ };
281
+ "gtc-alpha-allowlist": {
282
+ Row: {
283
+ address: string | null;
284
+ id: number;
285
+ project: string | null;
286
+ units: number | null;
287
+ };
288
+ Insert: {
289
+ address?: string | null | undefined;
290
+ id: number;
291
+ project?: string | null | undefined;
292
+ units?: number | null | undefined;
293
+ };
294
+ Update: {
295
+ address?: string | null | undefined;
296
+ id?: number | undefined;
297
+ project?: string | null | undefined;
298
+ units?: number | null | undefined;
299
+ };
300
+ Relationships: [];
301
+ };
302
+ "hidden-hypercerts": {
303
+ Row: {
304
+ chainId: number | null;
305
+ claimId: string | null;
306
+ entry_created_at: string;
307
+ hidden: boolean;
308
+ id: number;
309
+ };
310
+ Insert: {
311
+ chainId?: number | null | undefined;
312
+ claimId?: string | null | undefined;
313
+ entry_created_at?: string | undefined;
314
+ hidden?: boolean | undefined;
315
+ id?: number | undefined;
316
+ };
317
+ Update: {
318
+ chainId?: number | null | undefined;
319
+ claimId?: string | null | undefined;
320
+ entry_created_at?: string | undefined;
321
+ hidden?: boolean | undefined;
322
+ id?: number | undefined;
323
+ };
324
+ Relationships: [];
325
+ };
326
+ "hyperboard-claims": {
327
+ Row: {
328
+ created_at: string;
329
+ hypercert_id: string;
330
+ id: string;
331
+ registry_id: string;
332
+ };
333
+ Insert: {
334
+ created_at?: string | undefined;
335
+ hypercert_id: string;
336
+ id?: string | undefined;
337
+ registry_id: string;
338
+ };
339
+ Update: {
340
+ created_at?: string | undefined;
341
+ hypercert_id?: string | undefined;
342
+ id?: string | undefined;
343
+ registry_id?: string | undefined;
344
+ };
345
+ Relationships: [{
346
+ foreignKeyName: "hyperboard-claims_registry_id_fkey";
347
+ columns: ["registry_id"];
348
+ isOneToOne: false;
349
+ referencedRelation: "registries-optimism";
350
+ referencedColumns: ["id"];
351
+ }];
352
+ };
353
+ "hyperboard-sponsor-metadata": {
354
+ Row: {
355
+ address: string;
356
+ companyName: string | null;
357
+ created_at: string;
358
+ firstName: string | null;
359
+ id: string;
360
+ image: string;
361
+ lastName: string | null;
362
+ type: string;
363
+ };
364
+ Insert: {
365
+ address: string;
366
+ companyName?: string | null | undefined;
367
+ created_at?: string | undefined;
368
+ firstName?: string | null | undefined;
369
+ id?: string | undefined;
370
+ image: string;
371
+ lastName?: string | null | undefined;
372
+ type: string;
373
+ };
374
+ Update: {
375
+ address?: string | undefined;
376
+ companyName?: string | null | undefined;
377
+ created_at?: string | undefined;
378
+ firstName?: string | null | undefined;
379
+ id?: string | undefined;
380
+ image?: string | undefined;
381
+ lastName?: string | null | undefined;
382
+ type?: string | undefined;
383
+ };
384
+ Relationships: [];
385
+ };
386
+ "hypercert-projects": {
387
+ Row: {
388
+ date_to_order: string | null;
389
+ description: string | null;
390
+ hidden: boolean;
391
+ id: number;
392
+ link: string | null;
393
+ link_display_text: string | null;
394
+ name: string | null;
395
+ organization: string | null;
396
+ stage: string | null;
397
+ time_created: string | null;
398
+ type: string | null;
399
+ visible_date: string | null;
400
+ };
401
+ Insert: {
402
+ date_to_order?: string | null | undefined;
403
+ description?: string | null | undefined;
404
+ hidden?: boolean | undefined;
405
+ id?: number | undefined;
406
+ link?: string | null | undefined;
407
+ link_display_text?: string | null | undefined;
408
+ name?: string | null | undefined;
409
+ organization?: string | null | undefined;
410
+ stage?: string | null | undefined;
411
+ time_created?: string | null | undefined;
412
+ type?: string | null | undefined;
413
+ visible_date?: string | null | undefined;
414
+ };
415
+ Update: {
416
+ date_to_order?: string | null | undefined;
417
+ description?: string | null | undefined;
418
+ hidden?: boolean | undefined;
419
+ id?: number | undefined;
420
+ link?: string | null | undefined;
421
+ link_display_text?: string | null | undefined;
422
+ name?: string | null | undefined;
423
+ organization?: string | null | undefined;
424
+ stage?: string | null | undefined;
425
+ time_created?: string | null | undefined;
426
+ type?: string | null | undefined;
427
+ visible_date?: string | null | undefined;
428
+ };
429
+ Relationships: [];
430
+ };
431
+ "hypercerts-store": {
432
+ Row: {
433
+ chainId: number | null;
434
+ claimId: string | null;
435
+ collectionName: string | null;
436
+ created_at: string;
437
+ hidden: boolean;
438
+ id: number;
439
+ maxPurchase: number;
440
+ };
441
+ Insert: {
442
+ chainId?: number | null | undefined;
443
+ claimId?: string | null | undefined;
444
+ collectionName?: string | null | undefined;
445
+ created_at?: string | undefined;
446
+ hidden?: boolean | undefined;
447
+ id?: number | undefined;
448
+ maxPurchase?: number | undefined;
449
+ };
450
+ Update: {
451
+ chainId?: number | null | undefined;
452
+ claimId?: string | null | undefined;
453
+ collectionName?: string | null | undefined;
454
+ created_at?: string | undefined;
455
+ hidden?: boolean | undefined;
456
+ id?: number | undefined;
457
+ maxPurchase?: number | undefined;
458
+ };
459
+ Relationships: [];
460
+ };
461
+ "marketplace-order-nonces": {
462
+ Row: {
463
+ address: string;
464
+ chain_id: number;
465
+ created_at: string;
466
+ nonce_counter: number;
467
+ };
468
+ Insert: {
469
+ address: string;
470
+ chain_id: number;
471
+ created_at?: string | undefined;
472
+ nonce_counter?: number | undefined;
473
+ };
474
+ Update: {
475
+ address?: string | undefined;
476
+ chain_id?: number | undefined;
477
+ created_at?: string | undefined;
478
+ nonce_counter?: number | undefined;
479
+ };
480
+ Relationships: [];
481
+ };
482
+ "marketplace-orders": {
483
+ Row: {
484
+ additionalParameters: string;
485
+ amounts: number[];
486
+ chainId: number;
487
+ collection: string;
488
+ collectionType: number;
489
+ createdAt: string;
490
+ currency: string;
491
+ endTime: number;
492
+ globalNonce: string;
493
+ id: string;
494
+ itemIds: string[];
495
+ orderNonce: string;
496
+ price: string;
497
+ quoteType: number;
498
+ signature: string;
499
+ signer: string;
500
+ startTime: number;
501
+ strategyId: number;
502
+ subsetNonce: number;
503
+ };
504
+ Insert: {
505
+ additionalParameters: string;
506
+ amounts: number[];
507
+ chainId: number;
508
+ collection: string;
509
+ collectionType: number;
510
+ createdAt?: string | undefined;
511
+ currency: string;
512
+ endTime: number;
513
+ globalNonce: string;
514
+ id?: string | undefined;
515
+ itemIds: string[];
516
+ orderNonce: string;
517
+ price: string;
518
+ quoteType: number;
519
+ signature: string;
520
+ signer: string;
521
+ startTime: number;
522
+ strategyId: number;
523
+ subsetNonce: number;
524
+ };
525
+ Update: {
526
+ additionalParameters?: string | undefined;
527
+ amounts?: number[] | undefined;
528
+ chainId?: number | undefined;
529
+ collection?: string | undefined;
530
+ collectionType?: number | undefined;
531
+ createdAt?: string | undefined;
532
+ currency?: string | undefined;
533
+ endTime?: number | undefined;
534
+ globalNonce?: string | undefined;
535
+ id?: string | undefined;
536
+ itemIds?: string[] | undefined;
537
+ orderNonce?: string | undefined;
538
+ price?: string | undefined;
539
+ quoteType?: number | undefined;
540
+ signature?: string | undefined;
541
+ signer?: string | undefined;
542
+ startTime?: number | undefined;
543
+ strategyId?: number | undefined;
544
+ subsetNonce?: number | undefined;
545
+ };
546
+ Relationships: [];
547
+ };
548
+ "registries-optimism": {
549
+ Row: {
550
+ admin_id: string;
551
+ created_at: string;
552
+ description: string;
553
+ hidden: boolean;
554
+ id: string;
555
+ name: string;
556
+ };
557
+ Insert: {
558
+ admin_id: string;
559
+ created_at?: string | undefined;
560
+ description: string;
561
+ hidden?: boolean | undefined;
562
+ id?: string | undefined;
563
+ name: string;
564
+ };
565
+ Update: {
566
+ admin_id?: string | undefined;
567
+ created_at?: string | undefined;
568
+ description?: string | undefined;
569
+ hidden?: boolean | undefined;
570
+ id?: string | undefined;
571
+ name?: string | undefined;
572
+ };
573
+ Relationships: [];
574
+ };
575
+ "zuconnect-funders": {
576
+ Row: {
577
+ budget: number | null;
578
+ created_at: string;
579
+ fid: string | null;
580
+ id: number;
581
+ };
582
+ Insert: {
583
+ budget?: number | null | undefined;
584
+ created_at?: string | undefined;
585
+ fid?: string | null | undefined;
586
+ id?: number | undefined;
587
+ };
588
+ Update: {
589
+ budget?: number | null | undefined;
590
+ created_at?: string | undefined;
591
+ fid?: string | null | undefined;
592
+ id?: number | undefined;
593
+ };
594
+ Relationships: [];
595
+ };
596
+ "zuzalu-community-hypercerts": {
597
+ Row: {
598
+ chainId: number | null;
599
+ claimId: string;
600
+ collectionName: string | null;
601
+ collision: string | null;
602
+ createdAt: number | null;
603
+ creatorAddress: string | null;
604
+ date: string | null;
605
+ featured: boolean | null;
606
+ hidden: boolean;
607
+ hypercert: import("./hypercerts-database-types").Json;
608
+ id: number;
609
+ properties: import("./hypercerts-database-types").Json;
610
+ title: string | null;
611
+ totalUnits: number | null;
612
+ };
613
+ Insert: {
614
+ chainId?: number | null | undefined;
615
+ claimId: string;
616
+ collectionName?: string | null | undefined;
617
+ collision?: string | null | undefined;
618
+ createdAt?: number | null | undefined;
619
+ creatorAddress?: string | null | undefined;
620
+ date?: string | null | undefined;
621
+ featured?: boolean | null | undefined;
622
+ hidden?: boolean | undefined;
623
+ hypercert?: import("./hypercerts-database-types").Json | undefined;
624
+ id?: number | undefined;
625
+ properties?: import("./hypercerts-database-types").Json | undefined;
626
+ title?: string | null | undefined;
627
+ totalUnits?: number | null | undefined;
628
+ };
629
+ Update: {
630
+ chainId?: number | null | undefined;
631
+ claimId?: string | undefined;
632
+ collectionName?: string | null | undefined;
633
+ collision?: string | null | undefined;
634
+ createdAt?: number | null | undefined;
635
+ creatorAddress?: string | null | undefined;
636
+ date?: string | null | undefined;
637
+ featured?: boolean | null | undefined;
638
+ hidden?: boolean | undefined;
639
+ hypercert?: import("./hypercerts-database-types").Json | undefined;
640
+ id?: number | undefined;
641
+ properties?: import("./hypercerts-database-types").Json | undefined;
642
+ title?: string | null | undefined;
643
+ totalUnits?: number | null | undefined;
644
+ };
645
+ Relationships: [];
646
+ };
647
+ "zuzalu-purchase": {
648
+ Row: {
649
+ address: string;
650
+ ethValue: number;
651
+ id: number;
652
+ textForSponsor: string | null;
653
+ timestamp: string;
654
+ values: import("./hypercerts-database-types").Json;
655
+ };
656
+ Insert: {
657
+ address: string;
658
+ ethValue: number;
659
+ id?: number | undefined;
660
+ textForSponsor?: string | null | undefined;
661
+ timestamp?: string | undefined;
662
+ values: import("./hypercerts-database-types").Json;
663
+ };
664
+ Update: {
665
+ address?: string | undefined;
666
+ ethValue?: number | undefined;
667
+ id?: number | undefined;
668
+ textForSponsor?: string | null | undefined;
669
+ timestamp?: string | undefined;
670
+ values?: import("./hypercerts-database-types").Json | undefined;
671
+ };
672
+ Relationships: [];
673
+ };
674
+ };
675
+ Views: {};
676
+ Functions: {
677
+ citext: {
678
+ Args: {
679
+ "": boolean;
680
+ };
681
+ Returns: string;
682
+ } | {
683
+ Args: {
684
+ "": string;
685
+ };
686
+ Returns: string;
687
+ } | {
688
+ Args: {
689
+ "": unknown;
690
+ };
691
+ Returns: string;
692
+ };
693
+ citext_hash: {
694
+ Args: {
695
+ "": string;
696
+ };
697
+ Returns: number;
698
+ };
699
+ citextin: {
700
+ Args: {
701
+ "": unknown;
702
+ };
703
+ Returns: string;
704
+ };
705
+ citextout: {
706
+ Args: {
707
+ "": string;
708
+ };
709
+ Returns: unknown;
710
+ };
711
+ citextrecv: {
712
+ Args: {
713
+ "": unknown;
714
+ };
715
+ Returns: string;
716
+ };
717
+ citextsend: {
718
+ Args: {
719
+ "": string;
720
+ };
721
+ Returns: string;
722
+ };
723
+ };
724
+ Enums: {};
725
+ CompositeTypes: {};
726
+ }>;
727
+ export declare const fetchOrderNonce: ({ address, chainId }: {
728
+ address: string;
729
+ chainId: number;
730
+ }) => Promise<{
731
+ nonce_counter: number;
732
+ address: string;
733
+ chain_id: number;
734
+ }>;
735
+ export declare const createOrder: ({ order, signer, signature, quoteType, chainId, }: {
736
+ order: Maker;
737
+ signer: string;
738
+ signature: string;
739
+ quoteType: QuoteType;
740
+ chainId: number;
741
+ }) => Promise<{
742
+ success: boolean;
743
+ }>;
744
+ export declare const fetchOrdersByHypercertId: ({ hypercertId, chainId }: {
745
+ hypercertId: string;
746
+ chainId: number;
747
+ }) => Promise<import("@supabase/supabase-js").PostgrestSingleResponse<{
748
+ additionalParameters: string;
749
+ amounts: number[];
750
+ chainId: number;
751
+ collection: string;
752
+ collectionType: number;
753
+ createdAt: string;
754
+ currency: string;
755
+ endTime: number;
756
+ globalNonce: string;
757
+ id: string;
758
+ itemIds: string[];
759
+ orderNonce: string;
760
+ price: string;
761
+ quoteType: number;
762
+ signature: string;
763
+ signer: string;
764
+ startTime: number;
765
+ strategyId: number;
766
+ subsetNonce: number;
767
+ }[]>>;