@silexpert/core 0.4.14 → 0.4.16

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 (114) hide show
  1. package/es/api/resources/Authenticate.d.ts +9 -0
  2. package/es/api/resources/Authenticate.d.ts.map +1 -0
  3. package/es/api/resources/Authenticate.js +7 -0
  4. package/es/api/resources/Authenticate.js.map +1 -0
  5. package/es/api/resources/Cerfa.d.ts +10 -0
  6. package/es/api/resources/Cerfa.d.ts.map +1 -0
  7. package/es/api/resources/Cerfa.js +12 -0
  8. package/es/api/resources/Cerfa.js.map +1 -0
  9. package/es/api/resources/LegalForm.d.ts +6 -0
  10. package/es/api/resources/LegalForm.d.ts.map +1 -0
  11. package/es/api/resources/LegalForm.js +7 -0
  12. package/es/api/resources/LegalForm.js.map +1 -0
  13. package/es/api/resources/Society.d.ts +3 -1
  14. package/es/api/resources/Society.d.ts.map +1 -1
  15. package/es/api/resources/Society.js +7 -0
  16. package/es/api/resources/Society.js.map +1 -1
  17. package/es/api/resources.d.ts +6 -0
  18. package/es/api/resources.d.ts.map +1 -1
  19. package/es/api/resources.js +6 -0
  20. package/es/api/resources.js.map +1 -1
  21. package/es/types/Enum/DefaultPermissions.d.ts +13 -0
  22. package/es/types/Enum/DefaultPermissions.d.ts.map +1 -0
  23. package/es/types/Enum/DefaultPermissions.js +13 -0
  24. package/es/types/Enum/DefaultPermissions.js.map +1 -0
  25. package/es/types/Enum/LegalForm.d.ts +1 -0
  26. package/es/types/Enum/LegalForm.d.ts.map +1 -1
  27. package/es/types/Enum/LegalForm.js +1 -0
  28. package/es/types/Enum/LegalForm.js.map +1 -1
  29. package/es/types/Enum/Vehicle.d.ts +8 -0
  30. package/es/types/Enum/Vehicle.d.ts.map +1 -0
  31. package/es/types/Enum/Vehicle.js +9 -0
  32. package/es/types/Enum/Vehicle.js.map +1 -0
  33. package/es/types/Enum/VehicleType.d.ts +15 -0
  34. package/es/types/Enum/VehicleType.d.ts.map +1 -0
  35. package/es/types/Enum/VehicleType.js +15 -0
  36. package/es/types/Enum/VehicleType.js.map +1 -0
  37. package/es/types/Interface/api/cerfa/CreateCerfa.d.ts +292 -0
  38. package/es/types/Interface/api/cerfa/CreateCerfa.d.ts.map +1 -0
  39. package/es/types/Interface/api/cerfa/CreateCerfa.js +113 -0
  40. package/es/types/Interface/api/cerfa/CreateCerfa.js.map +1 -0
  41. package/es/types/Interface/api/society/CreateSociety.d.ts +13 -0
  42. package/es/types/Interface/api/society/CreateSociety.d.ts.map +1 -0
  43. package/es/types/Interface/api/society/CreateSociety.js +41 -0
  44. package/es/types/Interface/api/society/CreateSociety.js.map +1 -0
  45. package/es/types/Interface/api/society/GetDataSociety.d.ts +5 -0
  46. package/es/types/Interface/api/society/GetDataSociety.d.ts.map +1 -0
  47. package/es/types/Interface/api/society/GetDataSociety.js +2 -0
  48. package/es/types/Interface/api/society/GetDataSociety.js.map +1 -0
  49. package/es/types/Interface/api/society/LegalFormSiren.d.ts +6 -0
  50. package/es/types/Interface/api/society/LegalFormSiren.d.ts.map +1 -0
  51. package/es/types/Interface/api/society/LegalFormSiren.js +2 -0
  52. package/es/types/Interface/api/society/LegalFormSiren.js.map +1 -0
  53. package/es/types/Interface/models/IApiError.d.ts +3 -1
  54. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  55. package/es/types/Interface/models/IApiError.js +3 -0
  56. package/es/types/Interface/models/IApiError.js.map +1 -1
  57. package/es/types/index.d.ts +7 -0
  58. package/es/types/index.d.ts.map +1 -1
  59. package/es/types/index.js +8 -0
  60. package/es/types/index.js.map +1 -1
  61. package/es/utils/objectUtils/overwrite.d.ts.map +1 -1
  62. package/es/utils/objectUtils/overwrite.js.map +1 -1
  63. package/js/api/resources/Authenticate.js +18 -0
  64. package/js/api/resources/Authenticate.js.map +1 -0
  65. package/js/api/resources/Cerfa.js +23 -0
  66. package/js/api/resources/Cerfa.js.map +1 -0
  67. package/js/api/resources/LegalForm.js +18 -0
  68. package/js/api/resources/LegalForm.js.map +1 -0
  69. package/js/api/resources/Society.js +11 -0
  70. package/js/api/resources/Society.js.map +1 -1
  71. package/js/api/resources.js +10 -1
  72. package/js/api/resources.js.map +1 -1
  73. package/js/types/Enum/DefaultPermissions.js +18 -0
  74. package/js/types/Enum/DefaultPermissions.js.map +1 -0
  75. package/js/types/Enum/LegalForm.js +1 -0
  76. package/js/types/Enum/LegalForm.js.map +1 -1
  77. package/js/types/Enum/Vehicle.js +15 -0
  78. package/js/types/Enum/Vehicle.js.map +1 -0
  79. package/js/types/Enum/VehicleType.js +20 -0
  80. package/js/types/Enum/VehicleType.js.map +1 -0
  81. package/js/types/Interface/api/cerfa/CreateCerfa.js +75 -0
  82. package/js/types/Interface/api/cerfa/CreateCerfa.js.map +1 -0
  83. package/js/types/Interface/api/society/CreateSociety.js +39 -0
  84. package/js/types/Interface/api/society/CreateSociety.js.map +1 -0
  85. package/js/types/Interface/api/society/{ReadSociety.js → GetDataSociety.js} +1 -1
  86. package/js/types/Interface/api/society/{ReadSociety.js.map → GetDataSociety.js.map} +1 -1
  87. package/js/types/Interface/api/society/LegalFormSiren.js +6 -0
  88. package/js/types/Interface/api/society/LegalFormSiren.js.map +1 -0
  89. package/js/types/Interface/models/IApiError.js +5 -2
  90. package/js/types/Interface/models/IApiError.js.map +1 -1
  91. package/js/types/index.js +84 -0
  92. package/js/types/index.js.map +1 -1
  93. package/package.json +15 -15
  94. package/ts/api/resources/Authenticate.ts +7 -0
  95. package/ts/api/resources/Cerfa.ts +13 -0
  96. package/ts/api/resources/LegalForm.ts +8 -0
  97. package/ts/api/resources/Society.ts +11 -0
  98. package/ts/api/resources.ts +6 -0
  99. package/ts/types/Enum/DefaultPermissions.ts +12 -0
  100. package/ts/types/Enum/LegalForm.ts +1 -0
  101. package/ts/types/Enum/Vehicle.ts +7 -0
  102. package/ts/types/Enum/VehicleType.ts +14 -0
  103. package/ts/types/Interface/api/cerfa/CreateCerfa.ts +350 -0
  104. package/ts/types/Interface/api/society/CreateSociety.ts +24 -0
  105. package/ts/types/Interface/api/society/GetDataSociety.ts +4 -0
  106. package/ts/types/Interface/api/society/LegalFormSiren.ts +5 -0
  107. package/ts/types/Interface/models/IApiError.ts +3 -0
  108. package/ts/types/index.ts +8 -0
  109. package/ts/utils/objectUtils/overwrite.ts +1 -1
  110. package/es/types/Interface/api/society/ReadSociety.d.ts +0 -5
  111. package/es/types/Interface/api/society/ReadSociety.d.ts.map +0 -1
  112. package/es/types/Interface/api/society/ReadSociety.js +0 -2
  113. package/es/types/Interface/api/society/ReadSociety.js.map +0 -1
  114. package/ts/types/Interface/api/society/ReadSociety.ts +0 -5
@@ -0,0 +1,9 @@
1
+ import { Resource } from '../Resource';
2
+ export declare class Authenticate extends Resource {
3
+ authentificateAfterCreation(params: {
4
+ id: number;
5
+ }): Promise<{
6
+ token: string;
7
+ }>;
8
+ }
9
+ //# sourceMappingURL=Authenticate.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Authenticate.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Authenticate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,qBAAa,YAAa,SAAQ,QAAQ;IACxC,2BAA2B,CAAC,MAAM,EAAE;QAAE,EAAE,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC;CAGhF"}
@@ -0,0 +1,7 @@
1
+ import { Resource } from '../Resource';
2
+ export class Authenticate extends Resource {
3
+ authentificateAfterCreation(params) {
4
+ return this.axios.$post('authenticate/authenticateAfterCreation', params);
5
+ }
6
+ }
7
+ //# sourceMappingURL=Authenticate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Authenticate.js","sourceRoot":"","sources":["../../../ts/api/resources/Authenticate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,OAAO,YAAa,SAAQ,QAAQ;IACxC,2BAA2B,CAAC,MAAsB;QAChD,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,wCAAwC,EAAE,MAAM,CAAC,CAAC;IAC5E,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\n\nexport class Authenticate extends Resource {\n authentificateAfterCreation(params: { id: number }): Promise<{ token: string }> {\n return this.axios.$post('authenticate/authenticateAfterCreation', params);\n }\n}"]}
@@ -0,0 +1,10 @@
1
+ /// <reference types="node" />
2
+ import { Resource } from '../Resource';
3
+ import { ParamsGenerate2035 } from '../..';
4
+ export declare class Cerfa extends Resource {
5
+ get2035Pdf(params: {
6
+ idExercice: number;
7
+ data: ParamsGenerate2035;
8
+ }): Promise<Buffer>;
9
+ }
10
+ //# sourceMappingURL=Cerfa.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Cerfa.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Cerfa.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAC;AAE3C,qBAAa,KAAM,SAAQ,QAAQ;IACjC,UAAU,CAAC,MAAM,EAAE;QAAE,UAAU,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,kBAAkB,CAAA;KAAE,GAAG,OAAO,CAAC,MAAM,CAAC;CAQtF"}
@@ -0,0 +1,12 @@
1
+ import { Resource } from '../Resource';
2
+ export class Cerfa extends Resource {
3
+ get2035Pdf(params) {
4
+ return this.axios.$post(`/exercice/${params.idExercice}/cerfa/2035`, params.data, {
5
+ responseType: 'arraybuffer',
6
+ headers: {
7
+ Accept: 'application/pdf',
8
+ },
9
+ });
10
+ }
11
+ }
12
+ //# sourceMappingURL=Cerfa.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Cerfa.js","sourceRoot":"","sources":["../../../ts/api/resources/Cerfa.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAGvC,MAAM,OAAO,KAAM,SAAQ,QAAQ;IACjC,UAAU,CAAC,MAAwD;QACjE,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,aAAa,MAAM,CAAC,UAAU,aAAa,EAAE,MAAM,CAAC,IAAI,EAAE;YAChF,YAAY,EAAE,aAAa;YAC3B,OAAO,EAAE;gBACP,MAAM,EAAE,iBAAiB;aAC1B;SACF,CAAC,CAAC;IACL,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport { ParamsGenerate2035 } from '../..';\n\nexport class Cerfa extends Resource {\n get2035Pdf(params: { idExercice: number, data: ParamsGenerate2035 }): Promise<Buffer> {\n return this.axios.$post(`/exercice/${params.idExercice}/cerfa/2035`, params.data, {\n responseType: 'arraybuffer',\n headers: {\n Accept: 'application/pdf',\n },\n });\n }\n}\n"]}
@@ -0,0 +1,6 @@
1
+ import { Resource } from '../Resource';
2
+ import { ILegalForm } from '../../types';
3
+ export declare class LegalForm extends Resource {
4
+ getAll(): Promise<ILegalForm>;
5
+ }
6
+ //# sourceMappingURL=LegalForm.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegalForm.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/LegalForm.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAEzC,qBAAa,SAAU,SAAQ,QAAQ;IACrC,MAAM,IAAI,OAAO,CAAC,UAAU,CAAC;CAG9B"}
@@ -0,0 +1,7 @@
1
+ import { Resource } from '../Resource';
2
+ export class LegalForm extends Resource {
3
+ getAll() {
4
+ return this.axios.$get('/legalForm');
5
+ }
6
+ }
7
+ //# sourceMappingURL=LegalForm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegalForm.js","sourceRoot":"","sources":["../../../ts/api/resources/LegalForm.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAGvC,MAAM,OAAO,SAAU,SAAQ,QAAQ;IACrC,MAAM;QACJ,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;IACvC,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport { ILegalForm } from '../../types';\n\nexport class LegalForm extends Resource {\n getAll(): Promise<ILegalForm> {\n return this.axios.$get('/legalForm');\n }\n}"]}
@@ -1,8 +1,10 @@
1
1
  import { Resource } from '../Resource';
2
- import { CreateInvoiceMail, UpdateInvoiceMail, IMailSociety } from '../../types';
2
+ import { CreateInvoiceMail, UpdateInvoiceMail, IMailSociety, ISociety, LegalFormSiren, GetDataSociety, CreateSociety } from '../../types';
3
3
  export declare class Society extends Resource {
4
4
  getInvoiceEmail(): Promise<IMailSociety | Error>;
5
5
  createInvoiceEmail(data: CreateInvoiceMail): Promise<IMailSociety | Error>;
6
6
  updateInvoiceEmail(data: UpdateInvoiceMail): Promise<IMailSociety | Error>;
7
+ createSociety(data: CreateSociety): Promise<ISociety>;
8
+ getDataSociety(params: GetDataSociety): Promise<LegalFormSiren[]>;
7
9
  }
8
10
  //# sourceMappingURL=Society.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Society.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Society.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,iBAAiB,EACjB,iBAAiB,EACjB,YAAY,EACb,MAAM,aAAa,CAAC;AAErB,qBAAa,OAAQ,SAAQ,QAAQ;IACnC,eAAe,IAAI,OAAO,CAAC,YAAY,GAAG,KAAK,CAAC;IAIhD,kBAAkB,CAAC,IAAI,EAAE,iBAAiB,GAAG,OAAO,CAAC,YAAY,GAAG,KAAK,CAAC;IAI1E,kBAAkB,CAAC,IAAI,EAAE,iBAAiB,GAAG,OAAO,CAAC,YAAY,GAAG,KAAK,CAAC;CAG3E"}
1
+ {"version":3,"file":"Society.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Society.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,iBAAiB,EACjB,iBAAiB,EACjB,YAAY,EACZ,QAAQ,EACR,cAAc,EACd,cAAc,EACd,aAAa,EACd,MAAM,aAAa,CAAC;AAErB,qBAAa,OAAQ,SAAQ,QAAQ;IACnC,eAAe,IAAI,OAAO,CAAC,YAAY,GAAG,KAAK,CAAC;IAIhD,kBAAkB,CAAC,IAAI,EAAE,iBAAiB,GAAG,OAAO,CAAC,YAAY,GAAG,KAAK,CAAC;IAI1E,kBAAkB,CAAC,IAAI,EAAE,iBAAiB,GAAG,OAAO,CAAC,YAAY,GAAG,KAAK,CAAC;IAG1E,aAAa,CAAC,IAAI,EAAE,aAAa,GAAG,OAAO,CAAC,QAAQ,CAAC;IAIrD,cAAc,CAAC,MAAM,EAAE,cAAc,GAAG,OAAO,CAAC,cAAc,EAAE,CAAC;CAGlE"}
@@ -9,5 +9,12 @@ export class Society extends Resource {
9
9
  updateInvoiceEmail(data) {
10
10
  return this.axios.$put('/society/invoiceEmail', data);
11
11
  }
12
+ createSociety(data) {
13
+ return this.axios.$post('/society/create', data);
14
+ }
15
+ // this endpoint is used to fetch from extern api for legalForm
16
+ getDataSociety(params) {
17
+ return this.axios.$get('/society/dataSociety', { params });
18
+ }
12
19
  }
13
20
  //# sourceMappingURL=Society.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Society.js","sourceRoot":"","sources":["../../../ts/api/resources/Society.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAOvC,MAAM,OAAO,OAAQ,SAAQ,QAAQ;IACnC,eAAe;QACb,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC;IAClD,CAAC;IAED,kBAAkB,CAAC,IAAuB;QACxC,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,uBAAuB,EAAE,IAAI,CAAC,CAAC;IACzD,CAAC;IAED,kBAAkB,CAAC,IAAuB;QACxC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,uBAAuB,EAAE,IAAI,CAAC,CAAC;IACxD,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n CreateInvoiceMail,\n UpdateInvoiceMail,\n IMailSociety,\n} from '../../types';\n\nexport class Society extends Resource {\n getInvoiceEmail(): Promise<IMailSociety | Error> {\n return this.axios.$get('/society/invoiceEmail');\n }\n\n createInvoiceEmail(data: CreateInvoiceMail): Promise<IMailSociety | Error> {\n return this.axios.$post('/society/invoiceEmail', data);\n }\n\n updateInvoiceEmail(data: UpdateInvoiceMail): Promise<IMailSociety | Error> {\n return this.axios.$put('/society/invoiceEmail', data);\n }\n}\n"]}
1
+ {"version":3,"file":"Society.js","sourceRoot":"","sources":["../../../ts/api/resources/Society.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAWvC,MAAM,OAAO,OAAQ,SAAQ,QAAQ;IACnC,eAAe;QACb,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC;IAClD,CAAC;IAED,kBAAkB,CAAC,IAAuB;QACxC,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,uBAAuB,EAAE,IAAI,CAAC,CAAC;IACzD,CAAC;IAED,kBAAkB,CAAC,IAAuB;QACxC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,uBAAuB,EAAE,IAAI,CAAC,CAAC;IACxD,CAAC;IACD,aAAa,CAAC,IAAmB;QAC/B,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,iBAAiB,EAAE,IAAI,CAAC,CAAC;IACnD,CAAC;IACD,+DAA+D;IAC/D,cAAc,CAAC,MAAsB;QACnC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,sBAAsB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC7D,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n CreateInvoiceMail,\n UpdateInvoiceMail,\n IMailSociety,\n ISociety,\n LegalFormSiren,\n GetDataSociety,\n CreateSociety,\n} from '../../types';\n\nexport class Society extends Resource {\n getInvoiceEmail(): Promise<IMailSociety | Error> {\n return this.axios.$get('/society/invoiceEmail');\n }\n\n createInvoiceEmail(data: CreateInvoiceMail): Promise<IMailSociety | Error> {\n return this.axios.$post('/society/invoiceEmail', data);\n }\n\n updateInvoiceEmail(data: UpdateInvoiceMail): Promise<IMailSociety | Error> {\n return this.axios.$put('/society/invoiceEmail', data);\n }\n createSociety(data: CreateSociety): Promise<ISociety> {\n return this.axios.$post('/society/create', data);\n }\n // this endpoint is used to fetch from extern api for legalForm\n getDataSociety(params: GetDataSociety): Promise<LegalFormSiren[]> {\n return this.axios.$get('/society/dataSociety', { params });\n }\n}\n"]}
@@ -16,6 +16,9 @@ import { GeneralLedger } from './resources/GeneralLedger';
16
16
  import { FecFile } from './resources/FecFile';
17
17
  import { IncomeStatement } from './resources/IncomeStatement';
18
18
  import { BalanceSheet } from './resources/BalanceSheet';
19
+ import { Cerfa } from './resources/Cerfa';
20
+ import { LegalForm } from './resources/LegalForm';
21
+ import { Authenticate } from './resources/Authenticate';
19
22
  export declare const resources: {
20
23
  simulation: typeof Simulation;
21
24
  country: typeof Country;
@@ -35,5 +38,8 @@ export declare const resources: {
35
38
  fecFile: typeof FecFile;
36
39
  incomeStatement: typeof IncomeStatement;
37
40
  balanceSheet: typeof BalanceSheet;
41
+ cerfa: typeof Cerfa;
42
+ legalForm: typeof LegalForm;
43
+ authenticate: typeof Authenticate;
38
44
  };
39
45
  //# 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,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;AAExD,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;CAmBrB,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,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;AAExD,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;CAsBrB,CAAC"}
@@ -16,6 +16,9 @@ import { GeneralLedger } from './resources/GeneralLedger';
16
16
  import { FecFile } from './resources/FecFile';
17
17
  import { IncomeStatement } from './resources/IncomeStatement';
18
18
  import { BalanceSheet } from './resources/BalanceSheet';
19
+ import { Cerfa } from './resources/Cerfa';
20
+ import { LegalForm } from './resources/LegalForm';
21
+ import { Authenticate } from './resources/Authenticate';
19
22
  export const resources = {
20
23
  simulation: Simulation,
21
24
  country: Country,
@@ -35,5 +38,8 @@ export const resources = {
35
38
  fecFile: FecFile,
36
39
  incomeStatement: IncomeStatement,
37
40
  balanceSheet: BalanceSheet,
41
+ cerfa: Cerfa,
42
+ legalForm: LegalForm,
43
+ authenticate: Authenticate,
38
44
  };
39
45
  //# 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,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;AAExD,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,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;CAC3B,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 { 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';\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 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};\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,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;AAExD,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,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;CAC3B,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 { 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 { Authenticate } from './resources/Authenticate';\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 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};\n"]}
@@ -0,0 +1,13 @@
1
+ export declare const DefaultPermissions: {
2
+ gescom: boolean;
3
+ compta: boolean;
4
+ stats: boolean;
5
+ docTreso: boolean;
6
+ services: boolean;
7
+ social: boolean;
8
+ tva: boolean;
9
+ simulation: boolean;
10
+ simulationMultiple: boolean;
11
+ balanceSheet: boolean;
12
+ };
13
+ //# sourceMappingURL=DefaultPermissions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DefaultPermissions.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/DefaultPermissions.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB;;;;;;;;;;;CAW9B,CAAC"}
@@ -0,0 +1,13 @@
1
+ export const DefaultPermissions = {
2
+ gescom: true,
3
+ compta: true,
4
+ stats: true,
5
+ docTreso: true,
6
+ services: true,
7
+ social: false,
8
+ tva: false,
9
+ simulation: false,
10
+ simulationMultiple: false,
11
+ balanceSheet: false,
12
+ };
13
+ //# sourceMappingURL=DefaultPermissions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DefaultPermissions.js","sourceRoot":"","sources":["../../../ts/types/Enum/DefaultPermissions.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,kBAAkB,GAAG;IAChC,MAAM,EAAE,IAAI;IACZ,MAAM,EAAE,IAAI;IACZ,KAAK,EAAE,IAAI;IACX,QAAQ,EAAE,IAAI;IACd,QAAQ,EAAE,IAAI;IACd,MAAM,EAAE,KAAK;IACb,GAAG,EAAE,KAAK;IACV,UAAU,EAAE,KAAK;IACjB,kBAAkB,EAAE,KAAK;IACzB,YAAY,EAAE,KAAK;CACpB,CAAC","sourcesContent":["export const DefaultPermissions = {\n gescom: true,\n compta: true,\n stats: true,\n docTreso: true,\n services: true,\n social: false,\n tva: false,\n simulation: false,\n simulationMultiple: false,\n balanceSheet: false,\n};"]}
@@ -9,6 +9,7 @@ export declare const LegalForm: {
9
9
  };
10
10
  EIRL: {
11
11
  id: number;
12
+ name: string;
12
13
  alias: string;
13
14
  diaCode: number;
14
15
  hideVat: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"LegalForm.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/LegalForm.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgKrB,CAAC"}
1
+ {"version":3,"file":"LegalForm.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/LegalForm.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiKrB,CAAC"}
@@ -9,6 +9,7 @@ export const LegalForm = {
9
9
  },
10
10
  EIRL: {
11
11
  id: 2,
12
+ name: 'EIRL',
12
13
  alias: 'eirl',
13
14
  diaCode: 11,
14
15
  hideVat: false,
@@ -1 +1 @@
1
- {"version":3,"file":"LegalForm.js","sourceRoot":"","sources":["../../../ts/types/Enum/LegalForm.ts"],"names":[],"mappings":"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","sourcesContent":["export const LegalForm = {\n EI: {\n id: 1,\n name: 'EI',\n alias: 'ei',\n diaCode: 11,\n hideVat: false,\n individual: true,\n },\n EIRL: {\n id: 2,\n alias: 'eirl',\n diaCode: 11,\n hideVat: false,\n individual: true,\n },\n EURL: {\n id: 3,\n name: 'EURL',\n alias: 'eurl',\n diaCode: 12212,\n hideVat: false,\n individual: false,\n },\n SARL: {\n id: 4,\n name: 'SARL',\n alias: 'sarl',\n diaCode: 12211,\n hideVat: false,\n individual: false,\n },\n SASU: {\n id: 5,\n name: 'SASU',\n alias: 'sasu',\n diaCode: 12223,\n hideVat: false,\n individual: false,\n },\n SAS: {\n id: 6,\n name: 'SAS',\n alias: 'sas',\n diaCode: 12223,\n hideVat: false,\n individual: false,\n },\n SCI: {\n id: 7,\n name: 'SCI',\n alias: 'sci',\n diaCode: 12131,\n hideVat: false,\n individual: false,\n },\n GIE: {\n id: 8,\n name: 'GIE',\n alias: 'gie',\n diaCode: 13,\n hideVat: false,\n individual: false,\n },\n SELARL: {\n id: 9,\n name: 'SELARL',\n alias: 'selarl',\n diaCode: 12213,\n hideVat: false,\n individual: false,\n },\n ASSOCIATION: {\n id: 10,\n name: 'Association',\n alias: 'association',\n diaCode: 2,\n hideVat: true,\n individual: false,\n },\n AUTO_ENTREPRENEUR: {\n id: 11,\n name: 'Auto-Entrepreneur',\n alias: 'auto-entrepreneur',\n diaCode: null,\n hideVat: true,\n individual: true,\n },\n SA: {\n id: 12,\n name: 'SA',\n alias: 'sa',\n diaCode: 12221,\n hideVat: false,\n individual: false,\n },\n SNC: {\n id: 13,\n name: 'SNC',\n alias: 'snc',\n diaCode: 1212,\n hideVat: false,\n individual: false,\n },\n OTHER: {\n id: 14,\n name: 'Autre',\n alias: 'autre',\n diaCode: null,\n hideVat: false,\n individual: false,\n },\n SUCCURSALE: {\n id: 15,\n name: 'Succursale',\n alias: 'succursale',\n diaCode: null,\n hideVat: false,\n individual: false,\n },\n SCOP: {\n id: 16,\n name: 'SCOP',\n alias: 'scop',\n diaCode: null,\n hideVat: false,\n individual: false,\n },\n SCE_DROIT_ETRANGER: {\n id: 17,\n name: 'Sce Droit Etranger',\n alias: 'sce droit etranger',\n diaCode: 12131,\n hideVat: false,\n individual: false,\n },\n EARL: {\n id: 18,\n name: 'EARL',\n alias: 'earl',\n diaCode: 12137,\n hideVat: false,\n individual: false,\n },\n SCP: {\n id: 19,\n name: 'SCP',\n alias: 'scp',\n diaCode: null,\n hideVat: false,\n individual: false,\n },\n SOCIETE_CIVILE: {\n id: 20,\n name: 'Société Civile',\n alias: 'SOC',\n diaCode: null,\n hideVat: false,\n individual: false,\n },\n};"]}
1
+ {"version":3,"file":"LegalForm.js","sourceRoot":"","sources":["../../../ts/types/Enum/LegalForm.ts"],"names":[],"mappings":"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","sourcesContent":["export const LegalForm = {\n EI: {\n id: 1,\n name: 'EI',\n alias: 'ei',\n diaCode: 11,\n hideVat: false,\n individual: true,\n },\n EIRL: {\n id: 2,\n name: 'EIRL',\n alias: 'eirl',\n diaCode: 11,\n hideVat: false,\n individual: true,\n },\n EURL: {\n id: 3,\n name: 'EURL',\n alias: 'eurl',\n diaCode: 12212,\n hideVat: false,\n individual: false,\n },\n SARL: {\n id: 4,\n name: 'SARL',\n alias: 'sarl',\n diaCode: 12211,\n hideVat: false,\n individual: false,\n },\n SASU: {\n id: 5,\n name: 'SASU',\n alias: 'sasu',\n diaCode: 12223,\n hideVat: false,\n individual: false,\n },\n SAS: {\n id: 6,\n name: 'SAS',\n alias: 'sas',\n diaCode: 12223,\n hideVat: false,\n individual: false,\n },\n SCI: {\n id: 7,\n name: 'SCI',\n alias: 'sci',\n diaCode: 12131,\n hideVat: false,\n individual: false,\n },\n GIE: {\n id: 8,\n name: 'GIE',\n alias: 'gie',\n diaCode: 13,\n hideVat: false,\n individual: false,\n },\n SELARL: {\n id: 9,\n name: 'SELARL',\n alias: 'selarl',\n diaCode: 12213,\n hideVat: false,\n individual: false,\n },\n ASSOCIATION: {\n id: 10,\n name: 'Association',\n alias: 'association',\n diaCode: 2,\n hideVat: true,\n individual: false,\n },\n AUTO_ENTREPRENEUR: {\n id: 11,\n name: 'Auto-Entrepreneur',\n alias: 'auto-entrepreneur',\n diaCode: null,\n hideVat: true,\n individual: true,\n },\n SA: {\n id: 12,\n name: 'SA',\n alias: 'sa',\n diaCode: 12221,\n hideVat: false,\n individual: false,\n },\n SNC: {\n id: 13,\n name: 'SNC',\n alias: 'snc',\n diaCode: 1212,\n hideVat: false,\n individual: false,\n },\n OTHER: {\n id: 14,\n name: 'Autre',\n alias: 'autre',\n diaCode: null,\n hideVat: false,\n individual: false,\n },\n SUCCURSALE: {\n id: 15,\n name: 'Succursale',\n alias: 'succursale',\n diaCode: null,\n hideVat: false,\n individual: false,\n },\n SCOP: {\n id: 16,\n name: 'SCOP',\n alias: 'scop',\n diaCode: null,\n hideVat: false,\n individual: false,\n },\n SCE_DROIT_ETRANGER: {\n id: 17,\n name: 'Sce Droit Etranger',\n alias: 'sce droit etranger',\n diaCode: 12131,\n hideVat: false,\n individual: false,\n },\n EARL: {\n id: 18,\n name: 'EARL',\n alias: 'earl',\n diaCode: 12137,\n hideVat: false,\n individual: false,\n },\n SCP: {\n id: 19,\n name: 'SCP',\n alias: 'scp',\n diaCode: null,\n hideVat: false,\n individual: false,\n },\n SOCIETE_CIVILE: {\n id: 20,\n name: 'Société Civile',\n alias: 'SOC',\n diaCode: null,\n hideVat: false,\n individual: false,\n },\n};"]}
@@ -0,0 +1,8 @@
1
+ export declare enum VehicleCerfaFuel {
2
+ ESSENCE = "super",
3
+ DIESEL = "diesel",
4
+ ESSENCE_95_98 = "super sans plomb",
5
+ GAS = "GPL",
6
+ ELECTRIC = "\u00E9lectrique"
7
+ }
8
+ //# sourceMappingURL=Vehicle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Vehicle.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Vehicle.ts"],"names":[],"mappings":"AAAA,oBAAY,gBAAgB;IAC1B,OAAO,UAAU;IACjB,MAAM,WAAW;IACjB,aAAa,qBAAqB;IAClC,GAAG,QAAQ;IACX,QAAQ,oBAAe;CACxB"}
@@ -0,0 +1,9 @@
1
+ export var VehicleCerfaFuel;
2
+ (function (VehicleCerfaFuel) {
3
+ VehicleCerfaFuel["ESSENCE"] = "super";
4
+ VehicleCerfaFuel["DIESEL"] = "diesel";
5
+ VehicleCerfaFuel["ESSENCE_95_98"] = "super sans plomb";
6
+ VehicleCerfaFuel["GAS"] = "GPL";
7
+ VehicleCerfaFuel["ELECTRIC"] = "\u00E9lectrique";
8
+ })(VehicleCerfaFuel || (VehicleCerfaFuel = {}));
9
+ //# sourceMappingURL=Vehicle.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Vehicle.js","sourceRoot":"","sources":["../../../ts/types/Enum/Vehicle.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,gBAMX;AAND,WAAY,gBAAgB;IAC1B,qCAAiB,CAAA;IACjB,qCAAiB,CAAA;IACjB,sDAAkC,CAAA;IAClC,+BAAW,CAAA;IACX,gDAAuB,CAAA;AACzB,CAAC,EANW,gBAAgB,KAAhB,gBAAgB,QAM3B","sourcesContent":["export enum VehicleCerfaFuel {\n ESSENCE = 'super',\n DIESEL = 'diesel',\n ESSENCE_95_98 = 'super sans plomb',\n GAS = 'GPL',\n ELECTRIC = 'électrique',\n}"]}
@@ -0,0 +1,15 @@
1
+ export declare const VehicleType: {
2
+ TOURISM_VEHICLE: {
3
+ id: number;
4
+ value: string;
5
+ };
6
+ MOTORBIKE: {
7
+ id: number;
8
+ value: string;
9
+ };
10
+ MOPED: {
11
+ id: number;
12
+ value: string;
13
+ };
14
+ };
15
+ //# sourceMappingURL=VehicleType.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VehicleType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/VehicleType.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;;;;;;CAavB,CAAC"}
@@ -0,0 +1,15 @@
1
+ export const VehicleType = {
2
+ TOURISM_VEHICLE: {
3
+ id: 1,
4
+ value: 'T',
5
+ },
6
+ MOTORBIKE: {
7
+ id: 2,
8
+ value: 'M',
9
+ },
10
+ MOPED: {
11
+ id: 3,
12
+ value: 'V',
13
+ },
14
+ };
15
+ //# sourceMappingURL=VehicleType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VehicleType.js","sourceRoot":"","sources":["../../../ts/types/Enum/VehicleType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,eAAe,EAAE;QACf,EAAE,EAAE,CAAC;QACL,KAAK,EAAE,GAAG;KACX;IACD,SAAS,EAAE;QACT,EAAE,EAAE,CAAC;QACL,KAAK,EAAE,GAAG;KACX;IACD,KAAK,EAAE;QACL,EAAE,EAAE,CAAC;QACL,KAAK,EAAE,GAAG;KACX;CACF,CAAC","sourcesContent":["export const VehicleType = {\n TOURISM_VEHICLE: {\n id: 1,\n value: 'T',\n },\n MOTORBIKE: {\n id: 2,\n value: 'M',\n },\n MOPED: {\n id: 3,\n value: 'V',\n },\n};"]}
@@ -0,0 +1,292 @@
1
+ import { VehicleCerfaFuel } from '../../../Enum/Vehicle';
2
+ export interface DeterminedResult {
3
+ incomeExpenditure: boolean;
4
+ debts: boolean;
5
+ }
6
+ export declare type AccountingKept = 'dutyFree' | 'taxIncluded' | 'notSubjectToVat';
7
+ export declare type CerfaCivility = 'M' | 'Mme' | 'Mlle';
8
+ export interface AccreditedOrganization {
9
+ isMember: boolean;
10
+ memberSince: Date;
11
+ numberOfEmployees: string;
12
+ netWagesReceived: number;
13
+ }
14
+ interface Vehicle {
15
+ name: string;
16
+ type: string;
17
+ fiscalPower: number;
18
+ isBNCScale: boolean;
19
+ isBICScale: boolean;
20
+ fuel: VehicleCerfaFuel;
21
+ professionalKilometers: number;
22
+ deductible: number;
23
+ depreciationPracticedAtReintegrate: number;
24
+ }
25
+ export interface MoralShareholder {
26
+ legalForm: string;
27
+ name: string;
28
+ siren?: string;
29
+ percentShares: number;
30
+ shares: number;
31
+ address: {
32
+ number: number | undefined;
33
+ street: string;
34
+ zipCode: string;
35
+ city: string;
36
+ country: string;
37
+ };
38
+ }
39
+ export interface PhysicShareholder {
40
+ civility: CerfaCivility;
41
+ firstname: string;
42
+ lastname: string;
43
+ percentShares: number;
44
+ marriedName: string | null | undefined;
45
+ shares: number | null;
46
+ birth: {
47
+ date: string;
48
+ department: string | undefined;
49
+ city: string;
50
+ country: string;
51
+ };
52
+ address: {
53
+ street: string | undefined;
54
+ zipCode: string | undefined;
55
+ city: string | undefined;
56
+ country: string | undefined;
57
+ number: string | undefined;
58
+ };
59
+ }
60
+ export interface Subsidiarie {
61
+ legalForm: string;
62
+ name: string;
63
+ siren?: string;
64
+ percentShares: number;
65
+ address: {
66
+ number: number;
67
+ street: string;
68
+ zipCode: string;
69
+ city: string;
70
+ country: string;
71
+ };
72
+ }
73
+ /**
74
+ * CERFA 2035 TYPES
75
+ */
76
+ export interface Cerfa2035Society {
77
+ name: string;
78
+ activity: string | null;
79
+ siret: string;
80
+ activityCode?: string;
81
+ ifExerciceInSociety?: boolean;
82
+ partnersCount?: number;
83
+ determinedResult?: DeterminedResult;
84
+ accountingKept: AccountingKept;
85
+ accreditedOrganization?: AccreditedOrganization;
86
+ address: string;
87
+ zipCode: string;
88
+ city: string;
89
+ }
90
+ export interface Cerfa2035ProfessionalRecipes {
91
+ collected: number;
92
+ toDeduce: {
93
+ disbursements: number;
94
+ retrocededFees: {
95
+ total: number;
96
+ supplement: number;
97
+ };
98
+ };
99
+ net: number;
100
+ financialProducts: number;
101
+ miscellaneousGain: number;
102
+ total: number;
103
+ }
104
+ export interface Cerfa2035ProfessionalExpenses {
105
+ purchases: number;
106
+ personnelCosts: {
107
+ netSalariesAndBenefitsInKind: number;
108
+ socialChargesOnSalaries: number;
109
+ };
110
+ duesAndTaxes: {
111
+ valueAddedTax: number;
112
+ territorialEconomicContribution: number;
113
+ otherTaxes: number;
114
+ generalDeductibleSocialContribution: number;
115
+ };
116
+ rentAndRentalCharges: number;
117
+ equipmentRental: {
118
+ total: number;
119
+ collaborationFees: number;
120
+ };
121
+ maintenance: number;
122
+ temporaryStaff: number;
123
+ smallTools: number;
124
+ heatingWaterGasElectricity: number;
125
+ feesNotRetrocessions: number;
126
+ insurancePremiums: number;
127
+ vehicleCosts: {
128
+ total: number;
129
+ lumpSumAssessment: boolean;
130
+ };
131
+ otherTravelExpenses: number;
132
+ totalWorkSupplies: number;
133
+ totalTransport: number;
134
+ personalSocialCharges: {
135
+ obligatory: number;
136
+ contributionsMadelin: number;
137
+ retirementSavingsPlans: number;
138
+ total: number;
139
+ };
140
+ receptionFees: number;
141
+ officeSupplies: number;
142
+ legalCosts: number;
143
+ unionDues: number;
144
+ otherManagementFees: number;
145
+ totalDues: number;
146
+ financialExpenses: number;
147
+ miscellaneousLosses: number;
148
+ total: number;
149
+ }
150
+ export interface Cerfa2035Determination {
151
+ surplus: number;
152
+ shortTermCapitalGains: number;
153
+ miscellaneousToBeReinstated: number;
154
+ civilSocietyBenefit: number;
155
+ totalSurplus: number;
156
+ insufficiency: number;
157
+ administrationFees: number;
158
+ depreciationAllowance: number;
159
+ shortTermLoss: number;
160
+ miscellaneousToBeDeducted: {
161
+ freeZone: {
162
+ amount: number;
163
+ };
164
+ newBusiness: {
165
+ onSavingsSalary: number;
166
+ amount: number;
167
+ };
168
+ innovativeCompanies: {
169
+ amount: number;
170
+ youngArtists: number;
171
+ };
172
+ doctorsExemption: {
173
+ amount: number;
174
+ sectorApprovedDoctors: number;
175
+ };
176
+ total: number;
177
+ };
178
+ civilSocietyDeficit: number;
179
+ totalInsufficiency: number;
180
+ profit: number;
181
+ deficit: number;
182
+ }
183
+ export interface Cerfa2035ValueAddedTax {
184
+ grossReceipts: number;
185
+ relatedToPurchases: {
186
+ amount: number;
187
+ retrocededFees: number;
188
+ };
189
+ }
190
+ export interface Cerfa2035KilometricAllowance {
191
+ vehicles: Vehicle[];
192
+ costsNotCoveredByKilometricAllowances: number;
193
+ totalDeductible: number;
194
+ totalDepreciationPracticedAtReintegrate: number;
195
+ }
196
+ export interface Cerfa2035Recipes {
197
+ fees: number;
198
+ miscellaneousGains: number;
199
+ deductibleVat: number;
200
+ capitalGains: number;
201
+ total: number;
202
+ }
203
+ export interface Cerfa2035Expenses {
204
+ purchases: number;
205
+ stockVariation: number;
206
+ externalServices: number;
207
+ rentsAndRoyalties: number;
208
+ transport: number;
209
+ management: number;
210
+ vatInRecipes: number;
211
+ turnoverTax: number;
212
+ amortization: number;
213
+ capitalLosses: number;
214
+ total: number;
215
+ }
216
+ export interface Cerfa2035MonoEstablishment {
217
+ is: boolean;
218
+ benchmarkTurnover: number;
219
+ groupTurnover: number;
220
+ workforce: number;
221
+ period: {
222
+ startDate: Date;
223
+ endDate: Date;
224
+ };
225
+ cessationDate: Date;
226
+ }
227
+ export interface Cerfa2035ShareCapital {
228
+ moralAssociates: number;
229
+ moralAssociatesShares: number;
230
+ physicAssociates: number;
231
+ physicAssociatesShares: number;
232
+ moralShareholder: MoralShareholder[];
233
+ physicShareholder: PhysicShareholder[];
234
+ idDeposit?: number;
235
+ }
236
+ export interface Cerfa2035 {
237
+ isNil: boolean;
238
+ society: Cerfa2035Society;
239
+ immobilizations: number;
240
+ professionalRecipes: Cerfa2035ProfessionalRecipes;
241
+ professionalExpenses: Cerfa2035ProfessionalExpenses;
242
+ determination: Cerfa2035Determination;
243
+ valueAddedTax: Cerfa2035ValueAddedTax;
244
+ territorialContribution: number;
245
+ kilometricAllowances: Cerfa2035KilometricAllowance;
246
+ period: {
247
+ startDate: Date;
248
+ endDate: Date;
249
+ months: string;
250
+ };
251
+ shareCapital: Cerfa2035ShareCapital;
252
+ subsidiaries: {
253
+ total: number;
254
+ list: Subsidiarie[];
255
+ };
256
+ annex?: {
257
+ recipes: Cerfa2035Recipes;
258
+ expenses: Cerfa2035Expenses;
259
+ addedValue: number;
260
+ addedValueContribution: number;
261
+ monoEstablishment: Cerfa2035MonoEstablishment | null;
262
+ };
263
+ }
264
+ export declare class ParamsGenerate2035 {
265
+ isTest?: boolean;
266
+ isNil: boolean;
267
+ disbursements?: number | null;
268
+ supplement?: number | null;
269
+ activityCode?: string | null;
270
+ valueAddedTax?: number | null;
271
+ equipmentRentalCollaborationFees?: number | null;
272
+ lumpSumAssessment?: boolean | null;
273
+ personalSocialChargesObligatory?: number | null;
274
+ contributionsMadelin?: number | null;
275
+ retirementSavingsPlans?: number | null;
276
+ miscellaneousToBeReinstated?: number | null;
277
+ civilSocietyBenefit?: number | null;
278
+ administrationFees?: number | null;
279
+ mtbdFreeZoneAmount?: number | null;
280
+ mtbdNewBusinessAmount?: number | null;
281
+ mtbdInnovativeCompaniesAmount?: number | null;
282
+ mtbdInnovativeCompaniesYoungArtists?: number | null;
283
+ mtbdDoctorsExemptionAmount?: number | null;
284
+ mtbdDoctorsExemptionSectorApprovedDoctors?: number | null;
285
+ grossReceipts?: number | null;
286
+ relatedToPurchasesAmount?: number | null;
287
+ retrocededFees?: number | null;
288
+ territorialContribution?: number | null;
289
+ miscellaneousToBeDeductedTotal?: number | null;
290
+ }
291
+ export {};
292
+ //# sourceMappingURL=CreateCerfa.d.ts.map