@renai-labs/sdk 0.1.22 → 0.1.23

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.
@@ -1675,337 +1675,6 @@ export declare const zSessionFilesPresignUploadResponse: z.ZodObject<{
1675
1675
  }, z.core.$strip>;
1676
1676
  expiresAt: z.ZodISODateTime;
1677
1677
  }, z.core.$strip>;
1678
- export declare const zAuthRequirementEnvSource: z.ZodObject<{
1679
- kind: z.ZodEnum<{
1680
- skill: "skill";
1681
- mcp: "mcp";
1682
- }>;
1683
- id: z.ZodString;
1684
- name: z.ZodString;
1685
- }, z.core.$strip>;
1686
- export declare const zAuthRequirementEnv: z.ZodUnion<readonly [z.ZodObject<{
1687
- kind: z.ZodDefault<z.ZodOptional<z.ZodLiteral<"env">>>;
1688
- name: z.ZodString;
1689
- description: z.ZodOptional<z.ZodString>;
1690
- satisfied: z.ZodBoolean;
1691
- neededBy: z.ZodArray<z.ZodObject<{
1692
- kind: z.ZodEnum<{
1693
- skill: "skill";
1694
- mcp: "mcp";
1695
- }>;
1696
- id: z.ZodString;
1697
- name: z.ZodString;
1698
- }, z.core.$strip>>;
1699
- }, z.core.$strip>, z.ZodObject<{
1700
- kind: z.ZodLiteral<"secret">;
1701
- name: z.ZodString;
1702
- description: z.ZodOptional<z.ZodString>;
1703
- satisfied: z.ZodBoolean;
1704
- neededBy: z.ZodArray<z.ZodObject<{
1705
- kind: z.ZodEnum<{
1706
- skill: "skill";
1707
- mcp: "mcp";
1708
- }>;
1709
- id: z.ZodString;
1710
- name: z.ZodString;
1711
- }, z.core.$strip>>;
1712
- }, z.core.$strip>, z.ZodObject<{
1713
- kind: z.ZodLiteral<"oauth_app">;
1714
- name: z.ZodString;
1715
- description: z.ZodOptional<z.ZodString>;
1716
- satisfied: z.ZodBoolean;
1717
- neededBy: z.ZodArray<z.ZodObject<{
1718
- kind: z.ZodEnum<{
1719
- skill: "skill";
1720
- mcp: "mcp";
1721
- }>;
1722
- id: z.ZodString;
1723
- name: z.ZodString;
1724
- }, z.core.$strip>>;
1725
- }, z.core.$strip>, z.ZodObject<{
1726
- kind: z.ZodLiteral<"text">;
1727
- name: z.ZodString;
1728
- description: z.ZodOptional<z.ZodString>;
1729
- message: z.ZodString;
1730
- placeholder: z.ZodOptional<z.ZodString>;
1731
- when: z.ZodOptional<z.ZodObject<{
1732
- name: z.ZodString;
1733
- op: z.ZodEnum<{
1734
- eq: "eq";
1735
- neq: "neq";
1736
- }>;
1737
- value: z.ZodString;
1738
- }, z.core.$strip>>;
1739
- satisfied: z.ZodBoolean;
1740
- neededBy: z.ZodArray<z.ZodObject<{
1741
- kind: z.ZodEnum<{
1742
- skill: "skill";
1743
- mcp: "mcp";
1744
- }>;
1745
- id: z.ZodString;
1746
- name: z.ZodString;
1747
- }, z.core.$strip>>;
1748
- }, z.core.$strip>, z.ZodObject<{
1749
- kind: z.ZodLiteral<"select">;
1750
- name: z.ZodString;
1751
- description: z.ZodOptional<z.ZodString>;
1752
- message: z.ZodString;
1753
- options: z.ZodArray<z.ZodObject<{
1754
- label: z.ZodString;
1755
- value: z.ZodString;
1756
- hint: z.ZodOptional<z.ZodString>;
1757
- }, z.core.$strip>>;
1758
- when: z.ZodOptional<z.ZodObject<{
1759
- name: z.ZodString;
1760
- op: z.ZodEnum<{
1761
- eq: "eq";
1762
- neq: "neq";
1763
- }>;
1764
- value: z.ZodString;
1765
- }, z.core.$strip>>;
1766
- satisfied: z.ZodBoolean;
1767
- neededBy: z.ZodArray<z.ZodObject<{
1768
- kind: z.ZodEnum<{
1769
- skill: "skill";
1770
- mcp: "mcp";
1771
- }>;
1772
- id: z.ZodString;
1773
- name: z.ZodString;
1774
- }, z.core.$strip>>;
1775
- }, z.core.$strip>]>;
1776
- export declare const zMcpAuthConfig: z.ZodUnion<readonly [z.ZodObject<{
1777
- type: z.ZodLiteral<"oauth">;
1778
- scopes: z.ZodOptional<z.ZodArray<z.ZodString>>;
1779
- tokenEndpoint: z.ZodOptional<z.ZodString>;
1780
- authorizationEndpoint: z.ZodOptional<z.ZodString>;
1781
- tokenEndpointAuth: z.ZodOptional<z.ZodEnum<{
1782
- none: "none";
1783
- client_secret_basic: "client_secret_basic";
1784
- client_secret_post: "client_secret_post";
1785
- }>>;
1786
- oauthAppName: z.ZodOptional<z.ZodString>;
1787
- }, z.core.$strip>, z.ZodObject<{
1788
- type: z.ZodLiteral<"header">;
1789
- headers: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
1790
- name: z.ZodString;
1791
- template: z.ZodString;
1792
- }, z.core.$strip>>>>;
1793
- queryParams: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
1794
- name: z.ZodString;
1795
- template: z.ZodString;
1796
- }, z.core.$strip>>>>;
1797
- }, z.core.$strip>, z.ZodObject<{
1798
- type: z.ZodLiteral<"api_key">;
1799
- headerName: z.ZodOptional<z.ZodString>;
1800
- queryParam: z.ZodOptional<z.ZodString>;
1801
- }, z.core.$strip>, z.ZodObject<{
1802
- type: z.ZodLiteral<"basic">;
1803
- }, z.core.$strip>, z.ZodObject<{
1804
- type: z.ZodLiteral<"none">;
1805
- }, z.core.$strip>, z.ZodObject<{
1806
- type: z.ZodLiteral<"mcp_provider">;
1807
- provider: z.ZodEnum<{
1808
- composio: "composio";
1809
- }>;
1810
- toolkit: z.ZodString;
1811
- authConfigId: z.ZodString;
1812
- }, z.core.$strip>]>;
1813
- export declare const zAuthRequirementMcp: z.ZodObject<{
1814
- mcpId: z.ZodString;
1815
- slug: z.ZodString;
1816
- name: z.ZodString;
1817
- icon: z.ZodNullable<z.ZodString>;
1818
- authType: z.ZodEnum<{
1819
- basic: "basic";
1820
- oauth: "oauth";
1821
- api_key: "api_key";
1822
- none: "none";
1823
- mcp_provider: "mcp_provider";
1824
- }>;
1825
- authConfig: z.ZodNullable<z.ZodUnion<readonly [z.ZodObject<{
1826
- type: z.ZodLiteral<"oauth">;
1827
- scopes: z.ZodOptional<z.ZodArray<z.ZodString>>;
1828
- tokenEndpoint: z.ZodOptional<z.ZodString>;
1829
- authorizationEndpoint: z.ZodOptional<z.ZodString>;
1830
- tokenEndpointAuth: z.ZodOptional<z.ZodEnum<{
1831
- none: "none";
1832
- client_secret_basic: "client_secret_basic";
1833
- client_secret_post: "client_secret_post";
1834
- }>>;
1835
- oauthAppName: z.ZodOptional<z.ZodString>;
1836
- }, z.core.$strip>, z.ZodObject<{
1837
- type: z.ZodLiteral<"header">;
1838
- headers: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
1839
- name: z.ZodString;
1840
- template: z.ZodString;
1841
- }, z.core.$strip>>>>;
1842
- queryParams: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
1843
- name: z.ZodString;
1844
- template: z.ZodString;
1845
- }, z.core.$strip>>>>;
1846
- }, z.core.$strip>, z.ZodObject<{
1847
- type: z.ZodLiteral<"api_key">;
1848
- headerName: z.ZodOptional<z.ZodString>;
1849
- queryParam: z.ZodOptional<z.ZodString>;
1850
- }, z.core.$strip>, z.ZodObject<{
1851
- type: z.ZodLiteral<"basic">;
1852
- }, z.core.$strip>, z.ZodObject<{
1853
- type: z.ZodLiteral<"none">;
1854
- }, z.core.$strip>, z.ZodObject<{
1855
- type: z.ZodLiteral<"mcp_provider">;
1856
- provider: z.ZodEnum<{
1857
- composio: "composio";
1858
- }>;
1859
- toolkit: z.ZodString;
1860
- authConfigId: z.ZodString;
1861
- }, z.core.$strip>]>>;
1862
- satisfied: z.ZodBoolean;
1863
- neededByAgentIds: z.ZodArray<z.ZodString>;
1864
- }, z.core.$strip>;
1865
- export declare const zAuthRequirements: z.ZodObject<{
1866
- mcps: z.ZodArray<z.ZodObject<{
1867
- mcpId: z.ZodString;
1868
- slug: z.ZodString;
1869
- name: z.ZodString;
1870
- icon: z.ZodNullable<z.ZodString>;
1871
- authType: z.ZodEnum<{
1872
- basic: "basic";
1873
- oauth: "oauth";
1874
- api_key: "api_key";
1875
- none: "none";
1876
- mcp_provider: "mcp_provider";
1877
- }>;
1878
- authConfig: z.ZodNullable<z.ZodUnion<readonly [z.ZodObject<{
1879
- type: z.ZodLiteral<"oauth">;
1880
- scopes: z.ZodOptional<z.ZodArray<z.ZodString>>;
1881
- tokenEndpoint: z.ZodOptional<z.ZodString>;
1882
- authorizationEndpoint: z.ZodOptional<z.ZodString>;
1883
- tokenEndpointAuth: z.ZodOptional<z.ZodEnum<{
1884
- none: "none";
1885
- client_secret_basic: "client_secret_basic";
1886
- client_secret_post: "client_secret_post";
1887
- }>>;
1888
- oauthAppName: z.ZodOptional<z.ZodString>;
1889
- }, z.core.$strip>, z.ZodObject<{
1890
- type: z.ZodLiteral<"header">;
1891
- headers: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
1892
- name: z.ZodString;
1893
- template: z.ZodString;
1894
- }, z.core.$strip>>>>;
1895
- queryParams: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
1896
- name: z.ZodString;
1897
- template: z.ZodString;
1898
- }, z.core.$strip>>>>;
1899
- }, z.core.$strip>, z.ZodObject<{
1900
- type: z.ZodLiteral<"api_key">;
1901
- headerName: z.ZodOptional<z.ZodString>;
1902
- queryParam: z.ZodOptional<z.ZodString>;
1903
- }, z.core.$strip>, z.ZodObject<{
1904
- type: z.ZodLiteral<"basic">;
1905
- }, z.core.$strip>, z.ZodObject<{
1906
- type: z.ZodLiteral<"none">;
1907
- }, z.core.$strip>, z.ZodObject<{
1908
- type: z.ZodLiteral<"mcp_provider">;
1909
- provider: z.ZodEnum<{
1910
- composio: "composio";
1911
- }>;
1912
- toolkit: z.ZodString;
1913
- authConfigId: z.ZodString;
1914
- }, z.core.$strip>]>>;
1915
- satisfied: z.ZodBoolean;
1916
- neededByAgentIds: z.ZodArray<z.ZodString>;
1917
- }, z.core.$strip>>;
1918
- envs: z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
1919
- kind: z.ZodDefault<z.ZodOptional<z.ZodLiteral<"env">>>;
1920
- name: z.ZodString;
1921
- description: z.ZodOptional<z.ZodString>;
1922
- satisfied: z.ZodBoolean;
1923
- neededBy: z.ZodArray<z.ZodObject<{
1924
- kind: z.ZodEnum<{
1925
- skill: "skill";
1926
- mcp: "mcp";
1927
- }>;
1928
- id: z.ZodString;
1929
- name: z.ZodString;
1930
- }, z.core.$strip>>;
1931
- }, z.core.$strip>, z.ZodObject<{
1932
- kind: z.ZodLiteral<"secret">;
1933
- name: z.ZodString;
1934
- description: z.ZodOptional<z.ZodString>;
1935
- satisfied: z.ZodBoolean;
1936
- neededBy: z.ZodArray<z.ZodObject<{
1937
- kind: z.ZodEnum<{
1938
- skill: "skill";
1939
- mcp: "mcp";
1940
- }>;
1941
- id: z.ZodString;
1942
- name: z.ZodString;
1943
- }, z.core.$strip>>;
1944
- }, z.core.$strip>, z.ZodObject<{
1945
- kind: z.ZodLiteral<"oauth_app">;
1946
- name: z.ZodString;
1947
- description: z.ZodOptional<z.ZodString>;
1948
- satisfied: z.ZodBoolean;
1949
- neededBy: z.ZodArray<z.ZodObject<{
1950
- kind: z.ZodEnum<{
1951
- skill: "skill";
1952
- mcp: "mcp";
1953
- }>;
1954
- id: z.ZodString;
1955
- name: z.ZodString;
1956
- }, z.core.$strip>>;
1957
- }, z.core.$strip>, z.ZodObject<{
1958
- kind: z.ZodLiteral<"text">;
1959
- name: z.ZodString;
1960
- description: z.ZodOptional<z.ZodString>;
1961
- message: z.ZodString;
1962
- placeholder: z.ZodOptional<z.ZodString>;
1963
- when: z.ZodOptional<z.ZodObject<{
1964
- name: z.ZodString;
1965
- op: z.ZodEnum<{
1966
- eq: "eq";
1967
- neq: "neq";
1968
- }>;
1969
- value: z.ZodString;
1970
- }, z.core.$strip>>;
1971
- satisfied: z.ZodBoolean;
1972
- neededBy: z.ZodArray<z.ZodObject<{
1973
- kind: z.ZodEnum<{
1974
- skill: "skill";
1975
- mcp: "mcp";
1976
- }>;
1977
- id: z.ZodString;
1978
- name: z.ZodString;
1979
- }, z.core.$strip>>;
1980
- }, z.core.$strip>, z.ZodObject<{
1981
- kind: z.ZodLiteral<"select">;
1982
- name: z.ZodString;
1983
- description: z.ZodOptional<z.ZodString>;
1984
- message: z.ZodString;
1985
- options: z.ZodArray<z.ZodObject<{
1986
- label: z.ZodString;
1987
- value: z.ZodString;
1988
- hint: z.ZodOptional<z.ZodString>;
1989
- }, z.core.$strip>>;
1990
- when: z.ZodOptional<z.ZodObject<{
1991
- name: z.ZodString;
1992
- op: z.ZodEnum<{
1993
- eq: "eq";
1994
- neq: "neq";
1995
- }>;
1996
- value: z.ZodString;
1997
- }, z.core.$strip>>;
1998
- satisfied: z.ZodBoolean;
1999
- neededBy: z.ZodArray<z.ZodObject<{
2000
- kind: z.ZodEnum<{
2001
- skill: "skill";
2002
- mcp: "mcp";
2003
- }>;
2004
- id: z.ZodString;
2005
- name: z.ZodString;
2006
- }, z.core.$strip>>;
2007
- }, z.core.$strip>]>>;
2008
- }, z.core.$strip>;
2009
1678
  export declare const zSessionTracesResponse: z.ZodObject<{
2010
1679
  configured: z.ZodBoolean;
2011
1680
  traces: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
@@ -2071,6 +1740,8 @@ export declare const zOpencodeSession: z.ZodObject<{
2071
1740
  compactingAt: z.ZodNullable<z.ZodISODateTime>;
2072
1741
  }, z.core.$strip>;
2073
1742
  export declare const zSessionCreateStatus: z.ZodUnion<readonly [z.ZodObject<{
1743
+ podId: z.ZodString;
1744
+ projectId: z.ZodNullable<z.ZodString>;
2074
1745
  status: z.ZodLiteral<"pending">;
2075
1746
  phase: z.ZodEnum<{
2076
1747
  "waiting-sandbox": "waiting-sandbox";
@@ -2082,9 +1753,13 @@ export declare const zSessionCreateStatus: z.ZodUnion<readonly [z.ZodObject<{
2082
1753
  finalizing: "finalizing";
2083
1754
  }>;
2084
1755
  }, z.core.$strip>, z.ZodObject<{
1756
+ podId: z.ZodString;
1757
+ projectId: z.ZodNullable<z.ZodString>;
2085
1758
  status: z.ZodLiteral<"ready">;
2086
1759
  sessionId: z.ZodString;
2087
1760
  }, z.core.$strip>, z.ZodObject<{
1761
+ podId: z.ZodString;
1762
+ projectId: z.ZodNullable<z.ZodString>;
2088
1763
  status: z.ZodLiteral<"failed">;
2089
1764
  reason: z.ZodString;
2090
1765
  }, z.core.$strip>]>;
@@ -2234,6 +1909,7 @@ export declare const zProject: z.ZodObject<{
2234
1909
  userId: z.ZodNullable<z.ZodString>;
2235
1910
  podId: z.ZodString;
2236
1911
  name: z.ZodString;
1912
+ icon: z.ZodNullable<z.ZodString>;
2237
1913
  description: z.ZodNullable<z.ZodString>;
2238
1914
  slug: z.ZodString;
2239
1915
  defaultModel: z.ZodNullable<z.ZodString>;
@@ -2472,6 +2148,337 @@ export declare const zPodSandboxProvisionResponse: z.ZodObject<{
2472
2148
  workflowId: z.ZodString;
2473
2149
  status: z.ZodLiteral<"provisioning">;
2474
2150
  }, z.core.$strip>;
2151
+ export declare const zAuthRequirementEnvSource: z.ZodObject<{
2152
+ kind: z.ZodEnum<{
2153
+ skill: "skill";
2154
+ mcp: "mcp";
2155
+ }>;
2156
+ id: z.ZodString;
2157
+ name: z.ZodString;
2158
+ }, z.core.$strip>;
2159
+ export declare const zAuthRequirementEnv: z.ZodUnion<readonly [z.ZodObject<{
2160
+ kind: z.ZodDefault<z.ZodOptional<z.ZodLiteral<"env">>>;
2161
+ name: z.ZodString;
2162
+ description: z.ZodOptional<z.ZodString>;
2163
+ satisfied: z.ZodBoolean;
2164
+ neededBy: z.ZodArray<z.ZodObject<{
2165
+ kind: z.ZodEnum<{
2166
+ skill: "skill";
2167
+ mcp: "mcp";
2168
+ }>;
2169
+ id: z.ZodString;
2170
+ name: z.ZodString;
2171
+ }, z.core.$strip>>;
2172
+ }, z.core.$strip>, z.ZodObject<{
2173
+ kind: z.ZodLiteral<"secret">;
2174
+ name: z.ZodString;
2175
+ description: z.ZodOptional<z.ZodString>;
2176
+ satisfied: z.ZodBoolean;
2177
+ neededBy: z.ZodArray<z.ZodObject<{
2178
+ kind: z.ZodEnum<{
2179
+ skill: "skill";
2180
+ mcp: "mcp";
2181
+ }>;
2182
+ id: z.ZodString;
2183
+ name: z.ZodString;
2184
+ }, z.core.$strip>>;
2185
+ }, z.core.$strip>, z.ZodObject<{
2186
+ kind: z.ZodLiteral<"oauth_app">;
2187
+ name: z.ZodString;
2188
+ description: z.ZodOptional<z.ZodString>;
2189
+ satisfied: z.ZodBoolean;
2190
+ neededBy: z.ZodArray<z.ZodObject<{
2191
+ kind: z.ZodEnum<{
2192
+ skill: "skill";
2193
+ mcp: "mcp";
2194
+ }>;
2195
+ id: z.ZodString;
2196
+ name: z.ZodString;
2197
+ }, z.core.$strip>>;
2198
+ }, z.core.$strip>, z.ZodObject<{
2199
+ kind: z.ZodLiteral<"text">;
2200
+ name: z.ZodString;
2201
+ description: z.ZodOptional<z.ZodString>;
2202
+ message: z.ZodString;
2203
+ placeholder: z.ZodOptional<z.ZodString>;
2204
+ when: z.ZodOptional<z.ZodObject<{
2205
+ name: z.ZodString;
2206
+ op: z.ZodEnum<{
2207
+ eq: "eq";
2208
+ neq: "neq";
2209
+ }>;
2210
+ value: z.ZodString;
2211
+ }, z.core.$strip>>;
2212
+ satisfied: z.ZodBoolean;
2213
+ neededBy: z.ZodArray<z.ZodObject<{
2214
+ kind: z.ZodEnum<{
2215
+ skill: "skill";
2216
+ mcp: "mcp";
2217
+ }>;
2218
+ id: z.ZodString;
2219
+ name: z.ZodString;
2220
+ }, z.core.$strip>>;
2221
+ }, z.core.$strip>, z.ZodObject<{
2222
+ kind: z.ZodLiteral<"select">;
2223
+ name: z.ZodString;
2224
+ description: z.ZodOptional<z.ZodString>;
2225
+ message: z.ZodString;
2226
+ options: z.ZodArray<z.ZodObject<{
2227
+ label: z.ZodString;
2228
+ value: z.ZodString;
2229
+ hint: z.ZodOptional<z.ZodString>;
2230
+ }, z.core.$strip>>;
2231
+ when: z.ZodOptional<z.ZodObject<{
2232
+ name: z.ZodString;
2233
+ op: z.ZodEnum<{
2234
+ eq: "eq";
2235
+ neq: "neq";
2236
+ }>;
2237
+ value: z.ZodString;
2238
+ }, z.core.$strip>>;
2239
+ satisfied: z.ZodBoolean;
2240
+ neededBy: z.ZodArray<z.ZodObject<{
2241
+ kind: z.ZodEnum<{
2242
+ skill: "skill";
2243
+ mcp: "mcp";
2244
+ }>;
2245
+ id: z.ZodString;
2246
+ name: z.ZodString;
2247
+ }, z.core.$strip>>;
2248
+ }, z.core.$strip>]>;
2249
+ export declare const zMcpAuthConfig: z.ZodUnion<readonly [z.ZodObject<{
2250
+ type: z.ZodLiteral<"oauth">;
2251
+ scopes: z.ZodOptional<z.ZodArray<z.ZodString>>;
2252
+ tokenEndpoint: z.ZodOptional<z.ZodString>;
2253
+ authorizationEndpoint: z.ZodOptional<z.ZodString>;
2254
+ tokenEndpointAuth: z.ZodOptional<z.ZodEnum<{
2255
+ none: "none";
2256
+ client_secret_basic: "client_secret_basic";
2257
+ client_secret_post: "client_secret_post";
2258
+ }>>;
2259
+ oauthAppName: z.ZodOptional<z.ZodString>;
2260
+ }, z.core.$strip>, z.ZodObject<{
2261
+ type: z.ZodLiteral<"header">;
2262
+ headers: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
2263
+ name: z.ZodString;
2264
+ template: z.ZodString;
2265
+ }, z.core.$strip>>>>;
2266
+ queryParams: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
2267
+ name: z.ZodString;
2268
+ template: z.ZodString;
2269
+ }, z.core.$strip>>>>;
2270
+ }, z.core.$strip>, z.ZodObject<{
2271
+ type: z.ZodLiteral<"api_key">;
2272
+ headerName: z.ZodOptional<z.ZodString>;
2273
+ queryParam: z.ZodOptional<z.ZodString>;
2274
+ }, z.core.$strip>, z.ZodObject<{
2275
+ type: z.ZodLiteral<"basic">;
2276
+ }, z.core.$strip>, z.ZodObject<{
2277
+ type: z.ZodLiteral<"none">;
2278
+ }, z.core.$strip>, z.ZodObject<{
2279
+ type: z.ZodLiteral<"mcp_provider">;
2280
+ provider: z.ZodEnum<{
2281
+ composio: "composio";
2282
+ }>;
2283
+ toolkit: z.ZodString;
2284
+ authConfigId: z.ZodString;
2285
+ }, z.core.$strip>]>;
2286
+ export declare const zAuthRequirementMcp: z.ZodObject<{
2287
+ mcpId: z.ZodString;
2288
+ slug: z.ZodString;
2289
+ name: z.ZodString;
2290
+ icon: z.ZodNullable<z.ZodString>;
2291
+ authType: z.ZodEnum<{
2292
+ basic: "basic";
2293
+ oauth: "oauth";
2294
+ api_key: "api_key";
2295
+ none: "none";
2296
+ mcp_provider: "mcp_provider";
2297
+ }>;
2298
+ authConfig: z.ZodNullable<z.ZodUnion<readonly [z.ZodObject<{
2299
+ type: z.ZodLiteral<"oauth">;
2300
+ scopes: z.ZodOptional<z.ZodArray<z.ZodString>>;
2301
+ tokenEndpoint: z.ZodOptional<z.ZodString>;
2302
+ authorizationEndpoint: z.ZodOptional<z.ZodString>;
2303
+ tokenEndpointAuth: z.ZodOptional<z.ZodEnum<{
2304
+ none: "none";
2305
+ client_secret_basic: "client_secret_basic";
2306
+ client_secret_post: "client_secret_post";
2307
+ }>>;
2308
+ oauthAppName: z.ZodOptional<z.ZodString>;
2309
+ }, z.core.$strip>, z.ZodObject<{
2310
+ type: z.ZodLiteral<"header">;
2311
+ headers: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
2312
+ name: z.ZodString;
2313
+ template: z.ZodString;
2314
+ }, z.core.$strip>>>>;
2315
+ queryParams: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
2316
+ name: z.ZodString;
2317
+ template: z.ZodString;
2318
+ }, z.core.$strip>>>>;
2319
+ }, z.core.$strip>, z.ZodObject<{
2320
+ type: z.ZodLiteral<"api_key">;
2321
+ headerName: z.ZodOptional<z.ZodString>;
2322
+ queryParam: z.ZodOptional<z.ZodString>;
2323
+ }, z.core.$strip>, z.ZodObject<{
2324
+ type: z.ZodLiteral<"basic">;
2325
+ }, z.core.$strip>, z.ZodObject<{
2326
+ type: z.ZodLiteral<"none">;
2327
+ }, z.core.$strip>, z.ZodObject<{
2328
+ type: z.ZodLiteral<"mcp_provider">;
2329
+ provider: z.ZodEnum<{
2330
+ composio: "composio";
2331
+ }>;
2332
+ toolkit: z.ZodString;
2333
+ authConfigId: z.ZodString;
2334
+ }, z.core.$strip>]>>;
2335
+ satisfied: z.ZodBoolean;
2336
+ neededByAgentIds: z.ZodArray<z.ZodString>;
2337
+ }, z.core.$strip>;
2338
+ export declare const zAuthRequirements: z.ZodObject<{
2339
+ mcps: z.ZodArray<z.ZodObject<{
2340
+ mcpId: z.ZodString;
2341
+ slug: z.ZodString;
2342
+ name: z.ZodString;
2343
+ icon: z.ZodNullable<z.ZodString>;
2344
+ authType: z.ZodEnum<{
2345
+ basic: "basic";
2346
+ oauth: "oauth";
2347
+ api_key: "api_key";
2348
+ none: "none";
2349
+ mcp_provider: "mcp_provider";
2350
+ }>;
2351
+ authConfig: z.ZodNullable<z.ZodUnion<readonly [z.ZodObject<{
2352
+ type: z.ZodLiteral<"oauth">;
2353
+ scopes: z.ZodOptional<z.ZodArray<z.ZodString>>;
2354
+ tokenEndpoint: z.ZodOptional<z.ZodString>;
2355
+ authorizationEndpoint: z.ZodOptional<z.ZodString>;
2356
+ tokenEndpointAuth: z.ZodOptional<z.ZodEnum<{
2357
+ none: "none";
2358
+ client_secret_basic: "client_secret_basic";
2359
+ client_secret_post: "client_secret_post";
2360
+ }>>;
2361
+ oauthAppName: z.ZodOptional<z.ZodString>;
2362
+ }, z.core.$strip>, z.ZodObject<{
2363
+ type: z.ZodLiteral<"header">;
2364
+ headers: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
2365
+ name: z.ZodString;
2366
+ template: z.ZodString;
2367
+ }, z.core.$strip>>>>;
2368
+ queryParams: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
2369
+ name: z.ZodString;
2370
+ template: z.ZodString;
2371
+ }, z.core.$strip>>>>;
2372
+ }, z.core.$strip>, z.ZodObject<{
2373
+ type: z.ZodLiteral<"api_key">;
2374
+ headerName: z.ZodOptional<z.ZodString>;
2375
+ queryParam: z.ZodOptional<z.ZodString>;
2376
+ }, z.core.$strip>, z.ZodObject<{
2377
+ type: z.ZodLiteral<"basic">;
2378
+ }, z.core.$strip>, z.ZodObject<{
2379
+ type: z.ZodLiteral<"none">;
2380
+ }, z.core.$strip>, z.ZodObject<{
2381
+ type: z.ZodLiteral<"mcp_provider">;
2382
+ provider: z.ZodEnum<{
2383
+ composio: "composio";
2384
+ }>;
2385
+ toolkit: z.ZodString;
2386
+ authConfigId: z.ZodString;
2387
+ }, z.core.$strip>]>>;
2388
+ satisfied: z.ZodBoolean;
2389
+ neededByAgentIds: z.ZodArray<z.ZodString>;
2390
+ }, z.core.$strip>>;
2391
+ envs: z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
2392
+ kind: z.ZodDefault<z.ZodOptional<z.ZodLiteral<"env">>>;
2393
+ name: z.ZodString;
2394
+ description: z.ZodOptional<z.ZodString>;
2395
+ satisfied: z.ZodBoolean;
2396
+ neededBy: z.ZodArray<z.ZodObject<{
2397
+ kind: z.ZodEnum<{
2398
+ skill: "skill";
2399
+ mcp: "mcp";
2400
+ }>;
2401
+ id: z.ZodString;
2402
+ name: z.ZodString;
2403
+ }, z.core.$strip>>;
2404
+ }, z.core.$strip>, z.ZodObject<{
2405
+ kind: z.ZodLiteral<"secret">;
2406
+ name: z.ZodString;
2407
+ description: z.ZodOptional<z.ZodString>;
2408
+ satisfied: z.ZodBoolean;
2409
+ neededBy: z.ZodArray<z.ZodObject<{
2410
+ kind: z.ZodEnum<{
2411
+ skill: "skill";
2412
+ mcp: "mcp";
2413
+ }>;
2414
+ id: z.ZodString;
2415
+ name: z.ZodString;
2416
+ }, z.core.$strip>>;
2417
+ }, z.core.$strip>, z.ZodObject<{
2418
+ kind: z.ZodLiteral<"oauth_app">;
2419
+ name: z.ZodString;
2420
+ description: z.ZodOptional<z.ZodString>;
2421
+ satisfied: z.ZodBoolean;
2422
+ neededBy: z.ZodArray<z.ZodObject<{
2423
+ kind: z.ZodEnum<{
2424
+ skill: "skill";
2425
+ mcp: "mcp";
2426
+ }>;
2427
+ id: z.ZodString;
2428
+ name: z.ZodString;
2429
+ }, z.core.$strip>>;
2430
+ }, z.core.$strip>, z.ZodObject<{
2431
+ kind: z.ZodLiteral<"text">;
2432
+ name: z.ZodString;
2433
+ description: z.ZodOptional<z.ZodString>;
2434
+ message: z.ZodString;
2435
+ placeholder: z.ZodOptional<z.ZodString>;
2436
+ when: z.ZodOptional<z.ZodObject<{
2437
+ name: z.ZodString;
2438
+ op: z.ZodEnum<{
2439
+ eq: "eq";
2440
+ neq: "neq";
2441
+ }>;
2442
+ value: z.ZodString;
2443
+ }, z.core.$strip>>;
2444
+ satisfied: z.ZodBoolean;
2445
+ neededBy: z.ZodArray<z.ZodObject<{
2446
+ kind: z.ZodEnum<{
2447
+ skill: "skill";
2448
+ mcp: "mcp";
2449
+ }>;
2450
+ id: z.ZodString;
2451
+ name: z.ZodString;
2452
+ }, z.core.$strip>>;
2453
+ }, z.core.$strip>, z.ZodObject<{
2454
+ kind: z.ZodLiteral<"select">;
2455
+ name: z.ZodString;
2456
+ description: z.ZodOptional<z.ZodString>;
2457
+ message: z.ZodString;
2458
+ options: z.ZodArray<z.ZodObject<{
2459
+ label: z.ZodString;
2460
+ value: z.ZodString;
2461
+ hint: z.ZodOptional<z.ZodString>;
2462
+ }, z.core.$strip>>;
2463
+ when: z.ZodOptional<z.ZodObject<{
2464
+ name: z.ZodString;
2465
+ op: z.ZodEnum<{
2466
+ eq: "eq";
2467
+ neq: "neq";
2468
+ }>;
2469
+ value: z.ZodString;
2470
+ }, z.core.$strip>>;
2471
+ satisfied: z.ZodBoolean;
2472
+ neededBy: z.ZodArray<z.ZodObject<{
2473
+ kind: z.ZodEnum<{
2474
+ skill: "skill";
2475
+ mcp: "mcp";
2476
+ }>;
2477
+ id: z.ZodString;
2478
+ name: z.ZodString;
2479
+ }, z.core.$strip>>;
2480
+ }, z.core.$strip>]>>;
2481
+ }, z.core.$strip>;
2475
2482
  export declare const zPodResolvedCredential: z.ZodObject<{
2476
2483
  credentialId: z.ZodString;
2477
2484
  name: z.ZodString;
@@ -2526,6 +2533,7 @@ export declare const zPresetTemplate: z.ZodEnum<{
2526
2533
  export declare const zPod: z.ZodObject<{
2527
2534
  id: z.ZodString;
2528
2535
  name: z.ZodString;
2536
+ icon: z.ZodNullable<z.ZodString>;
2529
2537
  slug: z.ZodString;
2530
2538
  description: z.ZodNullable<z.ZodString>;
2531
2539
  isPrivate: z.ZodBoolean;
@@ -2551,6 +2559,7 @@ export declare const zPodWithSandbox: z.ZodObject<{
2551
2559
  pod: z.ZodObject<{
2552
2560
  id: z.ZodString;
2553
2561
  name: z.ZodString;
2562
+ icon: z.ZodNullable<z.ZodString>;
2554
2563
  slug: z.ZodString;
2555
2564
  description: z.ZodNullable<z.ZodString>;
2556
2565
  isPrivate: z.ZodBoolean;
@@ -14621,6 +14630,7 @@ export declare const zPodListQuery: z.ZodObject<{
14621
14630
  export declare const zPodListResponse: z.ZodArray<z.ZodObject<{
14622
14631
  id: z.ZodString;
14623
14632
  name: z.ZodString;
14633
+ icon: z.ZodNullable<z.ZodString>;
14624
14634
  slug: z.ZodString;
14625
14635
  description: z.ZodNullable<z.ZodString>;
14626
14636
  isPrivate: z.ZodBoolean;
@@ -14644,6 +14654,7 @@ export declare const zPodListResponse: z.ZodArray<z.ZodObject<{
14644
14654
  }, z.core.$strip>>;
14645
14655
  export declare const zPodCreateBody: z.ZodObject<{
14646
14656
  name: z.ZodString;
14657
+ icon: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
14647
14658
  environmentId: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
14648
14659
  description: z.ZodDefault<z.ZodOptional<z.ZodString>>;
14649
14660
  instructions: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -14670,6 +14681,7 @@ export declare const zPodCreateResponse: z.ZodObject<{
14670
14681
  pod: z.ZodObject<{
14671
14682
  id: z.ZodString;
14672
14683
  name: z.ZodString;
14684
+ icon: z.ZodNullable<z.ZodString>;
14673
14685
  slug: z.ZodString;
14674
14686
  description: z.ZodNullable<z.ZodString>;
14675
14687
  isPrivate: z.ZodBoolean;
@@ -14715,6 +14727,7 @@ export declare const zPodGetPath: z.ZodObject<{
14715
14727
  export declare const zPodGetResponse: z.ZodObject<{
14716
14728
  id: z.ZodString;
14717
14729
  name: z.ZodString;
14730
+ icon: z.ZodNullable<z.ZodString>;
14718
14731
  slug: z.ZodString;
14719
14732
  description: z.ZodNullable<z.ZodString>;
14720
14733
  isPrivate: z.ZodBoolean;
@@ -14738,6 +14751,7 @@ export declare const zPodGetResponse: z.ZodObject<{
14738
14751
  }, z.core.$strip>;
14739
14752
  export declare const zPodUpdateBody: z.ZodObject<{
14740
14753
  name: z.ZodOptional<z.ZodString>;
14754
+ icon: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14741
14755
  description: z.ZodOptional<z.ZodString>;
14742
14756
  isPrivate: z.ZodOptional<z.ZodBoolean>;
14743
14757
  environmentId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -14760,6 +14774,7 @@ export declare const zPodUpdatePath: z.ZodObject<{
14760
14774
  export declare const zPodUpdateResponse: z.ZodObject<{
14761
14775
  id: z.ZodString;
14762
14776
  name: z.ZodString;
14777
+ icon: z.ZodNullable<z.ZodString>;
14763
14778
  slug: z.ZodString;
14764
14779
  description: z.ZodNullable<z.ZodString>;
14765
14780
  isPrivate: z.ZodBoolean;
@@ -14845,6 +14860,7 @@ export declare const zPodArchivePath: z.ZodObject<{
14845
14860
  export declare const zPodArchiveResponse: z.ZodObject<{
14846
14861
  id: z.ZodString;
14847
14862
  name: z.ZodString;
14863
+ icon: z.ZodNullable<z.ZodString>;
14848
14864
  slug: z.ZodString;
14849
14865
  description: z.ZodNullable<z.ZodString>;
14850
14866
  isPrivate: z.ZodBoolean;
@@ -14949,6 +14965,156 @@ export declare const zPodCredentialListResponse: z.ZodObject<{
14949
14965
  shadowed: z.ZodBoolean;
14950
14966
  }, z.core.$strip>>;
14951
14967
  }, z.core.$strip>;
14968
+ export declare const zPodAuthRequirementsPath: z.ZodObject<{
14969
+ id: z.ZodString;
14970
+ }, z.core.$strip>;
14971
+ /**
14972
+ * Required credentials and whether each is satisfied
14973
+ */
14974
+ export declare const zPodAuthRequirementsResponse: z.ZodObject<{
14975
+ mcps: z.ZodArray<z.ZodObject<{
14976
+ mcpId: z.ZodString;
14977
+ slug: z.ZodString;
14978
+ name: z.ZodString;
14979
+ icon: z.ZodNullable<z.ZodString>;
14980
+ authType: z.ZodEnum<{
14981
+ basic: "basic";
14982
+ oauth: "oauth";
14983
+ api_key: "api_key";
14984
+ none: "none";
14985
+ mcp_provider: "mcp_provider";
14986
+ }>;
14987
+ authConfig: z.ZodNullable<z.ZodUnion<readonly [z.ZodObject<{
14988
+ type: z.ZodLiteral<"oauth">;
14989
+ scopes: z.ZodOptional<z.ZodArray<z.ZodString>>;
14990
+ tokenEndpoint: z.ZodOptional<z.ZodString>;
14991
+ authorizationEndpoint: z.ZodOptional<z.ZodString>;
14992
+ tokenEndpointAuth: z.ZodOptional<z.ZodEnum<{
14993
+ none: "none";
14994
+ client_secret_basic: "client_secret_basic";
14995
+ client_secret_post: "client_secret_post";
14996
+ }>>;
14997
+ oauthAppName: z.ZodOptional<z.ZodString>;
14998
+ }, z.core.$strip>, z.ZodObject<{
14999
+ type: z.ZodLiteral<"header">;
15000
+ headers: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
15001
+ name: z.ZodString;
15002
+ template: z.ZodString;
15003
+ }, z.core.$strip>>>>;
15004
+ queryParams: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
15005
+ name: z.ZodString;
15006
+ template: z.ZodString;
15007
+ }, z.core.$strip>>>>;
15008
+ }, z.core.$strip>, z.ZodObject<{
15009
+ type: z.ZodLiteral<"api_key">;
15010
+ headerName: z.ZodOptional<z.ZodString>;
15011
+ queryParam: z.ZodOptional<z.ZodString>;
15012
+ }, z.core.$strip>, z.ZodObject<{
15013
+ type: z.ZodLiteral<"basic">;
15014
+ }, z.core.$strip>, z.ZodObject<{
15015
+ type: z.ZodLiteral<"none">;
15016
+ }, z.core.$strip>, z.ZodObject<{
15017
+ type: z.ZodLiteral<"mcp_provider">;
15018
+ provider: z.ZodEnum<{
15019
+ composio: "composio";
15020
+ }>;
15021
+ toolkit: z.ZodString;
15022
+ authConfigId: z.ZodString;
15023
+ }, z.core.$strip>]>>;
15024
+ satisfied: z.ZodBoolean;
15025
+ neededByAgentIds: z.ZodArray<z.ZodString>;
15026
+ }, z.core.$strip>>;
15027
+ envs: z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
15028
+ kind: z.ZodDefault<z.ZodOptional<z.ZodLiteral<"env">>>;
15029
+ name: z.ZodString;
15030
+ description: z.ZodOptional<z.ZodString>;
15031
+ satisfied: z.ZodBoolean;
15032
+ neededBy: z.ZodArray<z.ZodObject<{
15033
+ kind: z.ZodEnum<{
15034
+ skill: "skill";
15035
+ mcp: "mcp";
15036
+ }>;
15037
+ id: z.ZodString;
15038
+ name: z.ZodString;
15039
+ }, z.core.$strip>>;
15040
+ }, z.core.$strip>, z.ZodObject<{
15041
+ kind: z.ZodLiteral<"secret">;
15042
+ name: z.ZodString;
15043
+ description: z.ZodOptional<z.ZodString>;
15044
+ satisfied: z.ZodBoolean;
15045
+ neededBy: z.ZodArray<z.ZodObject<{
15046
+ kind: z.ZodEnum<{
15047
+ skill: "skill";
15048
+ mcp: "mcp";
15049
+ }>;
15050
+ id: z.ZodString;
15051
+ name: z.ZodString;
15052
+ }, z.core.$strip>>;
15053
+ }, z.core.$strip>, z.ZodObject<{
15054
+ kind: z.ZodLiteral<"oauth_app">;
15055
+ name: z.ZodString;
15056
+ description: z.ZodOptional<z.ZodString>;
15057
+ satisfied: z.ZodBoolean;
15058
+ neededBy: z.ZodArray<z.ZodObject<{
15059
+ kind: z.ZodEnum<{
15060
+ skill: "skill";
15061
+ mcp: "mcp";
15062
+ }>;
15063
+ id: z.ZodString;
15064
+ name: z.ZodString;
15065
+ }, z.core.$strip>>;
15066
+ }, z.core.$strip>, z.ZodObject<{
15067
+ kind: z.ZodLiteral<"text">;
15068
+ name: z.ZodString;
15069
+ description: z.ZodOptional<z.ZodString>;
15070
+ message: z.ZodString;
15071
+ placeholder: z.ZodOptional<z.ZodString>;
15072
+ when: z.ZodOptional<z.ZodObject<{
15073
+ name: z.ZodString;
15074
+ op: z.ZodEnum<{
15075
+ eq: "eq";
15076
+ neq: "neq";
15077
+ }>;
15078
+ value: z.ZodString;
15079
+ }, z.core.$strip>>;
15080
+ satisfied: z.ZodBoolean;
15081
+ neededBy: z.ZodArray<z.ZodObject<{
15082
+ kind: z.ZodEnum<{
15083
+ skill: "skill";
15084
+ mcp: "mcp";
15085
+ }>;
15086
+ id: z.ZodString;
15087
+ name: z.ZodString;
15088
+ }, z.core.$strip>>;
15089
+ }, z.core.$strip>, z.ZodObject<{
15090
+ kind: z.ZodLiteral<"select">;
15091
+ name: z.ZodString;
15092
+ description: z.ZodOptional<z.ZodString>;
15093
+ message: z.ZodString;
15094
+ options: z.ZodArray<z.ZodObject<{
15095
+ label: z.ZodString;
15096
+ value: z.ZodString;
15097
+ hint: z.ZodOptional<z.ZodString>;
15098
+ }, z.core.$strip>>;
15099
+ when: z.ZodOptional<z.ZodObject<{
15100
+ name: z.ZodString;
15101
+ op: z.ZodEnum<{
15102
+ eq: "eq";
15103
+ neq: "neq";
15104
+ }>;
15105
+ value: z.ZodString;
15106
+ }, z.core.$strip>>;
15107
+ satisfied: z.ZodBoolean;
15108
+ neededBy: z.ZodArray<z.ZodObject<{
15109
+ kind: z.ZodEnum<{
15110
+ skill: "skill";
15111
+ mcp: "mcp";
15112
+ }>;
15113
+ id: z.ZodString;
15114
+ name: z.ZodString;
15115
+ }, z.core.$strip>>;
15116
+ }, z.core.$strip>]>>;
15117
+ }, z.core.$strip>;
14952
15118
  export declare const zPodSandboxProvisionPath: z.ZodObject<{
14953
15119
  podId: z.ZodString;
14954
15120
  }, z.core.$strip>;
@@ -15255,6 +15421,7 @@ export declare const zProjectListResponse: z.ZodArray<z.ZodObject<{
15255
15421
  userId: z.ZodNullable<z.ZodString>;
15256
15422
  podId: z.ZodString;
15257
15423
  name: z.ZodString;
15424
+ icon: z.ZodNullable<z.ZodString>;
15258
15425
  description: z.ZodNullable<z.ZodString>;
15259
15426
  slug: z.ZodString;
15260
15427
  defaultModel: z.ZodNullable<z.ZodString>;
@@ -15410,6 +15577,7 @@ export declare const zProjectListResponse: z.ZodArray<z.ZodObject<{
15410
15577
  export declare const zProjectCreateBody: z.ZodObject<{
15411
15578
  podId: z.ZodString;
15412
15579
  name: z.ZodString;
15580
+ icon: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
15413
15581
  description: z.ZodDefault<z.ZodOptional<z.ZodString>>;
15414
15582
  instructions: z.ZodDefault<z.ZodOptional<z.ZodString>>;
15415
15583
  permission: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
@@ -15571,6 +15739,7 @@ export declare const zProjectCreateResponse: z.ZodObject<{
15571
15739
  userId: z.ZodNullable<z.ZodString>;
15572
15740
  podId: z.ZodString;
15573
15741
  name: z.ZodString;
15742
+ icon: z.ZodNullable<z.ZodString>;
15574
15743
  description: z.ZodNullable<z.ZodString>;
15575
15744
  slug: z.ZodString;
15576
15745
  defaultModel: z.ZodNullable<z.ZodString>;
@@ -15735,6 +15904,7 @@ export declare const zProjectGetResponse: z.ZodObject<{
15735
15904
  userId: z.ZodNullable<z.ZodString>;
15736
15905
  podId: z.ZodString;
15737
15906
  name: z.ZodString;
15907
+ icon: z.ZodNullable<z.ZodString>;
15738
15908
  description: z.ZodNullable<z.ZodString>;
15739
15909
  slug: z.ZodString;
15740
15910
  defaultModel: z.ZodNullable<z.ZodString>;
@@ -15889,6 +16059,7 @@ export declare const zProjectGetResponse: z.ZodObject<{
15889
16059
  }, z.core.$strip>;
15890
16060
  export declare const zProjectUpdateBody: z.ZodObject<{
15891
16061
  name: z.ZodOptional<z.ZodString>;
16062
+ icon: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15892
16063
  description: z.ZodOptional<z.ZodString>;
15893
16064
  permission: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
15894
16065
  __originalKeys: z.ZodOptional<z.ZodArray<z.ZodString>>;
@@ -16049,6 +16220,7 @@ export declare const zProjectUpdateResponse: z.ZodObject<{
16049
16220
  userId: z.ZodNullable<z.ZodString>;
16050
16221
  podId: z.ZodString;
16051
16222
  name: z.ZodString;
16223
+ icon: z.ZodNullable<z.ZodString>;
16052
16224
  description: z.ZodNullable<z.ZodString>;
16053
16225
  slug: z.ZodString;
16054
16226
  defaultModel: z.ZodNullable<z.ZodString>;
@@ -16556,6 +16728,7 @@ export declare const zProjectArchiveResponse: z.ZodObject<{
16556
16728
  userId: z.ZodNullable<z.ZodString>;
16557
16729
  podId: z.ZodString;
16558
16730
  name: z.ZodString;
16731
+ icon: z.ZodNullable<z.ZodString>;
16559
16732
  description: z.ZodNullable<z.ZodString>;
16560
16733
  slug: z.ZodString;
16561
16734
  defaultModel: z.ZodNullable<z.ZodString>;
@@ -17201,6 +17374,8 @@ export declare const zSessionCreateStatusPath: z.ZodObject<{
17201
17374
  * Session creation job status
17202
17375
  */
17203
17376
  export declare const zSessionCreateStatusResponse: z.ZodUnion<readonly [z.ZodObject<{
17377
+ podId: z.ZodString;
17378
+ projectId: z.ZodNullable<z.ZodString>;
17204
17379
  status: z.ZodLiteral<"pending">;
17205
17380
  phase: z.ZodEnum<{
17206
17381
  "waiting-sandbox": "waiting-sandbox";
@@ -17212,9 +17387,13 @@ export declare const zSessionCreateStatusResponse: z.ZodUnion<readonly [z.ZodObj
17212
17387
  finalizing: "finalizing";
17213
17388
  }>;
17214
17389
  }, z.core.$strip>, z.ZodObject<{
17390
+ podId: z.ZodString;
17391
+ projectId: z.ZodNullable<z.ZodString>;
17215
17392
  status: z.ZodLiteral<"ready">;
17216
17393
  sessionId: z.ZodString;
17217
17394
  }, z.core.$strip>, z.ZodObject<{
17395
+ podId: z.ZodString;
17396
+ projectId: z.ZodNullable<z.ZodString>;
17218
17397
  status: z.ZodLiteral<"failed">;
17219
17398
  reason: z.ZodString;
17220
17399
  }, z.core.$strip>]>;