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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


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

Files changed (67) hide show
  1. opentrons_shared_data/_version.py +2 -2
  2. opentrons_shared_data/data/command/schemas/14.json +5 -0
  3. opentrons_shared_data/data/command/schemas/15.json +7342 -0
  4. opentrons_shared_data/data/deck/definitions/5/ot2_short_trash.json +13 -0
  5. opentrons_shared_data/data/deck/definitions/5/ot2_standard.json +13 -0
  6. opentrons_shared_data/data/deck/definitions/5/ot3_standard.json +138 -69
  7. opentrons_shared_data/data/deck/schemas/5.json +7 -1
  8. opentrons_shared_data/data/errors/definitions/1/errors.json +4 -0
  9. opentrons_shared_data/data/labware/definitions/2/agilent_1_reservoir_290ml/4.json +80 -0
  10. opentrons_shared_data/data/labware/definitions/2/axygen_1_reservoir_90ml/3.json +72 -0
  11. opentrons_shared_data/data/labware/definitions/2/biorad_96_wellplate_200ul_pcr/5.json +1187 -0
  12. opentrons_shared_data/data/labware/definitions/2/corning_12_wellplate_6.9ml_flat/5.json +210 -0
  13. opentrons_shared_data/data/labware/definitions/2/corning_24_wellplate_3.4ml_flat/5.json +342 -0
  14. opentrons_shared_data/data/labware/definitions/2/corning_384_wellplate_112ul_flat/5.json +5116 -0
  15. opentrons_shared_data/data/labware/definitions/2/corning_48_wellplate_1.6ml_flat/6.json +610 -0
  16. opentrons_shared_data/data/labware/definitions/2/corning_6_wellplate_16.8ml_flat/5.json +134 -0
  17. opentrons_shared_data/data/labware/definitions/2/corning_96_wellplate_360ul_flat/5.json +1177 -0
  18. opentrons_shared_data/data/labware/definitions/2/nest_12_reservoir_15ml/3.json +226 -0
  19. opentrons_shared_data/data/labware/definitions/2/nest_1_reservoir_195ml/4.json +83 -0
  20. opentrons_shared_data/data/labware/definitions/2/nest_1_reservoir_290ml/4.json +80 -0
  21. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_100ul_pcr_full_skirt/5.json +1166 -0
  22. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_200ul_flat/5.json +1145 -0
  23. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_2ml_deep/5.json +1261 -0
  24. opentrons_shared_data/data/labware/definitions/2/opentrons_10_tuberack_falcon_4x50ml_6x15ml_conical/3.json +232 -0
  25. opentrons_shared_data/data/labware/definitions/2/opentrons_15_tuberack_falcon_15ml_conical/3.json +259 -0
  26. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_0.5ml_screwcap/4.json +370 -0
  27. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_1.5ml_screwcap/3.json +356 -0
  28. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_1.5ml_snapcap/3.json +358 -0
  29. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_2ml_screwcap/3.json +350 -0
  30. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_2ml_snapcap/3.json +386 -0
  31. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_eppendorf_1.5ml_safelock_snapcap/3.json +418 -0
  32. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_eppendorf_2ml_safelock_snapcap/3.json +473 -0
  33. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_0.5ml_screwcap/4.json +371 -0
  34. opentrons_shared_data/data/labware/definitions/2/opentrons_6_tuberack_nest_50ml_conical/3.json +150 -0
  35. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_tiprack_lid/1.json +1 -1
  36. opentrons_shared_data/data/labware/definitions/2/usascientific_12_reservoir_22ml/4.json +237 -0
  37. opentrons_shared_data/data/labware/definitions/2/usascientific_96_wellplate_2.4ml_deep/4.json +1243 -0
  38. opentrons_shared_data/data/labware/definitions/3/schema3test_96_wellplate_200ul_pcr_full_skirt/999.json +0 -27
  39. opentrons_shared_data/data/labware/definitions/3/schema3test_96_wellplate_360ul_flat/999.json +1189 -0
  40. opentrons_shared_data/data/labware/definitions/3/schema3test_tough_pcr_auto_sealing_lid/999.json +0 -47
  41. opentrons_shared_data/data/labware/definitions/3/schema3test_universal_flat_adapter/999.json +25 -5
  42. opentrons_shared_data/data/labware/schemas/2.json +1 -1
  43. opentrons_shared_data/data/labware/schemas/3.json +78 -0
  44. opentrons_shared_data/data/liquid-class/definitions/1/ethanol_80/2.json +5811 -0
  45. opentrons_shared_data/data/liquid-class/definitions/1/glycerol_50/2.json +5531 -0
  46. opentrons_shared_data/data/module/definitions/3/absorbanceReaderV1.json +6 -0
  47. opentrons_shared_data/data/module/definitions/3/flexStackerModuleV1.json +10 -0
  48. opentrons_shared_data/data/module/definitions/3/heaterShakerModuleV1.json +30 -1
  49. opentrons_shared_data/data/module/definitions/3/magneticBlockV1.json +14 -0
  50. opentrons_shared_data/data/module/definitions/3/magneticModuleV1.json +13 -0
  51. opentrons_shared_data/data/module/definitions/3/magneticModuleV2.json +13 -0
  52. opentrons_shared_data/data/module/definitions/3/temperatureModuleV1.json +13 -0
  53. opentrons_shared_data/data/module/definitions/3/temperatureModuleV2.json +21 -0
  54. opentrons_shared_data/data/module/definitions/3/thermocyclerModuleV1.json +3 -0
  55. opentrons_shared_data/data/module/definitions/3/thermocyclerModuleV2.json +4 -0
  56. opentrons_shared_data/data/module/schemas/3.json +24 -0
  57. opentrons_shared_data/deck/types.py +3 -1
  58. opentrons_shared_data/errors/codes.py +1 -0
  59. opentrons_shared_data/errors/exceptions.py +28 -1
  60. opentrons_shared_data/labware/labware_definition.py +1 -0
  61. opentrons_shared_data/labware/types.py +32 -0
  62. opentrons_shared_data/module/types.py +9 -1
  63. opentrons_shared_data/protocol/models/shared_models.py +1 -0
  64. {opentrons_shared_data-8.7.0a0.dist-info → opentrons_shared_data-8.7.0a2.dist-info}/METADATA +1 -1
  65. {opentrons_shared_data-8.7.0a0.dist-info → opentrons_shared_data-8.7.0a2.dist-info}/RECORD +67 -35
  66. {opentrons_shared_data-8.7.0a0.dist-info → opentrons_shared_data-8.7.0a2.dist-info}/WHEEL +0 -0
  67. {opentrons_shared_data-8.7.0a0.dist-info → opentrons_shared_data-8.7.0a2.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1,232 @@
1
+ {
2
+ "ordering": [
3
+ ["A1", "B1", "C1"],
4
+ ["A2", "B2", "C2"],
5
+ ["A3", "B3"],
6
+ ["A4", "B4"]
7
+ ],
8
+ "schemaVersion": 2,
9
+ "version": 3,
10
+ "namespace": "opentrons",
11
+ "metadata": {
12
+ "displayName": "Opentrons 10 Tube Rack with Falcon 4x50 mL, 6x15 mL Conical",
13
+ "displayCategory": "tubeRack",
14
+ "displayVolumeUnits": "mL",
15
+ "tags": []
16
+ },
17
+ "dimensions": {
18
+ "xDimension": 127.75,
19
+ "yDimension": 85.5,
20
+ "zDimension": 124.35
21
+ },
22
+ "parameters": {
23
+ "format": "irregular",
24
+ "isTiprack": false,
25
+ "isMagneticModuleCompatible": false,
26
+ "loadName": "opentrons_10_tuberack_falcon_4x50ml_6x15ml_conical"
27
+ },
28
+ "wells": {
29
+ "A1": {
30
+ "totalLiquidVolume": 15000,
31
+ "diameter": 14.7,
32
+ "shape": "circular",
33
+ "depth": 117.5,
34
+ "x": 13.88,
35
+ "y": 67.75,
36
+ "z": 6.85,
37
+ "geometryDefinitionId": "15mlconicalWell"
38
+ },
39
+ "B1": {
40
+ "totalLiquidVolume": 15000,
41
+ "diameter": 14.7,
42
+ "shape": "circular",
43
+ "depth": 117.5,
44
+ "x": 13.88,
45
+ "y": 42.75,
46
+ "z": 6.85,
47
+ "geometryDefinitionId": "15mlconicalWell"
48
+ },
49
+ "C1": {
50
+ "totalLiquidVolume": 15000,
51
+ "diameter": 14.7,
52
+ "shape": "circular",
53
+ "depth": 117.5,
54
+ "x": 13.88,
55
+ "y": 17.75,
56
+ "z": 6.85,
57
+ "geometryDefinitionId": "15mlconicalWell"
58
+ },
59
+ "A2": {
60
+ "totalLiquidVolume": 15000,
61
+ "diameter": 14.7,
62
+ "shape": "circular",
63
+ "depth": 117.5,
64
+ "x": 38.88,
65
+ "y": 67.75,
66
+ "z": 6.85,
67
+ "geometryDefinitionId": "15mlconicalWell"
68
+ },
69
+ "B2": {
70
+ "totalLiquidVolume": 15000,
71
+ "diameter": 14.7,
72
+ "shape": "circular",
73
+ "depth": 117.5,
74
+ "x": 38.88,
75
+ "y": 42.75,
76
+ "z": 6.85,
77
+ "geometryDefinitionId": "15mlconicalWell"
78
+ },
79
+ "C2": {
80
+ "totalLiquidVolume": 15000,
81
+ "diameter": 14.7,
82
+ "shape": "circular",
83
+ "depth": 117.5,
84
+ "x": 38.88,
85
+ "y": 17.75,
86
+ "z": 6.85,
87
+ "geometryDefinitionId": "15mlconicalWell"
88
+ },
89
+ "A3": {
90
+ "totalLiquidVolume": 50000,
91
+ "diameter": 27.81,
92
+ "shape": "circular",
93
+ "depth": 112.85,
94
+ "x": 71.38,
95
+ "y": 60.25,
96
+ "z": 7.3,
97
+ "geometryDefinitionId": "50mlconicalWell"
98
+ },
99
+ "B3": {
100
+ "totalLiquidVolume": 50000,
101
+ "diameter": 27.81,
102
+ "shape": "circular",
103
+ "depth": 112.85,
104
+ "x": 71.38,
105
+ "y": 25.25,
106
+ "z": 7.3,
107
+ "geometryDefinitionId": "50mlconicalWell"
108
+ },
109
+ "A4": {
110
+ "totalLiquidVolume": 50000,
111
+ "diameter": 27.81,
112
+ "shape": "circular",
113
+ "depth": 112.85,
114
+ "x": 106.38,
115
+ "y": 60.25,
116
+ "z": 7.3,
117
+ "geometryDefinitionId": "50mlconicalWell"
118
+ },
119
+ "B4": {
120
+ "totalLiquidVolume": 50000,
121
+ "diameter": 27.81,
122
+ "shape": "circular",
123
+ "depth": 112.85,
124
+ "x": 106.38,
125
+ "y": 25.25,
126
+ "z": 7.3,
127
+ "geometryDefinitionId": "50mlconicalWell"
128
+ }
129
+ },
130
+ "brand": {
131
+ "brand": "Opentrons",
132
+ "brandId": [],
133
+ "links": [
134
+ "https://shop.opentrons.com/collections/opentrons-tips/products/tube-rack-set-1"
135
+ ]
136
+ },
137
+ "groups": [
138
+ {
139
+ "wells": ["A1", "B1", "C1", "A2", "B2", "C2"],
140
+ "metadata": {
141
+ "displayName": "Falcon 6x15 mL Conical",
142
+ "displayCategory": "tubeRack",
143
+ "wellBottomShape": "v"
144
+ },
145
+ "brand": {
146
+ "brand": "Falcon",
147
+ "brandId": ["352095", "352096", "352097", "352099", "352196"],
148
+ "links": [
149
+ "https://ecatalog.corning.com/life-sciences/b2c/US/en/Liquid-Handling/Tubes,-Liquid-Handling/Centrifuge-Tubes/Falcon%C2%AE-Conical-Centrifuge-Tubes/p/falconConicalTubes"
150
+ ]
151
+ }
152
+ },
153
+ {
154
+ "wells": ["A3", "B3", "A4", "B4"],
155
+ "metadata": {
156
+ "displayName": "Falcon 4x50 mL Conical",
157
+ "displayCategory": "tubeRack",
158
+ "wellBottomShape": "v"
159
+ },
160
+ "brand": {
161
+ "brand": "Falcon",
162
+ "brandId": ["352070", "352098"],
163
+ "links": [
164
+ "https://ecatalog.corning.com/life-sciences/b2c/US/en/Liquid-Handling/Tubes,-Liquid-Handling/Centrifuge-Tubes/Falcon%C2%AE-Conical-Centrifuge-Tubes/p/falconConicalTubes"
165
+ ]
166
+ }
167
+ }
168
+ ],
169
+ "cornerOffsetFromSlot": {
170
+ "x": 0,
171
+ "y": 0,
172
+ "z": 0
173
+ },
174
+ "innerLabwareGeometry": {
175
+ "15mlconicalWell": {
176
+ "sections": [
177
+ {
178
+ "shape": "conical",
179
+ "bottomDiameter": 14.5,
180
+ "topDiameter": 14.7,
181
+ "topHeight": 118.2,
182
+ "bottomHeight": 108.6
183
+ },
184
+ {
185
+ "shape": "conical",
186
+ "bottomDiameter": 13.5,
187
+ "topDiameter": 14.5,
188
+ "topHeight": 108.6,
189
+ "bottomHeight": 20.7
190
+ },
191
+ {
192
+ "shape": "conical",
193
+ "bottomDiameter": 4,
194
+ "topDiameter": 13.5,
195
+ "topHeight": 20.7,
196
+ "bottomHeight": 0.8
197
+ },
198
+ {
199
+ "shape": "spherical",
200
+ "radiusOfCurvature": 2.9,
201
+ "topHeight": 0.8,
202
+ "bottomHeight": 0.0
203
+ }
204
+ ]
205
+ },
206
+ "50mlconicalWell": {
207
+ "sections": [
208
+ {
209
+ "shape": "conical",
210
+ "bottomDiameter": 27.52,
211
+ "topDiameter": 27.81,
212
+ "topHeight": 112.85,
213
+ "bottomHeight": 100.65
214
+ },
215
+ {
216
+ "shape": "conical",
217
+ "bottomDiameter": 26.18,
218
+ "topDiameter": 27.52,
219
+ "topHeight": 100.65,
220
+ "bottomHeight": 14.3
221
+ },
222
+ {
223
+ "shape": "conical",
224
+ "bottomDiameter": 6.15,
225
+ "topDiameter": 26.18,
226
+ "topHeight": 14.3,
227
+ "bottomHeight": 0.0
228
+ }
229
+ ]
230
+ }
231
+ }
232
+ }
@@ -0,0 +1,259 @@
1
+ {
2
+ "ordering": [
3
+ ["A1", "B1", "C1"],
4
+ ["A2", "B2", "C2"],
5
+ ["A3", "B3", "C3"],
6
+ ["A4", "B4", "C4"],
7
+ ["A5", "B5", "C5"]
8
+ ],
9
+ "brand": {
10
+ "brand": "Opentrons",
11
+ "brandId": [],
12
+ "links": [
13
+ "https://shop.opentrons.com/collections/opentrons-tips/products/tube-rack-set-1"
14
+ ]
15
+ },
16
+ "metadata": {
17
+ "tags": [],
18
+ "displayName": "Opentrons 15 Tube Rack with Falcon 15 mL Conical",
19
+ "displayCategory": "tubeRack",
20
+ "displayVolumeUnits": "mL"
21
+ },
22
+ "dimensions": {
23
+ "xDimension": 127.76,
24
+ "yDimension": 85.48,
25
+ "zDimension": 124.35
26
+ },
27
+ "schemaVersion": 2,
28
+ "version": 3,
29
+ "namespace": "opentrons",
30
+ "wells": {
31
+ "C1": {
32
+ "depth": 117.5,
33
+ "diameter": 14.7,
34
+ "shape": "circular",
35
+ "totalLiquidVolume": 15000,
36
+ "x": 13.88,
37
+ "y": 17.74,
38
+ "z": 6.85,
39
+ "geometryDefinitionId": "conicalWell"
40
+ },
41
+ "B1": {
42
+ "depth": 117.5,
43
+ "diameter": 14.7,
44
+ "shape": "circular",
45
+ "totalLiquidVolume": 15000,
46
+ "x": 13.88,
47
+ "y": 42.74,
48
+ "z": 6.85,
49
+ "geometryDefinitionId": "conicalWell"
50
+ },
51
+ "A1": {
52
+ "depth": 117.5,
53
+ "diameter": 14.7,
54
+ "shape": "circular",
55
+ "totalLiquidVolume": 15000,
56
+ "x": 13.88,
57
+ "y": 67.74,
58
+ "z": 6.85,
59
+ "geometryDefinitionId": "conicalWell"
60
+ },
61
+ "C2": {
62
+ "depth": 117.5,
63
+ "diameter": 14.7,
64
+ "shape": "circular",
65
+ "totalLiquidVolume": 15000,
66
+ "x": 38.88,
67
+ "y": 17.74,
68
+ "z": 6.85,
69
+ "geometryDefinitionId": "conicalWell"
70
+ },
71
+ "B2": {
72
+ "depth": 117.5,
73
+ "diameter": 14.7,
74
+ "shape": "circular",
75
+ "totalLiquidVolume": 15000,
76
+ "x": 38.88,
77
+ "y": 42.74,
78
+ "z": 6.85,
79
+ "geometryDefinitionId": "conicalWell"
80
+ },
81
+ "A2": {
82
+ "depth": 117.5,
83
+ "diameter": 14.7,
84
+ "shape": "circular",
85
+ "totalLiquidVolume": 15000,
86
+ "x": 38.88,
87
+ "y": 67.74,
88
+ "z": 6.85,
89
+ "geometryDefinitionId": "conicalWell"
90
+ },
91
+ "C3": {
92
+ "depth": 117.5,
93
+ "diameter": 14.7,
94
+ "shape": "circular",
95
+ "totalLiquidVolume": 15000,
96
+ "x": 63.88,
97
+ "y": 17.74,
98
+ "z": 6.85,
99
+ "geometryDefinitionId": "conicalWell"
100
+ },
101
+ "B3": {
102
+ "depth": 117.5,
103
+ "diameter": 14.7,
104
+ "shape": "circular",
105
+ "totalLiquidVolume": 15000,
106
+ "x": 63.88,
107
+ "y": 42.74,
108
+ "z": 6.85,
109
+ "geometryDefinitionId": "conicalWell"
110
+ },
111
+ "A3": {
112
+ "depth": 117.5,
113
+ "diameter": 14.7,
114
+ "shape": "circular",
115
+ "totalLiquidVolume": 15000,
116
+ "x": 63.88,
117
+ "y": 67.74,
118
+ "z": 6.85,
119
+ "geometryDefinitionId": "conicalWell"
120
+ },
121
+ "C4": {
122
+ "depth": 117.5,
123
+ "diameter": 14.7,
124
+ "shape": "circular",
125
+ "totalLiquidVolume": 15000,
126
+ "x": 88.88,
127
+ "y": 17.74,
128
+ "z": 6.85,
129
+ "geometryDefinitionId": "conicalWell"
130
+ },
131
+ "B4": {
132
+ "depth": 117.5,
133
+ "diameter": 14.7,
134
+ "shape": "circular",
135
+ "totalLiquidVolume": 15000,
136
+ "x": 88.88,
137
+ "y": 42.74,
138
+ "z": 6.85,
139
+ "geometryDefinitionId": "conicalWell"
140
+ },
141
+ "A4": {
142
+ "depth": 117.5,
143
+ "diameter": 14.7,
144
+ "shape": "circular",
145
+ "totalLiquidVolume": 15000,
146
+ "x": 88.88,
147
+ "y": 67.74,
148
+ "z": 6.85,
149
+ "geometryDefinitionId": "conicalWell"
150
+ },
151
+ "C5": {
152
+ "depth": 117.5,
153
+ "diameter": 14.7,
154
+ "shape": "circular",
155
+ "totalLiquidVolume": 15000,
156
+ "x": 113.88,
157
+ "y": 17.74,
158
+ "z": 6.85,
159
+ "geometryDefinitionId": "conicalWell"
160
+ },
161
+ "B5": {
162
+ "depth": 117.5,
163
+ "diameter": 14.7,
164
+ "shape": "circular",
165
+ "totalLiquidVolume": 15000,
166
+ "x": 113.88,
167
+ "y": 42.74,
168
+ "z": 6.85,
169
+ "geometryDefinitionId": "conicalWell"
170
+ },
171
+ "A5": {
172
+ "depth": 117.5,
173
+ "diameter": 14.7,
174
+ "shape": "circular",
175
+ "totalLiquidVolume": 15000,
176
+ "x": 113.88,
177
+ "y": 67.74,
178
+ "z": 6.85,
179
+ "geometryDefinitionId": "conicalWell"
180
+ }
181
+ },
182
+ "parameters": {
183
+ "format": "irregular",
184
+ "isTiprack": false,
185
+ "isMagneticModuleCompatible": false,
186
+ "loadName": "opentrons_15_tuberack_falcon_15ml_conical"
187
+ },
188
+ "groups": [
189
+ {
190
+ "wells": [
191
+ "A1",
192
+ "B1",
193
+ "C1",
194
+ "A2",
195
+ "B2",
196
+ "C2",
197
+ "A3",
198
+ "B3",
199
+ "C3",
200
+ "A4",
201
+ "B4",
202
+ "C4",
203
+ "A5",
204
+ "B5",
205
+ "C5"
206
+ ],
207
+ "metadata": {
208
+ "displayName": "Falcon 6x15 mL Conical",
209
+ "displayCategory": "tubeRack",
210
+ "wellBottomShape": "v"
211
+ },
212
+ "brand": {
213
+ "brand": "Falcon",
214
+ "brandId": ["352095", "352096", "352097", "352099", "352196"],
215
+ "links": [
216
+ "https://ecatalog.corning.com/life-sciences/b2c/US/en/Liquid-Handling/Tubes,-Liquid-Handling/Centrifuge-Tubes/Falcon%C2%AE-Conical-Centrifuge-Tubes/p/falconConicalTubes"
217
+ ]
218
+ }
219
+ }
220
+ ],
221
+ "cornerOffsetFromSlot": {
222
+ "x": 0,
223
+ "y": 0,
224
+ "z": 0
225
+ },
226
+ "innerLabwareGeometry": {
227
+ "conicalWell": {
228
+ "sections": [
229
+ {
230
+ "shape": "conical",
231
+ "bottomDiameter": 14.5,
232
+ "topDiameter": 14.7,
233
+ "topHeight": 118.2,
234
+ "bottomHeight": 108.6
235
+ },
236
+ {
237
+ "shape": "conical",
238
+ "bottomDiameter": 13.5,
239
+ "topDiameter": 14.5,
240
+ "topHeight": 108.6,
241
+ "bottomHeight": 20.7
242
+ },
243
+ {
244
+ "shape": "conical",
245
+ "bottomDiameter": 4,
246
+ "topDiameter": 13.5,
247
+ "topHeight": 20.7,
248
+ "bottomHeight": 0.8
249
+ },
250
+ {
251
+ "shape": "spherical",
252
+ "radiusOfCurvature": 2.9,
253
+ "topHeight": 0.8,
254
+ "bottomHeight": 0.0
255
+ }
256
+ ]
257
+ }
258
+ }
259
+ }