@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
@@ -1,30 +0,0 @@
1
- # StripeStripeResponseStripeStripePriceAllOfLastResponse
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **stripeAccount** | **string** | | [optional] [default to undefined]
9
- **idempotencyKey** | **string** | | [optional] [default to undefined]
10
- **apiVersion** | **string** | | [optional] [default to undefined]
11
- **statusCode** | **number** | | [default to undefined]
12
- **requestId** | **string** | | [default to undefined]
13
- **headers** | **{ [key: string]: string; }** | | [default to undefined]
14
-
15
- ## Example
16
-
17
- ```typescript
18
- import { StripeStripeResponseStripeStripePriceAllOfLastResponse } from '@tennac-booking/sdk';
19
-
20
- const instance: StripeStripeResponseStripeStripePriceAllOfLastResponse = {
21
- stripeAccount,
22
- idempotencyKey,
23
- apiVersion,
24
- statusCode,
25
- requestId,
26
- headers,
27
- };
28
- ```
29
-
30
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,27 +0,0 @@
1
- # StripeStripeTaxCode
2
-
3
- [Tax codes](https://stripe.com/docs/tax/tax-categories) classify goods and services for tax purposes.
4
-
5
- ## Properties
6
-
7
- Name | Type | Description | Notes
8
- ------------ | ------------- | ------------- | -------------
9
- **id** | **string** | Unique identifier for the object. | [default to undefined]
10
- **object** | **string** | String representing the object\'s type. Objects of the same type share the same value. | [default to undefined]
11
- **description** | **string** | A detailed description of which types of products the tax code represents. | [default to undefined]
12
- **name** | **string** | A short name for the tax code. | [default to undefined]
13
-
14
- ## Example
15
-
16
- ```typescript
17
- import { StripeStripeTaxCode } from '@tennac-booking/sdk';
18
-
19
- const instance: StripeStripeTaxCode = {
20
- id,
21
- object,
22
- description,
23
- name,
24
- };
25
- ```
26
-
27
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)