wqx 3.0.268 → 3.0.269
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/deprecated/Taxon.json +108 -10
- package/deprecated/Taxon.json.js +108 -10
- package/descriptions/AnalyticalMethod.json +3 -2
- package/descriptions/AnalyticalMethod.json.js +4 -2
- package/descriptions/CharacteristicAlias.json +2316 -2317
- package/descriptions/CharacteristicAlias.json.js +2451 -2455
- package/descriptions/Organization.json +3 -1
- package/descriptions/Organization.json.js +4 -1
- package/descriptions/Taxon.json +17 -15
- package/descriptions/Taxon.json.js +24 -18
- package/descriptions/TaxonAlias.json +9309 -9306
- package/descriptions/TaxonAlias.json.js +11898 -11927
- package/groups/Taxon.json +74 -72
- package/groups/Taxon.json.js +74 -72
- package/json-schema/biological.json +18 -15
- package/json-schema/definitions.json +18 -15
- package/json-schema/habitat.json +1 -0
- package/json-schema/instantaneous.json +1 -0
- package/json-schema/physical-chemistry.json +1 -0
- package/package.json +1 -1
- package/values/AnalyticalMethod.json +1 -0
- package/values/AnalyticalMethod.json.js +1 -0
- package/values/CharacteristicAlias.json +2 -3
- package/values/CharacteristicAlias.json.js +2 -3
- package/values/Organization.json +2 -0
- package/values/Organization.json.js +2 -0
- package/values/Taxon.json +17 -15
- package/values/Taxon.json.js +17 -15
- package/values/TaxonAlias.json +16 -13
- package/values/TaxonAlias.json.js +16 -13
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"1007": "",
|
|
140
140
|
"1008": "",
|
|
141
141
|
"1009": "",
|
|
142
|
-
"1010": "
|
|
142
|
+
"1010": "",
|
|
143
143
|
"1011": "",
|
|
144
144
|
"1012": "",
|
|
145
145
|
"1013": "",
|
|
@@ -847,6 +847,7 @@
|
|
|
847
847
|
"1030-E": "",
|
|
848
848
|
"10300-C": "",
|
|
849
849
|
"10300-D": "",
|
|
850
|
+
"1030E": "The following procedures for checking analyses\" correctness apply specifically to water samples with relatively complete analyses [e.g., pH, conductivity, total dissolved solids (TDS), and major anionic and cationic constituents that indicate general water quality]",
|
|
850
851
|
"10400-D": "",
|
|
851
852
|
"10400-E": "",
|
|
852
853
|
"10500-C": "",
|
|
@@ -871,7 +872,7 @@
|
|
|
871
872
|
"130.01": "130.01 ~ NOAA NST . Organic contaminates in marine animal tissues by GC-FPD",
|
|
872
873
|
"130.1": "130.1 ~ EPA-NERL . Total Hardness by Spectrophotometer",
|
|
873
874
|
"130.11": "130.11 ~ NOAA NST . Organic contaminants in marine animal tissues by GC-ECD",
|
|
874
|
-
"130.2": "130.2 ~
|
|
875
|
+
"130.2": "130.2 ~ NOAA NST . Dioxins and Furans in marine sediments by GC-MS",
|
|
875
876
|
"130.21": "130.21 ~ NOAA NST . Dioxins and Furans in marine bivalve tissues by GC-MS",
|
|
876
877
|
"130.3": "130.3 ~ NOAA NST . Organic contaminants in marine sediments by GC-MS",
|
|
877
878
|
"130.31": "130.31 ~ NOAA NST . Organic contaminants in marine animal tissues by GC-MS",
|
|
@@ -139,7 +139,7 @@ export default {
|
|
|
139
139
|
1007: '',
|
|
140
140
|
1008: '',
|
|
141
141
|
1009: '',
|
|
142
|
-
1010: '
|
|
142
|
+
1010: '',
|
|
143
143
|
1011: '',
|
|
144
144
|
1012: '',
|
|
145
145
|
1013: '',
|
|
@@ -885,6 +885,8 @@ export default {
|
|
|
885
885
|
'1030-E': '',
|
|
886
886
|
'10300-C': '',
|
|
887
887
|
'10300-D': '',
|
|
888
|
+
'1030E':
|
|
889
|
+
'The following procedures for checking analyses" correctness apply specifically to water samples with relatively complete analyses [e.g., pH, conductivity, total dissolved solids (TDS), and major anionic and cationic constituents that indicate general water quality]',
|
|
888
890
|
'10400-D': '',
|
|
889
891
|
'10400-E': '',
|
|
890
892
|
'10500-C': '',
|
|
@@ -914,7 +916,7 @@ export default {
|
|
|
914
916
|
130.1: '130.1 ~ EPA-NERL . Total Hardness by Spectrophotometer',
|
|
915
917
|
130.11:
|
|
916
918
|
'130.11 ~ NOAA NST . Organic contaminants in marine animal tissues by GC-ECD',
|
|
917
|
-
130.2: '130.2 ~
|
|
919
|
+
130.2: '130.2 ~ NOAA NST . Dioxins and Furans in marine sediments by GC-MS',
|
|
918
920
|
130.21:
|
|
919
921
|
'130.21 ~ NOAA NST . Dioxins and Furans in marine bivalve tissues by GC-MS',
|
|
920
922
|
130.3: '130.3 ~ NOAA NST . Organic contaminants in marine sediments by GC-MS',
|