@sweepbright/api-client 0.30.7 → 0.30.9

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.
@@ -176,6 +176,7 @@ export interface Office {
176
176
  properties_count: number;
177
177
  contacts_count: number;
178
178
  company: CompanyData;
179
+ settings: OfficeSettingData;
179
180
  }
180
181
  export interface OfficeData {
181
182
  data: Office;
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
- "version": "0.30.7",
2
+ "version": "0.30.9",
3
3
  "license": "UNLICENCED",
4
- "main": "./dist/src/index.js",
5
- "typings": "./dist/src/index.d.ts",
4
+ "main": "./dist/index.js",
5
+ "typings": "./dist/index.d.ts",
6
6
  "files": [
7
7
  "dist",
8
8
  "node_modules"