@gooday_corp/gooday-api-client 1.2.74-alpha → 1.2.74

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 -14
  2. package/package.json +1 -1
package/api.ts CHANGED
@@ -2530,10 +2530,10 @@ export interface CreateBookingPayload {
2530
2530
  'paymentMethod': StripeSetupIntentPaymentResponse;
2531
2531
  /**
2532
2532
  *
2533
- * @type {string}
2533
+ * @type {Array<string>}
2534
2534
  * @memberof CreateBookingPayload
2535
2535
  */
2536
- 'whatsOn': string;
2536
+ 'whatsOn': Array<string>;
2537
2537
  }
2538
2538
  /**
2539
2539
  *
@@ -5829,18 +5829,6 @@ export interface StripeSetupIntentPaymentPayloadDTO {
5829
5829
  * @memberof StripeSetupIntentPaymentPayloadDTO
5830
5830
  */
5831
5831
  'service': Array<string>;
5832
- /**
5833
- *
5834
- * @type {string}
5835
- * @memberof StripeSetupIntentPaymentPayloadDTO
5836
- */
5837
- 'eventId': string;
5838
- /**
5839
- *
5840
- * @type {string}
5841
- * @memberof StripeSetupIntentPaymentPayloadDTO
5842
- */
5843
- 'discountId': string;
5844
5832
  }
5845
5833
  /**
5846
5834
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooday_corp/gooday-api-client",
3
- "version": "1.2.74-alpha",
3
+ "version": "1.2.74",
4
4
  "description": "API client for Gooday",
5
5
  "main": "index.ts",
6
6
  "scripts": {},