@tennac-booking/sdk 1.0.131 → 1.0.133

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 (62) hide show
  1. package/.openapi-generator/FILES +337 -361
  2. package/README.md +6 -30
  3. package/api.ts +325 -1422
  4. package/base.ts +1 -1
  5. package/common.ts +1 -1
  6. package/configuration.ts +1 -1
  7. package/dist/api.d.ts +322 -1375
  8. package/dist/api.js +19 -128
  9. package/dist/base.d.ts +1 -1
  10. package/dist/base.js +1 -1
  11. package/dist/common.d.ts +1 -1
  12. package/dist/common.js +1 -1
  13. package/dist/configuration.d.ts +1 -1
  14. package/dist/configuration.js +1 -1
  15. package/dist/esm/api.d.ts +322 -1375
  16. package/dist/esm/api.js +15 -124
  17. package/dist/esm/base.d.ts +1 -1
  18. package/dist/esm/base.js +1 -1
  19. package/dist/esm/common.d.ts +1 -1
  20. package/dist/esm/common.js +1 -1
  21. package/dist/esm/configuration.d.ts +1 -1
  22. package/dist/esm/configuration.js +1 -1
  23. package/dist/esm/index.d.ts +1 -1
  24. package/dist/esm/index.js +1 -1
  25. package/dist/index.d.ts +1 -1
  26. package/dist/index.js +1 -1
  27. package/docs/EventBookingResponse.md +2 -0
  28. package/docs/EventBookingResponsePaymentPerPlayersInner.md +30 -0
  29. package/docs/SubscriptionPlanDiscountUpdateRequest.md +36 -0
  30. package/docs/{UpdatePlanRequest.md → SubscriptionPlanDiscountUpdateRequestValidFrom.md} +3 -7
  31. package/docs/SubscriptionPlanResponse.md +2 -0
  32. package/docs/SubscriptionsManagerApi.md +7 -7
  33. package/docs/UpdateSubscriptionPlanRequest.md +34 -0
  34. package/index.ts +1 -1
  35. package/package.json +1 -1
  36. package/docs/StripeStripeDeletedProduct.md +0 -25
  37. package/docs/StripeStripePrice.md +0 -63
  38. package/docs/StripeStripePriceBillingScheme.md +0 -10
  39. package/docs/StripeStripePriceCurrencyOptions.md +0 -28
  40. package/docs/StripeStripePriceCurrencyOptionsCustomUnitAmount.md +0 -24
  41. package/docs/StripeStripePriceCurrencyOptionsTaxBehavior.md +0 -12
  42. package/docs/StripeStripePriceCurrencyOptionsTier.md +0 -28
  43. package/docs/StripeStripePriceCustomUnitAmount.md +0 -24
  44. package/docs/StripeStripePriceProduct.md +0 -59
  45. package/docs/StripeStripePriceRecurring.md +0 -28
  46. package/docs/StripeStripePriceRecurringInterval.md +0 -14
  47. package/docs/StripeStripePriceRecurringUsageType.md +0 -10
  48. package/docs/StripeStripePriceTaxBehavior.md +0 -12
  49. package/docs/StripeStripePriceTier.md +0 -28
  50. package/docs/StripeStripePriceTiersMode.md +0 -10
  51. package/docs/StripeStripePriceTransformQuantity.md +0 -22
  52. package/docs/StripeStripePriceTransformQuantityRound.md +0 -10
  53. package/docs/StripeStripePriceType.md +0 -10
  54. package/docs/StripeStripeProduct.md +0 -59
  55. package/docs/StripeStripeProductDefaultPrice.md +0 -63
  56. package/docs/StripeStripeProductMarketingFeature.md +0 -20
  57. package/docs/StripeStripeProductPackageDimensions.md +0 -26
  58. package/docs/StripeStripeProductTaxCode.md +0 -27
  59. package/docs/StripeStripeProductType.md +0 -10
  60. package/docs/StripeStripeResponseStripeStripePrice.md +0 -64
  61. package/docs/StripeStripeResponseStripeStripePriceAllOfLastResponse.md +0 -30
  62. package/docs/StripeStripeTaxCode.md +0 -27
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @tennac-booking/sdk@1.0.131
1
+ ## @tennac-booking/sdk@1.0.132
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install @tennac-booking/sdk@1.0.131 --save
39
+ npm install @tennac-booking/sdk@1.0.132 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -347,6 +347,7 @@ Class | Method | HTTP request | Description
347
347
  - [EventBookingDetailSummary](docs/EventBookingDetailSummary.md)
348
348
  - [EventBookingDetailSummaryPaymentPerPlayersInner](docs/EventBookingDetailSummaryPaymentPerPlayersInner.md)
349
349
  - [EventBookingResponse](docs/EventBookingResponse.md)
350
+ - [EventBookingResponsePaymentPerPlayersInner](docs/EventBookingResponsePaymentPerPlayersInner.md)
350
351
  - [EventBookingResponsePlayersInner](docs/EventBookingResponsePlayersInner.md)
351
352
  - [EventBookingResponsePlayersInnerInvoiceStatus](docs/EventBookingResponsePlayersInnerInvoiceStatus.md)
352
353
  - [EventBookingResponseSetupStatus](docs/EventBookingResponseSetupStatus.md)
@@ -475,38 +476,13 @@ Class | Method | HTTP request | Description
475
476
  - [StaffBookingsPaginatedResponse](docs/StaffBookingsPaginatedResponse.md)
476
477
  - [StaffCreateBookingRequest](docs/StaffCreateBookingRequest.md)
477
478
  - [StaffUserProfileResponse](docs/StaffUserProfileResponse.md)
478
- - [StripeStripeDeletedProduct](docs/StripeStripeDeletedProduct.md)
479
- - [StripeStripePrice](docs/StripeStripePrice.md)
480
- - [StripeStripePriceBillingScheme](docs/StripeStripePriceBillingScheme.md)
481
- - [StripeStripePriceCurrencyOptions](docs/StripeStripePriceCurrencyOptions.md)
482
- - [StripeStripePriceCurrencyOptionsCustomUnitAmount](docs/StripeStripePriceCurrencyOptionsCustomUnitAmount.md)
483
- - [StripeStripePriceCurrencyOptionsTaxBehavior](docs/StripeStripePriceCurrencyOptionsTaxBehavior.md)
484
- - [StripeStripePriceCurrencyOptionsTier](docs/StripeStripePriceCurrencyOptionsTier.md)
485
- - [StripeStripePriceCustomUnitAmount](docs/StripeStripePriceCustomUnitAmount.md)
486
- - [StripeStripePriceProduct](docs/StripeStripePriceProduct.md)
487
- - [StripeStripePriceRecurring](docs/StripeStripePriceRecurring.md)
488
- - [StripeStripePriceRecurringInterval](docs/StripeStripePriceRecurringInterval.md)
489
- - [StripeStripePriceRecurringUsageType](docs/StripeStripePriceRecurringUsageType.md)
490
- - [StripeStripePriceTaxBehavior](docs/StripeStripePriceTaxBehavior.md)
491
- - [StripeStripePriceTier](docs/StripeStripePriceTier.md)
492
- - [StripeStripePriceTiersMode](docs/StripeStripePriceTiersMode.md)
493
- - [StripeStripePriceTransformQuantity](docs/StripeStripePriceTransformQuantity.md)
494
- - [StripeStripePriceTransformQuantityRound](docs/StripeStripePriceTransformQuantityRound.md)
495
- - [StripeStripePriceType](docs/StripeStripePriceType.md)
496
- - [StripeStripeProduct](docs/StripeStripeProduct.md)
497
- - [StripeStripeProductDefaultPrice](docs/StripeStripeProductDefaultPrice.md)
498
- - [StripeStripeProductMarketingFeature](docs/StripeStripeProductMarketingFeature.md)
499
- - [StripeStripeProductPackageDimensions](docs/StripeStripeProductPackageDimensions.md)
500
- - [StripeStripeProductTaxCode](docs/StripeStripeProductTaxCode.md)
501
- - [StripeStripeProductType](docs/StripeStripeProductType.md)
502
- - [StripeStripeResponseStripeStripePrice](docs/StripeStripeResponseStripeStripePrice.md)
503
- - [StripeStripeResponseStripeStripePriceAllOfLastResponse](docs/StripeStripeResponseStripeStripePriceAllOfLastResponse.md)
504
- - [StripeStripeTaxCode](docs/StripeStripeTaxCode.md)
505
479
  - [SubscribeRequestBody](docs/SubscribeRequestBody.md)
506
480
  - [SubscriberPrice](docs/SubscriberPrice.md)
507
481
  - [SubscriptionInfo](docs/SubscriptionInfo.md)
508
482
  - [SubscriptionMutationResponse](docs/SubscriptionMutationResponse.md)
509
483
  - [SubscriptionPlanDiscountResponse](docs/SubscriptionPlanDiscountResponse.md)
484
+ - [SubscriptionPlanDiscountUpdateRequest](docs/SubscriptionPlanDiscountUpdateRequest.md)
485
+ - [SubscriptionPlanDiscountUpdateRequestValidFrom](docs/SubscriptionPlanDiscountUpdateRequestValidFrom.md)
510
486
  - [SubscriptionPlanResponse](docs/SubscriptionPlanResponse.md)
511
487
  - [SurfaceType](docs/SurfaceType.md)
512
488
  - [Team](docs/Team.md)
@@ -527,11 +503,11 @@ Class | Method | HTTP request | Description
527
503
  - [UpdateCustomerResponse](docs/UpdateCustomerResponse.md)
528
504
  - [UpdateEventRequest](docs/UpdateEventRequest.md)
529
505
  - [UpdateLevelBySportsRequestBody](docs/UpdateLevelBySportsRequestBody.md)
530
- - [UpdatePlanRequest](docs/UpdatePlanRequest.md)
531
506
  - [UpdateRecurringDefinition200Response](docs/UpdateRecurringDefinition200Response.md)
532
507
  - [UpdateRecurringDefinitionRequest](docs/UpdateRecurringDefinitionRequest.md)
533
508
  - [UpdateSportRequest](docs/UpdateSportRequest.md)
534
509
  - [UpdateSubscriptionPlanForClub200Response](docs/UpdateSubscriptionPlanForClub200Response.md)
510
+ - [UpdateSubscriptionPlanRequest](docs/UpdateSubscriptionPlanRequest.md)
535
511
  - [UpdateUserCreditsRequest](docs/UpdateUserCreditsRequest.md)
536
512
  - [UpdateUserRequestBody](docs/UpdateUserRequestBody.md)
537
513
  - [UpdateUserRequestBodyLevelBySportsInner](docs/UpdateUserRequestBodyLevelBySportsInner.md)