@tennac-booking/sdk 1.0.233 → 1.0.235

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/README.md CHANGED
@@ -103,6 +103,7 @@ Class | Method | HTTP request | Description
103
103
  *ClubAnalyticsStaffApi* | [**getMonthlyTurnOver**](docs/ClubAnalyticsStaffApi.md#getmonthlyturnover) | **GET** /api/club-analytics/monthly-turnover |
104
104
  *ClubAnalyticsStaffApi* | [**getNewBookingsCount**](docs/ClubAnalyticsStaffApi.md#getnewbookingscount) | **GET** /api/club-analytics/bookings/new |
105
105
  *ClubAnalyticsStaffApi* | [**getNewSubscribersCount**](docs/ClubAnalyticsStaffApi.md#getnewsubscriberscount) | **GET** /api/club-analytics/subscribers/new |
106
+ *ClubAnalyticsStaffApi* | [**getNewSubscribersList**](docs/ClubAnalyticsStaffApi.md#getnewsubscriberslist) | **GET** /api/club-analytics/subscribers/new/list |
106
107
  *ClubAnalyticsStaffApi* | [**getNoShowRate**](docs/ClubAnalyticsStaffApi.md#getnoshowrate) | **GET** /api/club-analytics/bookings/no-show-rate |
107
108
  *ClubAnalyticsStaffApi* | [**getNumberOfClubUsers**](docs/ClubAnalyticsStaffApi.md#getnumberofclubusers) | **GET** /api/club-analytics/users-count |
108
109
  *ClubAnalyticsStaffApi* | [**getRetentionRate**](docs/ClubAnalyticsStaffApi.md#getretentionrate) | **GET** /api/club-analytics/retention-rate |
@@ -281,6 +282,8 @@ Class | Method | HTTP request | Description
281
282
  *UsersApi* | [**login**](docs/UsersApi.md#login) | **POST** /api/users/login |
282
283
  *UsersApi* | [**loginClubMember**](docs/UsersApi.md#loginclubmember) | **POST** /api/users/club-members/login |
283
284
  *UsersApi* | [**markNotificationsRead**](docs/UsersApi.md#marknotificationsread) | **POST** /api/users/me/notifications/read |
285
+ *UsersApi* | [**migrateSubscription**](docs/UsersApi.md#migratesubscription) | **POST** /api/users/migrate-subscriptions |
286
+ *UsersApi* | [**migrateUser**](docs/UsersApi.md#migrateuser) | **POST** /api/users/migrate |
284
287
  *UsersApi* | [**refreshToken**](docs/UsersApi.md#refreshtoken) | **POST** /api/users/refresh-token |
285
288
  *UsersApi* | [**register**](docs/UsersApi.md#register) | **POST** /api/users |
286
289
  *UsersApi* | [**registerFromApp**](docs/UsersApi.md#registerfromapp) | **POST** /api/users/register-app |
@@ -390,6 +393,8 @@ Class | Method | HTTP request | Description
390
393
  - [ClubMetadataResponse](docs/ClubMetadataResponse.md)
391
394
  - [ClubMetadataResponseLocation](docs/ClubMetadataResponseLocation.md)
392
395
  - [ClubNewBookingsResponse](docs/ClubNewBookingsResponse.md)
396
+ - [ClubNewSubscriberItem](docs/ClubNewSubscriberItem.md)
397
+ - [ClubNewSubscribersListResponse](docs/ClubNewSubscribersListResponse.md)
393
398
  - [ClubNewSubscribersResponse](docs/ClubNewSubscribersResponse.md)
394
399
  - [ClubPageResponse](docs/ClubPageResponse.md)
395
400
  - [ClubPageResponseClubCustomerStatus](docs/ClubPageResponseClubCustomerStatus.md)
@@ -554,6 +559,10 @@ Class | Method | HTTP request | Description
554
559
  - [ManagerCancelBookingResponse](docs/ManagerCancelBookingResponse.md)
555
560
  - [MarkNotificationsReadRequest](docs/MarkNotificationsReadRequest.md)
556
561
  - [MarkNotificationsReadResponse](docs/MarkNotificationsReadResponse.md)
562
+ - [MigrateSubscription200Response](docs/MigrateSubscription200Response.md)
563
+ - [MigrateSubscriptionRequest](docs/MigrateSubscriptionRequest.md)
564
+ - [MigrateUser200Response](docs/MigrateUser200Response.md)
565
+ - [MigrateUserRequest](docs/MigrateUserRequest.md)
557
566
  - [MonthlyBreakdown](docs/MonthlyBreakdown.md)
558
567
  - [MonthlyTurnoverResponse](docs/MonthlyTurnoverResponse.md)
559
568
  - [MyClubInfosResponse](docs/MyClubInfosResponse.md)