gps-global-types 1.0.33 → 1.0.34
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/dist/mst.types.d.ts +1 -1
- package/dist/mst.types.js +1 -1
- package/package.json +1 -1
package/dist/mst.types.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ export interface mstGlobalTypes {
|
|
|
16
16
|
highlightedNodes: ObjectId[];
|
|
17
17
|
graph?: MSTGraph;
|
|
18
18
|
}
|
|
19
|
-
export declare const colorFields: readonly ["armordPatientId", "mlst", "sampleType", "armordFacility", "country", "custom color"];
|
|
19
|
+
export declare const colorFields: readonly ["armordPatientId", "mlst", "sampleType", "armordFacility", "country", "beforeAndAfter", "custom color"];
|
|
20
20
|
export declare const dateFields: readonly ["armordCultureDate", "month", "quarter", "year"];
|
|
21
21
|
export declare const labelFields: readonly ["armordMrsnIdLBL", "mrsnIdLBL", "armordAccessionNumberLBL", "armordPatientIdLBL", "custom label"];
|
|
22
22
|
export type colorKey = typeof colorFields[number];
|
package/dist/mst.types.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.labelFields = exports.dateFields = exports.colorFields = void 0;
|
|
4
|
-
exports.colorFields = ['armordPatientId', 'mlst', 'sampleType', 'armordFacility', 'country', 'custom color']; //no :string[] ! removes 'const'
|
|
4
|
+
exports.colorFields = ['armordPatientId', 'mlst', 'sampleType', 'armordFacility', 'country', 'beforeAndAfter', 'custom color']; //no :string[] ! removes 'const'
|
|
5
5
|
exports.dateFields = ['armordCultureDate', 'month', 'quarter', 'year'];
|
|
6
6
|
exports.labelFields = ['armordMrsnIdLBL', 'mrsnIdLBL', 'armordAccessionNumberLBL', 'armordPatientIdLBL', 'custom label'];
|