schema-dts
Advanced tools
Comparing version 0.5.3 to 0.6.0
{ | ||
"name": "schema-dts", | ||
"version": "0.5.3", | ||
"version": "0.6.0", | ||
"displayName": "schema-dts: Strongly-typed Schema.org vocabulary declarations", | ||
@@ -5,0 +5,0 @@ "description": "A TypeScript package with latest Schema.org Schema Typings", |
"use strict"; | ||
// tslint:disable | ||
exports.__esModule = true; | ||
exports.SteeringPositionValue = exports.RsvpResponseType = exports.ReturnFeesEnumeration = exports.RestrictedDiet = exports.ReservationStatusType = exports.RefundTypeEnumeration = exports.ProductReturnEnumeration = exports.PhysicalExam = exports.PhysicalActivityCategory = exports.PaymentStatusType = exports.OrderStatus = exports.OfferItemCondition = exports.NonprofitType = exports.MusicReleaseFormatType = exports.MusicAlbumReleaseType = exports.MusicAlbumProductionType = exports.MerchantReturnEnumeration = exports.MedicineSystem = exports.MedicalTrialDesign = exports.MedicalStudyStatus = exports.MedicalSpecialty = exports.MedicalProcedureType = exports.MedicalObservationalStudyDesign = exports.MedicalImagingTechnique = exports.MedicalEvidenceLevel = exports.MedicalDevicePurpose = exports.MedicalAudience = exports.MediaManipulationRatingEnumeration = exports.MapCategoryType = exports.LegalValueLevel = exports.LegalForceStatus = exports.ItemListOrderType = exports.ItemAvailability = exports.InfectiousAgentClass = exports.HealthAspectEnumeration = exports.GovernmentBenefitsType = exports.GenderType = exports.GameServerStatus = exports.GamePlayMode = exports.EventStatusType = exports.EventAttendanceModeEnumeration = exports.DrugPrescriptionStatus = exports.DrugPregnancyCategory = exports.DrugCostCategory = exports.DriveWheelConfigurationValue = exports.DigitalDocumentPermissionType = exports.DeliveryMethod = exports.DayOfWeek = exports.ContactPointOption = exports.CarUsageType = exports.BookFormatType = exports.BoardingPolicyType = exports.Audience = exports.ActionStatusType = exports.Boolean = void 0; | ||
exports.Boolean = { | ||
True: "https://schema.org/True", | ||
False: "https://schema.org/False" | ||
/** The boolean value false. */ | ||
False: "http://schema.org/False", | ||
/** The boolean value true. */ | ||
True: "http://schema.org/True" | ||
}; | ||
@@ -8,0 +10,0 @@ exports.ActionStatusType = { |
Sorry, the diff of this file is too big to display
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
872732
12406