@erp-galoper/types 1.0.633 → 1.0.634

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 +5 -5
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -26876,10 +26876,10 @@ export interface components {
26876
26876
  */
26877
26877
  TransactionStatus: "withDraftEntries" | "withReversedEntries" | "withActiveEntries";
26878
26878
  /**
26879
- * TransactionsType
26879
+ * TransactionsTypeForGeneralLedgerReport
26880
26880
  * @enum {string}
26881
26881
  */
26882
- TransactionsType: "journalVoucher" | "salesInvoice" | "downPayment" | "receiptVoucher" | "salesReturnInvoice" | "returnCreditNote" | "purchaseInvoice" | "paymentVoucher" | "purchaseReturnInvoice" | "returnDebitNote" | "advancePayment" | "Expense" | "openingBalance";
26882
+ TransactionsTypeForGeneralLedgerReport: "journalVoucher" | "salesInvoice" | "downPayment" | "receiptVoucher" | "salesReturnInvoice" | "salesCreditNote" | "purchaseInvoice" | "advancePayment" | "paymentVoucher" | "purchaseReturnInvoice" | "purchaseCreditNote";
26883
26883
  /** GeneralLedgerPagination */
26884
26884
  GeneralLedgerPagination: {
26885
26885
  info: components["schemas"]["PageInfoSchema"];
@@ -27692,7 +27692,7 @@ export interface components {
27692
27692
  /**
27693
27693
  * Id
27694
27694
  * Format: uuid
27695
- * @example a529b080-5878-42cd-a74c-d896b0cbc1d8
27695
+ * @example b303ef49-4232-4264-9b51-952fb8ac2317
27696
27696
  */
27697
27697
  id: string;
27698
27698
  /**
@@ -58350,7 +58350,7 @@ export interface operations {
58350
58350
  /** @description Use the '/api/v1/common/posting_accounts/' endpoint with 'type=General' to retrieve valid accounts, and filter the accounts to include only those with an account_number greater than the one selected in from_account. you have to send the account number of the account you want to end with. */
58351
58351
  toAccount: string;
58352
58352
  transactionStatus: ("withDraftEntries" | "withReversedEntries" | "withActiveEntries")[];
58353
- transactionTypes: ("journalVoucher" | "salesInvoice" | "downPayment" | "receiptVoucher" | "salesReturnInvoice" | "returnCreditNote" | "purchaseInvoice" | "paymentVoucher" | "purchaseReturnInvoice" | "returnDebitNote" | "advancePayment" | "Expense" | "openingBalance")[];
58353
+ transactionTypes: ("journalVoucher" | "salesInvoice" | "downPayment" | "receiptVoucher" | "salesReturnInvoice" | "salesCreditNote" | "purchaseInvoice" | "advancePayment" | "paymentVoucher" | "purchaseReturnInvoice" | "purchaseCreditNote")[];
58354
58354
  branches: number[];
58355
58355
  showAccountsWithZeroBalance: boolean;
58356
58356
  /** @description Page number */
@@ -58417,7 +58417,7 @@ export interface operations {
58417
58417
  /** @description Use the '/api/v1/common/posting_accounts/' endpoint with 'type=General' to retrieve valid accounts, and filter the accounts to include only those with an account_number greater than the one selected in from_account. you have to send the account number of the account you want to end with. */
58418
58418
  toAccount: string;
58419
58419
  transactionStatus: ("withDraftEntries" | "withReversedEntries" | "withActiveEntries")[];
58420
- transactionTypes: ("journalVoucher" | "salesInvoice" | "downPayment" | "receiptVoucher" | "salesReturnInvoice" | "returnCreditNote" | "purchaseInvoice" | "paymentVoucher" | "purchaseReturnInvoice" | "returnDebitNote" | "advancePayment" | "Expense" | "openingBalance")[];
58420
+ transactionTypes: ("journalVoucher" | "salesInvoice" | "downPayment" | "receiptVoucher" | "salesReturnInvoice" | "salesCreditNote" | "purchaseInvoice" | "advancePayment" | "paymentVoucher" | "purchaseReturnInvoice" | "purchaseCreditNote")[];
58421
58421
  branches: number[];
58422
58422
  showAccountsWithZeroBalance: boolean;
58423
58423
  /** @description Page number */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.633",
3
+ "version": "1.0.634",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],