UNPKG

@5stones/onix

Version:

A strongly typed library for parsing ONIX feeds.

25 lines (24 loc) 983 B
// https://ns.editeur.org/onix/en/163 export enum PublishingDateRole { _01 = '01', // Publication date _02 = '02', // Sales embargo date _09 = '09', // Public announcement date _10 = '10', // Trade announcement date _11 = '11', // Date of first publication _12 = '12', // Last reprint date _13 = '13', // Out-of-print / permanently withdrawn date _16 = '16', // Last reissue date _19 = '19', // Publication date of print counterpart _20 = '20', // Date of first publication in original language _21 = '21', // Forthcoming reissue date _22 = '22', // Expected availability date after temporary withdrawal _23 = '23', // Review embargo date _25 = '25', // Publisher’s reservation order deadline _26 = '26', // Forthcoming reprint date _27 = '27', // Preorder embargo date _28 = '28', // Transfer date _29 = '29', // Date of production _30 = '30', // Streaming embargo date _31 = '31', // Subscription embargo date _35 = '35', // CIP date }