@erp-galoper/types 1.0.903 → 1.0.905

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 +2 -0
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -39791,6 +39791,7 @@ export interface components {
39791
39791
  allowSalesOrderForExpiredQuotation: boolean;
39792
39792
  /** Reserveonorder */
39793
39793
  reserveOnOrder: boolean;
39794
+ /** @description when stock update trigger in system settings is invoice, this field must be salesInvoice */
39794
39795
  goodsDeliveryNoteSource: components["schemas"]["GoodsDeliveryNoteSourceChoices"];
39795
39796
  /** @default perpetual */
39796
39797
  invoicePostingMethod: components["schemas"]["InvoicePostingMethod"];
@@ -39805,6 +39806,7 @@ export interface components {
39805
39806
  allowSalesOrderForExpiredQuotation?: boolean;
39806
39807
  /** Reserveonorder */
39807
39808
  reserveOnOrder?: boolean;
39809
+ /** @description when stock update trigger in system settings is invoice, this field must be salesInvoice */
39808
39810
  goodsDeliveryNoteSource?: components["schemas"]["GoodsDeliveryNoteSourceChoices"];
39809
39811
  invoicePostingMethod?: components["schemas"]["InvoicePostingMethod"];
39810
39812
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.903",
3
+ "version": "1.0.905",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],