@nerdjs/sales-kit 3.1.10 → 3.1.11

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.
@@ -86,7 +86,7 @@ export default class OtrDispatch_Entity {
86
86
  city: string;
87
87
  state: string;
88
88
  timestamp: string;
89
- timezone?: string;
89
+ timezone: string;
90
90
  };
91
91
  }
92
92
  export type GSNetworkResponse = {
@@ -184,5 +184,6 @@ export type DispatchOverview = {
184
184
  city: string;
185
185
  state: string;
186
186
  timestamp: string;
187
+ timezone: string;
187
188
  };
188
189
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nerdjs/sales-kit",
3
- "version": "3.1.10",
3
+ "version": "3.1.11",
4
4
  "description": "This is a @nerdjs library for the WA Sales Service",
5
5
  "keywords": [],
6
6
  "license": "ISC",