@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.
- package/.openapi-generator/FILES +337 -361
- package/README.md +6 -30
- package/api.ts +325 -1422
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +322 -1375
- package/dist/api.js +19 -128
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +322 -1375
- package/dist/esm/api.js +15 -124
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/docs/EventBookingResponse.md +2 -0
- package/docs/EventBookingResponsePaymentPerPlayersInner.md +30 -0
- package/docs/SubscriptionPlanDiscountUpdateRequest.md +36 -0
- package/docs/{UpdatePlanRequest.md → SubscriptionPlanDiscountUpdateRequestValidFrom.md} +3 -7
- package/docs/SubscriptionPlanResponse.md +2 -0
- package/docs/SubscriptionsManagerApi.md +7 -7
- package/docs/UpdateSubscriptionPlanRequest.md +34 -0
- package/index.ts +1 -1
- package/package.json +1 -1
- package/docs/StripeStripeDeletedProduct.md +0 -25
- package/docs/StripeStripePrice.md +0 -63
- package/docs/StripeStripePriceBillingScheme.md +0 -10
- package/docs/StripeStripePriceCurrencyOptions.md +0 -28
- package/docs/StripeStripePriceCurrencyOptionsCustomUnitAmount.md +0 -24
- package/docs/StripeStripePriceCurrencyOptionsTaxBehavior.md +0 -12
- package/docs/StripeStripePriceCurrencyOptionsTier.md +0 -28
- package/docs/StripeStripePriceCustomUnitAmount.md +0 -24
- package/docs/StripeStripePriceProduct.md +0 -59
- package/docs/StripeStripePriceRecurring.md +0 -28
- package/docs/StripeStripePriceRecurringInterval.md +0 -14
- package/docs/StripeStripePriceRecurringUsageType.md +0 -10
- package/docs/StripeStripePriceTaxBehavior.md +0 -12
- package/docs/StripeStripePriceTier.md +0 -28
- package/docs/StripeStripePriceTiersMode.md +0 -10
- package/docs/StripeStripePriceTransformQuantity.md +0 -22
- package/docs/StripeStripePriceTransformQuantityRound.md +0 -10
- package/docs/StripeStripePriceType.md +0 -10
- package/docs/StripeStripeProduct.md +0 -59
- package/docs/StripeStripeProductDefaultPrice.md +0 -63
- package/docs/StripeStripeProductMarketingFeature.md +0 -20
- package/docs/StripeStripeProductPackageDimensions.md +0 -26
- package/docs/StripeStripeProductTaxCode.md +0 -27
- package/docs/StripeStripeProductType.md +0 -10
- package/docs/StripeStripeResponseStripeStripePrice.md +0 -64
- package/docs/StripeStripeResponseStripeStripePriceAllOfLastResponse.md +0 -30
- package/docs/StripeStripeTaxCode.md +0 -27
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @tennac-booking/sdk@1.0.
|
|
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.
|
|
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)
|