shred-api-client 1.10.7 → 1.10.8

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.
@@ -98,6 +98,7 @@ type User = {
98
98
  preferences?: Preferences;
99
99
  tenantId?: string;
100
100
  editorId?: string;
101
+ timezone?: string;
101
102
  customerId: string;
102
103
  role: Role;
103
104
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shred-api-client",
3
- "version": "1.10.7",
3
+ "version": "1.10.8",
4
4
  "description": "API Client for Shred",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",