@appwrite.io/console 1.1.0 → 1.2.0

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@appwrite.io/console",
3
3
  "homepage": "https://appwrite.io/support",
4
4
  "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",
5
- "version": "1.1.0",
5
+ "version": "1.2.0",
6
6
  "license": "BSD-3-Clause",
7
7
  "main": "dist/cjs/sdk.js",
8
8
  "exports": {
package/src/models.ts CHANGED
@@ -2685,7 +2685,7 @@ export namespace Models {
2685
2685
  */
2686
2686
  phone: string;
2687
2687
  /**
2688
- * Mock OTP for the number.
2688
+ * Mock OTP for the number.
2689
2689
  */
2690
2690
  otp: string;
2691
2691
  }
@@ -3356,6 +3356,8 @@ export namespace Models {
3356
3356
  * Total aggregated sum of functions storage size (in bytes).
3357
3357
  */
3358
3358
  functionsStorageTotal: number;
3359
+ buildsStorageTotal: number;
3360
+ deploymentsStorageTotal: number;
3359
3361
  /**
3360
3362
  * Total aggregated number of buckets.
3361
3363
  */
@@ -3857,7 +3859,7 @@ export namespace Models {
3857
3859
  */
3858
3860
  $updatedAt: string;
3859
3861
  /**
3860
- * Migration status ( pending, processing, failed, completed )
3862
+ * Migration status ( pending, processing, failed, completed )
3861
3863
  */
3862
3864
  status: string;
3863
3865
  /**
package/types/models.d.ts CHANGED
@@ -3356,6 +3356,8 @@ export declare namespace Models {
3356
3356
  * Total aggregated sum of functions storage size (in bytes).
3357
3357
  */
3358
3358
  functionsStorageTotal: number;
3359
+ buildsStorageTotal: number;
3360
+ deploymentsStorageTotal: number;
3359
3361
  /**
3360
3362
  * Total aggregated number of buckets.
3361
3363
  */