@supernova-studio/client 1.14.2 → 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 +39 -1
- package/dist/index.d.ts +39 -1
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -95862,6 +95862,7 @@ declare const DTOForgeProject: z$1.ZodObject<Omit<{
|
|
|
95862
95862
|
workspaceId: z$1.ZodString;
|
|
95863
95863
|
accessMode: z$1.ZodEnum<["InviteOnly", "Open"]>;
|
|
95864
95864
|
isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
95865
|
+
emoji: z$1.ZodOptional<z$1.ZodString>;
|
|
95865
95866
|
}, "fpContextId"> & {
|
|
95866
95867
|
context: z$1.ZodObject<{
|
|
95867
95868
|
createdAt: z$1.ZodDate;
|
|
@@ -96238,6 +96239,7 @@ declare const DTOForgeProject: z$1.ZodObject<Omit<{
|
|
|
96238
96239
|
} | undefined;
|
|
96239
96240
|
};
|
|
96240
96241
|
instruction: string | null;
|
|
96242
|
+
emoji?: string | undefined;
|
|
96241
96243
|
updatedAt?: Date | undefined;
|
|
96242
96244
|
createdByUserId?: string | undefined;
|
|
96243
96245
|
isArchived?: boolean | undefined;
|
|
@@ -96323,6 +96325,7 @@ declare const DTOForgeProject: z$1.ZodObject<Omit<{
|
|
|
96323
96325
|
} | undefined;
|
|
96324
96326
|
};
|
|
96325
96327
|
instruction: string | null;
|
|
96328
|
+
emoji?: string | undefined;
|
|
96326
96329
|
tags?: string[] | undefined;
|
|
96327
96330
|
updatedAt?: Date | undefined;
|
|
96328
96331
|
createdByUserId?: string | undefined;
|
|
@@ -96352,6 +96355,7 @@ declare const DTOForgeProjectGetResponse: z$1.ZodObject<{
|
|
|
96352
96355
|
workspaceId: z$1.ZodString;
|
|
96353
96356
|
accessMode: z$1.ZodEnum<["InviteOnly", "Open"]>;
|
|
96354
96357
|
isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
96358
|
+
emoji: z$1.ZodOptional<z$1.ZodString>;
|
|
96355
96359
|
}, "fpContextId"> & {
|
|
96356
96360
|
context: z$1.ZodObject<{
|
|
96357
96361
|
createdAt: z$1.ZodDate;
|
|
@@ -96728,6 +96732,7 @@ declare const DTOForgeProjectGetResponse: z$1.ZodObject<{
|
|
|
96728
96732
|
} | undefined;
|
|
96729
96733
|
};
|
|
96730
96734
|
instruction: string | null;
|
|
96735
|
+
emoji?: string | undefined;
|
|
96731
96736
|
updatedAt?: Date | undefined;
|
|
96732
96737
|
createdByUserId?: string | undefined;
|
|
96733
96738
|
isArchived?: boolean | undefined;
|
|
@@ -96813,6 +96818,7 @@ declare const DTOForgeProjectGetResponse: z$1.ZodObject<{
|
|
|
96813
96818
|
} | undefined;
|
|
96814
96819
|
};
|
|
96815
96820
|
instruction: string | null;
|
|
96821
|
+
emoji?: string | undefined;
|
|
96816
96822
|
tags?: string[] | undefined;
|
|
96817
96823
|
updatedAt?: Date | undefined;
|
|
96818
96824
|
createdByUserId?: string | undefined;
|
|
@@ -96902,6 +96908,7 @@ declare const DTOForgeProjectGetResponse: z$1.ZodObject<{
|
|
|
96902
96908
|
} | undefined;
|
|
96903
96909
|
};
|
|
96904
96910
|
instruction: string | null;
|
|
96911
|
+
emoji?: string | undefined;
|
|
96905
96912
|
updatedAt?: Date | undefined;
|
|
96906
96913
|
createdByUserId?: string | undefined;
|
|
96907
96914
|
isArchived?: boolean | undefined;
|
|
@@ -96989,6 +96996,7 @@ declare const DTOForgeProjectGetResponse: z$1.ZodObject<{
|
|
|
96989
96996
|
} | undefined;
|
|
96990
96997
|
};
|
|
96991
96998
|
instruction: string | null;
|
|
96999
|
+
emoji?: string | undefined;
|
|
96992
97000
|
tags?: string[] | undefined;
|
|
96993
97001
|
updatedAt?: Date | undefined;
|
|
96994
97002
|
createdByUserId?: string | undefined;
|
|
@@ -97019,6 +97027,7 @@ declare const DTOForgeProjectsListResponse: z$1.ZodObject<{
|
|
|
97019
97027
|
workspaceId: z$1.ZodString;
|
|
97020
97028
|
accessMode: z$1.ZodEnum<["InviteOnly", "Open"]>;
|
|
97021
97029
|
isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
97030
|
+
emoji: z$1.ZodOptional<z$1.ZodString>;
|
|
97022
97031
|
}, "fpContextId"> & {
|
|
97023
97032
|
context: z$1.ZodObject<{
|
|
97024
97033
|
createdAt: z$1.ZodDate;
|
|
@@ -97395,6 +97404,7 @@ declare const DTOForgeProjectsListResponse: z$1.ZodObject<{
|
|
|
97395
97404
|
} | undefined;
|
|
97396
97405
|
};
|
|
97397
97406
|
instruction: string | null;
|
|
97407
|
+
emoji?: string | undefined;
|
|
97398
97408
|
updatedAt?: Date | undefined;
|
|
97399
97409
|
createdByUserId?: string | undefined;
|
|
97400
97410
|
isArchived?: boolean | undefined;
|
|
@@ -97480,6 +97490,7 @@ declare const DTOForgeProjectsListResponse: z$1.ZodObject<{
|
|
|
97480
97490
|
} | undefined;
|
|
97481
97491
|
};
|
|
97482
97492
|
instruction: string | null;
|
|
97493
|
+
emoji?: string | undefined;
|
|
97483
97494
|
tags?: string[] | undefined;
|
|
97484
97495
|
updatedAt?: Date | undefined;
|
|
97485
97496
|
createdByUserId?: string | undefined;
|
|
@@ -97569,6 +97580,7 @@ declare const DTOForgeProjectsListResponse: z$1.ZodObject<{
|
|
|
97569
97580
|
} | undefined;
|
|
97570
97581
|
};
|
|
97571
97582
|
instruction: string | null;
|
|
97583
|
+
emoji?: string | undefined;
|
|
97572
97584
|
updatedAt?: Date | undefined;
|
|
97573
97585
|
createdByUserId?: string | undefined;
|
|
97574
97586
|
isArchived?: boolean | undefined;
|
|
@@ -97656,6 +97668,7 @@ declare const DTOForgeProjectsListResponse: z$1.ZodObject<{
|
|
|
97656
97668
|
} | undefined;
|
|
97657
97669
|
};
|
|
97658
97670
|
instruction: string | null;
|
|
97671
|
+
emoji?: string | undefined;
|
|
97659
97672
|
tags?: string[] | undefined;
|
|
97660
97673
|
updatedAt?: Date | undefined;
|
|
97661
97674
|
createdByUserId?: string | undefined;
|
|
@@ -97686,6 +97699,7 @@ declare const DTOCreateForgeProjectResponse: z$1.ZodObject<{
|
|
|
97686
97699
|
workspaceId: z$1.ZodString;
|
|
97687
97700
|
accessMode: z$1.ZodEnum<["InviteOnly", "Open"]>;
|
|
97688
97701
|
isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
97702
|
+
emoji: z$1.ZodOptional<z$1.ZodString>;
|
|
97689
97703
|
}, "fpContextId"> & {
|
|
97690
97704
|
context: z$1.ZodObject<{
|
|
97691
97705
|
createdAt: z$1.ZodDate;
|
|
@@ -98062,6 +98076,7 @@ declare const DTOCreateForgeProjectResponse: z$1.ZodObject<{
|
|
|
98062
98076
|
} | undefined;
|
|
98063
98077
|
};
|
|
98064
98078
|
instruction: string | null;
|
|
98079
|
+
emoji?: string | undefined;
|
|
98065
98080
|
updatedAt?: Date | undefined;
|
|
98066
98081
|
createdByUserId?: string | undefined;
|
|
98067
98082
|
isArchived?: boolean | undefined;
|
|
@@ -98147,6 +98162,7 @@ declare const DTOCreateForgeProjectResponse: z$1.ZodObject<{
|
|
|
98147
98162
|
} | undefined;
|
|
98148
98163
|
};
|
|
98149
98164
|
instruction: string | null;
|
|
98165
|
+
emoji?: string | undefined;
|
|
98150
98166
|
tags?: string[] | undefined;
|
|
98151
98167
|
updatedAt?: Date | undefined;
|
|
98152
98168
|
createdByUserId?: string | undefined;
|
|
@@ -98236,6 +98252,7 @@ declare const DTOCreateForgeProjectResponse: z$1.ZodObject<{
|
|
|
98236
98252
|
} | undefined;
|
|
98237
98253
|
};
|
|
98238
98254
|
instruction: string | null;
|
|
98255
|
+
emoji?: string | undefined;
|
|
98239
98256
|
updatedAt?: Date | undefined;
|
|
98240
98257
|
createdByUserId?: string | undefined;
|
|
98241
98258
|
isArchived?: boolean | undefined;
|
|
@@ -98323,6 +98340,7 @@ declare const DTOCreateForgeProjectResponse: z$1.ZodObject<{
|
|
|
98323
98340
|
} | undefined;
|
|
98324
98341
|
};
|
|
98325
98342
|
instruction: string | null;
|
|
98343
|
+
emoji?: string | undefined;
|
|
98326
98344
|
tags?: string[] | undefined;
|
|
98327
98345
|
updatedAt?: Date | undefined;
|
|
98328
98346
|
createdByUserId?: string | undefined;
|
|
@@ -98353,6 +98371,7 @@ declare const DTOUpdateForgeProjectResponse: z$1.ZodObject<{
|
|
|
98353
98371
|
workspaceId: z$1.ZodString;
|
|
98354
98372
|
accessMode: z$1.ZodEnum<["InviteOnly", "Open"]>;
|
|
98355
98373
|
isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
98374
|
+
emoji: z$1.ZodOptional<z$1.ZodString>;
|
|
98356
98375
|
}, "fpContextId"> & {
|
|
98357
98376
|
context: z$1.ZodObject<{
|
|
98358
98377
|
createdAt: z$1.ZodDate;
|
|
@@ -98729,6 +98748,7 @@ declare const DTOUpdateForgeProjectResponse: z$1.ZodObject<{
|
|
|
98729
98748
|
} | undefined;
|
|
98730
98749
|
};
|
|
98731
98750
|
instruction: string | null;
|
|
98751
|
+
emoji?: string | undefined;
|
|
98732
98752
|
updatedAt?: Date | undefined;
|
|
98733
98753
|
createdByUserId?: string | undefined;
|
|
98734
98754
|
isArchived?: boolean | undefined;
|
|
@@ -98814,6 +98834,7 @@ declare const DTOUpdateForgeProjectResponse: z$1.ZodObject<{
|
|
|
98814
98834
|
} | undefined;
|
|
98815
98835
|
};
|
|
98816
98836
|
instruction: string | null;
|
|
98837
|
+
emoji?: string | undefined;
|
|
98817
98838
|
tags?: string[] | undefined;
|
|
98818
98839
|
updatedAt?: Date | undefined;
|
|
98819
98840
|
createdByUserId?: string | undefined;
|
|
@@ -98903,6 +98924,7 @@ declare const DTOUpdateForgeProjectResponse: z$1.ZodObject<{
|
|
|
98903
98924
|
} | undefined;
|
|
98904
98925
|
};
|
|
98905
98926
|
instruction: string | null;
|
|
98927
|
+
emoji?: string | undefined;
|
|
98906
98928
|
updatedAt?: Date | undefined;
|
|
98907
98929
|
createdByUserId?: string | undefined;
|
|
98908
98930
|
isArchived?: boolean | undefined;
|
|
@@ -98990,6 +99012,7 @@ declare const DTOUpdateForgeProjectResponse: z$1.ZodObject<{
|
|
|
98990
99012
|
} | undefined;
|
|
98991
99013
|
};
|
|
98992
99014
|
instruction: string | null;
|
|
99015
|
+
emoji?: string | undefined;
|
|
98993
99016
|
tags?: string[] | undefined;
|
|
98994
99017
|
updatedAt?: Date | undefined;
|
|
98995
99018
|
createdByUserId?: string | undefined;
|
|
@@ -99020,6 +99043,7 @@ declare const DTOUGetForgeProjectResponse: z$1.ZodObject<{
|
|
|
99020
99043
|
workspaceId: z$1.ZodString;
|
|
99021
99044
|
accessMode: z$1.ZodEnum<["InviteOnly", "Open"]>;
|
|
99022
99045
|
isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
99046
|
+
emoji: z$1.ZodOptional<z$1.ZodString>;
|
|
99023
99047
|
}, "fpContextId"> & {
|
|
99024
99048
|
context: z$1.ZodObject<{
|
|
99025
99049
|
createdAt: z$1.ZodDate;
|
|
@@ -99396,6 +99420,7 @@ declare const DTOUGetForgeProjectResponse: z$1.ZodObject<{
|
|
|
99396
99420
|
} | undefined;
|
|
99397
99421
|
};
|
|
99398
99422
|
instruction: string | null;
|
|
99423
|
+
emoji?: string | undefined;
|
|
99399
99424
|
updatedAt?: Date | undefined;
|
|
99400
99425
|
createdByUserId?: string | undefined;
|
|
99401
99426
|
isArchived?: boolean | undefined;
|
|
@@ -99481,6 +99506,7 @@ declare const DTOUGetForgeProjectResponse: z$1.ZodObject<{
|
|
|
99481
99506
|
} | undefined;
|
|
99482
99507
|
};
|
|
99483
99508
|
instruction: string | null;
|
|
99509
|
+
emoji?: string | undefined;
|
|
99484
99510
|
tags?: string[] | undefined;
|
|
99485
99511
|
updatedAt?: Date | undefined;
|
|
99486
99512
|
createdByUserId?: string | undefined;
|
|
@@ -99570,6 +99596,7 @@ declare const DTOUGetForgeProjectResponse: z$1.ZodObject<{
|
|
|
99570
99596
|
} | undefined;
|
|
99571
99597
|
};
|
|
99572
99598
|
instruction: string | null;
|
|
99599
|
+
emoji?: string | undefined;
|
|
99573
99600
|
updatedAt?: Date | undefined;
|
|
99574
99601
|
createdByUserId?: string | undefined;
|
|
99575
99602
|
isArchived?: boolean | undefined;
|
|
@@ -99657,6 +99684,7 @@ declare const DTOUGetForgeProjectResponse: z$1.ZodObject<{
|
|
|
99657
99684
|
} | undefined;
|
|
99658
99685
|
};
|
|
99659
99686
|
instruction: string | null;
|
|
99687
|
+
emoji?: string | undefined;
|
|
99660
99688
|
tags?: string[] | undefined;
|
|
99661
99689
|
updatedAt?: Date | undefined;
|
|
99662
99690
|
createdByUserId?: string | undefined;
|
|
@@ -99686,7 +99714,8 @@ declare const DTOCreateForgeProject: z$1.ZodObject<Pick<{
|
|
|
99686
99714
|
workspaceId: z$1.ZodString;
|
|
99687
99715
|
accessMode: z$1.ZodEnum<["InviteOnly", "Open"]>;
|
|
99688
99716
|
isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
99689
|
-
|
|
99717
|
+
emoji: z$1.ZodOptional<z$1.ZodString>;
|
|
99718
|
+
}, "name" | "meta" | "emoji" | "tags" | "accessMode" | "isArchived" | "fpContextId" | "instruction"> & {
|
|
99690
99719
|
membersToInvite: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<Pick<{
|
|
99691
99720
|
email: z$1.ZodString;
|
|
99692
99721
|
forgeProjectId: z$1.ZodString;
|
|
@@ -99716,6 +99745,7 @@ declare const DTOCreateForgeProject: z$1.ZodObject<Pick<{
|
|
|
99716
99745
|
accessMode: "Open" | "InviteOnly";
|
|
99717
99746
|
fpContextId: string;
|
|
99718
99747
|
instruction: string | null;
|
|
99748
|
+
emoji?: string | undefined;
|
|
99719
99749
|
isArchived?: boolean | undefined;
|
|
99720
99750
|
membersToInvite?: {
|
|
99721
99751
|
email: string;
|
|
@@ -99731,6 +99761,7 @@ declare const DTOCreateForgeProject: z$1.ZodObject<Pick<{
|
|
|
99731
99761
|
accessMode: "Open" | "InviteOnly";
|
|
99732
99762
|
fpContextId: string;
|
|
99733
99763
|
instruction: string | null;
|
|
99764
|
+
emoji?: string | undefined;
|
|
99734
99765
|
tags?: string[] | undefined;
|
|
99735
99766
|
isArchived?: boolean | undefined;
|
|
99736
99767
|
membersToInvite?: {
|
|
@@ -99752,6 +99783,7 @@ declare const DTOUpdateForgeProject: z$1.ZodObject<{
|
|
|
99752
99783
|
name: string;
|
|
99753
99784
|
description?: string | undefined;
|
|
99754
99785
|
}>>;
|
|
99786
|
+
emoji: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
99755
99787
|
tags: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString, "many">>>;
|
|
99756
99788
|
accessMode: z$1.ZodOptional<z$1.ZodEnum<["InviteOnly", "Open"]>>;
|
|
99757
99789
|
isArchived: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodBoolean>>;
|
|
@@ -99767,6 +99799,7 @@ declare const DTOUpdateForgeProject: z$1.ZodObject<{
|
|
|
99767
99799
|
name: string;
|
|
99768
99800
|
description?: string | undefined;
|
|
99769
99801
|
} | undefined;
|
|
99802
|
+
emoji?: string | undefined;
|
|
99770
99803
|
tags?: string[] | undefined;
|
|
99771
99804
|
accessMode?: "Open" | "InviteOnly" | undefined;
|
|
99772
99805
|
isArchived?: boolean | undefined;
|
|
@@ -99780,6 +99813,7 @@ declare const DTOUpdateForgeProject: z$1.ZodObject<{
|
|
|
99780
99813
|
name: string;
|
|
99781
99814
|
description?: string | undefined;
|
|
99782
99815
|
} | undefined;
|
|
99816
|
+
emoji?: string | undefined;
|
|
99783
99817
|
tags?: string[] | undefined;
|
|
99784
99818
|
accessMode?: "Open" | "InviteOnly" | undefined;
|
|
99785
99819
|
isArchived?: boolean | undefined;
|
|
@@ -138818,6 +138852,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
138818
138852
|
} | undefined;
|
|
138819
138853
|
};
|
|
138820
138854
|
instruction: string | null;
|
|
138855
|
+
emoji?: string | undefined;
|
|
138821
138856
|
updatedAt?: Date | undefined;
|
|
138822
138857
|
createdByUserId?: string | undefined;
|
|
138823
138858
|
isArchived?: boolean | undefined;
|
|
@@ -138907,6 +138942,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
138907
138942
|
} | undefined;
|
|
138908
138943
|
};
|
|
138909
138944
|
instruction: string | null;
|
|
138945
|
+
emoji?: string | undefined;
|
|
138910
138946
|
updatedAt?: Date | undefined;
|
|
138911
138947
|
createdByUserId?: string | undefined;
|
|
138912
138948
|
isArchived?: boolean | undefined;
|
|
@@ -138996,6 +139032,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
138996
139032
|
} | undefined;
|
|
138997
139033
|
};
|
|
138998
139034
|
instruction: string | null;
|
|
139035
|
+
emoji?: string | undefined;
|
|
138999
139036
|
updatedAt?: Date | undefined;
|
|
139000
139037
|
createdByUserId?: string | undefined;
|
|
139001
139038
|
isArchived?: boolean | undefined;
|
|
@@ -139085,6 +139122,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
139085
139122
|
} | undefined;
|
|
139086
139123
|
};
|
|
139087
139124
|
instruction: string | null;
|
|
139125
|
+
emoji?: string | undefined;
|
|
139088
139126
|
updatedAt?: Date | undefined;
|
|
139089
139127
|
createdByUserId?: string | undefined;
|
|
139090
139128
|
isArchived?: boolean | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -95862,6 +95862,7 @@ declare const DTOForgeProject: z$1.ZodObject<Omit<{
|
|
|
95862
95862
|
workspaceId: z$1.ZodString;
|
|
95863
95863
|
accessMode: z$1.ZodEnum<["InviteOnly", "Open"]>;
|
|
95864
95864
|
isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
95865
|
+
emoji: z$1.ZodOptional<z$1.ZodString>;
|
|
95865
95866
|
}, "fpContextId"> & {
|
|
95866
95867
|
context: z$1.ZodObject<{
|
|
95867
95868
|
createdAt: z$1.ZodDate;
|
|
@@ -96238,6 +96239,7 @@ declare const DTOForgeProject: z$1.ZodObject<Omit<{
|
|
|
96238
96239
|
} | undefined;
|
|
96239
96240
|
};
|
|
96240
96241
|
instruction: string | null;
|
|
96242
|
+
emoji?: string | undefined;
|
|
96241
96243
|
updatedAt?: Date | undefined;
|
|
96242
96244
|
createdByUserId?: string | undefined;
|
|
96243
96245
|
isArchived?: boolean | undefined;
|
|
@@ -96323,6 +96325,7 @@ declare const DTOForgeProject: z$1.ZodObject<Omit<{
|
|
|
96323
96325
|
} | undefined;
|
|
96324
96326
|
};
|
|
96325
96327
|
instruction: string | null;
|
|
96328
|
+
emoji?: string | undefined;
|
|
96326
96329
|
tags?: string[] | undefined;
|
|
96327
96330
|
updatedAt?: Date | undefined;
|
|
96328
96331
|
createdByUserId?: string | undefined;
|
|
@@ -96352,6 +96355,7 @@ declare const DTOForgeProjectGetResponse: z$1.ZodObject<{
|
|
|
96352
96355
|
workspaceId: z$1.ZodString;
|
|
96353
96356
|
accessMode: z$1.ZodEnum<["InviteOnly", "Open"]>;
|
|
96354
96357
|
isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
96358
|
+
emoji: z$1.ZodOptional<z$1.ZodString>;
|
|
96355
96359
|
}, "fpContextId"> & {
|
|
96356
96360
|
context: z$1.ZodObject<{
|
|
96357
96361
|
createdAt: z$1.ZodDate;
|
|
@@ -96728,6 +96732,7 @@ declare const DTOForgeProjectGetResponse: z$1.ZodObject<{
|
|
|
96728
96732
|
} | undefined;
|
|
96729
96733
|
};
|
|
96730
96734
|
instruction: string | null;
|
|
96735
|
+
emoji?: string | undefined;
|
|
96731
96736
|
updatedAt?: Date | undefined;
|
|
96732
96737
|
createdByUserId?: string | undefined;
|
|
96733
96738
|
isArchived?: boolean | undefined;
|
|
@@ -96813,6 +96818,7 @@ declare const DTOForgeProjectGetResponse: z$1.ZodObject<{
|
|
|
96813
96818
|
} | undefined;
|
|
96814
96819
|
};
|
|
96815
96820
|
instruction: string | null;
|
|
96821
|
+
emoji?: string | undefined;
|
|
96816
96822
|
tags?: string[] | undefined;
|
|
96817
96823
|
updatedAt?: Date | undefined;
|
|
96818
96824
|
createdByUserId?: string | undefined;
|
|
@@ -96902,6 +96908,7 @@ declare const DTOForgeProjectGetResponse: z$1.ZodObject<{
|
|
|
96902
96908
|
} | undefined;
|
|
96903
96909
|
};
|
|
96904
96910
|
instruction: string | null;
|
|
96911
|
+
emoji?: string | undefined;
|
|
96905
96912
|
updatedAt?: Date | undefined;
|
|
96906
96913
|
createdByUserId?: string | undefined;
|
|
96907
96914
|
isArchived?: boolean | undefined;
|
|
@@ -96989,6 +96996,7 @@ declare const DTOForgeProjectGetResponse: z$1.ZodObject<{
|
|
|
96989
96996
|
} | undefined;
|
|
96990
96997
|
};
|
|
96991
96998
|
instruction: string | null;
|
|
96999
|
+
emoji?: string | undefined;
|
|
96992
97000
|
tags?: string[] | undefined;
|
|
96993
97001
|
updatedAt?: Date | undefined;
|
|
96994
97002
|
createdByUserId?: string | undefined;
|
|
@@ -97019,6 +97027,7 @@ declare const DTOForgeProjectsListResponse: z$1.ZodObject<{
|
|
|
97019
97027
|
workspaceId: z$1.ZodString;
|
|
97020
97028
|
accessMode: z$1.ZodEnum<["InviteOnly", "Open"]>;
|
|
97021
97029
|
isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
97030
|
+
emoji: z$1.ZodOptional<z$1.ZodString>;
|
|
97022
97031
|
}, "fpContextId"> & {
|
|
97023
97032
|
context: z$1.ZodObject<{
|
|
97024
97033
|
createdAt: z$1.ZodDate;
|
|
@@ -97395,6 +97404,7 @@ declare const DTOForgeProjectsListResponse: z$1.ZodObject<{
|
|
|
97395
97404
|
} | undefined;
|
|
97396
97405
|
};
|
|
97397
97406
|
instruction: string | null;
|
|
97407
|
+
emoji?: string | undefined;
|
|
97398
97408
|
updatedAt?: Date | undefined;
|
|
97399
97409
|
createdByUserId?: string | undefined;
|
|
97400
97410
|
isArchived?: boolean | undefined;
|
|
@@ -97480,6 +97490,7 @@ declare const DTOForgeProjectsListResponse: z$1.ZodObject<{
|
|
|
97480
97490
|
} | undefined;
|
|
97481
97491
|
};
|
|
97482
97492
|
instruction: string | null;
|
|
97493
|
+
emoji?: string | undefined;
|
|
97483
97494
|
tags?: string[] | undefined;
|
|
97484
97495
|
updatedAt?: Date | undefined;
|
|
97485
97496
|
createdByUserId?: string | undefined;
|
|
@@ -97569,6 +97580,7 @@ declare const DTOForgeProjectsListResponse: z$1.ZodObject<{
|
|
|
97569
97580
|
} | undefined;
|
|
97570
97581
|
};
|
|
97571
97582
|
instruction: string | null;
|
|
97583
|
+
emoji?: string | undefined;
|
|
97572
97584
|
updatedAt?: Date | undefined;
|
|
97573
97585
|
createdByUserId?: string | undefined;
|
|
97574
97586
|
isArchived?: boolean | undefined;
|
|
@@ -97656,6 +97668,7 @@ declare const DTOForgeProjectsListResponse: z$1.ZodObject<{
|
|
|
97656
97668
|
} | undefined;
|
|
97657
97669
|
};
|
|
97658
97670
|
instruction: string | null;
|
|
97671
|
+
emoji?: string | undefined;
|
|
97659
97672
|
tags?: string[] | undefined;
|
|
97660
97673
|
updatedAt?: Date | undefined;
|
|
97661
97674
|
createdByUserId?: string | undefined;
|
|
@@ -97686,6 +97699,7 @@ declare const DTOCreateForgeProjectResponse: z$1.ZodObject<{
|
|
|
97686
97699
|
workspaceId: z$1.ZodString;
|
|
97687
97700
|
accessMode: z$1.ZodEnum<["InviteOnly", "Open"]>;
|
|
97688
97701
|
isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
97702
|
+
emoji: z$1.ZodOptional<z$1.ZodString>;
|
|
97689
97703
|
}, "fpContextId"> & {
|
|
97690
97704
|
context: z$1.ZodObject<{
|
|
97691
97705
|
createdAt: z$1.ZodDate;
|
|
@@ -98062,6 +98076,7 @@ declare const DTOCreateForgeProjectResponse: z$1.ZodObject<{
|
|
|
98062
98076
|
} | undefined;
|
|
98063
98077
|
};
|
|
98064
98078
|
instruction: string | null;
|
|
98079
|
+
emoji?: string | undefined;
|
|
98065
98080
|
updatedAt?: Date | undefined;
|
|
98066
98081
|
createdByUserId?: string | undefined;
|
|
98067
98082
|
isArchived?: boolean | undefined;
|
|
@@ -98147,6 +98162,7 @@ declare const DTOCreateForgeProjectResponse: z$1.ZodObject<{
|
|
|
98147
98162
|
} | undefined;
|
|
98148
98163
|
};
|
|
98149
98164
|
instruction: string | null;
|
|
98165
|
+
emoji?: string | undefined;
|
|
98150
98166
|
tags?: string[] | undefined;
|
|
98151
98167
|
updatedAt?: Date | undefined;
|
|
98152
98168
|
createdByUserId?: string | undefined;
|
|
@@ -98236,6 +98252,7 @@ declare const DTOCreateForgeProjectResponse: z$1.ZodObject<{
|
|
|
98236
98252
|
} | undefined;
|
|
98237
98253
|
};
|
|
98238
98254
|
instruction: string | null;
|
|
98255
|
+
emoji?: string | undefined;
|
|
98239
98256
|
updatedAt?: Date | undefined;
|
|
98240
98257
|
createdByUserId?: string | undefined;
|
|
98241
98258
|
isArchived?: boolean | undefined;
|
|
@@ -98323,6 +98340,7 @@ declare const DTOCreateForgeProjectResponse: z$1.ZodObject<{
|
|
|
98323
98340
|
} | undefined;
|
|
98324
98341
|
};
|
|
98325
98342
|
instruction: string | null;
|
|
98343
|
+
emoji?: string | undefined;
|
|
98326
98344
|
tags?: string[] | undefined;
|
|
98327
98345
|
updatedAt?: Date | undefined;
|
|
98328
98346
|
createdByUserId?: string | undefined;
|
|
@@ -98353,6 +98371,7 @@ declare const DTOUpdateForgeProjectResponse: z$1.ZodObject<{
|
|
|
98353
98371
|
workspaceId: z$1.ZodString;
|
|
98354
98372
|
accessMode: z$1.ZodEnum<["InviteOnly", "Open"]>;
|
|
98355
98373
|
isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
98374
|
+
emoji: z$1.ZodOptional<z$1.ZodString>;
|
|
98356
98375
|
}, "fpContextId"> & {
|
|
98357
98376
|
context: z$1.ZodObject<{
|
|
98358
98377
|
createdAt: z$1.ZodDate;
|
|
@@ -98729,6 +98748,7 @@ declare const DTOUpdateForgeProjectResponse: z$1.ZodObject<{
|
|
|
98729
98748
|
} | undefined;
|
|
98730
98749
|
};
|
|
98731
98750
|
instruction: string | null;
|
|
98751
|
+
emoji?: string | undefined;
|
|
98732
98752
|
updatedAt?: Date | undefined;
|
|
98733
98753
|
createdByUserId?: string | undefined;
|
|
98734
98754
|
isArchived?: boolean | undefined;
|
|
@@ -98814,6 +98834,7 @@ declare const DTOUpdateForgeProjectResponse: z$1.ZodObject<{
|
|
|
98814
98834
|
} | undefined;
|
|
98815
98835
|
};
|
|
98816
98836
|
instruction: string | null;
|
|
98837
|
+
emoji?: string | undefined;
|
|
98817
98838
|
tags?: string[] | undefined;
|
|
98818
98839
|
updatedAt?: Date | undefined;
|
|
98819
98840
|
createdByUserId?: string | undefined;
|
|
@@ -98903,6 +98924,7 @@ declare const DTOUpdateForgeProjectResponse: z$1.ZodObject<{
|
|
|
98903
98924
|
} | undefined;
|
|
98904
98925
|
};
|
|
98905
98926
|
instruction: string | null;
|
|
98927
|
+
emoji?: string | undefined;
|
|
98906
98928
|
updatedAt?: Date | undefined;
|
|
98907
98929
|
createdByUserId?: string | undefined;
|
|
98908
98930
|
isArchived?: boolean | undefined;
|
|
@@ -98990,6 +99012,7 @@ declare const DTOUpdateForgeProjectResponse: z$1.ZodObject<{
|
|
|
98990
99012
|
} | undefined;
|
|
98991
99013
|
};
|
|
98992
99014
|
instruction: string | null;
|
|
99015
|
+
emoji?: string | undefined;
|
|
98993
99016
|
tags?: string[] | undefined;
|
|
98994
99017
|
updatedAt?: Date | undefined;
|
|
98995
99018
|
createdByUserId?: string | undefined;
|
|
@@ -99020,6 +99043,7 @@ declare const DTOUGetForgeProjectResponse: z$1.ZodObject<{
|
|
|
99020
99043
|
workspaceId: z$1.ZodString;
|
|
99021
99044
|
accessMode: z$1.ZodEnum<["InviteOnly", "Open"]>;
|
|
99022
99045
|
isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
99046
|
+
emoji: z$1.ZodOptional<z$1.ZodString>;
|
|
99023
99047
|
}, "fpContextId"> & {
|
|
99024
99048
|
context: z$1.ZodObject<{
|
|
99025
99049
|
createdAt: z$1.ZodDate;
|
|
@@ -99396,6 +99420,7 @@ declare const DTOUGetForgeProjectResponse: z$1.ZodObject<{
|
|
|
99396
99420
|
} | undefined;
|
|
99397
99421
|
};
|
|
99398
99422
|
instruction: string | null;
|
|
99423
|
+
emoji?: string | undefined;
|
|
99399
99424
|
updatedAt?: Date | undefined;
|
|
99400
99425
|
createdByUserId?: string | undefined;
|
|
99401
99426
|
isArchived?: boolean | undefined;
|
|
@@ -99481,6 +99506,7 @@ declare const DTOUGetForgeProjectResponse: z$1.ZodObject<{
|
|
|
99481
99506
|
} | undefined;
|
|
99482
99507
|
};
|
|
99483
99508
|
instruction: string | null;
|
|
99509
|
+
emoji?: string | undefined;
|
|
99484
99510
|
tags?: string[] | undefined;
|
|
99485
99511
|
updatedAt?: Date | undefined;
|
|
99486
99512
|
createdByUserId?: string | undefined;
|
|
@@ -99570,6 +99596,7 @@ declare const DTOUGetForgeProjectResponse: z$1.ZodObject<{
|
|
|
99570
99596
|
} | undefined;
|
|
99571
99597
|
};
|
|
99572
99598
|
instruction: string | null;
|
|
99599
|
+
emoji?: string | undefined;
|
|
99573
99600
|
updatedAt?: Date | undefined;
|
|
99574
99601
|
createdByUserId?: string | undefined;
|
|
99575
99602
|
isArchived?: boolean | undefined;
|
|
@@ -99657,6 +99684,7 @@ declare const DTOUGetForgeProjectResponse: z$1.ZodObject<{
|
|
|
99657
99684
|
} | undefined;
|
|
99658
99685
|
};
|
|
99659
99686
|
instruction: string | null;
|
|
99687
|
+
emoji?: string | undefined;
|
|
99660
99688
|
tags?: string[] | undefined;
|
|
99661
99689
|
updatedAt?: Date | undefined;
|
|
99662
99690
|
createdByUserId?: string | undefined;
|
|
@@ -99686,7 +99714,8 @@ declare const DTOCreateForgeProject: z$1.ZodObject<Pick<{
|
|
|
99686
99714
|
workspaceId: z$1.ZodString;
|
|
99687
99715
|
accessMode: z$1.ZodEnum<["InviteOnly", "Open"]>;
|
|
99688
99716
|
isArchived: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
99689
|
-
|
|
99717
|
+
emoji: z$1.ZodOptional<z$1.ZodString>;
|
|
99718
|
+
}, "name" | "meta" | "emoji" | "tags" | "accessMode" | "isArchived" | "fpContextId" | "instruction"> & {
|
|
99690
99719
|
membersToInvite: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<Pick<{
|
|
99691
99720
|
email: z$1.ZodString;
|
|
99692
99721
|
forgeProjectId: z$1.ZodString;
|
|
@@ -99716,6 +99745,7 @@ declare const DTOCreateForgeProject: z$1.ZodObject<Pick<{
|
|
|
99716
99745
|
accessMode: "Open" | "InviteOnly";
|
|
99717
99746
|
fpContextId: string;
|
|
99718
99747
|
instruction: string | null;
|
|
99748
|
+
emoji?: string | undefined;
|
|
99719
99749
|
isArchived?: boolean | undefined;
|
|
99720
99750
|
membersToInvite?: {
|
|
99721
99751
|
email: string;
|
|
@@ -99731,6 +99761,7 @@ declare const DTOCreateForgeProject: z$1.ZodObject<Pick<{
|
|
|
99731
99761
|
accessMode: "Open" | "InviteOnly";
|
|
99732
99762
|
fpContextId: string;
|
|
99733
99763
|
instruction: string | null;
|
|
99764
|
+
emoji?: string | undefined;
|
|
99734
99765
|
tags?: string[] | undefined;
|
|
99735
99766
|
isArchived?: boolean | undefined;
|
|
99736
99767
|
membersToInvite?: {
|
|
@@ -99752,6 +99783,7 @@ declare const DTOUpdateForgeProject: z$1.ZodObject<{
|
|
|
99752
99783
|
name: string;
|
|
99753
99784
|
description?: string | undefined;
|
|
99754
99785
|
}>>;
|
|
99786
|
+
emoji: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
99755
99787
|
tags: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString, "many">>>;
|
|
99756
99788
|
accessMode: z$1.ZodOptional<z$1.ZodEnum<["InviteOnly", "Open"]>>;
|
|
99757
99789
|
isArchived: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodBoolean>>;
|
|
@@ -99767,6 +99799,7 @@ declare const DTOUpdateForgeProject: z$1.ZodObject<{
|
|
|
99767
99799
|
name: string;
|
|
99768
99800
|
description?: string | undefined;
|
|
99769
99801
|
} | undefined;
|
|
99802
|
+
emoji?: string | undefined;
|
|
99770
99803
|
tags?: string[] | undefined;
|
|
99771
99804
|
accessMode?: "Open" | "InviteOnly" | undefined;
|
|
99772
99805
|
isArchived?: boolean | undefined;
|
|
@@ -99780,6 +99813,7 @@ declare const DTOUpdateForgeProject: z$1.ZodObject<{
|
|
|
99780
99813
|
name: string;
|
|
99781
99814
|
description?: string | undefined;
|
|
99782
99815
|
} | undefined;
|
|
99816
|
+
emoji?: string | undefined;
|
|
99783
99817
|
tags?: string[] | undefined;
|
|
99784
99818
|
accessMode?: "Open" | "InviteOnly" | undefined;
|
|
99785
99819
|
isArchived?: boolean | undefined;
|
|
@@ -138818,6 +138852,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
138818
138852
|
} | undefined;
|
|
138819
138853
|
};
|
|
138820
138854
|
instruction: string | null;
|
|
138855
|
+
emoji?: string | undefined;
|
|
138821
138856
|
updatedAt?: Date | undefined;
|
|
138822
138857
|
createdByUserId?: string | undefined;
|
|
138823
138858
|
isArchived?: boolean | undefined;
|
|
@@ -138907,6 +138942,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
138907
138942
|
} | undefined;
|
|
138908
138943
|
};
|
|
138909
138944
|
instruction: string | null;
|
|
138945
|
+
emoji?: string | undefined;
|
|
138910
138946
|
updatedAt?: Date | undefined;
|
|
138911
138947
|
createdByUserId?: string | undefined;
|
|
138912
138948
|
isArchived?: boolean | undefined;
|
|
@@ -138996,6 +139032,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
138996
139032
|
} | undefined;
|
|
138997
139033
|
};
|
|
138998
139034
|
instruction: string | null;
|
|
139035
|
+
emoji?: string | undefined;
|
|
138999
139036
|
updatedAt?: Date | undefined;
|
|
139000
139037
|
createdByUserId?: string | undefined;
|
|
139001
139038
|
isArchived?: boolean | undefined;
|
|
@@ -139085,6 +139122,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
139085
139122
|
} | undefined;
|
|
139086
139123
|
};
|
|
139087
139124
|
instruction: string | null;
|
|
139125
|
+
emoji?: string | undefined;
|
|
139088
139126
|
updatedAt?: Date | undefined;
|
|
139089
139127
|
createdByUserId?: string | undefined;
|
|
139090
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";
|
|
@@ -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(),
|