@secondcloset/types 3.9.0 → 3.10.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secondcloset/types",
3
- "version": "3.9.0",
3
+ "version": "3.10.0",
4
4
  "description": "secondcloset type declaration and definitions",
5
5
  "main": "src/index.ts",
6
6
  "scripts": {
@@ -111,6 +111,7 @@ export interface Location {
111
111
  province: string;
112
112
  service_area: ServiceArea | null;
113
113
  updated_at: string;
114
+ is_business: boolean;
114
115
  }
115
116
 
116
117
  interface LastMileShippingLabel {