@gooday_corp/gooday-api-client 1.2.30 → 1.2.31

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 +2 -11
  2. package/package.json +1 -1
package/api.ts CHANGED
@@ -1063,7 +1063,7 @@ export interface BusinessStaffEntity {
1063
1063
  * @type {string}
1064
1064
  * @memberof BusinessStaffEntity
1065
1065
  */
1066
- 'date'?: string;
1066
+ 'dob'?: string;
1067
1067
  /**
1068
1068
  * Email of the staff member
1069
1069
  * @type {string}
@@ -3761,17 +3761,8 @@ export interface PrepaidServiceFindDTO {
3761
3761
  * @type {string}
3762
3762
  * @memberof PrepaidServiceFindDTO
3763
3763
  */
3764
- 'category': PrepaidServiceFindDTOCategoryEnum;
3764
+ 'category'?: string;
3765
3765
  }
3766
-
3767
- export const PrepaidServiceFindDTOCategoryEnum = {
3768
- Beginner: 'BEGINNER',
3769
- Intermediate: 'INTERMEDIATE',
3770
- Advanced: 'ADVANCED'
3771
- } as const;
3772
-
3773
- export type PrepaidServiceFindDTOCategoryEnum = typeof PrepaidServiceFindDTOCategoryEnum[keyof typeof PrepaidServiceFindDTOCategoryEnum];
3774
-
3775
3766
  /**
3776
3767
  *
3777
3768
  * @export
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooday_corp/gooday-api-client",
3
- "version": "1.2.30",
3
+ "version": "1.2.31",
4
4
  "description": "API client for Gooday",
5
5
  "main": "index.ts",
6
6
  "scripts": {},