@tennac-booking/sdk 1.0.286 → 1.0.288

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 CHANGED
@@ -79,6 +79,12 @@ export interface AcceptTermsRequestBody {
79
79
  * @memberof AcceptTermsRequestBody
80
80
  */
81
81
  'termsId'?: string;
82
+ /**
83
+ * Numéro de version des CGU à accepter (optionnel, ignoré si termsId est fourni)
84
+ * @type {string}
85
+ * @memberof AcceptTermsRequestBody
86
+ */
87
+ 'version'?: string;
82
88
  }
83
89
  /**
84
90
  * Réponse pour l\'acceptation des CGU
@@ -2900,6 +2906,12 @@ export interface ClubDashboardTask {
2900
2906
  * @memberof ClubDashboardTask
2901
2907
  */
2902
2908
  'content'?: string;
2909
+ /**
2910
+ * Version cible (utile pour la tache CGU)
2911
+ * @type {string}
2912
+ * @memberof ClubDashboardTask
2913
+ */
2914
+ 'version'?: string;
2903
2915
  /**
2904
2916
  *
2905
2917
  * @type {ClubDashboardTaskStatus}
@@ -9784,6 +9796,12 @@ export interface JoinOpenBookingResponse {
9784
9796
  * @memberof JoinOpenBookingResponse
9785
9797
  */
9786
9798
  'onsitePayments'?: Array<BookingResponseOnsitePaymentsInner>;
9799
+ /**
9800
+ *
9801
+ * @type {string}
9802
+ * @memberof JoinOpenBookingResponse
9803
+ */
9804
+ 'setupNoShowPaymentUrl'?: string;
9787
9805
  /**
9788
9806
  *
9789
9807
  * @type {Array<CheckInEventParticipants200ResponseInvoicesInner>}
package/dist/api.d.ts CHANGED
@@ -69,6 +69,12 @@ export interface AcceptTermsRequestBody {
69
69
  * @memberof AcceptTermsRequestBody
70
70
  */
71
71
  'termsId'?: string;
72
+ /**
73
+ * Numéro de version des CGU à accepter (optionnel, ignoré si termsId est fourni)
74
+ * @type {string}
75
+ * @memberof AcceptTermsRequestBody
76
+ */
77
+ 'version'?: string;
72
78
  }
73
79
  /**
74
80
  * Réponse pour l\'acceptation des CGU
@@ -2847,6 +2853,12 @@ export interface ClubDashboardTask {
2847
2853
  * @memberof ClubDashboardTask
2848
2854
  */
2849
2855
  'content'?: string;
2856
+ /**
2857
+ * Version cible (utile pour la tache CGU)
2858
+ * @type {string}
2859
+ * @memberof ClubDashboardTask
2860
+ */
2861
+ 'version'?: string;
2850
2862
  /**
2851
2863
  *
2852
2864
  * @type {ClubDashboardTaskStatus}
@@ -9634,6 +9646,12 @@ export interface JoinOpenBookingResponse {
9634
9646
  * @memberof JoinOpenBookingResponse
9635
9647
  */
9636
9648
  'onsitePayments'?: Array<BookingResponseOnsitePaymentsInner>;
9649
+ /**
9650
+ *
9651
+ * @type {string}
9652
+ * @memberof JoinOpenBookingResponse
9653
+ */
9654
+ 'setupNoShowPaymentUrl'?: string;
9637
9655
  /**
9638
9656
  *
9639
9657
  * @type {Array<CheckInEventParticipants200ResponseInvoicesInner>}
package/dist/esm/api.d.ts CHANGED
@@ -69,6 +69,12 @@ export interface AcceptTermsRequestBody {
69
69
  * @memberof AcceptTermsRequestBody
70
70
  */
71
71
  'termsId'?: string;
72
+ /**
73
+ * Numéro de version des CGU à accepter (optionnel, ignoré si termsId est fourni)
74
+ * @type {string}
75
+ * @memberof AcceptTermsRequestBody
76
+ */
77
+ 'version'?: string;
72
78
  }
73
79
  /**
74
80
  * Réponse pour l\'acceptation des CGU
@@ -2847,6 +2853,12 @@ export interface ClubDashboardTask {
2847
2853
  * @memberof ClubDashboardTask
2848
2854
  */
2849
2855
  'content'?: string;
2856
+ /**
2857
+ * Version cible (utile pour la tache CGU)
2858
+ * @type {string}
2859
+ * @memberof ClubDashboardTask
2860
+ */
2861
+ 'version'?: string;
2850
2862
  /**
2851
2863
  *
2852
2864
  * @type {ClubDashboardTaskStatus}
@@ -9634,6 +9646,12 @@ export interface JoinOpenBookingResponse {
9634
9646
  * @memberof JoinOpenBookingResponse
9635
9647
  */
9636
9648
  'onsitePayments'?: Array<BookingResponseOnsitePaymentsInner>;
9649
+ /**
9650
+ *
9651
+ * @type {string}
9652
+ * @memberof JoinOpenBookingResponse
9653
+ */
9654
+ 'setupNoShowPaymentUrl'?: string;
9637
9655
  /**
9638
9656
  *
9639
9657
  * @type {Array<CheckInEventParticipants200ResponseInvoicesInner>}
@@ -7,6 +7,7 @@ Requête pour accepter les CGU
7
7
  Name | Type | Description | Notes
8
8
  ------------ | ------------- | ------------- | -------------
9
9
  **termsId** | **string** | ID de la version des CGU à accepter (optionnel, utilise la version actuelle si non fourni) | [optional] [default to undefined]
10
+ **version** | **string** | Numéro de version des CGU à accepter (optionnel, ignoré si termsId est fourni) | [optional] [default to undefined]
10
11
 
11
12
  ## Example
12
13
 
@@ -15,6 +16,7 @@ import { AcceptTermsRequestBody } from '@tennac-booking/sdk';
15
16
 
16
17
  const instance: AcceptTermsRequestBody = {
17
18
  termsId,
19
+ version,
18
20
  };
19
21
  ```
20
22
 
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
11
11
  **url** | **string** | URL vers la page à ouvrir | [default to undefined]
12
12
  **description** | **string** | Description courte (optionnelle) | [optional] [default to undefined]
13
13
  **content** | **string** | Contenu markdown associe a la tache (ex: texte des CGU) | [optional] [default to undefined]
14
+ **version** | **string** | Version cible (utile pour la tache CGU) | [optional] [default to undefined]
14
15
  **status** | [**ClubDashboardTaskStatus**](ClubDashboardTaskStatus.md) | | [default to undefined]
15
16
 
16
17
  ## Example
@@ -25,6 +26,7 @@ const instance: ClubDashboardTask = {
25
26
  url,
26
27
  description,
27
28
  content,
29
+ version,
28
30
  status,
29
31
  };
30
32
  ```
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
9
9
  **invoiceUrl** | **string** | | [optional] [default to undefined]
10
10
  **paymentLinks** | **{ [key: string]: string; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
11
11
  **onsitePayments** | [**Array&lt;BookingResponseOnsitePaymentsInner&gt;**](BookingResponseOnsitePaymentsInner.md) | | [optional] [default to undefined]
12
+ **setupNoShowPaymentUrl** | **string** | | [optional] [default to undefined]
12
13
  **invoices** | [**Array&lt;CheckInEventParticipants200ResponseInvoicesInner&gt;**](CheckInEventParticipants200ResponseInvoicesInner.md) | | [optional] [default to undefined]
13
14
 
14
15
  ## Example
@@ -21,6 +22,7 @@ const instance: JoinOpenBookingResponse = {
21
22
  invoiceUrl,
22
23
  paymentLinks,
23
24
  onsitePayments,
25
+ setupNoShowPaymentUrl,
24
26
  invoices,
25
27
  };
26
28
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tennac-booking/sdk",
3
- "version": "1.0.286",
3
+ "version": "1.0.288",
4
4
  "description": "OpenAPI client for @tennac-booking/sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {