@supernova-studio/model 1.44.8 → 1.45.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -157720,6 +157720,58 @@ declare const ForgeProjectArtifact: z$1.ZodObject<{
157720
157720
  createdByUserId: z$1.ZodString;
157721
157721
  sectionId: z$1.ZodOptional<z$1.ZodString>;
157722
157722
  threadId: z$1.ZodOptional<z$1.ZodString>;
157723
+ thumbnail: z$1.ZodOptional<z$1.ZodObject<Pick<{
157724
+ id: z$1.ZodString;
157725
+ name: z$1.ZodString;
157726
+ deduplicationKey: z$1.ZodString;
157727
+ pendingUpload: z$1.ZodOptional<z$1.ZodBoolean>;
157728
+ storagePath: z$1.ZodString;
157729
+ url: z$1.ZodString;
157730
+ size: z$1.ZodNumber;
157731
+ source: z$1.ZodOptional<z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
157732
+ type: z$1.ZodLiteral<"UserUpload">;
157733
+ userId: z$1.ZodString;
157734
+ }, "strip", z$1.ZodTypeAny, {
157735
+ type: "UserUpload";
157736
+ userId: string;
157737
+ }, {
157738
+ type: "UserUpload";
157739
+ userId: string;
157740
+ }>, z$1.ZodObject<{
157741
+ type: z$1.ZodLiteral<"Figma">;
157742
+ renderMode: z$1.ZodEnum<["Image", "HTML", "JSON"]>;
157743
+ }, "strip", z$1.ZodTypeAny, {
157744
+ type: "Figma";
157745
+ renderMode: "Image" | "HTML" | "JSON";
157746
+ }, {
157747
+ type: "Figma";
157748
+ renderMode: "Image" | "HTML" | "JSON";
157749
+ }>]>>;
157750
+ }, "id" | "source" | "url"> & {
157751
+ name: z$1.ZodOptional<z$1.ZodString>;
157752
+ }, "strip", z$1.ZodTypeAny, {
157753
+ id: string;
157754
+ url: string;
157755
+ name?: string | undefined;
157756
+ source?: {
157757
+ type: "UserUpload";
157758
+ userId: string;
157759
+ } | {
157760
+ type: "Figma";
157761
+ renderMode: "Image" | "HTML" | "JSON";
157762
+ } | undefined;
157763
+ }, {
157764
+ id: string;
157765
+ url: string;
157766
+ name?: string | undefined;
157767
+ source?: {
157768
+ type: "UserUpload";
157769
+ userId: string;
157770
+ } | {
157771
+ type: "Figma";
157772
+ renderMode: "Image" | "HTML" | "JSON";
157773
+ } | undefined;
157774
+ }>>;
157723
157775
  }, "strip", z$1.ZodTypeAny, {
157724
157776
  id: string;
157725
157777
  createdAt: Date;
@@ -157730,6 +157782,18 @@ declare const ForgeProjectArtifact: z$1.ZodObject<{
157730
157782
  projectId: string;
157731
157783
  threadId?: string | undefined;
157732
157784
  previewUrl?: string | null | undefined;
157785
+ thumbnail?: {
157786
+ id: string;
157787
+ url: string;
157788
+ name?: string | undefined;
157789
+ source?: {
157790
+ type: "UserUpload";
157791
+ userId: string;
157792
+ } | {
157793
+ type: "Figma";
157794
+ renderMode: "Image" | "HTML" | "JSON";
157795
+ } | undefined;
157796
+ } | undefined;
157733
157797
  iterationId?: string | null | undefined;
157734
157798
  sectionId?: string | undefined;
157735
157799
  }, {
@@ -157742,6 +157806,18 @@ declare const ForgeProjectArtifact: z$1.ZodObject<{
157742
157806
  threadId?: string | undefined;
157743
157807
  sortOrder?: number | undefined;
157744
157808
  previewUrl?: string | null | undefined;
157809
+ thumbnail?: {
157810
+ id: string;
157811
+ url: string;
157812
+ name?: string | undefined;
157813
+ source?: {
157814
+ type: "UserUpload";
157815
+ userId: string;
157816
+ } | {
157817
+ type: "Figma";
157818
+ renderMode: "Image" | "HTML" | "JSON";
157819
+ } | undefined;
157820
+ } | undefined;
157745
157821
  iterationId?: string | null | undefined;
157746
157822
  sectionId?: string | undefined;
157747
157823
  }>;
@@ -157766,6 +157842,58 @@ declare const ProjectFeature: z$1.ZodObject<{
157766
157842
  numberOfBookmarkedIterations: z$1.ZodDefault<z$1.ZodNumber>;
157767
157843
  lastReplyTimestamp: z$1.ZodOptional<z$1.ZodDate>;
157768
157844
  threadId: z$1.ZodOptional<z$1.ZodString>;
157845
+ thumbnail: z$1.ZodOptional<z$1.ZodObject<Pick<{
157846
+ id: z$1.ZodString;
157847
+ name: z$1.ZodString;
157848
+ deduplicationKey: z$1.ZodString;
157849
+ pendingUpload: z$1.ZodOptional<z$1.ZodBoolean>;
157850
+ storagePath: z$1.ZodString;
157851
+ url: z$1.ZodString;
157852
+ size: z$1.ZodNumber;
157853
+ source: z$1.ZodOptional<z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
157854
+ type: z$1.ZodLiteral<"UserUpload">;
157855
+ userId: z$1.ZodString;
157856
+ }, "strip", z$1.ZodTypeAny, {
157857
+ type: "UserUpload";
157858
+ userId: string;
157859
+ }, {
157860
+ type: "UserUpload";
157861
+ userId: string;
157862
+ }>, z$1.ZodObject<{
157863
+ type: z$1.ZodLiteral<"Figma">;
157864
+ renderMode: z$1.ZodEnum<["Image", "HTML", "JSON"]>;
157865
+ }, "strip", z$1.ZodTypeAny, {
157866
+ type: "Figma";
157867
+ renderMode: "Image" | "HTML" | "JSON";
157868
+ }, {
157869
+ type: "Figma";
157870
+ renderMode: "Image" | "HTML" | "JSON";
157871
+ }>]>>;
157872
+ }, "id" | "source" | "url"> & {
157873
+ name: z$1.ZodOptional<z$1.ZodString>;
157874
+ }, "strip", z$1.ZodTypeAny, {
157875
+ id: string;
157876
+ url: string;
157877
+ name?: string | undefined;
157878
+ source?: {
157879
+ type: "UserUpload";
157880
+ userId: string;
157881
+ } | {
157882
+ type: "Figma";
157883
+ renderMode: "Image" | "HTML" | "JSON";
157884
+ } | undefined;
157885
+ }, {
157886
+ id: string;
157887
+ url: string;
157888
+ name?: string | undefined;
157889
+ source?: {
157890
+ type: "UserUpload";
157891
+ userId: string;
157892
+ } | {
157893
+ type: "Figma";
157894
+ renderMode: "Image" | "HTML" | "JSON";
157895
+ } | undefined;
157896
+ }>>;
157769
157897
  }, "strip", z$1.ZodTypeAny, {
157770
157898
  status: "Draft" | "ReadyForDevelopment";
157771
157899
  id: string;
@@ -157779,6 +157907,18 @@ declare const ProjectFeature: z$1.ZodObject<{
157779
157907
  numberOfBookmarkedIterations: number;
157780
157908
  updatedAt?: Date | undefined;
157781
157909
  threadId?: string | undefined;
157910
+ thumbnail?: {
157911
+ id: string;
157912
+ url: string;
157913
+ name?: string | undefined;
157914
+ source?: {
157915
+ type: "UserUpload";
157916
+ userId: string;
157917
+ } | {
157918
+ type: "Figma";
157919
+ renderMode: "Image" | "HTML" | "JSON";
157920
+ } | undefined;
157921
+ } | undefined;
157782
157922
  sectionId?: string | undefined;
157783
157923
  isArchived?: boolean | undefined;
157784
157924
  e2bTemplateId?: string | null | undefined;
@@ -157795,6 +157935,18 @@ declare const ProjectFeature: z$1.ZodObject<{
157795
157935
  updatedAt?: Date | undefined;
157796
157936
  threadId?: string | undefined;
157797
157937
  sortOrder?: number | undefined;
157938
+ thumbnail?: {
157939
+ id: string;
157940
+ url: string;
157941
+ name?: string | undefined;
157942
+ source?: {
157943
+ type: "UserUpload";
157944
+ userId: string;
157945
+ } | {
157946
+ type: "Figma";
157947
+ renderMode: "Image" | "HTML" | "JSON";
157948
+ } | undefined;
157949
+ } | undefined;
157798
157950
  sectionId?: string | undefined;
157799
157951
  isArchived?: boolean | undefined;
157800
157952
  e2bTemplateId?: string | null | undefined;
@@ -188409,6 +188561,58 @@ declare const ForgeProjectRoomInitialState: z$1.ZodObject<{
188409
188561
  createdByUserId: z$1.ZodString;
188410
188562
  sectionId: z$1.ZodOptional<z$1.ZodString>;
188411
188563
  threadId: z$1.ZodOptional<z$1.ZodString>;
188564
+ thumbnail: z$1.ZodOptional<z$1.ZodObject<Pick<{
188565
+ id: z$1.ZodString;
188566
+ name: z$1.ZodString;
188567
+ deduplicationKey: z$1.ZodString;
188568
+ pendingUpload: z$1.ZodOptional<z$1.ZodBoolean>;
188569
+ storagePath: z$1.ZodString;
188570
+ url: z$1.ZodString;
188571
+ size: z$1.ZodNumber;
188572
+ source: z$1.ZodOptional<z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
188573
+ type: z$1.ZodLiteral<"UserUpload">;
188574
+ userId: z$1.ZodString;
188575
+ }, "strip", z$1.ZodTypeAny, {
188576
+ type: "UserUpload";
188577
+ userId: string;
188578
+ }, {
188579
+ type: "UserUpload";
188580
+ userId: string;
188581
+ }>, z$1.ZodObject<{
188582
+ type: z$1.ZodLiteral<"Figma">;
188583
+ renderMode: z$1.ZodEnum<["Image", "HTML", "JSON"]>;
188584
+ }, "strip", z$1.ZodTypeAny, {
188585
+ type: "Figma";
188586
+ renderMode: "Image" | "HTML" | "JSON";
188587
+ }, {
188588
+ type: "Figma";
188589
+ renderMode: "Image" | "HTML" | "JSON";
188590
+ }>]>>;
188591
+ }, "id" | "source" | "url"> & {
188592
+ name: z$1.ZodOptional<z$1.ZodString>;
188593
+ }, "strip", z$1.ZodTypeAny, {
188594
+ id: string;
188595
+ url: string;
188596
+ name?: string | undefined;
188597
+ source?: {
188598
+ type: "UserUpload";
188599
+ userId: string;
188600
+ } | {
188601
+ type: "Figma";
188602
+ renderMode: "Image" | "HTML" | "JSON";
188603
+ } | undefined;
188604
+ }, {
188605
+ id: string;
188606
+ url: string;
188607
+ name?: string | undefined;
188608
+ source?: {
188609
+ type: "UserUpload";
188610
+ userId: string;
188611
+ } | {
188612
+ type: "Figma";
188613
+ renderMode: "Image" | "HTML" | "JSON";
188614
+ } | undefined;
188615
+ }>>;
188412
188616
  }, "strip", z$1.ZodTypeAny, {
188413
188617
  id: string;
188414
188618
  createdAt: Date;
@@ -188419,6 +188623,18 @@ declare const ForgeProjectRoomInitialState: z$1.ZodObject<{
188419
188623
  projectId: string;
188420
188624
  threadId?: string | undefined;
188421
188625
  previewUrl?: string | null | undefined;
188626
+ thumbnail?: {
188627
+ id: string;
188628
+ url: string;
188629
+ name?: string | undefined;
188630
+ source?: {
188631
+ type: "UserUpload";
188632
+ userId: string;
188633
+ } | {
188634
+ type: "Figma";
188635
+ renderMode: "Image" | "HTML" | "JSON";
188636
+ } | undefined;
188637
+ } | undefined;
188422
188638
  iterationId?: string | null | undefined;
188423
188639
  sectionId?: string | undefined;
188424
188640
  }, {
@@ -188431,6 +188647,18 @@ declare const ForgeProjectRoomInitialState: z$1.ZodObject<{
188431
188647
  threadId?: string | undefined;
188432
188648
  sortOrder?: number | undefined;
188433
188649
  previewUrl?: string | null | undefined;
188650
+ thumbnail?: {
188651
+ id: string;
188652
+ url: string;
188653
+ name?: string | undefined;
188654
+ source?: {
188655
+ type: "UserUpload";
188656
+ userId: string;
188657
+ } | {
188658
+ type: "Figma";
188659
+ renderMode: "Image" | "HTML" | "JSON";
188660
+ } | undefined;
188661
+ } | undefined;
188434
188662
  iterationId?: string | null | undefined;
188435
188663
  sectionId?: string | undefined;
188436
188664
  }>, "many">;
@@ -188452,6 +188680,58 @@ declare const ForgeProjectRoomInitialState: z$1.ZodObject<{
188452
188680
  numberOfBookmarkedIterations: z$1.ZodDefault<z$1.ZodNumber>;
188453
188681
  lastReplyTimestamp: z$1.ZodOptional<z$1.ZodDate>;
188454
188682
  threadId: z$1.ZodOptional<z$1.ZodString>;
188683
+ thumbnail: z$1.ZodOptional<z$1.ZodObject<Pick<{
188684
+ id: z$1.ZodString;
188685
+ name: z$1.ZodString;
188686
+ deduplicationKey: z$1.ZodString;
188687
+ pendingUpload: z$1.ZodOptional<z$1.ZodBoolean>;
188688
+ storagePath: z$1.ZodString;
188689
+ url: z$1.ZodString;
188690
+ size: z$1.ZodNumber;
188691
+ source: z$1.ZodOptional<z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
188692
+ type: z$1.ZodLiteral<"UserUpload">;
188693
+ userId: z$1.ZodString;
188694
+ }, "strip", z$1.ZodTypeAny, {
188695
+ type: "UserUpload";
188696
+ userId: string;
188697
+ }, {
188698
+ type: "UserUpload";
188699
+ userId: string;
188700
+ }>, z$1.ZodObject<{
188701
+ type: z$1.ZodLiteral<"Figma">;
188702
+ renderMode: z$1.ZodEnum<["Image", "HTML", "JSON"]>;
188703
+ }, "strip", z$1.ZodTypeAny, {
188704
+ type: "Figma";
188705
+ renderMode: "Image" | "HTML" | "JSON";
188706
+ }, {
188707
+ type: "Figma";
188708
+ renderMode: "Image" | "HTML" | "JSON";
188709
+ }>]>>;
188710
+ }, "id" | "source" | "url"> & {
188711
+ name: z$1.ZodOptional<z$1.ZodString>;
188712
+ }, "strip", z$1.ZodTypeAny, {
188713
+ id: string;
188714
+ url: string;
188715
+ name?: string | undefined;
188716
+ source?: {
188717
+ type: "UserUpload";
188718
+ userId: string;
188719
+ } | {
188720
+ type: "Figma";
188721
+ renderMode: "Image" | "HTML" | "JSON";
188722
+ } | undefined;
188723
+ }, {
188724
+ id: string;
188725
+ url: string;
188726
+ name?: string | undefined;
188727
+ source?: {
188728
+ type: "UserUpload";
188729
+ userId: string;
188730
+ } | {
188731
+ type: "Figma";
188732
+ renderMode: "Image" | "HTML" | "JSON";
188733
+ } | undefined;
188734
+ }>>;
188455
188735
  }, "strip", z$1.ZodTypeAny, {
188456
188736
  status: "Draft" | "ReadyForDevelopment";
188457
188737
  id: string;
@@ -188465,6 +188745,18 @@ declare const ForgeProjectRoomInitialState: z$1.ZodObject<{
188465
188745
  numberOfBookmarkedIterations: number;
188466
188746
  updatedAt?: Date | undefined;
188467
188747
  threadId?: string | undefined;
188748
+ thumbnail?: {
188749
+ id: string;
188750
+ url: string;
188751
+ name?: string | undefined;
188752
+ source?: {
188753
+ type: "UserUpload";
188754
+ userId: string;
188755
+ } | {
188756
+ type: "Figma";
188757
+ renderMode: "Image" | "HTML" | "JSON";
188758
+ } | undefined;
188759
+ } | undefined;
188468
188760
  sectionId?: string | undefined;
188469
188761
  isArchived?: boolean | undefined;
188470
188762
  e2bTemplateId?: string | null | undefined;
@@ -188481,6 +188773,18 @@ declare const ForgeProjectRoomInitialState: z$1.ZodObject<{
188481
188773
  updatedAt?: Date | undefined;
188482
188774
  threadId?: string | undefined;
188483
188775
  sortOrder?: number | undefined;
188776
+ thumbnail?: {
188777
+ id: string;
188778
+ url: string;
188779
+ name?: string | undefined;
188780
+ source?: {
188781
+ type: "UserUpload";
188782
+ userId: string;
188783
+ } | {
188784
+ type: "Figma";
188785
+ renderMode: "Image" | "HTML" | "JSON";
188786
+ } | undefined;
188787
+ } | undefined;
188484
188788
  sectionId?: string | undefined;
188485
188789
  isArchived?: boolean | undefined;
188486
188790
  e2bTemplateId?: string | null | undefined;
@@ -188578,6 +188882,18 @@ declare const ForgeProjectRoomInitialState: z$1.ZodObject<{
188578
188882
  numberOfBookmarkedIterations: number;
188579
188883
  updatedAt?: Date | undefined;
188580
188884
  threadId?: string | undefined;
188885
+ thumbnail?: {
188886
+ id: string;
188887
+ url: string;
188888
+ name?: string | undefined;
188889
+ source?: {
188890
+ type: "UserUpload";
188891
+ userId: string;
188892
+ } | {
188893
+ type: "Figma";
188894
+ renderMode: "Image" | "HTML" | "JSON";
188895
+ } | undefined;
188896
+ } | undefined;
188581
188897
  sectionId?: string | undefined;
188582
188898
  isArchived?: boolean | undefined;
188583
188899
  e2bTemplateId?: string | null | undefined;
@@ -188594,6 +188910,18 @@ declare const ForgeProjectRoomInitialState: z$1.ZodObject<{
188594
188910
  projectId: string;
188595
188911
  threadId?: string | undefined;
188596
188912
  previewUrl?: string | null | undefined;
188913
+ thumbnail?: {
188914
+ id: string;
188915
+ url: string;
188916
+ name?: string | undefined;
188917
+ source?: {
188918
+ type: "UserUpload";
188919
+ userId: string;
188920
+ } | {
188921
+ type: "Figma";
188922
+ renderMode: "Image" | "HTML" | "JSON";
188923
+ } | undefined;
188924
+ } | undefined;
188597
188925
  iterationId?: string | null | undefined;
188598
188926
  sectionId?: string | undefined;
188599
188927
  }[];
@@ -188636,6 +188964,18 @@ declare const ForgeProjectRoomInitialState: z$1.ZodObject<{
188636
188964
  updatedAt?: Date | undefined;
188637
188965
  threadId?: string | undefined;
188638
188966
  sortOrder?: number | undefined;
188967
+ thumbnail?: {
188968
+ id: string;
188969
+ url: string;
188970
+ name?: string | undefined;
188971
+ source?: {
188972
+ type: "UserUpload";
188973
+ userId: string;
188974
+ } | {
188975
+ type: "Figma";
188976
+ renderMode: "Image" | "HTML" | "JSON";
188977
+ } | undefined;
188978
+ } | undefined;
188639
188979
  sectionId?: string | undefined;
188640
188980
  isArchived?: boolean | undefined;
188641
188981
  e2bTemplateId?: string | null | undefined;
@@ -188654,6 +188994,18 @@ declare const ForgeProjectRoomInitialState: z$1.ZodObject<{
188654
188994
  threadId?: string | undefined;
188655
188995
  sortOrder?: number | undefined;
188656
188996
  previewUrl?: string | null | undefined;
188997
+ thumbnail?: {
188998
+ id: string;
188999
+ url: string;
189000
+ name?: string | undefined;
189001
+ source?: {
189002
+ type: "UserUpload";
189003
+ userId: string;
189004
+ } | {
189005
+ type: "Figma";
189006
+ renderMode: "Image" | "HTML" | "JSON";
189007
+ } | undefined;
189008
+ } | undefined;
188657
189009
  iterationId?: string | null | undefined;
188658
189010
  sectionId?: string | undefined;
188659
189011
  }[];
@@ -188699,6 +189051,58 @@ declare const ForgeProjectRoomUpdate: z$1.ZodObject<{
188699
189051
  createdByUserId: z$1.ZodString;
188700
189052
  sectionId: z$1.ZodOptional<z$1.ZodString>;
188701
189053
  threadId: z$1.ZodOptional<z$1.ZodString>;
189054
+ thumbnail: z$1.ZodOptional<z$1.ZodObject<Pick<{
189055
+ id: z$1.ZodString;
189056
+ name: z$1.ZodString;
189057
+ deduplicationKey: z$1.ZodString;
189058
+ pendingUpload: z$1.ZodOptional<z$1.ZodBoolean>;
189059
+ storagePath: z$1.ZodString;
189060
+ url: z$1.ZodString;
189061
+ size: z$1.ZodNumber;
189062
+ source: z$1.ZodOptional<z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
189063
+ type: z$1.ZodLiteral<"UserUpload">;
189064
+ userId: z$1.ZodString;
189065
+ }, "strip", z$1.ZodTypeAny, {
189066
+ type: "UserUpload";
189067
+ userId: string;
189068
+ }, {
189069
+ type: "UserUpload";
189070
+ userId: string;
189071
+ }>, z$1.ZodObject<{
189072
+ type: z$1.ZodLiteral<"Figma">;
189073
+ renderMode: z$1.ZodEnum<["Image", "HTML", "JSON"]>;
189074
+ }, "strip", z$1.ZodTypeAny, {
189075
+ type: "Figma";
189076
+ renderMode: "Image" | "HTML" | "JSON";
189077
+ }, {
189078
+ type: "Figma";
189079
+ renderMode: "Image" | "HTML" | "JSON";
189080
+ }>]>>;
189081
+ }, "id" | "source" | "url"> & {
189082
+ name: z$1.ZodOptional<z$1.ZodString>;
189083
+ }, "strip", z$1.ZodTypeAny, {
189084
+ id: string;
189085
+ url: string;
189086
+ name?: string | undefined;
189087
+ source?: {
189088
+ type: "UserUpload";
189089
+ userId: string;
189090
+ } | {
189091
+ type: "Figma";
189092
+ renderMode: "Image" | "HTML" | "JSON";
189093
+ } | undefined;
189094
+ }, {
189095
+ id: string;
189096
+ url: string;
189097
+ name?: string | undefined;
189098
+ source?: {
189099
+ type: "UserUpload";
189100
+ userId: string;
189101
+ } | {
189102
+ type: "Figma";
189103
+ renderMode: "Image" | "HTML" | "JSON";
189104
+ } | undefined;
189105
+ }>>;
188702
189106
  }, "strip", z$1.ZodTypeAny, {
188703
189107
  id: string;
188704
189108
  createdAt: Date;
@@ -188709,6 +189113,18 @@ declare const ForgeProjectRoomUpdate: z$1.ZodObject<{
188709
189113
  projectId: string;
188710
189114
  threadId?: string | undefined;
188711
189115
  previewUrl?: string | null | undefined;
189116
+ thumbnail?: {
189117
+ id: string;
189118
+ url: string;
189119
+ name?: string | undefined;
189120
+ source?: {
189121
+ type: "UserUpload";
189122
+ userId: string;
189123
+ } | {
189124
+ type: "Figma";
189125
+ renderMode: "Image" | "HTML" | "JSON";
189126
+ } | undefined;
189127
+ } | undefined;
188712
189128
  iterationId?: string | null | undefined;
188713
189129
  sectionId?: string | undefined;
188714
189130
  }, {
@@ -188721,6 +189137,18 @@ declare const ForgeProjectRoomUpdate: z$1.ZodObject<{
188721
189137
  threadId?: string | undefined;
188722
189138
  sortOrder?: number | undefined;
188723
189139
  previewUrl?: string | null | undefined;
189140
+ thumbnail?: {
189141
+ id: string;
189142
+ url: string;
189143
+ name?: string | undefined;
189144
+ source?: {
189145
+ type: "UserUpload";
189146
+ userId: string;
189147
+ } | {
189148
+ type: "Figma";
189149
+ renderMode: "Image" | "HTML" | "JSON";
189150
+ } | undefined;
189151
+ } | undefined;
188724
189152
  iterationId?: string | null | undefined;
188725
189153
  sectionId?: string | undefined;
188726
189154
  }>, "many">>;
@@ -188743,6 +189171,58 @@ declare const ForgeProjectRoomUpdate: z$1.ZodObject<{
188743
189171
  numberOfBookmarkedIterations: z$1.ZodDefault<z$1.ZodNumber>;
188744
189172
  lastReplyTimestamp: z$1.ZodOptional<z$1.ZodDate>;
188745
189173
  threadId: z$1.ZodOptional<z$1.ZodString>;
189174
+ thumbnail: z$1.ZodOptional<z$1.ZodObject<Pick<{
189175
+ id: z$1.ZodString;
189176
+ name: z$1.ZodString;
189177
+ deduplicationKey: z$1.ZodString;
189178
+ pendingUpload: z$1.ZodOptional<z$1.ZodBoolean>;
189179
+ storagePath: z$1.ZodString;
189180
+ url: z$1.ZodString;
189181
+ size: z$1.ZodNumber;
189182
+ source: z$1.ZodOptional<z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
189183
+ type: z$1.ZodLiteral<"UserUpload">;
189184
+ userId: z$1.ZodString;
189185
+ }, "strip", z$1.ZodTypeAny, {
189186
+ type: "UserUpload";
189187
+ userId: string;
189188
+ }, {
189189
+ type: "UserUpload";
189190
+ userId: string;
189191
+ }>, z$1.ZodObject<{
189192
+ type: z$1.ZodLiteral<"Figma">;
189193
+ renderMode: z$1.ZodEnum<["Image", "HTML", "JSON"]>;
189194
+ }, "strip", z$1.ZodTypeAny, {
189195
+ type: "Figma";
189196
+ renderMode: "Image" | "HTML" | "JSON";
189197
+ }, {
189198
+ type: "Figma";
189199
+ renderMode: "Image" | "HTML" | "JSON";
189200
+ }>]>>;
189201
+ }, "id" | "source" | "url"> & {
189202
+ name: z$1.ZodOptional<z$1.ZodString>;
189203
+ }, "strip", z$1.ZodTypeAny, {
189204
+ id: string;
189205
+ url: string;
189206
+ name?: string | undefined;
189207
+ source?: {
189208
+ type: "UserUpload";
189209
+ userId: string;
189210
+ } | {
189211
+ type: "Figma";
189212
+ renderMode: "Image" | "HTML" | "JSON";
189213
+ } | undefined;
189214
+ }, {
189215
+ id: string;
189216
+ url: string;
189217
+ name?: string | undefined;
189218
+ source?: {
189219
+ type: "UserUpload";
189220
+ userId: string;
189221
+ } | {
189222
+ type: "Figma";
189223
+ renderMode: "Image" | "HTML" | "JSON";
189224
+ } | undefined;
189225
+ }>>;
188746
189226
  }, "strip", z$1.ZodTypeAny, {
188747
189227
  status: "Draft" | "ReadyForDevelopment";
188748
189228
  id: string;
@@ -188756,6 +189236,18 @@ declare const ForgeProjectRoomUpdate: z$1.ZodObject<{
188756
189236
  numberOfBookmarkedIterations: number;
188757
189237
  updatedAt?: Date | undefined;
188758
189238
  threadId?: string | undefined;
189239
+ thumbnail?: {
189240
+ id: string;
189241
+ url: string;
189242
+ name?: string | undefined;
189243
+ source?: {
189244
+ type: "UserUpload";
189245
+ userId: string;
189246
+ } | {
189247
+ type: "Figma";
189248
+ renderMode: "Image" | "HTML" | "JSON";
189249
+ } | undefined;
189250
+ } | undefined;
188759
189251
  sectionId?: string | undefined;
188760
189252
  isArchived?: boolean | undefined;
188761
189253
  e2bTemplateId?: string | null | undefined;
@@ -188772,6 +189264,18 @@ declare const ForgeProjectRoomUpdate: z$1.ZodObject<{
188772
189264
  updatedAt?: Date | undefined;
188773
189265
  threadId?: string | undefined;
188774
189266
  sortOrder?: number | undefined;
189267
+ thumbnail?: {
189268
+ id: string;
189269
+ url: string;
189270
+ name?: string | undefined;
189271
+ source?: {
189272
+ type: "UserUpload";
189273
+ userId: string;
189274
+ } | {
189275
+ type: "Figma";
189276
+ renderMode: "Image" | "HTML" | "JSON";
189277
+ } | undefined;
189278
+ } | undefined;
188775
189279
  sectionId?: string | undefined;
188776
189280
  isArchived?: boolean | undefined;
188777
189281
  e2bTemplateId?: string | null | undefined;
@@ -188873,6 +189377,18 @@ declare const ForgeProjectRoomUpdate: z$1.ZodObject<{
188873
189377
  numberOfBookmarkedIterations: number;
188874
189378
  updatedAt?: Date | undefined;
188875
189379
  threadId?: string | undefined;
189380
+ thumbnail?: {
189381
+ id: string;
189382
+ url: string;
189383
+ name?: string | undefined;
189384
+ source?: {
189385
+ type: "UserUpload";
189386
+ userId: string;
189387
+ } | {
189388
+ type: "Figma";
189389
+ renderMode: "Image" | "HTML" | "JSON";
189390
+ } | undefined;
189391
+ } | undefined;
188876
189392
  sectionId?: string | undefined;
188877
189393
  isArchived?: boolean | undefined;
188878
189394
  e2bTemplateId?: string | null | undefined;
@@ -188890,6 +189406,18 @@ declare const ForgeProjectRoomUpdate: z$1.ZodObject<{
188890
189406
  projectId: string;
188891
189407
  threadId?: string | undefined;
188892
189408
  previewUrl?: string | null | undefined;
189409
+ thumbnail?: {
189410
+ id: string;
189411
+ url: string;
189412
+ name?: string | undefined;
189413
+ source?: {
189414
+ type: "UserUpload";
189415
+ userId: string;
189416
+ } | {
189417
+ type: "Figma";
189418
+ renderMode: "Image" | "HTML" | "JSON";
189419
+ } | undefined;
189420
+ } | undefined;
188893
189421
  iterationId?: string | null | undefined;
188894
189422
  sectionId?: string | undefined;
188895
189423
  }[] | undefined;
@@ -188936,6 +189464,18 @@ declare const ForgeProjectRoomUpdate: z$1.ZodObject<{
188936
189464
  updatedAt?: Date | undefined;
188937
189465
  threadId?: string | undefined;
188938
189466
  sortOrder?: number | undefined;
189467
+ thumbnail?: {
189468
+ id: string;
189469
+ url: string;
189470
+ name?: string | undefined;
189471
+ source?: {
189472
+ type: "UserUpload";
189473
+ userId: string;
189474
+ } | {
189475
+ type: "Figma";
189476
+ renderMode: "Image" | "HTML" | "JSON";
189477
+ } | undefined;
189478
+ } | undefined;
188939
189479
  sectionId?: string | undefined;
188940
189480
  isArchived?: boolean | undefined;
188941
189481
  e2bTemplateId?: string | null | undefined;
@@ -188955,6 +189495,18 @@ declare const ForgeProjectRoomUpdate: z$1.ZodObject<{
188955
189495
  threadId?: string | undefined;
188956
189496
  sortOrder?: number | undefined;
188957
189497
  previewUrl?: string | null | undefined;
189498
+ thumbnail?: {
189499
+ id: string;
189500
+ url: string;
189501
+ name?: string | undefined;
189502
+ source?: {
189503
+ type: "UserUpload";
189504
+ userId: string;
189505
+ } | {
189506
+ type: "Figma";
189507
+ renderMode: "Image" | "HTML" | "JSON";
189508
+ } | undefined;
189509
+ } | undefined;
188958
189510
  iterationId?: string | null | undefined;
188959
189511
  sectionId?: string | undefined;
188960
189512
  }[] | undefined;
@@ -190518,4 +191070,169 @@ type PersonalAccessTokenWithUser = {
190518
191070
  token: PersonalAccessToken;
190519
191071
  };
190520
191072
 
190521
- export { Address, type AllFields, AnalyzeCodeComponentsInPackage, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, AssetScope, AssetType, AssetValue, AuthTokens, AuthV2Request, AuthV2Session, BaseTheme, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, CodeComponent, type CodeComponentCreate, CodeComponentParentType, CodeComponentProperty, CodeComponentResolvedType, CodeComponentResolvedTypeKind, type CodeComponentUpdate, type CodeComponentUpsert, CodeComponentUpsertResponse, CodeIntegrationDump, Collection, CollectionImportModel, CollectionImportModelInput, CollectionOrigin, ColorTokenData, ColorTokenInlineData, ColorValue, ComponentElementData, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateCollection, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystem, type CreateDesignSystemInvitation, type CreateDesignSystemMembership, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageApproval, type CreateDocumentationPageContent, type CreateDocumentationPageDependencies, type CreateDocumentationPageRoom, type CreateDocumentationPageSnapshot, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementGroupSnapshot, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExportJob, type CreateExporterMembership, type CreateFigmaComponent, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateFigmaNodeStructureV2, type CreateForgeAgent, type CreateForgeFeatureRoom, type CreateForgeProjectArtifactRoom, type CreateForgeProjectInvitation, type CreateForgeProjectMembership, type CreateForgeProjectRoom, type CreateImportJob, type CreatePersonalAccessToken, type CreatePortalSettings, type CreateProjectFeature, type CreatePublishedDocPage, type CreatePublishedDocPageVisitsEntry, type CreateStorybookEntry, type CreateStorybookPayload, type CreateTheme, type CreateWorkspaceDbInput, CreateWorkspaceInput, type CreateWorkspaceInvitation, type CreateWorkspaceMembership, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, type DataSourceOfType, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceStorybookRemote, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, type DefinedProps, DependencyDefinition, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemAccessMode, DesignSystemDump, DesignSystemElementExportProps, DesignSystemInvitation, type DesignSystemInvitationAddition, DesignSystemInvite, DesignSystemInviteEmailData, DesignSystemInviteEmailRecipient, DesignSystemInviteUpdate, DesignSystemMemberUpdate, DesignSystemMembers, DesignSystemMembership, type DesignSystemMembershipAddition, DesignSystemMembershipUpdates, DesignSystemPendingMemberInvitation, type DesignSystemPendingMemberInvite, DesignSystemRole, DesignSystemSwitcher, DesignSystemUserInvitation, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, type DesignSystemVersionParsedRoomId, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationComment, DocumentationCommentThread, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageApproval, DocumentationPageApprovalState, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageDependencies, DocumentationPageGroup, type DocumentationPageOldParsedRoomId, type DocumentationPageParsedRoomId, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationSettings, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyImmutableType, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventDocumentationPublished, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportDestinationsMapUpdate, ExportJob, ExportJobContext, ExportJobDebugContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobExporterConfiguration, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterConfigurationPropertyValue, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyDefinition, ExporterPropertyDefinitionArray, ExporterPropertyDefinitionBoolean, ExporterPropertyDefinitionCode, ExporterPropertyDefinitionEnum, ExporterPropertyDefinitionEnumOption, ExporterPropertyDefinitionNumber, ExporterPropertyDefinitionObject, ExporterPropertyDefinitionString, type ExporterPropertyDefinitionValue, ExporterPropertyImageValue, ExporterPropertyType, ExporterPropertyValue, ExporterPropertyValueMap, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagDefaults, type FeatureFlagDefaultsTypes, FeatureFlagMap, type FeatureFlagWithDefaults, FeatureFlagsKeepAliases, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponent, FigmaComponentAsset, FigmaComponentBooleanProperty, type FigmaComponentDiff, FigmaComponentImportModel, FigmaComponentImportModelInput, FigmaComponentInstancePreview, FigmaComponentInstanceSwapProperty, FigmaComponentOrigin, FigmaComponentOriginPart, FigmaComponentProperty, FigmaComponentPropertyMap, FigmaComponentPropertyOrigin, FigmaComponentPropertyType, FigmaComponentTextProperty, FigmaComponentVariantProperty, type FigmaExporter, FigmaExporterAnyDesignNodeSchema, FigmaFile, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceOrigin, FigmaNodeRelinkData, FigmaNodeRenderError, FigmaNodeRenderErrorType, FigmaNodeRenderFormat, FigmaNodeRenderState, FigmaNodeRenderedImage, FigmaNodeRendererPayload, FigmaNodeStructureDataV2, FigmaNodeStructureStateV2, FigmaNodeStructureV2, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontTokenData, FontValue, FontWeightTokenData, FontWeightValue, ForgeAgent, ForgeArtifact, ForgeAvatarBuilder, ForgeBuildArtifact, ForgeBuildArtifactEnvironment, ForgeBuildArtifactFiles, ForgeChatMessage, ForgeChatMessageSender, ForgeChatMessageSenderType, ForgeChatMessageUserScore, ForgeChatMessageUserScoreType, ForgeChatThread, type ForgeFeatureParsedRoomId, ForgeFeatureRoom, type ForgeFeatureRoomOwner, ForgeFigmaArtifact, ForgeFileArtifact, ForgeIterationMessage, ForgeIterationMessageStep, ForgeParticipant, ForgeProjectArtifact, ForgeProjectArtifactContent, ForgeProjectArtifactContentData, type ForgeProjectArtifactParsedRoomId, ForgeProjectArtifactRoom, type ForgeProjectArtifactRoomOwner, ForgeProjectFigmaNode, ForgeProjectFigmaNodeRenderInput, ForgeProjectFile, ForgeProjectInvitation, ForgeProjectIteration, ForgeProjectIterationMergeMeta, ForgeProjectMembership, type ForgeProjectParsedRoomId, ForgeProjectRole, ForgeProjectRoom, ForgeProjectRoomInitialState, type ForgeProjectRoomOwner, ForgeProjectRoomUpdate, ForgeProjectSectionChildType, ForgeRelation, ForgeRelationType, ForgeSection, ForgeSpecArtifact, GitBranch, GitCommonDestinationOptions, GitIntegrationType, GitInteropPulsarError, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, Id, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedDesignToken, type ImportedDesignTokenOfType, type ImportedFigmaComponent, ImportedFigmaSourceData, Integration, IntegrationAuthType, IntegrationCredentials, IntegrationCredentialsProfile, IntegrationCredentialsState, IntegrationCredentialsType, IntegrationDesignSystem, IntegrationToken, type IntegrationTokenOld, IntegrationTokenSchemaOld, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, ListExporterQuery, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type NullToUndefined, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetBlockConfig, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionFigmaComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextEditorOptions, PageBlockDefinitionRichTextEditorPropertyStyle, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentBlockConfig, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFile, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemFileValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorListNode, PageBlockItemRichTextEditorNode, PageBlockItemRichTextEditorParagraphNode, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemStorybookValueOld, PageBlockItemSwatch, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockSelectedFigmaComponent, PageBlockShortcut, PageBlockStorybookBlockConfig, PageBlockStorybookItem, PageBlockSwatch, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTokenBlockConfig, PageBlockTokenNameFormat, PageBlockTokenValueFormat, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, type PageContentDependencies, PageRedirect, PageScreenshotInput, PageScreenshotOutput, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type PagesContentDependencies, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, type ParsedRoomId, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PortalSettings, PortalSettingsSidebar, PortalSettingsSidebarLink, PortalSettingsSidebarSection, PortalSettingsTheme, PortalTheme, PortalThemePreset, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, ProjectFeature, ProjectFeatureStatus, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocPageVisitsEntry, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, Registry, RegistryType, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, type RestoreElementGroup, RestoredDocumentationGroup, RestoredDocumentationPage, type RoomOwner, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, SentryTraceHeaders, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShadowValue, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SortOrder, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportStorybookSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StorybookEntry, StorybookEntryOrigin, StorybookPayload, StringTokenData, StringValue, type StripePortalSessionInput, type StripePortalSessionOutput, StripeSubscriptionStatus, StripeSubscriptionStatusSchema, Subscription, SupernovaException, type SupernovaExceptionType, TextCase, TextCaseTokenData, TextCaseValue, TextDecoration, TextDecorationTokenData, TextDecorationValue, Theme, type ThemeDiff, ThemeElementData, ThemeImportModel, ThemeImportModelInput, ThemeOrigin, ThemeOriginObject, ThemeOriginPart, ThemeOriginSource, ThemeOverride, ThemeOverrideImportModel, ThemeOverrideImportModelBase, ThemeOverrideImportModelInput, type ThemeOverrideImportModelInputOfType, type ThemeOverrideImportModelOfType, type ThemeOverrideOfType, ThemeOverrideOrigin, ThemeOverrideOriginPart, ThemeUpdateImportModel, ThemeUpdateImportModelInput, TokenDataAliasSchema, TypographyTokenData, TypographyValue, type UpdateCollection, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystem, type UpdateDesignSystemInvitation, type UpdateDesignSystemMembership, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageDependencies, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaComponent, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateFigmaNodeStructureV2, type UpdateForgeAgent, type UpdateForgeFeatureRoom, type UpdateForgeProjectArtifactRoom, type UpdateForgeProjectRoom, type UpdateImportJob, type UpdateIntegrationCredential, UpdateMembershipRolesInput, type UpdatePortalSettings, type UpdateProjectFeature, type UpdatePublishedDocPage, type UpdateStorybookEntry, type UpdateStorybookPayload, type UpdateTheme, type UpdateWorkspaceDbInput, type UpdateWorkspaceInvitation, type UpdateWorkspaceMembership, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserEmailSettings, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserSession, UserSource, UserTest, UserTheme, UserThemePreset, VersionCreationJob, VersionCreationJobStatus, type VersionRoomOwner, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDump, WorkspaceInvitation, WorkspaceInviteEmailData, WorkspaceInviteEmailRecipient, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, type WorkspaceParsedRoomId, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, type WorkspaceRoomOwner, WorkspaceSeatType, WorkspaceUntypedData, type WorkspaceUntypedDataCreate, type WorkspaceUntypedDataUpdate, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, applyShallowObjectUpdate, areShallowObjectsEqual, areTokenTypesCompatible, buildConstantEnum, castStringToDimensionValue, chunkedArray, convertTokenTypedData, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, deriveWorkspaceSeatTypeFromRole, designTokenImportModelTypeFilter, designTokenTypeFilter, errorToString, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, generateShortPersistentId, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, hasProperty, hasTruthyProperty, isDataSourceOfType, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedDesignToken, isImportedFigmaComponent, isNotNullish, isNullish, isSlugReserved, isTokenType, joinRepeatingSpans, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, nullsToUndefined, parseUrl, pickDefined, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, recordToMap, removeCommentSpans, sleep, slugRegex, slugify, storybookValueFromOldValue, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, workspaceRoleToDesignSystemRole, zodCreateInputOmit, zodUpdateInputOmit };
191073
+ declare const FileFigmaRenderMode: z__default.ZodEnum<["Image", "HTML", "JSON"]>;
191074
+ type FileFigmaRenderMode = z__default.infer<typeof FileFigmaRenderMode>;
191075
+ declare const FileSourceUpload: z__default.ZodObject<{
191076
+ type: z__default.ZodLiteral<"UserUpload">;
191077
+ userId: z__default.ZodString;
191078
+ }, "strip", z__default.ZodTypeAny, {
191079
+ type: "UserUpload";
191080
+ userId: string;
191081
+ }, {
191082
+ type: "UserUpload";
191083
+ userId: string;
191084
+ }>;
191085
+ type FileSourceUpload = z__default.infer<typeof FileSourceUpload>;
191086
+ declare const FileSourceFigma: z__default.ZodObject<{
191087
+ type: z__default.ZodLiteral<"Figma">;
191088
+ renderMode: z__default.ZodEnum<["Image", "HTML", "JSON"]>;
191089
+ }, "strip", z__default.ZodTypeAny, {
191090
+ type: "Figma";
191091
+ renderMode: "Image" | "HTML" | "JSON";
191092
+ }, {
191093
+ type: "Figma";
191094
+ renderMode: "Image" | "HTML" | "JSON";
191095
+ }>;
191096
+ type FileSourceFigma = z__default.infer<typeof FileSourceFigma>;
191097
+ declare const FileSource: z__default.ZodDiscriminatedUnion<"type", [z__default.ZodObject<{
191098
+ type: z__default.ZodLiteral<"UserUpload">;
191099
+ userId: z__default.ZodString;
191100
+ }, "strip", z__default.ZodTypeAny, {
191101
+ type: "UserUpload";
191102
+ userId: string;
191103
+ }, {
191104
+ type: "UserUpload";
191105
+ userId: string;
191106
+ }>, z__default.ZodObject<{
191107
+ type: z__default.ZodLiteral<"Figma">;
191108
+ renderMode: z__default.ZodEnum<["Image", "HTML", "JSON"]>;
191109
+ }, "strip", z__default.ZodTypeAny, {
191110
+ type: "Figma";
191111
+ renderMode: "Image" | "HTML" | "JSON";
191112
+ }, {
191113
+ type: "Figma";
191114
+ renderMode: "Image" | "HTML" | "JSON";
191115
+ }>]>;
191116
+ type FileSource = z__default.infer<typeof FileSource>;
191117
+ declare const File: z__default.ZodObject<{
191118
+ id: z__default.ZodString;
191119
+ name: z__default.ZodString;
191120
+ deduplicationKey: z__default.ZodString;
191121
+ pendingUpload: z__default.ZodOptional<z__default.ZodBoolean>;
191122
+ storagePath: z__default.ZodString;
191123
+ url: z__default.ZodString;
191124
+ size: z__default.ZodNumber;
191125
+ /**
191126
+ * Object describing where did the file come from. Undefined source indicates a file produced by the
191127
+ * system (e.g. thumbnails, etc)
191128
+ */
191129
+ source: z__default.ZodOptional<z__default.ZodDiscriminatedUnion<"type", [z__default.ZodObject<{
191130
+ type: z__default.ZodLiteral<"UserUpload">;
191131
+ userId: z__default.ZodString;
191132
+ }, "strip", z__default.ZodTypeAny, {
191133
+ type: "UserUpload";
191134
+ userId: string;
191135
+ }, {
191136
+ type: "UserUpload";
191137
+ userId: string;
191138
+ }>, z__default.ZodObject<{
191139
+ type: z__default.ZodLiteral<"Figma">;
191140
+ renderMode: z__default.ZodEnum<["Image", "HTML", "JSON"]>;
191141
+ }, "strip", z__default.ZodTypeAny, {
191142
+ type: "Figma";
191143
+ renderMode: "Image" | "HTML" | "JSON";
191144
+ }, {
191145
+ type: "Figma";
191146
+ renderMode: "Image" | "HTML" | "JSON";
191147
+ }>]>>;
191148
+ }, "strip", z__default.ZodTypeAny, {
191149
+ id: string;
191150
+ name: string;
191151
+ url: string;
191152
+ storagePath: string;
191153
+ size: number;
191154
+ deduplicationKey: string;
191155
+ source?: {
191156
+ type: "UserUpload";
191157
+ userId: string;
191158
+ } | {
191159
+ type: "Figma";
191160
+ renderMode: "Image" | "HTML" | "JSON";
191161
+ } | undefined;
191162
+ pendingUpload?: boolean | undefined;
191163
+ }, {
191164
+ id: string;
191165
+ name: string;
191166
+ url: string;
191167
+ storagePath: string;
191168
+ size: number;
191169
+ deduplicationKey: string;
191170
+ source?: {
191171
+ type: "UserUpload";
191172
+ userId: string;
191173
+ } | {
191174
+ type: "Figma";
191175
+ renderMode: "Image" | "HTML" | "JSON";
191176
+ } | undefined;
191177
+ pendingUpload?: boolean | undefined;
191178
+ }>;
191179
+ type File = z__default.infer<typeof File>;
191180
+ declare const FileReference: z__default.ZodObject<Pick<{
191181
+ id: z__default.ZodString;
191182
+ name: z__default.ZodString;
191183
+ deduplicationKey: z__default.ZodString;
191184
+ pendingUpload: z__default.ZodOptional<z__default.ZodBoolean>;
191185
+ storagePath: z__default.ZodString;
191186
+ url: z__default.ZodString;
191187
+ size: z__default.ZodNumber;
191188
+ /**
191189
+ * Object describing where did the file come from. Undefined source indicates a file produced by the
191190
+ * system (e.g. thumbnails, etc)
191191
+ */
191192
+ source: z__default.ZodOptional<z__default.ZodDiscriminatedUnion<"type", [z__default.ZodObject<{
191193
+ type: z__default.ZodLiteral<"UserUpload">;
191194
+ userId: z__default.ZodString;
191195
+ }, "strip", z__default.ZodTypeAny, {
191196
+ type: "UserUpload";
191197
+ userId: string;
191198
+ }, {
191199
+ type: "UserUpload";
191200
+ userId: string;
191201
+ }>, z__default.ZodObject<{
191202
+ type: z__default.ZodLiteral<"Figma">;
191203
+ renderMode: z__default.ZodEnum<["Image", "HTML", "JSON"]>;
191204
+ }, "strip", z__default.ZodTypeAny, {
191205
+ type: "Figma";
191206
+ renderMode: "Image" | "HTML" | "JSON";
191207
+ }, {
191208
+ type: "Figma";
191209
+ renderMode: "Image" | "HTML" | "JSON";
191210
+ }>]>>;
191211
+ }, "id" | "source" | "url"> & {
191212
+ name: z__default.ZodOptional<z__default.ZodString>;
191213
+ }, "strip", z__default.ZodTypeAny, {
191214
+ id: string;
191215
+ url: string;
191216
+ name?: string | undefined;
191217
+ source?: {
191218
+ type: "UserUpload";
191219
+ userId: string;
191220
+ } | {
191221
+ type: "Figma";
191222
+ renderMode: "Image" | "HTML" | "JSON";
191223
+ } | undefined;
191224
+ }, {
191225
+ id: string;
191226
+ url: string;
191227
+ name?: string | undefined;
191228
+ source?: {
191229
+ type: "UserUpload";
191230
+ userId: string;
191231
+ } | {
191232
+ type: "Figma";
191233
+ renderMode: "Image" | "HTML" | "JSON";
191234
+ } | undefined;
191235
+ }>;
191236
+ type FileReference = z__default.infer<typeof FileReference>;
191237
+
191238
+ export { Address, type AllFields, AnalyzeCodeComponentsInPackage, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, AssetScope, AssetType, AssetValue, AuthTokens, AuthV2Request, AuthV2Session, BaseTheme, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, CodeComponent, type CodeComponentCreate, CodeComponentParentType, CodeComponentProperty, CodeComponentResolvedType, CodeComponentResolvedTypeKind, type CodeComponentUpdate, type CodeComponentUpsert, CodeComponentUpsertResponse, CodeIntegrationDump, Collection, CollectionImportModel, CollectionImportModelInput, CollectionOrigin, ColorTokenData, ColorTokenInlineData, ColorValue, ComponentElementData, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateCollection, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystem, type CreateDesignSystemInvitation, type CreateDesignSystemMembership, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageApproval, type CreateDocumentationPageContent, type CreateDocumentationPageDependencies, type CreateDocumentationPageRoom, type CreateDocumentationPageSnapshot, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementGroupSnapshot, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExportJob, type CreateExporterMembership, type CreateFigmaComponent, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateFigmaNodeStructureV2, type CreateForgeAgent, type CreateForgeFeatureRoom, type CreateForgeProjectArtifactRoom, type CreateForgeProjectInvitation, type CreateForgeProjectMembership, type CreateForgeProjectRoom, type CreateImportJob, type CreatePersonalAccessToken, type CreatePortalSettings, type CreateProjectFeature, type CreatePublishedDocPage, type CreatePublishedDocPageVisitsEntry, type CreateStorybookEntry, type CreateStorybookPayload, type CreateTheme, type CreateWorkspaceDbInput, CreateWorkspaceInput, type CreateWorkspaceInvitation, type CreateWorkspaceMembership, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, type DataSourceOfType, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceStorybookRemote, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, type DefinedProps, DependencyDefinition, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemAccessMode, DesignSystemDump, DesignSystemElementExportProps, DesignSystemInvitation, type DesignSystemInvitationAddition, DesignSystemInvite, DesignSystemInviteEmailData, DesignSystemInviteEmailRecipient, DesignSystemInviteUpdate, DesignSystemMemberUpdate, DesignSystemMembers, DesignSystemMembership, type DesignSystemMembershipAddition, DesignSystemMembershipUpdates, DesignSystemPendingMemberInvitation, type DesignSystemPendingMemberInvite, DesignSystemRole, DesignSystemSwitcher, DesignSystemUserInvitation, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, type DesignSystemVersionParsedRoomId, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationComment, DocumentationCommentThread, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageApproval, DocumentationPageApprovalState, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageDependencies, DocumentationPageGroup, type DocumentationPageOldParsedRoomId, type DocumentationPageParsedRoomId, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationSettings, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyImmutableType, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventDocumentationPublished, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportDestinationsMapUpdate, ExportJob, ExportJobContext, ExportJobDebugContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobExporterConfiguration, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterConfigurationPropertyValue, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyDefinition, ExporterPropertyDefinitionArray, ExporterPropertyDefinitionBoolean, ExporterPropertyDefinitionCode, ExporterPropertyDefinitionEnum, ExporterPropertyDefinitionEnumOption, ExporterPropertyDefinitionNumber, ExporterPropertyDefinitionObject, ExporterPropertyDefinitionString, type ExporterPropertyDefinitionValue, ExporterPropertyImageValue, ExporterPropertyType, ExporterPropertyValue, ExporterPropertyValueMap, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagDefaults, type FeatureFlagDefaultsTypes, FeatureFlagMap, type FeatureFlagWithDefaults, FeatureFlagsKeepAliases, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponent, FigmaComponentAsset, FigmaComponentBooleanProperty, type FigmaComponentDiff, FigmaComponentImportModel, FigmaComponentImportModelInput, FigmaComponentInstancePreview, FigmaComponentInstanceSwapProperty, FigmaComponentOrigin, FigmaComponentOriginPart, FigmaComponentProperty, FigmaComponentPropertyMap, FigmaComponentPropertyOrigin, FigmaComponentPropertyType, FigmaComponentTextProperty, FigmaComponentVariantProperty, type FigmaExporter, FigmaExporterAnyDesignNodeSchema, FigmaFile, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceOrigin, FigmaNodeRelinkData, FigmaNodeRenderError, FigmaNodeRenderErrorType, FigmaNodeRenderFormat, FigmaNodeRenderState, FigmaNodeRenderedImage, FigmaNodeRendererPayload, FigmaNodeStructureDataV2, FigmaNodeStructureStateV2, FigmaNodeStructureV2, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, File, FileFigmaRenderMode, FileReference, FileSource, FileSourceFigma, FileSourceUpload, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontTokenData, FontValue, FontWeightTokenData, FontWeightValue, ForgeAgent, ForgeArtifact, ForgeAvatarBuilder, ForgeBuildArtifact, ForgeBuildArtifactEnvironment, ForgeBuildArtifactFiles, ForgeChatMessage, ForgeChatMessageSender, ForgeChatMessageSenderType, ForgeChatMessageUserScore, ForgeChatMessageUserScoreType, ForgeChatThread, type ForgeFeatureParsedRoomId, ForgeFeatureRoom, type ForgeFeatureRoomOwner, ForgeFigmaArtifact, ForgeFileArtifact, ForgeIterationMessage, ForgeIterationMessageStep, ForgeParticipant, ForgeProjectArtifact, ForgeProjectArtifactContent, ForgeProjectArtifactContentData, type ForgeProjectArtifactParsedRoomId, ForgeProjectArtifactRoom, type ForgeProjectArtifactRoomOwner, ForgeProjectFigmaNode, ForgeProjectFigmaNodeRenderInput, ForgeProjectFile, ForgeProjectInvitation, ForgeProjectIteration, ForgeProjectIterationMergeMeta, ForgeProjectMembership, type ForgeProjectParsedRoomId, ForgeProjectRole, ForgeProjectRoom, ForgeProjectRoomInitialState, type ForgeProjectRoomOwner, ForgeProjectRoomUpdate, ForgeProjectSectionChildType, ForgeRelation, ForgeRelationType, ForgeSection, ForgeSpecArtifact, GitBranch, GitCommonDestinationOptions, GitIntegrationType, GitInteropPulsarError, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, Id, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedDesignToken, type ImportedDesignTokenOfType, type ImportedFigmaComponent, ImportedFigmaSourceData, Integration, IntegrationAuthType, IntegrationCredentials, IntegrationCredentialsProfile, IntegrationCredentialsState, IntegrationCredentialsType, IntegrationDesignSystem, IntegrationToken, type IntegrationTokenOld, IntegrationTokenSchemaOld, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, ListExporterQuery, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type NullToUndefined, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetBlockConfig, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionFigmaComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextEditorOptions, PageBlockDefinitionRichTextEditorPropertyStyle, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentBlockConfig, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFile, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemFileValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorListNode, PageBlockItemRichTextEditorNode, PageBlockItemRichTextEditorParagraphNode, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemStorybookValueOld, PageBlockItemSwatch, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockSelectedFigmaComponent, PageBlockShortcut, PageBlockStorybookBlockConfig, PageBlockStorybookItem, PageBlockSwatch, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTokenBlockConfig, PageBlockTokenNameFormat, PageBlockTokenValueFormat, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, type PageContentDependencies, PageRedirect, PageScreenshotInput, PageScreenshotOutput, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type PagesContentDependencies, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, type ParsedRoomId, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PortalSettings, PortalSettingsSidebar, PortalSettingsSidebarLink, PortalSettingsSidebarSection, PortalSettingsTheme, PortalTheme, PortalThemePreset, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, ProjectFeature, ProjectFeatureStatus, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocPageVisitsEntry, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, Registry, RegistryType, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, type RestoreElementGroup, RestoredDocumentationGroup, RestoredDocumentationPage, type RoomOwner, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, SentryTraceHeaders, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShadowValue, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SortOrder, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportStorybookSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StorybookEntry, StorybookEntryOrigin, StorybookPayload, StringTokenData, StringValue, type StripePortalSessionInput, type StripePortalSessionOutput, StripeSubscriptionStatus, StripeSubscriptionStatusSchema, Subscription, SupernovaException, type SupernovaExceptionType, TextCase, TextCaseTokenData, TextCaseValue, TextDecoration, TextDecorationTokenData, TextDecorationValue, Theme, type ThemeDiff, ThemeElementData, ThemeImportModel, ThemeImportModelInput, ThemeOrigin, ThemeOriginObject, ThemeOriginPart, ThemeOriginSource, ThemeOverride, ThemeOverrideImportModel, ThemeOverrideImportModelBase, ThemeOverrideImportModelInput, type ThemeOverrideImportModelInputOfType, type ThemeOverrideImportModelOfType, type ThemeOverrideOfType, ThemeOverrideOrigin, ThemeOverrideOriginPart, ThemeUpdateImportModel, ThemeUpdateImportModelInput, TokenDataAliasSchema, TypographyTokenData, TypographyValue, type UpdateCollection, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystem, type UpdateDesignSystemInvitation, type UpdateDesignSystemMembership, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageDependencies, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaComponent, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateFigmaNodeStructureV2, type UpdateForgeAgent, type UpdateForgeFeatureRoom, type UpdateForgeProjectArtifactRoom, type UpdateForgeProjectRoom, type UpdateImportJob, type UpdateIntegrationCredential, UpdateMembershipRolesInput, type UpdatePortalSettings, type UpdateProjectFeature, type UpdatePublishedDocPage, type UpdateStorybookEntry, type UpdateStorybookPayload, type UpdateTheme, type UpdateWorkspaceDbInput, type UpdateWorkspaceInvitation, type UpdateWorkspaceMembership, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserEmailSettings, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserSession, UserSource, UserTest, UserTheme, UserThemePreset, VersionCreationJob, VersionCreationJobStatus, type VersionRoomOwner, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDump, WorkspaceInvitation, WorkspaceInviteEmailData, WorkspaceInviteEmailRecipient, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, type WorkspaceParsedRoomId, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, type WorkspaceRoomOwner, WorkspaceSeatType, WorkspaceUntypedData, type WorkspaceUntypedDataCreate, type WorkspaceUntypedDataUpdate, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, applyShallowObjectUpdate, areShallowObjectsEqual, areTokenTypesCompatible, buildConstantEnum, castStringToDimensionValue, chunkedArray, convertTokenTypedData, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, deriveWorkspaceSeatTypeFromRole, designTokenImportModelTypeFilter, designTokenTypeFilter, errorToString, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, generateShortPersistentId, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, hasProperty, hasTruthyProperty, isDataSourceOfType, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedDesignToken, isImportedFigmaComponent, isNotNullish, isNullish, isSlugReserved, isTokenType, joinRepeatingSpans, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, nullsToUndefined, parseUrl, pickDefined, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, recordToMap, removeCommentSpans, sleep, slugRegex, slugify, storybookValueFromOldValue, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, workspaceRoleToDesignSystemRole, zodCreateInputOmit, zodUpdateInputOmit };