@supernova-studio/client 1.30.1 → 1.30.2

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/index.d.mts CHANGED
@@ -83706,7 +83706,7 @@ declare const DTOForgeProjectInvitation: z$1.ZodObject<{
83706
83706
  email: z$1.ZodString;
83707
83707
  forgeProjectId: z$1.ZodString;
83708
83708
  workspaceInvitationId: z$1.ZodString;
83709
- role: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
83709
+ role: z$1.ZodEnum<["Viewer", "Builder", "Admin"]>;
83710
83710
  createdAt: z$1.ZodDate;
83711
83711
  updatedAt: z$1.ZodDate;
83712
83712
  createdById: z$1.ZodString;
@@ -83714,7 +83714,7 @@ declare const DTOForgeProjectInvitation: z$1.ZodObject<{
83714
83714
  email: string;
83715
83715
  createdAt: Date;
83716
83716
  updatedAt: Date;
83717
- role: "Admin" | "Viewer" | "Editor";
83717
+ role: "Admin" | "Viewer" | "Builder";
83718
83718
  workspaceInvitationId: string;
83719
83719
  forgeProjectId: string;
83720
83720
  createdById: string;
@@ -83722,7 +83722,7 @@ declare const DTOForgeProjectInvitation: z$1.ZodObject<{
83722
83722
  email: string;
83723
83723
  createdAt: Date;
83724
83724
  updatedAt: Date;
83725
- role: "Admin" | "Viewer" | "Editor";
83725
+ role: "Admin" | "Viewer" | "Builder";
83726
83726
  workspaceInvitationId: string;
83727
83727
  forgeProjectId: string;
83728
83728
  createdById: string;
@@ -83732,7 +83732,7 @@ declare const DTOCreateForgeProjectInvitation: z$1.ZodObject<Pick<{
83732
83732
  email: z$1.ZodString;
83733
83733
  forgeProjectId: z$1.ZodString;
83734
83734
  workspaceInvitationId: z$1.ZodString;
83735
- role: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
83735
+ role: z$1.ZodEnum<["Viewer", "Builder", "Admin"]>;
83736
83736
  createdAt: z$1.ZodDate;
83737
83737
  updatedAt: z$1.ZodDate;
83738
83738
  createdById: z$1.ZodString;
@@ -83740,11 +83740,11 @@ declare const DTOCreateForgeProjectInvitation: z$1.ZodObject<Pick<{
83740
83740
  workspaceRole: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
83741
83741
  }, "strip", z$1.ZodTypeAny, {
83742
83742
  email: string;
83743
- role: "Admin" | "Viewer" | "Editor";
83743
+ role: "Admin" | "Viewer" | "Builder";
83744
83744
  workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
83745
83745
  }, {
83746
83746
  email: string;
83747
- role: "Admin" | "Viewer" | "Editor";
83747
+ role: "Admin" | "Viewer" | "Builder";
83748
83748
  workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
83749
83749
  }>;
83750
83750
  type DTOCreateForgeProjectInvitation = z$1.infer<typeof DTOCreateForgeProjectInvitation>;
@@ -83752,23 +83752,25 @@ declare const DTOUpdateForgeProjectInvitation: z$1.ZodObject<Omit<Pick<{
83752
83752
  email: z$1.ZodString;
83753
83753
  forgeProjectId: z$1.ZodString;
83754
83754
  workspaceInvitationId: z$1.ZodString;
83755
- role: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
83755
+ role: z$1.ZodEnum<["Viewer", "Builder", "Admin"]>;
83756
83756
  createdAt: z$1.ZodDate;
83757
83757
  updatedAt: z$1.ZodDate;
83758
83758
  createdById: z$1.ZodString;
83759
83759
  }, "email" | "role"> & {
83760
83760
  workspaceRole: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
83761
- }, "email" | "workspaceRole">, "strip", z$1.ZodTypeAny, {
83762
- role: "Admin" | "Viewer" | "Editor";
83761
+ }, "workspaceRole">, "strip", z$1.ZodTypeAny, {
83762
+ email: string;
83763
+ role: "Admin" | "Viewer" | "Builder";
83763
83764
  }, {
83764
- role: "Admin" | "Viewer" | "Editor";
83765
+ email: string;
83766
+ role: "Admin" | "Viewer" | "Builder";
83765
83767
  }>;
83766
83768
  type DTOUpdateForgeProjectInvitation = z$1.infer<typeof DTOUpdateForgeProjectInvitation>;
83767
83769
  declare const DTORemoveForgeProjectInvitation: z$1.ZodObject<Pick<Pick<{
83768
83770
  email: z$1.ZodString;
83769
83771
  forgeProjectId: z$1.ZodString;
83770
83772
  workspaceInvitationId: z$1.ZodString;
83771
- role: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
83773
+ role: z$1.ZodEnum<["Viewer", "Builder", "Admin"]>;
83772
83774
  createdAt: z$1.ZodDate;
83773
83775
  updatedAt: z$1.ZodDate;
83774
83776
  createdById: z$1.ZodString;
@@ -83785,7 +83787,7 @@ declare const DTOForgeProjectInvitationsListResponse: z$1.ZodObject<{
83785
83787
  email: z$1.ZodString;
83786
83788
  forgeProjectId: z$1.ZodString;
83787
83789
  workspaceInvitationId: z$1.ZodString;
83788
- role: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
83790
+ role: z$1.ZodEnum<["Viewer", "Builder", "Admin"]>;
83789
83791
  createdAt: z$1.ZodDate;
83790
83792
  updatedAt: z$1.ZodDate;
83791
83793
  createdById: z$1.ZodString;
@@ -83793,7 +83795,7 @@ declare const DTOForgeProjectInvitationsListResponse: z$1.ZodObject<{
83793
83795
  email: string;
83794
83796
  createdAt: Date;
83795
83797
  updatedAt: Date;
83796
- role: "Admin" | "Viewer" | "Editor";
83798
+ role: "Admin" | "Viewer" | "Builder";
83797
83799
  workspaceInvitationId: string;
83798
83800
  forgeProjectId: string;
83799
83801
  createdById: string;
@@ -83801,7 +83803,7 @@ declare const DTOForgeProjectInvitationsListResponse: z$1.ZodObject<{
83801
83803
  email: string;
83802
83804
  createdAt: Date;
83803
83805
  updatedAt: Date;
83804
- role: "Admin" | "Viewer" | "Editor";
83806
+ role: "Admin" | "Viewer" | "Builder";
83805
83807
  workspaceInvitationId: string;
83806
83808
  forgeProjectId: string;
83807
83809
  createdById: string;
@@ -83811,7 +83813,7 @@ declare const DTOForgeProjectInvitationsListResponse: z$1.ZodObject<{
83811
83813
  email: string;
83812
83814
  createdAt: Date;
83813
83815
  updatedAt: Date;
83814
- role: "Admin" | "Viewer" | "Editor";
83816
+ role: "Admin" | "Viewer" | "Builder";
83815
83817
  workspaceInvitationId: string;
83816
83818
  forgeProjectId: string;
83817
83819
  createdById: string;
@@ -83821,7 +83823,7 @@ declare const DTOForgeProjectInvitationsListResponse: z$1.ZodObject<{
83821
83823
  email: string;
83822
83824
  createdAt: Date;
83823
83825
  updatedAt: Date;
83824
- role: "Admin" | "Viewer" | "Editor";
83826
+ role: "Admin" | "Viewer" | "Builder";
83825
83827
  workspaceInvitationId: string;
83826
83828
  forgeProjectId: string;
83827
83829
  createdById: string;
@@ -83833,7 +83835,7 @@ declare const DTOForgeProjectInvitationGetResponse: z$1.ZodObject<{
83833
83835
  email: z$1.ZodString;
83834
83836
  forgeProjectId: z$1.ZodString;
83835
83837
  workspaceInvitationId: z$1.ZodString;
83836
- role: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
83838
+ role: z$1.ZodEnum<["Viewer", "Builder", "Admin"]>;
83837
83839
  createdAt: z$1.ZodDate;
83838
83840
  updatedAt: z$1.ZodDate;
83839
83841
  createdById: z$1.ZodString;
@@ -83841,7 +83843,7 @@ declare const DTOForgeProjectInvitationGetResponse: z$1.ZodObject<{
83841
83843
  email: string;
83842
83844
  createdAt: Date;
83843
83845
  updatedAt: Date;
83844
- role: "Admin" | "Viewer" | "Editor";
83846
+ role: "Admin" | "Viewer" | "Builder";
83845
83847
  workspaceInvitationId: string;
83846
83848
  forgeProjectId: string;
83847
83849
  createdById: string;
@@ -83849,7 +83851,7 @@ declare const DTOForgeProjectInvitationGetResponse: z$1.ZodObject<{
83849
83851
  email: string;
83850
83852
  createdAt: Date;
83851
83853
  updatedAt: Date;
83852
- role: "Admin" | "Viewer" | "Editor";
83854
+ role: "Admin" | "Viewer" | "Builder";
83853
83855
  workspaceInvitationId: string;
83854
83856
  forgeProjectId: string;
83855
83857
  createdById: string;
@@ -83859,7 +83861,7 @@ declare const DTOForgeProjectInvitationGetResponse: z$1.ZodObject<{
83859
83861
  email: string;
83860
83862
  createdAt: Date;
83861
83863
  updatedAt: Date;
83862
- role: "Admin" | "Viewer" | "Editor";
83864
+ role: "Admin" | "Viewer" | "Builder";
83863
83865
  workspaceInvitationId: string;
83864
83866
  forgeProjectId: string;
83865
83867
  createdById: string;
@@ -83869,7 +83871,7 @@ declare const DTOForgeProjectInvitationGetResponse: z$1.ZodObject<{
83869
83871
  email: string;
83870
83872
  createdAt: Date;
83871
83873
  updatedAt: Date;
83872
- role: "Admin" | "Viewer" | "Editor";
83874
+ role: "Admin" | "Viewer" | "Builder";
83873
83875
  workspaceInvitationId: string;
83874
83876
  forgeProjectId: string;
83875
83877
  createdById: string;
@@ -83881,7 +83883,7 @@ declare const DTOForgeProjectInvitationCreateResponse: z$1.ZodObject<{
83881
83883
  email: z$1.ZodString;
83882
83884
  forgeProjectId: z$1.ZodString;
83883
83885
  workspaceInvitationId: z$1.ZodString;
83884
- role: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
83886
+ role: z$1.ZodEnum<["Viewer", "Builder", "Admin"]>;
83885
83887
  createdAt: z$1.ZodDate;
83886
83888
  updatedAt: z$1.ZodDate;
83887
83889
  createdById: z$1.ZodString;
@@ -83889,7 +83891,7 @@ declare const DTOForgeProjectInvitationCreateResponse: z$1.ZodObject<{
83889
83891
  email: string;
83890
83892
  createdAt: Date;
83891
83893
  updatedAt: Date;
83892
- role: "Admin" | "Viewer" | "Editor";
83894
+ role: "Admin" | "Viewer" | "Builder";
83893
83895
  workspaceInvitationId: string;
83894
83896
  forgeProjectId: string;
83895
83897
  createdById: string;
@@ -83897,7 +83899,7 @@ declare const DTOForgeProjectInvitationCreateResponse: z$1.ZodObject<{
83897
83899
  email: string;
83898
83900
  createdAt: Date;
83899
83901
  updatedAt: Date;
83900
- role: "Admin" | "Viewer" | "Editor";
83902
+ role: "Admin" | "Viewer" | "Builder";
83901
83903
  workspaceInvitationId: string;
83902
83904
  forgeProjectId: string;
83903
83905
  createdById: string;
@@ -83907,7 +83909,7 @@ declare const DTOForgeProjectInvitationCreateResponse: z$1.ZodObject<{
83907
83909
  email: string;
83908
83910
  createdAt: Date;
83909
83911
  updatedAt: Date;
83910
- role: "Admin" | "Viewer" | "Editor";
83912
+ role: "Admin" | "Viewer" | "Builder";
83911
83913
  workspaceInvitationId: string;
83912
83914
  forgeProjectId: string;
83913
83915
  createdById: string;
@@ -83917,7 +83919,7 @@ declare const DTOForgeProjectInvitationCreateResponse: z$1.ZodObject<{
83917
83919
  email: string;
83918
83920
  createdAt: Date;
83919
83921
  updatedAt: Date;
83920
- role: "Admin" | "Viewer" | "Editor";
83922
+ role: "Admin" | "Viewer" | "Builder";
83921
83923
  workspaceInvitationId: string;
83922
83924
  forgeProjectId: string;
83923
83925
  createdById: string;
@@ -83929,7 +83931,7 @@ declare const DTOForgeProjectInvitationUpdateResponse: z$1.ZodObject<{
83929
83931
  email: z$1.ZodString;
83930
83932
  forgeProjectId: z$1.ZodString;
83931
83933
  workspaceInvitationId: z$1.ZodString;
83932
- role: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
83934
+ role: z$1.ZodEnum<["Viewer", "Builder", "Admin"]>;
83933
83935
  createdAt: z$1.ZodDate;
83934
83936
  updatedAt: z$1.ZodDate;
83935
83937
  createdById: z$1.ZodString;
@@ -83937,7 +83939,7 @@ declare const DTOForgeProjectInvitationUpdateResponse: z$1.ZodObject<{
83937
83939
  email: string;
83938
83940
  createdAt: Date;
83939
83941
  updatedAt: Date;
83940
- role: "Admin" | "Viewer" | "Editor";
83942
+ role: "Admin" | "Viewer" | "Builder";
83941
83943
  workspaceInvitationId: string;
83942
83944
  forgeProjectId: string;
83943
83945
  createdById: string;
@@ -83945,7 +83947,7 @@ declare const DTOForgeProjectInvitationUpdateResponse: z$1.ZodObject<{
83945
83947
  email: string;
83946
83948
  createdAt: Date;
83947
83949
  updatedAt: Date;
83948
- role: "Admin" | "Viewer" | "Editor";
83950
+ role: "Admin" | "Viewer" | "Builder";
83949
83951
  workspaceInvitationId: string;
83950
83952
  forgeProjectId: string;
83951
83953
  createdById: string;
@@ -83955,7 +83957,7 @@ declare const DTOForgeProjectInvitationUpdateResponse: z$1.ZodObject<{
83955
83957
  email: string;
83956
83958
  createdAt: Date;
83957
83959
  updatedAt: Date;
83958
- role: "Admin" | "Viewer" | "Editor";
83960
+ role: "Admin" | "Viewer" | "Builder";
83959
83961
  workspaceInvitationId: string;
83960
83962
  forgeProjectId: string;
83961
83963
  createdById: string;
@@ -83965,7 +83967,7 @@ declare const DTOForgeProjectInvitationUpdateResponse: z$1.ZodObject<{
83965
83967
  email: string;
83966
83968
  createdAt: Date;
83967
83969
  updatedAt: Date;
83968
- role: "Admin" | "Viewer" | "Editor";
83970
+ role: "Admin" | "Viewer" | "Builder";
83969
83971
  workspaceInvitationId: string;
83970
83972
  forgeProjectId: string;
83971
83973
  createdById: string;
@@ -97834,14 +97836,14 @@ declare const DTODeleteForgeProjectIterationResponse: z$1.ZodObject<{
97834
97836
  }>;
97835
97837
  type DTODeleteForgeProjectIterationResponse = z$1.infer<typeof DTODeleteForgeProjectIterationResponse>;
97836
97838
 
97837
- declare const DTOForgeProjectMemberRole: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
97839
+ declare const DTOForgeProjectMemberRole: z$1.ZodEnum<["Viewer", "Builder", "Admin"]>;
97838
97840
  type DTOForgeProjectMemberRole = z$1.infer<typeof DTOForgeProjectMemberRole>;
97839
97841
  declare const DTOForgeProjectMember: z$1.ZodObject<{
97840
97842
  userId: z$1.ZodString;
97841
97843
  forgeProjectId: z$1.ZodString;
97842
97844
  workspaceMembershipId: z$1.ZodString;
97843
97845
  workspaceRole: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
97844
- role: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
97846
+ role: z$1.ZodEnum<["Viewer", "Builder", "Admin"]>;
97845
97847
  } & {
97846
97848
  user: z$1.ZodObject<{
97847
97849
  id: z$1.ZodString;
@@ -97876,7 +97878,7 @@ declare const DTOForgeProjectMember: z$1.ZodObject<{
97876
97878
  avatar?: string | undefined;
97877
97879
  };
97878
97880
  }>;
97879
- effectiveRole: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
97881
+ effectiveRole: z$1.ZodEnum<["Viewer", "Builder", "Admin"]>;
97880
97882
  }, "strip", z$1.ZodTypeAny, {
97881
97883
  user: {
97882
97884
  id: string;
@@ -97888,8 +97890,8 @@ declare const DTOForgeProjectMember: z$1.ZodObject<{
97888
97890
  };
97889
97891
  };
97890
97892
  userId: string;
97891
- role: "Admin" | "Viewer" | "Editor";
97892
- effectiveRole: "Admin" | "Viewer" | "Editor";
97893
+ role: "Admin" | "Viewer" | "Builder";
97894
+ effectiveRole: "Admin" | "Viewer" | "Builder";
97893
97895
  forgeProjectId: string;
97894
97896
  workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
97895
97897
  workspaceMembershipId: string;
@@ -97904,8 +97906,8 @@ declare const DTOForgeProjectMember: z$1.ZodObject<{
97904
97906
  };
97905
97907
  };
97906
97908
  userId: string;
97907
- role: "Admin" | "Viewer" | "Editor";
97908
- effectiveRole: "Admin" | "Viewer" | "Editor";
97909
+ role: "Admin" | "Viewer" | "Builder";
97910
+ effectiveRole: "Admin" | "Viewer" | "Builder";
97909
97911
  forgeProjectId: string;
97910
97912
  workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
97911
97913
  workspaceMembershipId: string;
@@ -97916,7 +97918,7 @@ declare const DTOCreateForgeProjectMember: z$1.ZodObject<Pick<{
97916
97918
  forgeProjectId: z$1.ZodString;
97917
97919
  workspaceMembershipId: z$1.ZodString;
97918
97920
  workspaceRole: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
97919
- role: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
97921
+ role: z$1.ZodEnum<["Viewer", "Builder", "Admin"]>;
97920
97922
  } & {
97921
97923
  user: z$1.ZodObject<{
97922
97924
  id: z$1.ZodString;
@@ -97951,21 +97953,21 @@ declare const DTOCreateForgeProjectMember: z$1.ZodObject<Pick<{
97951
97953
  avatar?: string | undefined;
97952
97954
  };
97953
97955
  }>;
97954
- effectiveRole: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
97956
+ effectiveRole: z$1.ZodEnum<["Viewer", "Builder", "Admin"]>;
97955
97957
  }, "userId" | "role">, "strip", z$1.ZodTypeAny, {
97956
97958
  userId: string;
97957
- role: "Admin" | "Viewer" | "Editor";
97959
+ role: "Admin" | "Viewer" | "Builder";
97958
97960
  }, {
97959
97961
  userId: string;
97960
- role: "Admin" | "Viewer" | "Editor";
97962
+ role: "Admin" | "Viewer" | "Builder";
97961
97963
  }>;
97962
97964
  type DTOCreateForgeProjectMember = z$1.infer<typeof DTOCreateForgeProjectMember>;
97963
- declare const DTOUpdateForgeProjectMember: z$1.ZodObject<Omit<Pick<{
97965
+ declare const DTOUpdateForgeProjectMember: z$1.ZodObject<Pick<{
97964
97966
  userId: z$1.ZodString;
97965
97967
  forgeProjectId: z$1.ZodString;
97966
97968
  workspaceMembershipId: z$1.ZodString;
97967
97969
  workspaceRole: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
97968
- role: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
97970
+ role: z$1.ZodEnum<["Viewer", "Builder", "Admin"]>;
97969
97971
  } & {
97970
97972
  user: z$1.ZodObject<{
97971
97973
  id: z$1.ZodString;
@@ -98000,11 +98002,13 @@ declare const DTOUpdateForgeProjectMember: z$1.ZodObject<Omit<Pick<{
98000
98002
  avatar?: string | undefined;
98001
98003
  };
98002
98004
  }>;
98003
- effectiveRole: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
98004
- }, "userId" | "role">, "userId">, "strip", z$1.ZodTypeAny, {
98005
- role: "Admin" | "Viewer" | "Editor";
98005
+ effectiveRole: z$1.ZodEnum<["Viewer", "Builder", "Admin"]>;
98006
+ }, "userId" | "role">, "strip", z$1.ZodTypeAny, {
98007
+ userId: string;
98008
+ role: "Admin" | "Viewer" | "Builder";
98006
98009
  }, {
98007
- role: "Admin" | "Viewer" | "Editor";
98010
+ userId: string;
98011
+ role: "Admin" | "Viewer" | "Builder";
98008
98012
  }>;
98009
98013
  type DTOUpdateForgeProjectMember = z$1.infer<typeof DTOUpdateForgeProjectMember>;
98010
98014
  declare const DTORemoveForgeProjectMember: z$1.ZodObject<Pick<{
@@ -98012,7 +98016,7 @@ declare const DTORemoveForgeProjectMember: z$1.ZodObject<Pick<{
98012
98016
  forgeProjectId: z$1.ZodString;
98013
98017
  workspaceMembershipId: z$1.ZodString;
98014
98018
  workspaceRole: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
98015
- role: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
98019
+ role: z$1.ZodEnum<["Viewer", "Builder", "Admin"]>;
98016
98020
  } & {
98017
98021
  user: z$1.ZodObject<{
98018
98022
  id: z$1.ZodString;
@@ -98047,7 +98051,7 @@ declare const DTORemoveForgeProjectMember: z$1.ZodObject<Pick<{
98047
98051
  avatar?: string | undefined;
98048
98052
  };
98049
98053
  }>;
98050
- effectiveRole: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
98054
+ effectiveRole: z$1.ZodEnum<["Viewer", "Builder", "Admin"]>;
98051
98055
  }, "userId">, "strip", z$1.ZodTypeAny, {
98052
98056
  userId: string;
98053
98057
  }, {
@@ -98060,7 +98064,7 @@ declare const DTOForgeProjectMembersListResponse: z$1.ZodObject<{
98060
98064
  forgeProjectId: z$1.ZodString;
98061
98065
  workspaceMembershipId: z$1.ZodString;
98062
98066
  workspaceRole: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
98063
- role: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
98067
+ role: z$1.ZodEnum<["Viewer", "Builder", "Admin"]>;
98064
98068
  } & {
98065
98069
  user: z$1.ZodObject<{
98066
98070
  id: z$1.ZodString;
@@ -98095,7 +98099,7 @@ declare const DTOForgeProjectMembersListResponse: z$1.ZodObject<{
98095
98099
  avatar?: string | undefined;
98096
98100
  };
98097
98101
  }>;
98098
- effectiveRole: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
98102
+ effectiveRole: z$1.ZodEnum<["Viewer", "Builder", "Admin"]>;
98099
98103
  }, "strip", z$1.ZodTypeAny, {
98100
98104
  user: {
98101
98105
  id: string;
@@ -98107,8 +98111,8 @@ declare const DTOForgeProjectMembersListResponse: z$1.ZodObject<{
98107
98111
  };
98108
98112
  };
98109
98113
  userId: string;
98110
- role: "Admin" | "Viewer" | "Editor";
98111
- effectiveRole: "Admin" | "Viewer" | "Editor";
98114
+ role: "Admin" | "Viewer" | "Builder";
98115
+ effectiveRole: "Admin" | "Viewer" | "Builder";
98112
98116
  forgeProjectId: string;
98113
98117
  workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
98114
98118
  workspaceMembershipId: string;
@@ -98123,8 +98127,8 @@ declare const DTOForgeProjectMembersListResponse: z$1.ZodObject<{
98123
98127
  };
98124
98128
  };
98125
98129
  userId: string;
98126
- role: "Admin" | "Viewer" | "Editor";
98127
- effectiveRole: "Admin" | "Viewer" | "Editor";
98130
+ role: "Admin" | "Viewer" | "Builder";
98131
+ effectiveRole: "Admin" | "Viewer" | "Builder";
98128
98132
  forgeProjectId: string;
98129
98133
  workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
98130
98134
  workspaceMembershipId: string;
@@ -98133,7 +98137,7 @@ declare const DTOForgeProjectMembersListResponse: z$1.ZodObject<{
98133
98137
  email: z$1.ZodString;
98134
98138
  forgeProjectId: z$1.ZodString;
98135
98139
  workspaceInvitationId: z$1.ZodString;
98136
- role: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
98140
+ role: z$1.ZodEnum<["Viewer", "Builder", "Admin"]>;
98137
98141
  createdAt: z$1.ZodDate;
98138
98142
  updatedAt: z$1.ZodDate;
98139
98143
  createdById: z$1.ZodString;
@@ -98141,7 +98145,7 @@ declare const DTOForgeProjectMembersListResponse: z$1.ZodObject<{
98141
98145
  email: string;
98142
98146
  createdAt: Date;
98143
98147
  updatedAt: Date;
98144
- role: "Admin" | "Viewer" | "Editor";
98148
+ role: "Admin" | "Viewer" | "Builder";
98145
98149
  workspaceInvitationId: string;
98146
98150
  forgeProjectId: string;
98147
98151
  createdById: string;
@@ -98149,7 +98153,7 @@ declare const DTOForgeProjectMembersListResponse: z$1.ZodObject<{
98149
98153
  email: string;
98150
98154
  createdAt: Date;
98151
98155
  updatedAt: Date;
98152
- role: "Admin" | "Viewer" | "Editor";
98156
+ role: "Admin" | "Viewer" | "Builder";
98153
98157
  workspaceInvitationId: string;
98154
98158
  forgeProjectId: string;
98155
98159
  createdById: string;
@@ -98166,8 +98170,8 @@ declare const DTOForgeProjectMembersListResponse: z$1.ZodObject<{
98166
98170
  };
98167
98171
  };
98168
98172
  userId: string;
98169
- role: "Admin" | "Viewer" | "Editor";
98170
- effectiveRole: "Admin" | "Viewer" | "Editor";
98173
+ role: "Admin" | "Viewer" | "Builder";
98174
+ effectiveRole: "Admin" | "Viewer" | "Builder";
98171
98175
  forgeProjectId: string;
98172
98176
  workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
98173
98177
  workspaceMembershipId: string;
@@ -98176,7 +98180,7 @@ declare const DTOForgeProjectMembersListResponse: z$1.ZodObject<{
98176
98180
  email: string;
98177
98181
  createdAt: Date;
98178
98182
  updatedAt: Date;
98179
- role: "Admin" | "Viewer" | "Editor";
98183
+ role: "Admin" | "Viewer" | "Builder";
98180
98184
  workspaceInvitationId: string;
98181
98185
  forgeProjectId: string;
98182
98186
  createdById: string;
@@ -98193,8 +98197,8 @@ declare const DTOForgeProjectMembersListResponse: z$1.ZodObject<{
98193
98197
  };
98194
98198
  };
98195
98199
  userId: string;
98196
- role: "Admin" | "Viewer" | "Editor";
98197
- effectiveRole: "Admin" | "Viewer" | "Editor";
98200
+ role: "Admin" | "Viewer" | "Builder";
98201
+ effectiveRole: "Admin" | "Viewer" | "Builder";
98198
98202
  forgeProjectId: string;
98199
98203
  workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
98200
98204
  workspaceMembershipId: string;
@@ -98203,7 +98207,7 @@ declare const DTOForgeProjectMembersListResponse: z$1.ZodObject<{
98203
98207
  email: string;
98204
98208
  createdAt: Date;
98205
98209
  updatedAt: Date;
98206
- role: "Admin" | "Viewer" | "Editor";
98210
+ role: "Admin" | "Viewer" | "Builder";
98207
98211
  workspaceInvitationId: string;
98208
98212
  forgeProjectId: string;
98209
98213
  createdById: string;
@@ -98216,7 +98220,7 @@ declare const DTOForgeProjectMemberGetResponse: z$1.ZodObject<{
98216
98220
  forgeProjectId: z$1.ZodString;
98217
98221
  workspaceMembershipId: z$1.ZodString;
98218
98222
  workspaceRole: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
98219
- role: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
98223
+ role: z$1.ZodEnum<["Viewer", "Builder", "Admin"]>;
98220
98224
  } & {
98221
98225
  user: z$1.ZodObject<{
98222
98226
  id: z$1.ZodString;
@@ -98251,7 +98255,7 @@ declare const DTOForgeProjectMemberGetResponse: z$1.ZodObject<{
98251
98255
  avatar?: string | undefined;
98252
98256
  };
98253
98257
  }>;
98254
- effectiveRole: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
98258
+ effectiveRole: z$1.ZodEnum<["Viewer", "Builder", "Admin"]>;
98255
98259
  }, "strip", z$1.ZodTypeAny, {
98256
98260
  user: {
98257
98261
  id: string;
@@ -98263,8 +98267,8 @@ declare const DTOForgeProjectMemberGetResponse: z$1.ZodObject<{
98263
98267
  };
98264
98268
  };
98265
98269
  userId: string;
98266
- role: "Admin" | "Viewer" | "Editor";
98267
- effectiveRole: "Admin" | "Viewer" | "Editor";
98270
+ role: "Admin" | "Viewer" | "Builder";
98271
+ effectiveRole: "Admin" | "Viewer" | "Builder";
98268
98272
  forgeProjectId: string;
98269
98273
  workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
98270
98274
  workspaceMembershipId: string;
@@ -98279,8 +98283,8 @@ declare const DTOForgeProjectMemberGetResponse: z$1.ZodObject<{
98279
98283
  };
98280
98284
  };
98281
98285
  userId: string;
98282
- role: "Admin" | "Viewer" | "Editor";
98283
- effectiveRole: "Admin" | "Viewer" | "Editor";
98286
+ role: "Admin" | "Viewer" | "Builder";
98287
+ effectiveRole: "Admin" | "Viewer" | "Builder";
98284
98288
  forgeProjectId: string;
98285
98289
  workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
98286
98290
  workspaceMembershipId: string;
@@ -98297,8 +98301,8 @@ declare const DTOForgeProjectMemberGetResponse: z$1.ZodObject<{
98297
98301
  };
98298
98302
  };
98299
98303
  userId: string;
98300
- role: "Admin" | "Viewer" | "Editor";
98301
- effectiveRole: "Admin" | "Viewer" | "Editor";
98304
+ role: "Admin" | "Viewer" | "Builder";
98305
+ effectiveRole: "Admin" | "Viewer" | "Builder";
98302
98306
  forgeProjectId: string;
98303
98307
  workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
98304
98308
  workspaceMembershipId: string;
@@ -98315,8 +98319,8 @@ declare const DTOForgeProjectMemberGetResponse: z$1.ZodObject<{
98315
98319
  };
98316
98320
  };
98317
98321
  userId: string;
98318
- role: "Admin" | "Viewer" | "Editor";
98319
- effectiveRole: "Admin" | "Viewer" | "Editor";
98322
+ role: "Admin" | "Viewer" | "Builder";
98323
+ effectiveRole: "Admin" | "Viewer" | "Builder";
98320
98324
  forgeProjectId: string;
98321
98325
  workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
98322
98326
  workspaceMembershipId: string;
@@ -98329,7 +98333,7 @@ declare const DTOForgeProjectMemberCreateResponse: z$1.ZodObject<{
98329
98333
  forgeProjectId: z$1.ZodString;
98330
98334
  workspaceMembershipId: z$1.ZodString;
98331
98335
  workspaceRole: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
98332
- role: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
98336
+ role: z$1.ZodEnum<["Viewer", "Builder", "Admin"]>;
98333
98337
  } & {
98334
98338
  user: z$1.ZodObject<{
98335
98339
  id: z$1.ZodString;
@@ -98364,7 +98368,7 @@ declare const DTOForgeProjectMemberCreateResponse: z$1.ZodObject<{
98364
98368
  avatar?: string | undefined;
98365
98369
  };
98366
98370
  }>;
98367
- effectiveRole: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
98371
+ effectiveRole: z$1.ZodEnum<["Viewer", "Builder", "Admin"]>;
98368
98372
  }, "strip", z$1.ZodTypeAny, {
98369
98373
  user: {
98370
98374
  id: string;
@@ -98376,8 +98380,8 @@ declare const DTOForgeProjectMemberCreateResponse: z$1.ZodObject<{
98376
98380
  };
98377
98381
  };
98378
98382
  userId: string;
98379
- role: "Admin" | "Viewer" | "Editor";
98380
- effectiveRole: "Admin" | "Viewer" | "Editor";
98383
+ role: "Admin" | "Viewer" | "Builder";
98384
+ effectiveRole: "Admin" | "Viewer" | "Builder";
98381
98385
  forgeProjectId: string;
98382
98386
  workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
98383
98387
  workspaceMembershipId: string;
@@ -98392,8 +98396,8 @@ declare const DTOForgeProjectMemberCreateResponse: z$1.ZodObject<{
98392
98396
  };
98393
98397
  };
98394
98398
  userId: string;
98395
- role: "Admin" | "Viewer" | "Editor";
98396
- effectiveRole: "Admin" | "Viewer" | "Editor";
98399
+ role: "Admin" | "Viewer" | "Builder";
98400
+ effectiveRole: "Admin" | "Viewer" | "Builder";
98397
98401
  forgeProjectId: string;
98398
98402
  workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
98399
98403
  workspaceMembershipId: string;
@@ -98410,8 +98414,8 @@ declare const DTOForgeProjectMemberCreateResponse: z$1.ZodObject<{
98410
98414
  };
98411
98415
  };
98412
98416
  userId: string;
98413
- role: "Admin" | "Viewer" | "Editor";
98414
- effectiveRole: "Admin" | "Viewer" | "Editor";
98417
+ role: "Admin" | "Viewer" | "Builder";
98418
+ effectiveRole: "Admin" | "Viewer" | "Builder";
98415
98419
  forgeProjectId: string;
98416
98420
  workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
98417
98421
  workspaceMembershipId: string;
@@ -98428,8 +98432,8 @@ declare const DTOForgeProjectMemberCreateResponse: z$1.ZodObject<{
98428
98432
  };
98429
98433
  };
98430
98434
  userId: string;
98431
- role: "Admin" | "Viewer" | "Editor";
98432
- effectiveRole: "Admin" | "Viewer" | "Editor";
98435
+ role: "Admin" | "Viewer" | "Builder";
98436
+ effectiveRole: "Admin" | "Viewer" | "Builder";
98433
98437
  forgeProjectId: string;
98434
98438
  workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
98435
98439
  workspaceMembershipId: string;
@@ -98442,7 +98446,7 @@ declare const DTOForgeProjectMemberUpdateResponse: z$1.ZodObject<{
98442
98446
  forgeProjectId: z$1.ZodString;
98443
98447
  workspaceMembershipId: z$1.ZodString;
98444
98448
  workspaceRole: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
98445
- role: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
98449
+ role: z$1.ZodEnum<["Viewer", "Builder", "Admin"]>;
98446
98450
  } & {
98447
98451
  user: z$1.ZodObject<{
98448
98452
  id: z$1.ZodString;
@@ -98477,7 +98481,7 @@ declare const DTOForgeProjectMemberUpdateResponse: z$1.ZodObject<{
98477
98481
  avatar?: string | undefined;
98478
98482
  };
98479
98483
  }>;
98480
- effectiveRole: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
98484
+ effectiveRole: z$1.ZodEnum<["Viewer", "Builder", "Admin"]>;
98481
98485
  }, "strip", z$1.ZodTypeAny, {
98482
98486
  user: {
98483
98487
  id: string;
@@ -98489,8 +98493,8 @@ declare const DTOForgeProjectMemberUpdateResponse: z$1.ZodObject<{
98489
98493
  };
98490
98494
  };
98491
98495
  userId: string;
98492
- role: "Admin" | "Viewer" | "Editor";
98493
- effectiveRole: "Admin" | "Viewer" | "Editor";
98496
+ role: "Admin" | "Viewer" | "Builder";
98497
+ effectiveRole: "Admin" | "Viewer" | "Builder";
98494
98498
  forgeProjectId: string;
98495
98499
  workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
98496
98500
  workspaceMembershipId: string;
@@ -98505,8 +98509,8 @@ declare const DTOForgeProjectMemberUpdateResponse: z$1.ZodObject<{
98505
98509
  };
98506
98510
  };
98507
98511
  userId: string;
98508
- role: "Admin" | "Viewer" | "Editor";
98509
- effectiveRole: "Admin" | "Viewer" | "Editor";
98512
+ role: "Admin" | "Viewer" | "Builder";
98513
+ effectiveRole: "Admin" | "Viewer" | "Builder";
98510
98514
  forgeProjectId: string;
98511
98515
  workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
98512
98516
  workspaceMembershipId: string;
@@ -98523,8 +98527,8 @@ declare const DTOForgeProjectMemberUpdateResponse: z$1.ZodObject<{
98523
98527
  };
98524
98528
  };
98525
98529
  userId: string;
98526
- role: "Admin" | "Viewer" | "Editor";
98527
- effectiveRole: "Admin" | "Viewer" | "Editor";
98530
+ role: "Admin" | "Viewer" | "Builder";
98531
+ effectiveRole: "Admin" | "Viewer" | "Builder";
98528
98532
  forgeProjectId: string;
98529
98533
  workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
98530
98534
  workspaceMembershipId: string;
@@ -98541,8 +98545,8 @@ declare const DTOForgeProjectMemberUpdateResponse: z$1.ZodObject<{
98541
98545
  };
98542
98546
  };
98543
98547
  userId: string;
98544
- role: "Admin" | "Viewer" | "Editor";
98545
- effectiveRole: "Admin" | "Viewer" | "Editor";
98548
+ role: "Admin" | "Viewer" | "Builder";
98549
+ effectiveRole: "Admin" | "Viewer" | "Builder";
98546
98550
  forgeProjectId: string;
98547
98551
  workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
98548
98552
  workspaceMembershipId: string;
@@ -98562,7 +98566,7 @@ declare const DTOAddMembersToForgeProject: z$1.ZodObject<{
98562
98566
  email: z$1.ZodString;
98563
98567
  forgeProjectId: z$1.ZodString;
98564
98568
  workspaceInvitationId: z$1.ZodString;
98565
- role: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
98569
+ role: z$1.ZodEnum<["Viewer", "Builder", "Admin"]>;
98566
98570
  createdAt: z$1.ZodDate;
98567
98571
  updatedAt: z$1.ZodDate;
98568
98572
  createdById: z$1.ZodString;
@@ -98570,23 +98574,23 @@ declare const DTOAddMembersToForgeProject: z$1.ZodObject<{
98570
98574
  workspaceRole: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
98571
98575
  }, "strip", z$1.ZodTypeAny, {
98572
98576
  email: string;
98573
- role: "Admin" | "Viewer" | "Editor";
98577
+ role: "Admin" | "Viewer" | "Builder";
98574
98578
  workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
98575
98579
  }, {
98576
98580
  email: string;
98577
- role: "Admin" | "Viewer" | "Editor";
98581
+ role: "Admin" | "Viewer" | "Builder";
98578
98582
  workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
98579
98583
  }>, "many">;
98580
98584
  }, "strip", z$1.ZodTypeAny, {
98581
98585
  membersToInvite: {
98582
98586
  email: string;
98583
- role: "Admin" | "Viewer" | "Editor";
98587
+ role: "Admin" | "Viewer" | "Builder";
98584
98588
  workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
98585
98589
  }[];
98586
98590
  }, {
98587
98591
  membersToInvite: {
98588
98592
  email: string;
98589
- role: "Admin" | "Viewer" | "Editor";
98593
+ role: "Admin" | "Viewer" | "Builder";
98590
98594
  workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
98591
98595
  }[];
98592
98596
  }>;
@@ -98754,7 +98758,8 @@ declare const DTOForgeProject: z$1.ZodObject<Omit<{
98754
98758
  tags: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString, "many">>;
98755
98759
  updatedAt: z$1.ZodOptional<z$1.ZodDate>;
98756
98760
  workspaceId: z$1.ZodString;
98757
- accessMode: z$1.ZodEnum<["InviteOnly", "Open"]>;
98761
+ accessMode: z$1.ZodEnum<["InviteOnly", "Open", "Unlisted"]>;
98762
+ defaultRole: z$1.ZodDefault<z$1.ZodEnum<["Viewer", "Builder"]>>;
98758
98763
  isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
98759
98764
  emoji: z$1.ZodOptional<z$1.ZodString>;
98760
98765
  }, "fpContextId"> & {
@@ -98951,105 +98956,6 @@ declare const DTOForgeProject: z$1.ZodObject<Omit<{
98951
98956
  content: string;
98952
98957
  } | undefined;
98953
98958
  }>;
98954
- members: z$1.ZodArray<z$1.ZodObject<{
98955
- userId: z$1.ZodString;
98956
- forgeProjectId: z$1.ZodString;
98957
- workspaceMembershipId: z$1.ZodString;
98958
- workspaceRole: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
98959
- role: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
98960
- } & {
98961
- user: z$1.ZodObject<{
98962
- id: z$1.ZodString;
98963
- email: z$1.ZodString;
98964
- profile: z$1.ZodObject<{
98965
- name: z$1.ZodString;
98966
- nickname: z$1.ZodOptional<z$1.ZodString>;
98967
- avatar: z$1.ZodOptional<z$1.ZodString>;
98968
- }, "strip", z$1.ZodTypeAny, {
98969
- name: string;
98970
- nickname?: string | undefined;
98971
- avatar?: string | undefined;
98972
- }, {
98973
- name: string;
98974
- nickname?: string | undefined;
98975
- avatar?: string | undefined;
98976
- }>;
98977
- }, "strip", z$1.ZodTypeAny, {
98978
- id: string;
98979
- email: string;
98980
- profile: {
98981
- name: string;
98982
- nickname?: string | undefined;
98983
- avatar?: string | undefined;
98984
- };
98985
- }, {
98986
- id: string;
98987
- email: string;
98988
- profile: {
98989
- name: string;
98990
- nickname?: string | undefined;
98991
- avatar?: string | undefined;
98992
- };
98993
- }>;
98994
- effectiveRole: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
98995
- }, "strip", z$1.ZodTypeAny, {
98996
- user: {
98997
- id: string;
98998
- email: string;
98999
- profile: {
99000
- name: string;
99001
- nickname?: string | undefined;
99002
- avatar?: string | undefined;
99003
- };
99004
- };
99005
- userId: string;
99006
- role: "Admin" | "Viewer" | "Editor";
99007
- effectiveRole: "Admin" | "Viewer" | "Editor";
99008
- forgeProjectId: string;
99009
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
99010
- workspaceMembershipId: string;
99011
- }, {
99012
- user: {
99013
- id: string;
99014
- email: string;
99015
- profile: {
99016
- name: string;
99017
- nickname?: string | undefined;
99018
- avatar?: string | undefined;
99019
- };
99020
- };
99021
- userId: string;
99022
- role: "Admin" | "Viewer" | "Editor";
99023
- effectiveRole: "Admin" | "Viewer" | "Editor";
99024
- forgeProjectId: string;
99025
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
99026
- workspaceMembershipId: string;
99027
- }>, "many">;
99028
- invitations: z$1.ZodArray<z$1.ZodObject<{
99029
- email: z$1.ZodString;
99030
- forgeProjectId: z$1.ZodString;
99031
- workspaceInvitationId: z$1.ZodString;
99032
- role: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
99033
- createdAt: z$1.ZodDate;
99034
- updatedAt: z$1.ZodDate;
99035
- createdById: z$1.ZodString;
99036
- }, "strip", z$1.ZodTypeAny, {
99037
- email: string;
99038
- createdAt: Date;
99039
- updatedAt: Date;
99040
- role: "Admin" | "Viewer" | "Editor";
99041
- workspaceInvitationId: string;
99042
- forgeProjectId: string;
99043
- createdById: string;
99044
- }, {
99045
- email: string;
99046
- createdAt: Date;
99047
- updatedAt: Date;
99048
- role: "Admin" | "Viewer" | "Editor";
99049
- workspaceInvitationId: string;
99050
- forgeProjectId: string;
99051
- createdById: string;
99052
- }>, "many">;
99053
98959
  }, "strip", z$1.ZodTypeAny, {
99054
98960
  id: string;
99055
98961
  createdAt: Date;
@@ -99059,34 +98965,8 @@ declare const DTOForgeProject: z$1.ZodObject<Omit<{
99059
98965
  description?: string | undefined;
99060
98966
  };
99061
98967
  tags: string[];
99062
- members: {
99063
- user: {
99064
- id: string;
99065
- email: string;
99066
- profile: {
99067
- name: string;
99068
- nickname?: string | undefined;
99069
- avatar?: string | undefined;
99070
- };
99071
- };
99072
- userId: string;
99073
- role: "Admin" | "Viewer" | "Editor";
99074
- effectiveRole: "Admin" | "Viewer" | "Editor";
99075
- forgeProjectId: string;
99076
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
99077
- workspaceMembershipId: string;
99078
- }[];
99079
- invitations: {
99080
- email: string;
99081
- createdAt: Date;
99082
- updatedAt: Date;
99083
- role: "Admin" | "Viewer" | "Editor";
99084
- workspaceInvitationId: string;
99085
- forgeProjectId: string;
99086
- createdById: string;
99087
- }[];
99088
98968
  workspaceId: string;
99089
- accessMode: "Open" | "InviteOnly";
98969
+ accessMode: "Open" | "InviteOnly" | "Unlisted";
99090
98970
  context: {
99091
98971
  id: string;
99092
98972
  name: string;
@@ -99133,6 +99013,7 @@ declare const DTOForgeProject: z$1.ZodObject<Omit<{
99133
99013
  } | undefined;
99134
99014
  };
99135
99015
  instruction: string | null;
99016
+ defaultRole: "Viewer" | "Builder";
99136
99017
  emoji?: string | undefined;
99137
99018
  updatedAt?: Date | undefined;
99138
99019
  createdByUserId?: string | undefined;
@@ -99145,34 +99026,8 @@ declare const DTOForgeProject: z$1.ZodObject<Omit<{
99145
99026
  name: string;
99146
99027
  description?: string | undefined;
99147
99028
  };
99148
- members: {
99149
- user: {
99150
- id: string;
99151
- email: string;
99152
- profile: {
99153
- name: string;
99154
- nickname?: string | undefined;
99155
- avatar?: string | undefined;
99156
- };
99157
- };
99158
- userId: string;
99159
- role: "Admin" | "Viewer" | "Editor";
99160
- effectiveRole: "Admin" | "Viewer" | "Editor";
99161
- forgeProjectId: string;
99162
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
99163
- workspaceMembershipId: string;
99164
- }[];
99165
- invitations: {
99166
- email: string;
99167
- createdAt: Date;
99168
- updatedAt: Date;
99169
- role: "Admin" | "Viewer" | "Editor";
99170
- workspaceInvitationId: string;
99171
- forgeProjectId: string;
99172
- createdById: string;
99173
- }[];
99174
99029
  workspaceId: string;
99175
- accessMode: "Open" | "InviteOnly";
99030
+ accessMode: "Open" | "InviteOnly" | "Unlisted";
99176
99031
  context: {
99177
99032
  id: string;
99178
99033
  name: string;
@@ -99224,6 +99079,7 @@ declare const DTOForgeProject: z$1.ZodObject<Omit<{
99224
99079
  updatedAt?: Date | undefined;
99225
99080
  createdByUserId?: string | undefined;
99226
99081
  isArchived?: boolean | undefined;
99082
+ defaultRole?: "Viewer" | "Builder" | undefined;
99227
99083
  }>;
99228
99084
  type DTOForgeProject = z$1.infer<typeof DTOForgeProject>;
99229
99085
  declare const DTOForgeProjectGetResponse: z$1.ZodObject<{
@@ -99247,7 +99103,8 @@ declare const DTOForgeProjectGetResponse: z$1.ZodObject<{
99247
99103
  tags: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString, "many">>;
99248
99104
  updatedAt: z$1.ZodOptional<z$1.ZodDate>;
99249
99105
  workspaceId: z$1.ZodString;
99250
- accessMode: z$1.ZodEnum<["InviteOnly", "Open"]>;
99106
+ accessMode: z$1.ZodEnum<["InviteOnly", "Open", "Unlisted"]>;
99107
+ defaultRole: z$1.ZodDefault<z$1.ZodEnum<["Viewer", "Builder"]>>;
99251
99108
  isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
99252
99109
  emoji: z$1.ZodOptional<z$1.ZodString>;
99253
99110
  }, "fpContextId"> & {
@@ -99444,105 +99301,6 @@ declare const DTOForgeProjectGetResponse: z$1.ZodObject<{
99444
99301
  content: string;
99445
99302
  } | undefined;
99446
99303
  }>;
99447
- members: z$1.ZodArray<z$1.ZodObject<{
99448
- userId: z$1.ZodString;
99449
- forgeProjectId: z$1.ZodString;
99450
- workspaceMembershipId: z$1.ZodString;
99451
- workspaceRole: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
99452
- role: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
99453
- } & {
99454
- user: z$1.ZodObject<{
99455
- id: z$1.ZodString;
99456
- email: z$1.ZodString;
99457
- profile: z$1.ZodObject<{
99458
- name: z$1.ZodString;
99459
- nickname: z$1.ZodOptional<z$1.ZodString>;
99460
- avatar: z$1.ZodOptional<z$1.ZodString>;
99461
- }, "strip", z$1.ZodTypeAny, {
99462
- name: string;
99463
- nickname?: string | undefined;
99464
- avatar?: string | undefined;
99465
- }, {
99466
- name: string;
99467
- nickname?: string | undefined;
99468
- avatar?: string | undefined;
99469
- }>;
99470
- }, "strip", z$1.ZodTypeAny, {
99471
- id: string;
99472
- email: string;
99473
- profile: {
99474
- name: string;
99475
- nickname?: string | undefined;
99476
- avatar?: string | undefined;
99477
- };
99478
- }, {
99479
- id: string;
99480
- email: string;
99481
- profile: {
99482
- name: string;
99483
- nickname?: string | undefined;
99484
- avatar?: string | undefined;
99485
- };
99486
- }>;
99487
- effectiveRole: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
99488
- }, "strip", z$1.ZodTypeAny, {
99489
- user: {
99490
- id: string;
99491
- email: string;
99492
- profile: {
99493
- name: string;
99494
- nickname?: string | undefined;
99495
- avatar?: string | undefined;
99496
- };
99497
- };
99498
- userId: string;
99499
- role: "Admin" | "Viewer" | "Editor";
99500
- effectiveRole: "Admin" | "Viewer" | "Editor";
99501
- forgeProjectId: string;
99502
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
99503
- workspaceMembershipId: string;
99504
- }, {
99505
- user: {
99506
- id: string;
99507
- email: string;
99508
- profile: {
99509
- name: string;
99510
- nickname?: string | undefined;
99511
- avatar?: string | undefined;
99512
- };
99513
- };
99514
- userId: string;
99515
- role: "Admin" | "Viewer" | "Editor";
99516
- effectiveRole: "Admin" | "Viewer" | "Editor";
99517
- forgeProjectId: string;
99518
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
99519
- workspaceMembershipId: string;
99520
- }>, "many">;
99521
- invitations: z$1.ZodArray<z$1.ZodObject<{
99522
- email: z$1.ZodString;
99523
- forgeProjectId: z$1.ZodString;
99524
- workspaceInvitationId: z$1.ZodString;
99525
- role: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
99526
- createdAt: z$1.ZodDate;
99527
- updatedAt: z$1.ZodDate;
99528
- createdById: z$1.ZodString;
99529
- }, "strip", z$1.ZodTypeAny, {
99530
- email: string;
99531
- createdAt: Date;
99532
- updatedAt: Date;
99533
- role: "Admin" | "Viewer" | "Editor";
99534
- workspaceInvitationId: string;
99535
- forgeProjectId: string;
99536
- createdById: string;
99537
- }, {
99538
- email: string;
99539
- createdAt: Date;
99540
- updatedAt: Date;
99541
- role: "Admin" | "Viewer" | "Editor";
99542
- workspaceInvitationId: string;
99543
- forgeProjectId: string;
99544
- createdById: string;
99545
- }>, "many">;
99546
99304
  }, "strip", z$1.ZodTypeAny, {
99547
99305
  id: string;
99548
99306
  createdAt: Date;
@@ -99552,34 +99310,8 @@ declare const DTOForgeProjectGetResponse: z$1.ZodObject<{
99552
99310
  description?: string | undefined;
99553
99311
  };
99554
99312
  tags: string[];
99555
- members: {
99556
- user: {
99557
- id: string;
99558
- email: string;
99559
- profile: {
99560
- name: string;
99561
- nickname?: string | undefined;
99562
- avatar?: string | undefined;
99563
- };
99564
- };
99565
- userId: string;
99566
- role: "Admin" | "Viewer" | "Editor";
99567
- effectiveRole: "Admin" | "Viewer" | "Editor";
99568
- forgeProjectId: string;
99569
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
99570
- workspaceMembershipId: string;
99571
- }[];
99572
- invitations: {
99573
- email: string;
99574
- createdAt: Date;
99575
- updatedAt: Date;
99576
- role: "Admin" | "Viewer" | "Editor";
99577
- workspaceInvitationId: string;
99578
- forgeProjectId: string;
99579
- createdById: string;
99580
- }[];
99581
99313
  workspaceId: string;
99582
- accessMode: "Open" | "InviteOnly";
99314
+ accessMode: "Open" | "InviteOnly" | "Unlisted";
99583
99315
  context: {
99584
99316
  id: string;
99585
99317
  name: string;
@@ -99626,6 +99358,7 @@ declare const DTOForgeProjectGetResponse: z$1.ZodObject<{
99626
99358
  } | undefined;
99627
99359
  };
99628
99360
  instruction: string | null;
99361
+ defaultRole: "Viewer" | "Builder";
99629
99362
  emoji?: string | undefined;
99630
99363
  updatedAt?: Date | undefined;
99631
99364
  createdByUserId?: string | undefined;
@@ -99638,34 +99371,8 @@ declare const DTOForgeProjectGetResponse: z$1.ZodObject<{
99638
99371
  name: string;
99639
99372
  description?: string | undefined;
99640
99373
  };
99641
- members: {
99642
- user: {
99643
- id: string;
99644
- email: string;
99645
- profile: {
99646
- name: string;
99647
- nickname?: string | undefined;
99648
- avatar?: string | undefined;
99649
- };
99650
- };
99651
- userId: string;
99652
- role: "Admin" | "Viewer" | "Editor";
99653
- effectiveRole: "Admin" | "Viewer" | "Editor";
99654
- forgeProjectId: string;
99655
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
99656
- workspaceMembershipId: string;
99657
- }[];
99658
- invitations: {
99659
- email: string;
99660
- createdAt: Date;
99661
- updatedAt: Date;
99662
- role: "Admin" | "Viewer" | "Editor";
99663
- workspaceInvitationId: string;
99664
- forgeProjectId: string;
99665
- createdById: string;
99666
- }[];
99667
99374
  workspaceId: string;
99668
- accessMode: "Open" | "InviteOnly";
99375
+ accessMode: "Open" | "InviteOnly" | "Unlisted";
99669
99376
  context: {
99670
99377
  id: string;
99671
99378
  name: string;
@@ -99717,6 +99424,7 @@ declare const DTOForgeProjectGetResponse: z$1.ZodObject<{
99717
99424
  updatedAt?: Date | undefined;
99718
99425
  createdByUserId?: string | undefined;
99719
99426
  isArchived?: boolean | undefined;
99427
+ defaultRole?: "Viewer" | "Builder" | undefined;
99720
99428
  }>>;
99721
99429
  }, "strip", z$1.ZodTypeAny, {
99722
99430
  project: {
@@ -99728,34 +99436,8 @@ declare const DTOForgeProjectGetResponse: z$1.ZodObject<{
99728
99436
  description?: string | undefined;
99729
99437
  };
99730
99438
  tags: string[];
99731
- members: {
99732
- user: {
99733
- id: string;
99734
- email: string;
99735
- profile: {
99736
- name: string;
99737
- nickname?: string | undefined;
99738
- avatar?: string | undefined;
99739
- };
99740
- };
99741
- userId: string;
99742
- role: "Admin" | "Viewer" | "Editor";
99743
- effectiveRole: "Admin" | "Viewer" | "Editor";
99744
- forgeProjectId: string;
99745
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
99746
- workspaceMembershipId: string;
99747
- }[];
99748
- invitations: {
99749
- email: string;
99750
- createdAt: Date;
99751
- updatedAt: Date;
99752
- role: "Admin" | "Viewer" | "Editor";
99753
- workspaceInvitationId: string;
99754
- forgeProjectId: string;
99755
- createdById: string;
99756
- }[];
99757
99439
  workspaceId: string;
99758
- accessMode: "Open" | "InviteOnly";
99440
+ accessMode: "Open" | "InviteOnly" | "Unlisted";
99759
99441
  context: {
99760
99442
  id: string;
99761
99443
  name: string;
@@ -99802,6 +99484,7 @@ declare const DTOForgeProjectGetResponse: z$1.ZodObject<{
99802
99484
  } | undefined;
99803
99485
  };
99804
99486
  instruction: string | null;
99487
+ defaultRole: "Viewer" | "Builder";
99805
99488
  emoji?: string | undefined;
99806
99489
  updatedAt?: Date | undefined;
99807
99490
  createdByUserId?: string | undefined;
@@ -99816,34 +99499,8 @@ declare const DTOForgeProjectGetResponse: z$1.ZodObject<{
99816
99499
  name: string;
99817
99500
  description?: string | undefined;
99818
99501
  };
99819
- members: {
99820
- user: {
99821
- id: string;
99822
- email: string;
99823
- profile: {
99824
- name: string;
99825
- nickname?: string | undefined;
99826
- avatar?: string | undefined;
99827
- };
99828
- };
99829
- userId: string;
99830
- role: "Admin" | "Viewer" | "Editor";
99831
- effectiveRole: "Admin" | "Viewer" | "Editor";
99832
- forgeProjectId: string;
99833
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
99834
- workspaceMembershipId: string;
99835
- }[];
99836
- invitations: {
99837
- email: string;
99838
- createdAt: Date;
99839
- updatedAt: Date;
99840
- role: "Admin" | "Viewer" | "Editor";
99841
- workspaceInvitationId: string;
99842
- forgeProjectId: string;
99843
- createdById: string;
99844
- }[];
99845
99502
  workspaceId: string;
99846
- accessMode: "Open" | "InviteOnly";
99503
+ accessMode: "Open" | "InviteOnly" | "Unlisted";
99847
99504
  context: {
99848
99505
  id: string;
99849
99506
  name: string;
@@ -99895,10 +99552,11 @@ declare const DTOForgeProjectGetResponse: z$1.ZodObject<{
99895
99552
  updatedAt?: Date | undefined;
99896
99553
  createdByUserId?: string | undefined;
99897
99554
  isArchived?: boolean | undefined;
99555
+ defaultRole?: "Viewer" | "Builder" | undefined;
99898
99556
  } | null;
99899
99557
  }>;
99900
99558
  type DTOForgeProjectGetResponse = z$1.infer<typeof DTOForgeProjectGetResponse>;
99901
- declare const DTOForgeProjectsListResponse: z$1.ZodObject<{
99559
+ declare const DTOForgeProjectListResponse: z$1.ZodObject<{
99902
99560
  projects: z$1.ZodArray<z$1.ZodObject<Omit<{
99903
99561
  createdAt: z$1.ZodDate;
99904
99562
  createdByUserId: z$1.ZodOptional<z$1.ZodString>;
@@ -99919,7 +99577,8 @@ declare const DTOForgeProjectsListResponse: z$1.ZodObject<{
99919
99577
  tags: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString, "many">>;
99920
99578
  updatedAt: z$1.ZodOptional<z$1.ZodDate>;
99921
99579
  workspaceId: z$1.ZodString;
99922
- accessMode: z$1.ZodEnum<["InviteOnly", "Open"]>;
99580
+ accessMode: z$1.ZodEnum<["InviteOnly", "Open", "Unlisted"]>;
99581
+ defaultRole: z$1.ZodDefault<z$1.ZodEnum<["Viewer", "Builder"]>>;
99923
99582
  isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
99924
99583
  emoji: z$1.ZodOptional<z$1.ZodString>;
99925
99584
  }, "fpContextId"> & {
@@ -100116,105 +99775,6 @@ declare const DTOForgeProjectsListResponse: z$1.ZodObject<{
100116
99775
  content: string;
100117
99776
  } | undefined;
100118
99777
  }>;
100119
- members: z$1.ZodArray<z$1.ZodObject<{
100120
- userId: z$1.ZodString;
100121
- forgeProjectId: z$1.ZodString;
100122
- workspaceMembershipId: z$1.ZodString;
100123
- workspaceRole: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
100124
- role: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
100125
- } & {
100126
- user: z$1.ZodObject<{
100127
- id: z$1.ZodString;
100128
- email: z$1.ZodString;
100129
- profile: z$1.ZodObject<{
100130
- name: z$1.ZodString;
100131
- nickname: z$1.ZodOptional<z$1.ZodString>;
100132
- avatar: z$1.ZodOptional<z$1.ZodString>;
100133
- }, "strip", z$1.ZodTypeAny, {
100134
- name: string;
100135
- nickname?: string | undefined;
100136
- avatar?: string | undefined;
100137
- }, {
100138
- name: string;
100139
- nickname?: string | undefined;
100140
- avatar?: string | undefined;
100141
- }>;
100142
- }, "strip", z$1.ZodTypeAny, {
100143
- id: string;
100144
- email: string;
100145
- profile: {
100146
- name: string;
100147
- nickname?: string | undefined;
100148
- avatar?: string | undefined;
100149
- };
100150
- }, {
100151
- id: string;
100152
- email: string;
100153
- profile: {
100154
- name: string;
100155
- nickname?: string | undefined;
100156
- avatar?: string | undefined;
100157
- };
100158
- }>;
100159
- effectiveRole: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
100160
- }, "strip", z$1.ZodTypeAny, {
100161
- user: {
100162
- id: string;
100163
- email: string;
100164
- profile: {
100165
- name: string;
100166
- nickname?: string | undefined;
100167
- avatar?: string | undefined;
100168
- };
100169
- };
100170
- userId: string;
100171
- role: "Admin" | "Viewer" | "Editor";
100172
- effectiveRole: "Admin" | "Viewer" | "Editor";
100173
- forgeProjectId: string;
100174
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
100175
- workspaceMembershipId: string;
100176
- }, {
100177
- user: {
100178
- id: string;
100179
- email: string;
100180
- profile: {
100181
- name: string;
100182
- nickname?: string | undefined;
100183
- avatar?: string | undefined;
100184
- };
100185
- };
100186
- userId: string;
100187
- role: "Admin" | "Viewer" | "Editor";
100188
- effectiveRole: "Admin" | "Viewer" | "Editor";
100189
- forgeProjectId: string;
100190
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
100191
- workspaceMembershipId: string;
100192
- }>, "many">;
100193
- invitations: z$1.ZodArray<z$1.ZodObject<{
100194
- email: z$1.ZodString;
100195
- forgeProjectId: z$1.ZodString;
100196
- workspaceInvitationId: z$1.ZodString;
100197
- role: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
100198
- createdAt: z$1.ZodDate;
100199
- updatedAt: z$1.ZodDate;
100200
- createdById: z$1.ZodString;
100201
- }, "strip", z$1.ZodTypeAny, {
100202
- email: string;
100203
- createdAt: Date;
100204
- updatedAt: Date;
100205
- role: "Admin" | "Viewer" | "Editor";
100206
- workspaceInvitationId: string;
100207
- forgeProjectId: string;
100208
- createdById: string;
100209
- }, {
100210
- email: string;
100211
- createdAt: Date;
100212
- updatedAt: Date;
100213
- role: "Admin" | "Viewer" | "Editor";
100214
- workspaceInvitationId: string;
100215
- forgeProjectId: string;
100216
- createdById: string;
100217
- }>, "many">;
100218
99778
  }, "strip", z$1.ZodTypeAny, {
100219
99779
  id: string;
100220
99780
  createdAt: Date;
@@ -100224,34 +99784,8 @@ declare const DTOForgeProjectsListResponse: z$1.ZodObject<{
100224
99784
  description?: string | undefined;
100225
99785
  };
100226
99786
  tags: string[];
100227
- members: {
100228
- user: {
100229
- id: string;
100230
- email: string;
100231
- profile: {
100232
- name: string;
100233
- nickname?: string | undefined;
100234
- avatar?: string | undefined;
100235
- };
100236
- };
100237
- userId: string;
100238
- role: "Admin" | "Viewer" | "Editor";
100239
- effectiveRole: "Admin" | "Viewer" | "Editor";
100240
- forgeProjectId: string;
100241
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
100242
- workspaceMembershipId: string;
100243
- }[];
100244
- invitations: {
100245
- email: string;
100246
- createdAt: Date;
100247
- updatedAt: Date;
100248
- role: "Admin" | "Viewer" | "Editor";
100249
- workspaceInvitationId: string;
100250
- forgeProjectId: string;
100251
- createdById: string;
100252
- }[];
100253
99787
  workspaceId: string;
100254
- accessMode: "Open" | "InviteOnly";
99788
+ accessMode: "Open" | "InviteOnly" | "Unlisted";
100255
99789
  context: {
100256
99790
  id: string;
100257
99791
  name: string;
@@ -100298,6 +99832,7 @@ declare const DTOForgeProjectsListResponse: z$1.ZodObject<{
100298
99832
  } | undefined;
100299
99833
  };
100300
99834
  instruction: string | null;
99835
+ defaultRole: "Viewer" | "Builder";
100301
99836
  emoji?: string | undefined;
100302
99837
  updatedAt?: Date | undefined;
100303
99838
  createdByUserId?: string | undefined;
@@ -100310,34 +99845,8 @@ declare const DTOForgeProjectsListResponse: z$1.ZodObject<{
100310
99845
  name: string;
100311
99846
  description?: string | undefined;
100312
99847
  };
100313
- members: {
100314
- user: {
100315
- id: string;
100316
- email: string;
100317
- profile: {
100318
- name: string;
100319
- nickname?: string | undefined;
100320
- avatar?: string | undefined;
100321
- };
100322
- };
100323
- userId: string;
100324
- role: "Admin" | "Viewer" | "Editor";
100325
- effectiveRole: "Admin" | "Viewer" | "Editor";
100326
- forgeProjectId: string;
100327
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
100328
- workspaceMembershipId: string;
100329
- }[];
100330
- invitations: {
100331
- email: string;
100332
- createdAt: Date;
100333
- updatedAt: Date;
100334
- role: "Admin" | "Viewer" | "Editor";
100335
- workspaceInvitationId: string;
100336
- forgeProjectId: string;
100337
- createdById: string;
100338
- }[];
100339
99848
  workspaceId: string;
100340
- accessMode: "Open" | "InviteOnly";
99849
+ accessMode: "Open" | "InviteOnly" | "Unlisted";
100341
99850
  context: {
100342
99851
  id: string;
100343
99852
  name: string;
@@ -100389,6 +99898,7 @@ declare const DTOForgeProjectsListResponse: z$1.ZodObject<{
100389
99898
  updatedAt?: Date | undefined;
100390
99899
  createdByUserId?: string | undefined;
100391
99900
  isArchived?: boolean | undefined;
99901
+ defaultRole?: "Viewer" | "Builder" | undefined;
100392
99902
  }>, "many">;
100393
99903
  }, "strip", z$1.ZodTypeAny, {
100394
99904
  projects: {
@@ -100400,34 +99910,8 @@ declare const DTOForgeProjectsListResponse: z$1.ZodObject<{
100400
99910
  description?: string | undefined;
100401
99911
  };
100402
99912
  tags: string[];
100403
- members: {
100404
- user: {
100405
- id: string;
100406
- email: string;
100407
- profile: {
100408
- name: string;
100409
- nickname?: string | undefined;
100410
- avatar?: string | undefined;
100411
- };
100412
- };
100413
- userId: string;
100414
- role: "Admin" | "Viewer" | "Editor";
100415
- effectiveRole: "Admin" | "Viewer" | "Editor";
100416
- forgeProjectId: string;
100417
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
100418
- workspaceMembershipId: string;
100419
- }[];
100420
- invitations: {
100421
- email: string;
100422
- createdAt: Date;
100423
- updatedAt: Date;
100424
- role: "Admin" | "Viewer" | "Editor";
100425
- workspaceInvitationId: string;
100426
- forgeProjectId: string;
100427
- createdById: string;
100428
- }[];
100429
99913
  workspaceId: string;
100430
- accessMode: "Open" | "InviteOnly";
99914
+ accessMode: "Open" | "InviteOnly" | "Unlisted";
100431
99915
  context: {
100432
99916
  id: string;
100433
99917
  name: string;
@@ -100474,6 +99958,7 @@ declare const DTOForgeProjectsListResponse: z$1.ZodObject<{
100474
99958
  } | undefined;
100475
99959
  };
100476
99960
  instruction: string | null;
99961
+ defaultRole: "Viewer" | "Builder";
100477
99962
  emoji?: string | undefined;
100478
99963
  updatedAt?: Date | undefined;
100479
99964
  createdByUserId?: string | undefined;
@@ -100488,34 +99973,8 @@ declare const DTOForgeProjectsListResponse: z$1.ZodObject<{
100488
99973
  name: string;
100489
99974
  description?: string | undefined;
100490
99975
  };
100491
- members: {
100492
- user: {
100493
- id: string;
100494
- email: string;
100495
- profile: {
100496
- name: string;
100497
- nickname?: string | undefined;
100498
- avatar?: string | undefined;
100499
- };
100500
- };
100501
- userId: string;
100502
- role: "Admin" | "Viewer" | "Editor";
100503
- effectiveRole: "Admin" | "Viewer" | "Editor";
100504
- forgeProjectId: string;
100505
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
100506
- workspaceMembershipId: string;
100507
- }[];
100508
- invitations: {
100509
- email: string;
100510
- createdAt: Date;
100511
- updatedAt: Date;
100512
- role: "Admin" | "Viewer" | "Editor";
100513
- workspaceInvitationId: string;
100514
- forgeProjectId: string;
100515
- createdById: string;
100516
- }[];
100517
99976
  workspaceId: string;
100518
- accessMode: "Open" | "InviteOnly";
99977
+ accessMode: "Open" | "InviteOnly" | "Unlisted";
100519
99978
  context: {
100520
99979
  id: string;
100521
99980
  name: string;
@@ -100567,10 +100026,11 @@ declare const DTOForgeProjectsListResponse: z$1.ZodObject<{
100567
100026
  updatedAt?: Date | undefined;
100568
100027
  createdByUserId?: string | undefined;
100569
100028
  isArchived?: boolean | undefined;
100029
+ defaultRole?: "Viewer" | "Builder" | undefined;
100570
100030
  }[];
100571
100031
  }>;
100572
- type DTOForgeProjectsListResponse = z$1.infer<typeof DTOForgeProjectsListResponse>;
100573
- declare const DTOCreateForgeProjectResponse: z$1.ZodObject<{
100032
+ type DTOForgeProjectListResponse = z$1.infer<typeof DTOForgeProjectListResponse>;
100033
+ declare const DTOForgeProjectCreateResponse: z$1.ZodObject<{
100574
100034
  project: z$1.ZodObject<Omit<{
100575
100035
  createdAt: z$1.ZodDate;
100576
100036
  createdByUserId: z$1.ZodOptional<z$1.ZodString>;
@@ -100591,7 +100051,8 @@ declare const DTOCreateForgeProjectResponse: z$1.ZodObject<{
100591
100051
  tags: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString, "many">>;
100592
100052
  updatedAt: z$1.ZodOptional<z$1.ZodDate>;
100593
100053
  workspaceId: z$1.ZodString;
100594
- accessMode: z$1.ZodEnum<["InviteOnly", "Open"]>;
100054
+ accessMode: z$1.ZodEnum<["InviteOnly", "Open", "Unlisted"]>;
100055
+ defaultRole: z$1.ZodDefault<z$1.ZodEnum<["Viewer", "Builder"]>>;
100595
100056
  isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
100596
100057
  emoji: z$1.ZodOptional<z$1.ZodString>;
100597
100058
  }, "fpContextId"> & {
@@ -100788,105 +100249,6 @@ declare const DTOCreateForgeProjectResponse: z$1.ZodObject<{
100788
100249
  content: string;
100789
100250
  } | undefined;
100790
100251
  }>;
100791
- members: z$1.ZodArray<z$1.ZodObject<{
100792
- userId: z$1.ZodString;
100793
- forgeProjectId: z$1.ZodString;
100794
- workspaceMembershipId: z$1.ZodString;
100795
- workspaceRole: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
100796
- role: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
100797
- } & {
100798
- user: z$1.ZodObject<{
100799
- id: z$1.ZodString;
100800
- email: z$1.ZodString;
100801
- profile: z$1.ZodObject<{
100802
- name: z$1.ZodString;
100803
- nickname: z$1.ZodOptional<z$1.ZodString>;
100804
- avatar: z$1.ZodOptional<z$1.ZodString>;
100805
- }, "strip", z$1.ZodTypeAny, {
100806
- name: string;
100807
- nickname?: string | undefined;
100808
- avatar?: string | undefined;
100809
- }, {
100810
- name: string;
100811
- nickname?: string | undefined;
100812
- avatar?: string | undefined;
100813
- }>;
100814
- }, "strip", z$1.ZodTypeAny, {
100815
- id: string;
100816
- email: string;
100817
- profile: {
100818
- name: string;
100819
- nickname?: string | undefined;
100820
- avatar?: string | undefined;
100821
- };
100822
- }, {
100823
- id: string;
100824
- email: string;
100825
- profile: {
100826
- name: string;
100827
- nickname?: string | undefined;
100828
- avatar?: string | undefined;
100829
- };
100830
- }>;
100831
- effectiveRole: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
100832
- }, "strip", z$1.ZodTypeAny, {
100833
- user: {
100834
- id: string;
100835
- email: string;
100836
- profile: {
100837
- name: string;
100838
- nickname?: string | undefined;
100839
- avatar?: string | undefined;
100840
- };
100841
- };
100842
- userId: string;
100843
- role: "Admin" | "Viewer" | "Editor";
100844
- effectiveRole: "Admin" | "Viewer" | "Editor";
100845
- forgeProjectId: string;
100846
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
100847
- workspaceMembershipId: string;
100848
- }, {
100849
- user: {
100850
- id: string;
100851
- email: string;
100852
- profile: {
100853
- name: string;
100854
- nickname?: string | undefined;
100855
- avatar?: string | undefined;
100856
- };
100857
- };
100858
- userId: string;
100859
- role: "Admin" | "Viewer" | "Editor";
100860
- effectiveRole: "Admin" | "Viewer" | "Editor";
100861
- forgeProjectId: string;
100862
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
100863
- workspaceMembershipId: string;
100864
- }>, "many">;
100865
- invitations: z$1.ZodArray<z$1.ZodObject<{
100866
- email: z$1.ZodString;
100867
- forgeProjectId: z$1.ZodString;
100868
- workspaceInvitationId: z$1.ZodString;
100869
- role: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
100870
- createdAt: z$1.ZodDate;
100871
- updatedAt: z$1.ZodDate;
100872
- createdById: z$1.ZodString;
100873
- }, "strip", z$1.ZodTypeAny, {
100874
- email: string;
100875
- createdAt: Date;
100876
- updatedAt: Date;
100877
- role: "Admin" | "Viewer" | "Editor";
100878
- workspaceInvitationId: string;
100879
- forgeProjectId: string;
100880
- createdById: string;
100881
- }, {
100882
- email: string;
100883
- createdAt: Date;
100884
- updatedAt: Date;
100885
- role: "Admin" | "Viewer" | "Editor";
100886
- workspaceInvitationId: string;
100887
- forgeProjectId: string;
100888
- createdById: string;
100889
- }>, "many">;
100890
100252
  }, "strip", z$1.ZodTypeAny, {
100891
100253
  id: string;
100892
100254
  createdAt: Date;
@@ -100896,34 +100258,8 @@ declare const DTOCreateForgeProjectResponse: z$1.ZodObject<{
100896
100258
  description?: string | undefined;
100897
100259
  };
100898
100260
  tags: string[];
100899
- members: {
100900
- user: {
100901
- id: string;
100902
- email: string;
100903
- profile: {
100904
- name: string;
100905
- nickname?: string | undefined;
100906
- avatar?: string | undefined;
100907
- };
100908
- };
100909
- userId: string;
100910
- role: "Admin" | "Viewer" | "Editor";
100911
- effectiveRole: "Admin" | "Viewer" | "Editor";
100912
- forgeProjectId: string;
100913
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
100914
- workspaceMembershipId: string;
100915
- }[];
100916
- invitations: {
100917
- email: string;
100918
- createdAt: Date;
100919
- updatedAt: Date;
100920
- role: "Admin" | "Viewer" | "Editor";
100921
- workspaceInvitationId: string;
100922
- forgeProjectId: string;
100923
- createdById: string;
100924
- }[];
100925
100261
  workspaceId: string;
100926
- accessMode: "Open" | "InviteOnly";
100262
+ accessMode: "Open" | "InviteOnly" | "Unlisted";
100927
100263
  context: {
100928
100264
  id: string;
100929
100265
  name: string;
@@ -100970,6 +100306,7 @@ declare const DTOCreateForgeProjectResponse: z$1.ZodObject<{
100970
100306
  } | undefined;
100971
100307
  };
100972
100308
  instruction: string | null;
100309
+ defaultRole: "Viewer" | "Builder";
100973
100310
  emoji?: string | undefined;
100974
100311
  updatedAt?: Date | undefined;
100975
100312
  createdByUserId?: string | undefined;
@@ -100982,706 +100319,8 @@ declare const DTOCreateForgeProjectResponse: z$1.ZodObject<{
100982
100319
  name: string;
100983
100320
  description?: string | undefined;
100984
100321
  };
100985
- members: {
100986
- user: {
100987
- id: string;
100988
- email: string;
100989
- profile: {
100990
- name: string;
100991
- nickname?: string | undefined;
100992
- avatar?: string | undefined;
100993
- };
100994
- };
100995
- userId: string;
100996
- role: "Admin" | "Viewer" | "Editor";
100997
- effectiveRole: "Admin" | "Viewer" | "Editor";
100998
- forgeProjectId: string;
100999
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
101000
- workspaceMembershipId: string;
101001
- }[];
101002
- invitations: {
101003
- email: string;
101004
- createdAt: Date;
101005
- updatedAt: Date;
101006
- role: "Admin" | "Viewer" | "Editor";
101007
- workspaceInvitationId: string;
101008
- forgeProjectId: string;
101009
- createdById: string;
101010
- }[];
101011
- workspaceId: string;
101012
- accessMode: "Open" | "InviteOnly";
101013
- context: {
101014
- id: string;
101015
- name: string;
101016
- createdAt: Date;
101017
- updatedAt: Date;
101018
- workspaceId: string;
101019
- designSystemId: string;
101020
- dependencies: {
101021
- type: "npm";
101022
- packageName: string;
101023
- version?: string | undefined;
101024
- }[];
101025
- meta: {
101026
- name: string;
101027
- description?: string | undefined;
101028
- };
101029
- definition: string;
101030
- npmProxySettings: {
101031
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
101032
- enabledScopes: string[];
101033
- customRegistryUrl?: string | undefined;
101034
- bypassProxy?: boolean | undefined;
101035
- npmProxyRegistryConfigId?: string | undefined;
101036
- npmProxyVersion?: number | undefined;
101037
- } & ({
101038
- password: string;
101039
- username: string;
101040
- authType: "Basic";
101041
- } | {
101042
- accessToken: string;
101043
- authType: "Bearer";
101044
- } | {
101045
- authType: "None";
101046
- } | {
101047
- authType: "Custom";
101048
- authHeaderName: string;
101049
- authHeaderValue: string;
101050
- });
101051
- platform: "Angular" | "Vue" | "React";
101052
- styling: "CSS" | "Tailwind";
101053
- tailwindConfig?: {
101054
- version: string;
101055
- content: string;
101056
- } | undefined;
101057
- };
101058
- instruction: string | null;
101059
- emoji?: string | undefined;
101060
- tags?: string[] | undefined;
101061
- updatedAt?: Date | undefined;
101062
- createdByUserId?: string | undefined;
101063
- isArchived?: boolean | undefined;
101064
- }>;
101065
- }, "strip", z$1.ZodTypeAny, {
101066
- project: {
101067
- id: string;
101068
- createdAt: Date;
101069
- name: string;
101070
- meta: {
101071
- name: string;
101072
- description?: string | undefined;
101073
- };
101074
- tags: string[];
101075
- members: {
101076
- user: {
101077
- id: string;
101078
- email: string;
101079
- profile: {
101080
- name: string;
101081
- nickname?: string | undefined;
101082
- avatar?: string | undefined;
101083
- };
101084
- };
101085
- userId: string;
101086
- role: "Admin" | "Viewer" | "Editor";
101087
- effectiveRole: "Admin" | "Viewer" | "Editor";
101088
- forgeProjectId: string;
101089
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
101090
- workspaceMembershipId: string;
101091
- }[];
101092
- invitations: {
101093
- email: string;
101094
- createdAt: Date;
101095
- updatedAt: Date;
101096
- role: "Admin" | "Viewer" | "Editor";
101097
- workspaceInvitationId: string;
101098
- forgeProjectId: string;
101099
- createdById: string;
101100
- }[];
101101
- workspaceId: string;
101102
- accessMode: "Open" | "InviteOnly";
101103
- context: {
101104
- id: string;
101105
- name: string;
101106
- createdAt: Date;
101107
- updatedAt: Date;
101108
- workspaceId: string;
101109
- designSystemId: string;
101110
- dependencies: {
101111
- type: "npm";
101112
- version: string;
101113
- packageName: string;
101114
- }[];
101115
- meta: {
101116
- name: string;
101117
- description?: string | undefined;
101118
- };
101119
- definition: string;
101120
- npmProxySettings: {
101121
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
101122
- enabledScopes: string[];
101123
- bypassProxy: boolean;
101124
- customRegistryUrl?: string | undefined;
101125
- npmProxyRegistryConfigId?: string | undefined;
101126
- npmProxyVersion?: number | undefined;
101127
- } & ({
101128
- password: string;
101129
- username: string;
101130
- authType: "Basic";
101131
- } | {
101132
- accessToken: string;
101133
- authType: "Bearer";
101134
- } | {
101135
- authType: "None";
101136
- } | {
101137
- authType: "Custom";
101138
- authHeaderName: string;
101139
- authHeaderValue: string;
101140
- });
101141
- platform: "Angular" | "Vue" | "React";
101142
- styling: "CSS" | "Tailwind";
101143
- tailwindConfig?: {
101144
- version: string;
101145
- content: string;
101146
- } | undefined;
101147
- };
101148
- instruction: string | null;
101149
- emoji?: string | undefined;
101150
- updatedAt?: Date | undefined;
101151
- createdByUserId?: string | undefined;
101152
- isArchived?: boolean | undefined;
101153
- };
101154
- }, {
101155
- project: {
101156
- id: string;
101157
- createdAt: Date;
101158
- name: string;
101159
- meta: {
101160
- name: string;
101161
- description?: string | undefined;
101162
- };
101163
- members: {
101164
- user: {
101165
- id: string;
101166
- email: string;
101167
- profile: {
101168
- name: string;
101169
- nickname?: string | undefined;
101170
- avatar?: string | undefined;
101171
- };
101172
- };
101173
- userId: string;
101174
- role: "Admin" | "Viewer" | "Editor";
101175
- effectiveRole: "Admin" | "Viewer" | "Editor";
101176
- forgeProjectId: string;
101177
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
101178
- workspaceMembershipId: string;
101179
- }[];
101180
- invitations: {
101181
- email: string;
101182
- createdAt: Date;
101183
- updatedAt: Date;
101184
- role: "Admin" | "Viewer" | "Editor";
101185
- workspaceInvitationId: string;
101186
- forgeProjectId: string;
101187
- createdById: string;
101188
- }[];
101189
- workspaceId: string;
101190
- accessMode: "Open" | "InviteOnly";
101191
- context: {
101192
- id: string;
101193
- name: string;
101194
- createdAt: Date;
101195
- updatedAt: Date;
101196
- workspaceId: string;
101197
- designSystemId: string;
101198
- dependencies: {
101199
- type: "npm";
101200
- packageName: string;
101201
- version?: string | undefined;
101202
- }[];
101203
- meta: {
101204
- name: string;
101205
- description?: string | undefined;
101206
- };
101207
- definition: string;
101208
- npmProxySettings: {
101209
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
101210
- enabledScopes: string[];
101211
- customRegistryUrl?: string | undefined;
101212
- bypassProxy?: boolean | undefined;
101213
- npmProxyRegistryConfigId?: string | undefined;
101214
- npmProxyVersion?: number | undefined;
101215
- } & ({
101216
- password: string;
101217
- username: string;
101218
- authType: "Basic";
101219
- } | {
101220
- accessToken: string;
101221
- authType: "Bearer";
101222
- } | {
101223
- authType: "None";
101224
- } | {
101225
- authType: "Custom";
101226
- authHeaderName: string;
101227
- authHeaderValue: string;
101228
- });
101229
- platform: "Angular" | "Vue" | "React";
101230
- styling: "CSS" | "Tailwind";
101231
- tailwindConfig?: {
101232
- version: string;
101233
- content: string;
101234
- } | undefined;
101235
- };
101236
- instruction: string | null;
101237
- emoji?: string | undefined;
101238
- tags?: string[] | undefined;
101239
- updatedAt?: Date | undefined;
101240
- createdByUserId?: string | undefined;
101241
- isArchived?: boolean | undefined;
101242
- };
101243
- }>;
101244
- type DTOCreateForgeProjectResponse = z$1.infer<typeof DTOCreateForgeProjectResponse>;
101245
- declare const DTOUpdateForgeProjectResponse: z$1.ZodObject<{
101246
- project: z$1.ZodObject<Omit<{
101247
- createdAt: z$1.ZodDate;
101248
- createdByUserId: z$1.ZodOptional<z$1.ZodString>;
101249
- fpContextId: z$1.ZodString;
101250
- id: z$1.ZodString;
101251
- instruction: z$1.ZodNullable<z$1.ZodString>;
101252
- meta: z$1.ZodObject<{
101253
- name: z$1.ZodString;
101254
- description: z$1.ZodOptional<z$1.ZodString>;
101255
- }, "strip", z$1.ZodTypeAny, {
101256
- name: string;
101257
- description?: string | undefined;
101258
- }, {
101259
- name: string;
101260
- description?: string | undefined;
101261
- }>;
101262
- name: z$1.ZodString;
101263
- tags: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString, "many">>;
101264
- updatedAt: z$1.ZodOptional<z$1.ZodDate>;
101265
- workspaceId: z$1.ZodString;
101266
- accessMode: z$1.ZodEnum<["InviteOnly", "Open"]>;
101267
- isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
101268
- emoji: z$1.ZodOptional<z$1.ZodString>;
101269
- }, "fpContextId"> & {
101270
- context: z$1.ZodObject<{
101271
- createdAt: z$1.ZodDate;
101272
- definition: z$1.ZodString;
101273
- dependencies: z$1.ZodArray<z$1.ZodObject<{
101274
- packageName: z$1.ZodString;
101275
- type: z$1.ZodLiteral<"npm">;
101276
- version: z$1.ZodDefault<z$1.ZodString>;
101277
- }, "strip", z$1.ZodTypeAny, {
101278
- type: "npm";
101279
- version: string;
101280
- packageName: string;
101281
- }, {
101282
- type: "npm";
101283
- packageName: string;
101284
- version?: string | undefined;
101285
- }>, "many">;
101286
- designSystemId: z$1.ZodString;
101287
- id: z$1.ZodString;
101288
- meta: z$1.ZodObject<{
101289
- name: z$1.ZodString;
101290
- description: z$1.ZodOptional<z$1.ZodString>;
101291
- }, "strip", z$1.ZodTypeAny, {
101292
- name: string;
101293
- description?: string | undefined;
101294
- }, {
101295
- name: string;
101296
- description?: string | undefined;
101297
- }>;
101298
- name: z$1.ZodString;
101299
- npmProxySettings: z$1.ZodIntersection<z$1.ZodObject<{
101300
- registryType: z$1.ZodEnum<["NPMJS", "GitHub", "AzureDevOps", "Artifactory", "Custom"]>;
101301
- enabledScopes: z$1.ZodArray<z$1.ZodString, "many">;
101302
- customRegistryUrl: z$1.ZodOptional<z$1.ZodString>;
101303
- bypassProxy: z$1.ZodDefault<z$1.ZodBoolean>;
101304
- npmProxyRegistryConfigId: z$1.ZodOptional<z$1.ZodString>;
101305
- npmProxyVersion: z$1.ZodOptional<z$1.ZodNumber>;
101306
- }, "strip", z$1.ZodTypeAny, {
101307
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
101308
- enabledScopes: string[];
101309
- bypassProxy: boolean;
101310
- customRegistryUrl?: string | undefined;
101311
- npmProxyRegistryConfigId?: string | undefined;
101312
- npmProxyVersion?: number | undefined;
101313
- }, {
101314
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
101315
- enabledScopes: string[];
101316
- customRegistryUrl?: string | undefined;
101317
- bypassProxy?: boolean | undefined;
101318
- npmProxyRegistryConfigId?: string | undefined;
101319
- npmProxyVersion?: number | undefined;
101320
- }>, z$1.ZodDiscriminatedUnion<"authType", [z$1.ZodObject<{
101321
- authType: z$1.ZodLiteral<"Basic">;
101322
- username: z$1.ZodString;
101323
- password: z$1.ZodString;
101324
- }, "strip", z$1.ZodTypeAny, {
101325
- password: string;
101326
- username: string;
101327
- authType: "Basic";
101328
- }, {
101329
- password: string;
101330
- username: string;
101331
- authType: "Basic";
101332
- }>, z$1.ZodObject<{
101333
- authType: z$1.ZodLiteral<"Bearer">;
101334
- accessToken: z$1.ZodString;
101335
- }, "strip", z$1.ZodTypeAny, {
101336
- accessToken: string;
101337
- authType: "Bearer";
101338
- }, {
101339
- accessToken: string;
101340
- authType: "Bearer";
101341
- }>, z$1.ZodObject<{
101342
- authType: z$1.ZodLiteral<"None">;
101343
- }, "strip", z$1.ZodTypeAny, {
101344
- authType: "None";
101345
- }, {
101346
- authType: "None";
101347
- }>, z$1.ZodObject<{
101348
- authType: z$1.ZodLiteral<"Custom">;
101349
- authHeaderName: z$1.ZodString;
101350
- authHeaderValue: z$1.ZodString;
101351
- }, "strip", z$1.ZodTypeAny, {
101352
- authType: "Custom";
101353
- authHeaderName: string;
101354
- authHeaderValue: string;
101355
- }, {
101356
- authType: "Custom";
101357
- authHeaderName: string;
101358
- authHeaderValue: string;
101359
- }>]>>;
101360
- platform: z$1.ZodEnum<["React", "Vue", "Angular"]>;
101361
- styling: z$1.ZodEnum<["CSS", "Tailwind"]>;
101362
- tailwindConfig: z$1.ZodOptional<z$1.ZodObject<{
101363
- content: z$1.ZodString;
101364
- version: z$1.ZodString;
101365
- }, "strip", z$1.ZodTypeAny, {
101366
- version: string;
101367
- content: string;
101368
- }, {
101369
- version: string;
101370
- content: string;
101371
- }>>;
101372
- updatedAt: z$1.ZodDate;
101373
- workspaceId: z$1.ZodString;
101374
- }, "strip", z$1.ZodTypeAny, {
101375
- id: string;
101376
- name: string;
101377
- createdAt: Date;
101378
- updatedAt: Date;
101379
- workspaceId: string;
101380
- designSystemId: string;
101381
- dependencies: {
101382
- type: "npm";
101383
- version: string;
101384
- packageName: string;
101385
- }[];
101386
- meta: {
101387
- name: string;
101388
- description?: string | undefined;
101389
- };
101390
- definition: string;
101391
- npmProxySettings: {
101392
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
101393
- enabledScopes: string[];
101394
- bypassProxy: boolean;
101395
- customRegistryUrl?: string | undefined;
101396
- npmProxyRegistryConfigId?: string | undefined;
101397
- npmProxyVersion?: number | undefined;
101398
- } & ({
101399
- password: string;
101400
- username: string;
101401
- authType: "Basic";
101402
- } | {
101403
- accessToken: string;
101404
- authType: "Bearer";
101405
- } | {
101406
- authType: "None";
101407
- } | {
101408
- authType: "Custom";
101409
- authHeaderName: string;
101410
- authHeaderValue: string;
101411
- });
101412
- platform: "Angular" | "Vue" | "React";
101413
- styling: "CSS" | "Tailwind";
101414
- tailwindConfig?: {
101415
- version: string;
101416
- content: string;
101417
- } | undefined;
101418
- }, {
101419
- id: string;
101420
- name: string;
101421
- createdAt: Date;
101422
- updatedAt: Date;
101423
- workspaceId: string;
101424
- designSystemId: string;
101425
- dependencies: {
101426
- type: "npm";
101427
- packageName: string;
101428
- version?: string | undefined;
101429
- }[];
101430
- meta: {
101431
- name: string;
101432
- description?: string | undefined;
101433
- };
101434
- definition: string;
101435
- npmProxySettings: {
101436
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
101437
- enabledScopes: string[];
101438
- customRegistryUrl?: string | undefined;
101439
- bypassProxy?: boolean | undefined;
101440
- npmProxyRegistryConfigId?: string | undefined;
101441
- npmProxyVersion?: number | undefined;
101442
- } & ({
101443
- password: string;
101444
- username: string;
101445
- authType: "Basic";
101446
- } | {
101447
- accessToken: string;
101448
- authType: "Bearer";
101449
- } | {
101450
- authType: "None";
101451
- } | {
101452
- authType: "Custom";
101453
- authHeaderName: string;
101454
- authHeaderValue: string;
101455
- });
101456
- platform: "Angular" | "Vue" | "React";
101457
- styling: "CSS" | "Tailwind";
101458
- tailwindConfig?: {
101459
- version: string;
101460
- content: string;
101461
- } | undefined;
101462
- }>;
101463
- members: z$1.ZodArray<z$1.ZodObject<{
101464
- userId: z$1.ZodString;
101465
- forgeProjectId: z$1.ZodString;
101466
- workspaceMembershipId: z$1.ZodString;
101467
- workspaceRole: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
101468
- role: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
101469
- } & {
101470
- user: z$1.ZodObject<{
101471
- id: z$1.ZodString;
101472
- email: z$1.ZodString;
101473
- profile: z$1.ZodObject<{
101474
- name: z$1.ZodString;
101475
- nickname: z$1.ZodOptional<z$1.ZodString>;
101476
- avatar: z$1.ZodOptional<z$1.ZodString>;
101477
- }, "strip", z$1.ZodTypeAny, {
101478
- name: string;
101479
- nickname?: string | undefined;
101480
- avatar?: string | undefined;
101481
- }, {
101482
- name: string;
101483
- nickname?: string | undefined;
101484
- avatar?: string | undefined;
101485
- }>;
101486
- }, "strip", z$1.ZodTypeAny, {
101487
- id: string;
101488
- email: string;
101489
- profile: {
101490
- name: string;
101491
- nickname?: string | undefined;
101492
- avatar?: string | undefined;
101493
- };
101494
- }, {
101495
- id: string;
101496
- email: string;
101497
- profile: {
101498
- name: string;
101499
- nickname?: string | undefined;
101500
- avatar?: string | undefined;
101501
- };
101502
- }>;
101503
- effectiveRole: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
101504
- }, "strip", z$1.ZodTypeAny, {
101505
- user: {
101506
- id: string;
101507
- email: string;
101508
- profile: {
101509
- name: string;
101510
- nickname?: string | undefined;
101511
- avatar?: string | undefined;
101512
- };
101513
- };
101514
- userId: string;
101515
- role: "Admin" | "Viewer" | "Editor";
101516
- effectiveRole: "Admin" | "Viewer" | "Editor";
101517
- forgeProjectId: string;
101518
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
101519
- workspaceMembershipId: string;
101520
- }, {
101521
- user: {
101522
- id: string;
101523
- email: string;
101524
- profile: {
101525
- name: string;
101526
- nickname?: string | undefined;
101527
- avatar?: string | undefined;
101528
- };
101529
- };
101530
- userId: string;
101531
- role: "Admin" | "Viewer" | "Editor";
101532
- effectiveRole: "Admin" | "Viewer" | "Editor";
101533
- forgeProjectId: string;
101534
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
101535
- workspaceMembershipId: string;
101536
- }>, "many">;
101537
- invitations: z$1.ZodArray<z$1.ZodObject<{
101538
- email: z$1.ZodString;
101539
- forgeProjectId: z$1.ZodString;
101540
- workspaceInvitationId: z$1.ZodString;
101541
- role: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
101542
- createdAt: z$1.ZodDate;
101543
- updatedAt: z$1.ZodDate;
101544
- createdById: z$1.ZodString;
101545
- }, "strip", z$1.ZodTypeAny, {
101546
- email: string;
101547
- createdAt: Date;
101548
- updatedAt: Date;
101549
- role: "Admin" | "Viewer" | "Editor";
101550
- workspaceInvitationId: string;
101551
- forgeProjectId: string;
101552
- createdById: string;
101553
- }, {
101554
- email: string;
101555
- createdAt: Date;
101556
- updatedAt: Date;
101557
- role: "Admin" | "Viewer" | "Editor";
101558
- workspaceInvitationId: string;
101559
- forgeProjectId: string;
101560
- createdById: string;
101561
- }>, "many">;
101562
- }, "strip", z$1.ZodTypeAny, {
101563
- id: string;
101564
- createdAt: Date;
101565
- name: string;
101566
- meta: {
101567
- name: string;
101568
- description?: string | undefined;
101569
- };
101570
- tags: string[];
101571
- members: {
101572
- user: {
101573
- id: string;
101574
- email: string;
101575
- profile: {
101576
- name: string;
101577
- nickname?: string | undefined;
101578
- avatar?: string | undefined;
101579
- };
101580
- };
101581
- userId: string;
101582
- role: "Admin" | "Viewer" | "Editor";
101583
- effectiveRole: "Admin" | "Viewer" | "Editor";
101584
- forgeProjectId: string;
101585
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
101586
- workspaceMembershipId: string;
101587
- }[];
101588
- invitations: {
101589
- email: string;
101590
- createdAt: Date;
101591
- updatedAt: Date;
101592
- role: "Admin" | "Viewer" | "Editor";
101593
- workspaceInvitationId: string;
101594
- forgeProjectId: string;
101595
- createdById: string;
101596
- }[];
101597
- workspaceId: string;
101598
- accessMode: "Open" | "InviteOnly";
101599
- context: {
101600
- id: string;
101601
- name: string;
101602
- createdAt: Date;
101603
- updatedAt: Date;
101604
- workspaceId: string;
101605
- designSystemId: string;
101606
- dependencies: {
101607
- type: "npm";
101608
- version: string;
101609
- packageName: string;
101610
- }[];
101611
- meta: {
101612
- name: string;
101613
- description?: string | undefined;
101614
- };
101615
- definition: string;
101616
- npmProxySettings: {
101617
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
101618
- enabledScopes: string[];
101619
- bypassProxy: boolean;
101620
- customRegistryUrl?: string | undefined;
101621
- npmProxyRegistryConfigId?: string | undefined;
101622
- npmProxyVersion?: number | undefined;
101623
- } & ({
101624
- password: string;
101625
- username: string;
101626
- authType: "Basic";
101627
- } | {
101628
- accessToken: string;
101629
- authType: "Bearer";
101630
- } | {
101631
- authType: "None";
101632
- } | {
101633
- authType: "Custom";
101634
- authHeaderName: string;
101635
- authHeaderValue: string;
101636
- });
101637
- platform: "Angular" | "Vue" | "React";
101638
- styling: "CSS" | "Tailwind";
101639
- tailwindConfig?: {
101640
- version: string;
101641
- content: string;
101642
- } | undefined;
101643
- };
101644
- instruction: string | null;
101645
- emoji?: string | undefined;
101646
- updatedAt?: Date | undefined;
101647
- createdByUserId?: string | undefined;
101648
- isArchived?: boolean | undefined;
101649
- }, {
101650
- id: string;
101651
- createdAt: Date;
101652
- name: string;
101653
- meta: {
101654
- name: string;
101655
- description?: string | undefined;
101656
- };
101657
- members: {
101658
- user: {
101659
- id: string;
101660
- email: string;
101661
- profile: {
101662
- name: string;
101663
- nickname?: string | undefined;
101664
- avatar?: string | undefined;
101665
- };
101666
- };
101667
- userId: string;
101668
- role: "Admin" | "Viewer" | "Editor";
101669
- effectiveRole: "Admin" | "Viewer" | "Editor";
101670
- forgeProjectId: string;
101671
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
101672
- workspaceMembershipId: string;
101673
- }[];
101674
- invitations: {
101675
- email: string;
101676
- createdAt: Date;
101677
- updatedAt: Date;
101678
- role: "Admin" | "Viewer" | "Editor";
101679
- workspaceInvitationId: string;
101680
- forgeProjectId: string;
101681
- createdById: string;
101682
- }[];
101683
100322
  workspaceId: string;
101684
- accessMode: "Open" | "InviteOnly";
100323
+ accessMode: "Open" | "InviteOnly" | "Unlisted";
101685
100324
  context: {
101686
100325
  id: string;
101687
100326
  name: string;
@@ -101733,6 +100372,7 @@ declare const DTOUpdateForgeProjectResponse: z$1.ZodObject<{
101733
100372
  updatedAt?: Date | undefined;
101734
100373
  createdByUserId?: string | undefined;
101735
100374
  isArchived?: boolean | undefined;
100375
+ defaultRole?: "Viewer" | "Builder" | undefined;
101736
100376
  }>;
101737
100377
  }, "strip", z$1.ZodTypeAny, {
101738
100378
  project: {
@@ -101744,34 +100384,8 @@ declare const DTOUpdateForgeProjectResponse: z$1.ZodObject<{
101744
100384
  description?: string | undefined;
101745
100385
  };
101746
100386
  tags: string[];
101747
- members: {
101748
- user: {
101749
- id: string;
101750
- email: string;
101751
- profile: {
101752
- name: string;
101753
- nickname?: string | undefined;
101754
- avatar?: string | undefined;
101755
- };
101756
- };
101757
- userId: string;
101758
- role: "Admin" | "Viewer" | "Editor";
101759
- effectiveRole: "Admin" | "Viewer" | "Editor";
101760
- forgeProjectId: string;
101761
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
101762
- workspaceMembershipId: string;
101763
- }[];
101764
- invitations: {
101765
- email: string;
101766
- createdAt: Date;
101767
- updatedAt: Date;
101768
- role: "Admin" | "Viewer" | "Editor";
101769
- workspaceInvitationId: string;
101770
- forgeProjectId: string;
101771
- createdById: string;
101772
- }[];
101773
100387
  workspaceId: string;
101774
- accessMode: "Open" | "InviteOnly";
100388
+ accessMode: "Open" | "InviteOnly" | "Unlisted";
101775
100389
  context: {
101776
100390
  id: string;
101777
100391
  name: string;
@@ -101818,6 +100432,7 @@ declare const DTOUpdateForgeProjectResponse: z$1.ZodObject<{
101818
100432
  } | undefined;
101819
100433
  };
101820
100434
  instruction: string | null;
100435
+ defaultRole: "Viewer" | "Builder";
101821
100436
  emoji?: string | undefined;
101822
100437
  updatedAt?: Date | undefined;
101823
100438
  createdByUserId?: string | undefined;
@@ -101832,34 +100447,8 @@ declare const DTOUpdateForgeProjectResponse: z$1.ZodObject<{
101832
100447
  name: string;
101833
100448
  description?: string | undefined;
101834
100449
  };
101835
- members: {
101836
- user: {
101837
- id: string;
101838
- email: string;
101839
- profile: {
101840
- name: string;
101841
- nickname?: string | undefined;
101842
- avatar?: string | undefined;
101843
- };
101844
- };
101845
- userId: string;
101846
- role: "Admin" | "Viewer" | "Editor";
101847
- effectiveRole: "Admin" | "Viewer" | "Editor";
101848
- forgeProjectId: string;
101849
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
101850
- workspaceMembershipId: string;
101851
- }[];
101852
- invitations: {
101853
- email: string;
101854
- createdAt: Date;
101855
- updatedAt: Date;
101856
- role: "Admin" | "Viewer" | "Editor";
101857
- workspaceInvitationId: string;
101858
- forgeProjectId: string;
101859
- createdById: string;
101860
- }[];
101861
100450
  workspaceId: string;
101862
- accessMode: "Open" | "InviteOnly";
100451
+ accessMode: "Open" | "InviteOnly" | "Unlisted";
101863
100452
  context: {
101864
100453
  id: string;
101865
100454
  name: string;
@@ -101911,10 +100500,11 @@ declare const DTOUpdateForgeProjectResponse: z$1.ZodObject<{
101911
100500
  updatedAt?: Date | undefined;
101912
100501
  createdByUserId?: string | undefined;
101913
100502
  isArchived?: boolean | undefined;
100503
+ defaultRole?: "Viewer" | "Builder" | undefined;
101914
100504
  };
101915
100505
  }>;
101916
- type DTOUpdateForgeProjectResponse = z$1.infer<typeof DTOUpdateForgeProjectResponse>;
101917
- declare const DTOUGetForgeProjectResponse: z$1.ZodObject<{
100506
+ type DTOForgeProjectCreateResponse = z$1.infer<typeof DTOForgeProjectCreateResponse>;
100507
+ declare const DTOForgeProjectUpdateResponse: z$1.ZodObject<{
101918
100508
  project: z$1.ZodObject<Omit<{
101919
100509
  createdAt: z$1.ZodDate;
101920
100510
  createdByUserId: z$1.ZodOptional<z$1.ZodString>;
@@ -101935,7 +100525,8 @@ declare const DTOUGetForgeProjectResponse: z$1.ZodObject<{
101935
100525
  tags: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString, "many">>;
101936
100526
  updatedAt: z$1.ZodOptional<z$1.ZodDate>;
101937
100527
  workspaceId: z$1.ZodString;
101938
- accessMode: z$1.ZodEnum<["InviteOnly", "Open"]>;
100528
+ accessMode: z$1.ZodEnum<["InviteOnly", "Open", "Unlisted"]>;
100529
+ defaultRole: z$1.ZodDefault<z$1.ZodEnum<["Viewer", "Builder"]>>;
101939
100530
  isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
101940
100531
  emoji: z$1.ZodOptional<z$1.ZodString>;
101941
100532
  }, "fpContextId"> & {
@@ -102132,105 +100723,6 @@ declare const DTOUGetForgeProjectResponse: z$1.ZodObject<{
102132
100723
  content: string;
102133
100724
  } | undefined;
102134
100725
  }>;
102135
- members: z$1.ZodArray<z$1.ZodObject<{
102136
- userId: z$1.ZodString;
102137
- forgeProjectId: z$1.ZodString;
102138
- workspaceMembershipId: z$1.ZodString;
102139
- workspaceRole: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
102140
- role: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
102141
- } & {
102142
- user: z$1.ZodObject<{
102143
- id: z$1.ZodString;
102144
- email: z$1.ZodString;
102145
- profile: z$1.ZodObject<{
102146
- name: z$1.ZodString;
102147
- nickname: z$1.ZodOptional<z$1.ZodString>;
102148
- avatar: z$1.ZodOptional<z$1.ZodString>;
102149
- }, "strip", z$1.ZodTypeAny, {
102150
- name: string;
102151
- nickname?: string | undefined;
102152
- avatar?: string | undefined;
102153
- }, {
102154
- name: string;
102155
- nickname?: string | undefined;
102156
- avatar?: string | undefined;
102157
- }>;
102158
- }, "strip", z$1.ZodTypeAny, {
102159
- id: string;
102160
- email: string;
102161
- profile: {
102162
- name: string;
102163
- nickname?: string | undefined;
102164
- avatar?: string | undefined;
102165
- };
102166
- }, {
102167
- id: string;
102168
- email: string;
102169
- profile: {
102170
- name: string;
102171
- nickname?: string | undefined;
102172
- avatar?: string | undefined;
102173
- };
102174
- }>;
102175
- effectiveRole: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
102176
- }, "strip", z$1.ZodTypeAny, {
102177
- user: {
102178
- id: string;
102179
- email: string;
102180
- profile: {
102181
- name: string;
102182
- nickname?: string | undefined;
102183
- avatar?: string | undefined;
102184
- };
102185
- };
102186
- userId: string;
102187
- role: "Admin" | "Viewer" | "Editor";
102188
- effectiveRole: "Admin" | "Viewer" | "Editor";
102189
- forgeProjectId: string;
102190
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
102191
- workspaceMembershipId: string;
102192
- }, {
102193
- user: {
102194
- id: string;
102195
- email: string;
102196
- profile: {
102197
- name: string;
102198
- nickname?: string | undefined;
102199
- avatar?: string | undefined;
102200
- };
102201
- };
102202
- userId: string;
102203
- role: "Admin" | "Viewer" | "Editor";
102204
- effectiveRole: "Admin" | "Viewer" | "Editor";
102205
- forgeProjectId: string;
102206
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
102207
- workspaceMembershipId: string;
102208
- }>, "many">;
102209
- invitations: z$1.ZodArray<z$1.ZodObject<{
102210
- email: z$1.ZodString;
102211
- forgeProjectId: z$1.ZodString;
102212
- workspaceInvitationId: z$1.ZodString;
102213
- role: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
102214
- createdAt: z$1.ZodDate;
102215
- updatedAt: z$1.ZodDate;
102216
- createdById: z$1.ZodString;
102217
- }, "strip", z$1.ZodTypeAny, {
102218
- email: string;
102219
- createdAt: Date;
102220
- updatedAt: Date;
102221
- role: "Admin" | "Viewer" | "Editor";
102222
- workspaceInvitationId: string;
102223
- forgeProjectId: string;
102224
- createdById: string;
102225
- }, {
102226
- email: string;
102227
- createdAt: Date;
102228
- updatedAt: Date;
102229
- role: "Admin" | "Viewer" | "Editor";
102230
- workspaceInvitationId: string;
102231
- forgeProjectId: string;
102232
- createdById: string;
102233
- }>, "many">;
102234
100726
  }, "strip", z$1.ZodTypeAny, {
102235
100727
  id: string;
102236
100728
  createdAt: Date;
@@ -102240,34 +100732,8 @@ declare const DTOUGetForgeProjectResponse: z$1.ZodObject<{
102240
100732
  description?: string | undefined;
102241
100733
  };
102242
100734
  tags: string[];
102243
- members: {
102244
- user: {
102245
- id: string;
102246
- email: string;
102247
- profile: {
102248
- name: string;
102249
- nickname?: string | undefined;
102250
- avatar?: string | undefined;
102251
- };
102252
- };
102253
- userId: string;
102254
- role: "Admin" | "Viewer" | "Editor";
102255
- effectiveRole: "Admin" | "Viewer" | "Editor";
102256
- forgeProjectId: string;
102257
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
102258
- workspaceMembershipId: string;
102259
- }[];
102260
- invitations: {
102261
- email: string;
102262
- createdAt: Date;
102263
- updatedAt: Date;
102264
- role: "Admin" | "Viewer" | "Editor";
102265
- workspaceInvitationId: string;
102266
- forgeProjectId: string;
102267
- createdById: string;
102268
- }[];
102269
100735
  workspaceId: string;
102270
- accessMode: "Open" | "InviteOnly";
100736
+ accessMode: "Open" | "InviteOnly" | "Unlisted";
102271
100737
  context: {
102272
100738
  id: string;
102273
100739
  name: string;
@@ -102314,6 +100780,7 @@ declare const DTOUGetForgeProjectResponse: z$1.ZodObject<{
102314
100780
  } | undefined;
102315
100781
  };
102316
100782
  instruction: string | null;
100783
+ defaultRole: "Viewer" | "Builder";
102317
100784
  emoji?: string | undefined;
102318
100785
  updatedAt?: Date | undefined;
102319
100786
  createdByUserId?: string | undefined;
@@ -102326,34 +100793,8 @@ declare const DTOUGetForgeProjectResponse: z$1.ZodObject<{
102326
100793
  name: string;
102327
100794
  description?: string | undefined;
102328
100795
  };
102329
- members: {
102330
- user: {
102331
- id: string;
102332
- email: string;
102333
- profile: {
102334
- name: string;
102335
- nickname?: string | undefined;
102336
- avatar?: string | undefined;
102337
- };
102338
- };
102339
- userId: string;
102340
- role: "Admin" | "Viewer" | "Editor";
102341
- effectiveRole: "Admin" | "Viewer" | "Editor";
102342
- forgeProjectId: string;
102343
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
102344
- workspaceMembershipId: string;
102345
- }[];
102346
- invitations: {
102347
- email: string;
102348
- createdAt: Date;
102349
- updatedAt: Date;
102350
- role: "Admin" | "Viewer" | "Editor";
102351
- workspaceInvitationId: string;
102352
- forgeProjectId: string;
102353
- createdById: string;
102354
- }[];
102355
100796
  workspaceId: string;
102356
- accessMode: "Open" | "InviteOnly";
100797
+ accessMode: "Open" | "InviteOnly" | "Unlisted";
102357
100798
  context: {
102358
100799
  id: string;
102359
100800
  name: string;
@@ -102405,6 +100846,7 @@ declare const DTOUGetForgeProjectResponse: z$1.ZodObject<{
102405
100846
  updatedAt?: Date | undefined;
102406
100847
  createdByUserId?: string | undefined;
102407
100848
  isArchived?: boolean | undefined;
100849
+ defaultRole?: "Viewer" | "Builder" | undefined;
102408
100850
  }>;
102409
100851
  }, "strip", z$1.ZodTypeAny, {
102410
100852
  project: {
@@ -102416,34 +100858,8 @@ declare const DTOUGetForgeProjectResponse: z$1.ZodObject<{
102416
100858
  description?: string | undefined;
102417
100859
  };
102418
100860
  tags: string[];
102419
- members: {
102420
- user: {
102421
- id: string;
102422
- email: string;
102423
- profile: {
102424
- name: string;
102425
- nickname?: string | undefined;
102426
- avatar?: string | undefined;
102427
- };
102428
- };
102429
- userId: string;
102430
- role: "Admin" | "Viewer" | "Editor";
102431
- effectiveRole: "Admin" | "Viewer" | "Editor";
102432
- forgeProjectId: string;
102433
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
102434
- workspaceMembershipId: string;
102435
- }[];
102436
- invitations: {
102437
- email: string;
102438
- createdAt: Date;
102439
- updatedAt: Date;
102440
- role: "Admin" | "Viewer" | "Editor";
102441
- workspaceInvitationId: string;
102442
- forgeProjectId: string;
102443
- createdById: string;
102444
- }[];
102445
100861
  workspaceId: string;
102446
- accessMode: "Open" | "InviteOnly";
100862
+ accessMode: "Open" | "InviteOnly" | "Unlisted";
102447
100863
  context: {
102448
100864
  id: string;
102449
100865
  name: string;
@@ -102490,6 +100906,7 @@ declare const DTOUGetForgeProjectResponse: z$1.ZodObject<{
102490
100906
  } | undefined;
102491
100907
  };
102492
100908
  instruction: string | null;
100909
+ defaultRole: "Viewer" | "Builder";
102493
100910
  emoji?: string | undefined;
102494
100911
  updatedAt?: Date | undefined;
102495
100912
  createdByUserId?: string | undefined;
@@ -102504,34 +100921,8 @@ declare const DTOUGetForgeProjectResponse: z$1.ZodObject<{
102504
100921
  name: string;
102505
100922
  description?: string | undefined;
102506
100923
  };
102507
- members: {
102508
- user: {
102509
- id: string;
102510
- email: string;
102511
- profile: {
102512
- name: string;
102513
- nickname?: string | undefined;
102514
- avatar?: string | undefined;
102515
- };
102516
- };
102517
- userId: string;
102518
- role: "Admin" | "Viewer" | "Editor";
102519
- effectiveRole: "Admin" | "Viewer" | "Editor";
102520
- forgeProjectId: string;
102521
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
102522
- workspaceMembershipId: string;
102523
- }[];
102524
- invitations: {
102525
- email: string;
102526
- createdAt: Date;
102527
- updatedAt: Date;
102528
- role: "Admin" | "Viewer" | "Editor";
102529
- workspaceInvitationId: string;
102530
- forgeProjectId: string;
102531
- createdById: string;
102532
- }[];
102533
100924
  workspaceId: string;
102534
- accessMode: "Open" | "InviteOnly";
100925
+ accessMode: "Open" | "InviteOnly" | "Unlisted";
102535
100926
  context: {
102536
100927
  id: string;
102537
100928
  name: string;
@@ -102583,10 +100974,11 @@ declare const DTOUGetForgeProjectResponse: z$1.ZodObject<{
102583
100974
  updatedAt?: Date | undefined;
102584
100975
  createdByUserId?: string | undefined;
102585
100976
  isArchived?: boolean | undefined;
100977
+ defaultRole?: "Viewer" | "Builder" | undefined;
102586
100978
  };
102587
100979
  }>;
102588
- type DTOUGetForgeProjectResponse = z$1.infer<typeof DTOUGetForgeProjectResponse>;
102589
- declare const DTOCreateForgeProject: z$1.ZodObject<Pick<{
100980
+ type DTOForgeProjectUpdateResponse = z$1.infer<typeof DTOForgeProjectUpdateResponse>;
100981
+ declare const DTOForgeProjectCreate: z$1.ZodObject<Pick<{
102590
100982
  createdAt: z$1.ZodDate;
102591
100983
  createdByUserId: z$1.ZodOptional<z$1.ZodString>;
102592
100984
  fpContextId: z$1.ZodString;
@@ -102606,15 +100998,16 @@ declare const DTOCreateForgeProject: z$1.ZodObject<Pick<{
102606
100998
  tags: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString, "many">>;
102607
100999
  updatedAt: z$1.ZodOptional<z$1.ZodDate>;
102608
101000
  workspaceId: z$1.ZodString;
102609
- accessMode: z$1.ZodEnum<["InviteOnly", "Open"]>;
101001
+ accessMode: z$1.ZodEnum<["InviteOnly", "Open", "Unlisted"]>;
101002
+ defaultRole: z$1.ZodDefault<z$1.ZodEnum<["Viewer", "Builder"]>>;
102610
101003
  isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
102611
101004
  emoji: z$1.ZodOptional<z$1.ZodString>;
102612
- }, "name" | "meta" | "emoji" | "tags" | "accessMode" | "isArchived" | "fpContextId" | "instruction"> & {
101005
+ }, "name" | "meta" | "emoji" | "tags" | "accessMode" | "isArchived" | "fpContextId" | "instruction" | "defaultRole"> & {
102613
101006
  membersToInvite: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<Pick<{
102614
101007
  email: z$1.ZodString;
102615
101008
  forgeProjectId: z$1.ZodString;
102616
101009
  workspaceInvitationId: z$1.ZodString;
102617
- role: z$1.ZodEnum<["Viewer", "Editor", "Admin"]>;
101010
+ role: z$1.ZodEnum<["Viewer", "Builder", "Admin"]>;
102618
101011
  createdAt: z$1.ZodDate;
102619
101012
  updatedAt: z$1.ZodDate;
102620
101013
  createdById: z$1.ZodString;
@@ -102622,11 +101015,11 @@ declare const DTOCreateForgeProject: z$1.ZodObject<Pick<{
102622
101015
  workspaceRole: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
102623
101016
  }, "strip", z$1.ZodTypeAny, {
102624
101017
  email: string;
102625
- role: "Admin" | "Viewer" | "Editor";
101018
+ role: "Admin" | "Viewer" | "Builder";
102626
101019
  workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
102627
101020
  }, {
102628
101021
  email: string;
102629
- role: "Admin" | "Viewer" | "Editor";
101022
+ role: "Admin" | "Viewer" | "Builder";
102630
101023
  workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
102631
101024
  }>, "many">>;
102632
101025
  }, "strip", z$1.ZodTypeAny, {
@@ -102636,14 +101029,15 @@ declare const DTOCreateForgeProject: z$1.ZodObject<Pick<{
102636
101029
  description?: string | undefined;
102637
101030
  };
102638
101031
  tags: string[];
102639
- accessMode: "Open" | "InviteOnly";
101032
+ accessMode: "Open" | "InviteOnly" | "Unlisted";
102640
101033
  fpContextId: string;
102641
101034
  instruction: string | null;
101035
+ defaultRole: "Viewer" | "Builder";
102642
101036
  emoji?: string | undefined;
102643
101037
  isArchived?: boolean | undefined;
102644
101038
  membersToInvite?: {
102645
101039
  email: string;
102646
- role: "Admin" | "Viewer" | "Editor";
101040
+ role: "Admin" | "Viewer" | "Builder";
102647
101041
  workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
102648
101042
  }[] | undefined;
102649
101043
  }, {
@@ -102652,7 +101046,7 @@ declare const DTOCreateForgeProject: z$1.ZodObject<Pick<{
102652
101046
  name: string;
102653
101047
  description?: string | undefined;
102654
101048
  };
102655
- accessMode: "Open" | "InviteOnly";
101049
+ accessMode: "Open" | "InviteOnly" | "Unlisted";
102656
101050
  fpContextId: string;
102657
101051
  instruction: string | null;
102658
101052
  emoji?: string | undefined;
@@ -102660,12 +101054,13 @@ declare const DTOCreateForgeProject: z$1.ZodObject<Pick<{
102660
101054
  isArchived?: boolean | undefined;
102661
101055
  membersToInvite?: {
102662
101056
  email: string;
102663
- role: "Admin" | "Viewer" | "Editor";
101057
+ role: "Admin" | "Viewer" | "Builder";
102664
101058
  workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
102665
101059
  }[] | undefined;
101060
+ defaultRole?: "Viewer" | "Builder" | undefined;
102666
101061
  }>;
102667
- type DTOCreateForgeProject = z$1.infer<typeof DTOCreateForgeProject>;
102668
- declare const DTOUpdateForgeProject: z$1.ZodObject<{
101062
+ type DTOForgeProjectCreate = z$1.infer<typeof DTOForgeProjectCreate>;
101063
+ declare const DTOForgeProjectUpdate: z$1.ZodObject<{
102669
101064
  name: z$1.ZodOptional<z$1.ZodString>;
102670
101065
  meta: z$1.ZodOptional<z$1.ZodObject<{
102671
101066
  name: z$1.ZodString;
@@ -102679,13 +101074,13 @@ declare const DTOUpdateForgeProject: z$1.ZodObject<{
102679
101074
  }>>;
102680
101075
  emoji: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
102681
101076
  tags: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString, "many">>>;
102682
- accessMode: z$1.ZodOptional<z$1.ZodEnum<["InviteOnly", "Open"]>>;
101077
+ accessMode: z$1.ZodOptional<z$1.ZodEnum<["InviteOnly", "Open", "Unlisted"]>>;
102683
101078
  isArchived: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodBoolean>>;
102684
101079
  fpContextId: z$1.ZodOptional<z$1.ZodString>;
102685
101080
  instruction: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
101081
+ defaultRole: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodEnum<["Viewer", "Builder"]>>>;
102686
101082
  } & {
102687
101083
  id: z$1.ZodString;
102688
- membersToRetain: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
102689
101084
  }, "strip", z$1.ZodTypeAny, {
102690
101085
  id: string;
102691
101086
  name?: string | undefined;
@@ -102695,11 +101090,11 @@ declare const DTOUpdateForgeProject: z$1.ZodObject<{
102695
101090
  } | undefined;
102696
101091
  emoji?: string | undefined;
102697
101092
  tags?: string[] | undefined;
102698
- accessMode?: "Open" | "InviteOnly" | undefined;
101093
+ accessMode?: "Open" | "InviteOnly" | "Unlisted" | undefined;
102699
101094
  isArchived?: boolean | undefined;
102700
101095
  fpContextId?: string | undefined;
102701
101096
  instruction?: string | null | undefined;
102702
- membersToRetain?: string[] | undefined;
101097
+ defaultRole?: "Viewer" | "Builder" | undefined;
102703
101098
  }, {
102704
101099
  id: string;
102705
101100
  name?: string | undefined;
@@ -102709,21 +101104,21 @@ declare const DTOUpdateForgeProject: z$1.ZodObject<{
102709
101104
  } | undefined;
102710
101105
  emoji?: string | undefined;
102711
101106
  tags?: string[] | undefined;
102712
- accessMode?: "Open" | "InviteOnly" | undefined;
101107
+ accessMode?: "Open" | "InviteOnly" | "Unlisted" | undefined;
102713
101108
  isArchived?: boolean | undefined;
102714
101109
  fpContextId?: string | undefined;
102715
101110
  instruction?: string | null | undefined;
102716
- membersToRetain?: string[] | undefined;
101111
+ defaultRole?: "Viewer" | "Builder" | undefined;
102717
101112
  }>;
102718
- type DTOUpdateForgeProject = z$1.infer<typeof DTOUpdateForgeProject>;
102719
- declare const DTORemoveForgeProjectResponse: z$1.ZodObject<{
101113
+ type DTOForgeProjectUpdate = z$1.infer<typeof DTOForgeProjectUpdate>;
101114
+ declare const DTOForgeProjectRemoveResponse: z$1.ZodObject<{
102720
101115
  ok: z$1.ZodLiteral<true>;
102721
101116
  }, "strip", z$1.ZodTypeAny, {
102722
101117
  ok: true;
102723
101118
  }, {
102724
101119
  ok: true;
102725
101120
  }>;
102726
- type DTORemoveForgeProjectResponse = z$1.infer<typeof DTORemoveForgeProjectResponse>;
101121
+ type DTOForgeProjectRemoveResponse = z$1.infer<typeof DTOForgeProjectRemoveResponse>;
102727
101122
 
102728
101123
  declare const DTOForgeChatMessage: z$1.ZodObject<{
102729
101124
  id: z$1.ZodString;
@@ -142085,34 +140480,8 @@ declare class ForgeProjectsEndpoint {
142085
140480
  description?: string | undefined;
142086
140481
  };
142087
140482
  tags: string[];
142088
- members: {
142089
- user: {
142090
- id: string;
142091
- email: string;
142092
- profile: {
142093
- name: string;
142094
- nickname?: string | undefined;
142095
- avatar?: string | undefined;
142096
- };
142097
- };
142098
- userId: string;
142099
- role: "Admin" | "Viewer" | "Editor";
142100
- effectiveRole: "Admin" | "Viewer" | "Editor";
142101
- forgeProjectId: string;
142102
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
142103
- workspaceMembershipId: string;
142104
- }[];
142105
- invitations: {
142106
- email: string;
142107
- createdAt: Date;
142108
- updatedAt: Date;
142109
- role: "Admin" | "Viewer" | "Editor";
142110
- workspaceInvitationId: string;
142111
- forgeProjectId: string;
142112
- createdById: string;
142113
- }[];
142114
140483
  workspaceId: string;
142115
- accessMode: "Open" | "InviteOnly";
140484
+ accessMode: "Open" | "InviteOnly" | "Unlisted";
142116
140485
  context: {
142117
140486
  id: string;
142118
140487
  name: string;
@@ -142159,13 +140528,14 @@ declare class ForgeProjectsEndpoint {
142159
140528
  } | undefined;
142160
140529
  };
142161
140530
  instruction: string | null;
140531
+ defaultRole: "Viewer" | "Builder";
142162
140532
  emoji?: string | undefined;
142163
140533
  updatedAt?: Date | undefined;
142164
140534
  createdByUserId?: string | undefined;
142165
140535
  isArchived?: boolean | undefined;
142166
140536
  }[];
142167
140537
  }>;
142168
- create(workspaceId: string, body: DTOCreateForgeProject): Promise<{
140538
+ create(workspaceId: string, body: DTOForgeProjectCreate): Promise<{
142169
140539
  project: {
142170
140540
  id: string;
142171
140541
  createdAt: Date;
@@ -142175,34 +140545,8 @@ declare class ForgeProjectsEndpoint {
142175
140545
  description?: string | undefined;
142176
140546
  };
142177
140547
  tags: string[];
142178
- members: {
142179
- user: {
142180
- id: string;
142181
- email: string;
142182
- profile: {
142183
- name: string;
142184
- nickname?: string | undefined;
142185
- avatar?: string | undefined;
142186
- };
142187
- };
142188
- userId: string;
142189
- role: "Admin" | "Viewer" | "Editor";
142190
- effectiveRole: "Admin" | "Viewer" | "Editor";
142191
- forgeProjectId: string;
142192
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
142193
- workspaceMembershipId: string;
142194
- }[];
142195
- invitations: {
142196
- email: string;
142197
- createdAt: Date;
142198
- updatedAt: Date;
142199
- role: "Admin" | "Viewer" | "Editor";
142200
- workspaceInvitationId: string;
142201
- forgeProjectId: string;
142202
- createdById: string;
142203
- }[];
142204
140548
  workspaceId: string;
142205
- accessMode: "Open" | "InviteOnly";
140549
+ accessMode: "Open" | "InviteOnly" | "Unlisted";
142206
140550
  context: {
142207
140551
  id: string;
142208
140552
  name: string;
@@ -142249,6 +140593,7 @@ declare class ForgeProjectsEndpoint {
142249
140593
  } | undefined;
142250
140594
  };
142251
140595
  instruction: string | null;
140596
+ defaultRole: "Viewer" | "Builder";
142252
140597
  emoji?: string | undefined;
142253
140598
  updatedAt?: Date | undefined;
142254
140599
  createdByUserId?: string | undefined;
@@ -142265,34 +140610,8 @@ declare class ForgeProjectsEndpoint {
142265
140610
  description?: string | undefined;
142266
140611
  };
142267
140612
  tags: string[];
142268
- members: {
142269
- user: {
142270
- id: string;
142271
- email: string;
142272
- profile: {
142273
- name: string;
142274
- nickname?: string | undefined;
142275
- avatar?: string | undefined;
142276
- };
142277
- };
142278
- userId: string;
142279
- role: "Admin" | "Viewer" | "Editor";
142280
- effectiveRole: "Admin" | "Viewer" | "Editor";
142281
- forgeProjectId: string;
142282
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
142283
- workspaceMembershipId: string;
142284
- }[];
142285
- invitations: {
142286
- email: string;
142287
- createdAt: Date;
142288
- updatedAt: Date;
142289
- role: "Admin" | "Viewer" | "Editor";
142290
- workspaceInvitationId: string;
142291
- forgeProjectId: string;
142292
- createdById: string;
142293
- }[];
142294
140613
  workspaceId: string;
142295
- accessMode: "Open" | "InviteOnly";
140614
+ accessMode: "Open" | "InviteOnly" | "Unlisted";
142296
140615
  context: {
142297
140616
  id: string;
142298
140617
  name: string;
@@ -142339,13 +140658,14 @@ declare class ForgeProjectsEndpoint {
142339
140658
  } | undefined;
142340
140659
  };
142341
140660
  instruction: string | null;
140661
+ defaultRole: "Viewer" | "Builder";
142342
140662
  emoji?: string | undefined;
142343
140663
  updatedAt?: Date | undefined;
142344
140664
  createdByUserId?: string | undefined;
142345
140665
  isArchived?: boolean | undefined;
142346
140666
  } | null;
142347
140667
  }>;
142348
- update(workspaceId: string, projectId: string, body: DTOUpdateForgeProject): Promise<{
140668
+ update(workspaceId: string, projectId: string, body: DTOForgeProjectUpdate): Promise<{
142349
140669
  project: {
142350
140670
  id: string;
142351
140671
  createdAt: Date;
@@ -142355,34 +140675,8 @@ declare class ForgeProjectsEndpoint {
142355
140675
  description?: string | undefined;
142356
140676
  };
142357
140677
  tags: string[];
142358
- members: {
142359
- user: {
142360
- id: string;
142361
- email: string;
142362
- profile: {
142363
- name: string;
142364
- nickname?: string | undefined;
142365
- avatar?: string | undefined;
142366
- };
142367
- };
142368
- userId: string;
142369
- role: "Admin" | "Viewer" | "Editor";
142370
- effectiveRole: "Admin" | "Viewer" | "Editor";
142371
- forgeProjectId: string;
142372
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
142373
- workspaceMembershipId: string;
142374
- }[];
142375
- invitations: {
142376
- email: string;
142377
- createdAt: Date;
142378
- updatedAt: Date;
142379
- role: "Admin" | "Viewer" | "Editor";
142380
- workspaceInvitationId: string;
142381
- forgeProjectId: string;
142382
- createdById: string;
142383
- }[];
142384
140678
  workspaceId: string;
142385
- accessMode: "Open" | "InviteOnly";
140679
+ accessMode: "Open" | "InviteOnly" | "Unlisted";
142386
140680
  context: {
142387
140681
  id: string;
142388
140682
  name: string;
@@ -142429,6 +140723,7 @@ declare class ForgeProjectsEndpoint {
142429
140723
  } | undefined;
142430
140724
  };
142431
140725
  instruction: string | null;
140726
+ defaultRole: "Viewer" | "Builder";
142432
140727
  emoji?: string | undefined;
142433
140728
  updatedAt?: Date | undefined;
142434
140729
  createdByUserId?: string | undefined;
@@ -142604,8 +140899,8 @@ declare class ForgeProjectMembersEndpoint {
142604
140899
  };
142605
140900
  };
142606
140901
  userId: string;
142607
- role: "Admin" | "Viewer" | "Editor";
142608
- effectiveRole: "Admin" | "Viewer" | "Editor";
140902
+ role: "Admin" | "Viewer" | "Builder";
140903
+ effectiveRole: "Admin" | "Viewer" | "Builder";
142609
140904
  forgeProjectId: string;
142610
140905
  workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
142611
140906
  workspaceMembershipId: string;
@@ -142614,7 +140909,7 @@ declare class ForgeProjectMembersEndpoint {
142614
140909
  email: string;
142615
140910
  createdAt: Date;
142616
140911
  updatedAt: Date;
142617
- role: "Admin" | "Viewer" | "Editor";
140912
+ role: "Admin" | "Viewer" | "Builder";
142618
140913
  workspaceInvitationId: string;
142619
140914
  forgeProjectId: string;
142620
140915
  createdById: string;
@@ -142632,8 +140927,8 @@ declare class ForgeProjectMembersEndpoint {
142632
140927
  };
142633
140928
  };
142634
140929
  userId: string;
142635
- role: "Admin" | "Viewer" | "Editor";
142636
- effectiveRole: "Admin" | "Viewer" | "Editor";
140930
+ role: "Admin" | "Viewer" | "Builder";
140931
+ effectiveRole: "Admin" | "Viewer" | "Builder";
142637
140932
  forgeProjectId: string;
142638
140933
  workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
142639
140934
  workspaceMembershipId: string;
@@ -142642,7 +140937,7 @@ declare class ForgeProjectMembersEndpoint {
142642
140937
  email: string;
142643
140938
  createdAt: Date;
142644
140939
  updatedAt: Date;
142645
- role: "Admin" | "Viewer" | "Editor";
140940
+ role: "Admin" | "Viewer" | "Builder";
142646
140941
  workspaceInvitationId: string;
142647
140942
  forgeProjectId: string;
142648
140943
  createdById: string;
@@ -142660,8 +140955,8 @@ declare class ForgeProjectMembersEndpoint {
142660
140955
  };
142661
140956
  };
142662
140957
  userId: string;
142663
- role: "Admin" | "Viewer" | "Editor";
142664
- effectiveRole: "Admin" | "Viewer" | "Editor";
140958
+ role: "Admin" | "Viewer" | "Builder";
140959
+ effectiveRole: "Admin" | "Viewer" | "Builder";
142665
140960
  forgeProjectId: string;
142666
140961
  workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
142667
140962
  workspaceMembershipId: string;
@@ -143340,8 +141635,8 @@ declare class ForgeProjectInvitationsEndpoint {
143340
141635
  };
143341
141636
  };
143342
141637
  userId: string;
143343
- role: "Admin" | "Viewer" | "Editor";
143344
- effectiveRole: "Admin" | "Viewer" | "Editor";
141638
+ role: "Admin" | "Viewer" | "Builder";
141639
+ effectiveRole: "Admin" | "Viewer" | "Builder";
143345
141640
  forgeProjectId: string;
143346
141641
  workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
143347
141642
  workspaceMembershipId: string;
@@ -143350,7 +141645,7 @@ declare class ForgeProjectInvitationsEndpoint {
143350
141645
  email: string;
143351
141646
  createdAt: Date;
143352
141647
  updatedAt: Date;
143353
- role: "Admin" | "Viewer" | "Editor";
141648
+ role: "Admin" | "Viewer" | "Builder";
143354
141649
  workspaceInvitationId: string;
143355
141650
  forgeProjectId: string;
143356
141651
  createdById: string;
@@ -143368,8 +141663,8 @@ declare class ForgeProjectInvitationsEndpoint {
143368
141663
  };
143369
141664
  };
143370
141665
  userId: string;
143371
- role: "Admin" | "Viewer" | "Editor";
143372
- effectiveRole: "Admin" | "Viewer" | "Editor";
141666
+ role: "Admin" | "Viewer" | "Builder";
141667
+ effectiveRole: "Admin" | "Viewer" | "Builder";
143373
141668
  forgeProjectId: string;
143374
141669
  workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
143375
141670
  workspaceMembershipId: string;
@@ -143378,7 +141673,7 @@ declare class ForgeProjectInvitationsEndpoint {
143378
141673
  email: string;
143379
141674
  createdAt: Date;
143380
141675
  updatedAt: Date;
143381
- role: "Admin" | "Viewer" | "Editor";
141676
+ role: "Admin" | "Viewer" | "Builder";
143382
141677
  workspaceInvitationId: string;
143383
141678
  forgeProjectId: string;
143384
141679
  createdById: string;
@@ -143389,7 +141684,7 @@ declare class ForgeProjectInvitationsEndpoint {
143389
141684
  email: string;
143390
141685
  createdAt: Date;
143391
141686
  updatedAt: Date;
143392
- role: "Admin" | "Viewer" | "Editor";
141687
+ role: "Admin" | "Viewer" | "Builder";
143393
141688
  workspaceInvitationId: string;
143394
141689
  forgeProjectId: string;
143395
141690
  createdById: string;
@@ -146905,4 +145200,4 @@ declare function isValidRedirectPath(path: string): {
146905
145200
  reason: ValidationErrorReason | undefined;
146906
145201
  };
146907
145202
 
146908
- export { BackendFeatureRoomYDoc, BackendForgeProjectRoomYDoc, BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, ChatThreadMessagesEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAccessToken, DTOAccessTokenCreatePayload, DTOAccessTokenFull, DTOAccessTokenFullResponse, DTOAccessTokenListResponse, DTOAccessTokenResponse, DTOAddMembersToForgeProject, DTOAnalyzeCodeComponentsInPackage, DTOAnalyzeCodeComponentsInPackageInput, DTOAnalyzeCodeComponentsInPackageResponse, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAssetScope, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBillingCreditsSpendInput, DTOBillingCreditsSpendResponse, DTOBillingSupportedModels, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentParentType, DTOCodeComponentProperty, DTOCodeComponentResolvedType, DTOCodeComponentResolvedTypeKind, DTOCodeComponentResponse, DTOCodeComponentUpsertResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateForgeAgent, DTOCreateForgeAgentResponse, DTOCreateForgeArtifact, DTOCreateForgeArtifactResponse, DTOCreateForgeBuildArtifact, DTOCreateForgeFigmaArtifact, DTOCreateForgeFileArtifact, DTOCreateForgeIterationMessage, DTOCreateForgeIterationMessageResponse, DTOCreateForgeParticipant, DTOCreateForgeParticipantResponse, DTOCreateForgeProject, DTOCreateForgeProjectContext, DTOCreateForgeProjectInvitation, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeProjectResponse, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTOCreditBalance, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteForgeAgentResponse, DTODeleteForgeArtifactResponse, DTODeleteForgeIterationMessageResponse, DTODeleteForgeParticipantResponse, DTODeleteForgeProjectIterationResponse, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsRequest, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDependencies, DTODocumentationPageDependenciesGetResponse, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFeatureAgentResponseTracker, DTOFeatureAgentWorkFinalizeInput, DTOFeatureArtifact, DTOFeatureArtifactCreateInput, DTOFeatureArtifactDeleteInput, DTOFeatureArtifactListResponse, DTOFeatureArtifactResponse, DTOFeatureEvent, DTOFeatureEventAgentResponseFinished, DTOFeatureEventMessagesSent, DTOFeatureEventReactionsDeleted, DTOFeatureEventReactionsSent, DTOFeatureIteration, DTOFeatureIterationArtifactDiff, DTOFeatureIterationCreateInput, DTOFeatureIterationListResponse, DTOFeatureIterationPromoteInput, DTOFeatureIterationResponse, DTOFeatureIterationTag, DTOFeatureIterationTagCreateInput, DTOFeatureIterationTagListResponse, DTOFeatureIterationTagResponse, DTOFeatureIterationUpdateArtifactsInput, DTOFeatureMessage, DTOFeatureMessageAgentSender, DTOFeatureMessageAttachments, DTOFeatureMessageCreateInput, DTOFeatureMessageListResponse, DTOFeatureMessageReaction, DTOFeatureMessageReactionCreateInput, DTOFeatureMessageReactionDeleteInput, DTOFeatureMessageReactionResponse, DTOFeatureMessageResponse, DTOFeatureMessageSender, DTOFeatureMessageSystemSender, DTOFeatureMessageUpdateInput, DTOFeatureMessageUserSender, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeResponse, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFileResponseItem, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOForgeAgent, DTOForgeAgentsListResponse, DTOForgeArtifact, DTOForgeArtifactGetResponse, DTOForgeArtifactsListResponse, DTOForgeAvatarBuilder, DTOForgeBuildArtifact, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatMessageTagInput, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOForgeFeatureRoom, DTOForgeFeatureRoomResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, DTOForgeIterationMessage, DTOForgeIterationMessagesListResponse, DTOForgeParticipant, DTOForgeParticipantGetResponse, DTOForgeParticipantsListResponse, DTOForgeProject, DTOForgeProjectAction, DTOForgeProjectActionArtifactCreate, DTOForgeProjectActionArtifactDelete, DTOForgeProjectActionArtifactMove, DTOForgeProjectActionArtifactUpdate, DTOForgeProjectActionFeatureCreate, DTOForgeProjectActionFeatureDelete, DTOForgeProjectActionFeatureMove, DTOForgeProjectActionFeatureUpdate, type DTOForgeProjectActionOfType, DTOForgeProjectActionSectionCreate, DTOForgeProjectActionSectionDelete, DTOForgeProjectActionSectionMove, DTOForgeProjectActionSectionUpdate, type DTOForgeProjectActionType, DTOForgeProjectArtifact, DTOForgeProjectArtifactCreateInput, DTOForgeProjectArtifactCreateResponse, DTOForgeProjectArtifactDeleteInput, DTOForgeProjectArtifactDeleteResponse, DTOForgeProjectArtifactGetResponse, DTOForgeProjectArtifactMoveInput, DTOForgeProjectArtifactMoveResponse, DTOForgeProjectArtifactRoom, DTOForgeProjectArtifactRoomResponse, DTOForgeProjectArtifactUpdateInput, DTOForgeProjectArtifactUpdateResponse, DTOForgeProjectArtifactsListResponse, DTOForgeProjectContext, DTOForgeProjectContextCreateResponse, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListResponse, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextUpdateResponse, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectFigmaNode, DTOForgeProjectFigmaNodeRenderInput, DTOForgeProjectFile, DTOForgeProjectFileListResponse, DTOForgeProjectFileUploadFinalizePayload, DTOForgeProjectFileUploadFinalizeResponse, DTOForgeProjectFileUploadPayload, DTOForgeProjectFileUploadPayloadItem, DTOForgeProjectFileUploadResponse, DTOForgeProjectGetResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectsListResponse, DTOForgeSection, DTOForgeSectionCreateInput, DTOForgeSectionDeleteInput, DTOForgeSectionItemMoveInput, DTOForgeSectionMoveInput, DTOForgeSectionUpdateInput, DTOForgeSpecArtifact, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetBlockDefinitionsQuery, DTOGetDocumentationPageAnchorsResponse, DTOGetForgeIterationMessageResponse, DTOGetForgeProjectIterationResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryAccessTokenResponse, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPortalSettings, DTOPortalSettingsGetResponse, DTOPortalSettingsSidebar, DTOPortalSettingsSidebarLink, DTOPortalSettingsSidebarSection, DTOPortalSettingsTheme, DTOPortalSettingsUpdatePayload, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectInvitation, DTORemoveForgeProjectMember, DTORemoveForgeProjectResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOSubscription, DTOSubscriptionResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUGetForgeProjectResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProject, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeProjectResponse, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceSeatType, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FeatureRoomBaseYDoc, type FeatureRoomBaseYDocState, type FeatureRoomUpdate, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeFeatureMessagesEndpoint, ForgeFeaturesEndpoint, ForgeIterationMessagesEndpoint, ForgeParticipantsEndpoint, ForgeProjectContentRepository, ForgeProjectContextsEndpoint, ForgeProjectFeaturesEndpoint, ForgeProjectFilesEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectRoomBaseYDoc, type ForgeProjectRoomBaseYDocState, ForgeProjectsEndpoint, ForgesEndpoint, FormattedCollections, FrontendFeatureRoomYDoc, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, LocalProjectActionExecutor, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProjectContentState, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StorybookEntriesEndpoint, StorybookHostingEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedElementActionType, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceChatThreadsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, applyProjectActionsLocally, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationAnalyticsToComparisonDto, documentationAnalyticsToGlobalDto, documentationAnalyticsToHeatMapDto, documentationAnalyticsToPageComparisonDto, documentationAnalyticsToPageDto, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy };
145203
+ export { BackendFeatureRoomYDoc, BackendForgeProjectRoomYDoc, BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, ChatThreadMessagesEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAccessToken, DTOAccessTokenCreatePayload, DTOAccessTokenFull, DTOAccessTokenFullResponse, DTOAccessTokenListResponse, DTOAccessTokenResponse, DTOAddMembersToForgeProject, DTOAnalyzeCodeComponentsInPackage, DTOAnalyzeCodeComponentsInPackageInput, DTOAnalyzeCodeComponentsInPackageResponse, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAssetScope, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBillingCreditsSpendInput, DTOBillingCreditsSpendResponse, DTOBillingSupportedModels, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentParentType, DTOCodeComponentProperty, DTOCodeComponentResolvedType, DTOCodeComponentResolvedTypeKind, DTOCodeComponentResponse, DTOCodeComponentUpsertResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateForgeAgent, DTOCreateForgeAgentResponse, DTOCreateForgeArtifact, DTOCreateForgeArtifactResponse, DTOCreateForgeBuildArtifact, DTOCreateForgeFigmaArtifact, DTOCreateForgeFileArtifact, DTOCreateForgeIterationMessage, DTOCreateForgeIterationMessageResponse, DTOCreateForgeParticipant, DTOCreateForgeParticipantResponse, DTOCreateForgeProjectContext, DTOCreateForgeProjectInvitation, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTOCreditBalance, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteForgeAgentResponse, DTODeleteForgeArtifactResponse, DTODeleteForgeIterationMessageResponse, DTODeleteForgeParticipantResponse, DTODeleteForgeProjectIterationResponse, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsRequest, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDependencies, DTODocumentationPageDependenciesGetResponse, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFeatureAgentResponseTracker, DTOFeatureAgentWorkFinalizeInput, DTOFeatureArtifact, DTOFeatureArtifactCreateInput, DTOFeatureArtifactDeleteInput, DTOFeatureArtifactListResponse, DTOFeatureArtifactResponse, DTOFeatureEvent, DTOFeatureEventAgentResponseFinished, DTOFeatureEventMessagesSent, DTOFeatureEventReactionsDeleted, DTOFeatureEventReactionsSent, DTOFeatureIteration, DTOFeatureIterationArtifactDiff, DTOFeatureIterationCreateInput, DTOFeatureIterationListResponse, DTOFeatureIterationPromoteInput, DTOFeatureIterationResponse, DTOFeatureIterationTag, DTOFeatureIterationTagCreateInput, DTOFeatureIterationTagListResponse, DTOFeatureIterationTagResponse, DTOFeatureIterationUpdateArtifactsInput, DTOFeatureMessage, DTOFeatureMessageAgentSender, DTOFeatureMessageAttachments, DTOFeatureMessageCreateInput, DTOFeatureMessageListResponse, DTOFeatureMessageReaction, DTOFeatureMessageReactionCreateInput, DTOFeatureMessageReactionDeleteInput, DTOFeatureMessageReactionResponse, DTOFeatureMessageResponse, DTOFeatureMessageSender, DTOFeatureMessageSystemSender, DTOFeatureMessageUpdateInput, DTOFeatureMessageUserSender, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeResponse, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFileResponseItem, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOForgeAgent, DTOForgeAgentsListResponse, DTOForgeArtifact, DTOForgeArtifactGetResponse, DTOForgeArtifactsListResponse, DTOForgeAvatarBuilder, DTOForgeBuildArtifact, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatMessageTagInput, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOForgeFeatureRoom, DTOForgeFeatureRoomResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, DTOForgeIterationMessage, DTOForgeIterationMessagesListResponse, DTOForgeParticipant, DTOForgeParticipantGetResponse, DTOForgeParticipantsListResponse, DTOForgeProject, DTOForgeProjectAction, DTOForgeProjectActionArtifactCreate, DTOForgeProjectActionArtifactDelete, DTOForgeProjectActionArtifactMove, DTOForgeProjectActionArtifactUpdate, DTOForgeProjectActionFeatureCreate, DTOForgeProjectActionFeatureDelete, DTOForgeProjectActionFeatureMove, DTOForgeProjectActionFeatureUpdate, type DTOForgeProjectActionOfType, DTOForgeProjectActionSectionCreate, DTOForgeProjectActionSectionDelete, DTOForgeProjectActionSectionMove, DTOForgeProjectActionSectionUpdate, type DTOForgeProjectActionType, DTOForgeProjectArtifact, DTOForgeProjectArtifactCreateInput, DTOForgeProjectArtifactCreateResponse, DTOForgeProjectArtifactDeleteInput, DTOForgeProjectArtifactDeleteResponse, DTOForgeProjectArtifactGetResponse, DTOForgeProjectArtifactMoveInput, DTOForgeProjectArtifactMoveResponse, DTOForgeProjectArtifactRoom, DTOForgeProjectArtifactRoomResponse, DTOForgeProjectArtifactUpdateInput, DTOForgeProjectArtifactUpdateResponse, DTOForgeProjectArtifactsListResponse, DTOForgeProjectContext, DTOForgeProjectContextCreateResponse, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListResponse, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextUpdateResponse, DTOForgeProjectCreate, DTOForgeProjectCreateResponse, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectFigmaNode, DTOForgeProjectFigmaNodeRenderInput, DTOForgeProjectFile, DTOForgeProjectFileListResponse, DTOForgeProjectFileUploadFinalizePayload, DTOForgeProjectFileUploadFinalizeResponse, DTOForgeProjectFileUploadPayload, DTOForgeProjectFileUploadPayloadItem, DTOForgeProjectFileUploadResponse, DTOForgeProjectGetResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectListResponse, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectRemoveResponse, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectUpdate, DTOForgeProjectUpdateResponse, DTOForgeSection, DTOForgeSectionCreateInput, DTOForgeSectionDeleteInput, DTOForgeSectionItemMoveInput, DTOForgeSectionMoveInput, DTOForgeSectionUpdateInput, DTOForgeSpecArtifact, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetBlockDefinitionsQuery, DTOGetDocumentationPageAnchorsResponse, DTOGetForgeIterationMessageResponse, DTOGetForgeProjectIterationResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryAccessTokenResponse, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPortalSettings, DTOPortalSettingsGetResponse, DTOPortalSettingsSidebar, DTOPortalSettingsSidebarLink, DTOPortalSettingsSidebarSection, DTOPortalSettingsTheme, DTOPortalSettingsUpdatePayload, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectInvitation, DTORemoveForgeProjectMember, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOSubscription, DTOSubscriptionResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceSeatType, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FeatureRoomBaseYDoc, type FeatureRoomBaseYDocState, type FeatureRoomUpdate, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeFeatureMessagesEndpoint, ForgeFeaturesEndpoint, ForgeIterationMessagesEndpoint, ForgeParticipantsEndpoint, ForgeProjectContentRepository, ForgeProjectContextsEndpoint, ForgeProjectFeaturesEndpoint, ForgeProjectFilesEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectRoomBaseYDoc, type ForgeProjectRoomBaseYDocState, ForgeProjectsEndpoint, ForgesEndpoint, FormattedCollections, FrontendFeatureRoomYDoc, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, LocalProjectActionExecutor, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProjectContentState, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StorybookEntriesEndpoint, StorybookHostingEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedElementActionType, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceChatThreadsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, applyProjectActionsLocally, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationAnalyticsToComparisonDto, documentationAnalyticsToGlobalDto, documentationAnalyticsToHeatMapDto, documentationAnalyticsToPageComparisonDto, documentationAnalyticsToPageDto, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy };