@archastro/sdk 0.12.0 → 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 +140 -122
- package/dist/types/common.d.ts.map +1 -1
- package/dist/types/common.js +2 -2
- package/dist/types/common.js.map +1 -1
- 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/teams.d.ts +3 -0
- package/dist/v1/resources/teams.d.ts.map +1 -1
- package/dist/v1/resources/teams.js +1 -1
- package/dist/v1/resources/users.d.ts +70 -0
- package/dist/v1/resources/users.d.ts.map +1 -1
- package/dist/v1/resources/users.js +62 -1
- package/dist/v1/resources/users.js.map +1 -1
- package/package.json +1 -1
package/dist/types/chat.d.ts
CHANGED
|
@@ -346,6 +346,7 @@ export declare const chatMemberSchema: z.ZodObject<{
|
|
|
346
346
|
virtual_path?: string | undefined;
|
|
347
347
|
metadata?: Record<string, unknown> | undefined;
|
|
348
348
|
org_name?: string | undefined;
|
|
349
|
+
org_slug?: string | undefined;
|
|
349
350
|
category_keys?: string[] | undefined;
|
|
350
351
|
events?: Record<string, unknown> | undefined;
|
|
351
352
|
image_url?: string | undefined;
|
|
@@ -360,7 +361,6 @@ export declare const chatMemberSchema: z.ZodObject<{
|
|
|
360
361
|
url?: string | undefined;
|
|
361
362
|
width?: number | undefined;
|
|
362
363
|
} | undefined;
|
|
363
|
-
org_slug?: string | undefined;
|
|
364
364
|
readme_url?: string | undefined;
|
|
365
365
|
screenshot_urls?: string[] | undefined;
|
|
366
366
|
solution_id?: string | undefined;
|
|
@@ -408,6 +408,7 @@ export declare const chatMemberSchema: z.ZodObject<{
|
|
|
408
408
|
virtual_path?: string | undefined;
|
|
409
409
|
metadata?: Record<string, unknown> | undefined;
|
|
410
410
|
org_name?: string | undefined;
|
|
411
|
+
org_slug?: string | undefined;
|
|
411
412
|
category_keys?: string[] | undefined;
|
|
412
413
|
events?: Record<string, unknown> | undefined;
|
|
413
414
|
image_url?: string | undefined;
|
|
@@ -422,7 +423,6 @@ export declare const chatMemberSchema: z.ZodObject<{
|
|
|
422
423
|
url?: string | undefined;
|
|
423
424
|
width?: number | undefined;
|
|
424
425
|
} | undefined;
|
|
425
|
-
org_slug?: string | undefined;
|
|
426
426
|
readme_url?: string | undefined;
|
|
427
427
|
screenshot_urls?: string[] | undefined;
|
|
428
428
|
solution_id?: string | undefined;
|
|
@@ -673,6 +673,7 @@ export declare const chatMemberSchema: z.ZodObject<{
|
|
|
673
673
|
virtual_path?: string | undefined;
|
|
674
674
|
metadata?: Record<string, unknown> | undefined;
|
|
675
675
|
org_name?: string | undefined;
|
|
676
|
+
org_slug?: string | undefined;
|
|
676
677
|
category_keys?: string[] | undefined;
|
|
677
678
|
events?: Record<string, unknown> | undefined;
|
|
678
679
|
image_url?: string | undefined;
|
|
@@ -687,7 +688,6 @@ export declare const chatMemberSchema: z.ZodObject<{
|
|
|
687
688
|
url?: string | undefined;
|
|
688
689
|
width?: number | undefined;
|
|
689
690
|
} | undefined;
|
|
690
|
-
org_slug?: string | undefined;
|
|
691
691
|
readme_url?: string | undefined;
|
|
692
692
|
screenshot_urls?: string[] | undefined;
|
|
693
693
|
solution_id?: string | undefined;
|
|
@@ -735,6 +735,7 @@ export declare const chatMemberSchema: z.ZodObject<{
|
|
|
735
735
|
virtual_path?: string | undefined;
|
|
736
736
|
metadata?: Record<string, unknown> | undefined;
|
|
737
737
|
org_name?: string | undefined;
|
|
738
|
+
org_slug?: string | undefined;
|
|
738
739
|
category_keys?: string[] | undefined;
|
|
739
740
|
events?: Record<string, unknown> | undefined;
|
|
740
741
|
image_url?: string | undefined;
|
|
@@ -749,7 +750,6 @@ export declare const chatMemberSchema: z.ZodObject<{
|
|
|
749
750
|
url?: string | undefined;
|
|
750
751
|
width?: number | undefined;
|
|
751
752
|
} | undefined;
|
|
752
|
-
org_slug?: string | undefined;
|
|
753
753
|
readme_url?: string | undefined;
|
|
754
754
|
screenshot_urls?: string[] | undefined;
|
|
755
755
|
solution_id?: string | undefined;
|
|
@@ -830,6 +830,7 @@ export declare const chatMemberSchema: z.ZodObject<{
|
|
|
830
830
|
virtual_path?: string | undefined;
|
|
831
831
|
metadata?: Record<string, unknown> | undefined;
|
|
832
832
|
org_name?: string | undefined;
|
|
833
|
+
org_slug?: string | undefined;
|
|
833
834
|
category_keys?: string[] | undefined;
|
|
834
835
|
events?: Record<string, unknown> | undefined;
|
|
835
836
|
image_url?: string | undefined;
|
|
@@ -844,7 +845,6 @@ export declare const chatMemberSchema: z.ZodObject<{
|
|
|
844
845
|
url?: string | undefined;
|
|
845
846
|
width?: number | undefined;
|
|
846
847
|
} | undefined;
|
|
847
|
-
org_slug?: string | undefined;
|
|
848
848
|
readme_url?: string | undefined;
|
|
849
849
|
screenshot_urls?: string[] | undefined;
|
|
850
850
|
solution_id?: string | undefined;
|
|
@@ -904,6 +904,7 @@ export declare const chatMemberSchema: z.ZodObject<{
|
|
|
904
904
|
virtual_path?: string | undefined;
|
|
905
905
|
metadata?: Record<string, unknown> | undefined;
|
|
906
906
|
org_name?: string | undefined;
|
|
907
|
+
org_slug?: string | undefined;
|
|
907
908
|
category_keys?: string[] | undefined;
|
|
908
909
|
events?: Record<string, unknown> | undefined;
|
|
909
910
|
image_url?: string | undefined;
|
|
@@ -918,7 +919,6 @@ export declare const chatMemberSchema: z.ZodObject<{
|
|
|
918
919
|
url?: string | undefined;
|
|
919
920
|
width?: number | undefined;
|
|
920
921
|
} | undefined;
|
|
921
|
-
org_slug?: string | undefined;
|
|
922
922
|
readme_url?: string | undefined;
|
|
923
923
|
screenshot_urls?: string[] | undefined;
|
|
924
924
|
solution_id?: string | undefined;
|
|
@@ -968,6 +968,7 @@ export declare const chatMemberSchema: z.ZodObject<{
|
|
|
968
968
|
virtual_path?: string | undefined;
|
|
969
969
|
metadata?: Record<string, unknown> | undefined;
|
|
970
970
|
org_name?: string | undefined;
|
|
971
|
+
org_slug?: string | undefined;
|
|
971
972
|
category_keys?: string[] | undefined;
|
|
972
973
|
events?: Record<string, unknown> | undefined;
|
|
973
974
|
image_url?: string | undefined;
|
|
@@ -982,7 +983,6 @@ export declare const chatMemberSchema: z.ZodObject<{
|
|
|
982
983
|
url?: string | undefined;
|
|
983
984
|
width?: number | undefined;
|
|
984
985
|
} | undefined;
|
|
985
|
-
org_slug?: string | undefined;
|
|
986
986
|
readme_url?: string | undefined;
|
|
987
987
|
screenshot_urls?: string[] | undefined;
|
|
988
988
|
solution_id?: string | undefined;
|
|
@@ -1042,6 +1042,7 @@ export declare const chatMemberSchema: 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 chatMemberSchema: 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;
|
|
@@ -1147,6 +1147,7 @@ export declare const chatMemberSchema: z.ZodObject<{
|
|
|
1147
1147
|
virtual_path?: string | undefined;
|
|
1148
1148
|
metadata?: Record<string, unknown> | undefined;
|
|
1149
1149
|
org_name?: string | undefined;
|
|
1150
|
+
org_slug?: string | undefined;
|
|
1150
1151
|
category_keys?: string[] | undefined;
|
|
1151
1152
|
events?: Record<string, unknown> | undefined;
|
|
1152
1153
|
image_url?: string | undefined;
|
|
@@ -1161,7 +1162,6 @@ export declare const chatMemberSchema: z.ZodObject<{
|
|
|
1161
1162
|
url?: string | undefined;
|
|
1162
1163
|
width?: number | undefined;
|
|
1163
1164
|
} | undefined;
|
|
1164
|
-
org_slug?: string | undefined;
|
|
1165
1165
|
readme_url?: string | undefined;
|
|
1166
1166
|
screenshot_urls?: string[] | undefined;
|
|
1167
1167
|
solution_id?: string | undefined;
|
|
@@ -1221,6 +1221,7 @@ export declare const chatMemberSchema: z.ZodObject<{
|
|
|
1221
1221
|
virtual_path?: string | undefined;
|
|
1222
1222
|
metadata?: Record<string, unknown> | undefined;
|
|
1223
1223
|
org_name?: string | undefined;
|
|
1224
|
+
org_slug?: string | undefined;
|
|
1224
1225
|
category_keys?: string[] | undefined;
|
|
1225
1226
|
events?: Record<string, unknown> | undefined;
|
|
1226
1227
|
image_url?: string | undefined;
|
|
@@ -1235,7 +1236,6 @@ export declare const chatMemberSchema: z.ZodObject<{
|
|
|
1235
1236
|
url?: string | undefined;
|
|
1236
1237
|
width?: number | undefined;
|
|
1237
1238
|
} | undefined;
|
|
1238
|
-
org_slug?: string | undefined;
|
|
1239
1239
|
readme_url?: string | undefined;
|
|
1240
1240
|
screenshot_urls?: string[] | undefined;
|
|
1241
1241
|
solution_id?: string | undefined;
|
|
@@ -1323,6 +1323,7 @@ export declare const chatMemberSchema: z.ZodObject<{
|
|
|
1323
1323
|
virtual_path?: string | undefined;
|
|
1324
1324
|
metadata?: Record<string, unknown> | undefined;
|
|
1325
1325
|
org_name?: string | undefined;
|
|
1326
|
+
org_slug?: string | undefined;
|
|
1326
1327
|
category_keys?: string[] | undefined;
|
|
1327
1328
|
events?: Record<string, unknown> | undefined;
|
|
1328
1329
|
image_url?: string | undefined;
|
|
@@ -1337,7 +1338,6 @@ export declare const chatMemberSchema: z.ZodObject<{
|
|
|
1337
1338
|
url?: string | undefined;
|
|
1338
1339
|
width?: number | undefined;
|
|
1339
1340
|
} | undefined;
|
|
1340
|
-
org_slug?: string | undefined;
|
|
1341
1341
|
readme_url?: string | undefined;
|
|
1342
1342
|
screenshot_urls?: string[] | undefined;
|
|
1343
1343
|
solution_id?: string | undefined;
|
|
@@ -1397,6 +1397,7 @@ export declare const chatMemberSchema: z.ZodObject<{
|
|
|
1397
1397
|
virtual_path?: string | undefined;
|
|
1398
1398
|
metadata?: Record<string, unknown> | undefined;
|
|
1399
1399
|
org_name?: string | undefined;
|
|
1400
|
+
org_slug?: string | undefined;
|
|
1400
1401
|
category_keys?: string[] | undefined;
|
|
1401
1402
|
events?: Record<string, unknown> | undefined;
|
|
1402
1403
|
image_url?: string | undefined;
|
|
@@ -1411,7 +1412,6 @@ export declare const chatMemberSchema: z.ZodObject<{
|
|
|
1411
1412
|
url?: string | undefined;
|
|
1412
1413
|
width?: number | undefined;
|
|
1413
1414
|
} | undefined;
|
|
1414
|
-
org_slug?: string | undefined;
|
|
1415
1415
|
readme_url?: string | undefined;
|
|
1416
1416
|
screenshot_urls?: string[] | undefined;
|
|
1417
1417
|
solution_id?: string | undefined;
|
|
@@ -1439,6 +1439,7 @@ export declare const chatMemberSchema: z.ZodObject<{
|
|
|
1439
1439
|
org: z.ZodOptional<z.ZodString>;
|
|
1440
1440
|
org_name: z.ZodOptional<z.ZodString>;
|
|
1441
1441
|
org_role: z.ZodOptional<z.ZodString>;
|
|
1442
|
+
org_slug: z.ZodOptional<z.ZodString>;
|
|
1442
1443
|
sandbox: z.ZodOptional<z.ZodString>;
|
|
1443
1444
|
sandbox_name: z.ZodOptional<z.ZodString>;
|
|
1444
1445
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1454,6 +1455,7 @@ export declare const chatMemberSchema: z.ZodObject<{
|
|
|
1454
1455
|
metadata?: Record<string, unknown> | undefined;
|
|
1455
1456
|
org_name?: string | undefined;
|
|
1456
1457
|
org_role?: string | undefined;
|
|
1458
|
+
org_slug?: string | undefined;
|
|
1457
1459
|
sandbox_name?: string | undefined;
|
|
1458
1460
|
}, {
|
|
1459
1461
|
id: string;
|
|
@@ -1468,6 +1470,7 @@ export declare const chatMemberSchema: z.ZodObject<{
|
|
|
1468
1470
|
metadata?: Record<string, unknown> | undefined;
|
|
1469
1471
|
org_name?: string | undefined;
|
|
1470
1472
|
org_role?: string | undefined;
|
|
1473
|
+
org_slug?: string | undefined;
|
|
1471
1474
|
sandbox_name?: string | undefined;
|
|
1472
1475
|
}>>;
|
|
1473
1476
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1550,6 +1553,7 @@ export declare const chatMemberSchema: z.ZodObject<{
|
|
|
1550
1553
|
virtual_path?: string | undefined;
|
|
1551
1554
|
metadata?: Record<string, unknown> | undefined;
|
|
1552
1555
|
org_name?: string | undefined;
|
|
1556
|
+
org_slug?: string | undefined;
|
|
1553
1557
|
category_keys?: string[] | undefined;
|
|
1554
1558
|
events?: Record<string, unknown> | undefined;
|
|
1555
1559
|
image_url?: string | undefined;
|
|
@@ -1564,7 +1568,6 @@ export declare const chatMemberSchema: z.ZodObject<{
|
|
|
1564
1568
|
url?: string | undefined;
|
|
1565
1569
|
width?: number | undefined;
|
|
1566
1570
|
} | undefined;
|
|
1567
|
-
org_slug?: string | undefined;
|
|
1568
1571
|
readme_url?: string | undefined;
|
|
1569
1572
|
screenshot_urls?: string[] | undefined;
|
|
1570
1573
|
solution_id?: string | undefined;
|
|
@@ -1624,6 +1627,7 @@ export declare const chatMemberSchema: z.ZodObject<{
|
|
|
1624
1627
|
virtual_path?: string | undefined;
|
|
1625
1628
|
metadata?: Record<string, unknown> | undefined;
|
|
1626
1629
|
org_name?: string | undefined;
|
|
1630
|
+
org_slug?: string | undefined;
|
|
1627
1631
|
category_keys?: string[] | undefined;
|
|
1628
1632
|
events?: Record<string, unknown> | undefined;
|
|
1629
1633
|
image_url?: string | undefined;
|
|
@@ -1638,7 +1642,6 @@ export declare const chatMemberSchema: z.ZodObject<{
|
|
|
1638
1642
|
url?: string | undefined;
|
|
1639
1643
|
width?: number | undefined;
|
|
1640
1644
|
} | undefined;
|
|
1641
|
-
org_slug?: string | undefined;
|
|
1642
1645
|
readme_url?: string | undefined;
|
|
1643
1646
|
screenshot_urls?: string[] | undefined;
|
|
1644
1647
|
solution_id?: string | undefined;
|
|
@@ -1662,6 +1665,7 @@ export declare const chatMemberSchema: z.ZodObject<{
|
|
|
1662
1665
|
metadata?: Record<string, unknown> | undefined;
|
|
1663
1666
|
org_name?: string | undefined;
|
|
1664
1667
|
org_role?: string | undefined;
|
|
1668
|
+
org_slug?: string | undefined;
|
|
1665
1669
|
sandbox_name?: string | undefined;
|
|
1666
1670
|
} | undefined;
|
|
1667
1671
|
membership_type?: string | undefined;
|
|
@@ -1745,6 +1749,7 @@ export declare const chatMemberSchema: z.ZodObject<{
|
|
|
1745
1749
|
virtual_path?: string | undefined;
|
|
1746
1750
|
metadata?: Record<string, unknown> | undefined;
|
|
1747
1751
|
org_name?: string | undefined;
|
|
1752
|
+
org_slug?: string | undefined;
|
|
1748
1753
|
category_keys?: string[] | undefined;
|
|
1749
1754
|
events?: Record<string, unknown> | undefined;
|
|
1750
1755
|
image_url?: string | undefined;
|
|
@@ -1759,7 +1764,6 @@ export declare const chatMemberSchema: z.ZodObject<{
|
|
|
1759
1764
|
url?: string | undefined;
|
|
1760
1765
|
width?: number | undefined;
|
|
1761
1766
|
} | undefined;
|
|
1762
|
-
org_slug?: string | undefined;
|
|
1763
1767
|
readme_url?: string | undefined;
|
|
1764
1768
|
screenshot_urls?: string[] | undefined;
|
|
1765
1769
|
solution_id?: string | undefined;
|
|
@@ -1819,6 +1823,7 @@ export declare const chatMemberSchema: z.ZodObject<{
|
|
|
1819
1823
|
virtual_path?: string | undefined;
|
|
1820
1824
|
metadata?: Record<string, unknown> | undefined;
|
|
1821
1825
|
org_name?: string | undefined;
|
|
1826
|
+
org_slug?: string | undefined;
|
|
1822
1827
|
category_keys?: string[] | undefined;
|
|
1823
1828
|
events?: Record<string, unknown> | undefined;
|
|
1824
1829
|
image_url?: string | undefined;
|
|
@@ -1833,7 +1838,6 @@ export declare const chatMemberSchema: z.ZodObject<{
|
|
|
1833
1838
|
url?: string | undefined;
|
|
1834
1839
|
width?: number | undefined;
|
|
1835
1840
|
} | undefined;
|
|
1836
|
-
org_slug?: string | undefined;
|
|
1837
1841
|
readme_url?: string | undefined;
|
|
1838
1842
|
screenshot_urls?: string[] | undefined;
|
|
1839
1843
|
solution_id?: string | undefined;
|
|
@@ -1857,6 +1861,7 @@ export declare const chatMemberSchema: z.ZodObject<{
|
|
|
1857
1861
|
metadata?: Record<string, unknown> | undefined;
|
|
1858
1862
|
org_name?: string | undefined;
|
|
1859
1863
|
org_role?: string | undefined;
|
|
1864
|
+
org_slug?: string | undefined;
|
|
1860
1865
|
sandbox_name?: string | undefined;
|
|
1861
1866
|
} | undefined;
|
|
1862
1867
|
membership_type?: string | undefined;
|
|
@@ -2216,6 +2221,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
2216
2221
|
virtual_path?: string | undefined;
|
|
2217
2222
|
metadata?: Record<string, unknown> | undefined;
|
|
2218
2223
|
org_name?: string | undefined;
|
|
2224
|
+
org_slug?: string | undefined;
|
|
2219
2225
|
category_keys?: string[] | undefined;
|
|
2220
2226
|
events?: Record<string, unknown> | undefined;
|
|
2221
2227
|
image_url?: string | undefined;
|
|
@@ -2230,7 +2236,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
2230
2236
|
url?: string | undefined;
|
|
2231
2237
|
width?: number | undefined;
|
|
2232
2238
|
} | undefined;
|
|
2233
|
-
org_slug?: string | undefined;
|
|
2234
2239
|
readme_url?: string | undefined;
|
|
2235
2240
|
screenshot_urls?: string[] | undefined;
|
|
2236
2241
|
solution_id?: string | undefined;
|
|
@@ -2278,6 +2283,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
2278
2283
|
virtual_path?: string | undefined;
|
|
2279
2284
|
metadata?: Record<string, unknown> | undefined;
|
|
2280
2285
|
org_name?: string | undefined;
|
|
2286
|
+
org_slug?: string | undefined;
|
|
2281
2287
|
category_keys?: string[] | undefined;
|
|
2282
2288
|
events?: Record<string, unknown> | undefined;
|
|
2283
2289
|
image_url?: string | undefined;
|
|
@@ -2292,7 +2298,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
2292
2298
|
url?: string | undefined;
|
|
2293
2299
|
width?: number | undefined;
|
|
2294
2300
|
} | undefined;
|
|
2295
|
-
org_slug?: string | undefined;
|
|
2296
2301
|
readme_url?: string | undefined;
|
|
2297
2302
|
screenshot_urls?: string[] | undefined;
|
|
2298
2303
|
solution_id?: string | undefined;
|
|
@@ -2543,6 +2548,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
2543
2548
|
virtual_path?: string | undefined;
|
|
2544
2549
|
metadata?: Record<string, unknown> | undefined;
|
|
2545
2550
|
org_name?: string | undefined;
|
|
2551
|
+
org_slug?: string | undefined;
|
|
2546
2552
|
category_keys?: string[] | undefined;
|
|
2547
2553
|
events?: Record<string, unknown> | undefined;
|
|
2548
2554
|
image_url?: string | undefined;
|
|
@@ -2557,7 +2563,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
2557
2563
|
url?: string | undefined;
|
|
2558
2564
|
width?: number | undefined;
|
|
2559
2565
|
} | undefined;
|
|
2560
|
-
org_slug?: string | undefined;
|
|
2561
2566
|
readme_url?: string | undefined;
|
|
2562
2567
|
screenshot_urls?: string[] | undefined;
|
|
2563
2568
|
solution_id?: string | undefined;
|
|
@@ -2605,6 +2610,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
2605
2610
|
virtual_path?: string | undefined;
|
|
2606
2611
|
metadata?: Record<string, unknown> | undefined;
|
|
2607
2612
|
org_name?: string | undefined;
|
|
2613
|
+
org_slug?: string | undefined;
|
|
2608
2614
|
category_keys?: string[] | undefined;
|
|
2609
2615
|
events?: Record<string, unknown> | undefined;
|
|
2610
2616
|
image_url?: string | undefined;
|
|
@@ -2619,7 +2625,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
2619
2625
|
url?: string | undefined;
|
|
2620
2626
|
width?: number | undefined;
|
|
2621
2627
|
} | undefined;
|
|
2622
|
-
org_slug?: string | undefined;
|
|
2623
2628
|
readme_url?: string | undefined;
|
|
2624
2629
|
screenshot_urls?: string[] | undefined;
|
|
2625
2630
|
solution_id?: string | undefined;
|
|
@@ -2700,6 +2705,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
2700
2705
|
virtual_path?: string | undefined;
|
|
2701
2706
|
metadata?: Record<string, unknown> | undefined;
|
|
2702
2707
|
org_name?: string | undefined;
|
|
2708
|
+
org_slug?: string | undefined;
|
|
2703
2709
|
category_keys?: string[] | undefined;
|
|
2704
2710
|
events?: Record<string, unknown> | undefined;
|
|
2705
2711
|
image_url?: string | undefined;
|
|
@@ -2714,7 +2720,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
2714
2720
|
url?: string | undefined;
|
|
2715
2721
|
width?: number | undefined;
|
|
2716
2722
|
} | undefined;
|
|
2717
|
-
org_slug?: string | undefined;
|
|
2718
2723
|
readme_url?: string | undefined;
|
|
2719
2724
|
screenshot_urls?: string[] | undefined;
|
|
2720
2725
|
solution_id?: string | undefined;
|
|
@@ -2774,6 +2779,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
2774
2779
|
virtual_path?: string | undefined;
|
|
2775
2780
|
metadata?: Record<string, unknown> | undefined;
|
|
2776
2781
|
org_name?: string | undefined;
|
|
2782
|
+
org_slug?: string | undefined;
|
|
2777
2783
|
category_keys?: string[] | undefined;
|
|
2778
2784
|
events?: Record<string, unknown> | undefined;
|
|
2779
2785
|
image_url?: string | undefined;
|
|
@@ -2788,7 +2794,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
2788
2794
|
url?: string | undefined;
|
|
2789
2795
|
width?: number | undefined;
|
|
2790
2796
|
} | undefined;
|
|
2791
|
-
org_slug?: string | undefined;
|
|
2792
2797
|
readme_url?: string | undefined;
|
|
2793
2798
|
screenshot_urls?: string[] | undefined;
|
|
2794
2799
|
solution_id?: string | undefined;
|
|
@@ -2838,6 +2843,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
2838
2843
|
virtual_path?: string | undefined;
|
|
2839
2844
|
metadata?: Record<string, unknown> | undefined;
|
|
2840
2845
|
org_name?: string | undefined;
|
|
2846
|
+
org_slug?: string | undefined;
|
|
2841
2847
|
category_keys?: string[] | undefined;
|
|
2842
2848
|
events?: Record<string, unknown> | undefined;
|
|
2843
2849
|
image_url?: string | undefined;
|
|
@@ -2852,7 +2858,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
2852
2858
|
url?: string | undefined;
|
|
2853
2859
|
width?: number | undefined;
|
|
2854
2860
|
} | undefined;
|
|
2855
|
-
org_slug?: string | undefined;
|
|
2856
2861
|
readme_url?: string | undefined;
|
|
2857
2862
|
screenshot_urls?: string[] | undefined;
|
|
2858
2863
|
solution_id?: string | undefined;
|
|
@@ -2912,6 +2917,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
2912
2917
|
virtual_path?: string | undefined;
|
|
2913
2918
|
metadata?: Record<string, unknown> | undefined;
|
|
2914
2919
|
org_name?: string | undefined;
|
|
2920
|
+
org_slug?: string | undefined;
|
|
2915
2921
|
category_keys?: string[] | undefined;
|
|
2916
2922
|
events?: Record<string, unknown> | undefined;
|
|
2917
2923
|
image_url?: string | undefined;
|
|
@@ -2926,7 +2932,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
2926
2932
|
url?: string | undefined;
|
|
2927
2933
|
width?: number | undefined;
|
|
2928
2934
|
} | undefined;
|
|
2929
|
-
org_slug?: string | undefined;
|
|
2930
2935
|
readme_url?: string | undefined;
|
|
2931
2936
|
screenshot_urls?: string[] | undefined;
|
|
2932
2937
|
solution_id?: string | undefined;
|
|
@@ -3017,6 +3022,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
3017
3022
|
virtual_path?: string | undefined;
|
|
3018
3023
|
metadata?: Record<string, unknown> | undefined;
|
|
3019
3024
|
org_name?: string | undefined;
|
|
3025
|
+
org_slug?: string | undefined;
|
|
3020
3026
|
category_keys?: string[] | undefined;
|
|
3021
3027
|
events?: Record<string, unknown> | undefined;
|
|
3022
3028
|
image_url?: string | undefined;
|
|
@@ -3031,7 +3037,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
3031
3037
|
url?: string | undefined;
|
|
3032
3038
|
width?: number | undefined;
|
|
3033
3039
|
} | undefined;
|
|
3034
|
-
org_slug?: string | undefined;
|
|
3035
3040
|
readme_url?: string | undefined;
|
|
3036
3041
|
screenshot_urls?: string[] | undefined;
|
|
3037
3042
|
solution_id?: string | undefined;
|
|
@@ -3091,6 +3096,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
3091
3096
|
virtual_path?: string | undefined;
|
|
3092
3097
|
metadata?: Record<string, unknown> | undefined;
|
|
3093
3098
|
org_name?: string | undefined;
|
|
3099
|
+
org_slug?: string | undefined;
|
|
3094
3100
|
category_keys?: string[] | undefined;
|
|
3095
3101
|
events?: Record<string, unknown> | undefined;
|
|
3096
3102
|
image_url?: string | undefined;
|
|
@@ -3105,7 +3111,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
3105
3111
|
url?: string | undefined;
|
|
3106
3112
|
width?: number | undefined;
|
|
3107
3113
|
} | undefined;
|
|
3108
|
-
org_slug?: string | undefined;
|
|
3109
3114
|
readme_url?: string | undefined;
|
|
3110
3115
|
screenshot_urls?: string[] | undefined;
|
|
3111
3116
|
solution_id?: string | undefined;
|
|
@@ -3193,6 +3198,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
3193
3198
|
virtual_path?: string | undefined;
|
|
3194
3199
|
metadata?: Record<string, unknown> | undefined;
|
|
3195
3200
|
org_name?: string | undefined;
|
|
3201
|
+
org_slug?: string | undefined;
|
|
3196
3202
|
category_keys?: string[] | undefined;
|
|
3197
3203
|
events?: Record<string, unknown> | undefined;
|
|
3198
3204
|
image_url?: string | undefined;
|
|
@@ -3207,7 +3213,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
3207
3213
|
url?: string | undefined;
|
|
3208
3214
|
width?: number | undefined;
|
|
3209
3215
|
} | undefined;
|
|
3210
|
-
org_slug?: string | undefined;
|
|
3211
3216
|
readme_url?: string | undefined;
|
|
3212
3217
|
screenshot_urls?: string[] | undefined;
|
|
3213
3218
|
solution_id?: string | undefined;
|
|
@@ -3267,6 +3272,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
3267
3272
|
virtual_path?: string | undefined;
|
|
3268
3273
|
metadata?: Record<string, unknown> | undefined;
|
|
3269
3274
|
org_name?: string | undefined;
|
|
3275
|
+
org_slug?: string | undefined;
|
|
3270
3276
|
category_keys?: string[] | undefined;
|
|
3271
3277
|
events?: Record<string, unknown> | undefined;
|
|
3272
3278
|
image_url?: string | undefined;
|
|
@@ -3281,7 +3287,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
3281
3287
|
url?: string | undefined;
|
|
3282
3288
|
width?: number | undefined;
|
|
3283
3289
|
} | undefined;
|
|
3284
|
-
org_slug?: string | undefined;
|
|
3285
3290
|
readme_url?: string | undefined;
|
|
3286
3291
|
screenshot_urls?: string[] | undefined;
|
|
3287
3292
|
solution_id?: string | undefined;
|
|
@@ -3628,6 +3633,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
3628
3633
|
virtual_path?: string | undefined;
|
|
3629
3634
|
metadata?: Record<string, unknown> | undefined;
|
|
3630
3635
|
org_name?: string | undefined;
|
|
3636
|
+
org_slug?: string | undefined;
|
|
3631
3637
|
category_keys?: string[] | undefined;
|
|
3632
3638
|
events?: Record<string, unknown> | undefined;
|
|
3633
3639
|
image_url?: string | undefined;
|
|
@@ -3642,7 +3648,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
3642
3648
|
url?: string | undefined;
|
|
3643
3649
|
width?: number | undefined;
|
|
3644
3650
|
} | undefined;
|
|
3645
|
-
org_slug?: string | undefined;
|
|
3646
3651
|
readme_url?: string | undefined;
|
|
3647
3652
|
screenshot_urls?: string[] | undefined;
|
|
3648
3653
|
solution_id?: string | undefined;
|
|
@@ -3690,6 +3695,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
3690
3695
|
virtual_path?: string | undefined;
|
|
3691
3696
|
metadata?: Record<string, unknown> | undefined;
|
|
3692
3697
|
org_name?: string | undefined;
|
|
3698
|
+
org_slug?: string | undefined;
|
|
3693
3699
|
category_keys?: string[] | undefined;
|
|
3694
3700
|
events?: Record<string, unknown> | undefined;
|
|
3695
3701
|
image_url?: string | undefined;
|
|
@@ -3704,7 +3710,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
3704
3710
|
url?: string | undefined;
|
|
3705
3711
|
width?: number | undefined;
|
|
3706
3712
|
} | undefined;
|
|
3707
|
-
org_slug?: string | undefined;
|
|
3708
3713
|
readme_url?: string | undefined;
|
|
3709
3714
|
screenshot_urls?: string[] | undefined;
|
|
3710
3715
|
solution_id?: string | undefined;
|
|
@@ -3955,6 +3960,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
3955
3960
|
virtual_path?: string | undefined;
|
|
3956
3961
|
metadata?: Record<string, unknown> | undefined;
|
|
3957
3962
|
org_name?: string | undefined;
|
|
3963
|
+
org_slug?: string | undefined;
|
|
3958
3964
|
category_keys?: string[] | undefined;
|
|
3959
3965
|
events?: Record<string, unknown> | undefined;
|
|
3960
3966
|
image_url?: string | undefined;
|
|
@@ -3969,7 +3975,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
3969
3975
|
url?: string | undefined;
|
|
3970
3976
|
width?: number | undefined;
|
|
3971
3977
|
} | undefined;
|
|
3972
|
-
org_slug?: string | undefined;
|
|
3973
3978
|
readme_url?: string | undefined;
|
|
3974
3979
|
screenshot_urls?: string[] | undefined;
|
|
3975
3980
|
solution_id?: string | undefined;
|
|
@@ -4017,6 +4022,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
4017
4022
|
virtual_path?: string | undefined;
|
|
4018
4023
|
metadata?: Record<string, unknown> | undefined;
|
|
4019
4024
|
org_name?: string | undefined;
|
|
4025
|
+
org_slug?: string | undefined;
|
|
4020
4026
|
category_keys?: string[] | undefined;
|
|
4021
4027
|
events?: Record<string, unknown> | undefined;
|
|
4022
4028
|
image_url?: string | undefined;
|
|
@@ -4031,7 +4037,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
4031
4037
|
url?: string | undefined;
|
|
4032
4038
|
width?: number | undefined;
|
|
4033
4039
|
} | undefined;
|
|
4034
|
-
org_slug?: string | undefined;
|
|
4035
4040
|
readme_url?: string | undefined;
|
|
4036
4041
|
screenshot_urls?: string[] | undefined;
|
|
4037
4042
|
solution_id?: string | undefined;
|
|
@@ -4112,6 +4117,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
4112
4117
|
virtual_path?: string | undefined;
|
|
4113
4118
|
metadata?: Record<string, unknown> | undefined;
|
|
4114
4119
|
org_name?: string | undefined;
|
|
4120
|
+
org_slug?: string | undefined;
|
|
4115
4121
|
category_keys?: string[] | undefined;
|
|
4116
4122
|
events?: Record<string, unknown> | undefined;
|
|
4117
4123
|
image_url?: string | undefined;
|
|
@@ -4126,7 +4132,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
4126
4132
|
url?: string | undefined;
|
|
4127
4133
|
width?: number | undefined;
|
|
4128
4134
|
} | undefined;
|
|
4129
|
-
org_slug?: string | undefined;
|
|
4130
4135
|
readme_url?: string | undefined;
|
|
4131
4136
|
screenshot_urls?: string[] | undefined;
|
|
4132
4137
|
solution_id?: string | undefined;
|
|
@@ -4186,6 +4191,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
4186
4191
|
virtual_path?: string | undefined;
|
|
4187
4192
|
metadata?: Record<string, unknown> | undefined;
|
|
4188
4193
|
org_name?: string | undefined;
|
|
4194
|
+
org_slug?: string | undefined;
|
|
4189
4195
|
category_keys?: string[] | undefined;
|
|
4190
4196
|
events?: Record<string, unknown> | undefined;
|
|
4191
4197
|
image_url?: string | undefined;
|
|
@@ -4200,7 +4206,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
4200
4206
|
url?: string | undefined;
|
|
4201
4207
|
width?: number | undefined;
|
|
4202
4208
|
} | undefined;
|
|
4203
|
-
org_slug?: string | undefined;
|
|
4204
4209
|
readme_url?: string | undefined;
|
|
4205
4210
|
screenshot_urls?: string[] | undefined;
|
|
4206
4211
|
solution_id?: string | undefined;
|
|
@@ -4250,6 +4255,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
4250
4255
|
virtual_path?: string | undefined;
|
|
4251
4256
|
metadata?: Record<string, unknown> | undefined;
|
|
4252
4257
|
org_name?: string | undefined;
|
|
4258
|
+
org_slug?: string | undefined;
|
|
4253
4259
|
category_keys?: string[] | undefined;
|
|
4254
4260
|
events?: Record<string, unknown> | undefined;
|
|
4255
4261
|
image_url?: string | undefined;
|
|
@@ -4264,7 +4270,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
4264
4270
|
url?: string | undefined;
|
|
4265
4271
|
width?: number | undefined;
|
|
4266
4272
|
} | undefined;
|
|
4267
|
-
org_slug?: string | undefined;
|
|
4268
4273
|
readme_url?: string | undefined;
|
|
4269
4274
|
screenshot_urls?: string[] | undefined;
|
|
4270
4275
|
solution_id?: string | undefined;
|
|
@@ -4324,6 +4329,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
4324
4329
|
virtual_path?: string | undefined;
|
|
4325
4330
|
metadata?: Record<string, unknown> | undefined;
|
|
4326
4331
|
org_name?: string | undefined;
|
|
4332
|
+
org_slug?: string | undefined;
|
|
4327
4333
|
category_keys?: string[] | undefined;
|
|
4328
4334
|
events?: Record<string, unknown> | undefined;
|
|
4329
4335
|
image_url?: string | undefined;
|
|
@@ -4338,7 +4344,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
4338
4344
|
url?: string | undefined;
|
|
4339
4345
|
width?: number | undefined;
|
|
4340
4346
|
} | undefined;
|
|
4341
|
-
org_slug?: string | undefined;
|
|
4342
4347
|
readme_url?: string | undefined;
|
|
4343
4348
|
screenshot_urls?: string[] | undefined;
|
|
4344
4349
|
solution_id?: string | undefined;
|
|
@@ -4429,6 +4434,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
4429
4434
|
virtual_path?: string | undefined;
|
|
4430
4435
|
metadata?: Record<string, unknown> | undefined;
|
|
4431
4436
|
org_name?: string | undefined;
|
|
4437
|
+
org_slug?: string | undefined;
|
|
4432
4438
|
category_keys?: string[] | undefined;
|
|
4433
4439
|
events?: Record<string, unknown> | undefined;
|
|
4434
4440
|
image_url?: string | undefined;
|
|
@@ -4443,7 +4449,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
4443
4449
|
url?: string | undefined;
|
|
4444
4450
|
width?: number | undefined;
|
|
4445
4451
|
} | undefined;
|
|
4446
|
-
org_slug?: string | undefined;
|
|
4447
4452
|
readme_url?: string | undefined;
|
|
4448
4453
|
screenshot_urls?: string[] | undefined;
|
|
4449
4454
|
solution_id?: string | undefined;
|
|
@@ -4503,6 +4508,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
4503
4508
|
virtual_path?: string | undefined;
|
|
4504
4509
|
metadata?: Record<string, unknown> | undefined;
|
|
4505
4510
|
org_name?: string | undefined;
|
|
4511
|
+
org_slug?: string | undefined;
|
|
4506
4512
|
category_keys?: string[] | undefined;
|
|
4507
4513
|
events?: Record<string, unknown> | undefined;
|
|
4508
4514
|
image_url?: string | undefined;
|
|
@@ -4517,7 +4523,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
4517
4523
|
url?: string | undefined;
|
|
4518
4524
|
width?: number | undefined;
|
|
4519
4525
|
} | undefined;
|
|
4520
|
-
org_slug?: string | undefined;
|
|
4521
4526
|
readme_url?: string | undefined;
|
|
4522
4527
|
screenshot_urls?: string[] | undefined;
|
|
4523
4528
|
solution_id?: string | undefined;
|
|
@@ -4605,6 +4610,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
4605
4610
|
virtual_path?: string | undefined;
|
|
4606
4611
|
metadata?: Record<string, unknown> | undefined;
|
|
4607
4612
|
org_name?: string | undefined;
|
|
4613
|
+
org_slug?: string | undefined;
|
|
4608
4614
|
category_keys?: string[] | undefined;
|
|
4609
4615
|
events?: Record<string, unknown> | undefined;
|
|
4610
4616
|
image_url?: string | undefined;
|
|
@@ -4619,7 +4625,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
4619
4625
|
url?: string | undefined;
|
|
4620
4626
|
width?: number | undefined;
|
|
4621
4627
|
} | undefined;
|
|
4622
|
-
org_slug?: string | undefined;
|
|
4623
4628
|
readme_url?: string | undefined;
|
|
4624
4629
|
screenshot_urls?: string[] | undefined;
|
|
4625
4630
|
solution_id?: string | undefined;
|
|
@@ -4679,6 +4684,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
4679
4684
|
virtual_path?: string | undefined;
|
|
4680
4685
|
metadata?: Record<string, unknown> | undefined;
|
|
4681
4686
|
org_name?: string | undefined;
|
|
4687
|
+
org_slug?: string | undefined;
|
|
4682
4688
|
category_keys?: string[] | undefined;
|
|
4683
4689
|
events?: Record<string, unknown> | undefined;
|
|
4684
4690
|
image_url?: string | undefined;
|
|
@@ -4693,7 +4699,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
4693
4699
|
url?: string | undefined;
|
|
4694
4700
|
width?: number | undefined;
|
|
4695
4701
|
} | undefined;
|
|
4696
|
-
org_slug?: string | undefined;
|
|
4697
4702
|
readme_url?: string | undefined;
|
|
4698
4703
|
screenshot_urls?: string[] | undefined;
|
|
4699
4704
|
solution_id?: string | undefined;
|
|
@@ -4721,6 +4726,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
4721
4726
|
org: z.ZodOptional<z.ZodString>;
|
|
4722
4727
|
org_name: z.ZodOptional<z.ZodString>;
|
|
4723
4728
|
org_role: z.ZodOptional<z.ZodString>;
|
|
4729
|
+
org_slug: z.ZodOptional<z.ZodString>;
|
|
4724
4730
|
sandbox: z.ZodOptional<z.ZodString>;
|
|
4725
4731
|
sandbox_name: z.ZodOptional<z.ZodString>;
|
|
4726
4732
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4736,6 +4742,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
4736
4742
|
metadata?: Record<string, unknown> | undefined;
|
|
4737
4743
|
org_name?: string | undefined;
|
|
4738
4744
|
org_role?: string | undefined;
|
|
4745
|
+
org_slug?: string | undefined;
|
|
4739
4746
|
sandbox_name?: string | undefined;
|
|
4740
4747
|
}, {
|
|
4741
4748
|
id: string;
|
|
@@ -4750,6 +4757,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
4750
4757
|
metadata?: Record<string, unknown> | undefined;
|
|
4751
4758
|
org_name?: string | undefined;
|
|
4752
4759
|
org_role?: string | undefined;
|
|
4760
|
+
org_slug?: string | undefined;
|
|
4753
4761
|
sandbox_name?: string | undefined;
|
|
4754
4762
|
}>>;
|
|
4755
4763
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4832,6 +4840,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
4832
4840
|
virtual_path?: string | undefined;
|
|
4833
4841
|
metadata?: Record<string, unknown> | undefined;
|
|
4834
4842
|
org_name?: string | undefined;
|
|
4843
|
+
org_slug?: string | undefined;
|
|
4835
4844
|
category_keys?: string[] | undefined;
|
|
4836
4845
|
events?: Record<string, unknown> | undefined;
|
|
4837
4846
|
image_url?: string | undefined;
|
|
@@ -4846,7 +4855,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
4846
4855
|
url?: string | undefined;
|
|
4847
4856
|
width?: number | undefined;
|
|
4848
4857
|
} | undefined;
|
|
4849
|
-
org_slug?: string | undefined;
|
|
4850
4858
|
readme_url?: string | undefined;
|
|
4851
4859
|
screenshot_urls?: string[] | undefined;
|
|
4852
4860
|
solution_id?: string | undefined;
|
|
@@ -4906,6 +4914,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
4906
4914
|
virtual_path?: string | undefined;
|
|
4907
4915
|
metadata?: Record<string, unknown> | undefined;
|
|
4908
4916
|
org_name?: string | undefined;
|
|
4917
|
+
org_slug?: string | undefined;
|
|
4909
4918
|
category_keys?: string[] | undefined;
|
|
4910
4919
|
events?: Record<string, unknown> | undefined;
|
|
4911
4920
|
image_url?: string | undefined;
|
|
@@ -4920,7 +4929,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
4920
4929
|
url?: string | undefined;
|
|
4921
4930
|
width?: number | undefined;
|
|
4922
4931
|
} | undefined;
|
|
4923
|
-
org_slug?: string | undefined;
|
|
4924
4932
|
readme_url?: string | undefined;
|
|
4925
4933
|
screenshot_urls?: string[] | undefined;
|
|
4926
4934
|
solution_id?: string | undefined;
|
|
@@ -4944,6 +4952,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
4944
4952
|
metadata?: Record<string, unknown> | undefined;
|
|
4945
4953
|
org_name?: string | undefined;
|
|
4946
4954
|
org_role?: string | undefined;
|
|
4955
|
+
org_slug?: string | undefined;
|
|
4947
4956
|
sandbox_name?: string | undefined;
|
|
4948
4957
|
} | undefined;
|
|
4949
4958
|
membership_type?: string | undefined;
|
|
@@ -5027,6 +5036,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
5027
5036
|
virtual_path?: string | undefined;
|
|
5028
5037
|
metadata?: Record<string, unknown> | undefined;
|
|
5029
5038
|
org_name?: string | undefined;
|
|
5039
|
+
org_slug?: string | undefined;
|
|
5030
5040
|
category_keys?: string[] | undefined;
|
|
5031
5041
|
events?: Record<string, unknown> | undefined;
|
|
5032
5042
|
image_url?: string | undefined;
|
|
@@ -5041,7 +5051,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
5041
5051
|
url?: string | undefined;
|
|
5042
5052
|
width?: number | undefined;
|
|
5043
5053
|
} | undefined;
|
|
5044
|
-
org_slug?: string | undefined;
|
|
5045
5054
|
readme_url?: string | undefined;
|
|
5046
5055
|
screenshot_urls?: string[] | undefined;
|
|
5047
5056
|
solution_id?: string | undefined;
|
|
@@ -5101,6 +5110,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
5101
5110
|
virtual_path?: string | undefined;
|
|
5102
5111
|
metadata?: Record<string, unknown> | undefined;
|
|
5103
5112
|
org_name?: string | undefined;
|
|
5113
|
+
org_slug?: string | undefined;
|
|
5104
5114
|
category_keys?: string[] | undefined;
|
|
5105
5115
|
events?: Record<string, unknown> | undefined;
|
|
5106
5116
|
image_url?: string | undefined;
|
|
@@ -5115,7 +5125,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
5115
5125
|
url?: string | undefined;
|
|
5116
5126
|
width?: number | undefined;
|
|
5117
5127
|
} | undefined;
|
|
5118
|
-
org_slug?: string | undefined;
|
|
5119
5128
|
readme_url?: string | undefined;
|
|
5120
5129
|
screenshot_urls?: string[] | undefined;
|
|
5121
5130
|
solution_id?: string | undefined;
|
|
@@ -5139,6 +5148,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
5139
5148
|
metadata?: Record<string, unknown> | undefined;
|
|
5140
5149
|
org_name?: string | undefined;
|
|
5141
5150
|
org_role?: string | undefined;
|
|
5151
|
+
org_slug?: string | undefined;
|
|
5142
5152
|
sandbox_name?: string | undefined;
|
|
5143
5153
|
} | undefined;
|
|
5144
5154
|
membership_type?: string | undefined;
|
|
@@ -5899,6 +5909,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
5899
5909
|
org: z.ZodOptional<z.ZodString>;
|
|
5900
5910
|
org_name: z.ZodOptional<z.ZodString>;
|
|
5901
5911
|
org_role: z.ZodOptional<z.ZodString>;
|
|
5912
|
+
org_slug: z.ZodOptional<z.ZodString>;
|
|
5902
5913
|
sandbox: z.ZodOptional<z.ZodString>;
|
|
5903
5914
|
sandbox_name: z.ZodOptional<z.ZodString>;
|
|
5904
5915
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5914,6 +5925,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
5914
5925
|
metadata?: Record<string, unknown> | undefined;
|
|
5915
5926
|
org_name?: string | undefined;
|
|
5916
5927
|
org_role?: string | undefined;
|
|
5928
|
+
org_slug?: string | undefined;
|
|
5917
5929
|
sandbox_name?: string | undefined;
|
|
5918
5930
|
}, {
|
|
5919
5931
|
id: string;
|
|
@@ -5928,6 +5940,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
5928
5940
|
metadata?: Record<string, unknown> | undefined;
|
|
5929
5941
|
org_name?: string | undefined;
|
|
5930
5942
|
org_role?: string | undefined;
|
|
5943
|
+
org_slug?: string | undefined;
|
|
5931
5944
|
sandbox_name?: string | undefined;
|
|
5932
5945
|
}>]>>;
|
|
5933
5946
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -6553,6 +6566,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
6553
6566
|
org: z.ZodOptional<z.ZodString>;
|
|
6554
6567
|
org_name: z.ZodOptional<z.ZodString>;
|
|
6555
6568
|
org_role: z.ZodOptional<z.ZodString>;
|
|
6569
|
+
org_slug: z.ZodOptional<z.ZodString>;
|
|
6556
6570
|
sandbox: z.ZodOptional<z.ZodString>;
|
|
6557
6571
|
sandbox_name: z.ZodOptional<z.ZodString>;
|
|
6558
6572
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -6568,6 +6582,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
6568
6582
|
metadata?: Record<string, unknown> | undefined;
|
|
6569
6583
|
org_name?: string | undefined;
|
|
6570
6584
|
org_role?: string | undefined;
|
|
6585
|
+
org_slug?: string | undefined;
|
|
6571
6586
|
sandbox_name?: string | undefined;
|
|
6572
6587
|
}, {
|
|
6573
6588
|
id: string;
|
|
@@ -6582,6 +6597,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
6582
6597
|
metadata?: Record<string, unknown> | undefined;
|
|
6583
6598
|
org_name?: string | undefined;
|
|
6584
6599
|
org_role?: string | undefined;
|
|
6600
|
+
org_slug?: string | undefined;
|
|
6585
6601
|
sandbox_name?: string | undefined;
|
|
6586
6602
|
}>, "many">>;
|
|
6587
6603
|
participating_actor: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -6914,6 +6930,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
6914
6930
|
virtual_path?: string | undefined;
|
|
6915
6931
|
metadata?: Record<string, unknown> | undefined;
|
|
6916
6932
|
org_name?: string | undefined;
|
|
6933
|
+
org_slug?: string | undefined;
|
|
6917
6934
|
category_keys?: string[] | undefined;
|
|
6918
6935
|
events?: Record<string, unknown> | undefined;
|
|
6919
6936
|
image_url?: string | undefined;
|
|
@@ -6928,7 +6945,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
6928
6945
|
url?: string | undefined;
|
|
6929
6946
|
width?: number | undefined;
|
|
6930
6947
|
} | undefined;
|
|
6931
|
-
org_slug?: string | undefined;
|
|
6932
6948
|
readme_url?: string | undefined;
|
|
6933
6949
|
screenshot_urls?: string[] | undefined;
|
|
6934
6950
|
solution_id?: string | undefined;
|
|
@@ -6976,6 +6992,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
6976
6992
|
virtual_path?: string | undefined;
|
|
6977
6993
|
metadata?: Record<string, unknown> | undefined;
|
|
6978
6994
|
org_name?: string | undefined;
|
|
6995
|
+
org_slug?: string | undefined;
|
|
6979
6996
|
category_keys?: string[] | undefined;
|
|
6980
6997
|
events?: Record<string, unknown> | undefined;
|
|
6981
6998
|
image_url?: string | undefined;
|
|
@@ -6990,7 +7007,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
6990
7007
|
url?: string | undefined;
|
|
6991
7008
|
width?: number | undefined;
|
|
6992
7009
|
} | undefined;
|
|
6993
|
-
org_slug?: string | undefined;
|
|
6994
7010
|
readme_url?: string | undefined;
|
|
6995
7011
|
screenshot_urls?: string[] | undefined;
|
|
6996
7012
|
solution_id?: string | undefined;
|
|
@@ -7241,6 +7257,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
7241
7257
|
virtual_path?: string | undefined;
|
|
7242
7258
|
metadata?: Record<string, unknown> | undefined;
|
|
7243
7259
|
org_name?: string | undefined;
|
|
7260
|
+
org_slug?: string | undefined;
|
|
7244
7261
|
category_keys?: string[] | undefined;
|
|
7245
7262
|
events?: Record<string, unknown> | undefined;
|
|
7246
7263
|
image_url?: string | undefined;
|
|
@@ -7255,7 +7272,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
7255
7272
|
url?: string | undefined;
|
|
7256
7273
|
width?: number | undefined;
|
|
7257
7274
|
} | undefined;
|
|
7258
|
-
org_slug?: string | undefined;
|
|
7259
7275
|
readme_url?: string | undefined;
|
|
7260
7276
|
screenshot_urls?: string[] | undefined;
|
|
7261
7277
|
solution_id?: string | undefined;
|
|
@@ -7303,6 +7319,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
7303
7319
|
virtual_path?: string | undefined;
|
|
7304
7320
|
metadata?: Record<string, unknown> | undefined;
|
|
7305
7321
|
org_name?: string | undefined;
|
|
7322
|
+
org_slug?: string | undefined;
|
|
7306
7323
|
category_keys?: string[] | undefined;
|
|
7307
7324
|
events?: Record<string, unknown> | undefined;
|
|
7308
7325
|
image_url?: string | undefined;
|
|
@@ -7317,7 +7334,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
7317
7334
|
url?: string | undefined;
|
|
7318
7335
|
width?: number | undefined;
|
|
7319
7336
|
} | undefined;
|
|
7320
|
-
org_slug?: string | undefined;
|
|
7321
7337
|
readme_url?: string | undefined;
|
|
7322
7338
|
screenshot_urls?: string[] | undefined;
|
|
7323
7339
|
solution_id?: string | undefined;
|
|
@@ -7398,6 +7414,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
7398
7414
|
virtual_path?: string | undefined;
|
|
7399
7415
|
metadata?: Record<string, unknown> | undefined;
|
|
7400
7416
|
org_name?: string | undefined;
|
|
7417
|
+
org_slug?: string | undefined;
|
|
7401
7418
|
category_keys?: string[] | undefined;
|
|
7402
7419
|
events?: Record<string, unknown> | undefined;
|
|
7403
7420
|
image_url?: string | undefined;
|
|
@@ -7412,7 +7429,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
7412
7429
|
url?: string | undefined;
|
|
7413
7430
|
width?: number | undefined;
|
|
7414
7431
|
} | undefined;
|
|
7415
|
-
org_slug?: string | undefined;
|
|
7416
7432
|
readme_url?: string | undefined;
|
|
7417
7433
|
screenshot_urls?: string[] | undefined;
|
|
7418
7434
|
solution_id?: string | undefined;
|
|
@@ -7472,6 +7488,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
7472
7488
|
virtual_path?: string | undefined;
|
|
7473
7489
|
metadata?: Record<string, unknown> | undefined;
|
|
7474
7490
|
org_name?: string | undefined;
|
|
7491
|
+
org_slug?: string | undefined;
|
|
7475
7492
|
category_keys?: string[] | undefined;
|
|
7476
7493
|
events?: Record<string, unknown> | undefined;
|
|
7477
7494
|
image_url?: string | undefined;
|
|
@@ -7486,7 +7503,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
7486
7503
|
url?: string | undefined;
|
|
7487
7504
|
width?: number | undefined;
|
|
7488
7505
|
} | undefined;
|
|
7489
|
-
org_slug?: string | undefined;
|
|
7490
7506
|
readme_url?: string | undefined;
|
|
7491
7507
|
screenshot_urls?: string[] | undefined;
|
|
7492
7508
|
solution_id?: string | undefined;
|
|
@@ -7536,6 +7552,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
7536
7552
|
virtual_path?: string | undefined;
|
|
7537
7553
|
metadata?: Record<string, unknown> | undefined;
|
|
7538
7554
|
org_name?: string | undefined;
|
|
7555
|
+
org_slug?: string | undefined;
|
|
7539
7556
|
category_keys?: string[] | undefined;
|
|
7540
7557
|
events?: Record<string, unknown> | undefined;
|
|
7541
7558
|
image_url?: string | undefined;
|
|
@@ -7550,7 +7567,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
7550
7567
|
url?: string | undefined;
|
|
7551
7568
|
width?: number | undefined;
|
|
7552
7569
|
} | undefined;
|
|
7553
|
-
org_slug?: string | undefined;
|
|
7554
7570
|
readme_url?: string | undefined;
|
|
7555
7571
|
screenshot_urls?: string[] | undefined;
|
|
7556
7572
|
solution_id?: string | undefined;
|
|
@@ -7610,6 +7626,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
7610
7626
|
virtual_path?: string | undefined;
|
|
7611
7627
|
metadata?: Record<string, unknown> | undefined;
|
|
7612
7628
|
org_name?: string | undefined;
|
|
7629
|
+
org_slug?: string | undefined;
|
|
7613
7630
|
category_keys?: string[] | undefined;
|
|
7614
7631
|
events?: Record<string, unknown> | undefined;
|
|
7615
7632
|
image_url?: string | undefined;
|
|
@@ -7624,7 +7641,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
7624
7641
|
url?: string | undefined;
|
|
7625
7642
|
width?: number | undefined;
|
|
7626
7643
|
} | undefined;
|
|
7627
|
-
org_slug?: string | undefined;
|
|
7628
7644
|
readme_url?: string | undefined;
|
|
7629
7645
|
screenshot_urls?: string[] | undefined;
|
|
7630
7646
|
solution_id?: string | undefined;
|
|
@@ -7715,6 +7731,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
7715
7731
|
virtual_path?: string | undefined;
|
|
7716
7732
|
metadata?: Record<string, unknown> | undefined;
|
|
7717
7733
|
org_name?: string | undefined;
|
|
7734
|
+
org_slug?: string | undefined;
|
|
7718
7735
|
category_keys?: string[] | undefined;
|
|
7719
7736
|
events?: Record<string, unknown> | undefined;
|
|
7720
7737
|
image_url?: string | undefined;
|
|
@@ -7729,7 +7746,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
7729
7746
|
url?: string | undefined;
|
|
7730
7747
|
width?: number | undefined;
|
|
7731
7748
|
} | undefined;
|
|
7732
|
-
org_slug?: string | undefined;
|
|
7733
7749
|
readme_url?: string | undefined;
|
|
7734
7750
|
screenshot_urls?: string[] | undefined;
|
|
7735
7751
|
solution_id?: string | undefined;
|
|
@@ -7789,6 +7805,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
7789
7805
|
virtual_path?: string | undefined;
|
|
7790
7806
|
metadata?: Record<string, unknown> | undefined;
|
|
7791
7807
|
org_name?: string | undefined;
|
|
7808
|
+
org_slug?: string | undefined;
|
|
7792
7809
|
category_keys?: string[] | undefined;
|
|
7793
7810
|
events?: Record<string, unknown> | undefined;
|
|
7794
7811
|
image_url?: string | undefined;
|
|
@@ -7803,7 +7820,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
7803
7820
|
url?: string | undefined;
|
|
7804
7821
|
width?: number | undefined;
|
|
7805
7822
|
} | undefined;
|
|
7806
|
-
org_slug?: string | undefined;
|
|
7807
7823
|
readme_url?: string | undefined;
|
|
7808
7824
|
screenshot_urls?: string[] | undefined;
|
|
7809
7825
|
solution_id?: string | undefined;
|
|
@@ -7891,6 +7907,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
7891
7907
|
virtual_path?: string | undefined;
|
|
7892
7908
|
metadata?: Record<string, unknown> | undefined;
|
|
7893
7909
|
org_name?: string | undefined;
|
|
7910
|
+
org_slug?: string | undefined;
|
|
7894
7911
|
category_keys?: string[] | undefined;
|
|
7895
7912
|
events?: Record<string, unknown> | undefined;
|
|
7896
7913
|
image_url?: string | undefined;
|
|
@@ -7905,7 +7922,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
7905
7922
|
url?: string | undefined;
|
|
7906
7923
|
width?: number | undefined;
|
|
7907
7924
|
} | undefined;
|
|
7908
|
-
org_slug?: string | undefined;
|
|
7909
7925
|
readme_url?: string | undefined;
|
|
7910
7926
|
screenshot_urls?: string[] | undefined;
|
|
7911
7927
|
solution_id?: string | undefined;
|
|
@@ -7965,6 +7981,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
7965
7981
|
virtual_path?: string | undefined;
|
|
7966
7982
|
metadata?: Record<string, unknown> | undefined;
|
|
7967
7983
|
org_name?: string | undefined;
|
|
7984
|
+
org_slug?: string | undefined;
|
|
7968
7985
|
category_keys?: string[] | undefined;
|
|
7969
7986
|
events?: Record<string, unknown> | undefined;
|
|
7970
7987
|
image_url?: string | undefined;
|
|
@@ -7979,7 +7996,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
7979
7996
|
url?: string | undefined;
|
|
7980
7997
|
width?: number | undefined;
|
|
7981
7998
|
} | undefined;
|
|
7982
|
-
org_slug?: string | undefined;
|
|
7983
7999
|
readme_url?: string | undefined;
|
|
7984
8000
|
screenshot_urls?: string[] | undefined;
|
|
7985
8001
|
solution_id?: string | undefined;
|
|
@@ -8030,6 +8046,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
8030
8046
|
metadata?: Record<string, unknown> | undefined;
|
|
8031
8047
|
org_name?: string | undefined;
|
|
8032
8048
|
org_role?: string | undefined;
|
|
8049
|
+
org_slug?: string | undefined;
|
|
8033
8050
|
sandbox_name?: string | undefined;
|
|
8034
8051
|
}[] | undefined;
|
|
8035
8052
|
created_at?: string | undefined;
|
|
@@ -8055,6 +8072,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
8055
8072
|
metadata?: Record<string, unknown> | undefined;
|
|
8056
8073
|
org_name?: string | undefined;
|
|
8057
8074
|
org_role?: string | undefined;
|
|
8075
|
+
org_slug?: string | undefined;
|
|
8058
8076
|
sandbox_name?: string | undefined;
|
|
8059
8077
|
} | undefined;
|
|
8060
8078
|
is_channel?: boolean | undefined;
|
|
@@ -8254,6 +8272,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
8254
8272
|
virtual_path?: string | undefined;
|
|
8255
8273
|
metadata?: Record<string, unknown> | undefined;
|
|
8256
8274
|
org_name?: string | undefined;
|
|
8275
|
+
org_slug?: string | undefined;
|
|
8257
8276
|
category_keys?: string[] | undefined;
|
|
8258
8277
|
events?: Record<string, unknown> | undefined;
|
|
8259
8278
|
image_url?: string | undefined;
|
|
@@ -8268,7 +8287,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
8268
8287
|
url?: string | undefined;
|
|
8269
8288
|
width?: number | undefined;
|
|
8270
8289
|
} | undefined;
|
|
8271
|
-
org_slug?: string | undefined;
|
|
8272
8290
|
readme_url?: string | undefined;
|
|
8273
8291
|
screenshot_urls?: string[] | undefined;
|
|
8274
8292
|
solution_id?: string | undefined;
|
|
@@ -8328,6 +8346,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
8328
8346
|
virtual_path?: string | undefined;
|
|
8329
8347
|
metadata?: Record<string, unknown> | undefined;
|
|
8330
8348
|
org_name?: string | undefined;
|
|
8349
|
+
org_slug?: string | undefined;
|
|
8331
8350
|
category_keys?: string[] | undefined;
|
|
8332
8351
|
events?: Record<string, unknown> | undefined;
|
|
8333
8352
|
image_url?: string | undefined;
|
|
@@ -8342,7 +8361,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
8342
8361
|
url?: string | undefined;
|
|
8343
8362
|
width?: number | undefined;
|
|
8344
8363
|
} | undefined;
|
|
8345
|
-
org_slug?: string | undefined;
|
|
8346
8364
|
readme_url?: string | undefined;
|
|
8347
8365
|
screenshot_urls?: string[] | undefined;
|
|
8348
8366
|
solution_id?: string | undefined;
|
|
@@ -8381,6 +8399,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
8381
8399
|
metadata?: Record<string, unknown> | undefined;
|
|
8382
8400
|
org_name?: string | undefined;
|
|
8383
8401
|
org_role?: string | undefined;
|
|
8402
|
+
org_slug?: string | undefined;
|
|
8384
8403
|
sandbox_name?: string | undefined;
|
|
8385
8404
|
}[] | undefined;
|
|
8386
8405
|
created_at?: string | undefined;
|
|
@@ -8406,6 +8425,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
8406
8425
|
metadata?: Record<string, unknown> | undefined;
|
|
8407
8426
|
org_name?: string | undefined;
|
|
8408
8427
|
org_role?: string | undefined;
|
|
8428
|
+
org_slug?: string | undefined;
|
|
8409
8429
|
sandbox_name?: string | undefined;
|
|
8410
8430
|
} | undefined;
|
|
8411
8431
|
is_channel?: boolean | undefined;
|
|
@@ -8605,6 +8625,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
8605
8625
|
virtual_path?: string | undefined;
|
|
8606
8626
|
metadata?: Record<string, unknown> | undefined;
|
|
8607
8627
|
org_name?: string | undefined;
|
|
8628
|
+
org_slug?: string | undefined;
|
|
8608
8629
|
category_keys?: string[] | undefined;
|
|
8609
8630
|
events?: Record<string, unknown> | undefined;
|
|
8610
8631
|
image_url?: string | undefined;
|
|
@@ -8619,7 +8640,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
8619
8640
|
url?: string | undefined;
|
|
8620
8641
|
width?: number | undefined;
|
|
8621
8642
|
} | undefined;
|
|
8622
|
-
org_slug?: string | undefined;
|
|
8623
8643
|
readme_url?: string | undefined;
|
|
8624
8644
|
screenshot_urls?: string[] | undefined;
|
|
8625
8645
|
solution_id?: string | undefined;
|
|
@@ -8679,6 +8699,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
8679
8699
|
virtual_path?: string | undefined;
|
|
8680
8700
|
metadata?: Record<string, unknown> | undefined;
|
|
8681
8701
|
org_name?: string | undefined;
|
|
8702
|
+
org_slug?: string | undefined;
|
|
8682
8703
|
category_keys?: string[] | undefined;
|
|
8683
8704
|
events?: Record<string, unknown> | undefined;
|
|
8684
8705
|
image_url?: string | undefined;
|
|
@@ -8693,7 +8714,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
8693
8714
|
url?: string | undefined;
|
|
8694
8715
|
width?: number | undefined;
|
|
8695
8716
|
} | undefined;
|
|
8696
|
-
org_slug?: string | undefined;
|
|
8697
8717
|
readme_url?: string | undefined;
|
|
8698
8718
|
screenshot_urls?: string[] | undefined;
|
|
8699
8719
|
solution_id?: string | undefined;
|
|
@@ -8734,6 +8754,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
8734
8754
|
metadata?: Record<string, unknown> | undefined;
|
|
8735
8755
|
org_name?: string | undefined;
|
|
8736
8756
|
org_role?: string | undefined;
|
|
8757
|
+
org_slug?: string | undefined;
|
|
8737
8758
|
sandbox_name?: string | undefined;
|
|
8738
8759
|
}[] | undefined;
|
|
8739
8760
|
created_at?: string | undefined;
|
|
@@ -8759,6 +8780,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
8759
8780
|
metadata?: Record<string, unknown> | undefined;
|
|
8760
8781
|
org_name?: string | undefined;
|
|
8761
8782
|
org_role?: string | undefined;
|
|
8783
|
+
org_slug?: string | undefined;
|
|
8762
8784
|
sandbox_name?: string | undefined;
|
|
8763
8785
|
} | undefined;
|
|
8764
8786
|
is_channel?: boolean | undefined;
|
|
@@ -8958,6 +8980,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
8958
8980
|
virtual_path?: string | undefined;
|
|
8959
8981
|
metadata?: Record<string, unknown> | undefined;
|
|
8960
8982
|
org_name?: string | undefined;
|
|
8983
|
+
org_slug?: string | undefined;
|
|
8961
8984
|
category_keys?: string[] | undefined;
|
|
8962
8985
|
events?: Record<string, unknown> | undefined;
|
|
8963
8986
|
image_url?: string | undefined;
|
|
@@ -8972,7 +8995,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
8972
8995
|
url?: string | undefined;
|
|
8973
8996
|
width?: number | undefined;
|
|
8974
8997
|
} | undefined;
|
|
8975
|
-
org_slug?: string | undefined;
|
|
8976
8998
|
readme_url?: string | undefined;
|
|
8977
8999
|
screenshot_urls?: string[] | undefined;
|
|
8978
9000
|
solution_id?: string | undefined;
|
|
@@ -9032,6 +9054,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
9032
9054
|
virtual_path?: string | undefined;
|
|
9033
9055
|
metadata?: Record<string, unknown> | undefined;
|
|
9034
9056
|
org_name?: string | undefined;
|
|
9057
|
+
org_slug?: string | undefined;
|
|
9035
9058
|
category_keys?: string[] | undefined;
|
|
9036
9059
|
events?: Record<string, unknown> | undefined;
|
|
9037
9060
|
image_url?: string | undefined;
|
|
@@ -9046,7 +9069,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
9046
9069
|
url?: string | undefined;
|
|
9047
9070
|
width?: number | undefined;
|
|
9048
9071
|
} | undefined;
|
|
9049
|
-
org_slug?: string | undefined;
|
|
9050
9072
|
readme_url?: string | undefined;
|
|
9051
9073
|
screenshot_urls?: string[] | undefined;
|
|
9052
9074
|
solution_id?: string | undefined;
|
|
@@ -9256,6 +9278,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
9256
9278
|
virtual_path?: string | undefined;
|
|
9257
9279
|
metadata?: Record<string, unknown> | undefined;
|
|
9258
9280
|
org_name?: string | undefined;
|
|
9281
|
+
org_slug?: string | undefined;
|
|
9259
9282
|
category_keys?: string[] | undefined;
|
|
9260
9283
|
events?: Record<string, unknown> | undefined;
|
|
9261
9284
|
image_url?: string | undefined;
|
|
@@ -9270,7 +9293,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
9270
9293
|
url?: string | undefined;
|
|
9271
9294
|
width?: number | undefined;
|
|
9272
9295
|
} | undefined;
|
|
9273
|
-
org_slug?: string | undefined;
|
|
9274
9296
|
readme_url?: string | undefined;
|
|
9275
9297
|
screenshot_urls?: string[] | undefined;
|
|
9276
9298
|
solution_id?: string | undefined;
|
|
@@ -9330,6 +9352,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
9330
9352
|
virtual_path?: string | undefined;
|
|
9331
9353
|
metadata?: Record<string, unknown> | undefined;
|
|
9332
9354
|
org_name?: string | undefined;
|
|
9355
|
+
org_slug?: string | undefined;
|
|
9333
9356
|
category_keys?: string[] | undefined;
|
|
9334
9357
|
events?: Record<string, unknown> | undefined;
|
|
9335
9358
|
image_url?: string | undefined;
|
|
@@ -9344,7 +9367,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
9344
9367
|
url?: string | undefined;
|
|
9345
9368
|
width?: number | undefined;
|
|
9346
9369
|
} | undefined;
|
|
9347
|
-
org_slug?: string | undefined;
|
|
9348
9370
|
readme_url?: string | undefined;
|
|
9349
9371
|
screenshot_urls?: string[] | undefined;
|
|
9350
9372
|
solution_id?: string | undefined;
|
|
@@ -9368,6 +9390,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
9368
9390
|
metadata?: Record<string, unknown> | undefined;
|
|
9369
9391
|
org_name?: string | undefined;
|
|
9370
9392
|
org_role?: string | undefined;
|
|
9393
|
+
org_slug?: string | undefined;
|
|
9371
9394
|
sandbox_name?: string | undefined;
|
|
9372
9395
|
} | undefined;
|
|
9373
9396
|
membership_type?: string | undefined;
|
|
@@ -9450,6 +9473,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
9450
9473
|
virtual_path?: string | undefined;
|
|
9451
9474
|
metadata?: Record<string, unknown> | undefined;
|
|
9452
9475
|
org_name?: string | undefined;
|
|
9476
|
+
org_slug?: string | undefined;
|
|
9453
9477
|
category_keys?: string[] | undefined;
|
|
9454
9478
|
events?: Record<string, unknown> | undefined;
|
|
9455
9479
|
image_url?: string | undefined;
|
|
@@ -9464,7 +9488,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
9464
9488
|
url?: string | undefined;
|
|
9465
9489
|
width?: number | undefined;
|
|
9466
9490
|
} | undefined;
|
|
9467
|
-
org_slug?: string | undefined;
|
|
9468
9491
|
readme_url?: string | undefined;
|
|
9469
9492
|
screenshot_urls?: string[] | undefined;
|
|
9470
9493
|
solution_id?: string | undefined;
|
|
@@ -9524,6 +9547,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
9524
9547
|
virtual_path?: string | undefined;
|
|
9525
9548
|
metadata?: Record<string, unknown> | undefined;
|
|
9526
9549
|
org_name?: string | undefined;
|
|
9550
|
+
org_slug?: string | undefined;
|
|
9527
9551
|
category_keys?: string[] | undefined;
|
|
9528
9552
|
events?: Record<string, unknown> | undefined;
|
|
9529
9553
|
image_url?: string | undefined;
|
|
@@ -9538,7 +9562,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
9538
9562
|
url?: string | undefined;
|
|
9539
9563
|
width?: number | undefined;
|
|
9540
9564
|
} | undefined;
|
|
9541
|
-
org_slug?: string | undefined;
|
|
9542
9565
|
readme_url?: string | undefined;
|
|
9543
9566
|
screenshot_urls?: string[] | undefined;
|
|
9544
9567
|
solution_id?: string | undefined;
|
|
@@ -9604,6 +9627,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
9604
9627
|
metadata?: Record<string, unknown> | undefined;
|
|
9605
9628
|
org_name?: string | undefined;
|
|
9606
9629
|
org_role?: string | undefined;
|
|
9630
|
+
org_slug?: string | undefined;
|
|
9607
9631
|
sandbox_name?: string | undefined;
|
|
9608
9632
|
}[] | undefined;
|
|
9609
9633
|
created_at?: string | undefined;
|
|
@@ -9629,6 +9653,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
9629
9653
|
metadata?: Record<string, unknown> | undefined;
|
|
9630
9654
|
org_name?: string | undefined;
|
|
9631
9655
|
org_role?: string | undefined;
|
|
9656
|
+
org_slug?: string | undefined;
|
|
9632
9657
|
sandbox_name?: string | undefined;
|
|
9633
9658
|
} | undefined;
|
|
9634
9659
|
is_channel?: boolean | undefined;
|
|
@@ -9828,6 +9853,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
9828
9853
|
virtual_path?: string | undefined;
|
|
9829
9854
|
metadata?: Record<string, unknown> | undefined;
|
|
9830
9855
|
org_name?: string | undefined;
|
|
9856
|
+
org_slug?: string | undefined;
|
|
9831
9857
|
category_keys?: string[] | undefined;
|
|
9832
9858
|
events?: Record<string, unknown> | undefined;
|
|
9833
9859
|
image_url?: string | undefined;
|
|
@@ -9842,7 +9868,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
9842
9868
|
url?: string | undefined;
|
|
9843
9869
|
width?: number | undefined;
|
|
9844
9870
|
} | undefined;
|
|
9845
|
-
org_slug?: string | undefined;
|
|
9846
9871
|
readme_url?: string | undefined;
|
|
9847
9872
|
screenshot_urls?: string[] | undefined;
|
|
9848
9873
|
solution_id?: string | undefined;
|
|
@@ -9902,6 +9927,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
9902
9927
|
virtual_path?: string | undefined;
|
|
9903
9928
|
metadata?: Record<string, unknown> | undefined;
|
|
9904
9929
|
org_name?: string | undefined;
|
|
9930
|
+
org_slug?: string | undefined;
|
|
9905
9931
|
category_keys?: string[] | undefined;
|
|
9906
9932
|
events?: Record<string, unknown> | undefined;
|
|
9907
9933
|
image_url?: string | undefined;
|
|
@@ -9916,7 +9942,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
9916
9942
|
url?: string | undefined;
|
|
9917
9943
|
width?: number | undefined;
|
|
9918
9944
|
} | undefined;
|
|
9919
|
-
org_slug?: string | undefined;
|
|
9920
9945
|
readme_url?: string | undefined;
|
|
9921
9946
|
screenshot_urls?: string[] | undefined;
|
|
9922
9947
|
solution_id?: string | undefined;
|
|
@@ -10126,6 +10151,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
10126
10151
|
virtual_path?: string | undefined;
|
|
10127
10152
|
metadata?: Record<string, unknown> | undefined;
|
|
10128
10153
|
org_name?: string | undefined;
|
|
10154
|
+
org_slug?: string | undefined;
|
|
10129
10155
|
category_keys?: string[] | undefined;
|
|
10130
10156
|
events?: Record<string, unknown> | undefined;
|
|
10131
10157
|
image_url?: string | undefined;
|
|
@@ -10140,7 +10166,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
10140
10166
|
url?: string | undefined;
|
|
10141
10167
|
width?: number | undefined;
|
|
10142
10168
|
} | undefined;
|
|
10143
|
-
org_slug?: string | undefined;
|
|
10144
10169
|
readme_url?: string | undefined;
|
|
10145
10170
|
screenshot_urls?: string[] | undefined;
|
|
10146
10171
|
solution_id?: string | undefined;
|
|
@@ -10200,6 +10225,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
10200
10225
|
virtual_path?: string | undefined;
|
|
10201
10226
|
metadata?: Record<string, unknown> | undefined;
|
|
10202
10227
|
org_name?: string | undefined;
|
|
10228
|
+
org_slug?: string | undefined;
|
|
10203
10229
|
category_keys?: string[] | undefined;
|
|
10204
10230
|
events?: Record<string, unknown> | undefined;
|
|
10205
10231
|
image_url?: string | undefined;
|
|
@@ -10214,7 +10240,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
10214
10240
|
url?: string | undefined;
|
|
10215
10241
|
width?: number | undefined;
|
|
10216
10242
|
} | undefined;
|
|
10217
|
-
org_slug?: string | undefined;
|
|
10218
10243
|
readme_url?: string | undefined;
|
|
10219
10244
|
screenshot_urls?: string[] | undefined;
|
|
10220
10245
|
solution_id?: string | undefined;
|
|
@@ -10238,6 +10263,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
10238
10263
|
metadata?: Record<string, unknown> | undefined;
|
|
10239
10264
|
org_name?: string | undefined;
|
|
10240
10265
|
org_role?: string | undefined;
|
|
10266
|
+
org_slug?: string | undefined;
|
|
10241
10267
|
sandbox_name?: string | undefined;
|
|
10242
10268
|
} | undefined;
|
|
10243
10269
|
membership_type?: string | undefined;
|
|
@@ -10320,6 +10346,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
10320
10346
|
virtual_path?: string | undefined;
|
|
10321
10347
|
metadata?: Record<string, unknown> | undefined;
|
|
10322
10348
|
org_name?: string | undefined;
|
|
10349
|
+
org_slug?: string | undefined;
|
|
10323
10350
|
category_keys?: string[] | undefined;
|
|
10324
10351
|
events?: Record<string, unknown> | undefined;
|
|
10325
10352
|
image_url?: string | undefined;
|
|
@@ -10334,7 +10361,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
10334
10361
|
url?: string | undefined;
|
|
10335
10362
|
width?: number | undefined;
|
|
10336
10363
|
} | undefined;
|
|
10337
|
-
org_slug?: string | undefined;
|
|
10338
10364
|
readme_url?: string | undefined;
|
|
10339
10365
|
screenshot_urls?: string[] | undefined;
|
|
10340
10366
|
solution_id?: string | undefined;
|
|
@@ -10394,6 +10420,7 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
10394
10420
|
virtual_path?: string | undefined;
|
|
10395
10421
|
metadata?: Record<string, unknown> | undefined;
|
|
10396
10422
|
org_name?: string | undefined;
|
|
10423
|
+
org_slug?: string | undefined;
|
|
10397
10424
|
category_keys?: string[] | undefined;
|
|
10398
10425
|
events?: Record<string, unknown> | undefined;
|
|
10399
10426
|
image_url?: string | undefined;
|
|
@@ -10408,7 +10435,6 @@ export declare const chatRoomModelSchema: z.ZodObject<{
|
|
|
10408
10435
|
url?: string | undefined;
|
|
10409
10436
|
width?: number | undefined;
|
|
10410
10437
|
} | undefined;
|
|
10411
|
-
org_slug?: string | undefined;
|
|
10412
10438
|
readme_url?: string | undefined;
|
|
10413
10439
|
screenshot_urls?: string[] | undefined;
|
|
10414
10440
|
solution_id?: string | undefined;
|
|
@@ -10798,6 +10824,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
10798
10824
|
virtual_path?: string | undefined;
|
|
10799
10825
|
metadata?: Record<string, unknown> | undefined;
|
|
10800
10826
|
org_name?: string | undefined;
|
|
10827
|
+
org_slug?: string | undefined;
|
|
10801
10828
|
category_keys?: string[] | undefined;
|
|
10802
10829
|
events?: Record<string, unknown> | undefined;
|
|
10803
10830
|
image_url?: string | undefined;
|
|
@@ -10812,7 +10839,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
10812
10839
|
url?: string | undefined;
|
|
10813
10840
|
width?: number | undefined;
|
|
10814
10841
|
} | undefined;
|
|
10815
|
-
org_slug?: string | undefined;
|
|
10816
10842
|
readme_url?: string | undefined;
|
|
10817
10843
|
screenshot_urls?: string[] | undefined;
|
|
10818
10844
|
solution_id?: string | undefined;
|
|
@@ -10860,6 +10886,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
10860
10886
|
virtual_path?: string | undefined;
|
|
10861
10887
|
metadata?: Record<string, unknown> | undefined;
|
|
10862
10888
|
org_name?: string | undefined;
|
|
10889
|
+
org_slug?: string | undefined;
|
|
10863
10890
|
category_keys?: string[] | undefined;
|
|
10864
10891
|
events?: Record<string, unknown> | undefined;
|
|
10865
10892
|
image_url?: string | undefined;
|
|
@@ -10874,7 +10901,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
10874
10901
|
url?: string | undefined;
|
|
10875
10902
|
width?: number | undefined;
|
|
10876
10903
|
} | undefined;
|
|
10877
|
-
org_slug?: string | undefined;
|
|
10878
10904
|
readme_url?: string | undefined;
|
|
10879
10905
|
screenshot_urls?: string[] | undefined;
|
|
10880
10906
|
solution_id?: string | undefined;
|
|
@@ -11125,6 +11151,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
11125
11151
|
virtual_path?: string | undefined;
|
|
11126
11152
|
metadata?: Record<string, unknown> | undefined;
|
|
11127
11153
|
org_name?: string | undefined;
|
|
11154
|
+
org_slug?: string | undefined;
|
|
11128
11155
|
category_keys?: string[] | undefined;
|
|
11129
11156
|
events?: Record<string, unknown> | undefined;
|
|
11130
11157
|
image_url?: string | undefined;
|
|
@@ -11139,7 +11166,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
11139
11166
|
url?: string | undefined;
|
|
11140
11167
|
width?: number | undefined;
|
|
11141
11168
|
} | undefined;
|
|
11142
|
-
org_slug?: string | undefined;
|
|
11143
11169
|
readme_url?: string | undefined;
|
|
11144
11170
|
screenshot_urls?: string[] | undefined;
|
|
11145
11171
|
solution_id?: string | undefined;
|
|
@@ -11187,6 +11213,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
11187
11213
|
virtual_path?: string | undefined;
|
|
11188
11214
|
metadata?: Record<string, unknown> | undefined;
|
|
11189
11215
|
org_name?: string | undefined;
|
|
11216
|
+
org_slug?: string | undefined;
|
|
11190
11217
|
category_keys?: string[] | undefined;
|
|
11191
11218
|
events?: Record<string, unknown> | undefined;
|
|
11192
11219
|
image_url?: string | undefined;
|
|
@@ -11201,7 +11228,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
11201
11228
|
url?: string | undefined;
|
|
11202
11229
|
width?: number | undefined;
|
|
11203
11230
|
} | undefined;
|
|
11204
|
-
org_slug?: string | undefined;
|
|
11205
11231
|
readme_url?: string | undefined;
|
|
11206
11232
|
screenshot_urls?: string[] | undefined;
|
|
11207
11233
|
solution_id?: string | undefined;
|
|
@@ -11282,6 +11308,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
11282
11308
|
virtual_path?: string | undefined;
|
|
11283
11309
|
metadata?: Record<string, unknown> | undefined;
|
|
11284
11310
|
org_name?: string | undefined;
|
|
11311
|
+
org_slug?: string | undefined;
|
|
11285
11312
|
category_keys?: string[] | undefined;
|
|
11286
11313
|
events?: Record<string, unknown> | undefined;
|
|
11287
11314
|
image_url?: string | undefined;
|
|
@@ -11296,7 +11323,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
11296
11323
|
url?: string | undefined;
|
|
11297
11324
|
width?: number | undefined;
|
|
11298
11325
|
} | undefined;
|
|
11299
|
-
org_slug?: string | undefined;
|
|
11300
11326
|
readme_url?: string | undefined;
|
|
11301
11327
|
screenshot_urls?: string[] | undefined;
|
|
11302
11328
|
solution_id?: string | undefined;
|
|
@@ -11356,6 +11382,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
11356
11382
|
virtual_path?: string | undefined;
|
|
11357
11383
|
metadata?: Record<string, unknown> | undefined;
|
|
11358
11384
|
org_name?: string | undefined;
|
|
11385
|
+
org_slug?: string | undefined;
|
|
11359
11386
|
category_keys?: string[] | undefined;
|
|
11360
11387
|
events?: Record<string, unknown> | undefined;
|
|
11361
11388
|
image_url?: string | undefined;
|
|
@@ -11370,7 +11397,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
11370
11397
|
url?: string | undefined;
|
|
11371
11398
|
width?: number | undefined;
|
|
11372
11399
|
} | undefined;
|
|
11373
|
-
org_slug?: string | undefined;
|
|
11374
11400
|
readme_url?: string | undefined;
|
|
11375
11401
|
screenshot_urls?: string[] | undefined;
|
|
11376
11402
|
solution_id?: string | undefined;
|
|
@@ -11420,6 +11446,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
11420
11446
|
virtual_path?: string | undefined;
|
|
11421
11447
|
metadata?: Record<string, unknown> | undefined;
|
|
11422
11448
|
org_name?: string | undefined;
|
|
11449
|
+
org_slug?: string | undefined;
|
|
11423
11450
|
category_keys?: string[] | undefined;
|
|
11424
11451
|
events?: Record<string, unknown> | undefined;
|
|
11425
11452
|
image_url?: string | undefined;
|
|
@@ -11434,7 +11461,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
11434
11461
|
url?: string | undefined;
|
|
11435
11462
|
width?: number | undefined;
|
|
11436
11463
|
} | undefined;
|
|
11437
|
-
org_slug?: string | undefined;
|
|
11438
11464
|
readme_url?: string | undefined;
|
|
11439
11465
|
screenshot_urls?: string[] | undefined;
|
|
11440
11466
|
solution_id?: string | undefined;
|
|
@@ -11494,6 +11520,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
11494
11520
|
virtual_path?: string | undefined;
|
|
11495
11521
|
metadata?: Record<string, unknown> | undefined;
|
|
11496
11522
|
org_name?: string | undefined;
|
|
11523
|
+
org_slug?: string | undefined;
|
|
11497
11524
|
category_keys?: string[] | undefined;
|
|
11498
11525
|
events?: Record<string, unknown> | undefined;
|
|
11499
11526
|
image_url?: string | undefined;
|
|
@@ -11508,7 +11535,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
11508
11535
|
url?: string | undefined;
|
|
11509
11536
|
width?: number | undefined;
|
|
11510
11537
|
} | undefined;
|
|
11511
|
-
org_slug?: string | undefined;
|
|
11512
11538
|
readme_url?: string | undefined;
|
|
11513
11539
|
screenshot_urls?: string[] | undefined;
|
|
11514
11540
|
solution_id?: string | undefined;
|
|
@@ -11599,6 +11625,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
11599
11625
|
virtual_path?: string | undefined;
|
|
11600
11626
|
metadata?: Record<string, unknown> | undefined;
|
|
11601
11627
|
org_name?: string | undefined;
|
|
11628
|
+
org_slug?: string | undefined;
|
|
11602
11629
|
category_keys?: string[] | undefined;
|
|
11603
11630
|
events?: Record<string, unknown> | undefined;
|
|
11604
11631
|
image_url?: string | undefined;
|
|
@@ -11613,7 +11640,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
11613
11640
|
url?: string | undefined;
|
|
11614
11641
|
width?: number | undefined;
|
|
11615
11642
|
} | undefined;
|
|
11616
|
-
org_slug?: string | undefined;
|
|
11617
11643
|
readme_url?: string | undefined;
|
|
11618
11644
|
screenshot_urls?: string[] | undefined;
|
|
11619
11645
|
solution_id?: string | undefined;
|
|
@@ -11673,6 +11699,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
11673
11699
|
virtual_path?: string | undefined;
|
|
11674
11700
|
metadata?: Record<string, unknown> | undefined;
|
|
11675
11701
|
org_name?: string | undefined;
|
|
11702
|
+
org_slug?: string | undefined;
|
|
11676
11703
|
category_keys?: string[] | undefined;
|
|
11677
11704
|
events?: Record<string, unknown> | undefined;
|
|
11678
11705
|
image_url?: string | undefined;
|
|
@@ -11687,7 +11714,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
11687
11714
|
url?: string | undefined;
|
|
11688
11715
|
width?: number | undefined;
|
|
11689
11716
|
} | undefined;
|
|
11690
|
-
org_slug?: string | undefined;
|
|
11691
11717
|
readme_url?: string | undefined;
|
|
11692
11718
|
screenshot_urls?: string[] | undefined;
|
|
11693
11719
|
solution_id?: string | undefined;
|
|
@@ -11775,6 +11801,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
11775
11801
|
virtual_path?: string | undefined;
|
|
11776
11802
|
metadata?: Record<string, unknown> | undefined;
|
|
11777
11803
|
org_name?: string | undefined;
|
|
11804
|
+
org_slug?: string | undefined;
|
|
11778
11805
|
category_keys?: string[] | undefined;
|
|
11779
11806
|
events?: Record<string, unknown> | undefined;
|
|
11780
11807
|
image_url?: string | undefined;
|
|
@@ -11789,7 +11816,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
11789
11816
|
url?: string | undefined;
|
|
11790
11817
|
width?: number | undefined;
|
|
11791
11818
|
} | undefined;
|
|
11792
|
-
org_slug?: string | undefined;
|
|
11793
11819
|
readme_url?: string | undefined;
|
|
11794
11820
|
screenshot_urls?: string[] | undefined;
|
|
11795
11821
|
solution_id?: string | undefined;
|
|
@@ -11849,6 +11875,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
11849
11875
|
virtual_path?: string | undefined;
|
|
11850
11876
|
metadata?: Record<string, unknown> | undefined;
|
|
11851
11877
|
org_name?: string | undefined;
|
|
11878
|
+
org_slug?: string | undefined;
|
|
11852
11879
|
category_keys?: string[] | undefined;
|
|
11853
11880
|
events?: Record<string, unknown> | undefined;
|
|
11854
11881
|
image_url?: string | undefined;
|
|
@@ -11863,7 +11890,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
11863
11890
|
url?: string | undefined;
|
|
11864
11891
|
width?: number | undefined;
|
|
11865
11892
|
} | undefined;
|
|
11866
|
-
org_slug?: string | undefined;
|
|
11867
11893
|
readme_url?: string | undefined;
|
|
11868
11894
|
screenshot_urls?: string[] | undefined;
|
|
11869
11895
|
solution_id?: string | undefined;
|
|
@@ -12210,6 +12236,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
12210
12236
|
virtual_path?: string | undefined;
|
|
12211
12237
|
metadata?: Record<string, unknown> | undefined;
|
|
12212
12238
|
org_name?: string | undefined;
|
|
12239
|
+
org_slug?: string | undefined;
|
|
12213
12240
|
category_keys?: string[] | undefined;
|
|
12214
12241
|
events?: Record<string, unknown> | undefined;
|
|
12215
12242
|
image_url?: string | undefined;
|
|
@@ -12224,7 +12251,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
12224
12251
|
url?: string | undefined;
|
|
12225
12252
|
width?: number | undefined;
|
|
12226
12253
|
} | undefined;
|
|
12227
|
-
org_slug?: string | undefined;
|
|
12228
12254
|
readme_url?: string | undefined;
|
|
12229
12255
|
screenshot_urls?: string[] | undefined;
|
|
12230
12256
|
solution_id?: string | undefined;
|
|
@@ -12272,6 +12298,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
12272
12298
|
virtual_path?: string | undefined;
|
|
12273
12299
|
metadata?: Record<string, unknown> | undefined;
|
|
12274
12300
|
org_name?: string | undefined;
|
|
12301
|
+
org_slug?: string | undefined;
|
|
12275
12302
|
category_keys?: string[] | undefined;
|
|
12276
12303
|
events?: Record<string, unknown> | undefined;
|
|
12277
12304
|
image_url?: string | undefined;
|
|
@@ -12286,7 +12313,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
12286
12313
|
url?: string | undefined;
|
|
12287
12314
|
width?: number | undefined;
|
|
12288
12315
|
} | undefined;
|
|
12289
|
-
org_slug?: string | undefined;
|
|
12290
12316
|
readme_url?: string | undefined;
|
|
12291
12317
|
screenshot_urls?: string[] | undefined;
|
|
12292
12318
|
solution_id?: string | undefined;
|
|
@@ -12537,6 +12563,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
12537
12563
|
virtual_path?: string | undefined;
|
|
12538
12564
|
metadata?: Record<string, unknown> | undefined;
|
|
12539
12565
|
org_name?: string | undefined;
|
|
12566
|
+
org_slug?: string | undefined;
|
|
12540
12567
|
category_keys?: string[] | undefined;
|
|
12541
12568
|
events?: Record<string, unknown> | undefined;
|
|
12542
12569
|
image_url?: string | undefined;
|
|
@@ -12551,7 +12578,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
12551
12578
|
url?: string | undefined;
|
|
12552
12579
|
width?: number | undefined;
|
|
12553
12580
|
} | undefined;
|
|
12554
|
-
org_slug?: string | undefined;
|
|
12555
12581
|
readme_url?: string | undefined;
|
|
12556
12582
|
screenshot_urls?: string[] | undefined;
|
|
12557
12583
|
solution_id?: string | undefined;
|
|
@@ -12599,6 +12625,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
12599
12625
|
virtual_path?: string | undefined;
|
|
12600
12626
|
metadata?: Record<string, unknown> | undefined;
|
|
12601
12627
|
org_name?: string | undefined;
|
|
12628
|
+
org_slug?: string | undefined;
|
|
12602
12629
|
category_keys?: string[] | undefined;
|
|
12603
12630
|
events?: Record<string, unknown> | undefined;
|
|
12604
12631
|
image_url?: string | undefined;
|
|
@@ -12613,7 +12640,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
12613
12640
|
url?: string | undefined;
|
|
12614
12641
|
width?: number | undefined;
|
|
12615
12642
|
} | undefined;
|
|
12616
|
-
org_slug?: string | undefined;
|
|
12617
12643
|
readme_url?: string | undefined;
|
|
12618
12644
|
screenshot_urls?: string[] | undefined;
|
|
12619
12645
|
solution_id?: string | undefined;
|
|
@@ -12694,6 +12720,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
12694
12720
|
virtual_path?: string | undefined;
|
|
12695
12721
|
metadata?: Record<string, unknown> | undefined;
|
|
12696
12722
|
org_name?: string | undefined;
|
|
12723
|
+
org_slug?: string | undefined;
|
|
12697
12724
|
category_keys?: string[] | undefined;
|
|
12698
12725
|
events?: Record<string, unknown> | undefined;
|
|
12699
12726
|
image_url?: string | undefined;
|
|
@@ -12708,7 +12735,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
12708
12735
|
url?: string | undefined;
|
|
12709
12736
|
width?: number | undefined;
|
|
12710
12737
|
} | undefined;
|
|
12711
|
-
org_slug?: string | undefined;
|
|
12712
12738
|
readme_url?: string | undefined;
|
|
12713
12739
|
screenshot_urls?: string[] | undefined;
|
|
12714
12740
|
solution_id?: string | undefined;
|
|
@@ -12768,6 +12794,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
12768
12794
|
virtual_path?: string | undefined;
|
|
12769
12795
|
metadata?: Record<string, unknown> | undefined;
|
|
12770
12796
|
org_name?: string | undefined;
|
|
12797
|
+
org_slug?: string | undefined;
|
|
12771
12798
|
category_keys?: string[] | undefined;
|
|
12772
12799
|
events?: Record<string, unknown> | undefined;
|
|
12773
12800
|
image_url?: string | undefined;
|
|
@@ -12782,7 +12809,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
12782
12809
|
url?: string | undefined;
|
|
12783
12810
|
width?: number | undefined;
|
|
12784
12811
|
} | undefined;
|
|
12785
|
-
org_slug?: string | undefined;
|
|
12786
12812
|
readme_url?: string | undefined;
|
|
12787
12813
|
screenshot_urls?: string[] | undefined;
|
|
12788
12814
|
solution_id?: string | undefined;
|
|
@@ -12832,6 +12858,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
12832
12858
|
virtual_path?: string | undefined;
|
|
12833
12859
|
metadata?: Record<string, unknown> | undefined;
|
|
12834
12860
|
org_name?: string | undefined;
|
|
12861
|
+
org_slug?: string | undefined;
|
|
12835
12862
|
category_keys?: string[] | undefined;
|
|
12836
12863
|
events?: Record<string, unknown> | undefined;
|
|
12837
12864
|
image_url?: string | undefined;
|
|
@@ -12846,7 +12873,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
12846
12873
|
url?: string | undefined;
|
|
12847
12874
|
width?: number | undefined;
|
|
12848
12875
|
} | undefined;
|
|
12849
|
-
org_slug?: string | undefined;
|
|
12850
12876
|
readme_url?: string | undefined;
|
|
12851
12877
|
screenshot_urls?: string[] | undefined;
|
|
12852
12878
|
solution_id?: string | undefined;
|
|
@@ -12906,6 +12932,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
12906
12932
|
virtual_path?: string | undefined;
|
|
12907
12933
|
metadata?: Record<string, unknown> | undefined;
|
|
12908
12934
|
org_name?: string | undefined;
|
|
12935
|
+
org_slug?: string | undefined;
|
|
12909
12936
|
category_keys?: string[] | undefined;
|
|
12910
12937
|
events?: Record<string, unknown> | undefined;
|
|
12911
12938
|
image_url?: string | undefined;
|
|
@@ -12920,7 +12947,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
12920
12947
|
url?: string | undefined;
|
|
12921
12948
|
width?: number | undefined;
|
|
12922
12949
|
} | undefined;
|
|
12923
|
-
org_slug?: string | undefined;
|
|
12924
12950
|
readme_url?: string | undefined;
|
|
12925
12951
|
screenshot_urls?: string[] | undefined;
|
|
12926
12952
|
solution_id?: string | undefined;
|
|
@@ -13011,6 +13037,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
13011
13037
|
virtual_path?: string | undefined;
|
|
13012
13038
|
metadata?: Record<string, unknown> | undefined;
|
|
13013
13039
|
org_name?: string | undefined;
|
|
13040
|
+
org_slug?: string | undefined;
|
|
13014
13041
|
category_keys?: string[] | undefined;
|
|
13015
13042
|
events?: Record<string, unknown> | undefined;
|
|
13016
13043
|
image_url?: string | undefined;
|
|
@@ -13025,7 +13052,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
13025
13052
|
url?: string | undefined;
|
|
13026
13053
|
width?: number | undefined;
|
|
13027
13054
|
} | undefined;
|
|
13028
|
-
org_slug?: string | undefined;
|
|
13029
13055
|
readme_url?: string | undefined;
|
|
13030
13056
|
screenshot_urls?: string[] | undefined;
|
|
13031
13057
|
solution_id?: string | undefined;
|
|
@@ -13085,6 +13111,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
13085
13111
|
virtual_path?: string | undefined;
|
|
13086
13112
|
metadata?: Record<string, unknown> | undefined;
|
|
13087
13113
|
org_name?: string | undefined;
|
|
13114
|
+
org_slug?: string | undefined;
|
|
13088
13115
|
category_keys?: string[] | undefined;
|
|
13089
13116
|
events?: Record<string, unknown> | undefined;
|
|
13090
13117
|
image_url?: string | undefined;
|
|
@@ -13099,7 +13126,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
13099
13126
|
url?: string | undefined;
|
|
13100
13127
|
width?: number | undefined;
|
|
13101
13128
|
} | undefined;
|
|
13102
|
-
org_slug?: string | undefined;
|
|
13103
13129
|
readme_url?: string | undefined;
|
|
13104
13130
|
screenshot_urls?: string[] | undefined;
|
|
13105
13131
|
solution_id?: string | undefined;
|
|
@@ -13187,6 +13213,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
13187
13213
|
virtual_path?: string | undefined;
|
|
13188
13214
|
metadata?: Record<string, unknown> | undefined;
|
|
13189
13215
|
org_name?: string | undefined;
|
|
13216
|
+
org_slug?: string | undefined;
|
|
13190
13217
|
category_keys?: string[] | undefined;
|
|
13191
13218
|
events?: Record<string, unknown> | undefined;
|
|
13192
13219
|
image_url?: string | undefined;
|
|
@@ -13201,7 +13228,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
13201
13228
|
url?: string | undefined;
|
|
13202
13229
|
width?: number | undefined;
|
|
13203
13230
|
} | undefined;
|
|
13204
|
-
org_slug?: string | undefined;
|
|
13205
13231
|
readme_url?: string | undefined;
|
|
13206
13232
|
screenshot_urls?: string[] | undefined;
|
|
13207
13233
|
solution_id?: string | undefined;
|
|
@@ -13261,6 +13287,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
13261
13287
|
virtual_path?: string | undefined;
|
|
13262
13288
|
metadata?: Record<string, unknown> | undefined;
|
|
13263
13289
|
org_name?: string | undefined;
|
|
13290
|
+
org_slug?: string | undefined;
|
|
13264
13291
|
category_keys?: string[] | undefined;
|
|
13265
13292
|
events?: Record<string, unknown> | undefined;
|
|
13266
13293
|
image_url?: string | undefined;
|
|
@@ -13275,7 +13302,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
13275
13302
|
url?: string | undefined;
|
|
13276
13303
|
width?: number | undefined;
|
|
13277
13304
|
} | undefined;
|
|
13278
|
-
org_slug?: string | undefined;
|
|
13279
13305
|
readme_url?: string | undefined;
|
|
13280
13306
|
screenshot_urls?: string[] | undefined;
|
|
13281
13307
|
solution_id?: string | undefined;
|
|
@@ -13303,6 +13329,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
13303
13329
|
org: z.ZodOptional<z.ZodString>;
|
|
13304
13330
|
org_name: z.ZodOptional<z.ZodString>;
|
|
13305
13331
|
org_role: z.ZodOptional<z.ZodString>;
|
|
13332
|
+
org_slug: z.ZodOptional<z.ZodString>;
|
|
13306
13333
|
sandbox: z.ZodOptional<z.ZodString>;
|
|
13307
13334
|
sandbox_name: z.ZodOptional<z.ZodString>;
|
|
13308
13335
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -13318,6 +13345,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
13318
13345
|
metadata?: Record<string, unknown> | undefined;
|
|
13319
13346
|
org_name?: string | undefined;
|
|
13320
13347
|
org_role?: string | undefined;
|
|
13348
|
+
org_slug?: string | undefined;
|
|
13321
13349
|
sandbox_name?: string | undefined;
|
|
13322
13350
|
}, {
|
|
13323
13351
|
id: string;
|
|
@@ -13332,6 +13360,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
13332
13360
|
metadata?: Record<string, unknown> | undefined;
|
|
13333
13361
|
org_name?: string | undefined;
|
|
13334
13362
|
org_role?: string | undefined;
|
|
13363
|
+
org_slug?: string | undefined;
|
|
13335
13364
|
sandbox_name?: string | undefined;
|
|
13336
13365
|
}>>;
|
|
13337
13366
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -13414,6 +13443,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
13414
13443
|
virtual_path?: string | undefined;
|
|
13415
13444
|
metadata?: Record<string, unknown> | undefined;
|
|
13416
13445
|
org_name?: string | undefined;
|
|
13446
|
+
org_slug?: string | undefined;
|
|
13417
13447
|
category_keys?: string[] | undefined;
|
|
13418
13448
|
events?: Record<string, unknown> | undefined;
|
|
13419
13449
|
image_url?: string | undefined;
|
|
@@ -13428,7 +13458,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
13428
13458
|
url?: string | undefined;
|
|
13429
13459
|
width?: number | undefined;
|
|
13430
13460
|
} | undefined;
|
|
13431
|
-
org_slug?: string | undefined;
|
|
13432
13461
|
readme_url?: string | undefined;
|
|
13433
13462
|
screenshot_urls?: string[] | undefined;
|
|
13434
13463
|
solution_id?: string | undefined;
|
|
@@ -13488,6 +13517,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
13488
13517
|
virtual_path?: string | undefined;
|
|
13489
13518
|
metadata?: Record<string, unknown> | undefined;
|
|
13490
13519
|
org_name?: string | undefined;
|
|
13520
|
+
org_slug?: string | undefined;
|
|
13491
13521
|
category_keys?: string[] | undefined;
|
|
13492
13522
|
events?: Record<string, unknown> | undefined;
|
|
13493
13523
|
image_url?: string | undefined;
|
|
@@ -13502,7 +13532,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
13502
13532
|
url?: string | undefined;
|
|
13503
13533
|
width?: number | undefined;
|
|
13504
13534
|
} | undefined;
|
|
13505
|
-
org_slug?: string | undefined;
|
|
13506
13535
|
readme_url?: string | undefined;
|
|
13507
13536
|
screenshot_urls?: string[] | undefined;
|
|
13508
13537
|
solution_id?: string | undefined;
|
|
@@ -13526,6 +13555,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
13526
13555
|
metadata?: Record<string, unknown> | undefined;
|
|
13527
13556
|
org_name?: string | undefined;
|
|
13528
13557
|
org_role?: string | undefined;
|
|
13558
|
+
org_slug?: string | undefined;
|
|
13529
13559
|
sandbox_name?: string | undefined;
|
|
13530
13560
|
} | undefined;
|
|
13531
13561
|
membership_type?: string | undefined;
|
|
@@ -13609,6 +13639,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
13609
13639
|
virtual_path?: string | undefined;
|
|
13610
13640
|
metadata?: Record<string, unknown> | undefined;
|
|
13611
13641
|
org_name?: string | undefined;
|
|
13642
|
+
org_slug?: string | undefined;
|
|
13612
13643
|
category_keys?: string[] | undefined;
|
|
13613
13644
|
events?: Record<string, unknown> | undefined;
|
|
13614
13645
|
image_url?: string | undefined;
|
|
@@ -13623,7 +13654,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
13623
13654
|
url?: string | undefined;
|
|
13624
13655
|
width?: number | undefined;
|
|
13625
13656
|
} | undefined;
|
|
13626
|
-
org_slug?: string | undefined;
|
|
13627
13657
|
readme_url?: string | undefined;
|
|
13628
13658
|
screenshot_urls?: string[] | undefined;
|
|
13629
13659
|
solution_id?: string | undefined;
|
|
@@ -13683,6 +13713,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
13683
13713
|
virtual_path?: string | undefined;
|
|
13684
13714
|
metadata?: Record<string, unknown> | undefined;
|
|
13685
13715
|
org_name?: string | undefined;
|
|
13716
|
+
org_slug?: string | undefined;
|
|
13686
13717
|
category_keys?: string[] | undefined;
|
|
13687
13718
|
events?: Record<string, unknown> | undefined;
|
|
13688
13719
|
image_url?: string | undefined;
|
|
@@ -13697,7 +13728,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
13697
13728
|
url?: string | undefined;
|
|
13698
13729
|
width?: number | undefined;
|
|
13699
13730
|
} | undefined;
|
|
13700
|
-
org_slug?: string | undefined;
|
|
13701
13731
|
readme_url?: string | undefined;
|
|
13702
13732
|
screenshot_urls?: string[] | undefined;
|
|
13703
13733
|
solution_id?: string | undefined;
|
|
@@ -13721,6 +13751,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
13721
13751
|
metadata?: Record<string, unknown> | undefined;
|
|
13722
13752
|
org_name?: string | undefined;
|
|
13723
13753
|
org_role?: string | undefined;
|
|
13754
|
+
org_slug?: string | undefined;
|
|
13724
13755
|
sandbox_name?: string | undefined;
|
|
13725
13756
|
} | undefined;
|
|
13726
13757
|
membership_type?: string | undefined;
|
|
@@ -14481,6 +14512,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
14481
14512
|
org: z.ZodOptional<z.ZodString>;
|
|
14482
14513
|
org_name: z.ZodOptional<z.ZodString>;
|
|
14483
14514
|
org_role: z.ZodOptional<z.ZodString>;
|
|
14515
|
+
org_slug: z.ZodOptional<z.ZodString>;
|
|
14484
14516
|
sandbox: z.ZodOptional<z.ZodString>;
|
|
14485
14517
|
sandbox_name: z.ZodOptional<z.ZodString>;
|
|
14486
14518
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -14496,6 +14528,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
14496
14528
|
metadata?: Record<string, unknown> | undefined;
|
|
14497
14529
|
org_name?: string | undefined;
|
|
14498
14530
|
org_role?: string | undefined;
|
|
14531
|
+
org_slug?: string | undefined;
|
|
14499
14532
|
sandbox_name?: string | undefined;
|
|
14500
14533
|
}, {
|
|
14501
14534
|
id: string;
|
|
@@ -14510,6 +14543,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
14510
14543
|
metadata?: Record<string, unknown> | undefined;
|
|
14511
14544
|
org_name?: string | undefined;
|
|
14512
14545
|
org_role?: string | undefined;
|
|
14546
|
+
org_slug?: string | undefined;
|
|
14513
14547
|
sandbox_name?: string | undefined;
|
|
14514
14548
|
}>]>>;
|
|
14515
14549
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -15135,6 +15169,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
15135
15169
|
org: z.ZodOptional<z.ZodString>;
|
|
15136
15170
|
org_name: z.ZodOptional<z.ZodString>;
|
|
15137
15171
|
org_role: z.ZodOptional<z.ZodString>;
|
|
15172
|
+
org_slug: z.ZodOptional<z.ZodString>;
|
|
15138
15173
|
sandbox: z.ZodOptional<z.ZodString>;
|
|
15139
15174
|
sandbox_name: z.ZodOptional<z.ZodString>;
|
|
15140
15175
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -15150,6 +15185,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
15150
15185
|
metadata?: Record<string, unknown> | undefined;
|
|
15151
15186
|
org_name?: string | undefined;
|
|
15152
15187
|
org_role?: string | undefined;
|
|
15188
|
+
org_slug?: string | undefined;
|
|
15153
15189
|
sandbox_name?: string | undefined;
|
|
15154
15190
|
}, {
|
|
15155
15191
|
id: string;
|
|
@@ -15164,6 +15200,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
15164
15200
|
metadata?: Record<string, unknown> | undefined;
|
|
15165
15201
|
org_name?: string | undefined;
|
|
15166
15202
|
org_role?: string | undefined;
|
|
15203
|
+
org_slug?: string | undefined;
|
|
15167
15204
|
sandbox_name?: string | undefined;
|
|
15168
15205
|
}>, "many">>;
|
|
15169
15206
|
participating_actor: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -15496,6 +15533,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
15496
15533
|
virtual_path?: string | undefined;
|
|
15497
15534
|
metadata?: Record<string, unknown> | undefined;
|
|
15498
15535
|
org_name?: string | undefined;
|
|
15536
|
+
org_slug?: string | undefined;
|
|
15499
15537
|
category_keys?: string[] | undefined;
|
|
15500
15538
|
events?: Record<string, unknown> | undefined;
|
|
15501
15539
|
image_url?: string | undefined;
|
|
@@ -15510,7 +15548,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
15510
15548
|
url?: string | undefined;
|
|
15511
15549
|
width?: number | undefined;
|
|
15512
15550
|
} | undefined;
|
|
15513
|
-
org_slug?: string | undefined;
|
|
15514
15551
|
readme_url?: string | undefined;
|
|
15515
15552
|
screenshot_urls?: string[] | undefined;
|
|
15516
15553
|
solution_id?: string | undefined;
|
|
@@ -15558,6 +15595,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
15558
15595
|
virtual_path?: string | undefined;
|
|
15559
15596
|
metadata?: Record<string, unknown> | undefined;
|
|
15560
15597
|
org_name?: string | undefined;
|
|
15598
|
+
org_slug?: string | undefined;
|
|
15561
15599
|
category_keys?: string[] | undefined;
|
|
15562
15600
|
events?: Record<string, unknown> | undefined;
|
|
15563
15601
|
image_url?: string | undefined;
|
|
@@ -15572,7 +15610,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
15572
15610
|
url?: string | undefined;
|
|
15573
15611
|
width?: number | undefined;
|
|
15574
15612
|
} | undefined;
|
|
15575
|
-
org_slug?: string | undefined;
|
|
15576
15613
|
readme_url?: string | undefined;
|
|
15577
15614
|
screenshot_urls?: string[] | undefined;
|
|
15578
15615
|
solution_id?: string | undefined;
|
|
@@ -15823,6 +15860,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
15823
15860
|
virtual_path?: string | undefined;
|
|
15824
15861
|
metadata?: Record<string, unknown> | undefined;
|
|
15825
15862
|
org_name?: string | undefined;
|
|
15863
|
+
org_slug?: string | undefined;
|
|
15826
15864
|
category_keys?: string[] | undefined;
|
|
15827
15865
|
events?: Record<string, unknown> | undefined;
|
|
15828
15866
|
image_url?: string | undefined;
|
|
@@ -15837,7 +15875,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
15837
15875
|
url?: string | undefined;
|
|
15838
15876
|
width?: number | undefined;
|
|
15839
15877
|
} | undefined;
|
|
15840
|
-
org_slug?: string | undefined;
|
|
15841
15878
|
readme_url?: string | undefined;
|
|
15842
15879
|
screenshot_urls?: string[] | undefined;
|
|
15843
15880
|
solution_id?: string | undefined;
|
|
@@ -15885,6 +15922,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
15885
15922
|
virtual_path?: string | undefined;
|
|
15886
15923
|
metadata?: Record<string, unknown> | undefined;
|
|
15887
15924
|
org_name?: string | undefined;
|
|
15925
|
+
org_slug?: string | undefined;
|
|
15888
15926
|
category_keys?: string[] | undefined;
|
|
15889
15927
|
events?: Record<string, unknown> | undefined;
|
|
15890
15928
|
image_url?: string | undefined;
|
|
@@ -15899,7 +15937,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
15899
15937
|
url?: string | undefined;
|
|
15900
15938
|
width?: number | undefined;
|
|
15901
15939
|
} | undefined;
|
|
15902
|
-
org_slug?: string | undefined;
|
|
15903
15940
|
readme_url?: string | undefined;
|
|
15904
15941
|
screenshot_urls?: string[] | undefined;
|
|
15905
15942
|
solution_id?: string | undefined;
|
|
@@ -15980,6 +16017,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
15980
16017
|
virtual_path?: string | undefined;
|
|
15981
16018
|
metadata?: Record<string, unknown> | undefined;
|
|
15982
16019
|
org_name?: string | undefined;
|
|
16020
|
+
org_slug?: string | undefined;
|
|
15983
16021
|
category_keys?: string[] | undefined;
|
|
15984
16022
|
events?: Record<string, unknown> | undefined;
|
|
15985
16023
|
image_url?: string | undefined;
|
|
@@ -15994,7 +16032,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
15994
16032
|
url?: string | undefined;
|
|
15995
16033
|
width?: number | undefined;
|
|
15996
16034
|
} | undefined;
|
|
15997
|
-
org_slug?: string | undefined;
|
|
15998
16035
|
readme_url?: string | undefined;
|
|
15999
16036
|
screenshot_urls?: string[] | undefined;
|
|
16000
16037
|
solution_id?: string | undefined;
|
|
@@ -16054,6 +16091,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
16054
16091
|
virtual_path?: string | undefined;
|
|
16055
16092
|
metadata?: Record<string, unknown> | undefined;
|
|
16056
16093
|
org_name?: string | undefined;
|
|
16094
|
+
org_slug?: string | undefined;
|
|
16057
16095
|
category_keys?: string[] | undefined;
|
|
16058
16096
|
events?: Record<string, unknown> | undefined;
|
|
16059
16097
|
image_url?: string | undefined;
|
|
@@ -16068,7 +16106,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
16068
16106
|
url?: string | undefined;
|
|
16069
16107
|
width?: number | undefined;
|
|
16070
16108
|
} | undefined;
|
|
16071
|
-
org_slug?: string | undefined;
|
|
16072
16109
|
readme_url?: string | undefined;
|
|
16073
16110
|
screenshot_urls?: string[] | undefined;
|
|
16074
16111
|
solution_id?: string | undefined;
|
|
@@ -16118,6 +16155,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
16118
16155
|
virtual_path?: string | undefined;
|
|
16119
16156
|
metadata?: Record<string, unknown> | undefined;
|
|
16120
16157
|
org_name?: string | undefined;
|
|
16158
|
+
org_slug?: string | undefined;
|
|
16121
16159
|
category_keys?: string[] | undefined;
|
|
16122
16160
|
events?: Record<string, unknown> | undefined;
|
|
16123
16161
|
image_url?: string | undefined;
|
|
@@ -16132,7 +16170,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
16132
16170
|
url?: string | undefined;
|
|
16133
16171
|
width?: number | undefined;
|
|
16134
16172
|
} | undefined;
|
|
16135
|
-
org_slug?: string | undefined;
|
|
16136
16173
|
readme_url?: string | undefined;
|
|
16137
16174
|
screenshot_urls?: string[] | undefined;
|
|
16138
16175
|
solution_id?: string | undefined;
|
|
@@ -16192,6 +16229,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
16192
16229
|
virtual_path?: string | undefined;
|
|
16193
16230
|
metadata?: Record<string, unknown> | undefined;
|
|
16194
16231
|
org_name?: string | undefined;
|
|
16232
|
+
org_slug?: string | undefined;
|
|
16195
16233
|
category_keys?: string[] | undefined;
|
|
16196
16234
|
events?: Record<string, unknown> | undefined;
|
|
16197
16235
|
image_url?: string | undefined;
|
|
@@ -16206,7 +16244,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
16206
16244
|
url?: string | undefined;
|
|
16207
16245
|
width?: number | undefined;
|
|
16208
16246
|
} | undefined;
|
|
16209
|
-
org_slug?: string | undefined;
|
|
16210
16247
|
readme_url?: string | undefined;
|
|
16211
16248
|
screenshot_urls?: string[] | undefined;
|
|
16212
16249
|
solution_id?: string | undefined;
|
|
@@ -16297,6 +16334,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
16297
16334
|
virtual_path?: string | undefined;
|
|
16298
16335
|
metadata?: Record<string, unknown> | undefined;
|
|
16299
16336
|
org_name?: string | undefined;
|
|
16337
|
+
org_slug?: string | undefined;
|
|
16300
16338
|
category_keys?: string[] | undefined;
|
|
16301
16339
|
events?: Record<string, unknown> | undefined;
|
|
16302
16340
|
image_url?: string | undefined;
|
|
@@ -16311,7 +16349,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
16311
16349
|
url?: string | undefined;
|
|
16312
16350
|
width?: number | undefined;
|
|
16313
16351
|
} | undefined;
|
|
16314
|
-
org_slug?: string | undefined;
|
|
16315
16352
|
readme_url?: string | undefined;
|
|
16316
16353
|
screenshot_urls?: string[] | undefined;
|
|
16317
16354
|
solution_id?: string | undefined;
|
|
@@ -16371,6 +16408,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
16371
16408
|
virtual_path?: string | undefined;
|
|
16372
16409
|
metadata?: Record<string, unknown> | undefined;
|
|
16373
16410
|
org_name?: string | undefined;
|
|
16411
|
+
org_slug?: string | undefined;
|
|
16374
16412
|
category_keys?: string[] | undefined;
|
|
16375
16413
|
events?: Record<string, unknown> | undefined;
|
|
16376
16414
|
image_url?: string | undefined;
|
|
@@ -16385,7 +16423,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
16385
16423
|
url?: string | undefined;
|
|
16386
16424
|
width?: number | undefined;
|
|
16387
16425
|
} | undefined;
|
|
16388
|
-
org_slug?: string | undefined;
|
|
16389
16426
|
readme_url?: string | undefined;
|
|
16390
16427
|
screenshot_urls?: string[] | undefined;
|
|
16391
16428
|
solution_id?: string | undefined;
|
|
@@ -16473,6 +16510,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
16473
16510
|
virtual_path?: string | undefined;
|
|
16474
16511
|
metadata?: Record<string, unknown> | undefined;
|
|
16475
16512
|
org_name?: string | undefined;
|
|
16513
|
+
org_slug?: string | undefined;
|
|
16476
16514
|
category_keys?: string[] | undefined;
|
|
16477
16515
|
events?: Record<string, unknown> | undefined;
|
|
16478
16516
|
image_url?: string | undefined;
|
|
@@ -16487,7 +16525,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
16487
16525
|
url?: string | undefined;
|
|
16488
16526
|
width?: number | undefined;
|
|
16489
16527
|
} | undefined;
|
|
16490
|
-
org_slug?: string | undefined;
|
|
16491
16528
|
readme_url?: string | undefined;
|
|
16492
16529
|
screenshot_urls?: string[] | undefined;
|
|
16493
16530
|
solution_id?: string | undefined;
|
|
@@ -16547,6 +16584,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
16547
16584
|
virtual_path?: string | undefined;
|
|
16548
16585
|
metadata?: Record<string, unknown> | undefined;
|
|
16549
16586
|
org_name?: string | undefined;
|
|
16587
|
+
org_slug?: string | undefined;
|
|
16550
16588
|
category_keys?: string[] | undefined;
|
|
16551
16589
|
events?: Record<string, unknown> | undefined;
|
|
16552
16590
|
image_url?: string | undefined;
|
|
@@ -16561,7 +16599,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
16561
16599
|
url?: string | undefined;
|
|
16562
16600
|
width?: number | undefined;
|
|
16563
16601
|
} | undefined;
|
|
16564
|
-
org_slug?: string | undefined;
|
|
16565
16602
|
readme_url?: string | undefined;
|
|
16566
16603
|
screenshot_urls?: string[] | undefined;
|
|
16567
16604
|
solution_id?: string | undefined;
|
|
@@ -16612,6 +16649,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
16612
16649
|
metadata?: Record<string, unknown> | undefined;
|
|
16613
16650
|
org_name?: string | undefined;
|
|
16614
16651
|
org_role?: string | undefined;
|
|
16652
|
+
org_slug?: string | undefined;
|
|
16615
16653
|
sandbox_name?: string | undefined;
|
|
16616
16654
|
}[] | undefined;
|
|
16617
16655
|
created_at?: string | undefined;
|
|
@@ -16637,6 +16675,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
16637
16675
|
metadata?: Record<string, unknown> | undefined;
|
|
16638
16676
|
org_name?: string | undefined;
|
|
16639
16677
|
org_role?: string | undefined;
|
|
16678
|
+
org_slug?: string | undefined;
|
|
16640
16679
|
sandbox_name?: string | undefined;
|
|
16641
16680
|
} | undefined;
|
|
16642
16681
|
is_channel?: boolean | undefined;
|
|
@@ -16836,6 +16875,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
16836
16875
|
virtual_path?: string | undefined;
|
|
16837
16876
|
metadata?: Record<string, unknown> | undefined;
|
|
16838
16877
|
org_name?: string | undefined;
|
|
16878
|
+
org_slug?: string | undefined;
|
|
16839
16879
|
category_keys?: string[] | undefined;
|
|
16840
16880
|
events?: Record<string, unknown> | undefined;
|
|
16841
16881
|
image_url?: string | undefined;
|
|
@@ -16850,7 +16890,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
16850
16890
|
url?: string | undefined;
|
|
16851
16891
|
width?: number | undefined;
|
|
16852
16892
|
} | undefined;
|
|
16853
|
-
org_slug?: string | undefined;
|
|
16854
16893
|
readme_url?: string | undefined;
|
|
16855
16894
|
screenshot_urls?: string[] | undefined;
|
|
16856
16895
|
solution_id?: string | undefined;
|
|
@@ -16910,6 +16949,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
16910
16949
|
virtual_path?: string | undefined;
|
|
16911
16950
|
metadata?: Record<string, unknown> | undefined;
|
|
16912
16951
|
org_name?: string | undefined;
|
|
16952
|
+
org_slug?: string | undefined;
|
|
16913
16953
|
category_keys?: string[] | undefined;
|
|
16914
16954
|
events?: Record<string, unknown> | undefined;
|
|
16915
16955
|
image_url?: string | undefined;
|
|
@@ -16924,7 +16964,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
16924
16964
|
url?: string | undefined;
|
|
16925
16965
|
width?: number | undefined;
|
|
16926
16966
|
} | undefined;
|
|
16927
|
-
org_slug?: string | undefined;
|
|
16928
16967
|
readme_url?: string | undefined;
|
|
16929
16968
|
screenshot_urls?: string[] | undefined;
|
|
16930
16969
|
solution_id?: string | undefined;
|
|
@@ -16963,6 +17002,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
16963
17002
|
metadata?: Record<string, unknown> | undefined;
|
|
16964
17003
|
org_name?: string | undefined;
|
|
16965
17004
|
org_role?: string | undefined;
|
|
17005
|
+
org_slug?: string | undefined;
|
|
16966
17006
|
sandbox_name?: string | undefined;
|
|
16967
17007
|
}[] | undefined;
|
|
16968
17008
|
created_at?: string | undefined;
|
|
@@ -16988,6 +17028,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
16988
17028
|
metadata?: Record<string, unknown> | undefined;
|
|
16989
17029
|
org_name?: string | undefined;
|
|
16990
17030
|
org_role?: string | undefined;
|
|
17031
|
+
org_slug?: string | undefined;
|
|
16991
17032
|
sandbox_name?: string | undefined;
|
|
16992
17033
|
} | undefined;
|
|
16993
17034
|
is_channel?: boolean | undefined;
|
|
@@ -17187,6 +17228,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
17187
17228
|
virtual_path?: string | undefined;
|
|
17188
17229
|
metadata?: Record<string, unknown> | undefined;
|
|
17189
17230
|
org_name?: string | undefined;
|
|
17231
|
+
org_slug?: string | undefined;
|
|
17190
17232
|
category_keys?: string[] | undefined;
|
|
17191
17233
|
events?: Record<string, unknown> | undefined;
|
|
17192
17234
|
image_url?: string | undefined;
|
|
@@ -17201,7 +17243,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
17201
17243
|
url?: string | undefined;
|
|
17202
17244
|
width?: number | undefined;
|
|
17203
17245
|
} | undefined;
|
|
17204
|
-
org_slug?: string | undefined;
|
|
17205
17246
|
readme_url?: string | undefined;
|
|
17206
17247
|
screenshot_urls?: string[] | undefined;
|
|
17207
17248
|
solution_id?: string | undefined;
|
|
@@ -17261,6 +17302,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
17261
17302
|
virtual_path?: string | undefined;
|
|
17262
17303
|
metadata?: Record<string, unknown> | undefined;
|
|
17263
17304
|
org_name?: string | undefined;
|
|
17305
|
+
org_slug?: string | undefined;
|
|
17264
17306
|
category_keys?: string[] | undefined;
|
|
17265
17307
|
events?: Record<string, unknown> | undefined;
|
|
17266
17308
|
image_url?: string | undefined;
|
|
@@ -17275,7 +17317,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
17275
17317
|
url?: string | undefined;
|
|
17276
17318
|
width?: number | undefined;
|
|
17277
17319
|
} | undefined;
|
|
17278
|
-
org_slug?: string | undefined;
|
|
17279
17320
|
readme_url?: string | undefined;
|
|
17280
17321
|
screenshot_urls?: string[] | undefined;
|
|
17281
17322
|
solution_id?: string | undefined;
|
|
@@ -17316,6 +17357,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
17316
17357
|
metadata?: Record<string, unknown> | undefined;
|
|
17317
17358
|
org_name?: string | undefined;
|
|
17318
17359
|
org_role?: string | undefined;
|
|
17360
|
+
org_slug?: string | undefined;
|
|
17319
17361
|
sandbox_name?: string | undefined;
|
|
17320
17362
|
}[] | undefined;
|
|
17321
17363
|
created_at?: string | undefined;
|
|
@@ -17341,6 +17383,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
17341
17383
|
metadata?: Record<string, unknown> | undefined;
|
|
17342
17384
|
org_name?: string | undefined;
|
|
17343
17385
|
org_role?: string | undefined;
|
|
17386
|
+
org_slug?: string | undefined;
|
|
17344
17387
|
sandbox_name?: string | undefined;
|
|
17345
17388
|
} | undefined;
|
|
17346
17389
|
is_channel?: boolean | undefined;
|
|
@@ -17540,6 +17583,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
17540
17583
|
virtual_path?: string | undefined;
|
|
17541
17584
|
metadata?: Record<string, unknown> | undefined;
|
|
17542
17585
|
org_name?: string | undefined;
|
|
17586
|
+
org_slug?: string | undefined;
|
|
17543
17587
|
category_keys?: string[] | undefined;
|
|
17544
17588
|
events?: Record<string, unknown> | undefined;
|
|
17545
17589
|
image_url?: string | undefined;
|
|
@@ -17554,7 +17598,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
17554
17598
|
url?: string | undefined;
|
|
17555
17599
|
width?: number | undefined;
|
|
17556
17600
|
} | undefined;
|
|
17557
|
-
org_slug?: string | undefined;
|
|
17558
17601
|
readme_url?: string | undefined;
|
|
17559
17602
|
screenshot_urls?: string[] | undefined;
|
|
17560
17603
|
solution_id?: string | undefined;
|
|
@@ -17614,6 +17657,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
17614
17657
|
virtual_path?: string | undefined;
|
|
17615
17658
|
metadata?: Record<string, unknown> | undefined;
|
|
17616
17659
|
org_name?: string | undefined;
|
|
17660
|
+
org_slug?: string | undefined;
|
|
17617
17661
|
category_keys?: string[] | undefined;
|
|
17618
17662
|
events?: Record<string, unknown> | undefined;
|
|
17619
17663
|
image_url?: string | undefined;
|
|
@@ -17628,7 +17672,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
17628
17672
|
url?: string | undefined;
|
|
17629
17673
|
width?: number | undefined;
|
|
17630
17674
|
} | undefined;
|
|
17631
|
-
org_slug?: string | undefined;
|
|
17632
17675
|
readme_url?: string | undefined;
|
|
17633
17676
|
screenshot_urls?: string[] | undefined;
|
|
17634
17677
|
solution_id?: string | undefined;
|
|
@@ -17838,6 +17881,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
17838
17881
|
virtual_path?: string | undefined;
|
|
17839
17882
|
metadata?: Record<string, unknown> | undefined;
|
|
17840
17883
|
org_name?: string | undefined;
|
|
17884
|
+
org_slug?: string | undefined;
|
|
17841
17885
|
category_keys?: string[] | undefined;
|
|
17842
17886
|
events?: Record<string, unknown> | undefined;
|
|
17843
17887
|
image_url?: string | undefined;
|
|
@@ -17852,7 +17896,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
17852
17896
|
url?: string | undefined;
|
|
17853
17897
|
width?: number | undefined;
|
|
17854
17898
|
} | undefined;
|
|
17855
|
-
org_slug?: string | undefined;
|
|
17856
17899
|
readme_url?: string | undefined;
|
|
17857
17900
|
screenshot_urls?: string[] | undefined;
|
|
17858
17901
|
solution_id?: string | undefined;
|
|
@@ -17912,6 +17955,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
17912
17955
|
virtual_path?: string | undefined;
|
|
17913
17956
|
metadata?: Record<string, unknown> | undefined;
|
|
17914
17957
|
org_name?: string | undefined;
|
|
17958
|
+
org_slug?: string | undefined;
|
|
17915
17959
|
category_keys?: string[] | undefined;
|
|
17916
17960
|
events?: Record<string, unknown> | undefined;
|
|
17917
17961
|
image_url?: string | undefined;
|
|
@@ -17926,7 +17970,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
17926
17970
|
url?: string | undefined;
|
|
17927
17971
|
width?: number | undefined;
|
|
17928
17972
|
} | undefined;
|
|
17929
|
-
org_slug?: string | undefined;
|
|
17930
17973
|
readme_url?: string | undefined;
|
|
17931
17974
|
screenshot_urls?: string[] | undefined;
|
|
17932
17975
|
solution_id?: string | undefined;
|
|
@@ -17950,6 +17993,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
17950
17993
|
metadata?: Record<string, unknown> | undefined;
|
|
17951
17994
|
org_name?: string | undefined;
|
|
17952
17995
|
org_role?: string | undefined;
|
|
17996
|
+
org_slug?: string | undefined;
|
|
17953
17997
|
sandbox_name?: string | undefined;
|
|
17954
17998
|
} | undefined;
|
|
17955
17999
|
membership_type?: string | undefined;
|
|
@@ -18032,6 +18076,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
18032
18076
|
virtual_path?: string | undefined;
|
|
18033
18077
|
metadata?: Record<string, unknown> | undefined;
|
|
18034
18078
|
org_name?: string | undefined;
|
|
18079
|
+
org_slug?: string | undefined;
|
|
18035
18080
|
category_keys?: string[] | undefined;
|
|
18036
18081
|
events?: Record<string, unknown> | undefined;
|
|
18037
18082
|
image_url?: string | undefined;
|
|
@@ -18046,7 +18091,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
18046
18091
|
url?: string | undefined;
|
|
18047
18092
|
width?: number | undefined;
|
|
18048
18093
|
} | undefined;
|
|
18049
|
-
org_slug?: string | undefined;
|
|
18050
18094
|
readme_url?: string | undefined;
|
|
18051
18095
|
screenshot_urls?: string[] | undefined;
|
|
18052
18096
|
solution_id?: string | undefined;
|
|
@@ -18106,6 +18150,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
18106
18150
|
virtual_path?: string | undefined;
|
|
18107
18151
|
metadata?: Record<string, unknown> | undefined;
|
|
18108
18152
|
org_name?: string | undefined;
|
|
18153
|
+
org_slug?: string | undefined;
|
|
18109
18154
|
category_keys?: string[] | undefined;
|
|
18110
18155
|
events?: Record<string, unknown> | undefined;
|
|
18111
18156
|
image_url?: string | undefined;
|
|
@@ -18120,7 +18165,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
18120
18165
|
url?: string | undefined;
|
|
18121
18166
|
width?: number | undefined;
|
|
18122
18167
|
} | undefined;
|
|
18123
|
-
org_slug?: string | undefined;
|
|
18124
18168
|
readme_url?: string | undefined;
|
|
18125
18169
|
screenshot_urls?: string[] | undefined;
|
|
18126
18170
|
solution_id?: string | undefined;
|
|
@@ -18186,6 +18230,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
18186
18230
|
metadata?: Record<string, unknown> | undefined;
|
|
18187
18231
|
org_name?: string | undefined;
|
|
18188
18232
|
org_role?: string | undefined;
|
|
18233
|
+
org_slug?: string | undefined;
|
|
18189
18234
|
sandbox_name?: string | undefined;
|
|
18190
18235
|
}[] | undefined;
|
|
18191
18236
|
created_at?: string | undefined;
|
|
@@ -18211,6 +18256,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
18211
18256
|
metadata?: Record<string, unknown> | undefined;
|
|
18212
18257
|
org_name?: string | undefined;
|
|
18213
18258
|
org_role?: string | undefined;
|
|
18259
|
+
org_slug?: string | undefined;
|
|
18214
18260
|
sandbox_name?: string | undefined;
|
|
18215
18261
|
} | undefined;
|
|
18216
18262
|
is_channel?: boolean | undefined;
|
|
@@ -18410,6 +18456,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
18410
18456
|
virtual_path?: string | undefined;
|
|
18411
18457
|
metadata?: Record<string, unknown> | undefined;
|
|
18412
18458
|
org_name?: string | undefined;
|
|
18459
|
+
org_slug?: string | undefined;
|
|
18413
18460
|
category_keys?: string[] | undefined;
|
|
18414
18461
|
events?: Record<string, unknown> | undefined;
|
|
18415
18462
|
image_url?: string | undefined;
|
|
@@ -18424,7 +18471,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
18424
18471
|
url?: string | undefined;
|
|
18425
18472
|
width?: number | undefined;
|
|
18426
18473
|
} | undefined;
|
|
18427
|
-
org_slug?: string | undefined;
|
|
18428
18474
|
readme_url?: string | undefined;
|
|
18429
18475
|
screenshot_urls?: string[] | undefined;
|
|
18430
18476
|
solution_id?: string | undefined;
|
|
@@ -18484,6 +18530,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
18484
18530
|
virtual_path?: string | undefined;
|
|
18485
18531
|
metadata?: Record<string, unknown> | undefined;
|
|
18486
18532
|
org_name?: string | undefined;
|
|
18533
|
+
org_slug?: string | undefined;
|
|
18487
18534
|
category_keys?: string[] | undefined;
|
|
18488
18535
|
events?: Record<string, unknown> | undefined;
|
|
18489
18536
|
image_url?: string | undefined;
|
|
@@ -18498,7 +18545,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
18498
18545
|
url?: string | undefined;
|
|
18499
18546
|
width?: number | undefined;
|
|
18500
18547
|
} | undefined;
|
|
18501
|
-
org_slug?: string | undefined;
|
|
18502
18548
|
readme_url?: string | undefined;
|
|
18503
18549
|
screenshot_urls?: string[] | undefined;
|
|
18504
18550
|
solution_id?: string | undefined;
|
|
@@ -18708,6 +18754,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
18708
18754
|
virtual_path?: string | undefined;
|
|
18709
18755
|
metadata?: Record<string, unknown> | undefined;
|
|
18710
18756
|
org_name?: string | undefined;
|
|
18757
|
+
org_slug?: string | undefined;
|
|
18711
18758
|
category_keys?: string[] | undefined;
|
|
18712
18759
|
events?: Record<string, unknown> | undefined;
|
|
18713
18760
|
image_url?: string | undefined;
|
|
@@ -18722,7 +18769,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
18722
18769
|
url?: string | undefined;
|
|
18723
18770
|
width?: number | undefined;
|
|
18724
18771
|
} | undefined;
|
|
18725
|
-
org_slug?: string | undefined;
|
|
18726
18772
|
readme_url?: string | undefined;
|
|
18727
18773
|
screenshot_urls?: string[] | undefined;
|
|
18728
18774
|
solution_id?: string | undefined;
|
|
@@ -18782,6 +18828,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
18782
18828
|
virtual_path?: string | undefined;
|
|
18783
18829
|
metadata?: Record<string, unknown> | undefined;
|
|
18784
18830
|
org_name?: string | undefined;
|
|
18831
|
+
org_slug?: string | undefined;
|
|
18785
18832
|
category_keys?: string[] | undefined;
|
|
18786
18833
|
events?: Record<string, unknown> | undefined;
|
|
18787
18834
|
image_url?: string | undefined;
|
|
@@ -18796,7 +18843,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
18796
18843
|
url?: string | undefined;
|
|
18797
18844
|
width?: number | undefined;
|
|
18798
18845
|
} | undefined;
|
|
18799
|
-
org_slug?: string | undefined;
|
|
18800
18846
|
readme_url?: string | undefined;
|
|
18801
18847
|
screenshot_urls?: string[] | undefined;
|
|
18802
18848
|
solution_id?: string | undefined;
|
|
@@ -18820,6 +18866,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
18820
18866
|
metadata?: Record<string, unknown> | undefined;
|
|
18821
18867
|
org_name?: string | undefined;
|
|
18822
18868
|
org_role?: string | undefined;
|
|
18869
|
+
org_slug?: string | undefined;
|
|
18823
18870
|
sandbox_name?: string | undefined;
|
|
18824
18871
|
} | undefined;
|
|
18825
18872
|
membership_type?: string | undefined;
|
|
@@ -18902,6 +18949,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
18902
18949
|
virtual_path?: string | undefined;
|
|
18903
18950
|
metadata?: Record<string, unknown> | undefined;
|
|
18904
18951
|
org_name?: string | undefined;
|
|
18952
|
+
org_slug?: string | undefined;
|
|
18905
18953
|
category_keys?: string[] | undefined;
|
|
18906
18954
|
events?: Record<string, unknown> | undefined;
|
|
18907
18955
|
image_url?: string | undefined;
|
|
@@ -18916,7 +18964,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
18916
18964
|
url?: string | undefined;
|
|
18917
18965
|
width?: number | undefined;
|
|
18918
18966
|
} | undefined;
|
|
18919
|
-
org_slug?: string | undefined;
|
|
18920
18967
|
readme_url?: string | undefined;
|
|
18921
18968
|
screenshot_urls?: string[] | undefined;
|
|
18922
18969
|
solution_id?: string | undefined;
|
|
@@ -18976,6 +19023,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
18976
19023
|
virtual_path?: string | undefined;
|
|
18977
19024
|
metadata?: Record<string, unknown> | undefined;
|
|
18978
19025
|
org_name?: string | undefined;
|
|
19026
|
+
org_slug?: string | undefined;
|
|
18979
19027
|
category_keys?: string[] | undefined;
|
|
18980
19028
|
events?: Record<string, unknown> | undefined;
|
|
18981
19029
|
image_url?: string | undefined;
|
|
@@ -18990,7 +19038,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
18990
19038
|
url?: string | undefined;
|
|
18991
19039
|
width?: number | undefined;
|
|
18992
19040
|
} | undefined;
|
|
18993
|
-
org_slug?: string | undefined;
|
|
18994
19041
|
readme_url?: string | undefined;
|
|
18995
19042
|
screenshot_urls?: string[] | undefined;
|
|
18996
19043
|
solution_id?: string | undefined;
|
|
@@ -19192,6 +19239,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
19192
19239
|
org: z.ZodOptional<z.ZodString>;
|
|
19193
19240
|
org_name: z.ZodOptional<z.ZodString>;
|
|
19194
19241
|
org_role: z.ZodOptional<z.ZodString>;
|
|
19242
|
+
org_slug: z.ZodOptional<z.ZodString>;
|
|
19195
19243
|
sandbox: z.ZodOptional<z.ZodString>;
|
|
19196
19244
|
sandbox_name: z.ZodOptional<z.ZodString>;
|
|
19197
19245
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -19207,6 +19255,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
19207
19255
|
metadata?: Record<string, unknown> | undefined;
|
|
19208
19256
|
org_name?: string | undefined;
|
|
19209
19257
|
org_role?: string | undefined;
|
|
19258
|
+
org_slug?: string | undefined;
|
|
19210
19259
|
sandbox_name?: string | undefined;
|
|
19211
19260
|
}, {
|
|
19212
19261
|
id: string;
|
|
@@ -19221,6 +19270,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
19221
19270
|
metadata?: Record<string, unknown> | undefined;
|
|
19222
19271
|
org_name?: string | undefined;
|
|
19223
19272
|
org_role?: string | undefined;
|
|
19273
|
+
org_slug?: string | undefined;
|
|
19224
19274
|
sandbox_name?: string | undefined;
|
|
19225
19275
|
}>]>>;
|
|
19226
19276
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -19846,6 +19896,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
19846
19896
|
org: z.ZodOptional<z.ZodString>;
|
|
19847
19897
|
org_name: z.ZodOptional<z.ZodString>;
|
|
19848
19898
|
org_role: z.ZodOptional<z.ZodString>;
|
|
19899
|
+
org_slug: z.ZodOptional<z.ZodString>;
|
|
19849
19900
|
sandbox: z.ZodOptional<z.ZodString>;
|
|
19850
19901
|
sandbox_name: z.ZodOptional<z.ZodString>;
|
|
19851
19902
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -19861,6 +19912,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
19861
19912
|
metadata?: Record<string, unknown> | undefined;
|
|
19862
19913
|
org_name?: string | undefined;
|
|
19863
19914
|
org_role?: string | undefined;
|
|
19915
|
+
org_slug?: string | undefined;
|
|
19864
19916
|
sandbox_name?: string | undefined;
|
|
19865
19917
|
}, {
|
|
19866
19918
|
id: string;
|
|
@@ -19875,6 +19927,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
19875
19927
|
metadata?: Record<string, unknown> | undefined;
|
|
19876
19928
|
org_name?: string | undefined;
|
|
19877
19929
|
org_role?: string | undefined;
|
|
19930
|
+
org_slug?: string | undefined;
|
|
19878
19931
|
sandbox_name?: string | undefined;
|
|
19879
19932
|
}>, "many">>;
|
|
19880
19933
|
participating_actor: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -20207,6 +20260,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
20207
20260
|
virtual_path?: string | undefined;
|
|
20208
20261
|
metadata?: Record<string, unknown> | undefined;
|
|
20209
20262
|
org_name?: string | undefined;
|
|
20263
|
+
org_slug?: string | undefined;
|
|
20210
20264
|
category_keys?: string[] | undefined;
|
|
20211
20265
|
events?: Record<string, unknown> | undefined;
|
|
20212
20266
|
image_url?: string | undefined;
|
|
@@ -20221,7 +20275,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
20221
20275
|
url?: string | undefined;
|
|
20222
20276
|
width?: number | undefined;
|
|
20223
20277
|
} | undefined;
|
|
20224
|
-
org_slug?: string | undefined;
|
|
20225
20278
|
readme_url?: string | undefined;
|
|
20226
20279
|
screenshot_urls?: string[] | undefined;
|
|
20227
20280
|
solution_id?: string | undefined;
|
|
@@ -20269,6 +20322,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
20269
20322
|
virtual_path?: string | undefined;
|
|
20270
20323
|
metadata?: Record<string, unknown> | undefined;
|
|
20271
20324
|
org_name?: string | undefined;
|
|
20325
|
+
org_slug?: string | undefined;
|
|
20272
20326
|
category_keys?: string[] | undefined;
|
|
20273
20327
|
events?: Record<string, unknown> | undefined;
|
|
20274
20328
|
image_url?: string | undefined;
|
|
@@ -20283,7 +20337,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
20283
20337
|
url?: string | undefined;
|
|
20284
20338
|
width?: number | undefined;
|
|
20285
20339
|
} | undefined;
|
|
20286
|
-
org_slug?: string | undefined;
|
|
20287
20340
|
readme_url?: string | undefined;
|
|
20288
20341
|
screenshot_urls?: string[] | undefined;
|
|
20289
20342
|
solution_id?: string | undefined;
|
|
@@ -20534,6 +20587,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
20534
20587
|
virtual_path?: string | undefined;
|
|
20535
20588
|
metadata?: Record<string, unknown> | undefined;
|
|
20536
20589
|
org_name?: string | undefined;
|
|
20590
|
+
org_slug?: string | undefined;
|
|
20537
20591
|
category_keys?: string[] | undefined;
|
|
20538
20592
|
events?: Record<string, unknown> | undefined;
|
|
20539
20593
|
image_url?: string | undefined;
|
|
@@ -20548,7 +20602,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
20548
20602
|
url?: string | undefined;
|
|
20549
20603
|
width?: number | undefined;
|
|
20550
20604
|
} | undefined;
|
|
20551
|
-
org_slug?: string | undefined;
|
|
20552
20605
|
readme_url?: string | undefined;
|
|
20553
20606
|
screenshot_urls?: string[] | undefined;
|
|
20554
20607
|
solution_id?: string | undefined;
|
|
@@ -20596,6 +20649,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
20596
20649
|
virtual_path?: string | undefined;
|
|
20597
20650
|
metadata?: Record<string, unknown> | undefined;
|
|
20598
20651
|
org_name?: string | undefined;
|
|
20652
|
+
org_slug?: string | undefined;
|
|
20599
20653
|
category_keys?: string[] | undefined;
|
|
20600
20654
|
events?: Record<string, unknown> | undefined;
|
|
20601
20655
|
image_url?: string | undefined;
|
|
@@ -20610,7 +20664,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
20610
20664
|
url?: string | undefined;
|
|
20611
20665
|
width?: number | undefined;
|
|
20612
20666
|
} | undefined;
|
|
20613
|
-
org_slug?: string | undefined;
|
|
20614
20667
|
readme_url?: string | undefined;
|
|
20615
20668
|
screenshot_urls?: string[] | undefined;
|
|
20616
20669
|
solution_id?: string | undefined;
|
|
@@ -20691,6 +20744,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
20691
20744
|
virtual_path?: string | undefined;
|
|
20692
20745
|
metadata?: Record<string, unknown> | undefined;
|
|
20693
20746
|
org_name?: string | undefined;
|
|
20747
|
+
org_slug?: string | undefined;
|
|
20694
20748
|
category_keys?: string[] | undefined;
|
|
20695
20749
|
events?: Record<string, unknown> | undefined;
|
|
20696
20750
|
image_url?: string | undefined;
|
|
@@ -20705,7 +20759,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
20705
20759
|
url?: string | undefined;
|
|
20706
20760
|
width?: number | undefined;
|
|
20707
20761
|
} | undefined;
|
|
20708
|
-
org_slug?: string | undefined;
|
|
20709
20762
|
readme_url?: string | undefined;
|
|
20710
20763
|
screenshot_urls?: string[] | undefined;
|
|
20711
20764
|
solution_id?: string | undefined;
|
|
@@ -20765,6 +20818,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
20765
20818
|
virtual_path?: string | undefined;
|
|
20766
20819
|
metadata?: Record<string, unknown> | undefined;
|
|
20767
20820
|
org_name?: string | undefined;
|
|
20821
|
+
org_slug?: string | undefined;
|
|
20768
20822
|
category_keys?: string[] | undefined;
|
|
20769
20823
|
events?: Record<string, unknown> | undefined;
|
|
20770
20824
|
image_url?: string | undefined;
|
|
@@ -20779,7 +20833,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
20779
20833
|
url?: string | undefined;
|
|
20780
20834
|
width?: number | undefined;
|
|
20781
20835
|
} | undefined;
|
|
20782
|
-
org_slug?: string | undefined;
|
|
20783
20836
|
readme_url?: string | undefined;
|
|
20784
20837
|
screenshot_urls?: string[] | undefined;
|
|
20785
20838
|
solution_id?: string | undefined;
|
|
@@ -20829,6 +20882,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
20829
20882
|
virtual_path?: string | undefined;
|
|
20830
20883
|
metadata?: Record<string, unknown> | undefined;
|
|
20831
20884
|
org_name?: string | undefined;
|
|
20885
|
+
org_slug?: string | undefined;
|
|
20832
20886
|
category_keys?: string[] | undefined;
|
|
20833
20887
|
events?: Record<string, unknown> | undefined;
|
|
20834
20888
|
image_url?: string | undefined;
|
|
@@ -20843,7 +20897,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
20843
20897
|
url?: string | undefined;
|
|
20844
20898
|
width?: number | undefined;
|
|
20845
20899
|
} | undefined;
|
|
20846
|
-
org_slug?: string | undefined;
|
|
20847
20900
|
readme_url?: string | undefined;
|
|
20848
20901
|
screenshot_urls?: string[] | undefined;
|
|
20849
20902
|
solution_id?: string | undefined;
|
|
@@ -20903,6 +20956,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
20903
20956
|
virtual_path?: string | undefined;
|
|
20904
20957
|
metadata?: Record<string, unknown> | undefined;
|
|
20905
20958
|
org_name?: string | undefined;
|
|
20959
|
+
org_slug?: string | undefined;
|
|
20906
20960
|
category_keys?: string[] | undefined;
|
|
20907
20961
|
events?: Record<string, unknown> | undefined;
|
|
20908
20962
|
image_url?: string | undefined;
|
|
@@ -20917,7 +20971,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
20917
20971
|
url?: string | undefined;
|
|
20918
20972
|
width?: number | undefined;
|
|
20919
20973
|
} | undefined;
|
|
20920
|
-
org_slug?: string | undefined;
|
|
20921
20974
|
readme_url?: string | undefined;
|
|
20922
20975
|
screenshot_urls?: string[] | undefined;
|
|
20923
20976
|
solution_id?: string | undefined;
|
|
@@ -21008,6 +21061,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
21008
21061
|
virtual_path?: string | undefined;
|
|
21009
21062
|
metadata?: Record<string, unknown> | undefined;
|
|
21010
21063
|
org_name?: string | undefined;
|
|
21064
|
+
org_slug?: string | undefined;
|
|
21011
21065
|
category_keys?: string[] | undefined;
|
|
21012
21066
|
events?: Record<string, unknown> | undefined;
|
|
21013
21067
|
image_url?: string | undefined;
|
|
@@ -21022,7 +21076,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
21022
21076
|
url?: string | undefined;
|
|
21023
21077
|
width?: number | undefined;
|
|
21024
21078
|
} | undefined;
|
|
21025
|
-
org_slug?: string | undefined;
|
|
21026
21079
|
readme_url?: string | undefined;
|
|
21027
21080
|
screenshot_urls?: string[] | undefined;
|
|
21028
21081
|
solution_id?: string | undefined;
|
|
@@ -21082,6 +21135,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
21082
21135
|
virtual_path?: string | undefined;
|
|
21083
21136
|
metadata?: Record<string, unknown> | undefined;
|
|
21084
21137
|
org_name?: string | undefined;
|
|
21138
|
+
org_slug?: string | undefined;
|
|
21085
21139
|
category_keys?: string[] | undefined;
|
|
21086
21140
|
events?: Record<string, unknown> | undefined;
|
|
21087
21141
|
image_url?: string | undefined;
|
|
@@ -21096,7 +21150,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
21096
21150
|
url?: string | undefined;
|
|
21097
21151
|
width?: number | undefined;
|
|
21098
21152
|
} | undefined;
|
|
21099
|
-
org_slug?: string | undefined;
|
|
21100
21153
|
readme_url?: string | undefined;
|
|
21101
21154
|
screenshot_urls?: string[] | undefined;
|
|
21102
21155
|
solution_id?: string | undefined;
|
|
@@ -21184,6 +21237,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
21184
21237
|
virtual_path?: string | undefined;
|
|
21185
21238
|
metadata?: Record<string, unknown> | undefined;
|
|
21186
21239
|
org_name?: string | undefined;
|
|
21240
|
+
org_slug?: string | undefined;
|
|
21187
21241
|
category_keys?: string[] | undefined;
|
|
21188
21242
|
events?: Record<string, unknown> | undefined;
|
|
21189
21243
|
image_url?: string | undefined;
|
|
@@ -21198,7 +21252,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
21198
21252
|
url?: string | undefined;
|
|
21199
21253
|
width?: number | undefined;
|
|
21200
21254
|
} | undefined;
|
|
21201
|
-
org_slug?: string | undefined;
|
|
21202
21255
|
readme_url?: string | undefined;
|
|
21203
21256
|
screenshot_urls?: string[] | undefined;
|
|
21204
21257
|
solution_id?: string | undefined;
|
|
@@ -21258,6 +21311,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
21258
21311
|
virtual_path?: string | undefined;
|
|
21259
21312
|
metadata?: Record<string, unknown> | undefined;
|
|
21260
21313
|
org_name?: string | undefined;
|
|
21314
|
+
org_slug?: string | undefined;
|
|
21261
21315
|
category_keys?: string[] | undefined;
|
|
21262
21316
|
events?: Record<string, unknown> | undefined;
|
|
21263
21317
|
image_url?: string | undefined;
|
|
@@ -21272,7 +21326,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
21272
21326
|
url?: string | undefined;
|
|
21273
21327
|
width?: number | undefined;
|
|
21274
21328
|
} | undefined;
|
|
21275
|
-
org_slug?: string | undefined;
|
|
21276
21329
|
readme_url?: string | undefined;
|
|
21277
21330
|
screenshot_urls?: string[] | undefined;
|
|
21278
21331
|
solution_id?: string | undefined;
|
|
@@ -21323,6 +21376,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
21323
21376
|
metadata?: Record<string, unknown> | undefined;
|
|
21324
21377
|
org_name?: string | undefined;
|
|
21325
21378
|
org_role?: string | undefined;
|
|
21379
|
+
org_slug?: string | undefined;
|
|
21326
21380
|
sandbox_name?: string | undefined;
|
|
21327
21381
|
}[] | undefined;
|
|
21328
21382
|
created_at?: string | undefined;
|
|
@@ -21348,6 +21402,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
21348
21402
|
metadata?: Record<string, unknown> | undefined;
|
|
21349
21403
|
org_name?: string | undefined;
|
|
21350
21404
|
org_role?: string | undefined;
|
|
21405
|
+
org_slug?: string | undefined;
|
|
21351
21406
|
sandbox_name?: string | undefined;
|
|
21352
21407
|
} | undefined;
|
|
21353
21408
|
is_channel?: boolean | undefined;
|
|
@@ -21547,6 +21602,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
21547
21602
|
virtual_path?: string | undefined;
|
|
21548
21603
|
metadata?: Record<string, unknown> | undefined;
|
|
21549
21604
|
org_name?: string | undefined;
|
|
21605
|
+
org_slug?: string | undefined;
|
|
21550
21606
|
category_keys?: string[] | undefined;
|
|
21551
21607
|
events?: Record<string, unknown> | undefined;
|
|
21552
21608
|
image_url?: string | undefined;
|
|
@@ -21561,7 +21617,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
21561
21617
|
url?: string | undefined;
|
|
21562
21618
|
width?: number | undefined;
|
|
21563
21619
|
} | undefined;
|
|
21564
|
-
org_slug?: string | undefined;
|
|
21565
21620
|
readme_url?: string | undefined;
|
|
21566
21621
|
screenshot_urls?: string[] | undefined;
|
|
21567
21622
|
solution_id?: string | undefined;
|
|
@@ -21621,6 +21676,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
21621
21676
|
virtual_path?: string | undefined;
|
|
21622
21677
|
metadata?: Record<string, unknown> | undefined;
|
|
21623
21678
|
org_name?: string | undefined;
|
|
21679
|
+
org_slug?: string | undefined;
|
|
21624
21680
|
category_keys?: string[] | undefined;
|
|
21625
21681
|
events?: Record<string, unknown> | undefined;
|
|
21626
21682
|
image_url?: string | undefined;
|
|
@@ -21635,7 +21691,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
21635
21691
|
url?: string | undefined;
|
|
21636
21692
|
width?: number | undefined;
|
|
21637
21693
|
} | undefined;
|
|
21638
|
-
org_slug?: string | undefined;
|
|
21639
21694
|
readme_url?: string | undefined;
|
|
21640
21695
|
screenshot_urls?: string[] | undefined;
|
|
21641
21696
|
solution_id?: string | undefined;
|
|
@@ -21674,6 +21729,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
21674
21729
|
metadata?: Record<string, unknown> | undefined;
|
|
21675
21730
|
org_name?: string | undefined;
|
|
21676
21731
|
org_role?: string | undefined;
|
|
21732
|
+
org_slug?: string | undefined;
|
|
21677
21733
|
sandbox_name?: string | undefined;
|
|
21678
21734
|
}[] | undefined;
|
|
21679
21735
|
created_at?: string | undefined;
|
|
@@ -21699,6 +21755,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
21699
21755
|
metadata?: Record<string, unknown> | undefined;
|
|
21700
21756
|
org_name?: string | undefined;
|
|
21701
21757
|
org_role?: string | undefined;
|
|
21758
|
+
org_slug?: string | undefined;
|
|
21702
21759
|
sandbox_name?: string | undefined;
|
|
21703
21760
|
} | undefined;
|
|
21704
21761
|
is_channel?: boolean | undefined;
|
|
@@ -21898,6 +21955,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
21898
21955
|
virtual_path?: string | undefined;
|
|
21899
21956
|
metadata?: Record<string, unknown> | undefined;
|
|
21900
21957
|
org_name?: string | undefined;
|
|
21958
|
+
org_slug?: string | undefined;
|
|
21901
21959
|
category_keys?: string[] | undefined;
|
|
21902
21960
|
events?: Record<string, unknown> | undefined;
|
|
21903
21961
|
image_url?: string | undefined;
|
|
@@ -21912,7 +21970,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
21912
21970
|
url?: string | undefined;
|
|
21913
21971
|
width?: number | undefined;
|
|
21914
21972
|
} | undefined;
|
|
21915
|
-
org_slug?: string | undefined;
|
|
21916
21973
|
readme_url?: string | undefined;
|
|
21917
21974
|
screenshot_urls?: string[] | undefined;
|
|
21918
21975
|
solution_id?: string | undefined;
|
|
@@ -21972,6 +22029,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
21972
22029
|
virtual_path?: string | undefined;
|
|
21973
22030
|
metadata?: Record<string, unknown> | undefined;
|
|
21974
22031
|
org_name?: string | undefined;
|
|
22032
|
+
org_slug?: string | undefined;
|
|
21975
22033
|
category_keys?: string[] | undefined;
|
|
21976
22034
|
events?: Record<string, unknown> | undefined;
|
|
21977
22035
|
image_url?: string | undefined;
|
|
@@ -21986,7 +22044,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
21986
22044
|
url?: string | undefined;
|
|
21987
22045
|
width?: number | undefined;
|
|
21988
22046
|
} | undefined;
|
|
21989
|
-
org_slug?: string | undefined;
|
|
21990
22047
|
readme_url?: string | undefined;
|
|
21991
22048
|
screenshot_urls?: string[] | undefined;
|
|
21992
22049
|
solution_id?: string | undefined;
|
|
@@ -22027,6 +22084,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
22027
22084
|
metadata?: Record<string, unknown> | undefined;
|
|
22028
22085
|
org_name?: string | undefined;
|
|
22029
22086
|
org_role?: string | undefined;
|
|
22087
|
+
org_slug?: string | undefined;
|
|
22030
22088
|
sandbox_name?: string | undefined;
|
|
22031
22089
|
}[] | undefined;
|
|
22032
22090
|
created_at?: string | undefined;
|
|
@@ -22052,6 +22110,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
22052
22110
|
metadata?: Record<string, unknown> | undefined;
|
|
22053
22111
|
org_name?: string | undefined;
|
|
22054
22112
|
org_role?: string | undefined;
|
|
22113
|
+
org_slug?: string | undefined;
|
|
22055
22114
|
sandbox_name?: string | undefined;
|
|
22056
22115
|
} | undefined;
|
|
22057
22116
|
is_channel?: boolean | undefined;
|
|
@@ -22251,6 +22310,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
22251
22310
|
virtual_path?: string | undefined;
|
|
22252
22311
|
metadata?: Record<string, unknown> | undefined;
|
|
22253
22312
|
org_name?: string | undefined;
|
|
22313
|
+
org_slug?: string | undefined;
|
|
22254
22314
|
category_keys?: string[] | undefined;
|
|
22255
22315
|
events?: Record<string, unknown> | undefined;
|
|
22256
22316
|
image_url?: string | undefined;
|
|
@@ -22265,7 +22325,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
22265
22325
|
url?: string | undefined;
|
|
22266
22326
|
width?: number | undefined;
|
|
22267
22327
|
} | undefined;
|
|
22268
|
-
org_slug?: string | undefined;
|
|
22269
22328
|
readme_url?: string | undefined;
|
|
22270
22329
|
screenshot_urls?: string[] | undefined;
|
|
22271
22330
|
solution_id?: string | undefined;
|
|
@@ -22325,6 +22384,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
22325
22384
|
virtual_path?: string | undefined;
|
|
22326
22385
|
metadata?: Record<string, unknown> | undefined;
|
|
22327
22386
|
org_name?: string | undefined;
|
|
22387
|
+
org_slug?: string | undefined;
|
|
22328
22388
|
category_keys?: string[] | undefined;
|
|
22329
22389
|
events?: Record<string, unknown> | undefined;
|
|
22330
22390
|
image_url?: string | undefined;
|
|
@@ -22339,7 +22399,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
22339
22399
|
url?: string | undefined;
|
|
22340
22400
|
width?: number | undefined;
|
|
22341
22401
|
} | undefined;
|
|
22342
|
-
org_slug?: string | undefined;
|
|
22343
22402
|
readme_url?: string | undefined;
|
|
22344
22403
|
screenshot_urls?: string[] | undefined;
|
|
22345
22404
|
solution_id?: string | undefined;
|
|
@@ -22410,6 +22469,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
22410
22469
|
metadata?: Record<string, unknown> | undefined;
|
|
22411
22470
|
org_name?: string | undefined;
|
|
22412
22471
|
org_role?: string | undefined;
|
|
22472
|
+
org_slug?: string | undefined;
|
|
22413
22473
|
sandbox_name?: string | undefined;
|
|
22414
22474
|
}[] | undefined;
|
|
22415
22475
|
created_at?: string | undefined;
|
|
@@ -22435,6 +22495,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
22435
22495
|
metadata?: Record<string, unknown> | undefined;
|
|
22436
22496
|
org_name?: string | undefined;
|
|
22437
22497
|
org_role?: string | undefined;
|
|
22498
|
+
org_slug?: string | undefined;
|
|
22438
22499
|
sandbox_name?: string | undefined;
|
|
22439
22500
|
} | undefined;
|
|
22440
22501
|
is_channel?: boolean | undefined;
|
|
@@ -22634,6 +22695,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
22634
22695
|
virtual_path?: string | undefined;
|
|
22635
22696
|
metadata?: Record<string, unknown> | undefined;
|
|
22636
22697
|
org_name?: string | undefined;
|
|
22698
|
+
org_slug?: string | undefined;
|
|
22637
22699
|
category_keys?: string[] | undefined;
|
|
22638
22700
|
events?: Record<string, unknown> | undefined;
|
|
22639
22701
|
image_url?: string | undefined;
|
|
@@ -22648,7 +22710,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
22648
22710
|
url?: string | undefined;
|
|
22649
22711
|
width?: number | undefined;
|
|
22650
22712
|
} | undefined;
|
|
22651
|
-
org_slug?: string | undefined;
|
|
22652
22713
|
readme_url?: string | undefined;
|
|
22653
22714
|
screenshot_urls?: string[] | undefined;
|
|
22654
22715
|
solution_id?: string | undefined;
|
|
@@ -22708,6 +22769,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
22708
22769
|
virtual_path?: string | undefined;
|
|
22709
22770
|
metadata?: Record<string, unknown> | undefined;
|
|
22710
22771
|
org_name?: string | undefined;
|
|
22772
|
+
org_slug?: string | undefined;
|
|
22711
22773
|
category_keys?: string[] | undefined;
|
|
22712
22774
|
events?: Record<string, unknown> | undefined;
|
|
22713
22775
|
image_url?: string | undefined;
|
|
@@ -22722,7 +22784,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
22722
22784
|
url?: string | undefined;
|
|
22723
22785
|
width?: number | undefined;
|
|
22724
22786
|
} | undefined;
|
|
22725
|
-
org_slug?: string | undefined;
|
|
22726
22787
|
readme_url?: string | undefined;
|
|
22727
22788
|
screenshot_urls?: string[] | undefined;
|
|
22728
22789
|
solution_id?: string | undefined;
|
|
@@ -22932,6 +22993,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
22932
22993
|
virtual_path?: string | undefined;
|
|
22933
22994
|
metadata?: Record<string, unknown> | undefined;
|
|
22934
22995
|
org_name?: string | undefined;
|
|
22996
|
+
org_slug?: string | undefined;
|
|
22935
22997
|
category_keys?: string[] | undefined;
|
|
22936
22998
|
events?: Record<string, unknown> | undefined;
|
|
22937
22999
|
image_url?: string | undefined;
|
|
@@ -22946,7 +23008,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
22946
23008
|
url?: string | undefined;
|
|
22947
23009
|
width?: number | undefined;
|
|
22948
23010
|
} | undefined;
|
|
22949
|
-
org_slug?: string | undefined;
|
|
22950
23011
|
readme_url?: string | undefined;
|
|
22951
23012
|
screenshot_urls?: string[] | undefined;
|
|
22952
23013
|
solution_id?: string | undefined;
|
|
@@ -23006,6 +23067,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
23006
23067
|
virtual_path?: string | undefined;
|
|
23007
23068
|
metadata?: Record<string, unknown> | undefined;
|
|
23008
23069
|
org_name?: string | undefined;
|
|
23070
|
+
org_slug?: string | undefined;
|
|
23009
23071
|
category_keys?: string[] | undefined;
|
|
23010
23072
|
events?: Record<string, unknown> | undefined;
|
|
23011
23073
|
image_url?: string | undefined;
|
|
@@ -23020,7 +23082,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
23020
23082
|
url?: string | undefined;
|
|
23021
23083
|
width?: number | undefined;
|
|
23022
23084
|
} | undefined;
|
|
23023
|
-
org_slug?: string | undefined;
|
|
23024
23085
|
readme_url?: string | undefined;
|
|
23025
23086
|
screenshot_urls?: string[] | undefined;
|
|
23026
23087
|
solution_id?: string | undefined;
|
|
@@ -23044,6 +23105,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
23044
23105
|
metadata?: Record<string, unknown> | undefined;
|
|
23045
23106
|
org_name?: string | undefined;
|
|
23046
23107
|
org_role?: string | undefined;
|
|
23108
|
+
org_slug?: string | undefined;
|
|
23047
23109
|
sandbox_name?: string | undefined;
|
|
23048
23110
|
} | undefined;
|
|
23049
23111
|
membership_type?: string | undefined;
|
|
@@ -23126,6 +23188,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
23126
23188
|
virtual_path?: string | undefined;
|
|
23127
23189
|
metadata?: Record<string, unknown> | undefined;
|
|
23128
23190
|
org_name?: string | undefined;
|
|
23191
|
+
org_slug?: string | undefined;
|
|
23129
23192
|
category_keys?: string[] | undefined;
|
|
23130
23193
|
events?: Record<string, unknown> | undefined;
|
|
23131
23194
|
image_url?: string | undefined;
|
|
@@ -23140,7 +23203,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
23140
23203
|
url?: string | undefined;
|
|
23141
23204
|
width?: number | undefined;
|
|
23142
23205
|
} | undefined;
|
|
23143
|
-
org_slug?: string | undefined;
|
|
23144
23206
|
readme_url?: string | undefined;
|
|
23145
23207
|
screenshot_urls?: string[] | undefined;
|
|
23146
23208
|
solution_id?: string | undefined;
|
|
@@ -23200,6 +23262,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
23200
23262
|
virtual_path?: string | undefined;
|
|
23201
23263
|
metadata?: Record<string, unknown> | undefined;
|
|
23202
23264
|
org_name?: string | undefined;
|
|
23265
|
+
org_slug?: string | undefined;
|
|
23203
23266
|
category_keys?: string[] | undefined;
|
|
23204
23267
|
events?: Record<string, unknown> | undefined;
|
|
23205
23268
|
image_url?: string | undefined;
|
|
@@ -23214,7 +23277,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
23214
23277
|
url?: string | undefined;
|
|
23215
23278
|
width?: number | undefined;
|
|
23216
23279
|
} | undefined;
|
|
23217
|
-
org_slug?: string | undefined;
|
|
23218
23280
|
readme_url?: string | undefined;
|
|
23219
23281
|
screenshot_urls?: string[] | undefined;
|
|
23220
23282
|
solution_id?: string | undefined;
|
|
@@ -23281,6 +23343,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
23281
23343
|
metadata?: Record<string, unknown> | undefined;
|
|
23282
23344
|
org_name?: string | undefined;
|
|
23283
23345
|
org_role?: string | undefined;
|
|
23346
|
+
org_slug?: string | undefined;
|
|
23284
23347
|
sandbox_name?: string | undefined;
|
|
23285
23348
|
}[] | undefined;
|
|
23286
23349
|
created_at?: string | undefined;
|
|
@@ -23306,6 +23369,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
23306
23369
|
metadata?: Record<string, unknown> | undefined;
|
|
23307
23370
|
org_name?: string | undefined;
|
|
23308
23371
|
org_role?: string | undefined;
|
|
23372
|
+
org_slug?: string | undefined;
|
|
23309
23373
|
sandbox_name?: string | undefined;
|
|
23310
23374
|
} | undefined;
|
|
23311
23375
|
is_channel?: boolean | undefined;
|
|
@@ -23505,6 +23569,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
23505
23569
|
virtual_path?: string | undefined;
|
|
23506
23570
|
metadata?: Record<string, unknown> | undefined;
|
|
23507
23571
|
org_name?: string | undefined;
|
|
23572
|
+
org_slug?: string | undefined;
|
|
23508
23573
|
category_keys?: string[] | undefined;
|
|
23509
23574
|
events?: Record<string, unknown> | undefined;
|
|
23510
23575
|
image_url?: string | undefined;
|
|
@@ -23519,7 +23584,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
23519
23584
|
url?: string | undefined;
|
|
23520
23585
|
width?: number | undefined;
|
|
23521
23586
|
} | undefined;
|
|
23522
|
-
org_slug?: string | undefined;
|
|
23523
23587
|
readme_url?: string | undefined;
|
|
23524
23588
|
screenshot_urls?: string[] | undefined;
|
|
23525
23589
|
solution_id?: string | undefined;
|
|
@@ -23579,6 +23643,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
23579
23643
|
virtual_path?: string | undefined;
|
|
23580
23644
|
metadata?: Record<string, unknown> | undefined;
|
|
23581
23645
|
org_name?: string | undefined;
|
|
23646
|
+
org_slug?: string | undefined;
|
|
23582
23647
|
category_keys?: string[] | undefined;
|
|
23583
23648
|
events?: Record<string, unknown> | undefined;
|
|
23584
23649
|
image_url?: string | undefined;
|
|
@@ -23593,7 +23658,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
23593
23658
|
url?: string | undefined;
|
|
23594
23659
|
width?: number | undefined;
|
|
23595
23660
|
} | undefined;
|
|
23596
|
-
org_slug?: string | undefined;
|
|
23597
23661
|
readme_url?: string | undefined;
|
|
23598
23662
|
screenshot_urls?: string[] | undefined;
|
|
23599
23663
|
solution_id?: string | undefined;
|
|
@@ -23664,6 +23728,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
23664
23728
|
metadata?: Record<string, unknown> | undefined;
|
|
23665
23729
|
org_name?: string | undefined;
|
|
23666
23730
|
org_role?: string | undefined;
|
|
23731
|
+
org_slug?: string | undefined;
|
|
23667
23732
|
sandbox_name?: string | undefined;
|
|
23668
23733
|
}[] | undefined;
|
|
23669
23734
|
created_at?: string | undefined;
|
|
@@ -23689,6 +23754,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
23689
23754
|
metadata?: Record<string, unknown> | undefined;
|
|
23690
23755
|
org_name?: string | undefined;
|
|
23691
23756
|
org_role?: string | undefined;
|
|
23757
|
+
org_slug?: string | undefined;
|
|
23692
23758
|
sandbox_name?: string | undefined;
|
|
23693
23759
|
} | undefined;
|
|
23694
23760
|
is_channel?: boolean | undefined;
|
|
@@ -23888,6 +23954,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
23888
23954
|
virtual_path?: string | undefined;
|
|
23889
23955
|
metadata?: Record<string, unknown> | undefined;
|
|
23890
23956
|
org_name?: string | undefined;
|
|
23957
|
+
org_slug?: string | undefined;
|
|
23891
23958
|
category_keys?: string[] | undefined;
|
|
23892
23959
|
events?: Record<string, unknown> | undefined;
|
|
23893
23960
|
image_url?: string | undefined;
|
|
@@ -23902,7 +23969,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
23902
23969
|
url?: string | undefined;
|
|
23903
23970
|
width?: number | undefined;
|
|
23904
23971
|
} | undefined;
|
|
23905
|
-
org_slug?: string | undefined;
|
|
23906
23972
|
readme_url?: string | undefined;
|
|
23907
23973
|
screenshot_urls?: string[] | undefined;
|
|
23908
23974
|
solution_id?: string | undefined;
|
|
@@ -23962,6 +24028,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
23962
24028
|
virtual_path?: string | undefined;
|
|
23963
24029
|
metadata?: Record<string, unknown> | undefined;
|
|
23964
24030
|
org_name?: string | undefined;
|
|
24031
|
+
org_slug?: string | undefined;
|
|
23965
24032
|
category_keys?: string[] | undefined;
|
|
23966
24033
|
events?: Record<string, unknown> | undefined;
|
|
23967
24034
|
image_url?: string | undefined;
|
|
@@ -23976,7 +24043,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
23976
24043
|
url?: string | undefined;
|
|
23977
24044
|
width?: number | undefined;
|
|
23978
24045
|
} | undefined;
|
|
23979
|
-
org_slug?: string | undefined;
|
|
23980
24046
|
readme_url?: string | undefined;
|
|
23981
24047
|
screenshot_urls?: string[] | undefined;
|
|
23982
24048
|
solution_id?: string | undefined;
|
|
@@ -24186,6 +24252,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
24186
24252
|
virtual_path?: string | undefined;
|
|
24187
24253
|
metadata?: Record<string, unknown> | undefined;
|
|
24188
24254
|
org_name?: string | undefined;
|
|
24255
|
+
org_slug?: string | undefined;
|
|
24189
24256
|
category_keys?: string[] | undefined;
|
|
24190
24257
|
events?: Record<string, unknown> | undefined;
|
|
24191
24258
|
image_url?: string | undefined;
|
|
@@ -24200,7 +24267,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
24200
24267
|
url?: string | undefined;
|
|
24201
24268
|
width?: number | undefined;
|
|
24202
24269
|
} | undefined;
|
|
24203
|
-
org_slug?: string | undefined;
|
|
24204
24270
|
readme_url?: string | undefined;
|
|
24205
24271
|
screenshot_urls?: string[] | undefined;
|
|
24206
24272
|
solution_id?: string | undefined;
|
|
@@ -24260,6 +24326,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
24260
24326
|
virtual_path?: string | undefined;
|
|
24261
24327
|
metadata?: Record<string, unknown> | undefined;
|
|
24262
24328
|
org_name?: string | undefined;
|
|
24329
|
+
org_slug?: string | undefined;
|
|
24263
24330
|
category_keys?: string[] | undefined;
|
|
24264
24331
|
events?: Record<string, unknown> | undefined;
|
|
24265
24332
|
image_url?: string | undefined;
|
|
@@ -24274,7 +24341,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
24274
24341
|
url?: string | undefined;
|
|
24275
24342
|
width?: number | undefined;
|
|
24276
24343
|
} | undefined;
|
|
24277
|
-
org_slug?: string | undefined;
|
|
24278
24344
|
readme_url?: string | undefined;
|
|
24279
24345
|
screenshot_urls?: string[] | undefined;
|
|
24280
24346
|
solution_id?: string | undefined;
|
|
@@ -24298,6 +24364,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
24298
24364
|
metadata?: Record<string, unknown> | undefined;
|
|
24299
24365
|
org_name?: string | undefined;
|
|
24300
24366
|
org_role?: string | undefined;
|
|
24367
|
+
org_slug?: string | undefined;
|
|
24301
24368
|
sandbox_name?: string | undefined;
|
|
24302
24369
|
} | undefined;
|
|
24303
24370
|
membership_type?: string | undefined;
|
|
@@ -24380,6 +24447,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
24380
24447
|
virtual_path?: string | undefined;
|
|
24381
24448
|
metadata?: Record<string, unknown> | undefined;
|
|
24382
24449
|
org_name?: string | undefined;
|
|
24450
|
+
org_slug?: string | undefined;
|
|
24383
24451
|
category_keys?: string[] | undefined;
|
|
24384
24452
|
events?: Record<string, unknown> | undefined;
|
|
24385
24453
|
image_url?: string | undefined;
|
|
@@ -24394,7 +24462,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
24394
24462
|
url?: string | undefined;
|
|
24395
24463
|
width?: number | undefined;
|
|
24396
24464
|
} | undefined;
|
|
24397
|
-
org_slug?: string | undefined;
|
|
24398
24465
|
readme_url?: string | undefined;
|
|
24399
24466
|
screenshot_urls?: string[] | undefined;
|
|
24400
24467
|
solution_id?: string | undefined;
|
|
@@ -24454,6 +24521,7 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
24454
24521
|
virtual_path?: string | undefined;
|
|
24455
24522
|
metadata?: Record<string, unknown> | undefined;
|
|
24456
24523
|
org_name?: string | undefined;
|
|
24524
|
+
org_slug?: string | undefined;
|
|
24457
24525
|
category_keys?: string[] | undefined;
|
|
24458
24526
|
events?: Record<string, unknown> | undefined;
|
|
24459
24527
|
image_url?: string | undefined;
|
|
@@ -24468,7 +24536,6 @@ export declare const chatForkThreadResponseSchema: z.ZodObject<{
|
|
|
24468
24536
|
url?: string | undefined;
|
|
24469
24537
|
width?: number | undefined;
|
|
24470
24538
|
} | undefined;
|
|
24471
|
-
org_slug?: string | undefined;
|
|
24472
24539
|
readme_url?: string | undefined;
|
|
24473
24540
|
screenshot_urls?: string[] | undefined;
|
|
24474
24541
|
solution_id?: string | undefined;
|
|
@@ -24855,6 +24922,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
24855
24922
|
virtual_path?: string | undefined;
|
|
24856
24923
|
metadata?: Record<string, unknown> | undefined;
|
|
24857
24924
|
org_name?: string | undefined;
|
|
24925
|
+
org_slug?: string | undefined;
|
|
24858
24926
|
category_keys?: string[] | undefined;
|
|
24859
24927
|
events?: Record<string, unknown> | undefined;
|
|
24860
24928
|
image_url?: string | undefined;
|
|
@@ -24869,7 +24937,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
24869
24937
|
url?: string | undefined;
|
|
24870
24938
|
width?: number | undefined;
|
|
24871
24939
|
} | undefined;
|
|
24872
|
-
org_slug?: string | undefined;
|
|
24873
24940
|
readme_url?: string | undefined;
|
|
24874
24941
|
screenshot_urls?: string[] | undefined;
|
|
24875
24942
|
solution_id?: string | undefined;
|
|
@@ -24917,6 +24984,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
24917
24984
|
virtual_path?: string | undefined;
|
|
24918
24985
|
metadata?: Record<string, unknown> | undefined;
|
|
24919
24986
|
org_name?: string | undefined;
|
|
24987
|
+
org_slug?: string | undefined;
|
|
24920
24988
|
category_keys?: string[] | undefined;
|
|
24921
24989
|
events?: Record<string, unknown> | undefined;
|
|
24922
24990
|
image_url?: string | undefined;
|
|
@@ -24931,7 +24999,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
24931
24999
|
url?: string | undefined;
|
|
24932
25000
|
width?: number | undefined;
|
|
24933
25001
|
} | undefined;
|
|
24934
|
-
org_slug?: string | undefined;
|
|
24935
25002
|
readme_url?: string | undefined;
|
|
24936
25003
|
screenshot_urls?: string[] | undefined;
|
|
24937
25004
|
solution_id?: string | undefined;
|
|
@@ -25182,6 +25249,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
25182
25249
|
virtual_path?: string | undefined;
|
|
25183
25250
|
metadata?: Record<string, unknown> | undefined;
|
|
25184
25251
|
org_name?: string | undefined;
|
|
25252
|
+
org_slug?: string | undefined;
|
|
25185
25253
|
category_keys?: string[] | undefined;
|
|
25186
25254
|
events?: Record<string, unknown> | undefined;
|
|
25187
25255
|
image_url?: string | undefined;
|
|
@@ -25196,7 +25264,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
25196
25264
|
url?: string | undefined;
|
|
25197
25265
|
width?: number | undefined;
|
|
25198
25266
|
} | undefined;
|
|
25199
|
-
org_slug?: string | undefined;
|
|
25200
25267
|
readme_url?: string | undefined;
|
|
25201
25268
|
screenshot_urls?: string[] | undefined;
|
|
25202
25269
|
solution_id?: string | undefined;
|
|
@@ -25244,6 +25311,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
25244
25311
|
virtual_path?: string | undefined;
|
|
25245
25312
|
metadata?: Record<string, unknown> | undefined;
|
|
25246
25313
|
org_name?: string | undefined;
|
|
25314
|
+
org_slug?: string | undefined;
|
|
25247
25315
|
category_keys?: string[] | undefined;
|
|
25248
25316
|
events?: Record<string, unknown> | undefined;
|
|
25249
25317
|
image_url?: string | undefined;
|
|
@@ -25258,7 +25326,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
25258
25326
|
url?: string | undefined;
|
|
25259
25327
|
width?: number | undefined;
|
|
25260
25328
|
} | undefined;
|
|
25261
|
-
org_slug?: string | undefined;
|
|
25262
25329
|
readme_url?: string | undefined;
|
|
25263
25330
|
screenshot_urls?: string[] | undefined;
|
|
25264
25331
|
solution_id?: string | undefined;
|
|
@@ -25339,6 +25406,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
25339
25406
|
virtual_path?: string | undefined;
|
|
25340
25407
|
metadata?: Record<string, unknown> | undefined;
|
|
25341
25408
|
org_name?: string | undefined;
|
|
25409
|
+
org_slug?: string | undefined;
|
|
25342
25410
|
category_keys?: string[] | undefined;
|
|
25343
25411
|
events?: Record<string, unknown> | undefined;
|
|
25344
25412
|
image_url?: string | undefined;
|
|
@@ -25353,7 +25421,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
25353
25421
|
url?: string | undefined;
|
|
25354
25422
|
width?: number | undefined;
|
|
25355
25423
|
} | undefined;
|
|
25356
|
-
org_slug?: string | undefined;
|
|
25357
25424
|
readme_url?: string | undefined;
|
|
25358
25425
|
screenshot_urls?: string[] | undefined;
|
|
25359
25426
|
solution_id?: string | undefined;
|
|
@@ -25413,6 +25480,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
25413
25480
|
virtual_path?: string | undefined;
|
|
25414
25481
|
metadata?: Record<string, unknown> | undefined;
|
|
25415
25482
|
org_name?: string | undefined;
|
|
25483
|
+
org_slug?: string | undefined;
|
|
25416
25484
|
category_keys?: string[] | undefined;
|
|
25417
25485
|
events?: Record<string, unknown> | undefined;
|
|
25418
25486
|
image_url?: string | undefined;
|
|
@@ -25427,7 +25495,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
25427
25495
|
url?: string | undefined;
|
|
25428
25496
|
width?: number | undefined;
|
|
25429
25497
|
} | undefined;
|
|
25430
|
-
org_slug?: string | undefined;
|
|
25431
25498
|
readme_url?: string | undefined;
|
|
25432
25499
|
screenshot_urls?: string[] | undefined;
|
|
25433
25500
|
solution_id?: string | undefined;
|
|
@@ -25477,6 +25544,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
25477
25544
|
virtual_path?: string | undefined;
|
|
25478
25545
|
metadata?: Record<string, unknown> | undefined;
|
|
25479
25546
|
org_name?: string | undefined;
|
|
25547
|
+
org_slug?: string | undefined;
|
|
25480
25548
|
category_keys?: string[] | undefined;
|
|
25481
25549
|
events?: Record<string, unknown> | undefined;
|
|
25482
25550
|
image_url?: string | undefined;
|
|
@@ -25491,7 +25559,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
25491
25559
|
url?: string | undefined;
|
|
25492
25560
|
width?: number | undefined;
|
|
25493
25561
|
} | undefined;
|
|
25494
|
-
org_slug?: string | undefined;
|
|
25495
25562
|
readme_url?: string | undefined;
|
|
25496
25563
|
screenshot_urls?: string[] | undefined;
|
|
25497
25564
|
solution_id?: string | undefined;
|
|
@@ -25551,6 +25618,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
25551
25618
|
virtual_path?: string | undefined;
|
|
25552
25619
|
metadata?: Record<string, unknown> | undefined;
|
|
25553
25620
|
org_name?: string | undefined;
|
|
25621
|
+
org_slug?: string | undefined;
|
|
25554
25622
|
category_keys?: string[] | undefined;
|
|
25555
25623
|
events?: Record<string, unknown> | undefined;
|
|
25556
25624
|
image_url?: string | undefined;
|
|
@@ -25565,7 +25633,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
25565
25633
|
url?: string | undefined;
|
|
25566
25634
|
width?: number | undefined;
|
|
25567
25635
|
} | undefined;
|
|
25568
|
-
org_slug?: string | undefined;
|
|
25569
25636
|
readme_url?: string | undefined;
|
|
25570
25637
|
screenshot_urls?: string[] | undefined;
|
|
25571
25638
|
solution_id?: string | undefined;
|
|
@@ -25656,6 +25723,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
25656
25723
|
virtual_path?: string | undefined;
|
|
25657
25724
|
metadata?: Record<string, unknown> | undefined;
|
|
25658
25725
|
org_name?: string | undefined;
|
|
25726
|
+
org_slug?: string | undefined;
|
|
25659
25727
|
category_keys?: string[] | undefined;
|
|
25660
25728
|
events?: Record<string, unknown> | undefined;
|
|
25661
25729
|
image_url?: string | undefined;
|
|
@@ -25670,7 +25738,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
25670
25738
|
url?: string | undefined;
|
|
25671
25739
|
width?: number | undefined;
|
|
25672
25740
|
} | undefined;
|
|
25673
|
-
org_slug?: string | undefined;
|
|
25674
25741
|
readme_url?: string | undefined;
|
|
25675
25742
|
screenshot_urls?: string[] | undefined;
|
|
25676
25743
|
solution_id?: string | undefined;
|
|
@@ -25730,6 +25797,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
25730
25797
|
virtual_path?: string | undefined;
|
|
25731
25798
|
metadata?: Record<string, unknown> | undefined;
|
|
25732
25799
|
org_name?: string | undefined;
|
|
25800
|
+
org_slug?: string | undefined;
|
|
25733
25801
|
category_keys?: string[] | undefined;
|
|
25734
25802
|
events?: Record<string, unknown> | undefined;
|
|
25735
25803
|
image_url?: string | undefined;
|
|
@@ -25744,7 +25812,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
25744
25812
|
url?: string | undefined;
|
|
25745
25813
|
width?: number | undefined;
|
|
25746
25814
|
} | undefined;
|
|
25747
|
-
org_slug?: string | undefined;
|
|
25748
25815
|
readme_url?: string | undefined;
|
|
25749
25816
|
screenshot_urls?: string[] | undefined;
|
|
25750
25817
|
solution_id?: string | undefined;
|
|
@@ -25832,6 +25899,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
25832
25899
|
virtual_path?: string | undefined;
|
|
25833
25900
|
metadata?: Record<string, unknown> | undefined;
|
|
25834
25901
|
org_name?: string | undefined;
|
|
25902
|
+
org_slug?: string | undefined;
|
|
25835
25903
|
category_keys?: string[] | undefined;
|
|
25836
25904
|
events?: Record<string, unknown> | undefined;
|
|
25837
25905
|
image_url?: string | undefined;
|
|
@@ -25846,7 +25914,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
25846
25914
|
url?: string | undefined;
|
|
25847
25915
|
width?: number | undefined;
|
|
25848
25916
|
} | undefined;
|
|
25849
|
-
org_slug?: string | undefined;
|
|
25850
25917
|
readme_url?: string | undefined;
|
|
25851
25918
|
screenshot_urls?: string[] | undefined;
|
|
25852
25919
|
solution_id?: string | undefined;
|
|
@@ -25906,6 +25973,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
25906
25973
|
virtual_path?: string | undefined;
|
|
25907
25974
|
metadata?: Record<string, unknown> | undefined;
|
|
25908
25975
|
org_name?: string | undefined;
|
|
25976
|
+
org_slug?: string | undefined;
|
|
25909
25977
|
category_keys?: string[] | undefined;
|
|
25910
25978
|
events?: Record<string, unknown> | undefined;
|
|
25911
25979
|
image_url?: string | undefined;
|
|
@@ -25920,7 +25988,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
25920
25988
|
url?: string | undefined;
|
|
25921
25989
|
width?: number | undefined;
|
|
25922
25990
|
} | undefined;
|
|
25923
|
-
org_slug?: string | undefined;
|
|
25924
25991
|
readme_url?: string | undefined;
|
|
25925
25992
|
screenshot_urls?: string[] | undefined;
|
|
25926
25993
|
solution_id?: string | undefined;
|
|
@@ -26267,6 +26334,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
26267
26334
|
virtual_path?: string | undefined;
|
|
26268
26335
|
metadata?: Record<string, unknown> | undefined;
|
|
26269
26336
|
org_name?: string | undefined;
|
|
26337
|
+
org_slug?: string | undefined;
|
|
26270
26338
|
category_keys?: string[] | undefined;
|
|
26271
26339
|
events?: Record<string, unknown> | undefined;
|
|
26272
26340
|
image_url?: string | undefined;
|
|
@@ -26281,7 +26349,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
26281
26349
|
url?: string | undefined;
|
|
26282
26350
|
width?: number | undefined;
|
|
26283
26351
|
} | undefined;
|
|
26284
|
-
org_slug?: string | undefined;
|
|
26285
26352
|
readme_url?: string | undefined;
|
|
26286
26353
|
screenshot_urls?: string[] | undefined;
|
|
26287
26354
|
solution_id?: string | undefined;
|
|
@@ -26329,6 +26396,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
26329
26396
|
virtual_path?: string | undefined;
|
|
26330
26397
|
metadata?: Record<string, unknown> | undefined;
|
|
26331
26398
|
org_name?: string | undefined;
|
|
26399
|
+
org_slug?: string | undefined;
|
|
26332
26400
|
category_keys?: string[] | undefined;
|
|
26333
26401
|
events?: Record<string, unknown> | undefined;
|
|
26334
26402
|
image_url?: string | undefined;
|
|
@@ -26343,7 +26411,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
26343
26411
|
url?: string | undefined;
|
|
26344
26412
|
width?: number | undefined;
|
|
26345
26413
|
} | undefined;
|
|
26346
|
-
org_slug?: string | undefined;
|
|
26347
26414
|
readme_url?: string | undefined;
|
|
26348
26415
|
screenshot_urls?: string[] | undefined;
|
|
26349
26416
|
solution_id?: string | undefined;
|
|
@@ -26594,6 +26661,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
26594
26661
|
virtual_path?: string | undefined;
|
|
26595
26662
|
metadata?: Record<string, unknown> | undefined;
|
|
26596
26663
|
org_name?: string | undefined;
|
|
26664
|
+
org_slug?: string | undefined;
|
|
26597
26665
|
category_keys?: string[] | undefined;
|
|
26598
26666
|
events?: Record<string, unknown> | undefined;
|
|
26599
26667
|
image_url?: string | undefined;
|
|
@@ -26608,7 +26676,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
26608
26676
|
url?: string | undefined;
|
|
26609
26677
|
width?: number | undefined;
|
|
26610
26678
|
} | undefined;
|
|
26611
|
-
org_slug?: string | undefined;
|
|
26612
26679
|
readme_url?: string | undefined;
|
|
26613
26680
|
screenshot_urls?: string[] | undefined;
|
|
26614
26681
|
solution_id?: string | undefined;
|
|
@@ -26656,6 +26723,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
26656
26723
|
virtual_path?: string | undefined;
|
|
26657
26724
|
metadata?: Record<string, unknown> | undefined;
|
|
26658
26725
|
org_name?: string | undefined;
|
|
26726
|
+
org_slug?: string | undefined;
|
|
26659
26727
|
category_keys?: string[] | undefined;
|
|
26660
26728
|
events?: Record<string, unknown> | undefined;
|
|
26661
26729
|
image_url?: string | undefined;
|
|
@@ -26670,7 +26738,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
26670
26738
|
url?: string | undefined;
|
|
26671
26739
|
width?: number | undefined;
|
|
26672
26740
|
} | undefined;
|
|
26673
|
-
org_slug?: string | undefined;
|
|
26674
26741
|
readme_url?: string | undefined;
|
|
26675
26742
|
screenshot_urls?: string[] | undefined;
|
|
26676
26743
|
solution_id?: string | undefined;
|
|
@@ -26751,6 +26818,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
26751
26818
|
virtual_path?: string | undefined;
|
|
26752
26819
|
metadata?: Record<string, unknown> | undefined;
|
|
26753
26820
|
org_name?: string | undefined;
|
|
26821
|
+
org_slug?: string | undefined;
|
|
26754
26822
|
category_keys?: string[] | undefined;
|
|
26755
26823
|
events?: Record<string, unknown> | undefined;
|
|
26756
26824
|
image_url?: string | undefined;
|
|
@@ -26765,7 +26833,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
26765
26833
|
url?: string | undefined;
|
|
26766
26834
|
width?: number | undefined;
|
|
26767
26835
|
} | undefined;
|
|
26768
|
-
org_slug?: string | undefined;
|
|
26769
26836
|
readme_url?: string | undefined;
|
|
26770
26837
|
screenshot_urls?: string[] | undefined;
|
|
26771
26838
|
solution_id?: string | undefined;
|
|
@@ -26825,6 +26892,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
26825
26892
|
virtual_path?: string | undefined;
|
|
26826
26893
|
metadata?: Record<string, unknown> | undefined;
|
|
26827
26894
|
org_name?: string | undefined;
|
|
26895
|
+
org_slug?: string | undefined;
|
|
26828
26896
|
category_keys?: string[] | undefined;
|
|
26829
26897
|
events?: Record<string, unknown> | undefined;
|
|
26830
26898
|
image_url?: string | undefined;
|
|
@@ -26839,7 +26907,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
26839
26907
|
url?: string | undefined;
|
|
26840
26908
|
width?: number | undefined;
|
|
26841
26909
|
} | undefined;
|
|
26842
|
-
org_slug?: string | undefined;
|
|
26843
26910
|
readme_url?: string | undefined;
|
|
26844
26911
|
screenshot_urls?: string[] | undefined;
|
|
26845
26912
|
solution_id?: string | undefined;
|
|
@@ -26889,6 +26956,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
26889
26956
|
virtual_path?: string | undefined;
|
|
26890
26957
|
metadata?: Record<string, unknown> | undefined;
|
|
26891
26958
|
org_name?: string | undefined;
|
|
26959
|
+
org_slug?: string | undefined;
|
|
26892
26960
|
category_keys?: string[] | undefined;
|
|
26893
26961
|
events?: Record<string, unknown> | undefined;
|
|
26894
26962
|
image_url?: string | undefined;
|
|
@@ -26903,7 +26971,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
26903
26971
|
url?: string | undefined;
|
|
26904
26972
|
width?: number | undefined;
|
|
26905
26973
|
} | undefined;
|
|
26906
|
-
org_slug?: string | undefined;
|
|
26907
26974
|
readme_url?: string | undefined;
|
|
26908
26975
|
screenshot_urls?: string[] | undefined;
|
|
26909
26976
|
solution_id?: string | undefined;
|
|
@@ -26963,6 +27030,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
26963
27030
|
virtual_path?: string | undefined;
|
|
26964
27031
|
metadata?: Record<string, unknown> | undefined;
|
|
26965
27032
|
org_name?: string | undefined;
|
|
27033
|
+
org_slug?: string | undefined;
|
|
26966
27034
|
category_keys?: string[] | undefined;
|
|
26967
27035
|
events?: Record<string, unknown> | undefined;
|
|
26968
27036
|
image_url?: string | undefined;
|
|
@@ -26977,7 +27045,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
26977
27045
|
url?: string | undefined;
|
|
26978
27046
|
width?: number | undefined;
|
|
26979
27047
|
} | undefined;
|
|
26980
|
-
org_slug?: string | undefined;
|
|
26981
27048
|
readme_url?: string | undefined;
|
|
26982
27049
|
screenshot_urls?: string[] | undefined;
|
|
26983
27050
|
solution_id?: string | undefined;
|
|
@@ -27068,6 +27135,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
27068
27135
|
virtual_path?: string | undefined;
|
|
27069
27136
|
metadata?: Record<string, unknown> | undefined;
|
|
27070
27137
|
org_name?: string | undefined;
|
|
27138
|
+
org_slug?: string | undefined;
|
|
27071
27139
|
category_keys?: string[] | undefined;
|
|
27072
27140
|
events?: Record<string, unknown> | undefined;
|
|
27073
27141
|
image_url?: string | undefined;
|
|
@@ -27082,7 +27150,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
27082
27150
|
url?: string | undefined;
|
|
27083
27151
|
width?: number | undefined;
|
|
27084
27152
|
} | undefined;
|
|
27085
|
-
org_slug?: string | undefined;
|
|
27086
27153
|
readme_url?: string | undefined;
|
|
27087
27154
|
screenshot_urls?: string[] | undefined;
|
|
27088
27155
|
solution_id?: string | undefined;
|
|
@@ -27142,6 +27209,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
27142
27209
|
virtual_path?: string | undefined;
|
|
27143
27210
|
metadata?: Record<string, unknown> | undefined;
|
|
27144
27211
|
org_name?: string | undefined;
|
|
27212
|
+
org_slug?: string | undefined;
|
|
27145
27213
|
category_keys?: string[] | undefined;
|
|
27146
27214
|
events?: Record<string, unknown> | undefined;
|
|
27147
27215
|
image_url?: string | undefined;
|
|
@@ -27156,7 +27224,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
27156
27224
|
url?: string | undefined;
|
|
27157
27225
|
width?: number | undefined;
|
|
27158
27226
|
} | undefined;
|
|
27159
|
-
org_slug?: string | undefined;
|
|
27160
27227
|
readme_url?: string | undefined;
|
|
27161
27228
|
screenshot_urls?: string[] | undefined;
|
|
27162
27229
|
solution_id?: string | undefined;
|
|
@@ -27244,6 +27311,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
27244
27311
|
virtual_path?: string | undefined;
|
|
27245
27312
|
metadata?: Record<string, unknown> | undefined;
|
|
27246
27313
|
org_name?: string | undefined;
|
|
27314
|
+
org_slug?: string | undefined;
|
|
27247
27315
|
category_keys?: string[] | undefined;
|
|
27248
27316
|
events?: Record<string, unknown> | undefined;
|
|
27249
27317
|
image_url?: string | undefined;
|
|
@@ -27258,7 +27326,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
27258
27326
|
url?: string | undefined;
|
|
27259
27327
|
width?: number | undefined;
|
|
27260
27328
|
} | undefined;
|
|
27261
|
-
org_slug?: string | undefined;
|
|
27262
27329
|
readme_url?: string | undefined;
|
|
27263
27330
|
screenshot_urls?: string[] | undefined;
|
|
27264
27331
|
solution_id?: string | undefined;
|
|
@@ -27318,6 +27385,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
27318
27385
|
virtual_path?: string | undefined;
|
|
27319
27386
|
metadata?: Record<string, unknown> | undefined;
|
|
27320
27387
|
org_name?: string | undefined;
|
|
27388
|
+
org_slug?: string | undefined;
|
|
27321
27389
|
category_keys?: string[] | undefined;
|
|
27322
27390
|
events?: Record<string, unknown> | undefined;
|
|
27323
27391
|
image_url?: string | undefined;
|
|
@@ -27332,7 +27400,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
27332
27400
|
url?: string | undefined;
|
|
27333
27401
|
width?: number | undefined;
|
|
27334
27402
|
} | undefined;
|
|
27335
|
-
org_slug?: string | undefined;
|
|
27336
27403
|
readme_url?: string | undefined;
|
|
27337
27404
|
screenshot_urls?: string[] | undefined;
|
|
27338
27405
|
solution_id?: string | undefined;
|
|
@@ -27360,6 +27427,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
27360
27427
|
org: z.ZodOptional<z.ZodString>;
|
|
27361
27428
|
org_name: z.ZodOptional<z.ZodString>;
|
|
27362
27429
|
org_role: z.ZodOptional<z.ZodString>;
|
|
27430
|
+
org_slug: z.ZodOptional<z.ZodString>;
|
|
27363
27431
|
sandbox: z.ZodOptional<z.ZodString>;
|
|
27364
27432
|
sandbox_name: z.ZodOptional<z.ZodString>;
|
|
27365
27433
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -27375,6 +27443,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
27375
27443
|
metadata?: Record<string, unknown> | undefined;
|
|
27376
27444
|
org_name?: string | undefined;
|
|
27377
27445
|
org_role?: string | undefined;
|
|
27446
|
+
org_slug?: string | undefined;
|
|
27378
27447
|
sandbox_name?: string | undefined;
|
|
27379
27448
|
}, {
|
|
27380
27449
|
id: string;
|
|
@@ -27389,6 +27458,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
27389
27458
|
metadata?: Record<string, unknown> | undefined;
|
|
27390
27459
|
org_name?: string | undefined;
|
|
27391
27460
|
org_role?: string | undefined;
|
|
27461
|
+
org_slug?: string | undefined;
|
|
27392
27462
|
sandbox_name?: string | undefined;
|
|
27393
27463
|
}>>;
|
|
27394
27464
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -27471,6 +27541,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
27471
27541
|
virtual_path?: string | undefined;
|
|
27472
27542
|
metadata?: Record<string, unknown> | undefined;
|
|
27473
27543
|
org_name?: string | undefined;
|
|
27544
|
+
org_slug?: string | undefined;
|
|
27474
27545
|
category_keys?: string[] | undefined;
|
|
27475
27546
|
events?: Record<string, unknown> | undefined;
|
|
27476
27547
|
image_url?: string | undefined;
|
|
@@ -27485,7 +27556,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
27485
27556
|
url?: string | undefined;
|
|
27486
27557
|
width?: number | undefined;
|
|
27487
27558
|
} | undefined;
|
|
27488
|
-
org_slug?: string | undefined;
|
|
27489
27559
|
readme_url?: string | undefined;
|
|
27490
27560
|
screenshot_urls?: string[] | undefined;
|
|
27491
27561
|
solution_id?: string | undefined;
|
|
@@ -27545,6 +27615,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
27545
27615
|
virtual_path?: string | undefined;
|
|
27546
27616
|
metadata?: Record<string, unknown> | undefined;
|
|
27547
27617
|
org_name?: string | undefined;
|
|
27618
|
+
org_slug?: string | undefined;
|
|
27548
27619
|
category_keys?: string[] | undefined;
|
|
27549
27620
|
events?: Record<string, unknown> | undefined;
|
|
27550
27621
|
image_url?: string | undefined;
|
|
@@ -27559,7 +27630,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
27559
27630
|
url?: string | undefined;
|
|
27560
27631
|
width?: number | undefined;
|
|
27561
27632
|
} | undefined;
|
|
27562
|
-
org_slug?: string | undefined;
|
|
27563
27633
|
readme_url?: string | undefined;
|
|
27564
27634
|
screenshot_urls?: string[] | undefined;
|
|
27565
27635
|
solution_id?: string | undefined;
|
|
@@ -27583,6 +27653,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
27583
27653
|
metadata?: Record<string, unknown> | undefined;
|
|
27584
27654
|
org_name?: string | undefined;
|
|
27585
27655
|
org_role?: string | undefined;
|
|
27656
|
+
org_slug?: string | undefined;
|
|
27586
27657
|
sandbox_name?: string | undefined;
|
|
27587
27658
|
} | undefined;
|
|
27588
27659
|
membership_type?: string | undefined;
|
|
@@ -27666,6 +27737,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
27666
27737
|
virtual_path?: string | undefined;
|
|
27667
27738
|
metadata?: Record<string, unknown> | undefined;
|
|
27668
27739
|
org_name?: string | undefined;
|
|
27740
|
+
org_slug?: string | undefined;
|
|
27669
27741
|
category_keys?: string[] | undefined;
|
|
27670
27742
|
events?: Record<string, unknown> | undefined;
|
|
27671
27743
|
image_url?: string | undefined;
|
|
@@ -27680,7 +27752,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
27680
27752
|
url?: string | undefined;
|
|
27681
27753
|
width?: number | undefined;
|
|
27682
27754
|
} | undefined;
|
|
27683
|
-
org_slug?: string | undefined;
|
|
27684
27755
|
readme_url?: string | undefined;
|
|
27685
27756
|
screenshot_urls?: string[] | undefined;
|
|
27686
27757
|
solution_id?: string | undefined;
|
|
@@ -27740,6 +27811,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
27740
27811
|
virtual_path?: string | undefined;
|
|
27741
27812
|
metadata?: Record<string, unknown> | undefined;
|
|
27742
27813
|
org_name?: string | undefined;
|
|
27814
|
+
org_slug?: string | undefined;
|
|
27743
27815
|
category_keys?: string[] | undefined;
|
|
27744
27816
|
events?: Record<string, unknown> | undefined;
|
|
27745
27817
|
image_url?: string | undefined;
|
|
@@ -27754,7 +27826,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
27754
27826
|
url?: string | undefined;
|
|
27755
27827
|
width?: number | undefined;
|
|
27756
27828
|
} | undefined;
|
|
27757
|
-
org_slug?: string | undefined;
|
|
27758
27829
|
readme_url?: string | undefined;
|
|
27759
27830
|
screenshot_urls?: string[] | undefined;
|
|
27760
27831
|
solution_id?: string | undefined;
|
|
@@ -27778,6 +27849,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
27778
27849
|
metadata?: Record<string, unknown> | undefined;
|
|
27779
27850
|
org_name?: string | undefined;
|
|
27780
27851
|
org_role?: string | undefined;
|
|
27852
|
+
org_slug?: string | undefined;
|
|
27781
27853
|
sandbox_name?: string | undefined;
|
|
27782
27854
|
} | undefined;
|
|
27783
27855
|
membership_type?: string | undefined;
|
|
@@ -28538,6 +28610,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
28538
28610
|
org: z.ZodOptional<z.ZodString>;
|
|
28539
28611
|
org_name: z.ZodOptional<z.ZodString>;
|
|
28540
28612
|
org_role: z.ZodOptional<z.ZodString>;
|
|
28613
|
+
org_slug: z.ZodOptional<z.ZodString>;
|
|
28541
28614
|
sandbox: z.ZodOptional<z.ZodString>;
|
|
28542
28615
|
sandbox_name: z.ZodOptional<z.ZodString>;
|
|
28543
28616
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -28553,6 +28626,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
28553
28626
|
metadata?: Record<string, unknown> | undefined;
|
|
28554
28627
|
org_name?: string | undefined;
|
|
28555
28628
|
org_role?: string | undefined;
|
|
28629
|
+
org_slug?: string | undefined;
|
|
28556
28630
|
sandbox_name?: string | undefined;
|
|
28557
28631
|
}, {
|
|
28558
28632
|
id: string;
|
|
@@ -28567,6 +28641,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
28567
28641
|
metadata?: Record<string, unknown> | undefined;
|
|
28568
28642
|
org_name?: string | undefined;
|
|
28569
28643
|
org_role?: string | undefined;
|
|
28644
|
+
org_slug?: string | undefined;
|
|
28570
28645
|
sandbox_name?: string | undefined;
|
|
28571
28646
|
}>]>>;
|
|
28572
28647
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -29192,6 +29267,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
29192
29267
|
org: z.ZodOptional<z.ZodString>;
|
|
29193
29268
|
org_name: z.ZodOptional<z.ZodString>;
|
|
29194
29269
|
org_role: z.ZodOptional<z.ZodString>;
|
|
29270
|
+
org_slug: z.ZodOptional<z.ZodString>;
|
|
29195
29271
|
sandbox: z.ZodOptional<z.ZodString>;
|
|
29196
29272
|
sandbox_name: z.ZodOptional<z.ZodString>;
|
|
29197
29273
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -29207,6 +29283,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
29207
29283
|
metadata?: Record<string, unknown> | undefined;
|
|
29208
29284
|
org_name?: string | undefined;
|
|
29209
29285
|
org_role?: string | undefined;
|
|
29286
|
+
org_slug?: string | undefined;
|
|
29210
29287
|
sandbox_name?: string | undefined;
|
|
29211
29288
|
}, {
|
|
29212
29289
|
id: string;
|
|
@@ -29221,6 +29298,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
29221
29298
|
metadata?: Record<string, unknown> | undefined;
|
|
29222
29299
|
org_name?: string | undefined;
|
|
29223
29300
|
org_role?: string | undefined;
|
|
29301
|
+
org_slug?: string | undefined;
|
|
29224
29302
|
sandbox_name?: string | undefined;
|
|
29225
29303
|
}>, "many">>;
|
|
29226
29304
|
participating_actor: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -29553,6 +29631,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
29553
29631
|
virtual_path?: string | undefined;
|
|
29554
29632
|
metadata?: Record<string, unknown> | undefined;
|
|
29555
29633
|
org_name?: string | undefined;
|
|
29634
|
+
org_slug?: string | undefined;
|
|
29556
29635
|
category_keys?: string[] | undefined;
|
|
29557
29636
|
events?: Record<string, unknown> | undefined;
|
|
29558
29637
|
image_url?: string | undefined;
|
|
@@ -29567,7 +29646,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
29567
29646
|
url?: string | undefined;
|
|
29568
29647
|
width?: number | undefined;
|
|
29569
29648
|
} | undefined;
|
|
29570
|
-
org_slug?: string | undefined;
|
|
29571
29649
|
readme_url?: string | undefined;
|
|
29572
29650
|
screenshot_urls?: string[] | undefined;
|
|
29573
29651
|
solution_id?: string | undefined;
|
|
@@ -29615,6 +29693,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
29615
29693
|
virtual_path?: string | undefined;
|
|
29616
29694
|
metadata?: Record<string, unknown> | undefined;
|
|
29617
29695
|
org_name?: string | undefined;
|
|
29696
|
+
org_slug?: string | undefined;
|
|
29618
29697
|
category_keys?: string[] | undefined;
|
|
29619
29698
|
events?: Record<string, unknown> | undefined;
|
|
29620
29699
|
image_url?: string | undefined;
|
|
@@ -29629,7 +29708,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
29629
29708
|
url?: string | undefined;
|
|
29630
29709
|
width?: number | undefined;
|
|
29631
29710
|
} | undefined;
|
|
29632
|
-
org_slug?: string | undefined;
|
|
29633
29711
|
readme_url?: string | undefined;
|
|
29634
29712
|
screenshot_urls?: string[] | undefined;
|
|
29635
29713
|
solution_id?: string | undefined;
|
|
@@ -29880,6 +29958,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
29880
29958
|
virtual_path?: string | undefined;
|
|
29881
29959
|
metadata?: Record<string, unknown> | undefined;
|
|
29882
29960
|
org_name?: string | undefined;
|
|
29961
|
+
org_slug?: string | undefined;
|
|
29883
29962
|
category_keys?: string[] | undefined;
|
|
29884
29963
|
events?: Record<string, unknown> | undefined;
|
|
29885
29964
|
image_url?: string | undefined;
|
|
@@ -29894,7 +29973,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
29894
29973
|
url?: string | undefined;
|
|
29895
29974
|
width?: number | undefined;
|
|
29896
29975
|
} | undefined;
|
|
29897
|
-
org_slug?: string | undefined;
|
|
29898
29976
|
readme_url?: string | undefined;
|
|
29899
29977
|
screenshot_urls?: string[] | undefined;
|
|
29900
29978
|
solution_id?: string | undefined;
|
|
@@ -29942,6 +30020,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
29942
30020
|
virtual_path?: string | undefined;
|
|
29943
30021
|
metadata?: Record<string, unknown> | undefined;
|
|
29944
30022
|
org_name?: string | undefined;
|
|
30023
|
+
org_slug?: string | undefined;
|
|
29945
30024
|
category_keys?: string[] | undefined;
|
|
29946
30025
|
events?: Record<string, unknown> | undefined;
|
|
29947
30026
|
image_url?: string | undefined;
|
|
@@ -29956,7 +30035,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
29956
30035
|
url?: string | undefined;
|
|
29957
30036
|
width?: number | undefined;
|
|
29958
30037
|
} | undefined;
|
|
29959
|
-
org_slug?: string | undefined;
|
|
29960
30038
|
readme_url?: string | undefined;
|
|
29961
30039
|
screenshot_urls?: string[] | undefined;
|
|
29962
30040
|
solution_id?: string | undefined;
|
|
@@ -30037,6 +30115,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
30037
30115
|
virtual_path?: string | undefined;
|
|
30038
30116
|
metadata?: Record<string, unknown> | undefined;
|
|
30039
30117
|
org_name?: string | undefined;
|
|
30118
|
+
org_slug?: string | undefined;
|
|
30040
30119
|
category_keys?: string[] | undefined;
|
|
30041
30120
|
events?: Record<string, unknown> | undefined;
|
|
30042
30121
|
image_url?: string | undefined;
|
|
@@ -30051,7 +30130,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
30051
30130
|
url?: string | undefined;
|
|
30052
30131
|
width?: number | undefined;
|
|
30053
30132
|
} | undefined;
|
|
30054
|
-
org_slug?: string | undefined;
|
|
30055
30133
|
readme_url?: string | undefined;
|
|
30056
30134
|
screenshot_urls?: string[] | undefined;
|
|
30057
30135
|
solution_id?: string | undefined;
|
|
@@ -30111,6 +30189,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
30111
30189
|
virtual_path?: string | undefined;
|
|
30112
30190
|
metadata?: Record<string, unknown> | undefined;
|
|
30113
30191
|
org_name?: string | undefined;
|
|
30192
|
+
org_slug?: string | undefined;
|
|
30114
30193
|
category_keys?: string[] | undefined;
|
|
30115
30194
|
events?: Record<string, unknown> | undefined;
|
|
30116
30195
|
image_url?: string | undefined;
|
|
@@ -30125,7 +30204,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
30125
30204
|
url?: string | undefined;
|
|
30126
30205
|
width?: number | undefined;
|
|
30127
30206
|
} | undefined;
|
|
30128
|
-
org_slug?: string | undefined;
|
|
30129
30207
|
readme_url?: string | undefined;
|
|
30130
30208
|
screenshot_urls?: string[] | undefined;
|
|
30131
30209
|
solution_id?: string | undefined;
|
|
@@ -30175,6 +30253,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
30175
30253
|
virtual_path?: string | undefined;
|
|
30176
30254
|
metadata?: Record<string, unknown> | undefined;
|
|
30177
30255
|
org_name?: string | undefined;
|
|
30256
|
+
org_slug?: string | undefined;
|
|
30178
30257
|
category_keys?: string[] | undefined;
|
|
30179
30258
|
events?: Record<string, unknown> | undefined;
|
|
30180
30259
|
image_url?: string | undefined;
|
|
@@ -30189,7 +30268,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
30189
30268
|
url?: string | undefined;
|
|
30190
30269
|
width?: number | undefined;
|
|
30191
30270
|
} | undefined;
|
|
30192
|
-
org_slug?: string | undefined;
|
|
30193
30271
|
readme_url?: string | undefined;
|
|
30194
30272
|
screenshot_urls?: string[] | undefined;
|
|
30195
30273
|
solution_id?: string | undefined;
|
|
@@ -30249,6 +30327,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
30249
30327
|
virtual_path?: string | undefined;
|
|
30250
30328
|
metadata?: Record<string, unknown> | undefined;
|
|
30251
30329
|
org_name?: string | undefined;
|
|
30330
|
+
org_slug?: string | undefined;
|
|
30252
30331
|
category_keys?: string[] | undefined;
|
|
30253
30332
|
events?: Record<string, unknown> | undefined;
|
|
30254
30333
|
image_url?: string | undefined;
|
|
@@ -30263,7 +30342,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
30263
30342
|
url?: string | undefined;
|
|
30264
30343
|
width?: number | undefined;
|
|
30265
30344
|
} | undefined;
|
|
30266
|
-
org_slug?: string | undefined;
|
|
30267
30345
|
readme_url?: string | undefined;
|
|
30268
30346
|
screenshot_urls?: string[] | undefined;
|
|
30269
30347
|
solution_id?: string | undefined;
|
|
@@ -30354,6 +30432,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
30354
30432
|
virtual_path?: string | undefined;
|
|
30355
30433
|
metadata?: Record<string, unknown> | undefined;
|
|
30356
30434
|
org_name?: string | undefined;
|
|
30435
|
+
org_slug?: string | undefined;
|
|
30357
30436
|
category_keys?: string[] | undefined;
|
|
30358
30437
|
events?: Record<string, unknown> | undefined;
|
|
30359
30438
|
image_url?: string | undefined;
|
|
@@ -30368,7 +30447,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
30368
30447
|
url?: string | undefined;
|
|
30369
30448
|
width?: number | undefined;
|
|
30370
30449
|
} | undefined;
|
|
30371
|
-
org_slug?: string | undefined;
|
|
30372
30450
|
readme_url?: string | undefined;
|
|
30373
30451
|
screenshot_urls?: string[] | undefined;
|
|
30374
30452
|
solution_id?: string | undefined;
|
|
@@ -30428,6 +30506,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
30428
30506
|
virtual_path?: string | undefined;
|
|
30429
30507
|
metadata?: Record<string, unknown> | undefined;
|
|
30430
30508
|
org_name?: string | undefined;
|
|
30509
|
+
org_slug?: string | undefined;
|
|
30431
30510
|
category_keys?: string[] | undefined;
|
|
30432
30511
|
events?: Record<string, unknown> | undefined;
|
|
30433
30512
|
image_url?: string | undefined;
|
|
@@ -30442,7 +30521,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
30442
30521
|
url?: string | undefined;
|
|
30443
30522
|
width?: number | undefined;
|
|
30444
30523
|
} | undefined;
|
|
30445
|
-
org_slug?: string | undefined;
|
|
30446
30524
|
readme_url?: string | undefined;
|
|
30447
30525
|
screenshot_urls?: string[] | undefined;
|
|
30448
30526
|
solution_id?: string | undefined;
|
|
@@ -30530,6 +30608,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
30530
30608
|
virtual_path?: string | undefined;
|
|
30531
30609
|
metadata?: Record<string, unknown> | undefined;
|
|
30532
30610
|
org_name?: string | undefined;
|
|
30611
|
+
org_slug?: string | undefined;
|
|
30533
30612
|
category_keys?: string[] | undefined;
|
|
30534
30613
|
events?: Record<string, unknown> | undefined;
|
|
30535
30614
|
image_url?: string | undefined;
|
|
@@ -30544,7 +30623,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
30544
30623
|
url?: string | undefined;
|
|
30545
30624
|
width?: number | undefined;
|
|
30546
30625
|
} | undefined;
|
|
30547
|
-
org_slug?: string | undefined;
|
|
30548
30626
|
readme_url?: string | undefined;
|
|
30549
30627
|
screenshot_urls?: string[] | undefined;
|
|
30550
30628
|
solution_id?: string | undefined;
|
|
@@ -30604,6 +30682,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
30604
30682
|
virtual_path?: string | undefined;
|
|
30605
30683
|
metadata?: Record<string, unknown> | undefined;
|
|
30606
30684
|
org_name?: string | undefined;
|
|
30685
|
+
org_slug?: string | undefined;
|
|
30607
30686
|
category_keys?: string[] | undefined;
|
|
30608
30687
|
events?: Record<string, unknown> | undefined;
|
|
30609
30688
|
image_url?: string | undefined;
|
|
@@ -30618,7 +30697,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
30618
30697
|
url?: string | undefined;
|
|
30619
30698
|
width?: number | undefined;
|
|
30620
30699
|
} | undefined;
|
|
30621
|
-
org_slug?: string | undefined;
|
|
30622
30700
|
readme_url?: string | undefined;
|
|
30623
30701
|
screenshot_urls?: string[] | undefined;
|
|
30624
30702
|
solution_id?: string | undefined;
|
|
@@ -30669,6 +30747,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
30669
30747
|
metadata?: Record<string, unknown> | undefined;
|
|
30670
30748
|
org_name?: string | undefined;
|
|
30671
30749
|
org_role?: string | undefined;
|
|
30750
|
+
org_slug?: string | undefined;
|
|
30672
30751
|
sandbox_name?: string | undefined;
|
|
30673
30752
|
}[] | undefined;
|
|
30674
30753
|
created_at?: string | undefined;
|
|
@@ -30694,6 +30773,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
30694
30773
|
metadata?: Record<string, unknown> | undefined;
|
|
30695
30774
|
org_name?: string | undefined;
|
|
30696
30775
|
org_role?: string | undefined;
|
|
30776
|
+
org_slug?: string | undefined;
|
|
30697
30777
|
sandbox_name?: string | undefined;
|
|
30698
30778
|
} | undefined;
|
|
30699
30779
|
is_channel?: boolean | undefined;
|
|
@@ -30893,6 +30973,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
30893
30973
|
virtual_path?: string | undefined;
|
|
30894
30974
|
metadata?: Record<string, unknown> | undefined;
|
|
30895
30975
|
org_name?: string | undefined;
|
|
30976
|
+
org_slug?: string | undefined;
|
|
30896
30977
|
category_keys?: string[] | undefined;
|
|
30897
30978
|
events?: Record<string, unknown> | undefined;
|
|
30898
30979
|
image_url?: string | undefined;
|
|
@@ -30907,7 +30988,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
30907
30988
|
url?: string | undefined;
|
|
30908
30989
|
width?: number | undefined;
|
|
30909
30990
|
} | undefined;
|
|
30910
|
-
org_slug?: string | undefined;
|
|
30911
30991
|
readme_url?: string | undefined;
|
|
30912
30992
|
screenshot_urls?: string[] | undefined;
|
|
30913
30993
|
solution_id?: string | undefined;
|
|
@@ -30967,6 +31047,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
30967
31047
|
virtual_path?: string | undefined;
|
|
30968
31048
|
metadata?: Record<string, unknown> | undefined;
|
|
30969
31049
|
org_name?: string | undefined;
|
|
31050
|
+
org_slug?: string | undefined;
|
|
30970
31051
|
category_keys?: string[] | undefined;
|
|
30971
31052
|
events?: Record<string, unknown> | undefined;
|
|
30972
31053
|
image_url?: string | undefined;
|
|
@@ -30981,7 +31062,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
30981
31062
|
url?: string | undefined;
|
|
30982
31063
|
width?: number | undefined;
|
|
30983
31064
|
} | undefined;
|
|
30984
|
-
org_slug?: string | undefined;
|
|
30985
31065
|
readme_url?: string | undefined;
|
|
30986
31066
|
screenshot_urls?: string[] | undefined;
|
|
30987
31067
|
solution_id?: string | undefined;
|
|
@@ -31020,6 +31100,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
31020
31100
|
metadata?: Record<string, unknown> | undefined;
|
|
31021
31101
|
org_name?: string | undefined;
|
|
31022
31102
|
org_role?: string | undefined;
|
|
31103
|
+
org_slug?: string | undefined;
|
|
31023
31104
|
sandbox_name?: string | undefined;
|
|
31024
31105
|
}[] | undefined;
|
|
31025
31106
|
created_at?: string | undefined;
|
|
@@ -31045,6 +31126,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
31045
31126
|
metadata?: Record<string, unknown> | undefined;
|
|
31046
31127
|
org_name?: string | undefined;
|
|
31047
31128
|
org_role?: string | undefined;
|
|
31129
|
+
org_slug?: string | undefined;
|
|
31048
31130
|
sandbox_name?: string | undefined;
|
|
31049
31131
|
} | undefined;
|
|
31050
31132
|
is_channel?: boolean | undefined;
|
|
@@ -31244,6 +31326,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
31244
31326
|
virtual_path?: string | undefined;
|
|
31245
31327
|
metadata?: Record<string, unknown> | undefined;
|
|
31246
31328
|
org_name?: string | undefined;
|
|
31329
|
+
org_slug?: string | undefined;
|
|
31247
31330
|
category_keys?: string[] | undefined;
|
|
31248
31331
|
events?: Record<string, unknown> | undefined;
|
|
31249
31332
|
image_url?: string | undefined;
|
|
@@ -31258,7 +31341,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
31258
31341
|
url?: string | undefined;
|
|
31259
31342
|
width?: number | undefined;
|
|
31260
31343
|
} | undefined;
|
|
31261
|
-
org_slug?: string | undefined;
|
|
31262
31344
|
readme_url?: string | undefined;
|
|
31263
31345
|
screenshot_urls?: string[] | undefined;
|
|
31264
31346
|
solution_id?: string | undefined;
|
|
@@ -31318,6 +31400,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
31318
31400
|
virtual_path?: string | undefined;
|
|
31319
31401
|
metadata?: Record<string, unknown> | undefined;
|
|
31320
31402
|
org_name?: string | undefined;
|
|
31403
|
+
org_slug?: string | undefined;
|
|
31321
31404
|
category_keys?: string[] | undefined;
|
|
31322
31405
|
events?: Record<string, unknown> | undefined;
|
|
31323
31406
|
image_url?: string | undefined;
|
|
@@ -31332,7 +31415,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
31332
31415
|
url?: string | undefined;
|
|
31333
31416
|
width?: number | undefined;
|
|
31334
31417
|
} | undefined;
|
|
31335
|
-
org_slug?: string | undefined;
|
|
31336
31418
|
readme_url?: string | undefined;
|
|
31337
31419
|
screenshot_urls?: string[] | undefined;
|
|
31338
31420
|
solution_id?: string | undefined;
|
|
@@ -31373,6 +31455,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
31373
31455
|
metadata?: Record<string, unknown> | undefined;
|
|
31374
31456
|
org_name?: string | undefined;
|
|
31375
31457
|
org_role?: string | undefined;
|
|
31458
|
+
org_slug?: string | undefined;
|
|
31376
31459
|
sandbox_name?: string | undefined;
|
|
31377
31460
|
}[] | undefined;
|
|
31378
31461
|
created_at?: string | undefined;
|
|
@@ -31398,6 +31481,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
31398
31481
|
metadata?: Record<string, unknown> | undefined;
|
|
31399
31482
|
org_name?: string | undefined;
|
|
31400
31483
|
org_role?: string | undefined;
|
|
31484
|
+
org_slug?: string | undefined;
|
|
31401
31485
|
sandbox_name?: string | undefined;
|
|
31402
31486
|
} | undefined;
|
|
31403
31487
|
is_channel?: boolean | undefined;
|
|
@@ -31597,6 +31681,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
31597
31681
|
virtual_path?: string | undefined;
|
|
31598
31682
|
metadata?: Record<string, unknown> | undefined;
|
|
31599
31683
|
org_name?: string | undefined;
|
|
31684
|
+
org_slug?: string | undefined;
|
|
31600
31685
|
category_keys?: string[] | undefined;
|
|
31601
31686
|
events?: Record<string, unknown> | undefined;
|
|
31602
31687
|
image_url?: string | undefined;
|
|
@@ -31611,7 +31696,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
31611
31696
|
url?: string | undefined;
|
|
31612
31697
|
width?: number | undefined;
|
|
31613
31698
|
} | undefined;
|
|
31614
|
-
org_slug?: string | undefined;
|
|
31615
31699
|
readme_url?: string | undefined;
|
|
31616
31700
|
screenshot_urls?: string[] | undefined;
|
|
31617
31701
|
solution_id?: string | undefined;
|
|
@@ -31671,6 +31755,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
31671
31755
|
virtual_path?: string | undefined;
|
|
31672
31756
|
metadata?: Record<string, unknown> | undefined;
|
|
31673
31757
|
org_name?: string | undefined;
|
|
31758
|
+
org_slug?: string | undefined;
|
|
31674
31759
|
category_keys?: string[] | undefined;
|
|
31675
31760
|
events?: Record<string, unknown> | undefined;
|
|
31676
31761
|
image_url?: string | undefined;
|
|
@@ -31685,7 +31770,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
31685
31770
|
url?: string | undefined;
|
|
31686
31771
|
width?: number | undefined;
|
|
31687
31772
|
} | undefined;
|
|
31688
|
-
org_slug?: string | undefined;
|
|
31689
31773
|
readme_url?: string | undefined;
|
|
31690
31774
|
screenshot_urls?: string[] | undefined;
|
|
31691
31775
|
solution_id?: string | undefined;
|
|
@@ -31895,6 +31979,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
31895
31979
|
virtual_path?: string | undefined;
|
|
31896
31980
|
metadata?: Record<string, unknown> | undefined;
|
|
31897
31981
|
org_name?: string | undefined;
|
|
31982
|
+
org_slug?: string | undefined;
|
|
31898
31983
|
category_keys?: string[] | undefined;
|
|
31899
31984
|
events?: Record<string, unknown> | undefined;
|
|
31900
31985
|
image_url?: string | undefined;
|
|
@@ -31909,7 +31994,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
31909
31994
|
url?: string | undefined;
|
|
31910
31995
|
width?: number | undefined;
|
|
31911
31996
|
} | undefined;
|
|
31912
|
-
org_slug?: string | undefined;
|
|
31913
31997
|
readme_url?: string | undefined;
|
|
31914
31998
|
screenshot_urls?: string[] | undefined;
|
|
31915
31999
|
solution_id?: string | undefined;
|
|
@@ -31969,6 +32053,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
31969
32053
|
virtual_path?: string | undefined;
|
|
31970
32054
|
metadata?: Record<string, unknown> | undefined;
|
|
31971
32055
|
org_name?: string | undefined;
|
|
32056
|
+
org_slug?: string | undefined;
|
|
31972
32057
|
category_keys?: string[] | undefined;
|
|
31973
32058
|
events?: Record<string, unknown> | undefined;
|
|
31974
32059
|
image_url?: string | undefined;
|
|
@@ -31983,7 +32068,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
31983
32068
|
url?: string | undefined;
|
|
31984
32069
|
width?: number | undefined;
|
|
31985
32070
|
} | undefined;
|
|
31986
|
-
org_slug?: string | undefined;
|
|
31987
32071
|
readme_url?: string | undefined;
|
|
31988
32072
|
screenshot_urls?: string[] | undefined;
|
|
31989
32073
|
solution_id?: string | undefined;
|
|
@@ -32007,6 +32091,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
32007
32091
|
metadata?: Record<string, unknown> | undefined;
|
|
32008
32092
|
org_name?: string | undefined;
|
|
32009
32093
|
org_role?: string | undefined;
|
|
32094
|
+
org_slug?: string | undefined;
|
|
32010
32095
|
sandbox_name?: string | undefined;
|
|
32011
32096
|
} | undefined;
|
|
32012
32097
|
membership_type?: string | undefined;
|
|
@@ -32089,6 +32174,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
32089
32174
|
virtual_path?: string | undefined;
|
|
32090
32175
|
metadata?: Record<string, unknown> | undefined;
|
|
32091
32176
|
org_name?: string | undefined;
|
|
32177
|
+
org_slug?: string | undefined;
|
|
32092
32178
|
category_keys?: string[] | undefined;
|
|
32093
32179
|
events?: Record<string, unknown> | undefined;
|
|
32094
32180
|
image_url?: string | undefined;
|
|
@@ -32103,7 +32189,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
32103
32189
|
url?: string | undefined;
|
|
32104
32190
|
width?: number | undefined;
|
|
32105
32191
|
} | undefined;
|
|
32106
|
-
org_slug?: string | undefined;
|
|
32107
32192
|
readme_url?: string | undefined;
|
|
32108
32193
|
screenshot_urls?: string[] | undefined;
|
|
32109
32194
|
solution_id?: string | undefined;
|
|
@@ -32163,6 +32248,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
32163
32248
|
virtual_path?: string | undefined;
|
|
32164
32249
|
metadata?: Record<string, unknown> | undefined;
|
|
32165
32250
|
org_name?: string | undefined;
|
|
32251
|
+
org_slug?: string | undefined;
|
|
32166
32252
|
category_keys?: string[] | undefined;
|
|
32167
32253
|
events?: Record<string, unknown> | undefined;
|
|
32168
32254
|
image_url?: string | undefined;
|
|
@@ -32177,7 +32263,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
32177
32263
|
url?: string | undefined;
|
|
32178
32264
|
width?: number | undefined;
|
|
32179
32265
|
} | undefined;
|
|
32180
|
-
org_slug?: string | undefined;
|
|
32181
32266
|
readme_url?: string | undefined;
|
|
32182
32267
|
screenshot_urls?: string[] | undefined;
|
|
32183
32268
|
solution_id?: string | undefined;
|
|
@@ -32243,6 +32328,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
32243
32328
|
metadata?: Record<string, unknown> | undefined;
|
|
32244
32329
|
org_name?: string | undefined;
|
|
32245
32330
|
org_role?: string | undefined;
|
|
32331
|
+
org_slug?: string | undefined;
|
|
32246
32332
|
sandbox_name?: string | undefined;
|
|
32247
32333
|
}[] | undefined;
|
|
32248
32334
|
created_at?: string | undefined;
|
|
@@ -32268,6 +32354,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
32268
32354
|
metadata?: Record<string, unknown> | undefined;
|
|
32269
32355
|
org_name?: string | undefined;
|
|
32270
32356
|
org_role?: string | undefined;
|
|
32357
|
+
org_slug?: string | undefined;
|
|
32271
32358
|
sandbox_name?: string | undefined;
|
|
32272
32359
|
} | undefined;
|
|
32273
32360
|
is_channel?: boolean | undefined;
|
|
@@ -32467,6 +32554,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
32467
32554
|
virtual_path?: string | undefined;
|
|
32468
32555
|
metadata?: Record<string, unknown> | undefined;
|
|
32469
32556
|
org_name?: string | undefined;
|
|
32557
|
+
org_slug?: string | undefined;
|
|
32470
32558
|
category_keys?: string[] | undefined;
|
|
32471
32559
|
events?: Record<string, unknown> | undefined;
|
|
32472
32560
|
image_url?: string | undefined;
|
|
@@ -32481,7 +32569,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
32481
32569
|
url?: string | undefined;
|
|
32482
32570
|
width?: number | undefined;
|
|
32483
32571
|
} | undefined;
|
|
32484
|
-
org_slug?: string | undefined;
|
|
32485
32572
|
readme_url?: string | undefined;
|
|
32486
32573
|
screenshot_urls?: string[] | undefined;
|
|
32487
32574
|
solution_id?: string | undefined;
|
|
@@ -32541,6 +32628,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
32541
32628
|
virtual_path?: string | undefined;
|
|
32542
32629
|
metadata?: Record<string, unknown> | undefined;
|
|
32543
32630
|
org_name?: string | undefined;
|
|
32631
|
+
org_slug?: string | undefined;
|
|
32544
32632
|
category_keys?: string[] | undefined;
|
|
32545
32633
|
events?: Record<string, unknown> | undefined;
|
|
32546
32634
|
image_url?: string | undefined;
|
|
@@ -32555,7 +32643,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
32555
32643
|
url?: string | undefined;
|
|
32556
32644
|
width?: number | undefined;
|
|
32557
32645
|
} | undefined;
|
|
32558
|
-
org_slug?: string | undefined;
|
|
32559
32646
|
readme_url?: string | undefined;
|
|
32560
32647
|
screenshot_urls?: string[] | undefined;
|
|
32561
32648
|
solution_id?: string | undefined;
|
|
@@ -32765,6 +32852,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
32765
32852
|
virtual_path?: string | undefined;
|
|
32766
32853
|
metadata?: Record<string, unknown> | undefined;
|
|
32767
32854
|
org_name?: string | undefined;
|
|
32855
|
+
org_slug?: string | undefined;
|
|
32768
32856
|
category_keys?: string[] | undefined;
|
|
32769
32857
|
events?: Record<string, unknown> | undefined;
|
|
32770
32858
|
image_url?: string | undefined;
|
|
@@ -32779,7 +32867,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
32779
32867
|
url?: string | undefined;
|
|
32780
32868
|
width?: number | undefined;
|
|
32781
32869
|
} | undefined;
|
|
32782
|
-
org_slug?: string | undefined;
|
|
32783
32870
|
readme_url?: string | undefined;
|
|
32784
32871
|
screenshot_urls?: string[] | undefined;
|
|
32785
32872
|
solution_id?: string | undefined;
|
|
@@ -32839,6 +32926,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
32839
32926
|
virtual_path?: string | undefined;
|
|
32840
32927
|
metadata?: Record<string, unknown> | undefined;
|
|
32841
32928
|
org_name?: string | undefined;
|
|
32929
|
+
org_slug?: string | undefined;
|
|
32842
32930
|
category_keys?: string[] | undefined;
|
|
32843
32931
|
events?: Record<string, unknown> | undefined;
|
|
32844
32932
|
image_url?: string | undefined;
|
|
@@ -32853,7 +32941,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
32853
32941
|
url?: string | undefined;
|
|
32854
32942
|
width?: number | undefined;
|
|
32855
32943
|
} | undefined;
|
|
32856
|
-
org_slug?: string | undefined;
|
|
32857
32944
|
readme_url?: string | undefined;
|
|
32858
32945
|
screenshot_urls?: string[] | undefined;
|
|
32859
32946
|
solution_id?: string | undefined;
|
|
@@ -32877,6 +32964,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
32877
32964
|
metadata?: Record<string, unknown> | undefined;
|
|
32878
32965
|
org_name?: string | undefined;
|
|
32879
32966
|
org_role?: string | undefined;
|
|
32967
|
+
org_slug?: string | undefined;
|
|
32880
32968
|
sandbox_name?: string | undefined;
|
|
32881
32969
|
} | undefined;
|
|
32882
32970
|
membership_type?: string | undefined;
|
|
@@ -32959,6 +33047,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
32959
33047
|
virtual_path?: string | undefined;
|
|
32960
33048
|
metadata?: Record<string, unknown> | undefined;
|
|
32961
33049
|
org_name?: string | undefined;
|
|
33050
|
+
org_slug?: string | undefined;
|
|
32962
33051
|
category_keys?: string[] | undefined;
|
|
32963
33052
|
events?: Record<string, unknown> | undefined;
|
|
32964
33053
|
image_url?: string | undefined;
|
|
@@ -32973,7 +33062,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
32973
33062
|
url?: string | undefined;
|
|
32974
33063
|
width?: number | undefined;
|
|
32975
33064
|
} | undefined;
|
|
32976
|
-
org_slug?: string | undefined;
|
|
32977
33065
|
readme_url?: string | undefined;
|
|
32978
33066
|
screenshot_urls?: string[] | undefined;
|
|
32979
33067
|
solution_id?: string | undefined;
|
|
@@ -33033,6 +33121,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
33033
33121
|
virtual_path?: string | undefined;
|
|
33034
33122
|
metadata?: Record<string, unknown> | undefined;
|
|
33035
33123
|
org_name?: string | undefined;
|
|
33124
|
+
org_slug?: string | undefined;
|
|
33036
33125
|
category_keys?: string[] | undefined;
|
|
33037
33126
|
events?: Record<string, unknown> | undefined;
|
|
33038
33127
|
image_url?: string | undefined;
|
|
@@ -33047,7 +33136,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
33047
33136
|
url?: string | undefined;
|
|
33048
33137
|
width?: number | undefined;
|
|
33049
33138
|
} | undefined;
|
|
33050
|
-
org_slug?: string | undefined;
|
|
33051
33139
|
readme_url?: string | undefined;
|
|
33052
33140
|
screenshot_urls?: string[] | undefined;
|
|
33053
33141
|
solution_id?: string | undefined;
|
|
@@ -33115,6 +33203,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
33115
33203
|
metadata?: Record<string, unknown> | undefined;
|
|
33116
33204
|
org_name?: string | undefined;
|
|
33117
33205
|
org_role?: string | undefined;
|
|
33206
|
+
org_slug?: string | undefined;
|
|
33118
33207
|
sandbox_name?: string | undefined;
|
|
33119
33208
|
}[] | undefined;
|
|
33120
33209
|
created_at?: string | undefined;
|
|
@@ -33140,6 +33229,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
33140
33229
|
metadata?: Record<string, unknown> | undefined;
|
|
33141
33230
|
org_name?: string | undefined;
|
|
33142
33231
|
org_role?: string | undefined;
|
|
33232
|
+
org_slug?: string | undefined;
|
|
33143
33233
|
sandbox_name?: string | undefined;
|
|
33144
33234
|
} | undefined;
|
|
33145
33235
|
is_channel?: boolean | undefined;
|
|
@@ -33339,6 +33429,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
33339
33429
|
virtual_path?: string | undefined;
|
|
33340
33430
|
metadata?: Record<string, unknown> | undefined;
|
|
33341
33431
|
org_name?: string | undefined;
|
|
33432
|
+
org_slug?: string | undefined;
|
|
33342
33433
|
category_keys?: string[] | undefined;
|
|
33343
33434
|
events?: Record<string, unknown> | undefined;
|
|
33344
33435
|
image_url?: string | undefined;
|
|
@@ -33353,7 +33444,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
33353
33444
|
url?: string | undefined;
|
|
33354
33445
|
width?: number | undefined;
|
|
33355
33446
|
} | undefined;
|
|
33356
|
-
org_slug?: string | undefined;
|
|
33357
33447
|
readme_url?: string | undefined;
|
|
33358
33448
|
screenshot_urls?: string[] | undefined;
|
|
33359
33449
|
solution_id?: string | undefined;
|
|
@@ -33413,6 +33503,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
33413
33503
|
virtual_path?: string | undefined;
|
|
33414
33504
|
metadata?: Record<string, unknown> | undefined;
|
|
33415
33505
|
org_name?: string | undefined;
|
|
33506
|
+
org_slug?: string | undefined;
|
|
33416
33507
|
category_keys?: string[] | undefined;
|
|
33417
33508
|
events?: Record<string, unknown> | undefined;
|
|
33418
33509
|
image_url?: string | undefined;
|
|
@@ -33427,7 +33518,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
33427
33518
|
url?: string | undefined;
|
|
33428
33519
|
width?: number | undefined;
|
|
33429
33520
|
} | undefined;
|
|
33430
|
-
org_slug?: string | undefined;
|
|
33431
33521
|
readme_url?: string | undefined;
|
|
33432
33522
|
screenshot_urls?: string[] | undefined;
|
|
33433
33523
|
solution_id?: string | undefined;
|
|
@@ -33637,6 +33727,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
33637
33727
|
virtual_path?: string | undefined;
|
|
33638
33728
|
metadata?: Record<string, unknown> | undefined;
|
|
33639
33729
|
org_name?: string | undefined;
|
|
33730
|
+
org_slug?: string | undefined;
|
|
33640
33731
|
category_keys?: string[] | undefined;
|
|
33641
33732
|
events?: Record<string, unknown> | undefined;
|
|
33642
33733
|
image_url?: string | undefined;
|
|
@@ -33651,7 +33742,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
33651
33742
|
url?: string | undefined;
|
|
33652
33743
|
width?: number | undefined;
|
|
33653
33744
|
} | undefined;
|
|
33654
|
-
org_slug?: string | undefined;
|
|
33655
33745
|
readme_url?: string | undefined;
|
|
33656
33746
|
screenshot_urls?: string[] | undefined;
|
|
33657
33747
|
solution_id?: string | undefined;
|
|
@@ -33711,6 +33801,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
33711
33801
|
virtual_path?: string | undefined;
|
|
33712
33802
|
metadata?: Record<string, unknown> | undefined;
|
|
33713
33803
|
org_name?: string | undefined;
|
|
33804
|
+
org_slug?: string | undefined;
|
|
33714
33805
|
category_keys?: string[] | undefined;
|
|
33715
33806
|
events?: Record<string, unknown> | undefined;
|
|
33716
33807
|
image_url?: string | undefined;
|
|
@@ -33725,7 +33816,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
33725
33816
|
url?: string | undefined;
|
|
33726
33817
|
width?: number | undefined;
|
|
33727
33818
|
} | undefined;
|
|
33728
|
-
org_slug?: string | undefined;
|
|
33729
33819
|
readme_url?: string | undefined;
|
|
33730
33820
|
screenshot_urls?: string[] | undefined;
|
|
33731
33821
|
solution_id?: string | undefined;
|
|
@@ -33749,6 +33839,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
33749
33839
|
metadata?: Record<string, unknown> | undefined;
|
|
33750
33840
|
org_name?: string | undefined;
|
|
33751
33841
|
org_role?: string | undefined;
|
|
33842
|
+
org_slug?: string | undefined;
|
|
33752
33843
|
sandbox_name?: string | undefined;
|
|
33753
33844
|
} | undefined;
|
|
33754
33845
|
membership_type?: string | undefined;
|
|
@@ -33831,6 +33922,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
33831
33922
|
virtual_path?: string | undefined;
|
|
33832
33923
|
metadata?: Record<string, unknown> | undefined;
|
|
33833
33924
|
org_name?: string | undefined;
|
|
33925
|
+
org_slug?: string | undefined;
|
|
33834
33926
|
category_keys?: string[] | undefined;
|
|
33835
33927
|
events?: Record<string, unknown> | undefined;
|
|
33836
33928
|
image_url?: string | undefined;
|
|
@@ -33845,7 +33937,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
33845
33937
|
url?: string | undefined;
|
|
33846
33938
|
width?: number | undefined;
|
|
33847
33939
|
} | undefined;
|
|
33848
|
-
org_slug?: string | undefined;
|
|
33849
33940
|
readme_url?: string | undefined;
|
|
33850
33941
|
screenshot_urls?: string[] | undefined;
|
|
33851
33942
|
solution_id?: string | undefined;
|
|
@@ -33905,6 +33996,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
33905
33996
|
virtual_path?: string | undefined;
|
|
33906
33997
|
metadata?: Record<string, unknown> | undefined;
|
|
33907
33998
|
org_name?: string | undefined;
|
|
33999
|
+
org_slug?: string | undefined;
|
|
33908
34000
|
category_keys?: string[] | undefined;
|
|
33909
34001
|
events?: Record<string, unknown> | undefined;
|
|
33910
34002
|
image_url?: string | undefined;
|
|
@@ -33919,7 +34011,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
33919
34011
|
url?: string | undefined;
|
|
33920
34012
|
width?: number | undefined;
|
|
33921
34013
|
} | undefined;
|
|
33922
|
-
org_slug?: string | undefined;
|
|
33923
34014
|
readme_url?: string | undefined;
|
|
33924
34015
|
screenshot_urls?: string[] | undefined;
|
|
33925
34016
|
solution_id?: string | undefined;
|
|
@@ -33987,6 +34078,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
33987
34078
|
metadata?: Record<string, unknown> | undefined;
|
|
33988
34079
|
org_name?: string | undefined;
|
|
33989
34080
|
org_role?: string | undefined;
|
|
34081
|
+
org_slug?: string | undefined;
|
|
33990
34082
|
sandbox_name?: string | undefined;
|
|
33991
34083
|
}[] | undefined;
|
|
33992
34084
|
created_at?: string | undefined;
|
|
@@ -34012,6 +34104,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
34012
34104
|
metadata?: Record<string, unknown> | undefined;
|
|
34013
34105
|
org_name?: string | undefined;
|
|
34014
34106
|
org_role?: string | undefined;
|
|
34107
|
+
org_slug?: string | undefined;
|
|
34015
34108
|
sandbox_name?: string | undefined;
|
|
34016
34109
|
} | undefined;
|
|
34017
34110
|
is_channel?: boolean | undefined;
|
|
@@ -34211,6 +34304,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
34211
34304
|
virtual_path?: string | undefined;
|
|
34212
34305
|
metadata?: Record<string, unknown> | undefined;
|
|
34213
34306
|
org_name?: string | undefined;
|
|
34307
|
+
org_slug?: string | undefined;
|
|
34214
34308
|
category_keys?: string[] | undefined;
|
|
34215
34309
|
events?: Record<string, unknown> | undefined;
|
|
34216
34310
|
image_url?: string | undefined;
|
|
@@ -34225,7 +34319,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
34225
34319
|
url?: string | undefined;
|
|
34226
34320
|
width?: number | undefined;
|
|
34227
34321
|
} | undefined;
|
|
34228
|
-
org_slug?: string | undefined;
|
|
34229
34322
|
readme_url?: string | undefined;
|
|
34230
34323
|
screenshot_urls?: string[] | undefined;
|
|
34231
34324
|
solution_id?: string | undefined;
|
|
@@ -34285,6 +34378,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
34285
34378
|
virtual_path?: string | undefined;
|
|
34286
34379
|
metadata?: Record<string, unknown> | undefined;
|
|
34287
34380
|
org_name?: string | undefined;
|
|
34381
|
+
org_slug?: string | undefined;
|
|
34288
34382
|
category_keys?: string[] | undefined;
|
|
34289
34383
|
events?: Record<string, unknown> | undefined;
|
|
34290
34384
|
image_url?: string | undefined;
|
|
@@ -34299,7 +34393,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
34299
34393
|
url?: string | undefined;
|
|
34300
34394
|
width?: number | undefined;
|
|
34301
34395
|
} | undefined;
|
|
34302
|
-
org_slug?: string | undefined;
|
|
34303
34396
|
readme_url?: string | undefined;
|
|
34304
34397
|
screenshot_urls?: string[] | undefined;
|
|
34305
34398
|
solution_id?: string | undefined;
|
|
@@ -34509,6 +34602,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
34509
34602
|
virtual_path?: string | undefined;
|
|
34510
34603
|
metadata?: Record<string, unknown> | undefined;
|
|
34511
34604
|
org_name?: string | undefined;
|
|
34605
|
+
org_slug?: string | undefined;
|
|
34512
34606
|
category_keys?: string[] | undefined;
|
|
34513
34607
|
events?: Record<string, unknown> | undefined;
|
|
34514
34608
|
image_url?: string | undefined;
|
|
@@ -34523,7 +34617,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
34523
34617
|
url?: string | undefined;
|
|
34524
34618
|
width?: number | undefined;
|
|
34525
34619
|
} | undefined;
|
|
34526
|
-
org_slug?: string | undefined;
|
|
34527
34620
|
readme_url?: string | undefined;
|
|
34528
34621
|
screenshot_urls?: string[] | undefined;
|
|
34529
34622
|
solution_id?: string | undefined;
|
|
@@ -34583,6 +34676,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
34583
34676
|
virtual_path?: string | undefined;
|
|
34584
34677
|
metadata?: Record<string, unknown> | undefined;
|
|
34585
34678
|
org_name?: string | undefined;
|
|
34679
|
+
org_slug?: string | undefined;
|
|
34586
34680
|
category_keys?: string[] | undefined;
|
|
34587
34681
|
events?: Record<string, unknown> | undefined;
|
|
34588
34682
|
image_url?: string | undefined;
|
|
@@ -34597,7 +34691,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
34597
34691
|
url?: string | undefined;
|
|
34598
34692
|
width?: number | undefined;
|
|
34599
34693
|
} | undefined;
|
|
34600
|
-
org_slug?: string | undefined;
|
|
34601
34694
|
readme_url?: string | undefined;
|
|
34602
34695
|
screenshot_urls?: string[] | undefined;
|
|
34603
34696
|
solution_id?: string | undefined;
|
|
@@ -34621,6 +34714,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
34621
34714
|
metadata?: Record<string, unknown> | undefined;
|
|
34622
34715
|
org_name?: string | undefined;
|
|
34623
34716
|
org_role?: string | undefined;
|
|
34717
|
+
org_slug?: string | undefined;
|
|
34624
34718
|
sandbox_name?: string | undefined;
|
|
34625
34719
|
} | undefined;
|
|
34626
34720
|
membership_type?: string | undefined;
|
|
@@ -34703,6 +34797,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
34703
34797
|
virtual_path?: string | undefined;
|
|
34704
34798
|
metadata?: Record<string, unknown> | undefined;
|
|
34705
34799
|
org_name?: string | undefined;
|
|
34800
|
+
org_slug?: string | undefined;
|
|
34706
34801
|
category_keys?: string[] | undefined;
|
|
34707
34802
|
events?: Record<string, unknown> | undefined;
|
|
34708
34803
|
image_url?: string | undefined;
|
|
@@ -34717,7 +34812,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
34717
34812
|
url?: string | undefined;
|
|
34718
34813
|
width?: number | undefined;
|
|
34719
34814
|
} | undefined;
|
|
34720
|
-
org_slug?: string | undefined;
|
|
34721
34815
|
readme_url?: string | undefined;
|
|
34722
34816
|
screenshot_urls?: string[] | undefined;
|
|
34723
34817
|
solution_id?: string | undefined;
|
|
@@ -34777,6 +34871,7 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
34777
34871
|
virtual_path?: string | undefined;
|
|
34778
34872
|
metadata?: Record<string, unknown> | undefined;
|
|
34779
34873
|
org_name?: string | undefined;
|
|
34874
|
+
org_slug?: string | undefined;
|
|
34780
34875
|
category_keys?: string[] | undefined;
|
|
34781
34876
|
events?: Record<string, unknown> | undefined;
|
|
34782
34877
|
image_url?: string | undefined;
|
|
@@ -34791,7 +34886,6 @@ export declare const chatLoadMoreMessagesResponseSchema: z.ZodObject<{
|
|
|
34791
34886
|
url?: string | undefined;
|
|
34792
34887
|
width?: number | undefined;
|
|
34793
34888
|
} | undefined;
|
|
34794
|
-
org_slug?: string | undefined;
|
|
34795
34889
|
readme_url?: string | undefined;
|
|
34796
34890
|
screenshot_urls?: string[] | undefined;
|
|
34797
34891
|
solution_id?: string | undefined;
|