@silexpert/core 0.4.27 → 0.4.30
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/es/api/resources/Immobilization.d.ts +4 -0
- package/es/api/resources/Immobilization.d.ts.map +1 -1
- package/es/api/resources/Immobilization.js +3 -0
- package/es/api/resources/Immobilization.js.map +1 -1
- package/es/api/resources/Loan.d.ts +11 -0
- package/es/api/resources/Loan.d.ts.map +1 -0
- package/es/api/resources/Loan.js +13 -0
- package/es/api/resources/Loan.js.map +1 -0
- package/es/api/resources/PromoCode.d.ts +9 -0
- package/es/api/resources/PromoCode.d.ts.map +1 -0
- package/es/api/resources/PromoCode.js +16 -0
- package/es/api/resources/PromoCode.js.map +1 -0
- package/es/api/resources/Society.d.ts +2 -1
- package/es/api/resources/Society.d.ts.map +1 -1
- package/es/api/resources/Society.js +3 -0
- package/es/api/resources/Society.js.map +1 -1
- package/es/api/resources/SocietyPromoCode.d.ts +8 -0
- package/es/api/resources/SocietyPromoCode.d.ts.map +1 -0
- package/es/api/resources/SocietyPromoCode.js +13 -0
- package/es/api/resources/SocietyPromoCode.js.map +1 -0
- package/es/api/resources/Stocks.d.ts +11 -0
- package/es/api/resources/Stocks.d.ts.map +1 -0
- package/es/api/resources/Stocks.js +22 -0
- package/es/api/resources/Stocks.js.map +1 -0
- package/es/api/resources.d.ts +8 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +8 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/Activity.d.ts +7 -0
- package/es/types/Enum/Activity.d.ts.map +1 -0
- package/es/types/Enum/Activity.js +8 -0
- package/es/types/Enum/Activity.js.map +1 -0
- package/es/types/Enum/CerfaType.d.ts +15 -0
- package/es/types/Enum/CerfaType.d.ts.map +1 -0
- package/es/types/Enum/CerfaType.js +15 -0
- package/es/types/Enum/CerfaType.js.map +1 -0
- package/es/types/Enum/FiscalRegime.d.ts +6 -0
- package/es/types/Enum/FiscalRegime.d.ts.map +1 -0
- package/es/types/Enum/FiscalRegime.js +7 -0
- package/es/types/Enum/FiscalRegime.js.map +1 -0
- package/es/types/Enum/GlobalRegime.d.ts +30 -0
- package/es/types/Enum/GlobalRegime.d.ts.map +1 -0
- package/es/types/Enum/GlobalRegime.js +412 -0
- package/es/types/Enum/GlobalRegime.js.map +1 -0
- package/es/types/Enum/ImmobilizationType.d.ts +46 -0
- package/es/types/Enum/ImmobilizationType.d.ts.map +1 -1
- package/es/types/Enum/ImmobilizationType.js +47 -1
- package/es/types/Enum/ImmobilizationType.js.map +1 -1
- package/es/types/Enum/ProfitsType.d.ts +5 -0
- package/es/types/Enum/ProfitsType.d.ts.map +1 -0
- package/es/types/Enum/ProfitsType.js +6 -0
- package/es/types/Enum/ProfitsType.js.map +1 -0
- package/es/types/Enum/StockType.d.ts +15 -55
- package/es/types/Enum/StockType.d.ts.map +1 -1
- package/es/types/Enum/StockType.js +24 -0
- package/es/types/Enum/StockType.js.map +1 -1
- package/es/types/Enum/TaxSystem.d.ts +6 -0
- package/es/types/Enum/TaxSystem.d.ts.map +1 -0
- package/es/types/Enum/TaxSystem.js +7 -0
- package/es/types/Enum/TaxSystem.js.map +1 -0
- package/es/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.d.ts +5 -0
- package/es/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.d.ts.map +1 -0
- package/es/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.js +22 -0
- package/es/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.js.map +1 -0
- package/es/types/Interface/api/immobilization/CreateImmobilization.d.ts +7 -1
- package/es/types/Interface/api/immobilization/CreateImmobilization.d.ts.map +1 -1
- package/es/types/Interface/api/immobilization/CreateImmobilization.js +19 -1
- package/es/types/Interface/api/immobilization/CreateImmobilization.js.map +1 -1
- package/es/types/Interface/api/loan/CreateLoan.d.ts +10 -0
- package/es/types/Interface/api/loan/CreateLoan.d.ts.map +1 -0
- package/es/types/Interface/api/loan/CreateLoan.js +41 -0
- package/es/types/Interface/api/loan/CreateLoan.js.map +1 -0
- package/es/types/Interface/api/promoCode/CreatePromoCode.d.ts +12 -0
- package/es/types/Interface/api/promoCode/CreatePromoCode.d.ts.map +1 -0
- package/es/types/Interface/api/promoCode/CreatePromoCode.js +49 -0
- package/es/types/Interface/api/promoCode/CreatePromoCode.js.map +1 -0
- package/es/types/Interface/api/promoCode/UpdatePromoCode.d.ts +12 -0
- package/es/types/Interface/api/promoCode/UpdatePromoCode.d.ts.map +1 -0
- package/es/types/Interface/api/promoCode/UpdatePromoCode.js +49 -0
- package/es/types/Interface/api/promoCode/UpdatePromoCode.js.map +1 -0
- package/es/types/Interface/api/society/UpdateSociety.d.ts +3 -0
- package/es/types/Interface/api/society/UpdateSociety.d.ts.map +1 -1
- package/es/types/Interface/api/society/UpdateSociety.js +12 -0
- package/es/types/Interface/api/society/UpdateSociety.js.map +1 -1
- package/es/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.d.ts +5 -0
- package/es/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.d.ts.map +1 -0
- package/es/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.js +21 -0
- package/es/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.js.map +1 -0
- package/es/types/Interface/api/stock/StockEntries.d.ts +20 -0
- package/es/types/Interface/api/stock/StockEntries.d.ts.map +1 -0
- package/es/types/Interface/api/stock/StockEntries.js +114 -0
- package/es/types/Interface/api/stock/StockEntries.js.map +1 -0
- package/es/types/Interface/api/stock/Stocks.d.ts +14 -0
- package/es/types/Interface/api/stock/Stocks.d.ts.map +1 -0
- package/es/types/Interface/api/stock/Stocks.js +2 -0
- package/es/types/Interface/api/stock/Stocks.js.map +1 -0
- package/es/types/Interface/api/stock/StocksDepreciationInterface.d.ts +8 -0
- package/es/types/Interface/api/stock/StocksDepreciationInterface.d.ts.map +1 -0
- package/es/types/Interface/api/stock/StocksDepreciationInterface.js +2 -0
- package/es/types/Interface/api/stock/StocksDepreciationInterface.js.map +1 -0
- package/es/types/Interface/api/stock/StocksType.d.ts +7 -0
- package/es/types/Interface/api/stock/StocksType.d.ts.map +1 -0
- package/es/types/Interface/api/stock/StocksType.js +2 -0
- package/es/types/Interface/api/stock/StocksType.js.map +1 -0
- package/es/types/Interface/models/IApiError.d.ts +2 -0
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +2 -0
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/IBalanceSheetModule.d.ts +11 -0
- package/es/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -0
- package/es/types/Interface/models/IBalanceSheetModule.js +2 -0
- package/es/types/Interface/models/IBalanceSheetModule.js.map +1 -0
- package/es/types/Interface/models/ICustomerTva.d.ts +2 -0
- package/es/types/Interface/models/ICustomerTva.d.ts.map +1 -1
- package/es/types/Interface/models/ICustomerTva.js.map +1 -1
- package/es/types/Interface/models/IExerciceComment.d.ts +13 -0
- package/es/types/Interface/models/IExerciceComment.d.ts.map +1 -0
- package/es/types/Interface/models/IExerciceComment.js +2 -0
- package/es/types/Interface/models/IExerciceComment.js.map +1 -0
- package/es/types/Interface/models/IExerciceDetail.d.ts +2 -0
- package/es/types/Interface/models/IExerciceDetail.d.ts.map +1 -1
- package/es/types/Interface/models/IExerciceDetail.js.map +1 -1
- package/es/types/Interface/models/IImmobilization.d.ts +3 -0
- package/es/types/Interface/models/IImmobilization.d.ts.map +1 -1
- package/es/types/Interface/models/IImmobilization.js.map +1 -1
- package/es/types/Interface/models/ILoan.d.ts +18 -0
- package/es/types/Interface/models/ILoan.d.ts.map +1 -0
- package/es/types/Interface/models/ILoan.js +2 -0
- package/es/types/Interface/models/ILoan.js.map +1 -0
- package/es/types/Interface/models/IPromoCode.d.ts +15 -0
- package/es/types/Interface/models/IPromoCode.d.ts.map +1 -0
- package/es/types/Interface/models/IPromoCode.js +2 -0
- package/es/types/Interface/models/IPromoCode.js.map +1 -0
- package/es/types/Interface/models/IRefund.d.ts +3 -3
- package/es/types/Interface/models/IRefund.d.ts.map +1 -1
- package/es/types/Interface/models/IRefund.js.map +1 -1
- package/es/types/Interface/models/ISocietyDetail.d.ts +5 -1
- package/es/types/Interface/models/ISocietyDetail.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietyDetail.js.map +1 -1
- package/es/types/Interface/models/ISocietyPromoCode.d.ts +8 -0
- package/es/types/Interface/models/ISocietyPromoCode.d.ts.map +1 -0
- package/es/types/Interface/models/ISocietyPromoCode.js +2 -0
- package/es/types/Interface/models/ISocietyPromoCode.js.map +1 -0
- package/es/types/Interface/models/IStock.d.ts +11 -0
- package/es/types/Interface/models/IStock.d.ts.map +1 -0
- package/es/types/Interface/models/IStock.js +2 -0
- package/es/types/Interface/models/IStock.js.map +1 -0
- package/es/types/Interface/models/IUser.d.ts +1 -0
- package/es/types/Interface/models/IUser.d.ts.map +1 -1
- package/es/types/Interface/models/IUser.js.map +1 -1
- package/es/types/index.d.ts +19 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +21 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Immobilization.js +4 -0
- package/js/api/resources/Immobilization.js.map +1 -1
- package/js/api/resources/Loan.js +26 -0
- package/js/api/resources/Loan.js.map +1 -0
- package/js/api/resources/PromoCode.js +30 -0
- package/js/api/resources/PromoCode.js.map +1 -0
- package/js/api/resources/Society.js +4 -0
- package/js/api/resources/Society.js.map +1 -1
- package/js/api/resources/SocietyPromoCode.js +26 -0
- package/js/api/resources/SocietyPromoCode.js.map +1 -0
- package/js/api/resources/Stocks.js +44 -0
- package/js/api/resources/Stocks.js.map +1 -0
- package/js/api/resources.js +13 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/Activity.js +14 -0
- package/js/types/Enum/Activity.js.map +1 -0
- package/js/types/Enum/CerfaType.js +20 -0
- package/js/types/Enum/CerfaType.js.map +1 -0
- package/js/types/Enum/FiscalRegime.js +13 -0
- package/js/types/Enum/FiscalRegime.js.map +1 -0
- package/js/types/Enum/GlobalRegime.js +376 -0
- package/js/types/Enum/GlobalRegime.js.map +1 -0
- package/js/types/Enum/ImmobilizationType.js +85 -37
- package/js/types/Enum/ImmobilizationType.js.map +1 -1
- package/js/types/Enum/ProfitsType.js +12 -0
- package/js/types/Enum/ProfitsType.js.map +1 -0
- package/js/types/Enum/StockType.js +25 -1
- package/js/types/Enum/StockType.js.map +1 -1
- package/js/types/Enum/TaxSystem.js +13 -0
- package/js/types/Enum/TaxSystem.js.map +1 -0
- package/js/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.js +31 -0
- package/js/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.js.map +1 -0
- package/js/types/Interface/api/immobilization/CreateImmobilization.js +17 -1
- package/js/types/Interface/api/immobilization/CreateImmobilization.js.map +1 -1
- package/js/types/Interface/api/loan/CreateLoan.js +39 -0
- package/js/types/Interface/api/loan/CreateLoan.js.map +1 -0
- package/js/types/Interface/api/promoCode/CreatePromoCode.js +43 -0
- package/js/types/Interface/api/promoCode/CreatePromoCode.js.map +1 -0
- package/js/types/Interface/api/promoCode/UpdatePromoCode.js +43 -0
- package/js/types/Interface/api/promoCode/UpdatePromoCode.js.map +1 -0
- package/js/types/Interface/api/society/UpdateSociety.js +6 -0
- package/js/types/Interface/api/society/UpdateSociety.js.map +1 -1
- package/js/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.js +29 -0
- package/js/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.js.map +1 -0
- package/js/types/Interface/api/stock/StockEntries.js +98 -0
- package/js/types/Interface/api/stock/StockEntries.js.map +1 -0
- package/js/types/Interface/api/stock/Stocks.js +6 -0
- package/js/types/Interface/api/stock/Stocks.js.map +1 -0
- package/js/types/Interface/api/stock/StocksDepreciationInterface.js +6 -0
- package/js/types/Interface/api/stock/StocksDepreciationInterface.js.map +1 -0
- package/js/types/Interface/api/stock/StocksType.js +6 -0
- package/js/types/Interface/api/stock/StocksType.js.map +1 -0
- package/js/types/Interface/models/IApiError.js +3 -1
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/Interface/models/IBalanceSheetModule.js +6 -0
- package/js/types/Interface/models/IBalanceSheetModule.js.map +1 -0
- package/js/types/Interface/models/IExerciceComment.js +6 -0
- package/js/types/Interface/models/IExerciceComment.js.map +1 -0
- package/js/types/Interface/models/ILoan.js +6 -0
- package/js/types/Interface/models/ILoan.js.map +1 -0
- package/js/types/Interface/models/IPromoCode.js +6 -0
- package/js/types/Interface/models/IPromoCode.js.map +1 -0
- package/js/types/Interface/models/ISocietyPromoCode.js +6 -0
- package/js/types/Interface/models/ISocietyPromoCode.js.map +1 -0
- package/js/types/Interface/models/IStock.js +6 -0
- package/js/types/Interface/models/IStock.js.map +1 -0
- package/js/types/index.js +228 -0
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Immobilization.ts +4 -0
- package/ts/api/resources/Loan.ts +17 -0
- package/ts/api/resources/PromoCode.ts +20 -0
- package/ts/api/resources/Society.ts +4 -0
- package/ts/api/resources/SocietyPromoCode.ts +16 -0
- package/ts/api/resources/Stocks.ts +28 -0
- package/ts/api/resources.ts +8 -0
- package/ts/types/Enum/Activity.ts +6 -0
- package/ts/types/Enum/CerfaType.ts +14 -0
- package/ts/types/Enum/FiscalRegime.ts +5 -0
- package/ts/types/Enum/GlobalRegime.ts +441 -0
- package/ts/types/Enum/ImmobilizationType.ts +51 -4
- package/ts/types/Enum/ProfitsType.ts +4 -0
- package/ts/types/Enum/StockType.ts +31 -2
- package/ts/types/Enum/TaxSystem.ts +5 -0
- package/ts/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.ts +10 -0
- package/ts/types/Interface/api/immobilization/CreateImmobilization.ts +16 -2
- package/ts/types/Interface/api/loan/CreateLoan.ts +24 -0
- package/ts/types/Interface/api/promoCode/CreatePromoCode.ts +30 -0
- package/ts/types/Interface/api/promoCode/UpdatePromoCode.ts +30 -0
- package/ts/types/Interface/api/society/UpdateSociety.ts +9 -0
- package/ts/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.ts +9 -0
- package/ts/types/Interface/api/stock/StockEntries.ts +115 -0
- package/ts/types/Interface/api/stock/Stocks.ts +14 -0
- package/ts/types/Interface/api/stock/StocksDepreciationInterface.ts +8 -0
- package/ts/types/Interface/api/stock/StocksType.ts +6 -0
- package/ts/types/Interface/models/IApiError.ts +2 -0
- package/ts/types/Interface/models/IBalanceSheetModule.ts +11 -0
- package/ts/types/Interface/models/ICustomerTva.ts +2 -0
- package/ts/types/Interface/models/IExerciceComment.ts +16 -0
- package/ts/types/Interface/models/IExerciceDetail.ts +2 -0
- package/ts/types/Interface/models/IImmobilization.ts +3 -0
- package/ts/types/Interface/models/ILoan.ts +20 -0
- package/ts/types/Interface/models/IPromoCode.ts +14 -0
- package/ts/types/Interface/models/IRefund.ts +3 -3
- package/ts/types/Interface/models/ISocietyDetail.ts +5 -1
- package/ts/types/Interface/models/ISocietyPromoCode.ts +7 -0
- package/ts/types/Interface/models/IStock.ts +10 -0
- package/ts/types/Interface/models/IUser.ts +1 -0
- package/ts/types/index.ts +21 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProfitsType.js","sourceRoot":"","sources":["../../../ts/types/Enum/ProfitsType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,WAGX;AAHD,WAAY,WAAW;IACrB,2CAAO,CAAA;IACP,2CAAO,CAAA;AACT,CAAC,EAHW,WAAW,KAAX,WAAW,QAGtB","sourcesContent":["export enum ProfitsType {\n BIC = 1,\n BNC = 2,\n}"]}
|
|
@@ -1,57 +1,17 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
STOCK_MATIERE_CONSOMMABLE:
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
};
|
|
17
|
-
STOCK_EMBALLAGE: {
|
|
18
|
-
idAccount: number;
|
|
19
|
-
idAccountVariation: number;
|
|
20
|
-
idAccountDepreciation: number;
|
|
21
|
-
};
|
|
22
|
-
STOCK_MARCHANDISE: {
|
|
23
|
-
idAccount: number;
|
|
24
|
-
idAccountVariation: number;
|
|
25
|
-
idAccountDepreciation: number;
|
|
26
|
-
};
|
|
27
|
-
STOCK_PRODUITS_PRODUCTION_EN_COURS: {
|
|
28
|
-
idAccount: number;
|
|
29
|
-
idAccountVariation: number;
|
|
30
|
-
idAccountDepreciation: number;
|
|
31
|
-
};
|
|
32
|
-
STOCK_TRAVAUX_PRODUCTION_EN_COURS: {
|
|
33
|
-
idAccount: number;
|
|
34
|
-
idAccountVariation: number;
|
|
35
|
-
idAccountDepreciation: number;
|
|
36
|
-
};
|
|
37
|
-
STOCK_PRODUITS_SERVICE_EN_COURS: {
|
|
38
|
-
idAccount: number;
|
|
39
|
-
idAccountVariation: number;
|
|
40
|
-
idAccountDepreciation: number;
|
|
41
|
-
};
|
|
42
|
-
STOCK_PRESTATION_SERVICE_EN_COURS: {
|
|
43
|
-
idAccount: number;
|
|
44
|
-
idAccountVariation: number;
|
|
45
|
-
idAccountDepreciation: number;
|
|
46
|
-
};
|
|
47
|
-
STOCK_PRODUITS_FINI: {
|
|
48
|
-
idAccount: number;
|
|
49
|
-
idAccountVariation: number;
|
|
50
|
-
idAccountDepreciation: number;
|
|
51
|
-
};
|
|
52
|
-
DEPRECIATION_STOCK: {
|
|
53
|
-
idAccount: number;
|
|
54
|
-
idAccountExtourne: number;
|
|
55
|
-
};
|
|
1
|
+
import { stockInterface } from '../Interface/api/stock/Stocks';
|
|
2
|
+
import { depreciationInterface } from '../Interface/api/stock/StocksDepreciationInterface';
|
|
3
|
+
export declare const StockType: stockInterface;
|
|
4
|
+
export declare const StockDepreciation: depreciationInterface;
|
|
5
|
+
export declare const StockMapping: {
|
|
6
|
+
STOCK_MATIERE_PREMIERE: string;
|
|
7
|
+
STOCK_MATIERE_CONSOMMABLE: string;
|
|
8
|
+
STOCK_FOURNITURE_CONSOMMABLE: string;
|
|
9
|
+
STOCK_EMBALLAGE: string;
|
|
10
|
+
STOCK_MARCHANDISE: string;
|
|
11
|
+
STOCK_PRODUITS_PRODUCTION_EN_COURS: string;
|
|
12
|
+
STOCK_TRAVAUX_PRODUCTION_EN_COURS: string;
|
|
13
|
+
STOCK_PRODUITS_SERVICE_EN_COURS: string;
|
|
14
|
+
STOCK_PRESTATION_SERVICE_EN_COURS: string;
|
|
15
|
+
STOCK_PRODUITS_FINI: string;
|
|
56
16
|
};
|
|
57
17
|
//# sourceMappingURL=StockType.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StockType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/StockType.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"StockType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/StockType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAC/D,OAAO,EAAE,qBAAqB,EAAE,MAAM,oDAAoD,CAAC;AAE3F,eAAO,MAAM,SAAS,EAAE,cA6DvB,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAK/B,CAAC;AAEF,eAAO,MAAM,YAAY;;;;;;;;;;;CAWxB,CAAC"}
|
|
@@ -1,57 +1,81 @@
|
|
|
1
1
|
export const StockType = {
|
|
2
2
|
STOCK_MATIERE_PREMIERE: {
|
|
3
|
+
designation: 'Stock de matière première',
|
|
3
4
|
idAccount: 35,
|
|
4
5
|
idAccountVariation: 28,
|
|
5
6
|
idAccountDepreciation: 375,
|
|
6
7
|
},
|
|
7
8
|
STOCK_MATIERE_CONSOMMABLE: {
|
|
9
|
+
designation: 'Stock de matière consommable',
|
|
8
10
|
idAccount: 182,
|
|
9
11
|
idAccountVariation: 29,
|
|
10
12
|
idAccountDepreciation: 381,
|
|
11
13
|
},
|
|
12
14
|
STOCK_FOURNITURE_CONSOMMABLE: {
|
|
15
|
+
designation: 'Stock de fourniture consommable',
|
|
13
16
|
idAccount: 338,
|
|
14
17
|
idAccountVariation: 29,
|
|
15
18
|
idAccountDepreciation: 382,
|
|
16
19
|
},
|
|
17
20
|
STOCK_EMBALLAGE: {
|
|
21
|
+
designation: 'Stock emballage',
|
|
18
22
|
idAccount: 344,
|
|
19
23
|
idAccountVariation: 29,
|
|
20
24
|
idAccountDepreciation: 383,
|
|
21
25
|
},
|
|
22
26
|
STOCK_MARCHANDISE: {
|
|
27
|
+
designation: 'Stock de marchandise',
|
|
23
28
|
idAccount: 372,
|
|
24
29
|
idAccountVariation: 36,
|
|
25
30
|
idAccountDepreciation: 393,
|
|
26
31
|
},
|
|
27
32
|
STOCK_PRODUITS_PRODUCTION_EN_COURS: {
|
|
33
|
+
designation: 'Stock de produits de production en cours',
|
|
28
34
|
idAccount: 349,
|
|
29
35
|
idAccountVariation: 421,
|
|
30
36
|
idAccountDepreciation: 385,
|
|
31
37
|
},
|
|
32
38
|
STOCK_TRAVAUX_PRODUCTION_EN_COURS: {
|
|
39
|
+
designation: 'Stock de travaux de production en cours',
|
|
33
40
|
idAccount: 352,
|
|
34
41
|
idAccountVariation: 422,
|
|
35
42
|
idAccountDepreciation: 396,
|
|
36
43
|
},
|
|
37
44
|
STOCK_PRODUITS_SERVICE_EN_COURS: {
|
|
45
|
+
designation: 'Stock de produit et service en cours',
|
|
38
46
|
idAccount: 355,
|
|
39
47
|
idAccountVariation: 424,
|
|
40
48
|
idAccountDepreciation: 388,
|
|
41
49
|
},
|
|
42
50
|
STOCK_PRESTATION_SERVICE_EN_COURS: {
|
|
51
|
+
designation: 'Stock de prestation de service en cours',
|
|
43
52
|
idAccount: 358,
|
|
44
53
|
idAccountVariation: 425,
|
|
45
54
|
idAccountDepreciation: 389,
|
|
46
55
|
},
|
|
47
56
|
STOCK_PRODUITS_FINI: {
|
|
57
|
+
designation: 'Stock de produits finis',
|
|
48
58
|
idAccount: 364,
|
|
49
59
|
idAccountVariation: 428,
|
|
50
60
|
idAccountDepreciation: 392,
|
|
51
61
|
},
|
|
62
|
+
};
|
|
63
|
+
export const StockDepreciation = {
|
|
52
64
|
DEPRECIATION_STOCK: {
|
|
53
65
|
idAccount: 928,
|
|
54
66
|
idAccountExtourne: 486,
|
|
55
67
|
},
|
|
56
68
|
};
|
|
69
|
+
export const StockMapping = {
|
|
70
|
+
STOCK_MATIERE_PREMIERE: 'rawMaterial',
|
|
71
|
+
STOCK_MATIERE_CONSOMMABLE: 'consumableMaterials',
|
|
72
|
+
STOCK_FOURNITURE_CONSOMMABLE: 'consumables',
|
|
73
|
+
STOCK_EMBALLAGE: 'packaging',
|
|
74
|
+
STOCK_MARCHANDISE: 'merchandises',
|
|
75
|
+
STOCK_PRODUITS_PRODUCTION_EN_COURS: 'semiFinishedProducts',
|
|
76
|
+
STOCK_TRAVAUX_PRODUCTION_EN_COURS: 'workInProgress',
|
|
77
|
+
STOCK_PRODUITS_SERVICE_EN_COURS: 'semiFinishedServices',
|
|
78
|
+
STOCK_PRESTATION_SERVICE_EN_COURS: 'servicesInProgress',
|
|
79
|
+
STOCK_PRODUITS_FINI: 'finishedProducts',
|
|
80
|
+
};
|
|
57
81
|
//# sourceMappingURL=StockType.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StockType.js","sourceRoot":"","sources":["../../../ts/types/Enum/StockType.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"StockType.js","sourceRoot":"","sources":["../../../ts/types/Enum/StockType.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,MAAM,SAAS,GAAmB;IACvC,sBAAsB,EAAE;QACtB,WAAW,EAAE,2BAA2B;QACxC,SAAS,EAAE,EAAE;QACb,kBAAkB,EAAE,EAAE;QACtB,qBAAqB,EAAE,GAAG;KAC3B;IACD,yBAAyB,EAAE;QACzB,WAAW,EAAE,8BAA8B;QAC3C,SAAS,EAAE,GAAG;QACd,kBAAkB,EAAE,EAAE;QACtB,qBAAqB,EAAE,GAAG;KAC3B;IACD,4BAA4B,EAAE;QAC5B,WAAW,EAAE,iCAAiC;QAC9C,SAAS,EAAE,GAAG;QACd,kBAAkB,EAAE,EAAE;QACtB,qBAAqB,EAAE,GAAG;KAC3B;IACD,eAAe,EAAE;QACf,WAAW,EAAE,iBAAiB;QAC9B,SAAS,EAAE,GAAG;QACd,kBAAkB,EAAE,EAAE;QACtB,qBAAqB,EAAE,GAAG;KAC3B;IACD,iBAAiB,EAAE;QACjB,WAAW,EAAE,sBAAsB;QACnC,SAAS,EAAE,GAAG;QACd,kBAAkB,EAAE,EAAE;QACtB,qBAAqB,EAAE,GAAG;KAC3B;IACD,kCAAkC,EAAE;QAClC,WAAW,EAAE,0CAA0C;QACvD,SAAS,EAAE,GAAG;QACd,kBAAkB,EAAE,GAAG;QACvB,qBAAqB,EAAE,GAAG;KAC3B;IACD,iCAAiC,EAAE;QACjC,WAAW,EAAE,yCAAyC;QACtD,SAAS,EAAE,GAAG;QACd,kBAAkB,EAAE,GAAG;QACvB,qBAAqB,EAAE,GAAG;KAC3B;IACD,+BAA+B,EAAE;QAC/B,WAAW,EAAE,sCAAsC;QACnD,SAAS,EAAE,GAAG;QACd,kBAAkB,EAAE,GAAG;QACvB,qBAAqB,EAAE,GAAG;KAC3B;IACD,iCAAiC,EAAE;QACjC,WAAW,EAAE,yCAAyC;QACtD,SAAS,EAAE,GAAG;QACd,kBAAkB,EAAE,GAAG;QACvB,qBAAqB,EAAE,GAAG;KAC3B;IACD,mBAAmB,EAAE;QACnB,WAAW,EAAE,yBAAyB;QACtC,SAAS,EAAE,GAAG;QACd,kBAAkB,EAAE,GAAG;QACvB,qBAAqB,EAAE,GAAG;KAC3B;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA0B;IACtD,kBAAkB,EAAE;QAClB,SAAS,EAAE,GAAG;QACd,iBAAiB,EAAE,GAAG;KACvB;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,sBAAsB,EAAE,aAAa;IACrC,yBAAyB,EAAE,qBAAqB;IAChD,4BAA4B,EAAE,aAAa;IAC3C,eAAe,EAAE,WAAW;IAC5B,iBAAiB,EAAE,cAAc;IACjC,kCAAkC,EAAE,sBAAsB;IAC1D,iCAAiC,EAAE,gBAAgB;IACnD,+BAA+B,EAAE,sBAAsB;IACvD,iCAAiC,EAAE,oBAAoB;IACvD,mBAAmB,EAAE,kBAAkB;CACxC,CAAC","sourcesContent":["import { stockInterface } from '../Interface/api/stock/Stocks';\nimport { depreciationInterface } from '../Interface/api/stock/StocksDepreciationInterface';\n\nexport const StockType: stockInterface = {\n STOCK_MATIERE_PREMIERE: {\n designation: 'Stock de matière première',\n idAccount: 35,\n idAccountVariation: 28,\n idAccountDepreciation: 375,\n },\n STOCK_MATIERE_CONSOMMABLE: {\n designation: 'Stock de matière consommable',\n idAccount: 182,\n idAccountVariation: 29,\n idAccountDepreciation: 381,\n },\n STOCK_FOURNITURE_CONSOMMABLE: {\n designation: 'Stock de fourniture consommable',\n idAccount: 338,\n idAccountVariation: 29,\n idAccountDepreciation: 382,\n },\n STOCK_EMBALLAGE: {\n designation: 'Stock emballage',\n idAccount: 344,\n idAccountVariation: 29,\n idAccountDepreciation: 383,\n },\n STOCK_MARCHANDISE: {\n designation: 'Stock de marchandise',\n idAccount: 372,\n idAccountVariation: 36,\n idAccountDepreciation: 393,\n },\n STOCK_PRODUITS_PRODUCTION_EN_COURS: {\n designation: 'Stock de produits de production en cours',\n idAccount: 349,\n idAccountVariation: 421,\n idAccountDepreciation: 385,\n },\n STOCK_TRAVAUX_PRODUCTION_EN_COURS: {\n designation: 'Stock de travaux de production en cours',\n idAccount: 352,\n idAccountVariation: 422,\n idAccountDepreciation: 396,\n },\n STOCK_PRODUITS_SERVICE_EN_COURS: {\n designation: 'Stock de produit et service en cours',\n idAccount: 355,\n idAccountVariation: 424,\n idAccountDepreciation: 388,\n },\n STOCK_PRESTATION_SERVICE_EN_COURS: {\n designation: 'Stock de prestation de service en cours',\n idAccount: 358,\n idAccountVariation: 425,\n idAccountDepreciation: 389,\n },\n STOCK_PRODUITS_FINI: {\n designation: 'Stock de produits finis',\n idAccount: 364,\n idAccountVariation: 428,\n idAccountDepreciation: 392,\n },\n};\n\nexport const StockDepreciation: depreciationInterface = {\n DEPRECIATION_STOCK: {\n idAccount: 928,\n idAccountExtourne: 486,\n },\n};\n\nexport const StockMapping = {\n STOCK_MATIERE_PREMIERE: 'rawMaterial',\n STOCK_MATIERE_CONSOMMABLE: 'consumableMaterials',\n STOCK_FOURNITURE_CONSOMMABLE: 'consumables',\n STOCK_EMBALLAGE: 'packaging',\n STOCK_MARCHANDISE: 'merchandises',\n STOCK_PRODUITS_PRODUCTION_EN_COURS: 'semiFinishedProducts',\n STOCK_TRAVAUX_PRODUCTION_EN_COURS: 'workInProgress',\n STOCK_PRODUITS_SERVICE_EN_COURS: 'semiFinishedServices',\n STOCK_PRESTATION_SERVICE_EN_COURS: 'servicesInProgress',\n STOCK_PRODUITS_FINI: 'finishedProducts',\n};\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TaxSystem.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/TaxSystem.ts"],"names":[],"mappings":"AAAA,oBAAY,SAAS;IACnB,EAAE,IAAI;IACN,EAAE,IAAI;IACN,EAAE,IAAI;CACP"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TaxSystem.js","sourceRoot":"","sources":["../../../ts/types/Enum/TaxSystem.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,SAIX;AAJD,WAAY,SAAS;IACnB,qCAAM,CAAA;IACN,qCAAM,CAAA;IACN,qCAAM,CAAA;AACR,CAAC,EAJW,SAAS,KAAT,SAAS,QAIpB","sourcesContent":["export enum TaxSystem {\n IS = 1,\n IR = 2,\n NA = 3,\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateBudgetBalanceBankAccount.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.ts"],"names":[],"mappings":"AAGA,qBAAa,8BAA8B;IAEzC,SAAS,EAAE,MAAM,CAAC;IAGlB,OAAO,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { ApiProperty } from '../../../..';
|
|
11
|
+
import { ApiPropertyOptional } from '../../../../utils';
|
|
12
|
+
export class CreateBudgetBalanceBankAccount {
|
|
13
|
+
}
|
|
14
|
+
__decorate([
|
|
15
|
+
ApiProperty(),
|
|
16
|
+
__metadata("design:type", String)
|
|
17
|
+
], CreateBudgetBalanceBankAccount.prototype, "dateStart", void 0);
|
|
18
|
+
__decorate([
|
|
19
|
+
ApiPropertyOptional(),
|
|
20
|
+
__metadata("design:type", String)
|
|
21
|
+
], CreateBudgetBalanceBankAccount.prototype, "dateEnd", void 0);
|
|
22
|
+
//# sourceMappingURL=CreateBudgetBalanceBankAccount.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateBudgetBalanceBankAccount.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,8BAA8B;CAM1C;AAJC;IADC,WAAW,EAAE;;iEACI;AAGlB;IADC,mBAAmB,EAAE;;+DACN","sourcesContent":["import { ApiProperty } from '../../../..';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateBudgetBalanceBankAccount {\n @ApiProperty()\n dateStart: string;\n\n @ApiPropertyOptional()\n dateEnd: string;\n}"]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DepreciationMethods } from '../../../Enum/ImmobilizationType';
|
|
1
|
+
import { DepreciationMethods, EndOfImmobilizationType } from '../../../Enum/ImmobilizationType';
|
|
2
2
|
export declare class CreateImmobilizationForm {
|
|
3
3
|
reference: string;
|
|
4
4
|
designation: string;
|
|
@@ -11,4 +11,10 @@ export declare class CreateImmobilizationForm {
|
|
|
11
11
|
provider: string;
|
|
12
12
|
idAccount: number;
|
|
13
13
|
}
|
|
14
|
+
export declare class CreateEndOfImmobilizationForm {
|
|
15
|
+
type: typeof EndOfImmobilizationType[keyof typeof EndOfImmobilizationType];
|
|
16
|
+
quantity: number;
|
|
17
|
+
date: Date;
|
|
18
|
+
amount?: number;
|
|
19
|
+
}
|
|
14
20
|
//# sourceMappingURL=CreateImmobilization.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateImmobilization.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/immobilization/CreateImmobilization.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"CreateImmobilization.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/immobilization/CreateImmobilization.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAEhG,qBAAa,wBAAwB;IAEnC,SAAS,EAAE,MAAM,CAAC;IAGlB,WAAW,EAAE,MAAM,CAAC;IAGpB,eAAe,EAAE,IAAI,CAAC;IAGtB,QAAQ,EAAE,MAAM,CAAC;IAGjB,QAAQ,EAAE,MAAM,CAAC;IAGjB,kBAAkB,EAAE,mBAAmB,CAAC;IAGxC,yBAAyB,EAAE,MAAM,CAAC;IAGlC,qBAAqB,EAAE,MAAM,CAAC;IAG9B,QAAQ,EAAE,MAAM,CAAC;IAGjB,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,qBAAa,6BAA6B;IAExC,IAAI,EAAE,OAAO,uBAAuB,CAAC,MAAM,OAAO,uBAAuB,CAAC,CAAC;IAG3E,QAAQ,EAAE,MAAM,CAAC;IAGjB,IAAI,EAAE,IAAI,CAAC;IAGX,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -7,7 +7,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
7
7
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
8
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
9
|
};
|
|
10
|
-
import { ApiProperty } from '../../../../utils';
|
|
10
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
11
11
|
import { DepreciationMethods } from '../../../Enum/ImmobilizationType';
|
|
12
12
|
export class CreateImmobilizationForm {
|
|
13
13
|
}
|
|
@@ -51,4 +51,22 @@ __decorate([
|
|
|
51
51
|
ApiProperty(),
|
|
52
52
|
__metadata("design:type", Number)
|
|
53
53
|
], CreateImmobilizationForm.prototype, "idAccount", void 0);
|
|
54
|
+
export class CreateEndOfImmobilizationForm {
|
|
55
|
+
}
|
|
56
|
+
__decorate([
|
|
57
|
+
ApiProperty(),
|
|
58
|
+
__metadata("design:type", Object)
|
|
59
|
+
], CreateEndOfImmobilizationForm.prototype, "type", void 0);
|
|
60
|
+
__decorate([
|
|
61
|
+
ApiProperty(),
|
|
62
|
+
__metadata("design:type", Number)
|
|
63
|
+
], CreateEndOfImmobilizationForm.prototype, "quantity", void 0);
|
|
64
|
+
__decorate([
|
|
65
|
+
ApiProperty({ description: 'Date of cession / trash' }),
|
|
66
|
+
__metadata("design:type", Date)
|
|
67
|
+
], CreateEndOfImmobilizationForm.prototype, "date", void 0);
|
|
68
|
+
__decorate([
|
|
69
|
+
ApiPropertyOptional({ description: 'If sell type, amount' }),
|
|
70
|
+
__metadata("design:type", Number)
|
|
71
|
+
], CreateEndOfImmobilizationForm.prototype, "amount", void 0);
|
|
54
72
|
//# sourceMappingURL=CreateImmobilization.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateImmobilization.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/immobilization/CreateImmobilization.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"CreateImmobilization.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/immobilization/CreateImmobilization.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,mBAAmB,EAA2B,MAAM,kCAAkC,CAAC;AAEhG,MAAM,OAAO,wBAAwB;CA8BpC;AA5BC;IADC,WAAW,EAAE;;2DACI;AAGlB;IADC,WAAW,EAAE;;6DACM;AAGpB;IADC,WAAW,EAAE;8BACG,IAAI;iEAAC;AAGtB;IADC,WAAW,EAAE;;0DACG;AAGjB;IADC,WAAW,EAAE;;0DACG;AAGjB;IADC,WAAW,EAAE;;oEAC0B;AAGxC;IADC,WAAW,EAAE;;2EACoB;AAGlC;IADC,WAAW,EAAE;;uEACgB;AAG9B;IADC,WAAW,EAAE;;0DACG;AAGjB;IADC,WAAW,EAAE;;2DACI;AAGpB,MAAM,OAAO,6BAA6B;CAYzC;AAVC;IADC,WAAW,EAAE;;2DAC6D;AAG3E;IADC,WAAW,EAAE;;+DACG;AAGjB;IADC,WAAW,CAAC,EAAE,WAAW,EAAE,yBAAyB,EAAE,CAAC;8BAClD,IAAI;2DAAC;AAGX;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,sBAAsB,EAAE,CAAC;;6DAC7C","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { DepreciationMethods, EndOfImmobilizationType } from '../../../Enum/ImmobilizationType';\n\nexport class CreateImmobilizationForm {\n @ApiProperty()\n reference: string;\n\n @ApiProperty()\n designation: string;\n\n @ApiProperty()\n acquisitionDate: Date;\n\n @ApiProperty()\n duration: number;\n\n @ApiProperty()\n quantity: number;\n\n @ApiProperty()\n depreciationMethod: DepreciationMethods;\n\n @ApiProperty()\n amountTotalImmobilization: number;\n\n @ApiProperty()\n amountAlreadyDeducted: number;\n\n @ApiProperty()\n provider: string;\n\n @ApiProperty()\n idAccount: number;\n}\n\nexport class CreateEndOfImmobilizationForm {\n @ApiProperty()\n type: typeof EndOfImmobilizationType[keyof typeof EndOfImmobilizationType];\n\n @ApiProperty()\n quantity: number;\n\n @ApiProperty({ description: 'Date of cession / trash' })\n date: Date;\n\n @ApiPropertyOptional({ description: 'If sell type, amount' })\n amount?: number;\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateLoan.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/loan/CreateLoan.ts"],"names":[],"mappings":"AAEA,qBAAa,cAAc;IAEzB,IAAI,EAAE,MAAM,CAAC;IAGb,iBAAiB,EAAE,MAAM,CAAC;IAG1B,MAAM,EAAE,MAAM,CAAC;IAGf,MAAM,EAAE,MAAM,CAAC;IAGf,mBAAmB,EAAE,MAAM,CAAC;IAG5B,kBAAkB,EAAE,MAAM,CAAC;IAG3B,UAAU,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { ApiProperty } from '../../../../utils';
|
|
11
|
+
export class CreateLoanForm {
|
|
12
|
+
}
|
|
13
|
+
__decorate([
|
|
14
|
+
ApiProperty(),
|
|
15
|
+
__metadata("design:type", String)
|
|
16
|
+
], CreateLoanForm.prototype, "name", void 0);
|
|
17
|
+
__decorate([
|
|
18
|
+
ApiProperty(),
|
|
19
|
+
__metadata("design:type", String)
|
|
20
|
+
], CreateLoanForm.prototype, "lenderDesignation", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
ApiProperty(),
|
|
23
|
+
__metadata("design:type", Number)
|
|
24
|
+
], CreateLoanForm.prototype, "number", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
ApiProperty(),
|
|
27
|
+
__metadata("design:type", Number)
|
|
28
|
+
], CreateLoanForm.prototype, "amount", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
ApiProperty(),
|
|
31
|
+
__metadata("design:type", Number)
|
|
32
|
+
], CreateLoanForm.prototype, "assetBeforeExercice", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
ApiProperty(),
|
|
35
|
+
__metadata("design:type", Number)
|
|
36
|
+
], CreateLoanForm.prototype, "assetAfterExercice", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
ApiProperty(),
|
|
39
|
+
__metadata("design:type", Number)
|
|
40
|
+
], CreateLoanForm.prototype, "idExercice", void 0);
|
|
41
|
+
//# sourceMappingURL=CreateLoan.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateLoan.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/loan/CreateLoan.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,MAAM,OAAO,cAAc;CAqB1B;AAnBC;IADC,WAAW,EAAE;;4CACD;AAGb;IADC,WAAW,EAAE;;yDACY;AAG1B;IADC,WAAW,EAAE;;8CACC;AAGf;IADC,WAAW,EAAE;;8CACC;AAGf;IADC,WAAW,EAAE;;2DACc;AAG5B;IADC,WAAW,EAAE;;0DACa;AAG3B;IADC,WAAW,EAAE;;kDACK","sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class CreateLoanForm {\n @ApiProperty()\n name: string;\n\n @ApiProperty()\n lenderDesignation: string;\n\n @ApiProperty()\n number: number;\n\n @ApiProperty()\n amount: number;\n\n @ApiProperty()\n assetBeforeExercice: number;\n\n @ApiProperty()\n assetAfterExercice: number;\n\n @ApiProperty()\n idExercice: number;\n}"]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare class CreatePromoCode {
|
|
2
|
+
name: string;
|
|
3
|
+
microMonthly?: string | null;
|
|
4
|
+
microMonthlyDescription?: string | null;
|
|
5
|
+
microYearly?: string | null;
|
|
6
|
+
microYearlyDescription?: string | null;
|
|
7
|
+
businessMonthly?: string | null;
|
|
8
|
+
businessMonthlyDescription?: string | null;
|
|
9
|
+
businessYearly?: string | null;
|
|
10
|
+
businessYearlyDescription?: string | null;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=CreatePromoCode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreatePromoCode.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/promoCode/CreatePromoCode.ts"],"names":[],"mappings":"AAEA,qBAAa,eAAe;IAE1B,IAAI,EAAE,MAAM,CAAC;IAGb,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAG7B,uBAAuB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGxC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAG5B,sBAAsB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGvC,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGhC,0BAA0B,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAG3C,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAG/B,yBAAyB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3C"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { ApiPropertyOptional, ApiProperty } from '../../../../utils';
|
|
11
|
+
export class CreatePromoCode {
|
|
12
|
+
}
|
|
13
|
+
__decorate([
|
|
14
|
+
ApiProperty(),
|
|
15
|
+
__metadata("design:type", String)
|
|
16
|
+
], CreatePromoCode.prototype, "name", void 0);
|
|
17
|
+
__decorate([
|
|
18
|
+
ApiPropertyOptional(),
|
|
19
|
+
__metadata("design:type", Object)
|
|
20
|
+
], CreatePromoCode.prototype, "microMonthly", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
ApiPropertyOptional(),
|
|
23
|
+
__metadata("design:type", Object)
|
|
24
|
+
], CreatePromoCode.prototype, "microMonthlyDescription", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
ApiPropertyOptional(),
|
|
27
|
+
__metadata("design:type", Object)
|
|
28
|
+
], CreatePromoCode.prototype, "microYearly", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
ApiPropertyOptional(),
|
|
31
|
+
__metadata("design:type", Object)
|
|
32
|
+
], CreatePromoCode.prototype, "microYearlyDescription", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
ApiPropertyOptional(),
|
|
35
|
+
__metadata("design:type", Object)
|
|
36
|
+
], CreatePromoCode.prototype, "businessMonthly", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
ApiPropertyOptional(),
|
|
39
|
+
__metadata("design:type", Object)
|
|
40
|
+
], CreatePromoCode.prototype, "businessMonthlyDescription", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
ApiPropertyOptional(),
|
|
43
|
+
__metadata("design:type", Object)
|
|
44
|
+
], CreatePromoCode.prototype, "businessYearly", void 0);
|
|
45
|
+
__decorate([
|
|
46
|
+
ApiPropertyOptional(),
|
|
47
|
+
__metadata("design:type", Object)
|
|
48
|
+
], CreatePromoCode.prototype, "businessYearlyDescription", void 0);
|
|
49
|
+
//# sourceMappingURL=CreatePromoCode.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreatePromoCode.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/promoCode/CreatePromoCode.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,mBAAmB,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,eAAe;CA2B3B;AAzBC;IADC,WAAW,EAAE;;6CACD;AAGb;IADC,mBAAmB,EAAE;;qDACO;AAG7B;IADC,mBAAmB,EAAE;;gEACkB;AAGxC;IADC,mBAAmB,EAAE;;oDACM;AAG5B;IADC,mBAAmB,EAAE;;+DACiB;AAGvC;IADC,mBAAmB,EAAE;;wDACU;AAGhC;IADC,mBAAmB,EAAE;;mEACqB;AAG3C;IADC,mBAAmB,EAAE;;uDACS;AAG/B;IADC,mBAAmB,EAAE;;kEACoB","sourcesContent":["import { ApiPropertyOptional, ApiProperty } from '../../../../utils';\n\nexport class CreatePromoCode {\n @ApiProperty()\n name: string;\n\n @ApiPropertyOptional()\n microMonthly?: string | null;\n\n @ApiPropertyOptional()\n microMonthlyDescription?: string | null;\n\n @ApiPropertyOptional()\n microYearly?: string | null;\n\n @ApiPropertyOptional()\n microYearlyDescription?: string | null;\n\n @ApiPropertyOptional()\n businessMonthly?: string | null;\n\n @ApiPropertyOptional()\n businessMonthlyDescription?: string | null;\n\n @ApiPropertyOptional()\n businessYearly?: string | null;\n\n @ApiPropertyOptional()\n businessYearlyDescription?: string | null;\n}"]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare class UpdatePromoCode {
|
|
2
|
+
name?: string;
|
|
3
|
+
microMonthly?: string | null;
|
|
4
|
+
microMonthlyDescription?: string | null;
|
|
5
|
+
microYearly?: string | null;
|
|
6
|
+
microYearlyDescription?: string | null;
|
|
7
|
+
businessMonthly?: string | null;
|
|
8
|
+
businessMonthlyDescription?: string | null;
|
|
9
|
+
businessYearly?: string | null;
|
|
10
|
+
businessYearlyDescription?: string | null;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=UpdatePromoCode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdatePromoCode.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/promoCode/UpdatePromoCode.ts"],"names":[],"mappings":"AAEA,qBAAa,eAAe;IAE1B,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAG7B,uBAAuB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGxC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAG5B,sBAAsB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGvC,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGhC,0BAA0B,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAG3C,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAG/B,yBAAyB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3C"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { ApiPropertyOptional } from '../../../../utils';
|
|
11
|
+
export class UpdatePromoCode {
|
|
12
|
+
}
|
|
13
|
+
__decorate([
|
|
14
|
+
ApiPropertyOptional(),
|
|
15
|
+
__metadata("design:type", String)
|
|
16
|
+
], UpdatePromoCode.prototype, "name", void 0);
|
|
17
|
+
__decorate([
|
|
18
|
+
ApiPropertyOptional(),
|
|
19
|
+
__metadata("design:type", Object)
|
|
20
|
+
], UpdatePromoCode.prototype, "microMonthly", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
ApiPropertyOptional(),
|
|
23
|
+
__metadata("design:type", Object)
|
|
24
|
+
], UpdatePromoCode.prototype, "microMonthlyDescription", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
ApiPropertyOptional(),
|
|
27
|
+
__metadata("design:type", Object)
|
|
28
|
+
], UpdatePromoCode.prototype, "microYearly", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
ApiPropertyOptional(),
|
|
31
|
+
__metadata("design:type", Object)
|
|
32
|
+
], UpdatePromoCode.prototype, "microYearlyDescription", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
ApiPropertyOptional(),
|
|
35
|
+
__metadata("design:type", Object)
|
|
36
|
+
], UpdatePromoCode.prototype, "businessMonthly", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
ApiPropertyOptional(),
|
|
39
|
+
__metadata("design:type", Object)
|
|
40
|
+
], UpdatePromoCode.prototype, "businessMonthlyDescription", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
ApiPropertyOptional(),
|
|
43
|
+
__metadata("design:type", Object)
|
|
44
|
+
], UpdatePromoCode.prototype, "businessYearly", void 0);
|
|
45
|
+
__decorate([
|
|
46
|
+
ApiPropertyOptional(),
|
|
47
|
+
__metadata("design:type", Object)
|
|
48
|
+
], UpdatePromoCode.prototype, "businessYearlyDescription", void 0);
|
|
49
|
+
//# sourceMappingURL=UpdatePromoCode.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdatePromoCode.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/promoCode/UpdatePromoCode.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,eAAe;CA2B3B;AAzBC;IADC,mBAAmB,EAAE;;6CACR;AAGd;IADC,mBAAmB,EAAE;;qDACO;AAG7B;IADC,mBAAmB,EAAE;;gEACkB;AAGxC;IADC,mBAAmB,EAAE;;oDACM;AAG5B;IADC,mBAAmB,EAAE;;+DACiB;AAGvC;IADC,mBAAmB,EAAE;;wDACU;AAGhC;IADC,mBAAmB,EAAE;;mEACqB;AAG3C;IADC,mBAAmB,EAAE;;uDACS;AAG/B;IADC,mBAAmB,EAAE;;kEACoB","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class UpdatePromoCode {\n @ApiPropertyOptional()\n name?: string;\n\n @ApiPropertyOptional()\n microMonthly?: string | null;\n\n @ApiPropertyOptional()\n microMonthlyDescription?: string | null;\n\n @ApiPropertyOptional()\n microYearly?: string | null;\n\n @ApiPropertyOptional()\n microYearlyDescription?: string | null;\n\n @ApiPropertyOptional()\n businessMonthly?: string | null;\n\n @ApiPropertyOptional()\n businessMonthlyDescription?: string | null;\n\n @ApiPropertyOptional()\n businessYearly?: string | null;\n\n @ApiPropertyOptional()\n businessYearlyDescription?: string | null;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateSociety.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/UpdateSociety.ts"],"names":[],"mappings":"AAEA,qBAAa,aAAa;IAExB,YAAY,EAAE,MAAM,CAAC;IAGrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,cAAc,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,CAAC;IAGhD,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB"}
|
|
1
|
+
{"version":3,"file":"UpdateSociety.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/UpdateSociety.ts"],"names":[],"mappings":"AAEA,qBAAa,aAAa;IAExB,YAAY,EAAE,MAAM,CAAC;IAGrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,cAAc,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,CAAC;IAGhD,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB"}
|
|
@@ -46,6 +46,18 @@ __decorate([
|
|
|
46
46
|
ApiPropertyOptional(),
|
|
47
47
|
__metadata("design:type", Number)
|
|
48
48
|
], UpdateSociety.prototype, "idLegalForm", void 0);
|
|
49
|
+
__decorate([
|
|
50
|
+
ApiPropertyOptional(),
|
|
51
|
+
__metadata("design:type", Number)
|
|
52
|
+
], UpdateSociety.prototype, "idFiscalRegime", void 0);
|
|
53
|
+
__decorate([
|
|
54
|
+
ApiPropertyOptional(),
|
|
55
|
+
__metadata("design:type", Number)
|
|
56
|
+
], UpdateSociety.prototype, "profitsType", void 0);
|
|
57
|
+
__decorate([
|
|
58
|
+
ApiPropertyOptional(),
|
|
59
|
+
__metadata("design:type", Number)
|
|
60
|
+
], UpdateSociety.prototype, "idTaxSystem", void 0);
|
|
49
61
|
__decorate([
|
|
50
62
|
ApiPropertyOptional(),
|
|
51
63
|
__metadata("design:type", Object)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateSociety.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/UpdateSociety.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,aAAa;
|
|
1
|
+
{"version":3,"file":"UpdateSociety.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/UpdateSociety.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,aAAa;CA0CzB;AAxCC;IADC,WAAW,EAAE;;mDACO;AAGrB;IADC,mBAAmB,EAAE;;6CACN;AAGhB;IADC,mBAAmB,EAAE;;2CACR;AAGd;IADC,mBAAmB,EAAE;;8CACL;AAGjB;IADC,mBAAmB,EAAE;;2CACR;AAGd;IADC,mBAAmB,EAAE;;gDACH;AAGnB;IADC,mBAAmB,EAAE;;iDACF;AAGpB;IADC,mBAAmB,EAAE;;kDACD;AAGrB;IADC,mBAAmB,EAAE;;kDACD;AAGrB;IADC,mBAAmB,EAAE;;qDACE;AAGxB;IADC,mBAAmB,EAAE;;kDACD;AAGrB;IADC,mBAAmB,EAAE;;kDACD;AAGrB;IADC,mBAAmB,EAAE;;qDAC0B;AAGhD;IADC,mBAAmB,EAAE;;kDACD","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class UpdateSociety {\n @ApiProperty()\n idTypeCompta: number;\n\n @ApiPropertyOptional()\n idUser?: number;\n\n @ApiPropertyOptional()\n name?: string;\n\n @ApiPropertyOptional()\n address?: string;\n\n @ApiPropertyOptional()\n city?: string;\n\n @ApiPropertyOptional()\n idCountry?: number;\n\n @ApiPropertyOptional()\n idActivity?: number;\n\n @ApiPropertyOptional()\n idTvaRegime?: number;\n\n @ApiPropertyOptional()\n idLegalForm?: number;\n\n @ApiPropertyOptional()\n idFiscalRegime?: number;\n\n @ApiPropertyOptional()\n profitsType?: number;\n\n @ApiPropertyOptional()\n idTaxSystem?: number;\n\n @ApiPropertyOptional()\n exercicePeriod?: { start: string, end: string };\n\n @ApiPropertyOptional()\n confirmedAt?: string;\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateSocietyPromoCode.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.ts"],"names":[],"mappings":"AAEA,qBAAa,sBAAsB;IAEjC,SAAS,EAAE,MAAM,CAAC;IAGlB,QAAQ,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { ApiProperty } from '../../../../utils';
|
|
11
|
+
export class CreateSocietyPromoCode {
|
|
12
|
+
}
|
|
13
|
+
__decorate([
|
|
14
|
+
ApiProperty(),
|
|
15
|
+
__metadata("design:type", Number)
|
|
16
|
+
], CreateSocietyPromoCode.prototype, "idSociety", void 0);
|
|
17
|
+
__decorate([
|
|
18
|
+
ApiProperty(),
|
|
19
|
+
__metadata("design:type", String)
|
|
20
|
+
], CreateSocietyPromoCode.prototype, "codeName", void 0);
|
|
21
|
+
//# sourceMappingURL=CreateSocietyPromoCode.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateSocietyPromoCode.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,MAAM,OAAO,sBAAsB;CAMlC;AAJC;IADC,WAAW,EAAE;;yDACI;AAGlB;IADC,WAAW,EAAE;;wDACG","sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class CreateSocietyPromoCode {\n @ApiProperty()\n idSociety: number;\n\n @ApiProperty()\n codeName: string;\n}"]}
|