UNPKG

onix-codelist

Version:
39 lines (38 loc) 2.52 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TextType = void 0; var TextType; (function (TextType) { TextType[TextType["SenderDefinedText"] = '01'] = "SenderDefinedText"; TextType[TextType["ShortDescriptionAnnotation"] = '02'] = "ShortDescriptionAnnotation"; TextType[TextType["Description"] = '03'] = "Description"; TextType[TextType["TableOfContents"] = '04'] = "TableOfContents"; TextType[TextType["PrimaryCoverCopy"] = '05'] = "PrimaryCoverCopy"; TextType[TextType["ReviewQuote"] = '06'] = "ReviewQuote"; TextType[TextType["ReviewQuotePreviousEdition"] = '07'] = "ReviewQuotePreviousEdition"; TextType[TextType["ReviewQuotePreviousWork"] = '08'] = "ReviewQuotePreviousWork"; TextType[TextType["Endorsement"] = '09'] = "Endorsement"; TextType[TextType["PromotionalHeadline"] = '10'] = "PromotionalHeadline"; TextType[TextType["Feature"] = '11'] = "Feature"; TextType[TextType["BiographicalNote"] = '12'] = "BiographicalNote"; TextType[TextType["PublisherNotice"] = '13'] = "PublisherNotice"; TextType[TextType["Excerpt"] = '14'] = "Excerpt"; TextType[TextType["Index"] = '15'] = "Index"; TextType[TextType["ShortDescriptionAnnotationForCollection"] = '16'] = "ShortDescriptionAnnotationForCollection"; TextType[TextType["DescriptionForCollection"] = '17'] = "DescriptionForCollection"; TextType[TextType["NewFeature"] = '18'] = "NewFeature"; TextType[TextType["VersionHistory"] = '19'] = "VersionHistory"; TextType[TextType["OpenAccessStatement"] = '20'] = "OpenAccessStatement"; TextType[TextType["DigitalExclusivityStatement"] = '21'] = "DigitalExclusivityStatement"; TextType[TextType["OfficialRecommendation"] = '22'] = "OfficialRecommendation"; TextType[TextType["JbpaDescription"] = '23'] = "JbpaDescription"; TextType[TextType["SchemaOrgSnippet"] = '24'] = "SchemaOrgSnippet"; TextType[TextType["Errata"] = '25'] = "Errata"; TextType[TextType["Introduction"] = '26'] = "Introduction"; TextType[TextType["SecondaryCoverCopy"] = '27'] = "SecondaryCoverCopy"; TextType[TextType["FullCastAndCreditList"] = '28'] = "FullCastAndCreditList"; TextType[TextType["Bibliography"] = '29'] = "Bibliography"; TextType[TextType["Abstract"] = '30'] = "Abstract"; TextType[TextType["RulesOrInstructions"] = '31'] = "RulesOrInstructions"; TextType[TextType["ListOfContents"] = '32'] = "ListOfContents"; })(TextType = exports.TextType || (exports.TextType = {}));