gps-global-types 1.0.55 → 1.0.57
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 +3 -3
- package/package.json +1 -1
package/dist/mst.types.d.ts
CHANGED
|
@@ -23,7 +23,7 @@ export declare const labelFields: readonly ["armordMrsnIdLBL", "mrsnIdLBL", "arm
|
|
|
23
23
|
export type colorKey = typeof colorFields[number];
|
|
24
24
|
export type dateKey = typeof dateFields[number];
|
|
25
25
|
export type labelKey = typeof labelFields[number];
|
|
26
|
-
export declare const ValidSchemesArr:
|
|
26
|
+
export declare const ValidSchemesArr: readonly ["abaumannii_2", "cauris", "cdifficile", "cfreundii", "ecloacae", "ecoli_achtman_4", "efaecalis", "efaecium", "kaerogenes", "klebsiella", "paeruginosa", "saureus", "smarcescens", "spneumoniae", "spyogenes"];
|
|
27
27
|
export type ValidCGMLSTSchemes = typeof ValidSchemesArr[number];
|
|
28
28
|
type CustomDictEntry = Partial<Partial<Record<colorKey | dateKey, Color>> & Partial<Record<labelKey, string>>>;
|
|
29
29
|
export type CustomDict = Record<ObjectId, CustomDictEntry>;
|
|
@@ -99,8 +99,8 @@ export interface LegendBullet {
|
|
|
99
99
|
}
|
|
100
100
|
export type MSTLegend = Partial<Record<colorKey, LegendBullet[]>> & Partial<Record<dateKey, 'date'>>;
|
|
101
101
|
export interface SnapshotType {
|
|
102
|
-
|
|
103
|
-
form
|
|
102
|
+
name: string;
|
|
103
|
+
form?: mstGlobalTypes;
|
|
104
104
|
legend: LegendBullet[];
|
|
105
105
|
nodes: Record<ObjectId, LegendBullet>;
|
|
106
106
|
scheme: string;
|