@erp-galoper/types 1.0.9 → 1.0.11
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 +5 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -26115,7 +26115,7 @@ export interface components {
|
|
|
26115
26115
|
/**
|
|
26116
26116
|
* Id
|
|
26117
26117
|
* Format: uuid
|
|
26118
|
-
* @example
|
|
26118
|
+
* @example 37c6b11a-198a-445e-abbc-c2d5c7f74769
|
|
26119
26119
|
*/
|
|
26120
26120
|
id: string;
|
|
26121
26121
|
/**
|
|
@@ -35791,6 +35791,7 @@ export interface components {
|
|
|
35791
35791
|
/** Reserveonorder */
|
|
35792
35792
|
reserveOnOrder: boolean;
|
|
35793
35793
|
goodsDeliveryNoteSource: components["schemas"]["GoodsDeliveryNoteSourceChoices"];
|
|
35794
|
+
invoicePostingMethod: components["schemas"]["InvoicePostingMethod"];
|
|
35794
35795
|
};
|
|
35795
35796
|
/** CreateSalesSettingsSchema */
|
|
35796
35797
|
CreateSalesSettingsSchema: {
|
|
@@ -35803,6 +35804,8 @@ export interface components {
|
|
|
35803
35804
|
/** Reserveonorder */
|
|
35804
35805
|
reserveOnOrder: boolean;
|
|
35805
35806
|
goodsDeliveryNoteSource: components["schemas"]["GoodsDeliveryNoteSourceChoices"];
|
|
35807
|
+
/** @default perpetual */
|
|
35808
|
+
invoicePostingMethod: components["schemas"]["InvoicePostingMethod"];
|
|
35806
35809
|
};
|
|
35807
35810
|
/** UpdateSalesSettingsSchema */
|
|
35808
35811
|
UpdateSalesSettingsSchema: {
|
|
@@ -35815,6 +35818,7 @@ export interface components {
|
|
|
35815
35818
|
/** Reserveonorder */
|
|
35816
35819
|
reserveOnOrder?: boolean;
|
|
35817
35820
|
goodsDeliveryNoteSource?: components["schemas"]["GoodsDeliveryNoteSourceChoices"];
|
|
35821
|
+
invoicePostingMethod?: components["schemas"]["InvoicePostingMethod"];
|
|
35818
35822
|
};
|
|
35819
35823
|
/** ItemCostResponse */
|
|
35820
35824
|
ItemCostResponse: {
|