@erp-galoper/types 1.0.832 → 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 -12
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -29012,10 +29012,6 @@ export interface components {
29012
29012
  salesOfWorksStockNonResident?: number | null;
29013
29013
  /** Salesofworksreturnnonresident */
29014
29014
  salesOfWorksReturnNonResident?: number | null;
29015
- /** Differenceofexchangenegative */
29016
- differenceOfExchangeNegative?: number | null;
29017
- /** Differenceofexchangepositive */
29018
- differenceOfExchangePositive?: number | null;
29019
29015
  /** Possalesofgoods */
29020
29016
  posSalesOfGoods?: number | null;
29021
29017
  /** Possalesofgoodsreturn */
@@ -29178,10 +29174,6 @@ export interface components {
29178
29174
  salesCommissionPayable?: number | null;
29179
29175
  /** Personnelcommissionpayable */
29180
29176
  personnelCommissionPayable?: number | null;
29181
- /** Salescommissionexpense */
29182
- salesCommissionExpense?: number | null;
29183
- /** Salescommissionallowanceexpense */
29184
- salesCommissionAllowanceExpense?: number | null;
29185
29177
  /** Deferredpurchaseofgoodsresident */
29186
29178
  deferredPurchaseOfGoodsResident?: number | null;
29187
29179
  /** Deferredpurchaseofgoodsdiscountresident */
@@ -29434,8 +29426,6 @@ export interface components {
29434
29426
  salesOfWorksDiscountNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29435
29427
  salesOfWorksStockNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29436
29428
  salesOfWorksReturnNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29437
- differenceOfExchangeNegative?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29438
- differenceOfExchangePositive?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29439
29429
  posSalesOfGoods?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29440
29430
  posSalesOfGoodsReturn?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29441
29431
  posSalesOfGoodsDiscount?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
@@ -29517,8 +29507,6 @@ export interface components {
29517
29507
  salesOfWorksAllowancesStockNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29518
29508
  salesCommissionPayable?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29519
29509
  personnelCommissionPayable?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29520
- salesCommissionExpense?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29521
- salesCommissionAllowanceExpense?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29522
29510
  deferredPurchaseOfGoodsResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29523
29511
  deferredPurchaseOfGoodsDiscountResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29524
29512
  deferredPurchaseOfGoodsReturnResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.832",
3
+ "version": "1.0.833",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],