@tennac-booking/sdk 1.0.60 → 1.0.61

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 (76) hide show
  1. package/.openapi-generator/FILES +40 -5
  2. package/README.md +47 -14
  3. package/api.ts +6803 -5030
  4. package/base.ts +2 -2
  5. package/common.ts +2 -2
  6. package/configuration.ts +2 -2
  7. package/dist/api.d.ts +3874 -2297
  8. package/dist/api.js +899 -495
  9. package/dist/base.d.ts +2 -2
  10. package/dist/base.js +2 -2
  11. package/dist/common.d.ts +2 -2
  12. package/dist/common.js +2 -2
  13. package/dist/configuration.d.ts +2 -2
  14. package/dist/configuration.js +2 -2
  15. package/dist/esm/api.d.ts +3874 -2297
  16. package/dist/esm/api.js +880 -493
  17. package/dist/esm/base.d.ts +2 -2
  18. package/dist/esm/base.js +2 -2
  19. package/dist/esm/common.d.ts +2 -2
  20. package/dist/esm/common.js +2 -2
  21. package/dist/esm/configuration.d.ts +2 -2
  22. package/dist/esm/configuration.js +2 -2
  23. package/dist/esm/index.d.ts +2 -2
  24. package/dist/esm/index.js +2 -2
  25. package/dist/index.d.ts +2 -2
  26. package/dist/index.js +2 -2
  27. package/docs/ClubResponse.md +0 -1
  28. package/docs/ClubsManagerApi.md +0 -55
  29. package/docs/ClubsStaffApi.md +2 -2
  30. package/docs/{SubscriptionSessionRequestBody.md → CreatePlan201Response.md} +5 -5
  31. package/docs/CreateSubscriptionPlanRequest.md +10 -4
  32. package/docs/CreateSubscriptionPlanRequestDiscount.md +32 -0
  33. package/docs/DefaultApi.md +0 -54
  34. package/docs/{DeleteClubResponse.md → DeleteSubscriptionPlanResponse.md} +4 -4
  35. package/docs/DiscountType.md +14 -0
  36. package/docs/OffPeakRule.md +26 -0
  37. package/docs/PlanInterval.md +14 -0
  38. package/docs/PublicSubscriptionPlanResponse.md +30 -0
  39. package/docs/StripeStripeDeletedProduct.md +25 -0
  40. package/docs/StripeStripePrice.md +63 -0
  41. package/docs/StripeStripePriceBillingScheme.md +10 -0
  42. package/docs/StripeStripePriceCurrencyOptions.md +28 -0
  43. package/docs/StripeStripePriceCurrencyOptionsCustomUnitAmount.md +24 -0
  44. package/docs/StripeStripePriceCurrencyOptionsTaxBehavior.md +12 -0
  45. package/docs/StripeStripePriceCurrencyOptionsTier.md +28 -0
  46. package/docs/StripeStripePriceCustomUnitAmount.md +24 -0
  47. package/docs/StripeStripePriceProduct.md +59 -0
  48. package/docs/StripeStripePriceRecurring.md +28 -0
  49. package/docs/StripeStripePriceRecurringInterval.md +14 -0
  50. package/docs/StripeStripePriceRecurringUsageType.md +10 -0
  51. package/docs/StripeStripePriceTaxBehavior.md +12 -0
  52. package/docs/StripeStripePriceTier.md +28 -0
  53. package/docs/StripeStripePriceTiersMode.md +10 -0
  54. package/docs/StripeStripePriceTransformQuantity.md +22 -0
  55. package/docs/StripeStripePriceTransformQuantityRound.md +10 -0
  56. package/docs/StripeStripePriceType.md +10 -0
  57. package/docs/StripeStripeProduct.md +59 -0
  58. package/docs/StripeStripeProductDefaultPrice.md +63 -0
  59. package/docs/{GetCourtsByClub200Response.md → StripeStripeProductMarketingFeature.md} +5 -5
  60. package/docs/StripeStripeProductPackageDimensions.md +26 -0
  61. package/docs/StripeStripeProductTaxCode.md +27 -0
  62. package/docs/StripeStripeProductType.md +10 -0
  63. package/docs/StripeStripeResponseStripeStripePrice.md +64 -0
  64. package/docs/StripeStripeResponseStripeStripePriceAllOfLastResponse.md +30 -0
  65. package/docs/StripeStripeTaxCode.md +27 -0
  66. package/docs/{SubscribeToClubRequestBody.md → SubscribeRequestBody.md} +3 -3
  67. package/docs/SubscriptionPlanResponse.md +14 -2
  68. package/docs/SubscriptionsManagerApi.md +171 -0
  69. package/docs/SubscriptionsPublicApi.md +60 -0
  70. package/docs/SubscriptionsStaffApi.md +54 -0
  71. package/docs/SubscriptionsUserApi.md +222 -0
  72. package/docs/UpdatePlanRequest.md +24 -0
  73. package/docs/UsersApi.md +0 -256
  74. package/index.ts +2 -2
  75. package/package.json +1 -1
  76. package/docs/SubscriptionSessionResponse.md +0 -20
package/dist/base.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * openapi.json
3
- * API for managing pickle ball games and players
3
+ * Pandook API Documentation
4
4
  *
5
- * The version of the OpenAPI document: 1.0.60
5
+ * The version of the OpenAPI document: 1.0.61
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/base.js CHANGED
@@ -3,9 +3,9 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * openapi.json
6
- * API for managing pickle ball games and players
6
+ * Pandook API Documentation
7
7
  *
8
- * The version of the OpenAPI document: 1.0.60
8
+ * The version of the OpenAPI document: 1.0.61
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/common.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * openapi.json
3
- * API for managing pickle ball games and players
3
+ * Pandook API Documentation
4
4
  *
5
- * The version of the OpenAPI document: 1.0.60
5
+ * The version of the OpenAPI document: 1.0.61
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/common.js CHANGED
@@ -3,9 +3,9 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * openapi.json
6
- * API for managing pickle ball games and players
6
+ * Pandook API Documentation
7
7
  *
8
- * The version of the OpenAPI document: 1.0.60
8
+ * The version of the OpenAPI document: 1.0.61
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * openapi.json
3
- * API for managing pickle ball games and players
3
+ * Pandook API Documentation
4
4
  *
5
- * The version of the OpenAPI document: 1.0.60
5
+ * The version of the OpenAPI document: 1.0.61
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,9 +3,9 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * openapi.json
6
- * API for managing pickle ball games and players
6
+ * Pandook API Documentation
7
7
  *
8
- * The version of the OpenAPI document: 1.0.60
8
+ * The version of the OpenAPI document: 1.0.61
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).