@longdotxyz/shared 0.0.145 → 0.0.146
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/contracts/activity.contract.d.ts +52 -52
- package/dist/contracts/asset.contract.d.ts +884 -152
- package/dist/contracts/asset.contract.js +15 -0
- package/dist/contracts/asset.contract.js.map +1 -1
- package/dist/contracts/auction-template.contract.d.ts +16 -16
- package/dist/contracts/builder.contract.d.ts +381 -381
- package/dist/contracts/community.contract.d.ts +10 -10
- package/dist/contracts/index.d.ts +1015 -433
- package/dist/contracts/sponsorship.contract.d.ts +14 -14
- package/dist/contracts/tokens.contract.d.ts +8 -8
- package/package.json +1 -1
|
@@ -366,13 +366,13 @@ declare const BuilderXDataSchema: z.ZodObject<{
|
|
|
366
366
|
like_count?: number | undefined;
|
|
367
367
|
}>>;
|
|
368
368
|
}, "strip", z.ZodTypeAny, {
|
|
369
|
-
name: string;
|
|
370
369
|
id: string;
|
|
370
|
+
name: string;
|
|
371
371
|
username: string;
|
|
372
372
|
verified: boolean;
|
|
373
373
|
protected: boolean;
|
|
374
|
-
verified_type?: string | undefined;
|
|
375
374
|
created_at?: string | undefined;
|
|
375
|
+
verified_type?: string | undefined;
|
|
376
376
|
profile_image_url?: string | undefined;
|
|
377
377
|
public_metrics?: {
|
|
378
378
|
followers_count: number;
|
|
@@ -382,13 +382,13 @@ declare const BuilderXDataSchema: z.ZodObject<{
|
|
|
382
382
|
like_count?: number | undefined;
|
|
383
383
|
} | undefined;
|
|
384
384
|
}, {
|
|
385
|
-
name: string;
|
|
386
385
|
id: string;
|
|
386
|
+
name: string;
|
|
387
387
|
username: string;
|
|
388
388
|
verified: boolean;
|
|
389
389
|
protected: boolean;
|
|
390
|
-
verified_type?: string | undefined;
|
|
391
390
|
created_at?: string | undefined;
|
|
391
|
+
verified_type?: string | undefined;
|
|
392
392
|
profile_image_url?: string | undefined;
|
|
393
393
|
public_metrics?: {
|
|
394
394
|
followers_count: number;
|
|
@@ -401,13 +401,13 @@ declare const BuilderXDataSchema: z.ZodObject<{
|
|
|
401
401
|
fetchedAt: z.ZodString;
|
|
402
402
|
}, "strip", z.ZodTypeAny, {
|
|
403
403
|
user: {
|
|
404
|
-
name: string;
|
|
405
404
|
id: string;
|
|
405
|
+
name: string;
|
|
406
406
|
username: string;
|
|
407
407
|
verified: boolean;
|
|
408
408
|
protected: boolean;
|
|
409
|
-
verified_type?: string | undefined;
|
|
410
409
|
created_at?: string | undefined;
|
|
410
|
+
verified_type?: string | undefined;
|
|
411
411
|
profile_image_url?: string | undefined;
|
|
412
412
|
public_metrics?: {
|
|
413
413
|
followers_count: number;
|
|
@@ -420,13 +420,13 @@ declare const BuilderXDataSchema: z.ZodObject<{
|
|
|
420
420
|
fetchedAt: string;
|
|
421
421
|
}, {
|
|
422
422
|
user: {
|
|
423
|
-
name: string;
|
|
424
423
|
id: string;
|
|
424
|
+
name: string;
|
|
425
425
|
username: string;
|
|
426
426
|
verified: boolean;
|
|
427
427
|
protected: boolean;
|
|
428
|
-
verified_type?: string | undefined;
|
|
429
428
|
created_at?: string | undefined;
|
|
429
|
+
verified_type?: string | undefined;
|
|
430
430
|
profile_image_url?: string | undefined;
|
|
431
431
|
public_metrics?: {
|
|
432
432
|
followers_count: number;
|
|
@@ -812,13 +812,13 @@ declare const BuilderSchema: z.ZodObject<{
|
|
|
812
812
|
like_count?: number | undefined;
|
|
813
813
|
}>>;
|
|
814
814
|
}, "strip", z.ZodTypeAny, {
|
|
815
|
-
name: string;
|
|
816
815
|
id: string;
|
|
816
|
+
name: string;
|
|
817
817
|
username: string;
|
|
818
818
|
verified: boolean;
|
|
819
819
|
protected: boolean;
|
|
820
|
-
verified_type?: string | undefined;
|
|
821
820
|
created_at?: string | undefined;
|
|
821
|
+
verified_type?: string | undefined;
|
|
822
822
|
profile_image_url?: string | undefined;
|
|
823
823
|
public_metrics?: {
|
|
824
824
|
followers_count: number;
|
|
@@ -828,13 +828,13 @@ declare const BuilderSchema: z.ZodObject<{
|
|
|
828
828
|
like_count?: number | undefined;
|
|
829
829
|
} | undefined;
|
|
830
830
|
}, {
|
|
831
|
-
name: string;
|
|
832
831
|
id: string;
|
|
832
|
+
name: string;
|
|
833
833
|
username: string;
|
|
834
834
|
verified: boolean;
|
|
835
835
|
protected: boolean;
|
|
836
|
-
verified_type?: string | undefined;
|
|
837
836
|
created_at?: string | undefined;
|
|
837
|
+
verified_type?: string | undefined;
|
|
838
838
|
profile_image_url?: string | undefined;
|
|
839
839
|
public_metrics?: {
|
|
840
840
|
followers_count: number;
|
|
@@ -847,13 +847,13 @@ declare const BuilderSchema: z.ZodObject<{
|
|
|
847
847
|
fetchedAt: z.ZodString;
|
|
848
848
|
}, "strip", z.ZodTypeAny, {
|
|
849
849
|
user: {
|
|
850
|
-
name: string;
|
|
851
850
|
id: string;
|
|
851
|
+
name: string;
|
|
852
852
|
username: string;
|
|
853
853
|
verified: boolean;
|
|
854
854
|
protected: boolean;
|
|
855
|
-
verified_type?: string | undefined;
|
|
856
855
|
created_at?: string | undefined;
|
|
856
|
+
verified_type?: string | undefined;
|
|
857
857
|
profile_image_url?: string | undefined;
|
|
858
858
|
public_metrics?: {
|
|
859
859
|
followers_count: number;
|
|
@@ -866,13 +866,13 @@ declare const BuilderSchema: z.ZodObject<{
|
|
|
866
866
|
fetchedAt: string;
|
|
867
867
|
}, {
|
|
868
868
|
user: {
|
|
869
|
-
name: string;
|
|
870
869
|
id: string;
|
|
870
|
+
name: string;
|
|
871
871
|
username: string;
|
|
872
872
|
verified: boolean;
|
|
873
873
|
protected: boolean;
|
|
874
|
-
verified_type?: string | undefined;
|
|
875
874
|
created_at?: string | undefined;
|
|
875
|
+
verified_type?: string | undefined;
|
|
876
876
|
profile_image_url?: string | undefined;
|
|
877
877
|
public_metrics?: {
|
|
878
878
|
followers_count: number;
|
|
@@ -947,13 +947,13 @@ declare const BuilderSchema: z.ZodObject<{
|
|
|
947
947
|
} | null;
|
|
948
948
|
x_data: {
|
|
949
949
|
user: {
|
|
950
|
-
name: string;
|
|
951
950
|
id: string;
|
|
951
|
+
name: string;
|
|
952
952
|
username: string;
|
|
953
953
|
verified: boolean;
|
|
954
954
|
protected: boolean;
|
|
955
|
-
verified_type?: string | undefined;
|
|
956
955
|
created_at?: string | undefined;
|
|
956
|
+
verified_type?: string | undefined;
|
|
957
957
|
profile_image_url?: string | undefined;
|
|
958
958
|
public_metrics?: {
|
|
959
959
|
followers_count: number;
|
|
@@ -1027,13 +1027,13 @@ declare const BuilderSchema: z.ZodObject<{
|
|
|
1027
1027
|
} | null;
|
|
1028
1028
|
x_data: {
|
|
1029
1029
|
user: {
|
|
1030
|
-
name: string;
|
|
1031
1030
|
id: string;
|
|
1031
|
+
name: string;
|
|
1032
1032
|
username: string;
|
|
1033
1033
|
verified: boolean;
|
|
1034
1034
|
protected: boolean;
|
|
1035
|
-
verified_type?: string | undefined;
|
|
1036
1035
|
created_at?: string | undefined;
|
|
1036
|
+
verified_type?: string | undefined;
|
|
1037
1037
|
profile_image_url?: string | undefined;
|
|
1038
1038
|
public_metrics?: {
|
|
1039
1039
|
followers_count: number;
|
|
@@ -1422,13 +1422,13 @@ declare const BuilderResponseSchema: z.ZodObject<{
|
|
|
1422
1422
|
like_count?: number | undefined;
|
|
1423
1423
|
}>>;
|
|
1424
1424
|
}, "strip", z.ZodTypeAny, {
|
|
1425
|
-
name: string;
|
|
1426
1425
|
id: string;
|
|
1426
|
+
name: string;
|
|
1427
1427
|
username: string;
|
|
1428
1428
|
verified: boolean;
|
|
1429
1429
|
protected: boolean;
|
|
1430
|
-
verified_type?: string | undefined;
|
|
1431
1430
|
created_at?: string | undefined;
|
|
1431
|
+
verified_type?: string | undefined;
|
|
1432
1432
|
profile_image_url?: string | undefined;
|
|
1433
1433
|
public_metrics?: {
|
|
1434
1434
|
followers_count: number;
|
|
@@ -1438,13 +1438,13 @@ declare const BuilderResponseSchema: z.ZodObject<{
|
|
|
1438
1438
|
like_count?: number | undefined;
|
|
1439
1439
|
} | undefined;
|
|
1440
1440
|
}, {
|
|
1441
|
-
name: string;
|
|
1442
1441
|
id: string;
|
|
1442
|
+
name: string;
|
|
1443
1443
|
username: string;
|
|
1444
1444
|
verified: boolean;
|
|
1445
1445
|
protected: boolean;
|
|
1446
|
-
verified_type?: string | undefined;
|
|
1447
1446
|
created_at?: string | undefined;
|
|
1447
|
+
verified_type?: string | undefined;
|
|
1448
1448
|
profile_image_url?: string | undefined;
|
|
1449
1449
|
public_metrics?: {
|
|
1450
1450
|
followers_count: number;
|
|
@@ -1457,13 +1457,13 @@ declare const BuilderResponseSchema: z.ZodObject<{
|
|
|
1457
1457
|
fetchedAt: z.ZodString;
|
|
1458
1458
|
}, "strip", z.ZodTypeAny, {
|
|
1459
1459
|
user: {
|
|
1460
|
-
name: string;
|
|
1461
1460
|
id: string;
|
|
1461
|
+
name: string;
|
|
1462
1462
|
username: string;
|
|
1463
1463
|
verified: boolean;
|
|
1464
1464
|
protected: boolean;
|
|
1465
|
-
verified_type?: string | undefined;
|
|
1466
1465
|
created_at?: string | undefined;
|
|
1466
|
+
verified_type?: string | undefined;
|
|
1467
1467
|
profile_image_url?: string | undefined;
|
|
1468
1468
|
public_metrics?: {
|
|
1469
1469
|
followers_count: number;
|
|
@@ -1476,13 +1476,13 @@ declare const BuilderResponseSchema: z.ZodObject<{
|
|
|
1476
1476
|
fetchedAt: string;
|
|
1477
1477
|
}, {
|
|
1478
1478
|
user: {
|
|
1479
|
-
name: string;
|
|
1480
1479
|
id: string;
|
|
1480
|
+
name: string;
|
|
1481
1481
|
username: string;
|
|
1482
1482
|
verified: boolean;
|
|
1483
1483
|
protected: boolean;
|
|
1484
|
-
verified_type?: string | undefined;
|
|
1485
1484
|
created_at?: string | undefined;
|
|
1485
|
+
verified_type?: string | undefined;
|
|
1486
1486
|
profile_image_url?: string | undefined;
|
|
1487
1487
|
public_metrics?: {
|
|
1488
1488
|
followers_count: number;
|
|
@@ -1557,13 +1557,13 @@ declare const BuilderResponseSchema: z.ZodObject<{
|
|
|
1557
1557
|
} | null;
|
|
1558
1558
|
x_data: {
|
|
1559
1559
|
user: {
|
|
1560
|
-
name: string;
|
|
1561
1560
|
id: string;
|
|
1561
|
+
name: string;
|
|
1562
1562
|
username: string;
|
|
1563
1563
|
verified: boolean;
|
|
1564
1564
|
protected: boolean;
|
|
1565
|
-
verified_type?: string | undefined;
|
|
1566
1565
|
created_at?: string | undefined;
|
|
1566
|
+
verified_type?: string | undefined;
|
|
1567
1567
|
profile_image_url?: string | undefined;
|
|
1568
1568
|
public_metrics?: {
|
|
1569
1569
|
followers_count: number;
|
|
@@ -1637,13 +1637,13 @@ declare const BuilderResponseSchema: z.ZodObject<{
|
|
|
1637
1637
|
} | null;
|
|
1638
1638
|
x_data: {
|
|
1639
1639
|
user: {
|
|
1640
|
-
name: string;
|
|
1641
1640
|
id: string;
|
|
1641
|
+
name: string;
|
|
1642
1642
|
username: string;
|
|
1643
1643
|
verified: boolean;
|
|
1644
1644
|
protected: boolean;
|
|
1645
|
-
verified_type?: string | undefined;
|
|
1646
1645
|
created_at?: string | undefined;
|
|
1646
|
+
verified_type?: string | undefined;
|
|
1647
1647
|
profile_image_url?: string | undefined;
|
|
1648
1648
|
public_metrics?: {
|
|
1649
1649
|
followers_count: number;
|
|
@@ -1719,13 +1719,13 @@ declare const BuilderResponseSchema: z.ZodObject<{
|
|
|
1719
1719
|
} | null;
|
|
1720
1720
|
x_data: {
|
|
1721
1721
|
user: {
|
|
1722
|
-
name: string;
|
|
1723
1722
|
id: string;
|
|
1723
|
+
name: string;
|
|
1724
1724
|
username: string;
|
|
1725
1725
|
verified: boolean;
|
|
1726
1726
|
protected: boolean;
|
|
1727
|
-
verified_type?: string | undefined;
|
|
1728
1727
|
created_at?: string | undefined;
|
|
1728
|
+
verified_type?: string | undefined;
|
|
1729
1729
|
profile_image_url?: string | undefined;
|
|
1730
1730
|
public_metrics?: {
|
|
1731
1731
|
followers_count: number;
|
|
@@ -1801,13 +1801,13 @@ declare const BuilderResponseSchema: z.ZodObject<{
|
|
|
1801
1801
|
} | null;
|
|
1802
1802
|
x_data: {
|
|
1803
1803
|
user: {
|
|
1804
|
-
name: string;
|
|
1805
1804
|
id: string;
|
|
1805
|
+
name: string;
|
|
1806
1806
|
username: string;
|
|
1807
1807
|
verified: boolean;
|
|
1808
1808
|
protected: boolean;
|
|
1809
|
-
verified_type?: string | undefined;
|
|
1810
1809
|
created_at?: string | undefined;
|
|
1810
|
+
verified_type?: string | undefined;
|
|
1811
1811
|
profile_image_url?: string | undefined;
|
|
1812
1812
|
public_metrics?: {
|
|
1813
1813
|
followers_count: number;
|
|
@@ -1833,25 +1833,25 @@ declare const CoinSchema: z.ZodObject<{
|
|
|
1833
1833
|
numeraire: z.ZodString;
|
|
1834
1834
|
created_at: z.ZodString;
|
|
1835
1835
|
}, "strip", z.ZodTypeAny, {
|
|
1836
|
-
token_name: string;
|
|
1837
|
-
token_symbol: string;
|
|
1838
1836
|
id: string;
|
|
1839
|
-
numeraire: string;
|
|
1840
|
-
token_uri: string;
|
|
1841
|
-
created_at: string;
|
|
1842
1837
|
contract_address: string;
|
|
1843
1838
|
transaction_hash: string;
|
|
1844
|
-
builder_wallet: string;
|
|
1845
|
-
}, {
|
|
1846
1839
|
token_name: string;
|
|
1847
1840
|
token_symbol: string;
|
|
1848
|
-
id: string;
|
|
1849
|
-
numeraire: string;
|
|
1850
1841
|
token_uri: string;
|
|
1842
|
+
builder_wallet: string;
|
|
1843
|
+
numeraire: string;
|
|
1851
1844
|
created_at: string;
|
|
1845
|
+
}, {
|
|
1846
|
+
id: string;
|
|
1852
1847
|
contract_address: string;
|
|
1853
1848
|
transaction_hash: string;
|
|
1849
|
+
token_name: string;
|
|
1850
|
+
token_symbol: string;
|
|
1851
|
+
token_uri: string;
|
|
1854
1852
|
builder_wallet: string;
|
|
1853
|
+
numeraire: string;
|
|
1854
|
+
created_at: string;
|
|
1855
1855
|
}>;
|
|
1856
1856
|
declare const BuilderProfileSchema: z.ZodObject<{
|
|
1857
1857
|
wallet_address: z.ZodNullable<z.ZodString>;
|
|
@@ -2225,13 +2225,13 @@ declare const BuilderProfileSchema: z.ZodObject<{
|
|
|
2225
2225
|
like_count?: number | undefined;
|
|
2226
2226
|
}>>;
|
|
2227
2227
|
}, "strip", z.ZodTypeAny, {
|
|
2228
|
-
name: string;
|
|
2229
2228
|
id: string;
|
|
2229
|
+
name: string;
|
|
2230
2230
|
username: string;
|
|
2231
2231
|
verified: boolean;
|
|
2232
2232
|
protected: boolean;
|
|
2233
|
-
verified_type?: string | undefined;
|
|
2234
2233
|
created_at?: string | undefined;
|
|
2234
|
+
verified_type?: string | undefined;
|
|
2235
2235
|
profile_image_url?: string | undefined;
|
|
2236
2236
|
public_metrics?: {
|
|
2237
2237
|
followers_count: number;
|
|
@@ -2241,13 +2241,13 @@ declare const BuilderProfileSchema: z.ZodObject<{
|
|
|
2241
2241
|
like_count?: number | undefined;
|
|
2242
2242
|
} | undefined;
|
|
2243
2243
|
}, {
|
|
2244
|
-
name: string;
|
|
2245
2244
|
id: string;
|
|
2245
|
+
name: string;
|
|
2246
2246
|
username: string;
|
|
2247
2247
|
verified: boolean;
|
|
2248
2248
|
protected: boolean;
|
|
2249
|
-
verified_type?: string | undefined;
|
|
2250
2249
|
created_at?: string | undefined;
|
|
2250
|
+
verified_type?: string | undefined;
|
|
2251
2251
|
profile_image_url?: string | undefined;
|
|
2252
2252
|
public_metrics?: {
|
|
2253
2253
|
followers_count: number;
|
|
@@ -2260,13 +2260,13 @@ declare const BuilderProfileSchema: z.ZodObject<{
|
|
|
2260
2260
|
fetchedAt: z.ZodString;
|
|
2261
2261
|
}, "strip", z.ZodTypeAny, {
|
|
2262
2262
|
user: {
|
|
2263
|
-
name: string;
|
|
2264
2263
|
id: string;
|
|
2264
|
+
name: string;
|
|
2265
2265
|
username: string;
|
|
2266
2266
|
verified: boolean;
|
|
2267
2267
|
protected: boolean;
|
|
2268
|
-
verified_type?: string | undefined;
|
|
2269
2268
|
created_at?: string | undefined;
|
|
2269
|
+
verified_type?: string | undefined;
|
|
2270
2270
|
profile_image_url?: string | undefined;
|
|
2271
2271
|
public_metrics?: {
|
|
2272
2272
|
followers_count: number;
|
|
@@ -2279,13 +2279,13 @@ declare const BuilderProfileSchema: z.ZodObject<{
|
|
|
2279
2279
|
fetchedAt: string;
|
|
2280
2280
|
}, {
|
|
2281
2281
|
user: {
|
|
2282
|
-
name: string;
|
|
2283
2282
|
id: string;
|
|
2283
|
+
name: string;
|
|
2284
2284
|
username: string;
|
|
2285
2285
|
verified: boolean;
|
|
2286
2286
|
protected: boolean;
|
|
2287
|
-
verified_type?: string | undefined;
|
|
2288
2287
|
created_at?: string | undefined;
|
|
2288
|
+
verified_type?: string | undefined;
|
|
2289
2289
|
profile_image_url?: string | undefined;
|
|
2290
2290
|
public_metrics?: {
|
|
2291
2291
|
followers_count: number;
|
|
@@ -2308,25 +2308,25 @@ declare const BuilderProfileSchema: z.ZodObject<{
|
|
|
2308
2308
|
numeraire: z.ZodString;
|
|
2309
2309
|
created_at: z.ZodString;
|
|
2310
2310
|
}, "strip", z.ZodTypeAny, {
|
|
2311
|
-
token_name: string;
|
|
2312
|
-
token_symbol: string;
|
|
2313
2311
|
id: string;
|
|
2314
|
-
numeraire: string;
|
|
2315
|
-
token_uri: string;
|
|
2316
|
-
created_at: string;
|
|
2317
2312
|
contract_address: string;
|
|
2318
2313
|
transaction_hash: string;
|
|
2319
|
-
builder_wallet: string;
|
|
2320
|
-
}, {
|
|
2321
2314
|
token_name: string;
|
|
2322
2315
|
token_symbol: string;
|
|
2323
|
-
id: string;
|
|
2324
|
-
numeraire: string;
|
|
2325
2316
|
token_uri: string;
|
|
2317
|
+
builder_wallet: string;
|
|
2318
|
+
numeraire: string;
|
|
2326
2319
|
created_at: string;
|
|
2320
|
+
}, {
|
|
2321
|
+
id: string;
|
|
2327
2322
|
contract_address: string;
|
|
2328
2323
|
transaction_hash: string;
|
|
2324
|
+
token_name: string;
|
|
2325
|
+
token_symbol: string;
|
|
2326
|
+
token_uri: string;
|
|
2329
2327
|
builder_wallet: string;
|
|
2328
|
+
numeraire: string;
|
|
2329
|
+
created_at: string;
|
|
2330
2330
|
}>>;
|
|
2331
2331
|
product_coins: z.ZodArray<z.ZodObject<{
|
|
2332
2332
|
id: z.ZodString;
|
|
@@ -2339,27 +2339,38 @@ declare const BuilderProfileSchema: z.ZodObject<{
|
|
|
2339
2339
|
numeraire: z.ZodString;
|
|
2340
2340
|
created_at: z.ZodString;
|
|
2341
2341
|
}, "strip", z.ZodTypeAny, {
|
|
2342
|
+
id: string;
|
|
2343
|
+
contract_address: string;
|
|
2344
|
+
transaction_hash: string;
|
|
2342
2345
|
token_name: string;
|
|
2343
2346
|
token_symbol: string;
|
|
2344
|
-
id: string;
|
|
2345
|
-
numeraire: string;
|
|
2346
2347
|
token_uri: string;
|
|
2348
|
+
builder_wallet: string;
|
|
2349
|
+
numeraire: string;
|
|
2347
2350
|
created_at: string;
|
|
2351
|
+
}, {
|
|
2352
|
+
id: string;
|
|
2348
2353
|
contract_address: string;
|
|
2349
2354
|
transaction_hash: string;
|
|
2350
|
-
builder_wallet: string;
|
|
2351
|
-
}, {
|
|
2352
2355
|
token_name: string;
|
|
2353
2356
|
token_symbol: string;
|
|
2354
|
-
id: string;
|
|
2355
|
-
numeraire: string;
|
|
2356
2357
|
token_uri: string;
|
|
2358
|
+
builder_wallet: string;
|
|
2359
|
+
numeraire: string;
|
|
2357
2360
|
created_at: string;
|
|
2361
|
+
}>, "many">;
|
|
2362
|
+
}, "strip", z.ZodTypeAny, {
|
|
2363
|
+
builder_coin: {
|
|
2364
|
+
id: string;
|
|
2358
2365
|
contract_address: string;
|
|
2359
2366
|
transaction_hash: string;
|
|
2367
|
+
token_name: string;
|
|
2368
|
+
token_symbol: string;
|
|
2369
|
+
token_uri: string;
|
|
2360
2370
|
builder_wallet: string;
|
|
2361
|
-
|
|
2362
|
-
|
|
2371
|
+
numeraire: string;
|
|
2372
|
+
created_at: string;
|
|
2373
|
+
} | null;
|
|
2363
2374
|
wallet_address: string | null;
|
|
2364
2375
|
github_username: string | null;
|
|
2365
2376
|
x_username: string | null;
|
|
@@ -2417,13 +2428,13 @@ declare const BuilderProfileSchema: z.ZodObject<{
|
|
|
2417
2428
|
} | null;
|
|
2418
2429
|
x_data: {
|
|
2419
2430
|
user: {
|
|
2420
|
-
name: string;
|
|
2421
2431
|
id: string;
|
|
2432
|
+
name: string;
|
|
2422
2433
|
username: string;
|
|
2423
2434
|
verified: boolean;
|
|
2424
2435
|
protected: boolean;
|
|
2425
|
-
verified_type?: string | undefined;
|
|
2426
2436
|
created_at?: string | undefined;
|
|
2437
|
+
verified_type?: string | undefined;
|
|
2427
2438
|
profile_image_url?: string | undefined;
|
|
2428
2439
|
public_metrics?: {
|
|
2429
2440
|
followers_count: number;
|
|
@@ -2435,29 +2446,29 @@ declare const BuilderProfileSchema: z.ZodObject<{
|
|
|
2435
2446
|
};
|
|
2436
2447
|
fetchedAt: string;
|
|
2437
2448
|
} | null;
|
|
2438
|
-
|
|
2439
|
-
token_name: string;
|
|
2440
|
-
token_symbol: string;
|
|
2449
|
+
product_coins: {
|
|
2441
2450
|
id: string;
|
|
2442
|
-
numeraire: string;
|
|
2443
|
-
token_uri: string;
|
|
2444
|
-
created_at: string;
|
|
2445
2451
|
contract_address: string;
|
|
2446
2452
|
transaction_hash: string;
|
|
2447
|
-
builder_wallet: string;
|
|
2448
|
-
} | null;
|
|
2449
|
-
product_coins: {
|
|
2450
2453
|
token_name: string;
|
|
2451
2454
|
token_symbol: string;
|
|
2452
|
-
id: string;
|
|
2453
|
-
numeraire: string;
|
|
2454
2455
|
token_uri: string;
|
|
2456
|
+
builder_wallet: string;
|
|
2457
|
+
numeraire: string;
|
|
2455
2458
|
created_at: string;
|
|
2459
|
+
}[];
|
|
2460
|
+
}, {
|
|
2461
|
+
builder_coin: {
|
|
2462
|
+
id: string;
|
|
2456
2463
|
contract_address: string;
|
|
2457
2464
|
transaction_hash: string;
|
|
2465
|
+
token_name: string;
|
|
2466
|
+
token_symbol: string;
|
|
2467
|
+
token_uri: string;
|
|
2458
2468
|
builder_wallet: string;
|
|
2459
|
-
|
|
2460
|
-
|
|
2469
|
+
numeraire: string;
|
|
2470
|
+
created_at: string;
|
|
2471
|
+
} | null;
|
|
2461
2472
|
wallet_address: string | null;
|
|
2462
2473
|
github_username: string | null;
|
|
2463
2474
|
x_username: string | null;
|
|
@@ -2515,13 +2526,13 @@ declare const BuilderProfileSchema: z.ZodObject<{
|
|
|
2515
2526
|
} | null;
|
|
2516
2527
|
x_data: {
|
|
2517
2528
|
user: {
|
|
2518
|
-
name: string;
|
|
2519
2529
|
id: string;
|
|
2530
|
+
name: string;
|
|
2520
2531
|
username: string;
|
|
2521
2532
|
verified: boolean;
|
|
2522
2533
|
protected: boolean;
|
|
2523
|
-
verified_type?: string | undefined;
|
|
2524
2534
|
created_at?: string | undefined;
|
|
2535
|
+
verified_type?: string | undefined;
|
|
2525
2536
|
profile_image_url?: string | undefined;
|
|
2526
2537
|
public_metrics?: {
|
|
2527
2538
|
followers_count: number;
|
|
@@ -2533,27 +2544,16 @@ declare const BuilderProfileSchema: z.ZodObject<{
|
|
|
2533
2544
|
};
|
|
2534
2545
|
fetchedAt: string;
|
|
2535
2546
|
} | null;
|
|
2536
|
-
|
|
2537
|
-
token_name: string;
|
|
2538
|
-
token_symbol: string;
|
|
2547
|
+
product_coins: {
|
|
2539
2548
|
id: string;
|
|
2540
|
-
numeraire: string;
|
|
2541
|
-
token_uri: string;
|
|
2542
|
-
created_at: string;
|
|
2543
2549
|
contract_address: string;
|
|
2544
2550
|
transaction_hash: string;
|
|
2545
|
-
builder_wallet: string;
|
|
2546
|
-
} | null;
|
|
2547
|
-
product_coins: {
|
|
2548
2551
|
token_name: string;
|
|
2549
2552
|
token_symbol: string;
|
|
2550
|
-
id: string;
|
|
2551
|
-
numeraire: string;
|
|
2552
2553
|
token_uri: string;
|
|
2553
|
-
created_at: string;
|
|
2554
|
-
contract_address: string;
|
|
2555
|
-
transaction_hash: string;
|
|
2556
2554
|
builder_wallet: string;
|
|
2555
|
+
numeraire: string;
|
|
2556
|
+
created_at: string;
|
|
2557
2557
|
}[];
|
|
2558
2558
|
}>;
|
|
2559
2559
|
declare const LaunchCoinInputSchema: z.ZodObject<{
|
|
@@ -2590,53 +2590,53 @@ declare const LaunchCoinResponseSchema: z.ZodObject<{
|
|
|
2590
2590
|
numeraire: z.ZodString;
|
|
2591
2591
|
created_at: z.ZodString;
|
|
2592
2592
|
}, "strip", z.ZodTypeAny, {
|
|
2593
|
-
token_name: string;
|
|
2594
|
-
token_symbol: string;
|
|
2595
2593
|
id: string;
|
|
2596
|
-
numeraire: string;
|
|
2597
|
-
token_uri: string;
|
|
2598
|
-
created_at: string;
|
|
2599
2594
|
contract_address: string;
|
|
2600
2595
|
transaction_hash: string;
|
|
2601
|
-
builder_wallet: string;
|
|
2602
|
-
}, {
|
|
2603
2596
|
token_name: string;
|
|
2604
2597
|
token_symbol: string;
|
|
2605
|
-
id: string;
|
|
2606
|
-
numeraire: string;
|
|
2607
2598
|
token_uri: string;
|
|
2599
|
+
builder_wallet: string;
|
|
2600
|
+
numeraire: string;
|
|
2608
2601
|
created_at: string;
|
|
2602
|
+
}, {
|
|
2603
|
+
id: string;
|
|
2609
2604
|
contract_address: string;
|
|
2610
2605
|
transaction_hash: string;
|
|
2606
|
+
token_name: string;
|
|
2607
|
+
token_symbol: string;
|
|
2608
|
+
token_uri: string;
|
|
2611
2609
|
builder_wallet: string;
|
|
2610
|
+
numeraire: string;
|
|
2611
|
+
created_at: string;
|
|
2612
2612
|
}>;
|
|
2613
2613
|
}, "strip", z.ZodTypeAny, {
|
|
2614
2614
|
contract_address: string;
|
|
2615
2615
|
transaction_hash: string;
|
|
2616
2616
|
coin: {
|
|
2617
|
-
token_name: string;
|
|
2618
|
-
token_symbol: string;
|
|
2619
2617
|
id: string;
|
|
2620
|
-
numeraire: string;
|
|
2621
|
-
token_uri: string;
|
|
2622
|
-
created_at: string;
|
|
2623
2618
|
contract_address: string;
|
|
2624
2619
|
transaction_hash: string;
|
|
2620
|
+
token_name: string;
|
|
2621
|
+
token_symbol: string;
|
|
2622
|
+
token_uri: string;
|
|
2625
2623
|
builder_wallet: string;
|
|
2624
|
+
numeraire: string;
|
|
2625
|
+
created_at: string;
|
|
2626
2626
|
};
|
|
2627
2627
|
}, {
|
|
2628
2628
|
contract_address: string;
|
|
2629
2629
|
transaction_hash: string;
|
|
2630
2630
|
coin: {
|
|
2631
|
-
token_name: string;
|
|
2632
|
-
token_symbol: string;
|
|
2633
2631
|
id: string;
|
|
2634
|
-
numeraire: string;
|
|
2635
|
-
token_uri: string;
|
|
2636
|
-
created_at: string;
|
|
2637
2632
|
contract_address: string;
|
|
2638
2633
|
transaction_hash: string;
|
|
2634
|
+
token_name: string;
|
|
2635
|
+
token_symbol: string;
|
|
2636
|
+
token_uri: string;
|
|
2639
2637
|
builder_wallet: string;
|
|
2638
|
+
numeraire: string;
|
|
2639
|
+
created_at: string;
|
|
2640
2640
|
};
|
|
2641
2641
|
}>;
|
|
2642
2642
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2644,15 +2644,15 @@ declare const LaunchCoinResponseSchema: z.ZodObject<{
|
|
|
2644
2644
|
contract_address: string;
|
|
2645
2645
|
transaction_hash: string;
|
|
2646
2646
|
coin: {
|
|
2647
|
-
token_name: string;
|
|
2648
|
-
token_symbol: string;
|
|
2649
2647
|
id: string;
|
|
2650
|
-
numeraire: string;
|
|
2651
|
-
token_uri: string;
|
|
2652
|
-
created_at: string;
|
|
2653
2648
|
contract_address: string;
|
|
2654
2649
|
transaction_hash: string;
|
|
2650
|
+
token_name: string;
|
|
2651
|
+
token_symbol: string;
|
|
2652
|
+
token_uri: string;
|
|
2655
2653
|
builder_wallet: string;
|
|
2654
|
+
numeraire: string;
|
|
2655
|
+
created_at: string;
|
|
2656
2656
|
};
|
|
2657
2657
|
};
|
|
2658
2658
|
}, {
|
|
@@ -2660,15 +2660,15 @@ declare const LaunchCoinResponseSchema: z.ZodObject<{
|
|
|
2660
2660
|
contract_address: string;
|
|
2661
2661
|
transaction_hash: string;
|
|
2662
2662
|
coin: {
|
|
2663
|
-
token_name: string;
|
|
2664
|
-
token_symbol: string;
|
|
2665
2663
|
id: string;
|
|
2666
|
-
numeraire: string;
|
|
2667
|
-
token_uri: string;
|
|
2668
|
-
created_at: string;
|
|
2669
2664
|
contract_address: string;
|
|
2670
2665
|
transaction_hash: string;
|
|
2671
|
-
|
|
2666
|
+
token_name: string;
|
|
2667
|
+
token_symbol: string;
|
|
2668
|
+
token_uri: string;
|
|
2669
|
+
builder_wallet: string;
|
|
2670
|
+
numeraire: string;
|
|
2671
|
+
created_at: string;
|
|
2672
2672
|
};
|
|
2673
2673
|
};
|
|
2674
2674
|
}>;
|
|
@@ -3048,13 +3048,13 @@ declare const builderContract: {
|
|
|
3048
3048
|
like_count?: number | undefined;
|
|
3049
3049
|
}>>;
|
|
3050
3050
|
}, "strip", z.ZodTypeAny, {
|
|
3051
|
-
name: string;
|
|
3052
3051
|
id: string;
|
|
3052
|
+
name: string;
|
|
3053
3053
|
username: string;
|
|
3054
3054
|
verified: boolean;
|
|
3055
3055
|
protected: boolean;
|
|
3056
|
-
verified_type?: string | undefined;
|
|
3057
3056
|
created_at?: string | undefined;
|
|
3057
|
+
verified_type?: string | undefined;
|
|
3058
3058
|
profile_image_url?: string | undefined;
|
|
3059
3059
|
public_metrics?: {
|
|
3060
3060
|
followers_count: number;
|
|
@@ -3064,13 +3064,13 @@ declare const builderContract: {
|
|
|
3064
3064
|
like_count?: number | undefined;
|
|
3065
3065
|
} | undefined;
|
|
3066
3066
|
}, {
|
|
3067
|
-
name: string;
|
|
3068
3067
|
id: string;
|
|
3068
|
+
name: string;
|
|
3069
3069
|
username: string;
|
|
3070
3070
|
verified: boolean;
|
|
3071
3071
|
protected: boolean;
|
|
3072
|
-
verified_type?: string | undefined;
|
|
3073
3072
|
created_at?: string | undefined;
|
|
3073
|
+
verified_type?: string | undefined;
|
|
3074
3074
|
profile_image_url?: string | undefined;
|
|
3075
3075
|
public_metrics?: {
|
|
3076
3076
|
followers_count: number;
|
|
@@ -3083,13 +3083,13 @@ declare const builderContract: {
|
|
|
3083
3083
|
fetchedAt: z.ZodString;
|
|
3084
3084
|
}, "strip", z.ZodTypeAny, {
|
|
3085
3085
|
user: {
|
|
3086
|
-
name: string;
|
|
3087
3086
|
id: string;
|
|
3087
|
+
name: string;
|
|
3088
3088
|
username: string;
|
|
3089
3089
|
verified: boolean;
|
|
3090
3090
|
protected: boolean;
|
|
3091
|
-
verified_type?: string | undefined;
|
|
3092
3091
|
created_at?: string | undefined;
|
|
3092
|
+
verified_type?: string | undefined;
|
|
3093
3093
|
profile_image_url?: string | undefined;
|
|
3094
3094
|
public_metrics?: {
|
|
3095
3095
|
followers_count: number;
|
|
@@ -3102,13 +3102,13 @@ declare const builderContract: {
|
|
|
3102
3102
|
fetchedAt: string;
|
|
3103
3103
|
}, {
|
|
3104
3104
|
user: {
|
|
3105
|
-
name: string;
|
|
3106
3105
|
id: string;
|
|
3106
|
+
name: string;
|
|
3107
3107
|
username: string;
|
|
3108
3108
|
verified: boolean;
|
|
3109
3109
|
protected: boolean;
|
|
3110
|
-
verified_type?: string | undefined;
|
|
3111
3110
|
created_at?: string | undefined;
|
|
3111
|
+
verified_type?: string | undefined;
|
|
3112
3112
|
profile_image_url?: string | undefined;
|
|
3113
3113
|
public_metrics?: {
|
|
3114
3114
|
followers_count: number;
|
|
@@ -3183,13 +3183,13 @@ declare const builderContract: {
|
|
|
3183
3183
|
} | null;
|
|
3184
3184
|
x_data: {
|
|
3185
3185
|
user: {
|
|
3186
|
-
name: string;
|
|
3187
3186
|
id: string;
|
|
3187
|
+
name: string;
|
|
3188
3188
|
username: string;
|
|
3189
3189
|
verified: boolean;
|
|
3190
3190
|
protected: boolean;
|
|
3191
|
-
verified_type?: string | undefined;
|
|
3192
3191
|
created_at?: string | undefined;
|
|
3192
|
+
verified_type?: string | undefined;
|
|
3193
3193
|
profile_image_url?: string | undefined;
|
|
3194
3194
|
public_metrics?: {
|
|
3195
3195
|
followers_count: number;
|
|
@@ -3263,13 +3263,13 @@ declare const builderContract: {
|
|
|
3263
3263
|
} | null;
|
|
3264
3264
|
x_data: {
|
|
3265
3265
|
user: {
|
|
3266
|
-
name: string;
|
|
3267
3266
|
id: string;
|
|
3267
|
+
name: string;
|
|
3268
3268
|
username: string;
|
|
3269
3269
|
verified: boolean;
|
|
3270
3270
|
protected: boolean;
|
|
3271
|
-
verified_type?: string | undefined;
|
|
3272
3271
|
created_at?: string | undefined;
|
|
3272
|
+
verified_type?: string | undefined;
|
|
3273
3273
|
profile_image_url?: string | undefined;
|
|
3274
3274
|
public_metrics?: {
|
|
3275
3275
|
followers_count: number;
|
|
@@ -3345,13 +3345,13 @@ declare const builderContract: {
|
|
|
3345
3345
|
} | null;
|
|
3346
3346
|
x_data: {
|
|
3347
3347
|
user: {
|
|
3348
|
-
name: string;
|
|
3349
3348
|
id: string;
|
|
3349
|
+
name: string;
|
|
3350
3350
|
username: string;
|
|
3351
3351
|
verified: boolean;
|
|
3352
3352
|
protected: boolean;
|
|
3353
|
-
verified_type?: string | undefined;
|
|
3354
3353
|
created_at?: string | undefined;
|
|
3354
|
+
verified_type?: string | undefined;
|
|
3355
3355
|
profile_image_url?: string | undefined;
|
|
3356
3356
|
public_metrics?: {
|
|
3357
3357
|
followers_count: number;
|
|
@@ -3427,13 +3427,13 @@ declare const builderContract: {
|
|
|
3427
3427
|
} | null;
|
|
3428
3428
|
x_data: {
|
|
3429
3429
|
user: {
|
|
3430
|
-
name: string;
|
|
3431
3430
|
id: string;
|
|
3431
|
+
name: string;
|
|
3432
3432
|
username: string;
|
|
3433
3433
|
verified: boolean;
|
|
3434
3434
|
protected: boolean;
|
|
3435
|
-
verified_type?: string | undefined;
|
|
3436
3435
|
created_at?: string | undefined;
|
|
3436
|
+
verified_type?: string | undefined;
|
|
3437
3437
|
profile_image_url?: string | undefined;
|
|
3438
3438
|
public_metrics?: {
|
|
3439
3439
|
followers_count: number;
|
|
@@ -3827,13 +3827,13 @@ declare const builderContract: {
|
|
|
3827
3827
|
like_count?: number | undefined;
|
|
3828
3828
|
}>>;
|
|
3829
3829
|
}, "strip", z.ZodTypeAny, {
|
|
3830
|
-
name: string;
|
|
3831
3830
|
id: string;
|
|
3831
|
+
name: string;
|
|
3832
3832
|
username: string;
|
|
3833
3833
|
verified: boolean;
|
|
3834
3834
|
protected: boolean;
|
|
3835
|
-
verified_type?: string | undefined;
|
|
3836
3835
|
created_at?: string | undefined;
|
|
3836
|
+
verified_type?: string | undefined;
|
|
3837
3837
|
profile_image_url?: string | undefined;
|
|
3838
3838
|
public_metrics?: {
|
|
3839
3839
|
followers_count: number;
|
|
@@ -3843,13 +3843,13 @@ declare const builderContract: {
|
|
|
3843
3843
|
like_count?: number | undefined;
|
|
3844
3844
|
} | undefined;
|
|
3845
3845
|
}, {
|
|
3846
|
-
name: string;
|
|
3847
3846
|
id: string;
|
|
3847
|
+
name: string;
|
|
3848
3848
|
username: string;
|
|
3849
3849
|
verified: boolean;
|
|
3850
3850
|
protected: boolean;
|
|
3851
|
-
verified_type?: string | undefined;
|
|
3852
3851
|
created_at?: string | undefined;
|
|
3852
|
+
verified_type?: string | undefined;
|
|
3853
3853
|
profile_image_url?: string | undefined;
|
|
3854
3854
|
public_metrics?: {
|
|
3855
3855
|
followers_count: number;
|
|
@@ -3862,13 +3862,13 @@ declare const builderContract: {
|
|
|
3862
3862
|
fetchedAt: z.ZodString;
|
|
3863
3863
|
}, "strip", z.ZodTypeAny, {
|
|
3864
3864
|
user: {
|
|
3865
|
-
name: string;
|
|
3866
3865
|
id: string;
|
|
3866
|
+
name: string;
|
|
3867
3867
|
username: string;
|
|
3868
3868
|
verified: boolean;
|
|
3869
3869
|
protected: boolean;
|
|
3870
|
-
verified_type?: string | undefined;
|
|
3871
3870
|
created_at?: string | undefined;
|
|
3871
|
+
verified_type?: string | undefined;
|
|
3872
3872
|
profile_image_url?: string | undefined;
|
|
3873
3873
|
public_metrics?: {
|
|
3874
3874
|
followers_count: number;
|
|
@@ -3881,13 +3881,13 @@ declare const builderContract: {
|
|
|
3881
3881
|
fetchedAt: string;
|
|
3882
3882
|
}, {
|
|
3883
3883
|
user: {
|
|
3884
|
-
name: string;
|
|
3885
3884
|
id: string;
|
|
3885
|
+
name: string;
|
|
3886
3886
|
username: string;
|
|
3887
3887
|
verified: boolean;
|
|
3888
3888
|
protected: boolean;
|
|
3889
|
-
verified_type?: string | undefined;
|
|
3890
3889
|
created_at?: string | undefined;
|
|
3890
|
+
verified_type?: string | undefined;
|
|
3891
3891
|
profile_image_url?: string | undefined;
|
|
3892
3892
|
public_metrics?: {
|
|
3893
3893
|
followers_count: number;
|
|
@@ -3910,25 +3910,25 @@ declare const builderContract: {
|
|
|
3910
3910
|
numeraire: z.ZodString;
|
|
3911
3911
|
created_at: z.ZodString;
|
|
3912
3912
|
}, "strip", z.ZodTypeAny, {
|
|
3913
|
-
token_name: string;
|
|
3914
|
-
token_symbol: string;
|
|
3915
3913
|
id: string;
|
|
3916
|
-
numeraire: string;
|
|
3917
|
-
token_uri: string;
|
|
3918
|
-
created_at: string;
|
|
3919
3914
|
contract_address: string;
|
|
3920
3915
|
transaction_hash: string;
|
|
3921
|
-
builder_wallet: string;
|
|
3922
|
-
}, {
|
|
3923
3916
|
token_name: string;
|
|
3924
3917
|
token_symbol: string;
|
|
3925
|
-
id: string;
|
|
3926
|
-
numeraire: string;
|
|
3927
3918
|
token_uri: string;
|
|
3919
|
+
builder_wallet: string;
|
|
3920
|
+
numeraire: string;
|
|
3928
3921
|
created_at: string;
|
|
3922
|
+
}, {
|
|
3923
|
+
id: string;
|
|
3929
3924
|
contract_address: string;
|
|
3930
3925
|
transaction_hash: string;
|
|
3926
|
+
token_name: string;
|
|
3927
|
+
token_symbol: string;
|
|
3928
|
+
token_uri: string;
|
|
3931
3929
|
builder_wallet: string;
|
|
3930
|
+
numeraire: string;
|
|
3931
|
+
created_at: string;
|
|
3932
3932
|
}>>;
|
|
3933
3933
|
product_coins: z.ZodArray<z.ZodObject<{
|
|
3934
3934
|
id: z.ZodString;
|
|
@@ -3941,27 +3941,38 @@ declare const builderContract: {
|
|
|
3941
3941
|
numeraire: z.ZodString;
|
|
3942
3942
|
created_at: z.ZodString;
|
|
3943
3943
|
}, "strip", z.ZodTypeAny, {
|
|
3944
|
+
id: string;
|
|
3945
|
+
contract_address: string;
|
|
3946
|
+
transaction_hash: string;
|
|
3944
3947
|
token_name: string;
|
|
3945
3948
|
token_symbol: string;
|
|
3946
|
-
id: string;
|
|
3947
|
-
numeraire: string;
|
|
3948
3949
|
token_uri: string;
|
|
3950
|
+
builder_wallet: string;
|
|
3951
|
+
numeraire: string;
|
|
3949
3952
|
created_at: string;
|
|
3953
|
+
}, {
|
|
3954
|
+
id: string;
|
|
3950
3955
|
contract_address: string;
|
|
3951
3956
|
transaction_hash: string;
|
|
3952
|
-
builder_wallet: string;
|
|
3953
|
-
}, {
|
|
3954
3957
|
token_name: string;
|
|
3955
3958
|
token_symbol: string;
|
|
3956
|
-
id: string;
|
|
3957
|
-
numeraire: string;
|
|
3958
3959
|
token_uri: string;
|
|
3960
|
+
builder_wallet: string;
|
|
3961
|
+
numeraire: string;
|
|
3959
3962
|
created_at: string;
|
|
3963
|
+
}>, "many">;
|
|
3964
|
+
}, "strip", z.ZodTypeAny, {
|
|
3965
|
+
builder_coin: {
|
|
3966
|
+
id: string;
|
|
3960
3967
|
contract_address: string;
|
|
3961
3968
|
transaction_hash: string;
|
|
3969
|
+
token_name: string;
|
|
3970
|
+
token_symbol: string;
|
|
3971
|
+
token_uri: string;
|
|
3962
3972
|
builder_wallet: string;
|
|
3963
|
-
|
|
3964
|
-
|
|
3973
|
+
numeraire: string;
|
|
3974
|
+
created_at: string;
|
|
3975
|
+
} | null;
|
|
3965
3976
|
wallet_address: string | null;
|
|
3966
3977
|
github_username: string | null;
|
|
3967
3978
|
x_username: string | null;
|
|
@@ -4019,13 +4030,13 @@ declare const builderContract: {
|
|
|
4019
4030
|
} | null;
|
|
4020
4031
|
x_data: {
|
|
4021
4032
|
user: {
|
|
4022
|
-
name: string;
|
|
4023
4033
|
id: string;
|
|
4034
|
+
name: string;
|
|
4024
4035
|
username: string;
|
|
4025
4036
|
verified: boolean;
|
|
4026
4037
|
protected: boolean;
|
|
4027
|
-
verified_type?: string | undefined;
|
|
4028
4038
|
created_at?: string | undefined;
|
|
4039
|
+
verified_type?: string | undefined;
|
|
4029
4040
|
profile_image_url?: string | undefined;
|
|
4030
4041
|
public_metrics?: {
|
|
4031
4042
|
followers_count: number;
|
|
@@ -4037,29 +4048,29 @@ declare const builderContract: {
|
|
|
4037
4048
|
};
|
|
4038
4049
|
fetchedAt: string;
|
|
4039
4050
|
} | null;
|
|
4040
|
-
|
|
4041
|
-
token_name: string;
|
|
4042
|
-
token_symbol: string;
|
|
4051
|
+
product_coins: {
|
|
4043
4052
|
id: string;
|
|
4044
|
-
numeraire: string;
|
|
4045
|
-
token_uri: string;
|
|
4046
|
-
created_at: string;
|
|
4047
4053
|
contract_address: string;
|
|
4048
4054
|
transaction_hash: string;
|
|
4049
|
-
builder_wallet: string;
|
|
4050
|
-
} | null;
|
|
4051
|
-
product_coins: {
|
|
4052
4055
|
token_name: string;
|
|
4053
4056
|
token_symbol: string;
|
|
4054
|
-
id: string;
|
|
4055
|
-
numeraire: string;
|
|
4056
4057
|
token_uri: string;
|
|
4058
|
+
builder_wallet: string;
|
|
4059
|
+
numeraire: string;
|
|
4057
4060
|
created_at: string;
|
|
4061
|
+
}[];
|
|
4062
|
+
}, {
|
|
4063
|
+
builder_coin: {
|
|
4064
|
+
id: string;
|
|
4058
4065
|
contract_address: string;
|
|
4059
4066
|
transaction_hash: string;
|
|
4067
|
+
token_name: string;
|
|
4068
|
+
token_symbol: string;
|
|
4069
|
+
token_uri: string;
|
|
4060
4070
|
builder_wallet: string;
|
|
4061
|
-
|
|
4062
|
-
|
|
4071
|
+
numeraire: string;
|
|
4072
|
+
created_at: string;
|
|
4073
|
+
} | null;
|
|
4063
4074
|
wallet_address: string | null;
|
|
4064
4075
|
github_username: string | null;
|
|
4065
4076
|
x_username: string | null;
|
|
@@ -4117,13 +4128,13 @@ declare const builderContract: {
|
|
|
4117
4128
|
} | null;
|
|
4118
4129
|
x_data: {
|
|
4119
4130
|
user: {
|
|
4120
|
-
name: string;
|
|
4121
4131
|
id: string;
|
|
4132
|
+
name: string;
|
|
4122
4133
|
username: string;
|
|
4123
4134
|
verified: boolean;
|
|
4124
4135
|
protected: boolean;
|
|
4125
|
-
verified_type?: string | undefined;
|
|
4126
4136
|
created_at?: string | undefined;
|
|
4137
|
+
verified_type?: string | undefined;
|
|
4127
4138
|
profile_image_url?: string | undefined;
|
|
4128
4139
|
public_metrics?: {
|
|
4129
4140
|
followers_count: number;
|
|
@@ -4135,31 +4146,31 @@ declare const builderContract: {
|
|
|
4135
4146
|
};
|
|
4136
4147
|
fetchedAt: string;
|
|
4137
4148
|
} | null;
|
|
4138
|
-
|
|
4139
|
-
token_name: string;
|
|
4140
|
-
token_symbol: string;
|
|
4149
|
+
product_coins: {
|
|
4141
4150
|
id: string;
|
|
4142
|
-
numeraire: string;
|
|
4143
|
-
token_uri: string;
|
|
4144
|
-
created_at: string;
|
|
4145
4151
|
contract_address: string;
|
|
4146
4152
|
transaction_hash: string;
|
|
4147
|
-
builder_wallet: string;
|
|
4148
|
-
} | null;
|
|
4149
|
-
product_coins: {
|
|
4150
4153
|
token_name: string;
|
|
4151
4154
|
token_symbol: string;
|
|
4152
|
-
id: string;
|
|
4153
|
-
numeraire: string;
|
|
4154
4155
|
token_uri: string;
|
|
4155
|
-
created_at: string;
|
|
4156
|
-
contract_address: string;
|
|
4157
|
-
transaction_hash: string;
|
|
4158
4156
|
builder_wallet: string;
|
|
4157
|
+
numeraire: string;
|
|
4158
|
+
created_at: string;
|
|
4159
4159
|
}[];
|
|
4160
4160
|
}>;
|
|
4161
4161
|
}, "strip", z.ZodTypeAny, {
|
|
4162
4162
|
result: {
|
|
4163
|
+
builder_coin: {
|
|
4164
|
+
id: string;
|
|
4165
|
+
contract_address: string;
|
|
4166
|
+
transaction_hash: string;
|
|
4167
|
+
token_name: string;
|
|
4168
|
+
token_symbol: string;
|
|
4169
|
+
token_uri: string;
|
|
4170
|
+
builder_wallet: string;
|
|
4171
|
+
numeraire: string;
|
|
4172
|
+
created_at: string;
|
|
4173
|
+
} | null;
|
|
4163
4174
|
wallet_address: string | null;
|
|
4164
4175
|
github_username: string | null;
|
|
4165
4176
|
x_username: string | null;
|
|
@@ -4217,13 +4228,13 @@ declare const builderContract: {
|
|
|
4217
4228
|
} | null;
|
|
4218
4229
|
x_data: {
|
|
4219
4230
|
user: {
|
|
4220
|
-
name: string;
|
|
4221
4231
|
id: string;
|
|
4232
|
+
name: string;
|
|
4222
4233
|
username: string;
|
|
4223
4234
|
verified: boolean;
|
|
4224
4235
|
protected: boolean;
|
|
4225
|
-
verified_type?: string | undefined;
|
|
4226
4236
|
created_at?: string | undefined;
|
|
4237
|
+
verified_type?: string | undefined;
|
|
4227
4238
|
profile_image_url?: string | undefined;
|
|
4228
4239
|
public_metrics?: {
|
|
4229
4240
|
followers_count: number;
|
|
@@ -4235,31 +4246,31 @@ declare const builderContract: {
|
|
|
4235
4246
|
};
|
|
4236
4247
|
fetchedAt: string;
|
|
4237
4248
|
} | null;
|
|
4238
|
-
|
|
4239
|
-
token_name: string;
|
|
4240
|
-
token_symbol: string;
|
|
4249
|
+
product_coins: {
|
|
4241
4250
|
id: string;
|
|
4242
|
-
numeraire: string;
|
|
4243
|
-
token_uri: string;
|
|
4244
|
-
created_at: string;
|
|
4245
4251
|
contract_address: string;
|
|
4246
4252
|
transaction_hash: string;
|
|
4247
|
-
builder_wallet: string;
|
|
4248
|
-
} | null;
|
|
4249
|
-
product_coins: {
|
|
4250
4253
|
token_name: string;
|
|
4251
4254
|
token_symbol: string;
|
|
4252
|
-
id: string;
|
|
4253
|
-
numeraire: string;
|
|
4254
4255
|
token_uri: string;
|
|
4255
|
-
created_at: string;
|
|
4256
|
-
contract_address: string;
|
|
4257
|
-
transaction_hash: string;
|
|
4258
4256
|
builder_wallet: string;
|
|
4257
|
+
numeraire: string;
|
|
4258
|
+
created_at: string;
|
|
4259
4259
|
}[];
|
|
4260
4260
|
};
|
|
4261
4261
|
}, {
|
|
4262
4262
|
result: {
|
|
4263
|
+
builder_coin: {
|
|
4264
|
+
id: string;
|
|
4265
|
+
contract_address: string;
|
|
4266
|
+
transaction_hash: string;
|
|
4267
|
+
token_name: string;
|
|
4268
|
+
token_symbol: string;
|
|
4269
|
+
token_uri: string;
|
|
4270
|
+
builder_wallet: string;
|
|
4271
|
+
numeraire: string;
|
|
4272
|
+
created_at: string;
|
|
4273
|
+
} | null;
|
|
4263
4274
|
wallet_address: string | null;
|
|
4264
4275
|
github_username: string | null;
|
|
4265
4276
|
x_username: string | null;
|
|
@@ -4317,13 +4328,13 @@ declare const builderContract: {
|
|
|
4317
4328
|
} | null;
|
|
4318
4329
|
x_data: {
|
|
4319
4330
|
user: {
|
|
4320
|
-
name: string;
|
|
4321
4331
|
id: string;
|
|
4332
|
+
name: string;
|
|
4322
4333
|
username: string;
|
|
4323
4334
|
verified: boolean;
|
|
4324
4335
|
protected: boolean;
|
|
4325
|
-
verified_type?: string | undefined;
|
|
4326
4336
|
created_at?: string | undefined;
|
|
4337
|
+
verified_type?: string | undefined;
|
|
4327
4338
|
profile_image_url?: string | undefined;
|
|
4328
4339
|
public_metrics?: {
|
|
4329
4340
|
followers_count: number;
|
|
@@ -4335,27 +4346,16 @@ declare const builderContract: {
|
|
|
4335
4346
|
};
|
|
4336
4347
|
fetchedAt: string;
|
|
4337
4348
|
} | null;
|
|
4338
|
-
|
|
4339
|
-
token_name: string;
|
|
4340
|
-
token_symbol: string;
|
|
4349
|
+
product_coins: {
|
|
4341
4350
|
id: string;
|
|
4342
|
-
numeraire: string;
|
|
4343
|
-
token_uri: string;
|
|
4344
|
-
created_at: string;
|
|
4345
4351
|
contract_address: string;
|
|
4346
4352
|
transaction_hash: string;
|
|
4347
|
-
builder_wallet: string;
|
|
4348
|
-
} | null;
|
|
4349
|
-
product_coins: {
|
|
4350
4353
|
token_name: string;
|
|
4351
4354
|
token_symbol: string;
|
|
4352
|
-
id: string;
|
|
4353
|
-
numeraire: string;
|
|
4354
4355
|
token_uri: string;
|
|
4355
|
-
created_at: string;
|
|
4356
|
-
contract_address: string;
|
|
4357
|
-
transaction_hash: string;
|
|
4358
4356
|
builder_wallet: string;
|
|
4357
|
+
numeraire: string;
|
|
4358
|
+
created_at: string;
|
|
4359
4359
|
}[];
|
|
4360
4360
|
};
|
|
4361
4361
|
}>, Record<never, never>, Record<never, never>>;
|
|
@@ -4738,13 +4738,13 @@ declare const builderContract: {
|
|
|
4738
4738
|
like_count?: number | undefined;
|
|
4739
4739
|
}>>;
|
|
4740
4740
|
}, "strip", z.ZodTypeAny, {
|
|
4741
|
-
name: string;
|
|
4742
4741
|
id: string;
|
|
4742
|
+
name: string;
|
|
4743
4743
|
username: string;
|
|
4744
4744
|
verified: boolean;
|
|
4745
4745
|
protected: boolean;
|
|
4746
|
-
verified_type?: string | undefined;
|
|
4747
4746
|
created_at?: string | undefined;
|
|
4747
|
+
verified_type?: string | undefined;
|
|
4748
4748
|
profile_image_url?: string | undefined;
|
|
4749
4749
|
public_metrics?: {
|
|
4750
4750
|
followers_count: number;
|
|
@@ -4754,13 +4754,13 @@ declare const builderContract: {
|
|
|
4754
4754
|
like_count?: number | undefined;
|
|
4755
4755
|
} | undefined;
|
|
4756
4756
|
}, {
|
|
4757
|
-
name: string;
|
|
4758
4757
|
id: string;
|
|
4758
|
+
name: string;
|
|
4759
4759
|
username: string;
|
|
4760
4760
|
verified: boolean;
|
|
4761
4761
|
protected: boolean;
|
|
4762
|
-
verified_type?: string | undefined;
|
|
4763
4762
|
created_at?: string | undefined;
|
|
4763
|
+
verified_type?: string | undefined;
|
|
4764
4764
|
profile_image_url?: string | undefined;
|
|
4765
4765
|
public_metrics?: {
|
|
4766
4766
|
followers_count: number;
|
|
@@ -4773,13 +4773,13 @@ declare const builderContract: {
|
|
|
4773
4773
|
fetchedAt: z.ZodString;
|
|
4774
4774
|
}, "strip", z.ZodTypeAny, {
|
|
4775
4775
|
user: {
|
|
4776
|
-
name: string;
|
|
4777
4776
|
id: string;
|
|
4777
|
+
name: string;
|
|
4778
4778
|
username: string;
|
|
4779
4779
|
verified: boolean;
|
|
4780
4780
|
protected: boolean;
|
|
4781
|
-
verified_type?: string | undefined;
|
|
4782
4781
|
created_at?: string | undefined;
|
|
4782
|
+
verified_type?: string | undefined;
|
|
4783
4783
|
profile_image_url?: string | undefined;
|
|
4784
4784
|
public_metrics?: {
|
|
4785
4785
|
followers_count: number;
|
|
@@ -4792,13 +4792,13 @@ declare const builderContract: {
|
|
|
4792
4792
|
fetchedAt: string;
|
|
4793
4793
|
}, {
|
|
4794
4794
|
user: {
|
|
4795
|
-
name: string;
|
|
4796
4795
|
id: string;
|
|
4796
|
+
name: string;
|
|
4797
4797
|
username: string;
|
|
4798
4798
|
verified: boolean;
|
|
4799
4799
|
protected: boolean;
|
|
4800
|
-
verified_type?: string | undefined;
|
|
4801
4800
|
created_at?: string | undefined;
|
|
4801
|
+
verified_type?: string | undefined;
|
|
4802
4802
|
profile_image_url?: string | undefined;
|
|
4803
4803
|
public_metrics?: {
|
|
4804
4804
|
followers_count: number;
|
|
@@ -4821,25 +4821,25 @@ declare const builderContract: {
|
|
|
4821
4821
|
numeraire: z.ZodString;
|
|
4822
4822
|
created_at: z.ZodString;
|
|
4823
4823
|
}, "strip", z.ZodTypeAny, {
|
|
4824
|
-
token_name: string;
|
|
4825
|
-
token_symbol: string;
|
|
4826
4824
|
id: string;
|
|
4827
|
-
numeraire: string;
|
|
4828
|
-
token_uri: string;
|
|
4829
|
-
created_at: string;
|
|
4830
4825
|
contract_address: string;
|
|
4831
4826
|
transaction_hash: string;
|
|
4832
|
-
builder_wallet: string;
|
|
4833
|
-
}, {
|
|
4834
4827
|
token_name: string;
|
|
4835
4828
|
token_symbol: string;
|
|
4836
|
-
id: string;
|
|
4837
|
-
numeraire: string;
|
|
4838
4829
|
token_uri: string;
|
|
4830
|
+
builder_wallet: string;
|
|
4831
|
+
numeraire: string;
|
|
4839
4832
|
created_at: string;
|
|
4833
|
+
}, {
|
|
4834
|
+
id: string;
|
|
4840
4835
|
contract_address: string;
|
|
4841
4836
|
transaction_hash: string;
|
|
4837
|
+
token_name: string;
|
|
4838
|
+
token_symbol: string;
|
|
4839
|
+
token_uri: string;
|
|
4842
4840
|
builder_wallet: string;
|
|
4841
|
+
numeraire: string;
|
|
4842
|
+
created_at: string;
|
|
4843
4843
|
}>>;
|
|
4844
4844
|
product_coins: z.ZodArray<z.ZodObject<{
|
|
4845
4845
|
id: z.ZodString;
|
|
@@ -4852,27 +4852,38 @@ declare const builderContract: {
|
|
|
4852
4852
|
numeraire: z.ZodString;
|
|
4853
4853
|
created_at: z.ZodString;
|
|
4854
4854
|
}, "strip", z.ZodTypeAny, {
|
|
4855
|
+
id: string;
|
|
4856
|
+
contract_address: string;
|
|
4857
|
+
transaction_hash: string;
|
|
4855
4858
|
token_name: string;
|
|
4856
4859
|
token_symbol: string;
|
|
4857
|
-
id: string;
|
|
4858
|
-
numeraire: string;
|
|
4859
4860
|
token_uri: string;
|
|
4861
|
+
builder_wallet: string;
|
|
4862
|
+
numeraire: string;
|
|
4860
4863
|
created_at: string;
|
|
4864
|
+
}, {
|
|
4865
|
+
id: string;
|
|
4861
4866
|
contract_address: string;
|
|
4862
4867
|
transaction_hash: string;
|
|
4863
|
-
builder_wallet: string;
|
|
4864
|
-
}, {
|
|
4865
4868
|
token_name: string;
|
|
4866
4869
|
token_symbol: string;
|
|
4867
|
-
id: string;
|
|
4868
|
-
numeraire: string;
|
|
4869
4870
|
token_uri: string;
|
|
4871
|
+
builder_wallet: string;
|
|
4872
|
+
numeraire: string;
|
|
4870
4873
|
created_at: string;
|
|
4874
|
+
}>, "many">;
|
|
4875
|
+
}, "strip", z.ZodTypeAny, {
|
|
4876
|
+
builder_coin: {
|
|
4877
|
+
id: string;
|
|
4871
4878
|
contract_address: string;
|
|
4872
4879
|
transaction_hash: string;
|
|
4880
|
+
token_name: string;
|
|
4881
|
+
token_symbol: string;
|
|
4882
|
+
token_uri: string;
|
|
4873
4883
|
builder_wallet: string;
|
|
4874
|
-
|
|
4875
|
-
|
|
4884
|
+
numeraire: string;
|
|
4885
|
+
created_at: string;
|
|
4886
|
+
} | null;
|
|
4876
4887
|
wallet_address: string | null;
|
|
4877
4888
|
github_username: string | null;
|
|
4878
4889
|
x_username: string | null;
|
|
@@ -4930,13 +4941,13 @@ declare const builderContract: {
|
|
|
4930
4941
|
} | null;
|
|
4931
4942
|
x_data: {
|
|
4932
4943
|
user: {
|
|
4933
|
-
name: string;
|
|
4934
4944
|
id: string;
|
|
4945
|
+
name: string;
|
|
4935
4946
|
username: string;
|
|
4936
4947
|
verified: boolean;
|
|
4937
4948
|
protected: boolean;
|
|
4938
|
-
verified_type?: string | undefined;
|
|
4939
4949
|
created_at?: string | undefined;
|
|
4950
|
+
verified_type?: string | undefined;
|
|
4940
4951
|
profile_image_url?: string | undefined;
|
|
4941
4952
|
public_metrics?: {
|
|
4942
4953
|
followers_count: number;
|
|
@@ -4948,29 +4959,29 @@ declare const builderContract: {
|
|
|
4948
4959
|
};
|
|
4949
4960
|
fetchedAt: string;
|
|
4950
4961
|
} | null;
|
|
4951
|
-
|
|
4952
|
-
token_name: string;
|
|
4953
|
-
token_symbol: string;
|
|
4962
|
+
product_coins: {
|
|
4954
4963
|
id: string;
|
|
4955
|
-
numeraire: string;
|
|
4956
|
-
token_uri: string;
|
|
4957
|
-
created_at: string;
|
|
4958
4964
|
contract_address: string;
|
|
4959
4965
|
transaction_hash: string;
|
|
4960
|
-
builder_wallet: string;
|
|
4961
|
-
} | null;
|
|
4962
|
-
product_coins: {
|
|
4963
4966
|
token_name: string;
|
|
4964
4967
|
token_symbol: string;
|
|
4965
|
-
id: string;
|
|
4966
|
-
numeraire: string;
|
|
4967
4968
|
token_uri: string;
|
|
4969
|
+
builder_wallet: string;
|
|
4970
|
+
numeraire: string;
|
|
4968
4971
|
created_at: string;
|
|
4972
|
+
}[];
|
|
4973
|
+
}, {
|
|
4974
|
+
builder_coin: {
|
|
4975
|
+
id: string;
|
|
4969
4976
|
contract_address: string;
|
|
4970
4977
|
transaction_hash: string;
|
|
4978
|
+
token_name: string;
|
|
4979
|
+
token_symbol: string;
|
|
4980
|
+
token_uri: string;
|
|
4971
4981
|
builder_wallet: string;
|
|
4972
|
-
|
|
4973
|
-
|
|
4982
|
+
numeraire: string;
|
|
4983
|
+
created_at: string;
|
|
4984
|
+
} | null;
|
|
4974
4985
|
wallet_address: string | null;
|
|
4975
4986
|
github_username: string | null;
|
|
4976
4987
|
x_username: string | null;
|
|
@@ -5028,13 +5039,13 @@ declare const builderContract: {
|
|
|
5028
5039
|
} | null;
|
|
5029
5040
|
x_data: {
|
|
5030
5041
|
user: {
|
|
5031
|
-
name: string;
|
|
5032
5042
|
id: string;
|
|
5043
|
+
name: string;
|
|
5033
5044
|
username: string;
|
|
5034
5045
|
verified: boolean;
|
|
5035
5046
|
protected: boolean;
|
|
5036
|
-
verified_type?: string | undefined;
|
|
5037
5047
|
created_at?: string | undefined;
|
|
5048
|
+
verified_type?: string | undefined;
|
|
5038
5049
|
profile_image_url?: string | undefined;
|
|
5039
5050
|
public_metrics?: {
|
|
5040
5051
|
followers_count: number;
|
|
@@ -5046,31 +5057,31 @@ declare const builderContract: {
|
|
|
5046
5057
|
};
|
|
5047
5058
|
fetchedAt: string;
|
|
5048
5059
|
} | null;
|
|
5049
|
-
|
|
5050
|
-
token_name: string;
|
|
5051
|
-
token_symbol: string;
|
|
5060
|
+
product_coins: {
|
|
5052
5061
|
id: string;
|
|
5053
|
-
numeraire: string;
|
|
5054
|
-
token_uri: string;
|
|
5055
|
-
created_at: string;
|
|
5056
5062
|
contract_address: string;
|
|
5057
5063
|
transaction_hash: string;
|
|
5058
|
-
builder_wallet: string;
|
|
5059
|
-
} | null;
|
|
5060
|
-
product_coins: {
|
|
5061
5064
|
token_name: string;
|
|
5062
5065
|
token_symbol: string;
|
|
5063
|
-
id: string;
|
|
5064
|
-
numeraire: string;
|
|
5065
5066
|
token_uri: string;
|
|
5066
|
-
created_at: string;
|
|
5067
|
-
contract_address: string;
|
|
5068
|
-
transaction_hash: string;
|
|
5069
5067
|
builder_wallet: string;
|
|
5068
|
+
numeraire: string;
|
|
5069
|
+
created_at: string;
|
|
5070
5070
|
}[];
|
|
5071
5071
|
}>, "many">;
|
|
5072
5072
|
}, "strip", z.ZodTypeAny, {
|
|
5073
5073
|
result: {
|
|
5074
|
+
builder_coin: {
|
|
5075
|
+
id: string;
|
|
5076
|
+
contract_address: string;
|
|
5077
|
+
transaction_hash: string;
|
|
5078
|
+
token_name: string;
|
|
5079
|
+
token_symbol: string;
|
|
5080
|
+
token_uri: string;
|
|
5081
|
+
builder_wallet: string;
|
|
5082
|
+
numeraire: string;
|
|
5083
|
+
created_at: string;
|
|
5084
|
+
} | null;
|
|
5074
5085
|
wallet_address: string | null;
|
|
5075
5086
|
github_username: string | null;
|
|
5076
5087
|
x_username: string | null;
|
|
@@ -5128,13 +5139,13 @@ declare const builderContract: {
|
|
|
5128
5139
|
} | null;
|
|
5129
5140
|
x_data: {
|
|
5130
5141
|
user: {
|
|
5131
|
-
name: string;
|
|
5132
5142
|
id: string;
|
|
5143
|
+
name: string;
|
|
5133
5144
|
username: string;
|
|
5134
5145
|
verified: boolean;
|
|
5135
5146
|
protected: boolean;
|
|
5136
|
-
verified_type?: string | undefined;
|
|
5137
5147
|
created_at?: string | undefined;
|
|
5148
|
+
verified_type?: string | undefined;
|
|
5138
5149
|
profile_image_url?: string | undefined;
|
|
5139
5150
|
public_metrics?: {
|
|
5140
5151
|
followers_count: number;
|
|
@@ -5146,31 +5157,31 @@ declare const builderContract: {
|
|
|
5146
5157
|
};
|
|
5147
5158
|
fetchedAt: string;
|
|
5148
5159
|
} | null;
|
|
5149
|
-
|
|
5150
|
-
token_name: string;
|
|
5151
|
-
token_symbol: string;
|
|
5160
|
+
product_coins: {
|
|
5152
5161
|
id: string;
|
|
5153
|
-
numeraire: string;
|
|
5154
|
-
token_uri: string;
|
|
5155
|
-
created_at: string;
|
|
5156
5162
|
contract_address: string;
|
|
5157
5163
|
transaction_hash: string;
|
|
5158
|
-
builder_wallet: string;
|
|
5159
|
-
} | null;
|
|
5160
|
-
product_coins: {
|
|
5161
5164
|
token_name: string;
|
|
5162
5165
|
token_symbol: string;
|
|
5163
|
-
id: string;
|
|
5164
|
-
numeraire: string;
|
|
5165
5166
|
token_uri: string;
|
|
5166
|
-
created_at: string;
|
|
5167
|
-
contract_address: string;
|
|
5168
|
-
transaction_hash: string;
|
|
5169
5167
|
builder_wallet: string;
|
|
5168
|
+
numeraire: string;
|
|
5169
|
+
created_at: string;
|
|
5170
5170
|
}[];
|
|
5171
5171
|
}[];
|
|
5172
5172
|
}, {
|
|
5173
5173
|
result: {
|
|
5174
|
+
builder_coin: {
|
|
5175
|
+
id: string;
|
|
5176
|
+
contract_address: string;
|
|
5177
|
+
transaction_hash: string;
|
|
5178
|
+
token_name: string;
|
|
5179
|
+
token_symbol: string;
|
|
5180
|
+
token_uri: string;
|
|
5181
|
+
builder_wallet: string;
|
|
5182
|
+
numeraire: string;
|
|
5183
|
+
created_at: string;
|
|
5184
|
+
} | null;
|
|
5174
5185
|
wallet_address: string | null;
|
|
5175
5186
|
github_username: string | null;
|
|
5176
5187
|
x_username: string | null;
|
|
@@ -5228,13 +5239,13 @@ declare const builderContract: {
|
|
|
5228
5239
|
} | null;
|
|
5229
5240
|
x_data: {
|
|
5230
5241
|
user: {
|
|
5231
|
-
name: string;
|
|
5232
5242
|
id: string;
|
|
5243
|
+
name: string;
|
|
5233
5244
|
username: string;
|
|
5234
5245
|
verified: boolean;
|
|
5235
5246
|
protected: boolean;
|
|
5236
|
-
verified_type?: string | undefined;
|
|
5237
5247
|
created_at?: string | undefined;
|
|
5248
|
+
verified_type?: string | undefined;
|
|
5238
5249
|
profile_image_url?: string | undefined;
|
|
5239
5250
|
public_metrics?: {
|
|
5240
5251
|
followers_count: number;
|
|
@@ -5246,27 +5257,16 @@ declare const builderContract: {
|
|
|
5246
5257
|
};
|
|
5247
5258
|
fetchedAt: string;
|
|
5248
5259
|
} | null;
|
|
5249
|
-
|
|
5250
|
-
token_name: string;
|
|
5251
|
-
token_symbol: string;
|
|
5260
|
+
product_coins: {
|
|
5252
5261
|
id: string;
|
|
5253
|
-
numeraire: string;
|
|
5254
|
-
token_uri: string;
|
|
5255
|
-
created_at: string;
|
|
5256
5262
|
contract_address: string;
|
|
5257
5263
|
transaction_hash: string;
|
|
5258
|
-
builder_wallet: string;
|
|
5259
|
-
} | null;
|
|
5260
|
-
product_coins: {
|
|
5261
5264
|
token_name: string;
|
|
5262
5265
|
token_symbol: string;
|
|
5263
|
-
id: string;
|
|
5264
|
-
numeraire: string;
|
|
5265
5266
|
token_uri: string;
|
|
5266
|
-
created_at: string;
|
|
5267
|
-
contract_address: string;
|
|
5268
|
-
transaction_hash: string;
|
|
5269
5267
|
builder_wallet: string;
|
|
5268
|
+
numeraire: string;
|
|
5269
|
+
created_at: string;
|
|
5270
5270
|
}[];
|
|
5271
5271
|
}[];
|
|
5272
5272
|
}>, Record<never, never>, Record<never, never>>;
|
|
@@ -5303,53 +5303,53 @@ declare const builderContract: {
|
|
|
5303
5303
|
numeraire: z.ZodString;
|
|
5304
5304
|
created_at: z.ZodString;
|
|
5305
5305
|
}, "strip", z.ZodTypeAny, {
|
|
5306
|
-
token_name: string;
|
|
5307
|
-
token_symbol: string;
|
|
5308
5306
|
id: string;
|
|
5309
|
-
numeraire: string;
|
|
5310
|
-
token_uri: string;
|
|
5311
|
-
created_at: string;
|
|
5312
5307
|
contract_address: string;
|
|
5313
5308
|
transaction_hash: string;
|
|
5314
|
-
builder_wallet: string;
|
|
5315
|
-
}, {
|
|
5316
5309
|
token_name: string;
|
|
5317
5310
|
token_symbol: string;
|
|
5318
|
-
id: string;
|
|
5319
|
-
numeraire: string;
|
|
5320
5311
|
token_uri: string;
|
|
5312
|
+
builder_wallet: string;
|
|
5313
|
+
numeraire: string;
|
|
5321
5314
|
created_at: string;
|
|
5315
|
+
}, {
|
|
5316
|
+
id: string;
|
|
5322
5317
|
contract_address: string;
|
|
5323
5318
|
transaction_hash: string;
|
|
5319
|
+
token_name: string;
|
|
5320
|
+
token_symbol: string;
|
|
5321
|
+
token_uri: string;
|
|
5324
5322
|
builder_wallet: string;
|
|
5323
|
+
numeraire: string;
|
|
5324
|
+
created_at: string;
|
|
5325
5325
|
}>;
|
|
5326
5326
|
}, "strip", z.ZodTypeAny, {
|
|
5327
5327
|
contract_address: string;
|
|
5328
5328
|
transaction_hash: string;
|
|
5329
5329
|
coin: {
|
|
5330
|
-
token_name: string;
|
|
5331
|
-
token_symbol: string;
|
|
5332
5330
|
id: string;
|
|
5333
|
-
numeraire: string;
|
|
5334
|
-
token_uri: string;
|
|
5335
|
-
created_at: string;
|
|
5336
5331
|
contract_address: string;
|
|
5337
5332
|
transaction_hash: string;
|
|
5333
|
+
token_name: string;
|
|
5334
|
+
token_symbol: string;
|
|
5335
|
+
token_uri: string;
|
|
5338
5336
|
builder_wallet: string;
|
|
5337
|
+
numeraire: string;
|
|
5338
|
+
created_at: string;
|
|
5339
5339
|
};
|
|
5340
5340
|
}, {
|
|
5341
5341
|
contract_address: string;
|
|
5342
5342
|
transaction_hash: string;
|
|
5343
5343
|
coin: {
|
|
5344
|
-
token_name: string;
|
|
5345
|
-
token_symbol: string;
|
|
5346
5344
|
id: string;
|
|
5347
|
-
numeraire: string;
|
|
5348
|
-
token_uri: string;
|
|
5349
|
-
created_at: string;
|
|
5350
5345
|
contract_address: string;
|
|
5351
5346
|
transaction_hash: string;
|
|
5347
|
+
token_name: string;
|
|
5348
|
+
token_symbol: string;
|
|
5349
|
+
token_uri: string;
|
|
5352
5350
|
builder_wallet: string;
|
|
5351
|
+
numeraire: string;
|
|
5352
|
+
created_at: string;
|
|
5353
5353
|
};
|
|
5354
5354
|
}>;
|
|
5355
5355
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5357,15 +5357,15 @@ declare const builderContract: {
|
|
|
5357
5357
|
contract_address: string;
|
|
5358
5358
|
transaction_hash: string;
|
|
5359
5359
|
coin: {
|
|
5360
|
-
token_name: string;
|
|
5361
|
-
token_symbol: string;
|
|
5362
5360
|
id: string;
|
|
5363
|
-
numeraire: string;
|
|
5364
|
-
token_uri: string;
|
|
5365
|
-
created_at: string;
|
|
5366
5361
|
contract_address: string;
|
|
5367
5362
|
transaction_hash: string;
|
|
5363
|
+
token_name: string;
|
|
5364
|
+
token_symbol: string;
|
|
5365
|
+
token_uri: string;
|
|
5368
5366
|
builder_wallet: string;
|
|
5367
|
+
numeraire: string;
|
|
5368
|
+
created_at: string;
|
|
5369
5369
|
};
|
|
5370
5370
|
};
|
|
5371
5371
|
}, {
|
|
@@ -5373,15 +5373,15 @@ declare const builderContract: {
|
|
|
5373
5373
|
contract_address: string;
|
|
5374
5374
|
transaction_hash: string;
|
|
5375
5375
|
coin: {
|
|
5376
|
-
token_name: string;
|
|
5377
|
-
token_symbol: string;
|
|
5378
5376
|
id: string;
|
|
5379
|
-
numeraire: string;
|
|
5380
|
-
token_uri: string;
|
|
5381
|
-
created_at: string;
|
|
5382
5377
|
contract_address: string;
|
|
5383
5378
|
transaction_hash: string;
|
|
5379
|
+
token_name: string;
|
|
5380
|
+
token_symbol: string;
|
|
5381
|
+
token_uri: string;
|
|
5384
5382
|
builder_wallet: string;
|
|
5383
|
+
numeraire: string;
|
|
5384
|
+
created_at: string;
|
|
5385
5385
|
};
|
|
5386
5386
|
};
|
|
5387
5387
|
}>, Record<never, never>, Record<never, never>>;
|
|
@@ -5418,53 +5418,53 @@ declare const builderContract: {
|
|
|
5418
5418
|
numeraire: z.ZodString;
|
|
5419
5419
|
created_at: z.ZodString;
|
|
5420
5420
|
}, "strip", z.ZodTypeAny, {
|
|
5421
|
-
token_name: string;
|
|
5422
|
-
token_symbol: string;
|
|
5423
5421
|
id: string;
|
|
5424
|
-
numeraire: string;
|
|
5425
|
-
token_uri: string;
|
|
5426
|
-
created_at: string;
|
|
5427
5422
|
contract_address: string;
|
|
5428
5423
|
transaction_hash: string;
|
|
5429
|
-
builder_wallet: string;
|
|
5430
|
-
}, {
|
|
5431
5424
|
token_name: string;
|
|
5432
5425
|
token_symbol: string;
|
|
5433
|
-
id: string;
|
|
5434
|
-
numeraire: string;
|
|
5435
5426
|
token_uri: string;
|
|
5427
|
+
builder_wallet: string;
|
|
5428
|
+
numeraire: string;
|
|
5436
5429
|
created_at: string;
|
|
5430
|
+
}, {
|
|
5431
|
+
id: string;
|
|
5437
5432
|
contract_address: string;
|
|
5438
5433
|
transaction_hash: string;
|
|
5434
|
+
token_name: string;
|
|
5435
|
+
token_symbol: string;
|
|
5436
|
+
token_uri: string;
|
|
5439
5437
|
builder_wallet: string;
|
|
5438
|
+
numeraire: string;
|
|
5439
|
+
created_at: string;
|
|
5440
5440
|
}>;
|
|
5441
5441
|
}, "strip", z.ZodTypeAny, {
|
|
5442
5442
|
contract_address: string;
|
|
5443
5443
|
transaction_hash: string;
|
|
5444
5444
|
coin: {
|
|
5445
|
-
token_name: string;
|
|
5446
|
-
token_symbol: string;
|
|
5447
5445
|
id: string;
|
|
5448
|
-
numeraire: string;
|
|
5449
|
-
token_uri: string;
|
|
5450
|
-
created_at: string;
|
|
5451
5446
|
contract_address: string;
|
|
5452
5447
|
transaction_hash: string;
|
|
5448
|
+
token_name: string;
|
|
5449
|
+
token_symbol: string;
|
|
5450
|
+
token_uri: string;
|
|
5453
5451
|
builder_wallet: string;
|
|
5452
|
+
numeraire: string;
|
|
5453
|
+
created_at: string;
|
|
5454
5454
|
};
|
|
5455
5455
|
}, {
|
|
5456
5456
|
contract_address: string;
|
|
5457
5457
|
transaction_hash: string;
|
|
5458
5458
|
coin: {
|
|
5459
|
-
token_name: string;
|
|
5460
|
-
token_symbol: string;
|
|
5461
5459
|
id: string;
|
|
5462
|
-
numeraire: string;
|
|
5463
|
-
token_uri: string;
|
|
5464
|
-
created_at: string;
|
|
5465
5460
|
contract_address: string;
|
|
5466
5461
|
transaction_hash: string;
|
|
5462
|
+
token_name: string;
|
|
5463
|
+
token_symbol: string;
|
|
5464
|
+
token_uri: string;
|
|
5467
5465
|
builder_wallet: string;
|
|
5466
|
+
numeraire: string;
|
|
5467
|
+
created_at: string;
|
|
5468
5468
|
};
|
|
5469
5469
|
}>;
|
|
5470
5470
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5472,15 +5472,15 @@ declare const builderContract: {
|
|
|
5472
5472
|
contract_address: string;
|
|
5473
5473
|
transaction_hash: string;
|
|
5474
5474
|
coin: {
|
|
5475
|
-
token_name: string;
|
|
5476
|
-
token_symbol: string;
|
|
5477
5475
|
id: string;
|
|
5478
|
-
numeraire: string;
|
|
5479
|
-
token_uri: string;
|
|
5480
|
-
created_at: string;
|
|
5481
5476
|
contract_address: string;
|
|
5482
5477
|
transaction_hash: string;
|
|
5478
|
+
token_name: string;
|
|
5479
|
+
token_symbol: string;
|
|
5480
|
+
token_uri: string;
|
|
5483
5481
|
builder_wallet: string;
|
|
5482
|
+
numeraire: string;
|
|
5483
|
+
created_at: string;
|
|
5484
5484
|
};
|
|
5485
5485
|
};
|
|
5486
5486
|
}, {
|
|
@@ -5488,15 +5488,15 @@ declare const builderContract: {
|
|
|
5488
5488
|
contract_address: string;
|
|
5489
5489
|
transaction_hash: string;
|
|
5490
5490
|
coin: {
|
|
5491
|
-
token_name: string;
|
|
5492
|
-
token_symbol: string;
|
|
5493
5491
|
id: string;
|
|
5494
|
-
numeraire: string;
|
|
5495
|
-
token_uri: string;
|
|
5496
|
-
created_at: string;
|
|
5497
5492
|
contract_address: string;
|
|
5498
5493
|
transaction_hash: string;
|
|
5494
|
+
token_name: string;
|
|
5495
|
+
token_symbol: string;
|
|
5496
|
+
token_uri: string;
|
|
5499
5497
|
builder_wallet: string;
|
|
5498
|
+
numeraire: string;
|
|
5499
|
+
created_at: string;
|
|
5500
5500
|
};
|
|
5501
5501
|
};
|
|
5502
5502
|
}>, Record<never, never>, Record<never, never>>;
|