@longdotxyz/shared 0.0.145 → 0.0.147
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 +60 -60
- 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 +492 -382
- package/dist/contracts/builder.contract.js +20 -2
- package/dist/contracts/builder.contract.js.map +1 -1
- package/dist/contracts/community.contract.d.ts +10 -10
- package/dist/contracts/index.d.ts +1092 -435
- package/dist/contracts/sponsorship.contract.d.ts +14 -14
- package/dist/contracts/tokens.contract.d.ts +8 -8
- package/dist/utils/address-registry.util.js +1 -1
- 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,18 +2660,53 @@ 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
|
}>;
|
|
2675
|
+
declare const CoinWithTypeSchema: z.ZodObject<{
|
|
2676
|
+
id: z.ZodString;
|
|
2677
|
+
contract_address: z.ZodString;
|
|
2678
|
+
transaction_hash: z.ZodString;
|
|
2679
|
+
token_name: z.ZodString;
|
|
2680
|
+
token_symbol: z.ZodString;
|
|
2681
|
+
token_uri: z.ZodString;
|
|
2682
|
+
builder_wallet: z.ZodString;
|
|
2683
|
+
numeraire: z.ZodString;
|
|
2684
|
+
created_at: z.ZodString;
|
|
2685
|
+
} & {
|
|
2686
|
+
type: z.ZodEnum<["builder", "product"]>;
|
|
2687
|
+
}, "strip", z.ZodTypeAny, {
|
|
2688
|
+
type: "builder" | "product";
|
|
2689
|
+
id: string;
|
|
2690
|
+
contract_address: string;
|
|
2691
|
+
transaction_hash: string;
|
|
2692
|
+
token_name: string;
|
|
2693
|
+
token_symbol: string;
|
|
2694
|
+
token_uri: string;
|
|
2695
|
+
builder_wallet: string;
|
|
2696
|
+
numeraire: string;
|
|
2697
|
+
created_at: string;
|
|
2698
|
+
}, {
|
|
2699
|
+
type: "builder" | "product";
|
|
2700
|
+
id: string;
|
|
2701
|
+
contract_address: string;
|
|
2702
|
+
transaction_hash: string;
|
|
2703
|
+
token_name: string;
|
|
2704
|
+
token_symbol: string;
|
|
2705
|
+
token_uri: string;
|
|
2706
|
+
builder_wallet: string;
|
|
2707
|
+
numeraire: string;
|
|
2708
|
+
created_at: string;
|
|
2709
|
+
}>;
|
|
2675
2710
|
declare const builderContract: {
|
|
2676
2711
|
register: import("@orpc/contract", { with: { "resolution-mode": "import" } }).ContractProcedureBuilderWithInputOutput<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>, z.ZodObject<{
|
|
2677
2712
|
result: z.ZodObject<{
|
|
@@ -3048,13 +3083,13 @@ declare const builderContract: {
|
|
|
3048
3083
|
like_count?: number | undefined;
|
|
3049
3084
|
}>>;
|
|
3050
3085
|
}, "strip", z.ZodTypeAny, {
|
|
3051
|
-
name: string;
|
|
3052
3086
|
id: string;
|
|
3087
|
+
name: string;
|
|
3053
3088
|
username: string;
|
|
3054
3089
|
verified: boolean;
|
|
3055
3090
|
protected: boolean;
|
|
3056
|
-
verified_type?: string | undefined;
|
|
3057
3091
|
created_at?: string | undefined;
|
|
3092
|
+
verified_type?: string | undefined;
|
|
3058
3093
|
profile_image_url?: string | undefined;
|
|
3059
3094
|
public_metrics?: {
|
|
3060
3095
|
followers_count: number;
|
|
@@ -3064,13 +3099,13 @@ declare const builderContract: {
|
|
|
3064
3099
|
like_count?: number | undefined;
|
|
3065
3100
|
} | undefined;
|
|
3066
3101
|
}, {
|
|
3067
|
-
name: string;
|
|
3068
3102
|
id: string;
|
|
3103
|
+
name: string;
|
|
3069
3104
|
username: string;
|
|
3070
3105
|
verified: boolean;
|
|
3071
3106
|
protected: boolean;
|
|
3072
|
-
verified_type?: string | undefined;
|
|
3073
3107
|
created_at?: string | undefined;
|
|
3108
|
+
verified_type?: string | undefined;
|
|
3074
3109
|
profile_image_url?: string | undefined;
|
|
3075
3110
|
public_metrics?: {
|
|
3076
3111
|
followers_count: number;
|
|
@@ -3083,13 +3118,13 @@ declare const builderContract: {
|
|
|
3083
3118
|
fetchedAt: z.ZodString;
|
|
3084
3119
|
}, "strip", z.ZodTypeAny, {
|
|
3085
3120
|
user: {
|
|
3086
|
-
name: string;
|
|
3087
3121
|
id: string;
|
|
3122
|
+
name: string;
|
|
3088
3123
|
username: string;
|
|
3089
3124
|
verified: boolean;
|
|
3090
3125
|
protected: boolean;
|
|
3091
|
-
verified_type?: string | undefined;
|
|
3092
3126
|
created_at?: string | undefined;
|
|
3127
|
+
verified_type?: string | undefined;
|
|
3093
3128
|
profile_image_url?: string | undefined;
|
|
3094
3129
|
public_metrics?: {
|
|
3095
3130
|
followers_count: number;
|
|
@@ -3102,13 +3137,13 @@ declare const builderContract: {
|
|
|
3102
3137
|
fetchedAt: string;
|
|
3103
3138
|
}, {
|
|
3104
3139
|
user: {
|
|
3105
|
-
name: string;
|
|
3106
3140
|
id: string;
|
|
3141
|
+
name: string;
|
|
3107
3142
|
username: string;
|
|
3108
3143
|
verified: boolean;
|
|
3109
3144
|
protected: boolean;
|
|
3110
|
-
verified_type?: string | undefined;
|
|
3111
3145
|
created_at?: string | undefined;
|
|
3146
|
+
verified_type?: string | undefined;
|
|
3112
3147
|
profile_image_url?: string | undefined;
|
|
3113
3148
|
public_metrics?: {
|
|
3114
3149
|
followers_count: number;
|
|
@@ -3183,13 +3218,13 @@ declare const builderContract: {
|
|
|
3183
3218
|
} | null;
|
|
3184
3219
|
x_data: {
|
|
3185
3220
|
user: {
|
|
3186
|
-
name: string;
|
|
3187
3221
|
id: string;
|
|
3222
|
+
name: string;
|
|
3188
3223
|
username: string;
|
|
3189
3224
|
verified: boolean;
|
|
3190
3225
|
protected: boolean;
|
|
3191
|
-
verified_type?: string | undefined;
|
|
3192
3226
|
created_at?: string | undefined;
|
|
3227
|
+
verified_type?: string | undefined;
|
|
3193
3228
|
profile_image_url?: string | undefined;
|
|
3194
3229
|
public_metrics?: {
|
|
3195
3230
|
followers_count: number;
|
|
@@ -3263,13 +3298,13 @@ declare const builderContract: {
|
|
|
3263
3298
|
} | null;
|
|
3264
3299
|
x_data: {
|
|
3265
3300
|
user: {
|
|
3266
|
-
name: string;
|
|
3267
3301
|
id: string;
|
|
3302
|
+
name: string;
|
|
3268
3303
|
username: string;
|
|
3269
3304
|
verified: boolean;
|
|
3270
3305
|
protected: boolean;
|
|
3271
|
-
verified_type?: string | undefined;
|
|
3272
3306
|
created_at?: string | undefined;
|
|
3307
|
+
verified_type?: string | undefined;
|
|
3273
3308
|
profile_image_url?: string | undefined;
|
|
3274
3309
|
public_metrics?: {
|
|
3275
3310
|
followers_count: number;
|
|
@@ -3345,13 +3380,13 @@ declare const builderContract: {
|
|
|
3345
3380
|
} | null;
|
|
3346
3381
|
x_data: {
|
|
3347
3382
|
user: {
|
|
3348
|
-
name: string;
|
|
3349
3383
|
id: string;
|
|
3384
|
+
name: string;
|
|
3350
3385
|
username: string;
|
|
3351
3386
|
verified: boolean;
|
|
3352
3387
|
protected: boolean;
|
|
3353
|
-
verified_type?: string | undefined;
|
|
3354
3388
|
created_at?: string | undefined;
|
|
3389
|
+
verified_type?: string | undefined;
|
|
3355
3390
|
profile_image_url?: string | undefined;
|
|
3356
3391
|
public_metrics?: {
|
|
3357
3392
|
followers_count: number;
|
|
@@ -3427,13 +3462,13 @@ declare const builderContract: {
|
|
|
3427
3462
|
} | null;
|
|
3428
3463
|
x_data: {
|
|
3429
3464
|
user: {
|
|
3430
|
-
name: string;
|
|
3431
3465
|
id: string;
|
|
3466
|
+
name: string;
|
|
3432
3467
|
username: string;
|
|
3433
3468
|
verified: boolean;
|
|
3434
3469
|
protected: boolean;
|
|
3435
|
-
verified_type?: string | undefined;
|
|
3436
3470
|
created_at?: string | undefined;
|
|
3471
|
+
verified_type?: string | undefined;
|
|
3437
3472
|
profile_image_url?: string | undefined;
|
|
3438
3473
|
public_metrics?: {
|
|
3439
3474
|
followers_count: number;
|
|
@@ -3827,13 +3862,13 @@ declare const builderContract: {
|
|
|
3827
3862
|
like_count?: number | undefined;
|
|
3828
3863
|
}>>;
|
|
3829
3864
|
}, "strip", z.ZodTypeAny, {
|
|
3830
|
-
name: string;
|
|
3831
3865
|
id: string;
|
|
3866
|
+
name: string;
|
|
3832
3867
|
username: string;
|
|
3833
3868
|
verified: boolean;
|
|
3834
3869
|
protected: boolean;
|
|
3835
|
-
verified_type?: string | undefined;
|
|
3836
3870
|
created_at?: string | undefined;
|
|
3871
|
+
verified_type?: string | undefined;
|
|
3837
3872
|
profile_image_url?: string | undefined;
|
|
3838
3873
|
public_metrics?: {
|
|
3839
3874
|
followers_count: number;
|
|
@@ -3843,13 +3878,13 @@ declare const builderContract: {
|
|
|
3843
3878
|
like_count?: number | undefined;
|
|
3844
3879
|
} | undefined;
|
|
3845
3880
|
}, {
|
|
3846
|
-
name: string;
|
|
3847
3881
|
id: string;
|
|
3882
|
+
name: string;
|
|
3848
3883
|
username: string;
|
|
3849
3884
|
verified: boolean;
|
|
3850
3885
|
protected: boolean;
|
|
3851
|
-
verified_type?: string | undefined;
|
|
3852
3886
|
created_at?: string | undefined;
|
|
3887
|
+
verified_type?: string | undefined;
|
|
3853
3888
|
profile_image_url?: string | undefined;
|
|
3854
3889
|
public_metrics?: {
|
|
3855
3890
|
followers_count: number;
|
|
@@ -3862,13 +3897,13 @@ declare const builderContract: {
|
|
|
3862
3897
|
fetchedAt: z.ZodString;
|
|
3863
3898
|
}, "strip", z.ZodTypeAny, {
|
|
3864
3899
|
user: {
|
|
3865
|
-
name: string;
|
|
3866
3900
|
id: string;
|
|
3901
|
+
name: string;
|
|
3867
3902
|
username: string;
|
|
3868
3903
|
verified: boolean;
|
|
3869
3904
|
protected: boolean;
|
|
3870
|
-
verified_type?: string | undefined;
|
|
3871
3905
|
created_at?: string | undefined;
|
|
3906
|
+
verified_type?: string | undefined;
|
|
3872
3907
|
profile_image_url?: string | undefined;
|
|
3873
3908
|
public_metrics?: {
|
|
3874
3909
|
followers_count: number;
|
|
@@ -3881,13 +3916,13 @@ declare const builderContract: {
|
|
|
3881
3916
|
fetchedAt: string;
|
|
3882
3917
|
}, {
|
|
3883
3918
|
user: {
|
|
3884
|
-
name: string;
|
|
3885
3919
|
id: string;
|
|
3920
|
+
name: string;
|
|
3886
3921
|
username: string;
|
|
3887
3922
|
verified: boolean;
|
|
3888
3923
|
protected: boolean;
|
|
3889
|
-
verified_type?: string | undefined;
|
|
3890
3924
|
created_at?: string | undefined;
|
|
3925
|
+
verified_type?: string | undefined;
|
|
3891
3926
|
profile_image_url?: string | undefined;
|
|
3892
3927
|
public_metrics?: {
|
|
3893
3928
|
followers_count: number;
|
|
@@ -3910,25 +3945,25 @@ declare const builderContract: {
|
|
|
3910
3945
|
numeraire: z.ZodString;
|
|
3911
3946
|
created_at: z.ZodString;
|
|
3912
3947
|
}, "strip", z.ZodTypeAny, {
|
|
3913
|
-
token_name: string;
|
|
3914
|
-
token_symbol: string;
|
|
3915
3948
|
id: string;
|
|
3916
|
-
numeraire: string;
|
|
3917
|
-
token_uri: string;
|
|
3918
|
-
created_at: string;
|
|
3919
3949
|
contract_address: string;
|
|
3920
3950
|
transaction_hash: string;
|
|
3921
|
-
builder_wallet: string;
|
|
3922
|
-
}, {
|
|
3923
3951
|
token_name: string;
|
|
3924
3952
|
token_symbol: string;
|
|
3925
|
-
id: string;
|
|
3926
|
-
numeraire: string;
|
|
3927
3953
|
token_uri: string;
|
|
3954
|
+
builder_wallet: string;
|
|
3955
|
+
numeraire: string;
|
|
3928
3956
|
created_at: string;
|
|
3957
|
+
}, {
|
|
3958
|
+
id: string;
|
|
3929
3959
|
contract_address: string;
|
|
3930
3960
|
transaction_hash: string;
|
|
3961
|
+
token_name: string;
|
|
3962
|
+
token_symbol: string;
|
|
3963
|
+
token_uri: string;
|
|
3931
3964
|
builder_wallet: string;
|
|
3965
|
+
numeraire: string;
|
|
3966
|
+
created_at: string;
|
|
3932
3967
|
}>>;
|
|
3933
3968
|
product_coins: z.ZodArray<z.ZodObject<{
|
|
3934
3969
|
id: z.ZodString;
|
|
@@ -3941,27 +3976,38 @@ declare const builderContract: {
|
|
|
3941
3976
|
numeraire: z.ZodString;
|
|
3942
3977
|
created_at: z.ZodString;
|
|
3943
3978
|
}, "strip", z.ZodTypeAny, {
|
|
3979
|
+
id: string;
|
|
3980
|
+
contract_address: string;
|
|
3981
|
+
transaction_hash: string;
|
|
3944
3982
|
token_name: string;
|
|
3945
3983
|
token_symbol: string;
|
|
3946
|
-
id: string;
|
|
3947
|
-
numeraire: string;
|
|
3948
3984
|
token_uri: string;
|
|
3985
|
+
builder_wallet: string;
|
|
3986
|
+
numeraire: string;
|
|
3949
3987
|
created_at: string;
|
|
3988
|
+
}, {
|
|
3989
|
+
id: string;
|
|
3950
3990
|
contract_address: string;
|
|
3951
3991
|
transaction_hash: string;
|
|
3952
|
-
builder_wallet: string;
|
|
3953
|
-
}, {
|
|
3954
3992
|
token_name: string;
|
|
3955
3993
|
token_symbol: string;
|
|
3956
|
-
id: string;
|
|
3957
|
-
numeraire: string;
|
|
3958
3994
|
token_uri: string;
|
|
3995
|
+
builder_wallet: string;
|
|
3996
|
+
numeraire: string;
|
|
3959
3997
|
created_at: string;
|
|
3998
|
+
}>, "many">;
|
|
3999
|
+
}, "strip", z.ZodTypeAny, {
|
|
4000
|
+
builder_coin: {
|
|
4001
|
+
id: string;
|
|
3960
4002
|
contract_address: string;
|
|
3961
4003
|
transaction_hash: string;
|
|
4004
|
+
token_name: string;
|
|
4005
|
+
token_symbol: string;
|
|
4006
|
+
token_uri: string;
|
|
3962
4007
|
builder_wallet: string;
|
|
3963
|
-
|
|
3964
|
-
|
|
4008
|
+
numeraire: string;
|
|
4009
|
+
created_at: string;
|
|
4010
|
+
} | null;
|
|
3965
4011
|
wallet_address: string | null;
|
|
3966
4012
|
github_username: string | null;
|
|
3967
4013
|
x_username: string | null;
|
|
@@ -4019,13 +4065,13 @@ declare const builderContract: {
|
|
|
4019
4065
|
} | null;
|
|
4020
4066
|
x_data: {
|
|
4021
4067
|
user: {
|
|
4022
|
-
name: string;
|
|
4023
4068
|
id: string;
|
|
4069
|
+
name: string;
|
|
4024
4070
|
username: string;
|
|
4025
4071
|
verified: boolean;
|
|
4026
4072
|
protected: boolean;
|
|
4027
|
-
verified_type?: string | undefined;
|
|
4028
4073
|
created_at?: string | undefined;
|
|
4074
|
+
verified_type?: string | undefined;
|
|
4029
4075
|
profile_image_url?: string | undefined;
|
|
4030
4076
|
public_metrics?: {
|
|
4031
4077
|
followers_count: number;
|
|
@@ -4037,29 +4083,29 @@ declare const builderContract: {
|
|
|
4037
4083
|
};
|
|
4038
4084
|
fetchedAt: string;
|
|
4039
4085
|
} | null;
|
|
4040
|
-
|
|
4041
|
-
token_name: string;
|
|
4042
|
-
token_symbol: string;
|
|
4086
|
+
product_coins: {
|
|
4043
4087
|
id: string;
|
|
4044
|
-
numeraire: string;
|
|
4045
|
-
token_uri: string;
|
|
4046
|
-
created_at: string;
|
|
4047
4088
|
contract_address: string;
|
|
4048
4089
|
transaction_hash: string;
|
|
4049
|
-
builder_wallet: string;
|
|
4050
|
-
} | null;
|
|
4051
|
-
product_coins: {
|
|
4052
4090
|
token_name: string;
|
|
4053
4091
|
token_symbol: string;
|
|
4054
|
-
id: string;
|
|
4055
|
-
numeraire: string;
|
|
4056
4092
|
token_uri: string;
|
|
4093
|
+
builder_wallet: string;
|
|
4094
|
+
numeraire: string;
|
|
4057
4095
|
created_at: string;
|
|
4096
|
+
}[];
|
|
4097
|
+
}, {
|
|
4098
|
+
builder_coin: {
|
|
4099
|
+
id: string;
|
|
4058
4100
|
contract_address: string;
|
|
4059
4101
|
transaction_hash: string;
|
|
4102
|
+
token_name: string;
|
|
4103
|
+
token_symbol: string;
|
|
4104
|
+
token_uri: string;
|
|
4060
4105
|
builder_wallet: string;
|
|
4061
|
-
|
|
4062
|
-
|
|
4106
|
+
numeraire: string;
|
|
4107
|
+
created_at: string;
|
|
4108
|
+
} | null;
|
|
4063
4109
|
wallet_address: string | null;
|
|
4064
4110
|
github_username: string | null;
|
|
4065
4111
|
x_username: string | null;
|
|
@@ -4117,13 +4163,13 @@ declare const builderContract: {
|
|
|
4117
4163
|
} | null;
|
|
4118
4164
|
x_data: {
|
|
4119
4165
|
user: {
|
|
4120
|
-
name: string;
|
|
4121
4166
|
id: string;
|
|
4167
|
+
name: string;
|
|
4122
4168
|
username: string;
|
|
4123
4169
|
verified: boolean;
|
|
4124
4170
|
protected: boolean;
|
|
4125
|
-
verified_type?: string | undefined;
|
|
4126
4171
|
created_at?: string | undefined;
|
|
4172
|
+
verified_type?: string | undefined;
|
|
4127
4173
|
profile_image_url?: string | undefined;
|
|
4128
4174
|
public_metrics?: {
|
|
4129
4175
|
followers_count: number;
|
|
@@ -4135,31 +4181,31 @@ declare const builderContract: {
|
|
|
4135
4181
|
};
|
|
4136
4182
|
fetchedAt: string;
|
|
4137
4183
|
} | null;
|
|
4138
|
-
|
|
4139
|
-
token_name: string;
|
|
4140
|
-
token_symbol: string;
|
|
4184
|
+
product_coins: {
|
|
4141
4185
|
id: string;
|
|
4142
|
-
numeraire: string;
|
|
4143
|
-
token_uri: string;
|
|
4144
|
-
created_at: string;
|
|
4145
4186
|
contract_address: string;
|
|
4146
4187
|
transaction_hash: string;
|
|
4147
|
-
builder_wallet: string;
|
|
4148
|
-
} | null;
|
|
4149
|
-
product_coins: {
|
|
4150
4188
|
token_name: string;
|
|
4151
4189
|
token_symbol: string;
|
|
4152
|
-
id: string;
|
|
4153
|
-
numeraire: string;
|
|
4154
4190
|
token_uri: string;
|
|
4155
|
-
created_at: string;
|
|
4156
|
-
contract_address: string;
|
|
4157
|
-
transaction_hash: string;
|
|
4158
4191
|
builder_wallet: string;
|
|
4192
|
+
numeraire: string;
|
|
4193
|
+
created_at: string;
|
|
4159
4194
|
}[];
|
|
4160
4195
|
}>;
|
|
4161
4196
|
}, "strip", z.ZodTypeAny, {
|
|
4162
4197
|
result: {
|
|
4198
|
+
builder_coin: {
|
|
4199
|
+
id: string;
|
|
4200
|
+
contract_address: string;
|
|
4201
|
+
transaction_hash: string;
|
|
4202
|
+
token_name: string;
|
|
4203
|
+
token_symbol: string;
|
|
4204
|
+
token_uri: string;
|
|
4205
|
+
builder_wallet: string;
|
|
4206
|
+
numeraire: string;
|
|
4207
|
+
created_at: string;
|
|
4208
|
+
} | null;
|
|
4163
4209
|
wallet_address: string | null;
|
|
4164
4210
|
github_username: string | null;
|
|
4165
4211
|
x_username: string | null;
|
|
@@ -4217,13 +4263,13 @@ declare const builderContract: {
|
|
|
4217
4263
|
} | null;
|
|
4218
4264
|
x_data: {
|
|
4219
4265
|
user: {
|
|
4220
|
-
name: string;
|
|
4221
4266
|
id: string;
|
|
4267
|
+
name: string;
|
|
4222
4268
|
username: string;
|
|
4223
4269
|
verified: boolean;
|
|
4224
4270
|
protected: boolean;
|
|
4225
|
-
verified_type?: string | undefined;
|
|
4226
4271
|
created_at?: string | undefined;
|
|
4272
|
+
verified_type?: string | undefined;
|
|
4227
4273
|
profile_image_url?: string | undefined;
|
|
4228
4274
|
public_metrics?: {
|
|
4229
4275
|
followers_count: number;
|
|
@@ -4235,31 +4281,31 @@ declare const builderContract: {
|
|
|
4235
4281
|
};
|
|
4236
4282
|
fetchedAt: string;
|
|
4237
4283
|
} | null;
|
|
4238
|
-
|
|
4239
|
-
token_name: string;
|
|
4240
|
-
token_symbol: string;
|
|
4284
|
+
product_coins: {
|
|
4241
4285
|
id: string;
|
|
4242
|
-
numeraire: string;
|
|
4243
|
-
token_uri: string;
|
|
4244
|
-
created_at: string;
|
|
4245
4286
|
contract_address: string;
|
|
4246
4287
|
transaction_hash: string;
|
|
4247
|
-
builder_wallet: string;
|
|
4248
|
-
} | null;
|
|
4249
|
-
product_coins: {
|
|
4250
4288
|
token_name: string;
|
|
4251
4289
|
token_symbol: string;
|
|
4252
|
-
id: string;
|
|
4253
|
-
numeraire: string;
|
|
4254
4290
|
token_uri: string;
|
|
4255
|
-
created_at: string;
|
|
4256
|
-
contract_address: string;
|
|
4257
|
-
transaction_hash: string;
|
|
4258
4291
|
builder_wallet: string;
|
|
4292
|
+
numeraire: string;
|
|
4293
|
+
created_at: string;
|
|
4259
4294
|
}[];
|
|
4260
4295
|
};
|
|
4261
4296
|
}, {
|
|
4262
4297
|
result: {
|
|
4298
|
+
builder_coin: {
|
|
4299
|
+
id: string;
|
|
4300
|
+
contract_address: string;
|
|
4301
|
+
transaction_hash: string;
|
|
4302
|
+
token_name: string;
|
|
4303
|
+
token_symbol: string;
|
|
4304
|
+
token_uri: string;
|
|
4305
|
+
builder_wallet: string;
|
|
4306
|
+
numeraire: string;
|
|
4307
|
+
created_at: string;
|
|
4308
|
+
} | null;
|
|
4263
4309
|
wallet_address: string | null;
|
|
4264
4310
|
github_username: string | null;
|
|
4265
4311
|
x_username: string | null;
|
|
@@ -4317,13 +4363,13 @@ declare const builderContract: {
|
|
|
4317
4363
|
} | null;
|
|
4318
4364
|
x_data: {
|
|
4319
4365
|
user: {
|
|
4320
|
-
name: string;
|
|
4321
4366
|
id: string;
|
|
4367
|
+
name: string;
|
|
4322
4368
|
username: string;
|
|
4323
4369
|
verified: boolean;
|
|
4324
4370
|
protected: boolean;
|
|
4325
|
-
verified_type?: string | undefined;
|
|
4326
4371
|
created_at?: string | undefined;
|
|
4372
|
+
verified_type?: string | undefined;
|
|
4327
4373
|
profile_image_url?: string | undefined;
|
|
4328
4374
|
public_metrics?: {
|
|
4329
4375
|
followers_count: number;
|
|
@@ -4335,27 +4381,16 @@ declare const builderContract: {
|
|
|
4335
4381
|
};
|
|
4336
4382
|
fetchedAt: string;
|
|
4337
4383
|
} | null;
|
|
4338
|
-
|
|
4339
|
-
token_name: string;
|
|
4340
|
-
token_symbol: string;
|
|
4384
|
+
product_coins: {
|
|
4341
4385
|
id: string;
|
|
4342
|
-
numeraire: string;
|
|
4343
|
-
token_uri: string;
|
|
4344
|
-
created_at: string;
|
|
4345
4386
|
contract_address: string;
|
|
4346
4387
|
transaction_hash: string;
|
|
4347
|
-
builder_wallet: string;
|
|
4348
|
-
} | null;
|
|
4349
|
-
product_coins: {
|
|
4350
4388
|
token_name: string;
|
|
4351
4389
|
token_symbol: string;
|
|
4352
|
-
id: string;
|
|
4353
|
-
numeraire: string;
|
|
4354
4390
|
token_uri: string;
|
|
4355
|
-
created_at: string;
|
|
4356
|
-
contract_address: string;
|
|
4357
|
-
transaction_hash: string;
|
|
4358
4391
|
builder_wallet: string;
|
|
4392
|
+
numeraire: string;
|
|
4393
|
+
created_at: string;
|
|
4359
4394
|
}[];
|
|
4360
4395
|
};
|
|
4361
4396
|
}>, Record<never, never>, Record<never, never>>;
|
|
@@ -4738,13 +4773,13 @@ declare const builderContract: {
|
|
|
4738
4773
|
like_count?: number | undefined;
|
|
4739
4774
|
}>>;
|
|
4740
4775
|
}, "strip", z.ZodTypeAny, {
|
|
4741
|
-
name: string;
|
|
4742
4776
|
id: string;
|
|
4777
|
+
name: string;
|
|
4743
4778
|
username: string;
|
|
4744
4779
|
verified: boolean;
|
|
4745
4780
|
protected: boolean;
|
|
4746
|
-
verified_type?: string | undefined;
|
|
4747
4781
|
created_at?: string | undefined;
|
|
4782
|
+
verified_type?: string | undefined;
|
|
4748
4783
|
profile_image_url?: string | undefined;
|
|
4749
4784
|
public_metrics?: {
|
|
4750
4785
|
followers_count: number;
|
|
@@ -4754,13 +4789,13 @@ declare const builderContract: {
|
|
|
4754
4789
|
like_count?: number | undefined;
|
|
4755
4790
|
} | undefined;
|
|
4756
4791
|
}, {
|
|
4757
|
-
name: string;
|
|
4758
4792
|
id: string;
|
|
4793
|
+
name: string;
|
|
4759
4794
|
username: string;
|
|
4760
4795
|
verified: boolean;
|
|
4761
4796
|
protected: boolean;
|
|
4762
|
-
verified_type?: string | undefined;
|
|
4763
4797
|
created_at?: string | undefined;
|
|
4798
|
+
verified_type?: string | undefined;
|
|
4764
4799
|
profile_image_url?: string | undefined;
|
|
4765
4800
|
public_metrics?: {
|
|
4766
4801
|
followers_count: number;
|
|
@@ -4773,13 +4808,13 @@ declare const builderContract: {
|
|
|
4773
4808
|
fetchedAt: z.ZodString;
|
|
4774
4809
|
}, "strip", z.ZodTypeAny, {
|
|
4775
4810
|
user: {
|
|
4776
|
-
name: string;
|
|
4777
4811
|
id: string;
|
|
4812
|
+
name: string;
|
|
4778
4813
|
username: string;
|
|
4779
4814
|
verified: boolean;
|
|
4780
4815
|
protected: boolean;
|
|
4781
|
-
verified_type?: string | undefined;
|
|
4782
4816
|
created_at?: string | undefined;
|
|
4817
|
+
verified_type?: string | undefined;
|
|
4783
4818
|
profile_image_url?: string | undefined;
|
|
4784
4819
|
public_metrics?: {
|
|
4785
4820
|
followers_count: number;
|
|
@@ -4792,13 +4827,13 @@ declare const builderContract: {
|
|
|
4792
4827
|
fetchedAt: string;
|
|
4793
4828
|
}, {
|
|
4794
4829
|
user: {
|
|
4795
|
-
name: string;
|
|
4796
4830
|
id: string;
|
|
4831
|
+
name: string;
|
|
4797
4832
|
username: string;
|
|
4798
4833
|
verified: boolean;
|
|
4799
4834
|
protected: boolean;
|
|
4800
|
-
verified_type?: string | undefined;
|
|
4801
4835
|
created_at?: string | undefined;
|
|
4836
|
+
verified_type?: string | undefined;
|
|
4802
4837
|
profile_image_url?: string | undefined;
|
|
4803
4838
|
public_metrics?: {
|
|
4804
4839
|
followers_count: number;
|
|
@@ -4821,25 +4856,25 @@ declare const builderContract: {
|
|
|
4821
4856
|
numeraire: z.ZodString;
|
|
4822
4857
|
created_at: z.ZodString;
|
|
4823
4858
|
}, "strip", z.ZodTypeAny, {
|
|
4824
|
-
token_name: string;
|
|
4825
|
-
token_symbol: string;
|
|
4826
4859
|
id: string;
|
|
4827
|
-
numeraire: string;
|
|
4828
|
-
token_uri: string;
|
|
4829
|
-
created_at: string;
|
|
4830
4860
|
contract_address: string;
|
|
4831
4861
|
transaction_hash: string;
|
|
4832
|
-
builder_wallet: string;
|
|
4833
|
-
}, {
|
|
4834
4862
|
token_name: string;
|
|
4835
4863
|
token_symbol: string;
|
|
4836
|
-
id: string;
|
|
4837
|
-
numeraire: string;
|
|
4838
4864
|
token_uri: string;
|
|
4865
|
+
builder_wallet: string;
|
|
4866
|
+
numeraire: string;
|
|
4839
4867
|
created_at: string;
|
|
4868
|
+
}, {
|
|
4869
|
+
id: string;
|
|
4840
4870
|
contract_address: string;
|
|
4841
4871
|
transaction_hash: string;
|
|
4872
|
+
token_name: string;
|
|
4873
|
+
token_symbol: string;
|
|
4874
|
+
token_uri: string;
|
|
4842
4875
|
builder_wallet: string;
|
|
4876
|
+
numeraire: string;
|
|
4877
|
+
created_at: string;
|
|
4843
4878
|
}>>;
|
|
4844
4879
|
product_coins: z.ZodArray<z.ZodObject<{
|
|
4845
4880
|
id: z.ZodString;
|
|
@@ -4852,27 +4887,38 @@ declare const builderContract: {
|
|
|
4852
4887
|
numeraire: z.ZodString;
|
|
4853
4888
|
created_at: z.ZodString;
|
|
4854
4889
|
}, "strip", z.ZodTypeAny, {
|
|
4890
|
+
id: string;
|
|
4891
|
+
contract_address: string;
|
|
4892
|
+
transaction_hash: string;
|
|
4855
4893
|
token_name: string;
|
|
4856
4894
|
token_symbol: string;
|
|
4857
|
-
id: string;
|
|
4858
|
-
numeraire: string;
|
|
4859
4895
|
token_uri: string;
|
|
4896
|
+
builder_wallet: string;
|
|
4897
|
+
numeraire: string;
|
|
4860
4898
|
created_at: string;
|
|
4899
|
+
}, {
|
|
4900
|
+
id: string;
|
|
4861
4901
|
contract_address: string;
|
|
4862
4902
|
transaction_hash: string;
|
|
4863
|
-
builder_wallet: string;
|
|
4864
|
-
}, {
|
|
4865
4903
|
token_name: string;
|
|
4866
4904
|
token_symbol: string;
|
|
4867
|
-
id: string;
|
|
4868
|
-
numeraire: string;
|
|
4869
4905
|
token_uri: string;
|
|
4906
|
+
builder_wallet: string;
|
|
4907
|
+
numeraire: string;
|
|
4870
4908
|
created_at: string;
|
|
4909
|
+
}>, "many">;
|
|
4910
|
+
}, "strip", z.ZodTypeAny, {
|
|
4911
|
+
builder_coin: {
|
|
4912
|
+
id: string;
|
|
4871
4913
|
contract_address: string;
|
|
4872
4914
|
transaction_hash: string;
|
|
4915
|
+
token_name: string;
|
|
4916
|
+
token_symbol: string;
|
|
4917
|
+
token_uri: string;
|
|
4873
4918
|
builder_wallet: string;
|
|
4874
|
-
|
|
4875
|
-
|
|
4919
|
+
numeraire: string;
|
|
4920
|
+
created_at: string;
|
|
4921
|
+
} | null;
|
|
4876
4922
|
wallet_address: string | null;
|
|
4877
4923
|
github_username: string | null;
|
|
4878
4924
|
x_username: string | null;
|
|
@@ -4930,13 +4976,13 @@ declare const builderContract: {
|
|
|
4930
4976
|
} | null;
|
|
4931
4977
|
x_data: {
|
|
4932
4978
|
user: {
|
|
4933
|
-
name: string;
|
|
4934
4979
|
id: string;
|
|
4980
|
+
name: string;
|
|
4935
4981
|
username: string;
|
|
4936
4982
|
verified: boolean;
|
|
4937
4983
|
protected: boolean;
|
|
4938
|
-
verified_type?: string | undefined;
|
|
4939
4984
|
created_at?: string | undefined;
|
|
4985
|
+
verified_type?: string | undefined;
|
|
4940
4986
|
profile_image_url?: string | undefined;
|
|
4941
4987
|
public_metrics?: {
|
|
4942
4988
|
followers_count: number;
|
|
@@ -4948,29 +4994,29 @@ declare const builderContract: {
|
|
|
4948
4994
|
};
|
|
4949
4995
|
fetchedAt: string;
|
|
4950
4996
|
} | null;
|
|
4951
|
-
|
|
4952
|
-
token_name: string;
|
|
4953
|
-
token_symbol: string;
|
|
4997
|
+
product_coins: {
|
|
4954
4998
|
id: string;
|
|
4955
|
-
numeraire: string;
|
|
4956
|
-
token_uri: string;
|
|
4957
|
-
created_at: string;
|
|
4958
4999
|
contract_address: string;
|
|
4959
5000
|
transaction_hash: string;
|
|
4960
|
-
builder_wallet: string;
|
|
4961
|
-
} | null;
|
|
4962
|
-
product_coins: {
|
|
4963
5001
|
token_name: string;
|
|
4964
5002
|
token_symbol: string;
|
|
4965
|
-
id: string;
|
|
4966
|
-
numeraire: string;
|
|
4967
5003
|
token_uri: string;
|
|
5004
|
+
builder_wallet: string;
|
|
5005
|
+
numeraire: string;
|
|
4968
5006
|
created_at: string;
|
|
5007
|
+
}[];
|
|
5008
|
+
}, {
|
|
5009
|
+
builder_coin: {
|
|
5010
|
+
id: string;
|
|
4969
5011
|
contract_address: string;
|
|
4970
5012
|
transaction_hash: string;
|
|
5013
|
+
token_name: string;
|
|
5014
|
+
token_symbol: string;
|
|
5015
|
+
token_uri: string;
|
|
4971
5016
|
builder_wallet: string;
|
|
4972
|
-
|
|
4973
|
-
|
|
5017
|
+
numeraire: string;
|
|
5018
|
+
created_at: string;
|
|
5019
|
+
} | null;
|
|
4974
5020
|
wallet_address: string | null;
|
|
4975
5021
|
github_username: string | null;
|
|
4976
5022
|
x_username: string | null;
|
|
@@ -5028,13 +5074,13 @@ declare const builderContract: {
|
|
|
5028
5074
|
} | null;
|
|
5029
5075
|
x_data: {
|
|
5030
5076
|
user: {
|
|
5031
|
-
name: string;
|
|
5032
5077
|
id: string;
|
|
5078
|
+
name: string;
|
|
5033
5079
|
username: string;
|
|
5034
5080
|
verified: boolean;
|
|
5035
5081
|
protected: boolean;
|
|
5036
|
-
verified_type?: string | undefined;
|
|
5037
5082
|
created_at?: string | undefined;
|
|
5083
|
+
verified_type?: string | undefined;
|
|
5038
5084
|
profile_image_url?: string | undefined;
|
|
5039
5085
|
public_metrics?: {
|
|
5040
5086
|
followers_count: number;
|
|
@@ -5046,31 +5092,31 @@ declare const builderContract: {
|
|
|
5046
5092
|
};
|
|
5047
5093
|
fetchedAt: string;
|
|
5048
5094
|
} | null;
|
|
5049
|
-
|
|
5050
|
-
token_name: string;
|
|
5051
|
-
token_symbol: string;
|
|
5095
|
+
product_coins: {
|
|
5052
5096
|
id: string;
|
|
5053
|
-
numeraire: string;
|
|
5054
|
-
token_uri: string;
|
|
5055
|
-
created_at: string;
|
|
5056
5097
|
contract_address: string;
|
|
5057
5098
|
transaction_hash: string;
|
|
5058
|
-
builder_wallet: string;
|
|
5059
|
-
} | null;
|
|
5060
|
-
product_coins: {
|
|
5061
5099
|
token_name: string;
|
|
5062
5100
|
token_symbol: string;
|
|
5063
|
-
id: string;
|
|
5064
|
-
numeraire: string;
|
|
5065
5101
|
token_uri: string;
|
|
5066
|
-
created_at: string;
|
|
5067
|
-
contract_address: string;
|
|
5068
|
-
transaction_hash: string;
|
|
5069
5102
|
builder_wallet: string;
|
|
5103
|
+
numeraire: string;
|
|
5104
|
+
created_at: string;
|
|
5070
5105
|
}[];
|
|
5071
5106
|
}>, "many">;
|
|
5072
5107
|
}, "strip", z.ZodTypeAny, {
|
|
5073
5108
|
result: {
|
|
5109
|
+
builder_coin: {
|
|
5110
|
+
id: string;
|
|
5111
|
+
contract_address: string;
|
|
5112
|
+
transaction_hash: string;
|
|
5113
|
+
token_name: string;
|
|
5114
|
+
token_symbol: string;
|
|
5115
|
+
token_uri: string;
|
|
5116
|
+
builder_wallet: string;
|
|
5117
|
+
numeraire: string;
|
|
5118
|
+
created_at: string;
|
|
5119
|
+
} | null;
|
|
5074
5120
|
wallet_address: string | null;
|
|
5075
5121
|
github_username: string | null;
|
|
5076
5122
|
x_username: string | null;
|
|
@@ -5128,13 +5174,13 @@ declare const builderContract: {
|
|
|
5128
5174
|
} | null;
|
|
5129
5175
|
x_data: {
|
|
5130
5176
|
user: {
|
|
5131
|
-
name: string;
|
|
5132
5177
|
id: string;
|
|
5178
|
+
name: string;
|
|
5133
5179
|
username: string;
|
|
5134
5180
|
verified: boolean;
|
|
5135
5181
|
protected: boolean;
|
|
5136
|
-
verified_type?: string | undefined;
|
|
5137
5182
|
created_at?: string | undefined;
|
|
5183
|
+
verified_type?: string | undefined;
|
|
5138
5184
|
profile_image_url?: string | undefined;
|
|
5139
5185
|
public_metrics?: {
|
|
5140
5186
|
followers_count: number;
|
|
@@ -5146,31 +5192,31 @@ declare const builderContract: {
|
|
|
5146
5192
|
};
|
|
5147
5193
|
fetchedAt: string;
|
|
5148
5194
|
} | null;
|
|
5149
|
-
|
|
5150
|
-
token_name: string;
|
|
5151
|
-
token_symbol: string;
|
|
5195
|
+
product_coins: {
|
|
5152
5196
|
id: string;
|
|
5153
|
-
numeraire: string;
|
|
5154
|
-
token_uri: string;
|
|
5155
|
-
created_at: string;
|
|
5156
5197
|
contract_address: string;
|
|
5157
5198
|
transaction_hash: string;
|
|
5158
|
-
builder_wallet: string;
|
|
5159
|
-
} | null;
|
|
5160
|
-
product_coins: {
|
|
5161
5199
|
token_name: string;
|
|
5162
5200
|
token_symbol: string;
|
|
5163
|
-
id: string;
|
|
5164
|
-
numeraire: string;
|
|
5165
5201
|
token_uri: string;
|
|
5166
|
-
created_at: string;
|
|
5167
|
-
contract_address: string;
|
|
5168
|
-
transaction_hash: string;
|
|
5169
5202
|
builder_wallet: string;
|
|
5203
|
+
numeraire: string;
|
|
5204
|
+
created_at: string;
|
|
5170
5205
|
}[];
|
|
5171
5206
|
}[];
|
|
5172
5207
|
}, {
|
|
5173
5208
|
result: {
|
|
5209
|
+
builder_coin: {
|
|
5210
|
+
id: string;
|
|
5211
|
+
contract_address: string;
|
|
5212
|
+
transaction_hash: string;
|
|
5213
|
+
token_name: string;
|
|
5214
|
+
token_symbol: string;
|
|
5215
|
+
token_uri: string;
|
|
5216
|
+
builder_wallet: string;
|
|
5217
|
+
numeraire: string;
|
|
5218
|
+
created_at: string;
|
|
5219
|
+
} | null;
|
|
5174
5220
|
wallet_address: string | null;
|
|
5175
5221
|
github_username: string | null;
|
|
5176
5222
|
x_username: string | null;
|
|
@@ -5228,13 +5274,13 @@ declare const builderContract: {
|
|
|
5228
5274
|
} | null;
|
|
5229
5275
|
x_data: {
|
|
5230
5276
|
user: {
|
|
5231
|
-
name: string;
|
|
5232
5277
|
id: string;
|
|
5278
|
+
name: string;
|
|
5233
5279
|
username: string;
|
|
5234
5280
|
verified: boolean;
|
|
5235
5281
|
protected: boolean;
|
|
5236
|
-
verified_type?: string | undefined;
|
|
5237
5282
|
created_at?: string | undefined;
|
|
5283
|
+
verified_type?: string | undefined;
|
|
5238
5284
|
profile_image_url?: string | undefined;
|
|
5239
5285
|
public_metrics?: {
|
|
5240
5286
|
followers_count: number;
|
|
@@ -5246,27 +5292,16 @@ declare const builderContract: {
|
|
|
5246
5292
|
};
|
|
5247
5293
|
fetchedAt: string;
|
|
5248
5294
|
} | null;
|
|
5249
|
-
|
|
5250
|
-
token_name: string;
|
|
5251
|
-
token_symbol: string;
|
|
5295
|
+
product_coins: {
|
|
5252
5296
|
id: string;
|
|
5253
|
-
numeraire: string;
|
|
5254
|
-
token_uri: string;
|
|
5255
|
-
created_at: string;
|
|
5256
5297
|
contract_address: string;
|
|
5257
5298
|
transaction_hash: string;
|
|
5258
|
-
builder_wallet: string;
|
|
5259
|
-
} | null;
|
|
5260
|
-
product_coins: {
|
|
5261
5299
|
token_name: string;
|
|
5262
5300
|
token_symbol: string;
|
|
5263
|
-
id: string;
|
|
5264
|
-
numeraire: string;
|
|
5265
5301
|
token_uri: string;
|
|
5266
|
-
created_at: string;
|
|
5267
|
-
contract_address: string;
|
|
5268
|
-
transaction_hash: string;
|
|
5269
5302
|
builder_wallet: string;
|
|
5303
|
+
numeraire: string;
|
|
5304
|
+
created_at: string;
|
|
5270
5305
|
}[];
|
|
5271
5306
|
}[];
|
|
5272
5307
|
}>, Record<never, never>, Record<never, never>>;
|
|
@@ -5303,53 +5338,53 @@ declare const builderContract: {
|
|
|
5303
5338
|
numeraire: z.ZodString;
|
|
5304
5339
|
created_at: z.ZodString;
|
|
5305
5340
|
}, "strip", z.ZodTypeAny, {
|
|
5306
|
-
token_name: string;
|
|
5307
|
-
token_symbol: string;
|
|
5308
5341
|
id: string;
|
|
5309
|
-
numeraire: string;
|
|
5310
|
-
token_uri: string;
|
|
5311
|
-
created_at: string;
|
|
5312
5342
|
contract_address: string;
|
|
5313
5343
|
transaction_hash: string;
|
|
5314
|
-
builder_wallet: string;
|
|
5315
|
-
}, {
|
|
5316
5344
|
token_name: string;
|
|
5317
5345
|
token_symbol: string;
|
|
5318
|
-
id: string;
|
|
5319
|
-
numeraire: string;
|
|
5320
5346
|
token_uri: string;
|
|
5347
|
+
builder_wallet: string;
|
|
5348
|
+
numeraire: string;
|
|
5321
5349
|
created_at: string;
|
|
5350
|
+
}, {
|
|
5351
|
+
id: string;
|
|
5322
5352
|
contract_address: string;
|
|
5323
5353
|
transaction_hash: string;
|
|
5354
|
+
token_name: string;
|
|
5355
|
+
token_symbol: string;
|
|
5356
|
+
token_uri: string;
|
|
5324
5357
|
builder_wallet: string;
|
|
5358
|
+
numeraire: string;
|
|
5359
|
+
created_at: string;
|
|
5325
5360
|
}>;
|
|
5326
5361
|
}, "strip", z.ZodTypeAny, {
|
|
5327
5362
|
contract_address: string;
|
|
5328
5363
|
transaction_hash: string;
|
|
5329
5364
|
coin: {
|
|
5330
|
-
token_name: string;
|
|
5331
|
-
token_symbol: string;
|
|
5332
5365
|
id: string;
|
|
5333
|
-
numeraire: string;
|
|
5334
|
-
token_uri: string;
|
|
5335
|
-
created_at: string;
|
|
5336
5366
|
contract_address: string;
|
|
5337
5367
|
transaction_hash: string;
|
|
5368
|
+
token_name: string;
|
|
5369
|
+
token_symbol: string;
|
|
5370
|
+
token_uri: string;
|
|
5338
5371
|
builder_wallet: string;
|
|
5372
|
+
numeraire: string;
|
|
5373
|
+
created_at: string;
|
|
5339
5374
|
};
|
|
5340
5375
|
}, {
|
|
5341
5376
|
contract_address: string;
|
|
5342
5377
|
transaction_hash: string;
|
|
5343
5378
|
coin: {
|
|
5344
|
-
token_name: string;
|
|
5345
|
-
token_symbol: string;
|
|
5346
5379
|
id: string;
|
|
5347
|
-
numeraire: string;
|
|
5348
|
-
token_uri: string;
|
|
5349
|
-
created_at: string;
|
|
5350
5380
|
contract_address: string;
|
|
5351
5381
|
transaction_hash: string;
|
|
5382
|
+
token_name: string;
|
|
5383
|
+
token_symbol: string;
|
|
5384
|
+
token_uri: string;
|
|
5352
5385
|
builder_wallet: string;
|
|
5386
|
+
numeraire: string;
|
|
5387
|
+
created_at: string;
|
|
5353
5388
|
};
|
|
5354
5389
|
}>;
|
|
5355
5390
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5357,15 +5392,15 @@ declare const builderContract: {
|
|
|
5357
5392
|
contract_address: string;
|
|
5358
5393
|
transaction_hash: string;
|
|
5359
5394
|
coin: {
|
|
5360
|
-
token_name: string;
|
|
5361
|
-
token_symbol: string;
|
|
5362
5395
|
id: string;
|
|
5363
|
-
numeraire: string;
|
|
5364
|
-
token_uri: string;
|
|
5365
|
-
created_at: string;
|
|
5366
5396
|
contract_address: string;
|
|
5367
5397
|
transaction_hash: string;
|
|
5398
|
+
token_name: string;
|
|
5399
|
+
token_symbol: string;
|
|
5400
|
+
token_uri: string;
|
|
5368
5401
|
builder_wallet: string;
|
|
5402
|
+
numeraire: string;
|
|
5403
|
+
created_at: string;
|
|
5369
5404
|
};
|
|
5370
5405
|
};
|
|
5371
5406
|
}, {
|
|
@@ -5373,15 +5408,15 @@ declare const builderContract: {
|
|
|
5373
5408
|
contract_address: string;
|
|
5374
5409
|
transaction_hash: string;
|
|
5375
5410
|
coin: {
|
|
5376
|
-
token_name: string;
|
|
5377
|
-
token_symbol: string;
|
|
5378
5411
|
id: string;
|
|
5379
|
-
numeraire: string;
|
|
5380
|
-
token_uri: string;
|
|
5381
|
-
created_at: string;
|
|
5382
5412
|
contract_address: string;
|
|
5383
5413
|
transaction_hash: string;
|
|
5414
|
+
token_name: string;
|
|
5415
|
+
token_symbol: string;
|
|
5416
|
+
token_uri: string;
|
|
5384
5417
|
builder_wallet: string;
|
|
5418
|
+
numeraire: string;
|
|
5419
|
+
created_at: string;
|
|
5385
5420
|
};
|
|
5386
5421
|
};
|
|
5387
5422
|
}>, Record<never, never>, Record<never, never>>;
|
|
@@ -5418,53 +5453,53 @@ declare const builderContract: {
|
|
|
5418
5453
|
numeraire: z.ZodString;
|
|
5419
5454
|
created_at: z.ZodString;
|
|
5420
5455
|
}, "strip", z.ZodTypeAny, {
|
|
5421
|
-
token_name: string;
|
|
5422
|
-
token_symbol: string;
|
|
5423
5456
|
id: string;
|
|
5424
|
-
numeraire: string;
|
|
5425
|
-
token_uri: string;
|
|
5426
|
-
created_at: string;
|
|
5427
5457
|
contract_address: string;
|
|
5428
5458
|
transaction_hash: string;
|
|
5429
|
-
builder_wallet: string;
|
|
5430
|
-
}, {
|
|
5431
5459
|
token_name: string;
|
|
5432
5460
|
token_symbol: string;
|
|
5433
|
-
id: string;
|
|
5434
|
-
numeraire: string;
|
|
5435
5461
|
token_uri: string;
|
|
5462
|
+
builder_wallet: string;
|
|
5463
|
+
numeraire: string;
|
|
5436
5464
|
created_at: string;
|
|
5465
|
+
}, {
|
|
5466
|
+
id: string;
|
|
5437
5467
|
contract_address: string;
|
|
5438
5468
|
transaction_hash: string;
|
|
5469
|
+
token_name: string;
|
|
5470
|
+
token_symbol: string;
|
|
5471
|
+
token_uri: string;
|
|
5439
5472
|
builder_wallet: string;
|
|
5473
|
+
numeraire: string;
|
|
5474
|
+
created_at: string;
|
|
5440
5475
|
}>;
|
|
5441
5476
|
}, "strip", z.ZodTypeAny, {
|
|
5442
5477
|
contract_address: string;
|
|
5443
5478
|
transaction_hash: string;
|
|
5444
5479
|
coin: {
|
|
5445
|
-
token_name: string;
|
|
5446
|
-
token_symbol: string;
|
|
5447
5480
|
id: string;
|
|
5448
|
-
numeraire: string;
|
|
5449
|
-
token_uri: string;
|
|
5450
|
-
created_at: string;
|
|
5451
5481
|
contract_address: string;
|
|
5452
5482
|
transaction_hash: string;
|
|
5483
|
+
token_name: string;
|
|
5484
|
+
token_symbol: string;
|
|
5485
|
+
token_uri: string;
|
|
5453
5486
|
builder_wallet: string;
|
|
5487
|
+
numeraire: string;
|
|
5488
|
+
created_at: string;
|
|
5454
5489
|
};
|
|
5455
5490
|
}, {
|
|
5456
5491
|
contract_address: string;
|
|
5457
5492
|
transaction_hash: string;
|
|
5458
5493
|
coin: {
|
|
5459
|
-
token_name: string;
|
|
5460
|
-
token_symbol: string;
|
|
5461
5494
|
id: string;
|
|
5462
|
-
numeraire: string;
|
|
5463
|
-
token_uri: string;
|
|
5464
|
-
created_at: string;
|
|
5465
5495
|
contract_address: string;
|
|
5466
5496
|
transaction_hash: string;
|
|
5497
|
+
token_name: string;
|
|
5498
|
+
token_symbol: string;
|
|
5499
|
+
token_uri: string;
|
|
5467
5500
|
builder_wallet: string;
|
|
5501
|
+
numeraire: string;
|
|
5502
|
+
created_at: string;
|
|
5468
5503
|
};
|
|
5469
5504
|
}>;
|
|
5470
5505
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5472,15 +5507,15 @@ declare const builderContract: {
|
|
|
5472
5507
|
contract_address: string;
|
|
5473
5508
|
transaction_hash: string;
|
|
5474
5509
|
coin: {
|
|
5475
|
-
token_name: string;
|
|
5476
|
-
token_symbol: string;
|
|
5477
5510
|
id: string;
|
|
5478
|
-
numeraire: string;
|
|
5479
|
-
token_uri: string;
|
|
5480
|
-
created_at: string;
|
|
5481
5511
|
contract_address: string;
|
|
5482
5512
|
transaction_hash: string;
|
|
5513
|
+
token_name: string;
|
|
5514
|
+
token_symbol: string;
|
|
5515
|
+
token_uri: string;
|
|
5483
5516
|
builder_wallet: string;
|
|
5517
|
+
numeraire: string;
|
|
5518
|
+
created_at: string;
|
|
5484
5519
|
};
|
|
5485
5520
|
};
|
|
5486
5521
|
}, {
|
|
@@ -5488,17 +5523,92 @@ declare const builderContract: {
|
|
|
5488
5523
|
contract_address: string;
|
|
5489
5524
|
transaction_hash: string;
|
|
5490
5525
|
coin: {
|
|
5491
|
-
token_name: string;
|
|
5492
|
-
token_symbol: string;
|
|
5493
5526
|
id: string;
|
|
5494
|
-
numeraire: string;
|
|
5495
|
-
token_uri: string;
|
|
5496
|
-
created_at: string;
|
|
5497
5527
|
contract_address: string;
|
|
5498
5528
|
transaction_hash: string;
|
|
5529
|
+
token_name: string;
|
|
5530
|
+
token_symbol: string;
|
|
5531
|
+
token_uri: string;
|
|
5499
5532
|
builder_wallet: string;
|
|
5533
|
+
numeraire: string;
|
|
5534
|
+
created_at: string;
|
|
5500
5535
|
};
|
|
5501
5536
|
};
|
|
5502
5537
|
}>, Record<never, never>, Record<never, never>>;
|
|
5538
|
+
listCoins: import("@orpc/contract", { with: { "resolution-mode": "import" } }).ContractProcedureBuilderWithInputOutput<z.ZodObject<{
|
|
5539
|
+
type: z.ZodDefault<z.ZodOptional<z.ZodEnum<["all", "builder", "product"]>>>;
|
|
5540
|
+
limit: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
5541
|
+
offset: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
5542
|
+
}, "strip", z.ZodTypeAny, {
|
|
5543
|
+
type: "all" | "builder" | "product";
|
|
5544
|
+
limit: number;
|
|
5545
|
+
offset: number;
|
|
5546
|
+
}, {
|
|
5547
|
+
type?: "all" | "builder" | "product" | undefined;
|
|
5548
|
+
limit?: number | undefined;
|
|
5549
|
+
offset?: number | undefined;
|
|
5550
|
+
}>, z.ZodObject<{
|
|
5551
|
+
result: z.ZodArray<z.ZodObject<{
|
|
5552
|
+
id: z.ZodString;
|
|
5553
|
+
contract_address: z.ZodString;
|
|
5554
|
+
transaction_hash: z.ZodString;
|
|
5555
|
+
token_name: z.ZodString;
|
|
5556
|
+
token_symbol: z.ZodString;
|
|
5557
|
+
token_uri: z.ZodString;
|
|
5558
|
+
builder_wallet: z.ZodString;
|
|
5559
|
+
numeraire: z.ZodString;
|
|
5560
|
+
created_at: z.ZodString;
|
|
5561
|
+
} & {
|
|
5562
|
+
type: z.ZodEnum<["builder", "product"]>;
|
|
5563
|
+
}, "strip", z.ZodTypeAny, {
|
|
5564
|
+
type: "builder" | "product";
|
|
5565
|
+
id: string;
|
|
5566
|
+
contract_address: string;
|
|
5567
|
+
transaction_hash: string;
|
|
5568
|
+
token_name: string;
|
|
5569
|
+
token_symbol: string;
|
|
5570
|
+
token_uri: string;
|
|
5571
|
+
builder_wallet: string;
|
|
5572
|
+
numeraire: string;
|
|
5573
|
+
created_at: string;
|
|
5574
|
+
}, {
|
|
5575
|
+
type: "builder" | "product";
|
|
5576
|
+
id: string;
|
|
5577
|
+
contract_address: string;
|
|
5578
|
+
transaction_hash: string;
|
|
5579
|
+
token_name: string;
|
|
5580
|
+
token_symbol: string;
|
|
5581
|
+
token_uri: string;
|
|
5582
|
+
builder_wallet: string;
|
|
5583
|
+
numeraire: string;
|
|
5584
|
+
created_at: string;
|
|
5585
|
+
}>, "many">;
|
|
5586
|
+
}, "strip", z.ZodTypeAny, {
|
|
5587
|
+
result: {
|
|
5588
|
+
type: "builder" | "product";
|
|
5589
|
+
id: string;
|
|
5590
|
+
contract_address: string;
|
|
5591
|
+
transaction_hash: string;
|
|
5592
|
+
token_name: string;
|
|
5593
|
+
token_symbol: string;
|
|
5594
|
+
token_uri: string;
|
|
5595
|
+
builder_wallet: string;
|
|
5596
|
+
numeraire: string;
|
|
5597
|
+
created_at: string;
|
|
5598
|
+
}[];
|
|
5599
|
+
}, {
|
|
5600
|
+
result: {
|
|
5601
|
+
type: "builder" | "product";
|
|
5602
|
+
id: string;
|
|
5603
|
+
contract_address: string;
|
|
5604
|
+
transaction_hash: string;
|
|
5605
|
+
token_name: string;
|
|
5606
|
+
token_symbol: string;
|
|
5607
|
+
token_uri: string;
|
|
5608
|
+
builder_wallet: string;
|
|
5609
|
+
numeraire: string;
|
|
5610
|
+
created_at: string;
|
|
5611
|
+
}[];
|
|
5612
|
+
}>, Record<never, never>, Record<never, never>>;
|
|
5503
5613
|
};
|
|
5504
|
-
export { builderContract, BuilderSchema, BuilderResponseSchema, BuilderGitHubDataSchema, BuilderXDataSchema, CoinSchema, BuilderProfileSchema, LaunchCoinInputSchema, LaunchCoinResponseSchema };
|
|
5614
|
+
export { builderContract, BuilderSchema, BuilderResponseSchema, BuilderGitHubDataSchema, BuilderXDataSchema, CoinSchema, CoinWithTypeSchema, BuilderProfileSchema, LaunchCoinInputSchema, LaunchCoinResponseSchema };
|