@supernova-studio/client 1.90.3 → 1.90.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 +9 -9
- package/dist/index.d.ts +9 -9
- 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.mjs
CHANGED
|
@@ -6338,7 +6338,8 @@ var FlaggedFeature = z208.enum([
|
|
|
6338
6338
|
"ForgeFileUploadBatchSize",
|
|
6339
6339
|
"DSVersionRoomYJSStorageVersion",
|
|
6340
6340
|
"ForgeTemplateUploadForAll",
|
|
6341
|
-
"LargeWorkspaceFileUpload"
|
|
6341
|
+
"LargeWorkspaceFileUpload",
|
|
6342
|
+
"CliMinimumVersion"
|
|
6342
6343
|
]);
|
|
6343
6344
|
var FeatureFlagMap = z208.record(FlaggedFeature, z208.boolean());
|
|
6344
6345
|
var FeatureFlag = z208.object({
|
|
@@ -6347,6 +6348,7 @@ var FeatureFlag = z208.object({
|
|
|
6347
6348
|
createdAt: z208.coerce.date(),
|
|
6348
6349
|
enabled: z208.boolean(),
|
|
6349
6350
|
designSystemId: z208.string().optional(),
|
|
6351
|
+
workspaceId: z208.string().optional(),
|
|
6350
6352
|
data: z208.record(z208.any()).nullable().optional()
|
|
6351
6353
|
});
|
|
6352
6354
|
|
|
@@ -7971,6 +7973,7 @@ var DTOBillingSupportedModels = z247.enum([
|
|
|
7971
7973
|
"GPT_5_NANO",
|
|
7972
7974
|
"GPT_5_2_CODEX",
|
|
7973
7975
|
"GPT_5_3_CODEX",
|
|
7976
|
+
"GPT_5_4",
|
|
7974
7977
|
// Claude models
|
|
7975
7978
|
"CLAUDE_OPUS_4_0",
|
|
7976
7979
|
"CLAUDE_OPUS_4_1",
|