@supernova-studio/client 1.14.1 → 1.14.3

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
@@ -79473,7 +79473,10 @@ declare const DTOUpdateForgeProjectContext: z$1.ZodObject<{
79473
79473
  customRegistryUrl?: string | undefined;
79474
79474
  password?: string | undefined;
79475
79475
  }>>;
79476
+ } & {
79477
+ id: z$1.ZodString;
79476
79478
  }, "strip", z$1.ZodTypeAny, {
79479
+ id: string;
79477
79480
  name?: string | undefined;
79478
79481
  meta?: {
79479
79482
  name: string;
@@ -79505,6 +79508,7 @@ declare const DTOUpdateForgeProjectContext: z$1.ZodObject<{
79505
79508
  content: string;
79506
79509
  } | undefined;
79507
79510
  }, {
79511
+ id: string;
79508
79512
  name?: string | undefined;
79509
79513
  meta?: {
79510
79514
  name: string;
@@ -95858,6 +95862,7 @@ declare const DTOForgeProject: z$1.ZodObject<Omit<{
95858
95862
  workspaceId: z$1.ZodString;
95859
95863
  accessMode: z$1.ZodEnum<["InviteOnly", "Open"]>;
95860
95864
  isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
95865
+ emoji: z$1.ZodOptional<z$1.ZodString>;
95861
95866
  }, "fpContextId"> & {
95862
95867
  context: z$1.ZodObject<{
95863
95868
  createdAt: z$1.ZodDate;
@@ -96234,6 +96239,7 @@ declare const DTOForgeProject: z$1.ZodObject<Omit<{
96234
96239
  } | undefined;
96235
96240
  };
96236
96241
  instruction: string | null;
96242
+ emoji?: string | undefined;
96237
96243
  updatedAt?: Date | undefined;
96238
96244
  createdByUserId?: string | undefined;
96239
96245
  isArchived?: boolean | undefined;
@@ -96319,6 +96325,7 @@ declare const DTOForgeProject: z$1.ZodObject<Omit<{
96319
96325
  } | undefined;
96320
96326
  };
96321
96327
  instruction: string | null;
96328
+ emoji?: string | undefined;
96322
96329
  tags?: string[] | undefined;
96323
96330
  updatedAt?: Date | undefined;
96324
96331
  createdByUserId?: string | undefined;
@@ -96348,6 +96355,7 @@ declare const DTOForgeProjectGetResponse: z$1.ZodObject<{
96348
96355
  workspaceId: z$1.ZodString;
96349
96356
  accessMode: z$1.ZodEnum<["InviteOnly", "Open"]>;
96350
96357
  isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
96358
+ emoji: z$1.ZodOptional<z$1.ZodString>;
96351
96359
  }, "fpContextId"> & {
96352
96360
  context: z$1.ZodObject<{
96353
96361
  createdAt: z$1.ZodDate;
@@ -96724,6 +96732,7 @@ declare const DTOForgeProjectGetResponse: z$1.ZodObject<{
96724
96732
  } | undefined;
96725
96733
  };
96726
96734
  instruction: string | null;
96735
+ emoji?: string | undefined;
96727
96736
  updatedAt?: Date | undefined;
96728
96737
  createdByUserId?: string | undefined;
96729
96738
  isArchived?: boolean | undefined;
@@ -96809,6 +96818,7 @@ declare const DTOForgeProjectGetResponse: z$1.ZodObject<{
96809
96818
  } | undefined;
96810
96819
  };
96811
96820
  instruction: string | null;
96821
+ emoji?: string | undefined;
96812
96822
  tags?: string[] | undefined;
96813
96823
  updatedAt?: Date | undefined;
96814
96824
  createdByUserId?: string | undefined;
@@ -96898,6 +96908,7 @@ declare const DTOForgeProjectGetResponse: z$1.ZodObject<{
96898
96908
  } | undefined;
96899
96909
  };
96900
96910
  instruction: string | null;
96911
+ emoji?: string | undefined;
96901
96912
  updatedAt?: Date | undefined;
96902
96913
  createdByUserId?: string | undefined;
96903
96914
  isArchived?: boolean | undefined;
@@ -96985,6 +96996,7 @@ declare const DTOForgeProjectGetResponse: z$1.ZodObject<{
96985
96996
  } | undefined;
96986
96997
  };
96987
96998
  instruction: string | null;
96999
+ emoji?: string | undefined;
96988
97000
  tags?: string[] | undefined;
96989
97001
  updatedAt?: Date | undefined;
96990
97002
  createdByUserId?: string | undefined;
@@ -97015,6 +97027,7 @@ declare const DTOForgeProjectsListResponse: z$1.ZodObject<{
97015
97027
  workspaceId: z$1.ZodString;
97016
97028
  accessMode: z$1.ZodEnum<["InviteOnly", "Open"]>;
97017
97029
  isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
97030
+ emoji: z$1.ZodOptional<z$1.ZodString>;
97018
97031
  }, "fpContextId"> & {
97019
97032
  context: z$1.ZodObject<{
97020
97033
  createdAt: z$1.ZodDate;
@@ -97391,6 +97404,7 @@ declare const DTOForgeProjectsListResponse: z$1.ZodObject<{
97391
97404
  } | undefined;
97392
97405
  };
97393
97406
  instruction: string | null;
97407
+ emoji?: string | undefined;
97394
97408
  updatedAt?: Date | undefined;
97395
97409
  createdByUserId?: string | undefined;
97396
97410
  isArchived?: boolean | undefined;
@@ -97476,6 +97490,7 @@ declare const DTOForgeProjectsListResponse: z$1.ZodObject<{
97476
97490
  } | undefined;
97477
97491
  };
97478
97492
  instruction: string | null;
97493
+ emoji?: string | undefined;
97479
97494
  tags?: string[] | undefined;
97480
97495
  updatedAt?: Date | undefined;
97481
97496
  createdByUserId?: string | undefined;
@@ -97565,6 +97580,7 @@ declare const DTOForgeProjectsListResponse: z$1.ZodObject<{
97565
97580
  } | undefined;
97566
97581
  };
97567
97582
  instruction: string | null;
97583
+ emoji?: string | undefined;
97568
97584
  updatedAt?: Date | undefined;
97569
97585
  createdByUserId?: string | undefined;
97570
97586
  isArchived?: boolean | undefined;
@@ -97652,6 +97668,7 @@ declare const DTOForgeProjectsListResponse: z$1.ZodObject<{
97652
97668
  } | undefined;
97653
97669
  };
97654
97670
  instruction: string | null;
97671
+ emoji?: string | undefined;
97655
97672
  tags?: string[] | undefined;
97656
97673
  updatedAt?: Date | undefined;
97657
97674
  createdByUserId?: string | undefined;
@@ -97682,6 +97699,7 @@ declare const DTOCreateForgeProjectResponse: z$1.ZodObject<{
97682
97699
  workspaceId: z$1.ZodString;
97683
97700
  accessMode: z$1.ZodEnum<["InviteOnly", "Open"]>;
97684
97701
  isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
97702
+ emoji: z$1.ZodOptional<z$1.ZodString>;
97685
97703
  }, "fpContextId"> & {
97686
97704
  context: z$1.ZodObject<{
97687
97705
  createdAt: z$1.ZodDate;
@@ -98058,6 +98076,7 @@ declare const DTOCreateForgeProjectResponse: z$1.ZodObject<{
98058
98076
  } | undefined;
98059
98077
  };
98060
98078
  instruction: string | null;
98079
+ emoji?: string | undefined;
98061
98080
  updatedAt?: Date | undefined;
98062
98081
  createdByUserId?: string | undefined;
98063
98082
  isArchived?: boolean | undefined;
@@ -98143,6 +98162,7 @@ declare const DTOCreateForgeProjectResponse: z$1.ZodObject<{
98143
98162
  } | undefined;
98144
98163
  };
98145
98164
  instruction: string | null;
98165
+ emoji?: string | undefined;
98146
98166
  tags?: string[] | undefined;
98147
98167
  updatedAt?: Date | undefined;
98148
98168
  createdByUserId?: string | undefined;
@@ -98232,6 +98252,7 @@ declare const DTOCreateForgeProjectResponse: z$1.ZodObject<{
98232
98252
  } | undefined;
98233
98253
  };
98234
98254
  instruction: string | null;
98255
+ emoji?: string | undefined;
98235
98256
  updatedAt?: Date | undefined;
98236
98257
  createdByUserId?: string | undefined;
98237
98258
  isArchived?: boolean | undefined;
@@ -98319,6 +98340,7 @@ declare const DTOCreateForgeProjectResponse: z$1.ZodObject<{
98319
98340
  } | undefined;
98320
98341
  };
98321
98342
  instruction: string | null;
98343
+ emoji?: string | undefined;
98322
98344
  tags?: string[] | undefined;
98323
98345
  updatedAt?: Date | undefined;
98324
98346
  createdByUserId?: string | undefined;
@@ -98349,6 +98371,7 @@ declare const DTOUpdateForgeProjectResponse: z$1.ZodObject<{
98349
98371
  workspaceId: z$1.ZodString;
98350
98372
  accessMode: z$1.ZodEnum<["InviteOnly", "Open"]>;
98351
98373
  isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
98374
+ emoji: z$1.ZodOptional<z$1.ZodString>;
98352
98375
  }, "fpContextId"> & {
98353
98376
  context: z$1.ZodObject<{
98354
98377
  createdAt: z$1.ZodDate;
@@ -98725,6 +98748,7 @@ declare const DTOUpdateForgeProjectResponse: z$1.ZodObject<{
98725
98748
  } | undefined;
98726
98749
  };
98727
98750
  instruction: string | null;
98751
+ emoji?: string | undefined;
98728
98752
  updatedAt?: Date | undefined;
98729
98753
  createdByUserId?: string | undefined;
98730
98754
  isArchived?: boolean | undefined;
@@ -98810,6 +98834,7 @@ declare const DTOUpdateForgeProjectResponse: z$1.ZodObject<{
98810
98834
  } | undefined;
98811
98835
  };
98812
98836
  instruction: string | null;
98837
+ emoji?: string | undefined;
98813
98838
  tags?: string[] | undefined;
98814
98839
  updatedAt?: Date | undefined;
98815
98840
  createdByUserId?: string | undefined;
@@ -98899,6 +98924,7 @@ declare const DTOUpdateForgeProjectResponse: z$1.ZodObject<{
98899
98924
  } | undefined;
98900
98925
  };
98901
98926
  instruction: string | null;
98927
+ emoji?: string | undefined;
98902
98928
  updatedAt?: Date | undefined;
98903
98929
  createdByUserId?: string | undefined;
98904
98930
  isArchived?: boolean | undefined;
@@ -98986,6 +99012,7 @@ declare const DTOUpdateForgeProjectResponse: z$1.ZodObject<{
98986
99012
  } | undefined;
98987
99013
  };
98988
99014
  instruction: string | null;
99015
+ emoji?: string | undefined;
98989
99016
  tags?: string[] | undefined;
98990
99017
  updatedAt?: Date | undefined;
98991
99018
  createdByUserId?: string | undefined;
@@ -99016,6 +99043,7 @@ declare const DTOUGetForgeProjectResponse: z$1.ZodObject<{
99016
99043
  workspaceId: z$1.ZodString;
99017
99044
  accessMode: z$1.ZodEnum<["InviteOnly", "Open"]>;
99018
99045
  isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
99046
+ emoji: z$1.ZodOptional<z$1.ZodString>;
99019
99047
  }, "fpContextId"> & {
99020
99048
  context: z$1.ZodObject<{
99021
99049
  createdAt: z$1.ZodDate;
@@ -99392,6 +99420,7 @@ declare const DTOUGetForgeProjectResponse: z$1.ZodObject<{
99392
99420
  } | undefined;
99393
99421
  };
99394
99422
  instruction: string | null;
99423
+ emoji?: string | undefined;
99395
99424
  updatedAt?: Date | undefined;
99396
99425
  createdByUserId?: string | undefined;
99397
99426
  isArchived?: boolean | undefined;
@@ -99477,6 +99506,7 @@ declare const DTOUGetForgeProjectResponse: z$1.ZodObject<{
99477
99506
  } | undefined;
99478
99507
  };
99479
99508
  instruction: string | null;
99509
+ emoji?: string | undefined;
99480
99510
  tags?: string[] | undefined;
99481
99511
  updatedAt?: Date | undefined;
99482
99512
  createdByUserId?: string | undefined;
@@ -99566,6 +99596,7 @@ declare const DTOUGetForgeProjectResponse: z$1.ZodObject<{
99566
99596
  } | undefined;
99567
99597
  };
99568
99598
  instruction: string | null;
99599
+ emoji?: string | undefined;
99569
99600
  updatedAt?: Date | undefined;
99570
99601
  createdByUserId?: string | undefined;
99571
99602
  isArchived?: boolean | undefined;
@@ -99653,6 +99684,7 @@ declare const DTOUGetForgeProjectResponse: z$1.ZodObject<{
99653
99684
  } | undefined;
99654
99685
  };
99655
99686
  instruction: string | null;
99687
+ emoji?: string | undefined;
99656
99688
  tags?: string[] | undefined;
99657
99689
  updatedAt?: Date | undefined;
99658
99690
  createdByUserId?: string | undefined;
@@ -99682,7 +99714,8 @@ declare const DTOCreateForgeProject: z$1.ZodObject<Pick<{
99682
99714
  workspaceId: z$1.ZodString;
99683
99715
  accessMode: z$1.ZodEnum<["InviteOnly", "Open"]>;
99684
99716
  isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
99685
- }, "name" | "meta" | "tags" | "accessMode" | "isArchived" | "fpContextId" | "instruction"> & {
99717
+ emoji: z$1.ZodOptional<z$1.ZodString>;
99718
+ }, "name" | "meta" | "emoji" | "tags" | "accessMode" | "isArchived" | "fpContextId" | "instruction"> & {
99686
99719
  membersToInvite: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<Pick<{
99687
99720
  email: z$1.ZodString;
99688
99721
  forgeProjectId: z$1.ZodString;
@@ -99712,6 +99745,7 @@ declare const DTOCreateForgeProject: z$1.ZodObject<Pick<{
99712
99745
  accessMode: "Open" | "InviteOnly";
99713
99746
  fpContextId: string;
99714
99747
  instruction: string | null;
99748
+ emoji?: string | undefined;
99715
99749
  isArchived?: boolean | undefined;
99716
99750
  membersToInvite?: {
99717
99751
  email: string;
@@ -99727,6 +99761,7 @@ declare const DTOCreateForgeProject: z$1.ZodObject<Pick<{
99727
99761
  accessMode: "Open" | "InviteOnly";
99728
99762
  fpContextId: string;
99729
99763
  instruction: string | null;
99764
+ emoji?: string | undefined;
99730
99765
  tags?: string[] | undefined;
99731
99766
  isArchived?: boolean | undefined;
99732
99767
  membersToInvite?: {
@@ -99748,6 +99783,7 @@ declare const DTOUpdateForgeProject: z$1.ZodObject<{
99748
99783
  name: string;
99749
99784
  description?: string | undefined;
99750
99785
  }>>;
99786
+ emoji: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
99751
99787
  tags: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString, "many">>>;
99752
99788
  accessMode: z$1.ZodOptional<z$1.ZodEnum<["InviteOnly", "Open"]>>;
99753
99789
  isArchived: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodBoolean>>;
@@ -99763,6 +99799,7 @@ declare const DTOUpdateForgeProject: z$1.ZodObject<{
99763
99799
  name: string;
99764
99800
  description?: string | undefined;
99765
99801
  } | undefined;
99802
+ emoji?: string | undefined;
99766
99803
  tags?: string[] | undefined;
99767
99804
  accessMode?: "Open" | "InviteOnly" | undefined;
99768
99805
  isArchived?: boolean | undefined;
@@ -99776,6 +99813,7 @@ declare const DTOUpdateForgeProject: z$1.ZodObject<{
99776
99813
  name: string;
99777
99814
  description?: string | undefined;
99778
99815
  } | undefined;
99816
+ emoji?: string | undefined;
99779
99817
  tags?: string[] | undefined;
99780
99818
  accessMode?: "Open" | "InviteOnly" | undefined;
99781
99819
  isArchived?: boolean | undefined;
@@ -138814,6 +138852,7 @@ declare class ForgeProjectsEndpoint {
138814
138852
  } | undefined;
138815
138853
  };
138816
138854
  instruction: string | null;
138855
+ emoji?: string | undefined;
138817
138856
  updatedAt?: Date | undefined;
138818
138857
  createdByUserId?: string | undefined;
138819
138858
  isArchived?: boolean | undefined;
@@ -138903,6 +138942,7 @@ declare class ForgeProjectsEndpoint {
138903
138942
  } | undefined;
138904
138943
  };
138905
138944
  instruction: string | null;
138945
+ emoji?: string | undefined;
138906
138946
  updatedAt?: Date | undefined;
138907
138947
  createdByUserId?: string | undefined;
138908
138948
  isArchived?: boolean | undefined;
@@ -138992,6 +139032,7 @@ declare class ForgeProjectsEndpoint {
138992
139032
  } | undefined;
138993
139033
  };
138994
139034
  instruction: string | null;
139035
+ emoji?: string | undefined;
138995
139036
  updatedAt?: Date | undefined;
138996
139037
  createdByUserId?: string | undefined;
138997
139038
  isArchived?: boolean | undefined;
@@ -139081,6 +139122,7 @@ declare class ForgeProjectsEndpoint {
139081
139122
  } | undefined;
139082
139123
  };
139083
139124
  instruction: string | null;
139125
+ emoji?: string | undefined;
139084
139126
  updatedAt?: Date | undefined;
139085
139127
  createdByUserId?: string | undefined;
139086
139128
  isArchived?: boolean | undefined;
package/dist/index.d.ts CHANGED
@@ -79473,7 +79473,10 @@ declare const DTOUpdateForgeProjectContext: z$1.ZodObject<{
79473
79473
  customRegistryUrl?: string | undefined;
79474
79474
  password?: string | undefined;
79475
79475
  }>>;
79476
+ } & {
79477
+ id: z$1.ZodString;
79476
79478
  }, "strip", z$1.ZodTypeAny, {
79479
+ id: string;
79477
79480
  name?: string | undefined;
79478
79481
  meta?: {
79479
79482
  name: string;
@@ -79505,6 +79508,7 @@ declare const DTOUpdateForgeProjectContext: z$1.ZodObject<{
79505
79508
  content: string;
79506
79509
  } | undefined;
79507
79510
  }, {
79511
+ id: string;
79508
79512
  name?: string | undefined;
79509
79513
  meta?: {
79510
79514
  name: string;
@@ -95858,6 +95862,7 @@ declare const DTOForgeProject: z$1.ZodObject<Omit<{
95858
95862
  workspaceId: z$1.ZodString;
95859
95863
  accessMode: z$1.ZodEnum<["InviteOnly", "Open"]>;
95860
95864
  isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
95865
+ emoji: z$1.ZodOptional<z$1.ZodString>;
95861
95866
  }, "fpContextId"> & {
95862
95867
  context: z$1.ZodObject<{
95863
95868
  createdAt: z$1.ZodDate;
@@ -96234,6 +96239,7 @@ declare const DTOForgeProject: z$1.ZodObject<Omit<{
96234
96239
  } | undefined;
96235
96240
  };
96236
96241
  instruction: string | null;
96242
+ emoji?: string | undefined;
96237
96243
  updatedAt?: Date | undefined;
96238
96244
  createdByUserId?: string | undefined;
96239
96245
  isArchived?: boolean | undefined;
@@ -96319,6 +96325,7 @@ declare const DTOForgeProject: z$1.ZodObject<Omit<{
96319
96325
  } | undefined;
96320
96326
  };
96321
96327
  instruction: string | null;
96328
+ emoji?: string | undefined;
96322
96329
  tags?: string[] | undefined;
96323
96330
  updatedAt?: Date | undefined;
96324
96331
  createdByUserId?: string | undefined;
@@ -96348,6 +96355,7 @@ declare const DTOForgeProjectGetResponse: z$1.ZodObject<{
96348
96355
  workspaceId: z$1.ZodString;
96349
96356
  accessMode: z$1.ZodEnum<["InviteOnly", "Open"]>;
96350
96357
  isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
96358
+ emoji: z$1.ZodOptional<z$1.ZodString>;
96351
96359
  }, "fpContextId"> & {
96352
96360
  context: z$1.ZodObject<{
96353
96361
  createdAt: z$1.ZodDate;
@@ -96724,6 +96732,7 @@ declare const DTOForgeProjectGetResponse: z$1.ZodObject<{
96724
96732
  } | undefined;
96725
96733
  };
96726
96734
  instruction: string | null;
96735
+ emoji?: string | undefined;
96727
96736
  updatedAt?: Date | undefined;
96728
96737
  createdByUserId?: string | undefined;
96729
96738
  isArchived?: boolean | undefined;
@@ -96809,6 +96818,7 @@ declare const DTOForgeProjectGetResponse: z$1.ZodObject<{
96809
96818
  } | undefined;
96810
96819
  };
96811
96820
  instruction: string | null;
96821
+ emoji?: string | undefined;
96812
96822
  tags?: string[] | undefined;
96813
96823
  updatedAt?: Date | undefined;
96814
96824
  createdByUserId?: string | undefined;
@@ -96898,6 +96908,7 @@ declare const DTOForgeProjectGetResponse: z$1.ZodObject<{
96898
96908
  } | undefined;
96899
96909
  };
96900
96910
  instruction: string | null;
96911
+ emoji?: string | undefined;
96901
96912
  updatedAt?: Date | undefined;
96902
96913
  createdByUserId?: string | undefined;
96903
96914
  isArchived?: boolean | undefined;
@@ -96985,6 +96996,7 @@ declare const DTOForgeProjectGetResponse: z$1.ZodObject<{
96985
96996
  } | undefined;
96986
96997
  };
96987
96998
  instruction: string | null;
96999
+ emoji?: string | undefined;
96988
97000
  tags?: string[] | undefined;
96989
97001
  updatedAt?: Date | undefined;
96990
97002
  createdByUserId?: string | undefined;
@@ -97015,6 +97027,7 @@ declare const DTOForgeProjectsListResponse: z$1.ZodObject<{
97015
97027
  workspaceId: z$1.ZodString;
97016
97028
  accessMode: z$1.ZodEnum<["InviteOnly", "Open"]>;
97017
97029
  isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
97030
+ emoji: z$1.ZodOptional<z$1.ZodString>;
97018
97031
  }, "fpContextId"> & {
97019
97032
  context: z$1.ZodObject<{
97020
97033
  createdAt: z$1.ZodDate;
@@ -97391,6 +97404,7 @@ declare const DTOForgeProjectsListResponse: z$1.ZodObject<{
97391
97404
  } | undefined;
97392
97405
  };
97393
97406
  instruction: string | null;
97407
+ emoji?: string | undefined;
97394
97408
  updatedAt?: Date | undefined;
97395
97409
  createdByUserId?: string | undefined;
97396
97410
  isArchived?: boolean | undefined;
@@ -97476,6 +97490,7 @@ declare const DTOForgeProjectsListResponse: z$1.ZodObject<{
97476
97490
  } | undefined;
97477
97491
  };
97478
97492
  instruction: string | null;
97493
+ emoji?: string | undefined;
97479
97494
  tags?: string[] | undefined;
97480
97495
  updatedAt?: Date | undefined;
97481
97496
  createdByUserId?: string | undefined;
@@ -97565,6 +97580,7 @@ declare const DTOForgeProjectsListResponse: z$1.ZodObject<{
97565
97580
  } | undefined;
97566
97581
  };
97567
97582
  instruction: string | null;
97583
+ emoji?: string | undefined;
97568
97584
  updatedAt?: Date | undefined;
97569
97585
  createdByUserId?: string | undefined;
97570
97586
  isArchived?: boolean | undefined;
@@ -97652,6 +97668,7 @@ declare const DTOForgeProjectsListResponse: z$1.ZodObject<{
97652
97668
  } | undefined;
97653
97669
  };
97654
97670
  instruction: string | null;
97671
+ emoji?: string | undefined;
97655
97672
  tags?: string[] | undefined;
97656
97673
  updatedAt?: Date | undefined;
97657
97674
  createdByUserId?: string | undefined;
@@ -97682,6 +97699,7 @@ declare const DTOCreateForgeProjectResponse: z$1.ZodObject<{
97682
97699
  workspaceId: z$1.ZodString;
97683
97700
  accessMode: z$1.ZodEnum<["InviteOnly", "Open"]>;
97684
97701
  isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
97702
+ emoji: z$1.ZodOptional<z$1.ZodString>;
97685
97703
  }, "fpContextId"> & {
97686
97704
  context: z$1.ZodObject<{
97687
97705
  createdAt: z$1.ZodDate;
@@ -98058,6 +98076,7 @@ declare const DTOCreateForgeProjectResponse: z$1.ZodObject<{
98058
98076
  } | undefined;
98059
98077
  };
98060
98078
  instruction: string | null;
98079
+ emoji?: string | undefined;
98061
98080
  updatedAt?: Date | undefined;
98062
98081
  createdByUserId?: string | undefined;
98063
98082
  isArchived?: boolean | undefined;
@@ -98143,6 +98162,7 @@ declare const DTOCreateForgeProjectResponse: z$1.ZodObject<{
98143
98162
  } | undefined;
98144
98163
  };
98145
98164
  instruction: string | null;
98165
+ emoji?: string | undefined;
98146
98166
  tags?: string[] | undefined;
98147
98167
  updatedAt?: Date | undefined;
98148
98168
  createdByUserId?: string | undefined;
@@ -98232,6 +98252,7 @@ declare const DTOCreateForgeProjectResponse: z$1.ZodObject<{
98232
98252
  } | undefined;
98233
98253
  };
98234
98254
  instruction: string | null;
98255
+ emoji?: string | undefined;
98235
98256
  updatedAt?: Date | undefined;
98236
98257
  createdByUserId?: string | undefined;
98237
98258
  isArchived?: boolean | undefined;
@@ -98319,6 +98340,7 @@ declare const DTOCreateForgeProjectResponse: z$1.ZodObject<{
98319
98340
  } | undefined;
98320
98341
  };
98321
98342
  instruction: string | null;
98343
+ emoji?: string | undefined;
98322
98344
  tags?: string[] | undefined;
98323
98345
  updatedAt?: Date | undefined;
98324
98346
  createdByUserId?: string | undefined;
@@ -98349,6 +98371,7 @@ declare const DTOUpdateForgeProjectResponse: z$1.ZodObject<{
98349
98371
  workspaceId: z$1.ZodString;
98350
98372
  accessMode: z$1.ZodEnum<["InviteOnly", "Open"]>;
98351
98373
  isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
98374
+ emoji: z$1.ZodOptional<z$1.ZodString>;
98352
98375
  }, "fpContextId"> & {
98353
98376
  context: z$1.ZodObject<{
98354
98377
  createdAt: z$1.ZodDate;
@@ -98725,6 +98748,7 @@ declare const DTOUpdateForgeProjectResponse: z$1.ZodObject<{
98725
98748
  } | undefined;
98726
98749
  };
98727
98750
  instruction: string | null;
98751
+ emoji?: string | undefined;
98728
98752
  updatedAt?: Date | undefined;
98729
98753
  createdByUserId?: string | undefined;
98730
98754
  isArchived?: boolean | undefined;
@@ -98810,6 +98834,7 @@ declare const DTOUpdateForgeProjectResponse: z$1.ZodObject<{
98810
98834
  } | undefined;
98811
98835
  };
98812
98836
  instruction: string | null;
98837
+ emoji?: string | undefined;
98813
98838
  tags?: string[] | undefined;
98814
98839
  updatedAt?: Date | undefined;
98815
98840
  createdByUserId?: string | undefined;
@@ -98899,6 +98924,7 @@ declare const DTOUpdateForgeProjectResponse: z$1.ZodObject<{
98899
98924
  } | undefined;
98900
98925
  };
98901
98926
  instruction: string | null;
98927
+ emoji?: string | undefined;
98902
98928
  updatedAt?: Date | undefined;
98903
98929
  createdByUserId?: string | undefined;
98904
98930
  isArchived?: boolean | undefined;
@@ -98986,6 +99012,7 @@ declare const DTOUpdateForgeProjectResponse: z$1.ZodObject<{
98986
99012
  } | undefined;
98987
99013
  };
98988
99014
  instruction: string | null;
99015
+ emoji?: string | undefined;
98989
99016
  tags?: string[] | undefined;
98990
99017
  updatedAt?: Date | undefined;
98991
99018
  createdByUserId?: string | undefined;
@@ -99016,6 +99043,7 @@ declare const DTOUGetForgeProjectResponse: z$1.ZodObject<{
99016
99043
  workspaceId: z$1.ZodString;
99017
99044
  accessMode: z$1.ZodEnum<["InviteOnly", "Open"]>;
99018
99045
  isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
99046
+ emoji: z$1.ZodOptional<z$1.ZodString>;
99019
99047
  }, "fpContextId"> & {
99020
99048
  context: z$1.ZodObject<{
99021
99049
  createdAt: z$1.ZodDate;
@@ -99392,6 +99420,7 @@ declare const DTOUGetForgeProjectResponse: z$1.ZodObject<{
99392
99420
  } | undefined;
99393
99421
  };
99394
99422
  instruction: string | null;
99423
+ emoji?: string | undefined;
99395
99424
  updatedAt?: Date | undefined;
99396
99425
  createdByUserId?: string | undefined;
99397
99426
  isArchived?: boolean | undefined;
@@ -99477,6 +99506,7 @@ declare const DTOUGetForgeProjectResponse: z$1.ZodObject<{
99477
99506
  } | undefined;
99478
99507
  };
99479
99508
  instruction: string | null;
99509
+ emoji?: string | undefined;
99480
99510
  tags?: string[] | undefined;
99481
99511
  updatedAt?: Date | undefined;
99482
99512
  createdByUserId?: string | undefined;
@@ -99566,6 +99596,7 @@ declare const DTOUGetForgeProjectResponse: z$1.ZodObject<{
99566
99596
  } | undefined;
99567
99597
  };
99568
99598
  instruction: string | null;
99599
+ emoji?: string | undefined;
99569
99600
  updatedAt?: Date | undefined;
99570
99601
  createdByUserId?: string | undefined;
99571
99602
  isArchived?: boolean | undefined;
@@ -99653,6 +99684,7 @@ declare const DTOUGetForgeProjectResponse: z$1.ZodObject<{
99653
99684
  } | undefined;
99654
99685
  };
99655
99686
  instruction: string | null;
99687
+ emoji?: string | undefined;
99656
99688
  tags?: string[] | undefined;
99657
99689
  updatedAt?: Date | undefined;
99658
99690
  createdByUserId?: string | undefined;
@@ -99682,7 +99714,8 @@ declare const DTOCreateForgeProject: z$1.ZodObject<Pick<{
99682
99714
  workspaceId: z$1.ZodString;
99683
99715
  accessMode: z$1.ZodEnum<["InviteOnly", "Open"]>;
99684
99716
  isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
99685
- }, "name" | "meta" | "tags" | "accessMode" | "isArchived" | "fpContextId" | "instruction"> & {
99717
+ emoji: z$1.ZodOptional<z$1.ZodString>;
99718
+ }, "name" | "meta" | "emoji" | "tags" | "accessMode" | "isArchived" | "fpContextId" | "instruction"> & {
99686
99719
  membersToInvite: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<Pick<{
99687
99720
  email: z$1.ZodString;
99688
99721
  forgeProjectId: z$1.ZodString;
@@ -99712,6 +99745,7 @@ declare const DTOCreateForgeProject: z$1.ZodObject<Pick<{
99712
99745
  accessMode: "Open" | "InviteOnly";
99713
99746
  fpContextId: string;
99714
99747
  instruction: string | null;
99748
+ emoji?: string | undefined;
99715
99749
  isArchived?: boolean | undefined;
99716
99750
  membersToInvite?: {
99717
99751
  email: string;
@@ -99727,6 +99761,7 @@ declare const DTOCreateForgeProject: z$1.ZodObject<Pick<{
99727
99761
  accessMode: "Open" | "InviteOnly";
99728
99762
  fpContextId: string;
99729
99763
  instruction: string | null;
99764
+ emoji?: string | undefined;
99730
99765
  tags?: string[] | undefined;
99731
99766
  isArchived?: boolean | undefined;
99732
99767
  membersToInvite?: {
@@ -99748,6 +99783,7 @@ declare const DTOUpdateForgeProject: z$1.ZodObject<{
99748
99783
  name: string;
99749
99784
  description?: string | undefined;
99750
99785
  }>>;
99786
+ emoji: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
99751
99787
  tags: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString, "many">>>;
99752
99788
  accessMode: z$1.ZodOptional<z$1.ZodEnum<["InviteOnly", "Open"]>>;
99753
99789
  isArchived: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodBoolean>>;
@@ -99763,6 +99799,7 @@ declare const DTOUpdateForgeProject: z$1.ZodObject<{
99763
99799
  name: string;
99764
99800
  description?: string | undefined;
99765
99801
  } | undefined;
99802
+ emoji?: string | undefined;
99766
99803
  tags?: string[] | undefined;
99767
99804
  accessMode?: "Open" | "InviteOnly" | undefined;
99768
99805
  isArchived?: boolean | undefined;
@@ -99776,6 +99813,7 @@ declare const DTOUpdateForgeProject: z$1.ZodObject<{
99776
99813
  name: string;
99777
99814
  description?: string | undefined;
99778
99815
  } | undefined;
99816
+ emoji?: string | undefined;
99779
99817
  tags?: string[] | undefined;
99780
99818
  accessMode?: "Open" | "InviteOnly" | undefined;
99781
99819
  isArchived?: boolean | undefined;
@@ -138814,6 +138852,7 @@ declare class ForgeProjectsEndpoint {
138814
138852
  } | undefined;
138815
138853
  };
138816
138854
  instruction: string | null;
138855
+ emoji?: string | undefined;
138817
138856
  updatedAt?: Date | undefined;
138818
138857
  createdByUserId?: string | undefined;
138819
138858
  isArchived?: boolean | undefined;
@@ -138903,6 +138942,7 @@ declare class ForgeProjectsEndpoint {
138903
138942
  } | undefined;
138904
138943
  };
138905
138944
  instruction: string | null;
138945
+ emoji?: string | undefined;
138906
138946
  updatedAt?: Date | undefined;
138907
138947
  createdByUserId?: string | undefined;
138908
138948
  isArchived?: boolean | undefined;
@@ -138992,6 +139032,7 @@ declare class ForgeProjectsEndpoint {
138992
139032
  } | undefined;
138993
139033
  };
138994
139034
  instruction: string | null;
139035
+ emoji?: string | undefined;
138995
139036
  updatedAt?: Date | undefined;
138996
139037
  createdByUserId?: string | undefined;
138997
139038
  isArchived?: boolean | undefined;
@@ -139081,6 +139122,7 @@ declare class ForgeProjectsEndpoint {
139081
139122
  } | undefined;
139082
139123
  };
139083
139124
  instruction: string | null;
139125
+ emoji?: string | undefined;
139084
139126
  updatedAt?: Date | undefined;
139085
139127
  createdByUserId?: string | undefined;
139086
139128
  isArchived?: boolean | undefined;
package/dist/index.js CHANGED
@@ -5629,7 +5629,8 @@ var ForgeProject = _zod.z.object({
5629
5629
  updatedAt: _zod.z.coerce.date().optional(),
5630
5630
  workspaceId: _zod.z.string(),
5631
5631
  accessMode: ForgeProjectAccessMode,
5632
- isArchived: _zod.z.boolean().optional()
5632
+ isArchived: _zod.z.boolean().optional(),
5633
+ emoji: _zod.z.string().optional()
5633
5634
  });
5634
5635
  var OAuthProviderNames = /* @__PURE__ */ ((OAuthProviderNames2) => {
5635
5636
  OAuthProviderNames2["Figma"] = "figma";
@@ -9156,7 +9157,7 @@ var DTOCreateForgeProjectContext = DTOForgeProjectContext.pick({
9156
9157
  tailwindConfig: true,
9157
9158
  styling: true
9158
9159
  }).extend({ npmProxySettings: DTONpmRegistryConfig });
9159
- var DTOUpdateForgeProjectContext = DTOCreateForgeProjectContext.partial();
9160
+ var DTOUpdateForgeProjectContext = DTOCreateForgeProjectContext.partial().extend({ id: _zod.z.string() });
9160
9161
  var DTOForgeProjectContextGetResponse = _zod.z.object({ context: DTOForgeProjectContext });
9161
9162
  var DTOForgeProjectContextListResponse = _zod.z.object({ contexts: _zod.z.array(DTOForgeProjectContext) });
9162
9163
  var DTOForgeProjectContextCreateResponse = _zod.z.object({ context: DTOForgeProjectContext });
@@ -9289,7 +9290,8 @@ var DTOCreateForgeProject = ForgeProject.pick({
9289
9290
  tags: true,
9290
9291
  accessMode: true,
9291
9292
  fpContextId: true,
9292
- isArchived: true
9293
+ isArchived: true,
9294
+ emoji: true
9293
9295
  }).extend({ membersToInvite: DTOCreateForgeProjectInvitation.array().min(1).optional() });
9294
9296
  var DTOUpdateForgeProject = DTOCreateForgeProject.omit({ membersToInvite: true }).partial().extend({
9295
9297
  id: _zod.z.string(),