ord-schema 0.3.59 → 0.3.61

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ord-schema",
3
- "version": "0.3.59",
3
+ "version": "0.3.61",
4
4
  "description": "Schema for the Open Reaction Database",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -4814,7 +4814,9 @@ proto.ord.ReactionRole.ReactionRoleType = {
4814
4814
  WORKUP: 5,
4815
4815
  INTERNAL_STANDARD: 6,
4816
4816
  AUTHENTIC_STANDARD: 7,
4817
- PRODUCT: 8
4817
+ PRODUCT: 8,
4818
+ BYPRODUCT: 9,
4819
+ SIDE_PRODUCT: 10
4818
4820
  };
4819
4821
 
4820
4822