@supernova-studio/model 1.46.4 → 1.46.6
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 +92 -0
- package/dist/index.d.ts +92 -0
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -900,6 +900,58 @@ 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
|
+
}>;
|
|
942
|
+
forgeActiveProjectContexts: z$1.ZodObject<{
|
|
943
|
+
max: z$1.ZodOptional<z$1.ZodNumber>;
|
|
944
|
+
errorMessage: z$1.ZodString;
|
|
945
|
+
errorReason: z$1.ZodString;
|
|
946
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
947
|
+
errorMessage: string;
|
|
948
|
+
errorReason: string;
|
|
949
|
+
max?: number | undefined;
|
|
950
|
+
}, {
|
|
951
|
+
errorMessage: string;
|
|
952
|
+
errorReason: string;
|
|
953
|
+
max?: number | undefined;
|
|
954
|
+
}>;
|
|
903
955
|
}, "strip", z$1.ZodTypeAny, {
|
|
904
956
|
analytics: {
|
|
905
957
|
errorMessage: string;
|
|
@@ -1038,6 +1090,26 @@ declare const FeaturesSummary: z$1.ZodObject<{
|
|
|
1038
1090
|
errorReason: string;
|
|
1039
1091
|
max?: number | undefined;
|
|
1040
1092
|
};
|
|
1093
|
+
forgeActiveFeaturesPerProject: {
|
|
1094
|
+
errorMessage: string;
|
|
1095
|
+
errorReason: string;
|
|
1096
|
+
max?: number | undefined;
|
|
1097
|
+
};
|
|
1098
|
+
forgeActiveDocumentsPerProject: {
|
|
1099
|
+
errorMessage: string;
|
|
1100
|
+
errorReason: string;
|
|
1101
|
+
max?: number | undefined;
|
|
1102
|
+
};
|
|
1103
|
+
forgePrivateProjects: {
|
|
1104
|
+
errorMessage: string;
|
|
1105
|
+
errorReason: string;
|
|
1106
|
+
enabled: boolean;
|
|
1107
|
+
};
|
|
1108
|
+
forgeActiveProjectContexts: {
|
|
1109
|
+
errorMessage: string;
|
|
1110
|
+
errorReason: string;
|
|
1111
|
+
max?: number | undefined;
|
|
1112
|
+
};
|
|
1041
1113
|
}, {
|
|
1042
1114
|
analytics: {
|
|
1043
1115
|
errorMessage: string;
|
|
@@ -1176,6 +1248,26 @@ declare const FeaturesSummary: z$1.ZodObject<{
|
|
|
1176
1248
|
errorReason: string;
|
|
1177
1249
|
max?: number | undefined;
|
|
1178
1250
|
};
|
|
1251
|
+
forgeActiveFeaturesPerProject: {
|
|
1252
|
+
errorMessage: string;
|
|
1253
|
+
errorReason: string;
|
|
1254
|
+
max?: number | undefined;
|
|
1255
|
+
};
|
|
1256
|
+
forgeActiveDocumentsPerProject: {
|
|
1257
|
+
errorMessage: string;
|
|
1258
|
+
errorReason: string;
|
|
1259
|
+
max?: number | undefined;
|
|
1260
|
+
};
|
|
1261
|
+
forgePrivateProjects: {
|
|
1262
|
+
errorMessage: string;
|
|
1263
|
+
errorReason: string;
|
|
1264
|
+
enabled: boolean;
|
|
1265
|
+
};
|
|
1266
|
+
forgeActiveProjectContexts: {
|
|
1267
|
+
errorMessage: string;
|
|
1268
|
+
errorReason: string;
|
|
1269
|
+
max?: number | undefined;
|
|
1270
|
+
};
|
|
1179
1271
|
}>;
|
|
1180
1272
|
type FeaturesSummary = z$1.infer<typeof FeaturesSummary>;
|
|
1181
1273
|
|
package/dist/index.d.ts
CHANGED
|
@@ -900,6 +900,58 @@ 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
|
+
}>;
|
|
942
|
+
forgeActiveProjectContexts: z$1.ZodObject<{
|
|
943
|
+
max: z$1.ZodOptional<z$1.ZodNumber>;
|
|
944
|
+
errorMessage: z$1.ZodString;
|
|
945
|
+
errorReason: z$1.ZodString;
|
|
946
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
947
|
+
errorMessage: string;
|
|
948
|
+
errorReason: string;
|
|
949
|
+
max?: number | undefined;
|
|
950
|
+
}, {
|
|
951
|
+
errorMessage: string;
|
|
952
|
+
errorReason: string;
|
|
953
|
+
max?: number | undefined;
|
|
954
|
+
}>;
|
|
903
955
|
}, "strip", z$1.ZodTypeAny, {
|
|
904
956
|
analytics: {
|
|
905
957
|
errorMessage: string;
|
|
@@ -1038,6 +1090,26 @@ declare const FeaturesSummary: z$1.ZodObject<{
|
|
|
1038
1090
|
errorReason: string;
|
|
1039
1091
|
max?: number | undefined;
|
|
1040
1092
|
};
|
|
1093
|
+
forgeActiveFeaturesPerProject: {
|
|
1094
|
+
errorMessage: string;
|
|
1095
|
+
errorReason: string;
|
|
1096
|
+
max?: number | undefined;
|
|
1097
|
+
};
|
|
1098
|
+
forgeActiveDocumentsPerProject: {
|
|
1099
|
+
errorMessage: string;
|
|
1100
|
+
errorReason: string;
|
|
1101
|
+
max?: number | undefined;
|
|
1102
|
+
};
|
|
1103
|
+
forgePrivateProjects: {
|
|
1104
|
+
errorMessage: string;
|
|
1105
|
+
errorReason: string;
|
|
1106
|
+
enabled: boolean;
|
|
1107
|
+
};
|
|
1108
|
+
forgeActiveProjectContexts: {
|
|
1109
|
+
errorMessage: string;
|
|
1110
|
+
errorReason: string;
|
|
1111
|
+
max?: number | undefined;
|
|
1112
|
+
};
|
|
1041
1113
|
}, {
|
|
1042
1114
|
analytics: {
|
|
1043
1115
|
errorMessage: string;
|
|
@@ -1176,6 +1248,26 @@ declare const FeaturesSummary: z$1.ZodObject<{
|
|
|
1176
1248
|
errorReason: string;
|
|
1177
1249
|
max?: number | undefined;
|
|
1178
1250
|
};
|
|
1251
|
+
forgeActiveFeaturesPerProject: {
|
|
1252
|
+
errorMessage: string;
|
|
1253
|
+
errorReason: string;
|
|
1254
|
+
max?: number | undefined;
|
|
1255
|
+
};
|
|
1256
|
+
forgeActiveDocumentsPerProject: {
|
|
1257
|
+
errorMessage: string;
|
|
1258
|
+
errorReason: string;
|
|
1259
|
+
max?: number | undefined;
|
|
1260
|
+
};
|
|
1261
|
+
forgePrivateProjects: {
|
|
1262
|
+
errorMessage: string;
|
|
1263
|
+
errorReason: string;
|
|
1264
|
+
enabled: boolean;
|
|
1265
|
+
};
|
|
1266
|
+
forgeActiveProjectContexts: {
|
|
1267
|
+
errorMessage: string;
|
|
1268
|
+
errorReason: string;
|
|
1269
|
+
max?: number | undefined;
|
|
1270
|
+
};
|
|
1179
1271
|
}>;
|
|
1180
1272
|
type FeaturesSummary = z$1.infer<typeof FeaturesSummary>;
|
|
1181
1273
|
|
package/dist/index.js
CHANGED
|
@@ -155,7 +155,11 @@ 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,
|
|
162
|
+
forgeActiveProjectContexts: featureLimitedSchema
|
|
159
163
|
});
|
|
160
164
|
|
|
161
165
|
// src/billing/invoice.ts
|