@erp-galoper/types 1.0.831 → 1.0.833

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 +0 -31
  2. 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
@@ -29016,10 +29012,6 @@ export interface components {
29016
29012
  salesOfWorksStockNonResident?: number | null;
29017
29013
  /** Salesofworksreturnnonresident */
29018
29014
  salesOfWorksReturnNonResident?: number | null;
29019
- /** Differenceofexchangenegative */
29020
- differenceOfExchangeNegative?: number | null;
29021
- /** Differenceofexchangepositive */
29022
- differenceOfExchangePositive?: number | null;
29023
29015
  /** Possalesofgoods */
29024
29016
  posSalesOfGoods?: number | null;
29025
29017
  /** Possalesofgoodsreturn */
@@ -29182,10 +29174,6 @@ export interface components {
29182
29174
  salesCommissionPayable?: number | null;
29183
29175
  /** Personnelcommissionpayable */
29184
29176
  personnelCommissionPayable?: number | null;
29185
- /** Salescommissionexpense */
29186
- salesCommissionExpense?: number | null;
29187
- /** Salescommissionallowanceexpense */
29188
- salesCommissionAllowanceExpense?: number | null;
29189
29177
  /** Deferredpurchaseofgoodsresident */
29190
29178
  deferredPurchaseOfGoodsResident?: number | null;
29191
29179
  /** Deferredpurchaseofgoodsdiscountresident */
@@ -29438,8 +29426,6 @@ export interface components {
29438
29426
  salesOfWorksDiscountNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29439
29427
  salesOfWorksStockNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29440
29428
  salesOfWorksReturnNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29441
- differenceOfExchangeNegative?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29442
- differenceOfExchangePositive?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29443
29429
  posSalesOfGoods?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29444
29430
  posSalesOfGoodsReturn?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29445
29431
  posSalesOfGoodsDiscount?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
@@ -29521,8 +29507,6 @@ export interface components {
29521
29507
  salesOfWorksAllowancesStockNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29522
29508
  salesCommissionPayable?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29523
29509
  personnelCommissionPayable?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29524
- salesCommissionExpense?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29525
- salesCommissionAllowanceExpense?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29526
29510
  deferredPurchaseOfGoodsResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29527
29511
  deferredPurchaseOfGoodsDiscountResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29528
29512
  deferredPurchaseOfGoodsReturnResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
@@ -31119,9 +31103,6 @@ export interface components {
31119
31103
  displaySuppliersInJournalVoucher?: boolean;
31120
31104
  /** Assignuserstopaymentaccounts */
31121
31105
  assignUsersToPaymentAccounts: boolean;
31122
- positiveEarningAccount: components["schemas"]["ChartOfAccountInfoSchema"];
31123
- negativeEarningAccount: components["schemas"]["ChartOfAccountInfoSchema"];
31124
- cumulativeEarningAccount: components["schemas"]["ChartOfAccountInfoSchema"] | null;
31125
31106
  };
31126
31107
  /** CreateAccountingSetting */
31127
31108
  CreateAccountingSetting: {
@@ -31129,14 +31110,8 @@ export interface components {
31129
31110
  displayCustomersInJournalVoucher: boolean;
31130
31111
  /** Displaysuppliersinjournalvoucher */
31131
31112
  displaySuppliersInJournalVoucher: boolean;
31132
- /** Positiveearningaccount */
31133
- positiveEarningAccount: number;
31134
- /** Negativeearningaccount */
31135
- negativeEarningAccount: number;
31136
31113
  /** Assignuserstopaymentaccounts */
31137
31114
  assignUsersToPaymentAccounts: boolean;
31138
- /** Cumulativeearningaccount */
31139
- cumulativeEarningAccount: number;
31140
31115
  };
31141
31116
  /** UpdateAccountingSetting */
31142
31117
  UpdateAccountingSetting: {
@@ -31146,12 +31121,6 @@ export interface components {
31146
31121
  displaySuppliersInJournalVoucher?: boolean | null;
31147
31122
  /** Assignuserstopaymentaccounts */
31148
31123
  assignUsersToPaymentAccounts?: boolean | null;
31149
- /** Positiveearningaccount */
31150
- positiveEarningAccount?: number | null;
31151
- /** Negativeearningaccount */
31152
- negativeEarningAccount?: number | null;
31153
- /** Cumulativeearningaccount */
31154
- cumulativeEarningAccount: number;
31155
31124
  };
31156
31125
  /**
31157
31126
  * AccountClassificationType
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.831",
3
+ "version": "1.0.833",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],