@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
13 lines (12 loc) • 416 B
text/typescript
// https://ns.editeur.org/onix/en/1
export enum NotificationOrUpdateType {
_01 = '01', // Early notification
_02 = '02', // Advance notification (confirmed)
_03 = '03', // Notification confirmed on publication
_04 = '04', // Update (partial)
_05 = '05', // Delete
_08 = '08', // Notice of sale
_09 = '09', // Notice of acquisition
_88 = '88', // Test update (Partial)
_89 = '89', // Test record
}