@gooday_corp/gooday-api-client 1.0.15-alpha → 1.0.16-beta

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.
Files changed (2) hide show
  1. package/api.ts +1 -1
  2. package/package.json +1 -1
package/api.ts CHANGED
@@ -229,7 +229,7 @@ export interface FileNameUploadDTO {
229
229
  */
230
230
  export interface ForgotPasswordPayloadDTO {
231
231
  /**
232
- * Email
232
+ * User Email
233
233
  * @type {string}
234
234
  * @memberof ForgotPasswordPayloadDTO
235
235
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooday_corp/gooday-api-client",
3
- "version": "1.0.15alpha",
3
+ "version": "1.0.16beta",
4
4
  "description": "API client for Gooday",
5
5
  "main": "index.ts",
6
6
  "scripts": {},