@tennac-booking/sdk 1.0.304 → 1.0.305

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
@@ -9438,6 +9438,12 @@ export interface IUserAttributes {
9438
9438
  * @memberof IUserAttributes
9439
9439
  */
9440
9440
  'emailVerificationExpires'?: string;
9441
+ /**
9442
+ *
9443
+ * @type {string}
9444
+ * @memberof IUserAttributes
9445
+ */
9446
+ 'signupConfirmationEmailSentAt'?: string;
9441
9447
  /**
9442
9448
  *
9443
9449
  * @type {Array<IUserAttributesOrganizationsInner>}
@@ -13253,6 +13259,18 @@ export interface PaymentDistributionResult {
13253
13259
  * @memberof PaymentDistributionResult
13254
13260
  */
13255
13261
  'paidAmount': number;
13262
+ /**
13263
+ *
13264
+ * @type {number}
13265
+ * @memberof PaymentDistributionResult
13266
+ */
13267
+ 'creditsAppliedAmount': number;
13268
+ /**
13269
+ *
13270
+ * @type {number}
13271
+ * @memberof PaymentDistributionResult
13272
+ */
13273
+ 'coveredAmount': number;
13256
13274
  /**
13257
13275
  *
13258
13276
  * @type {number}
@@ -13277,6 +13295,12 @@ export interface PaymentDistributionResult {
13277
13295
  * @memberof PaymentDistributionResult
13278
13296
  */
13279
13297
  'guestsCount': number;
13298
+ /**
13299
+ *
13300
+ * @type {number}
13301
+ * @memberof PaymentDistributionResult
13302
+ */
13303
+ 'guestsPendingPaymentCount': number;
13280
13304
  /**
13281
13305
  *
13282
13306
  * @type {number}
@@ -16355,6 +16379,12 @@ export interface StaffUserProfileResponse {
16355
16379
  * @memberof StaffUserProfileResponse
16356
16380
  */
16357
16381
  'emailVerificationExpires'?: string;
16382
+ /**
16383
+ *
16384
+ * @type {string}
16385
+ * @memberof StaffUserProfileResponse
16386
+ */
16387
+ 'signupConfirmationEmailSentAt'?: string;
16358
16388
  /**
16359
16389
  *
16360
16390
  * @type {Array<IUserAttributesOrganizationsInner>}
@@ -19366,6 +19396,12 @@ export interface UserProfileResponse {
19366
19396
  * @memberof UserProfileResponse
19367
19397
  */
19368
19398
  'emailVerificationExpires'?: string;
19399
+ /**
19400
+ *
19401
+ * @type {string}
19402
+ * @memberof UserProfileResponse
19403
+ */
19404
+ 'signupConfirmationEmailSentAt'?: string;
19369
19405
  /**
19370
19406
  *
19371
19407
  * @type {Array<IUserAttributesOrganizationsInner>}
package/dist/api.d.ts CHANGED
@@ -9299,6 +9299,12 @@ export interface IUserAttributes {
9299
9299
  * @memberof IUserAttributes
9300
9300
  */
9301
9301
  'emailVerificationExpires'?: string;
9302
+ /**
9303
+ *
9304
+ * @type {string}
9305
+ * @memberof IUserAttributes
9306
+ */
9307
+ 'signupConfirmationEmailSentAt'?: string;
9302
9308
  /**
9303
9309
  *
9304
9310
  * @type {Array<IUserAttributesOrganizationsInner>}
@@ -13064,6 +13070,18 @@ export interface PaymentDistributionResult {
13064
13070
  * @memberof PaymentDistributionResult
13065
13071
  */
13066
13072
  'paidAmount': number;
13073
+ /**
13074
+ *
13075
+ * @type {number}
13076
+ * @memberof PaymentDistributionResult
13077
+ */
13078
+ 'creditsAppliedAmount': number;
13079
+ /**
13080
+ *
13081
+ * @type {number}
13082
+ * @memberof PaymentDistributionResult
13083
+ */
13084
+ 'coveredAmount': number;
13067
13085
  /**
13068
13086
  *
13069
13087
  * @type {number}
@@ -13088,6 +13106,12 @@ export interface PaymentDistributionResult {
13088
13106
  * @memberof PaymentDistributionResult
13089
13107
  */
13090
13108
  'guestsCount': number;
13109
+ /**
13110
+ *
13111
+ * @type {number}
13112
+ * @memberof PaymentDistributionResult
13113
+ */
13114
+ 'guestsPendingPaymentCount': number;
13091
13115
  /**
13092
13116
  *
13093
13117
  * @type {number}
@@ -16098,6 +16122,12 @@ export interface StaffUserProfileResponse {
16098
16122
  * @memberof StaffUserProfileResponse
16099
16123
  */
16100
16124
  'emailVerificationExpires'?: string;
16125
+ /**
16126
+ *
16127
+ * @type {string}
16128
+ * @memberof StaffUserProfileResponse
16129
+ */
16130
+ 'signupConfirmationEmailSentAt'?: string;
16101
16131
  /**
16102
16132
  *
16103
16133
  * @type {Array<IUserAttributesOrganizationsInner>}
@@ -19075,6 +19105,12 @@ export interface UserProfileResponse {
19075
19105
  * @memberof UserProfileResponse
19076
19106
  */
19077
19107
  'emailVerificationExpires'?: string;
19108
+ /**
19109
+ *
19110
+ * @type {string}
19111
+ * @memberof UserProfileResponse
19112
+ */
19113
+ 'signupConfirmationEmailSentAt'?: string;
19078
19114
  /**
19079
19115
  *
19080
19116
  * @type {Array<IUserAttributesOrganizationsInner>}
package/dist/esm/api.d.ts CHANGED
@@ -9299,6 +9299,12 @@ export interface IUserAttributes {
9299
9299
  * @memberof IUserAttributes
9300
9300
  */
9301
9301
  'emailVerificationExpires'?: string;
9302
+ /**
9303
+ *
9304
+ * @type {string}
9305
+ * @memberof IUserAttributes
9306
+ */
9307
+ 'signupConfirmationEmailSentAt'?: string;
9302
9308
  /**
9303
9309
  *
9304
9310
  * @type {Array<IUserAttributesOrganizationsInner>}
@@ -13064,6 +13070,18 @@ export interface PaymentDistributionResult {
13064
13070
  * @memberof PaymentDistributionResult
13065
13071
  */
13066
13072
  'paidAmount': number;
13073
+ /**
13074
+ *
13075
+ * @type {number}
13076
+ * @memberof PaymentDistributionResult
13077
+ */
13078
+ 'creditsAppliedAmount': number;
13079
+ /**
13080
+ *
13081
+ * @type {number}
13082
+ * @memberof PaymentDistributionResult
13083
+ */
13084
+ 'coveredAmount': number;
13067
13085
  /**
13068
13086
  *
13069
13087
  * @type {number}
@@ -13088,6 +13106,12 @@ export interface PaymentDistributionResult {
13088
13106
  * @memberof PaymentDistributionResult
13089
13107
  */
13090
13108
  'guestsCount': number;
13109
+ /**
13110
+ *
13111
+ * @type {number}
13112
+ * @memberof PaymentDistributionResult
13113
+ */
13114
+ 'guestsPendingPaymentCount': number;
13091
13115
  /**
13092
13116
  *
13093
13117
  * @type {number}
@@ -16098,6 +16122,12 @@ export interface StaffUserProfileResponse {
16098
16122
  * @memberof StaffUserProfileResponse
16099
16123
  */
16100
16124
  'emailVerificationExpires'?: string;
16125
+ /**
16126
+ *
16127
+ * @type {string}
16128
+ * @memberof StaffUserProfileResponse
16129
+ */
16130
+ 'signupConfirmationEmailSentAt'?: string;
16101
16131
  /**
16102
16132
  *
16103
16133
  * @type {Array<IUserAttributesOrganizationsInner>}
@@ -19075,6 +19105,12 @@ export interface UserProfileResponse {
19075
19105
  * @memberof UserProfileResponse
19076
19106
  */
19077
19107
  'emailVerificationExpires'?: string;
19108
+ /**
19109
+ *
19110
+ * @type {string}
19111
+ * @memberof UserProfileResponse
19112
+ */
19113
+ 'signupConfirmationEmailSentAt'?: string;
19078
19114
  /**
19079
19115
  *
19080
19116
  * @type {Array<IUserAttributesOrganizationsInner>}
@@ -25,6 +25,7 @@ Name | Type | Description | Notes
25
25
  **resetPasswordExpires** | **string** | | [optional] [default to undefined]
26
26
  **emailVerificationToken** | **string** | | [optional] [default to undefined]
27
27
  **emailVerificationExpires** | **string** | | [optional] [default to undefined]
28
+ **signupConfirmationEmailSentAt** | **string** | | [optional] [default to undefined]
28
29
  **organizations** | [**Array&lt;IUserAttributesOrganizationsInner&gt;**](IUserAttributesOrganizationsInner.md) | | [optional] [default to undefined]
29
30
  **isGuest** | **boolean** | | [optional] [default to undefined]
30
31
  **isAdmin** | **boolean** | | [optional] [default to undefined]
@@ -67,6 +68,7 @@ const instance: IUserAttributes = {
67
68
  resetPasswordExpires,
68
69
  emailVerificationToken,
69
70
  emailVerificationExpires,
71
+ signupConfirmationEmailSentAt,
70
72
  organizations,
71
73
  isGuest,
72
74
  isAdmin,
@@ -7,10 +7,13 @@ Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **totalAmount** | **number** | | [default to undefined]
9
9
  **paidAmount** | **number** | | [default to undefined]
10
+ **creditsAppliedAmount** | **number** | | [default to undefined]
11
+ **coveredAmount** | **number** | | [default to undefined]
10
12
  **remainingAmount** | **number** | | [default to undefined]
11
13
  **playersCount** | **number** | | [default to undefined]
12
14
  **registeredPlayersCount** | **number** | | [default to undefined]
13
15
  **guestsCount** | **number** | | [default to undefined]
16
+ **guestsPendingPaymentCount** | **number** | | [default to undefined]
14
17
  **guestShare** | **number** | | [default to undefined]
15
18
 
16
19
  ## Example
@@ -21,10 +24,13 @@ import { PaymentDistributionResult } from '@tennac-booking/sdk';
21
24
  const instance: PaymentDistributionResult = {
22
25
  totalAmount,
23
26
  paidAmount,
27
+ creditsAppliedAmount,
28
+ coveredAmount,
24
29
  remainingAmount,
25
30
  playersCount,
26
31
  registeredPlayersCount,
27
32
  guestsCount,
33
+ guestsPendingPaymentCount,
28
34
  guestShare,
29
35
  };
30
36
  ```
@@ -25,6 +25,7 @@ Name | Type | Description | Notes
25
25
  **resetPasswordExpires** | **string** | | [optional] [default to undefined]
26
26
  **emailVerificationToken** | **string** | | [optional] [default to undefined]
27
27
  **emailVerificationExpires** | **string** | | [optional] [default to undefined]
28
+ **signupConfirmationEmailSentAt** | **string** | | [optional] [default to undefined]
28
29
  **organizations** | [**Array&lt;IUserAttributesOrganizationsInner&gt;**](IUserAttributesOrganizationsInner.md) | | [optional] [default to undefined]
29
30
  **isGuest** | **boolean** | | [optional] [default to undefined]
30
31
  **isAdmin** | **boolean** | | [optional] [default to undefined]
@@ -69,6 +70,7 @@ const instance: StaffUserProfileResponse = {
69
70
  resetPasswordExpires,
70
71
  emailVerificationToken,
71
72
  emailVerificationExpires,
73
+ signupConfirmationEmailSentAt,
72
74
  organizations,
73
75
  isGuest,
74
76
  isAdmin,
@@ -25,6 +25,7 @@ Name | Type | Description | Notes
25
25
  **resetPasswordExpires** | **string** | | [optional] [default to undefined]
26
26
  **emailVerificationToken** | **string** | | [optional] [default to undefined]
27
27
  **emailVerificationExpires** | **string** | | [optional] [default to undefined]
28
+ **signupConfirmationEmailSentAt** | **string** | | [optional] [default to undefined]
28
29
  **organizations** | [**Array&lt;IUserAttributesOrganizationsInner&gt;**](IUserAttributesOrganizationsInner.md) | | [optional] [default to undefined]
29
30
  **isGuest** | **boolean** | | [optional] [default to undefined]
30
31
  **isAdmin** | **boolean** | | [optional] [default to undefined]
@@ -80,6 +81,7 @@ const instance: UserProfileResponse = {
80
81
  resetPasswordExpires,
81
82
  emailVerificationToken,
82
83
  emailVerificationExpires,
84
+ signupConfirmationEmailSentAt,
83
85
  organizations,
84
86
  isGuest,
85
87
  isAdmin,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tennac-booking/sdk",
3
- "version": "1.0.304",
3
+ "version": "1.0.305",
4
4
  "description": "OpenAPI client for @tennac-booking/sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {