
// https://ns.editeur.org/onix/en/93 
export enum SupplierRole {
  _00 = '00', // Unspecified
  _01 = '01', // Publisher to resellers
  _02 = '02', // Publisher’s exclusive distributor to resellers
  _03 = '03', // Publisher’s non-exclusive distributor to resellers
  _04 = '04', // Wholesaler to retailers
  _05 = '05', // Sales agent
  _06 = '06', // Publisher’s distributor to retailers
  _07 = '07', // POD supplier
  _08 = '08', // Retailer
  _09 = '09', // Publisher to end-customers
  _10 = '10', // Exclusive distributor to end-customers
  _11 = '11', // Non-exclusive distributor to end-customers
  _12 = '12', // Distributor to end-customers
  _13 = '13', // Exclusive distributor to resellers and end-customers
  _14 = '14', // Non-exclusive distributor to resellers and end-customers
  _15 = '15', // Distributor to resellers and end-customers
}