@gooday_corp/gooday-api-client 1.2.74-beta → 1.2.75-beta
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.
- package/api.ts +19 -1
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -5828,7 +5828,19 @@ export interface StripeSetupIntentPaymentPayloadDTO {
|
|
|
5828
5828
|
* @type {Array<string>}
|
|
5829
5829
|
* @memberof StripeSetupIntentPaymentPayloadDTO
|
|
5830
5830
|
*/
|
|
5831
|
-
'service'
|
|
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;
|
|
5832
5844
|
}
|
|
5833
5845
|
/**
|
|
5834
5846
|
*
|
|
@@ -7068,6 +7080,12 @@ export interface WhatsDiscountCodeResponseDTO {
|
|
|
7068
7080
|
* @memberof WhatsDiscountCodeResponseDTO
|
|
7069
7081
|
*/
|
|
7070
7082
|
'statusCode': number;
|
|
7083
|
+
/**
|
|
7084
|
+
*
|
|
7085
|
+
* @type {WhatsOnEntity}
|
|
7086
|
+
* @memberof WhatsDiscountCodeResponseDTO
|
|
7087
|
+
*/
|
|
7088
|
+
'data': WhatsOnEntity;
|
|
7071
7089
|
}
|
|
7072
7090
|
/**
|
|
7073
7091
|
*
|