@onylab/common-api 2.1.8 → 2.1.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.
@@ -217,6 +217,7 @@ declare module "api/hubrise/model/address/HubriseCountryCode" {
217
217
  declare module "api/hubrise/model/address/HubriseAddressContract" {
218
218
  import { HubriseCountryCode } from "api/hubrise/model/address/HubriseCountryCode";
219
219
  export interface HubriseAddressContract {
220
+ id?: string;
220
221
  address_1?: string;
221
222
  address_2?: string;
222
223
  postal_code?: string;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "main": "dist/common-api.node.min.js",
5
5
  "browser": "dist/common-api.web.min.js",
6
6
  "types": "dist/common-api.d.ts",
7
- "version": "2.1.8",
7
+ "version": "2.1.9",
8
8
  "author": "Paul M.",
9
9
  "license": "NO LICENSE",
10
10
  "engines": {