@erp-galoper/types 1.0.270 → 1.0.272

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 +4 -4
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -22063,7 +22063,7 @@ export interface components {
22063
22063
  * GeneralAccountsOptions
22064
22064
  * @enum {string}
22065
22065
  */
22066
- GeneralAccountsOptions: "general" | "detail" | "chartOfAccount" | "banks" | "taxSales" | "taxPos" | "taxPurchase" | "taxAssets" | "taxExpenses" | "creditCard" | "cash" | "cheque" | "deferredSales";
22066
+ GeneralAccountsOptions: "general" | "detail" | "chartOfAccount" | "banks" | "taxSales" | "taxPos" | "taxPurchase" | "taxAssets" | "taxExpenses" | "creditCard" | "cash" | "cheque" | "deferredSales" | "differenceOfExchangeNegative" | "differenceOfExchangePositive" | "salesCommissionExpense" | "salesCommissionAllowanceExpense";
22067
22067
  /** ExportSchema */
22068
22068
  ExportSchema: {
22069
22069
  /** Pdf */
@@ -26645,7 +26645,7 @@ export interface components {
26645
26645
  /**
26646
26646
  * Id
26647
26647
  * Format: uuid
26648
- * @example 95370c7d-a673-454c-9c32-f24f27298ce3
26648
+ * @example 83bf9b2f-38fe-4638-b719-3c7370171708
26649
26649
  */
26650
26650
  id: string;
26651
26651
  /**
@@ -46702,7 +46702,7 @@ export interface operations {
46702
46702
  parameters: {
46703
46703
  query: {
46704
46704
  branchId: number;
46705
- type: "general" | "detail" | "chartOfAccount" | "banks" | "taxSales" | "taxPos" | "taxPurchase" | "taxAssets" | "taxExpenses" | "creditCard" | "cash" | "cheque" | "deferredSales";
46705
+ type: "general" | "detail" | "chartOfAccount" | "banks" | "taxSales" | "taxPos" | "taxPurchase" | "taxAssets" | "taxExpenses" | "creditCard" | "cash" | "cheque" | "deferredSales" | "differenceOfExchangeNegative" | "differenceOfExchangePositive" | "salesCommissionExpense" | "salesCommissionAllowanceExpense";
46706
46706
  accountId?: number;
46707
46707
  /** @description search by account number, name or type */
46708
46708
  search?: string;
@@ -46857,7 +46857,7 @@ export interface operations {
46857
46857
  parameters: {
46858
46858
  query: {
46859
46859
  branchId: number;
46860
- type: "general" | "detail" | "chartOfAccount" | "banks" | "taxSales" | "taxPos" | "taxPurchase" | "taxAssets" | "taxExpenses" | "creditCard" | "cash" | "cheque" | "deferredSales";
46860
+ type: "general" | "detail" | "chartOfAccount" | "banks" | "taxSales" | "taxPos" | "taxPurchase" | "taxAssets" | "taxExpenses" | "creditCard" | "cash" | "cheque" | "deferredSales" | "differenceOfExchangeNegative" | "differenceOfExchangePositive" | "salesCommissionExpense" | "salesCommissionAllowanceExpense";
46861
46861
  accountId?: number;
46862
46862
  /** @description required when type [cheque, cash, credit card] */
46863
46863
  supplierId?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.270",
3
+ "version": "1.0.272",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],