@lovable.dev/sdk 1.7.0 → 1.7.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/schemas.d.ts CHANGED
@@ -350,6 +350,7 @@ declare const PublicV1ProjectRemixInputBodySchema: z$1.ZodObject<{
350
350
  description: z$1.ZodOptional<z$1.ZodString>;
351
351
  display_name: z$1.ZodOptional<z$1.ZodString>;
352
352
  include_custom_knowledge: z$1.ZodOptional<z$1.ZodBoolean>;
353
+ include_files: z$1.ZodOptional<z$1.ZodBoolean>;
353
354
  include_history: z$1.ZodOptional<z$1.ZodBoolean>;
354
355
  initial_message: z$1.ZodOptional<z$1.ZodString>;
355
356
  message_id: z$1.ZodOptional<z$1.ZodString>;
@@ -512,6 +513,7 @@ declare const SearchProjectItemSchema: z$1.ZodObject<{
512
513
  app_visitors_30d: z$1.ZodOptional<z$1.ZodNumber>;
513
514
  app_visitors_7d: z$1.ZodOptional<z$1.ZodNumber>;
514
515
  category: z$1.ZodOptional<z$1.ZodString>;
516
+ commit_time: z$1.ZodOptional<z$1.ZodISODateTime>;
515
517
  created_at: z$1.ZodOptional<z$1.ZodISODateTime>;
516
518
  created_by: z$1.ZodOptional<z$1.ZodString>;
517
519
  deleted_at: z$1.ZodOptional<z$1.ZodISODateTime>;
@@ -577,6 +579,7 @@ declare const SearchWorkspaceProjectsResponseSchema: z$1.ZodObject<{
577
579
  app_visitors_30d: z$1.ZodOptional<z$1.ZodNumber>;
578
580
  app_visitors_7d: z$1.ZodOptional<z$1.ZodNumber>;
579
581
  category: z$1.ZodOptional<z$1.ZodString>;
582
+ commit_time: z$1.ZodOptional<z$1.ZodISODateTime>;
580
583
  created_at: z$1.ZodOptional<z$1.ZodISODateTime>;
581
584
  created_by: z$1.ZodOptional<z$1.ZodString>;
582
585
  deleted_at: z$1.ZodOptional<z$1.ZodISODateTime>;
@@ -1271,11 +1274,11 @@ declare const StandardConnectorApiSchema: z$1.ZodObject<{
1271
1274
  display_name: z$1.ZodString;
1272
1275
  documentation_url: z$1.ZodString;
1273
1276
  has_connections: z$1.ZodBoolean;
1274
- has_metered_option: z$1.ZodOptional<z$1.ZodBoolean>;
1275
1277
  id: z$1.ZodString;
1276
1278
  is_enabled_for_workspace: z$1.ZodBoolean;
1277
1279
  is_new: z$1.ZodOptional<z$1.ZodBoolean>;
1278
1280
  logo_url: z$1.ZodOptional<z$1.ZodString>;
1281
+ pricing_url: z$1.ZodOptional<z$1.ZodString>;
1279
1282
  promotion: z$1.ZodOptional<z$1.ZodObject<{
1280
1283
  help_link: z$1.ZodString;
1281
1284
  link: z$1.ZodString;
@@ -1289,6 +1292,7 @@ declare const StandardConnectorApiSchema: z$1.ZodObject<{
1289
1292
  native: "native";
1290
1293
  user_defined: "user_defined";
1291
1294
  }>>;
1295
+ supports_inbound: z$1.ZodOptional<z$1.ZodBoolean>;
1292
1296
  terms_url: z$1.ZodOptional<z$1.ZodString>;
1293
1297
  vendor: z$1.ZodOptional<z$1.ZodEnum<{
1294
1298
  google: "google";
@@ -1315,6 +1319,7 @@ declare const V1AddConnectorInputBodySchema: z$1.ZodObject<{
1315
1319
  relay_service_name: z$1.ZodOptional<z$1.ZodString>;
1316
1320
  token: z$1.ZodOptional<z$1.ZodString>;
1317
1321
  url: z$1.ZodOptional<z$1.ZodString>;
1322
+ use_egress_proxy: z$1.ZodOptional<z$1.ZodBoolean>;
1318
1323
  }, z$1.core.$strip>;
1319
1324
  declare const V1AvailableConnectorEntrySchema: z$1.ZodObject<{
1320
1325
  category: z$1.ZodString;
@@ -1329,20 +1334,6 @@ declare const V1AwaitingInputSummarySchema: z$1.ZodObject<{
1329
1334
  input_schema: z$1.ZodOptional<z$1.ZodUnknown>;
1330
1335
  prev_session_id: z$1.ZodOptional<z$1.ZodString>;
1331
1336
  }, z$1.core.$strip>;
1332
- declare const V1AiResponseSummarySchema: z$1.ZodObject<{
1333
- awaiting_input: z$1.ZodOptional<z$1.ZodObject<{
1334
- event_id: z$1.ZodString;
1335
- input_schema: z$1.ZodOptional<z$1.ZodUnknown>;
1336
- prev_session_id: z$1.ZodOptional<z$1.ZodString>;
1337
- }, z$1.core.$strip>>;
1338
- commit_sha: z$1.ZodOptional<z$1.ZodString>;
1339
- content: z$1.ZodString;
1340
- cost_credits: z$1.ZodOptional<z$1.ZodNumber>;
1341
- edit_id: z$1.ZodOptional<z$1.ZodString>;
1342
- message_id: z$1.ZodString;
1343
- status: z$1.ZodString;
1344
- summary: z$1.ZodOptional<z$1.ZodString>;
1345
- }, z$1.core.$strip>;
1346
1337
  declare const V1BillingCreditLimitRowSchema: z$1.ZodObject<{
1347
1338
  monthly_credit_limit: z$1.ZodOptional<z$1.ZodNumber>;
1348
1339
  user_id: z$1.ZodString;
@@ -1837,11 +1828,11 @@ declare const V1ListStandardConnectorsResponseSchema: z$1.ZodObject<{
1837
1828
  display_name: z$1.ZodString;
1838
1829
  documentation_url: z$1.ZodString;
1839
1830
  has_connections: z$1.ZodBoolean;
1840
- has_metered_option: z$1.ZodOptional<z$1.ZodBoolean>;
1841
1831
  id: z$1.ZodString;
1842
1832
  is_enabled_for_workspace: z$1.ZodBoolean;
1843
1833
  is_new: z$1.ZodOptional<z$1.ZodBoolean>;
1844
1834
  logo_url: z$1.ZodOptional<z$1.ZodString>;
1835
+ pricing_url: z$1.ZodOptional<z$1.ZodString>;
1845
1836
  promotion: z$1.ZodOptional<z$1.ZodObject<{
1846
1837
  help_link: z$1.ZodString;
1847
1838
  link: z$1.ZodString;
@@ -1855,6 +1846,7 @@ declare const V1ListStandardConnectorsResponseSchema: z$1.ZodObject<{
1855
1846
  native: "native";
1856
1847
  user_defined: "user_defined";
1857
1848
  }>>;
1849
+ supports_inbound: z$1.ZodOptional<z$1.ZodBoolean>;
1858
1850
  terms_url: z$1.ZodOptional<z$1.ZodString>;
1859
1851
  vendor: z$1.ZodOptional<z$1.ZodEnum<{
1860
1852
  google: "google";
@@ -1891,21 +1883,27 @@ declare const V1ListWorkspacesBodySchema: z$1.ZodObject<{
1891
1883
  next_cursor: z$1.ZodNullable<z$1.ZodString>;
1892
1884
  }, z$1.core.$strip>;
1893
1885
  }, z$1.core.$strip>;
1894
- declare const V1MessageExportStatusSchema: z$1.ZodObject<{
1895
- archive_size_bytes: z$1.ZodOptional<z$1.ZodNumber>;
1896
- completed_at: z$1.ZodOptional<z$1.ZodISODateTime>;
1897
- created_at: z$1.ZodISODateTime;
1898
- download_url: z$1.ZodOptional<z$1.ZodString>;
1899
- expires_at: z$1.ZodOptional<z$1.ZodISODateTime>;
1900
- export_id: z$1.ZodString;
1901
- message_count: z$1.ZodOptional<z$1.ZodNumber>;
1902
- project_count: z$1.ZodOptional<z$1.ZodNumber>;
1903
- status: z$1.ZodEnum<{
1904
- running: "running";
1905
- completed: "completed";
1906
- failed: "failed";
1907
- expired: "expired";
1908
- }>;
1886
+ declare const V1MessageErrorSchema: z$1.ZodObject<{
1887
+ code: z$1.ZodString;
1888
+ message: z$1.ZodString;
1889
+ }, z$1.core.$strip>;
1890
+ declare const V1AiResponseSummarySchema: z$1.ZodObject<{
1891
+ awaiting_input: z$1.ZodOptional<z$1.ZodObject<{
1892
+ event_id: z$1.ZodString;
1893
+ input_schema: z$1.ZodOptional<z$1.ZodUnknown>;
1894
+ prev_session_id: z$1.ZodOptional<z$1.ZodString>;
1895
+ }, z$1.core.$strip>>;
1896
+ commit_sha: z$1.ZodOptional<z$1.ZodString>;
1897
+ content: z$1.ZodString;
1898
+ cost_credits: z$1.ZodOptional<z$1.ZodNumber>;
1899
+ edit_id: z$1.ZodOptional<z$1.ZodString>;
1900
+ error: z$1.ZodOptional<z$1.ZodObject<{
1901
+ code: z$1.ZodString;
1902
+ message: z$1.ZodString;
1903
+ }, z$1.core.$strip>>;
1904
+ message_id: z$1.ZodString;
1905
+ status: z$1.ZodString;
1906
+ summary: z$1.ZodOptional<z$1.ZodString>;
1909
1907
  }, z$1.core.$strip>;
1910
1908
  declare const V1MessageListItemSchema: z$1.ZodObject<{
1911
1909
  content: z$1.ZodString;
@@ -1951,6 +1949,10 @@ declare const V1MessageResponseSchema: z$1.ZodObject<{
1951
1949
  cost_credits: z$1.ZodOptional<z$1.ZodNumber>;
1952
1950
  created_at: z$1.ZodString;
1953
1951
  edit_id: z$1.ZodOptional<z$1.ZodString>;
1952
+ error: z$1.ZodOptional<z$1.ZodObject<{
1953
+ code: z$1.ZodString;
1954
+ message: z$1.ZodString;
1955
+ }, z$1.core.$strip>>;
1954
1956
  message_id: z$1.ZodString;
1955
1957
  queue_pause_reason: z$1.ZodOptional<z$1.ZodString>;
1956
1958
  queue_paused: z$1.ZodOptional<z$1.ZodBoolean>;
@@ -1965,6 +1967,10 @@ declare const V1MessageResponseSchema: z$1.ZodObject<{
1965
1967
  content: z$1.ZodString;
1966
1968
  cost_credits: z$1.ZodOptional<z$1.ZodNumber>;
1967
1969
  edit_id: z$1.ZodOptional<z$1.ZodString>;
1970
+ error: z$1.ZodOptional<z$1.ZodObject<{
1971
+ code: z$1.ZodString;
1972
+ message: z$1.ZodString;
1973
+ }, z$1.core.$strip>>;
1968
1974
  message_id: z$1.ZodString;
1969
1975
  status: z$1.ZodString;
1970
1976
  summary: z$1.ZodOptional<z$1.ZodString>;
@@ -1976,73 +1982,6 @@ declare const V1MessageResponseSchema: z$1.ZodObject<{
1976
1982
  declare const V1MoveProjectsToFolderInputBodySchema: z$1.ZodObject<{
1977
1983
  project_ids: z$1.ZodNullable<z$1.ZodArray<z$1.ZodString>>;
1978
1984
  }, z$1.core.$strip>;
1979
- declare const V1ProjectCloudDiskSchema: z$1.ZodObject<{
1980
- size_bytes: z$1.ZodNumber;
1981
- timestamp: z$1.ZodISODateTime;
1982
- used_bytes: z$1.ZodNumber;
1983
- }, z$1.core.$strip>;
1984
- declare const V1ProjectCloudResourceSignalSchema: z$1.ZodObject<{
1985
- alert_hours: z$1.ZodNumber;
1986
- label: z$1.ZodString;
1987
- latest_alert_at: z$1.ZodOptional<z$1.ZodISODateTime>;
1988
- latest_value: z$1.ZodOptional<z$1.ZodNumber>;
1989
- resource_type: z$1.ZodString;
1990
- }, z$1.core.$strip>;
1991
- declare const V1ProjectCloudResourcePressureSchema: z$1.ZodObject<{
1992
- resources: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
1993
- alert_hours: z$1.ZodNumber;
1994
- label: z$1.ZodString;
1995
- latest_alert_at: z$1.ZodOptional<z$1.ZodISODateTime>;
1996
- latest_value: z$1.ZodOptional<z$1.ZodNumber>;
1997
- resource_type: z$1.ZodString;
1998
- }, z$1.core.$strip>>>;
1999
- window_hours: z$1.ZodNumber;
2000
- }, z$1.core.$strip>;
2001
- declare const V1ProjectCloudBodySchema: z$1.ZodObject<{
2002
- disk: z$1.ZodOptional<z$1.ZodObject<{
2003
- size_bytes: z$1.ZodNumber;
2004
- timestamp: z$1.ZodISODateTime;
2005
- used_bytes: z$1.ZodNumber;
2006
- }, z$1.core.$strip>>;
2007
- environment: z$1.ZodString;
2008
- instance_tier: z$1.ZodEnum<{
2009
- xs: "xs";
2010
- s: "s";
2011
- m: "m";
2012
- ml: "ml";
2013
- l: "l";
2014
- xl: "xl";
2015
- xxl: "xxl";
2016
- }>;
2017
- instance_tier_label: z$1.ZodString;
2018
- pause_reason: z$1.ZodOptional<z$1.ZodString>;
2019
- postgres_version: z$1.ZodOptional<z$1.ZodString>;
2020
- region: z$1.ZodOptional<z$1.ZodString>;
2021
- resource_pressure: z$1.ZodOptional<z$1.ZodObject<{
2022
- resources: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
2023
- alert_hours: z$1.ZodNumber;
2024
- label: z$1.ZodString;
2025
- latest_alert_at: z$1.ZodOptional<z$1.ZodISODateTime>;
2026
- latest_value: z$1.ZodOptional<z$1.ZodNumber>;
2027
- resource_type: z$1.ZodString;
2028
- }, z$1.core.$strip>>>;
2029
- window_hours: z$1.ZodNumber;
2030
- }, z$1.core.$strip>>;
2031
- status: z$1.ZodOptional<z$1.ZodEnum<{
2032
- "": "";
2033
- OK: "OK";
2034
- RESIZING: "RESIZING";
2035
- UPGRADING: "UPGRADING";
2036
- RESTARTING: "RESTARTING";
2037
- COMING_UP: "COMING_UP";
2038
- RESTORING: "RESTORING";
2039
- UNHEALTHY: "UNHEALTHY";
2040
- INACTIVE: "INACTIVE";
2041
- PAUSING: "PAUSING";
2042
- UNKNOWN: "UNKNOWN";
2043
- }>>;
2044
- user_paused: z$1.ZodBoolean;
2045
- }, z$1.core.$strip>;
2046
1985
  declare const V1ProjectCollaboratorSchema: z$1.ZodObject<{
2047
1986
  accepted_at: z$1.ZodOptional<z$1.ZodISODateTime>;
2048
1987
  access_level: z$1.ZodEnum<{
@@ -2151,6 +2090,7 @@ declare const V1ListProjectSkillsOutputBodySchema: z$1.ZodObject<{
2151
2090
  declare const V1RemixInitInputBodySchema: z$1.ZodObject<{
2152
2091
  description: z$1.ZodOptional<z$1.ZodString>;
2153
2092
  include_custom_knowledge: z$1.ZodOptional<z$1.ZodBoolean>;
2093
+ include_files: z$1.ZodOptional<z$1.ZodBoolean>;
2154
2094
  include_history: z$1.ZodOptional<z$1.ZodBoolean>;
2155
2095
  initial_message: z$1.ZodOptional<z$1.ZodString>;
2156
2096
  message_id: z$1.ZodOptional<z$1.ZodString>;
@@ -2178,6 +2118,33 @@ declare const V1RemixProgressResultSchema: z$1.ZodObject<{
2178
2118
  skipped_integration: z$1.ZodOptional<z$1.ZodString>;
2179
2119
  }, z$1.core.$strip>>>>;
2180
2120
  }, z$1.core.$strip>;
2121
+ declare const PublicV1RemixJobOutputBodySchema: z$1.ZodObject<{
2122
+ error_code: z$1.ZodOptional<z$1.ZodString>;
2123
+ error_message: z$1.ZodOptional<z$1.ZodString>;
2124
+ result: z$1.ZodOptional<z$1.ZodObject<{
2125
+ project_id: z$1.ZodString;
2126
+ warnings: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
2127
+ code: z$1.ZodEnum<{
2128
+ edge_functions_not_deployed: "edge_functions_not_deployed";
2129
+ integration_skipped: "integration_skipped";
2130
+ }>;
2131
+ failed_edge_functions: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodString>>>;
2132
+ reason: z$1.ZodOptional<z$1.ZodString>;
2133
+ skipped_integration: z$1.ZodOptional<z$1.ZodString>;
2134
+ }, z$1.core.$strip>>>>;
2135
+ }, z$1.core.$strip>>;
2136
+ status: z$1.ZodString;
2137
+ step: z$1.ZodOptional<z$1.ZodObject<{
2138
+ failure: z$1.ZodOptional<z$1.ZodObject<{
2139
+ code: z$1.ZodOptional<z$1.ZodString>;
2140
+ failed_step: z$1.ZodString;
2141
+ message: z$1.ZodString;
2142
+ }, z$1.core.$strip>>;
2143
+ integration_name: z$1.ZodOptional<z$1.ZodString>;
2144
+ status: z$1.ZodOptional<z$1.ZodString>;
2145
+ step: z$1.ZodString;
2146
+ }, z$1.core.$strip>>;
2147
+ }, z$1.core.$strip>;
2181
2148
  declare const V1RemixProgressOutputBodySchema: z$1.ZodObject<{
2182
2149
  error_code: z$1.ZodOptional<z$1.ZodString>;
2183
2150
  error_message: z$1.ZodOptional<z$1.ZodString>;
@@ -2365,18 +2332,6 @@ declare const V1SetProjectVisibilityOutputBodySchema: z$1.ZodObject<{
2365
2332
  declare const V1SetWorkspaceKnowledgeInputBodySchema: z$1.ZodObject<{
2366
2333
  content: z$1.ZodString;
2367
2334
  }, z$1.core.$strip>;
2368
- declare const V1StartMessageExportInputBodySchema: z$1.ZodObject<{
2369
- end_date: z$1.ZodOptional<z$1.ZodString>;
2370
- project_id: z$1.ZodOptional<z$1.ZodString>;
2371
- start_date: z$1.ZodOptional<z$1.ZodString>;
2372
- user_id: z$1.ZodOptional<z$1.ZodString>;
2373
- }, z$1.core.$strip>;
2374
- declare const V1StartMessageExportOutputBodySchema: z$1.ZodObject<{
2375
- export_id: z$1.ZodString;
2376
- status: z$1.ZodEnum<{
2377
- running: "running";
2378
- }>;
2379
- }, z$1.core.$strip>;
2380
2335
  declare const V1TriggerSecurityScanInputBodySchema: z$1.ZodObject<{
2381
2336
  project_id: z$1.ZodString;
2382
2337
  }, z$1.core.$strip>;
@@ -2620,6 +2575,32 @@ declare const V1WorkspaceCreditsBodySchema: z$1.ZodObject<{
2620
2575
  total_granted: z$1.ZodNumber;
2621
2576
  total_remaining: z$1.ZodNumber;
2622
2577
  }, z$1.core.$strip>;
2578
+ declare const V1WorkspaceGroupSchema: z$1.ZodObject<{
2579
+ created_at: z$1.ZodISODateTime;
2580
+ description: z$1.ZodOptional<z$1.ZodString>;
2581
+ id: z$1.ZodString;
2582
+ member_count: z$1.ZodNumber;
2583
+ name: z$1.ZodString;
2584
+ scim_external_id: z$1.ZodOptional<z$1.ZodString>;
2585
+ updated_at: z$1.ZodISODateTime;
2586
+ workspace_id: z$1.ZodString;
2587
+ }, z$1.core.$strip>;
2588
+ declare const CursorListResponseV1WorkspaceGroupSchema: z$1.ZodObject<{
2589
+ data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
2590
+ created_at: z$1.ZodISODateTime;
2591
+ description: z$1.ZodOptional<z$1.ZodString>;
2592
+ id: z$1.ZodString;
2593
+ member_count: z$1.ZodNumber;
2594
+ name: z$1.ZodString;
2595
+ scim_external_id: z$1.ZodOptional<z$1.ZodString>;
2596
+ updated_at: z$1.ZodISODateTime;
2597
+ workspace_id: z$1.ZodString;
2598
+ }, z$1.core.$strip>>>;
2599
+ pagination: z$1.ZodObject<{
2600
+ has_more: z$1.ZodBoolean;
2601
+ next_cursor: z$1.ZodNullable<z$1.ZodString>;
2602
+ }, z$1.core.$strip>;
2603
+ }, z$1.core.$strip>;
2623
2604
  declare const V1WorkspaceInsightsActivityFreshnessSchema: z$1.ZodObject<{
2624
2605
  edits_as_of: z$1.ZodOptional<z$1.ZodISODateTime>;
2625
2606
  visitors_as_of: z$1.ZodOptional<z$1.ZodISODateTime>;
@@ -2973,9 +2954,17 @@ declare const V1WorkspaceInsightsBodySchema: z$1.ZodObject<{
2973
2954
  }, z$1.core.$strip>;
2974
2955
  }, z$1.core.$strip>;
2975
2956
  }, z$1.core.$strip>;
2957
+ declare const V1WorkspaceMemberGroupSchema: z$1.ZodObject<{
2958
+ id: z$1.ZodString;
2959
+ name: z$1.ZodString;
2960
+ }, z$1.core.$strip>;
2976
2961
  declare const V1WorkspaceMemberSchema: z$1.ZodObject<{
2977
2962
  display_name: z$1.ZodOptional<z$1.ZodString>;
2978
2963
  email: z$1.ZodOptional<z$1.ZodString>;
2964
+ groups: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
2965
+ id: z$1.ZodString;
2966
+ name: z$1.ZodString;
2967
+ }, z$1.core.$strip>>>;
2979
2968
  invited_at: z$1.ZodOptional<z$1.ZodISODateTime>;
2980
2969
  joined_at: z$1.ZodOptional<z$1.ZodISODateTime>;
2981
2970
  monthly_credit_limit: z$1.ZodOptional<z$1.ZodNumber>;
@@ -2987,6 +2976,10 @@ declare const CursorListResponseV1WorkspaceMemberSchema: z$1.ZodObject<{
2987
2976
  data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
2988
2977
  display_name: z$1.ZodOptional<z$1.ZodString>;
2989
2978
  email: z$1.ZodOptional<z$1.ZodString>;
2979
+ groups: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
2980
+ id: z$1.ZodString;
2981
+ name: z$1.ZodString;
2982
+ }, z$1.core.$strip>>>;
2990
2983
  invited_at: z$1.ZodOptional<z$1.ZodISODateTime>;
2991
2984
  joined_at: z$1.ZodOptional<z$1.ZodISODateTime>;
2992
2985
  monthly_credit_limit: z$1.ZodOptional<z$1.ZodNumber>;
@@ -3329,6 +3322,7 @@ declare const V1WriteWorkspaceSkillOutputBodySchema: z$1.ZodObject<{
3329
3322
  }, z$1.core.$strip>;
3330
3323
  }, z$1.core.$strip>;
3331
3324
  declare const VisibilityChangeInfoSchema: z$1.ZodObject<{
3325
+ commit_time: z$1.ZodOptional<z$1.ZodISODateTime>;
3332
3326
  new_visibility: z$1.ZodEnum<{
3333
3327
  draft: "draft";
3334
3328
  private: "private";
@@ -3352,6 +3346,7 @@ declare const AddProjectsToFolderResultSchema: z$1.ZodObject<{
3352
3346
  total_added: z$1.ZodNumber;
3353
3347
  total_requested: z$1.ZodNumber;
3354
3348
  visibility_updated: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
3349
+ commit_time: z$1.ZodOptional<z$1.ZodISODateTime>;
3355
3350
  new_visibility: z$1.ZodEnum<{
3356
3351
  draft: "draft";
3357
3352
  private: "private";
@@ -3506,5 +3501,5 @@ declare const V1DatabaseQueryOutputBodyWritableSchema: z.ZodObject<{
3506
3501
  rows: z.ZodNullable<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
3507
3502
  }, z.core.$strip>;
3508
3503
  //#endregion
3509
- export { AddProjectsToFolderResultSchema, AppUserConnectorApiSchema, ChannelAnalyticsSchema, ChannelListsGroupSchema, ChannelTimeSeriesGroupSchema, CommonSeamlessConnectorFeatureSchema, CommonSeamlessConnectorPermissionSchema, CompanyCreatorSchema, CreatorSchema, CursorListResponseProjectPiiFindingDtoSchema, CursorListResponsePublicV1ConnectorItemSchema, CursorListResponsePublicV1ProjectListItemSchema, CursorListResponseSearchProjectItemSchema, CursorListResponseV1EditSummarySchema, CursorListResponseV1MessageListItemSchema, CursorListResponseV1ProjectCollaboratorSchema, CursorListResponseV1ProjectSkillDtoSchema, CursorListResponseV1SecurityScanSummarySchema, CursorListResponseV1WorkspaceMemberSchema, DiffHunkSchema, DiffLineSchema, ErrorDetailSchema, ErrorModelSchema, GetAvailableLibraryProjectsPublicV1OutputBodySchema, GetAvailableTemplateProjectsPublicV1OutputBodySchema, GetMeOutputBodySchema, GetMeWorkspaceSchema, GetUserWorkspaceBodySchema, GitFileEntryLiteSchema, GitFileEntrySchema, LibraryProjectResponseSchema, ListDataPointSchema, ListDataSchema, ListsGroupSchema, LovableCreatorSchema, McpConnectorSchema, PaginationSchema, ProjectAnalyticsResponseSchema, ProjectFileInfoSchema, ProjectPiiFindingDtoSchema, ProjectTrendResponseSchema, PublicV1ConnectorItemSchema, PublicV1CreateProjectResponseSchema, PublicV1DeployProjectInputBodySchema, PublicV1EnableDatabaseInputBodySchema, PublicV1GetWorkspaceBodySchema, PublicV1GitFilesResponseSchema, PublicV1PatchProjectBodySchema, PublicV1ProjectAnalyticsBodySchema, PublicV1ProjectCreateInputBodySchema, PublicV1ProjectFileUploadUrlInputBodySchema, PublicV1ProjectListItemSchema, PublicV1ProjectRemixInputBodySchema, PublicV1PublishAudienceTargetSchema, PublicV1PublishProjectInputBodySchema, PublicV1PublishProjectResponseSchema, PublicV1PublishStatusResponseSchema, PublicV1SendMessageInputBodySchema, PublicV1SetProjectKnowledgeInputBodySchema, PublicV1SetProjectSkillEnabledInputBodySchema, PublicV1UpdatePublishSettingsInputBodySchema, PublicV1UpdatePublishSettingsResponseSchema, PublicV1WorkspaceMemberSchema, PublicV1WorkspaceSchema, PublicV1WorkspaceWithMembershipSchema, RemixJobFailureSchema, RemixJobStepInfoSchema, RemixWarningSchema, SeamlessConnectorApiSchema, SearchProjectItemSchema, SearchWorkspaceProjectsResponseSchema, SkippedProjectInfoSchema, StandardConnectorApiSchema, StandardConnectorPromotionSchema, TemplateProjectResponseSchema, TimeSeriesDataPointSchema, TimeSeriesDataSchema, TimeSeriesGroupSchema, ToolDisplayDataSchema, TrendDataPointSchema, UserCreatorSchema, V1AddConnectorInputBodySchema, V1AiResponseSummarySchema, V1AvailableConnectorEntrySchema, V1AwaitingInputSummarySchema, V1BillingBulkSetMemberCreditLimitInputBodySchema, V1BillingCreditLimitRowSchema, V1BillingCreditLimitsBodySchema, V1BillingPeriodSchema, V1BillingUsageBodySchema, V1BillingUsagePeriodSchema, V1BillingUsageRowSchema, V1BulkMemberCreditLimitItemSchema, V1BulkMemberCreditLimitResultSchema, V1BulkSetMemberCreditLimitInputBodySchema, V1BulkSetMemberCreditLimitOutputBodySchema, V1ConnectionItemSchema, V1ConnectorResponseSchema, V1CreateEmbedUrlInputBodySchema, V1CreateEmbedUrlOutputBodySchema, V1CreateProjectInputBodySchema, V1CreateProjectResponseSchema, V1CreateVariantInputBodySchema, V1CreateVariantOutputBodySchema, V1CreditHistoryEntrySchema, V1DatabaseQueryOutputBodySchema, V1DatabaseQueryOutputBodyWritableSchema, V1DeleteWorkspaceSkillOutputBodySchema, V1DeployProjectInputBodySchema, V1DeployProjectOutputBodySchema, V1DiffEntrySchema, V1DiffResponseSchema, V1EditSummarySchema, V1EnableDatabaseOutputBodySchema, V1EphemeralFileUploadUrlInputBodySchema, V1FileUploadUrlOutputBodySchema, V1GetDatabaseStatusOutputBodySchema, V1GetEditsOutputBodySchema, V1GetSecurityScanOutputBodySchema, V1GetWorkspaceSkillOutputBodySchema, V1KnowledgeResponseSchema, V1ListAppUserConnectorsResponseSchema, V1ListAvailableConnectorsOutputBodySchema, V1ListConnectionsResponseSchema, V1ListConnectorsOutputBodySchema, V1ListMcpConnectorsResponseSchema, V1ListMessagesOutputBodySchema, V1ListProjectSkillsOutputBodySchema, V1ListSeamlessConnectorsResponseSchema, V1ListStandardConnectorsResponseSchema, V1ListWorkspaceSkillsOutputBodySchema, V1ListWorkspacesBodySchema, V1MessageExportStatusSchema, V1MessageListItemSchema, V1MessageResponseSchema, V1MoveProjectsToFolderInputBodySchema, V1ProjectCloudBodySchema, V1ProjectCloudDiskSchema, V1ProjectCloudResourcePressureSchema, V1ProjectCloudResourceSignalSchema, V1ProjectCollaboratorSchema, V1ProjectFileUploadUrlInputBodySchema, V1ProjectGitFilesResponseSchema, V1ProjectResponseSchema, V1ProjectSkillDtoSchema, V1RemixInitInputBodySchema, V1RemixInitOutputBodySchema, V1RemixProgressOutputBodySchema, V1RemixProgressResultSchema, V1RemoveConnectorOutputBodySchema, V1SecurityFindingSchema, V1SecurityScanActorSchema, V1SecurityScanSummarySchema, V1SecurityScannerRunSchema, V1SelectedLibrarySchema, V1SendMessageInputBodySchema, V1SendMessageOutputBodySchema, V1SetFolderVisibilityInputBodySchema, V1SetFolderVisibilityOutputBodySchema, V1SetProjectKnowledgeInputBodySchema, V1SetProjectSkillEnabledInputBodySchema, V1SetProjectSkillEnabledOutputBodySchema, V1SetProjectVisibilityInputBodySchema, V1SetProjectVisibilityOutputBodySchema, V1SetWorkspaceKnowledgeInputBodySchema, V1StartMessageExportInputBodySchema, V1StartMessageExportOutputBodySchema, V1TriggerSecurityScanInputBodySchema, V1TriggerSecurityScanResponseBodySchema, V1UnscopedFileSchema, V1UpdateMemberCreditLimitInputBodySchema, V1UpdateWorkspaceSettingsInputBodySchema, V1UpdateWorkspaceSettingsNestedInputBodySchema, V1UsagePeriodSchema, V1WorkspaceAuditLogEntrySchema, V1WorkspaceAuditLogsBodySchema, V1WorkspaceCreditHistoryBodySchema, V1WorkspaceCreditsBodySchema, V1WorkspaceCreditsExpiringGrantSchema, V1WorkspaceCreditsGrantTypeBalanceSchema, V1WorkspaceInsightsActivityFreshnessSchema, V1WorkspaceInsightsBodySchema, V1WorkspaceInsightsEdgeFunctionSchema, V1WorkspaceInsightsFindingSchema, V1WorkspaceInsightsOwnerSchema, V1WorkspaceInsightsProjectSchema, V1WorkspaceInsightsProjectsBodySchema, V1WorkspaceInsightsReasonSchema, V1WorkspaceInsightsReasonValuesSchema, V1WorkspaceInsightsReviewPrioritySchema, V1WorkspaceInsightsSignalsSchema, V1WorkspaceInsightsStatSchema, V1WorkspaceInsightsSummarySchema, V1WorkspaceMemberSchema, V1WorkspaceSettingsBodySchema, V1WorkspaceSkillDtoSchema, V1WorkspaceUsageBreakdownBodySchema, V1WorkspaceUsageBreakdownEntrySchema, V1WorkspaceUsageConnectorBreakdownSchema, V1WorkspaceUsageDatabaseBreakdownSchema, V1WorkspaceUsageGatewayModelSchema, V1WorkspaceUsageMeBodySchema, V1WorkspaceUsageProjectRowSchema, V1WorkspaceUsageProjectsBodySchema, V1WorkspaceUsageTimeseriesBodySchema, V1WorkspaceUsageTimeseriesBucketSchema, V1WriteWorkspaceSkillInputBodySchema, V1WriteWorkspaceSkillOutputBodySchema, VisibilityChangeInfoSchema, WorkspaceAnalyticsResponseSchema, WorkspaceMembershipResponseSchema, WorkspaceMembershipSchema, WorkspaceSchema, WorkspaceWithMembershipSchema };
3504
+ export { AddProjectsToFolderResultSchema, AppUserConnectorApiSchema, ChannelAnalyticsSchema, ChannelListsGroupSchema, ChannelTimeSeriesGroupSchema, CommonSeamlessConnectorFeatureSchema, CommonSeamlessConnectorPermissionSchema, CompanyCreatorSchema, CreatorSchema, CursorListResponseProjectPiiFindingDtoSchema, CursorListResponsePublicV1ConnectorItemSchema, CursorListResponsePublicV1ProjectListItemSchema, CursorListResponseSearchProjectItemSchema, CursorListResponseV1EditSummarySchema, CursorListResponseV1MessageListItemSchema, CursorListResponseV1ProjectCollaboratorSchema, CursorListResponseV1ProjectSkillDtoSchema, CursorListResponseV1SecurityScanSummarySchema, CursorListResponseV1WorkspaceGroupSchema, CursorListResponseV1WorkspaceMemberSchema, DiffHunkSchema, DiffLineSchema, ErrorDetailSchema, ErrorModelSchema, GetAvailableLibraryProjectsPublicV1OutputBodySchema, GetAvailableTemplateProjectsPublicV1OutputBodySchema, GetMeOutputBodySchema, GetMeWorkspaceSchema, GetUserWorkspaceBodySchema, GitFileEntryLiteSchema, GitFileEntrySchema, LibraryProjectResponseSchema, ListDataPointSchema, ListDataSchema, ListsGroupSchema, LovableCreatorSchema, McpConnectorSchema, PaginationSchema, ProjectAnalyticsResponseSchema, ProjectFileInfoSchema, ProjectPiiFindingDtoSchema, ProjectTrendResponseSchema, PublicV1ConnectorItemSchema, PublicV1CreateProjectResponseSchema, PublicV1DeployProjectInputBodySchema, PublicV1EnableDatabaseInputBodySchema, PublicV1GetWorkspaceBodySchema, PublicV1GitFilesResponseSchema, PublicV1PatchProjectBodySchema, PublicV1ProjectAnalyticsBodySchema, PublicV1ProjectCreateInputBodySchema, PublicV1ProjectFileUploadUrlInputBodySchema, PublicV1ProjectListItemSchema, PublicV1ProjectRemixInputBodySchema, PublicV1PublishAudienceTargetSchema, PublicV1PublishProjectInputBodySchema, PublicV1PublishProjectResponseSchema, PublicV1PublishStatusResponseSchema, PublicV1RemixJobOutputBodySchema, PublicV1SendMessageInputBodySchema, PublicV1SetProjectKnowledgeInputBodySchema, PublicV1SetProjectSkillEnabledInputBodySchema, PublicV1UpdatePublishSettingsInputBodySchema, PublicV1UpdatePublishSettingsResponseSchema, PublicV1WorkspaceMemberSchema, PublicV1WorkspaceSchema, PublicV1WorkspaceWithMembershipSchema, RemixJobFailureSchema, RemixJobStepInfoSchema, RemixWarningSchema, SeamlessConnectorApiSchema, SearchProjectItemSchema, SearchWorkspaceProjectsResponseSchema, SkippedProjectInfoSchema, StandardConnectorApiSchema, StandardConnectorPromotionSchema, TemplateProjectResponseSchema, TimeSeriesDataPointSchema, TimeSeriesDataSchema, TimeSeriesGroupSchema, ToolDisplayDataSchema, TrendDataPointSchema, UserCreatorSchema, V1AddConnectorInputBodySchema, V1AiResponseSummarySchema, V1AvailableConnectorEntrySchema, V1AwaitingInputSummarySchema, V1BillingBulkSetMemberCreditLimitInputBodySchema, V1BillingCreditLimitRowSchema, V1BillingCreditLimitsBodySchema, V1BillingPeriodSchema, V1BillingUsageBodySchema, V1BillingUsagePeriodSchema, V1BillingUsageRowSchema, V1BulkMemberCreditLimitItemSchema, V1BulkMemberCreditLimitResultSchema, V1BulkSetMemberCreditLimitInputBodySchema, V1BulkSetMemberCreditLimitOutputBodySchema, V1ConnectionItemSchema, V1ConnectorResponseSchema, V1CreateEmbedUrlInputBodySchema, V1CreateEmbedUrlOutputBodySchema, V1CreateProjectInputBodySchema, V1CreateProjectResponseSchema, V1CreateVariantInputBodySchema, V1CreateVariantOutputBodySchema, V1CreditHistoryEntrySchema, V1DatabaseQueryOutputBodySchema, V1DatabaseQueryOutputBodyWritableSchema, V1DeleteWorkspaceSkillOutputBodySchema, V1DeployProjectInputBodySchema, V1DeployProjectOutputBodySchema, V1DiffEntrySchema, V1DiffResponseSchema, V1EditSummarySchema, V1EnableDatabaseOutputBodySchema, V1EphemeralFileUploadUrlInputBodySchema, V1FileUploadUrlOutputBodySchema, V1GetDatabaseStatusOutputBodySchema, V1GetEditsOutputBodySchema, V1GetSecurityScanOutputBodySchema, V1GetWorkspaceSkillOutputBodySchema, V1KnowledgeResponseSchema, V1ListAppUserConnectorsResponseSchema, V1ListAvailableConnectorsOutputBodySchema, V1ListConnectionsResponseSchema, V1ListConnectorsOutputBodySchema, V1ListMcpConnectorsResponseSchema, V1ListMessagesOutputBodySchema, V1ListProjectSkillsOutputBodySchema, V1ListSeamlessConnectorsResponseSchema, V1ListStandardConnectorsResponseSchema, V1ListWorkspaceSkillsOutputBodySchema, V1ListWorkspacesBodySchema, V1MessageErrorSchema, V1MessageListItemSchema, V1MessageResponseSchema, V1MoveProjectsToFolderInputBodySchema, V1ProjectCollaboratorSchema, V1ProjectFileUploadUrlInputBodySchema, V1ProjectGitFilesResponseSchema, V1ProjectResponseSchema, V1ProjectSkillDtoSchema, V1RemixInitInputBodySchema, V1RemixInitOutputBodySchema, V1RemixProgressOutputBodySchema, V1RemixProgressResultSchema, V1RemoveConnectorOutputBodySchema, V1SecurityFindingSchema, V1SecurityScanActorSchema, V1SecurityScanSummarySchema, V1SecurityScannerRunSchema, V1SelectedLibrarySchema, V1SendMessageInputBodySchema, V1SendMessageOutputBodySchema, V1SetFolderVisibilityInputBodySchema, V1SetFolderVisibilityOutputBodySchema, V1SetProjectKnowledgeInputBodySchema, V1SetProjectSkillEnabledInputBodySchema, V1SetProjectSkillEnabledOutputBodySchema, V1SetProjectVisibilityInputBodySchema, V1SetProjectVisibilityOutputBodySchema, V1SetWorkspaceKnowledgeInputBodySchema, V1TriggerSecurityScanInputBodySchema, V1TriggerSecurityScanResponseBodySchema, V1UnscopedFileSchema, V1UpdateMemberCreditLimitInputBodySchema, V1UpdateWorkspaceSettingsInputBodySchema, V1UpdateWorkspaceSettingsNestedInputBodySchema, V1UsagePeriodSchema, V1WorkspaceAuditLogEntrySchema, V1WorkspaceAuditLogsBodySchema, V1WorkspaceCreditHistoryBodySchema, V1WorkspaceCreditsBodySchema, V1WorkspaceCreditsExpiringGrantSchema, V1WorkspaceCreditsGrantTypeBalanceSchema, V1WorkspaceGroupSchema, V1WorkspaceInsightsActivityFreshnessSchema, V1WorkspaceInsightsBodySchema, V1WorkspaceInsightsEdgeFunctionSchema, V1WorkspaceInsightsFindingSchema, V1WorkspaceInsightsOwnerSchema, V1WorkspaceInsightsProjectSchema, V1WorkspaceInsightsProjectsBodySchema, V1WorkspaceInsightsReasonSchema, V1WorkspaceInsightsReasonValuesSchema, V1WorkspaceInsightsReviewPrioritySchema, V1WorkspaceInsightsSignalsSchema, V1WorkspaceInsightsStatSchema, V1WorkspaceInsightsSummarySchema, V1WorkspaceMemberGroupSchema, V1WorkspaceMemberSchema, V1WorkspaceSettingsBodySchema, V1WorkspaceSkillDtoSchema, V1WorkspaceUsageBreakdownBodySchema, V1WorkspaceUsageBreakdownEntrySchema, V1WorkspaceUsageConnectorBreakdownSchema, V1WorkspaceUsageDatabaseBreakdownSchema, V1WorkspaceUsageGatewayModelSchema, V1WorkspaceUsageMeBodySchema, V1WorkspaceUsageProjectRowSchema, V1WorkspaceUsageProjectsBodySchema, V1WorkspaceUsageTimeseriesBodySchema, V1WorkspaceUsageTimeseriesBucketSchema, V1WriteWorkspaceSkillInputBodySchema, V1WriteWorkspaceSkillOutputBodySchema, VisibilityChangeInfoSchema, WorkspaceAnalyticsResponseSchema, WorkspaceMembershipResponseSchema, WorkspaceMembershipSchema, WorkspaceSchema, WorkspaceWithMembershipSchema };
3510
3505
  //# sourceMappingURL=schemas.d.ts.map
package/dist/schemas.js CHANGED
@@ -221,6 +221,7 @@ const PublicV1ProjectRemixInputBodySchema = z$1.object({
221
221
  description: z$1.string().min(1).optional(),
222
222
  display_name: z$1.string().optional(),
223
223
  include_custom_knowledge: z$1.boolean().optional(),
224
+ include_files: z$1.boolean().optional(),
224
225
  include_history: z$1.boolean().optional(),
225
226
  initial_message: z$1.string().optional(),
226
227
  message_id: z$1.string().optional(),
@@ -341,6 +342,7 @@ const SearchProjectItemSchema = z$1.object({
341
342
  app_visitors_30d: z$1.number().optional(),
342
343
  app_visitors_7d: z$1.number().optional(),
343
344
  category: z$1.string().optional(),
345
+ commit_time: z$1.iso.datetime().optional(),
344
346
  created_at: z$1.iso.datetime().optional(),
345
347
  created_by: z$1.string().optional(),
346
348
  deleted_at: z$1.iso.datetime().optional(),
@@ -597,16 +599,17 @@ const StandardConnectorApiSchema = z$1.object({
597
599
  display_name: z$1.string(),
598
600
  documentation_url: z$1.string(),
599
601
  has_connections: z$1.boolean(),
600
- has_metered_option: z$1.boolean().optional(),
601
602
  id: z$1.string(),
602
603
  is_enabled_for_workspace: z$1.boolean(),
603
604
  is_new: z$1.boolean().optional(),
604
605
  logo_url: z$1.string().optional(),
606
+ pricing_url: z$1.string().optional(),
605
607
  promotion: StandardConnectorPromotionSchema.optional(),
606
608
  searchTags: z$1.array(z$1.string()),
607
609
  short_description: z$1.string(),
608
610
  single_connection: z$1.boolean().optional(),
609
611
  source: z$1.enum(["native", "user_defined"]).optional(),
612
+ supports_inbound: z$1.boolean().optional(),
610
613
  terms_url: z$1.string().optional(),
611
614
  vendor: z$1.enum([
612
615
  "google",
@@ -626,7 +629,8 @@ const V1AddConnectorInputBodySchema = z$1.object({
626
629
  relay_client_id: z$1.string().optional(),
627
630
  relay_service_name: z$1.string().optional(),
628
631
  token: z$1.string().optional(),
629
- url: z$1.string().optional()
632
+ url: z$1.string().optional(),
633
+ use_egress_proxy: z$1.boolean().optional()
630
634
  });
631
635
  const V1AvailableConnectorEntrySchema = z$1.object({
632
636
  category: z$1.string(),
@@ -641,16 +645,6 @@ const V1AwaitingInputSummarySchema = z$1.object({
641
645
  input_schema: z$1.unknown().optional(),
642
646
  prev_session_id: z$1.string().optional()
643
647
  });
644
- const V1AiResponseSummarySchema = z$1.object({
645
- awaiting_input: V1AwaitingInputSummarySchema.optional(),
646
- commit_sha: z$1.string().optional(),
647
- content: z$1.string(),
648
- cost_credits: z$1.number().optional(),
649
- edit_id: z$1.string().optional(),
650
- message_id: z$1.string(),
651
- status: z$1.string(),
652
- summary: z$1.string().optional()
653
- });
654
648
  const V1BillingCreditLimitRowSchema = z$1.object({
655
649
  monthly_credit_limit: z$1.number().optional(),
656
650
  user_id: z$1.string()
@@ -863,21 +857,20 @@ const V1ListWorkspacesBodySchema = z$1.object({
863
857
  data: z$1.array(PublicV1WorkspaceWithMembershipSchema).nullable(),
864
858
  pagination: PaginationSchema
865
859
  });
866
- const V1MessageExportStatusSchema = z$1.object({
867
- archive_size_bytes: z$1.number().optional(),
868
- completed_at: z$1.iso.datetime().optional(),
869
- created_at: z$1.iso.datetime(),
870
- download_url: z$1.string().optional(),
871
- expires_at: z$1.iso.datetime().optional(),
872
- export_id: z$1.string(),
873
- message_count: z$1.number().optional(),
874
- project_count: z$1.number().optional(),
875
- status: z$1.enum([
876
- "running",
877
- "completed",
878
- "failed",
879
- "expired"
880
- ])
860
+ const V1MessageErrorSchema = z$1.object({
861
+ code: z$1.string(),
862
+ message: z$1.string()
863
+ });
864
+ const V1AiResponseSummarySchema = z$1.object({
865
+ awaiting_input: V1AwaitingInputSummarySchema.optional(),
866
+ commit_sha: z$1.string().optional(),
867
+ content: z$1.string(),
868
+ cost_credits: z$1.number().optional(),
869
+ edit_id: z$1.string().optional(),
870
+ error: V1MessageErrorSchema.optional(),
871
+ message_id: z$1.string(),
872
+ status: z$1.string(),
873
+ summary: z$1.string().optional()
881
874
  });
882
875
  const V1MessageListItemSchema = z$1.object({
883
876
  content: z$1.string(),
@@ -902,6 +895,7 @@ const V1MessageResponseSchema = z$1.object({
902
895
  cost_credits: z$1.number().optional(),
903
896
  created_at: z$1.string(),
904
897
  edit_id: z$1.string().optional(),
898
+ error: V1MessageErrorSchema.optional(),
905
899
  message_id: z$1.string(),
906
900
  queue_pause_reason: z$1.string().optional(),
907
901
  queue_paused: z$1.boolean().optional(),
@@ -912,54 +906,6 @@ const V1MessageResponseSchema = z$1.object({
912
906
  summary: z$1.string().optional()
913
907
  });
914
908
  const V1MoveProjectsToFolderInputBodySchema = z$1.object({ project_ids: z$1.array(z$1.string()).min(1).max(30).nullable() });
915
- const V1ProjectCloudDiskSchema = z$1.object({
916
- size_bytes: z$1.number(),
917
- timestamp: z$1.iso.datetime(),
918
- used_bytes: z$1.number()
919
- });
920
- const V1ProjectCloudResourceSignalSchema = z$1.object({
921
- alert_hours: z$1.number(),
922
- label: z$1.string(),
923
- latest_alert_at: z$1.iso.datetime().optional(),
924
- latest_value: z$1.number().optional(),
925
- resource_type: z$1.string()
926
- });
927
- const V1ProjectCloudResourcePressureSchema = z$1.object({
928
- resources: z$1.array(V1ProjectCloudResourceSignalSchema).nullable(),
929
- window_hours: z$1.number()
930
- });
931
- const V1ProjectCloudBodySchema = z$1.object({
932
- disk: V1ProjectCloudDiskSchema.optional(),
933
- environment: z$1.string(),
934
- instance_tier: z$1.enum([
935
- "xs",
936
- "s",
937
- "m",
938
- "ml",
939
- "l",
940
- "xl",
941
- "xxl"
942
- ]),
943
- instance_tier_label: z$1.string(),
944
- pause_reason: z$1.string().optional(),
945
- postgres_version: z$1.string().optional(),
946
- region: z$1.string().optional(),
947
- resource_pressure: V1ProjectCloudResourcePressureSchema.optional(),
948
- status: z$1.enum([
949
- "OK",
950
- "RESIZING",
951
- "UPGRADING",
952
- "RESTARTING",
953
- "COMING_UP",
954
- "RESTORING",
955
- "UNHEALTHY",
956
- "INACTIVE",
957
- "PAUSING",
958
- "UNKNOWN",
959
- ""
960
- ]).optional(),
961
- user_paused: z$1.boolean()
962
- });
963
909
  const V1ProjectCollaboratorSchema = z$1.object({
964
910
  accepted_at: z$1.iso.datetime().optional(),
965
911
  access_level: z$1.enum([
@@ -1030,6 +976,7 @@ const V1ListProjectSkillsOutputBodySchema = z$1.object({
1030
976
  const V1RemixInitInputBodySchema = z$1.object({
1031
977
  description: z$1.string().optional(),
1032
978
  include_custom_knowledge: z$1.boolean().optional(),
979
+ include_files: z$1.boolean().optional(),
1033
980
  include_history: z$1.boolean().optional(),
1034
981
  initial_message: z$1.string().optional(),
1035
982
  message_id: z$1.string().optional(),
@@ -1044,6 +991,13 @@ const V1RemixProgressResultSchema = z$1.object({
1044
991
  project_id: z$1.string(),
1045
992
  warnings: z$1.array(RemixWarningSchema).nullish()
1046
993
  });
994
+ const PublicV1RemixJobOutputBodySchema = z$1.object({
995
+ error_code: z$1.string().optional(),
996
+ error_message: z$1.string().optional(),
997
+ result: V1RemixProgressResultSchema.optional(),
998
+ status: z$1.string(),
999
+ step: RemixJobStepInfoSchema.optional()
1000
+ });
1047
1001
  const V1RemixProgressOutputBodySchema = z$1.object({
1048
1002
  error_code: z$1.string().optional(),
1049
1003
  error_message: z$1.string().optional(),
@@ -1123,16 +1077,6 @@ const V1SetProjectVisibilityInputBodySchema = z$1.object({ visibility: z$1.enum(
1123
1077
  ]) });
1124
1078
  const V1SetProjectVisibilityOutputBodySchema = z$1.object({ visibility: z$1.string() });
1125
1079
  const V1SetWorkspaceKnowledgeInputBodySchema = z$1.object({ content: z$1.string() });
1126
- const V1StartMessageExportInputBodySchema = z$1.object({
1127
- end_date: z$1.string().optional(),
1128
- project_id: z$1.string().optional(),
1129
- start_date: z$1.string().optional(),
1130
- user_id: z$1.string().optional()
1131
- });
1132
- const V1StartMessageExportOutputBodySchema = z$1.object({
1133
- export_id: z$1.string(),
1134
- status: z$1.enum(["running"])
1135
- });
1136
1080
  const V1TriggerSecurityScanInputBodySchema = z$1.object({ project_id: z$1.string() });
1137
1081
  const V1TriggerSecurityScanResponseBodySchema = z$1.object({
1138
1082
  message: z$1.string().optional(),
@@ -1272,6 +1216,20 @@ const V1WorkspaceCreditsBodySchema = z$1.object({
1272
1216
  total_granted: z$1.number(),
1273
1217
  total_remaining: z$1.number()
1274
1218
  });
1219
+ const V1WorkspaceGroupSchema = z$1.object({
1220
+ created_at: z$1.iso.datetime(),
1221
+ description: z$1.string().optional(),
1222
+ id: z$1.string(),
1223
+ member_count: z$1.number(),
1224
+ name: z$1.string(),
1225
+ scim_external_id: z$1.string().optional(),
1226
+ updated_at: z$1.iso.datetime(),
1227
+ workspace_id: z$1.string()
1228
+ });
1229
+ const CursorListResponseV1WorkspaceGroupSchema = z$1.object({
1230
+ data: z$1.array(V1WorkspaceGroupSchema).nullable(),
1231
+ pagination: PaginationSchema
1232
+ });
1275
1233
  const V1WorkspaceInsightsActivityFreshnessSchema = z$1.object({
1276
1234
  edits_as_of: z$1.iso.datetime().optional(),
1277
1235
  visitors_as_of: z$1.iso.datetime().optional()
@@ -1394,9 +1352,14 @@ const V1WorkspaceInsightsBodySchema = z$1.object({
1394
1352
  findings: z$1.array(V1WorkspaceInsightsFindingSchema).nullable(),
1395
1353
  summary: V1WorkspaceInsightsSummarySchema
1396
1354
  });
1355
+ const V1WorkspaceMemberGroupSchema = z$1.object({
1356
+ id: z$1.string(),
1357
+ name: z$1.string()
1358
+ });
1397
1359
  const V1WorkspaceMemberSchema = z$1.object({
1398
1360
  display_name: z$1.string().optional(),
1399
1361
  email: z$1.string().optional(),
1362
+ groups: z$1.array(V1WorkspaceMemberGroupSchema).optional(),
1400
1363
  invited_at: z$1.iso.datetime().optional(),
1401
1364
  joined_at: z$1.iso.datetime().optional(),
1402
1365
  monthly_credit_limit: z$1.number().optional(),
@@ -1545,6 +1508,7 @@ const V1WriteWorkspaceSkillOutputBodySchema = z$1.object({
1545
1508
  skill: V1WorkspaceSkillDtoSchema
1546
1509
  });
1547
1510
  const VisibilityChangeInfoSchema = z$1.object({
1511
+ commit_time: z$1.iso.datetime().optional(),
1548
1512
  new_visibility: z$1.enum([
1549
1513
  "public",
1550
1514
  "private",
@@ -1584,6 +1548,6 @@ const WorkspaceWithMembershipSchema = PublicV1WorkspaceWithMembershipSchema;
1584
1548
  const V1DatabaseQueryOutputBodySchema = z.object({ rows: z.array(z.record(z.string(), z.unknown())).nullable() });
1585
1549
  const V1DatabaseQueryOutputBodyWritableSchema = z.object({ rows: z.array(z.record(z.string(), z.unknown())).nullable() });
1586
1550
  //#endregion
1587
- export { AddProjectsToFolderResultSchema, AppUserConnectorApiSchema, ChannelAnalyticsSchema, ChannelListsGroupSchema, ChannelTimeSeriesGroupSchema, CommonSeamlessConnectorFeatureSchema, CommonSeamlessConnectorPermissionSchema, CompanyCreatorSchema, CreatorSchema, CursorListResponseProjectPiiFindingDtoSchema, CursorListResponsePublicV1ConnectorItemSchema, CursorListResponsePublicV1ProjectListItemSchema, CursorListResponseSearchProjectItemSchema, CursorListResponseV1EditSummarySchema, CursorListResponseV1MessageListItemSchema, CursorListResponseV1ProjectCollaboratorSchema, CursorListResponseV1ProjectSkillDtoSchema, CursorListResponseV1SecurityScanSummarySchema, CursorListResponseV1WorkspaceMemberSchema, DiffHunkSchema, DiffLineSchema, ErrorDetailSchema, ErrorModelSchema, GetAvailableLibraryProjectsPublicV1OutputBodySchema, GetAvailableTemplateProjectsPublicV1OutputBodySchema, GetMeOutputBodySchema, GetMeWorkspaceSchema, GetUserWorkspaceBodySchema, GitFileEntryLiteSchema, GitFileEntrySchema, LibraryProjectResponseSchema, ListDataPointSchema, ListDataSchema, ListsGroupSchema, LovableCreatorSchema, McpConnectorSchema, PaginationSchema, ProjectAnalyticsResponseSchema, ProjectFileInfoSchema, ProjectPiiFindingDtoSchema, ProjectTrendResponseSchema, PublicV1ConnectorItemSchema, PublicV1CreateProjectResponseSchema, PublicV1DeployProjectInputBodySchema, PublicV1EnableDatabaseInputBodySchema, PublicV1GetWorkspaceBodySchema, PublicV1GitFilesResponseSchema, PublicV1PatchProjectBodySchema, PublicV1ProjectAnalyticsBodySchema, PublicV1ProjectCreateInputBodySchema, PublicV1ProjectFileUploadUrlInputBodySchema, PublicV1ProjectListItemSchema, PublicV1ProjectRemixInputBodySchema, PublicV1PublishAudienceTargetSchema, PublicV1PublishProjectInputBodySchema, PublicV1PublishProjectResponseSchema, PublicV1PublishStatusResponseSchema, PublicV1SendMessageInputBodySchema, PublicV1SetProjectKnowledgeInputBodySchema, PublicV1SetProjectSkillEnabledInputBodySchema, PublicV1UpdatePublishSettingsInputBodySchema, PublicV1UpdatePublishSettingsResponseSchema, PublicV1WorkspaceMemberSchema, PublicV1WorkspaceSchema, PublicV1WorkspaceWithMembershipSchema, RemixJobFailureSchema, RemixJobStepInfoSchema, RemixWarningSchema, SeamlessConnectorApiSchema, SearchProjectItemSchema, SearchWorkspaceProjectsResponseSchema, SkippedProjectInfoSchema, StandardConnectorApiSchema, StandardConnectorPromotionSchema, TemplateProjectResponseSchema, TimeSeriesDataPointSchema, TimeSeriesDataSchema, TimeSeriesGroupSchema, ToolDisplayDataSchema, TrendDataPointSchema, UserCreatorSchema, V1AddConnectorInputBodySchema, V1AiResponseSummarySchema, V1AvailableConnectorEntrySchema, V1AwaitingInputSummarySchema, V1BillingBulkSetMemberCreditLimitInputBodySchema, V1BillingCreditLimitRowSchema, V1BillingCreditLimitsBodySchema, V1BillingPeriodSchema, V1BillingUsageBodySchema, V1BillingUsagePeriodSchema, V1BillingUsageRowSchema, V1BulkMemberCreditLimitItemSchema, V1BulkMemberCreditLimitResultSchema, V1BulkSetMemberCreditLimitInputBodySchema, V1BulkSetMemberCreditLimitOutputBodySchema, V1ConnectionItemSchema, V1ConnectorResponseSchema, V1CreateEmbedUrlInputBodySchema, V1CreateEmbedUrlOutputBodySchema, V1CreateProjectInputBodySchema, V1CreateProjectResponseSchema, V1CreateVariantInputBodySchema, V1CreateVariantOutputBodySchema, V1CreditHistoryEntrySchema, V1DatabaseQueryOutputBodySchema, V1DatabaseQueryOutputBodyWritableSchema, V1DeleteWorkspaceSkillOutputBodySchema, V1DeployProjectInputBodySchema, V1DeployProjectOutputBodySchema, V1DiffEntrySchema, V1DiffResponseSchema, V1EditSummarySchema, V1EnableDatabaseOutputBodySchema, V1EphemeralFileUploadUrlInputBodySchema, V1FileUploadUrlOutputBodySchema, V1GetDatabaseStatusOutputBodySchema, V1GetEditsOutputBodySchema, V1GetSecurityScanOutputBodySchema, V1GetWorkspaceSkillOutputBodySchema, V1KnowledgeResponseSchema, V1ListAppUserConnectorsResponseSchema, V1ListAvailableConnectorsOutputBodySchema, V1ListConnectionsResponseSchema, V1ListConnectorsOutputBodySchema, V1ListMcpConnectorsResponseSchema, V1ListMessagesOutputBodySchema, V1ListProjectSkillsOutputBodySchema, V1ListSeamlessConnectorsResponseSchema, V1ListStandardConnectorsResponseSchema, V1ListWorkspaceSkillsOutputBodySchema, V1ListWorkspacesBodySchema, V1MessageExportStatusSchema, V1MessageListItemSchema, V1MessageResponseSchema, V1MoveProjectsToFolderInputBodySchema, V1ProjectCloudBodySchema, V1ProjectCloudDiskSchema, V1ProjectCloudResourcePressureSchema, V1ProjectCloudResourceSignalSchema, V1ProjectCollaboratorSchema, V1ProjectFileUploadUrlInputBodySchema, V1ProjectGitFilesResponseSchema, V1ProjectResponseSchema, V1ProjectSkillDtoSchema, V1RemixInitInputBodySchema, V1RemixInitOutputBodySchema, V1RemixProgressOutputBodySchema, V1RemixProgressResultSchema, V1RemoveConnectorOutputBodySchema, V1SecurityFindingSchema, V1SecurityScanActorSchema, V1SecurityScanSummarySchema, V1SecurityScannerRunSchema, V1SelectedLibrarySchema, V1SendMessageInputBodySchema, V1SendMessageOutputBodySchema, V1SetFolderVisibilityInputBodySchema, V1SetFolderVisibilityOutputBodySchema, V1SetProjectKnowledgeInputBodySchema, V1SetProjectSkillEnabledInputBodySchema, V1SetProjectSkillEnabledOutputBodySchema, V1SetProjectVisibilityInputBodySchema, V1SetProjectVisibilityOutputBodySchema, V1SetWorkspaceKnowledgeInputBodySchema, V1StartMessageExportInputBodySchema, V1StartMessageExportOutputBodySchema, V1TriggerSecurityScanInputBodySchema, V1TriggerSecurityScanResponseBodySchema, V1UnscopedFileSchema, V1UpdateMemberCreditLimitInputBodySchema, V1UpdateWorkspaceSettingsInputBodySchema, V1UpdateWorkspaceSettingsNestedInputBodySchema, V1UsagePeriodSchema, V1WorkspaceAuditLogEntrySchema, V1WorkspaceAuditLogsBodySchema, V1WorkspaceCreditHistoryBodySchema, V1WorkspaceCreditsBodySchema, V1WorkspaceCreditsExpiringGrantSchema, V1WorkspaceCreditsGrantTypeBalanceSchema, V1WorkspaceInsightsActivityFreshnessSchema, V1WorkspaceInsightsBodySchema, V1WorkspaceInsightsEdgeFunctionSchema, V1WorkspaceInsightsFindingSchema, V1WorkspaceInsightsOwnerSchema, V1WorkspaceInsightsProjectSchema, V1WorkspaceInsightsProjectsBodySchema, V1WorkspaceInsightsReasonSchema, V1WorkspaceInsightsReasonValuesSchema, V1WorkspaceInsightsReviewPrioritySchema, V1WorkspaceInsightsSignalsSchema, V1WorkspaceInsightsStatSchema, V1WorkspaceInsightsSummarySchema, V1WorkspaceMemberSchema, V1WorkspaceSettingsBodySchema, V1WorkspaceSkillDtoSchema, V1WorkspaceUsageBreakdownBodySchema, V1WorkspaceUsageBreakdownEntrySchema, V1WorkspaceUsageConnectorBreakdownSchema, V1WorkspaceUsageDatabaseBreakdownSchema, V1WorkspaceUsageGatewayModelSchema, V1WorkspaceUsageMeBodySchema, V1WorkspaceUsageProjectRowSchema, V1WorkspaceUsageProjectsBodySchema, V1WorkspaceUsageTimeseriesBodySchema, V1WorkspaceUsageTimeseriesBucketSchema, V1WriteWorkspaceSkillInputBodySchema, V1WriteWorkspaceSkillOutputBodySchema, VisibilityChangeInfoSchema, WorkspaceAnalyticsResponseSchema, WorkspaceMembershipResponseSchema, WorkspaceMembershipSchema, WorkspaceSchema, WorkspaceWithMembershipSchema };
1551
+ export { AddProjectsToFolderResultSchema, AppUserConnectorApiSchema, ChannelAnalyticsSchema, ChannelListsGroupSchema, ChannelTimeSeriesGroupSchema, CommonSeamlessConnectorFeatureSchema, CommonSeamlessConnectorPermissionSchema, CompanyCreatorSchema, CreatorSchema, CursorListResponseProjectPiiFindingDtoSchema, CursorListResponsePublicV1ConnectorItemSchema, CursorListResponsePublicV1ProjectListItemSchema, CursorListResponseSearchProjectItemSchema, CursorListResponseV1EditSummarySchema, CursorListResponseV1MessageListItemSchema, CursorListResponseV1ProjectCollaboratorSchema, CursorListResponseV1ProjectSkillDtoSchema, CursorListResponseV1SecurityScanSummarySchema, CursorListResponseV1WorkspaceGroupSchema, CursorListResponseV1WorkspaceMemberSchema, DiffHunkSchema, DiffLineSchema, ErrorDetailSchema, ErrorModelSchema, GetAvailableLibraryProjectsPublicV1OutputBodySchema, GetAvailableTemplateProjectsPublicV1OutputBodySchema, GetMeOutputBodySchema, GetMeWorkspaceSchema, GetUserWorkspaceBodySchema, GitFileEntryLiteSchema, GitFileEntrySchema, LibraryProjectResponseSchema, ListDataPointSchema, ListDataSchema, ListsGroupSchema, LovableCreatorSchema, McpConnectorSchema, PaginationSchema, ProjectAnalyticsResponseSchema, ProjectFileInfoSchema, ProjectPiiFindingDtoSchema, ProjectTrendResponseSchema, PublicV1ConnectorItemSchema, PublicV1CreateProjectResponseSchema, PublicV1DeployProjectInputBodySchema, PublicV1EnableDatabaseInputBodySchema, PublicV1GetWorkspaceBodySchema, PublicV1GitFilesResponseSchema, PublicV1PatchProjectBodySchema, PublicV1ProjectAnalyticsBodySchema, PublicV1ProjectCreateInputBodySchema, PublicV1ProjectFileUploadUrlInputBodySchema, PublicV1ProjectListItemSchema, PublicV1ProjectRemixInputBodySchema, PublicV1PublishAudienceTargetSchema, PublicV1PublishProjectInputBodySchema, PublicV1PublishProjectResponseSchema, PublicV1PublishStatusResponseSchema, PublicV1RemixJobOutputBodySchema, PublicV1SendMessageInputBodySchema, PublicV1SetProjectKnowledgeInputBodySchema, PublicV1SetProjectSkillEnabledInputBodySchema, PublicV1UpdatePublishSettingsInputBodySchema, PublicV1UpdatePublishSettingsResponseSchema, PublicV1WorkspaceMemberSchema, PublicV1WorkspaceSchema, PublicV1WorkspaceWithMembershipSchema, RemixJobFailureSchema, RemixJobStepInfoSchema, RemixWarningSchema, SeamlessConnectorApiSchema, SearchProjectItemSchema, SearchWorkspaceProjectsResponseSchema, SkippedProjectInfoSchema, StandardConnectorApiSchema, StandardConnectorPromotionSchema, TemplateProjectResponseSchema, TimeSeriesDataPointSchema, TimeSeriesDataSchema, TimeSeriesGroupSchema, ToolDisplayDataSchema, TrendDataPointSchema, UserCreatorSchema, V1AddConnectorInputBodySchema, V1AiResponseSummarySchema, V1AvailableConnectorEntrySchema, V1AwaitingInputSummarySchema, V1BillingBulkSetMemberCreditLimitInputBodySchema, V1BillingCreditLimitRowSchema, V1BillingCreditLimitsBodySchema, V1BillingPeriodSchema, V1BillingUsageBodySchema, V1BillingUsagePeriodSchema, V1BillingUsageRowSchema, V1BulkMemberCreditLimitItemSchema, V1BulkMemberCreditLimitResultSchema, V1BulkSetMemberCreditLimitInputBodySchema, V1BulkSetMemberCreditLimitOutputBodySchema, V1ConnectionItemSchema, V1ConnectorResponseSchema, V1CreateEmbedUrlInputBodySchema, V1CreateEmbedUrlOutputBodySchema, V1CreateProjectInputBodySchema, V1CreateProjectResponseSchema, V1CreateVariantInputBodySchema, V1CreateVariantOutputBodySchema, V1CreditHistoryEntrySchema, V1DatabaseQueryOutputBodySchema, V1DatabaseQueryOutputBodyWritableSchema, V1DeleteWorkspaceSkillOutputBodySchema, V1DeployProjectInputBodySchema, V1DeployProjectOutputBodySchema, V1DiffEntrySchema, V1DiffResponseSchema, V1EditSummarySchema, V1EnableDatabaseOutputBodySchema, V1EphemeralFileUploadUrlInputBodySchema, V1FileUploadUrlOutputBodySchema, V1GetDatabaseStatusOutputBodySchema, V1GetEditsOutputBodySchema, V1GetSecurityScanOutputBodySchema, V1GetWorkspaceSkillOutputBodySchema, V1KnowledgeResponseSchema, V1ListAppUserConnectorsResponseSchema, V1ListAvailableConnectorsOutputBodySchema, V1ListConnectionsResponseSchema, V1ListConnectorsOutputBodySchema, V1ListMcpConnectorsResponseSchema, V1ListMessagesOutputBodySchema, V1ListProjectSkillsOutputBodySchema, V1ListSeamlessConnectorsResponseSchema, V1ListStandardConnectorsResponseSchema, V1ListWorkspaceSkillsOutputBodySchema, V1ListWorkspacesBodySchema, V1MessageErrorSchema, V1MessageListItemSchema, V1MessageResponseSchema, V1MoveProjectsToFolderInputBodySchema, V1ProjectCollaboratorSchema, V1ProjectFileUploadUrlInputBodySchema, V1ProjectGitFilesResponseSchema, V1ProjectResponseSchema, V1ProjectSkillDtoSchema, V1RemixInitInputBodySchema, V1RemixInitOutputBodySchema, V1RemixProgressOutputBodySchema, V1RemixProgressResultSchema, V1RemoveConnectorOutputBodySchema, V1SecurityFindingSchema, V1SecurityScanActorSchema, V1SecurityScanSummarySchema, V1SecurityScannerRunSchema, V1SelectedLibrarySchema, V1SendMessageInputBodySchema, V1SendMessageOutputBodySchema, V1SetFolderVisibilityInputBodySchema, V1SetFolderVisibilityOutputBodySchema, V1SetProjectKnowledgeInputBodySchema, V1SetProjectSkillEnabledInputBodySchema, V1SetProjectSkillEnabledOutputBodySchema, V1SetProjectVisibilityInputBodySchema, V1SetProjectVisibilityOutputBodySchema, V1SetWorkspaceKnowledgeInputBodySchema, V1TriggerSecurityScanInputBodySchema, V1TriggerSecurityScanResponseBodySchema, V1UnscopedFileSchema, V1UpdateMemberCreditLimitInputBodySchema, V1UpdateWorkspaceSettingsInputBodySchema, V1UpdateWorkspaceSettingsNestedInputBodySchema, V1UsagePeriodSchema, V1WorkspaceAuditLogEntrySchema, V1WorkspaceAuditLogsBodySchema, V1WorkspaceCreditHistoryBodySchema, V1WorkspaceCreditsBodySchema, V1WorkspaceCreditsExpiringGrantSchema, V1WorkspaceCreditsGrantTypeBalanceSchema, V1WorkspaceGroupSchema, V1WorkspaceInsightsActivityFreshnessSchema, V1WorkspaceInsightsBodySchema, V1WorkspaceInsightsEdgeFunctionSchema, V1WorkspaceInsightsFindingSchema, V1WorkspaceInsightsOwnerSchema, V1WorkspaceInsightsProjectSchema, V1WorkspaceInsightsProjectsBodySchema, V1WorkspaceInsightsReasonSchema, V1WorkspaceInsightsReasonValuesSchema, V1WorkspaceInsightsReviewPrioritySchema, V1WorkspaceInsightsSignalsSchema, V1WorkspaceInsightsStatSchema, V1WorkspaceInsightsSummarySchema, V1WorkspaceMemberGroupSchema, V1WorkspaceMemberSchema, V1WorkspaceSettingsBodySchema, V1WorkspaceSkillDtoSchema, V1WorkspaceUsageBreakdownBodySchema, V1WorkspaceUsageBreakdownEntrySchema, V1WorkspaceUsageConnectorBreakdownSchema, V1WorkspaceUsageDatabaseBreakdownSchema, V1WorkspaceUsageGatewayModelSchema, V1WorkspaceUsageMeBodySchema, V1WorkspaceUsageProjectRowSchema, V1WorkspaceUsageProjectsBodySchema, V1WorkspaceUsageTimeseriesBodySchema, V1WorkspaceUsageTimeseriesBucketSchema, V1WriteWorkspaceSkillInputBodySchema, V1WriteWorkspaceSkillOutputBodySchema, VisibilityChangeInfoSchema, WorkspaceAnalyticsResponseSchema, WorkspaceMembershipResponseSchema, WorkspaceMembershipSchema, WorkspaceSchema, WorkspaceWithMembershipSchema };
1588
1552
 
1589
1553
  //# sourceMappingURL=schemas.js.map