@silexpert/core 0.4.28 → 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.
Files changed (118) hide show
  1. package/es/api/resources/Loan.d.ts +11 -0
  2. package/es/api/resources/Loan.d.ts.map +1 -0
  3. package/es/api/resources/Loan.js +13 -0
  4. package/es/api/resources/Loan.js.map +1 -0
  5. package/es/api/resources/SocietyPromoCode.d.ts +8 -0
  6. package/es/api/resources/SocietyPromoCode.d.ts.map +1 -0
  7. package/es/api/resources/SocietyPromoCode.js +13 -0
  8. package/es/api/resources/SocietyPromoCode.js.map +1 -0
  9. package/es/api/resources/Stocks.d.ts +11 -0
  10. package/es/api/resources/Stocks.d.ts.map +1 -0
  11. package/es/api/resources/Stocks.js +22 -0
  12. package/es/api/resources/Stocks.js.map +1 -0
  13. package/es/api/resources.d.ts +6 -0
  14. package/es/api/resources.d.ts.map +1 -1
  15. package/es/api/resources.js +6 -0
  16. package/es/api/resources.js.map +1 -1
  17. package/es/types/Enum/GlobalRegime.js +41 -41
  18. package/es/types/Enum/GlobalRegime.js.map +1 -1
  19. package/es/types/Enum/StockType.d.ts +15 -55
  20. package/es/types/Enum/StockType.d.ts.map +1 -1
  21. package/es/types/Enum/StockType.js +24 -0
  22. package/es/types/Enum/StockType.js.map +1 -1
  23. package/es/types/Interface/api/loan/CreateLoan.d.ts +10 -0
  24. package/es/types/Interface/api/loan/CreateLoan.d.ts.map +1 -0
  25. package/es/types/Interface/api/loan/CreateLoan.js +41 -0
  26. package/es/types/Interface/api/loan/CreateLoan.js.map +1 -0
  27. package/es/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.d.ts +5 -0
  28. package/es/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.d.ts.map +1 -0
  29. package/es/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.js +21 -0
  30. package/es/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.js.map +1 -0
  31. package/es/types/Interface/api/stock/StockEntries.d.ts +20 -0
  32. package/es/types/Interface/api/stock/StockEntries.d.ts.map +1 -0
  33. package/es/types/Interface/api/stock/StockEntries.js +114 -0
  34. package/es/types/Interface/api/stock/StockEntries.js.map +1 -0
  35. package/es/types/Interface/api/stock/Stocks.d.ts +14 -0
  36. package/es/types/Interface/api/stock/Stocks.d.ts.map +1 -0
  37. package/es/types/Interface/api/stock/Stocks.js +2 -0
  38. package/es/types/Interface/api/stock/Stocks.js.map +1 -0
  39. package/es/types/Interface/api/stock/StocksDepreciationInterface.d.ts +8 -0
  40. package/es/types/Interface/api/stock/StocksDepreciationInterface.d.ts.map +1 -0
  41. package/es/types/Interface/api/stock/StocksDepreciationInterface.js +2 -0
  42. package/es/types/Interface/api/stock/StocksDepreciationInterface.js.map +1 -0
  43. package/es/types/Interface/api/stock/StocksType.d.ts +7 -0
  44. package/es/types/Interface/api/stock/StocksType.d.ts.map +1 -0
  45. package/es/types/Interface/api/stock/StocksType.js +2 -0
  46. package/es/types/Interface/api/stock/StocksType.js.map +1 -0
  47. package/es/types/Interface/models/IBalanceSheetModule.d.ts +11 -0
  48. package/es/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -0
  49. package/es/types/Interface/models/IBalanceSheetModule.js +2 -0
  50. package/es/types/Interface/models/IBalanceSheetModule.js.map +1 -0
  51. package/es/types/Interface/models/ILoan.d.ts +18 -0
  52. package/es/types/Interface/models/ILoan.d.ts.map +1 -0
  53. package/es/types/Interface/models/ILoan.js +2 -0
  54. package/es/types/Interface/models/ILoan.js.map +1 -0
  55. package/es/types/Interface/models/ISocietyPromoCode.d.ts +8 -0
  56. package/es/types/Interface/models/ISocietyPromoCode.d.ts.map +1 -0
  57. package/es/types/Interface/models/ISocietyPromoCode.js +2 -0
  58. package/es/types/Interface/models/ISocietyPromoCode.js.map +1 -0
  59. package/es/types/Interface/models/IStock.d.ts +11 -0
  60. package/es/types/Interface/models/IStock.d.ts.map +1 -0
  61. package/es/types/Interface/models/IStock.js +2 -0
  62. package/es/types/Interface/models/IStock.js.map +1 -0
  63. package/es/types/index.d.ts +9 -0
  64. package/es/types/index.d.ts.map +1 -1
  65. package/es/types/index.js +11 -0
  66. package/es/types/index.js.map +1 -1
  67. package/js/api/resources/Loan.js +26 -0
  68. package/js/api/resources/Loan.js.map +1 -0
  69. package/js/api/resources/SocietyPromoCode.js +26 -0
  70. package/js/api/resources/SocietyPromoCode.js.map +1 -0
  71. package/js/api/resources/Stocks.js +44 -0
  72. package/js/api/resources/Stocks.js.map +1 -0
  73. package/js/api/resources.js +10 -1
  74. package/js/api/resources.js.map +1 -1
  75. package/js/types/Enum/GlobalRegime.js +41 -41
  76. package/js/types/Enum/GlobalRegime.js.map +1 -1
  77. package/js/types/Enum/StockType.js +25 -1
  78. package/js/types/Enum/StockType.js.map +1 -1
  79. package/js/types/Interface/api/loan/CreateLoan.js +39 -0
  80. package/js/types/Interface/api/loan/CreateLoan.js.map +1 -0
  81. package/js/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.js +29 -0
  82. package/js/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.js.map +1 -0
  83. package/js/types/Interface/api/stock/StockEntries.js +98 -0
  84. package/js/types/Interface/api/stock/StockEntries.js.map +1 -0
  85. package/js/types/Interface/api/stock/Stocks.js +6 -0
  86. package/js/types/Interface/api/stock/Stocks.js.map +1 -0
  87. package/js/types/Interface/api/stock/StocksDepreciationInterface.js +6 -0
  88. package/js/types/Interface/api/stock/StocksDepreciationInterface.js.map +1 -0
  89. package/js/types/Interface/api/stock/StocksType.js +6 -0
  90. package/js/types/Interface/api/stock/StocksType.js.map +1 -0
  91. package/js/types/Interface/models/IBalanceSheetModule.js +6 -0
  92. package/js/types/Interface/models/IBalanceSheetModule.js.map +1 -0
  93. package/js/types/Interface/models/ILoan.js +6 -0
  94. package/js/types/Interface/models/ILoan.js.map +1 -0
  95. package/js/types/Interface/models/ISocietyPromoCode.js +6 -0
  96. package/js/types/Interface/models/ISocietyPromoCode.js.map +1 -0
  97. package/js/types/Interface/models/IStock.js +6 -0
  98. package/js/types/Interface/models/IStock.js.map +1 -0
  99. package/js/types/index.js +108 -0
  100. package/js/types/index.js.map +1 -1
  101. package/package.json +1 -1
  102. package/ts/api/resources/Loan.ts +17 -0
  103. package/ts/api/resources/SocietyPromoCode.ts +16 -0
  104. package/ts/api/resources/Stocks.ts +28 -0
  105. package/ts/api/resources.ts +6 -0
  106. package/ts/types/Enum/GlobalRegime.ts +41 -41
  107. package/ts/types/Enum/StockType.ts +31 -2
  108. package/ts/types/Interface/api/loan/CreateLoan.ts +24 -0
  109. package/ts/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.ts +9 -0
  110. package/ts/types/Interface/api/stock/StockEntries.ts +115 -0
  111. package/ts/types/Interface/api/stock/Stocks.ts +14 -0
  112. package/ts/types/Interface/api/stock/StocksDepreciationInterface.ts +8 -0
  113. package/ts/types/Interface/api/stock/StocksType.ts +6 -0
  114. package/ts/types/Interface/models/IBalanceSheetModule.ts +11 -0
  115. package/ts/types/Interface/models/ILoan.ts +20 -0
  116. package/ts/types/Interface/models/ISocietyPromoCode.ts +7 -0
  117. package/ts/types/Interface/models/IStock.ts +10 -0
  118. package/ts/types/index.ts +11 -0
@@ -0,0 +1,11 @@
1
+ import { Resource } from '../Resource';
2
+ import { ILoan } from '../../types';
3
+ import { CreateLoanForm } from '../../types/Interface/api/loan/CreateLoan';
4
+ export declare class Loan extends Resource {
5
+ getLoans(): Promise<ILoan[]>;
6
+ getLoan(params: {
7
+ idLoan: number;
8
+ }): Promise<ILoan>;
9
+ createLoan(payload: CreateLoanForm): Promise<ILoan>;
10
+ }
11
+ //# sourceMappingURL=Loan.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Loan.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Loan.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,2CAA2C,CAAC;AAE3E,qBAAa,IAAK,SAAQ,QAAQ;IAChC,QAAQ,IAAI,OAAO,CAAC,KAAK,EAAE,CAAC;IAI5B,OAAO,CAAC,MAAM,EAAE;QAAE,MAAM,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,KAAK,CAAC;IAInD,UAAU,CAAC,OAAO,EAAE,cAAc,GAAG,OAAO,CAAC,KAAK,CAAC;CAGpD"}
@@ -0,0 +1,13 @@
1
+ import { Resource } from '../Resource';
2
+ export class Loan extends Resource {
3
+ getLoans() {
4
+ return this.axios.$get('/loans');
5
+ }
6
+ getLoan(params) {
7
+ return this.axios.$get(`/loan/${params.idLoan}`);
8
+ }
9
+ createLoan(payload) {
10
+ return this.axios.$post('/loan', payload);
11
+ }
12
+ }
13
+ //# sourceMappingURL=Loan.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Loan.js","sourceRoot":"","sources":["../../../ts/api/resources/Loan.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAIvC,MAAM,OAAO,IAAK,SAAQ,QAAQ;IAChC,QAAQ;QACN,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IACnC,CAAC;IAED,OAAO,CAAC,MAA0B;QAChC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC;IACnD,CAAC;IAED,UAAU,CAAC,OAAuB;QAChC,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;IAC5C,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport { ILoan } from '../../types';\nimport { CreateLoanForm } from '../../types/Interface/api/loan/CreateLoan';\n\nexport class Loan extends Resource {\n getLoans(): Promise<ILoan[]> {\n return this.axios.$get('/loans');\n }\n\n getLoan(params: { idLoan: number }): Promise<ILoan> {\n return this.axios.$get(`/loan/${params.idLoan}`);\n }\n\n createLoan(payload: CreateLoanForm): Promise<ILoan> {\n return this.axios.$post('/loan', payload);\n }\n}\n"]}
@@ -0,0 +1,8 @@
1
+ import { ISocietyPromoCode, CreateSocietyPromoCode } from '../../types';
2
+ import { Resource } from '../Resource';
3
+ export declare class SocietyPromoCode extends Resource {
4
+ get(id: number): Promise<ISocietyPromoCode>;
5
+ create(payload: CreateSocietyPromoCode): Promise<ISocietyPromoCode>;
6
+ delete(id: number): Promise<void>;
7
+ }
8
+ //# sourceMappingURL=SocietyPromoCode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SocietyPromoCode.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/SocietyPromoCode.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AACxE,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,qBAAa,gBAAiB,SAAQ,QAAQ;IAC5C,GAAG,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAI3C,MAAM,CAAC,OAAO,EAAE,sBAAsB,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAInE,MAAM,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;CAGlC"}
@@ -0,0 +1,13 @@
1
+ import { Resource } from '../Resource';
2
+ export class SocietyPromoCode extends Resource {
3
+ get(id) {
4
+ return this.axios.$get(`/society/${id}/promoCode`);
5
+ }
6
+ create(payload) {
7
+ return this.axios.$post('/society/promoCode', payload);
8
+ }
9
+ delete(id) {
10
+ return this.axios.$delete(`/society/${id}/promoCode`);
11
+ }
12
+ }
13
+ //# sourceMappingURL=SocietyPromoCode.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SocietyPromoCode.js","sourceRoot":"","sources":["../../../ts/api/resources/SocietyPromoCode.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,OAAO,gBAAiB,SAAQ,QAAQ;IAC5C,GAAG,CAAC,EAAU;QACZ,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,EAAE,YAAY,CAAC,CAAC;IACrD,CAAC;IAED,MAAM,CAAC,OAA+B;QACpC,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,oBAAoB,EAAE,OAAO,CAAC,CAAC;IACzD,CAAC;IAED,MAAM,CAAC,EAAU;QACf,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,YAAY,EAAE,YAAY,CAAC,CAAC;IACxD,CAAC;CACF","sourcesContent":["import { ISocietyPromoCode, CreateSocietyPromoCode } from '../../types';\nimport { Resource } from '../Resource';\n\nexport class SocietyPromoCode extends Resource {\n get(id: number): Promise<ISocietyPromoCode> {\n return this.axios.$get(`/society/${id}/promoCode`);\n }\n\n create(payload: CreateSocietyPromoCode): Promise<ISocietyPromoCode> {\n return this.axios.$post('/society/promoCode', payload);\n }\n\n delete(id: number): Promise<void> {\n return this.axios.$delete(`/society/${id}/promoCode`);\n }\n}"]}
@@ -0,0 +1,11 @@
1
+ import { Resource } from '../Resource';
2
+ import { StockEntries, TFile } from '../../types';
3
+ export declare class Stocks extends Resource {
4
+ createStocks(idSociety: number, payload: StockEntries): Promise<any>;
5
+ createFile(idSociety: number, file: TFile): Promise<any>;
6
+ getStocks(idSociety: number, idExercice: number): Promise<any>;
7
+ getFiles(idSociety: number): Promise<any>;
8
+ downloadFile(idSociety: number, token: string): Promise<any>;
9
+ deleteFile(idSociety: number, idFile: number): Promise<any>;
10
+ }
11
+ //# sourceMappingURL=Stocks.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Stocks.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Stocks.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,YAAY,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAElD,qBAAa,MAAO,SAAQ,QAAQ;IAClC,YAAY,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,YAAY,GAAG,OAAO,CAAC,GAAG,CAAC;IAIpE,UAAU,CAAC,SAAS,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,GAAG,OAAO,CAAC,GAAG,CAAC;IAIxD,SAAS,CAAC,SAAS,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC;IAI9D,QAAQ,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC;IAIzC,YAAY,CAAC,SAAS,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC;IAI5D,UAAU,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC;CAG5D"}
@@ -0,0 +1,22 @@
1
+ import { Resource } from '../Resource';
2
+ export class Stocks extends Resource {
3
+ createStocks(idSociety, payload) {
4
+ return this.axios.$post(`/stocks/${idSociety}/entries`, payload);
5
+ }
6
+ createFile(idSociety, file) {
7
+ return this.axios.$post(`/stocks/${idSociety}/files`, file, { headers: { 'Content-Type': 'multipart/form-data' } });
8
+ }
9
+ getStocks(idSociety, idExercice) {
10
+ return this.axios.$get(`/stocks/${idSociety}/entries/${idExercice}`);
11
+ }
12
+ getFiles(idSociety) {
13
+ return this.axios.$get(`/stocks/${idSociety}/files`);
14
+ }
15
+ downloadFile(idSociety, token) {
16
+ return this.axios.$get(`/stocks/${idSociety}/files/${token}`, { responseType: 'blob' });
17
+ }
18
+ deleteFile(idSociety, idFile) {
19
+ return this.axios.$delete(`/stocks/${idSociety}/files/${idFile}`);
20
+ }
21
+ }
22
+ //# sourceMappingURL=Stocks.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Stocks.js","sourceRoot":"","sources":["../../../ts/api/resources/Stocks.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAGvC,MAAM,OAAO,MAAO,SAAQ,QAAQ;IAClC,YAAY,CAAC,SAAiB,EAAE,OAAqB;QACnD,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,SAAS,UAAU,EAAE,OAAO,CAAC,CAAC;IACnE,CAAC;IAED,UAAU,CAAC,SAAiB,EAAE,IAAW;QACvC,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,SAAS,QAAQ,EAAE,IAAI,EAAE,EAAE,OAAO,EAAE,EAAE,cAAc,EAAE,qBAAqB,EAAE,EAAE,CAAC,CAAC;IACtH,CAAC;IAED,SAAS,CAAC,SAAiB,EAAE,UAAkB;QAC7C,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,WAAW,SAAS,YAAY,UAAU,EAAE,CAAC,CAAC;IACvE,CAAC;IAED,QAAQ,CAAC,SAAiB;QACxB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,WAAW,SAAS,QAAQ,CAAC,CAAC;IACvD,CAAC;IAED,YAAY,CAAC,SAAiB,EAAE,KAAa;QAC3C,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,WAAW,SAAS,UAAU,KAAK,EAAE,EAAE,EAAE,YAAY,EAAE,MAAM,EAAE,CAAC,CAAC;IAC1F,CAAC;IAED,UAAU,CAAC,SAAiB,EAAE,MAAc;QAC1C,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,WAAW,SAAS,UAAU,MAAM,EAAE,CAAC,CAAC;IACpE,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport { StockEntries, TFile } from '../../types';\n\nexport class Stocks extends Resource {\n createStocks(idSociety: number, payload: StockEntries): Promise<any> {\n return this.axios.$post(`/stocks/${idSociety}/entries`, payload);\n }\n\n createFile(idSociety: number, file: TFile): Promise<any> {\n return this.axios.$post(`/stocks/${idSociety}/files`, file, { headers: { 'Content-Type': 'multipart/form-data' } });\n }\n\n getStocks(idSociety: number, idExercice: number): Promise<any> {\n return this.axios.$get(`/stocks/${idSociety}/entries/${idExercice}`);\n }\n\n getFiles(idSociety: number): Promise<any> {\n return this.axios.$get(`/stocks/${idSociety}/files`);\n }\n\n downloadFile(idSociety: number, token: string): Promise<any> {\n return this.axios.$get(`/stocks/${idSociety}/files/${token}`, { responseType: 'blob' });\n }\n\n deleteFile(idSociety: number, idFile: number): Promise<any> {\n return this.axios.$delete(`/stocks/${idSociety}/files/${idFile}`);\n }\n}"]}
@@ -25,6 +25,9 @@ import { Search } from './resources/Search';
25
25
  import { SalariesFile } from './resources/SalariesFile';
26
26
  import { Shine } from './resources/Shine';
27
27
  import { PromoCode } from './resources/PromoCode';
28
+ import { Stocks } from './resources/Stocks';
29
+ import { Loan } from './resources/Loan';
30
+ import { SocietyPromoCode } from './resources/SocietyPromoCode';
28
31
  export declare const resources: {
29
32
  simulation: typeof Simulation;
30
33
  country: typeof Country;
@@ -53,5 +56,8 @@ export declare const resources: {
53
56
  salariesFile: typeof SalariesFile;
54
57
  shine: typeof Shine;
55
58
  promoCode: typeof PromoCode;
59
+ stocks: typeof Stocks;
60
+ loan: typeof Loan;
61
+ societyPromoCode: typeof SocietyPromoCode;
56
62
  };
57
63
  //# sourceMappingURL=resources.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAElD,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BrB,CAAC"}
1
+ {"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAEhE,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+BrB,CAAC"}
@@ -25,6 +25,9 @@ import { Search } from './resources/Search';
25
25
  import { SalariesFile } from './resources/SalariesFile';
26
26
  import { Shine } from './resources/Shine';
27
27
  import { PromoCode } from './resources/PromoCode';
28
+ import { Stocks } from './resources/Stocks';
29
+ import { Loan } from './resources/Loan';
30
+ import { SocietyPromoCode } from './resources/SocietyPromoCode';
28
31
  export const resources = {
29
32
  simulation: Simulation,
30
33
  country: Country,
@@ -53,5 +56,8 @@ export const resources = {
53
56
  salariesFile: SalariesFile,
54
57
  shine: Shine,
55
58
  promoCode: PromoCode,
59
+ stocks: Stocks,
60
+ loan: Loan,
61
+ societyPromoCode: SocietyPromoCode,
56
62
  };
57
63
  //# sourceMappingURL=resources.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"resources.js","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAElD,MAAM,CAAC,MAAM,SAAS,GAAG;IACvB,UAAU,EAAE,UAAU;IACtB,OAAO,EAAE,OAAO;IAChB,0BAA0B,EAAE,0BAA0B;IACtD,cAAc,EAAE,cAAc;IAC9B,WAAW,EAAE,WAAW;IACxB,WAAW,EAAE,WAAW;IACxB,OAAO,EAAE,OAAO;IAChB,WAAW,EAAE,WAAW;IACxB,IAAI,EAAE,IAAI;IACV,MAAM,EAAE,MAAM;IACd,MAAM,EAAE,MAAM;IACd,MAAM,EAAE,MAAM;IACd,SAAS,EAAE,SAAS;IACpB,OAAO,EAAE,OAAO;IAChB,OAAO,EAAE,OAAO;IAChB,aAAa,EAAE,aAAa;IAC5B,OAAO,EAAE,OAAO;IAChB,eAAe,EAAE,eAAe;IAChC,YAAY,EAAE,YAAY;IAC1B,KAAK,EAAE,KAAK;IACZ,SAAS,EAAE,SAAS;IACpB,YAAY,EAAE,YAAY;IAC1B,MAAM,EAAE,MAAM;IACd,YAAY,EAAE,YAAY;IAC1B,YAAY,EAAE,YAAY;IAC1B,KAAK,EAAE,KAAK;IACZ,SAAS,EAAE,SAAS;CACrB,CAAC","sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { PromoCode } from './resources/PromoCode';\n\nexport const resources = {\n simulation: Simulation,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n balanceSheet: BalanceSheet,\n cerfa: Cerfa,\n legalForm: LegalForm,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n};\n"]}
1
+ {"version":3,"file":"resources.js","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAEhE,MAAM,CAAC,MAAM,SAAS,GAAG;IACvB,UAAU,EAAE,UAAU;IACtB,OAAO,EAAE,OAAO;IAChB,0BAA0B,EAAE,0BAA0B;IACtD,cAAc,EAAE,cAAc;IAC9B,WAAW,EAAE,WAAW;IACxB,WAAW,EAAE,WAAW;IACxB,OAAO,EAAE,OAAO;IAChB,WAAW,EAAE,WAAW;IACxB,IAAI,EAAE,IAAI;IACV,MAAM,EAAE,MAAM;IACd,MAAM,EAAE,MAAM;IACd,MAAM,EAAE,MAAM;IACd,SAAS,EAAE,SAAS;IACpB,OAAO,EAAE,OAAO;IAChB,OAAO,EAAE,OAAO;IAChB,aAAa,EAAE,aAAa;IAC5B,OAAO,EAAE,OAAO;IAChB,eAAe,EAAE,eAAe;IAChC,YAAY,EAAE,YAAY;IAC1B,KAAK,EAAE,KAAK;IACZ,SAAS,EAAE,SAAS;IACpB,YAAY,EAAE,YAAY;IAC1B,MAAM,EAAE,MAAM;IACd,YAAY,EAAE,YAAY;IAC1B,YAAY,EAAE,YAAY;IAC1B,KAAK,EAAE,KAAK;IACZ,SAAS,EAAE,SAAS;IACpB,MAAM,EAAE,MAAM;IACd,IAAI,EAAE,IAAI;IACV,gBAAgB,EAAE,gBAAgB;CACnC,CAAC","sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\n\nexport const resources = {\n simulation: Simulation,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n balanceSheet: BalanceSheet,\n cerfa: Cerfa,\n legalForm: LegalForm,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n stocks: Stocks,\n loan: Loan,\n societyPromoCode: SocietyPromoCode,\n};\n"]}
@@ -11,7 +11,7 @@ export const GlobalRegime = {
11
11
  idLegalForms: [LegalForm.EI.id],
12
12
  choices: [
13
13
  {
14
- name: 'artisans - commerçants - IR - BIC - déclaration 2031',
14
+ name: 'Artisan - commerçant (BIC - IR - 2031)',
15
15
  idActivity: Activity.COMMERCANT,
16
16
  idTaxSystem: TaxSystem.IR,
17
17
  profitsType: ProfitsType.BIC,
@@ -19,7 +19,7 @@ export const GlobalRegime = {
19
19
  declaration: CerfaType[2031],
20
20
  },
21
21
  {
22
- name: 'Presta de services - IR - BIC - déclaration 2031',
22
+ name: 'Presta de services (BIC - IR - 2031)',
23
23
  idActivity: Activity.PRESTA_SERVICE,
24
24
  idTaxSystem: TaxSystem.IR,
25
25
  profitsType: ProfitsType.BIC,
@@ -27,7 +27,7 @@ export const GlobalRegime = {
27
27
  declaration: CerfaType[2031],
28
28
  },
29
29
  {
30
- name: 'professions libérales - IR - BNC - déclaration 2035',
30
+ name: 'Profession libérale (BNC - IR - 2035)',
31
31
  idActivity: Activity.PROF_LIB,
32
32
  idTaxSystem: TaxSystem.IR,
33
33
  profitsType: ProfitsType.BNC,
@@ -42,7 +42,7 @@ export const GlobalRegime = {
42
42
  idLegalForms: [LegalForm.EIRL.id],
43
43
  choices: [
44
44
  {
45
- name: 'artisans - commerçants : IR - BIC - déclaration 2031',
45
+ name: 'Artisan - commerçant (BIC - IR - 2031)',
46
46
  idActivity: Activity.COMMERCANT,
47
47
  idTaxSystem: TaxSystem.IR,
48
48
  profitsType: ProfitsType.BIC,
@@ -50,7 +50,7 @@ export const GlobalRegime = {
50
50
  declaration: CerfaType[2031],
51
51
  },
52
52
  {
53
- name: 'professions libérales : IR - BNC - déclaration 2035',
53
+ name: 'Profession libérale (BNC - IR - 2035)',
54
54
  idActivity: Activity.PROF_LIB,
55
55
  idTaxSystem: TaxSystem.IR,
56
56
  profitsType: ProfitsType.BNC,
@@ -58,7 +58,7 @@ export const GlobalRegime = {
58
58
  declaration: CerfaType[2035],
59
59
  },
60
60
  {
61
- name: 'artisans - commerçants : IS - RSI - BIC - déclaration 2065 et annexes 2033',
61
+ name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',
62
62
  idActivity: Activity.COMMERCANT,
63
63
  idTaxSystem: TaxSystem.IS,
64
64
  profitsType: ProfitsType.BIC,
@@ -67,25 +67,25 @@ export const GlobalRegime = {
67
67
  annexe: CerfaType[2033],
68
68
  },
69
69
  {
70
- name: 'artisans - commerçants : IS - RN - BIC - déclaration 2065 et annexes 2050',
70
+ name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',
71
71
  idActivity: Activity.COMMERCANT,
72
72
  idTaxSystem: TaxSystem.IS,
73
73
  profitsType: ProfitsType.BIC,
74
- idFiscalRegime: FiscalRegime.RS,
74
+ idFiscalRegime: FiscalRegime.RN,
75
75
  declaration: CerfaType[2065],
76
76
  annexe: CerfaType[2050],
77
77
  },
78
78
  {
79
- name: 'professions libérales : IS - RSI - BNC - déclaration 2065 et annexes 2033',
79
+ name: 'Profession libérale (BNC - IS - Réel simplifié - 2065 & 2033)',
80
80
  idActivity: Activity.PROF_LIB,
81
81
  idTaxSystem: TaxSystem.IS,
82
82
  profitsType: ProfitsType.BNC,
83
- idFiscalRegime: FiscalRegime.RN,
83
+ idFiscalRegime: FiscalRegime.RS,
84
84
  declaration: CerfaType[2065],
85
85
  annexe: CerfaType[2033],
86
86
  },
87
87
  {
88
- name: 'professions libérales : IS - BNC - déclaration 2065 et annexes 2050',
88
+ name: 'Profession libérale (BNC - IS - 2065 & 2050)',
89
89
  idActivity: Activity.PROF_LIB,
90
90
  idTaxSystem: TaxSystem.IS,
91
91
  profitsType: ProfitsType.BNC,
@@ -101,7 +101,7 @@ export const GlobalRegime = {
101
101
  idLegalForms: [LegalForm.AUTO_ENTREPRENEUR.id],
102
102
  choices: [
103
103
  {
104
- name: 'micro-BIC : activités négoce (achat/revente de marchandises) et prestations d\'hébergement : BIC - déclaration 2042-C-Pro',
104
+ name: 'Activité négoce (achat/revente de marchandises) et prestation d\'hébergement (Micro-BIC - 2042-C-Pro)',
105
105
  idActivity: Activity.COMMERCANT,
106
106
  idTaxSystem: TaxSystem.NA,
107
107
  profitsType: ProfitsType.BIC,
@@ -109,7 +109,7 @@ export const GlobalRegime = {
109
109
  declaration: CerfaType['2042_C_Pro'],
110
110
  },
111
111
  {
112
- name: 'micro-BIC : prestataires de services commerciales ou artisanales : BIC - déclaration 2042-C-Pro',
112
+ name: 'Presta de services commerciales ou artisanales (Micro-BIC - 2042-C-Pro)',
113
113
  idActivity: Activity.PRESTA_SERVICE,
114
114
  idTaxSystem: TaxSystem.NA,
115
115
  profitsType: ProfitsType.BIC,
@@ -117,7 +117,7 @@ export const GlobalRegime = {
117
117
  declaration: CerfaType['2042_C_Pro'],
118
118
  },
119
119
  {
120
- name: 'micro-BNC : profession libérale déclaration 2042-C-Pro',
120
+ name: 'Profession libérale (Micro-BNC - 2042-C-Pro)',
121
121
  idActivity: Activity.PROF_LIB,
122
122
  idTaxSystem: TaxSystem.NA,
123
123
  profitsType: ProfitsType.BNC,
@@ -132,14 +132,14 @@ export const GlobalRegime = {
132
132
  idLegalForms: [LegalForm.ASSOCIATION.id],
133
133
  choices: [
134
134
  {
135
- name: 'non fiscalisée si revenus de capitaux : déclaration 2070',
135
+ name: 'Non fiscalisée si revenus de capitaux (2070)',
136
136
  idActivity: Activity.AUTRES,
137
137
  idTaxSystem: TaxSystem.IS,
138
138
  idFiscalRegime: FiscalRegime.NA,
139
139
  declaration: CerfaType[2070],
140
140
  },
141
141
  {
142
- name: 'fiscalisée : - IS - RSI - BIC : déclaration 2065 et annexes 2033',
142
+ name: 'Fiscalisée (BIC - IS - Réel simplifié - 2065 & 2033)',
143
143
  idActivity: Activity.AUTRES,
144
144
  idTaxSystem: TaxSystem.IS,
145
145
  profitsType: ProfitsType.BIC,
@@ -148,7 +148,7 @@ export const GlobalRegime = {
148
148
  annexe: CerfaType[2033],
149
149
  },
150
150
  {
151
- name: 'fiscalisée - IS - RN - BIC : déclaration 2065 et annexes 2050',
151
+ name: 'Fiscalisée (BIC - IS - Réel normal - 2065 & 2050)',
152
152
  idActivity: Activity.AUTRES,
153
153
  idTaxSystem: TaxSystem.IS,
154
154
  profitsType: ProfitsType.BIC,
@@ -164,7 +164,7 @@ export const GlobalRegime = {
164
164
  idLegalForms: [LegalForm.EURL.id, LegalForm.SARL.id],
165
165
  choices: [
166
166
  {
167
- name: 'artisans - commerçants : IR - BIC - déclaration 2031',
167
+ name: 'Artisan - commerçant (BIC - IR - 2031)',
168
168
  idActivity: Activity.COMMERCANT,
169
169
  idTaxSystem: TaxSystem.IR,
170
170
  profitsType: ProfitsType.BIC,
@@ -172,7 +172,7 @@ export const GlobalRegime = {
172
172
  declaration: CerfaType[2031],
173
173
  },
174
174
  {
175
- name: 'artisans - commerçants : IS - RSI - BIC - déclaration 2065 et annexes 2033',
175
+ name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 && 2033)',
176
176
  idActivity: Activity.COMMERCANT,
177
177
  idTaxSystem: TaxSystem.IS,
178
178
  profitsType: ProfitsType.BIC,
@@ -181,7 +181,7 @@ export const GlobalRegime = {
181
181
  annexe: CerfaType[2033],
182
182
  },
183
183
  {
184
- name: 'artisans - commerçants : IS - RN - BIC - déclaration 2065 et annexes 2050',
184
+ name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',
185
185
  idActivity: Activity.COMMERCANT,
186
186
  idTaxSystem: TaxSystem.IS,
187
187
  profitsType: ProfitsType.BIC,
@@ -190,7 +190,7 @@ export const GlobalRegime = {
190
190
  annexe: CerfaType[2050],
191
191
  },
192
192
  {
193
- name: 'Presta de services : IR - BIC - déclaration 2031',
193
+ name: 'Presta de services (BIC - IR - 2031)',
194
194
  idActivity: Activity.PRESTA_SERVICE,
195
195
  idTaxSystem: TaxSystem.IR,
196
196
  profitsType: ProfitsType.BIC,
@@ -198,7 +198,7 @@ export const GlobalRegime = {
198
198
  declaration: CerfaType[2031],
199
199
  },
200
200
  {
201
- name: 'Presta de services : IS - RSI - BIC - déclaration 2065 et annexes 2033',
201
+ name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',
202
202
  idActivity: Activity.PRESTA_SERVICE,
203
203
  idTaxSystem: TaxSystem.IS,
204
204
  profitsType: ProfitsType.BIC,
@@ -207,7 +207,7 @@ export const GlobalRegime = {
207
207
  annexe: CerfaType[2033],
208
208
  },
209
209
  {
210
- name: 'Presta de services : IS - RN - BIC - déclaration 2065 et annexes 2050',
210
+ name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',
211
211
  idActivity: Activity.PRESTA_SERVICE,
212
212
  idTaxSystem: TaxSystem.IS,
213
213
  profitsType: ProfitsType.BIC,
@@ -223,7 +223,7 @@ export const GlobalRegime = {
223
223
  idLegalForms: [LegalForm.SAS.id, LegalForm.SASU.id],
224
224
  choices: [
225
225
  {
226
- name: 'artisans - commerçants : IR - BIC - déclaration 2031',
226
+ name: 'Artisan - commerçant (BIC - IR - 2031)',
227
227
  idActivity: Activity.COMMERCANT,
228
228
  idTaxSystem: TaxSystem.IR,
229
229
  profitsType: ProfitsType.BIC,
@@ -231,7 +231,7 @@ export const GlobalRegime = {
231
231
  declaration: CerfaType[2031],
232
232
  },
233
233
  {
234
- name: 'artisans - commerçants : IS - RSI - BIC - déclaration 2065 et annexes 2033',
234
+ name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',
235
235
  idActivity: Activity.COMMERCANT,
236
236
  idTaxSystem: TaxSystem.IS,
237
237
  profitsType: ProfitsType.BIC,
@@ -240,7 +240,7 @@ export const GlobalRegime = {
240
240
  annexe: CerfaType[2033],
241
241
  },
242
242
  {
243
- name: 'artisans - commerçants : IS - RN - BIC - déclaration 2065 et annexes 2050',
243
+ name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',
244
244
  idActivity: Activity.COMMERCANT,
245
245
  idTaxSystem: TaxSystem.IS,
246
246
  profitsType: ProfitsType.BIC,
@@ -249,7 +249,7 @@ export const GlobalRegime = {
249
249
  annexe: CerfaType[2050],
250
250
  },
251
251
  {
252
- name: 'Presta de services : IR - BIC - déclaration 2031',
252
+ name: 'Presta de services (BIC - IR - 2031)',
253
253
  idActivity: Activity.PRESTA_SERVICE,
254
254
  idTaxSystem: TaxSystem.IR,
255
255
  profitsType: ProfitsType.BIC,
@@ -257,7 +257,7 @@ export const GlobalRegime = {
257
257
  declaration: CerfaType[2031],
258
258
  },
259
259
  {
260
- name: 'Presta de services : IS - RSI - BIC - déclaration 2065 et annexes 2033',
260
+ name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',
261
261
  idActivity: Activity.PRESTA_SERVICE,
262
262
  idTaxSystem: TaxSystem.IS,
263
263
  profitsType: ProfitsType.BIC,
@@ -266,7 +266,7 @@ export const GlobalRegime = {
266
266
  annexe: CerfaType[2033],
267
267
  },
268
268
  {
269
- name: 'Presta de services : IS - RN - BIC - déclaration 2065 et annexes 2050',
269
+ name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',
270
270
  idActivity: Activity.PRESTA_SERVICE,
271
271
  idTaxSystem: TaxSystem.IS,
272
272
  profitsType: ProfitsType.BIC,
@@ -282,7 +282,7 @@ export const GlobalRegime = {
282
282
  idLegalForms: [LegalForm.SA.id],
283
283
  choices: [
284
284
  {
285
- name: 'artisans - commerçants : IS - RSI - BIC - déclaration 2065 et annexes 2033',
285
+ name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',
286
286
  idActivity: Activity.COMMERCANT,
287
287
  idTaxSystem: TaxSystem.IS,
288
288
  profitsType: ProfitsType.BIC,
@@ -291,7 +291,7 @@ export const GlobalRegime = {
291
291
  annexe: CerfaType[2033],
292
292
  },
293
293
  {
294
- name: 'artisans - commerçants : IS - RN - BIC - déclaration 2065 et annexes 2050',
294
+ name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',
295
295
  idActivity: Activity.COMMERCANT,
296
296
  idTaxSystem: TaxSystem.IS,
297
297
  profitsType: ProfitsType.BIC,
@@ -300,7 +300,7 @@ export const GlobalRegime = {
300
300
  annexe: CerfaType[2050],
301
301
  },
302
302
  {
303
- name: 'Presta de services : IS - RSI - BIC - déclaration 2065 et annexes 2033',
303
+ name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',
304
304
  idActivity: Activity.PRESTA_SERVICE,
305
305
  idTaxSystem: TaxSystem.IS,
306
306
  profitsType: ProfitsType.BIC,
@@ -309,7 +309,7 @@ export const GlobalRegime = {
309
309
  annexe: CerfaType[2033],
310
310
  },
311
311
  {
312
- name: 'Presta de services : IS - RN - BIC - déclaration 2065 et annexes 2050',
312
+ name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',
313
313
  idActivity: Activity.PRESTA_SERVICE,
314
314
  idTaxSystem: TaxSystem.IS,
315
315
  profitsType: ProfitsType.BIC,
@@ -325,7 +325,7 @@ export const GlobalRegime = {
325
325
  idLegalForms: [LegalForm.SCI.id],
326
326
  choices: [
327
327
  {
328
- name: 'Presta de services - IR - BNC : déclaration 2044',
328
+ name: 'Presta de services (BNC - IR - 2044)',
329
329
  idActivity: Activity.PRESTA_SERVICE,
330
330
  idTaxSystem: TaxSystem.IR,
331
331
  profitsType: ProfitsType.BNC,
@@ -333,7 +333,7 @@ export const GlobalRegime = {
333
333
  declaration: CerfaType[2044],
334
334
  },
335
335
  {
336
- name: 'Presta de services - IS - BNC - déclaration 2072',
336
+ name: 'Presta de services (BNC - IS - 2072)',
337
337
  idActivity: Activity.PRESTA_SERVICE,
338
338
  idTaxSystem: TaxSystem.IS,
339
339
  profitsType: ProfitsType.BNC,
@@ -348,7 +348,7 @@ export const GlobalRegime = {
348
348
  idLegalForms: [LegalForm.SCP.id],
349
349
  choices: [
350
350
  {
351
- name: 'Presta de services - IR - BNC : déclaration 2035',
351
+ name: 'Presta de services (BNC - IR - 2035)',
352
352
  idActivity: Activity.PRESTA_SERVICE,
353
353
  idTaxSystem: TaxSystem.IR,
354
354
  profitsType: ProfitsType.BNC,
@@ -356,7 +356,7 @@ export const GlobalRegime = {
356
356
  declaration: CerfaType[2035],
357
357
  },
358
358
  {
359
- name: 'Presta de services - IS - RSI - BIC - déclaration 2065 et annexes 2033',
359
+ name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',
360
360
  idActivity: Activity.PRESTA_SERVICE,
361
361
  idTaxSystem: TaxSystem.IS,
362
362
  profitsType: ProfitsType.BIC,
@@ -365,7 +365,7 @@ export const GlobalRegime = {
365
365
  annexe: CerfaType[2033],
366
366
  },
367
367
  {
368
- name: 'Presta de services - IS - RN - BIC - déclaration 2065 et annexes 2050',
368
+ name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',
369
369
  idActivity: Activity.PRESTA_SERVICE,
370
370
  idTaxSystem: TaxSystem.IS,
371
371
  profitsType: ProfitsType.BIC,
@@ -381,7 +381,7 @@ export const GlobalRegime = {
381
381
  idLegalForms: [LegalForm.SELARL.id],
382
382
  choices: [
383
383
  {
384
- name: 'Profession libérale - IR - BNC : déclaration 2035',
384
+ name: 'Profession libérale (BNC - IR - 2035)',
385
385
  idActivity: Activity.PROF_LIB,
386
386
  idTaxSystem: TaxSystem.IR,
387
387
  profitsType: ProfitsType.BNC,
@@ -389,7 +389,7 @@ export const GlobalRegime = {
389
389
  declaration: CerfaType[2035],
390
390
  },
391
391
  {
392
- name: 'Profession libérale - IS - RSI - BIC - déclaration 2065 et annexes 2033',
392
+ name: 'Profession libérale (BIC - IS - Réel simplifié - 2065 & 2033)',
393
393
  idActivity: Activity.PROF_LIB,
394
394
  idTaxSystem: TaxSystem.IS,
395
395
  profitsType: ProfitsType.BIC,
@@ -398,7 +398,7 @@ export const GlobalRegime = {
398
398
  annexe: CerfaType[2033],
399
399
  },
400
400
  {
401
- name: 'Profession libérale - IS - RN - BIC - déclaration 2065 et annexes 2050',
401
+ name: 'Profession libérale (BIC - IS - Réel normal - 2065 & 2050)',
402
402
  idActivity: Activity.PROF_LIB,
403
403
  idTaxSystem: TaxSystem.IS,
404
404
  profitsType: ProfitsType.BIC,