@erp-galoper/types 1.0.1009 → 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.
Files changed (2) hide show
  1. package/openapi.ts +5 -0
  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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1009",
3
+ "version": "1.0.1010",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],