@gooday_corp/gooday-api-client 1.2.71 → 1.2.72

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 -2
  2. package/package.json +1 -1
package/api.ts CHANGED
@@ -5089,10 +5089,10 @@ export interface PrepaidServicePayloadDTO {
5089
5089
  'repeat': ServiceEndRepeat;
5090
5090
  /**
5091
5091
  *
5092
- * @type {PrepaidServiceDiscount}
5092
+ * @type {Array<PrepaidServiceDiscount>}
5093
5093
  * @memberof PrepaidServicePayloadDTO
5094
5094
  */
5095
- 'discounts': PrepaidServiceDiscount;
5095
+ 'discounts': Array<PrepaidServiceDiscount>;
5096
5096
  /**
5097
5097
  *
5098
5098
  * @type {Array<PrepaidServiceTimeDuration>}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooday_corp/gooday-api-client",
3
- "version": "1.2.71",
3
+ "version": "1.2.72",
4
4
  "description": "API client for Gooday",
5
5
  "main": "index.ts",
6
6
  "scripts": {},