@xata.io/client 0.0.0-next.v83b49efdefdcee676ea1c61304ab4a0c5ac31054 → 0.0.0-next.vdcc7247ab6c54a023e791b576c247bc20533009e
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/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +4 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -1968,6 +1968,9 @@ type ClusterMetadata = {
|
|
1968
1968
|
* @x-internal true
|
1969
1969
|
*/
|
1970
1970
|
type ClusterUpdateDetails = {
|
1971
|
+
/**
|
1972
|
+
* @pattern ^[Ss][Tt][Oo][Pp]|[Ss][Tt][Aa][Rr][Tt]$
|
1973
|
+
*/
|
1971
1974
|
command: string;
|
1972
1975
|
};
|
1973
1976
|
/**
|
@@ -3273,6 +3276,7 @@ type ApplyMigrationRequestBody = {
|
|
3273
3276
|
operations: {
|
3274
3277
|
[key: string]: any;
|
3275
3278
|
}[];
|
3279
|
+
adaptTable?: boolean;
|
3276
3280
|
};
|
3277
3281
|
type ApplyMigrationVariables = {
|
3278
3282
|
body: ApplyMigrationRequestBody;
|