@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.
@@ -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.3",
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",