@doctadevs/types
Advanced tools
Comparing version 0.0.45 to 0.0.46
@@ -21,3 +21,2 @@ export * from './types/person'; | ||
export * from './types/enrollment'; | ||
export * from './types/enrollment-status'; | ||
export * from './types/training'; | ||
@@ -34,1 +33,4 @@ export * from './types/training-cohort'; | ||
export * from './types/card-helper-bin-response'; | ||
export * from './types/enrollment-request'; | ||
export * from './types/enrollment-response'; | ||
export * from './types/enrollment-error-code'; |
@@ -35,3 +35,2 @@ "use strict"; | ||
__exportStar(require("./types/enrollment"), exports); | ||
__exportStar(require("./types/enrollment-status"), exports); | ||
__exportStar(require("./types/training"), exports); | ||
@@ -49,2 +48,5 @@ __exportStar(require("./types/training-cohort"), exports); | ||
__exportStar(require("./types/card-helper-bin-response"), exports); | ||
__exportStar(require("./types/enrollment-request"), exports); | ||
__exportStar(require("./types/enrollment-response"), exports); | ||
__exportStar(require("./types/enrollment-error-code"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -24,3 +24,2 @@ // Generics | ||
export * from './types/enrollment'; | ||
export * from './types/enrollment-status'; | ||
export * from './types/training'; | ||
@@ -39,1 +38,4 @@ export * from './types/training-cohort'; | ||
export * from './types/card-helper-bin-response'; | ||
export * from './types/enrollment-request'; | ||
export * from './types/enrollment-response'; | ||
export * from './types/enrollment-error-code'; |
{ | ||
"name": "@doctadevs/types", | ||
"version": "0.0.45", | ||
"version": "0.0.46", | ||
"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
31753
147
747