@onylab/common-api 2.1.17 → 2.1.18

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.
@@ -348,7 +348,9 @@ declare module "api/hubrise/model/order/HubriseOrderContract" {
348
348
  service_type_ref?: string;
349
349
  channel?: string;
350
350
  expected_time?: string;
351
+ expected_time_pickup?: string;
351
352
  confirmed_time?: string;
353
+ asap?: boolean;
352
354
  customer_id?: string;
353
355
  customer_list_id?: string;
354
356
  customer_private_ref?: 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.17",
7
+ "version": "2.1.18",
8
8
  "author": "Paul M.",
9
9
  "license": "NO LICENSE",
10
10
  "engines": {