@aouda/client 0.1.3 → 0.1.4
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/cli/index.cjs +1 -1
- package/dist/cli/index.cjs.map +1 -1
- package/dist/cli/index.d.cts +1 -1
- package/dist/cli/index.d.ts +1 -1
- package/dist/cli/index.js +1 -1
- package/dist/cli/index.js.map +1 -1
- package/dist/{client-B9a2zoUU.d.cts → client-DXLViyzE.d.cts} +2 -0
- package/dist/{client-B9a2zoUU.d.ts → client-DXLViyzE.d.ts} +2 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1714,6 +1714,8 @@ interface BackupSummary {
|
|
|
1714
1714
|
newBytes: number;
|
|
1715
1715
|
fileCount: number;
|
|
1716
1716
|
newFileCount: number;
|
|
1717
|
+
/** Database names included in this backup run. Present on server >= 0.0.x. */
|
|
1718
|
+
databases?: string[];
|
|
1717
1719
|
}
|
|
1718
1720
|
interface ListBackupsResponse {
|
|
1719
1721
|
backups: BackupSummary[];
|
|
@@ -1714,6 +1714,8 @@ interface BackupSummary {
|
|
|
1714
1714
|
newBytes: number;
|
|
1715
1715
|
fileCount: number;
|
|
1716
1716
|
newFileCount: number;
|
|
1717
|
+
/** Database names included in this backup run. Present on server >= 0.0.x. */
|
|
1718
|
+
databases?: string[];
|
|
1717
1719
|
}
|
|
1718
1720
|
interface ListBackupsResponse {
|
|
1719
1721
|
backups: BackupSummary[];
|
package/dist/index.cjs
CHANGED
|
@@ -82,7 +82,7 @@ module.exports = __toCommonJS(index_exports);
|
|
|
82
82
|
// package.json
|
|
83
83
|
var package_default = {
|
|
84
84
|
name: "@aouda/client",
|
|
85
|
-
version: "0.1.
|
|
85
|
+
version: "0.1.4",
|
|
86
86
|
description: "Official TypeScript/JavaScript client library for Aouda",
|
|
87
87
|
type: "module",
|
|
88
88
|
main: "./dist/index.cjs",
|