@secondcloset/types 3.10.0 → 3.10.2

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.10.0",
3
+ "version": "3.10.2",
4
4
  "description": "secondcloset type declaration and definitions",
5
5
  "main": "src/index.ts",
6
6
  "scripts": {
@@ -111,7 +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
+ is_business?: boolean;
115
115
  }
116
116
 
117
117
  interface LastMileShippingLabel {
@@ -108,4 +108,5 @@ export interface Location {
108
108
  province: string;
109
109
  service_area: ServiceArea | null;
110
110
  updated_at: string;
111
+ is_business?: boolean;
111
112
  }