@unhead/schema-org
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -993,3 +993,3 @@ type ItemAvailability = 'BackOrder' | 'Discontinued' | 'InStock' | 'InStoreOnly' | 'LimitedAvailability' | 'OnlineOnly' | 'OutOfStock' | 'PreOrder' | 'PreSale' | 'SoldOut'; | ||
*/ | ||
employmentType?: 'FULL_TIME' | 'PART_TIME' | 'CONTRACTOR' | 'TEMPORARY' | 'INTERN' | 'VOLUNTEER' | 'PER_DIEM' | 'OTHER'; | ||
employmentType?: EmploymentType | EmploymentType[]; | ||
/** | ||
@@ -1012,2 +1012,3 @@ * The date when the job posting will expire in ISO 8601 format. For example, "2017-02-24" | ||
declare const jobPostingResolver: SchemaOrgNodeDefinition<JobPosting>; | ||
type EmploymentType = 'FULL_TIME' | 'PART_TIME' | 'CONTRACTOR' | 'TEMPORARY' | 'INTERN' | 'VOLUNTEER' | 'PER_DIEM' | 'OTHER'; | ||
@@ -1014,0 +1015,0 @@ type DayOfWeek = 'Friday' | 'Monday' | 'PublicHolidays' | 'Saturday' | 'Sunday' | 'Thursday' | 'Tuesday' | 'Wednesday'; |
{ | ||
"name": "@unhead/schema-org", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"packageManager": "pnpm@7.8.0", | ||
@@ -41,3 +41,3 @@ "description": "Node Schema.org for Simple and Automated Google Rich Results", | ||
"ufo": "^1.0.1", | ||
"unhead": "^1.0.14" | ||
"unhead": "^1.0.20" | ||
}, | ||
@@ -44,0 +44,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
176289
5348