@erp-galoper/types 1.0.1432 → 1.0.1434
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 +0 -6
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -37584,8 +37584,6 @@ export interface components {
|
|
|
37584
37584
|
displayCustomersInJournalVoucher?: boolean;
|
|
37585
37585
|
/** Displaysuppliersinjournalvoucher */
|
|
37586
37586
|
displaySuppliersInJournalVoucher?: boolean;
|
|
37587
|
-
/** Assignuserstopaymentaccounts */
|
|
37588
|
-
assignUsersToPaymentAccounts: boolean;
|
|
37589
37587
|
/** Pdfdocumentfooter */
|
|
37590
37588
|
pdfDocumentFooter: string | null;
|
|
37591
37589
|
};
|
|
@@ -37595,8 +37593,6 @@ export interface components {
|
|
|
37595
37593
|
displayCustomersInJournalVoucher: boolean;
|
|
37596
37594
|
/** Displaysuppliersinjournalvoucher */
|
|
37597
37595
|
displaySuppliersInJournalVoucher: boolean;
|
|
37598
|
-
/** Assignuserstopaymentaccounts */
|
|
37599
|
-
assignUsersToPaymentAccounts: boolean;
|
|
37600
37596
|
/** Pdfdocumentfooter */
|
|
37601
37597
|
pdfDocumentFooter?: string;
|
|
37602
37598
|
};
|
|
@@ -37606,8 +37602,6 @@ export interface components {
|
|
|
37606
37602
|
displayCustomersInJournalVoucher?: boolean | null;
|
|
37607
37603
|
/** Displaysuppliersinjournalvoucher */
|
|
37608
37604
|
displaySuppliersInJournalVoucher?: boolean | null;
|
|
37609
|
-
/** Assignuserstopaymentaccounts */
|
|
37610
|
-
assignUsersToPaymentAccounts?: boolean | null;
|
|
37611
37605
|
/** Pdfdocumentfooter */
|
|
37612
37606
|
pdfDocumentFooter?: string;
|
|
37613
37607
|
};
|