@bloom-housing/core
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "@bloom-housing/core", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Shared types for Bloom affordable housing system", | ||
@@ -13,6 +13,6 @@ "main": "index.js", | ||
"@babel/core": "^7.8.3", | ||
"@types/jest": "^24.9.0", | ||
"babel-jest": "^24.9.0", | ||
"@types/jest": "^25.1.3", | ||
"babel-jest": "^25.1.0", | ||
"babel-loader": "^8.0.6", | ||
"jest": "^24.9.0", | ||
"jest": "^25.1.0", | ||
"typescript": "^3.7.4", | ||
@@ -24,3 +24,3 @@ "webpack": "^4.41.5" | ||
"@types/node-polyglot": "^0.4.34", | ||
"nanoid": "^2.1.9" | ||
"nanoid": "^2.1.10" | ||
}, | ||
@@ -27,0 +27,0 @@ "babel": { |
export interface Address { | ||
city: string | ||
county: string | ||
state: string | ||
@@ -4,0 +5,0 @@ street: string |
@@ -6,3 +6,4 @@ import { Unit, UnitsSummarized } from "./units" | ||
export enum AttachmentType { | ||
ApplicationDownload = 1 | ||
ApplicationDownload = 1, | ||
ExternalApplication = 2 | ||
} | ||
@@ -19,2 +20,3 @@ | ||
acceptingApplicationsByPoBox: boolean | ||
acceptingOnlineApplications: boolean | ||
acceptsPostmarkedApplications: boolean | ||
@@ -24,2 +26,3 @@ accessibility: string | ||
applicationDueDate: string | ||
applicationOpenDate?: string | ||
applicationFee: string | ||
@@ -26,0 +29,0 @@ applicationOrganization: string |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
5018
10
166
1
4
Updatednanoid@^2.1.10