@gooday_corp/gooday-api-client 1.2.26 → 1.2.27

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
@@ -805,7 +805,7 @@ export interface BusinessStaffDTO {
805
805
  * @type {string}
806
806
  * @memberof BusinessStaffDTO
807
807
  */
808
- 'date': string;
808
+ 'dob': string;
809
809
  /**
810
810
  * Email of the staff
811
811
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooday_corp/gooday-api-client",
3
- "version": "1.2.26",
3
+ "version": "1.2.27",
4
4
  "description": "API client for Gooday",
5
5
  "main": "index.ts",
6
6
  "scripts": {},