@lovable.dev/sdk 1.6.1 → 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
@@ -1,10 +1,6 @@
1
1
  import * as z$1 from "zod";
2
2
  import { z } from "zod";
3
3
  //#region src/generated/zod/zod.gen.d.ts
4
- declare const CommonSeamlessConnectorCreatorSchema: z$1.ZodObject<{
5
- name: z$1.ZodString;
6
- url: z$1.ZodString;
7
- }, z$1.core.$strip>;
8
4
  declare const CommonSeamlessConnectorFeatureSchema: z$1.ZodObject<{
9
5
  body: z$1.ZodOptional<z$1.ZodString>;
10
6
  items: z$1.ZodNullable<z$1.ZodArray<z$1.ZodString>>;
@@ -18,42 +14,13 @@ declare const CommonSeamlessConnectorPermissionSchema: z$1.ZodObject<{
18
14
  is_primary: z$1.ZodOptional<z$1.ZodBoolean>;
19
15
  name: z$1.ZodString;
20
16
  }, z$1.core.$strip>;
21
- declare const CreatorSchema: z$1.ZodObject<{
17
+ declare const CompanyCreatorSchema: z$1.ZodObject<{
18
+ logo_url: z$1.ZodOptional<z$1.ZodString>;
22
19
  name: z$1.ZodString;
23
- url: z$1.ZodString;
24
- }, z$1.core.$strip>;
25
- declare const AppUserConnectorApiSchema: z$1.ZodObject<{
26
- can_restrict_to_admins: z$1.ZodBoolean;
27
- categories: z$1.ZodArray<z$1.ZodEnum<{
28
- custom: "custom";
29
- ecommerce: "ecommerce";
30
- marketing: "marketing";
31
- productivity: "productivity";
32
- sales: "sales";
33
- support: "support";
34
- other: "other";
35
- messaging: "messaging";
36
- development: "development";
37
- payments: "payments";
38
- security: "security";
39
- }>>;
40
- creator: z$1.ZodObject<{
41
- name: z$1.ZodString;
42
- url: z$1.ZodString;
43
- }, z$1.core.$strip>;
44
- display_name: z$1.ZodString;
45
- documentation_url: z$1.ZodString;
46
- has_clients: z$1.ZodBoolean;
47
- id: z$1.ZodString;
48
- is_enabled_for_workspace: z$1.ZodBoolean;
49
- long_description: z$1.ZodString;
50
- search_tags: z$1.ZodArray<z$1.ZodString>;
51
- short_description: z$1.ZodString;
52
- terms_url: z$1.ZodOptional<z$1.ZodString>;
53
- who_can_create: z$1.ZodEnum<{
54
- editors_and_admins: "editors_and_admins";
55
- admins_only: "admins_only";
20
+ type: z$1.ZodEnum<{
21
+ company: "company";
56
22
  }>;
23
+ url: z$1.ZodString;
57
24
  }, z$1.core.$strip>;
58
25
  declare const DiffLineSchema: z$1.ZodObject<{
59
26
  content: z$1.ZodString;
@@ -141,6 +108,22 @@ declare const ListDataSchema: z$1.ZodObject<{
141
108
  }, z$1.core.$strip>>>;
142
109
  label: z$1.ZodString;
143
110
  }, z$1.core.$strip>;
111
+ declare const ChannelListsGroupSchema: z$1.ZodObject<{
112
+ page: z$1.ZodObject<{
113
+ data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
114
+ label: z$1.ZodString;
115
+ value: z$1.ZodNumber;
116
+ }, z$1.core.$strip>>>;
117
+ label: z$1.ZodString;
118
+ }, z$1.core.$strip>;
119
+ source: z$1.ZodObject<{
120
+ data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
121
+ label: z$1.ZodString;
122
+ value: z$1.ZodNumber;
123
+ }, z$1.core.$strip>>>;
124
+ label: z$1.ZodString;
125
+ }, z$1.core.$strip>;
126
+ }, z$1.core.$strip>;
144
127
  declare const ListsGroupSchema: z$1.ZodObject<{
145
128
  country: z$1.ZodObject<{
146
129
  data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
@@ -171,8 +154,11 @@ declare const ListsGroupSchema: z$1.ZodObject<{
171
154
  label: z$1.ZodString;
172
155
  }, z$1.core.$strip>;
173
156
  }, z$1.core.$strip>;
174
- declare const McpConnectorCreatorStructSchema: z$1.ZodObject<{
157
+ declare const LovableCreatorSchema: z$1.ZodObject<{
175
158
  name: z$1.ZodString;
159
+ type: z$1.ZodEnum<{
160
+ lovable: "lovable";
161
+ }>;
176
162
  url: z$1.ZodString;
177
163
  }, z$1.core.$strip>;
178
164
  declare const PaginationSchema: z$1.ZodObject<{
@@ -364,6 +350,7 @@ declare const PublicV1ProjectRemixInputBodySchema: z$1.ZodObject<{
364
350
  description: z$1.ZodOptional<z$1.ZodString>;
365
351
  display_name: z$1.ZodOptional<z$1.ZodString>;
366
352
  include_custom_knowledge: z$1.ZodOptional<z$1.ZodBoolean>;
353
+ include_files: z$1.ZodOptional<z$1.ZodBoolean>;
367
354
  include_history: z$1.ZodOptional<z$1.ZodBoolean>;
368
355
  initial_message: z$1.ZodOptional<z$1.ZodString>;
369
356
  message_id: z$1.ZodOptional<z$1.ZodString>;
@@ -510,39 +497,11 @@ declare const RemixJobStepInfoSchema: z$1.ZodObject<{
510
497
  declare const RemixWarningSchema: z$1.ZodObject<{
511
498
  code: z$1.ZodEnum<{
512
499
  edge_functions_not_deployed: "edge_functions_not_deployed";
500
+ integration_skipped: "integration_skipped";
513
501
  }>;
514
502
  failed_edge_functions: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodString>>>;
515
- }, z$1.core.$strip>;
516
- declare const SeamlessConnectorApiSchema: z$1.ZodObject<{
517
- alias: z$1.ZodOptional<z$1.ZodString>;
518
- categories: z$1.ZodNullable<z$1.ZodArray<z$1.ZodString>>;
519
- creator: z$1.ZodObject<{
520
- name: z$1.ZodString;
521
- url: z$1.ZodString;
522
- }, z$1.core.$strip>;
523
- description: z$1.ZodString;
524
- display_name: z$1.ZodString;
525
- documentation_url: z$1.ZodString;
526
- features: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
527
- body: z$1.ZodOptional<z$1.ZodString>;
528
- items: z$1.ZodNullable<z$1.ZodArray<z$1.ZodString>>;
529
- title: z$1.ZodString;
530
- }, z$1.core.$strip>>>>;
531
- id: z$1.ZodString;
532
- is_enabled_for_workspace: z$1.ZodBoolean;
533
- level: z$1.ZodString;
534
- manual_connect_hint: z$1.ZodOptional<z$1.ZodString>;
535
- permissions: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
536
- control_type: z$1.ZodOptional<z$1.ZodString>;
537
- default_preference: z$1.ZodString;
538
- description: z$1.ZodString;
539
- display_name: z$1.ZodString;
540
- is_primary: z$1.ZodOptional<z$1.ZodBoolean>;
541
- name: z$1.ZodString;
542
- }, z$1.core.$strip>>>;
543
- searchTags: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodString>>>;
544
- short_description: z$1.ZodString;
545
- toolIntegrationName: z$1.ZodOptional<z$1.ZodString>;
503
+ reason: z$1.ZodOptional<z$1.ZodString>;
504
+ skipped_integration: z$1.ZodOptional<z$1.ZodString>;
546
505
  }, z$1.core.$strip>;
547
506
  declare const SearchProjectItemSchema: z$1.ZodObject<{
548
507
  abandoned_at: z$1.ZodOptional<z$1.ZodISODateTime>;
@@ -554,6 +513,7 @@ declare const SearchProjectItemSchema: z$1.ZodObject<{
554
513
  app_visitors_30d: z$1.ZodOptional<z$1.ZodNumber>;
555
514
  app_visitors_7d: z$1.ZodOptional<z$1.ZodNumber>;
556
515
  category: z$1.ZodOptional<z$1.ZodString>;
516
+ commit_time: z$1.ZodOptional<z$1.ZodISODateTime>;
557
517
  created_at: z$1.ZodOptional<z$1.ZodISODateTime>;
558
518
  created_by: z$1.ZodOptional<z$1.ZodString>;
559
519
  deleted_at: z$1.ZodOptional<z$1.ZodISODateTime>;
@@ -619,6 +579,7 @@ declare const SearchWorkspaceProjectsResponseSchema: z$1.ZodObject<{
619
579
  app_visitors_30d: z$1.ZodOptional<z$1.ZodNumber>;
620
580
  app_visitors_7d: z$1.ZodOptional<z$1.ZodNumber>;
621
581
  category: z$1.ZodOptional<z$1.ZodString>;
582
+ commit_time: z$1.ZodOptional<z$1.ZodISODateTime>;
622
583
  created_at: z$1.ZodOptional<z$1.ZodISODateTime>;
623
584
  created_by: z$1.ZodOptional<z$1.ZodString>;
624
585
  deleted_at: z$1.ZodOptional<z$1.ZodISODateTime>;
@@ -684,66 +645,6 @@ declare const StandardConnectorPromotionSchema: z$1.ZodObject<{
684
645
  message: z$1.ZodString;
685
646
  until: z$1.ZodISODateTime;
686
647
  }, z$1.core.$strip>;
687
- declare const StandardConnectorApiSchema: z$1.ZodObject<{
688
- can_restrict_to_admins: z$1.ZodBoolean;
689
- categories: z$1.ZodArray<z$1.ZodEnum<{
690
- custom: "custom";
691
- ecommerce: "ecommerce";
692
- marketing: "marketing";
693
- productivity: "productivity";
694
- sales: "sales";
695
- support: "support";
696
- other: "other";
697
- messaging: "messaging";
698
- development: "development";
699
- payments: "payments";
700
- security: "security";
701
- }>>;
702
- connection_scope: z$1.ZodEnum<{
703
- workspace: "workspace";
704
- project: "project";
705
- }>;
706
- creator: z$1.ZodObject<{
707
- name: z$1.ZodString;
708
- url: z$1.ZodString;
709
- }, z$1.core.$strip>;
710
- data_scope: z$1.ZodEnum<{
711
- organization: "organization";
712
- individual: "individual";
713
- }>;
714
- description: z$1.ZodString;
715
- display_name: z$1.ZodString;
716
- documentation_url: z$1.ZodString;
717
- has_connections: z$1.ZodBoolean;
718
- has_metered_option: z$1.ZodOptional<z$1.ZodBoolean>;
719
- id: z$1.ZodString;
720
- is_enabled_for_workspace: z$1.ZodBoolean;
721
- is_new: z$1.ZodOptional<z$1.ZodBoolean>;
722
- promotion: z$1.ZodOptional<z$1.ZodObject<{
723
- help_link: z$1.ZodString;
724
- link: z$1.ZodString;
725
- message: z$1.ZodString;
726
- until: z$1.ZodISODateTime;
727
- }, z$1.core.$strip>>;
728
- searchTags: z$1.ZodArray<z$1.ZodString>;
729
- short_description: z$1.ZodString;
730
- single_connection: z$1.ZodOptional<z$1.ZodBoolean>;
731
- source: z$1.ZodOptional<z$1.ZodEnum<{
732
- native: "native";
733
- user_defined: "user_defined";
734
- }>>;
735
- terms_url: z$1.ZodOptional<z$1.ZodString>;
736
- vendor: z$1.ZodOptional<z$1.ZodEnum<{
737
- google: "google";
738
- microsoft: "microsoft";
739
- aws: "aws";
740
- meta: "meta";
741
- }>>;
742
- who_can_create: z$1.ZodEnum<{
743
- editors_and_admins: "editors_and_admins";
744
- admins_only: "admins_only";
745
- }>;
746
- }, z$1.core.$strip>;
747
648
  declare const TemplateProjectResponseSchema: z$1.ZodObject<{
748
649
  description: z$1.ZodString;
749
650
  id: z$1.ZodString;
@@ -772,6 +673,108 @@ declare const TimeSeriesDataSchema: z$1.ZodObject<{
772
673
  label: z$1.ZodString;
773
674
  total: z$1.ZodNumber;
774
675
  }, z$1.core.$strip>;
676
+ declare const ChannelTimeSeriesGroupSchema: z$1.ZodObject<{
677
+ bounceRate: z$1.ZodObject<{
678
+ data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
679
+ date: z$1.ZodString;
680
+ value: z$1.ZodNumber;
681
+ }, z$1.core.$strip>>>;
682
+ label: z$1.ZodString;
683
+ total: z$1.ZodNumber;
684
+ }, z$1.core.$strip>;
685
+ pageviews: z$1.ZodObject<{
686
+ data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
687
+ date: z$1.ZodString;
688
+ value: z$1.ZodNumber;
689
+ }, z$1.core.$strip>>>;
690
+ label: z$1.ZodString;
691
+ total: z$1.ZodNumber;
692
+ }, z$1.core.$strip>;
693
+ pageviewsPerVisit: z$1.ZodObject<{
694
+ data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
695
+ date: z$1.ZodString;
696
+ value: z$1.ZodNumber;
697
+ }, z$1.core.$strip>>>;
698
+ label: z$1.ZodString;
699
+ total: z$1.ZodNumber;
700
+ }, z$1.core.$strip>;
701
+ sessionDuration: z$1.ZodObject<{
702
+ data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
703
+ date: z$1.ZodString;
704
+ value: z$1.ZodNumber;
705
+ }, z$1.core.$strip>>>;
706
+ label: z$1.ZodString;
707
+ total: z$1.ZodNumber;
708
+ }, z$1.core.$strip>;
709
+ visitors: z$1.ZodObject<{
710
+ data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
711
+ date: z$1.ZodString;
712
+ value: z$1.ZodNumber;
713
+ }, z$1.core.$strip>>>;
714
+ label: z$1.ZodString;
715
+ total: z$1.ZodNumber;
716
+ }, z$1.core.$strip>;
717
+ }, z$1.core.$strip>;
718
+ declare const ChannelAnalyticsSchema: z$1.ZodObject<{
719
+ lists: z$1.ZodObject<{
720
+ page: z$1.ZodObject<{
721
+ data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
722
+ label: z$1.ZodString;
723
+ value: z$1.ZodNumber;
724
+ }, z$1.core.$strip>>>;
725
+ label: z$1.ZodString;
726
+ }, z$1.core.$strip>;
727
+ source: z$1.ZodObject<{
728
+ data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
729
+ label: z$1.ZodString;
730
+ value: z$1.ZodNumber;
731
+ }, z$1.core.$strip>>>;
732
+ label: z$1.ZodString;
733
+ }, z$1.core.$strip>;
734
+ }, z$1.core.$strip>;
735
+ timeSeries: z$1.ZodObject<{
736
+ bounceRate: z$1.ZodObject<{
737
+ data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
738
+ date: z$1.ZodString;
739
+ value: z$1.ZodNumber;
740
+ }, z$1.core.$strip>>>;
741
+ label: z$1.ZodString;
742
+ total: z$1.ZodNumber;
743
+ }, z$1.core.$strip>;
744
+ pageviews: z$1.ZodObject<{
745
+ data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
746
+ date: z$1.ZodString;
747
+ value: z$1.ZodNumber;
748
+ }, z$1.core.$strip>>>;
749
+ label: z$1.ZodString;
750
+ total: z$1.ZodNumber;
751
+ }, z$1.core.$strip>;
752
+ pageviewsPerVisit: z$1.ZodObject<{
753
+ data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
754
+ date: z$1.ZodString;
755
+ value: z$1.ZodNumber;
756
+ }, z$1.core.$strip>>>;
757
+ label: z$1.ZodString;
758
+ total: z$1.ZodNumber;
759
+ }, z$1.core.$strip>;
760
+ sessionDuration: z$1.ZodObject<{
761
+ data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
762
+ date: z$1.ZodString;
763
+ value: z$1.ZodNumber;
764
+ }, z$1.core.$strip>>>;
765
+ label: z$1.ZodString;
766
+ total: z$1.ZodNumber;
767
+ }, z$1.core.$strip>;
768
+ visitors: z$1.ZodObject<{
769
+ data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
770
+ date: z$1.ZodString;
771
+ value: z$1.ZodNumber;
772
+ }, z$1.core.$strip>>>;
773
+ label: z$1.ZodString;
774
+ total: z$1.ZodNumber;
775
+ }, z$1.core.$strip>;
776
+ }, z$1.core.$strip>;
777
+ }, z$1.core.$strip>;
775
778
  declare const TimeSeriesGroupSchema: z$1.ZodObject<{
776
779
  bounceRate: z$1.ZodObject<{
777
780
  data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
@@ -815,6 +818,70 @@ declare const TimeSeriesGroupSchema: z$1.ZodObject<{
815
818
  }, z$1.core.$strip>;
816
819
  }, z$1.core.$strip>;
817
820
  declare const ProjectAnalyticsResponseSchema: z$1.ZodObject<{
821
+ channels: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
822
+ lists: z$1.ZodObject<{
823
+ page: z$1.ZodObject<{
824
+ data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
825
+ label: z$1.ZodString;
826
+ value: z$1.ZodNumber;
827
+ }, z$1.core.$strip>>>;
828
+ label: z$1.ZodString;
829
+ }, z$1.core.$strip>;
830
+ source: z$1.ZodObject<{
831
+ data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
832
+ label: z$1.ZodString;
833
+ value: z$1.ZodNumber;
834
+ }, z$1.core.$strip>>>;
835
+ label: z$1.ZodString;
836
+ }, z$1.core.$strip>;
837
+ }, z$1.core.$strip>;
838
+ timeSeries: z$1.ZodObject<{
839
+ bounceRate: z$1.ZodObject<{
840
+ data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
841
+ date: z$1.ZodString;
842
+ value: z$1.ZodNumber;
843
+ }, z$1.core.$strip>>>;
844
+ label: z$1.ZodString;
845
+ total: z$1.ZodNumber;
846
+ }, z$1.core.$strip>;
847
+ pageviews: z$1.ZodObject<{
848
+ data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
849
+ date: z$1.ZodString;
850
+ value: z$1.ZodNumber;
851
+ }, z$1.core.$strip>>>;
852
+ label: z$1.ZodString;
853
+ total: z$1.ZodNumber;
854
+ }, z$1.core.$strip>;
855
+ pageviewsPerVisit: z$1.ZodObject<{
856
+ data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
857
+ date: z$1.ZodString;
858
+ value: z$1.ZodNumber;
859
+ }, z$1.core.$strip>>>;
860
+ label: z$1.ZodString;
861
+ total: z$1.ZodNumber;
862
+ }, z$1.core.$strip>;
863
+ sessionDuration: z$1.ZodObject<{
864
+ data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
865
+ date: z$1.ZodString;
866
+ value: z$1.ZodNumber;
867
+ }, z$1.core.$strip>>>;
868
+ label: z$1.ZodString;
869
+ total: z$1.ZodNumber;
870
+ }, z$1.core.$strip>;
871
+ visitors: z$1.ZodObject<{
872
+ data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
873
+ date: z$1.ZodString;
874
+ value: z$1.ZodNumber;
875
+ }, z$1.core.$strip>>>;
876
+ label: z$1.ZodString;
877
+ total: z$1.ZodNumber;
878
+ }, z$1.core.$strip>;
879
+ }, z$1.core.$strip>;
880
+ }, z$1.core.$strip>>>;
881
+ channelsSource: z$1.ZodOptional<z$1.ZodEnum<{
882
+ legacy: "legacy";
883
+ user_app_events: "user_app_events";
884
+ }>>;
818
885
  lists: z$1.ZodObject<{
819
886
  country: z$1.ZodObject<{
820
887
  data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
@@ -899,72 +966,6 @@ declare const ToolDisplayDataSchema: z$1.ZodObject<{
899
966
  name: z$1.ZodString;
900
967
  title: z$1.ZodOptional<z$1.ZodString>;
901
968
  }, z$1.core.$strip>;
902
- declare const McpConnectorSchema: z$1.ZodObject<{
903
- app_mcp_auth_method: z$1.ZodOptional<z$1.ZodString>;
904
- app_mcp_project_id: z$1.ZodOptional<z$1.ZodString>;
905
- app_mcp_server_id: z$1.ZodOptional<z$1.ZodString>;
906
- app_site_url: z$1.ZodOptional<z$1.ZodString>;
907
- category: z$1.ZodEnum<{
908
- custom: "custom";
909
- ecommerce: "ecommerce";
910
- marketing: "marketing";
911
- productivity: "productivity";
912
- sales: "sales";
913
- support: "support";
914
- other: "other";
915
- messaging: "messaging";
916
- development: "development";
917
- payments: "payments";
918
- security: "security";
919
- }>;
920
- connect_interaction: z$1.ZodOptional<z$1.ZodEnum<{
921
- desktop_app_download: "desktop_app_download";
922
- }>>;
923
- connection_id: z$1.ZodOptional<z$1.ZodString>;
924
- connector_id: z$1.ZodOptional<z$1.ZodString>;
925
- creator: z$1.ZodObject<{
926
- name: z$1.ZodString;
927
- url: z$1.ZodString;
928
- }, z$1.core.$strip>;
929
- custom_url_hint: z$1.ZodOptional<z$1.ZodString>;
930
- display_name: z$1.ZodString;
931
- documentation_url: z$1.ZodOptional<z$1.ZodString>;
932
- icon_url: z$1.ZodOptional<z$1.ZodString>;
933
- id: z$1.ZodString;
934
- info: z$1.ZodOptional<z$1.ZodString>;
935
- integration_id: z$1.ZodOptional<z$1.ZodString>;
936
- is_connected: z$1.ZodOptional<z$1.ZodBoolean>;
937
- is_enabled_for_workspace: z$1.ZodBoolean;
938
- launched: z$1.ZodBoolean;
939
- parent_registry_id: z$1.ZodOptional<z$1.ZodString>;
940
- platform_availability: z$1.ZodOptional<z$1.ZodArray<z$1.ZodEnum<{
941
- webapp: "webapp";
942
- desktop: "desktop";
943
- }>>>;
944
- refresh_failures: z$1.ZodOptional<z$1.ZodNumber>;
945
- requires_custom_url: z$1.ZodOptional<z$1.ZodBoolean>;
946
- searchTags: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
947
- server_url: z$1.ZodOptional<z$1.ZodString>;
948
- status: z$1.ZodEnum<{
949
- connected: "connected";
950
- available: "available";
951
- disabled: "disabled";
952
- }>;
953
- summary: z$1.ZodString;
954
- tools: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
955
- default_preference: z$1.ZodOptional<z$1.ZodEnum<{
956
- never_ask: "never_ask";
957
- ask: "ask";
958
- disable: "disable";
959
- }>>;
960
- description: z$1.ZodString;
961
- input_schema: z$1.ZodOptional<z$1.ZodUnknown>;
962
- name: z$1.ZodString;
963
- title: z$1.ZodOptional<z$1.ZodString>;
964
- }, z$1.core.$strip>>>;
965
- url: z$1.ZodOptional<z$1.ZodString>;
966
- url_placeholder: z$1.ZodOptional<z$1.ZodString>;
967
- }, z$1.core.$strip>;
968
969
  declare const TrendDataPointSchema: z$1.ZodObject<{
969
970
  time: z$1.ZodString;
970
971
  visits: z$1.ZodNumber;
@@ -1057,6 +1058,253 @@ declare const PublicV1ProjectAnalyticsBodySchema: z$1.ZodObject<{
1057
1058
  }, z$1.core.$strip>>>;
1058
1059
  }, z$1.core.$strip>>;
1059
1060
  }, z$1.core.$strip>;
1061
+ declare const UserCreatorSchema: z$1.ZodObject<{
1062
+ type: z$1.ZodEnum<{
1063
+ user: "user";
1064
+ }>;
1065
+ user_id: z$1.ZodString;
1066
+ }, z$1.core.$strip>;
1067
+ declare const CreatorSchema: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
1068
+ name: z$1.ZodString;
1069
+ url: z$1.ZodString;
1070
+ type: z$1.ZodLiteral<"lovable">;
1071
+ }, z$1.core.$strip>, z$1.ZodObject<{
1072
+ user_id: z$1.ZodString;
1073
+ type: z$1.ZodLiteral<"user">;
1074
+ }, z$1.core.$strip>, z$1.ZodObject<{
1075
+ logo_url: z$1.ZodOptional<z$1.ZodString>;
1076
+ name: z$1.ZodString;
1077
+ url: z$1.ZodString;
1078
+ type: z$1.ZodLiteral<"company">;
1079
+ }, z$1.core.$strip>], "type">;
1080
+ declare const AppUserConnectorApiSchema: z$1.ZodObject<{
1081
+ can_restrict_to_admins: z$1.ZodBoolean;
1082
+ categories: z$1.ZodArray<z$1.ZodEnum<{
1083
+ custom: "custom";
1084
+ ecommerce: "ecommerce";
1085
+ marketing: "marketing";
1086
+ productivity: "productivity";
1087
+ sales: "sales";
1088
+ support: "support";
1089
+ other: "other";
1090
+ messaging: "messaging";
1091
+ development: "development";
1092
+ payments: "payments";
1093
+ security: "security";
1094
+ }>>;
1095
+ creator: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
1096
+ name: z$1.ZodString;
1097
+ url: z$1.ZodString;
1098
+ type: z$1.ZodLiteral<"lovable">;
1099
+ }, z$1.core.$strip>, z$1.ZodObject<{
1100
+ user_id: z$1.ZodString;
1101
+ type: z$1.ZodLiteral<"user">;
1102
+ }, z$1.core.$strip>, z$1.ZodObject<{
1103
+ logo_url: z$1.ZodOptional<z$1.ZodString>;
1104
+ name: z$1.ZodString;
1105
+ url: z$1.ZodString;
1106
+ type: z$1.ZodLiteral<"company">;
1107
+ }, z$1.core.$strip>], "type">;
1108
+ display_name: z$1.ZodString;
1109
+ documentation_url: z$1.ZodString;
1110
+ has_clients: z$1.ZodBoolean;
1111
+ id: z$1.ZodString;
1112
+ is_enabled_for_workspace: z$1.ZodBoolean;
1113
+ long_description: z$1.ZodString;
1114
+ search_tags: z$1.ZodArray<z$1.ZodString>;
1115
+ short_description: z$1.ZodString;
1116
+ terms_url: z$1.ZodOptional<z$1.ZodString>;
1117
+ who_can_create: z$1.ZodEnum<{
1118
+ editors_and_admins: "editors_and_admins";
1119
+ admins_only: "admins_only";
1120
+ }>;
1121
+ }, z$1.core.$strip>;
1122
+ declare const McpConnectorSchema: z$1.ZodObject<{
1123
+ app_mcp_auth_method: z$1.ZodOptional<z$1.ZodString>;
1124
+ app_mcp_project_id: z$1.ZodOptional<z$1.ZodString>;
1125
+ app_mcp_server_id: z$1.ZodOptional<z$1.ZodString>;
1126
+ app_site_url: z$1.ZodOptional<z$1.ZodString>;
1127
+ category: z$1.ZodEnum<{
1128
+ custom: "custom";
1129
+ ecommerce: "ecommerce";
1130
+ marketing: "marketing";
1131
+ productivity: "productivity";
1132
+ sales: "sales";
1133
+ support: "support";
1134
+ other: "other";
1135
+ messaging: "messaging";
1136
+ development: "development";
1137
+ payments: "payments";
1138
+ security: "security";
1139
+ }>;
1140
+ connect_interaction: z$1.ZodOptional<z$1.ZodEnum<{
1141
+ desktop_app_download: "desktop_app_download";
1142
+ }>>;
1143
+ connection_id: z$1.ZodOptional<z$1.ZodString>;
1144
+ connector_id: z$1.ZodOptional<z$1.ZodString>;
1145
+ creator: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
1146
+ name: z$1.ZodString;
1147
+ url: z$1.ZodString;
1148
+ type: z$1.ZodLiteral<"lovable">;
1149
+ }, z$1.core.$strip>, z$1.ZodObject<{
1150
+ user_id: z$1.ZodString;
1151
+ type: z$1.ZodLiteral<"user">;
1152
+ }, z$1.core.$strip>, z$1.ZodObject<{
1153
+ logo_url: z$1.ZodOptional<z$1.ZodString>;
1154
+ name: z$1.ZodString;
1155
+ url: z$1.ZodString;
1156
+ type: z$1.ZodLiteral<"company">;
1157
+ }, z$1.core.$strip>], "type">;
1158
+ custom_url_hint: z$1.ZodOptional<z$1.ZodString>;
1159
+ display_name: z$1.ZodString;
1160
+ documentation_url: z$1.ZodOptional<z$1.ZodString>;
1161
+ icon_url: z$1.ZodOptional<z$1.ZodString>;
1162
+ id: z$1.ZodString;
1163
+ info: z$1.ZodOptional<z$1.ZodString>;
1164
+ integration_id: z$1.ZodOptional<z$1.ZodString>;
1165
+ is_connected: z$1.ZodOptional<z$1.ZodBoolean>;
1166
+ is_enabled_for_workspace: z$1.ZodBoolean;
1167
+ launched: z$1.ZodBoolean;
1168
+ parent_registry_id: z$1.ZodOptional<z$1.ZodString>;
1169
+ platform_availability: z$1.ZodOptional<z$1.ZodArray<z$1.ZodEnum<{
1170
+ webapp: "webapp";
1171
+ desktop: "desktop";
1172
+ }>>>;
1173
+ refresh_failures: z$1.ZodOptional<z$1.ZodNumber>;
1174
+ requires_custom_url: z$1.ZodOptional<z$1.ZodBoolean>;
1175
+ searchTags: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
1176
+ server_url: z$1.ZodOptional<z$1.ZodString>;
1177
+ status: z$1.ZodEnum<{
1178
+ connected: "connected";
1179
+ available: "available";
1180
+ disabled: "disabled";
1181
+ }>;
1182
+ summary: z$1.ZodString;
1183
+ tools: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
1184
+ default_preference: z$1.ZodOptional<z$1.ZodEnum<{
1185
+ never_ask: "never_ask";
1186
+ ask: "ask";
1187
+ disable: "disable";
1188
+ }>>;
1189
+ description: z$1.ZodString;
1190
+ input_schema: z$1.ZodOptional<z$1.ZodUnknown>;
1191
+ name: z$1.ZodString;
1192
+ title: z$1.ZodOptional<z$1.ZodString>;
1193
+ }, z$1.core.$strip>>>;
1194
+ url: z$1.ZodOptional<z$1.ZodString>;
1195
+ url_placeholder: z$1.ZodOptional<z$1.ZodString>;
1196
+ }, z$1.core.$strip>;
1197
+ declare const SeamlessConnectorApiSchema: z$1.ZodObject<{
1198
+ alias: z$1.ZodOptional<z$1.ZodString>;
1199
+ categories: z$1.ZodNullable<z$1.ZodArray<z$1.ZodString>>;
1200
+ creator: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
1201
+ name: z$1.ZodString;
1202
+ url: z$1.ZodString;
1203
+ type: z$1.ZodLiteral<"lovable">;
1204
+ }, z$1.core.$strip>, z$1.ZodObject<{
1205
+ user_id: z$1.ZodString;
1206
+ type: z$1.ZodLiteral<"user">;
1207
+ }, z$1.core.$strip>, z$1.ZodObject<{
1208
+ logo_url: z$1.ZodOptional<z$1.ZodString>;
1209
+ name: z$1.ZodString;
1210
+ url: z$1.ZodString;
1211
+ type: z$1.ZodLiteral<"company">;
1212
+ }, z$1.core.$strip>], "type">;
1213
+ description: z$1.ZodString;
1214
+ display_name: z$1.ZodString;
1215
+ documentation_url: z$1.ZodString;
1216
+ features: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
1217
+ body: z$1.ZodOptional<z$1.ZodString>;
1218
+ items: z$1.ZodNullable<z$1.ZodArray<z$1.ZodString>>;
1219
+ title: z$1.ZodString;
1220
+ }, z$1.core.$strip>>>>;
1221
+ id: z$1.ZodString;
1222
+ is_enabled_for_workspace: z$1.ZodBoolean;
1223
+ level: z$1.ZodString;
1224
+ manual_connect_hint: z$1.ZodOptional<z$1.ZodString>;
1225
+ permissions: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
1226
+ control_type: z$1.ZodOptional<z$1.ZodString>;
1227
+ default_preference: z$1.ZodString;
1228
+ description: z$1.ZodString;
1229
+ display_name: z$1.ZodString;
1230
+ is_primary: z$1.ZodOptional<z$1.ZodBoolean>;
1231
+ name: z$1.ZodString;
1232
+ }, z$1.core.$strip>>>;
1233
+ searchTags: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodString>>>;
1234
+ short_description: z$1.ZodString;
1235
+ toolIntegrationName: z$1.ZodOptional<z$1.ZodString>;
1236
+ }, z$1.core.$strip>;
1237
+ declare const StandardConnectorApiSchema: z$1.ZodObject<{
1238
+ can_restrict_to_admins: z$1.ZodBoolean;
1239
+ categories: z$1.ZodArray<z$1.ZodEnum<{
1240
+ custom: "custom";
1241
+ ecommerce: "ecommerce";
1242
+ marketing: "marketing";
1243
+ productivity: "productivity";
1244
+ sales: "sales";
1245
+ support: "support";
1246
+ other: "other";
1247
+ messaging: "messaging";
1248
+ development: "development";
1249
+ payments: "payments";
1250
+ security: "security";
1251
+ }>>;
1252
+ connection_scope: z$1.ZodEnum<{
1253
+ workspace: "workspace";
1254
+ project: "project";
1255
+ }>;
1256
+ creator: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
1257
+ name: z$1.ZodString;
1258
+ url: z$1.ZodString;
1259
+ type: z$1.ZodLiteral<"lovable">;
1260
+ }, z$1.core.$strip>, z$1.ZodObject<{
1261
+ user_id: z$1.ZodString;
1262
+ type: z$1.ZodLiteral<"user">;
1263
+ }, z$1.core.$strip>, z$1.ZodObject<{
1264
+ logo_url: z$1.ZodOptional<z$1.ZodString>;
1265
+ name: z$1.ZodString;
1266
+ url: z$1.ZodString;
1267
+ type: z$1.ZodLiteral<"company">;
1268
+ }, z$1.core.$strip>], "type">;
1269
+ data_scope: z$1.ZodEnum<{
1270
+ organization: "organization";
1271
+ individual: "individual";
1272
+ }>;
1273
+ description: z$1.ZodString;
1274
+ display_name: z$1.ZodString;
1275
+ documentation_url: z$1.ZodString;
1276
+ has_connections: z$1.ZodBoolean;
1277
+ id: z$1.ZodString;
1278
+ is_enabled_for_workspace: z$1.ZodBoolean;
1279
+ is_new: z$1.ZodOptional<z$1.ZodBoolean>;
1280
+ logo_url: z$1.ZodOptional<z$1.ZodString>;
1281
+ pricing_url: z$1.ZodOptional<z$1.ZodString>;
1282
+ promotion: z$1.ZodOptional<z$1.ZodObject<{
1283
+ help_link: z$1.ZodString;
1284
+ link: z$1.ZodString;
1285
+ message: z$1.ZodString;
1286
+ until: z$1.ZodISODateTime;
1287
+ }, z$1.core.$strip>>;
1288
+ searchTags: z$1.ZodArray<z$1.ZodString>;
1289
+ short_description: z$1.ZodString;
1290
+ single_connection: z$1.ZodOptional<z$1.ZodBoolean>;
1291
+ source: z$1.ZodOptional<z$1.ZodEnum<{
1292
+ native: "native";
1293
+ user_defined: "user_defined";
1294
+ }>>;
1295
+ supports_inbound: z$1.ZodOptional<z$1.ZodBoolean>;
1296
+ terms_url: z$1.ZodOptional<z$1.ZodString>;
1297
+ vendor: z$1.ZodOptional<z$1.ZodEnum<{
1298
+ google: "google";
1299
+ microsoft: "microsoft";
1300
+ aws: "aws";
1301
+ meta: "meta";
1302
+ }>>;
1303
+ who_can_create: z$1.ZodEnum<{
1304
+ editors_and_admins: "editors_and_admins";
1305
+ admins_only: "admins_only";
1306
+ }>;
1307
+ }, z$1.core.$strip>;
1060
1308
  declare const V1AddConnectorInputBodySchema: z$1.ZodObject<{
1061
1309
  auth_type: z$1.ZodEnum<{
1062
1310
  none: "none";
@@ -1071,6 +1319,7 @@ declare const V1AddConnectorInputBodySchema: z$1.ZodObject<{
1071
1319
  relay_service_name: z$1.ZodOptional<z$1.ZodString>;
1072
1320
  token: z$1.ZodOptional<z$1.ZodString>;
1073
1321
  url: z$1.ZodOptional<z$1.ZodString>;
1322
+ use_egress_proxy: z$1.ZodOptional<z$1.ZodBoolean>;
1074
1323
  }, z$1.core.$strip>;
1075
1324
  declare const V1AvailableConnectorEntrySchema: z$1.ZodObject<{
1076
1325
  category: z$1.ZodString;
@@ -1085,20 +1334,6 @@ declare const V1AwaitingInputSummarySchema: z$1.ZodObject<{
1085
1334
  input_schema: z$1.ZodOptional<z$1.ZodUnknown>;
1086
1335
  prev_session_id: z$1.ZodOptional<z$1.ZodString>;
1087
1336
  }, z$1.core.$strip>;
1088
- declare const V1AiResponseSummarySchema: z$1.ZodObject<{
1089
- awaiting_input: z$1.ZodOptional<z$1.ZodObject<{
1090
- event_id: z$1.ZodString;
1091
- input_schema: z$1.ZodOptional<z$1.ZodUnknown>;
1092
- prev_session_id: z$1.ZodOptional<z$1.ZodString>;
1093
- }, z$1.core.$strip>>;
1094
- commit_sha: z$1.ZodOptional<z$1.ZodString>;
1095
- content: z$1.ZodString;
1096
- cost_credits: z$1.ZodOptional<z$1.ZodNumber>;
1097
- edit_id: z$1.ZodOptional<z$1.ZodString>;
1098
- message_id: z$1.ZodString;
1099
- status: z$1.ZodString;
1100
- summary: z$1.ZodOptional<z$1.ZodString>;
1101
- }, z$1.core.$strip>;
1102
1337
  declare const V1BillingCreditLimitRowSchema: z$1.ZodObject<{
1103
1338
  monthly_credit_limit: z$1.ZodOptional<z$1.ZodNumber>;
1104
1339
  user_id: z$1.ZodString;
@@ -1359,10 +1594,19 @@ declare const V1ListAppUserConnectorsResponseSchema: z$1.ZodObject<{
1359
1594
  payments: "payments";
1360
1595
  security: "security";
1361
1596
  }>>;
1362
- creator: z$1.ZodObject<{
1597
+ creator: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
1363
1598
  name: z$1.ZodString;
1364
1599
  url: z$1.ZodString;
1365
- }, z$1.core.$strip>;
1600
+ type: z$1.ZodLiteral<"lovable">;
1601
+ }, z$1.core.$strip>, z$1.ZodObject<{
1602
+ user_id: z$1.ZodString;
1603
+ type: z$1.ZodLiteral<"user">;
1604
+ }, z$1.core.$strip>, z$1.ZodObject<{
1605
+ logo_url: z$1.ZodOptional<z$1.ZodString>;
1606
+ name: z$1.ZodString;
1607
+ url: z$1.ZodString;
1608
+ type: z$1.ZodLiteral<"company">;
1609
+ }, z$1.core.$strip>], "type">;
1366
1610
  display_name: z$1.ZodString;
1367
1611
  documentation_url: z$1.ZodString;
1368
1612
  has_clients: z$1.ZodBoolean;
@@ -1441,10 +1685,19 @@ declare const V1ListMcpConnectorsResponseSchema: z$1.ZodObject<{
1441
1685
  }>>;
1442
1686
  connection_id: z$1.ZodOptional<z$1.ZodString>;
1443
1687
  connector_id: z$1.ZodOptional<z$1.ZodString>;
1444
- creator: z$1.ZodObject<{
1688
+ creator: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
1445
1689
  name: z$1.ZodString;
1446
1690
  url: z$1.ZodString;
1447
- }, z$1.core.$strip>;
1691
+ type: z$1.ZodLiteral<"lovable">;
1692
+ }, z$1.core.$strip>, z$1.ZodObject<{
1693
+ user_id: z$1.ZodString;
1694
+ type: z$1.ZodLiteral<"user">;
1695
+ }, z$1.core.$strip>, z$1.ZodObject<{
1696
+ logo_url: z$1.ZodOptional<z$1.ZodString>;
1697
+ name: z$1.ZodString;
1698
+ url: z$1.ZodString;
1699
+ type: z$1.ZodLiteral<"company">;
1700
+ }, z$1.core.$strip>], "type">;
1448
1701
  custom_url_hint: z$1.ZodOptional<z$1.ZodString>;
1449
1702
  display_name: z$1.ZodString;
1450
1703
  documentation_url: z$1.ZodOptional<z$1.ZodString>;
@@ -1494,10 +1747,19 @@ declare const V1ListSeamlessConnectorsResponseSchema: z$1.ZodObject<{
1494
1747
  connectors: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
1495
1748
  alias: z$1.ZodOptional<z$1.ZodString>;
1496
1749
  categories: z$1.ZodNullable<z$1.ZodArray<z$1.ZodString>>;
1497
- creator: z$1.ZodObject<{
1750
+ creator: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
1498
1751
  name: z$1.ZodString;
1499
1752
  url: z$1.ZodString;
1500
- }, z$1.core.$strip>;
1753
+ type: z$1.ZodLiteral<"lovable">;
1754
+ }, z$1.core.$strip>, z$1.ZodObject<{
1755
+ user_id: z$1.ZodString;
1756
+ type: z$1.ZodLiteral<"user">;
1757
+ }, z$1.core.$strip>, z$1.ZodObject<{
1758
+ logo_url: z$1.ZodOptional<z$1.ZodString>;
1759
+ name: z$1.ZodString;
1760
+ url: z$1.ZodString;
1761
+ type: z$1.ZodLiteral<"company">;
1762
+ }, z$1.core.$strip>], "type">;
1501
1763
  description: z$1.ZodString;
1502
1764
  display_name: z$1.ZodString;
1503
1765
  documentation_url: z$1.ZodString;
@@ -1545,10 +1807,19 @@ declare const V1ListStandardConnectorsResponseSchema: z$1.ZodObject<{
1545
1807
  workspace: "workspace";
1546
1808
  project: "project";
1547
1809
  }>;
1548
- creator: z$1.ZodObject<{
1810
+ creator: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
1549
1811
  name: z$1.ZodString;
1550
1812
  url: z$1.ZodString;
1551
- }, z$1.core.$strip>;
1813
+ type: z$1.ZodLiteral<"lovable">;
1814
+ }, z$1.core.$strip>, z$1.ZodObject<{
1815
+ user_id: z$1.ZodString;
1816
+ type: z$1.ZodLiteral<"user">;
1817
+ }, z$1.core.$strip>, z$1.ZodObject<{
1818
+ logo_url: z$1.ZodOptional<z$1.ZodString>;
1819
+ name: z$1.ZodString;
1820
+ url: z$1.ZodString;
1821
+ type: z$1.ZodLiteral<"company">;
1822
+ }, z$1.core.$strip>], "type">;
1552
1823
  data_scope: z$1.ZodEnum<{
1553
1824
  organization: "organization";
1554
1825
  individual: "individual";
@@ -1557,10 +1828,11 @@ declare const V1ListStandardConnectorsResponseSchema: z$1.ZodObject<{
1557
1828
  display_name: z$1.ZodString;
1558
1829
  documentation_url: z$1.ZodString;
1559
1830
  has_connections: z$1.ZodBoolean;
1560
- has_metered_option: z$1.ZodOptional<z$1.ZodBoolean>;
1561
1831
  id: z$1.ZodString;
1562
1832
  is_enabled_for_workspace: z$1.ZodBoolean;
1563
1833
  is_new: z$1.ZodOptional<z$1.ZodBoolean>;
1834
+ logo_url: z$1.ZodOptional<z$1.ZodString>;
1835
+ pricing_url: z$1.ZodOptional<z$1.ZodString>;
1564
1836
  promotion: z$1.ZodOptional<z$1.ZodObject<{
1565
1837
  help_link: z$1.ZodString;
1566
1838
  link: z$1.ZodString;
@@ -1574,6 +1846,7 @@ declare const V1ListStandardConnectorsResponseSchema: z$1.ZodObject<{
1574
1846
  native: "native";
1575
1847
  user_defined: "user_defined";
1576
1848
  }>>;
1849
+ supports_inbound: z$1.ZodOptional<z$1.ZodBoolean>;
1577
1850
  terms_url: z$1.ZodOptional<z$1.ZodString>;
1578
1851
  vendor: z$1.ZodOptional<z$1.ZodEnum<{
1579
1852
  google: "google";
@@ -1610,21 +1883,27 @@ declare const V1ListWorkspacesBodySchema: z$1.ZodObject<{
1610
1883
  next_cursor: z$1.ZodNullable<z$1.ZodString>;
1611
1884
  }, z$1.core.$strip>;
1612
1885
  }, z$1.core.$strip>;
1613
- declare const V1MessageExportStatusSchema: z$1.ZodObject<{
1614
- archive_size_bytes: z$1.ZodOptional<z$1.ZodNumber>;
1615
- completed_at: z$1.ZodOptional<z$1.ZodISODateTime>;
1616
- created_at: z$1.ZodISODateTime;
1617
- download_url: z$1.ZodOptional<z$1.ZodString>;
1618
- expires_at: z$1.ZodOptional<z$1.ZodISODateTime>;
1619
- export_id: z$1.ZodString;
1620
- message_count: z$1.ZodOptional<z$1.ZodNumber>;
1621
- project_count: z$1.ZodOptional<z$1.ZodNumber>;
1622
- status: z$1.ZodEnum<{
1623
- running: "running";
1624
- completed: "completed";
1625
- failed: "failed";
1626
- expired: "expired";
1627
- }>;
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>;
1628
1907
  }, z$1.core.$strip>;
1629
1908
  declare const V1MessageListItemSchema: z$1.ZodObject<{
1630
1909
  content: z$1.ZodString;
@@ -1670,6 +1949,10 @@ declare const V1MessageResponseSchema: z$1.ZodObject<{
1670
1949
  cost_credits: z$1.ZodOptional<z$1.ZodNumber>;
1671
1950
  created_at: z$1.ZodString;
1672
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>>;
1673
1956
  message_id: z$1.ZodString;
1674
1957
  queue_pause_reason: z$1.ZodOptional<z$1.ZodString>;
1675
1958
  queue_paused: z$1.ZodOptional<z$1.ZodBoolean>;
@@ -1684,6 +1967,10 @@ declare const V1MessageResponseSchema: z$1.ZodObject<{
1684
1967
  content: z$1.ZodString;
1685
1968
  cost_credits: z$1.ZodOptional<z$1.ZodNumber>;
1686
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>>;
1687
1974
  message_id: z$1.ZodString;
1688
1975
  status: z$1.ZodString;
1689
1976
  summary: z$1.ZodOptional<z$1.ZodString>;
@@ -1695,73 +1982,6 @@ declare const V1MessageResponseSchema: z$1.ZodObject<{
1695
1982
  declare const V1MoveProjectsToFolderInputBodySchema: z$1.ZodObject<{
1696
1983
  project_ids: z$1.ZodNullable<z$1.ZodArray<z$1.ZodString>>;
1697
1984
  }, z$1.core.$strip>;
1698
- declare const V1ProjectCloudDiskSchema: z$1.ZodObject<{
1699
- size_bytes: z$1.ZodNumber;
1700
- timestamp: z$1.ZodISODateTime;
1701
- used_bytes: z$1.ZodNumber;
1702
- }, z$1.core.$strip>;
1703
- declare const V1ProjectCloudResourceSignalSchema: z$1.ZodObject<{
1704
- alert_hours: z$1.ZodNumber;
1705
- label: z$1.ZodString;
1706
- latest_alert_at: z$1.ZodOptional<z$1.ZodISODateTime>;
1707
- latest_value: z$1.ZodOptional<z$1.ZodNumber>;
1708
- resource_type: z$1.ZodString;
1709
- }, z$1.core.$strip>;
1710
- declare const V1ProjectCloudResourcePressureSchema: z$1.ZodObject<{
1711
- resources: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
1712
- alert_hours: z$1.ZodNumber;
1713
- label: z$1.ZodString;
1714
- latest_alert_at: z$1.ZodOptional<z$1.ZodISODateTime>;
1715
- latest_value: z$1.ZodOptional<z$1.ZodNumber>;
1716
- resource_type: z$1.ZodString;
1717
- }, z$1.core.$strip>>>;
1718
- window_hours: z$1.ZodNumber;
1719
- }, z$1.core.$strip>;
1720
- declare const V1ProjectCloudBodySchema: z$1.ZodObject<{
1721
- disk: z$1.ZodOptional<z$1.ZodObject<{
1722
- size_bytes: z$1.ZodNumber;
1723
- timestamp: z$1.ZodISODateTime;
1724
- used_bytes: z$1.ZodNumber;
1725
- }, z$1.core.$strip>>;
1726
- environment: z$1.ZodString;
1727
- instance_tier: z$1.ZodEnum<{
1728
- xs: "xs";
1729
- s: "s";
1730
- m: "m";
1731
- ml: "ml";
1732
- l: "l";
1733
- xl: "xl";
1734
- xxl: "xxl";
1735
- }>;
1736
- instance_tier_label: z$1.ZodString;
1737
- pause_reason: z$1.ZodOptional<z$1.ZodString>;
1738
- postgres_version: z$1.ZodOptional<z$1.ZodString>;
1739
- region: z$1.ZodOptional<z$1.ZodString>;
1740
- resource_pressure: z$1.ZodOptional<z$1.ZodObject<{
1741
- resources: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
1742
- alert_hours: z$1.ZodNumber;
1743
- label: z$1.ZodString;
1744
- latest_alert_at: z$1.ZodOptional<z$1.ZodISODateTime>;
1745
- latest_value: z$1.ZodOptional<z$1.ZodNumber>;
1746
- resource_type: z$1.ZodString;
1747
- }, z$1.core.$strip>>>;
1748
- window_hours: z$1.ZodNumber;
1749
- }, z$1.core.$strip>>;
1750
- status: z$1.ZodOptional<z$1.ZodEnum<{
1751
- "": "";
1752
- OK: "OK";
1753
- RESIZING: "RESIZING";
1754
- UPGRADING: "UPGRADING";
1755
- RESTARTING: "RESTARTING";
1756
- COMING_UP: "COMING_UP";
1757
- RESTORING: "RESTORING";
1758
- UNHEALTHY: "UNHEALTHY";
1759
- INACTIVE: "INACTIVE";
1760
- PAUSING: "PAUSING";
1761
- UNKNOWN: "UNKNOWN";
1762
- }>>;
1763
- user_paused: z$1.ZodBoolean;
1764
- }, z$1.core.$strip>;
1765
1985
  declare const V1ProjectCollaboratorSchema: z$1.ZodObject<{
1766
1986
  accepted_at: z$1.ZodOptional<z$1.ZodISODateTime>;
1767
1987
  access_level: z$1.ZodEnum<{
@@ -1870,6 +2090,7 @@ declare const V1ListProjectSkillsOutputBodySchema: z$1.ZodObject<{
1870
2090
  declare const V1RemixInitInputBodySchema: z$1.ZodObject<{
1871
2091
  description: z$1.ZodOptional<z$1.ZodString>;
1872
2092
  include_custom_knowledge: z$1.ZodOptional<z$1.ZodBoolean>;
2093
+ include_files: z$1.ZodOptional<z$1.ZodBoolean>;
1873
2094
  include_history: z$1.ZodOptional<z$1.ZodBoolean>;
1874
2095
  initial_message: z$1.ZodOptional<z$1.ZodString>;
1875
2096
  message_id: z$1.ZodOptional<z$1.ZodString>;
@@ -1890,10 +2111,40 @@ declare const V1RemixProgressResultSchema: z$1.ZodObject<{
1890
2111
  warnings: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
1891
2112
  code: z$1.ZodEnum<{
1892
2113
  edge_functions_not_deployed: "edge_functions_not_deployed";
2114
+ integration_skipped: "integration_skipped";
1893
2115
  }>;
1894
2116
  failed_edge_functions: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodString>>>;
2117
+ reason: z$1.ZodOptional<z$1.ZodString>;
2118
+ skipped_integration: z$1.ZodOptional<z$1.ZodString>;
1895
2119
  }, z$1.core.$strip>>>>;
1896
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>;
1897
2148
  declare const V1RemixProgressOutputBodySchema: z$1.ZodObject<{
1898
2149
  error_code: z$1.ZodOptional<z$1.ZodString>;
1899
2150
  error_message: z$1.ZodOptional<z$1.ZodString>;
@@ -1902,8 +2153,11 @@ declare const V1RemixProgressOutputBodySchema: z$1.ZodObject<{
1902
2153
  warnings: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
1903
2154
  code: z$1.ZodEnum<{
1904
2155
  edge_functions_not_deployed: "edge_functions_not_deployed";
2156
+ integration_skipped: "integration_skipped";
1905
2157
  }>;
1906
2158
  failed_edge_functions: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodString>>>;
2159
+ reason: z$1.ZodOptional<z$1.ZodString>;
2160
+ skipped_integration: z$1.ZodOptional<z$1.ZodString>;
1907
2161
  }, z$1.core.$strip>>>>;
1908
2162
  }, z$1.core.$strip>>;
1909
2163
  status: z$1.ZodString;
@@ -1923,7 +2177,6 @@ declare const V1RemoveConnectorOutputBodySchema: z$1.ZodObject<{
1923
2177
  }, z$1.core.$strip>;
1924
2178
  declare const V1SecurityFindingSchema: z$1.ZodObject<{
1925
2179
  category: z$1.ZodOptional<z$1.ZodString>;
1926
- connector_id: z$1.ZodOptional<z$1.ZodString>;
1927
2180
  created_at: z$1.ZodISODateTime;
1928
2181
  description: z$1.ZodOptional<z$1.ZodString>;
1929
2182
  details: z$1.ZodOptional<z$1.ZodString>;
@@ -1993,7 +2246,6 @@ declare const V1SecurityScannerRunSchema: z$1.ZodObject<{
1993
2246
  declare const V1GetSecurityScanOutputBodySchema: z$1.ZodObject<{
1994
2247
  findings: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
1995
2248
  category: z$1.ZodOptional<z$1.ZodString>;
1996
- connector_id: z$1.ZodOptional<z$1.ZodString>;
1997
2249
  created_at: z$1.ZodISODateTime;
1998
2250
  description: z$1.ZodOptional<z$1.ZodString>;
1999
2251
  details: z$1.ZodOptional<z$1.ZodString>;
@@ -2080,18 +2332,6 @@ declare const V1SetProjectVisibilityOutputBodySchema: z$1.ZodObject<{
2080
2332
  declare const V1SetWorkspaceKnowledgeInputBodySchema: z$1.ZodObject<{
2081
2333
  content: z$1.ZodString;
2082
2334
  }, z$1.core.$strip>;
2083
- declare const V1StartMessageExportInputBodySchema: z$1.ZodObject<{
2084
- end_date: z$1.ZodOptional<z$1.ZodString>;
2085
- project_id: z$1.ZodOptional<z$1.ZodString>;
2086
- start_date: z$1.ZodOptional<z$1.ZodString>;
2087
- user_id: z$1.ZodOptional<z$1.ZodString>;
2088
- }, z$1.core.$strip>;
2089
- declare const V1StartMessageExportOutputBodySchema: z$1.ZodObject<{
2090
- export_id: z$1.ZodString;
2091
- status: z$1.ZodEnum<{
2092
- running: "running";
2093
- }>;
2094
- }, z$1.core.$strip>;
2095
2335
  declare const V1TriggerSecurityScanInputBodySchema: z$1.ZodObject<{
2096
2336
  project_id: z$1.ZodString;
2097
2337
  }, z$1.core.$strip>;
@@ -2335,6 +2575,32 @@ declare const V1WorkspaceCreditsBodySchema: z$1.ZodObject<{
2335
2575
  total_granted: z$1.ZodNumber;
2336
2576
  total_remaining: z$1.ZodNumber;
2337
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>;
2338
2604
  declare const V1WorkspaceInsightsActivityFreshnessSchema: z$1.ZodObject<{
2339
2605
  edits_as_of: z$1.ZodOptional<z$1.ZodISODateTime>;
2340
2606
  visitors_as_of: z$1.ZodOptional<z$1.ZodISODateTime>;
@@ -2688,9 +2954,17 @@ declare const V1WorkspaceInsightsBodySchema: z$1.ZodObject<{
2688
2954
  }, z$1.core.$strip>;
2689
2955
  }, z$1.core.$strip>;
2690
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>;
2691
2961
  declare const V1WorkspaceMemberSchema: z$1.ZodObject<{
2692
2962
  display_name: z$1.ZodOptional<z$1.ZodString>;
2693
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>>>;
2694
2968
  invited_at: z$1.ZodOptional<z$1.ZodISODateTime>;
2695
2969
  joined_at: z$1.ZodOptional<z$1.ZodISODateTime>;
2696
2970
  monthly_credit_limit: z$1.ZodOptional<z$1.ZodNumber>;
@@ -2702,6 +2976,10 @@ declare const CursorListResponseV1WorkspaceMemberSchema: z$1.ZodObject<{
2702
2976
  data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
2703
2977
  display_name: z$1.ZodOptional<z$1.ZodString>;
2704
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>>>;
2705
2983
  invited_at: z$1.ZodOptional<z$1.ZodISODateTime>;
2706
2984
  joined_at: z$1.ZodOptional<z$1.ZodISODateTime>;
2707
2985
  monthly_credit_limit: z$1.ZodOptional<z$1.ZodNumber>;
@@ -3044,6 +3322,7 @@ declare const V1WriteWorkspaceSkillOutputBodySchema: z$1.ZodObject<{
3044
3322
  }, z$1.core.$strip>;
3045
3323
  }, z$1.core.$strip>;
3046
3324
  declare const VisibilityChangeInfoSchema: z$1.ZodObject<{
3325
+ commit_time: z$1.ZodOptional<z$1.ZodISODateTime>;
3047
3326
  new_visibility: z$1.ZodEnum<{
3048
3327
  draft: "draft";
3049
3328
  private: "private";
@@ -3067,6 +3346,7 @@ declare const AddProjectsToFolderResultSchema: z$1.ZodObject<{
3067
3346
  total_added: z$1.ZodNumber;
3068
3347
  total_requested: z$1.ZodNumber;
3069
3348
  visibility_updated: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
3349
+ commit_time: z$1.ZodOptional<z$1.ZodISODateTime>;
3070
3350
  new_visibility: z$1.ZodEnum<{
3071
3351
  draft: "draft";
3072
3352
  private: "private";
@@ -3221,5 +3501,5 @@ declare const V1DatabaseQueryOutputBodyWritableSchema: z.ZodObject<{
3221
3501
  rows: z.ZodNullable<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
3222
3502
  }, z.core.$strip>;
3223
3503
  //#endregion
3224
- export { AddProjectsToFolderResultSchema, AppUserConnectorApiSchema, CommonSeamlessConnectorCreatorSchema, CommonSeamlessConnectorFeatureSchema, CommonSeamlessConnectorPermissionSchema, 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, McpConnectorCreatorStructSchema, 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, 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 };
3225
3505
  //# sourceMappingURL=schemas.d.ts.map