@xata.io/client 0.0.0-next.v8c789132fcca7e3aac976aa7b9e1cdd929b3ddab → 0.0.0-next.v8f0b7eb0f7b8e6548d2d4a1f2d5c089e8e46863e

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.ts CHANGED
@@ -3339,7 +3339,7 @@ type ApplyMigrationRequestBody = {
3339
3339
  operations: {
3340
3340
  [key: string]: any;
3341
3341
  }[];
3342
- adaptTables?: boolean;
3342
+ adaptTable?: boolean;
3343
3343
  };
3344
3344
  type ApplyMigrationVariables = {
3345
3345
  body: ApplyMigrationRequestBody;