@erp-galoper/types 1.0.1008 → 1.0.1010
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/openapi.ts +7 -2
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -25235,6 +25235,11 @@ export interface components {
|
|
|
25235
25235
|
endBusinessHour: string;
|
|
25236
25236
|
/** Allowratechange */
|
|
25237
25237
|
allowRateChange: boolean;
|
|
25238
|
+
/** @description
|
|
25239
|
+
* - when updating from goods_note to invoice,
|
|
25240
|
+
* user should be warned that tracking of inventory for all items will be considered as quantity
|
|
25241
|
+
* and goods notes will be auto generated from all new invoices
|
|
25242
|
+
* */
|
|
25238
25243
|
stockUpdateTrigger: components["schemas"]["StockUpdateTrigger"];
|
|
25239
25244
|
/**
|
|
25240
25245
|
* Usesecondarycurrency
|
|
@@ -26266,7 +26271,7 @@ export interface components {
|
|
|
26266
26271
|
/**
|
|
26267
26272
|
* Fromwarehouse
|
|
26268
26273
|
* @description
|
|
26269
|
-
* - Select from user's assigned warehouses
|
|
26274
|
+
* - Select from user's assigned warehouses from /api/v1/auth/users/me/
|
|
26270
26275
|
* - Must be different from destination warehouse
|
|
26271
26276
|
* - Must have items available for transfer
|
|
26272
26277
|
*
|
|
@@ -26275,7 +26280,7 @@ export interface components {
|
|
|
26275
26280
|
/**
|
|
26276
26281
|
* Towarehouse
|
|
26277
26282
|
* @description
|
|
26278
|
-
* - Select from any warehouse
|
|
26283
|
+
* - Select from any warehouse /api/v1/inventory/warehouses/
|
|
26279
26284
|
* - Must be different from source warehouse
|
|
26280
26285
|
*
|
|
26281
26286
|
*/
|