@erp-galoper/types 1.0.831 → 1.0.832
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 -19
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -8007,8 +8007,6 @@ export interface paths {
|
|
|
8007
8007
|
* - permissionDenied
|
|
8008
8008
|
* -404:
|
|
8009
8009
|
* - accountingSettingDoesNotExist
|
|
8010
|
-
* - negativeEarningAccountDoesNotExist
|
|
8011
|
-
* - positiveEarningAccountDoesNotExist
|
|
8012
8010
|
* -500:
|
|
8013
8011
|
* - internalServerError
|
|
8014
8012
|
*/
|
|
@@ -8024,8 +8022,6 @@ export interface paths {
|
|
|
8024
8022
|
* - 400:
|
|
8025
8023
|
* - accountingSettingAlreadyExist
|
|
8026
8024
|
* - noChangesDetected
|
|
8027
|
-
* - negativeEarningAccountDoesNotExist
|
|
8028
|
-
* - positiveEarningAccountDoesNotExist
|
|
8029
8025
|
* - 403:
|
|
8030
8026
|
* - permissionDenied
|
|
8031
8027
|
* - noBranchAccess
|
|
@@ -31119,9 +31115,6 @@ export interface components {
|
|
|
31119
31115
|
displaySuppliersInJournalVoucher?: boolean;
|
|
31120
31116
|
/** Assignuserstopaymentaccounts */
|
|
31121
31117
|
assignUsersToPaymentAccounts: boolean;
|
|
31122
|
-
positiveEarningAccount: components["schemas"]["ChartOfAccountInfoSchema"];
|
|
31123
|
-
negativeEarningAccount: components["schemas"]["ChartOfAccountInfoSchema"];
|
|
31124
|
-
cumulativeEarningAccount: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
31125
31118
|
};
|
|
31126
31119
|
/** CreateAccountingSetting */
|
|
31127
31120
|
CreateAccountingSetting: {
|
|
@@ -31129,14 +31122,8 @@ export interface components {
|
|
|
31129
31122
|
displayCustomersInJournalVoucher: boolean;
|
|
31130
31123
|
/** Displaysuppliersinjournalvoucher */
|
|
31131
31124
|
displaySuppliersInJournalVoucher: boolean;
|
|
31132
|
-
/** Positiveearningaccount */
|
|
31133
|
-
positiveEarningAccount: number;
|
|
31134
|
-
/** Negativeearningaccount */
|
|
31135
|
-
negativeEarningAccount: number;
|
|
31136
31125
|
/** Assignuserstopaymentaccounts */
|
|
31137
31126
|
assignUsersToPaymentAccounts: boolean;
|
|
31138
|
-
/** Cumulativeearningaccount */
|
|
31139
|
-
cumulativeEarningAccount: number;
|
|
31140
31127
|
};
|
|
31141
31128
|
/** UpdateAccountingSetting */
|
|
31142
31129
|
UpdateAccountingSetting: {
|
|
@@ -31146,12 +31133,6 @@ export interface components {
|
|
|
31146
31133
|
displaySuppliersInJournalVoucher?: boolean | null;
|
|
31147
31134
|
/** Assignuserstopaymentaccounts */
|
|
31148
31135
|
assignUsersToPaymentAccounts?: boolean | null;
|
|
31149
|
-
/** Positiveearningaccount */
|
|
31150
|
-
positiveEarningAccount?: number | null;
|
|
31151
|
-
/** Negativeearningaccount */
|
|
31152
|
-
negativeEarningAccount?: number | null;
|
|
31153
|
-
/** Cumulativeearningaccount */
|
|
31154
|
-
cumulativeEarningAccount: number;
|
|
31155
31136
|
};
|
|
31156
31137
|
/**
|
|
31157
31138
|
* AccountClassificationType
|