@doctadevs/types
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -0,1 +1,2 @@ | ||
export * from './types/person'; | ||
export * from './types/discount-rule'; | ||
@@ -8,3 +9,8 @@ export * from './types/discount'; | ||
export * from './types/payment-method'; | ||
export * from './types/enrollment-status'; | ||
export * from './types/training'; | ||
export * from './types/training-cohort'; | ||
export * from './types/training-type'; | ||
export * from './types/teacher'; | ||
export * from './types/price-calculation-request'; | ||
export * from './types/price-calculation-response'; |
@@ -13,2 +13,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
// Generics | ||
__exportStar(require("./types/person"), exports); | ||
// Entities | ||
@@ -22,2 +24,7 @@ __exportStar(require("./types/discount-rule"), exports); | ||
__exportStar(require("./types/payment-method"), exports); | ||
__exportStar(require("./types/enrollment-status"), exports); | ||
__exportStar(require("./types/training"), exports); | ||
__exportStar(require("./types/training-cohort"), exports); | ||
__exportStar(require("./types/training-type"), exports); | ||
__exportStar(require("./types/teacher"), exports); | ||
// Microservice request/responses | ||
@@ -24,0 +31,0 @@ __exportStar(require("./types/price-calculation-request"), exports); |
@@ -0,1 +1,4 @@ | ||
// Generics | ||
export * from './types/person'; | ||
// Entities | ||
@@ -9,2 +12,7 @@ export * from './types/discount-rule'; | ||
export * from './types/payment-method'; | ||
export * from './types/enrollment-status'; | ||
export * from './types/training'; | ||
export * from './types/training-cohort'; | ||
export * from './types/training-type'; | ||
export * from './types/teacher'; | ||
@@ -11,0 +19,0 @@ // Microservice request/responses |
{ | ||
"name": "@doctadevs/types", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15605
370