@supernova-studio/model 1.31.1 → 1.31.2

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
@@ -157062,6 +157062,7 @@ 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;
157065
157066
  updatedAt: z.ZodOptional<z.ZodDate>;
157066
157067
  }, "strip", z.ZodTypeAny, {
157067
157068
  status: "Draft" | "ReadyForDevelopment";
@@ -157072,6 +157073,7 @@ declare const ProjectFeature: z.ZodObject<{
157072
157073
  sortOrder: number;
157073
157074
  createdByUserId: string;
157074
157075
  projectId: string;
157076
+ initialPrompt: string;
157075
157077
  updatedAt?: Date | undefined;
157076
157078
  sectionId?: string | undefined;
157077
157079
  isArchived?: boolean | undefined;
@@ -157082,6 +157084,7 @@ declare const ProjectFeature: z.ZodObject<{
157082
157084
  description: string;
157083
157085
  createdByUserId: string;
157084
157086
  projectId: string;
157087
+ initialPrompt: string;
157085
157088
  status?: "Draft" | "ReadyForDevelopment" | undefined;
157086
157089
  updatedAt?: Date | undefined;
157087
157090
  sortOrder?: number | undefined;
@@ -187708,6 +187711,7 @@ declare const ForgeProjectRoomInitialState: z.ZodObject<{
187708
187711
  sectionId: z.ZodOptional<z.ZodString>;
187709
187712
  sortOrder: z.ZodDefault<z.ZodNumber>;
187710
187713
  status: z.ZodDefault<z.ZodEnum<["Draft", "ReadyForDevelopment"]>>;
187714
+ initialPrompt: z.ZodString;
187711
187715
  updatedAt: z.ZodOptional<z.ZodDate>;
187712
187716
  }, "strip", z.ZodTypeAny, {
187713
187717
  status: "Draft" | "ReadyForDevelopment";
@@ -187718,6 +187722,7 @@ declare const ForgeProjectRoomInitialState: z.ZodObject<{
187718
187722
  sortOrder: number;
187719
187723
  createdByUserId: string;
187720
187724
  projectId: string;
187725
+ initialPrompt: string;
187721
187726
  updatedAt?: Date | undefined;
187722
187727
  sectionId?: string | undefined;
187723
187728
  isArchived?: boolean | undefined;
@@ -187728,6 +187733,7 @@ declare const ForgeProjectRoomInitialState: z.ZodObject<{
187728
187733
  description: string;
187729
187734
  createdByUserId: string;
187730
187735
  projectId: string;
187736
+ initialPrompt: string;
187731
187737
  status?: "Draft" | "ReadyForDevelopment" | undefined;
187732
187738
  updatedAt?: Date | undefined;
187733
187739
  sortOrder?: number | undefined;
@@ -187794,6 +187800,7 @@ declare const ForgeProjectRoomInitialState: z.ZodObject<{
187794
187800
  sortOrder: number;
187795
187801
  createdByUserId: string;
187796
187802
  projectId: string;
187803
+ initialPrompt: string;
187797
187804
  updatedAt?: Date | undefined;
187798
187805
  sectionId?: string | undefined;
187799
187806
  isArchived?: boolean | undefined;
@@ -187836,6 +187843,7 @@ declare const ForgeProjectRoomInitialState: z.ZodObject<{
187836
187843
  description: string;
187837
187844
  createdByUserId: string;
187838
187845
  projectId: string;
187846
+ initialPrompt: string;
187839
187847
  status?: "Draft" | "ReadyForDevelopment" | undefined;
187840
187848
  updatedAt?: Date | undefined;
187841
187849
  sortOrder?: number | undefined;
@@ -187921,6 +187929,7 @@ declare const ForgeProjectRoomUpdate: z.ZodObject<{
187921
187929
  sectionId: z.ZodOptional<z.ZodString>;
187922
187930
  sortOrder: z.ZodDefault<z.ZodNumber>;
187923
187931
  status: z.ZodDefault<z.ZodEnum<["Draft", "ReadyForDevelopment"]>>;
187932
+ initialPrompt: z.ZodString;
187924
187933
  updatedAt: z.ZodOptional<z.ZodDate>;
187925
187934
  }, "strip", z.ZodTypeAny, {
187926
187935
  status: "Draft" | "ReadyForDevelopment";
@@ -187931,6 +187940,7 @@ declare const ForgeProjectRoomUpdate: z.ZodObject<{
187931
187940
  sortOrder: number;
187932
187941
  createdByUserId: string;
187933
187942
  projectId: string;
187943
+ initialPrompt: string;
187934
187944
  updatedAt?: Date | undefined;
187935
187945
  sectionId?: string | undefined;
187936
187946
  isArchived?: boolean | undefined;
@@ -187941,6 +187951,7 @@ declare const ForgeProjectRoomUpdate: z.ZodObject<{
187941
187951
  description: string;
187942
187952
  createdByUserId: string;
187943
187953
  projectId: string;
187954
+ initialPrompt: string;
187944
187955
  status?: "Draft" | "ReadyForDevelopment" | undefined;
187945
187956
  updatedAt?: Date | undefined;
187946
187957
  sortOrder?: number | undefined;
@@ -188011,6 +188022,7 @@ declare const ForgeProjectRoomUpdate: z.ZodObject<{
188011
188022
  sortOrder: number;
188012
188023
  createdByUserId: string;
188013
188024
  projectId: string;
188025
+ initialPrompt: string;
188014
188026
  updatedAt?: Date | undefined;
188015
188027
  sectionId?: string | undefined;
188016
188028
  isArchived?: boolean | undefined;
@@ -188058,6 +188070,7 @@ declare const ForgeProjectRoomUpdate: z.ZodObject<{
188058
188070
  description: string;
188059
188071
  createdByUserId: string;
188060
188072
  projectId: string;
188073
+ initialPrompt: string;
188061
188074
  status?: "Draft" | "ReadyForDevelopment" | undefined;
188062
188075
  updatedAt?: Date | undefined;
188063
188076
  sortOrder?: number | undefined;
package/dist/index.d.ts CHANGED
@@ -157062,6 +157062,7 @@ 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;
157065
157066
  updatedAt: z.ZodOptional<z.ZodDate>;
157066
157067
  }, "strip", z.ZodTypeAny, {
157067
157068
  status: "Draft" | "ReadyForDevelopment";
@@ -157072,6 +157073,7 @@ declare const ProjectFeature: z.ZodObject<{
157072
157073
  sortOrder: number;
157073
157074
  createdByUserId: string;
157074
157075
  projectId: string;
157076
+ initialPrompt: string;
157075
157077
  updatedAt?: Date | undefined;
157076
157078
  sectionId?: string | undefined;
157077
157079
  isArchived?: boolean | undefined;
@@ -157082,6 +157084,7 @@ declare const ProjectFeature: z.ZodObject<{
157082
157084
  description: string;
157083
157085
  createdByUserId: string;
157084
157086
  projectId: string;
157087
+ initialPrompt: string;
157085
157088
  status?: "Draft" | "ReadyForDevelopment" | undefined;
157086
157089
  updatedAt?: Date | undefined;
157087
157090
  sortOrder?: number | undefined;
@@ -187708,6 +187711,7 @@ declare const ForgeProjectRoomInitialState: z.ZodObject<{
187708
187711
  sectionId: z.ZodOptional<z.ZodString>;
187709
187712
  sortOrder: z.ZodDefault<z.ZodNumber>;
187710
187713
  status: z.ZodDefault<z.ZodEnum<["Draft", "ReadyForDevelopment"]>>;
187714
+ initialPrompt: z.ZodString;
187711
187715
  updatedAt: z.ZodOptional<z.ZodDate>;
187712
187716
  }, "strip", z.ZodTypeAny, {
187713
187717
  status: "Draft" | "ReadyForDevelopment";
@@ -187718,6 +187722,7 @@ declare const ForgeProjectRoomInitialState: z.ZodObject<{
187718
187722
  sortOrder: number;
187719
187723
  createdByUserId: string;
187720
187724
  projectId: string;
187725
+ initialPrompt: string;
187721
187726
  updatedAt?: Date | undefined;
187722
187727
  sectionId?: string | undefined;
187723
187728
  isArchived?: boolean | undefined;
@@ -187728,6 +187733,7 @@ declare const ForgeProjectRoomInitialState: z.ZodObject<{
187728
187733
  description: string;
187729
187734
  createdByUserId: string;
187730
187735
  projectId: string;
187736
+ initialPrompt: string;
187731
187737
  status?: "Draft" | "ReadyForDevelopment" | undefined;
187732
187738
  updatedAt?: Date | undefined;
187733
187739
  sortOrder?: number | undefined;
@@ -187794,6 +187800,7 @@ declare const ForgeProjectRoomInitialState: z.ZodObject<{
187794
187800
  sortOrder: number;
187795
187801
  createdByUserId: string;
187796
187802
  projectId: string;
187803
+ initialPrompt: string;
187797
187804
  updatedAt?: Date | undefined;
187798
187805
  sectionId?: string | undefined;
187799
187806
  isArchived?: boolean | undefined;
@@ -187836,6 +187843,7 @@ declare const ForgeProjectRoomInitialState: z.ZodObject<{
187836
187843
  description: string;
187837
187844
  createdByUserId: string;
187838
187845
  projectId: string;
187846
+ initialPrompt: string;
187839
187847
  status?: "Draft" | "ReadyForDevelopment" | undefined;
187840
187848
  updatedAt?: Date | undefined;
187841
187849
  sortOrder?: number | undefined;
@@ -187921,6 +187929,7 @@ declare const ForgeProjectRoomUpdate: z.ZodObject<{
187921
187929
  sectionId: z.ZodOptional<z.ZodString>;
187922
187930
  sortOrder: z.ZodDefault<z.ZodNumber>;
187923
187931
  status: z.ZodDefault<z.ZodEnum<["Draft", "ReadyForDevelopment"]>>;
187932
+ initialPrompt: z.ZodString;
187924
187933
  updatedAt: z.ZodOptional<z.ZodDate>;
187925
187934
  }, "strip", z.ZodTypeAny, {
187926
187935
  status: "Draft" | "ReadyForDevelopment";
@@ -187931,6 +187940,7 @@ declare const ForgeProjectRoomUpdate: z.ZodObject<{
187931
187940
  sortOrder: number;
187932
187941
  createdByUserId: string;
187933
187942
  projectId: string;
187943
+ initialPrompt: string;
187934
187944
  updatedAt?: Date | undefined;
187935
187945
  sectionId?: string | undefined;
187936
187946
  isArchived?: boolean | undefined;
@@ -187941,6 +187951,7 @@ declare const ForgeProjectRoomUpdate: z.ZodObject<{
187941
187951
  description: string;
187942
187952
  createdByUserId: string;
187943
187953
  projectId: string;
187954
+ initialPrompt: string;
187944
187955
  status?: "Draft" | "ReadyForDevelopment" | undefined;
187945
187956
  updatedAt?: Date | undefined;
187946
187957
  sortOrder?: number | undefined;
@@ -188011,6 +188022,7 @@ declare const ForgeProjectRoomUpdate: z.ZodObject<{
188011
188022
  sortOrder: number;
188012
188023
  createdByUserId: string;
188013
188024
  projectId: string;
188025
+ initialPrompt: string;
188014
188026
  updatedAt?: Date | undefined;
188015
188027
  sectionId?: string | undefined;
188016
188028
  isArchived?: boolean | undefined;
@@ -188058,6 +188070,7 @@ declare const ForgeProjectRoomUpdate: z.ZodObject<{
188058
188070
  description: string;
188059
188071
  createdByUserId: string;
188060
188072
  projectId: string;
188073
+ initialPrompt: string;
188061
188074
  status?: "Draft" | "ReadyForDevelopment" | undefined;
188062
188075
  updatedAt?: Date | undefined;
188063
188076
  sortOrder?: number | undefined;
package/dist/index.js CHANGED
@@ -5954,6 +5954,7 @@ 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(),
5957
5958
  updatedAt: _zod.z.coerce.date().optional()
5958
5959
  });
5959
5960