@maxvision/maxerp-api-client
Advanced tools
Comparing version 1.19.0 to 1.19.1
@@ -1502,3 +1502,3 @@ /* eslint-disable */ | ||
query?: string; | ||
orderStatus?: | ||
orderStatus?: ( | ||
| "CREATED" | ||
@@ -1513,3 +1513,4 @@ | "CLOTHES_CHOSEN" | ||
| "PHOTOS_DELIVERED" | ||
| "CANCELLED"; | ||
| "CANCELLED" | ||
)[]; | ||
/** @format int64 */ | ||
@@ -1606,2 +1607,3 @@ productId?: number; | ||
available?: boolean; | ||
productIds?: number[]; | ||
/** | ||
@@ -1608,0 +1610,0 @@ * Zero-based page index (0..N) |
@@ -989,3 +989,3 @@ export interface ERPCustomerContactCreateReqDTO { | ||
query?: string | undefined; | ||
orderStatus?: "CREATED" | "CLOTHES_CHOSEN" | "PHOTO_SHOT" | "ORIGINAL_PHOTOS_UPLOADED" | "RETOUCHED_PHOTOS_UPLOADED" | "PHOTOS_CHOSEN" | "PHOTOS_RETOUCHED" | "PHOTOS_PRINTED" | "PHOTOS_DELIVERED" | "CANCELLED" | undefined; | ||
orderStatus?: ("CREATED" | "CLOTHES_CHOSEN" | "PHOTO_SHOT" | "ORIGINAL_PHOTOS_UPLOADED" | "RETOUCHED_PHOTOS_UPLOADED" | "PHOTOS_CHOSEN" | "PHOTOS_RETOUCHED" | "PHOTOS_PRINTED" | "PHOTOS_DELIVERED" | "CANCELLED")[] | undefined; | ||
/** @format int64 */ | ||
@@ -1056,2 +1056,3 @@ productId?: number | undefined; | ||
available?: boolean | undefined; | ||
productIds?: number[] | undefined; | ||
/** | ||
@@ -1058,0 +1059,0 @@ * Zero-based page index (0..N) |
{ | ||
"name": "@maxvision/maxerp-api-client", | ||
"version": "1.19.0", | ||
"version": "1.19.1", | ||
"description": "Api client for Max Erp API", | ||
@@ -5,0 +5,0 @@ "main": "dist/Api.js", |
156300
4706