@silexpert/core 0.4.26 → 0.4.28
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 +6 -1
- package/es/api/resources/Immobilization.d.ts.map +1 -1
- package/es/api/resources/Immobilization.js +6 -0
- package/es/api/resources/Immobilization.js.map +1 -1
- 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 +3 -1
- package/es/api/resources/Society.d.ts.map +1 -1
- package/es/api/resources/Society.js +6 -0
- package/es/api/resources/Society.js.map +1 -1
- package/es/api/resources.d.ts +2 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +2 -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 +50 -0
- package/es/types/Enum/ImmobilizationType.d.ts.map +1 -1
- package/es/types/Enum/ImmobilizationType.js +51 -0
- 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 +57 -0
- package/es/types/Enum/StockType.d.ts.map +1 -0
- package/es/types/Enum/StockType.js +57 -0
- package/es/types/Enum/StockType.js.map +1 -0
- 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/Enum/TypeBankConnection.d.ts +6 -0
- package/es/types/Enum/TypeBankConnection.d.ts.map +1 -0
- package/es/types/Enum/TypeBankConnection.js +7 -0
- package/es/types/Enum/TypeBankConnection.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 +20 -0
- package/es/types/Interface/api/immobilization/CreateImmobilization.d.ts.map +1 -0
- package/es/types/Interface/api/immobilization/CreateImmobilization.js +72 -0
- package/es/types/Interface/api/immobilization/CreateImmobilization.js.map +1 -0
- package/es/types/Interface/api/immobilization/ReadFormattedImmobilization.d.ts +1 -0
- package/es/types/Interface/api/immobilization/ReadFormattedImmobilization.d.ts.map +1 -1
- package/es/types/Interface/api/immobilization/ReadFormattedImmobilization.js.map +1 -1
- 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/models/IApiError.d.ts +4 -0
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +4 -0
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/IBankConnection.d.ts +1 -0
- package/es/types/Interface/models/IBankConnection.d.ts.map +1 -1
- package/es/types/Interface/models/IBankConnection.js.map +1 -1
- 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 +7 -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/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/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 +12 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +12 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Immobilization.js +8 -0
- package/js/api/resources/Immobilization.js.map +1 -1
- package/js/api/resources/PromoCode.js +30 -0
- package/js/api/resources/PromoCode.js.map +1 -0
- package/js/api/resources/Society.js +8 -0
- package/js/api/resources/Society.js.map +1 -1
- package/js/api/resources.js +4 -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 +91 -36
- 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 +62 -0
- package/js/types/Enum/StockType.js.map +1 -0
- package/js/types/Enum/TaxSystem.js +13 -0
- package/js/types/Enum/TaxSystem.js.map +1 -0
- package/js/types/Enum/TypeBankConnection.js +13 -0
- package/js/types/Enum/TypeBankConnection.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 +63 -0
- package/js/types/Interface/api/immobilization/CreateImmobilization.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/models/IApiError.js +5 -1
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/Interface/models/IExerciceComment.js +6 -0
- package/js/types/Interface/models/IExerciceComment.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/index.js +144 -0
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Immobilization.ts +9 -1
- package/ts/api/resources/PromoCode.ts +20 -0
- package/ts/api/resources/Society.ts +7 -0
- package/ts/api/resources.ts +2 -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 +52 -0
- package/ts/types/Enum/ProfitsType.ts +4 -0
- package/ts/types/Enum/StockType.ts +56 -0
- package/ts/types/Enum/TaxSystem.ts +5 -0
- package/ts/types/Enum/TypeBankConnection.ts +5 -0
- package/ts/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.ts +10 -0
- package/ts/types/Interface/api/immobilization/CreateImmobilization.ts +48 -0
- package/ts/types/Interface/api/immobilization/ReadFormattedImmobilization.ts +1 -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/models/IApiError.ts +4 -0
- package/ts/types/Interface/models/IBankConnection.ts +1 -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 +7 -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/IUser.ts +1 -0
- package/ts/types/index.ts +12 -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}"]}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
export declare const StockType: {
|
|
2
|
+
STOCK_MATIERE_PREMIERE: {
|
|
3
|
+
idAccount: number;
|
|
4
|
+
idAccountVariation: number;
|
|
5
|
+
idAccountDepreciation: number;
|
|
6
|
+
};
|
|
7
|
+
STOCK_MATIERE_CONSOMMABLE: {
|
|
8
|
+
idAccount: number;
|
|
9
|
+
idAccountVariation: number;
|
|
10
|
+
idAccountDepreciation: number;
|
|
11
|
+
};
|
|
12
|
+
STOCK_FOURNITURE_CONSOMMABLE: {
|
|
13
|
+
idAccount: number;
|
|
14
|
+
idAccountVariation: number;
|
|
15
|
+
idAccountDepreciation: number;
|
|
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
|
+
};
|
|
56
|
+
};
|
|
57
|
+
//# sourceMappingURL=StockType.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StockType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/StockType.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuDrB,CAAC"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
export const StockType = {
|
|
2
|
+
STOCK_MATIERE_PREMIERE: {
|
|
3
|
+
idAccount: 35,
|
|
4
|
+
idAccountVariation: 28,
|
|
5
|
+
idAccountDepreciation: 375,
|
|
6
|
+
},
|
|
7
|
+
STOCK_MATIERE_CONSOMMABLE: {
|
|
8
|
+
idAccount: 182,
|
|
9
|
+
idAccountVariation: 29,
|
|
10
|
+
idAccountDepreciation: 381,
|
|
11
|
+
},
|
|
12
|
+
STOCK_FOURNITURE_CONSOMMABLE: {
|
|
13
|
+
idAccount: 338,
|
|
14
|
+
idAccountVariation: 29,
|
|
15
|
+
idAccountDepreciation: 382,
|
|
16
|
+
},
|
|
17
|
+
STOCK_EMBALLAGE: {
|
|
18
|
+
idAccount: 344,
|
|
19
|
+
idAccountVariation: 29,
|
|
20
|
+
idAccountDepreciation: 383,
|
|
21
|
+
},
|
|
22
|
+
STOCK_MARCHANDISE: {
|
|
23
|
+
idAccount: 372,
|
|
24
|
+
idAccountVariation: 36,
|
|
25
|
+
idAccountDepreciation: 393,
|
|
26
|
+
},
|
|
27
|
+
STOCK_PRODUITS_PRODUCTION_EN_COURS: {
|
|
28
|
+
idAccount: 349,
|
|
29
|
+
idAccountVariation: 421,
|
|
30
|
+
idAccountDepreciation: 385,
|
|
31
|
+
},
|
|
32
|
+
STOCK_TRAVAUX_PRODUCTION_EN_COURS: {
|
|
33
|
+
idAccount: 352,
|
|
34
|
+
idAccountVariation: 422,
|
|
35
|
+
idAccountDepreciation: 396,
|
|
36
|
+
},
|
|
37
|
+
STOCK_PRODUITS_SERVICE_EN_COURS: {
|
|
38
|
+
idAccount: 355,
|
|
39
|
+
idAccountVariation: 424,
|
|
40
|
+
idAccountDepreciation: 388,
|
|
41
|
+
},
|
|
42
|
+
STOCK_PRESTATION_SERVICE_EN_COURS: {
|
|
43
|
+
idAccount: 358,
|
|
44
|
+
idAccountVariation: 425,
|
|
45
|
+
idAccountDepreciation: 389,
|
|
46
|
+
},
|
|
47
|
+
STOCK_PRODUITS_FINI: {
|
|
48
|
+
idAccount: 364,
|
|
49
|
+
idAccountVariation: 428,
|
|
50
|
+
idAccountDepreciation: 392,
|
|
51
|
+
},
|
|
52
|
+
DEPRECIATION_STOCK: {
|
|
53
|
+
idAccount: 928,
|
|
54
|
+
idAccountExtourne: 486,
|
|
55
|
+
},
|
|
56
|
+
};
|
|
57
|
+
//# sourceMappingURL=StockType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StockType.js","sourceRoot":"","sources":["../../../ts/types/Enum/StockType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,SAAS,GAAG;IACvB,sBAAsB,EAAE;QACtB,SAAS,EAAE,EAAE;QACb,kBAAkB,EAAE,EAAE;QACtB,qBAAqB,EAAE,GAAG;KAC3B;IACD,yBAAyB,EAAE;QACzB,SAAS,EAAE,GAAG;QACd,kBAAkB,EAAE,EAAE;QACtB,qBAAqB,EAAE,GAAG;KAC3B;IACD,4BAA4B,EAAE;QAC5B,SAAS,EAAE,GAAG;QACd,kBAAkB,EAAE,EAAE;QACtB,qBAAqB,EAAE,GAAG;KAC3B;IACD,eAAe,EAAE;QACf,SAAS,EAAE,GAAG;QACd,kBAAkB,EAAE,EAAE;QACtB,qBAAqB,EAAE,GAAG;KAC3B;IACD,iBAAiB,EAAE;QACjB,SAAS,EAAE,GAAG;QACd,kBAAkB,EAAE,EAAE;QACtB,qBAAqB,EAAE,GAAG;KAC3B;IACD,kCAAkC,EAAE;QAClC,SAAS,EAAE,GAAG;QACd,kBAAkB,EAAE,GAAG;QACvB,qBAAqB,EAAE,GAAG;KAC3B;IACD,iCAAiC,EAAE;QACjC,SAAS,EAAE,GAAG;QACd,kBAAkB,EAAE,GAAG;QACvB,qBAAqB,EAAE,GAAG;KAC3B;IACD,+BAA+B,EAAE;QAC/B,SAAS,EAAE,GAAG;QACd,kBAAkB,EAAE,GAAG;QACvB,qBAAqB,EAAE,GAAG;KAC3B;IACD,iCAAiC,EAAE;QACjC,SAAS,EAAE,GAAG;QACd,kBAAkB,EAAE,GAAG;QACvB,qBAAqB,EAAE,GAAG;KAC3B;IACD,mBAAmB,EAAE;QACnB,SAAS,EAAE,GAAG;QACd,kBAAkB,EAAE,GAAG;QACvB,qBAAqB,EAAE,GAAG;KAC3B;IACD,kBAAkB,EAAE;QAClB,SAAS,EAAE,GAAG;QACd,iBAAiB,EAAE,GAAG;KACvB;CACF,CAAC","sourcesContent":["export const StockType = {\n STOCK_MATIERE_PREMIERE: {\n idAccount: 35,\n idAccountVariation: 28,\n idAccountDepreciation: 375,\n },\n STOCK_MATIERE_CONSOMMABLE: {\n idAccount: 182,\n idAccountVariation: 29,\n idAccountDepreciation: 381,\n },\n STOCK_FOURNITURE_CONSOMMABLE: {\n idAccount: 338,\n idAccountVariation: 29,\n idAccountDepreciation: 382,\n },\n STOCK_EMBALLAGE: {\n idAccount: 344,\n idAccountVariation: 29,\n idAccountDepreciation: 383,\n },\n STOCK_MARCHANDISE: {\n idAccount: 372,\n idAccountVariation: 36,\n idAccountDepreciation: 393,\n },\n STOCK_PRODUITS_PRODUCTION_EN_COURS: {\n idAccount: 349,\n idAccountVariation: 421,\n idAccountDepreciation: 385,\n },\n STOCK_TRAVAUX_PRODUCTION_EN_COURS: {\n idAccount: 352,\n idAccountVariation: 422,\n idAccountDepreciation: 396,\n },\n STOCK_PRODUITS_SERVICE_EN_COURS: {\n idAccount: 355,\n idAccountVariation: 424,\n idAccountDepreciation: 388,\n },\n STOCK_PRESTATION_SERVICE_EN_COURS: {\n idAccount: 358,\n idAccountVariation: 425,\n idAccountDepreciation: 389,\n },\n STOCK_PRODUITS_FINI: {\n idAccount: 364,\n idAccountVariation: 428,\n idAccountDepreciation: 392,\n },\n DEPRECIATION_STOCK: {\n idAccount: 928,\n idAccountExtourne: 486,\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":"TypeBankConnection.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/TypeBankConnection.ts"],"names":[],"mappings":"AAAA,oBAAY,kBAAkB;IAC5B,iBAAiB,WAAW;IAC5B,gBAAgB,UAAU;IAC1B,gBAAgB,UAAU;CAC3B"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export var TypeBankConnection;
|
|
2
|
+
(function (TypeBankConnection) {
|
|
3
|
+
TypeBankConnection["BUDGET_CONNECTION"] = "Budget";
|
|
4
|
+
TypeBankConnection["QONTO_CONNECTION"] = "Qonto";
|
|
5
|
+
TypeBankConnection["SHINE_CONNECTION"] = "Shine";
|
|
6
|
+
})(TypeBankConnection || (TypeBankConnection = {}));
|
|
7
|
+
//# sourceMappingURL=TypeBankConnection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TypeBankConnection.js","sourceRoot":"","sources":["../../../ts/types/Enum/TypeBankConnection.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC5B,kDAA4B,CAAA;IAC5B,gDAA0B,CAAA;IAC1B,gDAA0B,CAAA;AAC5B,CAAC,EAJW,kBAAkB,KAAlB,kBAAkB,QAI7B","sourcesContent":["export enum TypeBankConnection {\n BUDGET_CONNECTION = 'Budget',\n QONTO_CONNECTION = 'Qonto',\n SHINE_CONNECTION = 'Shine',\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}"]}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { DepreciationMethods, EndOfImmobilizationType } from '../../../Enum/ImmobilizationType';
|
|
2
|
+
export declare class CreateImmobilizationForm {
|
|
3
|
+
reference: string;
|
|
4
|
+
designation: string;
|
|
5
|
+
acquisitionDate: Date;
|
|
6
|
+
duration: number;
|
|
7
|
+
quantity: number;
|
|
8
|
+
depreciationMethod: DepreciationMethods;
|
|
9
|
+
amountTotalImmobilization: number;
|
|
10
|
+
amountAlreadyDeducted: number;
|
|
11
|
+
provider: string;
|
|
12
|
+
idAccount: number;
|
|
13
|
+
}
|
|
14
|
+
export declare class CreateEndOfImmobilizationForm {
|
|
15
|
+
type: typeof EndOfImmobilizationType[keyof typeof EndOfImmobilizationType];
|
|
16
|
+
quantity: number;
|
|
17
|
+
date: Date;
|
|
18
|
+
amount?: number;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=CreateImmobilization.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,72 @@
|
|
|
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, ApiPropertyOptional } from '../../../../utils';
|
|
11
|
+
import { DepreciationMethods } from '../../../Enum/ImmobilizationType';
|
|
12
|
+
export class CreateImmobilizationForm {
|
|
13
|
+
}
|
|
14
|
+
__decorate([
|
|
15
|
+
ApiProperty(),
|
|
16
|
+
__metadata("design:type", String)
|
|
17
|
+
], CreateImmobilizationForm.prototype, "reference", void 0);
|
|
18
|
+
__decorate([
|
|
19
|
+
ApiProperty(),
|
|
20
|
+
__metadata("design:type", String)
|
|
21
|
+
], CreateImmobilizationForm.prototype, "designation", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
ApiProperty(),
|
|
24
|
+
__metadata("design:type", Date)
|
|
25
|
+
], CreateImmobilizationForm.prototype, "acquisitionDate", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
ApiProperty(),
|
|
28
|
+
__metadata("design:type", Number)
|
|
29
|
+
], CreateImmobilizationForm.prototype, "duration", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
ApiProperty(),
|
|
32
|
+
__metadata("design:type", Number)
|
|
33
|
+
], CreateImmobilizationForm.prototype, "quantity", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
ApiProperty(),
|
|
36
|
+
__metadata("design:type", Number)
|
|
37
|
+
], CreateImmobilizationForm.prototype, "depreciationMethod", void 0);
|
|
38
|
+
__decorate([
|
|
39
|
+
ApiProperty(),
|
|
40
|
+
__metadata("design:type", Number)
|
|
41
|
+
], CreateImmobilizationForm.prototype, "amountTotalImmobilization", void 0);
|
|
42
|
+
__decorate([
|
|
43
|
+
ApiProperty(),
|
|
44
|
+
__metadata("design:type", Number)
|
|
45
|
+
], CreateImmobilizationForm.prototype, "amountAlreadyDeducted", void 0);
|
|
46
|
+
__decorate([
|
|
47
|
+
ApiProperty(),
|
|
48
|
+
__metadata("design:type", String)
|
|
49
|
+
], CreateImmobilizationForm.prototype, "provider", void 0);
|
|
50
|
+
__decorate([
|
|
51
|
+
ApiProperty(),
|
|
52
|
+
__metadata("design:type", Number)
|
|
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);
|
|
72
|
+
//# sourceMappingURL=CreateImmobilization.js.map
|
|
@@ -0,0 +1 @@
|
|
|
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}"]}
|
|
@@ -2,6 +2,7 @@ import { IImmobilization } from '../../..';
|
|
|
2
2
|
import { IAccount } from '../../models/IAccount';
|
|
3
3
|
export interface ReadHydratedImmobilization extends IImmobilization {
|
|
4
4
|
account: Partial<IAccount>;
|
|
5
|
+
netBookValue: number | null;
|
|
5
6
|
}
|
|
6
7
|
export interface FormattedImmobilization extends IImmobilization {
|
|
7
8
|
inputValue: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadFormattedImmobilization.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/immobilization/ReadFormattedImmobilization.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAC3C,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEjD,MAAM,WAAW,0BAA2B,SAAQ,eAAe;IACjE,OAAO,EAAE,OAAO,CAAC,QAAQ,CAAC,CAAA;
|
|
1
|
+
{"version":3,"file":"ReadFormattedImmobilization.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/immobilization/ReadFormattedImmobilization.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAC3C,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEjD,MAAM,WAAW,0BAA2B,SAAQ,eAAe;IACjE,OAAO,EAAE,OAAO,CAAC,QAAQ,CAAC,CAAA;IAC1B,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B;AACD,MAAM,WAAW,uBAAwB,SAAQ,eAAe;IAC9D,UAAU,EAAE,MAAM,CAAA;IAClB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,eAAe,EAAE,MAAM,CAAC;IACxB,GAAG,EAAE,MAAM,CAAA;CACZ;AAED,MAAM,WAAW,iCAAiC;IAChD,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,EAAE,uBAAuB,EAAE,CAAC;IAC3C,kBAAkB,EAAE,MAAM,CAAC;IAC3B,yBAAyB,EAAE,MAAM,CAAC;IAClC,wBAAwB,EAAE,MAAM,CAAC;IACjC,uBAAuB,EAAE,MAAM,CAAC;IAChC,WAAW,EAAE,MAAM,CAAA;CACpB;AAED,MAAM,WAAW,qCAAqC;IACpD,wBAAwB,EAAE,iCAAiC,EAAE,CAAC;IAC9D,eAAe,EAAE,MAAM,CAAC;IACxB,sBAAsB,EAAE,MAAM,CAAC;IAC/B,qBAAqB,EAAE,MAAM,CAAC;IAC9B,oBAAoB,EAAE,MAAM,CAAC;IAC7B,QAAQ,EAAE,MAAM,CAAA;CACjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadFormattedImmobilization.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/immobilization/ReadFormattedImmobilization.ts"],"names":[],"mappings":"","sourcesContent":["import { IImmobilization } from '../../..';\nimport { IAccount } from '../../models/IAccount';\n\nexport interface ReadHydratedImmobilization extends IImmobilization {\n account: Partial<IAccount>\n}\nexport interface FormattedImmobilization extends IImmobilization {\n inputValue: number\n startAmortization: number,\n currentEndowment: number,\n endAmortization: number,\n vnc: number\n}\n\nexport interface FormattedImmobilizationsByAccount {\n number: number,\n name: string,\n immobilizations: FormattedImmobilization[],\n subTotalInputValue: number;\n subTotalStartAmortization: number,\n subTotalCurrentEndowment: number,\n subTotalEndAmortization: number,\n subTotalVnc: number\n}\n\nexport interface ReadFormattedImmobilizationsByAccount {\n immobilizationsByAccount: FormattedImmobilizationsByAccount[],\n totalInputValue: number;\n totalStartAmortization: number,\n totalCurrentEndowment: number,\n totalEndAmortization: number,\n totalVnc: number\n}"]}
|
|
1
|
+
{"version":3,"file":"ReadFormattedImmobilization.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/immobilization/ReadFormattedImmobilization.ts"],"names":[],"mappings":"","sourcesContent":["import { IImmobilization } from '../../..';\nimport { IAccount } from '../../models/IAccount';\n\nexport interface ReadHydratedImmobilization extends IImmobilization {\n account: Partial<IAccount>\n netBookValue: number | null;\n}\nexport interface FormattedImmobilization extends IImmobilization {\n inputValue: number\n startAmortization: number,\n currentEndowment: number,\n endAmortization: number,\n vnc: number\n}\n\nexport interface FormattedImmobilizationsByAccount {\n number: number,\n name: string,\n immobilizations: FormattedImmobilization[],\n subTotalInputValue: number;\n subTotalStartAmortization: number,\n subTotalCurrentEndowment: number,\n subTotalEndAmortization: number,\n subTotalVnc: number\n}\n\nexport interface ReadFormattedImmobilizationsByAccount {\n immobilizationsByAccount: FormattedImmobilizationsByAccount[],\n totalInputValue: number;\n totalStartAmortization: number,\n totalCurrentEndowment: number,\n totalEndAmortization: number,\n totalVnc: 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}"]}
|
|
@@ -29,10 +29,14 @@ export declare enum Code {
|
|
|
29
29
|
immobilizationNotSetWithAccountStartTwo = "immobilization_not_set_with_account_start_two",
|
|
30
30
|
immobilizationCanOnlyBeSetForDebit = "immobilization_can_only_be_set_for_debit",
|
|
31
31
|
immobilizationCanNotBeSetWithoutAccount = "immobilization_can_not_be_set_without_account",
|
|
32
|
+
immobilizationNotExist = "immobilization_not_exist",
|
|
33
|
+
accountIsNotDepreciable = "account_is_not_depreciable",
|
|
34
|
+
invalidNetBookValue = "invalid_net_book_value",
|
|
32
35
|
noExerciceFoundForImmobilization = "no_exercice_found_for_immobilization",
|
|
33
36
|
amountImmobilizationLessThanAmountTransaction = "amount_immobilization_less_than_amount_transaction",
|
|
34
37
|
amountImmobilizationLessThanAmountAllTaxIncluded = "amount_immobilization_less_than_amount_all_tax_included",
|
|
35
38
|
amountImmobilizationIsGreaterThanTotalAmountTransactions = "amount_immobilization_is_greater_than_total_amount_transactions",
|
|
39
|
+
immobilizationNotFound = "immobilization_not_found",
|
|
36
40
|
mergeFailed = "merge_failed",
|
|
37
41
|
generationError = "generation_error",
|
|
38
42
|
parseError = "parse_error",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IApiError.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IApiError.ts"],"names":[],"mappings":"AAAA,oBAAY,SAAS;IACnB,QAAQ,cAAc;IACtB,SAAS,yBAAyB;IAClC,aAAa,cAAc;CAC5B;AAED,oBAAY,IAAI;IAEd,YAAY,iCAAiC;IAC7C,qBAAqB,uCAAuC;IAC5D,QAAQ,uBAAuB;IAC/B,eAAe,8BAA8B;IAC7C,eAAe,8BAA8B;IAC7C,UAAU,iBAAiB;IAC3B,mBAAmB,0BAA0B;IAC7C,kBAAkB,sBAAsB;IACxC,kBAAkB,wBAAwB;IAG1C,kBAAkB,yBAAyB;IAC3C,+BAA+B,2CAA2C;IAC1E,6BAA6B,yCAAyC;IACtE,uDAAuD,yEAAyE;IAChI,iBAAiB,wBAAwB;IACzC,mCAAmC,6CAA6C;IAChF,+BAA+B,0CAA0C;IACzE,+BAA+B,2CAA2C;IAC1E,6BAA6B,wCAAwC;IACrE,8BAA8B,wCAAwC;IACtE,4BAA4B,oCAAoC;IAChE,oBAAoB,6BAA6B;IACjD,iBAAiB,yBAAyB;IAC1C,uCAAuC,kDAAkD;IACzF,kCAAkC,6CAA6C;IAC/E,uCAAuC,kDAAkD;IACzF,gCAAgC,yCAAyC;IACzE,6CAA6C,uDAAuD;IACpG,gDAAgD,4DAA4D;IAC5G,wDAAwD,oEAAoE;
|
|
1
|
+
{"version":3,"file":"IApiError.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IApiError.ts"],"names":[],"mappings":"AAAA,oBAAY,SAAS;IACnB,QAAQ,cAAc;IACtB,SAAS,yBAAyB;IAClC,aAAa,cAAc;CAC5B;AAED,oBAAY,IAAI;IAEd,YAAY,iCAAiC;IAC7C,qBAAqB,uCAAuC;IAC5D,QAAQ,uBAAuB;IAC/B,eAAe,8BAA8B;IAC7C,eAAe,8BAA8B;IAC7C,UAAU,iBAAiB;IAC3B,mBAAmB,0BAA0B;IAC7C,kBAAkB,sBAAsB;IACxC,kBAAkB,wBAAwB;IAG1C,kBAAkB,yBAAyB;IAC3C,+BAA+B,2CAA2C;IAC1E,6BAA6B,yCAAyC;IACtE,uDAAuD,yEAAyE;IAChI,iBAAiB,wBAAwB;IACzC,mCAAmC,6CAA6C;IAChF,+BAA+B,0CAA0C;IACzE,+BAA+B,2CAA2C;IAC1E,6BAA6B,wCAAwC;IACrE,8BAA8B,wCAAwC;IACtE,4BAA4B,oCAAoC;IAChE,oBAAoB,6BAA6B;IACjD,iBAAiB,yBAAyB;IAC1C,uCAAuC,kDAAkD;IACzF,kCAAkC,6CAA6C;IAC/E,uCAAuC,kDAAkD;IACzF,sBAAsB,6BAA6B;IACnD,uBAAuB,+BAA+B;IACtD,mBAAmB,2BAA2B;IAC9C,gCAAgC,yCAAyC;IACzE,6CAA6C,uDAAuD;IACpG,gDAAgD,4DAA4D;IAC5G,wDAAwD,oEAAoE;IAC5H,sBAAsB,6BAA6B;IAGnD,WAAW,iBAAiB;IAC5B,eAAe,qBAAqB;IACpC,UAAU,gBAAgB;IAG1B,iBAAiB,wBAAwB;IACzC,8BAA8B,uCAAuC;IACrE,0BAA0B,mCAAmC;IAC7D,aAAa,oBAAoB;IAGjC,yBAAyB,iCAAiC;IAC1D,0BAA0B,mCAAmC;IAG7D,0BAA0B,kCAAkC;IAG5D,8BAA8B,mCAAmC;IACjE,0CAA0C,+CAA+C;IACzF,yCAAyC,8CAA8C;IACvF,2CAA2C,gDAAgD;IAC3F,4CAA4C,iDAAiD;IAC7F,4CAA4C,iDAAiD;IAC7F,qCAAqC,0CAA0C;IAC/E,0BAA0B,+BAA+B;IACzD,4BAA4B,iCAAiC;IAC7D,+BAA+B,oCAAoC;IACnE,0BAA0B,+BAA+B;IACzD,8CAA8C,mDAAmD;IACjG,kCAAkC,uCAAuC;IACzE,kCAAkC,uCAAuC;IACzE,kCAAkC,uCAAuC;IACzE,yCAAyC,8CAA8C;IACvF,wCAAwC,6CAA6C;IACrF,oCAAoC,yCAAyC;IAC7E,uCAAuC,4CAA4C;IACnF,oCAAoC,yCAAyC;IAC7E,mCAAmC,wCAAwC;IAC3E,mCAAmC,wCAAwC;IAC3E,mCAAmC,wCAAwC;IAC3E,uDAAuD,4DAA4D;IACnH,mCAAmC,wCAAwC;IAC3E,iCAAiC,sCAAsC;IACvE,kBAAkB,yBAAyB;IAC3C,iBAAiB,wBAAwB;IACzC,iBAAiB,wBAAwB;IAGzC,uBAAuB,+BAA+B;IAGtD,iCAAiC,yCAAyC;IAG1E,2BAA2B,wBAAwB;IACnD,iBAAiB,wBAAwB;IACzC,2BAA2B,mCAAmC;IAC9D,cAAc,qBAAqB;IACnC,mBAAmB,4BAA4B;IAC/C,YAAY,mBAAmB;IAG/B,gBAAgB,uBAAuB;IACvC,WAAW,gBAAgB;IAG3B,8BAA8B,uCAAuC;IACrE,kCAAkC,2CAA2C;IAC7E,0BAA0B,kCAAkC;IAC5D,0BAA0B,kCAAkC;IAE5D,cAAc,qBAAqB;CAEpC;AAED,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,SAAS,CAAC;IAChB,IAAI,EAAE,IAAI,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -33,10 +33,14 @@ export var Code;
|
|
|
33
33
|
Code["immobilizationNotSetWithAccountStartTwo"] = "immobilization_not_set_with_account_start_two";
|
|
34
34
|
Code["immobilizationCanOnlyBeSetForDebit"] = "immobilization_can_only_be_set_for_debit";
|
|
35
35
|
Code["immobilizationCanNotBeSetWithoutAccount"] = "immobilization_can_not_be_set_without_account";
|
|
36
|
+
Code["immobilizationNotExist"] = "immobilization_not_exist";
|
|
37
|
+
Code["accountIsNotDepreciable"] = "account_is_not_depreciable";
|
|
38
|
+
Code["invalidNetBookValue"] = "invalid_net_book_value";
|
|
36
39
|
Code["noExerciceFoundForImmobilization"] = "no_exercice_found_for_immobilization";
|
|
37
40
|
Code["amountImmobilizationLessThanAmountTransaction"] = "amount_immobilization_less_than_amount_transaction";
|
|
38
41
|
Code["amountImmobilizationLessThanAmountAllTaxIncluded"] = "amount_immobilization_less_than_amount_all_tax_included";
|
|
39
42
|
Code["amountImmobilizationIsGreaterThanTotalAmountTransactions"] = "amount_immobilization_is_greater_than_total_amount_transactions";
|
|
43
|
+
Code["immobilizationNotFound"] = "immobilization_not_found";
|
|
40
44
|
// PDF error
|
|
41
45
|
Code["mergeFailed"] = "merge_failed";
|
|
42
46
|
Code["generationError"] = "generation_error";
|