@erp-galoper/types 1.0.1049 → 1.0.1051

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 +0 -7
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -33091,7 +33091,6 @@ export interface components {
33091
33091
  id: number;
33092
33092
  /** Allowpaymentbeforegoodsreceived */
33093
33093
  allowPaymentBeforeGoodsReceived: boolean;
33094
- invoicePostingMethod: components["schemas"]["InvoicePostingMethod"];
33095
33094
  purchaseHistoryTimeframe: components["schemas"]["PurchaseHistoryTimeFrameEnum"] | null;
33096
33095
  /** Purchasehistoryperiod */
33097
33096
  purchaseHistoryPeriod?: number | null;
@@ -33101,7 +33100,6 @@ export interface components {
33101
33100
  CreatePurchaseSettingsSchema: {
33102
33101
  /** Allowpaymentbeforegoodsreceived */
33103
33102
  allowPaymentBeforeGoodsReceived: boolean;
33104
- invoicePostingMethod: components["schemas"]["InvoicePostingMethod"];
33105
33103
  /** @default all_time */
33106
33104
  purchaseHistoryTimeframe: components["schemas"]["PurchaseHistoryTimeFrameEnum"] | null;
33107
33105
  /**
@@ -33116,7 +33114,6 @@ export interface components {
33116
33114
  UpdatePurchaseSettingsSchema: {
33117
33115
  /** Allowpaymentbeforegoodsreceived */
33118
33116
  allowPaymentBeforeGoodsReceived?: boolean | null;
33119
- invoicePostingMethod?: components["schemas"]["InvoicePostingMethod"] | null;
33120
33117
  /** @default allTime */
33121
33118
  purchaseHistoryTimeframe: components["schemas"]["PurchaseHistoryTimeFrameEnum"] | null;
33122
33119
  /**
@@ -40790,7 +40787,6 @@ export interface components {
40790
40787
  /** Reserveonorder */
40791
40788
  reserveOnOrder: boolean;
40792
40789
  goodsDeliveryNoteSource: components["schemas"]["GoodsDeliveryNoteSourceChoices"];
40793
- invoicePostingMethod: components["schemas"]["InvoicePostingMethod"];
40794
40790
  };
40795
40791
  /** CreateSalesSettingsSchema */
40796
40792
  CreateSalesSettingsSchema: {
@@ -40804,8 +40800,6 @@ export interface components {
40804
40800
  reserveOnOrder: boolean;
40805
40801
  /** @description when stock update trigger in system settings is invoice, this field must be salesInvoice */
40806
40802
  goodsDeliveryNoteSource: components["schemas"]["GoodsDeliveryNoteSourceChoices"];
40807
- /** @default perpetual */
40808
- invoicePostingMethod: components["schemas"]["InvoicePostingMethod"];
40809
40803
  };
40810
40804
  /** UpdateSalesSettingsSchema */
40811
40805
  UpdateSalesSettingsSchema: {
@@ -40819,7 +40813,6 @@ export interface components {
40819
40813
  reserveOnOrder?: boolean;
40820
40814
  /** @description when stock update trigger in system settings is invoice, this field must be salesInvoice */
40821
40815
  goodsDeliveryNoteSource?: components["schemas"]["GoodsDeliveryNoteSourceChoices"];
40822
- invoicePostingMethod?: components["schemas"]["InvoicePostingMethod"];
40823
40816
  };
40824
40817
  /** ItemCostResponse */
40825
40818
  ItemCostResponse: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1049",
3
+ "version": "1.0.1051",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],