wqx 3.0.262 → 3.0.264
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/descriptions/AnalyticalMethod.json +31 -6
- package/descriptions/AnalyticalMethod.json.js +41 -9
- package/descriptions/Characteristic.json +3 -1
- package/descriptions/Characteristic.json.js +5 -1
- package/descriptions/CharacteristicAlias.json +1345 -1206
- package/descriptions/CharacteristicAlias.json.js +1421 -1274
- package/descriptions/Organization.json +1 -1
- package/descriptions/Organization.json.js +2 -1
- package/descriptions/ResultMeasureQualifierDeprecated.json +4 -0
- package/descriptions/ResultMeasureQualifierDeprecated.json.js +4 -0
- package/descriptions/SampleCollectionMethod.json +4 -1
- package/descriptions/SampleCollectionMethod.json.js +7 -1
- package/groups/CASNumber.json +3 -1
- package/groups/CASNumber.json.js +3 -1
- package/groups/CharacteristicName.json +3 -1
- package/groups/CharacteristicName.json.js +3 -1
- package/json-schema/biological.json +28 -1
- package/json-schema/definitions.json +28 -1
- package/json-schema/habitat.json +28 -1
- package/json-schema/instantaneous.json +28 -1
- package/json-schema/physical-chemistry.json +28 -1
- package/package.json +1 -1
- package/values/AnalyticalMethod.json +25 -0
- package/values/AnalyticalMethod.json.js +25 -0
- package/values/Characteristic.json +3 -1
- package/values/Characteristic.json.js +3 -1
- package/values/CharacteristicAlias.json +140 -1
- package/values/CharacteristicAlias.json.js +140 -1
- package/values/ResultMeasureQualifierDeprecated.json +4 -0
- package/values/ResultMeasureQualifierDeprecated.json.js +4 -0
- package/values/SampleCollectionMethod.json +4 -1
- package/values/SampleCollectionMethod.json.js +4 -1
|
@@ -129,6 +129,9 @@
|
|
|
129
129
|
"PNAMP Invert Collection",
|
|
130
130
|
"Pole-MassWateR",
|
|
131
131
|
"Radiello",
|
|
132
|
+
"Reserved-RENAME",
|
|
133
|
+
"Reserved-RENAME1",
|
|
134
|
+
"Reserved-RENAME2",
|
|
132
135
|
"SP-Macro",
|
|
133
136
|
"SP-Water",
|
|
134
137
|
"SWAMP Bioassessment 2016",
|
|
@@ -159,7 +162,7 @@
|
|
|
159
162
|
"WY-GS",
|
|
160
163
|
"Wade-MassWateR",
|
|
161
164
|
"Water Sampling Device-MassWateR",
|
|
162
|
-
"
|
|
165
|
+
"Water_Depth_Int"
|
|
163
166
|
],
|
|
164
167
|
"maxLength": 32
|
|
165
168
|
}
|
|
@@ -129,6 +129,9 @@ export default {
|
|
|
129
129
|
'PNAMP Invert Collection',
|
|
130
130
|
'Pole-MassWateR',
|
|
131
131
|
'Radiello',
|
|
132
|
+
'Reserved-RENAME',
|
|
133
|
+
'Reserved-RENAME1',
|
|
134
|
+
'Reserved-RENAME2',
|
|
132
135
|
'SP-Macro',
|
|
133
136
|
'SP-Water',
|
|
134
137
|
'SWAMP Bioassessment 2016',
|
|
@@ -159,7 +162,7 @@ export default {
|
|
|
159
162
|
'WY-GS',
|
|
160
163
|
'Wade-MassWateR',
|
|
161
164
|
'Water Sampling Device-MassWateR',
|
|
162
|
-
'
|
|
165
|
+
'Water_Depth_Int'
|
|
163
166
|
],
|
|
164
167
|
maxLength: 32
|
|
165
168
|
}
|