@erp-galoper/types 1.0.470 → 1.0.471
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 +40 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -26884,7 +26884,7 @@ export interface components {
|
|
|
26884
26884
|
/**
|
|
26885
26885
|
* Id
|
|
26886
26886
|
* Format: uuid
|
|
26887
|
-
* @example
|
|
26887
|
+
* @example 7e41a142-44dc-42c5-93e6-3549f38ef0e9
|
|
26888
26888
|
*/
|
|
26889
26889
|
id: string;
|
|
26890
26890
|
/**
|
|
@@ -28108,6 +28108,32 @@ export interface components {
|
|
|
28108
28108
|
deferredSalesOfServiceDiscountReturnNonResident?: number | null;
|
|
28109
28109
|
/** Deferredsalesofworksdiscountreturnnonresident */
|
|
28110
28110
|
deferredSalesOfWorksDiscountReturnNonResident?: number | null;
|
|
28111
|
+
/** Purchaseofgoodsdiscountstockreturnresident */
|
|
28112
|
+
purchaseOfGoodsDiscountStockReturnResident?: number | null;
|
|
28113
|
+
/** Deferredpurchaseofgoodsdiscountreturnresident */
|
|
28114
|
+
deferredPurchaseOfGoodsDiscountReturnResident?: number | null;
|
|
28115
|
+
/** Purchaseofservicediscountreturnresident */
|
|
28116
|
+
purchaseOfServiceDiscountReturnResident?: number | null;
|
|
28117
|
+
/** Deferredpurchaseofservicediscountreturnresident */
|
|
28118
|
+
deferredPurchaseOfServiceDiscountReturnResident?: number | null;
|
|
28119
|
+
/** Deferredpurchaseofworksdiscountreturnresident */
|
|
28120
|
+
deferredPurchaseOfWorksDiscountReturnResident?: number | null;
|
|
28121
|
+
/** Purchaseofgoodsdiscountreturnnonresident */
|
|
28122
|
+
purchaseOfGoodsDiscountReturnNonResident?: number | null;
|
|
28123
|
+
/** Purchaseofgoodsdiscountstockreturnnonresident */
|
|
28124
|
+
purchaseOfGoodsDiscountStockReturnNonResident?: number | null;
|
|
28125
|
+
/** Deferredpurchaseofgoodsdiscountreturnnonresident */
|
|
28126
|
+
deferredPurchaseOfGoodsDiscountReturnNonResident?: number | null;
|
|
28127
|
+
/** Purchaseofservicediscountreturnnonresident */
|
|
28128
|
+
purchaseOfServiceDiscountReturnNonResident?: number | null;
|
|
28129
|
+
/** Deferredpurchaseofservicediscountreturnnonresident */
|
|
28130
|
+
deferredPurchaseOfServiceDiscountReturnNonResident?: number | null;
|
|
28131
|
+
/** Deferredpurchaseofworksdiscountreturnnonresident */
|
|
28132
|
+
deferredPurchaseOfWorksDiscountReturnNonResident?: number | null;
|
|
28133
|
+
/** Deferredsalesofgoodsdiscountreturnresident */
|
|
28134
|
+
deferredSalesOfGoodsDiscountReturnResident?: number | null;
|
|
28135
|
+
/** Salesofgoodsdiscountstockreturnnonresident */
|
|
28136
|
+
salesOfGoodsDiscountStockReturnNonResident?: number | null;
|
|
28111
28137
|
};
|
|
28112
28138
|
/** ChartOfAccountInfoSchema */
|
|
28113
28139
|
ChartOfAccountInfoSchema: {
|
|
@@ -28358,6 +28384,19 @@ export interface components {
|
|
|
28358
28384
|
deferredSalesOfGoodsDiscountReturnNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
28359
28385
|
deferredSalesOfServiceDiscountReturnNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
28360
28386
|
deferredSalesOfWorksDiscountReturnNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
28387
|
+
purchaseOfGoodsDiscountStockReturnResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
28388
|
+
deferredPurchaseOfGoodsDiscountReturnResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
28389
|
+
purchaseOfServiceDiscountReturnResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
28390
|
+
deferredPurchaseOfServiceDiscountReturnResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
28391
|
+
deferredPurchaseOfWorksDiscountReturnResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
28392
|
+
purchaseOfGoodsDiscountReturnNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
28393
|
+
purchaseOfGoodsDiscountStockReturnNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
28394
|
+
deferredPurchaseOfGoodsDiscountReturnNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
28395
|
+
purchaseOfServiceDiscountReturnNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
28396
|
+
deferredPurchaseOfServiceDiscountReturnNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
28397
|
+
deferredPurchaseOfWorksDiscountReturnNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
28398
|
+
deferredSalesOfGoodsDiscountReturnResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
28399
|
+
salesOfGoodsDiscountStockReturnNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
28361
28400
|
};
|
|
28362
28401
|
/**
|
|
28363
28402
|
* SubsidiaryAccountListType
|