@erp-galoper/types 1.0.1050 → 1.0.1052
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 +0 -4
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -40787,7 +40787,6 @@ export interface components {
|
|
|
40787
40787
|
/** Reserveonorder */
|
|
40788
40788
|
reserveOnOrder: boolean;
|
|
40789
40789
|
goodsDeliveryNoteSource: components["schemas"]["GoodsDeliveryNoteSourceChoices"];
|
|
40790
|
-
invoicePostingMethod: components["schemas"]["InvoicePostingMethod"];
|
|
40791
40790
|
};
|
|
40792
40791
|
/** CreateSalesSettingsSchema */
|
|
40793
40792
|
CreateSalesSettingsSchema: {
|
|
@@ -40801,8 +40800,6 @@ export interface components {
|
|
|
40801
40800
|
reserveOnOrder: boolean;
|
|
40802
40801
|
/** @description when stock update trigger in system settings is invoice, this field must be salesInvoice */
|
|
40803
40802
|
goodsDeliveryNoteSource: components["schemas"]["GoodsDeliveryNoteSourceChoices"];
|
|
40804
|
-
/** @default perpetual */
|
|
40805
|
-
invoicePostingMethod: components["schemas"]["InvoicePostingMethod"];
|
|
40806
40803
|
};
|
|
40807
40804
|
/** UpdateSalesSettingsSchema */
|
|
40808
40805
|
UpdateSalesSettingsSchema: {
|
|
@@ -40816,7 +40813,6 @@ export interface components {
|
|
|
40816
40813
|
reserveOnOrder?: boolean;
|
|
40817
40814
|
/** @description when stock update trigger in system settings is invoice, this field must be salesInvoice */
|
|
40818
40815
|
goodsDeliveryNoteSource?: components["schemas"]["GoodsDeliveryNoteSourceChoices"];
|
|
40819
|
-
invoicePostingMethod?: components["schemas"]["InvoicePostingMethod"];
|
|
40820
40816
|
};
|
|
40821
40817
|
/** ItemCostResponse */
|
|
40822
40818
|
ItemCostResponse: {
|