@dra2020/baseclient 1.0.82 → 1.0.83

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.
@@ -113,6 +113,7 @@ export interface SessionUpdateProps {
113
113
  accessUpdate?: AccessMap;
114
114
  restore?: string;
115
115
  revision?: Revision;
116
+ colors?: string;
116
117
  }
117
118
  export interface SessionsIndex {
118
119
  [key: string]: SessionProps;
@@ -120,7 +120,7 @@ export interface SessionProps
120
120
  xprops?: { [prop: string]: string };
121
121
  groups: any; // DT.GroupsMapIndex
122
122
  xid?: string; // external ID
123
- colors?: string; // cached district colors (specific to OT redistricting)
123
+ colors?: string; // cached district colors (specific to OT for redistricting)
124
124
  }
125
125
 
126
126
  // True to add, False to remove
@@ -141,6 +141,7 @@ export interface SessionUpdateProps
141
141
  accessUpdate?: AccessMap;
142
142
  restore?: string; // Revision ID
143
143
  revision?: Revision; // If ID is empty, snap a new revision, otherwise label it.
144
+ colors?: string; // cached district colors (specific to OT for redistricting)
144
145
  }
145
146
 
146
147
  export interface SessionsIndex
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dra2020/baseclient",
3
- "version": "1.0.82",
3
+ "version": "1.0.83",
4
4
  "description": "Utility functions for Javascript projects.",
5
5
  "main": "dist/baseclient.js",
6
6
  "types": "./dist/all/all.d.ts",