@supernova-studio/model 1.31.3 → 1.31.4
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 +13 -13
- package/dist/index.d.ts +13 -13
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -157062,9 +157062,9 @@ declare const ProjectFeature: z.ZodObject<{
|
|
|
157062
157062
|
sectionId: z.ZodOptional<z.ZodString>;
|
|
157063
157063
|
sortOrder: z.ZodDefault<z.ZodNumber>;
|
|
157064
157064
|
status: z.ZodDefault<z.ZodEnum<["Draft", "ReadyForDevelopment"]>>;
|
|
157065
|
-
initialPrompt: z.ZodString;
|
|
157066
157065
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
157067
157066
|
numberOfIterations: z.ZodDefault<z.ZodNumber>;
|
|
157067
|
+
numberOfBookmarkedIterations: z.ZodDefault<z.ZodNumber>;
|
|
157068
157068
|
lastReplyTimestamp: z.ZodOptional<z.ZodDate>;
|
|
157069
157069
|
}, "strip", z.ZodTypeAny, {
|
|
157070
157070
|
status: "Draft" | "ReadyForDevelopment";
|
|
@@ -157075,8 +157075,8 @@ declare const ProjectFeature: z.ZodObject<{
|
|
|
157075
157075
|
sortOrder: number;
|
|
157076
157076
|
createdByUserId: string;
|
|
157077
157077
|
projectId: string;
|
|
157078
|
-
initialPrompt: string;
|
|
157079
157078
|
numberOfIterations: number;
|
|
157079
|
+
numberOfBookmarkedIterations: number;
|
|
157080
157080
|
updatedAt?: Date | undefined;
|
|
157081
157081
|
sectionId?: string | undefined;
|
|
157082
157082
|
isArchived?: boolean | undefined;
|
|
@@ -157088,13 +157088,13 @@ declare const ProjectFeature: z.ZodObject<{
|
|
|
157088
157088
|
description: string;
|
|
157089
157089
|
createdByUserId: string;
|
|
157090
157090
|
projectId: string;
|
|
157091
|
-
initialPrompt: string;
|
|
157092
157091
|
status?: "Draft" | "ReadyForDevelopment" | undefined;
|
|
157093
157092
|
updatedAt?: Date | undefined;
|
|
157094
157093
|
sortOrder?: number | undefined;
|
|
157095
157094
|
sectionId?: string | undefined;
|
|
157096
157095
|
isArchived?: boolean | undefined;
|
|
157097
157096
|
numberOfIterations?: number | undefined;
|
|
157097
|
+
numberOfBookmarkedIterations?: number | undefined;
|
|
157098
157098
|
lastReplyTimestamp?: Date | undefined;
|
|
157099
157099
|
}>;
|
|
157100
157100
|
type ProjectFeature = z.infer<typeof ProjectFeature>;
|
|
@@ -187717,9 +187717,9 @@ declare const ForgeProjectRoomInitialState: z.ZodObject<{
|
|
|
187717
187717
|
sectionId: z.ZodOptional<z.ZodString>;
|
|
187718
187718
|
sortOrder: z.ZodDefault<z.ZodNumber>;
|
|
187719
187719
|
status: z.ZodDefault<z.ZodEnum<["Draft", "ReadyForDevelopment"]>>;
|
|
187720
|
-
initialPrompt: z.ZodString;
|
|
187721
187720
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
187722
187721
|
numberOfIterations: z.ZodDefault<z.ZodNumber>;
|
|
187722
|
+
numberOfBookmarkedIterations: z.ZodDefault<z.ZodNumber>;
|
|
187723
187723
|
lastReplyTimestamp: z.ZodOptional<z.ZodDate>;
|
|
187724
187724
|
}, "strip", z.ZodTypeAny, {
|
|
187725
187725
|
status: "Draft" | "ReadyForDevelopment";
|
|
@@ -187730,8 +187730,8 @@ declare const ForgeProjectRoomInitialState: z.ZodObject<{
|
|
|
187730
187730
|
sortOrder: number;
|
|
187731
187731
|
createdByUserId: string;
|
|
187732
187732
|
projectId: string;
|
|
187733
|
-
initialPrompt: string;
|
|
187734
187733
|
numberOfIterations: number;
|
|
187734
|
+
numberOfBookmarkedIterations: number;
|
|
187735
187735
|
updatedAt?: Date | undefined;
|
|
187736
187736
|
sectionId?: string | undefined;
|
|
187737
187737
|
isArchived?: boolean | undefined;
|
|
@@ -187743,13 +187743,13 @@ declare const ForgeProjectRoomInitialState: z.ZodObject<{
|
|
|
187743
187743
|
description: string;
|
|
187744
187744
|
createdByUserId: string;
|
|
187745
187745
|
projectId: string;
|
|
187746
|
-
initialPrompt: string;
|
|
187747
187746
|
status?: "Draft" | "ReadyForDevelopment" | undefined;
|
|
187748
187747
|
updatedAt?: Date | undefined;
|
|
187749
187748
|
sortOrder?: number | undefined;
|
|
187750
187749
|
sectionId?: string | undefined;
|
|
187751
187750
|
isArchived?: boolean | undefined;
|
|
187752
187751
|
numberOfIterations?: number | undefined;
|
|
187752
|
+
numberOfBookmarkedIterations?: number | undefined;
|
|
187753
187753
|
lastReplyTimestamp?: Date | undefined;
|
|
187754
187754
|
}>, "many">;
|
|
187755
187755
|
artifactSections: z.ZodArray<z.ZodObject<{
|
|
@@ -187812,8 +187812,8 @@ declare const ForgeProjectRoomInitialState: z.ZodObject<{
|
|
|
187812
187812
|
sortOrder: number;
|
|
187813
187813
|
createdByUserId: string;
|
|
187814
187814
|
projectId: string;
|
|
187815
|
-
initialPrompt: string;
|
|
187816
187815
|
numberOfIterations: number;
|
|
187816
|
+
numberOfBookmarkedIterations: number;
|
|
187817
187817
|
updatedAt?: Date | undefined;
|
|
187818
187818
|
sectionId?: string | undefined;
|
|
187819
187819
|
isArchived?: boolean | undefined;
|
|
@@ -187857,13 +187857,13 @@ declare const ForgeProjectRoomInitialState: z.ZodObject<{
|
|
|
187857
187857
|
description: string;
|
|
187858
187858
|
createdByUserId: string;
|
|
187859
187859
|
projectId: string;
|
|
187860
|
-
initialPrompt: string;
|
|
187861
187860
|
status?: "Draft" | "ReadyForDevelopment" | undefined;
|
|
187862
187861
|
updatedAt?: Date | undefined;
|
|
187863
187862
|
sortOrder?: number | undefined;
|
|
187864
187863
|
sectionId?: string | undefined;
|
|
187865
187864
|
isArchived?: boolean | undefined;
|
|
187866
187865
|
numberOfIterations?: number | undefined;
|
|
187866
|
+
numberOfBookmarkedIterations?: number | undefined;
|
|
187867
187867
|
lastReplyTimestamp?: Date | undefined;
|
|
187868
187868
|
}[];
|
|
187869
187869
|
artifacts: {
|
|
@@ -187945,9 +187945,9 @@ declare const ForgeProjectRoomUpdate: z.ZodObject<{
|
|
|
187945
187945
|
sectionId: z.ZodOptional<z.ZodString>;
|
|
187946
187946
|
sortOrder: z.ZodDefault<z.ZodNumber>;
|
|
187947
187947
|
status: z.ZodDefault<z.ZodEnum<["Draft", "ReadyForDevelopment"]>>;
|
|
187948
|
-
initialPrompt: z.ZodString;
|
|
187949
187948
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
187950
187949
|
numberOfIterations: z.ZodDefault<z.ZodNumber>;
|
|
187950
|
+
numberOfBookmarkedIterations: z.ZodDefault<z.ZodNumber>;
|
|
187951
187951
|
lastReplyTimestamp: z.ZodOptional<z.ZodDate>;
|
|
187952
187952
|
}, "strip", z.ZodTypeAny, {
|
|
187953
187953
|
status: "Draft" | "ReadyForDevelopment";
|
|
@@ -187958,8 +187958,8 @@ declare const ForgeProjectRoomUpdate: z.ZodObject<{
|
|
|
187958
187958
|
sortOrder: number;
|
|
187959
187959
|
createdByUserId: string;
|
|
187960
187960
|
projectId: string;
|
|
187961
|
-
initialPrompt: string;
|
|
187962
187961
|
numberOfIterations: number;
|
|
187962
|
+
numberOfBookmarkedIterations: number;
|
|
187963
187963
|
updatedAt?: Date | undefined;
|
|
187964
187964
|
sectionId?: string | undefined;
|
|
187965
187965
|
isArchived?: boolean | undefined;
|
|
@@ -187971,13 +187971,13 @@ declare const ForgeProjectRoomUpdate: z.ZodObject<{
|
|
|
187971
187971
|
description: string;
|
|
187972
187972
|
createdByUserId: string;
|
|
187973
187973
|
projectId: string;
|
|
187974
|
-
initialPrompt: string;
|
|
187975
187974
|
status?: "Draft" | "ReadyForDevelopment" | undefined;
|
|
187976
187975
|
updatedAt?: Date | undefined;
|
|
187977
187976
|
sortOrder?: number | undefined;
|
|
187978
187977
|
sectionId?: string | undefined;
|
|
187979
187978
|
isArchived?: boolean | undefined;
|
|
187980
187979
|
numberOfIterations?: number | undefined;
|
|
187980
|
+
numberOfBookmarkedIterations?: number | undefined;
|
|
187981
187981
|
lastReplyTimestamp?: Date | undefined;
|
|
187982
187982
|
}>, "many">>;
|
|
187983
187983
|
featureIdsToDelete: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -188044,8 +188044,8 @@ declare const ForgeProjectRoomUpdate: z.ZodObject<{
|
|
|
188044
188044
|
sortOrder: number;
|
|
188045
188045
|
createdByUserId: string;
|
|
188046
188046
|
projectId: string;
|
|
188047
|
-
initialPrompt: string;
|
|
188048
188047
|
numberOfIterations: number;
|
|
188048
|
+
numberOfBookmarkedIterations: number;
|
|
188049
188049
|
updatedAt?: Date | undefined;
|
|
188050
188050
|
sectionId?: string | undefined;
|
|
188051
188051
|
isArchived?: boolean | undefined;
|
|
@@ -188094,13 +188094,13 @@ declare const ForgeProjectRoomUpdate: z.ZodObject<{
|
|
|
188094
188094
|
description: string;
|
|
188095
188095
|
createdByUserId: string;
|
|
188096
188096
|
projectId: string;
|
|
188097
|
-
initialPrompt: string;
|
|
188098
188097
|
status?: "Draft" | "ReadyForDevelopment" | undefined;
|
|
188099
188098
|
updatedAt?: Date | undefined;
|
|
188100
188099
|
sortOrder?: number | undefined;
|
|
188101
188100
|
sectionId?: string | undefined;
|
|
188102
188101
|
isArchived?: boolean | undefined;
|
|
188103
188102
|
numberOfIterations?: number | undefined;
|
|
188103
|
+
numberOfBookmarkedIterations?: number | undefined;
|
|
188104
188104
|
lastReplyTimestamp?: Date | undefined;
|
|
188105
188105
|
}[] | undefined;
|
|
188106
188106
|
executedTransactionIds?: string[] | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -157062,9 +157062,9 @@ declare const ProjectFeature: z.ZodObject<{
|
|
|
157062
157062
|
sectionId: z.ZodOptional<z.ZodString>;
|
|
157063
157063
|
sortOrder: z.ZodDefault<z.ZodNumber>;
|
|
157064
157064
|
status: z.ZodDefault<z.ZodEnum<["Draft", "ReadyForDevelopment"]>>;
|
|
157065
|
-
initialPrompt: z.ZodString;
|
|
157066
157065
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
157067
157066
|
numberOfIterations: z.ZodDefault<z.ZodNumber>;
|
|
157067
|
+
numberOfBookmarkedIterations: z.ZodDefault<z.ZodNumber>;
|
|
157068
157068
|
lastReplyTimestamp: z.ZodOptional<z.ZodDate>;
|
|
157069
157069
|
}, "strip", z.ZodTypeAny, {
|
|
157070
157070
|
status: "Draft" | "ReadyForDevelopment";
|
|
@@ -157075,8 +157075,8 @@ declare const ProjectFeature: z.ZodObject<{
|
|
|
157075
157075
|
sortOrder: number;
|
|
157076
157076
|
createdByUserId: string;
|
|
157077
157077
|
projectId: string;
|
|
157078
|
-
initialPrompt: string;
|
|
157079
157078
|
numberOfIterations: number;
|
|
157079
|
+
numberOfBookmarkedIterations: number;
|
|
157080
157080
|
updatedAt?: Date | undefined;
|
|
157081
157081
|
sectionId?: string | undefined;
|
|
157082
157082
|
isArchived?: boolean | undefined;
|
|
@@ -157088,13 +157088,13 @@ declare const ProjectFeature: z.ZodObject<{
|
|
|
157088
157088
|
description: string;
|
|
157089
157089
|
createdByUserId: string;
|
|
157090
157090
|
projectId: string;
|
|
157091
|
-
initialPrompt: string;
|
|
157092
157091
|
status?: "Draft" | "ReadyForDevelopment" | undefined;
|
|
157093
157092
|
updatedAt?: Date | undefined;
|
|
157094
157093
|
sortOrder?: number | undefined;
|
|
157095
157094
|
sectionId?: string | undefined;
|
|
157096
157095
|
isArchived?: boolean | undefined;
|
|
157097
157096
|
numberOfIterations?: number | undefined;
|
|
157097
|
+
numberOfBookmarkedIterations?: number | undefined;
|
|
157098
157098
|
lastReplyTimestamp?: Date | undefined;
|
|
157099
157099
|
}>;
|
|
157100
157100
|
type ProjectFeature = z.infer<typeof ProjectFeature>;
|
|
@@ -187717,9 +187717,9 @@ declare const ForgeProjectRoomInitialState: z.ZodObject<{
|
|
|
187717
187717
|
sectionId: z.ZodOptional<z.ZodString>;
|
|
187718
187718
|
sortOrder: z.ZodDefault<z.ZodNumber>;
|
|
187719
187719
|
status: z.ZodDefault<z.ZodEnum<["Draft", "ReadyForDevelopment"]>>;
|
|
187720
|
-
initialPrompt: z.ZodString;
|
|
187721
187720
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
187722
187721
|
numberOfIterations: z.ZodDefault<z.ZodNumber>;
|
|
187722
|
+
numberOfBookmarkedIterations: z.ZodDefault<z.ZodNumber>;
|
|
187723
187723
|
lastReplyTimestamp: z.ZodOptional<z.ZodDate>;
|
|
187724
187724
|
}, "strip", z.ZodTypeAny, {
|
|
187725
187725
|
status: "Draft" | "ReadyForDevelopment";
|
|
@@ -187730,8 +187730,8 @@ declare const ForgeProjectRoomInitialState: z.ZodObject<{
|
|
|
187730
187730
|
sortOrder: number;
|
|
187731
187731
|
createdByUserId: string;
|
|
187732
187732
|
projectId: string;
|
|
187733
|
-
initialPrompt: string;
|
|
187734
187733
|
numberOfIterations: number;
|
|
187734
|
+
numberOfBookmarkedIterations: number;
|
|
187735
187735
|
updatedAt?: Date | undefined;
|
|
187736
187736
|
sectionId?: string | undefined;
|
|
187737
187737
|
isArchived?: boolean | undefined;
|
|
@@ -187743,13 +187743,13 @@ declare const ForgeProjectRoomInitialState: z.ZodObject<{
|
|
|
187743
187743
|
description: string;
|
|
187744
187744
|
createdByUserId: string;
|
|
187745
187745
|
projectId: string;
|
|
187746
|
-
initialPrompt: string;
|
|
187747
187746
|
status?: "Draft" | "ReadyForDevelopment" | undefined;
|
|
187748
187747
|
updatedAt?: Date | undefined;
|
|
187749
187748
|
sortOrder?: number | undefined;
|
|
187750
187749
|
sectionId?: string | undefined;
|
|
187751
187750
|
isArchived?: boolean | undefined;
|
|
187752
187751
|
numberOfIterations?: number | undefined;
|
|
187752
|
+
numberOfBookmarkedIterations?: number | undefined;
|
|
187753
187753
|
lastReplyTimestamp?: Date | undefined;
|
|
187754
187754
|
}>, "many">;
|
|
187755
187755
|
artifactSections: z.ZodArray<z.ZodObject<{
|
|
@@ -187812,8 +187812,8 @@ declare const ForgeProjectRoomInitialState: z.ZodObject<{
|
|
|
187812
187812
|
sortOrder: number;
|
|
187813
187813
|
createdByUserId: string;
|
|
187814
187814
|
projectId: string;
|
|
187815
|
-
initialPrompt: string;
|
|
187816
187815
|
numberOfIterations: number;
|
|
187816
|
+
numberOfBookmarkedIterations: number;
|
|
187817
187817
|
updatedAt?: Date | undefined;
|
|
187818
187818
|
sectionId?: string | undefined;
|
|
187819
187819
|
isArchived?: boolean | undefined;
|
|
@@ -187857,13 +187857,13 @@ declare const ForgeProjectRoomInitialState: z.ZodObject<{
|
|
|
187857
187857
|
description: string;
|
|
187858
187858
|
createdByUserId: string;
|
|
187859
187859
|
projectId: string;
|
|
187860
|
-
initialPrompt: string;
|
|
187861
187860
|
status?: "Draft" | "ReadyForDevelopment" | undefined;
|
|
187862
187861
|
updatedAt?: Date | undefined;
|
|
187863
187862
|
sortOrder?: number | undefined;
|
|
187864
187863
|
sectionId?: string | undefined;
|
|
187865
187864
|
isArchived?: boolean | undefined;
|
|
187866
187865
|
numberOfIterations?: number | undefined;
|
|
187866
|
+
numberOfBookmarkedIterations?: number | undefined;
|
|
187867
187867
|
lastReplyTimestamp?: Date | undefined;
|
|
187868
187868
|
}[];
|
|
187869
187869
|
artifacts: {
|
|
@@ -187945,9 +187945,9 @@ declare const ForgeProjectRoomUpdate: z.ZodObject<{
|
|
|
187945
187945
|
sectionId: z.ZodOptional<z.ZodString>;
|
|
187946
187946
|
sortOrder: z.ZodDefault<z.ZodNumber>;
|
|
187947
187947
|
status: z.ZodDefault<z.ZodEnum<["Draft", "ReadyForDevelopment"]>>;
|
|
187948
|
-
initialPrompt: z.ZodString;
|
|
187949
187948
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
187950
187949
|
numberOfIterations: z.ZodDefault<z.ZodNumber>;
|
|
187950
|
+
numberOfBookmarkedIterations: z.ZodDefault<z.ZodNumber>;
|
|
187951
187951
|
lastReplyTimestamp: z.ZodOptional<z.ZodDate>;
|
|
187952
187952
|
}, "strip", z.ZodTypeAny, {
|
|
187953
187953
|
status: "Draft" | "ReadyForDevelopment";
|
|
@@ -187958,8 +187958,8 @@ declare const ForgeProjectRoomUpdate: z.ZodObject<{
|
|
|
187958
187958
|
sortOrder: number;
|
|
187959
187959
|
createdByUserId: string;
|
|
187960
187960
|
projectId: string;
|
|
187961
|
-
initialPrompt: string;
|
|
187962
187961
|
numberOfIterations: number;
|
|
187962
|
+
numberOfBookmarkedIterations: number;
|
|
187963
187963
|
updatedAt?: Date | undefined;
|
|
187964
187964
|
sectionId?: string | undefined;
|
|
187965
187965
|
isArchived?: boolean | undefined;
|
|
@@ -187971,13 +187971,13 @@ declare const ForgeProjectRoomUpdate: z.ZodObject<{
|
|
|
187971
187971
|
description: string;
|
|
187972
187972
|
createdByUserId: string;
|
|
187973
187973
|
projectId: string;
|
|
187974
|
-
initialPrompt: string;
|
|
187975
187974
|
status?: "Draft" | "ReadyForDevelopment" | undefined;
|
|
187976
187975
|
updatedAt?: Date | undefined;
|
|
187977
187976
|
sortOrder?: number | undefined;
|
|
187978
187977
|
sectionId?: string | undefined;
|
|
187979
187978
|
isArchived?: boolean | undefined;
|
|
187980
187979
|
numberOfIterations?: number | undefined;
|
|
187980
|
+
numberOfBookmarkedIterations?: number | undefined;
|
|
187981
187981
|
lastReplyTimestamp?: Date | undefined;
|
|
187982
187982
|
}>, "many">>;
|
|
187983
187983
|
featureIdsToDelete: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -188044,8 +188044,8 @@ declare const ForgeProjectRoomUpdate: z.ZodObject<{
|
|
|
188044
188044
|
sortOrder: number;
|
|
188045
188045
|
createdByUserId: string;
|
|
188046
188046
|
projectId: string;
|
|
188047
|
-
initialPrompt: string;
|
|
188048
188047
|
numberOfIterations: number;
|
|
188048
|
+
numberOfBookmarkedIterations: number;
|
|
188049
188049
|
updatedAt?: Date | undefined;
|
|
188050
188050
|
sectionId?: string | undefined;
|
|
188051
188051
|
isArchived?: boolean | undefined;
|
|
@@ -188094,13 +188094,13 @@ declare const ForgeProjectRoomUpdate: z.ZodObject<{
|
|
|
188094
188094
|
description: string;
|
|
188095
188095
|
createdByUserId: string;
|
|
188096
188096
|
projectId: string;
|
|
188097
|
-
initialPrompt: string;
|
|
188098
188097
|
status?: "Draft" | "ReadyForDevelopment" | undefined;
|
|
188099
188098
|
updatedAt?: Date | undefined;
|
|
188100
188099
|
sortOrder?: number | undefined;
|
|
188101
188100
|
sectionId?: string | undefined;
|
|
188102
188101
|
isArchived?: boolean | undefined;
|
|
188103
188102
|
numberOfIterations?: number | undefined;
|
|
188103
|
+
numberOfBookmarkedIterations?: number | undefined;
|
|
188104
188104
|
lastReplyTimestamp?: Date | undefined;
|
|
188105
188105
|
}[] | undefined;
|
|
188106
188106
|
executedTransactionIds?: string[] | undefined;
|
package/dist/index.js
CHANGED
|
@@ -5954,9 +5954,9 @@ var ProjectFeature = _zod.z.object({
|
|
|
5954
5954
|
sectionId: Id.optional(),
|
|
5955
5955
|
sortOrder: SortOrder.default(0),
|
|
5956
5956
|
status: ProjectFeatureStatus.default("Draft"),
|
|
5957
|
-
initialPrompt: _zod.z.string(),
|
|
5958
5957
|
updatedAt: _zod.z.coerce.date().optional(),
|
|
5959
5958
|
numberOfIterations: _zod.z.number().min(0).default(0),
|
|
5959
|
+
numberOfBookmarkedIterations: _zod.z.number().min(0).default(0),
|
|
5960
5960
|
lastReplyTimestamp: _zod.z.coerce.date().optional()
|
|
5961
5961
|
});
|
|
5962
5962
|
|