@supernova-studio/model 1.46.5 → 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 +23 -0
- package/dist/index.d.ts +23 -0
- 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
|
@@ -939,6 +939,19 @@ declare const FeaturesSummary: z$1.ZodObject<{
|
|
|
939
939
|
errorReason: string;
|
|
940
940
|
enabled: boolean;
|
|
941
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
|
+
}>;
|
|
942
955
|
}, "strip", z$1.ZodTypeAny, {
|
|
943
956
|
analytics: {
|
|
944
957
|
errorMessage: string;
|
|
@@ -1092,6 +1105,11 @@ declare const FeaturesSummary: z$1.ZodObject<{
|
|
|
1092
1105
|
errorReason: string;
|
|
1093
1106
|
enabled: boolean;
|
|
1094
1107
|
};
|
|
1108
|
+
forgeActiveProjectContexts: {
|
|
1109
|
+
errorMessage: string;
|
|
1110
|
+
errorReason: string;
|
|
1111
|
+
max?: number | undefined;
|
|
1112
|
+
};
|
|
1095
1113
|
}, {
|
|
1096
1114
|
analytics: {
|
|
1097
1115
|
errorMessage: string;
|
|
@@ -1245,6 +1263,11 @@ declare const FeaturesSummary: z$1.ZodObject<{
|
|
|
1245
1263
|
errorReason: string;
|
|
1246
1264
|
enabled: boolean;
|
|
1247
1265
|
};
|
|
1266
|
+
forgeActiveProjectContexts: {
|
|
1267
|
+
errorMessage: string;
|
|
1268
|
+
errorReason: string;
|
|
1269
|
+
max?: number | undefined;
|
|
1270
|
+
};
|
|
1248
1271
|
}>;
|
|
1249
1272
|
type FeaturesSummary = z$1.infer<typeof FeaturesSummary>;
|
|
1250
1273
|
|
package/dist/index.d.ts
CHANGED
|
@@ -939,6 +939,19 @@ declare const FeaturesSummary: z$1.ZodObject<{
|
|
|
939
939
|
errorReason: string;
|
|
940
940
|
enabled: boolean;
|
|
941
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
|
+
}>;
|
|
942
955
|
}, "strip", z$1.ZodTypeAny, {
|
|
943
956
|
analytics: {
|
|
944
957
|
errorMessage: string;
|
|
@@ -1092,6 +1105,11 @@ declare const FeaturesSummary: z$1.ZodObject<{
|
|
|
1092
1105
|
errorReason: string;
|
|
1093
1106
|
enabled: boolean;
|
|
1094
1107
|
};
|
|
1108
|
+
forgeActiveProjectContexts: {
|
|
1109
|
+
errorMessage: string;
|
|
1110
|
+
errorReason: string;
|
|
1111
|
+
max?: number | undefined;
|
|
1112
|
+
};
|
|
1095
1113
|
}, {
|
|
1096
1114
|
analytics: {
|
|
1097
1115
|
errorMessage: string;
|
|
@@ -1245,6 +1263,11 @@ declare const FeaturesSummary: z$1.ZodObject<{
|
|
|
1245
1263
|
errorReason: string;
|
|
1246
1264
|
enabled: boolean;
|
|
1247
1265
|
};
|
|
1266
|
+
forgeActiveProjectContexts: {
|
|
1267
|
+
errorMessage: string;
|
|
1268
|
+
errorReason: string;
|
|
1269
|
+
max?: number | undefined;
|
|
1270
|
+
};
|
|
1248
1271
|
}>;
|
|
1249
1272
|
type FeaturesSummary = z$1.infer<typeof FeaturesSummary>;
|
|
1250
1273
|
|
package/dist/index.js
CHANGED
|
@@ -158,7 +158,8 @@ var FeaturesSummary = _zod.z.object({
|
|
|
158
158
|
forgeProjectFileSize: featureLimitedSchema,
|
|
159
159
|
forgeActiveFeaturesPerProject: featureLimitedSchema,
|
|
160
160
|
forgeActiveDocumentsPerProject: featureLimitedSchema,
|
|
161
|
-
forgePrivateProjects: featureToggleSchema
|
|
161
|
+
forgePrivateProjects: featureToggleSchema,
|
|
162
|
+
forgeActiveProjectContexts: featureLimitedSchema
|
|
162
163
|
});
|
|
163
164
|
|
|
164
165
|
// src/billing/invoice.ts
|