@archastro/sdk 0.11.1 → 0.13.0
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/auth.d.ts +6 -3
- package/dist/auth.d.ts.map +1 -1
- package/dist/auth.js +13 -4
- package/dist/auth.js.map +1 -1
- package/dist/types/chat.d.ts +322 -228
- package/dist/types/chat.d.ts.map +1 -1
- package/dist/types/common.d.ts +368 -149
- package/dist/types/common.d.ts.map +1 -1
- package/dist/types/common.js +46 -6
- package/dist/types/common.js.map +1 -1
- package/dist/types/device.d.ts +26 -0
- package/dist/types/device.d.ts.map +1 -1
- package/dist/types/device.js +10 -1
- package/dist/types/device.js.map +1 -1
- package/dist/types/extractions.d.ts +2 -2
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +2 -1
- package/dist/types/index.js.map +1 -1
- package/dist/types/oauth.d.ts +5 -0
- package/dist/types/oauth.d.ts.map +1 -1
- package/dist/types/status.d.ts +5 -0
- package/dist/types/status.d.ts.map +1 -1
- package/dist/types/system.d.ts +58 -0
- package/dist/types/system.d.ts.map +1 -0
- package/dist/types/system.js +24 -0
- package/dist/types/system.js.map +1 -0
- package/dist/types/teams.d.ts +48 -36
- package/dist/types/teams.d.ts.map +1 -1
- package/dist/types/threads.d.ts +27 -16
- package/dist/types/threads.d.ts.map +1 -1
- package/dist/types/threads.js +2 -2
- package/dist/types/threads.js.map +1 -1
- package/dist/types/users.d.ts +6 -0
- package/dist/types/users.d.ts.map +1 -1
- package/dist/types/users.js +3 -1
- package/dist/types/users.js.map +1 -1
- package/dist/v1/resources/activity_feed.d.ts +1 -0
- package/dist/v1/resources/activity_feed.d.ts.map +1 -1
- package/dist/v1/resources/activity_feed.js +1 -1
- package/dist/v1/resources/oauth.d.ts +13 -1
- package/dist/v1/resources/oauth.d.ts.map +1 -1
- package/dist/v1/resources/oauth.js +15 -1
- package/dist/v1/resources/oauth.js.map +1 -1
- package/dist/v1/resources/slack_channel_bindings.d.ts +35 -1
- package/dist/v1/resources/slack_channel_bindings.d.ts.map +1 -1
- package/dist/v1/resources/slack_channel_bindings.js +47 -1
- package/dist/v1/resources/slack_channel_bindings.js.map +1 -1
- package/dist/v1/resources/tasks.d.ts +27 -0
- package/dist/v1/resources/tasks.d.ts.map +1 -1
- package/dist/v1/resources/tasks.js +30 -1
- package/dist/v1/resources/tasks.js.map +1 -1
- package/dist/v1/resources/teams.d.ts +100 -0
- package/dist/v1/resources/teams.d.ts.map +1 -1
- package/dist/v1/resources/teams.js +43 -1
- package/dist/v1/resources/teams.js.map +1 -1
- package/dist/v1/resources/users.d.ts +167 -0
- package/dist/v1/resources/users.d.ts.map +1 -1
- package/dist/v1/resources/users.js +104 -1
- package/dist/v1/resources/users.js.map +1 -1
- package/package.json +1 -1
package/dist/types/teams.d.ts
CHANGED
|
@@ -558,6 +558,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
|
|
|
558
558
|
virtual_path?: string | undefined;
|
|
559
559
|
metadata?: Record<string, unknown> | undefined;
|
|
560
560
|
org_name?: string | undefined;
|
|
561
|
+
org_slug?: string | undefined;
|
|
561
562
|
category_keys?: string[] | undefined;
|
|
562
563
|
events?: Record<string, unknown> | undefined;
|
|
563
564
|
image_url?: string | undefined;
|
|
@@ -572,7 +573,6 @@ export declare const teamMembershipSchema: z.ZodObject<{
|
|
|
572
573
|
url?: string | undefined;
|
|
573
574
|
width?: number | undefined;
|
|
574
575
|
} | undefined;
|
|
575
|
-
org_slug?: string | undefined;
|
|
576
576
|
readme_url?: string | undefined;
|
|
577
577
|
screenshot_urls?: string[] | undefined;
|
|
578
578
|
solution_id?: string | undefined;
|
|
@@ -620,6 +620,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
|
|
|
620
620
|
virtual_path?: string | undefined;
|
|
621
621
|
metadata?: Record<string, unknown> | undefined;
|
|
622
622
|
org_name?: string | undefined;
|
|
623
|
+
org_slug?: string | undefined;
|
|
623
624
|
category_keys?: string[] | undefined;
|
|
624
625
|
events?: Record<string, unknown> | undefined;
|
|
625
626
|
image_url?: string | undefined;
|
|
@@ -634,7 +635,6 @@ export declare const teamMembershipSchema: z.ZodObject<{
|
|
|
634
635
|
url?: string | undefined;
|
|
635
636
|
width?: number | undefined;
|
|
636
637
|
} | undefined;
|
|
637
|
-
org_slug?: string | undefined;
|
|
638
638
|
readme_url?: string | undefined;
|
|
639
639
|
screenshot_urls?: string[] | undefined;
|
|
640
640
|
solution_id?: string | undefined;
|
|
@@ -885,6 +885,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
|
|
|
885
885
|
virtual_path?: string | undefined;
|
|
886
886
|
metadata?: Record<string, unknown> | undefined;
|
|
887
887
|
org_name?: string | undefined;
|
|
888
|
+
org_slug?: string | undefined;
|
|
888
889
|
category_keys?: string[] | undefined;
|
|
889
890
|
events?: Record<string, unknown> | undefined;
|
|
890
891
|
image_url?: string | undefined;
|
|
@@ -899,7 +900,6 @@ export declare const teamMembershipSchema: z.ZodObject<{
|
|
|
899
900
|
url?: string | undefined;
|
|
900
901
|
width?: number | undefined;
|
|
901
902
|
} | undefined;
|
|
902
|
-
org_slug?: string | undefined;
|
|
903
903
|
readme_url?: string | undefined;
|
|
904
904
|
screenshot_urls?: string[] | undefined;
|
|
905
905
|
solution_id?: string | undefined;
|
|
@@ -947,6 +947,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
|
|
|
947
947
|
virtual_path?: string | undefined;
|
|
948
948
|
metadata?: Record<string, unknown> | undefined;
|
|
949
949
|
org_name?: string | undefined;
|
|
950
|
+
org_slug?: string | undefined;
|
|
950
951
|
category_keys?: string[] | undefined;
|
|
951
952
|
events?: Record<string, unknown> | undefined;
|
|
952
953
|
image_url?: string | undefined;
|
|
@@ -961,7 +962,6 @@ export declare const teamMembershipSchema: z.ZodObject<{
|
|
|
961
962
|
url?: string | undefined;
|
|
962
963
|
width?: number | undefined;
|
|
963
964
|
} | undefined;
|
|
964
|
-
org_slug?: string | undefined;
|
|
965
965
|
readme_url?: string | undefined;
|
|
966
966
|
screenshot_urls?: string[] | undefined;
|
|
967
967
|
solution_id?: string | undefined;
|
|
@@ -1042,6 +1042,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
|
|
|
1042
1042
|
virtual_path?: string | undefined;
|
|
1043
1043
|
metadata?: Record<string, unknown> | undefined;
|
|
1044
1044
|
org_name?: string | undefined;
|
|
1045
|
+
org_slug?: string | undefined;
|
|
1045
1046
|
category_keys?: string[] | undefined;
|
|
1046
1047
|
events?: Record<string, unknown> | undefined;
|
|
1047
1048
|
image_url?: string | undefined;
|
|
@@ -1056,7 +1057,6 @@ export declare const teamMembershipSchema: z.ZodObject<{
|
|
|
1056
1057
|
url?: string | undefined;
|
|
1057
1058
|
width?: number | undefined;
|
|
1058
1059
|
} | undefined;
|
|
1059
|
-
org_slug?: string | undefined;
|
|
1060
1060
|
readme_url?: string | undefined;
|
|
1061
1061
|
screenshot_urls?: string[] | undefined;
|
|
1062
1062
|
solution_id?: string | undefined;
|
|
@@ -1116,6 +1116,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
|
|
|
1116
1116
|
virtual_path?: string | undefined;
|
|
1117
1117
|
metadata?: Record<string, unknown> | undefined;
|
|
1118
1118
|
org_name?: string | undefined;
|
|
1119
|
+
org_slug?: string | undefined;
|
|
1119
1120
|
category_keys?: string[] | undefined;
|
|
1120
1121
|
events?: Record<string, unknown> | undefined;
|
|
1121
1122
|
image_url?: string | undefined;
|
|
@@ -1130,7 +1131,6 @@ export declare const teamMembershipSchema: z.ZodObject<{
|
|
|
1130
1131
|
url?: string | undefined;
|
|
1131
1132
|
width?: number | undefined;
|
|
1132
1133
|
} | undefined;
|
|
1133
|
-
org_slug?: string | undefined;
|
|
1134
1134
|
readme_url?: string | undefined;
|
|
1135
1135
|
screenshot_urls?: string[] | undefined;
|
|
1136
1136
|
solution_id?: string | undefined;
|
|
@@ -1180,6 +1180,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
|
|
|
1180
1180
|
virtual_path?: string | undefined;
|
|
1181
1181
|
metadata?: Record<string, unknown> | undefined;
|
|
1182
1182
|
org_name?: string | undefined;
|
|
1183
|
+
org_slug?: string | undefined;
|
|
1183
1184
|
category_keys?: string[] | undefined;
|
|
1184
1185
|
events?: Record<string, unknown> | undefined;
|
|
1185
1186
|
image_url?: string | undefined;
|
|
@@ -1194,7 +1195,6 @@ export declare const teamMembershipSchema: z.ZodObject<{
|
|
|
1194
1195
|
url?: string | undefined;
|
|
1195
1196
|
width?: number | undefined;
|
|
1196
1197
|
} | undefined;
|
|
1197
|
-
org_slug?: string | undefined;
|
|
1198
1198
|
readme_url?: string | undefined;
|
|
1199
1199
|
screenshot_urls?: string[] | undefined;
|
|
1200
1200
|
solution_id?: string | undefined;
|
|
@@ -1254,6 +1254,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
|
|
|
1254
1254
|
virtual_path?: string | undefined;
|
|
1255
1255
|
metadata?: Record<string, unknown> | undefined;
|
|
1256
1256
|
org_name?: string | undefined;
|
|
1257
|
+
org_slug?: string | undefined;
|
|
1257
1258
|
category_keys?: string[] | undefined;
|
|
1258
1259
|
events?: Record<string, unknown> | undefined;
|
|
1259
1260
|
image_url?: string | undefined;
|
|
@@ -1268,7 +1269,6 @@ export declare const teamMembershipSchema: z.ZodObject<{
|
|
|
1268
1269
|
url?: string | undefined;
|
|
1269
1270
|
width?: number | undefined;
|
|
1270
1271
|
} | undefined;
|
|
1271
|
-
org_slug?: string | undefined;
|
|
1272
1272
|
readme_url?: string | undefined;
|
|
1273
1273
|
screenshot_urls?: string[] | undefined;
|
|
1274
1274
|
solution_id?: string | undefined;
|
|
@@ -1359,6 +1359,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
|
|
|
1359
1359
|
virtual_path?: string | undefined;
|
|
1360
1360
|
metadata?: Record<string, unknown> | undefined;
|
|
1361
1361
|
org_name?: string | undefined;
|
|
1362
|
+
org_slug?: string | undefined;
|
|
1362
1363
|
category_keys?: string[] | undefined;
|
|
1363
1364
|
events?: Record<string, unknown> | undefined;
|
|
1364
1365
|
image_url?: string | undefined;
|
|
@@ -1373,7 +1374,6 @@ export declare const teamMembershipSchema: z.ZodObject<{
|
|
|
1373
1374
|
url?: string | undefined;
|
|
1374
1375
|
width?: number | undefined;
|
|
1375
1376
|
} | undefined;
|
|
1376
|
-
org_slug?: string | undefined;
|
|
1377
1377
|
readme_url?: string | undefined;
|
|
1378
1378
|
screenshot_urls?: string[] | undefined;
|
|
1379
1379
|
solution_id?: string | undefined;
|
|
@@ -1433,6 +1433,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
|
|
|
1433
1433
|
virtual_path?: string | undefined;
|
|
1434
1434
|
metadata?: Record<string, unknown> | undefined;
|
|
1435
1435
|
org_name?: string | undefined;
|
|
1436
|
+
org_slug?: string | undefined;
|
|
1436
1437
|
category_keys?: string[] | undefined;
|
|
1437
1438
|
events?: Record<string, unknown> | undefined;
|
|
1438
1439
|
image_url?: string | undefined;
|
|
@@ -1447,7 +1448,6 @@ export declare const teamMembershipSchema: z.ZodObject<{
|
|
|
1447
1448
|
url?: string | undefined;
|
|
1448
1449
|
width?: number | undefined;
|
|
1449
1450
|
} | undefined;
|
|
1450
|
-
org_slug?: string | undefined;
|
|
1451
1451
|
readme_url?: string | undefined;
|
|
1452
1452
|
screenshot_urls?: string[] | undefined;
|
|
1453
1453
|
solution_id?: string | undefined;
|
|
@@ -1535,6 +1535,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
|
|
|
1535
1535
|
virtual_path?: string | undefined;
|
|
1536
1536
|
metadata?: Record<string, unknown> | undefined;
|
|
1537
1537
|
org_name?: string | undefined;
|
|
1538
|
+
org_slug?: string | undefined;
|
|
1538
1539
|
category_keys?: string[] | undefined;
|
|
1539
1540
|
events?: Record<string, unknown> | undefined;
|
|
1540
1541
|
image_url?: string | undefined;
|
|
@@ -1549,7 +1550,6 @@ export declare const teamMembershipSchema: z.ZodObject<{
|
|
|
1549
1550
|
url?: string | undefined;
|
|
1550
1551
|
width?: number | undefined;
|
|
1551
1552
|
} | undefined;
|
|
1552
|
-
org_slug?: string | undefined;
|
|
1553
1553
|
readme_url?: string | undefined;
|
|
1554
1554
|
screenshot_urls?: string[] | undefined;
|
|
1555
1555
|
solution_id?: string | undefined;
|
|
@@ -1609,6 +1609,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
|
|
|
1609
1609
|
virtual_path?: string | undefined;
|
|
1610
1610
|
metadata?: Record<string, unknown> | undefined;
|
|
1611
1611
|
org_name?: string | undefined;
|
|
1612
|
+
org_slug?: string | undefined;
|
|
1612
1613
|
category_keys?: string[] | undefined;
|
|
1613
1614
|
events?: Record<string, unknown> | undefined;
|
|
1614
1615
|
image_url?: string | undefined;
|
|
@@ -1623,7 +1624,6 @@ export declare const teamMembershipSchema: z.ZodObject<{
|
|
|
1623
1624
|
url?: string | undefined;
|
|
1624
1625
|
width?: number | undefined;
|
|
1625
1626
|
} | undefined;
|
|
1626
|
-
org_slug?: string | undefined;
|
|
1627
1627
|
readme_url?: string | undefined;
|
|
1628
1628
|
screenshot_urls?: string[] | undefined;
|
|
1629
1629
|
solution_id?: string | undefined;
|
|
@@ -1691,6 +1691,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
|
|
|
1691
1691
|
org: z.ZodOptional<z.ZodString>;
|
|
1692
1692
|
org_name: z.ZodOptional<z.ZodString>;
|
|
1693
1693
|
org_role: z.ZodOptional<z.ZodString>;
|
|
1694
|
+
org_slug: z.ZodOptional<z.ZodString>;
|
|
1694
1695
|
sandbox: z.ZodOptional<z.ZodString>;
|
|
1695
1696
|
sandbox_name: z.ZodOptional<z.ZodString>;
|
|
1696
1697
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1706,6 +1707,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
|
|
|
1706
1707
|
metadata?: Record<string, unknown> | undefined;
|
|
1707
1708
|
org_name?: string | undefined;
|
|
1708
1709
|
org_role?: string | undefined;
|
|
1710
|
+
org_slug?: string | undefined;
|
|
1709
1711
|
sandbox_name?: string | undefined;
|
|
1710
1712
|
}, {
|
|
1711
1713
|
id: string;
|
|
@@ -1720,6 +1722,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
|
|
|
1720
1722
|
metadata?: Record<string, unknown> | undefined;
|
|
1721
1723
|
org_name?: string | undefined;
|
|
1722
1724
|
org_role?: string | undefined;
|
|
1725
|
+
org_slug?: string | undefined;
|
|
1723
1726
|
sandbox_name?: string | undefined;
|
|
1724
1727
|
}>>;
|
|
1725
1728
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1802,6 +1805,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
|
|
|
1802
1805
|
virtual_path?: string | undefined;
|
|
1803
1806
|
metadata?: Record<string, unknown> | undefined;
|
|
1804
1807
|
org_name?: string | undefined;
|
|
1808
|
+
org_slug?: string | undefined;
|
|
1805
1809
|
category_keys?: string[] | undefined;
|
|
1806
1810
|
events?: Record<string, unknown> | undefined;
|
|
1807
1811
|
image_url?: string | undefined;
|
|
@@ -1816,7 +1820,6 @@ export declare const teamMembershipSchema: z.ZodObject<{
|
|
|
1816
1820
|
url?: string | undefined;
|
|
1817
1821
|
width?: number | undefined;
|
|
1818
1822
|
} | undefined;
|
|
1819
|
-
org_slug?: string | undefined;
|
|
1820
1823
|
readme_url?: string | undefined;
|
|
1821
1824
|
screenshot_urls?: string[] | undefined;
|
|
1822
1825
|
solution_id?: string | undefined;
|
|
@@ -1876,6 +1879,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
|
|
|
1876
1879
|
virtual_path?: string | undefined;
|
|
1877
1880
|
metadata?: Record<string, unknown> | undefined;
|
|
1878
1881
|
org_name?: string | undefined;
|
|
1882
|
+
org_slug?: string | undefined;
|
|
1879
1883
|
category_keys?: string[] | undefined;
|
|
1880
1884
|
events?: Record<string, unknown> | undefined;
|
|
1881
1885
|
image_url?: string | undefined;
|
|
@@ -1890,7 +1894,6 @@ export declare const teamMembershipSchema: z.ZodObject<{
|
|
|
1890
1894
|
url?: string | undefined;
|
|
1891
1895
|
width?: number | undefined;
|
|
1892
1896
|
} | undefined;
|
|
1893
|
-
org_slug?: string | undefined;
|
|
1894
1897
|
readme_url?: string | undefined;
|
|
1895
1898
|
screenshot_urls?: string[] | undefined;
|
|
1896
1899
|
solution_id?: string | undefined;
|
|
@@ -1919,6 +1922,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
|
|
|
1919
1922
|
metadata?: Record<string, unknown> | undefined;
|
|
1920
1923
|
org_name?: string | undefined;
|
|
1921
1924
|
org_role?: string | undefined;
|
|
1925
|
+
org_slug?: string | undefined;
|
|
1922
1926
|
sandbox_name?: string | undefined;
|
|
1923
1927
|
} | undefined;
|
|
1924
1928
|
profile_picture?: {
|
|
@@ -2013,6 +2017,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
|
|
|
2013
2017
|
virtual_path?: string | undefined;
|
|
2014
2018
|
metadata?: Record<string, unknown> | undefined;
|
|
2015
2019
|
org_name?: string | undefined;
|
|
2020
|
+
org_slug?: string | undefined;
|
|
2016
2021
|
category_keys?: string[] | undefined;
|
|
2017
2022
|
events?: Record<string, unknown> | undefined;
|
|
2018
2023
|
image_url?: string | undefined;
|
|
@@ -2027,7 +2032,6 @@ export declare const teamMembershipSchema: z.ZodObject<{
|
|
|
2027
2032
|
url?: string | undefined;
|
|
2028
2033
|
width?: number | undefined;
|
|
2029
2034
|
} | undefined;
|
|
2030
|
-
org_slug?: string | undefined;
|
|
2031
2035
|
readme_url?: string | undefined;
|
|
2032
2036
|
screenshot_urls?: string[] | undefined;
|
|
2033
2037
|
solution_id?: string | undefined;
|
|
@@ -2087,6 +2091,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
|
|
|
2087
2091
|
virtual_path?: string | undefined;
|
|
2088
2092
|
metadata?: Record<string, unknown> | undefined;
|
|
2089
2093
|
org_name?: string | undefined;
|
|
2094
|
+
org_slug?: string | undefined;
|
|
2090
2095
|
category_keys?: string[] | undefined;
|
|
2091
2096
|
events?: Record<string, unknown> | undefined;
|
|
2092
2097
|
image_url?: string | undefined;
|
|
@@ -2101,7 +2106,6 @@ export declare const teamMembershipSchema: z.ZodObject<{
|
|
|
2101
2106
|
url?: string | undefined;
|
|
2102
2107
|
width?: number | undefined;
|
|
2103
2108
|
} | undefined;
|
|
2104
|
-
org_slug?: string | undefined;
|
|
2105
2109
|
readme_url?: string | undefined;
|
|
2106
2110
|
screenshot_urls?: string[] | undefined;
|
|
2107
2111
|
solution_id?: string | undefined;
|
|
@@ -2130,6 +2134,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
|
|
|
2130
2134
|
metadata?: Record<string, unknown> | undefined;
|
|
2131
2135
|
org_name?: string | undefined;
|
|
2132
2136
|
org_role?: string | undefined;
|
|
2137
|
+
org_slug?: string | undefined;
|
|
2133
2138
|
sandbox_name?: string | undefined;
|
|
2134
2139
|
} | undefined;
|
|
2135
2140
|
profile_picture?: {
|
|
@@ -2496,6 +2501,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
2496
2501
|
virtual_path?: string | undefined;
|
|
2497
2502
|
metadata?: Record<string, unknown> | undefined;
|
|
2498
2503
|
org_name?: string | undefined;
|
|
2504
|
+
org_slug?: string | undefined;
|
|
2499
2505
|
category_keys?: string[] | undefined;
|
|
2500
2506
|
events?: Record<string, unknown> | undefined;
|
|
2501
2507
|
image_url?: string | undefined;
|
|
@@ -2510,7 +2516,6 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
2510
2516
|
url?: string | undefined;
|
|
2511
2517
|
width?: number | undefined;
|
|
2512
2518
|
} | undefined;
|
|
2513
|
-
org_slug?: string | undefined;
|
|
2514
2519
|
readme_url?: string | undefined;
|
|
2515
2520
|
screenshot_urls?: string[] | undefined;
|
|
2516
2521
|
solution_id?: string | undefined;
|
|
@@ -2558,6 +2563,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
2558
2563
|
virtual_path?: string | undefined;
|
|
2559
2564
|
metadata?: Record<string, unknown> | undefined;
|
|
2560
2565
|
org_name?: string | undefined;
|
|
2566
|
+
org_slug?: string | undefined;
|
|
2561
2567
|
category_keys?: string[] | undefined;
|
|
2562
2568
|
events?: Record<string, unknown> | undefined;
|
|
2563
2569
|
image_url?: string | undefined;
|
|
@@ -2572,7 +2578,6 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
2572
2578
|
url?: string | undefined;
|
|
2573
2579
|
width?: number | undefined;
|
|
2574
2580
|
} | undefined;
|
|
2575
|
-
org_slug?: string | undefined;
|
|
2576
2581
|
readme_url?: string | undefined;
|
|
2577
2582
|
screenshot_urls?: string[] | undefined;
|
|
2578
2583
|
solution_id?: string | undefined;
|
|
@@ -2823,6 +2828,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
2823
2828
|
virtual_path?: string | undefined;
|
|
2824
2829
|
metadata?: Record<string, unknown> | undefined;
|
|
2825
2830
|
org_name?: string | undefined;
|
|
2831
|
+
org_slug?: string | undefined;
|
|
2826
2832
|
category_keys?: string[] | undefined;
|
|
2827
2833
|
events?: Record<string, unknown> | undefined;
|
|
2828
2834
|
image_url?: string | undefined;
|
|
@@ -2837,7 +2843,6 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
2837
2843
|
url?: string | undefined;
|
|
2838
2844
|
width?: number | undefined;
|
|
2839
2845
|
} | undefined;
|
|
2840
|
-
org_slug?: string | undefined;
|
|
2841
2846
|
readme_url?: string | undefined;
|
|
2842
2847
|
screenshot_urls?: string[] | undefined;
|
|
2843
2848
|
solution_id?: string | undefined;
|
|
@@ -2885,6 +2890,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
2885
2890
|
virtual_path?: string | undefined;
|
|
2886
2891
|
metadata?: Record<string, unknown> | undefined;
|
|
2887
2892
|
org_name?: string | undefined;
|
|
2893
|
+
org_slug?: string | undefined;
|
|
2888
2894
|
category_keys?: string[] | undefined;
|
|
2889
2895
|
events?: Record<string, unknown> | undefined;
|
|
2890
2896
|
image_url?: string | undefined;
|
|
@@ -2899,7 +2905,6 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
2899
2905
|
url?: string | undefined;
|
|
2900
2906
|
width?: number | undefined;
|
|
2901
2907
|
} | undefined;
|
|
2902
|
-
org_slug?: string | undefined;
|
|
2903
2908
|
readme_url?: string | undefined;
|
|
2904
2909
|
screenshot_urls?: string[] | undefined;
|
|
2905
2910
|
solution_id?: string | undefined;
|
|
@@ -2980,6 +2985,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
2980
2985
|
virtual_path?: string | undefined;
|
|
2981
2986
|
metadata?: Record<string, unknown> | undefined;
|
|
2982
2987
|
org_name?: string | undefined;
|
|
2988
|
+
org_slug?: string | undefined;
|
|
2983
2989
|
category_keys?: string[] | undefined;
|
|
2984
2990
|
events?: Record<string, unknown> | undefined;
|
|
2985
2991
|
image_url?: string | undefined;
|
|
@@ -2994,7 +3000,6 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
2994
3000
|
url?: string | undefined;
|
|
2995
3001
|
width?: number | undefined;
|
|
2996
3002
|
} | undefined;
|
|
2997
|
-
org_slug?: string | undefined;
|
|
2998
3003
|
readme_url?: string | undefined;
|
|
2999
3004
|
screenshot_urls?: string[] | undefined;
|
|
3000
3005
|
solution_id?: string | undefined;
|
|
@@ -3054,6 +3059,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
3054
3059
|
virtual_path?: string | undefined;
|
|
3055
3060
|
metadata?: Record<string, unknown> | undefined;
|
|
3056
3061
|
org_name?: string | undefined;
|
|
3062
|
+
org_slug?: string | undefined;
|
|
3057
3063
|
category_keys?: string[] | undefined;
|
|
3058
3064
|
events?: Record<string, unknown> | undefined;
|
|
3059
3065
|
image_url?: string | undefined;
|
|
@@ -3068,7 +3074,6 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
3068
3074
|
url?: string | undefined;
|
|
3069
3075
|
width?: number | undefined;
|
|
3070
3076
|
} | undefined;
|
|
3071
|
-
org_slug?: string | undefined;
|
|
3072
3077
|
readme_url?: string | undefined;
|
|
3073
3078
|
screenshot_urls?: string[] | undefined;
|
|
3074
3079
|
solution_id?: string | undefined;
|
|
@@ -3118,6 +3123,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
3118
3123
|
virtual_path?: string | undefined;
|
|
3119
3124
|
metadata?: Record<string, unknown> | undefined;
|
|
3120
3125
|
org_name?: string | undefined;
|
|
3126
|
+
org_slug?: string | undefined;
|
|
3121
3127
|
category_keys?: string[] | undefined;
|
|
3122
3128
|
events?: Record<string, unknown> | undefined;
|
|
3123
3129
|
image_url?: string | undefined;
|
|
@@ -3132,7 +3138,6 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
3132
3138
|
url?: string | undefined;
|
|
3133
3139
|
width?: number | undefined;
|
|
3134
3140
|
} | undefined;
|
|
3135
|
-
org_slug?: string | undefined;
|
|
3136
3141
|
readme_url?: string | undefined;
|
|
3137
3142
|
screenshot_urls?: string[] | undefined;
|
|
3138
3143
|
solution_id?: string | undefined;
|
|
@@ -3192,6 +3197,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
3192
3197
|
virtual_path?: string | undefined;
|
|
3193
3198
|
metadata?: Record<string, unknown> | undefined;
|
|
3194
3199
|
org_name?: string | undefined;
|
|
3200
|
+
org_slug?: string | undefined;
|
|
3195
3201
|
category_keys?: string[] | undefined;
|
|
3196
3202
|
events?: Record<string, unknown> | undefined;
|
|
3197
3203
|
image_url?: string | undefined;
|
|
@@ -3206,7 +3212,6 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
3206
3212
|
url?: string | undefined;
|
|
3207
3213
|
width?: number | undefined;
|
|
3208
3214
|
} | undefined;
|
|
3209
|
-
org_slug?: string | undefined;
|
|
3210
3215
|
readme_url?: string | undefined;
|
|
3211
3216
|
screenshot_urls?: string[] | undefined;
|
|
3212
3217
|
solution_id?: string | undefined;
|
|
@@ -3297,6 +3302,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
3297
3302
|
virtual_path?: string | undefined;
|
|
3298
3303
|
metadata?: Record<string, unknown> | undefined;
|
|
3299
3304
|
org_name?: string | undefined;
|
|
3305
|
+
org_slug?: string | undefined;
|
|
3300
3306
|
category_keys?: string[] | undefined;
|
|
3301
3307
|
events?: Record<string, unknown> | undefined;
|
|
3302
3308
|
image_url?: string | undefined;
|
|
@@ -3311,7 +3317,6 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
3311
3317
|
url?: string | undefined;
|
|
3312
3318
|
width?: number | undefined;
|
|
3313
3319
|
} | undefined;
|
|
3314
|
-
org_slug?: string | undefined;
|
|
3315
3320
|
readme_url?: string | undefined;
|
|
3316
3321
|
screenshot_urls?: string[] | undefined;
|
|
3317
3322
|
solution_id?: string | undefined;
|
|
@@ -3371,6 +3376,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
3371
3376
|
virtual_path?: string | undefined;
|
|
3372
3377
|
metadata?: Record<string, unknown> | undefined;
|
|
3373
3378
|
org_name?: string | undefined;
|
|
3379
|
+
org_slug?: string | undefined;
|
|
3374
3380
|
category_keys?: string[] | undefined;
|
|
3375
3381
|
events?: Record<string, unknown> | undefined;
|
|
3376
3382
|
image_url?: string | undefined;
|
|
@@ -3385,7 +3391,6 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
3385
3391
|
url?: string | undefined;
|
|
3386
3392
|
width?: number | undefined;
|
|
3387
3393
|
} | undefined;
|
|
3388
|
-
org_slug?: string | undefined;
|
|
3389
3394
|
readme_url?: string | undefined;
|
|
3390
3395
|
screenshot_urls?: string[] | undefined;
|
|
3391
3396
|
solution_id?: string | undefined;
|
|
@@ -3473,6 +3478,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
3473
3478
|
virtual_path?: string | undefined;
|
|
3474
3479
|
metadata?: Record<string, unknown> | undefined;
|
|
3475
3480
|
org_name?: string | undefined;
|
|
3481
|
+
org_slug?: string | undefined;
|
|
3476
3482
|
category_keys?: string[] | undefined;
|
|
3477
3483
|
events?: Record<string, unknown> | undefined;
|
|
3478
3484
|
image_url?: string | undefined;
|
|
@@ -3487,7 +3493,6 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
3487
3493
|
url?: string | undefined;
|
|
3488
3494
|
width?: number | undefined;
|
|
3489
3495
|
} | undefined;
|
|
3490
|
-
org_slug?: string | undefined;
|
|
3491
3496
|
readme_url?: string | undefined;
|
|
3492
3497
|
screenshot_urls?: string[] | undefined;
|
|
3493
3498
|
solution_id?: string | undefined;
|
|
@@ -3547,6 +3552,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
3547
3552
|
virtual_path?: string | undefined;
|
|
3548
3553
|
metadata?: Record<string, unknown> | undefined;
|
|
3549
3554
|
org_name?: string | undefined;
|
|
3555
|
+
org_slug?: string | undefined;
|
|
3550
3556
|
category_keys?: string[] | undefined;
|
|
3551
3557
|
events?: Record<string, unknown> | undefined;
|
|
3552
3558
|
image_url?: string | undefined;
|
|
@@ -3561,7 +3567,6 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
3561
3567
|
url?: string | undefined;
|
|
3562
3568
|
width?: number | undefined;
|
|
3563
3569
|
} | undefined;
|
|
3564
|
-
org_slug?: string | undefined;
|
|
3565
3570
|
readme_url?: string | undefined;
|
|
3566
3571
|
screenshot_urls?: string[] | undefined;
|
|
3567
3572
|
solution_id?: string | undefined;
|
|
@@ -3629,6 +3634,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
3629
3634
|
org: z.ZodOptional<z.ZodString>;
|
|
3630
3635
|
org_name: z.ZodOptional<z.ZodString>;
|
|
3631
3636
|
org_role: z.ZodOptional<z.ZodString>;
|
|
3637
|
+
org_slug: z.ZodOptional<z.ZodString>;
|
|
3632
3638
|
sandbox: z.ZodOptional<z.ZodString>;
|
|
3633
3639
|
sandbox_name: z.ZodOptional<z.ZodString>;
|
|
3634
3640
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3644,6 +3650,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
3644
3650
|
metadata?: Record<string, unknown> | undefined;
|
|
3645
3651
|
org_name?: string | undefined;
|
|
3646
3652
|
org_role?: string | undefined;
|
|
3653
|
+
org_slug?: string | undefined;
|
|
3647
3654
|
sandbox_name?: string | undefined;
|
|
3648
3655
|
}, {
|
|
3649
3656
|
id: string;
|
|
@@ -3658,6 +3665,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
3658
3665
|
metadata?: Record<string, unknown> | undefined;
|
|
3659
3666
|
org_name?: string | undefined;
|
|
3660
3667
|
org_role?: string | undefined;
|
|
3668
|
+
org_slug?: string | undefined;
|
|
3661
3669
|
sandbox_name?: string | undefined;
|
|
3662
3670
|
}>>;
|
|
3663
3671
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3740,6 +3748,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
3740
3748
|
virtual_path?: string | undefined;
|
|
3741
3749
|
metadata?: Record<string, unknown> | undefined;
|
|
3742
3750
|
org_name?: string | undefined;
|
|
3751
|
+
org_slug?: string | undefined;
|
|
3743
3752
|
category_keys?: string[] | undefined;
|
|
3744
3753
|
events?: Record<string, unknown> | undefined;
|
|
3745
3754
|
image_url?: string | undefined;
|
|
@@ -3754,7 +3763,6 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
3754
3763
|
url?: string | undefined;
|
|
3755
3764
|
width?: number | undefined;
|
|
3756
3765
|
} | undefined;
|
|
3757
|
-
org_slug?: string | undefined;
|
|
3758
3766
|
readme_url?: string | undefined;
|
|
3759
3767
|
screenshot_urls?: string[] | undefined;
|
|
3760
3768
|
solution_id?: string | undefined;
|
|
@@ -3814,6 +3822,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
3814
3822
|
virtual_path?: string | undefined;
|
|
3815
3823
|
metadata?: Record<string, unknown> | undefined;
|
|
3816
3824
|
org_name?: string | undefined;
|
|
3825
|
+
org_slug?: string | undefined;
|
|
3817
3826
|
category_keys?: string[] | undefined;
|
|
3818
3827
|
events?: Record<string, unknown> | undefined;
|
|
3819
3828
|
image_url?: string | undefined;
|
|
@@ -3828,7 +3837,6 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
3828
3837
|
url?: string | undefined;
|
|
3829
3838
|
width?: number | undefined;
|
|
3830
3839
|
} | undefined;
|
|
3831
|
-
org_slug?: string | undefined;
|
|
3832
3840
|
readme_url?: string | undefined;
|
|
3833
3841
|
screenshot_urls?: string[] | undefined;
|
|
3834
3842
|
solution_id?: string | undefined;
|
|
@@ -3857,6 +3865,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
3857
3865
|
metadata?: Record<string, unknown> | undefined;
|
|
3858
3866
|
org_name?: string | undefined;
|
|
3859
3867
|
org_role?: string | undefined;
|
|
3868
|
+
org_slug?: string | undefined;
|
|
3860
3869
|
sandbox_name?: string | undefined;
|
|
3861
3870
|
} | undefined;
|
|
3862
3871
|
profile_picture?: {
|
|
@@ -3951,6 +3960,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
3951
3960
|
virtual_path?: string | undefined;
|
|
3952
3961
|
metadata?: Record<string, unknown> | undefined;
|
|
3953
3962
|
org_name?: string | undefined;
|
|
3963
|
+
org_slug?: string | undefined;
|
|
3954
3964
|
category_keys?: string[] | undefined;
|
|
3955
3965
|
events?: Record<string, unknown> | undefined;
|
|
3956
3966
|
image_url?: string | undefined;
|
|
@@ -3965,7 +3975,6 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
3965
3975
|
url?: string | undefined;
|
|
3966
3976
|
width?: number | undefined;
|
|
3967
3977
|
} | undefined;
|
|
3968
|
-
org_slug?: string | undefined;
|
|
3969
3978
|
readme_url?: string | undefined;
|
|
3970
3979
|
screenshot_urls?: string[] | undefined;
|
|
3971
3980
|
solution_id?: string | undefined;
|
|
@@ -4025,6 +4034,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
4025
4034
|
virtual_path?: string | undefined;
|
|
4026
4035
|
metadata?: Record<string, unknown> | undefined;
|
|
4027
4036
|
org_name?: string | undefined;
|
|
4037
|
+
org_slug?: string | undefined;
|
|
4028
4038
|
category_keys?: string[] | undefined;
|
|
4029
4039
|
events?: Record<string, unknown> | undefined;
|
|
4030
4040
|
image_url?: string | undefined;
|
|
@@ -4039,7 +4049,6 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
4039
4049
|
url?: string | undefined;
|
|
4040
4050
|
width?: number | undefined;
|
|
4041
4051
|
} | undefined;
|
|
4042
|
-
org_slug?: string | undefined;
|
|
4043
4052
|
readme_url?: string | undefined;
|
|
4044
4053
|
screenshot_urls?: string[] | undefined;
|
|
4045
4054
|
solution_id?: string | undefined;
|
|
@@ -4068,6 +4077,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
4068
4077
|
metadata?: Record<string, unknown> | undefined;
|
|
4069
4078
|
org_name?: string | undefined;
|
|
4070
4079
|
org_role?: string | undefined;
|
|
4080
|
+
org_slug?: string | undefined;
|
|
4071
4081
|
sandbox_name?: string | undefined;
|
|
4072
4082
|
} | undefined;
|
|
4073
4083
|
profile_picture?: {
|
|
@@ -4176,6 +4186,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
4176
4186
|
virtual_path?: string | undefined;
|
|
4177
4187
|
metadata?: Record<string, unknown> | undefined;
|
|
4178
4188
|
org_name?: string | undefined;
|
|
4189
|
+
org_slug?: string | undefined;
|
|
4179
4190
|
category_keys?: string[] | undefined;
|
|
4180
4191
|
events?: Record<string, unknown> | undefined;
|
|
4181
4192
|
image_url?: string | undefined;
|
|
@@ -4190,7 +4201,6 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
4190
4201
|
url?: string | undefined;
|
|
4191
4202
|
width?: number | undefined;
|
|
4192
4203
|
} | undefined;
|
|
4193
|
-
org_slug?: string | undefined;
|
|
4194
4204
|
readme_url?: string | undefined;
|
|
4195
4205
|
screenshot_urls?: string[] | undefined;
|
|
4196
4206
|
solution_id?: string | undefined;
|
|
@@ -4250,6 +4260,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
4250
4260
|
virtual_path?: string | undefined;
|
|
4251
4261
|
metadata?: Record<string, unknown> | undefined;
|
|
4252
4262
|
org_name?: string | undefined;
|
|
4263
|
+
org_slug?: string | undefined;
|
|
4253
4264
|
category_keys?: string[] | undefined;
|
|
4254
4265
|
events?: Record<string, unknown> | undefined;
|
|
4255
4266
|
image_url?: string | undefined;
|
|
@@ -4264,7 +4275,6 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
4264
4275
|
url?: string | undefined;
|
|
4265
4276
|
width?: number | undefined;
|
|
4266
4277
|
} | undefined;
|
|
4267
|
-
org_slug?: string | undefined;
|
|
4268
4278
|
readme_url?: string | undefined;
|
|
4269
4279
|
screenshot_urls?: string[] | undefined;
|
|
4270
4280
|
solution_id?: string | undefined;
|
|
@@ -4293,6 +4303,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
4293
4303
|
metadata?: Record<string, unknown> | undefined;
|
|
4294
4304
|
org_name?: string | undefined;
|
|
4295
4305
|
org_role?: string | undefined;
|
|
4306
|
+
org_slug?: string | undefined;
|
|
4296
4307
|
sandbox_name?: string | undefined;
|
|
4297
4308
|
} | undefined;
|
|
4298
4309
|
profile_picture?: {
|
|
@@ -4395,6 +4406,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
4395
4406
|
virtual_path?: string | undefined;
|
|
4396
4407
|
metadata?: Record<string, unknown> | undefined;
|
|
4397
4408
|
org_name?: string | undefined;
|
|
4409
|
+
org_slug?: string | undefined;
|
|
4398
4410
|
category_keys?: string[] | undefined;
|
|
4399
4411
|
events?: Record<string, unknown> | undefined;
|
|
4400
4412
|
image_url?: string | undefined;
|
|
@@ -4409,7 +4421,6 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
4409
4421
|
url?: string | undefined;
|
|
4410
4422
|
width?: number | undefined;
|
|
4411
4423
|
} | undefined;
|
|
4412
|
-
org_slug?: string | undefined;
|
|
4413
4424
|
readme_url?: string | undefined;
|
|
4414
4425
|
screenshot_urls?: string[] | undefined;
|
|
4415
4426
|
solution_id?: string | undefined;
|
|
@@ -4469,6 +4480,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
4469
4480
|
virtual_path?: string | undefined;
|
|
4470
4481
|
metadata?: Record<string, unknown> | undefined;
|
|
4471
4482
|
org_name?: string | undefined;
|
|
4483
|
+
org_slug?: string | undefined;
|
|
4472
4484
|
category_keys?: string[] | undefined;
|
|
4473
4485
|
events?: Record<string, unknown> | undefined;
|
|
4474
4486
|
image_url?: string | undefined;
|
|
@@ -4483,7 +4495,6 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
4483
4495
|
url?: string | undefined;
|
|
4484
4496
|
width?: number | undefined;
|
|
4485
4497
|
} | undefined;
|
|
4486
|
-
org_slug?: string | undefined;
|
|
4487
4498
|
readme_url?: string | undefined;
|
|
4488
4499
|
screenshot_urls?: string[] | undefined;
|
|
4489
4500
|
solution_id?: string | undefined;
|
|
@@ -4512,6 +4523,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
|
|
|
4512
4523
|
metadata?: Record<string, unknown> | undefined;
|
|
4513
4524
|
org_name?: string | undefined;
|
|
4514
4525
|
org_role?: string | undefined;
|
|
4526
|
+
org_slug?: string | undefined;
|
|
4515
4527
|
sandbox_name?: string | undefined;
|
|
4516
4528
|
} | undefined;
|
|
4517
4529
|
profile_picture?: {
|