@xata.io/client 0.0.0-next.vc2100667c1c5b74e0ea53392c05d638b47363da4 → 0.0.0-next.ve39b4ed80de99105b4e9db8fa85745ab1b3f541e

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
@@ -3276,7 +3276,6 @@ type ApplyMigrationRequestBody = {
3276
3276
  operations: {
3277
3277
  [key: string]: any;
3278
3278
  }[];
3279
- adaptTable?: boolean;
3280
3279
  };
3281
3280
  type ApplyMigrationVariables = {
3282
3281
  body: ApplyMigrationRequestBody;