opentrons-shared-data 8.7.0a2__tar.gz → 8.7.0a4__tar.gz
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.
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/PKG-INFO +1 -1
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/command/schemas/14.json +0 -5
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/deck/definitions/5/ot2_short_trash.json +0 -13
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/deck/definitions/5/ot2_standard.json +0 -13
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/deck/definitions/5/ot3_standard.json +69 -138
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/deck/schemas/5.json +1 -7
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/errors/definitions/1/errors.json +0 -4
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/corning_96_wellplate_360ul_lid/1.json +7 -1
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_flex_tiprack_lid/1.json +1 -1
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/3/schema3test_96_wellplate_200ul_pcr_full_skirt/999.json +27 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/3/schema3test_tough_pcr_auto_sealing_lid/999.json +47 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/3/schema3test_universal_flat_adapter/999.json +5 -25
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/schemas/2.json +1 -1
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/schemas/3.json +0 -78
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/liquid-class/definitions/1/ethanol_80/2.json +1067 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/liquid-class/definitions/1/glycerol_50/2.json +1011 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/liquid-class/definitions/1/water/2.json +46 -30
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/module/definitions/3/absorbanceReaderV1.json +0 -6
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/module/definitions/3/flexStackerModuleV1.json +0 -10
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/module/definitions/3/heaterShakerModuleV1.json +1 -30
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/module/definitions/3/magneticBlockV1.json +0 -14
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/module/definitions/3/magneticModuleV1.json +0 -13
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/module/definitions/3/magneticModuleV2.json +0 -13
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/module/definitions/3/temperatureModuleV1.json +0 -13
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/module/definitions/3/temperatureModuleV2.json +0 -21
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/module/definitions/3/thermocyclerModuleV1.json +0 -3
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/module/definitions/3/thermocyclerModuleV2.json +0 -4
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/module/schemas/3.json +0 -24
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/_version.py +2 -2
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/deck/types.py +1 -3
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/errors/codes.py +0 -1
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/errors/exceptions.py +1 -28
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/labware/labware_definition.py +0 -1
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/labware/types.py +0 -32
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/module/types.py +1 -9
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/protocol/models/shared_models.py +0 -1
- opentrons_shared_data-8.7.0a2/command/schemas/15.json +0 -7342
- opentrons_shared_data-8.7.0a2/labware/definitions/2/agilent_1_reservoir_290ml/4.json +0 -80
- opentrons_shared_data-8.7.0a2/labware/definitions/2/axygen_1_reservoir_90ml/3.json +0 -72
- opentrons_shared_data-8.7.0a2/labware/definitions/2/biorad_96_wellplate_200ul_pcr/5.json +0 -1187
- opentrons_shared_data-8.7.0a2/labware/definitions/2/corning_12_wellplate_6.9ml_flat/5.json +0 -210
- opentrons_shared_data-8.7.0a2/labware/definitions/2/corning_24_wellplate_3.4ml_flat/5.json +0 -342
- opentrons_shared_data-8.7.0a2/labware/definitions/2/corning_384_wellplate_112ul_flat/5.json +0 -5116
- opentrons_shared_data-8.7.0a2/labware/definitions/2/corning_48_wellplate_1.6ml_flat/6.json +0 -610
- opentrons_shared_data-8.7.0a2/labware/definitions/2/corning_6_wellplate_16.8ml_flat/5.json +0 -134
- opentrons_shared_data-8.7.0a2/labware/definitions/2/corning_96_wellplate_360ul_flat/5.json +0 -1177
- opentrons_shared_data-8.7.0a2/labware/definitions/2/nest_12_reservoir_15ml/3.json +0 -226
- opentrons_shared_data-8.7.0a2/labware/definitions/2/nest_1_reservoir_195ml/4.json +0 -83
- opentrons_shared_data-8.7.0a2/labware/definitions/2/nest_1_reservoir_290ml/4.json +0 -80
- opentrons_shared_data-8.7.0a2/labware/definitions/2/nest_96_wellplate_100ul_pcr_full_skirt/5.json +0 -1166
- opentrons_shared_data-8.7.0a2/labware/definitions/2/nest_96_wellplate_200ul_flat/5.json +0 -1145
- opentrons_shared_data-8.7.0a2/labware/definitions/2/nest_96_wellplate_2ml_deep/5.json +0 -1261
- opentrons_shared_data-8.7.0a2/labware/definitions/2/opentrons_10_tuberack_falcon_4x50ml_6x15ml_conical/3.json +0 -232
- opentrons_shared_data-8.7.0a2/labware/definitions/2/opentrons_15_tuberack_falcon_15ml_conical/3.json +0 -259
- opentrons_shared_data-8.7.0a2/labware/definitions/2/opentrons_24_aluminumblock_nest_0.5ml_screwcap/4.json +0 -370
- opentrons_shared_data-8.7.0a2/labware/definitions/2/opentrons_24_aluminumblock_nest_1.5ml_screwcap/3.json +0 -356
- opentrons_shared_data-8.7.0a2/labware/definitions/2/opentrons_24_aluminumblock_nest_1.5ml_snapcap/3.json +0 -358
- opentrons_shared_data-8.7.0a2/labware/definitions/2/opentrons_24_aluminumblock_nest_2ml_screwcap/3.json +0 -350
- opentrons_shared_data-8.7.0a2/labware/definitions/2/opentrons_24_aluminumblock_nest_2ml_snapcap/3.json +0 -386
- opentrons_shared_data-8.7.0a2/labware/definitions/2/opentrons_24_tuberack_eppendorf_1.5ml_safelock_snapcap/3.json +0 -418
- opentrons_shared_data-8.7.0a2/labware/definitions/2/opentrons_24_tuberack_eppendorf_2ml_safelock_snapcap/3.json +0 -473
- opentrons_shared_data-8.7.0a2/labware/definitions/2/opentrons_24_tuberack_nest_0.5ml_screwcap/4.json +0 -371
- opentrons_shared_data-8.7.0a2/labware/definitions/2/opentrons_6_tuberack_nest_50ml_conical/3.json +0 -150
- opentrons_shared_data-8.7.0a2/labware/definitions/2/usascientific_12_reservoir_22ml/4.json +0 -237
- opentrons_shared_data-8.7.0a2/labware/definitions/2/usascientific_96_wellplate_2.4ml_deep/4.json +0 -1243
- opentrons_shared_data-8.7.0a2/labware/definitions/3/schema3test_96_wellplate_360ul_flat/999.json +0 -1189
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/.flake8 +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/.gitignore +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/LICENSE +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/Pipfile +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/Pipfile.lock +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/command/schemas/10.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/command/schemas/11.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/command/schemas/12.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/command/schemas/13.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/command/schemas/7.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/command/schemas/8.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/command/schemas/9.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/commandAnnotation/schemas/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/deck/definitions/3/ot2_short_trash.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/deck/definitions/3/ot2_standard.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/deck/definitions/3/ot3_standard.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/deck/definitions/4/ot2_short_trash.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/deck/definitions/4/ot2_standard.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/deck/definitions/4/ot3_standard.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/deck/schemas/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/deck/schemas/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/deck/schemas/3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/deck/schemas/4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/errors/schemas/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/gripper/definitions/1/gripperV1.1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/gripper/definitions/1/gripperV1.2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/gripper/definitions/1/gripperV1.3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/gripper/definitions/1/gripperV1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/gripper/schemas/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/12-well-plate.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/24-vial-rack.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/24-well-plate.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/384-plate.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/48-vial-plate.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/48-well-plate.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/5ml-3x4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/6-well-plate.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/96-PCR-flat.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/96-PCR-tall.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/96-deep-well.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/96-flat.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/96-well-plate-20mm.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/MALDI-plate.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/PCR-strip-tall.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/T25-flask.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/T75-flask.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/alum-block-pcr-strips.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/biorad-hardshell-96-PCR.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/e-gelgol.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/fixed-trash.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/hampton-1ml-deep-block.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/opentrons-aluminum-block-2ml-eppendorf.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/opentrons-aluminum-block-2ml-screwcap.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/opentrons-aluminum-block-96-PCR-plate.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/opentrons-aluminum-block-PCR-strips-200ul.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/opentrons-tiprack-10ul.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/opentrons-tiprack-300ul.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/opentrons-tuberack-1.5ml-eppendorf.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/opentrons-tuberack-15_50ml.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/opentrons-tuberack-15ml.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/opentrons-tuberack-2ml-eppendorf.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/opentrons-tuberack-2ml-screwcap.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/opentrons-tuberack-50ml.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/point.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/rigaku-compact-crystallization-plate.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/small_vial_rack_16x45.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/tall-fixed-trash.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/tiprack-1000ul-H.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/tiprack-1000ul-chem.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/tiprack-1000ul.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/tiprack-10ul-H.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/tiprack-10ul.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/tiprack-200ul.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/trash-box.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/trough-12row-short.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/trough-12row.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/trough-1row-25ml.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/tube-rack-.75ml.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/tube-rack-15_50ml.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/tube-rack-2ml-9x9.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/tube-rack-2ml.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/tube-rack-5ml-96.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/tube-rack-80well.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/1/wheaton_vial_rack.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/agilent_1_reservoir_290ml/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/agilent_1_reservoir_290ml/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/agilent_1_reservoir_290ml/3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/appliedbiosystemsmicroamp_384_wellplate_40ul/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/appliedbiosystemsmicroamp_384_wellplate_40ul/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/appliedbiosystemsmicroamp_384_wellplate_40ul/3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/armadillo_96_wellplate_200ul_pcr_full_skirt/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/armadillo_96_wellplate_200ul_pcr_full_skirt/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/armadillo_96_wellplate_200ul_pcr_full_skirt/3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/axygen_1_reservoir_90ml/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/axygen_1_reservoir_90ml/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/axygen_96_wellplate_500ul/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/axygen_96_wellplate_500ul/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/biorad_384_wellplate_50ul/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/biorad_384_wellplate_50ul/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/biorad_384_wellplate_50ul/3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/biorad_384_wellplate_50ul/4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/biorad_96_wellplate_200ul_pcr/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/biorad_96_wellplate_200ul_pcr/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/biorad_96_wellplate_200ul_pcr/3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/biorad_96_wellplate_200ul_pcr/4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/corning_12_wellplate_6.9ml_flat/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/corning_12_wellplate_6.9ml_flat/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/corning_12_wellplate_6.9ml_flat/3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/corning_12_wellplate_6.9ml_flat/4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/corning_24_wellplate_3.4ml_flat/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/corning_24_wellplate_3.4ml_flat/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/corning_24_wellplate_3.4ml_flat/3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/corning_24_wellplate_3.4ml_flat/4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/corning_384_wellplate_112ul_flat/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/corning_384_wellplate_112ul_flat/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/corning_384_wellplate_112ul_flat/3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/corning_384_wellplate_112ul_flat/4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/corning_48_wellplate_1.6ml_flat/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/corning_48_wellplate_1.6ml_flat/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/corning_48_wellplate_1.6ml_flat/3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/corning_48_wellplate_1.6ml_flat/4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/corning_48_wellplate_1.6ml_flat/5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/corning_6_wellplate_16.8ml_flat/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/corning_6_wellplate_16.8ml_flat/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/corning_6_wellplate_16.8ml_flat/3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/corning_6_wellplate_16.8ml_flat/4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/corning_96_wellplate_360ul_flat/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/corning_96_wellplate_360ul_flat/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/corning_96_wellplate_360ul_flat/3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/corning_96_wellplate_360ul_flat/4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/eppendorf_96_tiprack_1000ul_eptips/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/eppendorf_96_tiprack_10ul_eptips/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/eppendorf_96_wellplate_1000ul/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/ev_resin_tips_flex_96_labware/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/ev_resin_tips_flex_96_tiprack_adapter/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/ev_resin_tips_flex_short_adapter/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/ev_resin_tips_flex_tall_adapter/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/geb_96_tiprack_1000ul/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/geb_96_tiprack_10ul/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/ibidi_96_square_well_plate_300ul/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/ibidi_96_square_well_plate_300ul/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/ibidi_96_square_well_plate_300ul_lid/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/milliplex_microtiter_plate/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/milliplex_microtiter_plate_lid/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/nest_12_reservoir_15ml/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/nest_12_reservoir_15ml/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/nest_12_reservoir_22ml/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/nest_1_reservoir_195ml/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/nest_1_reservoir_195ml/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/nest_1_reservoir_195ml/3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/nest_1_reservoir_290ml/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/nest_1_reservoir_290ml/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/nest_1_reservoir_290ml/3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/nest_24_wellplate_10.4ml/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/nest_8_reservoir_22ml/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/nest_96_wellplate_100ul_pcr_full_skirt/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/nest_96_wellplate_100ul_pcr_full_skirt/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/nest_96_wellplate_100ul_pcr_full_skirt/3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/nest_96_wellplate_100ul_pcr_full_skirt/4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/nest_96_wellplate_200ul_flat/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/nest_96_wellplate_200ul_flat/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/nest_96_wellplate_200ul_flat/3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/nest_96_wellplate_200ul_flat/4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/nest_96_wellplate_2ml_deep/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/nest_96_wellplate_2ml_deep/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/nest_96_wellplate_2ml_deep/3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/nest_96_wellplate_2ml_deep/4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_10_tuberack_falcon_4x50ml_6x15ml_conical/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_10_tuberack_falcon_4x50ml_6x15ml_conical/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_10_tuberack_falcon_4x50ml_6x15ml_conical_acrylic/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_10_tuberack_nest_4x50ml_6x15ml_conical/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_10_tuberack_nest_4x50ml_6x15ml_conical/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_15_tuberack_falcon_15ml_conical/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_15_tuberack_falcon_15ml_conical/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_15_tuberack_nest_15ml_conical/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_15_tuberack_nest_15ml_conical/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_1_trash_1100ml_fixed/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_1_trash_3200ml_fixed/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_1_trash_850ml_fixed/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_24_aluminumblock_generic_2ml_screwcap/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_24_aluminumblock_generic_2ml_screwcap/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_24_aluminumblock_generic_2ml_screwcap/3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_24_aluminumblock_nest_0.5ml_screwcap/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_24_aluminumblock_nest_0.5ml_screwcap/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_24_aluminumblock_nest_0.5ml_screwcap/3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_24_aluminumblock_nest_1.5ml_screwcap/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_24_aluminumblock_nest_1.5ml_screwcap/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_24_aluminumblock_nest_1.5ml_snapcap/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_24_aluminumblock_nest_1.5ml_snapcap/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_24_aluminumblock_nest_2ml_screwcap/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_24_aluminumblock_nest_2ml_screwcap/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_24_aluminumblock_nest_2ml_snapcap/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_24_aluminumblock_nest_2ml_snapcap/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_24_tuberack_eppendorf_1.5ml_safelock_snapcap/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_24_tuberack_eppendorf_1.5ml_safelock_snapcap/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_24_tuberack_eppendorf_2ml_safelock_snapcap/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_24_tuberack_eppendorf_2ml_safelock_snapcap/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_24_tuberack_eppendorf_2ml_safelock_snapcap_acrylic/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_24_tuberack_generic_0.75ml_snapcap_acrylic/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_24_tuberack_generic_2ml_screwcap/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_24_tuberack_generic_2ml_screwcap/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_24_tuberack_nest_0.5ml_screwcap/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_24_tuberack_nest_0.5ml_screwcap/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_24_tuberack_nest_0.5ml_screwcap/3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_24_tuberack_nest_1.5ml_screwcap/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_24_tuberack_nest_1.5ml_screwcap/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_24_tuberack_nest_1.5ml_snapcap/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_24_tuberack_nest_1.5ml_snapcap/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_24_tuberack_nest_2ml_screwcap/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_24_tuberack_nest_2ml_screwcap/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_24_tuberack_nest_2ml_snapcap/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_24_tuberack_nest_2ml_snapcap/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_40_aluminumblock_eppendorf_24x2ml_safelock_snapcap_generic_16x0.2ml_pcr_strip/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_6_tuberack_falcon_50ml_conical/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_6_tuberack_falcon_50ml_conical/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_6_tuberack_nest_50ml_conical/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_6_tuberack_nest_50ml_conical/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_96_aluminumblock_biorad_wellplate_200ul/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_96_aluminumblock_generic_pcr_strip_200ul/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_96_aluminumblock_generic_pcr_strip_200ul/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_96_aluminumblock_generic_pcr_strip_200ul/3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_96_aluminumblock_generic_pcr_strip_200ul/4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_96_aluminumblock_nest_wellplate_100ul/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_96_deep_well_adapter/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_96_deep_well_adapter_nest_wellplate_2ml_deep/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_96_deep_well_temp_mod_adapter/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_96_filtertiprack_1000ul/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_96_filtertiprack_10ul/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_96_filtertiprack_200ul/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_96_filtertiprack_20ul/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_96_flat_bottom_adapter/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_96_flat_bottom_adapter_nest_wellplate_200ul_flat/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_96_pcr_adapter/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_96_pcr_adapter_armadillo_wellplate_200ul/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_96_pcr_adapter_nest_wellplate_100ul_pcr_full_skirt/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_96_tiprack_1000ul/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_96_tiprack_10ul/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_96_tiprack_20ul/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_96_tiprack_300ul/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_96_well_aluminum_block/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_96_wellplate_200ul_pcr_full_skirt/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_96_wellplate_200ul_pcr_full_skirt/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_96_wellplate_200ul_pcr_full_skirt/3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_96_wellplate_200ul_pcr_full_skirt/4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_aluminum_flat_bottom_plate/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_calibration_adapter_heatershaker_module/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_calibration_adapter_temperature_module/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_calibration_adapter_thermocycler_module/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_calibrationblock_short_side_left/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_calibrationblock_short_side_right/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_flex_96_filtertiprack_1000ul/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_flex_96_filtertiprack_200ul/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_flex_96_filtertiprack_20ul/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_flex_96_filtertiprack_50ul/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_flex_96_tiprack_1000ul/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_flex_96_tiprack_200ul/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_flex_96_tiprack_20ul/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_flex_96_tiprack_50ul/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_flex_96_tiprack_adapter/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_flex_deck_riser/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_flex_lid_absorbance_plate_reader_module/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_tough_12_reservoir_22ml/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_tough_1_reservoir_300ml/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_tough_4_reservoir_72ml/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_tough_pcr_auto_sealing_lid/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_tough_pcr_auto_sealing_lid/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_tough_universal_lid/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_universal_flat_adapter/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_universal_flat_adapter_corning_384_wellplate_112ul_flat/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/opentrons_universal_flat_adapter_type_b/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/protocol_engine_lid_stack_object/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/smc_384_read_plate/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/smc_384_read_plate/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/thermoscientificnunc_96_wellplate_1300ul/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/thermoscientificnunc_96_wellplate_1300ul/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/thermoscientificnunc_96_wellplate_1300ul/3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/thermoscientificnunc_96_wellplate_2000ul/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/thermoscientificnunc_96_wellplate_2000ul/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/thermoscientificnunc_96_wellplate_2000ul/3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/tipone_96_tiprack_200ul/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/usascientific_12_reservoir_22ml/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/usascientific_12_reservoir_22ml/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/usascientific_12_reservoir_22ml/3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/usascientific_96_wellplate_2.4ml_deep/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/usascientific_96_wellplate_2.4ml_deep/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/2/usascientific_96_wellplate_2.4ml_deep/3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/3/schema3test_96_well_aluminum_block/999.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/3/schema3test_aluminum_flat_bottom_plate/999.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/3/schema3test_flex_96_tiprack_200ul/999.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/3/schema3test_flex_96_tiprack_adapter/999.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/definitions/3/schema3test_flex_tiprack_lid/999.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/labware/repository/schemas/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/liquid/schemas/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/liquid-class/definitions/1/ethanol_80/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/liquid-class/definitions/1/glycerol_50/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/liquid-class/definitions/1/water/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/liquid-class/schemas/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/module/definitions/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/module/definitions/2/magneticModuleV1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/module/definitions/2/magneticModuleV2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/module/definitions/2/temperatureModuleV1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/module/definitions/2/temperatureModuleV2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/module/definitions/2/thermocyclerModuleV1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/module/schemas/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/module/schemas/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/mypy.ini +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/1/pipetteModelSpecs.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/1/pipetteNameSpecs.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/eight_channel/p10/1_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/eight_channel/p10/1_3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/eight_channel/p10/1_4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/eight_channel/p10/1_5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/eight_channel/p10/1_6.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/eight_channel/p1000/1_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/eight_channel/p1000/3_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/eight_channel/p1000/3_3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/eight_channel/p1000/3_4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/eight_channel/p1000/3_5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/eight_channel/p20/2_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/eight_channel/p20/2_1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/eight_channel/p300/1_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/eight_channel/p300/1_3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/eight_channel/p300/1_4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/eight_channel/p300/1_5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/eight_channel/p300/2_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/eight_channel/p300/2_1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/eight_channel/p50/1_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/eight_channel/p50/1_3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/eight_channel/p50/1_4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/eight_channel/p50/1_5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/eight_channel/p50/3_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/eight_channel/p50/3_3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/eight_channel/p50/3_4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/eight_channel/p50/3_5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/eight_channel_em/p1000/1_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/eight_channel_em/p1000/3_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/ninety_six_channel/p1000/1_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/ninety_six_channel/p1000/3_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/ninety_six_channel/p1000/3_3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/ninety_six_channel/p1000/3_4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/ninety_six_channel/p1000/3_5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/ninety_six_channel/p1000/3_6.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/ninety_six_channel/p200/1_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/ninety_six_channel/p200/3_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/ninety_six_channel/p200/3_1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/ninety_six_channel/p200/3_2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/single_channel/p10/1_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/single_channel/p10/1_3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/single_channel/p10/1_4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/single_channel/p10/1_5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/single_channel/p1000/1_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/single_channel/p1000/1_3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/single_channel/p1000/1_4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/single_channel/p1000/1_5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/single_channel/p1000/2_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/single_channel/p1000/2_1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/single_channel/p1000/2_2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/single_channel/p1000/3_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/single_channel/p1000/3_3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/single_channel/p1000/3_4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/single_channel/p1000/3_5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/single_channel/p1000/3_6.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/single_channel/p1000/3_7.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/single_channel/p20/2_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/single_channel/p20/2_1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/single_channel/p20/2_2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/single_channel/p300/1_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/single_channel/p300/1_3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/single_channel/p300/1_4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/single_channel/p300/1_5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/single_channel/p300/2_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/single_channel/p300/2_1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/single_channel/p50/1_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/single_channel/p50/1_3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/single_channel/p50/1_4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/single_channel/p50/1_5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/single_channel/p50/3_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/single_channel/p50/3_3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/single_channel/p50/3_4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/single_channel/p50/3_5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/general/single_channel/p50/3_6.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/eight_channel/p10/1_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/eight_channel/p10/1_3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/eight_channel/p10/1_4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/eight_channel/p10/1_5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/eight_channel/p10/1_6.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/eight_channel/p10/placeholder.gltf +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/eight_channel/p1000/1_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/eight_channel/p1000/3_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/eight_channel/p1000/3_3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/eight_channel/p1000/3_4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/eight_channel/p1000/3_5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/eight_channel/p1000/placeholder.gltf +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/eight_channel/p20/2_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/eight_channel/p20/2_1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/eight_channel/p20/placeholder.gltf +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/eight_channel/p300/1_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/eight_channel/p300/1_3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/eight_channel/p300/1_4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/eight_channel/p300/1_5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/eight_channel/p300/2_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/eight_channel/p300/2_1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/eight_channel/p300/placeholder.gltf +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/eight_channel/p50/1_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/eight_channel/p50/1_3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/eight_channel/p50/1_4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/eight_channel/p50/1_5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/eight_channel/p50/3_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/eight_channel/p50/3_3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/eight_channel/p50/3_4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/eight_channel/p50/3_5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/eight_channel/p50/placeholder.gltf +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/eight_channel_em/p1000/1_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/eight_channel_em/p1000/3_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/eight_channel_em/p1000/placeholder.gltf +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/ninety_six_channel/p1000/1_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/ninety_six_channel/p1000/3_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/ninety_six_channel/p1000/3_3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/ninety_six_channel/p1000/3_4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/ninety_six_channel/p1000/3_5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/ninety_six_channel/p1000/3_6.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/ninety_six_channel/p1000/placeholder.gltf +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/ninety_six_channel/p200/1_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/ninety_six_channel/p200/3_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/ninety_six_channel/p200/3_1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/ninety_six_channel/p200/3_2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/ninety_six_channel/p200/placeholder.gltf +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p10/1_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p10/1_3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p10/1_4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p10/1_5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p10/placeholder.gltf +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p1000/1_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p1000/1_3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p1000/1_4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p1000/1_5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p1000/2_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p1000/2_1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p1000/2_2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p1000/3_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p1000/3_3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p1000/3_4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p1000/3_5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p1000/3_6.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p1000/3_7.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p1000/placeholder.gltf +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p20/2_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p20/2_1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p20/2_2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p20/placeholder.gltf +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p300/1_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p300/1_3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p300/1_4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p300/1_5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p300/2_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p300/2_1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p300/placeholder.gltf +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p50/1_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p50/1_3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p50/1_4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p50/1_5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p50/3_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p50/3_3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p50/3_4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p50/3_5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p50/3_6.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/geometry/single_channel/p50/placeholder.gltf +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/eight_channel/p10/default/1_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/eight_channel/p10/default/1_3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/eight_channel/p10/default/1_4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/eight_channel/p10/default/1_5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/eight_channel/p10/default/1_6.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/eight_channel/p1000/default/1_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/eight_channel/p1000/default/3_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/eight_channel/p1000/default/3_3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/eight_channel/p1000/default/3_4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/eight_channel/p1000/default/3_5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/eight_channel/p20/default/2_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/eight_channel/p20/default/2_1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/eight_channel/p300/default/1_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/eight_channel/p300/default/1_3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/eight_channel/p300/default/1_4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/eight_channel/p300/default/1_5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/eight_channel/p300/default/2_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/eight_channel/p300/default/2_1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/eight_channel/p50/default/1_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/eight_channel/p50/default/1_3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/eight_channel/p50/default/1_4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/eight_channel/p50/default/1_5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/eight_channel/p50/default/3_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/eight_channel/p50/default/3_3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/eight_channel/p50/default/3_4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/eight_channel/p50/default/3_5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/eight_channel/p50/lowVolumeDefault/3_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/eight_channel/p50/lowVolumeDefault/3_3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/eight_channel/p50/lowVolumeDefault/3_4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/eight_channel/p50/lowVolumeDefault/3_5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/eight_channel_em/p1000/default/1_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/eight_channel_em/p1000/default/3_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/ninety_six_channel/p1000/default/1_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/ninety_six_channel/p1000/default/3_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/ninety_six_channel/p1000/default/3_3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/ninety_six_channel/p1000/default/3_4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/ninety_six_channel/p1000/default/3_5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/ninety_six_channel/p1000/default/3_6.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/ninety_six_channel/p200/default/1_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/ninety_six_channel/p200/default/3_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/ninety_six_channel/p200/default/3_1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/ninety_six_channel/p200/default/3_2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p10/default/1_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p10/default/1_3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p10/default/1_4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p10/default/1_5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p1000/default/1_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p1000/default/1_3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p1000/default/1_4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p1000/default/1_5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p1000/default/2_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p1000/default/2_1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p1000/default/2_2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p1000/default/3_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p1000/default/3_3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p1000/default/3_4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p1000/default/3_5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p1000/default/3_6.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p1000/default/3_7.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p20/default/2_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p20/default/2_1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p20/default/2_2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p300/default/1_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p300/default/1_3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p300/default/1_4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p300/default/1_5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p300/default/2_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p300/default/2_1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p50/default/1_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p50/default/1_3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p50/default/1_4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p50/default/1_5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p50/default/3_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p50/default/3_3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p50/default/3_4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p50/default/3_5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p50/default/3_6.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p50/lowVolumeDefault/3_0.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p50/lowVolumeDefault/3_3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p50/lowVolumeDefault/3_4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p50/lowVolumeDefault/3_5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/definitions/2/liquid/single_channel/p50/lowVolumeDefault/3_6.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/schemas/1/pipetteModelSpecsSchema.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/schemas/1/pipetteNameSpecsSchema.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/schemas/2/pipetteGeometrySchema.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/schemas/2/pipetteLiquidPropertiesSchema.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pipette/schemas/2/pipettePropertiesSchema.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/protocol/schemas/1.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/protocol/schemas/2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/protocol/schemas/3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/protocol/schemas/4.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/protocol/schemas/5.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/protocol/schemas/6.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/protocol/schemas/7.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/protocol/schemas/8.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pyproject.toml +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/pytest.ini +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/__init__.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/command/__init__.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/deck/__init__.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/errors/__init__.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/errors/categories.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/gripper/__init__.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/gripper/constants.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/gripper/gripper_definition.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/labware/__init__.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/labware/constants.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/liquid_classes/__init__.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/liquid_classes/liquid_class_definition.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/liquid_classes/types.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/load.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/module/__init__.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/pipette/__init__.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/pipette/dev_types.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/pipette/file_operation_helpers.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/pipette/load_data.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/pipette/model_constants.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/pipette/mutable_configurations.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/pipette/pipette_definition.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/pipette/pipette_load_name_conversions.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/pipette/scripts/__init__.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/pipette/scripts/build_json_script.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/pipette/scripts/update_configuration_files.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/pipette/types.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/pipette/ul_per_mm.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/protocol/__init__.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/protocol/constants.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/protocol/models/__init__.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/protocol/models/protocol_schema_v6.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/protocol/models/protocol_schema_v7.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/protocol/models/protocol_schema_v8.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/protocol/types.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/py.typed +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/robot/__init__.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python/opentrons_shared_data/robot/types.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python_tests/__init__.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python_tests/command/test_known_schema_ids.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python_tests/conftest.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python_tests/deck/__init__.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python_tests/deck/test_list_names.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python_tests/deck/test_position.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python_tests/deck/test_typechecks.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python_tests/errors/__init__.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python_tests/errors/test_error_completeness.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python_tests/errors/test_exceptions.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python_tests/gripper/__init__.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python_tests/gripper/test_definition.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python_tests/gripper/test_load.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python_tests/labware/__init__.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python_tests/labware/test_list_definitions.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python_tests/labware/test_typechecks.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python_tests/liquid_classes/__init__.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python_tests/liquid_classes/test_liquid_class_values.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python_tests/liquid_classes/test_load.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python_tests/liquid_classes/test_validations.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python_tests/module/__init__.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python_tests/module/test_load.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python_tests/module/test_typechecks.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python_tests/pipette/__init__.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python_tests/pipette/test_load_data.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python_tests/pipette/test_max_flow_rates_per_volume.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python_tests/pipette/test_mutable_configurations.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python_tests/pipette/test_pipette_definition.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python_tests/pipette/test_pipette_load_name_conversions.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python_tests/pipette/test_typechecks.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python_tests/pipette/test_validate_schema.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python_tests/protocol/__init__.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python_tests/protocol/test_protocol_schema_v6.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python_tests/protocol/test_protocol_schema_v7.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python_tests/protocol/test_protocol_schema_v8.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python_tests/protocol/test_typechecks.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python_tests/robot/__init__.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/python_tests/robot/test_typechecks.py +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/robot/definitions/1/ot2.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/robot/definitions/1/ot3.json +0 -0
- {opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/robot/schemas/1.json +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: opentrons_shared_data
|
|
3
|
-
Version: 8.7.
|
|
3
|
+
Version: 8.7.0a4
|
|
4
4
|
Summary: A bundle of data and python binding that supports the Opentrons API.Does not need to be installed manually; only a dependency of the opentrons package
|
|
5
5
|
Project-URL: Source Code, https://github.com/Opentrons/opentrons
|
|
6
6
|
Author-email: Opentrons <engineering@opentrons.com>
|
|
@@ -5082,11 +5082,6 @@
|
|
|
5082
5082
|
"description": "Unique ID of the Thermocycler Module.",
|
|
5083
5083
|
"title": "Moduleid",
|
|
5084
5084
|
"type": "string"
|
|
5085
|
-
},
|
|
5086
|
-
"ramp_rate": {
|
|
5087
|
-
"description": "The rate in C\u00b0/second to change temperature from the current target. If unspecified, the Thermocycler will change temperature at the fastest possible rate.",
|
|
5088
|
-
"title": "Ramp Rate",
|
|
5089
|
-
"type": "number"
|
|
5090
5085
|
}
|
|
5091
5086
|
},
|
|
5092
5087
|
"required": ["moduleId", "celsius"],
|
|
@@ -26,7 +26,6 @@
|
|
|
26
26
|
"features": {
|
|
27
27
|
"springDirectionalForceAsParent": "backLeftBottom"
|
|
28
28
|
},
|
|
29
|
-
"orientation": null,
|
|
30
29
|
"compatibleModuleTypes": [
|
|
31
30
|
"magneticModuleType",
|
|
32
31
|
"temperatureModuleType",
|
|
@@ -47,7 +46,6 @@
|
|
|
47
46
|
"features": {
|
|
48
47
|
"springDirectionalForceAsParent": "backLeftBottom"
|
|
49
48
|
},
|
|
50
|
-
"orientation": null,
|
|
51
49
|
"compatibleModuleTypes": [
|
|
52
50
|
"magneticModuleType",
|
|
53
51
|
"temperatureModuleType",
|
|
@@ -68,7 +66,6 @@
|
|
|
68
66
|
"features": {
|
|
69
67
|
"springDirectionalForceAsParent": "backLeftBottom"
|
|
70
68
|
},
|
|
71
|
-
"orientation": null,
|
|
72
69
|
"compatibleModuleTypes": [
|
|
73
70
|
"magneticModuleType",
|
|
74
71
|
"temperatureModuleType",
|
|
@@ -89,7 +86,6 @@
|
|
|
89
86
|
"features": {
|
|
90
87
|
"springDirectionalForceAsParent": "backLeftBottom"
|
|
91
88
|
},
|
|
92
|
-
"orientation": null,
|
|
93
89
|
"compatibleModuleTypes": [
|
|
94
90
|
"magneticModuleType",
|
|
95
91
|
"temperatureModuleType",
|
|
@@ -110,7 +106,6 @@
|
|
|
110
106
|
"features": {
|
|
111
107
|
"springDirectionalForceAsParent": "backLeftBottom"
|
|
112
108
|
},
|
|
113
|
-
"orientation": null,
|
|
114
109
|
"compatibleModuleTypes": [
|
|
115
110
|
"magneticModuleType",
|
|
116
111
|
"temperatureModuleType",
|
|
@@ -131,7 +126,6 @@
|
|
|
131
126
|
"features": {
|
|
132
127
|
"springDirectionalForceAsParent": "backLeftBottom"
|
|
133
128
|
},
|
|
134
|
-
"orientation": null,
|
|
135
129
|
"compatibleModuleTypes": [
|
|
136
130
|
"magneticModuleType",
|
|
137
131
|
"temperatureModuleType",
|
|
@@ -152,7 +146,6 @@
|
|
|
152
146
|
"features": {
|
|
153
147
|
"springDirectionalForceAsParent": "backLeftBottom"
|
|
154
148
|
},
|
|
155
|
-
"orientation": null,
|
|
156
149
|
"compatibleModuleTypes": [
|
|
157
150
|
"magneticModuleType",
|
|
158
151
|
"temperatureModuleType",
|
|
@@ -174,7 +167,6 @@
|
|
|
174
167
|
"features": {
|
|
175
168
|
"springDirectionalForceAsParent": "backLeftBottom"
|
|
176
169
|
},
|
|
177
|
-
"orientation": null,
|
|
178
170
|
"compatibleModuleTypes": [
|
|
179
171
|
"magneticModuleType",
|
|
180
172
|
"temperatureModuleType",
|
|
@@ -195,7 +187,6 @@
|
|
|
195
187
|
"features": {
|
|
196
188
|
"springDirectionalForceAsParent": "backLeftBottom"
|
|
197
189
|
},
|
|
198
|
-
"orientation": null,
|
|
199
190
|
"compatibleModuleTypes": [
|
|
200
191
|
"magneticModuleType",
|
|
201
192
|
"temperatureModuleType",
|
|
@@ -216,7 +207,6 @@
|
|
|
216
207
|
"features": {
|
|
217
208
|
"springDirectionalForceAsParent": "backLeftBottom"
|
|
218
209
|
},
|
|
219
|
-
"orientation": null,
|
|
220
210
|
"compatibleModuleTypes": [
|
|
221
211
|
"magneticModuleType",
|
|
222
212
|
"temperatureModuleType",
|
|
@@ -237,7 +227,6 @@
|
|
|
237
227
|
"features": {
|
|
238
228
|
"springDirectionalForceAsParent": "backLeftBottom"
|
|
239
229
|
},
|
|
240
|
-
"orientation": null,
|
|
241
230
|
"compatibleModuleTypes": [
|
|
242
231
|
"magneticModuleType",
|
|
243
232
|
"temperatureModuleType",
|
|
@@ -257,7 +246,6 @@
|
|
|
257
246
|
"features": {
|
|
258
247
|
"springDirectionalForceAsParent": "backLeftBottom"
|
|
259
248
|
},
|
|
260
|
-
"orientation": null,
|
|
261
249
|
"compatibleModuleTypes": []
|
|
262
250
|
},
|
|
263
251
|
{
|
|
@@ -271,7 +259,6 @@
|
|
|
271
259
|
},
|
|
272
260
|
"displayName": "Slot 12/Short Fixed Trash",
|
|
273
261
|
"features": {},
|
|
274
|
-
"orientation": null,
|
|
275
262
|
"ableToDropTips": true
|
|
276
263
|
}
|
|
277
264
|
],
|
{opentrons_shared_data-8.7.0a2 → opentrons_shared_data-8.7.0a4}/deck/definitions/5/ot2_standard.json
RENAMED
|
@@ -26,7 +26,6 @@
|
|
|
26
26
|
"features": {
|
|
27
27
|
"springDirectionalForceAsParent": "backLeftBottom"
|
|
28
28
|
},
|
|
29
|
-
"orientation": null,
|
|
30
29
|
"compatibleModuleTypes": [
|
|
31
30
|
"magneticModuleType",
|
|
32
31
|
"temperatureModuleType",
|
|
@@ -47,7 +46,6 @@
|
|
|
47
46
|
"features": {
|
|
48
47
|
"springDirectionalForceAsParent": "backLeftBottom"
|
|
49
48
|
},
|
|
50
|
-
"orientation": null,
|
|
51
49
|
"compatibleModuleTypes": [
|
|
52
50
|
"magneticModuleType",
|
|
53
51
|
"temperatureModuleType",
|
|
@@ -68,7 +66,6 @@
|
|
|
68
66
|
"features": {
|
|
69
67
|
"springDirectionalForceAsParent": "backLeftBottom"
|
|
70
68
|
},
|
|
71
|
-
"orientation": null,
|
|
72
69
|
"compatibleModuleTypes": [
|
|
73
70
|
"magneticModuleType",
|
|
74
71
|
"temperatureModuleType",
|
|
@@ -89,7 +86,6 @@
|
|
|
89
86
|
"features": {
|
|
90
87
|
"springDirectionalForceAsParent": "backLeftBottom"
|
|
91
88
|
},
|
|
92
|
-
"orientation": null,
|
|
93
89
|
"compatibleModuleTypes": [
|
|
94
90
|
"magneticModuleType",
|
|
95
91
|
"temperatureModuleType",
|
|
@@ -110,7 +106,6 @@
|
|
|
110
106
|
"features": {
|
|
111
107
|
"springDirectionalForceAsParent": "backLeftBottom"
|
|
112
108
|
},
|
|
113
|
-
"orientation": null,
|
|
114
109
|
"compatibleModuleTypes": [
|
|
115
110
|
"magneticModuleType",
|
|
116
111
|
"temperatureModuleType",
|
|
@@ -131,7 +126,6 @@
|
|
|
131
126
|
"features": {
|
|
132
127
|
"springDirectionalForceAsParent": "backLeftBottom"
|
|
133
128
|
},
|
|
134
|
-
"orientation": null,
|
|
135
129
|
"compatibleModuleTypes": [
|
|
136
130
|
"magneticModuleType",
|
|
137
131
|
"temperatureModuleType",
|
|
@@ -152,7 +146,6 @@
|
|
|
152
146
|
"features": {
|
|
153
147
|
"springDirectionalForceAsParent": "backLeftBottom"
|
|
154
148
|
},
|
|
155
|
-
"orientation": null,
|
|
156
149
|
"compatibleModuleTypes": [
|
|
157
150
|
"magneticModuleType",
|
|
158
151
|
"temperatureModuleType",
|
|
@@ -174,7 +167,6 @@
|
|
|
174
167
|
"features": {
|
|
175
168
|
"springDirectionalForceAsParent": "backLeftBottom"
|
|
176
169
|
},
|
|
177
|
-
"orientation": null,
|
|
178
170
|
"compatibleModuleTypes": [
|
|
179
171
|
"magneticModuleType",
|
|
180
172
|
"temperatureModuleType",
|
|
@@ -195,7 +187,6 @@
|
|
|
195
187
|
"features": {
|
|
196
188
|
"springDirectionalForceAsParent": "backLeftBottom"
|
|
197
189
|
},
|
|
198
|
-
"orientation": null,
|
|
199
190
|
"compatibleModuleTypes": [
|
|
200
191
|
"magneticModuleType",
|
|
201
192
|
"temperatureModuleType",
|
|
@@ -216,7 +207,6 @@
|
|
|
216
207
|
"features": {
|
|
217
208
|
"springDirectionalForceAsParent": "backLeftBottom"
|
|
218
209
|
},
|
|
219
|
-
"orientation": null,
|
|
220
210
|
"compatibleModuleTypes": [
|
|
221
211
|
"magneticModuleType",
|
|
222
212
|
"temperatureModuleType",
|
|
@@ -237,7 +227,6 @@
|
|
|
237
227
|
"features": {
|
|
238
228
|
"springDirectionalForceAsParent": "backLeftBottom"
|
|
239
229
|
},
|
|
240
|
-
"orientation": null,
|
|
241
230
|
"compatibleModuleTypes": [
|
|
242
231
|
"magneticModuleType",
|
|
243
232
|
"temperatureModuleType",
|
|
@@ -257,7 +246,6 @@
|
|
|
257
246
|
"features": {
|
|
258
247
|
"springDirectionalForceAsParent": "backLeftBottom"
|
|
259
248
|
},
|
|
260
|
-
"orientation": null,
|
|
261
249
|
"compatibleModuleTypes": []
|
|
262
250
|
},
|
|
263
251
|
{
|
|
@@ -271,7 +259,6 @@
|
|
|
271
259
|
},
|
|
272
260
|
"displayName": "Slot 12/Fixed Trash",
|
|
273
261
|
"features": {},
|
|
274
|
-
"orientation": null,
|
|
275
262
|
"ableToDropTips": true
|
|
276
263
|
}
|
|
277
264
|
],
|