@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.
- package/dist/common-api.d.ts +2 -0
- package/package.json +1 -1
package/dist/common-api.d.ts
CHANGED
|
@@ -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;
|