@supernova-studio/client 1.48.4 → 1.48.6

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
@@ -93313,6 +93313,58 @@ declare const DTOForgeProjectContextV2: z.ZodObject<{
93313
93313
  }>;
93314
93314
  createdAt: z.ZodDate;
93315
93315
  updatedAt: z.ZodDate;
93316
+ thumbnail: z.ZodOptional<z.ZodObject<Pick<{
93317
+ id: z.ZodString;
93318
+ name: z.ZodString;
93319
+ deduplicationKey: z.ZodString;
93320
+ pendingUpload: z.ZodOptional<z.ZodBoolean>;
93321
+ storagePath: z.ZodString;
93322
+ url: z.ZodString;
93323
+ size: z.ZodNumber;
93324
+ source: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
93325
+ type: z.ZodLiteral<"UserUpload">;
93326
+ userId: z.ZodString;
93327
+ }, "strip", z.ZodTypeAny, {
93328
+ type: "UserUpload";
93329
+ userId: string;
93330
+ }, {
93331
+ type: "UserUpload";
93332
+ userId: string;
93333
+ }>, z.ZodObject<{
93334
+ type: z.ZodLiteral<"Figma">;
93335
+ renderMode: z.ZodEnum<["Image", "HTML", "JSON"]>;
93336
+ }, "strip", z.ZodTypeAny, {
93337
+ type: "Figma";
93338
+ renderMode: "Image" | "HTML" | "JSON";
93339
+ }, {
93340
+ type: "Figma";
93341
+ renderMode: "Image" | "HTML" | "JSON";
93342
+ }>]>>;
93343
+ }, "id" | "url" | "source"> & {
93344
+ name: z.ZodOptional<z.ZodString>;
93345
+ }, "strip", z.ZodTypeAny, {
93346
+ id: string;
93347
+ url: string;
93348
+ name?: string | undefined;
93349
+ source?: {
93350
+ type: "UserUpload";
93351
+ userId: string;
93352
+ } | {
93353
+ type: "Figma";
93354
+ renderMode: "Image" | "HTML" | "JSON";
93355
+ } | undefined;
93356
+ }, {
93357
+ id: string;
93358
+ url: string;
93359
+ name?: string | undefined;
93360
+ source?: {
93361
+ type: "UserUpload";
93362
+ userId: string;
93363
+ } | {
93364
+ type: "Figma";
93365
+ renderMode: "Image" | "HTML" | "JSON";
93366
+ } | undefined;
93367
+ }>>;
93316
93368
  }, "strip", z.ZodTypeAny, {
93317
93369
  id: string;
93318
93370
  createdAt: Date;
@@ -94278,6 +94330,18 @@ declare const DTOForgeProjectContextV2: z.ZodObject<{
94278
94330
  description?: string | undefined;
94279
94331
  designSystemId?: string | undefined;
94280
94332
  brandId?: string | undefined;
94333
+ thumbnail?: {
94334
+ id: string;
94335
+ url: string;
94336
+ name?: string | undefined;
94337
+ source?: {
94338
+ type: "UserUpload";
94339
+ userId: string;
94340
+ } | {
94341
+ type: "Figma";
94342
+ renderMode: "Image" | "HTML" | "JSON";
94343
+ } | undefined;
94344
+ } | undefined;
94281
94345
  defaultTokenThemeSetId?: string | undefined;
94282
94346
  productContext?: string | undefined;
94283
94347
  additionalContext?: string | undefined;
@@ -95252,6 +95316,18 @@ declare const DTOForgeProjectContextV2: z.ZodObject<{
95252
95316
  description?: string | undefined;
95253
95317
  designSystemId?: string | undefined;
95254
95318
  brandId?: string | undefined;
95319
+ thumbnail?: {
95320
+ id: string;
95321
+ url: string;
95322
+ name?: string | undefined;
95323
+ source?: {
95324
+ type: "UserUpload";
95325
+ userId: string;
95326
+ } | {
95327
+ type: "Figma";
95328
+ renderMode: "Image" | "HTML" | "JSON";
95329
+ } | undefined;
95330
+ } | undefined;
95255
95331
  defaultTokenThemeSetId?: string | undefined;
95256
95332
  productContext?: string | undefined;
95257
95333
  additionalContext?: string | undefined;
@@ -101893,7 +101969,61 @@ declare const DTOForgeProjectContextCreateV2: z.ZodObject<Omit<{
101893
101969
  }>;
101894
101970
  createdAt: z.ZodDate;
101895
101971
  updatedAt: z.ZodDate;
101896
- }, "id" | "createdAt" | "updatedAt" | "isArchived">, "strip", z.ZodTypeAny, {
101972
+ thumbnail: z.ZodOptional<z.ZodObject<Pick<{
101973
+ id: z.ZodString;
101974
+ name: z.ZodString;
101975
+ deduplicationKey: z.ZodString;
101976
+ pendingUpload: z.ZodOptional<z.ZodBoolean>;
101977
+ storagePath: z.ZodString;
101978
+ url: z.ZodString;
101979
+ size: z.ZodNumber;
101980
+ source: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
101981
+ type: z.ZodLiteral<"UserUpload">;
101982
+ userId: z.ZodString;
101983
+ }, "strip", z.ZodTypeAny, {
101984
+ type: "UserUpload";
101985
+ userId: string;
101986
+ }, {
101987
+ type: "UserUpload";
101988
+ userId: string;
101989
+ }>, z.ZodObject<{
101990
+ type: z.ZodLiteral<"Figma">;
101991
+ renderMode: z.ZodEnum<["Image", "HTML", "JSON"]>;
101992
+ }, "strip", z.ZodTypeAny, {
101993
+ type: "Figma";
101994
+ renderMode: "Image" | "HTML" | "JSON";
101995
+ }, {
101996
+ type: "Figma";
101997
+ renderMode: "Image" | "HTML" | "JSON";
101998
+ }>]>>;
101999
+ }, "id" | "url" | "source"> & {
102000
+ name: z.ZodOptional<z.ZodString>;
102001
+ }, "strip", z.ZodTypeAny, {
102002
+ id: string;
102003
+ url: string;
102004
+ name?: string | undefined;
102005
+ source?: {
102006
+ type: "UserUpload";
102007
+ userId: string;
102008
+ } | {
102009
+ type: "Figma";
102010
+ renderMode: "Image" | "HTML" | "JSON";
102011
+ } | undefined;
102012
+ }, {
102013
+ id: string;
102014
+ url: string;
102015
+ name?: string | undefined;
102016
+ source?: {
102017
+ type: "UserUpload";
102018
+ userId: string;
102019
+ } | {
102020
+ type: "Figma";
102021
+ renderMode: "Image" | "HTML" | "JSON";
102022
+ } | undefined;
102023
+ }>>;
102024
+ }, "id" | "createdAt" | "updatedAt" | "thumbnail" | "isArchived"> & {
102025
+ thumbnailFileId: z.ZodOptional<z.ZodString>;
102026
+ }, "strip", z.ZodTypeAny, {
101897
102027
  name: string;
101898
102028
  theme: {
101899
102029
  card: {
@@ -102863,6 +102993,7 @@ declare const DTOForgeProjectContextCreateV2: z.ZodObject<Omit<{
102863
102993
  name: string;
102864
102994
  tokenThemeIds: string[];
102865
102995
  }[] | undefined;
102996
+ thumbnailFileId?: string | undefined;
102866
102997
  }, {
102867
102998
  name: string;
102868
102999
  theme: {
@@ -103833,6 +103964,7 @@ declare const DTOForgeProjectContextCreateV2: z.ZodObject<Omit<{
103833
103964
  name: string;
103834
103965
  tokenThemeIds: string[];
103835
103966
  }[] | undefined;
103967
+ thumbnailFileId?: string | undefined;
103836
103968
  }>;
103837
103969
  type DTOForgeProjectContextCreateV2 = z.infer<typeof DTOForgeProjectContextCreateV2>;
103838
103970
  declare const DTOForgeProjectContextUpdateV2: z.ZodObject<{
@@ -110459,6 +110591,8 @@ declare const DTOForgeProjectContextUpdateV2: z.ZodObject<{
110459
110591
  type: "Phosphor" | "Lucide" | "Tabler";
110460
110592
  variant?: string | undefined;
110461
110593
  }>>;
110594
+ } & {
110595
+ thumbnailFileId: z.ZodOptional<z.ZodString>;
110462
110596
  }, "strip", z.ZodTypeAny, {
110463
110597
  name?: string | undefined;
110464
110598
  description?: string | undefined;
@@ -111429,6 +111563,7 @@ declare const DTOForgeProjectContextUpdateV2: z.ZodObject<{
111429
111563
  type: "Phosphor" | "Lucide" | "Tabler";
111430
111564
  variant?: string | undefined;
111431
111565
  } | undefined;
111566
+ thumbnailFileId?: string | undefined;
111432
111567
  }, {
111433
111568
  name?: string | undefined;
111434
111569
  description?: string | undefined;
@@ -112399,6 +112534,7 @@ declare const DTOForgeProjectContextUpdateV2: z.ZodObject<{
112399
112534
  type: "Phosphor" | "Lucide" | "Tabler";
112400
112535
  variant?: string | undefined;
112401
112536
  } | undefined;
112537
+ thumbnailFileId?: string | undefined;
112402
112538
  }>;
112403
112539
  type DTOForgeProjectContextUpdateV2 = z.infer<typeof DTOForgeProjectContextUpdateV2>;
112404
112540
  declare const DTOForgeIconSetTypeV2: z.ZodEnum<["Phosphor", "Lucide", "Tabler"]>;
@@ -119034,6 +119170,58 @@ declare const DTOForgeProjectContextResponseV2: z.ZodObject<{
119034
119170
  }>;
119035
119171
  createdAt: z.ZodDate;
119036
119172
  updatedAt: z.ZodDate;
119173
+ thumbnail: z.ZodOptional<z.ZodObject<Pick<{
119174
+ id: z.ZodString;
119175
+ name: z.ZodString;
119176
+ deduplicationKey: z.ZodString;
119177
+ pendingUpload: z.ZodOptional<z.ZodBoolean>;
119178
+ storagePath: z.ZodString;
119179
+ url: z.ZodString;
119180
+ size: z.ZodNumber;
119181
+ source: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
119182
+ type: z.ZodLiteral<"UserUpload">;
119183
+ userId: z.ZodString;
119184
+ }, "strip", z.ZodTypeAny, {
119185
+ type: "UserUpload";
119186
+ userId: string;
119187
+ }, {
119188
+ type: "UserUpload";
119189
+ userId: string;
119190
+ }>, z.ZodObject<{
119191
+ type: z.ZodLiteral<"Figma">;
119192
+ renderMode: z.ZodEnum<["Image", "HTML", "JSON"]>;
119193
+ }, "strip", z.ZodTypeAny, {
119194
+ type: "Figma";
119195
+ renderMode: "Image" | "HTML" | "JSON";
119196
+ }, {
119197
+ type: "Figma";
119198
+ renderMode: "Image" | "HTML" | "JSON";
119199
+ }>]>>;
119200
+ }, "id" | "url" | "source"> & {
119201
+ name: z.ZodOptional<z.ZodString>;
119202
+ }, "strip", z.ZodTypeAny, {
119203
+ id: string;
119204
+ url: string;
119205
+ name?: string | undefined;
119206
+ source?: {
119207
+ type: "UserUpload";
119208
+ userId: string;
119209
+ } | {
119210
+ type: "Figma";
119211
+ renderMode: "Image" | "HTML" | "JSON";
119212
+ } | undefined;
119213
+ }, {
119214
+ id: string;
119215
+ url: string;
119216
+ name?: string | undefined;
119217
+ source?: {
119218
+ type: "UserUpload";
119219
+ userId: string;
119220
+ } | {
119221
+ type: "Figma";
119222
+ renderMode: "Image" | "HTML" | "JSON";
119223
+ } | undefined;
119224
+ }>>;
119037
119225
  }, "strip", z.ZodTypeAny, {
119038
119226
  id: string;
119039
119227
  createdAt: Date;
@@ -119999,6 +120187,18 @@ declare const DTOForgeProjectContextResponseV2: z.ZodObject<{
119999
120187
  description?: string | undefined;
120000
120188
  designSystemId?: string | undefined;
120001
120189
  brandId?: string | undefined;
120190
+ thumbnail?: {
120191
+ id: string;
120192
+ url: string;
120193
+ name?: string | undefined;
120194
+ source?: {
120195
+ type: "UserUpload";
120196
+ userId: string;
120197
+ } | {
120198
+ type: "Figma";
120199
+ renderMode: "Image" | "HTML" | "JSON";
120200
+ } | undefined;
120201
+ } | undefined;
120002
120202
  defaultTokenThemeSetId?: string | undefined;
120003
120203
  productContext?: string | undefined;
120004
120204
  additionalContext?: string | undefined;
@@ -120973,6 +121173,18 @@ declare const DTOForgeProjectContextResponseV2: z.ZodObject<{
120973
121173
  description?: string | undefined;
120974
121174
  designSystemId?: string | undefined;
120975
121175
  brandId?: string | undefined;
121176
+ thumbnail?: {
121177
+ id: string;
121178
+ url: string;
121179
+ name?: string | undefined;
121180
+ source?: {
121181
+ type: "UserUpload";
121182
+ userId: string;
121183
+ } | {
121184
+ type: "Figma";
121185
+ renderMode: "Image" | "HTML" | "JSON";
121186
+ } | undefined;
121187
+ } | undefined;
120976
121188
  defaultTokenThemeSetId?: string | undefined;
120977
121189
  productContext?: string | undefined;
120978
121190
  additionalContext?: string | undefined;
@@ -121949,6 +122161,18 @@ declare const DTOForgeProjectContextResponseV2: z.ZodObject<{
121949
122161
  description?: string | undefined;
121950
122162
  designSystemId?: string | undefined;
121951
122163
  brandId?: string | undefined;
122164
+ thumbnail?: {
122165
+ id: string;
122166
+ url: string;
122167
+ name?: string | undefined;
122168
+ source?: {
122169
+ type: "UserUpload";
122170
+ userId: string;
122171
+ } | {
122172
+ type: "Figma";
122173
+ renderMode: "Image" | "HTML" | "JSON";
122174
+ } | undefined;
122175
+ } | undefined;
121952
122176
  defaultTokenThemeSetId?: string | undefined;
121953
122177
  productContext?: string | undefined;
121954
122178
  additionalContext?: string | undefined;
@@ -122925,6 +123149,18 @@ declare const DTOForgeProjectContextResponseV2: z.ZodObject<{
122925
123149
  description?: string | undefined;
122926
123150
  designSystemId?: string | undefined;
122927
123151
  brandId?: string | undefined;
123152
+ thumbnail?: {
123153
+ id: string;
123154
+ url: string;
123155
+ name?: string | undefined;
123156
+ source?: {
123157
+ type: "UserUpload";
123158
+ userId: string;
123159
+ } | {
123160
+ type: "Figma";
123161
+ renderMode: "Image" | "HTML" | "JSON";
123162
+ } | undefined;
123163
+ } | undefined;
122928
123164
  defaultTokenThemeSetId?: string | undefined;
122929
123165
  productContext?: string | undefined;
122930
123166
  additionalContext?: string | undefined;
@@ -129577,6 +129813,58 @@ declare const DTOForgeProjectContextListResponseV2: z.ZodObject<{
129577
129813
  }>;
129578
129814
  createdAt: z.ZodDate;
129579
129815
  updatedAt: z.ZodDate;
129816
+ thumbnail: z.ZodOptional<z.ZodObject<Pick<{
129817
+ id: z.ZodString;
129818
+ name: z.ZodString;
129819
+ deduplicationKey: z.ZodString;
129820
+ pendingUpload: z.ZodOptional<z.ZodBoolean>;
129821
+ storagePath: z.ZodString;
129822
+ url: z.ZodString;
129823
+ size: z.ZodNumber;
129824
+ source: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
129825
+ type: z.ZodLiteral<"UserUpload">;
129826
+ userId: z.ZodString;
129827
+ }, "strip", z.ZodTypeAny, {
129828
+ type: "UserUpload";
129829
+ userId: string;
129830
+ }, {
129831
+ type: "UserUpload";
129832
+ userId: string;
129833
+ }>, z.ZodObject<{
129834
+ type: z.ZodLiteral<"Figma">;
129835
+ renderMode: z.ZodEnum<["Image", "HTML", "JSON"]>;
129836
+ }, "strip", z.ZodTypeAny, {
129837
+ type: "Figma";
129838
+ renderMode: "Image" | "HTML" | "JSON";
129839
+ }, {
129840
+ type: "Figma";
129841
+ renderMode: "Image" | "HTML" | "JSON";
129842
+ }>]>>;
129843
+ }, "id" | "url" | "source"> & {
129844
+ name: z.ZodOptional<z.ZodString>;
129845
+ }, "strip", z.ZodTypeAny, {
129846
+ id: string;
129847
+ url: string;
129848
+ name?: string | undefined;
129849
+ source?: {
129850
+ type: "UserUpload";
129851
+ userId: string;
129852
+ } | {
129853
+ type: "Figma";
129854
+ renderMode: "Image" | "HTML" | "JSON";
129855
+ } | undefined;
129856
+ }, {
129857
+ id: string;
129858
+ url: string;
129859
+ name?: string | undefined;
129860
+ source?: {
129861
+ type: "UserUpload";
129862
+ userId: string;
129863
+ } | {
129864
+ type: "Figma";
129865
+ renderMode: "Image" | "HTML" | "JSON";
129866
+ } | undefined;
129867
+ }>>;
129580
129868
  }, "strip", z.ZodTypeAny, {
129581
129869
  id: string;
129582
129870
  createdAt: Date;
@@ -130542,6 +130830,18 @@ declare const DTOForgeProjectContextListResponseV2: z.ZodObject<{
130542
130830
  description?: string | undefined;
130543
130831
  designSystemId?: string | undefined;
130544
130832
  brandId?: string | undefined;
130833
+ thumbnail?: {
130834
+ id: string;
130835
+ url: string;
130836
+ name?: string | undefined;
130837
+ source?: {
130838
+ type: "UserUpload";
130839
+ userId: string;
130840
+ } | {
130841
+ type: "Figma";
130842
+ renderMode: "Image" | "HTML" | "JSON";
130843
+ } | undefined;
130844
+ } | undefined;
130545
130845
  defaultTokenThemeSetId?: string | undefined;
130546
130846
  productContext?: string | undefined;
130547
130847
  additionalContext?: string | undefined;
@@ -131516,6 +131816,18 @@ declare const DTOForgeProjectContextListResponseV2: z.ZodObject<{
131516
131816
  description?: string | undefined;
131517
131817
  designSystemId?: string | undefined;
131518
131818
  brandId?: string | undefined;
131819
+ thumbnail?: {
131820
+ id: string;
131821
+ url: string;
131822
+ name?: string | undefined;
131823
+ source?: {
131824
+ type: "UserUpload";
131825
+ userId: string;
131826
+ } | {
131827
+ type: "Figma";
131828
+ renderMode: "Image" | "HTML" | "JSON";
131829
+ } | undefined;
131830
+ } | undefined;
131519
131831
  defaultTokenThemeSetId?: string | undefined;
131520
131832
  productContext?: string | undefined;
131521
131833
  additionalContext?: string | undefined;
@@ -132492,6 +132804,18 @@ declare const DTOForgeProjectContextListResponseV2: z.ZodObject<{
132492
132804
  description?: string | undefined;
132493
132805
  designSystemId?: string | undefined;
132494
132806
  brandId?: string | undefined;
132807
+ thumbnail?: {
132808
+ id: string;
132809
+ url: string;
132810
+ name?: string | undefined;
132811
+ source?: {
132812
+ type: "UserUpload";
132813
+ userId: string;
132814
+ } | {
132815
+ type: "Figma";
132816
+ renderMode: "Image" | "HTML" | "JSON";
132817
+ } | undefined;
132818
+ } | undefined;
132495
132819
  defaultTokenThemeSetId?: string | undefined;
132496
132820
  productContext?: string | undefined;
132497
132821
  additionalContext?: string | undefined;
@@ -133468,6 +133792,18 @@ declare const DTOForgeProjectContextListResponseV2: z.ZodObject<{
133468
133792
  description?: string | undefined;
133469
133793
  designSystemId?: string | undefined;
133470
133794
  brandId?: string | undefined;
133795
+ thumbnail?: {
133796
+ id: string;
133797
+ url: string;
133798
+ name?: string | undefined;
133799
+ source?: {
133800
+ type: "UserUpload";
133801
+ userId: string;
133802
+ } | {
133803
+ type: "Figma";
133804
+ renderMode: "Image" | "HTML" | "JSON";
133805
+ } | undefined;
133806
+ } | undefined;
133471
133807
  defaultTokenThemeSetId?: string | undefined;
133472
133808
  productContext?: string | undefined;
133473
133809
  additionalContext?: string | undefined;
@@ -165436,6 +165772,58 @@ declare const DTOForgeProject: z.ZodObject<{
165436
165772
  }>;
165437
165773
  createdAt: z.ZodDate;
165438
165774
  updatedAt: z.ZodDate;
165775
+ thumbnail: z.ZodOptional<z.ZodObject<Pick<{
165776
+ id: z.ZodString;
165777
+ name: z.ZodString;
165778
+ deduplicationKey: z.ZodString;
165779
+ pendingUpload: z.ZodOptional<z.ZodBoolean>;
165780
+ storagePath: z.ZodString;
165781
+ url: z.ZodString;
165782
+ size: z.ZodNumber;
165783
+ source: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
165784
+ type: z.ZodLiteral<"UserUpload">;
165785
+ userId: z.ZodString;
165786
+ }, "strip", z.ZodTypeAny, {
165787
+ type: "UserUpload";
165788
+ userId: string;
165789
+ }, {
165790
+ type: "UserUpload";
165791
+ userId: string;
165792
+ }>, z.ZodObject<{
165793
+ type: z.ZodLiteral<"Figma">;
165794
+ renderMode: z.ZodEnum<["Image", "HTML", "JSON"]>;
165795
+ }, "strip", z.ZodTypeAny, {
165796
+ type: "Figma";
165797
+ renderMode: "Image" | "HTML" | "JSON";
165798
+ }, {
165799
+ type: "Figma";
165800
+ renderMode: "Image" | "HTML" | "JSON";
165801
+ }>]>>;
165802
+ }, "id" | "url" | "source"> & {
165803
+ name: z.ZodOptional<z.ZodString>;
165804
+ }, "strip", z.ZodTypeAny, {
165805
+ id: string;
165806
+ url: string;
165807
+ name?: string | undefined;
165808
+ source?: {
165809
+ type: "UserUpload";
165810
+ userId: string;
165811
+ } | {
165812
+ type: "Figma";
165813
+ renderMode: "Image" | "HTML" | "JSON";
165814
+ } | undefined;
165815
+ }, {
165816
+ id: string;
165817
+ url: string;
165818
+ name?: string | undefined;
165819
+ source?: {
165820
+ type: "UserUpload";
165821
+ userId: string;
165822
+ } | {
165823
+ type: "Figma";
165824
+ renderMode: "Image" | "HTML" | "JSON";
165825
+ } | undefined;
165826
+ }>>;
165439
165827
  }, "strip", z.ZodTypeAny, {
165440
165828
  id: string;
165441
165829
  createdAt: Date;
@@ -166401,6 +166789,18 @@ declare const DTOForgeProject: z.ZodObject<{
166401
166789
  description?: string | undefined;
166402
166790
  designSystemId?: string | undefined;
166403
166791
  brandId?: string | undefined;
166792
+ thumbnail?: {
166793
+ id: string;
166794
+ url: string;
166795
+ name?: string | undefined;
166796
+ source?: {
166797
+ type: "UserUpload";
166798
+ userId: string;
166799
+ } | {
166800
+ type: "Figma";
166801
+ renderMode: "Image" | "HTML" | "JSON";
166802
+ } | undefined;
166803
+ } | undefined;
166404
166804
  defaultTokenThemeSetId?: string | undefined;
166405
166805
  productContext?: string | undefined;
166406
166806
  additionalContext?: string | undefined;
@@ -167375,6 +167775,18 @@ declare const DTOForgeProject: z.ZodObject<{
167375
167775
  description?: string | undefined;
167376
167776
  designSystemId?: string | undefined;
167377
167777
  brandId?: string | undefined;
167778
+ thumbnail?: {
167779
+ id: string;
167780
+ url: string;
167781
+ name?: string | undefined;
167782
+ source?: {
167783
+ type: "UserUpload";
167784
+ userId: string;
167785
+ } | {
167786
+ type: "Figma";
167787
+ renderMode: "Image" | "HTML" | "JSON";
167788
+ } | undefined;
167789
+ } | undefined;
167378
167790
  defaultTokenThemeSetId?: string | undefined;
167379
167791
  productContext?: string | undefined;
167380
167792
  additionalContext?: string | undefined;
@@ -168409,6 +168821,18 @@ declare const DTOForgeProject: z.ZodObject<{
168409
168821
  description?: string | undefined;
168410
168822
  designSystemId?: string | undefined;
168411
168823
  brandId?: string | undefined;
168824
+ thumbnail?: {
168825
+ id: string;
168826
+ url: string;
168827
+ name?: string | undefined;
168828
+ source?: {
168829
+ type: "UserUpload";
168830
+ userId: string;
168831
+ } | {
168832
+ type: "Figma";
168833
+ renderMode: "Image" | "HTML" | "JSON";
168834
+ } | undefined;
168835
+ } | undefined;
168412
168836
  defaultTokenThemeSetId?: string | undefined;
168413
168837
  productContext?: string | undefined;
168414
168838
  additionalContext?: string | undefined;
@@ -169444,6 +169868,18 @@ declare const DTOForgeProject: z.ZodObject<{
169444
169868
  description?: string | undefined;
169445
169869
  designSystemId?: string | undefined;
169446
169870
  brandId?: string | undefined;
169871
+ thumbnail?: {
169872
+ id: string;
169873
+ url: string;
169874
+ name?: string | undefined;
169875
+ source?: {
169876
+ type: "UserUpload";
169877
+ userId: string;
169878
+ } | {
169879
+ type: "Figma";
169880
+ renderMode: "Image" | "HTML" | "JSON";
169881
+ } | undefined;
169882
+ } | undefined;
169447
169883
  defaultTokenThemeSetId?: string | undefined;
169448
169884
  productContext?: string | undefined;
169449
169885
  additionalContext?: string | undefined;
@@ -176307,6 +176743,58 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
176307
176743
  }>;
176308
176744
  createdAt: z.ZodDate;
176309
176745
  updatedAt: z.ZodDate;
176746
+ thumbnail: z.ZodOptional<z.ZodObject<Pick<{
176747
+ id: z.ZodString;
176748
+ name: z.ZodString;
176749
+ deduplicationKey: z.ZodString;
176750
+ pendingUpload: z.ZodOptional<z.ZodBoolean>;
176751
+ storagePath: z.ZodString;
176752
+ url: z.ZodString;
176753
+ size: z.ZodNumber;
176754
+ source: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
176755
+ type: z.ZodLiteral<"UserUpload">;
176756
+ userId: z.ZodString;
176757
+ }, "strip", z.ZodTypeAny, {
176758
+ type: "UserUpload";
176759
+ userId: string;
176760
+ }, {
176761
+ type: "UserUpload";
176762
+ userId: string;
176763
+ }>, z.ZodObject<{
176764
+ type: z.ZodLiteral<"Figma">;
176765
+ renderMode: z.ZodEnum<["Image", "HTML", "JSON"]>;
176766
+ }, "strip", z.ZodTypeAny, {
176767
+ type: "Figma";
176768
+ renderMode: "Image" | "HTML" | "JSON";
176769
+ }, {
176770
+ type: "Figma";
176771
+ renderMode: "Image" | "HTML" | "JSON";
176772
+ }>]>>;
176773
+ }, "id" | "url" | "source"> & {
176774
+ name: z.ZodOptional<z.ZodString>;
176775
+ }, "strip", z.ZodTypeAny, {
176776
+ id: string;
176777
+ url: string;
176778
+ name?: string | undefined;
176779
+ source?: {
176780
+ type: "UserUpload";
176781
+ userId: string;
176782
+ } | {
176783
+ type: "Figma";
176784
+ renderMode: "Image" | "HTML" | "JSON";
176785
+ } | undefined;
176786
+ }, {
176787
+ id: string;
176788
+ url: string;
176789
+ name?: string | undefined;
176790
+ source?: {
176791
+ type: "UserUpload";
176792
+ userId: string;
176793
+ } | {
176794
+ type: "Figma";
176795
+ renderMode: "Image" | "HTML" | "JSON";
176796
+ } | undefined;
176797
+ }>>;
176310
176798
  }, "strip", z.ZodTypeAny, {
176311
176799
  id: string;
176312
176800
  createdAt: Date;
@@ -177272,6 +177760,18 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
177272
177760
  description?: string | undefined;
177273
177761
  designSystemId?: string | undefined;
177274
177762
  brandId?: string | undefined;
177763
+ thumbnail?: {
177764
+ id: string;
177765
+ url: string;
177766
+ name?: string | undefined;
177767
+ source?: {
177768
+ type: "UserUpload";
177769
+ userId: string;
177770
+ } | {
177771
+ type: "Figma";
177772
+ renderMode: "Image" | "HTML" | "JSON";
177773
+ } | undefined;
177774
+ } | undefined;
177275
177775
  defaultTokenThemeSetId?: string | undefined;
177276
177776
  productContext?: string | undefined;
177277
177777
  additionalContext?: string | undefined;
@@ -178246,6 +178746,18 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
178246
178746
  description?: string | undefined;
178247
178747
  designSystemId?: string | undefined;
178248
178748
  brandId?: string | undefined;
178749
+ thumbnail?: {
178750
+ id: string;
178751
+ url: string;
178752
+ name?: string | undefined;
178753
+ source?: {
178754
+ type: "UserUpload";
178755
+ userId: string;
178756
+ } | {
178757
+ type: "Figma";
178758
+ renderMode: "Image" | "HTML" | "JSON";
178759
+ } | undefined;
178760
+ } | undefined;
178249
178761
  defaultTokenThemeSetId?: string | undefined;
178250
178762
  productContext?: string | undefined;
178251
178763
  additionalContext?: string | undefined;
@@ -186187,6 +186699,58 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
186187
186699
  }>;
186188
186700
  createdAt: z.ZodDate;
186189
186701
  updatedAt: z.ZodDate;
186702
+ thumbnail: z.ZodOptional<z.ZodObject<Pick<{
186703
+ id: z.ZodString;
186704
+ name: z.ZodString;
186705
+ deduplicationKey: z.ZodString;
186706
+ pendingUpload: z.ZodOptional<z.ZodBoolean>;
186707
+ storagePath: z.ZodString;
186708
+ url: z.ZodString;
186709
+ size: z.ZodNumber;
186710
+ source: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
186711
+ type: z.ZodLiteral<"UserUpload">;
186712
+ userId: z.ZodString;
186713
+ }, "strip", z.ZodTypeAny, {
186714
+ type: "UserUpload";
186715
+ userId: string;
186716
+ }, {
186717
+ type: "UserUpload";
186718
+ userId: string;
186719
+ }>, z.ZodObject<{
186720
+ type: z.ZodLiteral<"Figma">;
186721
+ renderMode: z.ZodEnum<["Image", "HTML", "JSON"]>;
186722
+ }, "strip", z.ZodTypeAny, {
186723
+ type: "Figma";
186724
+ renderMode: "Image" | "HTML" | "JSON";
186725
+ }, {
186726
+ type: "Figma";
186727
+ renderMode: "Image" | "HTML" | "JSON";
186728
+ }>]>>;
186729
+ }, "id" | "url" | "source"> & {
186730
+ name: z.ZodOptional<z.ZodString>;
186731
+ }, "strip", z.ZodTypeAny, {
186732
+ id: string;
186733
+ url: string;
186734
+ name?: string | undefined;
186735
+ source?: {
186736
+ type: "UserUpload";
186737
+ userId: string;
186738
+ } | {
186739
+ type: "Figma";
186740
+ renderMode: "Image" | "HTML" | "JSON";
186741
+ } | undefined;
186742
+ }, {
186743
+ id: string;
186744
+ url: string;
186745
+ name?: string | undefined;
186746
+ source?: {
186747
+ type: "UserUpload";
186748
+ userId: string;
186749
+ } | {
186750
+ type: "Figma";
186751
+ renderMode: "Image" | "HTML" | "JSON";
186752
+ } | undefined;
186753
+ }>>;
186190
186754
  }, "strip", z.ZodTypeAny, {
186191
186755
  id: string;
186192
186756
  createdAt: Date;
@@ -187152,6 +187716,18 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
187152
187716
  description?: string | undefined;
187153
187717
  designSystemId?: string | undefined;
187154
187718
  brandId?: string | undefined;
187719
+ thumbnail?: {
187720
+ id: string;
187721
+ url: string;
187722
+ name?: string | undefined;
187723
+ source?: {
187724
+ type: "UserUpload";
187725
+ userId: string;
187726
+ } | {
187727
+ type: "Figma";
187728
+ renderMode: "Image" | "HTML" | "JSON";
187729
+ } | undefined;
187730
+ } | undefined;
187155
187731
  defaultTokenThemeSetId?: string | undefined;
187156
187732
  productContext?: string | undefined;
187157
187733
  additionalContext?: string | undefined;
@@ -188126,6 +188702,18 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
188126
188702
  description?: string | undefined;
188127
188703
  designSystemId?: string | undefined;
188128
188704
  brandId?: string | undefined;
188705
+ thumbnail?: {
188706
+ id: string;
188707
+ url: string;
188708
+ name?: string | undefined;
188709
+ source?: {
188710
+ type: "UserUpload";
188711
+ userId: string;
188712
+ } | {
188713
+ type: "Figma";
188714
+ renderMode: "Image" | "HTML" | "JSON";
188715
+ } | undefined;
188716
+ } | undefined;
188129
188717
  defaultTokenThemeSetId?: string | undefined;
188130
188718
  productContext?: string | undefined;
188131
188719
  additionalContext?: string | undefined;
@@ -189163,6 +189751,18 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
189163
189751
  description?: string | undefined;
189164
189752
  designSystemId?: string | undefined;
189165
189753
  brandId?: string | undefined;
189754
+ thumbnail?: {
189755
+ id: string;
189756
+ url: string;
189757
+ name?: string | undefined;
189758
+ source?: {
189759
+ type: "UserUpload";
189760
+ userId: string;
189761
+ } | {
189762
+ type: "Figma";
189763
+ renderMode: "Image" | "HTML" | "JSON";
189764
+ } | undefined;
189765
+ } | undefined;
189166
189766
  defaultTokenThemeSetId?: string | undefined;
189167
189767
  productContext?: string | undefined;
189168
189768
  additionalContext?: string | undefined;
@@ -190199,6 +190799,18 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
190199
190799
  description?: string | undefined;
190200
190800
  designSystemId?: string | undefined;
190201
190801
  brandId?: string | undefined;
190802
+ thumbnail?: {
190803
+ id: string;
190804
+ url: string;
190805
+ name?: string | undefined;
190806
+ source?: {
190807
+ type: "UserUpload";
190808
+ userId: string;
190809
+ } | {
190810
+ type: "Figma";
190811
+ renderMode: "Image" | "HTML" | "JSON";
190812
+ } | undefined;
190813
+ } | undefined;
190202
190814
  defaultTokenThemeSetId?: string | undefined;
190203
190815
  productContext?: string | undefined;
190204
190816
  additionalContext?: string | undefined;
@@ -191239,6 +191851,18 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
191239
191851
  description?: string | undefined;
191240
191852
  designSystemId?: string | undefined;
191241
191853
  brandId?: string | undefined;
191854
+ thumbnail?: {
191855
+ id: string;
191856
+ url: string;
191857
+ name?: string | undefined;
191858
+ source?: {
191859
+ type: "UserUpload";
191860
+ userId: string;
191861
+ } | {
191862
+ type: "Figma";
191863
+ renderMode: "Image" | "HTML" | "JSON";
191864
+ } | undefined;
191865
+ } | undefined;
191242
191866
  defaultTokenThemeSetId?: string | undefined;
191243
191867
  productContext?: string | undefined;
191244
191868
  additionalContext?: string | undefined;
@@ -192277,6 +192901,18 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
192277
192901
  description?: string | undefined;
192278
192902
  designSystemId?: string | undefined;
192279
192903
  brandId?: string | undefined;
192904
+ thumbnail?: {
192905
+ id: string;
192906
+ url: string;
192907
+ name?: string | undefined;
192908
+ source?: {
192909
+ type: "UserUpload";
192910
+ userId: string;
192911
+ } | {
192912
+ type: "Figma";
192913
+ renderMode: "Image" | "HTML" | "JSON";
192914
+ } | undefined;
192915
+ } | undefined;
192280
192916
  defaultTokenThemeSetId?: string | undefined;
192281
192917
  productContext?: string | undefined;
192282
192918
  additionalContext?: string | undefined;
@@ -199142,6 +199778,58 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
199142
199778
  }>;
199143
199779
  createdAt: z.ZodDate;
199144
199780
  updatedAt: z.ZodDate;
199781
+ thumbnail: z.ZodOptional<z.ZodObject<Pick<{
199782
+ id: z.ZodString;
199783
+ name: z.ZodString;
199784
+ deduplicationKey: z.ZodString;
199785
+ pendingUpload: z.ZodOptional<z.ZodBoolean>;
199786
+ storagePath: z.ZodString;
199787
+ url: z.ZodString;
199788
+ size: z.ZodNumber;
199789
+ source: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
199790
+ type: z.ZodLiteral<"UserUpload">;
199791
+ userId: z.ZodString;
199792
+ }, "strip", z.ZodTypeAny, {
199793
+ type: "UserUpload";
199794
+ userId: string;
199795
+ }, {
199796
+ type: "UserUpload";
199797
+ userId: string;
199798
+ }>, z.ZodObject<{
199799
+ type: z.ZodLiteral<"Figma">;
199800
+ renderMode: z.ZodEnum<["Image", "HTML", "JSON"]>;
199801
+ }, "strip", z.ZodTypeAny, {
199802
+ type: "Figma";
199803
+ renderMode: "Image" | "HTML" | "JSON";
199804
+ }, {
199805
+ type: "Figma";
199806
+ renderMode: "Image" | "HTML" | "JSON";
199807
+ }>]>>;
199808
+ }, "id" | "url" | "source"> & {
199809
+ name: z.ZodOptional<z.ZodString>;
199810
+ }, "strip", z.ZodTypeAny, {
199811
+ id: string;
199812
+ url: string;
199813
+ name?: string | undefined;
199814
+ source?: {
199815
+ type: "UserUpload";
199816
+ userId: string;
199817
+ } | {
199818
+ type: "Figma";
199819
+ renderMode: "Image" | "HTML" | "JSON";
199820
+ } | undefined;
199821
+ }, {
199822
+ id: string;
199823
+ url: string;
199824
+ name?: string | undefined;
199825
+ source?: {
199826
+ type: "UserUpload";
199827
+ userId: string;
199828
+ } | {
199829
+ type: "Figma";
199830
+ renderMode: "Image" | "HTML" | "JSON";
199831
+ } | undefined;
199832
+ }>>;
199145
199833
  }, "strip", z.ZodTypeAny, {
199146
199834
  id: string;
199147
199835
  createdAt: Date;
@@ -200107,6 +200795,18 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
200107
200795
  description?: string | undefined;
200108
200796
  designSystemId?: string | undefined;
200109
200797
  brandId?: string | undefined;
200798
+ thumbnail?: {
200799
+ id: string;
200800
+ url: string;
200801
+ name?: string | undefined;
200802
+ source?: {
200803
+ type: "UserUpload";
200804
+ userId: string;
200805
+ } | {
200806
+ type: "Figma";
200807
+ renderMode: "Image" | "HTML" | "JSON";
200808
+ } | undefined;
200809
+ } | undefined;
200110
200810
  defaultTokenThemeSetId?: string | undefined;
200111
200811
  productContext?: string | undefined;
200112
200812
  additionalContext?: string | undefined;
@@ -201081,6 +201781,18 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
201081
201781
  description?: string | undefined;
201082
201782
  designSystemId?: string | undefined;
201083
201783
  brandId?: string | undefined;
201784
+ thumbnail?: {
201785
+ id: string;
201786
+ url: string;
201787
+ name?: string | undefined;
201788
+ source?: {
201789
+ type: "UserUpload";
201790
+ userId: string;
201791
+ } | {
201792
+ type: "Figma";
201793
+ renderMode: "Image" | "HTML" | "JSON";
201794
+ } | undefined;
201795
+ } | undefined;
201084
201796
  defaultTokenThemeSetId?: string | undefined;
201085
201797
  productContext?: string | undefined;
201086
201798
  additionalContext?: string | undefined;
@@ -202118,6 +202830,18 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
202118
202830
  description?: string | undefined;
202119
202831
  designSystemId?: string | undefined;
202120
202832
  brandId?: string | undefined;
202833
+ thumbnail?: {
202834
+ id: string;
202835
+ url: string;
202836
+ name?: string | undefined;
202837
+ source?: {
202838
+ type: "UserUpload";
202839
+ userId: string;
202840
+ } | {
202841
+ type: "Figma";
202842
+ renderMode: "Image" | "HTML" | "JSON";
202843
+ } | undefined;
202844
+ } | undefined;
202121
202845
  defaultTokenThemeSetId?: string | undefined;
202122
202846
  productContext?: string | undefined;
202123
202847
  additionalContext?: string | undefined;
@@ -203154,6 +203878,18 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
203154
203878
  description?: string | undefined;
203155
203879
  designSystemId?: string | undefined;
203156
203880
  brandId?: string | undefined;
203881
+ thumbnail?: {
203882
+ id: string;
203883
+ url: string;
203884
+ name?: string | undefined;
203885
+ source?: {
203886
+ type: "UserUpload";
203887
+ userId: string;
203888
+ } | {
203889
+ type: "Figma";
203890
+ renderMode: "Image" | "HTML" | "JSON";
203891
+ } | undefined;
203892
+ } | undefined;
203157
203893
  defaultTokenThemeSetId?: string | undefined;
203158
203894
  productContext?: string | undefined;
203159
203895
  additionalContext?: string | undefined;
@@ -204194,6 +204930,18 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
204194
204930
  description?: string | undefined;
204195
204931
  designSystemId?: string | undefined;
204196
204932
  brandId?: string | undefined;
204933
+ thumbnail?: {
204934
+ id: string;
204935
+ url: string;
204936
+ name?: string | undefined;
204937
+ source?: {
204938
+ type: "UserUpload";
204939
+ userId: string;
204940
+ } | {
204941
+ type: "Figma";
204942
+ renderMode: "Image" | "HTML" | "JSON";
204943
+ } | undefined;
204944
+ } | undefined;
204197
204945
  defaultTokenThemeSetId?: string | undefined;
204198
204946
  productContext?: string | undefined;
204199
204947
  additionalContext?: string | undefined;
@@ -205232,6 +205980,18 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
205232
205980
  description?: string | undefined;
205233
205981
  designSystemId?: string | undefined;
205234
205982
  brandId?: string | undefined;
205983
+ thumbnail?: {
205984
+ id: string;
205985
+ url: string;
205986
+ name?: string | undefined;
205987
+ source?: {
205988
+ type: "UserUpload";
205989
+ userId: string;
205990
+ } | {
205991
+ type: "Figma";
205992
+ renderMode: "Image" | "HTML" | "JSON";
205993
+ } | undefined;
205994
+ } | undefined;
205235
205995
  defaultTokenThemeSetId?: string | undefined;
205236
205996
  productContext?: string | undefined;
205237
205997
  additionalContext?: string | undefined;
@@ -252985,6 +253745,18 @@ declare class ForgeProjectsEndpoint {
252985
253745
  description?: string | undefined;
252986
253746
  designSystemId?: string | undefined;
252987
253747
  brandId?: string | undefined;
253748
+ thumbnail?: {
253749
+ id: string;
253750
+ url: string;
253751
+ name?: string | undefined;
253752
+ source?: {
253753
+ type: "UserUpload";
253754
+ userId: string;
253755
+ } | {
253756
+ type: "Figma";
253757
+ renderMode: "Image" | "HTML" | "JSON";
253758
+ } | undefined;
253759
+ } | undefined;
252988
253760
  defaultTokenThemeSetId?: string | undefined;
252989
253761
  productContext?: string | undefined;
252990
253762
  additionalContext?: string | undefined;
@@ -254025,6 +254797,18 @@ declare class ForgeProjectsEndpoint {
254025
254797
  description?: string | undefined;
254026
254798
  designSystemId?: string | undefined;
254027
254799
  brandId?: string | undefined;
254800
+ thumbnail?: {
254801
+ id: string;
254802
+ url: string;
254803
+ name?: string | undefined;
254804
+ source?: {
254805
+ type: "UserUpload";
254806
+ userId: string;
254807
+ } | {
254808
+ type: "Figma";
254809
+ renderMode: "Image" | "HTML" | "JSON";
254810
+ } | undefined;
254811
+ } | undefined;
254028
254812
  defaultTokenThemeSetId?: string | undefined;
254029
254813
  productContext?: string | undefined;
254030
254814
  additionalContext?: string | undefined;
@@ -255065,6 +255849,18 @@ declare class ForgeProjectsEndpoint {
255065
255849
  description?: string | undefined;
255066
255850
  designSystemId?: string | undefined;
255067
255851
  brandId?: string | undefined;
255852
+ thumbnail?: {
255853
+ id: string;
255854
+ url: string;
255855
+ name?: string | undefined;
255856
+ source?: {
255857
+ type: "UserUpload";
255858
+ userId: string;
255859
+ } | {
255860
+ type: "Figma";
255861
+ renderMode: "Image" | "HTML" | "JSON";
255862
+ } | undefined;
255863
+ } | undefined;
255068
255864
  defaultTokenThemeSetId?: string | undefined;
255069
255865
  productContext?: string | undefined;
255070
255866
  additionalContext?: string | undefined;
@@ -256105,6 +256901,18 @@ declare class ForgeProjectsEndpoint {
256105
256901
  description?: string | undefined;
256106
256902
  designSystemId?: string | undefined;
256107
256903
  brandId?: string | undefined;
256904
+ thumbnail?: {
256905
+ id: string;
256906
+ url: string;
256907
+ name?: string | undefined;
256908
+ source?: {
256909
+ type: "UserUpload";
256910
+ userId: string;
256911
+ } | {
256912
+ type: "Figma";
256913
+ renderMode: "Image" | "HTML" | "JSON";
256914
+ } | undefined;
256915
+ } | undefined;
256108
256916
  defaultTokenThemeSetId?: string | undefined;
256109
256917
  productContext?: string | undefined;
256110
256918
  additionalContext?: string | undefined;
@@ -257145,6 +257953,18 @@ declare class ForgeProjectsEndpoint {
257145
257953
  description?: string | undefined;
257146
257954
  designSystemId?: string | undefined;
257147
257955
  brandId?: string | undefined;
257956
+ thumbnail?: {
257957
+ id: string;
257958
+ url: string;
257959
+ name?: string | undefined;
257960
+ source?: {
257961
+ type: "UserUpload";
257962
+ userId: string;
257963
+ } | {
257964
+ type: "Figma";
257965
+ renderMode: "Image" | "HTML" | "JSON";
257966
+ } | undefined;
257967
+ } | undefined;
257148
257968
  defaultTokenThemeSetId?: string | undefined;
257149
257969
  productContext?: string | undefined;
257150
257970
  additionalContext?: string | undefined;