@aw-labs/appwrite-console
Advanced tools
Comparing version 10.0.0 to 11.0.0
@@ -5,3 +5,3 @@ { | ||
"description": "Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API", | ||
"version": "10.0.0", | ||
"version": "11.0.0", | ||
"license": "BSD-3-Clause", | ||
@@ -8,0 +8,0 @@ "main": "dist/cjs/sdk.js", |
@@ -2484,5 +2484,5 @@ export namespace Models { | ||
/** | ||
* Aggregated stats for number of collections. | ||
* Aggregated stats for number of databases. | ||
*/ | ||
collections: Metric[]; | ||
databases: Metric[]; | ||
/** | ||
@@ -2496,3 +2496,7 @@ * Aggregated stats for number of users. | ||
storage: Metric[]; | ||
/** | ||
* Aggregated stats for number of buckets. | ||
*/ | ||
buckets: Metric[]; | ||
} | ||
} |
@@ -2480,5 +2480,5 @@ export declare namespace Models { | ||
/** | ||
* Aggregated stats for number of collections. | ||
* Aggregated stats for number of databases. | ||
*/ | ||
collections: Metric[]; | ||
databases: Metric[]; | ||
/** | ||
@@ -2492,3 +2492,7 @@ * Aggregated stats for number of users. | ||
storage: Metric[]; | ||
/** | ||
* Aggregated stats for number of buckets. | ||
*/ | ||
buckets: Metric[]; | ||
}; | ||
} |
2394414
35761