@supernova-studio/model 1.60.3 → 1.62.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 +46 -22
- package/dist/index.d.ts +46 -22
- 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
|
@@ -959,6 +959,32 @@ declare const FeaturesSummary: z$1.ZodObject<{
|
|
|
959
959
|
errorReason: string;
|
|
960
960
|
max?: number | undefined;
|
|
961
961
|
}>;
|
|
962
|
+
forgeFeatureWorkspacePublishing: z$1.ZodObject<{
|
|
963
|
+
enabled: z$1.ZodBoolean;
|
|
964
|
+
errorMessage: z$1.ZodString;
|
|
965
|
+
errorReason: z$1.ZodString;
|
|
966
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
967
|
+
errorMessage: string;
|
|
968
|
+
errorReason: string;
|
|
969
|
+
enabled: boolean;
|
|
970
|
+
}, {
|
|
971
|
+
errorMessage: string;
|
|
972
|
+
errorReason: string;
|
|
973
|
+
enabled: boolean;
|
|
974
|
+
}>;
|
|
975
|
+
forgeFeatureHideSupernovaUI: z$1.ZodObject<{
|
|
976
|
+
enabled: z$1.ZodBoolean;
|
|
977
|
+
errorMessage: z$1.ZodString;
|
|
978
|
+
errorReason: z$1.ZodString;
|
|
979
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
980
|
+
errorMessage: string;
|
|
981
|
+
errorReason: string;
|
|
982
|
+
enabled: boolean;
|
|
983
|
+
}, {
|
|
984
|
+
errorMessage: string;
|
|
985
|
+
errorReason: string;
|
|
986
|
+
enabled: boolean;
|
|
987
|
+
}>;
|
|
962
988
|
documentationPages: z$1.ZodObject<{
|
|
963
989
|
max: z$1.ZodOptional<z$1.ZodNumber>;
|
|
964
990
|
errorMessage: z$1.ZodString;
|
|
@@ -1143,6 +1169,16 @@ declare const FeaturesSummary: z$1.ZodObject<{
|
|
|
1143
1169
|
errorReason: string;
|
|
1144
1170
|
max?: number | undefined;
|
|
1145
1171
|
};
|
|
1172
|
+
forgeFeatureWorkspacePublishing: {
|
|
1173
|
+
errorMessage: string;
|
|
1174
|
+
errorReason: string;
|
|
1175
|
+
enabled: boolean;
|
|
1176
|
+
};
|
|
1177
|
+
forgeFeatureHideSupernovaUI: {
|
|
1178
|
+
errorMessage: string;
|
|
1179
|
+
errorReason: string;
|
|
1180
|
+
enabled: boolean;
|
|
1181
|
+
};
|
|
1146
1182
|
documentationPages: {
|
|
1147
1183
|
errorMessage: string;
|
|
1148
1184
|
errorReason: string;
|
|
@@ -1311,6 +1347,16 @@ declare const FeaturesSummary: z$1.ZodObject<{
|
|
|
1311
1347
|
errorReason: string;
|
|
1312
1348
|
max?: number | undefined;
|
|
1313
1349
|
};
|
|
1350
|
+
forgeFeatureWorkspacePublishing: {
|
|
1351
|
+
errorMessage: string;
|
|
1352
|
+
errorReason: string;
|
|
1353
|
+
enabled: boolean;
|
|
1354
|
+
};
|
|
1355
|
+
forgeFeatureHideSupernovaUI: {
|
|
1356
|
+
errorMessage: string;
|
|
1357
|
+
errorReason: string;
|
|
1358
|
+
enabled: boolean;
|
|
1359
|
+
};
|
|
1314
1360
|
documentationPages: {
|
|
1315
1361
|
errorMessage: string;
|
|
1316
1362
|
errorReason: string;
|
|
@@ -158984,7 +159030,6 @@ declare const ProjectFeature: z$1.ZodObject<{
|
|
|
158984
159030
|
}>>;
|
|
158985
159031
|
publishedState: z$1.ZodOptional<z$1.ZodObject<{
|
|
158986
159032
|
userId: z$1.ZodOptional<z$1.ZodString>;
|
|
158987
|
-
userName: z$1.ZodOptional<z$1.ZodString>;
|
|
158988
159033
|
lastPublishedAt: z$1.ZodDate;
|
|
158989
159034
|
iterationId: z$1.ZodNullable<z$1.ZodString>;
|
|
158990
159035
|
hideSupernovaUI: z$1.ZodBoolean;
|
|
@@ -158995,14 +159040,12 @@ declare const ProjectFeature: z$1.ZodObject<{
|
|
|
158995
159040
|
lastPublishedAt: Date;
|
|
158996
159041
|
hideSupernovaUI: boolean;
|
|
158997
159042
|
userId?: string | undefined;
|
|
158998
|
-
userName?: string | undefined;
|
|
158999
159043
|
}, {
|
|
159000
159044
|
iterationId: string | null;
|
|
159001
159045
|
lastPublishedAt: Date;
|
|
159002
159046
|
hideSupernovaUI: boolean;
|
|
159003
159047
|
userId?: string | undefined;
|
|
159004
159048
|
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
159005
|
-
userName?: string | undefined;
|
|
159006
159049
|
}>>;
|
|
159007
159050
|
}, "strip", z$1.ZodTypeAny, {
|
|
159008
159051
|
status: "Draft" | "ReadyForDevelopment";
|
|
@@ -159040,7 +159083,6 @@ declare const ProjectFeature: z$1.ZodObject<{
|
|
|
159040
159083
|
lastPublishedAt: Date;
|
|
159041
159084
|
hideSupernovaUI: boolean;
|
|
159042
159085
|
userId?: string | undefined;
|
|
159043
|
-
userName?: string | undefined;
|
|
159044
159086
|
} | undefined;
|
|
159045
159087
|
}, {
|
|
159046
159088
|
id: string;
|
|
@@ -159078,7 +159120,6 @@ declare const ProjectFeature: z$1.ZodObject<{
|
|
|
159078
159120
|
hideSupernovaUI: boolean;
|
|
159079
159121
|
userId?: string | undefined;
|
|
159080
159122
|
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
159081
|
-
userName?: string | undefined;
|
|
159082
159123
|
} | undefined;
|
|
159083
159124
|
}>;
|
|
159084
159125
|
type ProjectFeature = z$1.infer<typeof ProjectFeature>;
|
|
@@ -159086,7 +159127,6 @@ type CreateProjectFeature = Omit<DbCreateInputOmit<ProjectFeature>, "projectId"
|
|
|
159086
159127
|
type UpdateProjectFeature = DbUpdate<CreateProjectFeature & Pick<ProjectFeature, "id">>;
|
|
159087
159128
|
declare const FeaturePublishedState: z$1.ZodObject<{
|
|
159088
159129
|
userId: z$1.ZodOptional<z$1.ZodString>;
|
|
159089
|
-
userName: z$1.ZodOptional<z$1.ZodString>;
|
|
159090
159130
|
lastPublishedAt: z$1.ZodDate;
|
|
159091
159131
|
iterationId: z$1.ZodNullable<z$1.ZodString>;
|
|
159092
159132
|
hideSupernovaUI: z$1.ZodBoolean;
|
|
@@ -159097,14 +159137,12 @@ declare const FeaturePublishedState: z$1.ZodObject<{
|
|
|
159097
159137
|
lastPublishedAt: Date;
|
|
159098
159138
|
hideSupernovaUI: boolean;
|
|
159099
159139
|
userId?: string | undefined;
|
|
159100
|
-
userName?: string | undefined;
|
|
159101
159140
|
}, {
|
|
159102
159141
|
iterationId: string | null;
|
|
159103
159142
|
lastPublishedAt: Date;
|
|
159104
159143
|
hideSupernovaUI: boolean;
|
|
159105
159144
|
userId?: string | undefined;
|
|
159106
159145
|
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
159107
|
-
userName?: string | undefined;
|
|
159108
159146
|
}>;
|
|
159109
159147
|
type FeaturePublishedState = z$1.infer<typeof FeaturePublishedState>;
|
|
159110
159148
|
|
|
@@ -189890,7 +189928,6 @@ declare const ForgeProjectRoomInitialState: z$1.ZodObject<{
|
|
|
189890
189928
|
}>>;
|
|
189891
189929
|
publishedState: z$1.ZodOptional<z$1.ZodObject<{
|
|
189892
189930
|
userId: z$1.ZodOptional<z$1.ZodString>;
|
|
189893
|
-
userName: z$1.ZodOptional<z$1.ZodString>;
|
|
189894
189931
|
lastPublishedAt: z$1.ZodDate;
|
|
189895
189932
|
iterationId: z$1.ZodNullable<z$1.ZodString>;
|
|
189896
189933
|
hideSupernovaUI: z$1.ZodBoolean;
|
|
@@ -189901,14 +189938,12 @@ declare const ForgeProjectRoomInitialState: z$1.ZodObject<{
|
|
|
189901
189938
|
lastPublishedAt: Date;
|
|
189902
189939
|
hideSupernovaUI: boolean;
|
|
189903
189940
|
userId?: string | undefined;
|
|
189904
|
-
userName?: string | undefined;
|
|
189905
189941
|
}, {
|
|
189906
189942
|
iterationId: string | null;
|
|
189907
189943
|
lastPublishedAt: Date;
|
|
189908
189944
|
hideSupernovaUI: boolean;
|
|
189909
189945
|
userId?: string | undefined;
|
|
189910
189946
|
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
189911
|
-
userName?: string | undefined;
|
|
189912
189947
|
}>>;
|
|
189913
189948
|
}, "strip", z$1.ZodTypeAny, {
|
|
189914
189949
|
status: "Draft" | "ReadyForDevelopment";
|
|
@@ -189946,7 +189981,6 @@ declare const ForgeProjectRoomInitialState: z$1.ZodObject<{
|
|
|
189946
189981
|
lastPublishedAt: Date;
|
|
189947
189982
|
hideSupernovaUI: boolean;
|
|
189948
189983
|
userId?: string | undefined;
|
|
189949
|
-
userName?: string | undefined;
|
|
189950
189984
|
} | undefined;
|
|
189951
189985
|
}, {
|
|
189952
189986
|
id: string;
|
|
@@ -189984,7 +190018,6 @@ declare const ForgeProjectRoomInitialState: z$1.ZodObject<{
|
|
|
189984
190018
|
hideSupernovaUI: boolean;
|
|
189985
190019
|
userId?: string | undefined;
|
|
189986
190020
|
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
189987
|
-
userName?: string | undefined;
|
|
189988
190021
|
} | undefined;
|
|
189989
190022
|
}>, "many">;
|
|
189990
190023
|
artifactSections: z$1.ZodArray<z$1.ZodObject<{
|
|
@@ -190099,7 +190132,6 @@ declare const ForgeProjectRoomInitialState: z$1.ZodObject<{
|
|
|
190099
190132
|
lastPublishedAt: Date;
|
|
190100
190133
|
hideSupernovaUI: boolean;
|
|
190101
190134
|
userId?: string | undefined;
|
|
190102
|
-
userName?: string | undefined;
|
|
190103
190135
|
} | undefined;
|
|
190104
190136
|
}[];
|
|
190105
190137
|
artifacts: {
|
|
@@ -190192,7 +190224,6 @@ declare const ForgeProjectRoomInitialState: z$1.ZodObject<{
|
|
|
190192
190224
|
hideSupernovaUI: boolean;
|
|
190193
190225
|
userId?: string | undefined;
|
|
190194
190226
|
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
190195
|
-
userName?: string | undefined;
|
|
190196
190227
|
} | undefined;
|
|
190197
190228
|
}[];
|
|
190198
190229
|
artifacts: {
|
|
@@ -190440,7 +190471,6 @@ declare const ForgeProjectRoomUpdate: z$1.ZodObject<{
|
|
|
190440
190471
|
}>>;
|
|
190441
190472
|
publishedState: z$1.ZodOptional<z$1.ZodObject<{
|
|
190442
190473
|
userId: z$1.ZodOptional<z$1.ZodString>;
|
|
190443
|
-
userName: z$1.ZodOptional<z$1.ZodString>;
|
|
190444
190474
|
lastPublishedAt: z$1.ZodDate;
|
|
190445
190475
|
iterationId: z$1.ZodNullable<z$1.ZodString>;
|
|
190446
190476
|
hideSupernovaUI: z$1.ZodBoolean;
|
|
@@ -190451,14 +190481,12 @@ declare const ForgeProjectRoomUpdate: z$1.ZodObject<{
|
|
|
190451
190481
|
lastPublishedAt: Date;
|
|
190452
190482
|
hideSupernovaUI: boolean;
|
|
190453
190483
|
userId?: string | undefined;
|
|
190454
|
-
userName?: string | undefined;
|
|
190455
190484
|
}, {
|
|
190456
190485
|
iterationId: string | null;
|
|
190457
190486
|
lastPublishedAt: Date;
|
|
190458
190487
|
hideSupernovaUI: boolean;
|
|
190459
190488
|
userId?: string | undefined;
|
|
190460
190489
|
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
190461
|
-
userName?: string | undefined;
|
|
190462
190490
|
}>>;
|
|
190463
190491
|
}, "strip", z$1.ZodTypeAny, {
|
|
190464
190492
|
status: "Draft" | "ReadyForDevelopment";
|
|
@@ -190496,7 +190524,6 @@ declare const ForgeProjectRoomUpdate: z$1.ZodObject<{
|
|
|
190496
190524
|
lastPublishedAt: Date;
|
|
190497
190525
|
hideSupernovaUI: boolean;
|
|
190498
190526
|
userId?: string | undefined;
|
|
190499
|
-
userName?: string | undefined;
|
|
190500
190527
|
} | undefined;
|
|
190501
190528
|
}, {
|
|
190502
190529
|
id: string;
|
|
@@ -190534,7 +190561,6 @@ declare const ForgeProjectRoomUpdate: z$1.ZodObject<{
|
|
|
190534
190561
|
hideSupernovaUI: boolean;
|
|
190535
190562
|
userId?: string | undefined;
|
|
190536
190563
|
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
190537
|
-
userName?: string | undefined;
|
|
190538
190564
|
} | undefined;
|
|
190539
190565
|
}>, "many">>;
|
|
190540
190566
|
featureIdsToDelete: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
@@ -190653,7 +190679,6 @@ declare const ForgeProjectRoomUpdate: z$1.ZodObject<{
|
|
|
190653
190679
|
lastPublishedAt: Date;
|
|
190654
190680
|
hideSupernovaUI: boolean;
|
|
190655
190681
|
userId?: string | undefined;
|
|
190656
|
-
userName?: string | undefined;
|
|
190657
190682
|
} | undefined;
|
|
190658
190683
|
}[] | undefined;
|
|
190659
190684
|
artifacts?: {
|
|
@@ -190751,7 +190776,6 @@ declare const ForgeProjectRoomUpdate: z$1.ZodObject<{
|
|
|
190751
190776
|
hideSupernovaUI: boolean;
|
|
190752
190777
|
userId?: string | undefined;
|
|
190753
190778
|
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
190754
|
-
userName?: string | undefined;
|
|
190755
190779
|
} | undefined;
|
|
190756
190780
|
}[] | undefined;
|
|
190757
190781
|
artifacts?: {
|
package/dist/index.d.ts
CHANGED
|
@@ -959,6 +959,32 @@ declare const FeaturesSummary: z$1.ZodObject<{
|
|
|
959
959
|
errorReason: string;
|
|
960
960
|
max?: number | undefined;
|
|
961
961
|
}>;
|
|
962
|
+
forgeFeatureWorkspacePublishing: z$1.ZodObject<{
|
|
963
|
+
enabled: z$1.ZodBoolean;
|
|
964
|
+
errorMessage: z$1.ZodString;
|
|
965
|
+
errorReason: z$1.ZodString;
|
|
966
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
967
|
+
errorMessage: string;
|
|
968
|
+
errorReason: string;
|
|
969
|
+
enabled: boolean;
|
|
970
|
+
}, {
|
|
971
|
+
errorMessage: string;
|
|
972
|
+
errorReason: string;
|
|
973
|
+
enabled: boolean;
|
|
974
|
+
}>;
|
|
975
|
+
forgeFeatureHideSupernovaUI: z$1.ZodObject<{
|
|
976
|
+
enabled: z$1.ZodBoolean;
|
|
977
|
+
errorMessage: z$1.ZodString;
|
|
978
|
+
errorReason: z$1.ZodString;
|
|
979
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
980
|
+
errorMessage: string;
|
|
981
|
+
errorReason: string;
|
|
982
|
+
enabled: boolean;
|
|
983
|
+
}, {
|
|
984
|
+
errorMessage: string;
|
|
985
|
+
errorReason: string;
|
|
986
|
+
enabled: boolean;
|
|
987
|
+
}>;
|
|
962
988
|
documentationPages: z$1.ZodObject<{
|
|
963
989
|
max: z$1.ZodOptional<z$1.ZodNumber>;
|
|
964
990
|
errorMessage: z$1.ZodString;
|
|
@@ -1143,6 +1169,16 @@ declare const FeaturesSummary: z$1.ZodObject<{
|
|
|
1143
1169
|
errorReason: string;
|
|
1144
1170
|
max?: number | undefined;
|
|
1145
1171
|
};
|
|
1172
|
+
forgeFeatureWorkspacePublishing: {
|
|
1173
|
+
errorMessage: string;
|
|
1174
|
+
errorReason: string;
|
|
1175
|
+
enabled: boolean;
|
|
1176
|
+
};
|
|
1177
|
+
forgeFeatureHideSupernovaUI: {
|
|
1178
|
+
errorMessage: string;
|
|
1179
|
+
errorReason: string;
|
|
1180
|
+
enabled: boolean;
|
|
1181
|
+
};
|
|
1146
1182
|
documentationPages: {
|
|
1147
1183
|
errorMessage: string;
|
|
1148
1184
|
errorReason: string;
|
|
@@ -1311,6 +1347,16 @@ declare const FeaturesSummary: z$1.ZodObject<{
|
|
|
1311
1347
|
errorReason: string;
|
|
1312
1348
|
max?: number | undefined;
|
|
1313
1349
|
};
|
|
1350
|
+
forgeFeatureWorkspacePublishing: {
|
|
1351
|
+
errorMessage: string;
|
|
1352
|
+
errorReason: string;
|
|
1353
|
+
enabled: boolean;
|
|
1354
|
+
};
|
|
1355
|
+
forgeFeatureHideSupernovaUI: {
|
|
1356
|
+
errorMessage: string;
|
|
1357
|
+
errorReason: string;
|
|
1358
|
+
enabled: boolean;
|
|
1359
|
+
};
|
|
1314
1360
|
documentationPages: {
|
|
1315
1361
|
errorMessage: string;
|
|
1316
1362
|
errorReason: string;
|
|
@@ -158984,7 +159030,6 @@ declare const ProjectFeature: z$1.ZodObject<{
|
|
|
158984
159030
|
}>>;
|
|
158985
159031
|
publishedState: z$1.ZodOptional<z$1.ZodObject<{
|
|
158986
159032
|
userId: z$1.ZodOptional<z$1.ZodString>;
|
|
158987
|
-
userName: z$1.ZodOptional<z$1.ZodString>;
|
|
158988
159033
|
lastPublishedAt: z$1.ZodDate;
|
|
158989
159034
|
iterationId: z$1.ZodNullable<z$1.ZodString>;
|
|
158990
159035
|
hideSupernovaUI: z$1.ZodBoolean;
|
|
@@ -158995,14 +159040,12 @@ declare const ProjectFeature: z$1.ZodObject<{
|
|
|
158995
159040
|
lastPublishedAt: Date;
|
|
158996
159041
|
hideSupernovaUI: boolean;
|
|
158997
159042
|
userId?: string | undefined;
|
|
158998
|
-
userName?: string | undefined;
|
|
158999
159043
|
}, {
|
|
159000
159044
|
iterationId: string | null;
|
|
159001
159045
|
lastPublishedAt: Date;
|
|
159002
159046
|
hideSupernovaUI: boolean;
|
|
159003
159047
|
userId?: string | undefined;
|
|
159004
159048
|
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
159005
|
-
userName?: string | undefined;
|
|
159006
159049
|
}>>;
|
|
159007
159050
|
}, "strip", z$1.ZodTypeAny, {
|
|
159008
159051
|
status: "Draft" | "ReadyForDevelopment";
|
|
@@ -159040,7 +159083,6 @@ declare const ProjectFeature: z$1.ZodObject<{
|
|
|
159040
159083
|
lastPublishedAt: Date;
|
|
159041
159084
|
hideSupernovaUI: boolean;
|
|
159042
159085
|
userId?: string | undefined;
|
|
159043
|
-
userName?: string | undefined;
|
|
159044
159086
|
} | undefined;
|
|
159045
159087
|
}, {
|
|
159046
159088
|
id: string;
|
|
@@ -159078,7 +159120,6 @@ declare const ProjectFeature: z$1.ZodObject<{
|
|
|
159078
159120
|
hideSupernovaUI: boolean;
|
|
159079
159121
|
userId?: string | undefined;
|
|
159080
159122
|
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
159081
|
-
userName?: string | undefined;
|
|
159082
159123
|
} | undefined;
|
|
159083
159124
|
}>;
|
|
159084
159125
|
type ProjectFeature = z$1.infer<typeof ProjectFeature>;
|
|
@@ -159086,7 +159127,6 @@ type CreateProjectFeature = Omit<DbCreateInputOmit<ProjectFeature>, "projectId"
|
|
|
159086
159127
|
type UpdateProjectFeature = DbUpdate<CreateProjectFeature & Pick<ProjectFeature, "id">>;
|
|
159087
159128
|
declare const FeaturePublishedState: z$1.ZodObject<{
|
|
159088
159129
|
userId: z$1.ZodOptional<z$1.ZodString>;
|
|
159089
|
-
userName: z$1.ZodOptional<z$1.ZodString>;
|
|
159090
159130
|
lastPublishedAt: z$1.ZodDate;
|
|
159091
159131
|
iterationId: z$1.ZodNullable<z$1.ZodString>;
|
|
159092
159132
|
hideSupernovaUI: z$1.ZodBoolean;
|
|
@@ -159097,14 +159137,12 @@ declare const FeaturePublishedState: z$1.ZodObject<{
|
|
|
159097
159137
|
lastPublishedAt: Date;
|
|
159098
159138
|
hideSupernovaUI: boolean;
|
|
159099
159139
|
userId?: string | undefined;
|
|
159100
|
-
userName?: string | undefined;
|
|
159101
159140
|
}, {
|
|
159102
159141
|
iterationId: string | null;
|
|
159103
159142
|
lastPublishedAt: Date;
|
|
159104
159143
|
hideSupernovaUI: boolean;
|
|
159105
159144
|
userId?: string | undefined;
|
|
159106
159145
|
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
159107
|
-
userName?: string | undefined;
|
|
159108
159146
|
}>;
|
|
159109
159147
|
type FeaturePublishedState = z$1.infer<typeof FeaturePublishedState>;
|
|
159110
159148
|
|
|
@@ -189890,7 +189928,6 @@ declare const ForgeProjectRoomInitialState: z$1.ZodObject<{
|
|
|
189890
189928
|
}>>;
|
|
189891
189929
|
publishedState: z$1.ZodOptional<z$1.ZodObject<{
|
|
189892
189930
|
userId: z$1.ZodOptional<z$1.ZodString>;
|
|
189893
|
-
userName: z$1.ZodOptional<z$1.ZodString>;
|
|
189894
189931
|
lastPublishedAt: z$1.ZodDate;
|
|
189895
189932
|
iterationId: z$1.ZodNullable<z$1.ZodString>;
|
|
189896
189933
|
hideSupernovaUI: z$1.ZodBoolean;
|
|
@@ -189901,14 +189938,12 @@ declare const ForgeProjectRoomInitialState: z$1.ZodObject<{
|
|
|
189901
189938
|
lastPublishedAt: Date;
|
|
189902
189939
|
hideSupernovaUI: boolean;
|
|
189903
189940
|
userId?: string | undefined;
|
|
189904
|
-
userName?: string | undefined;
|
|
189905
189941
|
}, {
|
|
189906
189942
|
iterationId: string | null;
|
|
189907
189943
|
lastPublishedAt: Date;
|
|
189908
189944
|
hideSupernovaUI: boolean;
|
|
189909
189945
|
userId?: string | undefined;
|
|
189910
189946
|
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
189911
|
-
userName?: string | undefined;
|
|
189912
189947
|
}>>;
|
|
189913
189948
|
}, "strip", z$1.ZodTypeAny, {
|
|
189914
189949
|
status: "Draft" | "ReadyForDevelopment";
|
|
@@ -189946,7 +189981,6 @@ declare const ForgeProjectRoomInitialState: z$1.ZodObject<{
|
|
|
189946
189981
|
lastPublishedAt: Date;
|
|
189947
189982
|
hideSupernovaUI: boolean;
|
|
189948
189983
|
userId?: string | undefined;
|
|
189949
|
-
userName?: string | undefined;
|
|
189950
189984
|
} | undefined;
|
|
189951
189985
|
}, {
|
|
189952
189986
|
id: string;
|
|
@@ -189984,7 +190018,6 @@ declare const ForgeProjectRoomInitialState: z$1.ZodObject<{
|
|
|
189984
190018
|
hideSupernovaUI: boolean;
|
|
189985
190019
|
userId?: string | undefined;
|
|
189986
190020
|
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
189987
|
-
userName?: string | undefined;
|
|
189988
190021
|
} | undefined;
|
|
189989
190022
|
}>, "many">;
|
|
189990
190023
|
artifactSections: z$1.ZodArray<z$1.ZodObject<{
|
|
@@ -190099,7 +190132,6 @@ declare const ForgeProjectRoomInitialState: z$1.ZodObject<{
|
|
|
190099
190132
|
lastPublishedAt: Date;
|
|
190100
190133
|
hideSupernovaUI: boolean;
|
|
190101
190134
|
userId?: string | undefined;
|
|
190102
|
-
userName?: string | undefined;
|
|
190103
190135
|
} | undefined;
|
|
190104
190136
|
}[];
|
|
190105
190137
|
artifacts: {
|
|
@@ -190192,7 +190224,6 @@ declare const ForgeProjectRoomInitialState: z$1.ZodObject<{
|
|
|
190192
190224
|
hideSupernovaUI: boolean;
|
|
190193
190225
|
userId?: string | undefined;
|
|
190194
190226
|
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
190195
|
-
userName?: string | undefined;
|
|
190196
190227
|
} | undefined;
|
|
190197
190228
|
}[];
|
|
190198
190229
|
artifacts: {
|
|
@@ -190440,7 +190471,6 @@ declare const ForgeProjectRoomUpdate: z$1.ZodObject<{
|
|
|
190440
190471
|
}>>;
|
|
190441
190472
|
publishedState: z$1.ZodOptional<z$1.ZodObject<{
|
|
190442
190473
|
userId: z$1.ZodOptional<z$1.ZodString>;
|
|
190443
|
-
userName: z$1.ZodOptional<z$1.ZodString>;
|
|
190444
190474
|
lastPublishedAt: z$1.ZodDate;
|
|
190445
190475
|
iterationId: z$1.ZodNullable<z$1.ZodString>;
|
|
190446
190476
|
hideSupernovaUI: z$1.ZodBoolean;
|
|
@@ -190451,14 +190481,12 @@ declare const ForgeProjectRoomUpdate: z$1.ZodObject<{
|
|
|
190451
190481
|
lastPublishedAt: Date;
|
|
190452
190482
|
hideSupernovaUI: boolean;
|
|
190453
190483
|
userId?: string | undefined;
|
|
190454
|
-
userName?: string | undefined;
|
|
190455
190484
|
}, {
|
|
190456
190485
|
iterationId: string | null;
|
|
190457
190486
|
lastPublishedAt: Date;
|
|
190458
190487
|
hideSupernovaUI: boolean;
|
|
190459
190488
|
userId?: string | undefined;
|
|
190460
190489
|
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
190461
|
-
userName?: string | undefined;
|
|
190462
190490
|
}>>;
|
|
190463
190491
|
}, "strip", z$1.ZodTypeAny, {
|
|
190464
190492
|
status: "Draft" | "ReadyForDevelopment";
|
|
@@ -190496,7 +190524,6 @@ declare const ForgeProjectRoomUpdate: z$1.ZodObject<{
|
|
|
190496
190524
|
lastPublishedAt: Date;
|
|
190497
190525
|
hideSupernovaUI: boolean;
|
|
190498
190526
|
userId?: string | undefined;
|
|
190499
|
-
userName?: string | undefined;
|
|
190500
190527
|
} | undefined;
|
|
190501
190528
|
}, {
|
|
190502
190529
|
id: string;
|
|
@@ -190534,7 +190561,6 @@ declare const ForgeProjectRoomUpdate: z$1.ZodObject<{
|
|
|
190534
190561
|
hideSupernovaUI: boolean;
|
|
190535
190562
|
userId?: string | undefined;
|
|
190536
190563
|
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
190537
|
-
userName?: string | undefined;
|
|
190538
190564
|
} | undefined;
|
|
190539
190565
|
}>, "many">>;
|
|
190540
190566
|
featureIdsToDelete: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
@@ -190653,7 +190679,6 @@ declare const ForgeProjectRoomUpdate: z$1.ZodObject<{
|
|
|
190653
190679
|
lastPublishedAt: Date;
|
|
190654
190680
|
hideSupernovaUI: boolean;
|
|
190655
190681
|
userId?: string | undefined;
|
|
190656
|
-
userName?: string | undefined;
|
|
190657
190682
|
} | undefined;
|
|
190658
190683
|
}[] | undefined;
|
|
190659
190684
|
artifacts?: {
|
|
@@ -190751,7 +190776,6 @@ declare const ForgeProjectRoomUpdate: z$1.ZodObject<{
|
|
|
190751
190776
|
hideSupernovaUI: boolean;
|
|
190752
190777
|
userId?: string | undefined;
|
|
190753
190778
|
visibility?: "Public" | "WorkspaceMembers" | undefined;
|
|
190754
|
-
userName?: string | undefined;
|
|
190755
190779
|
} | undefined;
|
|
190756
190780
|
}[] | undefined;
|
|
190757
190781
|
artifacts?: {
|
package/dist/index.js
CHANGED
|
@@ -162,6 +162,8 @@ var FeaturesSummary = _zod.z.object({
|
|
|
162
162
|
forgeActiveDocumentsPerProject: featureLimitedSchema,
|
|
163
163
|
forgePrivateProjects: featureToggleSchema,
|
|
164
164
|
forgeActiveProjectContexts: featureLimitedSchema,
|
|
165
|
+
forgeFeatureWorkspacePublishing: featureToggleSchema,
|
|
166
|
+
forgeFeatureHideSupernovaUI: featureToggleSchema,
|
|
165
167
|
documentationPages: featureLimitedSchema,
|
|
166
168
|
sandboxTemplates: featureToggleSchema
|
|
167
169
|
});
|
|
@@ -5419,7 +5421,6 @@ var ProjectFeatureStatus = _zod.z.enum(["Draft", "ReadyForDevelopment"]);
|
|
|
5419
5421
|
var FeaturePublishedStateVisibility = _zod.z.enum(["Public", "WorkspaceMembers"]);
|
|
5420
5422
|
var FeaturePublishedState = _zod.z.object({
|
|
5421
5423
|
userId: _zod.z.string().optional(),
|
|
5422
|
-
userName: _zod.z.string().optional(),
|
|
5423
5424
|
lastPublishedAt: _zod.z.coerce.date(),
|
|
5424
5425
|
iterationId: _zod.z.string().nullable(),
|
|
5425
5426
|
hideSupernovaUI: _zod.z.boolean(),
|