ord-schema 0.3.91 → 0.3.93

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.91",
3
+ "version": "0.3.93",
4
4
  "description": "Schema for the Open Reaction Database",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -2883,7 +2883,10 @@ proto.ord.ReactionInput.AdditionDevice.AdditionDeviceType = {
2883
2883
  CANNULA: 4,
2884
2884
  ADDITION_FUNNEL: 5,
2885
2885
  PIPETTE: 6,
2886
- POSITIVE_DISPLACEMENT_PIPETTE: 7
2886
+ POSITIVE_DISPLACEMENT_PIPETTE: 7,
2887
+ PISTON_PUMP: 8,
2888
+ SYRINGE_PUMP: 9,
2889
+ PERISTALTIC_PUMP: 10
2887
2890
  };
2888
2891
 
2889
2892
  /**