@erp-galoper/types 1.0.2006 → 1.0.2008
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 +3 -3
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -35805,7 +35805,7 @@ export interface components {
|
|
|
35805
35805
|
* TransactionsTypeForGeneralLedgerReport
|
|
35806
35806
|
* @enum {string}
|
|
35807
35807
|
*/
|
|
35808
|
-
TransactionsTypeForGeneralLedgerReport: "journalVoucher" | "salesInvoice" | "downPayment" | "receiptVoucher" | "salesReturnInvoice" | "salesCreditNote" | "purchaseInvoice" | "advancePayment" | "paymentVoucher" | "purchaseReturnInvoice" | "purchaseCreditNote" | "
|
|
35808
|
+
TransactionsTypeForGeneralLedgerReport: "journalVoucher" | "salesInvoice" | "downPayment" | "receiptVoucher" | "salesReturnInvoice" | "salesCreditNote" | "purchaseInvoice" | "advancePayment" | "paymentVoucher" | "purchaseReturnInvoice" | "purchaseCreditNote" | "collectionDeposit";
|
|
35809
35809
|
/** GeneralLedgerPagination */
|
|
35810
35810
|
GeneralLedgerPagination: {
|
|
35811
35811
|
info: components["schemas"]["PageInfoSchema"];
|
|
@@ -79320,7 +79320,7 @@ export interface operations {
|
|
|
79320
79320
|
/** @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. */
|
|
79321
79321
|
toAccount: string;
|
|
79322
79322
|
transactionStatus: ("withDraftEntries" | "withReversedEntries" | "withActiveEntries")[];
|
|
79323
|
-
transactionTypes: ("journalVoucher" | "salesInvoice" | "downPayment" | "receiptVoucher" | "salesReturnInvoice" | "salesCreditNote" | "purchaseInvoice" | "advancePayment" | "paymentVoucher" | "purchaseReturnInvoice" | "purchaseCreditNote" | "
|
|
79323
|
+
transactionTypes: ("journalVoucher" | "salesInvoice" | "downPayment" | "receiptVoucher" | "salesReturnInvoice" | "salesCreditNote" | "purchaseInvoice" | "advancePayment" | "paymentVoucher" | "purchaseReturnInvoice" | "purchaseCreditNote" | "collectionDeposit")[];
|
|
79324
79324
|
branches: string[];
|
|
79325
79325
|
showAccountsWithZeroBalance: boolean;
|
|
79326
79326
|
/** @description Page number */
|
|
@@ -79390,7 +79390,7 @@ export interface operations {
|
|
|
79390
79390
|
toAccount: string;
|
|
79391
79391
|
/** @description default should be with "active" entries */
|
|
79392
79392
|
transactionStatus?: ("withDraftEntries" | "withReversedEntries" | "withActiveEntries")[];
|
|
79393
|
-
transactionTypes: ("journalVoucher" | "salesInvoice" | "downPayment" | "receiptVoucher" | "salesReturnInvoice" | "salesCreditNote" | "purchaseInvoice" | "advancePayment" | "paymentVoucher" | "purchaseReturnInvoice" | "purchaseCreditNote" | "
|
|
79393
|
+
transactionTypes: ("journalVoucher" | "salesInvoice" | "downPayment" | "receiptVoucher" | "salesReturnInvoice" | "salesCreditNote" | "purchaseInvoice" | "advancePayment" | "paymentVoucher" | "purchaseReturnInvoice" | "purchaseCreditNote" | "collectionDeposit")[];
|
|
79394
79394
|
branches: string[];
|
|
79395
79395
|
showAccountsWithZeroBalance: boolean;
|
|
79396
79396
|
/** @description Page number */
|