@bondsports/types 1.17.0 → 1.19.0

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 (36) hide show
  1. package/README.md +17 -17
  2. package/dist/tsconfig.build.tsbuildinfo +1 -1
  3. package/dist/types/entity/BondBaseEntity.d.ts +1 -2
  4. package/dist/types/entity/BondBaseEntity.js +1 -2
  5. package/dist/types/entity/BondBaseEntity.js.map +1 -1
  6. package/dist/types/entity/GroupItemsPricing.d.ts +4 -0
  7. package/dist/types/entity/GroupItemsPricing.js +4 -0
  8. package/dist/types/entity/GroupItemsPricing.js.map +1 -1
  9. package/dist/types/entity/Membership.js +1 -0
  10. package/dist/types/entity/Membership.js.map +1 -1
  11. package/dist/types/entity/ProductPaymentPlan.js +1 -0
  12. package/dist/types/entity/ProductPaymentPlan.js.map +1 -1
  13. package/dist/types/entity/ProductsReservedForCustomers.js +1 -0
  14. package/dist/types/entity/ProductsReservedForCustomers.js.map +1 -1
  15. package/dist/types/league/entities/RoundEvents.d.ts +1 -2
  16. package/dist/types/league/entities/RoundEvents.js +1 -2
  17. package/dist/types/league/entities/RoundEvents.js.map +1 -1
  18. package/dist/types/organization/entities/Organization.d.ts +2 -0
  19. package/dist/types/payment/dto/payment.dto.js +1 -0
  20. package/dist/types/payment/dto/payment.dto.js.map +1 -1
  21. package/dist/types/payment/entities/PaymentFailConfig.d.ts +5 -0
  22. package/dist/types/payment/entities/PaymentFailConfig.js +5 -0
  23. package/dist/types/payment/entities/PaymentFailConfig.js.map +1 -1
  24. package/dist/types/payment/interfaces/payment.d.ts +1 -2
  25. package/dist/types/payment/interfaces/payment.js +1 -7
  26. package/dist/types/payment/interfaces/payment.js.map +1 -1
  27. package/dist/types/purchase/dto/purchase.dto.d.ts +0 -1
  28. package/dist/types/purchase/dto/purchase.dto.js.map +1 -1
  29. package/dist/types/purchase/interfaces/purchase.d.ts +1 -0
  30. package/dist/types/purchase/interfaces/purchase.js +2 -1
  31. package/dist/types/purchase/interfaces/purchase.js.map +1 -1
  32. package/dist/types/reservations/dto/purcased-resource.dto.js +1 -0
  33. package/dist/types/reservations/dto/purcased-resource.dto.js.map +1 -1
  34. package/dist/types/services/enums.service.js +8 -0
  35. package/dist/types/services/enums.service.js.map +1 -1
  36. package/package.json +52 -52
package/README.md CHANGED
@@ -1,17 +1,17 @@
1
- # `Types`
2
-
3
- > Package for all the types used in the Backend
4
- > install the package and import the types you need
5
-
6
- ## Usage
7
-
8
- ```
9
- import {Invoice} from '@bondsports/types'
10
-
11
- const newInvoice: Invoice = new Invoice({
12
- .
13
- .
14
- .
15
- });
16
-
17
- ```
1
+ # `Types`
2
+
3
+ > Package for all the types used in the Backend
4
+ > install the package and import the types you need
5
+
6
+ ## Usage
7
+
8
+ ```
9
+ import {Invoice} from '@bondsports/types'
10
+
11
+ const newInvoice: Invoice = new Invoice({
12
+ .
13
+ .
14
+ .
15
+ });
16
+
17
+ ```