tonightpass 0.0.117 → 0.0.119

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 (89) hide show
  1. package/dist/index.js.map +1 -1
  2. package/dist/index.mjs.map +1 -1
  3. package/package.json +15 -2
  4. package/.turbo/turbo-build.log +0 -21
  5. package/CHANGELOG.md +0 -717
  6. package/src/constants/api.ts +0 -1
  7. package/src/constants/index.ts +0 -2
  8. package/src/constants/regex.ts +0 -28
  9. package/src/index.ts +0 -6
  10. package/src/rest/client.ts +0 -198
  11. package/src/rest/dtos/index.ts +0 -5
  12. package/src/rest/dtos/locations/create-location.dto.ts +0 -68
  13. package/src/rest/dtos/locations/index.ts +0 -2
  14. package/src/rest/dtos/locations/update-location.dto.ts +0 -37
  15. package/src/rest/dtos/organizations/create-organization.dto.ts +0 -60
  16. package/src/rest/dtos/organizations/events/create-organization-event.dto.ts +0 -99
  17. package/src/rest/dtos/organizations/events/index.ts +0 -6
  18. package/src/rest/dtos/organizations/events/orders/create-organization-event-order.dto.ts +0 -3
  19. package/src/rest/dtos/organizations/events/orders/index.ts +0 -1
  20. package/src/rest/dtos/organizations/events/styles/create-organization-event-style.dto.ts +0 -7
  21. package/src/rest/dtos/organizations/events/styles/index.ts +0 -2
  22. package/src/rest/dtos/organizations/events/styles/update-organization-event-style.dto.ts +0 -3
  23. package/src/rest/dtos/organizations/events/tickets/create-organization-event-ticket.dto.ts +0 -68
  24. package/src/rest/dtos/organizations/events/tickets/index.ts +0 -2
  25. package/src/rest/dtos/organizations/events/tickets/update-organization-event-ticket.dto.ts +0 -70
  26. package/src/rest/dtos/organizations/events/update-organization-event.dto.ts +0 -88
  27. package/src/rest/dtos/organizations/index.ts +0 -4
  28. package/src/rest/dtos/organizations/members/create-organization-member.dto.ts +0 -13
  29. package/src/rest/dtos/organizations/members/index.ts +0 -2
  30. package/src/rest/dtos/organizations/members/update-organization-member.dto.ts +0 -9
  31. package/src/rest/dtos/organizations/update-organization.dto.ts +0 -65
  32. package/src/rest/dtos/users/create-user.dto.ts +0 -86
  33. package/src/rest/dtos/users/index.ts +0 -3
  34. package/src/rest/dtos/users/sign-in-user.dto.ts +0 -11
  35. package/src/rest/dtos/users/update-user.dto.ts +0 -121
  36. package/src/rest/endpoints.ts +0 -36
  37. package/src/rest/index.ts +0 -5
  38. package/src/rest/request/index.ts +0 -1
  39. package/src/rest/request/request.ts +0 -52
  40. package/src/rest/types/auth/index.ts +0 -15
  41. package/src/rest/types/careers/index.ts +0 -87
  42. package/src/rest/types/health/index.ts +0 -15
  43. package/src/rest/types/index.ts +0 -108
  44. package/src/rest/types/locations/index.ts +0 -30
  45. package/src/rest/types/notifications/index.ts +0 -8
  46. package/src/rest/types/orders/index.ts +0 -14
  47. package/src/rest/types/organizations/events/index.ts +0 -136
  48. package/src/rest/types/organizations/events/orders/index.ts +0 -10
  49. package/src/rest/types/organizations/events/styles/index.ts +0 -47
  50. package/src/rest/types/organizations/events/tickets/index.ts +0 -73
  51. package/src/rest/types/organizations/events/views/index.ts +0 -8
  52. package/src/rest/types/organizations/index.ts +0 -78
  53. package/src/rest/types/organizations/members/index.ts +0 -72
  54. package/src/rest/types/profiles/index.ts +0 -82
  55. package/src/rest/types/users/bookings/index.ts +0 -56
  56. package/src/rest/types/users/index.ts +0 -116
  57. package/src/rest/types/users/notifications/index.ts +0 -50
  58. package/src/rest/types/users/tokens/index.ts +0 -19
  59. package/src/rest/types/webhooks/index.ts +0 -10
  60. package/src/sdk/auth.ts +0 -42
  61. package/src/sdk/builder.ts +0 -5
  62. package/src/sdk/careers.ts +0 -23
  63. package/src/sdk/health.ts +0 -8
  64. package/src/sdk/index.ts +0 -9
  65. package/src/sdk/notifications.ts +0 -6
  66. package/src/sdk/orders.ts +0 -13
  67. package/src/sdk/organizations/billing/index.ts +0 -33
  68. package/src/sdk/organizations/events/index.ts +0 -79
  69. package/src/sdk/organizations/events/orders/index.ts +0 -17
  70. package/src/sdk/organizations/events/styles/index.ts +0 -19
  71. package/src/sdk/organizations/events/tickets/index.ts +0 -64
  72. package/src/sdk/organizations/events/views/index.ts +0 -13
  73. package/src/sdk/organizations/index.ts +0 -22
  74. package/src/sdk/organizations/members/index.ts +0 -7
  75. package/src/sdk/profiles/index.ts +0 -8
  76. package/src/sdk/profiles/relationships/index.ts +0 -28
  77. package/src/sdk/users/bookings/index.ts +0 -8
  78. package/src/sdk/users/index.ts +0 -26
  79. package/src/sdk/users/notifications/index.ts +0 -7
  80. package/src/tonightpass.ts +0 -37
  81. package/src/utils/index.ts +0 -21
  82. package/tests/auth/index.ts +0 -26
  83. package/tests/careers/index.ts +0 -28
  84. package/tests/dtos/index.ts +0 -157
  85. package/tests/index.ts +0 -61
  86. package/tests/regex/index.ts +0 -81
  87. package/tests/users/index.ts +0 -38
  88. package/tsconfig.json +0 -18
  89. package/tsup.config.ts +0 -17
package/CHANGELOG.md DELETED
@@ -1,717 +0,0 @@
1
- # tonightpass
2
-
3
- ## 0.0.117
4
-
5
- ### Patch Changes
6
-
7
- - [`92a0b47`](https://github.com/tonightpass/tonightpass/commit/92a0b47c202e21aeaa3bf2dc19be4a413703b833) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add endpoints for retrieving past and upcoming organization events
8
-
9
- ## 0.0.116
10
-
11
- ### Patch Changes
12
-
13
- - [`29c2acb`](https://github.com/tonightpass/tonightpass/commit/29c2acbbac9ceb4bb0ba6f55b3bbec061a81f329) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add viewsCount property to OrganizationEvent type
14
-
15
- ## 0.0.115
16
-
17
- ### Patch Changes
18
-
19
- - [`7a18ad3`](https://github.com/tonightpass/tonightpass/commit/7a18ad39bb7f7a1df9440d71afef688f2dcdf520) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Simplify OrganizationEventViewEndpoints and remove unused heartbeat function
20
-
21
- ## 0.0.114
22
-
23
- ### Patch Changes
24
-
25
- - [`c67af31`](https://github.com/tonightpass/tonightpass/commit/c67af316e99afa56392704c802e5eb037d1b2e0e) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update OrganizationEventViewEndpoints to use null type for response
26
-
27
- ## 0.0.113
28
-
29
- ### Patch Changes
30
-
31
- - [`21e2771`](https://github.com/tonightpass/tonightpass/commit/21e2771ffc99fa394e5eb605e0d2c6ec05bf8d34) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update OrganizationEventViewEndpoints to use string type for views
32
-
33
- ## 0.0.112
34
-
35
- ### Patch Changes
36
-
37
- - [`f3c79e2`](https://github.com/tonightpass/tonightpass/commit/f3c79e2757290a037f6344cff0af4ac3d3e819ee) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add organization event views endpoints and SDK methods
38
-
39
- ## 0.0.111
40
-
41
- ### Patch Changes
42
-
43
- - [`3f68f6d`](https://github.com/tonightpass/tonightpass/commit/3f68f6d98f1aa4924eb81848cf4fd3ddfef92934) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add recordView method to track event views for organizations
44
-
45
- ## 0.0.110
46
-
47
- ### Patch Changes
48
-
49
- - [`cf17374`](https://github.com/tonightpass/tonightpass/commit/cf17374cb712c828fcbcba223b554a97bd786ff1) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add new endpoint for recording event views in organization events
50
-
51
- ## 0.0.109
52
-
53
- ### Patch Changes
54
-
55
- - [`e28d776`](https://github.com/tonightpass/tonightpass/commit/e28d776f24a1a30a1e40dd7bf256e4c647c973c2) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update OrganizationEvent DTOs with strict rules
56
-
57
- ## 0.0.108
58
-
59
- ### Patch Changes
60
-
61
- - [`4c5beb1`](https://github.com/tonightpass/tonightpass/commit/4c5beb171610e943692dec16ca1f60e9704a4409) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add Distance type to include distance property in GeoSearchAggregation
62
-
63
- ## 0.0.107
64
-
65
- ### Patch Changes
66
-
67
- - [`5c172ad`](https://github.com/tonightpass/tonightpass/commit/5c172ad4e7152f4ebd3567a8cc8693683120cc5b) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add location types and geometry definitions in a new locations module
68
-
69
- ## 0.0.106
70
-
71
- ### Patch Changes
72
-
73
- - [`704be44`](https://github.com/tonightpass/tonightpass/commit/704be441b4bea857e2781a6058c6bae3a5dd50dd) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add GeoPoint type and update Location geometry to use GeoPoint
74
-
75
- ## 0.0.105
76
-
77
- ### Patch Changes
78
-
79
- - [`cdab1e2`](https://github.com/tonightpass/tonightpass/commit/cdab1e2673e8b5aa5e20d50a3ddee2c9642677c9) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Fix export notifications types from user module
80
-
81
- ## 0.0.104
82
-
83
- ### Patch Changes
84
-
85
- - [`b6e5f77`](https://github.com/tonightpass/tonightpass/commit/b6e5f7764cc7abc1843c1fa28e2b2da2daa5f2b8) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add user notifications endpoints and integrate into user sdk
86
-
87
- ## 0.0.103
88
-
89
- ### Patch Changes
90
-
91
- - [`3d3f728`](https://github.com/tonightpass/tonightpass/commit/3d3f728c1a0ec29e9503037e56e6028220abb9a6) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update `ProfileEndpoints` to use `UserProfile` and `User` types for followers endpoint
92
-
93
- ## 0.0.102
94
-
95
- ### Patch Changes
96
-
97
- - [`b01ddf4`](https://github.com/tonightpass/tonightpass/commit/b01ddf4de1244a51f8d9a1deb6d0c2ee73d4a623) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add `getFollowers` endpoint to retrieve profile followers
98
-
99
- ## 0.0.101
100
-
101
- ### Patch Changes
102
-
103
- - [`869de31`](https://github.com/tonightpass/tonightpass/commit/869de31f840fa93d763e5ad4c275c5cc867b91fd) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add content type header in request once it's deleted
104
-
105
- ## 0.0.100
106
-
107
- ### Patch Changes
108
-
109
- - [`f1a5956`](https://github.com/tonightpass/tonightpass/commit/f1a5956c1c10af1da6d7cf875b4e25c43727eb50) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Fix content type header in request
110
-
111
- ## 0.0.99
112
-
113
- ### Patch Changes
114
-
115
- - [`d574763`](https://github.com/tonightpass/tonightpass/commit/d5747632e44521a283110dc15542e0e161b0ab08) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add user file upload handling endpoints and sdk
116
-
117
- ## 0.0.98
118
-
119
- ### Patch Changes
120
-
121
- - [`6fecd47`](https://github.com/tonightpass/tonightpass/commit/6fecd470fbc999bc72afba00b09ed58056cfdf44) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Fix header type check for content-type handling in request.ts
122
-
123
- ## 0.0.97
124
-
125
- ### Patch Changes
126
-
127
- - [`a9c46b5`](https://github.com/tonightpass/tonightpass/commit/a9c46b5b0efeb73afcc3ab1ae9a5c8ca9deec8c3) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Fix header type check for Content-Type handling
128
-
129
- ## 0.0.96
130
-
131
- ### Patch Changes
132
-
133
- - [`d7f9e6c`](https://github.com/tonightpass/tonightpass/commit/d7f9e6cbd5d44fe0ac9edf09772cc4dd17d95702) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add slug property to base profile
134
-
135
- ## 0.0.95
136
-
137
- ### Patch Changes
138
-
139
- - [`f3fcf23`](https://github.com/tonightpass/tonightpass/commit/f3fcf23fc3b88a3cd6d45c42e89c34b54d02a7b8) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update profile suggestions endpoint path
140
-
141
- ## 0.0.94
142
-
143
- ### Patch Changes
144
-
145
- - [`eb08d5d`](https://github.com/tonightpass/tonightpass/commit/eb08d5d1b59fb1878d513daf4bffb1d7836f12b8) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Refactor users suggestions into profiles suggestions
146
-
147
- ## 0.0.93
148
-
149
- ### Patch Changes
150
-
151
- - [`9296b99`](https://github.com/tonightpass/tonightpass/commit/9296b99ad02acd42ee9e16df1341e845c9d1f531) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update user booking endpoint types and add user suggestions endpoint
152
-
153
- ## 0.0.92
154
-
155
- ### Patch Changes
156
-
157
- - [`b206f3a`](https://github.com/tonightpass/tonightpass/commit/b206f3a1eddb428aa1c930274429f9b0a964247f) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update user booking endpoint types
158
-
159
- ## 0.0.91
160
-
161
- ### Patch Changes
162
-
163
- - [`fdadaae`](https://github.com/tonightpass/tonightpass/commit/fdadaae14650f9b81477b33fdfd1fb06ed5ecfa9) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update user booking endpoint types
164
-
165
- ## 0.0.90
166
-
167
- ### Patch Changes
168
-
169
- - [`6832c70`](https://github.com/tonightpass/tonightpass/commit/6832c70a6c93373c8784faaf8b47635b32958bf4) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add UserTokenType for BookingTicket
170
-
171
- - [`fedecd3`](https://github.com/tonightpass/tonightpass/commit/fedecd33cba5c371d558b0b15e2e9e9452134750) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add OrganizationEvent to UserBooking type
172
-
173
- ## 0.0.89
174
-
175
- ### Patch Changes
176
-
177
- - [`38ab30d`](https://github.com/tonightpass/tonightpass/commit/38ab30d4a31931ec29b44def02edce2d6fb67ebb) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Fix incorrect types for tickets in user booking
178
-
179
- ## 0.0.88
180
-
181
- ### Patch Changes
182
-
183
- - [`4535441`](https://github.com/tonightpass/tonightpass/commit/4535441e1615627dfe2e9a54c7f51a060ba0b903) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Fix wrong types for tickets in user booking
184
-
185
- ## 0.0.87
186
-
187
- ### Patch Changes
188
-
189
- - [`fbafc8b`](https://github.com/tonightpass/tonightpass/commit/fbafc8b43ce8aefb25dc2db2cc99a0f2abed2695) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add user booking ticket types
190
-
191
- ## 0.0.86
192
-
193
- ### Patch Changes
194
-
195
- - [`0ffe35e`](https://github.com/tonightpass/tonightpass/commit/0ffe35e12f77eb04cb9cbd8017b9ea30d8baa47c) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add response for types
196
-
197
- ## 0.0.85
198
-
199
- ### Patch Changes
200
-
201
- - [`069a9ad`](https://github.com/tonightpass/tonightpass/commit/069a9ad614f07767b68f380e3fd3b524d2ada55d) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update array options by removing populate options temporaly
202
-
203
- ## 0.0.84
204
-
205
- ### Patch Changes
206
-
207
- - [`32071ba`](https://github.com/tonightpass/tonightpass/commit/32071ba491f76e5fa985e0772b2092708e900685) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update health types and routes
208
-
209
- ## 0.0.83
210
-
211
- ### Patch Changes
212
-
213
- - [`ee737eb`](https://github.com/tonightpass/tonightpass/commit/ee737eb18eb43534d3807b6523be13f5e9c1e244) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add stringified types for api types
214
-
215
- ## 0.0.82
216
-
217
- ### Patch Changes
218
-
219
- - [`09a7e5f`](https://github.com/tonightpass/tonightpass/commit/09a7e5f9b7580f2b63b8ec07e6bf4dbdcde0f58f) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Fix organization member @me route in types
220
-
221
- - [#522](https://github.com/tonightpass/tonightpass/pull/522) [`b14490c`](https://github.com/tonightpass/tonightpass/commit/b14490c403be4623dde4228a90c9008246004342) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Improve client types with full response and body
222
-
223
- ## 0.0.81
224
-
225
- ### Patch Changes
226
-
227
- - [`8b24471`](https://github.com/tonightpass/tonightpass/commit/8b244717d0f57ae5d6687587eb0d3d7c57e6ef35) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update organization event ticket types with event
228
-
229
- ## 0.0.80
230
-
231
- ### Patch Changes
232
-
233
- - [`b75f934`](https://github.com/tonightpass/tonightpass/commit/b75f934693020428df387d0ce79fe55669bd0e94) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update typo of me into @me routes to avoid confusions with username
234
-
235
- ## 0.0.79
236
-
237
- ### Patch Changes
238
-
239
- - [`969a10d`](https://github.com/tonightpass/tonightpass/commit/969a10df15f0fa15980e0dfc5a25ed8ba7f56991) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update workplace type and remote type in careers types
240
-
241
- ## 0.0.78
242
-
243
- ### Patch Changes
244
-
245
- - [`1f42eb0`](https://github.com/tonightpass/tonightpass/commit/1f42eb0c66981c3f2b3374e1e0c86b6101319d0b) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add endpoint for retrieving user's own bookings
246
-
247
- ## 0.0.77
248
-
249
- ### Patch Changes
250
-
251
- - [`9bbacf5`](https://github.com/tonightpass/tonightpass/commit/9bbacf5c7e50ff2477c4bd163a678a1dd3096c38) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Remove vatRate from OrganizationEvent
252
-
253
- ## 0.0.76
254
-
255
- ### Patch Changes
256
-
257
- - [`46ce556`](https://github.com/tonightpass/tonightpass/commit/46ce5567a37b62e3f4d9501fcdda07a99e329067) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add user booking types
258
-
259
- ## 0.0.75
260
-
261
- ### Patch Changes
262
-
263
- - [`4606121`](https://github.com/tonightpass/tonightpass/commit/46061214a2877c105ca9a2f6f1f2a2a6bd222df8) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add swr config to api hook
264
-
265
- ## 0.0.74
266
-
267
- ### Patch Changes
268
-
269
- - [`56c3c06`](https://github.com/tonightpass/tonightpass/commit/56c3c06e61e60a22367f799b8475f577fee53357) Thanks [@jerembdn](https://github.com/jerembdn)! - Update SubscribeToBeta
270
-
271
- ## 0.0.73
272
-
273
- ### Patch Changes
274
-
275
- - [`9550cbc`](https://github.com/tonightpass/tonightpass/commit/9550cbc9f34fa89551778480f2e4f09125fb36a2) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Remove following count from profiles
276
-
277
- - [`6022352`](https://github.com/tonightpass/tonightpass/commit/6022352a59ff05fa06657453bd5d532dceb166e9) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Fix return type of profiles relationshops follow/unfollow which are not redirections
278
-
279
- ## 0.0.72
280
-
281
- ### Patch Changes
282
-
283
- - [`09d99c6`](https://github.com/tonightpass/tonightpass/commit/09d99c6e7d56323559c9750607c5f55baee9b7da) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update profile metadata types
284
-
285
- ## 0.0.71
286
-
287
- ### Patch Changes
288
-
289
- - [`fc82c2e`](https://github.com/tonightpass/tonightpass/commit/fc82c2ed21e563cd60b0e3f6e5c550eac2a865a0) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update profile metadata types
290
-
291
- ## 0.0.70
292
-
293
- ### Patch Changes
294
-
295
- - [`3d9d8dc`](https://github.com/tonightpass/tonightpass/commit/3d9d8dce18d8bdde58ab30e38a5b70f0da9857ab) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Fix missing types and body for profiles
296
-
297
- ## 0.0.69
298
-
299
- ### Patch Changes
300
-
301
- - [`c16e05f`](https://github.com/tonightpass/tonightpass/commit/c16e05fb1eba23d7b4668a670ce232ebb0fc1877) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Fix username regex
302
-
303
- ## 0.0.68
304
-
305
- ### Patch Changes
306
-
307
- - [`ed0996d`](https://github.com/tonightpass/tonightpass/commit/ed0996da66461a2d92dff32d9d50a2a04a840e4d) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add profiles relationships types
308
-
309
- ## 0.0.67
310
-
311
- ### Patch Changes
312
-
313
- - [`6922f46`](https://github.com/tonightpass/tonightpass/commit/6922f46fdfe419e658c0ac9f1cec5237dc86ea0f) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update create and update user dtos
314
-
315
- ## 0.0.66
316
-
317
- ### Patch Changes
318
-
319
- - [`f8d4e42`](https://github.com/tonightpass/tonightpass/commit/f8d4e422d24d540d566ff356fb7733def762fbd8) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update user check identifier response types
320
-
321
- ## 0.0.65
322
-
323
- ### Patch Changes
324
-
325
- - [`336b84e`](https://github.com/tonightpass/tonightpass/commit/336b84e188174b009ef8e8537fdfd52c2b09f2e5) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update CreateUserDto types
326
-
327
- ## 0.0.64
328
-
329
- ### Patch Changes
330
-
331
- - [`7f101a4`](https://github.com/tonightpass/tonightpass/commit/7f101a46dbe4698a62af7c5815a002890484368f) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update user identity gender types
332
-
333
- ## 0.0.63
334
-
335
- ### Patch Changes
336
-
337
- - [`790ae8e`](https://github.com/tonightpass/tonightpass/commit/790ae8eecfab6bd1818902f02a4c93e587462c89) Thanks [@jerembdn](https://github.com/jerembdn)! - Add notifications in SDK
338
-
339
- ## 0.0.62
340
-
341
- ### Patch Changes
342
-
343
- - [`6730d29`](https://github.com/tonightpass/tonightpass/commit/6730d29f2f73043a8c717acfe69d1dc95f1f9f1f) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update organization event ticket types
344
-
345
- ## 0.0.61
346
-
347
- ### Patch Changes
348
-
349
- - [`333df8c`](https://github.com/tonightpass/tonightpass/commit/333df8ce2ac3bd365536863394e55b88a182e93b) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add webhooks endpoints
350
-
351
- ## 0.0.60
352
-
353
- ### Patch Changes
354
-
355
- - [`168315c`](https://github.com/tonightpass/tonightpass/commit/168315c1c8266d3707692ae4d385282e1034b6f3) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update create organization event order dto cart types
356
-
357
- ## 0.0.59
358
-
359
- ### Patch Changes
360
-
361
- - [`fc6c475`](https://github.com/tonightpass/tonightpass/commit/fc6c47522df170de38a13c814e4cfc8cf55f08b5) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update order sdk by replacing invoiceId by orderId
362
-
363
- ## 0.0.58
364
-
365
- ### Patch Changes
366
-
367
- - [`18e50a2`](https://github.com/tonightpass/tonightpass/commit/18e50a2789af421008fd6715eb326dec3b67a912) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Replace sessionId by invoiceId
368
-
369
- ## 0.0.57
370
-
371
- ### Patch Changes
372
-
373
- - [`d0a5007`](https://github.com/tonightpass/tonightpass/commit/d0a5007ff18f4b51c460a7a0b3c0b5322a4db004) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update order and organization event ticket to comply with stripe types
374
-
375
- ## 0.0.56
376
-
377
- ### Patch Changes
378
-
379
- - [`3e62e99`](https://github.com/tonightpass/tonightpass/commit/3e62e99623675b3bf16abf0beb8d63b26efddf88) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add orders sdk
380
-
381
- ## 0.0.55
382
-
383
- ### Patch Changes
384
-
385
- - [`dd3b572`](https://github.com/tonightpass/tonightpass/commit/dd3b572af8f7657cf03bec655d4aed6d6fb3d821) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Fix event orders typo in sdk
386
-
387
- ## 0.0.54
388
-
389
- ### Patch Changes
390
-
391
- - [`498a172`](https://github.com/tonightpass/tonightpass/commit/498a1727c460cd810138a1f879c000bccc793f16) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update order types
392
-
393
- ## 0.0.53
394
-
395
- ### Patch Changes
396
-
397
- - [`5f99503`](https://github.com/tonightpass/tonightpass/commit/5f995038b67779c45a1c8397c6c33f7cdfcea542) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Fix CreateOrganizationEventCheckoutDto types
398
-
399
- ## 0.0.52
400
-
401
- ### Patch Changes
402
-
403
- - [`484ff42`](https://github.com/tonightpass/tonightpass/commit/484ff42a47a84b8c06e1523dcf7f8f3ae3919255) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Move cart into checkout
404
-
405
- ## 0.0.51
406
-
407
- ### Patch Changes
408
-
409
- - [`01c0806`](https://github.com/tonightpass/tonightpass/commit/01c0806ee7bd7a03a975be4345419b6c6b800778) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Fix discarded changes of 0.0.50
410
-
411
- ## 0.0.50
412
-
413
- ### Patch Changes
414
-
415
- - [`f873bef`](https://github.com/tonightpass/tonightpass/commit/f873befebed537f3982d63d0436bc4eaaa186aa1) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add missing organization event cart exports
416
-
417
- - [`8284b48`](https://github.com/tonightpass/tonightpass/commit/8284b484515c18b016e0a3aa816cf8d9e80cc4e4) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add fee to organization event ticket type
418
-
419
- ## 0.0.49
420
-
421
- ### Patch Changes
422
-
423
- - [`3ba3d9e`](https://github.com/tonightpass/tonightpass/commit/3ba3d9e118a5f4d86cd046895669f854952aaacf) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Improve regexes
424
-
425
- - [`f02fa95`](https://github.com/tonightpass/tonightpass/commit/f02fa95dd04876389affd5027c575a7553f9dfce) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Improve variables names to be easily understandable
426
-
427
- - [`f02fa95`](https://github.com/tonightpass/tonightpass/commit/f02fa95dd04876389affd5027c575a7553f9dfce) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add organization event cart
428
-
429
- ## 0.0.48
430
-
431
- ### Patch Changes
432
-
433
- - [`3b35df8`](https://github.com/tonightpass/tonightpass/commit/3b35df8c6187e6010c29cfd848f3d49ae40eeec3) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update array options types with pagination and populate field as string array
434
-
435
- ## 0.0.47
436
-
437
- ### Patch Changes
438
-
439
- - [`284e987`](https://github.com/tonightpass/tonightpass/commit/284e987bd20b892a9f6444955379d21d68d21a72) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update array options types with pagination
440
-
441
- ## 0.0.46
442
-
443
- ### Patch Changes
444
-
445
- - [`6a67f86`](https://github.com/tonightpass/tonightpass/commit/6a67f8664fd3d0ca019e88825102add5a9e43e35) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Rename data property to items in ArrayResult type
446
-
447
- ## 0.0.45
448
-
449
- ### Patch Changes
450
-
451
- - [`f4b07ea`](https://github.com/tonightpass/tonightpass/commit/f4b07ea8c8c47f48eda65ec7aef06e3e7e532b4b) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add array options and event listing
452
-
453
- ## 0.0.44
454
-
455
- ### Patch Changes
456
-
457
- - [`d534d9d`](https://github.com/tonightpass/tonightpass/commit/d534d9dce38aa1dba286342323f5e3822ed80802) Thanks [@AntoineKM](https://github.com/AntoineKM)! - uUpdate Create Organization Event Ticket dto description lenght
458
-
459
- - [`d534d9d`](https://github.com/tonightpass/tonightpass/commit/d534d9dce38aa1dba286342323f5e3822ed80802) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update Organization Event types
460
-
461
- ## 0.0.43
462
-
463
- ### Patch Changes
464
-
465
- - [`667bfd2`](https://github.com/tonightpass/tonightpass/commit/667bfd22d3267bd147f8878947d52ee2a4344281) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add class validation to Organization Event Ticket
466
-
467
- ## 0.0.42
468
-
469
- ### Patch Changes
470
-
471
- - [`10b03df`](https://github.com/tonightpass/tonightpass/commit/10b03df81cb07b237fa54f1201231945ca89eac4) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add error logging for API requests without data
472
-
473
- ## 0.0.41
474
-
475
- ### Patch Changes
476
-
477
- - [`f1d87e0`](https://github.com/tonightpass/tonightpass/commit/f1d87e06da339a908808dd331a0f4cb85bafaeff) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add facebook oauth2
478
-
479
- ## 0.0.40
480
-
481
- ### Patch Changes
482
-
483
- - [`6376cfd`](https://github.com/tonightpass/tonightpass/commit/6376cfd580fb4f2dd5e68564eb96e19a4925de26) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update create organization dto description
484
-
485
- ## 0.0.39
486
-
487
- ### Patch Changes
488
-
489
- - [`01dceec`](https://github.com/tonightpass/tonightpass/commit/01dceecae7ef96360eae417ec6a61c91f50656b5) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Fix create organization dto dates
490
-
491
- ## 0.0.38
492
-
493
- ### Patch Changes
494
-
495
- - [`370779f`](https://github.com/tonightpass/tonightpass/commit/370779fe1a778b113c5974dd0479ed541698f0f4) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update organization event dtos with class validator
496
-
497
- ## 0.0.37
498
-
499
- ### Patch Changes
500
-
501
- - [`c81da9c`](https://github.com/tonightpass/tonightpass/commit/c81da9c934b567b821d6154875b70e38f12a7b27) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Remove organization prop from create organization event dto
502
-
503
- ## 0.0.36
504
-
505
- ### Patch Changes
506
-
507
- - [`b6ccf3e`](https://github.com/tonightpass/tonightpass/commit/b6ccf3e4e2028f302367963492495f1e39766a66) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update organization event endpoint
508
-
509
- ## 0.0.35
510
-
511
- ### Patch Changes
512
-
513
- - [`0fcfd58`](https://github.com/tonightpass/tonightpass/commit/0fcfd5891ff1e010a8fb5d8e19b06d6565f3aecc) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update organization dtos types
514
-
515
- ## 0.0.34
516
-
517
- ### Patch Changes
518
-
519
- - [`8bdbbc9`](https://github.com/tonightpass/tonightpass/commit/8bdbbc9236b978cc1cb5683e2e063431c018875d) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update dtos with class-validator
520
-
521
- ## 0.0.33
522
-
523
- ### Patch Changes
524
-
525
- - [`b88f3c9`](https://github.com/tonightpass/tonightpass/commit/b88f3c9fe88f6c6a97ade72e8e645f0cc34fc8dc) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Fix sdk sub modules
526
-
527
- ## 0.0.32
528
-
529
- ### Patch Changes
530
-
531
- - [`eaaef01`](https://github.com/tonightpass/tonightpass/commit/eaaef0116082deac3d6a0c1ed68730a0ab738d4e) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Fix token type
532
-
533
- ## 0.0.31
534
-
535
- ### Patch Changes
536
-
537
- - [`24a64ea`](https://github.com/tonightpass/tonightpass/commit/24a64ea7451fe03b7f04d760c821dabba3e96443) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add base type
538
-
539
- ## 0.0.30
540
-
541
- ### Patch Changes
542
-
543
- - [`02663f8`](https://github.com/tonightpass/tonightpass/commit/02663f8752ed198ae6c57ed7c41838a1353f905d) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update create organization event dto styles types
544
-
545
- ## 0.0.29
546
-
547
- ### Patch Changes
548
-
549
- - [`f463152`](https://github.com/tonightpass/tonightpass/commit/f463152a13441ebd6ea4006ce971203eb17c9b85) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Fix location import in create organization event dtos
550
-
551
- ## 0.0.28
552
-
553
- ### Patch Changes
554
-
555
- - [`2b069df`](https://github.com/tonightpass/tonightpass/commit/2b069df59fcd5a51e4acf4ebd71826e878da7b31) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Fix create organization event dtos
556
-
557
- ## 0.0.27
558
-
559
- ### Patch Changes
560
-
561
- - [#281](https://github.com/tonightpass/tonightpass/pull/281) [`d3ef400`](https://github.com/tonightpass/tonightpass/commit/d3ef400d824daf8f4506a753a8b3b1abb80df068) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add organization event style types, dtos, endpoints and sdk
562
-
563
- ## 0.0.26
564
-
565
- ### Patch Changes
566
-
567
- - [#272](https://github.com/tonightpass/tonightpass/pull/272) [`b18f698`](https://github.com/tonightpass/tonightpass/commit/b18f698d929e0f37e662b8db6df0e49155339f65) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add organization events endpoints, dtos and sdk
568
-
569
- ## 0.0.25
570
-
571
- ### Patch Changes
572
-
573
- - [`3e3e46a`](https://github.com/tonightpass/tonightpass/commit/3e3e46aca54e867b6b88d7a57c2515fd3c0bf6f5) Thanks [@jerembdn](https://github.com/jerembdn)! - Add PromisedAPIResponse
574
-
575
- ## 0.0.24
576
-
577
- ### Patch Changes
578
-
579
- - [`6da4940`](https://github.com/tonightpass/tonightpass/commit/6da4940b7272bfbf2d4e1d9c309f7dfdd5542ddc) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add organization billing dashboard
580
-
581
- ## 0.0.23
582
-
583
- ### Patch Changes
584
-
585
- - [`994066c`](https://github.com/tonightpass/tonightpass/commit/994066c83c282d9645894366557bcaa276b23904) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add oauth2 and organization billing to sdk
586
-
587
- ## 0.0.22
588
-
589
- ### Patch Changes
590
-
591
- - [#261](https://github.com/tonightpass/tonightpass/pull/261) [`e24d1ba`](https://github.com/tonightpass/tonightpass/commit/e24d1ba39a9d1fa311b480d11515819b20b0ce54) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add OrganizationBilling type to Organization interface
592
-
593
- ## 0.0.21
594
-
595
- ### Patch Changes
596
-
597
- - [`04366e1`](https://github.com/tonightpass/tonightpass/commit/04366e12d773fe5538079874c0cfafbcd7149f70) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update delete method in client class to include a body parameter
598
-
599
- ## 0.0.20
600
-
601
- ### Patch Changes
602
-
603
- - [`526dfe4`](https://github.com/tonightpass/tonightpass/commit/526dfe4fb6169bbadee2864ca6c17a9a04e61446) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update organization endpoints to use slug instead of id
604
-
605
- ## 0.0.19
606
-
607
- ### Patch Changes
608
-
609
- - [`5c24d62`](https://github.com/tonightpass/tonightpass/commit/5c24d621c8452de1885ab92e1588322828159ec2) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add new endpoint for getting organization by slug
610
-
611
- ## 0.0.18
612
-
613
- ### Patch Changes
614
-
615
- - [`9b2d618`](https://github.com/tonightpass/tonightpass/commit/9b2d61837809607233152c69dadc7861f5eed469) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add missing endpoints
616
-
617
- ## 0.0.17
618
-
619
- ### Patch Changes
620
-
621
- - [#248](https://github.com/tonightpass/tonightpass/pull/248) [`4f58bb8`](https://github.com/tonightpass/tonightpass/commit/4f58bb85cc530bed87ace1fb13e4afe34fb09d9e) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Improve organization members structure for invites
622
-
623
- ## 0.0.16
624
-
625
- ### Patch Changes
626
-
627
- - [`bc0b252`](https://github.com/tonightpass/tonightpass/commit/bc0b2527533944a433abc10e69a8dceeec773da2) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update enums names
628
-
629
- ## 0.0.15
630
-
631
- ### Patch Changes
632
-
633
- - [#232](https://github.com/tonightpass/tonightpass/pull/232) [`7c2353a`](https://github.com/tonightpass/tonightpass/commit/7c2353a308119eef0cb5515ad0140e8e8fd1093b) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add organization members sdk
634
-
635
- ## 0.0.14
636
-
637
- ### Patch Changes
638
-
639
- - [`79c52a5`](https://github.com/tonightpass/tonightpass/commit/79c52a50ec141a6e817b29377d3facde337c5c9e) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add decorators support
640
-
641
- ## 0.0.13
642
-
643
- ### Patch Changes
644
-
645
- - [`858e5f2`](https://github.com/tonightpass/tonightpass/commit/858e5f20f89db91a6d510453d8d6c089aa2792ce) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update profile type description to be optional
646
-
647
- ## 0.0.12
648
-
649
- ### Patch Changes
650
-
651
- - [`2c5b552`](https://github.com/tonightpass/tonightpass/commit/2c5b55231112404a705a1b822c67fdcd72cd467c) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update profiles types with Organization identity
652
-
653
- ## 0.0.11
654
-
655
- ### Patch Changes
656
-
657
- - [`e05e50e`](https://github.com/tonightpass/tonightpass/commit/e05e50eb071f55b46686f14f25ba01c1402cf84b) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Fix optional fields in CreateOrganizationDto
658
-
659
- ## 0.0.10
660
-
661
- ### Patch Changes
662
-
663
- - [#218](https://github.com/tonightpass/tonightpass/pull/218) [`d4d27fb`](https://github.com/tonightpass/tonightpass/commit/d4d27fb683212d88bf4c4650ce33ab376c23f445) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Fix Organization types and dtos
664
-
665
- ## 0.0.9
666
-
667
- ### Patch Changes
668
-
669
- - [`8f8bd1b`](https://github.com/tonightpass/tonightpass/commit/8f8bd1b21c684389c44c7b9ef4be3452061260e1) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add organizations sdk
670
-
671
- ## 0.0.8
672
-
673
- ### Patch Changes
674
-
675
- - [`d009e78`](https://github.com/tonightpass/tonightpass/commit/d009e7808d5874915dc7a40e244330a8c164cdff) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Fix empty auth post requests
676
-
677
- ## 0.0.7
678
-
679
- ### Patch Changes
680
-
681
- - [`e84816c`](https://github.com/tonightpass/tonightpass/commit/e84816ce49b8602f6fd98c9148ed184b5060c35a) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Fix auth export in tonightpass and location in dtos
682
-
683
- ## 0.0.6
684
-
685
- ### Patch Changes
686
-
687
- - [`24d1f03`](https://github.com/tonightpass/tonightpass/commit/24d1f0323507b176c8b5b19f64f1b63c874e9a31) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add auth sdk
688
-
689
- ## 0.0.5
690
-
691
- ### Patch Changes
692
-
693
- - [`8f7a766`](https://github.com/tonightpass/tonightpass/commit/8f7a7661541f3927f4a4f31c119f8a866abd7133) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Fix query types by using pathcat types
694
-
695
- ## 0.0.4
696
-
697
- ### Patch Changes
698
-
699
- - [`595b40e`](https://github.com/tonightpass/tonightpass/commit/595b40eae03123358dfe659e97087144df9052cc) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Fix users check types
700
-
701
- ## 0.0.3
702
-
703
- ### Patch Changes
704
-
705
- - [`2166d44`](https://github.com/tonightpass/tonightpass/commit/2166d44417e5af6e1da86681330b4aa2892775e5) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add error handler
706
-
707
- ## 0.0.2
708
-
709
- ### Patch Changes
710
-
711
- - [`276f52e`](https://github.com/tonightpass/tonightpass/commit/276f52eb551e2dce6173c3331119a68780cea8d0) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add TonightPass exports
712
-
713
- ## 0.0.1
714
-
715
- ### Patch Changes
716
-
717
- - [#187](https://github.com/tonightpass/tonightpass/pull/187) [`3218ecc`](https://github.com/tonightpass/tonightpass/commit/3218ecc8bdfda8d5bc1ca3988d8eb56de39d9ccb) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add tonightpass