@supernova-studio/client 1.42.10 → 1.43.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +19 -0
- package/dist/index.d.ts +19 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -162611,6 +162611,7 @@ declare const DTOForgeProject: z$1.ZodObject<{
|
|
|
162611
162611
|
additionalContext?: string | undefined;
|
|
162612
162612
|
themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
|
|
162613
162613
|
}>;
|
|
162614
|
+
numberOfFeatures: z$1.ZodNumber;
|
|
162614
162615
|
}, "strip", z$1.ZodTypeAny, {
|
|
162615
162616
|
id: string;
|
|
162616
162617
|
createdAt: Date;
|
|
@@ -163595,6 +163596,7 @@ declare const DTOForgeProject: z$1.ZodObject<{
|
|
|
163595
163596
|
instruction: string | null;
|
|
163596
163597
|
defaultRole: "Viewer" | "Builder";
|
|
163597
163598
|
fpContextId: string;
|
|
163599
|
+
numberOfFeatures: number;
|
|
163598
163600
|
description?: string | undefined;
|
|
163599
163601
|
emoji?: string | undefined;
|
|
163600
163602
|
createdByUserId?: string | undefined;
|
|
@@ -164581,6 +164583,7 @@ declare const DTOForgeProject: z$1.ZodObject<{
|
|
|
164581
164583
|
projectContextId: string;
|
|
164582
164584
|
instruction: string | null;
|
|
164583
164585
|
fpContextId: string;
|
|
164586
|
+
numberOfFeatures: number;
|
|
164584
164587
|
description?: string | undefined;
|
|
164585
164588
|
emoji?: string | undefined;
|
|
164586
164589
|
tags?: string[] | undefined;
|
|
@@ -173166,6 +173169,7 @@ declare const DTOForgeProjectCreate: z$1.ZodObject<Pick<{
|
|
|
173166
173169
|
additionalContext?: string | undefined;
|
|
173167
173170
|
themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
|
|
173168
173171
|
}>;
|
|
173172
|
+
numberOfFeatures: z$1.ZodNumber;
|
|
173169
173173
|
}, "name" | "description" | "emoji" | "tags" | "accessMode" | "instruction" | "defaultRole"> & {
|
|
173170
173174
|
/** @deprecated use `name` and `description` properties on project */
|
|
173171
173175
|
meta: z$1.ZodOptional<z$1.ZodObject<{
|
|
@@ -182765,6 +182769,7 @@ declare const DTOForgeProjectResponse: z$1.ZodObject<{
|
|
|
182765
182769
|
additionalContext?: string | undefined;
|
|
182766
182770
|
themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
|
|
182767
182771
|
}>;
|
|
182772
|
+
numberOfFeatures: z$1.ZodNumber;
|
|
182768
182773
|
} & {
|
|
182769
182774
|
effectiveRole: z$1.ZodEnum<["Viewer", "Builder", "Admin"]>;
|
|
182770
182775
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -183752,6 +183757,7 @@ declare const DTOForgeProjectResponse: z$1.ZodObject<{
|
|
|
183752
183757
|
instruction: string | null;
|
|
183753
183758
|
defaultRole: "Viewer" | "Builder";
|
|
183754
183759
|
fpContextId: string;
|
|
183760
|
+
numberOfFeatures: number;
|
|
183755
183761
|
description?: string | undefined;
|
|
183756
183762
|
emoji?: string | undefined;
|
|
183757
183763
|
createdByUserId?: string | undefined;
|
|
@@ -184739,6 +184745,7 @@ declare const DTOForgeProjectResponse: z$1.ZodObject<{
|
|
|
184739
184745
|
projectContextId: string;
|
|
184740
184746
|
instruction: string | null;
|
|
184741
184747
|
fpContextId: string;
|
|
184748
|
+
numberOfFeatures: number;
|
|
184742
184749
|
description?: string | undefined;
|
|
184743
184750
|
emoji?: string | undefined;
|
|
184744
184751
|
tags?: string[] | undefined;
|
|
@@ -185732,6 +185739,7 @@ declare const DTOForgeProjectResponse: z$1.ZodObject<{
|
|
|
185732
185739
|
instruction: string | null;
|
|
185733
185740
|
defaultRole: "Viewer" | "Builder";
|
|
185734
185741
|
fpContextId: string;
|
|
185742
|
+
numberOfFeatures: number;
|
|
185735
185743
|
description?: string | undefined;
|
|
185736
185744
|
emoji?: string | undefined;
|
|
185737
185745
|
createdByUserId?: string | undefined;
|
|
@@ -186721,6 +186729,7 @@ declare const DTOForgeProjectResponse: z$1.ZodObject<{
|
|
|
186721
186729
|
projectContextId: string;
|
|
186722
186730
|
instruction: string | null;
|
|
186723
186731
|
fpContextId: string;
|
|
186732
|
+
numberOfFeatures: number;
|
|
186724
186733
|
description?: string | undefined;
|
|
186725
186734
|
emoji?: string | undefined;
|
|
186726
186735
|
tags?: string[] | undefined;
|
|
@@ -195308,6 +195317,7 @@ declare const DTOForgeProjectListResponse: z$1.ZodObject<{
|
|
|
195308
195317
|
additionalContext?: string | undefined;
|
|
195309
195318
|
themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
|
|
195310
195319
|
}>;
|
|
195320
|
+
numberOfFeatures: z$1.ZodNumber;
|
|
195311
195321
|
} & {
|
|
195312
195322
|
effectiveRole: z$1.ZodEnum<["Viewer", "Builder", "Admin"]>;
|
|
195313
195323
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -196295,6 +196305,7 @@ declare const DTOForgeProjectListResponse: z$1.ZodObject<{
|
|
|
196295
196305
|
instruction: string | null;
|
|
196296
196306
|
defaultRole: "Viewer" | "Builder";
|
|
196297
196307
|
fpContextId: string;
|
|
196308
|
+
numberOfFeatures: number;
|
|
196298
196309
|
description?: string | undefined;
|
|
196299
196310
|
emoji?: string | undefined;
|
|
196300
196311
|
createdByUserId?: string | undefined;
|
|
@@ -197282,6 +197293,7 @@ declare const DTOForgeProjectListResponse: z$1.ZodObject<{
|
|
|
197282
197293
|
projectContextId: string;
|
|
197283
197294
|
instruction: string | null;
|
|
197284
197295
|
fpContextId: string;
|
|
197296
|
+
numberOfFeatures: number;
|
|
197285
197297
|
description?: string | undefined;
|
|
197286
197298
|
emoji?: string | undefined;
|
|
197287
197299
|
tags?: string[] | undefined;
|
|
@@ -198275,6 +198287,7 @@ declare const DTOForgeProjectListResponse: z$1.ZodObject<{
|
|
|
198275
198287
|
instruction: string | null;
|
|
198276
198288
|
defaultRole: "Viewer" | "Builder";
|
|
198277
198289
|
fpContextId: string;
|
|
198290
|
+
numberOfFeatures: number;
|
|
198278
198291
|
description?: string | undefined;
|
|
198279
198292
|
emoji?: string | undefined;
|
|
198280
198293
|
createdByUserId?: string | undefined;
|
|
@@ -199264,6 +199277,7 @@ declare const DTOForgeProjectListResponse: z$1.ZodObject<{
|
|
|
199264
199277
|
projectContextId: string;
|
|
199265
199278
|
instruction: string | null;
|
|
199266
199279
|
fpContextId: string;
|
|
199280
|
+
numberOfFeatures: number;
|
|
199267
199281
|
description?: string | undefined;
|
|
199268
199282
|
emoji?: string | undefined;
|
|
199269
199283
|
tags?: string[] | undefined;
|
|
@@ -244981,6 +244995,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
244981
244995
|
instruction: string | null;
|
|
244982
244996
|
defaultRole: "Viewer" | "Builder";
|
|
244983
244997
|
fpContextId: string;
|
|
244998
|
+
numberOfFeatures: number;
|
|
244984
244999
|
description?: string | undefined;
|
|
244985
245000
|
emoji?: string | undefined;
|
|
244986
245001
|
createdByUserId?: string | undefined;
|
|
@@ -245973,6 +245988,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
245973
245988
|
instruction: string | null;
|
|
245974
245989
|
defaultRole: "Viewer" | "Builder";
|
|
245975
245990
|
fpContextId: string;
|
|
245991
|
+
numberOfFeatures: number;
|
|
245976
245992
|
description?: string | undefined;
|
|
245977
245993
|
emoji?: string | undefined;
|
|
245978
245994
|
createdByUserId?: string | undefined;
|
|
@@ -246965,6 +246981,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
246965
246981
|
instruction: string | null;
|
|
246966
246982
|
defaultRole: "Viewer" | "Builder";
|
|
246967
246983
|
fpContextId: string;
|
|
246984
|
+
numberOfFeatures: number;
|
|
246968
246985
|
description?: string | undefined;
|
|
246969
246986
|
emoji?: string | undefined;
|
|
246970
246987
|
createdByUserId?: string | undefined;
|
|
@@ -247957,6 +247974,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
247957
247974
|
instruction: string | null;
|
|
247958
247975
|
defaultRole: "Viewer" | "Builder";
|
|
247959
247976
|
fpContextId: string;
|
|
247977
|
+
numberOfFeatures: number;
|
|
247960
247978
|
description?: string | undefined;
|
|
247961
247979
|
emoji?: string | undefined;
|
|
247962
247980
|
createdByUserId?: string | undefined;
|
|
@@ -248949,6 +248967,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
248949
248967
|
instruction: string | null;
|
|
248950
248968
|
defaultRole: "Viewer" | "Builder";
|
|
248951
248969
|
fpContextId: string;
|
|
248970
|
+
numberOfFeatures: number;
|
|
248952
248971
|
description?: string | undefined;
|
|
248953
248972
|
emoji?: string | undefined;
|
|
248954
248973
|
createdByUserId?: string | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -162611,6 +162611,7 @@ declare const DTOForgeProject: z$1.ZodObject<{
|
|
|
162611
162611
|
additionalContext?: string | undefined;
|
|
162612
162612
|
themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
|
|
162613
162613
|
}>;
|
|
162614
|
+
numberOfFeatures: z$1.ZodNumber;
|
|
162614
162615
|
}, "strip", z$1.ZodTypeAny, {
|
|
162615
162616
|
id: string;
|
|
162616
162617
|
createdAt: Date;
|
|
@@ -163595,6 +163596,7 @@ declare const DTOForgeProject: z$1.ZodObject<{
|
|
|
163595
163596
|
instruction: string | null;
|
|
163596
163597
|
defaultRole: "Viewer" | "Builder";
|
|
163597
163598
|
fpContextId: string;
|
|
163599
|
+
numberOfFeatures: number;
|
|
163598
163600
|
description?: string | undefined;
|
|
163599
163601
|
emoji?: string | undefined;
|
|
163600
163602
|
createdByUserId?: string | undefined;
|
|
@@ -164581,6 +164583,7 @@ declare const DTOForgeProject: z$1.ZodObject<{
|
|
|
164581
164583
|
projectContextId: string;
|
|
164582
164584
|
instruction: string | null;
|
|
164583
164585
|
fpContextId: string;
|
|
164586
|
+
numberOfFeatures: number;
|
|
164584
164587
|
description?: string | undefined;
|
|
164585
164588
|
emoji?: string | undefined;
|
|
164586
164589
|
tags?: string[] | undefined;
|
|
@@ -173166,6 +173169,7 @@ declare const DTOForgeProjectCreate: z$1.ZodObject<Pick<{
|
|
|
173166
173169
|
additionalContext?: string | undefined;
|
|
173167
173170
|
themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
|
|
173168
173171
|
}>;
|
|
173172
|
+
numberOfFeatures: z$1.ZodNumber;
|
|
173169
173173
|
}, "name" | "description" | "emoji" | "tags" | "accessMode" | "instruction" | "defaultRole"> & {
|
|
173170
173174
|
/** @deprecated use `name` and `description` properties on project */
|
|
173171
173175
|
meta: z$1.ZodOptional<z$1.ZodObject<{
|
|
@@ -182765,6 +182769,7 @@ declare const DTOForgeProjectResponse: z$1.ZodObject<{
|
|
|
182765
182769
|
additionalContext?: string | undefined;
|
|
182766
182770
|
themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
|
|
182767
182771
|
}>;
|
|
182772
|
+
numberOfFeatures: z$1.ZodNumber;
|
|
182768
182773
|
} & {
|
|
182769
182774
|
effectiveRole: z$1.ZodEnum<["Viewer", "Builder", "Admin"]>;
|
|
182770
182775
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -183752,6 +183757,7 @@ declare const DTOForgeProjectResponse: z$1.ZodObject<{
|
|
|
183752
183757
|
instruction: string | null;
|
|
183753
183758
|
defaultRole: "Viewer" | "Builder";
|
|
183754
183759
|
fpContextId: string;
|
|
183760
|
+
numberOfFeatures: number;
|
|
183755
183761
|
description?: string | undefined;
|
|
183756
183762
|
emoji?: string | undefined;
|
|
183757
183763
|
createdByUserId?: string | undefined;
|
|
@@ -184739,6 +184745,7 @@ declare const DTOForgeProjectResponse: z$1.ZodObject<{
|
|
|
184739
184745
|
projectContextId: string;
|
|
184740
184746
|
instruction: string | null;
|
|
184741
184747
|
fpContextId: string;
|
|
184748
|
+
numberOfFeatures: number;
|
|
184742
184749
|
description?: string | undefined;
|
|
184743
184750
|
emoji?: string | undefined;
|
|
184744
184751
|
tags?: string[] | undefined;
|
|
@@ -185732,6 +185739,7 @@ declare const DTOForgeProjectResponse: z$1.ZodObject<{
|
|
|
185732
185739
|
instruction: string | null;
|
|
185733
185740
|
defaultRole: "Viewer" | "Builder";
|
|
185734
185741
|
fpContextId: string;
|
|
185742
|
+
numberOfFeatures: number;
|
|
185735
185743
|
description?: string | undefined;
|
|
185736
185744
|
emoji?: string | undefined;
|
|
185737
185745
|
createdByUserId?: string | undefined;
|
|
@@ -186721,6 +186729,7 @@ declare const DTOForgeProjectResponse: z$1.ZodObject<{
|
|
|
186721
186729
|
projectContextId: string;
|
|
186722
186730
|
instruction: string | null;
|
|
186723
186731
|
fpContextId: string;
|
|
186732
|
+
numberOfFeatures: number;
|
|
186724
186733
|
description?: string | undefined;
|
|
186725
186734
|
emoji?: string | undefined;
|
|
186726
186735
|
tags?: string[] | undefined;
|
|
@@ -195308,6 +195317,7 @@ declare const DTOForgeProjectListResponse: z$1.ZodObject<{
|
|
|
195308
195317
|
additionalContext?: string | undefined;
|
|
195309
195318
|
themePreset?: "Default" | "Airbnb" | "Spotify" | "Windows98" | undefined;
|
|
195310
195319
|
}>;
|
|
195320
|
+
numberOfFeatures: z$1.ZodNumber;
|
|
195311
195321
|
} & {
|
|
195312
195322
|
effectiveRole: z$1.ZodEnum<["Viewer", "Builder", "Admin"]>;
|
|
195313
195323
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -196295,6 +196305,7 @@ declare const DTOForgeProjectListResponse: z$1.ZodObject<{
|
|
|
196295
196305
|
instruction: string | null;
|
|
196296
196306
|
defaultRole: "Viewer" | "Builder";
|
|
196297
196307
|
fpContextId: string;
|
|
196308
|
+
numberOfFeatures: number;
|
|
196298
196309
|
description?: string | undefined;
|
|
196299
196310
|
emoji?: string | undefined;
|
|
196300
196311
|
createdByUserId?: string | undefined;
|
|
@@ -197282,6 +197293,7 @@ declare const DTOForgeProjectListResponse: z$1.ZodObject<{
|
|
|
197282
197293
|
projectContextId: string;
|
|
197283
197294
|
instruction: string | null;
|
|
197284
197295
|
fpContextId: string;
|
|
197296
|
+
numberOfFeatures: number;
|
|
197285
197297
|
description?: string | undefined;
|
|
197286
197298
|
emoji?: string | undefined;
|
|
197287
197299
|
tags?: string[] | undefined;
|
|
@@ -198275,6 +198287,7 @@ declare const DTOForgeProjectListResponse: z$1.ZodObject<{
|
|
|
198275
198287
|
instruction: string | null;
|
|
198276
198288
|
defaultRole: "Viewer" | "Builder";
|
|
198277
198289
|
fpContextId: string;
|
|
198290
|
+
numberOfFeatures: number;
|
|
198278
198291
|
description?: string | undefined;
|
|
198279
198292
|
emoji?: string | undefined;
|
|
198280
198293
|
createdByUserId?: string | undefined;
|
|
@@ -199264,6 +199277,7 @@ declare const DTOForgeProjectListResponse: z$1.ZodObject<{
|
|
|
199264
199277
|
projectContextId: string;
|
|
199265
199278
|
instruction: string | null;
|
|
199266
199279
|
fpContextId: string;
|
|
199280
|
+
numberOfFeatures: number;
|
|
199267
199281
|
description?: string | undefined;
|
|
199268
199282
|
emoji?: string | undefined;
|
|
199269
199283
|
tags?: string[] | undefined;
|
|
@@ -244981,6 +244995,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
244981
244995
|
instruction: string | null;
|
|
244982
244996
|
defaultRole: "Viewer" | "Builder";
|
|
244983
244997
|
fpContextId: string;
|
|
244998
|
+
numberOfFeatures: number;
|
|
244984
244999
|
description?: string | undefined;
|
|
244985
245000
|
emoji?: string | undefined;
|
|
244986
245001
|
createdByUserId?: string | undefined;
|
|
@@ -245973,6 +245988,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
245973
245988
|
instruction: string | null;
|
|
245974
245989
|
defaultRole: "Viewer" | "Builder";
|
|
245975
245990
|
fpContextId: string;
|
|
245991
|
+
numberOfFeatures: number;
|
|
245976
245992
|
description?: string | undefined;
|
|
245977
245993
|
emoji?: string | undefined;
|
|
245978
245994
|
createdByUserId?: string | undefined;
|
|
@@ -246965,6 +246981,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
246965
246981
|
instruction: string | null;
|
|
246966
246982
|
defaultRole: "Viewer" | "Builder";
|
|
246967
246983
|
fpContextId: string;
|
|
246984
|
+
numberOfFeatures: number;
|
|
246968
246985
|
description?: string | undefined;
|
|
246969
246986
|
emoji?: string | undefined;
|
|
246970
246987
|
createdByUserId?: string | undefined;
|
|
@@ -247957,6 +247974,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
247957
247974
|
instruction: string | null;
|
|
247958
247975
|
defaultRole: "Viewer" | "Builder";
|
|
247959
247976
|
fpContextId: string;
|
|
247977
|
+
numberOfFeatures: number;
|
|
247960
247978
|
description?: string | undefined;
|
|
247961
247979
|
emoji?: string | undefined;
|
|
247962
247980
|
createdByUserId?: string | undefined;
|
|
@@ -248949,6 +248967,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
248949
248967
|
instruction: string | null;
|
|
248950
248968
|
defaultRole: "Viewer" | "Builder";
|
|
248951
248969
|
fpContextId: string;
|
|
248970
|
+
numberOfFeatures: number;
|
|
248952
248971
|
description?: string | undefined;
|
|
248953
248972
|
emoji?: string | undefined;
|
|
248954
248973
|
createdByUserId?: string | undefined;
|
package/dist/index.js
CHANGED
|
@@ -10292,7 +10292,8 @@ var DTOForgeProject = _zod.z.object({
|
|
|
10292
10292
|
description: _zod.z.string().optional()
|
|
10293
10293
|
}),
|
|
10294
10294
|
/** @deprecated prefer fetching from project contexts endpoint separately */
|
|
10295
|
-
context: DTOForgeProjectContextV2
|
|
10295
|
+
context: DTOForgeProjectContextV2,
|
|
10296
|
+
numberOfFeatures: _zod.z.number().int().nonnegative()
|
|
10296
10297
|
});
|
|
10297
10298
|
var DTOForgeProjectCreate = DTOForgeProject.pick({
|
|
10298
10299
|
name: true,
|