@supernova-studio/model 1.51.0 → 1.52.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 +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
|
@@ -953,6 +953,19 @@ declare const FeaturesSummary: z$1.ZodObject<{
|
|
|
953
953
|
errorReason: string;
|
|
954
954
|
max?: number | undefined;
|
|
955
955
|
}>;
|
|
956
|
+
sandboxTemplates: z$1.ZodObject<{
|
|
957
|
+
enabled: z$1.ZodBoolean;
|
|
958
|
+
errorMessage: z$1.ZodString;
|
|
959
|
+
errorReason: z$1.ZodString;
|
|
960
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
961
|
+
errorMessage: string;
|
|
962
|
+
errorReason: string;
|
|
963
|
+
enabled: boolean;
|
|
964
|
+
}, {
|
|
965
|
+
errorMessage: string;
|
|
966
|
+
errorReason: string;
|
|
967
|
+
enabled: boolean;
|
|
968
|
+
}>;
|
|
956
969
|
}, "strip", z$1.ZodTypeAny, {
|
|
957
970
|
analytics: {
|
|
958
971
|
errorMessage: string;
|
|
@@ -1111,6 +1124,11 @@ declare const FeaturesSummary: z$1.ZodObject<{
|
|
|
1111
1124
|
errorReason: string;
|
|
1112
1125
|
max?: number | undefined;
|
|
1113
1126
|
};
|
|
1127
|
+
sandboxTemplates: {
|
|
1128
|
+
errorMessage: string;
|
|
1129
|
+
errorReason: string;
|
|
1130
|
+
enabled: boolean;
|
|
1131
|
+
};
|
|
1114
1132
|
}, {
|
|
1115
1133
|
analytics: {
|
|
1116
1134
|
errorMessage: string;
|
|
@@ -1269,6 +1287,11 @@ declare const FeaturesSummary: z$1.ZodObject<{
|
|
|
1269
1287
|
errorReason: string;
|
|
1270
1288
|
max?: number | undefined;
|
|
1271
1289
|
};
|
|
1290
|
+
sandboxTemplates: {
|
|
1291
|
+
errorMessage: string;
|
|
1292
|
+
errorReason: string;
|
|
1293
|
+
enabled: boolean;
|
|
1294
|
+
};
|
|
1272
1295
|
}>;
|
|
1273
1296
|
type FeaturesSummary = z$1.infer<typeof FeaturesSummary>;
|
|
1274
1297
|
|
package/dist/index.d.ts
CHANGED
|
@@ -953,6 +953,19 @@ declare const FeaturesSummary: z$1.ZodObject<{
|
|
|
953
953
|
errorReason: string;
|
|
954
954
|
max?: number | undefined;
|
|
955
955
|
}>;
|
|
956
|
+
sandboxTemplates: z$1.ZodObject<{
|
|
957
|
+
enabled: z$1.ZodBoolean;
|
|
958
|
+
errorMessage: z$1.ZodString;
|
|
959
|
+
errorReason: z$1.ZodString;
|
|
960
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
961
|
+
errorMessage: string;
|
|
962
|
+
errorReason: string;
|
|
963
|
+
enabled: boolean;
|
|
964
|
+
}, {
|
|
965
|
+
errorMessage: string;
|
|
966
|
+
errorReason: string;
|
|
967
|
+
enabled: boolean;
|
|
968
|
+
}>;
|
|
956
969
|
}, "strip", z$1.ZodTypeAny, {
|
|
957
970
|
analytics: {
|
|
958
971
|
errorMessage: string;
|
|
@@ -1111,6 +1124,11 @@ declare const FeaturesSummary: z$1.ZodObject<{
|
|
|
1111
1124
|
errorReason: string;
|
|
1112
1125
|
max?: number | undefined;
|
|
1113
1126
|
};
|
|
1127
|
+
sandboxTemplates: {
|
|
1128
|
+
errorMessage: string;
|
|
1129
|
+
errorReason: string;
|
|
1130
|
+
enabled: boolean;
|
|
1131
|
+
};
|
|
1114
1132
|
}, {
|
|
1115
1133
|
analytics: {
|
|
1116
1134
|
errorMessage: string;
|
|
@@ -1269,6 +1287,11 @@ declare const FeaturesSummary: z$1.ZodObject<{
|
|
|
1269
1287
|
errorReason: string;
|
|
1270
1288
|
max?: number | undefined;
|
|
1271
1289
|
};
|
|
1290
|
+
sandboxTemplates: {
|
|
1291
|
+
errorMessage: string;
|
|
1292
|
+
errorReason: string;
|
|
1293
|
+
enabled: boolean;
|
|
1294
|
+
};
|
|
1272
1295
|
}>;
|
|
1273
1296
|
type FeaturesSummary = z$1.infer<typeof FeaturesSummary>;
|
|
1274
1297
|
|
package/dist/index.js
CHANGED
|
@@ -159,7 +159,8 @@ var FeaturesSummary = _zod.z.object({
|
|
|
159
159
|
forgeActiveFeaturesPerProject: featureLimitedSchema,
|
|
160
160
|
forgeActiveDocumentsPerProject: featureLimitedSchema,
|
|
161
161
|
forgePrivateProjects: featureToggleSchema,
|
|
162
|
-
forgeActiveProjectContexts: featureLimitedSchema
|
|
162
|
+
forgeActiveProjectContexts: featureLimitedSchema,
|
|
163
|
+
sandboxTemplates: featureToggleSchema
|
|
163
164
|
});
|
|
164
165
|
|
|
165
166
|
// src/billing/invoice.ts
|