@appwrite.io/console 1.4.0 → 1.4.1

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/esm/sdk.js CHANGED
@@ -278,7 +278,7 @@ class Client {
278
278
  'x-sdk-name': 'Console',
279
279
  'x-sdk-platform': 'console',
280
280
  'x-sdk-language': 'web',
281
- 'x-sdk-version': '1.4.0',
281
+ 'x-sdk-version': '1.4.1',
282
282
  'X-Appwrite-Response-Format': '1.6.0',
283
283
  };
284
284
  this.realtime = {
@@ -818,7 +818,7 @@ class Account {
818
818
  * @param {string} postalCode
819
819
  * @param {string} addressLine2
820
820
  * @throws {AppwriteException}
821
- * @returns {Promise<{}>}
821
+ * @returns {Promise<Models.BillingAddress>}
822
822
  */
823
823
  createBillingAddress(country, streetAddress, city, state, postalCode, addressLine2) {
824
824
  return __awaiter(this, void 0, void 0, function* () {
@@ -895,7 +895,7 @@ class Account {
895
895
  * @param {string} postalCode
896
896
  * @param {string} addressLine2
897
897
  * @throws {AppwriteException}
898
- * @returns {Promise<{}>}
898
+ * @returns {Promise<Models.BillingAddress>}
899
899
  */
900
900
  updateBillingAddress(billingAddressId, country, streetAddress, city, state, postalCode, addressLine2) {
901
901
  return __awaiter(this, void 0, void 0, function* () {