@onylab/common-api 2.1.3 → 2.1.4

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.
@@ -133,6 +133,7 @@ declare module "api/hubrise/model/order/HubriseOrderContract" {
133
133
  export interface HubriseOrderContract {
134
134
  id?: string;
135
135
  location_id?: string;
136
+ ref?: string;
136
137
  private_ref?: string;
137
138
  status: HubriseOrderStatus;
138
139
  service_type?: HubriseServiceType;
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.3",
7
+ "version": "2.1.4",
8
8
  "author": "Paul M.",
9
9
  "license": "NO LICENSE",
10
10
  "engines": {