@sweepbright/api-client 0.40.5 → 0.40.6

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.
@@ -341,7 +341,7 @@ export interface LocationAttributes {
341
341
  province_or_state?: Maybe<string>;
342
342
  borough_or_district?: Maybe<string>;
343
343
  region?: Maybe<string>;
344
- subregion?: Maybe<string>;
344
+ sub_region?: Maybe<string>;
345
345
  district?: Maybe<string>;
346
346
  }
347
347
  export interface OfficeSettings {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.40.5",
2
+ "version": "0.40.6",
3
3
  "license": "UNLICENCED",
4
4
  "main": "./dist/index.js",
5
5
  "typings": "./dist/index.d.ts",