UNPKG

onix-codelist

Version:
28 lines (27 loc) 2.01 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ProductIdentifierType = void 0; var ProductIdentifierType; (function (ProductIdentifierType) { ProductIdentifierType[ProductIdentifierType["Proprietary"] = '01'] = "Proprietary"; ProductIdentifierType[ProductIdentifierType["Isbn_10"] = '02'] = "Isbn_10"; ProductIdentifierType[ProductIdentifierType["Gtin_13"] = '03'] = "Gtin_13"; ProductIdentifierType[ProductIdentifierType["Upc"] = '04'] = "Upc"; ProductIdentifierType[ProductIdentifierType["Ismn_10"] = '05'] = "Ismn_10"; ProductIdentifierType[ProductIdentifierType["Doi"] = '06'] = "Doi"; ProductIdentifierType[ProductIdentifierType["Lccn"] = '13'] = "Lccn"; ProductIdentifierType[ProductIdentifierType["Gtin_14"] = '14'] = "Gtin_14"; ProductIdentifierType[ProductIdentifierType["Isbn_13"] = '15'] = "Isbn_13"; ProductIdentifierType[ProductIdentifierType["LegalDepositNumber"] = '17'] = "LegalDepositNumber"; ProductIdentifierType[ProductIdentifierType["Urn"] = '22'] = "Urn"; ProductIdentifierType[ProductIdentifierType["OclcNumber"] = '23'] = "OclcNumber"; ProductIdentifierType[ProductIdentifierType["CoPublisherIsbn_13"] = '24'] = "CoPublisherIsbn_13"; ProductIdentifierType[ProductIdentifierType["Ismn_13"] = '25'] = "Ismn_13"; ProductIdentifierType[ProductIdentifierType["IsbnA"] = '26'] = "IsbnA"; ProductIdentifierType[ProductIdentifierType["JpECode"] = '27'] = "JpECode"; ProductIdentifierType[ProductIdentifierType["OlccNumber"] = '28'] = "OlccNumber"; ProductIdentifierType[ProductIdentifierType["JpMagazineId"] = '29'] = "JpMagazineId"; ProductIdentifierType[ProductIdentifierType["Upc12_5"] = '30'] = "Upc12_5"; ProductIdentifierType[ProductIdentifierType["BnfControlNumber"] = '31'] = "BnfControlNumber"; ProductIdentifierType[ProductIdentifierType["Ark"] = '35'] = "Ark"; })(ProductIdentifierType = exports.ProductIdentifierType || (exports.ProductIdentifierType = {}));