@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.
Files changed (43) hide show
  1. package/dist/auth.d.ts +6 -3
  2. package/dist/auth.d.ts.map +1 -1
  3. package/dist/auth.js +13 -4
  4. package/dist/auth.js.map +1 -1
  5. package/dist/types/chat.d.ts +322 -228
  6. package/dist/types/chat.d.ts.map +1 -1
  7. package/dist/types/common.d.ts +140 -122
  8. package/dist/types/common.d.ts.map +1 -1
  9. package/dist/types/common.js +2 -2
  10. package/dist/types/common.js.map +1 -1
  11. package/dist/types/index.d.ts +1 -0
  12. package/dist/types/index.d.ts.map +1 -1
  13. package/dist/types/index.js +2 -1
  14. package/dist/types/index.js.map +1 -1
  15. package/dist/types/oauth.d.ts +5 -0
  16. package/dist/types/oauth.d.ts.map +1 -1
  17. package/dist/types/status.d.ts +5 -0
  18. package/dist/types/status.d.ts.map +1 -1
  19. package/dist/types/system.d.ts +58 -0
  20. package/dist/types/system.d.ts.map +1 -0
  21. package/dist/types/system.js +24 -0
  22. package/dist/types/system.js.map +1 -0
  23. package/dist/types/teams.d.ts +48 -36
  24. package/dist/types/teams.d.ts.map +1 -1
  25. package/dist/types/threads.d.ts +27 -16
  26. package/dist/types/threads.d.ts.map +1 -1
  27. package/dist/types/threads.js +2 -2
  28. package/dist/types/threads.js.map +1 -1
  29. package/dist/types/users.d.ts +6 -0
  30. package/dist/types/users.d.ts.map +1 -1
  31. package/dist/types/users.js +3 -1
  32. package/dist/types/users.js.map +1 -1
  33. package/dist/v1/resources/activity_feed.d.ts +1 -0
  34. package/dist/v1/resources/activity_feed.d.ts.map +1 -1
  35. package/dist/v1/resources/activity_feed.js +1 -1
  36. package/dist/v1/resources/teams.d.ts +3 -0
  37. package/dist/v1/resources/teams.d.ts.map +1 -1
  38. package/dist/v1/resources/teams.js +1 -1
  39. package/dist/v1/resources/users.d.ts +70 -0
  40. package/dist/v1/resources/users.d.ts.map +1 -1
  41. package/dist/v1/resources/users.js +62 -1
  42. package/dist/v1/resources/users.js.map +1 -1
  43. package/package.json +1 -1
@@ -367,6 +367,7 @@ export interface ActivityFeedEntry {
367
367
  org?: string | undefined;
368
368
  org_name?: string | undefined;
369
369
  org_role?: string | undefined;
370
+ org_slug?: string | undefined;
370
371
  sandbox?: string | undefined;
371
372
  sandbox_name?: string | undefined;
372
373
  } | undefined;
@@ -703,6 +704,7 @@ export declare const activityFeedEntrySchema: z.ZodObject<{
703
704
  virtual_path?: string | undefined;
704
705
  metadata?: Record<string, unknown> | undefined;
705
706
  org_name?: string | undefined;
707
+ org_slug?: string | undefined;
706
708
  category_keys?: string[] | undefined;
707
709
  events?: Record<string, unknown> | undefined;
708
710
  image_url?: string | undefined;
@@ -717,7 +719,6 @@ export declare const activityFeedEntrySchema: z.ZodObject<{
717
719
  url?: string | undefined;
718
720
  width?: number | undefined;
719
721
  } | undefined;
720
- org_slug?: string | undefined;
721
722
  readme_url?: string | undefined;
722
723
  screenshot_urls?: string[] | undefined;
723
724
  solution_id?: string | undefined;
@@ -765,6 +766,7 @@ export declare const activityFeedEntrySchema: z.ZodObject<{
765
766
  virtual_path?: string | undefined;
766
767
  metadata?: Record<string, unknown> | undefined;
767
768
  org_name?: string | undefined;
769
+ org_slug?: string | undefined;
768
770
  category_keys?: string[] | undefined;
769
771
  events?: Record<string, unknown> | undefined;
770
772
  image_url?: string | undefined;
@@ -779,7 +781,6 @@ export declare const activityFeedEntrySchema: z.ZodObject<{
779
781
  url?: string | undefined;
780
782
  width?: number | undefined;
781
783
  } | undefined;
782
- org_slug?: string | undefined;
783
784
  readme_url?: string | undefined;
784
785
  screenshot_urls?: string[] | undefined;
785
786
  solution_id?: string | undefined;
@@ -1030,6 +1031,7 @@ export declare const activityFeedEntrySchema: z.ZodObject<{
1030
1031
  virtual_path?: string | undefined;
1031
1032
  metadata?: Record<string, unknown> | undefined;
1032
1033
  org_name?: string | undefined;
1034
+ org_slug?: string | undefined;
1033
1035
  category_keys?: string[] | undefined;
1034
1036
  events?: Record<string, unknown> | undefined;
1035
1037
  image_url?: string | undefined;
@@ -1044,7 +1046,6 @@ export declare const activityFeedEntrySchema: z.ZodObject<{
1044
1046
  url?: string | undefined;
1045
1047
  width?: number | undefined;
1046
1048
  } | undefined;
1047
- org_slug?: string | undefined;
1048
1049
  readme_url?: string | undefined;
1049
1050
  screenshot_urls?: string[] | undefined;
1050
1051
  solution_id?: string | undefined;
@@ -1092,6 +1093,7 @@ export declare const activityFeedEntrySchema: z.ZodObject<{
1092
1093
  virtual_path?: string | undefined;
1093
1094
  metadata?: Record<string, unknown> | undefined;
1094
1095
  org_name?: string | undefined;
1096
+ org_slug?: string | undefined;
1095
1097
  category_keys?: string[] | undefined;
1096
1098
  events?: Record<string, unknown> | undefined;
1097
1099
  image_url?: string | undefined;
@@ -1106,7 +1108,6 @@ export declare const activityFeedEntrySchema: z.ZodObject<{
1106
1108
  url?: string | undefined;
1107
1109
  width?: number | undefined;
1108
1110
  } | undefined;
1109
- org_slug?: string | undefined;
1110
1111
  readme_url?: string | undefined;
1111
1112
  screenshot_urls?: string[] | undefined;
1112
1113
  solution_id?: string | undefined;
@@ -1187,6 +1188,7 @@ export declare const activityFeedEntrySchema: z.ZodObject<{
1187
1188
  virtual_path?: string | undefined;
1188
1189
  metadata?: Record<string, unknown> | undefined;
1189
1190
  org_name?: string | undefined;
1191
+ org_slug?: string | undefined;
1190
1192
  category_keys?: string[] | undefined;
1191
1193
  events?: Record<string, unknown> | undefined;
1192
1194
  image_url?: string | undefined;
@@ -1201,7 +1203,6 @@ export declare const activityFeedEntrySchema: z.ZodObject<{
1201
1203
  url?: string | undefined;
1202
1204
  width?: number | undefined;
1203
1205
  } | undefined;
1204
- org_slug?: string | undefined;
1205
1206
  readme_url?: string | undefined;
1206
1207
  screenshot_urls?: string[] | undefined;
1207
1208
  solution_id?: string | undefined;
@@ -1261,6 +1262,7 @@ export declare const activityFeedEntrySchema: z.ZodObject<{
1261
1262
  virtual_path?: string | undefined;
1262
1263
  metadata?: Record<string, unknown> | undefined;
1263
1264
  org_name?: string | undefined;
1265
+ org_slug?: string | undefined;
1264
1266
  category_keys?: string[] | undefined;
1265
1267
  events?: Record<string, unknown> | undefined;
1266
1268
  image_url?: string | undefined;
@@ -1275,7 +1277,6 @@ export declare const activityFeedEntrySchema: z.ZodObject<{
1275
1277
  url?: string | undefined;
1276
1278
  width?: number | undefined;
1277
1279
  } | undefined;
1278
- org_slug?: string | undefined;
1279
1280
  readme_url?: string | undefined;
1280
1281
  screenshot_urls?: string[] | undefined;
1281
1282
  solution_id?: string | undefined;
@@ -1325,6 +1326,7 @@ export declare const activityFeedEntrySchema: z.ZodObject<{
1325
1326
  virtual_path?: string | undefined;
1326
1327
  metadata?: Record<string, unknown> | undefined;
1327
1328
  org_name?: string | undefined;
1329
+ org_slug?: string | undefined;
1328
1330
  category_keys?: string[] | undefined;
1329
1331
  events?: Record<string, unknown> | undefined;
1330
1332
  image_url?: string | undefined;
@@ -1339,7 +1341,6 @@ export declare const activityFeedEntrySchema: z.ZodObject<{
1339
1341
  url?: string | undefined;
1340
1342
  width?: number | undefined;
1341
1343
  } | undefined;
1342
- org_slug?: string | undefined;
1343
1344
  readme_url?: string | undefined;
1344
1345
  screenshot_urls?: string[] | undefined;
1345
1346
  solution_id?: string | undefined;
@@ -1399,6 +1400,7 @@ export declare const activityFeedEntrySchema: z.ZodObject<{
1399
1400
  virtual_path?: string | undefined;
1400
1401
  metadata?: Record<string, unknown> | undefined;
1401
1402
  org_name?: string | undefined;
1403
+ org_slug?: string | undefined;
1402
1404
  category_keys?: string[] | undefined;
1403
1405
  events?: Record<string, unknown> | undefined;
1404
1406
  image_url?: string | undefined;
@@ -1413,7 +1415,6 @@ export declare const activityFeedEntrySchema: z.ZodObject<{
1413
1415
  url?: string | undefined;
1414
1416
  width?: number | undefined;
1415
1417
  } | undefined;
1416
- org_slug?: string | undefined;
1417
1418
  readme_url?: string | undefined;
1418
1419
  screenshot_urls?: string[] | undefined;
1419
1420
  solution_id?: string | undefined;
@@ -1504,6 +1505,7 @@ export declare const activityFeedEntrySchema: z.ZodObject<{
1504
1505
  virtual_path?: string | undefined;
1505
1506
  metadata?: Record<string, unknown> | undefined;
1506
1507
  org_name?: string | undefined;
1508
+ org_slug?: string | undefined;
1507
1509
  category_keys?: string[] | undefined;
1508
1510
  events?: Record<string, unknown> | undefined;
1509
1511
  image_url?: string | undefined;
@@ -1518,7 +1520,6 @@ export declare const activityFeedEntrySchema: z.ZodObject<{
1518
1520
  url?: string | undefined;
1519
1521
  width?: number | undefined;
1520
1522
  } | undefined;
1521
- org_slug?: string | undefined;
1522
1523
  readme_url?: string | undefined;
1523
1524
  screenshot_urls?: string[] | undefined;
1524
1525
  solution_id?: string | undefined;
@@ -1578,6 +1579,7 @@ export declare const activityFeedEntrySchema: z.ZodObject<{
1578
1579
  virtual_path?: string | undefined;
1579
1580
  metadata?: Record<string, unknown> | undefined;
1580
1581
  org_name?: string | undefined;
1582
+ org_slug?: string | undefined;
1581
1583
  category_keys?: string[] | undefined;
1582
1584
  events?: Record<string, unknown> | undefined;
1583
1585
  image_url?: string | undefined;
@@ -1592,7 +1594,6 @@ export declare const activityFeedEntrySchema: z.ZodObject<{
1592
1594
  url?: string | undefined;
1593
1595
  width?: number | undefined;
1594
1596
  } | undefined;
1595
- org_slug?: string | undefined;
1596
1597
  readme_url?: string | undefined;
1597
1598
  screenshot_urls?: string[] | undefined;
1598
1599
  solution_id?: string | undefined;
@@ -1680,6 +1681,7 @@ export declare const activityFeedEntrySchema: z.ZodObject<{
1680
1681
  virtual_path?: string | undefined;
1681
1682
  metadata?: Record<string, unknown> | undefined;
1682
1683
  org_name?: string | undefined;
1684
+ org_slug?: string | undefined;
1683
1685
  category_keys?: string[] | undefined;
1684
1686
  events?: Record<string, unknown> | undefined;
1685
1687
  image_url?: string | undefined;
@@ -1694,7 +1696,6 @@ export declare const activityFeedEntrySchema: z.ZodObject<{
1694
1696
  url?: string | undefined;
1695
1697
  width?: number | undefined;
1696
1698
  } | undefined;
1697
- org_slug?: string | undefined;
1698
1699
  readme_url?: string | undefined;
1699
1700
  screenshot_urls?: string[] | undefined;
1700
1701
  solution_id?: string | undefined;
@@ -1754,6 +1755,7 @@ export declare const activityFeedEntrySchema: z.ZodObject<{
1754
1755
  virtual_path?: string | undefined;
1755
1756
  metadata?: Record<string, unknown> | undefined;
1756
1757
  org_name?: string | undefined;
1758
+ org_slug?: string | undefined;
1757
1759
  category_keys?: string[] | undefined;
1758
1760
  events?: Record<string, unknown> | undefined;
1759
1761
  image_url?: string | undefined;
@@ -1768,7 +1770,6 @@ export declare const activityFeedEntrySchema: z.ZodObject<{
1768
1770
  url?: string | undefined;
1769
1771
  width?: number | undefined;
1770
1772
  } | undefined;
1771
- org_slug?: string | undefined;
1772
1773
  readme_url?: string | undefined;
1773
1774
  screenshot_urls?: string[] | undefined;
1774
1775
  solution_id?: string | undefined;
@@ -1828,6 +1829,7 @@ export declare const activityFeedEntrySchema: z.ZodObject<{
1828
1829
  org: z.ZodOptional<z.ZodString>;
1829
1830
  org_name: z.ZodOptional<z.ZodString>;
1830
1831
  org_role: z.ZodOptional<z.ZodString>;
1832
+ org_slug: z.ZodOptional<z.ZodString>;
1831
1833
  sandbox: z.ZodOptional<z.ZodString>;
1832
1834
  sandbox_name: z.ZodOptional<z.ZodString>;
1833
1835
  }, "strip", z.ZodTypeAny, {
@@ -1843,6 +1845,7 @@ export declare const activityFeedEntrySchema: z.ZodObject<{
1843
1845
  metadata?: Record<string, unknown> | undefined;
1844
1846
  org_name?: string | undefined;
1845
1847
  org_role?: string | undefined;
1848
+ org_slug?: string | undefined;
1846
1849
  sandbox_name?: string | undefined;
1847
1850
  }, {
1848
1851
  id: string;
@@ -1857,6 +1860,7 @@ export declare const activityFeedEntrySchema: z.ZodObject<{
1857
1860
  metadata?: Record<string, unknown> | undefined;
1858
1861
  org_name?: string | undefined;
1859
1862
  org_role?: string | undefined;
1863
+ org_slug?: string | undefined;
1860
1864
  sandbox_name?: string | undefined;
1861
1865
  }>]>>;
1862
1866
  }, "strip", z.ZodTypeAny, {
@@ -1942,6 +1946,7 @@ export declare const activityFeedEntrySchema: z.ZodObject<{
1942
1946
  virtual_path?: string | undefined;
1943
1947
  metadata?: Record<string, unknown> | undefined;
1944
1948
  org_name?: string | undefined;
1949
+ org_slug?: string | undefined;
1945
1950
  category_keys?: string[] | undefined;
1946
1951
  events?: Record<string, unknown> | undefined;
1947
1952
  image_url?: string | undefined;
@@ -1956,7 +1961,6 @@ export declare const activityFeedEntrySchema: z.ZodObject<{
1956
1961
  url?: string | undefined;
1957
1962
  width?: number | undefined;
1958
1963
  } | undefined;
1959
- org_slug?: string | undefined;
1960
1964
  readme_url?: string | undefined;
1961
1965
  screenshot_urls?: string[] | undefined;
1962
1966
  solution_id?: string | undefined;
@@ -2016,6 +2020,7 @@ export declare const activityFeedEntrySchema: z.ZodObject<{
2016
2020
  virtual_path?: string | undefined;
2017
2021
  metadata?: Record<string, unknown> | undefined;
2018
2022
  org_name?: string | undefined;
2023
+ org_slug?: string | undefined;
2019
2024
  category_keys?: string[] | undefined;
2020
2025
  events?: Record<string, unknown> | undefined;
2021
2026
  image_url?: string | undefined;
@@ -2030,7 +2035,6 @@ export declare const activityFeedEntrySchema: z.ZodObject<{
2030
2035
  url?: string | undefined;
2031
2036
  width?: number | undefined;
2032
2037
  } | undefined;
2033
- org_slug?: string | undefined;
2034
2038
  readme_url?: string | undefined;
2035
2039
  screenshot_urls?: string[] | undefined;
2036
2040
  solution_id?: string | undefined;
@@ -2061,6 +2065,7 @@ export declare const activityFeedEntrySchema: z.ZodObject<{
2061
2065
  metadata?: Record<string, unknown> | undefined;
2062
2066
  org_name?: string | undefined;
2063
2067
  org_role?: string | undefined;
2068
+ org_slug?: string | undefined;
2064
2069
  sandbox_name?: string | undefined;
2065
2070
  } | undefined;
2066
2071
  sandbox?: string | undefined;
@@ -2153,6 +2158,7 @@ export declare const activityFeedEntrySchema: z.ZodObject<{
2153
2158
  virtual_path?: string | undefined;
2154
2159
  metadata?: Record<string, unknown> | undefined;
2155
2160
  org_name?: string | undefined;
2161
+ org_slug?: string | undefined;
2156
2162
  category_keys?: string[] | undefined;
2157
2163
  events?: Record<string, unknown> | undefined;
2158
2164
  image_url?: string | undefined;
@@ -2167,7 +2173,6 @@ export declare const activityFeedEntrySchema: z.ZodObject<{
2167
2173
  url?: string | undefined;
2168
2174
  width?: number | undefined;
2169
2175
  } | undefined;
2170
- org_slug?: string | undefined;
2171
2176
  readme_url?: string | undefined;
2172
2177
  screenshot_urls?: string[] | undefined;
2173
2178
  solution_id?: string | undefined;
@@ -2227,6 +2232,7 @@ export declare const activityFeedEntrySchema: z.ZodObject<{
2227
2232
  virtual_path?: string | undefined;
2228
2233
  metadata?: Record<string, unknown> | undefined;
2229
2234
  org_name?: string | undefined;
2235
+ org_slug?: string | undefined;
2230
2236
  category_keys?: string[] | undefined;
2231
2237
  events?: Record<string, unknown> | undefined;
2232
2238
  image_url?: string | undefined;
@@ -2241,7 +2247,6 @@ export declare const activityFeedEntrySchema: z.ZodObject<{
2241
2247
  url?: string | undefined;
2242
2248
  width?: number | undefined;
2243
2249
  } | undefined;
2244
- org_slug?: string | undefined;
2245
2250
  readme_url?: string | undefined;
2246
2251
  screenshot_urls?: string[] | undefined;
2247
2252
  solution_id?: string | undefined;
@@ -2272,6 +2277,7 @@ export declare const activityFeedEntrySchema: z.ZodObject<{
2272
2277
  metadata?: Record<string, unknown> | undefined;
2273
2278
  org_name?: string | undefined;
2274
2279
  org_role?: string | undefined;
2280
+ org_slug?: string | undefined;
2275
2281
  sandbox_name?: string | undefined;
2276
2282
  } | undefined;
2277
2283
  sandbox?: string | undefined;
@@ -2631,6 +2637,7 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
2631
2637
  virtual_path?: string | undefined;
2632
2638
  metadata?: Record<string, unknown> | undefined;
2633
2639
  org_name?: string | undefined;
2640
+ org_slug?: string | undefined;
2634
2641
  category_keys?: string[] | undefined;
2635
2642
  events?: Record<string, unknown> | undefined;
2636
2643
  image_url?: string | undefined;
@@ -2645,7 +2652,6 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
2645
2652
  url?: string | undefined;
2646
2653
  width?: number | undefined;
2647
2654
  } | undefined;
2648
- org_slug?: string | undefined;
2649
2655
  readme_url?: string | undefined;
2650
2656
  screenshot_urls?: string[] | undefined;
2651
2657
  solution_id?: string | undefined;
@@ -2693,6 +2699,7 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
2693
2699
  virtual_path?: string | undefined;
2694
2700
  metadata?: Record<string, unknown> | undefined;
2695
2701
  org_name?: string | undefined;
2702
+ org_slug?: string | undefined;
2696
2703
  category_keys?: string[] | undefined;
2697
2704
  events?: Record<string, unknown> | undefined;
2698
2705
  image_url?: string | undefined;
@@ -2707,7 +2714,6 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
2707
2714
  url?: string | undefined;
2708
2715
  width?: number | undefined;
2709
2716
  } | undefined;
2710
- org_slug?: string | undefined;
2711
2717
  readme_url?: string | undefined;
2712
2718
  screenshot_urls?: string[] | undefined;
2713
2719
  solution_id?: string | undefined;
@@ -2958,6 +2964,7 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
2958
2964
  virtual_path?: string | undefined;
2959
2965
  metadata?: Record<string, unknown> | undefined;
2960
2966
  org_name?: string | undefined;
2967
+ org_slug?: string | undefined;
2961
2968
  category_keys?: string[] | undefined;
2962
2969
  events?: Record<string, unknown> | undefined;
2963
2970
  image_url?: string | undefined;
@@ -2972,7 +2979,6 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
2972
2979
  url?: string | undefined;
2973
2980
  width?: number | undefined;
2974
2981
  } | undefined;
2975
- org_slug?: string | undefined;
2976
2982
  readme_url?: string | undefined;
2977
2983
  screenshot_urls?: string[] | undefined;
2978
2984
  solution_id?: string | undefined;
@@ -3020,6 +3026,7 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
3020
3026
  virtual_path?: string | undefined;
3021
3027
  metadata?: Record<string, unknown> | undefined;
3022
3028
  org_name?: string | undefined;
3029
+ org_slug?: string | undefined;
3023
3030
  category_keys?: string[] | undefined;
3024
3031
  events?: Record<string, unknown> | undefined;
3025
3032
  image_url?: string | undefined;
@@ -3034,7 +3041,6 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
3034
3041
  url?: string | undefined;
3035
3042
  width?: number | undefined;
3036
3043
  } | undefined;
3037
- org_slug?: string | undefined;
3038
3044
  readme_url?: string | undefined;
3039
3045
  screenshot_urls?: string[] | undefined;
3040
3046
  solution_id?: string | undefined;
@@ -3115,6 +3121,7 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
3115
3121
  virtual_path?: string | undefined;
3116
3122
  metadata?: Record<string, unknown> | undefined;
3117
3123
  org_name?: string | undefined;
3124
+ org_slug?: string | undefined;
3118
3125
  category_keys?: string[] | undefined;
3119
3126
  events?: Record<string, unknown> | undefined;
3120
3127
  image_url?: string | undefined;
@@ -3129,7 +3136,6 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
3129
3136
  url?: string | undefined;
3130
3137
  width?: number | undefined;
3131
3138
  } | undefined;
3132
- org_slug?: string | undefined;
3133
3139
  readme_url?: string | undefined;
3134
3140
  screenshot_urls?: string[] | undefined;
3135
3141
  solution_id?: string | undefined;
@@ -3189,6 +3195,7 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
3189
3195
  virtual_path?: string | undefined;
3190
3196
  metadata?: Record<string, unknown> | undefined;
3191
3197
  org_name?: string | undefined;
3198
+ org_slug?: string | undefined;
3192
3199
  category_keys?: string[] | undefined;
3193
3200
  events?: Record<string, unknown> | undefined;
3194
3201
  image_url?: string | undefined;
@@ -3203,7 +3210,6 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
3203
3210
  url?: string | undefined;
3204
3211
  width?: number | undefined;
3205
3212
  } | undefined;
3206
- org_slug?: string | undefined;
3207
3213
  readme_url?: string | undefined;
3208
3214
  screenshot_urls?: string[] | undefined;
3209
3215
  solution_id?: string | undefined;
@@ -3253,6 +3259,7 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
3253
3259
  virtual_path?: string | undefined;
3254
3260
  metadata?: Record<string, unknown> | undefined;
3255
3261
  org_name?: string | undefined;
3262
+ org_slug?: string | undefined;
3256
3263
  category_keys?: string[] | undefined;
3257
3264
  events?: Record<string, unknown> | undefined;
3258
3265
  image_url?: string | undefined;
@@ -3267,7 +3274,6 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
3267
3274
  url?: string | undefined;
3268
3275
  width?: number | undefined;
3269
3276
  } | undefined;
3270
- org_slug?: string | undefined;
3271
3277
  readme_url?: string | undefined;
3272
3278
  screenshot_urls?: string[] | undefined;
3273
3279
  solution_id?: string | undefined;
@@ -3327,6 +3333,7 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
3327
3333
  virtual_path?: string | undefined;
3328
3334
  metadata?: Record<string, unknown> | undefined;
3329
3335
  org_name?: string | undefined;
3336
+ org_slug?: string | undefined;
3330
3337
  category_keys?: string[] | undefined;
3331
3338
  events?: Record<string, unknown> | undefined;
3332
3339
  image_url?: string | undefined;
@@ -3341,7 +3348,6 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
3341
3348
  url?: string | undefined;
3342
3349
  width?: number | undefined;
3343
3350
  } | undefined;
3344
- org_slug?: string | undefined;
3345
3351
  readme_url?: string | undefined;
3346
3352
  screenshot_urls?: string[] | undefined;
3347
3353
  solution_id?: string | undefined;
@@ -3432,6 +3438,7 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
3432
3438
  virtual_path?: string | undefined;
3433
3439
  metadata?: Record<string, unknown> | undefined;
3434
3440
  org_name?: string | undefined;
3441
+ org_slug?: string | undefined;
3435
3442
  category_keys?: string[] | undefined;
3436
3443
  events?: Record<string, unknown> | undefined;
3437
3444
  image_url?: string | undefined;
@@ -3446,7 +3453,6 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
3446
3453
  url?: string | undefined;
3447
3454
  width?: number | undefined;
3448
3455
  } | undefined;
3449
- org_slug?: string | undefined;
3450
3456
  readme_url?: string | undefined;
3451
3457
  screenshot_urls?: string[] | undefined;
3452
3458
  solution_id?: string | undefined;
@@ -3506,6 +3512,7 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
3506
3512
  virtual_path?: string | undefined;
3507
3513
  metadata?: Record<string, unknown> | undefined;
3508
3514
  org_name?: string | undefined;
3515
+ org_slug?: string | undefined;
3509
3516
  category_keys?: string[] | undefined;
3510
3517
  events?: Record<string, unknown> | undefined;
3511
3518
  image_url?: string | undefined;
@@ -3520,7 +3527,6 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
3520
3527
  url?: string | undefined;
3521
3528
  width?: number | undefined;
3522
3529
  } | undefined;
3523
- org_slug?: string | undefined;
3524
3530
  readme_url?: string | undefined;
3525
3531
  screenshot_urls?: string[] | undefined;
3526
3532
  solution_id?: string | undefined;
@@ -3608,6 +3614,7 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
3608
3614
  virtual_path?: string | undefined;
3609
3615
  metadata?: Record<string, unknown> | undefined;
3610
3616
  org_name?: string | undefined;
3617
+ org_slug?: string | undefined;
3611
3618
  category_keys?: string[] | undefined;
3612
3619
  events?: Record<string, unknown> | undefined;
3613
3620
  image_url?: string | undefined;
@@ -3622,7 +3629,6 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
3622
3629
  url?: string | undefined;
3623
3630
  width?: number | undefined;
3624
3631
  } | undefined;
3625
- org_slug?: string | undefined;
3626
3632
  readme_url?: string | undefined;
3627
3633
  screenshot_urls?: string[] | undefined;
3628
3634
  solution_id?: string | undefined;
@@ -3682,6 +3688,7 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
3682
3688
  virtual_path?: string | undefined;
3683
3689
  metadata?: Record<string, unknown> | undefined;
3684
3690
  org_name?: string | undefined;
3691
+ org_slug?: string | undefined;
3685
3692
  category_keys?: string[] | undefined;
3686
3693
  events?: Record<string, unknown> | undefined;
3687
3694
  image_url?: string | undefined;
@@ -3696,7 +3703,6 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
3696
3703
  url?: string | undefined;
3697
3704
  width?: number | undefined;
3698
3705
  } | undefined;
3699
- org_slug?: string | undefined;
3700
3706
  readme_url?: string | undefined;
3701
3707
  screenshot_urls?: string[] | undefined;
3702
3708
  solution_id?: string | undefined;
@@ -3756,6 +3762,7 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
3756
3762
  org: z.ZodOptional<z.ZodString>;
3757
3763
  org_name: z.ZodOptional<z.ZodString>;
3758
3764
  org_role: z.ZodOptional<z.ZodString>;
3765
+ org_slug: z.ZodOptional<z.ZodString>;
3759
3766
  sandbox: z.ZodOptional<z.ZodString>;
3760
3767
  sandbox_name: z.ZodOptional<z.ZodString>;
3761
3768
  }, "strip", z.ZodTypeAny, {
@@ -3771,6 +3778,7 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
3771
3778
  metadata?: Record<string, unknown> | undefined;
3772
3779
  org_name?: string | undefined;
3773
3780
  org_role?: string | undefined;
3781
+ org_slug?: string | undefined;
3774
3782
  sandbox_name?: string | undefined;
3775
3783
  }, {
3776
3784
  id: string;
@@ -3785,6 +3793,7 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
3785
3793
  metadata?: Record<string, unknown> | undefined;
3786
3794
  org_name?: string | undefined;
3787
3795
  org_role?: string | undefined;
3796
+ org_slug?: string | undefined;
3788
3797
  sandbox_name?: string | undefined;
3789
3798
  }>]>>;
3790
3799
  }, "strip", z.ZodTypeAny, {
@@ -3870,6 +3879,7 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
3870
3879
  virtual_path?: string | undefined;
3871
3880
  metadata?: Record<string, unknown> | undefined;
3872
3881
  org_name?: string | undefined;
3882
+ org_slug?: string | undefined;
3873
3883
  category_keys?: string[] | undefined;
3874
3884
  events?: Record<string, unknown> | undefined;
3875
3885
  image_url?: string | undefined;
@@ -3884,7 +3894,6 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
3884
3894
  url?: string | undefined;
3885
3895
  width?: number | undefined;
3886
3896
  } | undefined;
3887
- org_slug?: string | undefined;
3888
3897
  readme_url?: string | undefined;
3889
3898
  screenshot_urls?: string[] | undefined;
3890
3899
  solution_id?: string | undefined;
@@ -3944,6 +3953,7 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
3944
3953
  virtual_path?: string | undefined;
3945
3954
  metadata?: Record<string, unknown> | undefined;
3946
3955
  org_name?: string | undefined;
3956
+ org_slug?: string | undefined;
3947
3957
  category_keys?: string[] | undefined;
3948
3958
  events?: Record<string, unknown> | undefined;
3949
3959
  image_url?: string | undefined;
@@ -3958,7 +3968,6 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
3958
3968
  url?: string | undefined;
3959
3969
  width?: number | undefined;
3960
3970
  } | undefined;
3961
- org_slug?: string | undefined;
3962
3971
  readme_url?: string | undefined;
3963
3972
  screenshot_urls?: string[] | undefined;
3964
3973
  solution_id?: string | undefined;
@@ -3989,6 +3998,7 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
3989
3998
  metadata?: Record<string, unknown> | undefined;
3990
3999
  org_name?: string | undefined;
3991
4000
  org_role?: string | undefined;
4001
+ org_slug?: string | undefined;
3992
4002
  sandbox_name?: string | undefined;
3993
4003
  } | undefined;
3994
4004
  sandbox?: string | undefined;
@@ -4081,6 +4091,7 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
4081
4091
  virtual_path?: string | undefined;
4082
4092
  metadata?: Record<string, unknown> | undefined;
4083
4093
  org_name?: string | undefined;
4094
+ org_slug?: string | undefined;
4084
4095
  category_keys?: string[] | undefined;
4085
4096
  events?: Record<string, unknown> | undefined;
4086
4097
  image_url?: string | undefined;
@@ -4095,7 +4106,6 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
4095
4106
  url?: string | undefined;
4096
4107
  width?: number | undefined;
4097
4108
  } | undefined;
4098
- org_slug?: string | undefined;
4099
4109
  readme_url?: string | undefined;
4100
4110
  screenshot_urls?: string[] | undefined;
4101
4111
  solution_id?: string | undefined;
@@ -4155,6 +4165,7 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
4155
4165
  virtual_path?: string | undefined;
4156
4166
  metadata?: Record<string, unknown> | undefined;
4157
4167
  org_name?: string | undefined;
4168
+ org_slug?: string | undefined;
4158
4169
  category_keys?: string[] | undefined;
4159
4170
  events?: Record<string, unknown> | undefined;
4160
4171
  image_url?: string | undefined;
@@ -4169,7 +4180,6 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
4169
4180
  url?: string | undefined;
4170
4181
  width?: number | undefined;
4171
4182
  } | undefined;
4172
- org_slug?: string | undefined;
4173
4183
  readme_url?: string | undefined;
4174
4184
  screenshot_urls?: string[] | undefined;
4175
4185
  solution_id?: string | undefined;
@@ -4200,6 +4210,7 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
4200
4210
  metadata?: Record<string, unknown> | undefined;
4201
4211
  org_name?: string | undefined;
4202
4212
  org_role?: string | undefined;
4213
+ org_slug?: string | undefined;
4203
4214
  sandbox_name?: string | undefined;
4204
4215
  } | undefined;
4205
4216
  sandbox?: string | undefined;
@@ -4296,6 +4307,7 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
4296
4307
  virtual_path?: string | undefined;
4297
4308
  metadata?: Record<string, unknown> | undefined;
4298
4309
  org_name?: string | undefined;
4310
+ org_slug?: string | undefined;
4299
4311
  category_keys?: string[] | undefined;
4300
4312
  events?: Record<string, unknown> | undefined;
4301
4313
  image_url?: string | undefined;
@@ -4310,7 +4322,6 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
4310
4322
  url?: string | undefined;
4311
4323
  width?: number | undefined;
4312
4324
  } | undefined;
4313
- org_slug?: string | undefined;
4314
4325
  readme_url?: string | undefined;
4315
4326
  screenshot_urls?: string[] | undefined;
4316
4327
  solution_id?: string | undefined;
@@ -4370,6 +4381,7 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
4370
4381
  virtual_path?: string | undefined;
4371
4382
  metadata?: Record<string, unknown> | undefined;
4372
4383
  org_name?: string | undefined;
4384
+ org_slug?: string | undefined;
4373
4385
  category_keys?: string[] | undefined;
4374
4386
  events?: Record<string, unknown> | undefined;
4375
4387
  image_url?: string | undefined;
@@ -4384,7 +4396,6 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
4384
4396
  url?: string | undefined;
4385
4397
  width?: number | undefined;
4386
4398
  } | undefined;
4387
- org_slug?: string | undefined;
4388
4399
  readme_url?: string | undefined;
4389
4400
  screenshot_urls?: string[] | undefined;
4390
4401
  solution_id?: string | undefined;
@@ -4415,6 +4426,7 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
4415
4426
  metadata?: Record<string, unknown> | undefined;
4416
4427
  org_name?: string | undefined;
4417
4428
  org_role?: string | undefined;
4429
+ org_slug?: string | undefined;
4418
4430
  sandbox_name?: string | undefined;
4419
4431
  } | undefined;
4420
4432
  sandbox?: string | undefined;
@@ -4512,6 +4524,7 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
4512
4524
  virtual_path?: string | undefined;
4513
4525
  metadata?: Record<string, unknown> | undefined;
4514
4526
  org_name?: string | undefined;
4527
+ org_slug?: string | undefined;
4515
4528
  category_keys?: string[] | undefined;
4516
4529
  events?: Record<string, unknown> | undefined;
4517
4530
  image_url?: string | undefined;
@@ -4526,7 +4539,6 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
4526
4539
  url?: string | undefined;
4527
4540
  width?: number | undefined;
4528
4541
  } | undefined;
4529
- org_slug?: string | undefined;
4530
4542
  readme_url?: string | undefined;
4531
4543
  screenshot_urls?: string[] | undefined;
4532
4544
  solution_id?: string | undefined;
@@ -4586,6 +4598,7 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
4586
4598
  virtual_path?: string | undefined;
4587
4599
  metadata?: Record<string, unknown> | undefined;
4588
4600
  org_name?: string | undefined;
4601
+ org_slug?: string | undefined;
4589
4602
  category_keys?: string[] | undefined;
4590
4603
  events?: Record<string, unknown> | undefined;
4591
4604
  image_url?: string | undefined;
@@ -4600,7 +4613,6 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
4600
4613
  url?: string | undefined;
4601
4614
  width?: number | undefined;
4602
4615
  } | undefined;
4603
- org_slug?: string | undefined;
4604
4616
  readme_url?: string | undefined;
4605
4617
  screenshot_urls?: string[] | undefined;
4606
4618
  solution_id?: string | undefined;
@@ -4631,6 +4643,7 @@ export declare const activityFeedEntryListResponseSchema: z.ZodObject<{
4631
4643
  metadata?: Record<string, unknown> | undefined;
4632
4644
  org_name?: string | undefined;
4633
4645
  org_role?: string | undefined;
4646
+ org_slug?: string | undefined;
4634
4647
  sandbox_name?: string | undefined;
4635
4648
  } | undefined;
4636
4649
  sandbox?: string | undefined;
@@ -5357,6 +5370,7 @@ export declare const authTokensSchema: z.ZodObject<{
5357
5370
  org: z.ZodOptional<z.ZodString>;
5358
5371
  org_name: z.ZodOptional<z.ZodString>;
5359
5372
  org_role: z.ZodOptional<z.ZodString>;
5373
+ org_slug: z.ZodOptional<z.ZodString>;
5360
5374
  sandbox: z.ZodOptional<z.ZodString>;
5361
5375
  sandbox_name: z.ZodOptional<z.ZodString>;
5362
5376
  }, "strip", z.ZodTypeAny, {
@@ -5372,6 +5386,7 @@ export declare const authTokensSchema: z.ZodObject<{
5372
5386
  metadata?: Record<string, unknown> | undefined;
5373
5387
  org_name?: string | undefined;
5374
5388
  org_role?: string | undefined;
5389
+ org_slug?: string | undefined;
5375
5390
  sandbox_name?: string | undefined;
5376
5391
  }, {
5377
5392
  id: string;
@@ -5386,6 +5401,7 @@ export declare const authTokensSchema: z.ZodObject<{
5386
5401
  metadata?: Record<string, unknown> | undefined;
5387
5402
  org_name?: string | undefined;
5388
5403
  org_role?: string | undefined;
5404
+ org_slug?: string | undefined;
5389
5405
  sandbox_name?: string | undefined;
5390
5406
  }>;
5391
5407
  }, "strip", z.ZodTypeAny, {
@@ -5405,6 +5421,7 @@ export declare const authTokensSchema: z.ZodObject<{
5405
5421
  metadata?: Record<string, unknown> | undefined;
5406
5422
  org_name?: string | undefined;
5407
5423
  org_role?: string | undefined;
5424
+ org_slug?: string | undefined;
5408
5425
  sandbox_name?: string | undefined;
5409
5426
  };
5410
5427
  token_type: string;
@@ -5426,6 +5443,7 @@ export declare const authTokensSchema: z.ZodObject<{
5426
5443
  metadata?: Record<string, unknown> | undefined;
5427
5444
  org_name?: string | undefined;
5428
5445
  org_role?: string | undefined;
5446
+ org_slug?: string | undefined;
5429
5447
  sandbox_name?: string | undefined;
5430
5448
  };
5431
5449
  token_type: string;
@@ -12072,6 +12090,7 @@ export declare const solutionSummarySchema: z.ZodObject<{
12072
12090
  virtual_path?: string | undefined;
12073
12091
  metadata?: Record<string, unknown> | undefined;
12074
12092
  org_name?: string | undefined;
12093
+ org_slug?: string | undefined;
12075
12094
  category_keys?: string[] | undefined;
12076
12095
  events?: Record<string, unknown> | undefined;
12077
12096
  image_url?: string | undefined;
@@ -12086,7 +12105,6 @@ export declare const solutionSummarySchema: z.ZodObject<{
12086
12105
  url?: string | undefined;
12087
12106
  width?: number | undefined;
12088
12107
  } | undefined;
12089
- org_slug?: string | undefined;
12090
12108
  readme_url?: string | undefined;
12091
12109
  screenshot_urls?: string[] | undefined;
12092
12110
  solution_id?: string | undefined;
@@ -12134,6 +12152,7 @@ export declare const solutionSummarySchema: z.ZodObject<{
12134
12152
  virtual_path?: string | undefined;
12135
12153
  metadata?: Record<string, unknown> | undefined;
12136
12154
  org_name?: string | undefined;
12155
+ org_slug?: string | undefined;
12137
12156
  category_keys?: string[] | undefined;
12138
12157
  events?: Record<string, unknown> | undefined;
12139
12158
  image_url?: string | undefined;
@@ -12148,7 +12167,6 @@ export declare const solutionSummarySchema: z.ZodObject<{
12148
12167
  url?: string | undefined;
12149
12168
  width?: number | undefined;
12150
12169
  } | undefined;
12151
- org_slug?: string | undefined;
12152
12170
  readme_url?: string | undefined;
12153
12171
  screenshot_urls?: string[] | undefined;
12154
12172
  solution_id?: string | undefined;
@@ -12456,6 +12474,7 @@ export declare const agentSourceSolutionSchema: z.ZodObject<{
12456
12474
  virtual_path?: string | undefined;
12457
12475
  metadata?: Record<string, unknown> | undefined;
12458
12476
  org_name?: string | undefined;
12477
+ org_slug?: string | undefined;
12459
12478
  category_keys?: string[] | undefined;
12460
12479
  events?: Record<string, unknown> | undefined;
12461
12480
  image_url?: string | undefined;
@@ -12470,7 +12489,6 @@ export declare const agentSourceSolutionSchema: z.ZodObject<{
12470
12489
  url?: string | undefined;
12471
12490
  width?: number | undefined;
12472
12491
  } | undefined;
12473
- org_slug?: string | undefined;
12474
12492
  readme_url?: string | undefined;
12475
12493
  screenshot_urls?: string[] | undefined;
12476
12494
  solution_id?: string | undefined;
@@ -12518,6 +12536,7 @@ export declare const agentSourceSolutionSchema: z.ZodObject<{
12518
12536
  virtual_path?: string | undefined;
12519
12537
  metadata?: Record<string, unknown> | undefined;
12520
12538
  org_name?: string | undefined;
12539
+ org_slug?: string | undefined;
12521
12540
  category_keys?: string[] | undefined;
12522
12541
  events?: Record<string, unknown> | undefined;
12523
12542
  image_url?: string | undefined;
@@ -12532,7 +12551,6 @@ export declare const agentSourceSolutionSchema: z.ZodObject<{
12532
12551
  url?: string | undefined;
12533
12552
  width?: number | undefined;
12534
12553
  } | undefined;
12535
- org_slug?: string | undefined;
12536
12554
  readme_url?: string | undefined;
12537
12555
  screenshot_urls?: string[] | undefined;
12538
12556
  solution_id?: string | undefined;
@@ -12826,6 +12844,7 @@ export declare const agentSourceSolutionSchema: z.ZodObject<{
12826
12844
  virtual_path?: string | undefined;
12827
12845
  metadata?: Record<string, unknown> | undefined;
12828
12846
  org_name?: string | undefined;
12847
+ org_slug?: string | undefined;
12829
12848
  category_keys?: string[] | undefined;
12830
12849
  events?: Record<string, unknown> | undefined;
12831
12850
  image_url?: string | undefined;
@@ -12840,7 +12859,6 @@ export declare const agentSourceSolutionSchema: z.ZodObject<{
12840
12859
  url?: string | undefined;
12841
12860
  width?: number | undefined;
12842
12861
  } | undefined;
12843
- org_slug?: string | undefined;
12844
12862
  readme_url?: string | undefined;
12845
12863
  screenshot_urls?: string[] | undefined;
12846
12864
  solution_id?: string | undefined;
@@ -12888,6 +12906,7 @@ export declare const agentSourceSolutionSchema: z.ZodObject<{
12888
12906
  virtual_path?: string | undefined;
12889
12907
  metadata?: Record<string, unknown> | undefined;
12890
12908
  org_name?: string | undefined;
12909
+ org_slug?: string | undefined;
12891
12910
  category_keys?: string[] | undefined;
12892
12911
  events?: Record<string, unknown> | undefined;
12893
12912
  image_url?: string | undefined;
@@ -12902,7 +12921,6 @@ export declare const agentSourceSolutionSchema: z.ZodObject<{
12902
12921
  url?: string | undefined;
12903
12922
  width?: number | undefined;
12904
12923
  } | undefined;
12905
- org_slug?: string | undefined;
12906
12924
  readme_url?: string | undefined;
12907
12925
  screenshot_urls?: string[] | undefined;
12908
12926
  solution_id?: string | undefined;
@@ -12993,6 +13011,7 @@ export declare const agentSourceSolutionSchema: z.ZodObject<{
12993
13011
  virtual_path?: string | undefined;
12994
13012
  metadata?: Record<string, unknown> | undefined;
12995
13013
  org_name?: string | undefined;
13014
+ org_slug?: string | undefined;
12996
13015
  category_keys?: string[] | undefined;
12997
13016
  events?: Record<string, unknown> | undefined;
12998
13017
  image_url?: string | undefined;
@@ -13007,7 +13026,6 @@ export declare const agentSourceSolutionSchema: z.ZodObject<{
13007
13026
  url?: string | undefined;
13008
13027
  width?: number | undefined;
13009
13028
  } | undefined;
13010
- org_slug?: string | undefined;
13011
13029
  readme_url?: string | undefined;
13012
13030
  screenshot_urls?: string[] | undefined;
13013
13031
  solution_id?: string | undefined;
@@ -13067,6 +13085,7 @@ export declare const agentSourceSolutionSchema: z.ZodObject<{
13067
13085
  virtual_path?: string | undefined;
13068
13086
  metadata?: Record<string, unknown> | undefined;
13069
13087
  org_name?: string | undefined;
13088
+ org_slug?: string | undefined;
13070
13089
  category_keys?: string[] | undefined;
13071
13090
  events?: Record<string, unknown> | undefined;
13072
13091
  image_url?: string | undefined;
@@ -13081,7 +13100,6 @@ export declare const agentSourceSolutionSchema: z.ZodObject<{
13081
13100
  url?: string | undefined;
13082
13101
  width?: number | undefined;
13083
13102
  } | undefined;
13084
- org_slug?: string | undefined;
13085
13103
  readme_url?: string | undefined;
13086
13104
  screenshot_urls?: string[] | undefined;
13087
13105
  solution_id?: string | undefined;
@@ -13131,6 +13149,7 @@ export declare const agentSourceSolutionSchema: z.ZodObject<{
13131
13149
  virtual_path?: string | undefined;
13132
13150
  metadata?: Record<string, unknown> | undefined;
13133
13151
  org_name?: string | undefined;
13152
+ org_slug?: string | undefined;
13134
13153
  category_keys?: string[] | undefined;
13135
13154
  events?: Record<string, unknown> | undefined;
13136
13155
  image_url?: string | undefined;
@@ -13145,7 +13164,6 @@ export declare const agentSourceSolutionSchema: z.ZodObject<{
13145
13164
  url?: string | undefined;
13146
13165
  width?: number | undefined;
13147
13166
  } | undefined;
13148
- org_slug?: string | undefined;
13149
13167
  readme_url?: string | undefined;
13150
13168
  screenshot_urls?: string[] | undefined;
13151
13169
  solution_id?: string | undefined;
@@ -13205,6 +13223,7 @@ export declare const agentSourceSolutionSchema: z.ZodObject<{
13205
13223
  virtual_path?: string | undefined;
13206
13224
  metadata?: Record<string, unknown> | undefined;
13207
13225
  org_name?: string | undefined;
13226
+ org_slug?: string | undefined;
13208
13227
  category_keys?: string[] | undefined;
13209
13228
  events?: Record<string, unknown> | undefined;
13210
13229
  image_url?: string | undefined;
@@ -13219,7 +13238,6 @@ export declare const agentSourceSolutionSchema: z.ZodObject<{
13219
13238
  url?: string | undefined;
13220
13239
  width?: number | undefined;
13221
13240
  } | undefined;
13222
- org_slug?: string | undefined;
13223
13241
  readme_url?: string | undefined;
13224
13242
  screenshot_urls?: string[] | undefined;
13225
13243
  solution_id?: string | undefined;
@@ -13677,6 +13695,7 @@ export declare const agentSchema: z.ZodObject<{
13677
13695
  virtual_path?: string | undefined;
13678
13696
  metadata?: Record<string, unknown> | undefined;
13679
13697
  org_name?: string | undefined;
13698
+ org_slug?: string | undefined;
13680
13699
  category_keys?: string[] | undefined;
13681
13700
  events?: Record<string, unknown> | undefined;
13682
13701
  image_url?: string | undefined;
@@ -13691,7 +13710,6 @@ export declare const agentSchema: z.ZodObject<{
13691
13710
  url?: string | undefined;
13692
13711
  width?: number | undefined;
13693
13712
  } | undefined;
13694
- org_slug?: string | undefined;
13695
13713
  readme_url?: string | undefined;
13696
13714
  screenshot_urls?: string[] | undefined;
13697
13715
  solution_id?: string | undefined;
@@ -13739,6 +13757,7 @@ export declare const agentSchema: z.ZodObject<{
13739
13757
  virtual_path?: string | undefined;
13740
13758
  metadata?: Record<string, unknown> | undefined;
13741
13759
  org_name?: string | undefined;
13760
+ org_slug?: string | undefined;
13742
13761
  category_keys?: string[] | undefined;
13743
13762
  events?: Record<string, unknown> | undefined;
13744
13763
  image_url?: string | undefined;
@@ -13753,7 +13772,6 @@ export declare const agentSchema: z.ZodObject<{
13753
13772
  url?: string | undefined;
13754
13773
  width?: number | undefined;
13755
13774
  } | undefined;
13756
- org_slug?: string | undefined;
13757
13775
  readme_url?: string | undefined;
13758
13776
  screenshot_urls?: string[] | undefined;
13759
13777
  solution_id?: string | undefined;
@@ -14047,6 +14065,7 @@ export declare const agentSchema: z.ZodObject<{
14047
14065
  virtual_path?: string | undefined;
14048
14066
  metadata?: Record<string, unknown> | undefined;
14049
14067
  org_name?: string | undefined;
14068
+ org_slug?: string | undefined;
14050
14069
  category_keys?: string[] | undefined;
14051
14070
  events?: Record<string, unknown> | undefined;
14052
14071
  image_url?: string | undefined;
@@ -14061,7 +14080,6 @@ export declare const agentSchema: z.ZodObject<{
14061
14080
  url?: string | undefined;
14062
14081
  width?: number | undefined;
14063
14082
  } | undefined;
14064
- org_slug?: string | undefined;
14065
14083
  readme_url?: string | undefined;
14066
14084
  screenshot_urls?: string[] | undefined;
14067
14085
  solution_id?: string | undefined;
@@ -14109,6 +14127,7 @@ export declare const agentSchema: z.ZodObject<{
14109
14127
  virtual_path?: string | undefined;
14110
14128
  metadata?: Record<string, unknown> | undefined;
14111
14129
  org_name?: string | undefined;
14130
+ org_slug?: string | undefined;
14112
14131
  category_keys?: string[] | undefined;
14113
14132
  events?: Record<string, unknown> | undefined;
14114
14133
  image_url?: string | undefined;
@@ -14123,7 +14142,6 @@ export declare const agentSchema: z.ZodObject<{
14123
14142
  url?: string | undefined;
14124
14143
  width?: number | undefined;
14125
14144
  } | undefined;
14126
- org_slug?: string | undefined;
14127
14145
  readme_url?: string | undefined;
14128
14146
  screenshot_urls?: string[] | undefined;
14129
14147
  solution_id?: string | undefined;
@@ -14214,6 +14232,7 @@ export declare const agentSchema: z.ZodObject<{
14214
14232
  virtual_path?: string | undefined;
14215
14233
  metadata?: Record<string, unknown> | undefined;
14216
14234
  org_name?: string | undefined;
14235
+ org_slug?: string | undefined;
14217
14236
  category_keys?: string[] | undefined;
14218
14237
  events?: Record<string, unknown> | undefined;
14219
14238
  image_url?: string | undefined;
@@ -14228,7 +14247,6 @@ export declare const agentSchema: z.ZodObject<{
14228
14247
  url?: string | undefined;
14229
14248
  width?: number | undefined;
14230
14249
  } | undefined;
14231
- org_slug?: string | undefined;
14232
14250
  readme_url?: string | undefined;
14233
14251
  screenshot_urls?: string[] | undefined;
14234
14252
  solution_id?: string | undefined;
@@ -14288,6 +14306,7 @@ export declare const agentSchema: z.ZodObject<{
14288
14306
  virtual_path?: string | undefined;
14289
14307
  metadata?: Record<string, unknown> | undefined;
14290
14308
  org_name?: string | undefined;
14309
+ org_slug?: string | undefined;
14291
14310
  category_keys?: string[] | undefined;
14292
14311
  events?: Record<string, unknown> | undefined;
14293
14312
  image_url?: string | undefined;
@@ -14302,7 +14321,6 @@ export declare const agentSchema: z.ZodObject<{
14302
14321
  url?: string | undefined;
14303
14322
  width?: number | undefined;
14304
14323
  } | undefined;
14305
- org_slug?: string | undefined;
14306
14324
  readme_url?: string | undefined;
14307
14325
  screenshot_urls?: string[] | undefined;
14308
14326
  solution_id?: string | undefined;
@@ -14352,6 +14370,7 @@ export declare const agentSchema: z.ZodObject<{
14352
14370
  virtual_path?: string | undefined;
14353
14371
  metadata?: Record<string, unknown> | undefined;
14354
14372
  org_name?: string | undefined;
14373
+ org_slug?: string | undefined;
14355
14374
  category_keys?: string[] | undefined;
14356
14375
  events?: Record<string, unknown> | undefined;
14357
14376
  image_url?: string | undefined;
@@ -14366,7 +14385,6 @@ export declare const agentSchema: z.ZodObject<{
14366
14385
  url?: string | undefined;
14367
14386
  width?: number | undefined;
14368
14387
  } | undefined;
14369
- org_slug?: string | undefined;
14370
14388
  readme_url?: string | undefined;
14371
14389
  screenshot_urls?: string[] | undefined;
14372
14390
  solution_id?: string | undefined;
@@ -14426,6 +14444,7 @@ export declare const agentSchema: z.ZodObject<{
14426
14444
  virtual_path?: string | undefined;
14427
14445
  metadata?: Record<string, unknown> | undefined;
14428
14446
  org_name?: string | undefined;
14447
+ org_slug?: string | undefined;
14429
14448
  category_keys?: string[] | undefined;
14430
14449
  events?: Record<string, unknown> | undefined;
14431
14450
  image_url?: string | undefined;
@@ -14440,7 +14459,6 @@ export declare const agentSchema: z.ZodObject<{
14440
14459
  url?: string | undefined;
14441
14460
  width?: number | undefined;
14442
14461
  } | undefined;
14443
- org_slug?: string | undefined;
14444
14462
  readme_url?: string | undefined;
14445
14463
  screenshot_urls?: string[] | undefined;
14446
14464
  solution_id?: string | undefined;
@@ -14535,6 +14553,7 @@ export declare const agentSchema: z.ZodObject<{
14535
14553
  virtual_path?: string | undefined;
14536
14554
  metadata?: Record<string, unknown> | undefined;
14537
14555
  org_name?: string | undefined;
14556
+ org_slug?: string | undefined;
14538
14557
  category_keys?: string[] | undefined;
14539
14558
  events?: Record<string, unknown> | undefined;
14540
14559
  image_url?: string | undefined;
@@ -14549,7 +14568,6 @@ export declare const agentSchema: z.ZodObject<{
14549
14568
  url?: string | undefined;
14550
14569
  width?: number | undefined;
14551
14570
  } | undefined;
14552
- org_slug?: string | undefined;
14553
14571
  readme_url?: string | undefined;
14554
14572
  screenshot_urls?: string[] | undefined;
14555
14573
  solution_id?: string | undefined;
@@ -14609,6 +14627,7 @@ export declare const agentSchema: z.ZodObject<{
14609
14627
  virtual_path?: string | undefined;
14610
14628
  metadata?: Record<string, unknown> | undefined;
14611
14629
  org_name?: string | undefined;
14630
+ org_slug?: string | undefined;
14612
14631
  category_keys?: string[] | undefined;
14613
14632
  events?: Record<string, unknown> | undefined;
14614
14633
  image_url?: string | undefined;
@@ -14623,7 +14642,6 @@ export declare const agentSchema: z.ZodObject<{
14623
14642
  url?: string | undefined;
14624
14643
  width?: number | undefined;
14625
14644
  } | undefined;
14626
- org_slug?: string | undefined;
14627
14645
  readme_url?: string | undefined;
14628
14646
  screenshot_urls?: string[] | undefined;
14629
14647
  solution_id?: string | undefined;
@@ -14711,6 +14729,7 @@ export declare const agentSchema: z.ZodObject<{
14711
14729
  virtual_path?: string | undefined;
14712
14730
  metadata?: Record<string, unknown> | undefined;
14713
14731
  org_name?: string | undefined;
14732
+ org_slug?: string | undefined;
14714
14733
  category_keys?: string[] | undefined;
14715
14734
  events?: Record<string, unknown> | undefined;
14716
14735
  image_url?: string | undefined;
@@ -14725,7 +14744,6 @@ export declare const agentSchema: z.ZodObject<{
14725
14744
  url?: string | undefined;
14726
14745
  width?: number | undefined;
14727
14746
  } | undefined;
14728
- org_slug?: string | undefined;
14729
14747
  readme_url?: string | undefined;
14730
14748
  screenshot_urls?: string[] | undefined;
14731
14749
  solution_id?: string | undefined;
@@ -14785,6 +14803,7 @@ export declare const agentSchema: z.ZodObject<{
14785
14803
  virtual_path?: string | undefined;
14786
14804
  metadata?: Record<string, unknown> | undefined;
14787
14805
  org_name?: string | undefined;
14806
+ org_slug?: string | undefined;
14788
14807
  category_keys?: string[] | undefined;
14789
14808
  events?: Record<string, unknown> | undefined;
14790
14809
  image_url?: string | undefined;
@@ -14799,7 +14818,6 @@ export declare const agentSchema: z.ZodObject<{
14799
14818
  url?: string | undefined;
14800
14819
  width?: number | undefined;
14801
14820
  } | undefined;
14802
- org_slug?: string | undefined;
14803
14821
  readme_url?: string | undefined;
14804
14822
  screenshot_urls?: string[] | undefined;
14805
14823
  solution_id?: string | undefined;
@@ -15993,6 +16011,7 @@ export declare const agentHealthSchema: z.ZodObject<{
15993
16011
  virtual_path?: string | undefined;
15994
16012
  metadata?: Record<string, unknown> | undefined;
15995
16013
  org_name?: string | undefined;
16014
+ org_slug?: string | undefined;
15996
16015
  category_keys?: string[] | undefined;
15997
16016
  events?: Record<string, unknown> | undefined;
15998
16017
  image_url?: string | undefined;
@@ -16007,7 +16026,6 @@ export declare const agentHealthSchema: z.ZodObject<{
16007
16026
  url?: string | undefined;
16008
16027
  width?: number | undefined;
16009
16028
  } | undefined;
16010
- org_slug?: string | undefined;
16011
16029
  readme_url?: string | undefined;
16012
16030
  screenshot_urls?: string[] | undefined;
16013
16031
  solution_id?: string | undefined;
@@ -16055,6 +16073,7 @@ export declare const agentHealthSchema: z.ZodObject<{
16055
16073
  virtual_path?: string | undefined;
16056
16074
  metadata?: Record<string, unknown> | undefined;
16057
16075
  org_name?: string | undefined;
16076
+ org_slug?: string | undefined;
16058
16077
  category_keys?: string[] | undefined;
16059
16078
  events?: Record<string, unknown> | undefined;
16060
16079
  image_url?: string | undefined;
@@ -16069,7 +16088,6 @@ export declare const agentHealthSchema: z.ZodObject<{
16069
16088
  url?: string | undefined;
16070
16089
  width?: number | undefined;
16071
16090
  } | undefined;
16072
- org_slug?: string | undefined;
16073
16091
  readme_url?: string | undefined;
16074
16092
  screenshot_urls?: string[] | undefined;
16075
16093
  solution_id?: string | undefined;
@@ -16363,6 +16381,7 @@ export declare const agentHealthSchema: z.ZodObject<{
16363
16381
  virtual_path?: string | undefined;
16364
16382
  metadata?: Record<string, unknown> | undefined;
16365
16383
  org_name?: string | undefined;
16384
+ org_slug?: string | undefined;
16366
16385
  category_keys?: string[] | undefined;
16367
16386
  events?: Record<string, unknown> | undefined;
16368
16387
  image_url?: string | undefined;
@@ -16377,7 +16396,6 @@ export declare const agentHealthSchema: z.ZodObject<{
16377
16396
  url?: string | undefined;
16378
16397
  width?: number | undefined;
16379
16398
  } | undefined;
16380
- org_slug?: string | undefined;
16381
16399
  readme_url?: string | undefined;
16382
16400
  screenshot_urls?: string[] | undefined;
16383
16401
  solution_id?: string | undefined;
@@ -16425,6 +16443,7 @@ export declare const agentHealthSchema: z.ZodObject<{
16425
16443
  virtual_path?: string | undefined;
16426
16444
  metadata?: Record<string, unknown> | undefined;
16427
16445
  org_name?: string | undefined;
16446
+ org_slug?: string | undefined;
16428
16447
  category_keys?: string[] | undefined;
16429
16448
  events?: Record<string, unknown> | undefined;
16430
16449
  image_url?: string | undefined;
@@ -16439,7 +16458,6 @@ export declare const agentHealthSchema: z.ZodObject<{
16439
16458
  url?: string | undefined;
16440
16459
  width?: number | undefined;
16441
16460
  } | undefined;
16442
- org_slug?: string | undefined;
16443
16461
  readme_url?: string | undefined;
16444
16462
  screenshot_urls?: string[] | undefined;
16445
16463
  solution_id?: string | undefined;
@@ -16530,6 +16548,7 @@ export declare const agentHealthSchema: z.ZodObject<{
16530
16548
  virtual_path?: string | undefined;
16531
16549
  metadata?: Record<string, unknown> | undefined;
16532
16550
  org_name?: string | undefined;
16551
+ org_slug?: string | undefined;
16533
16552
  category_keys?: string[] | undefined;
16534
16553
  events?: Record<string, unknown> | undefined;
16535
16554
  image_url?: string | undefined;
@@ -16544,7 +16563,6 @@ export declare const agentHealthSchema: z.ZodObject<{
16544
16563
  url?: string | undefined;
16545
16564
  width?: number | undefined;
16546
16565
  } | undefined;
16547
- org_slug?: string | undefined;
16548
16566
  readme_url?: string | undefined;
16549
16567
  screenshot_urls?: string[] | undefined;
16550
16568
  solution_id?: string | undefined;
@@ -16604,6 +16622,7 @@ export declare const agentHealthSchema: z.ZodObject<{
16604
16622
  virtual_path?: string | undefined;
16605
16623
  metadata?: Record<string, unknown> | undefined;
16606
16624
  org_name?: string | undefined;
16625
+ org_slug?: string | undefined;
16607
16626
  category_keys?: string[] | undefined;
16608
16627
  events?: Record<string, unknown> | undefined;
16609
16628
  image_url?: string | undefined;
@@ -16618,7 +16637,6 @@ export declare const agentHealthSchema: z.ZodObject<{
16618
16637
  url?: string | undefined;
16619
16638
  width?: number | undefined;
16620
16639
  } | undefined;
16621
- org_slug?: string | undefined;
16622
16640
  readme_url?: string | undefined;
16623
16641
  screenshot_urls?: string[] | undefined;
16624
16642
  solution_id?: string | undefined;
@@ -16668,6 +16686,7 @@ export declare const agentHealthSchema: z.ZodObject<{
16668
16686
  virtual_path?: string | undefined;
16669
16687
  metadata?: Record<string, unknown> | undefined;
16670
16688
  org_name?: string | undefined;
16689
+ org_slug?: string | undefined;
16671
16690
  category_keys?: string[] | undefined;
16672
16691
  events?: Record<string, unknown> | undefined;
16673
16692
  image_url?: string | undefined;
@@ -16682,7 +16701,6 @@ export declare const agentHealthSchema: z.ZodObject<{
16682
16701
  url?: string | undefined;
16683
16702
  width?: number | undefined;
16684
16703
  } | undefined;
16685
- org_slug?: string | undefined;
16686
16704
  readme_url?: string | undefined;
16687
16705
  screenshot_urls?: string[] | undefined;
16688
16706
  solution_id?: string | undefined;
@@ -16742,6 +16760,7 @@ export declare const agentHealthSchema: z.ZodObject<{
16742
16760
  virtual_path?: string | undefined;
16743
16761
  metadata?: Record<string, unknown> | undefined;
16744
16762
  org_name?: string | undefined;
16763
+ org_slug?: string | undefined;
16745
16764
  category_keys?: string[] | undefined;
16746
16765
  events?: Record<string, unknown> | undefined;
16747
16766
  image_url?: string | undefined;
@@ -16756,7 +16775,6 @@ export declare const agentHealthSchema: z.ZodObject<{
16756
16775
  url?: string | undefined;
16757
16776
  width?: number | undefined;
16758
16777
  } | undefined;
16759
- org_slug?: string | undefined;
16760
16778
  readme_url?: string | undefined;
16761
16779
  screenshot_urls?: string[] | undefined;
16762
16780
  solution_id?: string | undefined;
@@ -16851,6 +16869,7 @@ export declare const agentHealthSchema: z.ZodObject<{
16851
16869
  virtual_path?: string | undefined;
16852
16870
  metadata?: Record<string, unknown> | undefined;
16853
16871
  org_name?: string | undefined;
16872
+ org_slug?: string | undefined;
16854
16873
  category_keys?: string[] | undefined;
16855
16874
  events?: Record<string, unknown> | undefined;
16856
16875
  image_url?: string | undefined;
@@ -16865,7 +16884,6 @@ export declare const agentHealthSchema: z.ZodObject<{
16865
16884
  url?: string | undefined;
16866
16885
  width?: number | undefined;
16867
16886
  } | undefined;
16868
- org_slug?: string | undefined;
16869
16887
  readme_url?: string | undefined;
16870
16888
  screenshot_urls?: string[] | undefined;
16871
16889
  solution_id?: string | undefined;
@@ -16925,6 +16943,7 @@ export declare const agentHealthSchema: z.ZodObject<{
16925
16943
  virtual_path?: string | undefined;
16926
16944
  metadata?: Record<string, unknown> | undefined;
16927
16945
  org_name?: string | undefined;
16946
+ org_slug?: string | undefined;
16928
16947
  category_keys?: string[] | undefined;
16929
16948
  events?: Record<string, unknown> | undefined;
16930
16949
  image_url?: string | undefined;
@@ -16939,7 +16958,6 @@ export declare const agentHealthSchema: z.ZodObject<{
16939
16958
  url?: string | undefined;
16940
16959
  width?: number | undefined;
16941
16960
  } | undefined;
16942
- org_slug?: string | undefined;
16943
16961
  readme_url?: string | undefined;
16944
16962
  screenshot_urls?: string[] | undefined;
16945
16963
  solution_id?: string | undefined;
@@ -17027,6 +17045,7 @@ export declare const agentHealthSchema: z.ZodObject<{
17027
17045
  virtual_path?: string | undefined;
17028
17046
  metadata?: Record<string, unknown> | undefined;
17029
17047
  org_name?: string | undefined;
17048
+ org_slug?: string | undefined;
17030
17049
  category_keys?: string[] | undefined;
17031
17050
  events?: Record<string, unknown> | undefined;
17032
17051
  image_url?: string | undefined;
@@ -17041,7 +17060,6 @@ export declare const agentHealthSchema: z.ZodObject<{
17041
17060
  url?: string | undefined;
17042
17061
  width?: number | undefined;
17043
17062
  } | undefined;
17044
- org_slug?: string | undefined;
17045
17063
  readme_url?: string | undefined;
17046
17064
  screenshot_urls?: string[] | undefined;
17047
17065
  solution_id?: string | undefined;
@@ -17101,6 +17119,7 @@ export declare const agentHealthSchema: z.ZodObject<{
17101
17119
  virtual_path?: string | undefined;
17102
17120
  metadata?: Record<string, unknown> | undefined;
17103
17121
  org_name?: string | undefined;
17122
+ org_slug?: string | undefined;
17104
17123
  category_keys?: string[] | undefined;
17105
17124
  events?: Record<string, unknown> | undefined;
17106
17125
  image_url?: string | undefined;
@@ -17115,7 +17134,6 @@ export declare const agentHealthSchema: z.ZodObject<{
17115
17134
  url?: string | undefined;
17116
17135
  width?: number | undefined;
17117
17136
  } | undefined;
17118
- org_slug?: string | undefined;
17119
17137
  readme_url?: string | undefined;
17120
17138
  screenshot_urls?: string[] | undefined;
17121
17139
  solution_id?: string | undefined;
@@ -17294,6 +17312,7 @@ export declare const agentHealthSchema: z.ZodObject<{
17294
17312
  virtual_path?: string | undefined;
17295
17313
  metadata?: Record<string, unknown> | undefined;
17296
17314
  org_name?: string | undefined;
17315
+ org_slug?: string | undefined;
17297
17316
  category_keys?: string[] | undefined;
17298
17317
  events?: Record<string, unknown> | undefined;
17299
17318
  image_url?: string | undefined;
@@ -17308,7 +17327,6 @@ export declare const agentHealthSchema: z.ZodObject<{
17308
17327
  url?: string | undefined;
17309
17328
  width?: number | undefined;
17310
17329
  } | undefined;
17311
- org_slug?: string | undefined;
17312
17330
  readme_url?: string | undefined;
17313
17331
  screenshot_urls?: string[] | undefined;
17314
17332
  solution_id?: string | undefined;
@@ -17368,6 +17386,7 @@ export declare const agentHealthSchema: z.ZodObject<{
17368
17386
  virtual_path?: string | undefined;
17369
17387
  metadata?: Record<string, unknown> | undefined;
17370
17388
  org_name?: string | undefined;
17389
+ org_slug?: string | undefined;
17371
17390
  category_keys?: string[] | undefined;
17372
17391
  events?: Record<string, unknown> | undefined;
17373
17392
  image_url?: string | undefined;
@@ -17382,7 +17401,6 @@ export declare const agentHealthSchema: z.ZodObject<{
17382
17401
  url?: string | undefined;
17383
17402
  width?: number | undefined;
17384
17403
  } | undefined;
17385
- org_slug?: string | undefined;
17386
17404
  readme_url?: string | undefined;
17387
17405
  screenshot_urls?: string[] | undefined;
17388
17406
  solution_id?: string | undefined;
@@ -17499,6 +17517,7 @@ export declare const agentHealthSchema: z.ZodObject<{
17499
17517
  virtual_path?: string | undefined;
17500
17518
  metadata?: Record<string, unknown> | undefined;
17501
17519
  org_name?: string | undefined;
17520
+ org_slug?: string | undefined;
17502
17521
  category_keys?: string[] | undefined;
17503
17522
  events?: Record<string, unknown> | undefined;
17504
17523
  image_url?: string | undefined;
@@ -17513,7 +17532,6 @@ export declare const agentHealthSchema: z.ZodObject<{
17513
17532
  url?: string | undefined;
17514
17533
  width?: number | undefined;
17515
17534
  } | undefined;
17516
- org_slug?: string | undefined;
17517
17535
  readme_url?: string | undefined;
17518
17536
  screenshot_urls?: string[] | undefined;
17519
17537
  solution_id?: string | undefined;
@@ -17573,6 +17591,7 @@ export declare const agentHealthSchema: z.ZodObject<{
17573
17591
  virtual_path?: string | undefined;
17574
17592
  metadata?: Record<string, unknown> | undefined;
17575
17593
  org_name?: string | undefined;
17594
+ org_slug?: string | undefined;
17576
17595
  category_keys?: string[] | undefined;
17577
17596
  events?: Record<string, unknown> | undefined;
17578
17597
  image_url?: string | undefined;
@@ -17587,7 +17606,6 @@ export declare const agentHealthSchema: z.ZodObject<{
17587
17606
  url?: string | undefined;
17588
17607
  width?: number | undefined;
17589
17608
  } | undefined;
17590
- org_slug?: string | undefined;
17591
17609
  readme_url?: string | undefined;
17592
17610
  screenshot_urls?: string[] | undefined;
17593
17611
  solution_id?: string | undefined;
@@ -18047,6 +18065,7 @@ export declare const agentListResponseSchema: z.ZodObject<{
18047
18065
  virtual_path?: string | undefined;
18048
18066
  metadata?: Record<string, unknown> | undefined;
18049
18067
  org_name?: string | undefined;
18068
+ org_slug?: string | undefined;
18050
18069
  category_keys?: string[] | undefined;
18051
18070
  events?: Record<string, unknown> | undefined;
18052
18071
  image_url?: string | undefined;
@@ -18061,7 +18080,6 @@ export declare const agentListResponseSchema: z.ZodObject<{
18061
18080
  url?: string | undefined;
18062
18081
  width?: number | undefined;
18063
18082
  } | undefined;
18064
- org_slug?: string | undefined;
18065
18083
  readme_url?: string | undefined;
18066
18084
  screenshot_urls?: string[] | undefined;
18067
18085
  solution_id?: string | undefined;
@@ -18109,6 +18127,7 @@ export declare const agentListResponseSchema: z.ZodObject<{
18109
18127
  virtual_path?: string | undefined;
18110
18128
  metadata?: Record<string, unknown> | undefined;
18111
18129
  org_name?: string | undefined;
18130
+ org_slug?: string | undefined;
18112
18131
  category_keys?: string[] | undefined;
18113
18132
  events?: Record<string, unknown> | undefined;
18114
18133
  image_url?: string | undefined;
@@ -18123,7 +18142,6 @@ export declare const agentListResponseSchema: z.ZodObject<{
18123
18142
  url?: string | undefined;
18124
18143
  width?: number | undefined;
18125
18144
  } | undefined;
18126
- org_slug?: string | undefined;
18127
18145
  readme_url?: string | undefined;
18128
18146
  screenshot_urls?: string[] | undefined;
18129
18147
  solution_id?: string | undefined;
@@ -18417,6 +18435,7 @@ export declare const agentListResponseSchema: z.ZodObject<{
18417
18435
  virtual_path?: string | undefined;
18418
18436
  metadata?: Record<string, unknown> | undefined;
18419
18437
  org_name?: string | undefined;
18438
+ org_slug?: string | undefined;
18420
18439
  category_keys?: string[] | undefined;
18421
18440
  events?: Record<string, unknown> | undefined;
18422
18441
  image_url?: string | undefined;
@@ -18431,7 +18450,6 @@ export declare const agentListResponseSchema: z.ZodObject<{
18431
18450
  url?: string | undefined;
18432
18451
  width?: number | undefined;
18433
18452
  } | undefined;
18434
- org_slug?: string | undefined;
18435
18453
  readme_url?: string | undefined;
18436
18454
  screenshot_urls?: string[] | undefined;
18437
18455
  solution_id?: string | undefined;
@@ -18479,6 +18497,7 @@ export declare const agentListResponseSchema: z.ZodObject<{
18479
18497
  virtual_path?: string | undefined;
18480
18498
  metadata?: Record<string, unknown> | undefined;
18481
18499
  org_name?: string | undefined;
18500
+ org_slug?: string | undefined;
18482
18501
  category_keys?: string[] | undefined;
18483
18502
  events?: Record<string, unknown> | undefined;
18484
18503
  image_url?: string | undefined;
@@ -18493,7 +18512,6 @@ export declare const agentListResponseSchema: z.ZodObject<{
18493
18512
  url?: string | undefined;
18494
18513
  width?: number | undefined;
18495
18514
  } | undefined;
18496
- org_slug?: string | undefined;
18497
18515
  readme_url?: string | undefined;
18498
18516
  screenshot_urls?: string[] | undefined;
18499
18517
  solution_id?: string | undefined;
@@ -18584,6 +18602,7 @@ export declare const agentListResponseSchema: z.ZodObject<{
18584
18602
  virtual_path?: string | undefined;
18585
18603
  metadata?: Record<string, unknown> | undefined;
18586
18604
  org_name?: string | undefined;
18605
+ org_slug?: string | undefined;
18587
18606
  category_keys?: string[] | undefined;
18588
18607
  events?: Record<string, unknown> | undefined;
18589
18608
  image_url?: string | undefined;
@@ -18598,7 +18617,6 @@ export declare const agentListResponseSchema: z.ZodObject<{
18598
18617
  url?: string | undefined;
18599
18618
  width?: number | undefined;
18600
18619
  } | undefined;
18601
- org_slug?: string | undefined;
18602
18620
  readme_url?: string | undefined;
18603
18621
  screenshot_urls?: string[] | undefined;
18604
18622
  solution_id?: string | undefined;
@@ -18658,6 +18676,7 @@ export declare const agentListResponseSchema: z.ZodObject<{
18658
18676
  virtual_path?: string | undefined;
18659
18677
  metadata?: Record<string, unknown> | undefined;
18660
18678
  org_name?: string | undefined;
18679
+ org_slug?: string | undefined;
18661
18680
  category_keys?: string[] | undefined;
18662
18681
  events?: Record<string, unknown> | undefined;
18663
18682
  image_url?: string | undefined;
@@ -18672,7 +18691,6 @@ export declare const agentListResponseSchema: z.ZodObject<{
18672
18691
  url?: string | undefined;
18673
18692
  width?: number | undefined;
18674
18693
  } | undefined;
18675
- org_slug?: string | undefined;
18676
18694
  readme_url?: string | undefined;
18677
18695
  screenshot_urls?: string[] | undefined;
18678
18696
  solution_id?: string | undefined;
@@ -18722,6 +18740,7 @@ export declare const agentListResponseSchema: z.ZodObject<{
18722
18740
  virtual_path?: string | undefined;
18723
18741
  metadata?: Record<string, unknown> | undefined;
18724
18742
  org_name?: string | undefined;
18743
+ org_slug?: string | undefined;
18725
18744
  category_keys?: string[] | undefined;
18726
18745
  events?: Record<string, unknown> | undefined;
18727
18746
  image_url?: string | undefined;
@@ -18736,7 +18755,6 @@ export declare const agentListResponseSchema: z.ZodObject<{
18736
18755
  url?: string | undefined;
18737
18756
  width?: number | undefined;
18738
18757
  } | undefined;
18739
- org_slug?: string | undefined;
18740
18758
  readme_url?: string | undefined;
18741
18759
  screenshot_urls?: string[] | undefined;
18742
18760
  solution_id?: string | undefined;
@@ -18796,6 +18814,7 @@ export declare const agentListResponseSchema: z.ZodObject<{
18796
18814
  virtual_path?: string | undefined;
18797
18815
  metadata?: Record<string, unknown> | undefined;
18798
18816
  org_name?: string | undefined;
18817
+ org_slug?: string | undefined;
18799
18818
  category_keys?: string[] | undefined;
18800
18819
  events?: Record<string, unknown> | undefined;
18801
18820
  image_url?: string | undefined;
@@ -18810,7 +18829,6 @@ export declare const agentListResponseSchema: z.ZodObject<{
18810
18829
  url?: string | undefined;
18811
18830
  width?: number | undefined;
18812
18831
  } | undefined;
18813
- org_slug?: string | undefined;
18814
18832
  readme_url?: string | undefined;
18815
18833
  screenshot_urls?: string[] | undefined;
18816
18834
  solution_id?: string | undefined;
@@ -18905,6 +18923,7 @@ export declare const agentListResponseSchema: z.ZodObject<{
18905
18923
  virtual_path?: string | undefined;
18906
18924
  metadata?: Record<string, unknown> | undefined;
18907
18925
  org_name?: string | undefined;
18926
+ org_slug?: string | undefined;
18908
18927
  category_keys?: string[] | undefined;
18909
18928
  events?: Record<string, unknown> | undefined;
18910
18929
  image_url?: string | undefined;
@@ -18919,7 +18938,6 @@ export declare const agentListResponseSchema: z.ZodObject<{
18919
18938
  url?: string | undefined;
18920
18939
  width?: number | undefined;
18921
18940
  } | undefined;
18922
- org_slug?: string | undefined;
18923
18941
  readme_url?: string | undefined;
18924
18942
  screenshot_urls?: string[] | undefined;
18925
18943
  solution_id?: string | undefined;
@@ -18979,6 +18997,7 @@ export declare const agentListResponseSchema: z.ZodObject<{
18979
18997
  virtual_path?: string | undefined;
18980
18998
  metadata?: Record<string, unknown> | undefined;
18981
18999
  org_name?: string | undefined;
19000
+ org_slug?: string | undefined;
18982
19001
  category_keys?: string[] | undefined;
18983
19002
  events?: Record<string, unknown> | undefined;
18984
19003
  image_url?: string | undefined;
@@ -18993,7 +19012,6 @@ export declare const agentListResponseSchema: z.ZodObject<{
18993
19012
  url?: string | undefined;
18994
19013
  width?: number | undefined;
18995
19014
  } | undefined;
18996
- org_slug?: string | undefined;
18997
19015
  readme_url?: string | undefined;
18998
19016
  screenshot_urls?: string[] | undefined;
18999
19017
  solution_id?: string | undefined;
@@ -19081,6 +19099,7 @@ export declare const agentListResponseSchema: z.ZodObject<{
19081
19099
  virtual_path?: string | undefined;
19082
19100
  metadata?: Record<string, unknown> | undefined;
19083
19101
  org_name?: string | undefined;
19102
+ org_slug?: string | undefined;
19084
19103
  category_keys?: string[] | undefined;
19085
19104
  events?: Record<string, unknown> | undefined;
19086
19105
  image_url?: string | undefined;
@@ -19095,7 +19114,6 @@ export declare const agentListResponseSchema: z.ZodObject<{
19095
19114
  url?: string | undefined;
19096
19115
  width?: number | undefined;
19097
19116
  } | undefined;
19098
- org_slug?: string | undefined;
19099
19117
  readme_url?: string | undefined;
19100
19118
  screenshot_urls?: string[] | undefined;
19101
19119
  solution_id?: string | undefined;
@@ -19155,6 +19173,7 @@ export declare const agentListResponseSchema: z.ZodObject<{
19155
19173
  virtual_path?: string | undefined;
19156
19174
  metadata?: Record<string, unknown> | undefined;
19157
19175
  org_name?: string | undefined;
19176
+ org_slug?: string | undefined;
19158
19177
  category_keys?: string[] | undefined;
19159
19178
  events?: Record<string, unknown> | undefined;
19160
19179
  image_url?: string | undefined;
@@ -19169,7 +19188,6 @@ export declare const agentListResponseSchema: z.ZodObject<{
19169
19188
  url?: string | undefined;
19170
19189
  width?: number | undefined;
19171
19190
  } | undefined;
19172
- org_slug?: string | undefined;
19173
19191
  readme_url?: string | undefined;
19174
19192
  screenshot_urls?: string[] | undefined;
19175
19193
  solution_id?: string | undefined;
@@ -19271,6 +19289,7 @@ export declare const agentListResponseSchema: z.ZodObject<{
19271
19289
  virtual_path?: string | undefined;
19272
19290
  metadata?: Record<string, unknown> | undefined;
19273
19291
  org_name?: string | undefined;
19292
+ org_slug?: string | undefined;
19274
19293
  category_keys?: string[] | undefined;
19275
19294
  events?: Record<string, unknown> | undefined;
19276
19295
  image_url?: string | undefined;
@@ -19285,7 +19304,6 @@ export declare const agentListResponseSchema: z.ZodObject<{
19285
19304
  url?: string | undefined;
19286
19305
  width?: number | undefined;
19287
19306
  } | undefined;
19288
- org_slug?: string | undefined;
19289
19307
  readme_url?: string | undefined;
19290
19308
  screenshot_urls?: string[] | undefined;
19291
19309
  solution_id?: string | undefined;
@@ -19345,6 +19363,7 @@ export declare const agentListResponseSchema: z.ZodObject<{
19345
19363
  virtual_path?: string | undefined;
19346
19364
  metadata?: Record<string, unknown> | undefined;
19347
19365
  org_name?: string | undefined;
19366
+ org_slug?: string | undefined;
19348
19367
  category_keys?: string[] | undefined;
19349
19368
  events?: Record<string, unknown> | undefined;
19350
19369
  image_url?: string | undefined;
@@ -19359,7 +19378,6 @@ export declare const agentListResponseSchema: z.ZodObject<{
19359
19378
  url?: string | undefined;
19360
19379
  width?: number | undefined;
19361
19380
  } | undefined;
19362
- org_slug?: string | undefined;
19363
19381
  readme_url?: string | undefined;
19364
19382
  screenshot_urls?: string[] | undefined;
19365
19383
  solution_id?: string | undefined;
@@ -19455,6 +19473,7 @@ export declare const agentListResponseSchema: z.ZodObject<{
19455
19473
  virtual_path?: string | undefined;
19456
19474
  metadata?: Record<string, unknown> | undefined;
19457
19475
  org_name?: string | undefined;
19476
+ org_slug?: string | undefined;
19458
19477
  category_keys?: string[] | undefined;
19459
19478
  events?: Record<string, unknown> | undefined;
19460
19479
  image_url?: string | undefined;
@@ -19469,7 +19488,6 @@ export declare const agentListResponseSchema: z.ZodObject<{
19469
19488
  url?: string | undefined;
19470
19489
  width?: number | undefined;
19471
19490
  } | undefined;
19472
- org_slug?: string | undefined;
19473
19491
  readme_url?: string | undefined;
19474
19492
  screenshot_urls?: string[] | undefined;
19475
19493
  solution_id?: string | undefined;
@@ -19529,6 +19547,7 @@ export declare const agentListResponseSchema: z.ZodObject<{
19529
19547
  virtual_path?: string | undefined;
19530
19548
  metadata?: Record<string, unknown> | undefined;
19531
19549
  org_name?: string | undefined;
19550
+ org_slug?: string | undefined;
19532
19551
  category_keys?: string[] | undefined;
19533
19552
  events?: Record<string, unknown> | undefined;
19534
19553
  image_url?: string | undefined;
@@ -19543,7 +19562,6 @@ export declare const agentListResponseSchema: z.ZodObject<{
19543
19562
  url?: string | undefined;
19544
19563
  width?: number | undefined;
19545
19564
  } | undefined;
19546
- org_slug?: string | undefined;
19547
19565
  readme_url?: string | undefined;
19548
19566
  screenshot_urls?: string[] | undefined;
19549
19567
  solution_id?: string | undefined;
@@ -22800,6 +22818,7 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
22800
22818
  virtual_path?: string | undefined;
22801
22819
  metadata?: Record<string, unknown> | undefined;
22802
22820
  org_name?: string | undefined;
22821
+ org_slug?: string | undefined;
22803
22822
  category_keys?: string[] | undefined;
22804
22823
  events?: Record<string, unknown> | undefined;
22805
22824
  image_url?: string | undefined;
@@ -22814,7 +22833,6 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
22814
22833
  url?: string | undefined;
22815
22834
  width?: number | undefined;
22816
22835
  } | undefined;
22817
- org_slug?: string | undefined;
22818
22836
  readme_url?: string | undefined;
22819
22837
  screenshot_urls?: string[] | undefined;
22820
22838
  solution_id?: string | undefined;
@@ -22862,6 +22880,7 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
22862
22880
  virtual_path?: string | undefined;
22863
22881
  metadata?: Record<string, unknown> | undefined;
22864
22882
  org_name?: string | undefined;
22883
+ org_slug?: string | undefined;
22865
22884
  category_keys?: string[] | undefined;
22866
22885
  events?: Record<string, unknown> | undefined;
22867
22886
  image_url?: string | undefined;
@@ -22876,7 +22895,6 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
22876
22895
  url?: string | undefined;
22877
22896
  width?: number | undefined;
22878
22897
  } | undefined;
22879
- org_slug?: string | undefined;
22880
22898
  readme_url?: string | undefined;
22881
22899
  screenshot_urls?: string[] | undefined;
22882
22900
  solution_id?: string | undefined;
@@ -23170,6 +23188,7 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
23170
23188
  virtual_path?: string | undefined;
23171
23189
  metadata?: Record<string, unknown> | undefined;
23172
23190
  org_name?: string | undefined;
23191
+ org_slug?: string | undefined;
23173
23192
  category_keys?: string[] | undefined;
23174
23193
  events?: Record<string, unknown> | undefined;
23175
23194
  image_url?: string | undefined;
@@ -23184,7 +23203,6 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
23184
23203
  url?: string | undefined;
23185
23204
  width?: number | undefined;
23186
23205
  } | undefined;
23187
- org_slug?: string | undefined;
23188
23206
  readme_url?: string | undefined;
23189
23207
  screenshot_urls?: string[] | undefined;
23190
23208
  solution_id?: string | undefined;
@@ -23232,6 +23250,7 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
23232
23250
  virtual_path?: string | undefined;
23233
23251
  metadata?: Record<string, unknown> | undefined;
23234
23252
  org_name?: string | undefined;
23253
+ org_slug?: string | undefined;
23235
23254
  category_keys?: string[] | undefined;
23236
23255
  events?: Record<string, unknown> | undefined;
23237
23256
  image_url?: string | undefined;
@@ -23246,7 +23265,6 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
23246
23265
  url?: string | undefined;
23247
23266
  width?: number | undefined;
23248
23267
  } | undefined;
23249
- org_slug?: string | undefined;
23250
23268
  readme_url?: string | undefined;
23251
23269
  screenshot_urls?: string[] | undefined;
23252
23270
  solution_id?: string | undefined;
@@ -23337,6 +23355,7 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
23337
23355
  virtual_path?: string | undefined;
23338
23356
  metadata?: Record<string, unknown> | undefined;
23339
23357
  org_name?: string | undefined;
23358
+ org_slug?: string | undefined;
23340
23359
  category_keys?: string[] | undefined;
23341
23360
  events?: Record<string, unknown> | undefined;
23342
23361
  image_url?: string | undefined;
@@ -23351,7 +23370,6 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
23351
23370
  url?: string | undefined;
23352
23371
  width?: number | undefined;
23353
23372
  } | undefined;
23354
- org_slug?: string | undefined;
23355
23373
  readme_url?: string | undefined;
23356
23374
  screenshot_urls?: string[] | undefined;
23357
23375
  solution_id?: string | undefined;
@@ -23411,6 +23429,7 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
23411
23429
  virtual_path?: string | undefined;
23412
23430
  metadata?: Record<string, unknown> | undefined;
23413
23431
  org_name?: string | undefined;
23432
+ org_slug?: string | undefined;
23414
23433
  category_keys?: string[] | undefined;
23415
23434
  events?: Record<string, unknown> | undefined;
23416
23435
  image_url?: string | undefined;
@@ -23425,7 +23444,6 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
23425
23444
  url?: string | undefined;
23426
23445
  width?: number | undefined;
23427
23446
  } | undefined;
23428
- org_slug?: string | undefined;
23429
23447
  readme_url?: string | undefined;
23430
23448
  screenshot_urls?: string[] | undefined;
23431
23449
  solution_id?: string | undefined;
@@ -23475,6 +23493,7 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
23475
23493
  virtual_path?: string | undefined;
23476
23494
  metadata?: Record<string, unknown> | undefined;
23477
23495
  org_name?: string | undefined;
23496
+ org_slug?: string | undefined;
23478
23497
  category_keys?: string[] | undefined;
23479
23498
  events?: Record<string, unknown> | undefined;
23480
23499
  image_url?: string | undefined;
@@ -23489,7 +23508,6 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
23489
23508
  url?: string | undefined;
23490
23509
  width?: number | undefined;
23491
23510
  } | undefined;
23492
- org_slug?: string | undefined;
23493
23511
  readme_url?: string | undefined;
23494
23512
  screenshot_urls?: string[] | undefined;
23495
23513
  solution_id?: string | undefined;
@@ -23549,6 +23567,7 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
23549
23567
  virtual_path?: string | undefined;
23550
23568
  metadata?: Record<string, unknown> | undefined;
23551
23569
  org_name?: string | undefined;
23570
+ org_slug?: string | undefined;
23552
23571
  category_keys?: string[] | undefined;
23553
23572
  events?: Record<string, unknown> | undefined;
23554
23573
  image_url?: string | undefined;
@@ -23563,7 +23582,6 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
23563
23582
  url?: string | undefined;
23564
23583
  width?: number | undefined;
23565
23584
  } | undefined;
23566
- org_slug?: string | undefined;
23567
23585
  readme_url?: string | undefined;
23568
23586
  screenshot_urls?: string[] | undefined;
23569
23587
  solution_id?: string | undefined;
@@ -23658,6 +23676,7 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
23658
23676
  virtual_path?: string | undefined;
23659
23677
  metadata?: Record<string, unknown> | undefined;
23660
23678
  org_name?: string | undefined;
23679
+ org_slug?: string | undefined;
23661
23680
  category_keys?: string[] | undefined;
23662
23681
  events?: Record<string, unknown> | undefined;
23663
23682
  image_url?: string | undefined;
@@ -23672,7 +23691,6 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
23672
23691
  url?: string | undefined;
23673
23692
  width?: number | undefined;
23674
23693
  } | undefined;
23675
- org_slug?: string | undefined;
23676
23694
  readme_url?: string | undefined;
23677
23695
  screenshot_urls?: string[] | undefined;
23678
23696
  solution_id?: string | undefined;
@@ -23732,6 +23750,7 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
23732
23750
  virtual_path?: string | undefined;
23733
23751
  metadata?: Record<string, unknown> | undefined;
23734
23752
  org_name?: string | undefined;
23753
+ org_slug?: string | undefined;
23735
23754
  category_keys?: string[] | undefined;
23736
23755
  events?: Record<string, unknown> | undefined;
23737
23756
  image_url?: string | undefined;
@@ -23746,7 +23765,6 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
23746
23765
  url?: string | undefined;
23747
23766
  width?: number | undefined;
23748
23767
  } | undefined;
23749
- org_slug?: string | undefined;
23750
23768
  readme_url?: string | undefined;
23751
23769
  screenshot_urls?: string[] | undefined;
23752
23770
  solution_id?: string | undefined;
@@ -23834,6 +23852,7 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
23834
23852
  virtual_path?: string | undefined;
23835
23853
  metadata?: Record<string, unknown> | undefined;
23836
23854
  org_name?: string | undefined;
23855
+ org_slug?: string | undefined;
23837
23856
  category_keys?: string[] | undefined;
23838
23857
  events?: Record<string, unknown> | undefined;
23839
23858
  image_url?: string | undefined;
@@ -23848,7 +23867,6 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
23848
23867
  url?: string | undefined;
23849
23868
  width?: number | undefined;
23850
23869
  } | undefined;
23851
- org_slug?: string | undefined;
23852
23870
  readme_url?: string | undefined;
23853
23871
  screenshot_urls?: string[] | undefined;
23854
23872
  solution_id?: string | undefined;
@@ -23908,6 +23926,7 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
23908
23926
  virtual_path?: string | undefined;
23909
23927
  metadata?: Record<string, unknown> | undefined;
23910
23928
  org_name?: string | undefined;
23929
+ org_slug?: string | undefined;
23911
23930
  category_keys?: string[] | undefined;
23912
23931
  events?: Record<string, unknown> | undefined;
23913
23932
  image_url?: string | undefined;
@@ -23922,7 +23941,6 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
23922
23941
  url?: string | undefined;
23923
23942
  width?: number | undefined;
23924
23943
  } | undefined;
23925
- org_slug?: string | undefined;
23926
23944
  readme_url?: string | undefined;
23927
23945
  screenshot_urls?: string[] | undefined;
23928
23946
  solution_id?: string | undefined;
@@ -24219,6 +24237,7 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
24219
24237
  virtual_path?: string | undefined;
24220
24238
  metadata?: Record<string, unknown> | undefined;
24221
24239
  org_name?: string | undefined;
24240
+ org_slug?: string | undefined;
24222
24241
  category_keys?: string[] | undefined;
24223
24242
  events?: Record<string, unknown> | undefined;
24224
24243
  image_url?: string | undefined;
@@ -24233,7 +24252,6 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
24233
24252
  url?: string | undefined;
24234
24253
  width?: number | undefined;
24235
24254
  } | undefined;
24236
- org_slug?: string | undefined;
24237
24255
  readme_url?: string | undefined;
24238
24256
  screenshot_urls?: string[] | undefined;
24239
24257
  solution_id?: string | undefined;
@@ -24281,6 +24299,7 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
24281
24299
  virtual_path?: string | undefined;
24282
24300
  metadata?: Record<string, unknown> | undefined;
24283
24301
  org_name?: string | undefined;
24302
+ org_slug?: string | undefined;
24284
24303
  category_keys?: string[] | undefined;
24285
24304
  events?: Record<string, unknown> | undefined;
24286
24305
  image_url?: string | undefined;
@@ -24295,7 +24314,6 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
24295
24314
  url?: string | undefined;
24296
24315
  width?: number | undefined;
24297
24316
  } | undefined;
24298
- org_slug?: string | undefined;
24299
24317
  readme_url?: string | undefined;
24300
24318
  screenshot_urls?: string[] | undefined;
24301
24319
  solution_id?: string | undefined;
@@ -24714,6 +24732,7 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
24714
24732
  virtual_path?: string | undefined;
24715
24733
  metadata?: Record<string, unknown> | undefined;
24716
24734
  org_name?: string | undefined;
24735
+ org_slug?: string | undefined;
24717
24736
  category_keys?: string[] | undefined;
24718
24737
  events?: Record<string, unknown> | undefined;
24719
24738
  image_url?: string | undefined;
@@ -24728,7 +24747,6 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
24728
24747
  url?: string | undefined;
24729
24748
  width?: number | undefined;
24730
24749
  } | undefined;
24731
- org_slug?: string | undefined;
24732
24750
  readme_url?: string | undefined;
24733
24751
  screenshot_urls?: string[] | undefined;
24734
24752
  solution_id?: string | undefined;
@@ -24875,6 +24893,7 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
24875
24893
  virtual_path?: string | undefined;
24876
24894
  metadata?: Record<string, unknown> | undefined;
24877
24895
  org_name?: string | undefined;
24896
+ org_slug?: string | undefined;
24878
24897
  category_keys?: string[] | undefined;
24879
24898
  events?: Record<string, unknown> | undefined;
24880
24899
  image_url?: string | undefined;
@@ -24889,7 +24908,6 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
24889
24908
  url?: string | undefined;
24890
24909
  width?: number | undefined;
24891
24910
  } | undefined;
24892
- org_slug?: string | undefined;
24893
24911
  readme_url?: string | undefined;
24894
24912
  screenshot_urls?: string[] | undefined;
24895
24913
  solution_id?: string | undefined;
@@ -24949,6 +24967,7 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
24949
24967
  virtual_path?: string | undefined;
24950
24968
  metadata?: Record<string, unknown> | undefined;
24951
24969
  org_name?: string | undefined;
24970
+ org_slug?: string | undefined;
24952
24971
  category_keys?: string[] | undefined;
24953
24972
  events?: Record<string, unknown> | undefined;
24954
24973
  image_url?: string | undefined;
@@ -24963,7 +24982,6 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
24963
24982
  url?: string | undefined;
24964
24983
  width?: number | undefined;
24965
24984
  } | undefined;
24966
- org_slug?: string | undefined;
24967
24985
  readme_url?: string | undefined;
24968
24986
  screenshot_urls?: string[] | undefined;
24969
24987
  solution_id?: string | undefined;
@@ -25016,6 +25034,7 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
25016
25034
  virtual_path?: string | undefined;
25017
25035
  metadata?: Record<string, unknown> | undefined;
25018
25036
  org_name?: string | undefined;
25037
+ org_slug?: string | undefined;
25019
25038
  category_keys?: string[] | undefined;
25020
25039
  events?: Record<string, unknown> | undefined;
25021
25040
  image_url?: string | undefined;
@@ -25030,7 +25049,6 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
25030
25049
  url?: string | undefined;
25031
25050
  width?: number | undefined;
25032
25051
  } | undefined;
25033
- org_slug?: string | undefined;
25034
25052
  readme_url?: string | undefined;
25035
25053
  screenshot_urls?: string[] | undefined;
25036
25054
  solution_id?: string | undefined;
@@ -25177,6 +25195,7 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
25177
25195
  virtual_path?: string | undefined;
25178
25196
  metadata?: Record<string, unknown> | undefined;
25179
25197
  org_name?: string | undefined;
25198
+ org_slug?: string | undefined;
25180
25199
  category_keys?: string[] | undefined;
25181
25200
  events?: Record<string, unknown> | undefined;
25182
25201
  image_url?: string | undefined;
@@ -25191,7 +25210,6 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
25191
25210
  url?: string | undefined;
25192
25211
  width?: number | undefined;
25193
25212
  } | undefined;
25194
- org_slug?: string | undefined;
25195
25213
  readme_url?: string | undefined;
25196
25214
  screenshot_urls?: string[] | undefined;
25197
25215
  solution_id?: string | undefined;
@@ -25251,6 +25269,7 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
25251
25269
  virtual_path?: string | undefined;
25252
25270
  metadata?: Record<string, unknown> | undefined;
25253
25271
  org_name?: string | undefined;
25272
+ org_slug?: string | undefined;
25254
25273
  category_keys?: string[] | undefined;
25255
25274
  events?: Record<string, unknown> | undefined;
25256
25275
  image_url?: string | undefined;
@@ -25265,7 +25284,6 @@ export declare const agentUpgradeResponseSchema: z.ZodObject<{
25265
25284
  url?: string | undefined;
25266
25285
  width?: number | undefined;
25267
25286
  } | undefined;
25268
- org_slug?: string | undefined;
25269
25287
  readme_url?: string | undefined;
25270
25288
  screenshot_urls?: string[] | undefined;
25271
25289
  solution_id?: string | undefined;
@@ -26253,6 +26271,7 @@ export declare const solutionImportResponseSchema: z.ZodObject<{
26253
26271
  virtual_path?: string | undefined;
26254
26272
  metadata?: Record<string, unknown> | undefined;
26255
26273
  org_name?: string | undefined;
26274
+ org_slug?: string | undefined;
26256
26275
  category_keys?: string[] | undefined;
26257
26276
  events?: Record<string, unknown> | undefined;
26258
26277
  image_url?: string | undefined;
@@ -26267,7 +26286,6 @@ export declare const solutionImportResponseSchema: z.ZodObject<{
26267
26286
  url?: string | undefined;
26268
26287
  width?: number | undefined;
26269
26288
  } | undefined;
26270
- org_slug?: string | undefined;
26271
26289
  readme_url?: string | undefined;
26272
26290
  screenshot_urls?: string[] | undefined;
26273
26291
  solution_id?: string | undefined;
@@ -26315,6 +26333,7 @@ export declare const solutionImportResponseSchema: z.ZodObject<{
26315
26333
  virtual_path?: string | undefined;
26316
26334
  metadata?: Record<string, unknown> | undefined;
26317
26335
  org_name?: string | undefined;
26336
+ org_slug?: string | undefined;
26318
26337
  category_keys?: string[] | undefined;
26319
26338
  events?: Record<string, unknown> | undefined;
26320
26339
  image_url?: string | undefined;
@@ -26329,7 +26348,6 @@ export declare const solutionImportResponseSchema: z.ZodObject<{
26329
26348
  url?: string | undefined;
26330
26349
  width?: number | undefined;
26331
26350
  } | undefined;
26332
- org_slug?: string | undefined;
26333
26351
  readme_url?: string | undefined;
26334
26352
  screenshot_urls?: string[] | undefined;
26335
26353
  solution_id?: string | undefined;
@@ -26385,6 +26403,7 @@ export declare const solutionImportResponseSchema: z.ZodObject<{
26385
26403
  virtual_path?: string | undefined;
26386
26404
  metadata?: Record<string, unknown> | undefined;
26387
26405
  org_name?: string | undefined;
26406
+ org_slug?: string | undefined;
26388
26407
  category_keys?: string[] | undefined;
26389
26408
  events?: Record<string, unknown> | undefined;
26390
26409
  image_url?: string | undefined;
@@ -26399,7 +26418,6 @@ export declare const solutionImportResponseSchema: z.ZodObject<{
26399
26418
  url?: string | undefined;
26400
26419
  width?: number | undefined;
26401
26420
  } | undefined;
26402
- org_slug?: string | undefined;
26403
26421
  readme_url?: string | undefined;
26404
26422
  screenshot_urls?: string[] | undefined;
26405
26423
  solution_id?: string | undefined;
@@ -26475,6 +26493,7 @@ export declare const solutionImportResponseSchema: z.ZodObject<{
26475
26493
  virtual_path?: string | undefined;
26476
26494
  metadata?: Record<string, unknown> | undefined;
26477
26495
  org_name?: string | undefined;
26496
+ org_slug?: string | undefined;
26478
26497
  category_keys?: string[] | undefined;
26479
26498
  events?: Record<string, unknown> | undefined;
26480
26499
  image_url?: string | undefined;
@@ -26489,7 +26508,6 @@ export declare const solutionImportResponseSchema: z.ZodObject<{
26489
26508
  url?: string | undefined;
26490
26509
  width?: number | undefined;
26491
26510
  } | undefined;
26492
- org_slug?: string | undefined;
26493
26511
  readme_url?: string | undefined;
26494
26512
  screenshot_urls?: string[] | undefined;
26495
26513
  solution_id?: string | undefined;
@@ -27097,6 +27115,7 @@ export declare const solutionListResponseSchema: z.ZodObject<{
27097
27115
  virtual_path?: string | undefined;
27098
27116
  metadata?: Record<string, unknown> | undefined;
27099
27117
  org_name?: string | undefined;
27118
+ org_slug?: string | undefined;
27100
27119
  category_keys?: string[] | undefined;
27101
27120
  events?: Record<string, unknown> | undefined;
27102
27121
  image_url?: string | undefined;
@@ -27111,7 +27130,6 @@ export declare const solutionListResponseSchema: z.ZodObject<{
27111
27130
  url?: string | undefined;
27112
27131
  width?: number | undefined;
27113
27132
  } | undefined;
27114
- org_slug?: string | undefined;
27115
27133
  readme_url?: string | undefined;
27116
27134
  screenshot_urls?: string[] | undefined;
27117
27135
  solution_id?: string | undefined;
@@ -27159,6 +27177,7 @@ export declare const solutionListResponseSchema: z.ZodObject<{
27159
27177
  virtual_path?: string | undefined;
27160
27178
  metadata?: Record<string, unknown> | undefined;
27161
27179
  org_name?: string | undefined;
27180
+ org_slug?: string | undefined;
27162
27181
  category_keys?: string[] | undefined;
27163
27182
  events?: Record<string, unknown> | undefined;
27164
27183
  image_url?: string | undefined;
@@ -27173,7 +27192,6 @@ export declare const solutionListResponseSchema: z.ZodObject<{
27173
27192
  url?: string | undefined;
27174
27193
  width?: number | undefined;
27175
27194
  } | undefined;
27176
- org_slug?: string | undefined;
27177
27195
  readme_url?: string | undefined;
27178
27196
  screenshot_urls?: string[] | undefined;
27179
27197
  solution_id?: string | undefined;
@@ -27235,6 +27253,7 @@ export declare const solutionListResponseSchema: z.ZodObject<{
27235
27253
  virtual_path?: string | undefined;
27236
27254
  metadata?: Record<string, unknown> | undefined;
27237
27255
  org_name?: string | undefined;
27256
+ org_slug?: string | undefined;
27238
27257
  category_keys?: string[] | undefined;
27239
27258
  events?: Record<string, unknown> | undefined;
27240
27259
  image_url?: string | undefined;
@@ -27249,7 +27268,6 @@ export declare const solutionListResponseSchema: z.ZodObject<{
27249
27268
  url?: string | undefined;
27250
27269
  width?: number | undefined;
27251
27270
  } | undefined;
27252
- org_slug?: string | undefined;
27253
27271
  readme_url?: string | undefined;
27254
27272
  screenshot_urls?: string[] | undefined;
27255
27273
  solution_id?: string | undefined;
@@ -27305,6 +27323,7 @@ export declare const solutionListResponseSchema: z.ZodObject<{
27305
27323
  virtual_path?: string | undefined;
27306
27324
  metadata?: Record<string, unknown> | undefined;
27307
27325
  org_name?: string | undefined;
27326
+ org_slug?: string | undefined;
27308
27327
  category_keys?: string[] | undefined;
27309
27328
  events?: Record<string, unknown> | undefined;
27310
27329
  image_url?: string | undefined;
@@ -27319,7 +27338,6 @@ export declare const solutionListResponseSchema: z.ZodObject<{
27319
27338
  url?: string | undefined;
27320
27339
  width?: number | undefined;
27321
27340
  } | undefined;
27322
- org_slug?: string | undefined;
27323
27341
  readme_url?: string | undefined;
27324
27342
  screenshot_urls?: string[] | undefined;
27325
27343
  solution_id?: string | undefined;
@@ -28110,6 +28128,7 @@ export declare const solutionUpgradeResponseSchema: z.ZodObject<{
28110
28128
  virtual_path?: string | undefined;
28111
28129
  metadata?: Record<string, unknown> | undefined;
28112
28130
  org_name?: string | undefined;
28131
+ org_slug?: string | undefined;
28113
28132
  category_keys?: string[] | undefined;
28114
28133
  events?: Record<string, unknown> | undefined;
28115
28134
  image_url?: string | undefined;
@@ -28124,7 +28143,6 @@ export declare const solutionUpgradeResponseSchema: z.ZodObject<{
28124
28143
  url?: string | undefined;
28125
28144
  width?: number | undefined;
28126
28145
  } | undefined;
28127
- org_slug?: string | undefined;
28128
28146
  readme_url?: string | undefined;
28129
28147
  screenshot_urls?: string[] | undefined;
28130
28148
  solution_id?: string | undefined;
@@ -28172,6 +28190,7 @@ export declare const solutionUpgradeResponseSchema: z.ZodObject<{
28172
28190
  virtual_path?: string | undefined;
28173
28191
  metadata?: Record<string, unknown> | undefined;
28174
28192
  org_name?: string | undefined;
28193
+ org_slug?: string | undefined;
28175
28194
  category_keys?: string[] | undefined;
28176
28195
  events?: Record<string, unknown> | undefined;
28177
28196
  image_url?: string | undefined;
@@ -28186,7 +28205,6 @@ export declare const solutionUpgradeResponseSchema: z.ZodObject<{
28186
28205
  url?: string | undefined;
28187
28206
  width?: number | undefined;
28188
28207
  } | undefined;
28189
- org_slug?: string | undefined;
28190
28208
  readme_url?: string | undefined;
28191
28209
  screenshot_urls?: string[] | undefined;
28192
28210
  solution_id?: string | undefined;
@@ -28438,6 +28456,7 @@ export declare const solutionUpgradeResponseSchema: z.ZodObject<{
28438
28456
  virtual_path?: string | undefined;
28439
28457
  metadata?: Record<string, unknown> | undefined;
28440
28458
  org_name?: string | undefined;
28459
+ org_slug?: string | undefined;
28441
28460
  category_keys?: string[] | undefined;
28442
28461
  events?: Record<string, unknown> | undefined;
28443
28462
  image_url?: string | undefined;
@@ -28452,7 +28471,6 @@ export declare const solutionUpgradeResponseSchema: z.ZodObject<{
28452
28471
  url?: string | undefined;
28453
28472
  width?: number | undefined;
28454
28473
  } | undefined;
28455
- org_slug?: string | undefined;
28456
28474
  readme_url?: string | undefined;
28457
28475
  screenshot_urls?: string[] | undefined;
28458
28476
  solution_id?: string | undefined;
@@ -28550,6 +28568,7 @@ export declare const solutionUpgradeResponseSchema: z.ZodObject<{
28550
28568
  virtual_path?: string | undefined;
28551
28569
  metadata?: Record<string, unknown> | undefined;
28552
28570
  org_name?: string | undefined;
28571
+ org_slug?: string | undefined;
28553
28572
  category_keys?: string[] | undefined;
28554
28573
  events?: Record<string, unknown> | undefined;
28555
28574
  image_url?: string | undefined;
@@ -28564,7 +28583,6 @@ export declare const solutionUpgradeResponseSchema: z.ZodObject<{
28564
28583
  url?: string | undefined;
28565
28584
  width?: number | undefined;
28566
28585
  } | undefined;
28567
- org_slug?: string | undefined;
28568
28586
  readme_url?: string | undefined;
28569
28587
  screenshot_urls?: string[] | undefined;
28570
28588
  solution_id?: string | undefined;