react-native-appwrite 0.12.0 → 0.14.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.
@@ -43,7 +43,7 @@ export declare class Avatars extends Service {
43
43
  * When one dimension is specified and the other is 0, the image is scaled with preserved aspect ratio. If both dimensions are 0, the API provides an image at source quality. If dimensions are not specified, the default size of image returned is 100x100px.
44
44
  *
45
45
  *
46
- * @param {CreditCard} params.code - Credit Card Code. Possible values: amex, argencard, cabal, cencosud, diners, discover, elo, hipercard, jcb, mastercard, naranja, targeta-shopping, union-china-pay, visa, mir, maestro, rupay.
46
+ * @param {CreditCard} params.code - Credit Card Code. Possible values: amex, argencard, cabal, cencosud, diners, discover, elo, hipercard, jcb, mastercard, naranja, targeta-shopping, unionpay, visa, mir, maestro, rupay.
47
47
  * @param {number} params.width - Image width. Pass an integer between 0 to 2000. Defaults to 100.
48
48
  * @param {number} params.height - Image height. Pass an integer between 0 to 2000. Defaults to 100.
49
49
  * @param {number} params.quality - Image quality. Pass an integer between 0 to 100. Defaults to keep existing image quality.
@@ -62,7 +62,7 @@ export declare class Avatars extends Service {
62
62
  * When one dimension is specified and the other is 0, the image is scaled with preserved aspect ratio. If both dimensions are 0, the API provides an image at source quality. If dimensions are not specified, the default size of image returned is 100x100px.
63
63
  *
64
64
  *
65
- * @param {CreditCard} code - Credit Card Code. Possible values: amex, argencard, cabal, cencosud, diners, discover, elo, hipercard, jcb, mastercard, naranja, targeta-shopping, union-china-pay, visa, mir, maestro, rupay.
65
+ * @param {CreditCard} code - Credit Card Code. Possible values: amex, argencard, cabal, cencosud, diners, discover, elo, hipercard, jcb, mastercard, naranja, targeta-shopping, unionpay, visa, mir, maestro, rupay.
66
66
  * @param {number} width - Image width. Pass an integer between 0 to 2000. Defaults to 100.
67
67
  * @param {number} height - Image height. Pass an integer between 0 to 2000. Defaults to 100.
68
68
  * @param {number} quality - Image quality. Pass an integer between 0 to 100. Defaults to keep existing image quality.
@@ -33,7 +33,7 @@ export declare class Functions extends Service {
33
33
  * @param {string} params.body - HTTP body of execution. Default value is empty string.
34
34
  * @param {boolean} params.async - Execute code in the background. Default value is false.
35
35
  * @param {string} params.xpath - HTTP path of execution. Path can include query params. Default value is /
36
- * @param {ExecutionMethod} params.method - HTTP method of execution. Default value is GET.
36
+ * @param {ExecutionMethod} params.method - HTTP method of execution. Default value is POST.
37
37
  * @param {object} params.headers - HTTP headers of execution. Defaults to empty.
38
38
  * @param {string} params.scheduledAt - Scheduled execution time in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. DateTime value must be in future with precision in minutes.
39
39
  * @throws {AppwriteException}
@@ -55,7 +55,7 @@ export declare class Functions extends Service {
55
55
  * @param {string} body - HTTP body of execution. Default value is empty string.
56
56
  * @param {boolean} async - Execute code in the background. Default value is false.
57
57
  * @param {string} xpath - HTTP path of execution. Path can include query params. Default value is /
58
- * @param {ExecutionMethod} method - HTTP method of execution. Default value is GET.
58
+ * @param {ExecutionMethod} method - HTTP method of execution. Default value is POST.
59
59
  * @param {object} headers - HTTP headers of execution. Defaults to empty.
60
60
  * @param {string} scheduledAt - Scheduled execution time in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. DateTime value must be in future with precision in minutes.
61
61
  * @throws {AppwriteException}