@tennac-booking/sdk 1.0.152 → 1.0.153

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
@@ -5410,7 +5410,7 @@ export interface EventResponse {
5410
5410
  * @type {number}
5411
5411
  * @memberof EventResponse
5412
5412
  */
5413
- 'registrationOpeningDate': number;
5413
+ 'registrationOpenDaysBefore': number;
5414
5414
  /**
5415
5415
  *
5416
5416
  * @type {string}
@@ -10975,10 +10975,10 @@ export interface UpdateEventRequest {
10975
10975
  'levels'?: Array<string | null>;
10976
10976
  /**
10977
10977
  *
10978
- * @type {string}
10978
+ * @type {number}
10979
10979
  * @memberof UpdateEventRequest
10980
10980
  */
10981
- 'registrationOpeningDate'?: string;
10981
+ 'registrationOpenDaysBefore'?: number;
10982
10982
  /**
10983
10983
  *
10984
10984
  * @type {Array<EventSponsor>}
package/dist/api.d.ts CHANGED
@@ -5316,7 +5316,7 @@ export interface EventResponse {
5316
5316
  * @type {number}
5317
5317
  * @memberof EventResponse
5318
5318
  */
5319
- 'registrationOpeningDate': number;
5319
+ 'registrationOpenDaysBefore': number;
5320
5320
  /**
5321
5321
  *
5322
5322
  * @type {string}
@@ -10780,10 +10780,10 @@ export interface UpdateEventRequest {
10780
10780
  'levels'?: Array<string | null>;
10781
10781
  /**
10782
10782
  *
10783
- * @type {string}
10783
+ * @type {number}
10784
10784
  * @memberof UpdateEventRequest
10785
10785
  */
10786
- 'registrationOpeningDate'?: string;
10786
+ 'registrationOpenDaysBefore'?: number;
10787
10787
  /**
10788
10788
  *
10789
10789
  * @type {Array<EventSponsor>}
package/dist/esm/api.d.ts CHANGED
@@ -5316,7 +5316,7 @@ export interface EventResponse {
5316
5316
  * @type {number}
5317
5317
  * @memberof EventResponse
5318
5318
  */
5319
- 'registrationOpeningDate': number;
5319
+ 'registrationOpenDaysBefore': number;
5320
5320
  /**
5321
5321
  *
5322
5322
  * @type {string}
@@ -10780,10 +10780,10 @@ export interface UpdateEventRequest {
10780
10780
  'levels'?: Array<string | null>;
10781
10781
  /**
10782
10782
  *
10783
- * @type {string}
10783
+ * @type {number}
10784
10784
  * @memberof UpdateEventRequest
10785
10785
  */
10786
- 'registrationOpeningDate'?: string;
10786
+ 'registrationOpenDaysBefore'?: number;
10787
10787
  /**
10788
10788
  *
10789
10789
  * @type {Array<EventSponsor>}
@@ -28,7 +28,7 @@ Name | Type | Description | Notes
28
28
  **visibilityType** | **string** | | [default to undefined]
29
29
  **levels** | **Array&lt;string | null&gt;** | | [optional] [default to undefined]
30
30
  **sponsors** | [**Array&lt;EventSponsor&gt;**](EventSponsor.md) | | [optional] [default to undefined]
31
- **registrationOpeningDate** | **number** | | [default to undefined]
31
+ **registrationOpenDaysBefore** | **number** | | [default to undefined]
32
32
  **createdBy** | **string** | | [optional] [default to undefined]
33
33
  **isActive** | **boolean** | | [default to undefined]
34
34
  **createdAt** | **string** | | [default to undefined]
@@ -63,7 +63,7 @@ const instance: EventResponse = {
63
63
  visibilityType,
64
64
  levels,
65
65
  sponsors,
66
- registrationOpeningDate,
66
+ registrationOpenDaysBefore,
67
67
  createdBy,
68
68
  isActive,
69
69
  createdAt,
@@ -25,7 +25,7 @@ Name | Type | Description | Notes
25
25
  **subscriberPrices** | [**Array&lt;SubscriberPrice&gt;**](SubscriberPrice.md) | | [optional] [default to undefined]
26
26
  **visibilityType** | **string** | | [optional] [default to undefined]
27
27
  **levels** | **Array&lt;string | null&gt;** | | [optional] [default to undefined]
28
- **registrationOpeningDate** | **string** | | [optional] [default to undefined]
28
+ **registrationOpenDaysBefore** | **number** | | [optional] [default to undefined]
29
29
  **sponsors** | [**Array&lt;EventSponsor&gt;**](EventSponsor.md) | | [optional] [default to undefined]
30
30
 
31
31
  ## Example
@@ -54,7 +54,7 @@ const instance: UpdateEventRequest = {
54
54
  subscriberPrices,
55
55
  visibilityType,
56
56
  levels,
57
- registrationOpeningDate,
57
+ registrationOpenDaysBefore,
58
58
  sponsors,
59
59
  };
60
60
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tennac-booking/sdk",
3
- "version": "1.0.152",
3
+ "version": "1.0.153",
4
4
  "description": "OpenAPI client for @tennac-booking/sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {