@gooday_corp/gooday-api-client 1.2.28 → 1.2.29

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 +14 -2
  2. package/package.json +1 -1
package/api.ts CHANGED
@@ -3494,7 +3494,13 @@ export interface PrepaidServiceEntity {
3494
3494
  * @type {boolean}
3495
3495
  * @memberof PrepaidServiceEntity
3496
3496
  */
3497
- 'staffSelection': boolean;
3497
+ 'allowSelectGoodayStaff': boolean;
3498
+ /**
3499
+ *
3500
+ * @type {boolean}
3501
+ * @memberof PrepaidServiceEntity
3502
+ */
3503
+ 'individualPricingPerStaff': boolean;
3498
3504
  /**
3499
3505
  *
3500
3506
  * @type {number}
@@ -3564,7 +3570,13 @@ export interface PrepaidServicePayloadDTO {
3564
3570
  * @type {boolean}
3565
3571
  * @memberof PrepaidServicePayloadDTO
3566
3572
  */
3567
- 'staffSelection': boolean;
3573
+ 'allowSelectGoodayStaff': boolean;
3574
+ /**
3575
+ *
3576
+ * @type {boolean}
3577
+ * @memberof PrepaidServicePayloadDTO
3578
+ */
3579
+ 'individualPricingPerStaff': boolean;
3568
3580
  /**
3569
3581
  *
3570
3582
  * @type {number}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooday_corp/gooday-api-client",
3
- "version": "1.2.28",
3
+ "version": "1.2.29",
4
4
  "description": "API client for Gooday",
5
5
  "main": "index.ts",
6
6
  "scripts": {},