opentrons-shared-data 8.7.0a0__py3-none-any.whl → 8.7.0a2__py3-none-any.whl

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.

Potentially problematic release.


This version of opentrons-shared-data might be problematic. Click here for more details.

Files changed (67) hide show
  1. opentrons_shared_data/_version.py +2 -2
  2. opentrons_shared_data/data/command/schemas/14.json +5 -0
  3. opentrons_shared_data/data/command/schemas/15.json +7342 -0
  4. opentrons_shared_data/data/deck/definitions/5/ot2_short_trash.json +13 -0
  5. opentrons_shared_data/data/deck/definitions/5/ot2_standard.json +13 -0
  6. opentrons_shared_data/data/deck/definitions/5/ot3_standard.json +138 -69
  7. opentrons_shared_data/data/deck/schemas/5.json +7 -1
  8. opentrons_shared_data/data/errors/definitions/1/errors.json +4 -0
  9. opentrons_shared_data/data/labware/definitions/2/agilent_1_reservoir_290ml/4.json +80 -0
  10. opentrons_shared_data/data/labware/definitions/2/axygen_1_reservoir_90ml/3.json +72 -0
  11. opentrons_shared_data/data/labware/definitions/2/biorad_96_wellplate_200ul_pcr/5.json +1187 -0
  12. opentrons_shared_data/data/labware/definitions/2/corning_12_wellplate_6.9ml_flat/5.json +210 -0
  13. opentrons_shared_data/data/labware/definitions/2/corning_24_wellplate_3.4ml_flat/5.json +342 -0
  14. opentrons_shared_data/data/labware/definitions/2/corning_384_wellplate_112ul_flat/5.json +5116 -0
  15. opentrons_shared_data/data/labware/definitions/2/corning_48_wellplate_1.6ml_flat/6.json +610 -0
  16. opentrons_shared_data/data/labware/definitions/2/corning_6_wellplate_16.8ml_flat/5.json +134 -0
  17. opentrons_shared_data/data/labware/definitions/2/corning_96_wellplate_360ul_flat/5.json +1177 -0
  18. opentrons_shared_data/data/labware/definitions/2/nest_12_reservoir_15ml/3.json +226 -0
  19. opentrons_shared_data/data/labware/definitions/2/nest_1_reservoir_195ml/4.json +83 -0
  20. opentrons_shared_data/data/labware/definitions/2/nest_1_reservoir_290ml/4.json +80 -0
  21. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_100ul_pcr_full_skirt/5.json +1166 -0
  22. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_200ul_flat/5.json +1145 -0
  23. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_2ml_deep/5.json +1261 -0
  24. opentrons_shared_data/data/labware/definitions/2/opentrons_10_tuberack_falcon_4x50ml_6x15ml_conical/3.json +232 -0
  25. opentrons_shared_data/data/labware/definitions/2/opentrons_15_tuberack_falcon_15ml_conical/3.json +259 -0
  26. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_0.5ml_screwcap/4.json +370 -0
  27. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_1.5ml_screwcap/3.json +356 -0
  28. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_1.5ml_snapcap/3.json +358 -0
  29. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_2ml_screwcap/3.json +350 -0
  30. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_2ml_snapcap/3.json +386 -0
  31. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_eppendorf_1.5ml_safelock_snapcap/3.json +418 -0
  32. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_eppendorf_2ml_safelock_snapcap/3.json +473 -0
  33. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_0.5ml_screwcap/4.json +371 -0
  34. opentrons_shared_data/data/labware/definitions/2/opentrons_6_tuberack_nest_50ml_conical/3.json +150 -0
  35. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_tiprack_lid/1.json +1 -1
  36. opentrons_shared_data/data/labware/definitions/2/usascientific_12_reservoir_22ml/4.json +237 -0
  37. opentrons_shared_data/data/labware/definitions/2/usascientific_96_wellplate_2.4ml_deep/4.json +1243 -0
  38. opentrons_shared_data/data/labware/definitions/3/schema3test_96_wellplate_200ul_pcr_full_skirt/999.json +0 -27
  39. opentrons_shared_data/data/labware/definitions/3/schema3test_96_wellplate_360ul_flat/999.json +1189 -0
  40. opentrons_shared_data/data/labware/definitions/3/schema3test_tough_pcr_auto_sealing_lid/999.json +0 -47
  41. opentrons_shared_data/data/labware/definitions/3/schema3test_universal_flat_adapter/999.json +25 -5
  42. opentrons_shared_data/data/labware/schemas/2.json +1 -1
  43. opentrons_shared_data/data/labware/schemas/3.json +78 -0
  44. opentrons_shared_data/data/liquid-class/definitions/1/ethanol_80/2.json +5811 -0
  45. opentrons_shared_data/data/liquid-class/definitions/1/glycerol_50/2.json +5531 -0
  46. opentrons_shared_data/data/module/definitions/3/absorbanceReaderV1.json +6 -0
  47. opentrons_shared_data/data/module/definitions/3/flexStackerModuleV1.json +10 -0
  48. opentrons_shared_data/data/module/definitions/3/heaterShakerModuleV1.json +30 -1
  49. opentrons_shared_data/data/module/definitions/3/magneticBlockV1.json +14 -0
  50. opentrons_shared_data/data/module/definitions/3/magneticModuleV1.json +13 -0
  51. opentrons_shared_data/data/module/definitions/3/magneticModuleV2.json +13 -0
  52. opentrons_shared_data/data/module/definitions/3/temperatureModuleV1.json +13 -0
  53. opentrons_shared_data/data/module/definitions/3/temperatureModuleV2.json +21 -0
  54. opentrons_shared_data/data/module/definitions/3/thermocyclerModuleV1.json +3 -0
  55. opentrons_shared_data/data/module/definitions/3/thermocyclerModuleV2.json +4 -0
  56. opentrons_shared_data/data/module/schemas/3.json +24 -0
  57. opentrons_shared_data/deck/types.py +3 -1
  58. opentrons_shared_data/errors/codes.py +1 -0
  59. opentrons_shared_data/errors/exceptions.py +28 -1
  60. opentrons_shared_data/labware/labware_definition.py +1 -0
  61. opentrons_shared_data/labware/types.py +32 -0
  62. opentrons_shared_data/module/types.py +9 -1
  63. opentrons_shared_data/protocol/models/shared_models.py +1 -0
  64. {opentrons_shared_data-8.7.0a0.dist-info → opentrons_shared_data-8.7.0a2.dist-info}/METADATA +1 -1
  65. {opentrons_shared_data-8.7.0a0.dist-info → opentrons_shared_data-8.7.0a2.dist-info}/RECORD +67 -35
  66. {opentrons_shared_data-8.7.0a0.dist-info → opentrons_shared_data-8.7.0a2.dist-info}/WHEEL +0 -0
  67. {opentrons_shared_data-8.7.0a0.dist-info → opentrons_shared_data-8.7.0a2.dist-info}/licenses/LICENSE +0 -0
@@ -26,6 +26,7 @@
26
26
  "features": {
27
27
  "springDirectionalForceAsParent": "backLeftBottom"
28
28
  },
29
+ "orientation": null,
29
30
  "compatibleModuleTypes": [
30
31
  "magneticModuleType",
31
32
  "temperatureModuleType",
@@ -46,6 +47,7 @@
46
47
  "features": {
47
48
  "springDirectionalForceAsParent": "backLeftBottom"
48
49
  },
50
+ "orientation": null,
49
51
  "compatibleModuleTypes": [
50
52
  "magneticModuleType",
51
53
  "temperatureModuleType",
@@ -66,6 +68,7 @@
66
68
  "features": {
67
69
  "springDirectionalForceAsParent": "backLeftBottom"
68
70
  },
71
+ "orientation": null,
69
72
  "compatibleModuleTypes": [
70
73
  "magneticModuleType",
71
74
  "temperatureModuleType",
@@ -86,6 +89,7 @@
86
89
  "features": {
87
90
  "springDirectionalForceAsParent": "backLeftBottom"
88
91
  },
92
+ "orientation": null,
89
93
  "compatibleModuleTypes": [
90
94
  "magneticModuleType",
91
95
  "temperatureModuleType",
@@ -106,6 +110,7 @@
106
110
  "features": {
107
111
  "springDirectionalForceAsParent": "backLeftBottom"
108
112
  },
113
+ "orientation": null,
109
114
  "compatibleModuleTypes": [
110
115
  "magneticModuleType",
111
116
  "temperatureModuleType",
@@ -126,6 +131,7 @@
126
131
  "features": {
127
132
  "springDirectionalForceAsParent": "backLeftBottom"
128
133
  },
134
+ "orientation": null,
129
135
  "compatibleModuleTypes": [
130
136
  "magneticModuleType",
131
137
  "temperatureModuleType",
@@ -146,6 +152,7 @@
146
152
  "features": {
147
153
  "springDirectionalForceAsParent": "backLeftBottom"
148
154
  },
155
+ "orientation": null,
149
156
  "compatibleModuleTypes": [
150
157
  "magneticModuleType",
151
158
  "temperatureModuleType",
@@ -167,6 +174,7 @@
167
174
  "features": {
168
175
  "springDirectionalForceAsParent": "backLeftBottom"
169
176
  },
177
+ "orientation": null,
170
178
  "compatibleModuleTypes": [
171
179
  "magneticModuleType",
172
180
  "temperatureModuleType",
@@ -187,6 +195,7 @@
187
195
  "features": {
188
196
  "springDirectionalForceAsParent": "backLeftBottom"
189
197
  },
198
+ "orientation": null,
190
199
  "compatibleModuleTypes": [
191
200
  "magneticModuleType",
192
201
  "temperatureModuleType",
@@ -207,6 +216,7 @@
207
216
  "features": {
208
217
  "springDirectionalForceAsParent": "backLeftBottom"
209
218
  },
219
+ "orientation": null,
210
220
  "compatibleModuleTypes": [
211
221
  "magneticModuleType",
212
222
  "temperatureModuleType",
@@ -227,6 +237,7 @@
227
237
  "features": {
228
238
  "springDirectionalForceAsParent": "backLeftBottom"
229
239
  },
240
+ "orientation": null,
230
241
  "compatibleModuleTypes": [
231
242
  "magneticModuleType",
232
243
  "temperatureModuleType",
@@ -246,6 +257,7 @@
246
257
  "features": {
247
258
  "springDirectionalForceAsParent": "backLeftBottom"
248
259
  },
260
+ "orientation": null,
249
261
  "compatibleModuleTypes": []
250
262
  },
251
263
  {
@@ -259,6 +271,7 @@
259
271
  },
260
272
  "displayName": "Slot 12/Short Fixed Trash",
261
273
  "features": {},
274
+ "orientation": null,
262
275
  "ableToDropTips": true
263
276
  }
264
277
  ],
@@ -26,6 +26,7 @@
26
26
  "features": {
27
27
  "springDirectionalForceAsParent": "backLeftBottom"
28
28
  },
29
+ "orientation": null,
29
30
  "compatibleModuleTypes": [
30
31
  "magneticModuleType",
31
32
  "temperatureModuleType",
@@ -46,6 +47,7 @@
46
47
  "features": {
47
48
  "springDirectionalForceAsParent": "backLeftBottom"
48
49
  },
50
+ "orientation": null,
49
51
  "compatibleModuleTypes": [
50
52
  "magneticModuleType",
51
53
  "temperatureModuleType",
@@ -66,6 +68,7 @@
66
68
  "features": {
67
69
  "springDirectionalForceAsParent": "backLeftBottom"
68
70
  },
71
+ "orientation": null,
69
72
  "compatibleModuleTypes": [
70
73
  "magneticModuleType",
71
74
  "temperatureModuleType",
@@ -86,6 +89,7 @@
86
89
  "features": {
87
90
  "springDirectionalForceAsParent": "backLeftBottom"
88
91
  },
92
+ "orientation": null,
89
93
  "compatibleModuleTypes": [
90
94
  "magneticModuleType",
91
95
  "temperatureModuleType",
@@ -106,6 +110,7 @@
106
110
  "features": {
107
111
  "springDirectionalForceAsParent": "backLeftBottom"
108
112
  },
113
+ "orientation": null,
109
114
  "compatibleModuleTypes": [
110
115
  "magneticModuleType",
111
116
  "temperatureModuleType",
@@ -126,6 +131,7 @@
126
131
  "features": {
127
132
  "springDirectionalForceAsParent": "backLeftBottom"
128
133
  },
134
+ "orientation": null,
129
135
  "compatibleModuleTypes": [
130
136
  "magneticModuleType",
131
137
  "temperatureModuleType",
@@ -146,6 +152,7 @@
146
152
  "features": {
147
153
  "springDirectionalForceAsParent": "backLeftBottom"
148
154
  },
155
+ "orientation": null,
149
156
  "compatibleModuleTypes": [
150
157
  "magneticModuleType",
151
158
  "temperatureModuleType",
@@ -167,6 +174,7 @@
167
174
  "features": {
168
175
  "springDirectionalForceAsParent": "backLeftBottom"
169
176
  },
177
+ "orientation": null,
170
178
  "compatibleModuleTypes": [
171
179
  "magneticModuleType",
172
180
  "temperatureModuleType",
@@ -187,6 +195,7 @@
187
195
  "features": {
188
196
  "springDirectionalForceAsParent": "backLeftBottom"
189
197
  },
198
+ "orientation": null,
190
199
  "compatibleModuleTypes": [
191
200
  "magneticModuleType",
192
201
  "temperatureModuleType",
@@ -207,6 +216,7 @@
207
216
  "features": {
208
217
  "springDirectionalForceAsParent": "backLeftBottom"
209
218
  },
219
+ "orientation": null,
210
220
  "compatibleModuleTypes": [
211
221
  "magneticModuleType",
212
222
  "temperatureModuleType",
@@ -227,6 +237,7 @@
227
237
  "features": {
228
238
  "springDirectionalForceAsParent": "backLeftBottom"
229
239
  },
240
+ "orientation": null,
230
241
  "compatibleModuleTypes": [
231
242
  "magneticModuleType",
232
243
  "temperatureModuleType",
@@ -246,6 +257,7 @@
246
257
  "features": {
247
258
  "springDirectionalForceAsParent": "backLeftBottom"
248
259
  },
260
+ "orientation": null,
249
261
  "compatibleModuleTypes": []
250
262
  },
251
263
  {
@@ -259,6 +271,7 @@
259
271
  },
260
272
  "displayName": "Slot 12/Fixed Trash",
261
273
  "features": {},
274
+ "orientation": null,
262
275
  "ableToDropTips": true
263
276
  }
264
277
  ],