@erp-galoper/types 1.0.1049 → 1.0.1050

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 -3
  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
  /**
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.1050",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],