gps-global-types 1.0.85 → 1.0.87

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.
@@ -122,7 +122,7 @@ export interface getAClusterBody {
122
122
  neighbors?: number;
123
123
  snapshotData?: SnapshotType;
124
124
  }
125
- export interface mstIsoResult extends Record<keyof typeof IsolateFields, typeof IsolateFields[keyof typeof IsolateFields]> {
125
+ export interface mstIsoResult extends RowDataType {
126
126
  mstMrsnId?: armordMrsnId | mrsnId;
127
127
  tier1?: string[];
128
128
  country?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gps-global-types",
3
- "version": "1.0.85",
3
+ "version": "1.0.87",
4
4
  "description": "types shared between front-end and back-end",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",