@vaiftech/client 1.0.6 → 1.0.7

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 CHANGED
@@ -2976,6 +2976,7 @@ interface ApplyInput {
2976
2976
  definition: SchemaDefinition;
2977
2977
  migrationName?: string;
2978
2978
  allowDestructive?: boolean;
2979
+ fromAiWorkspace?: boolean;
2979
2980
  }
2980
2981
  /**
2981
2982
  * Migration result from apply
package/dist/index.d.ts CHANGED
@@ -2976,6 +2976,7 @@ interface ApplyInput {
2976
2976
  definition: SchemaDefinition;
2977
2977
  migrationName?: string;
2978
2978
  allowDestructive?: boolean;
2979
+ fromAiWorkspace?: boolean;
2979
2980
  }
2980
2981
  /**
2981
2982
  * Migration result from apply
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaiftech/client",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "TypeScript SDK for VAIF Studio BaaS",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",