@openbox/shared-types 0.1.88 → 0.1.89

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.
@@ -5,6 +5,7 @@ export interface CustomerBranchesCreateSingleRequest {
5
5
  default: boolean;
6
6
  address1: string;
7
7
  address2?: string;
8
+ zipcode?: string;
8
9
  country: number;
9
10
  state: number;
10
11
  city: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openbox/shared-types",
3
- "version": "0.1.88",
3
+ "version": "0.1.89",
4
4
  "description": "Shared Types for Openbox Cloud. ",
5
5
  "types": "lib/index.d.js",
6
6
  "main": "lib/index.js",
@@ -5,6 +5,7 @@ export interface CustomerBranchesCreateSingleRequest {
5
5
  default: boolean
6
6
  address1: string
7
7
  address2?: string
8
+ zipcode?: string
8
9
  country: number
9
10
  state: number
10
11
  city: number