@supernova-studio/model 1.46.4 → 1.46.5
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 +69 -0
- package/dist/index.d.ts +69 -0
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -900,6 +900,45 @@ declare const FeaturesSummary: z$1.ZodObject<{
|
|
|
900
900
|
errorReason: string;
|
|
901
901
|
max?: number | undefined;
|
|
902
902
|
}>;
|
|
903
|
+
forgeActiveFeaturesPerProject: z$1.ZodObject<{
|
|
904
|
+
max: z$1.ZodOptional<z$1.ZodNumber>;
|
|
905
|
+
errorMessage: z$1.ZodString;
|
|
906
|
+
errorReason: z$1.ZodString;
|
|
907
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
908
|
+
errorMessage: string;
|
|
909
|
+
errorReason: string;
|
|
910
|
+
max?: number | undefined;
|
|
911
|
+
}, {
|
|
912
|
+
errorMessage: string;
|
|
913
|
+
errorReason: string;
|
|
914
|
+
max?: number | undefined;
|
|
915
|
+
}>;
|
|
916
|
+
forgeActiveDocumentsPerProject: z$1.ZodObject<{
|
|
917
|
+
max: z$1.ZodOptional<z$1.ZodNumber>;
|
|
918
|
+
errorMessage: z$1.ZodString;
|
|
919
|
+
errorReason: z$1.ZodString;
|
|
920
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
921
|
+
errorMessage: string;
|
|
922
|
+
errorReason: string;
|
|
923
|
+
max?: number | undefined;
|
|
924
|
+
}, {
|
|
925
|
+
errorMessage: string;
|
|
926
|
+
errorReason: string;
|
|
927
|
+
max?: number | undefined;
|
|
928
|
+
}>;
|
|
929
|
+
forgePrivateProjects: z$1.ZodObject<{
|
|
930
|
+
enabled: z$1.ZodBoolean;
|
|
931
|
+
errorMessage: z$1.ZodString;
|
|
932
|
+
errorReason: z$1.ZodString;
|
|
933
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
934
|
+
errorMessage: string;
|
|
935
|
+
errorReason: string;
|
|
936
|
+
enabled: boolean;
|
|
937
|
+
}, {
|
|
938
|
+
errorMessage: string;
|
|
939
|
+
errorReason: string;
|
|
940
|
+
enabled: boolean;
|
|
941
|
+
}>;
|
|
903
942
|
}, "strip", z$1.ZodTypeAny, {
|
|
904
943
|
analytics: {
|
|
905
944
|
errorMessage: string;
|
|
@@ -1038,6 +1077,21 @@ declare const FeaturesSummary: z$1.ZodObject<{
|
|
|
1038
1077
|
errorReason: string;
|
|
1039
1078
|
max?: number | undefined;
|
|
1040
1079
|
};
|
|
1080
|
+
forgeActiveFeaturesPerProject: {
|
|
1081
|
+
errorMessage: string;
|
|
1082
|
+
errorReason: string;
|
|
1083
|
+
max?: number | undefined;
|
|
1084
|
+
};
|
|
1085
|
+
forgeActiveDocumentsPerProject: {
|
|
1086
|
+
errorMessage: string;
|
|
1087
|
+
errorReason: string;
|
|
1088
|
+
max?: number | undefined;
|
|
1089
|
+
};
|
|
1090
|
+
forgePrivateProjects: {
|
|
1091
|
+
errorMessage: string;
|
|
1092
|
+
errorReason: string;
|
|
1093
|
+
enabled: boolean;
|
|
1094
|
+
};
|
|
1041
1095
|
}, {
|
|
1042
1096
|
analytics: {
|
|
1043
1097
|
errorMessage: string;
|
|
@@ -1176,6 +1230,21 @@ declare const FeaturesSummary: z$1.ZodObject<{
|
|
|
1176
1230
|
errorReason: string;
|
|
1177
1231
|
max?: number | undefined;
|
|
1178
1232
|
};
|
|
1233
|
+
forgeActiveFeaturesPerProject: {
|
|
1234
|
+
errorMessage: string;
|
|
1235
|
+
errorReason: string;
|
|
1236
|
+
max?: number | undefined;
|
|
1237
|
+
};
|
|
1238
|
+
forgeActiveDocumentsPerProject: {
|
|
1239
|
+
errorMessage: string;
|
|
1240
|
+
errorReason: string;
|
|
1241
|
+
max?: number | undefined;
|
|
1242
|
+
};
|
|
1243
|
+
forgePrivateProjects: {
|
|
1244
|
+
errorMessage: string;
|
|
1245
|
+
errorReason: string;
|
|
1246
|
+
enabled: boolean;
|
|
1247
|
+
};
|
|
1179
1248
|
}>;
|
|
1180
1249
|
type FeaturesSummary = z$1.infer<typeof FeaturesSummary>;
|
|
1181
1250
|
|
package/dist/index.d.ts
CHANGED
|
@@ -900,6 +900,45 @@ declare const FeaturesSummary: z$1.ZodObject<{
|
|
|
900
900
|
errorReason: string;
|
|
901
901
|
max?: number | undefined;
|
|
902
902
|
}>;
|
|
903
|
+
forgeActiveFeaturesPerProject: z$1.ZodObject<{
|
|
904
|
+
max: z$1.ZodOptional<z$1.ZodNumber>;
|
|
905
|
+
errorMessage: z$1.ZodString;
|
|
906
|
+
errorReason: z$1.ZodString;
|
|
907
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
908
|
+
errorMessage: string;
|
|
909
|
+
errorReason: string;
|
|
910
|
+
max?: number | undefined;
|
|
911
|
+
}, {
|
|
912
|
+
errorMessage: string;
|
|
913
|
+
errorReason: string;
|
|
914
|
+
max?: number | undefined;
|
|
915
|
+
}>;
|
|
916
|
+
forgeActiveDocumentsPerProject: z$1.ZodObject<{
|
|
917
|
+
max: z$1.ZodOptional<z$1.ZodNumber>;
|
|
918
|
+
errorMessage: z$1.ZodString;
|
|
919
|
+
errorReason: z$1.ZodString;
|
|
920
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
921
|
+
errorMessage: string;
|
|
922
|
+
errorReason: string;
|
|
923
|
+
max?: number | undefined;
|
|
924
|
+
}, {
|
|
925
|
+
errorMessage: string;
|
|
926
|
+
errorReason: string;
|
|
927
|
+
max?: number | undefined;
|
|
928
|
+
}>;
|
|
929
|
+
forgePrivateProjects: z$1.ZodObject<{
|
|
930
|
+
enabled: z$1.ZodBoolean;
|
|
931
|
+
errorMessage: z$1.ZodString;
|
|
932
|
+
errorReason: z$1.ZodString;
|
|
933
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
934
|
+
errorMessage: string;
|
|
935
|
+
errorReason: string;
|
|
936
|
+
enabled: boolean;
|
|
937
|
+
}, {
|
|
938
|
+
errorMessage: string;
|
|
939
|
+
errorReason: string;
|
|
940
|
+
enabled: boolean;
|
|
941
|
+
}>;
|
|
903
942
|
}, "strip", z$1.ZodTypeAny, {
|
|
904
943
|
analytics: {
|
|
905
944
|
errorMessage: string;
|
|
@@ -1038,6 +1077,21 @@ declare const FeaturesSummary: z$1.ZodObject<{
|
|
|
1038
1077
|
errorReason: string;
|
|
1039
1078
|
max?: number | undefined;
|
|
1040
1079
|
};
|
|
1080
|
+
forgeActiveFeaturesPerProject: {
|
|
1081
|
+
errorMessage: string;
|
|
1082
|
+
errorReason: string;
|
|
1083
|
+
max?: number | undefined;
|
|
1084
|
+
};
|
|
1085
|
+
forgeActiveDocumentsPerProject: {
|
|
1086
|
+
errorMessage: string;
|
|
1087
|
+
errorReason: string;
|
|
1088
|
+
max?: number | undefined;
|
|
1089
|
+
};
|
|
1090
|
+
forgePrivateProjects: {
|
|
1091
|
+
errorMessage: string;
|
|
1092
|
+
errorReason: string;
|
|
1093
|
+
enabled: boolean;
|
|
1094
|
+
};
|
|
1041
1095
|
}, {
|
|
1042
1096
|
analytics: {
|
|
1043
1097
|
errorMessage: string;
|
|
@@ -1176,6 +1230,21 @@ declare const FeaturesSummary: z$1.ZodObject<{
|
|
|
1176
1230
|
errorReason: string;
|
|
1177
1231
|
max?: number | undefined;
|
|
1178
1232
|
};
|
|
1233
|
+
forgeActiveFeaturesPerProject: {
|
|
1234
|
+
errorMessage: string;
|
|
1235
|
+
errorReason: string;
|
|
1236
|
+
max?: number | undefined;
|
|
1237
|
+
};
|
|
1238
|
+
forgeActiveDocumentsPerProject: {
|
|
1239
|
+
errorMessage: string;
|
|
1240
|
+
errorReason: string;
|
|
1241
|
+
max?: number | undefined;
|
|
1242
|
+
};
|
|
1243
|
+
forgePrivateProjects: {
|
|
1244
|
+
errorMessage: string;
|
|
1245
|
+
errorReason: string;
|
|
1246
|
+
enabled: boolean;
|
|
1247
|
+
};
|
|
1179
1248
|
}>;
|
|
1180
1249
|
type FeaturesSummary = z$1.infer<typeof FeaturesSummary>;
|
|
1181
1250
|
|
package/dist/index.js
CHANGED
|
@@ -155,7 +155,10 @@ var FeaturesSummary = _zod.z.object({
|
|
|
155
155
|
analytics: featureLimitedSchema,
|
|
156
156
|
designSystemFileSize: featureLimitedSchema,
|
|
157
157
|
forgeActiveProjects: featureLimitedSchema,
|
|
158
|
-
forgeProjectFileSize: featureLimitedSchema
|
|
158
|
+
forgeProjectFileSize: featureLimitedSchema,
|
|
159
|
+
forgeActiveFeaturesPerProject: featureLimitedSchema,
|
|
160
|
+
forgeActiveDocumentsPerProject: featureLimitedSchema,
|
|
161
|
+
forgePrivateProjects: featureToggleSchema
|
|
159
162
|
});
|
|
160
163
|
|
|
161
164
|
// src/billing/invoice.ts
|