@silexpert/core 0.4.16 → 0.4.18

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 (131) hide show
  1. package/es/api/resources/Report.d.ts +1 -0
  2. package/es/api/resources/Report.d.ts.map +1 -1
  3. package/es/api/resources/Report.js +3 -0
  4. package/es/api/resources/Report.js.map +1 -1
  5. package/es/api/resources/Search.d.ts +7 -0
  6. package/es/api/resources/Search.d.ts.map +1 -0
  7. package/es/api/resources/Search.js +10 -0
  8. package/es/api/resources/Search.js.map +1 -0
  9. package/es/api/resources/Society.d.ts +3 -1
  10. package/es/api/resources/Society.d.ts.map +1 -1
  11. package/es/api/resources/Society.js +6 -0
  12. package/es/api/resources/Society.js.map +1 -1
  13. package/es/api/resources.d.ts +2 -0
  14. package/es/api/resources.d.ts.map +1 -1
  15. package/es/api/resources.js +2 -0
  16. package/es/api/resources.js.map +1 -1
  17. package/es/types/Enum/Ged.d.ts +6 -0
  18. package/es/types/Enum/Ged.d.ts.map +1 -1
  19. package/es/types/Enum/Ged.js +22 -2
  20. package/es/types/Enum/Ged.js.map +1 -1
  21. package/es/types/Enum/LegalForm.d.ts +17 -0
  22. package/es/types/Enum/LegalForm.d.ts.map +1 -1
  23. package/es/types/Enum/LegalForm.js +17 -0
  24. package/es/types/Enum/LegalForm.js.map +1 -1
  25. package/es/types/Enum/LetterState.d.ts +27 -0
  26. package/es/types/Enum/LetterState.d.ts.map +1 -0
  27. package/es/types/Enum/LetterState.js +27 -0
  28. package/es/types/Enum/LetterState.js.map +1 -0
  29. package/es/types/Enum/ReportType.d.ts +4 -0
  30. package/es/types/Enum/ReportType.d.ts.map +1 -1
  31. package/es/types/Enum/ReportType.js +4 -0
  32. package/es/types/Enum/ReportType.js.map +1 -1
  33. package/es/types/Interface/api/letter/CreateLetter.d.ts +1 -1
  34. package/es/types/Interface/api/letter/CreateLetter.d.ts.map +1 -1
  35. package/es/types/Interface/api/letter/CreateLetter.js +4 -4
  36. package/es/types/Interface/api/letter/CreateLetter.js.map +1 -1
  37. package/es/types/Interface/api/pappers/CreatePappers.d.ts +27 -0
  38. package/es/types/Interface/api/pappers/CreatePappers.d.ts.map +1 -0
  39. package/es/types/Interface/api/pappers/CreatePappers.js +2 -0
  40. package/es/types/Interface/api/pappers/CreatePappers.js.map +1 -0
  41. package/es/types/Interface/api/pappers/QueryPappers.d.ts +267 -0
  42. package/es/types/Interface/api/pappers/QueryPappers.d.ts.map +1 -0
  43. package/es/types/Interface/api/pappers/QueryPappers.js +104 -0
  44. package/es/types/Interface/api/pappers/QueryPappers.js.map +1 -0
  45. package/es/types/Interface/api/pappers/ReadPappers.d.ts +62 -0
  46. package/es/types/Interface/api/pappers/ReadPappers.d.ts.map +1 -0
  47. package/es/types/Interface/api/pappers/ReadPappers.js +3 -0
  48. package/es/types/Interface/api/pappers/ReadPappers.js.map +1 -0
  49. package/es/types/Interface/api/report/CreateReport.d.ts +6 -0
  50. package/es/types/Interface/api/report/CreateReport.d.ts.map +1 -1
  51. package/es/types/Interface/api/report/CreateReport.js +24 -0
  52. package/es/types/Interface/api/report/CreateReport.js.map +1 -1
  53. package/es/types/Interface/api/report/DeleteReport.d.ts +5 -0
  54. package/es/types/Interface/api/report/DeleteReport.d.ts.map +1 -0
  55. package/es/types/Interface/api/report/DeleteReport.js +17 -0
  56. package/es/types/Interface/api/report/DeleteReport.js.map +1 -0
  57. package/es/types/Interface/api/society/CreateSociety.d.ts +11 -0
  58. package/es/types/Interface/api/society/CreateSociety.d.ts.map +1 -1
  59. package/es/types/Interface/api/society/CreateSociety.js +24 -0
  60. package/es/types/Interface/api/society/CreateSociety.js.map +1 -1
  61. package/es/types/Interface/api/society/UpdateSociety.d.ts +17 -0
  62. package/es/types/Interface/api/society/UpdateSociety.d.ts.map +1 -0
  63. package/es/types/Interface/api/society/UpdateSociety.js +57 -0
  64. package/es/types/Interface/api/society/UpdateSociety.js.map +1 -0
  65. package/es/types/Interface/models/IApiError.d.ts +1 -0
  66. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  67. package/es/types/Interface/models/IApiError.js +1 -0
  68. package/es/types/Interface/models/IApiError.js.map +1 -1
  69. package/es/types/Interface/models/ILetter.d.ts +1 -0
  70. package/es/types/Interface/models/ILetter.d.ts.map +1 -1
  71. package/es/types/Interface/models/ILetter.js.map +1 -1
  72. package/es/types/index.d.ts +7 -0
  73. package/es/types/index.d.ts.map +1 -1
  74. package/es/types/index.js +7 -0
  75. package/es/types/index.js.map +1 -1
  76. package/js/api/resources/Report.js +4 -0
  77. package/js/api/resources/Report.js.map +1 -1
  78. package/js/api/resources/Search.js +26 -0
  79. package/js/api/resources/Search.js.map +1 -0
  80. package/js/api/resources/Society.js +8 -0
  81. package/js/api/resources/Society.js.map +1 -1
  82. package/js/api/resources.js +4 -1
  83. package/js/api/resources.js.map +1 -1
  84. package/js/types/Enum/Ged.js +25 -4
  85. package/js/types/Enum/Ged.js.map +1 -1
  86. package/js/types/Enum/LegalForm.js +34 -17
  87. package/js/types/Enum/LegalForm.js.map +1 -1
  88. package/js/types/Enum/LetterState.js +32 -0
  89. package/js/types/Enum/LetterState.js.map +1 -0
  90. package/js/types/Enum/ReportType.js +4 -0
  91. package/js/types/Enum/ReportType.js.map +1 -1
  92. package/js/types/Interface/api/letter/CreateLetter.js +2 -2
  93. package/js/types/Interface/api/letter/CreateLetter.js.map +1 -1
  94. package/js/types/Interface/api/pappers/CreatePappers.js +6 -0
  95. package/js/types/Interface/api/pappers/CreatePappers.js.map +1 -0
  96. package/js/types/Interface/api/pappers/QueryPappers.js +85 -0
  97. package/js/types/Interface/api/pappers/QueryPappers.js.map +1 -0
  98. package/js/types/Interface/api/pappers/ReadPappers.js +10 -0
  99. package/js/types/Interface/api/pappers/ReadPappers.js.map +1 -0
  100. package/js/types/Interface/api/report/CreateReport.js +12 -0
  101. package/js/types/Interface/api/report/CreateReport.js.map +1 -1
  102. package/js/types/Interface/api/report/DeleteReport.js +27 -0
  103. package/js/types/Interface/api/report/DeleteReport.js.map +1 -0
  104. package/js/types/Interface/api/society/CreateSociety.js +12 -0
  105. package/js/types/Interface/api/society/CreateSociety.js.map +1 -1
  106. package/js/types/Interface/api/society/UpdateSociety.js +47 -0
  107. package/js/types/Interface/api/society/UpdateSociety.js.map +1 -0
  108. package/js/types/Interface/models/IApiError.js +2 -1
  109. package/js/types/Interface/models/IApiError.js.map +1 -1
  110. package/js/types/index.js +84 -0
  111. package/js/types/index.js.map +1 -1
  112. package/package.json +7 -11
  113. package/ts/api/resources/Report.ts +4 -1
  114. package/ts/api/resources/Search.ts +11 -0
  115. package/ts/api/resources/Society.ts +8 -0
  116. package/ts/api/resources.ts +2 -0
  117. package/ts/types/Enum/Ged.ts +22 -2
  118. package/ts/types/Enum/LegalForm.ts +17 -0
  119. package/ts/types/Enum/LetterState.ts +26 -0
  120. package/ts/types/Enum/ReportType.ts +4 -0
  121. package/ts/types/Interface/api/letter/CreateLetter.ts +3 -3
  122. package/ts/types/Interface/api/pappers/CreatePappers.ts +29 -0
  123. package/ts/types/Interface/api/pappers/QueryPappers.ts +323 -0
  124. package/ts/types/Interface/api/pappers/ReadPappers.ts +65 -0
  125. package/ts/types/Interface/api/report/CreateReport.ts +18 -0
  126. package/ts/types/Interface/api/report/DeleteReport.ts +7 -0
  127. package/ts/types/Interface/api/society/CreateSociety.ts +24 -0
  128. package/ts/types/Interface/api/society/UpdateSociety.ts +36 -0
  129. package/ts/types/Interface/models/IApiError.ts +1 -0
  130. package/ts/types/Interface/models/ILetter.ts +1 -0
  131. package/ts/types/index.ts +7 -0
@@ -23,5 +23,9 @@ export const ReportType = {
23
23
  id: 6,
24
24
  name: 'Avis négatif',
25
25
  },
26
+ LATE_ANSWER: {
27
+ id: 6,
28
+ name: 'Réponse de + de 3 mois',
29
+ },
26
30
  };
27
31
  //# sourceMappingURL=ReportType.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ReportType.js","sourceRoot":"","sources":["../../../ts/types/Enum/ReportType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,MAAM,EAAE;QACN,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,mBAAmB;KAC1B;IACD,KAAK,EAAE;QACL,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,qBAAqB;KAC5B;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,mBAAmB;KAC1B;IACD,OAAO,EAAE;QACP,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,gBAAgB;KACvB;IACD,WAAW,EAAE;QACX,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,gBAAgB;KACvB;IACD,gBAAgB,EAAE;QAChB,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,cAAc;KACrB;CACF,CAAC","sourcesContent":["export const ReportType = {\n LETTER: {\n id: 1,\n name: 'Lettre à l\\'ordre',\n },\n FRAUD: {\n id: 2,\n name: 'Suspicion de fraude',\n },\n ATTITUDE: {\n id: 3,\n name: 'Attitude déplacée',\n },\n BLOCKED: {\n id: 4,\n name: 'Dossier bloqué',\n },\n NO_RESPONSE: {\n id: 5,\n name: 'Pas de réponse',\n },\n NEGATIVE_OPINION: {\n id: 6,\n name: 'Avis négatif',\n },\n};"]}
1
+ {"version":3,"file":"ReportType.js","sourceRoot":"","sources":["../../../ts/types/Enum/ReportType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,MAAM,EAAE;QACN,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,mBAAmB;KAC1B;IACD,KAAK,EAAE;QACL,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,qBAAqB;KAC5B;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,mBAAmB;KAC1B;IACD,OAAO,EAAE;QACP,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,gBAAgB;KACvB;IACD,WAAW,EAAE;QACX,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,gBAAgB;KACvB;IACD,gBAAgB,EAAE;QAChB,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,cAAc;KACrB;IACD,WAAW,EAAE;QACX,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,wBAAwB;KAC/B;CACF,CAAC","sourcesContent":["export const ReportType = {\n LETTER: {\n id: 1,\n name: 'Lettre à l\\'ordre',\n },\n FRAUD: {\n id: 2,\n name: 'Suspicion de fraude',\n },\n ATTITUDE: {\n id: 3,\n name: 'Attitude déplacée',\n },\n BLOCKED: {\n id: 4,\n name: 'Dossier bloqué',\n },\n NO_RESPONSE: {\n id: 5,\n name: 'Pas de réponse',\n },\n NEGATIVE_OPINION: {\n id: 6,\n name: 'Avis négatif',\n },\n LATE_ANSWER: {\n id: 6,\n name: 'Réponse de + de 3 mois',\n },\n};"]}
@@ -5,9 +5,9 @@ export declare class CreateLetter implements ILetter {
5
5
  idSociety: number;
6
6
  letterDate: Date;
7
7
  complement?: string;
8
- fileType?: 'receivedFileObject' | 'responseFileObject' | null;
9
8
  isLRAR?: boolean;
10
9
  isDone?: boolean;
10
+ state?: number;
11
11
  needResponse?: boolean;
12
12
  ARNumber?: string;
13
13
  idAccountant?: number;
@@ -1 +1 @@
1
- {"version":3,"file":"CreateLetter.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/letter/CreateLetter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAGnC,qBAAa,YAAa,YAAW,OAAO;IAE1C,YAAY,EAAE,MAAM,CAAC;IAGrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,SAAS,EAAE,MAAM,CAAC;IAGlB,UAAU,EAAE,IAAI,CAAC;IAGjB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,QAAQ,CAAC,EAAE,oBAAoB,GAAG,oBAAoB,GAAG,IAAI,CAAC;IAG9D,MAAM,CAAC,EAAE,OAAO,CAAC;IAGjB,MAAM,CAAC,EAAE,OAAO,CAAC;IAGjB,YAAY,CAAC,EAAE,OAAO,CAAC;IAGvB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB"}
1
+ {"version":3,"file":"CreateLetter.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/letter/CreateLetter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAGnC,qBAAa,YAAa,YAAW,OAAO;IAE1C,YAAY,EAAE,MAAM,CAAC;IAGrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,SAAS,EAAE,MAAM,CAAC;IAGlB,UAAU,EAAE,IAAI,CAAC;IAGjB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,MAAM,CAAC,EAAE,OAAO,CAAC;IAGjB,MAAM,CAAC,EAAE,OAAO,CAAC;IAGjB,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,YAAY,CAAC,EAAE,OAAO,CAAC;IAGvB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB"}
@@ -30,10 +30,6 @@ __decorate([
30
30
  ApiPropertyOptional(),
31
31
  __metadata("design:type", String)
32
32
  ], CreateLetter.prototype, "complement", void 0);
33
- __decorate([
34
- ApiPropertyOptional(),
35
- __metadata("design:type", Object)
36
- ], CreateLetter.prototype, "fileType", void 0);
37
33
  __decorate([
38
34
  ApiPropertyOptional(),
39
35
  __metadata("design:type", Boolean)
@@ -42,6 +38,10 @@ __decorate([
42
38
  ApiPropertyOptional(),
43
39
  __metadata("design:type", Boolean)
44
40
  ], CreateLetter.prototype, "isDone", void 0);
41
+ __decorate([
42
+ ApiPropertyOptional(),
43
+ __metadata("design:type", Number)
44
+ ], CreateLetter.prototype, "state", void 0);
45
45
  __decorate([
46
46
  ApiPropertyOptional(),
47
47
  __metadata("design:type", Boolean)
@@ -1 +1 @@
1
- {"version":3,"file":"CreateLetter.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/letter/CreateLetter.ts"],"names":[],"mappings":";;;;;;;;;AACA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,YAAY;CAiCxB;AA/BC;IADC,WAAW,EAAE;;kDACO;AAGrB;IADC,mBAAmB,EAAE;;8CACJ;AAGlB;IADC,WAAW,EAAE;;+CACI;AAGlB;IADC,WAAW,EAAE;8BACF,IAAI;gDAAC;AAGjB;IADC,mBAAmB,EAAE;;gDACF;AAGpB;IADC,mBAAmB,EAAE;;8CACwC;AAG9D;IADC,mBAAmB,EAAE;;4CACL;AAGjB;IADC,mBAAmB,EAAE;;4CACL;AAGjB;IADC,mBAAmB,EAAE;;kDACC;AAGvB;IADC,mBAAmB,EAAE;;8CACJ;AAGlB;IADC,mBAAmB,EAAE;;kDACA","sourcesContent":["import { ILetter } from '../../..';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateLetter implements ILetter {\n @ApiProperty()\n idLetterType: number;\n\n @ApiPropertyOptional()\n idReport?: number;\n\n @ApiProperty()\n idSociety: number;\n\n @ApiProperty()\n letterDate: Date;\n\n @ApiPropertyOptional()\n complement?: string;\n\n @ApiPropertyOptional()\n fileType?: 'receivedFileObject' | 'responseFileObject' | null;\n\n @ApiPropertyOptional()\n isLRAR?: boolean;\n\n @ApiPropertyOptional()\n isDone?: boolean;\n\n @ApiPropertyOptional()\n needResponse?: boolean;\n\n @ApiPropertyOptional()\n ARNumber?: string;\n\n @ApiPropertyOptional()\n idAccountant?: number;\n}\n"]}
1
+ {"version":3,"file":"CreateLetter.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/letter/CreateLetter.ts"],"names":[],"mappings":";;;;;;;;;AACA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,YAAY;CAiCxB;AA/BC;IADC,WAAW,EAAE;;kDACO;AAGrB;IADC,mBAAmB,EAAE;;8CACJ;AAGlB;IADC,WAAW,EAAE;;+CACI;AAGlB;IADC,WAAW,EAAE;8BACF,IAAI;gDAAC;AAGjB;IADC,mBAAmB,EAAE;;gDACF;AAGpB;IADC,mBAAmB,EAAE;;4CACL;AAGjB;IADC,mBAAmB,EAAE;;4CACL;AAGjB;IADC,mBAAmB,EAAE;;2CACP;AAGf;IADC,mBAAmB,EAAE;;kDACC;AAGvB;IADC,mBAAmB,EAAE;;8CACJ;AAGlB;IADC,mBAAmB,EAAE;;kDACA","sourcesContent":["import { ILetter } from '../../..';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateLetter implements ILetter {\n @ApiProperty()\n idLetterType: number;\n\n @ApiPropertyOptional()\n idReport?: number;\n\n @ApiProperty()\n idSociety: number;\n\n @ApiProperty()\n letterDate: Date;\n\n @ApiPropertyOptional()\n complement?: string;\n\n @ApiPropertyOptional()\n isLRAR?: boolean;\n\n @ApiPropertyOptional()\n isDone?: boolean;\n\n @ApiPropertyOptional()\n state?: number;\n\n @ApiPropertyOptional()\n needResponse?: boolean;\n\n @ApiPropertyOptional()\n ARNumber?: string;\n\n @ApiPropertyOptional()\n idAccountant?: number;\n}\n"]}
@@ -0,0 +1,27 @@
1
+ import { ReadStatusPappers } from '../../..';
2
+ export declare type CreateSocietyPappers = {
3
+ name: string | null;
4
+ idLegalForm: number | null;
5
+ descriptionActivity: string | null;
6
+ capital: number | null;
7
+ nafCode: string | null;
8
+ address: string | null;
9
+ zipCode: string | null;
10
+ city: string | null;
11
+ };
12
+ export declare type CreatePartnerPappers = {
13
+ name: string | null;
14
+ firstname: string | null;
15
+ lastname: string | null;
16
+ idNationality: number | null;
17
+ isCorporation: boolean;
18
+ sharesHeld: number | null;
19
+ birthdate: Date | null;
20
+ };
21
+ export declare type CreateSynchronization = {
22
+ society: CreateSocietyPappers;
23
+ partners: CreatePartnerPappers[];
24
+ status: ReadStatusPappers | null;
25
+ registration: string | null;
26
+ };
27
+ //# sourceMappingURL=CreatePappers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreatePappers.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/pappers/CreatePappers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAE7C,oBAAY,oBAAoB,GAAG;IACjC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;CACrB,CAAC;AAEF,oBAAY,oBAAoB,GAAG;IACjC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,aAAa,EAAE,OAAO,CAAC;IACvB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,SAAS,EAAE,IAAI,GAAG,IAAI,CAAC;CACxB,CAAC;AAEF,oBAAY,qBAAqB,GAAG;IAClC,OAAO,EAAE,oBAAoB,CAAC;IAC9B,QAAQ,EAAE,oBAAoB,EAAE,CAAC;IACjC,MAAM,EAAE,iBAAiB,GAAG,IAAI,CAAC;IACjC,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=CreatePappers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreatePappers.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/pappers/CreatePappers.ts"],"names":[],"mappings":"","sourcesContent":["import { ReadStatusPappers } from '../../..';\n\nexport type CreateSocietyPappers = {\n name: string | null;\n idLegalForm: number | null;\n descriptionActivity: string | null;\n capital: number | null;\n nafCode: string | null;\n address: string | null;\n zipCode: string | null;\n city: string | null;\n};\n\nexport type CreatePartnerPappers = {\n name: string | null;\n firstname: string | null;\n lastname: string | null;\n idNationality: number | null;\n isCorporation: boolean;\n sharesHeld: number | null;\n birthdate: Date | null;\n};\n\nexport type CreateSynchronization = {\n society: CreateSocietyPappers;\n partners: CreatePartnerPappers[];\n status: ReadStatusPappers | null;\n registration: string | null;\n};"]}
@@ -0,0 +1,267 @@
1
+ export declare type DatabasePappers = 'entreprises' | 'dirigeants' | 'documents' | 'publications';
2
+ export declare type PrecisionPappers = 'approximative' | 'standard' | 'exacte';
3
+ export declare type PublicationTypePappers = 'Création' | 'Immatriculation' | 'Modification' | 'Vente' | 'Radiation' | 'Procédure collective' | 'Dépôt des comptes';
4
+ export declare type LegalCategoryPappers = {
5
+ nom: string | null;
6
+ idcc: number | null;
7
+ confirme: boolean | null;
8
+ };
9
+ export declare type HeadOfficePappers = {
10
+ siret: string | null;
11
+ siret_formate: string | null;
12
+ nic: string | null;
13
+ code_postal: string | null;
14
+ ville: string | null;
15
+ latitude: number | null;
16
+ longitude: number | null;
17
+ etablissement_cesse: boolean | null;
18
+ siege: boolean | null;
19
+ etablissement_employeur: boolean | null;
20
+ effectif: string | null;
21
+ effectif_min: number | null;
22
+ effectif_max: number | null;
23
+ tranche_effectif: string | null;
24
+ annee_effectif: number | null;
25
+ code_naf: string | null;
26
+ libelle_code_naf: string | null;
27
+ date_de_creation: string | null;
28
+ numero_voie: number | null;
29
+ indice_repetition: string | null;
30
+ type_voie: string | null;
31
+ libelle_voie: string | null;
32
+ complement_adresse: string | null;
33
+ adresse_ligne_1: string | null;
34
+ adresse_ligne_2: string | null;
35
+ };
36
+ export declare type EstablishmentPappers = {
37
+ siret: string | null;
38
+ siret_formate: string | null;
39
+ nic: string | null;
40
+ code_postal: string | null;
41
+ ville: string | null;
42
+ latitude: number | null;
43
+ longitude: number | null;
44
+ etablissement_cesse: boolean | null;
45
+ siege: boolean | null;
46
+ etablissement_employeur: boolean | null;
47
+ effectif: string | null;
48
+ effectif_min: number | null;
49
+ effectif_max: number | null;
50
+ tranche_effectif: number | null;
51
+ annee_effectif: number | null;
52
+ code_naf: string | null;
53
+ libelle_code_naf: string | null;
54
+ date_de_creation: string | null;
55
+ numero_voie: number | null;
56
+ indice_repetition: string | null;
57
+ type_voie: string | null;
58
+ libelle_voie: string | null;
59
+ complement_adresse: string | null;
60
+ adresse_ligne_1: string | null;
61
+ adresse_ligne_2: string | null;
62
+ };
63
+ export declare type FinancePappers = {
64
+ annee: number | null;
65
+ date_de_cloture_exercice: string | null;
66
+ duree_exercice: number | null;
67
+ chiffre_affaires: number | null;
68
+ resultat: number | null;
69
+ effectif: number | null;
70
+ };
71
+ export declare type RepresentativePappers = {
72
+ qualite: string | null;
73
+ personne_morale: boolean | null;
74
+ date_prise_de_poste: string | null;
75
+ nom: string | null;
76
+ prenom: string | null;
77
+ nom_complet: string | null;
78
+ date_de_naissance: string | null;
79
+ date_de_naissance_formate: string | null;
80
+ age: number | null;
81
+ nationalite: string | null;
82
+ ville_de_naissance: string | null;
83
+ pays_de_naissance: string | null;
84
+ adresse_ligne_1: string | null;
85
+ adresse_ligne_2: string | null;
86
+ adresse_ligne_3: string | null;
87
+ code_postal: string | null;
88
+ ville: string | null;
89
+ pays: string | null;
90
+ };
91
+ export declare type BeneficialOwnerPappers = {
92
+ date_greffe: string | null;
93
+ nom: string | null;
94
+ nom_usage: string | null;
95
+ prenom: string | null;
96
+ pseudonyme: string | null;
97
+ date_de_naissance_formatee: string | null;
98
+ nationalite: string | null;
99
+ pourcentage_parts: number | null;
100
+ pourcentage_parts_directes: number | null;
101
+ pourcentage_parts_indirectes: number | null;
102
+ pourcentage_parts_vocation_titulaire: number | null;
103
+ details_parts_directes: any | null;
104
+ details_parts_indirectes: any | null;
105
+ details_parts_vocation_titulaire: any | null;
106
+ pourcentage_votes: number | null;
107
+ pourcentage_votes_directs: number | null;
108
+ pourcentage_votes_indirect: number | null;
109
+ details_votes_directs: any | null;
110
+ details_votes_indirects: any | null;
111
+ details_societe_de_gestion: any | null;
112
+ detention_pouvoir_decision_ag: boolean | null;
113
+ detention_pouvoir_nom_membre_conseil_administration: boolean | null;
114
+ detention_autres_moyens_controle: boolean | null;
115
+ beneficiaire_representant_legal: boolean | null;
116
+ representant_legal_placement_sans_gestion_delegation: boolean;
117
+ };
118
+ export declare type Act = {
119
+ type: string | null;
120
+ decision: string | null;
121
+ date_acte: string | null;
122
+ date_acte_formate: string | null;
123
+ };
124
+ export declare type ActDepositPappers = {
125
+ date_depot: string | null;
126
+ date_depot_formate: string | null;
127
+ disponible: boolean | null;
128
+ nom_fichier_pdf: string | null;
129
+ token: string | null;
130
+ actes: Act[] | null;
131
+ };
132
+ export declare type ReportPappers = {
133
+ date_depot: string | null;
134
+ date_depot_formate: string | null;
135
+ date_cloture: string | null;
136
+ annee_cloture: number | null;
137
+ confidentialite: boolean | null;
138
+ confidentialite_compte_de_resultat: boolean | null;
139
+ disponible: boolean | null;
140
+ nom_fichier_pdf: string | null;
141
+ token: string | null;
142
+ };
143
+ export declare type BODACCPublicationPappers = {
144
+ numero_parution: string | null;
145
+ date: string | null;
146
+ numero_annonce: string | null;
147
+ bodacc: string | null;
148
+ type: string | null;
149
+ };
150
+ export declare type CollectiveProceedingPappers = {
151
+ type: string | null;
152
+ date_debut: string | null;
153
+ date_fin: string | null;
154
+ publications_bodacc: BODACCPublicationPappers[] | null;
155
+ };
156
+ export declare type LastsStatusPappers = {
157
+ date_depot: string | null;
158
+ date_depot_formate: string | null;
159
+ disponible: boolean | null;
160
+ nom_fichier_pdf: string | null;
161
+ token: string | null;
162
+ type: string | null;
163
+ decision: string | null;
164
+ date_acte: string | null;
165
+ date_acte_formate: string | null;
166
+ };
167
+ export declare type ImmatriculationPappers = {
168
+ token: string;
169
+ };
170
+ /**
171
+ * DOCUMENTS ENTREPRISE
172
+ */
173
+ export declare class QueryGetBusinessDocumentPappers {
174
+ token: string;
175
+ name?: string;
176
+ }
177
+ /**
178
+ * FICHE ENTREPRISE
179
+ */
180
+ export declare class QueryGetBusinessPappers {
181
+ siren?: string;
182
+ siret?: string;
183
+ }
184
+ export declare class GetBusinessPappersResponse {
185
+ siren: string | null;
186
+ siren_formate: string | null;
187
+ nom_entreprise: string | null;
188
+ personne_morale: boolean;
189
+ denomination: string | null;
190
+ nom: string | null;
191
+ prenom: string | null;
192
+ sexe: string | null;
193
+ code_naf: string | null;
194
+ libelle_code_naf: string | null;
195
+ domaine_activite: string | null;
196
+ conventions_collectives: LegalCategoryPappers[] | null;
197
+ date_creation: string | null;
198
+ date_creation_formate: string | null;
199
+ entreprise_cessee: boolean;
200
+ date_cessation: string | null;
201
+ entreprise_employeuse: boolean;
202
+ categorie_juridique: string | null;
203
+ forme_juridique: string | null;
204
+ effectif: string | null;
205
+ effectif_min: number | null;
206
+ effectif_max: number | null;
207
+ tranche_effectif: string | null;
208
+ annee_effectif: number | null;
209
+ dernier_traitement: string | null;
210
+ siege: HeadOfficePappers | null;
211
+ diffusable: boolean;
212
+ sigle: any | null;
213
+ objet_social: string | null;
214
+ capital: number | null;
215
+ capital_formate: string | null;
216
+ capital_actuel_si_variable: any | null;
217
+ numero_rcs: string | null;
218
+ date_cloture_exercice: string | null;
219
+ date_cloture_exercice_exceptionnelle: string | null;
220
+ date_cloture_exercice_exceptionnelle_formate: string | null;
221
+ prochaine_date_cloture_exercice: string | null;
222
+ prochaine_date_cloture_exercice_formate: string | null;
223
+ economie_sociale_solidaire: boolean;
224
+ duree_personne_morale: any | null;
225
+ derniere_mise_a_jour_sirene: string | null;
226
+ derniere_mise_a_jour_rcs: string | null;
227
+ statut_rcs: string | null;
228
+ greffe: string | null;
229
+ date_immatriculation_rcs: string | null;
230
+ date_premiere_immatriculation_rcs: string | null;
231
+ date_radiation_rcs: string | null;
232
+ numero_tva_intracommunautaire: string | null;
233
+ associe_unique: boolean;
234
+ etablissements: EstablishmentPappers[] | null;
235
+ finances: FinancePappers[] | null;
236
+ representants: RepresentativePappers[] | null;
237
+ beneficiaires_effectifs: BeneficialOwnerPappers[] | null;
238
+ depots_actes: ActDepositPappers[] | null;
239
+ comptes: ReportPappers[] | null;
240
+ publications_bodacc: BODACCPublicationPappers[] | null;
241
+ procedures_collectives: CollectiveProceedingPappers[] | null;
242
+ procedure_collective_existe: boolean;
243
+ procedure_collective_en_cours: boolean;
244
+ derniers_statuts: LastsStatusPappers | null;
245
+ extrait_immatriculation: ImmatriculationPappers | null;
246
+ }
247
+ /**
248
+ * RECHERCHE ENTREPRISE
249
+ */
250
+ export declare class QuerySearchBusinessPappers {
251
+ limit?: number;
252
+ page?: number;
253
+ databases?: DatabasePappers[];
254
+ precision?: PrecisionPappers;
255
+ query?: string;
256
+ nafCode?: string;
257
+ department?: string;
258
+ region?: string;
259
+ zipCode?: string;
260
+ collectiveAgreement?: string;
261
+ legalCategory?: string;
262
+ active?: boolean;
263
+ minimumTurnover?: string;
264
+ maximumTurnover?: string;
265
+ publicationType?: PublicationTypePappers;
266
+ }
267
+ //# sourceMappingURL=QueryPappers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryPappers.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/pappers/QueryPappers.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,104 @@
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
+ /**
12
+ * DOCUMENTS ENTREPRISE
13
+ */
14
+ export class QueryGetBusinessDocumentPappers {
15
+ }
16
+ __decorate([
17
+ ApiProperty(),
18
+ __metadata("design:type", String)
19
+ ], QueryGetBusinessDocumentPappers.prototype, "token", void 0);
20
+ __decorate([
21
+ ApiPropertyOptional(),
22
+ __metadata("design:type", String)
23
+ ], QueryGetBusinessDocumentPappers.prototype, "name", void 0);
24
+ /**
25
+ * FICHE ENTREPRISE
26
+ */
27
+ export class QueryGetBusinessPappers {
28
+ }
29
+ __decorate([
30
+ ApiPropertyOptional(),
31
+ __metadata("design:type", String)
32
+ ], QueryGetBusinessPappers.prototype, "siren", void 0);
33
+ __decorate([
34
+ ApiPropertyOptional(),
35
+ __metadata("design:type", String)
36
+ ], QueryGetBusinessPappers.prototype, "siret", void 0);
37
+ export class GetBusinessPappersResponse {
38
+ }
39
+ /**
40
+ * RECHERCHE ENTREPRISE
41
+ */
42
+ export class QuerySearchBusinessPappers {
43
+ }
44
+ __decorate([
45
+ ApiPropertyOptional(),
46
+ __metadata("design:type", Number)
47
+ ], QuerySearchBusinessPappers.prototype, "limit", void 0);
48
+ __decorate([
49
+ ApiPropertyOptional(),
50
+ __metadata("design:type", Number)
51
+ ], QuerySearchBusinessPappers.prototype, "page", void 0);
52
+ __decorate([
53
+ ApiPropertyOptional(),
54
+ __metadata("design:type", Array)
55
+ ], QuerySearchBusinessPappers.prototype, "databases", void 0);
56
+ __decorate([
57
+ ApiPropertyOptional(),
58
+ __metadata("design:type", String)
59
+ ], QuerySearchBusinessPappers.prototype, "precision", void 0);
60
+ __decorate([
61
+ ApiPropertyOptional(),
62
+ __metadata("design:type", String)
63
+ ], QuerySearchBusinessPappers.prototype, "query", void 0);
64
+ __decorate([
65
+ ApiPropertyOptional(),
66
+ __metadata("design:type", String)
67
+ ], QuerySearchBusinessPappers.prototype, "nafCode", void 0);
68
+ __decorate([
69
+ ApiPropertyOptional(),
70
+ __metadata("design:type", String)
71
+ ], QuerySearchBusinessPappers.prototype, "department", void 0);
72
+ __decorate([
73
+ ApiPropertyOptional(),
74
+ __metadata("design:type", String)
75
+ ], QuerySearchBusinessPappers.prototype, "region", void 0);
76
+ __decorate([
77
+ ApiPropertyOptional(),
78
+ __metadata("design:type", String)
79
+ ], QuerySearchBusinessPappers.prototype, "zipCode", void 0);
80
+ __decorate([
81
+ ApiPropertyOptional(),
82
+ __metadata("design:type", String)
83
+ ], QuerySearchBusinessPappers.prototype, "collectiveAgreement", void 0);
84
+ __decorate([
85
+ ApiPropertyOptional(),
86
+ __metadata("design:type", String)
87
+ ], QuerySearchBusinessPappers.prototype, "legalCategory", void 0);
88
+ __decorate([
89
+ ApiPropertyOptional(),
90
+ __metadata("design:type", Boolean)
91
+ ], QuerySearchBusinessPappers.prototype, "active", void 0);
92
+ __decorate([
93
+ ApiPropertyOptional(),
94
+ __metadata("design:type", String)
95
+ ], QuerySearchBusinessPappers.prototype, "minimumTurnover", void 0);
96
+ __decorate([
97
+ ApiPropertyOptional(),
98
+ __metadata("design:type", String)
99
+ ], QuerySearchBusinessPappers.prototype, "maximumTurnover", void 0);
100
+ __decorate([
101
+ ApiPropertyOptional(),
102
+ __metadata("design:type", String)
103
+ ], QuerySearchBusinessPappers.prototype, "publicationType", void 0);
104
+ //# sourceMappingURL=QueryPappers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryPappers.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/pappers/QueryPappers.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,mBAAmB,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAyLrE;;GAEG;AAEH,MAAM,OAAO,+BAA+B;CAM3C;AAJC;IADC,WAAW,EAAE;;8DACA;AAGd;IADC,mBAAmB,EAAE;;6DACR;AAGhB;;GAEG;AAEH,MAAM,OAAO,uBAAuB;CAMnC;AAJC;IADC,mBAAmB,EAAE;;sDACP;AAGf;IADC,mBAAmB,EAAE;;sDACP;AAGjB,MAAM,OAAO,0BAA0B;CA8DtC;AAED;;GAEG;AAEH,MAAM,OAAO,0BAA0B;CA6CtC;AA3CC;IADC,mBAAmB,EAAE;;yDACP;AAGf;IADC,mBAAmB,EAAE;;wDACR;AAGd;IADC,mBAAmB,EAAE;;6DACQ;AAG9B;IADC,mBAAmB,EAAE;;6DACO;AAG7B;IADC,mBAAmB,EAAE;;yDACP;AAGf;IADC,mBAAmB,EAAE;;2DACL;AAGjB;IADC,mBAAmB,EAAE;;8DACF;AAGpB;IADC,mBAAmB,EAAE;;0DACN;AAGhB;IADC,mBAAmB,EAAE;;2DACL;AAGjB;IADC,mBAAmB,EAAE;;uEACO;AAG7B;IADC,mBAAmB,EAAE;;iEACC;AAGvB;IADC,mBAAmB,EAAE;;0DACL;AAGjB;IADC,mBAAmB,EAAE;;mEACG;AAGzB;IADC,mBAAmB,EAAE;;mEACG;AAGzB;IADC,mBAAmB,EAAE;;mEACmB","sourcesContent":["import { ApiPropertyOptional, ApiProperty } from '../../../../utils';\n\nexport type DatabasePappers = 'entreprises' | 'dirigeants' | 'documents' | 'publications';\nexport type PrecisionPappers = 'approximative' | 'standard' | 'exacte';\nexport type PublicationTypePappers = 'Création' | 'Immatriculation' | 'Modification' | 'Vente' | 'Radiation' | 'Procédure collective' | 'Dépôt des comptes';\n\nexport type LegalCategoryPappers = {\n nom: string | null;\n idcc: number | null;\n confirme: boolean | null;\n};\n\nexport type HeadOfficePappers = {\n siret: string | null;\n siret_formate: string | null;\n nic: string | null;\n code_postal: string | null;\n ville: string | null;\n latitude: number | null;\n longitude: number | null;\n etablissement_cesse: boolean | null;\n siege: boolean | null;\n etablissement_employeur: boolean | null;\n effectif: string | null;\n effectif_min: number | null;\n effectif_max: number | null;\n tranche_effectif: string | null;\n annee_effectif: number | null;\n code_naf: string | null;\n libelle_code_naf: string | null;\n date_de_creation: string | null;\n numero_voie: number | null;\n indice_repetition: string | null;\n type_voie: string | null;\n libelle_voie: string | null;\n complement_adresse: string | null;\n adresse_ligne_1: string | null;\n adresse_ligne_2: string | null;\n};\n\nexport type EstablishmentPappers = {\n siret: string | null;\n siret_formate: string | null;\n nic: string | null;\n code_postal: string | null;\n ville: string | null;\n latitude: number | null;\n longitude: number | null;\n etablissement_cesse: boolean | null;\n siege: boolean | null;\n etablissement_employeur: boolean | null;\n effectif: string | null;\n effectif_min: number | null;\n effectif_max: number | null;\n tranche_effectif: number | null;\n annee_effectif: number | null;\n code_naf: string | null;\n libelle_code_naf: string | null;\n date_de_creation: string | null;\n numero_voie: number | null;\n indice_repetition: string | null;\n type_voie: string | null;\n libelle_voie: string | null;\n complement_adresse: string | null;\n adresse_ligne_1: string | null;\n adresse_ligne_2: string | null;\n};\n\nexport type FinancePappers = {\n annee: number | null;\n date_de_cloture_exercice: string | null;\n duree_exercice: number | null;\n chiffre_affaires: number | null;\n resultat: number | null;\n effectif: number | null;\n};\n\nexport type RepresentativePappers = {\n qualite: string | null;\n personne_morale: boolean | null;\n date_prise_de_poste: string | null;\n nom: string | null;\n prenom: string | null;\n nom_complet: string | null;\n date_de_naissance: string | null;\n date_de_naissance_formate: string | null;\n age: number | null;\n nationalite: string | null;\n ville_de_naissance: string | null;\n pays_de_naissance: string | null;\n adresse_ligne_1: string | null;\n adresse_ligne_2: string | null;\n adresse_ligne_3: string | null;\n code_postal: string | null;\n ville: string | null;\n pays: string | null;\n};\n\nexport type BeneficialOwnerPappers = {\n date_greffe: string | null;\n nom: string | null;\n nom_usage: string | null;\n prenom: string | null;\n pseudonyme: string | null;\n date_de_naissance_formatee: string | null;\n nationalite: string | null;\n pourcentage_parts: number | null;\n pourcentage_parts_directes: number | null;\n pourcentage_parts_indirectes: number | null;\n pourcentage_parts_vocation_titulaire: number | null;\n details_parts_directes: any | null;\n details_parts_indirectes: any | null;\n details_parts_vocation_titulaire: any | null;\n pourcentage_votes: number | null;\n pourcentage_votes_directs: number | null;\n pourcentage_votes_indirect: number | null;\n details_votes_directs: any | null;\n details_votes_indirects: any | null;\n details_societe_de_gestion: any | null;\n detention_pouvoir_decision_ag: boolean | null;\n detention_pouvoir_nom_membre_conseil_administration: boolean | null;\n detention_autres_moyens_controle: boolean | null;\n beneficiaire_representant_legal: boolean | null;\n representant_legal_placement_sans_gestion_delegation: boolean\n};\n\nexport type Act = {\n type: string | null;\n decision: string | null;\n date_acte: string | null;\n date_acte_formate: string | null;\n};\n\nexport type ActDepositPappers = {\n date_depot: string | null;\n date_depot_formate: string | null;\n disponible: boolean | null;\n nom_fichier_pdf: string | null;\n token: string | null;\n actes: Act[] | null;\n};\n\nexport type ReportPappers = {\n date_depot: string | null;\n date_depot_formate: string | null;\n date_cloture: string | null;\n annee_cloture: number | null;\n confidentialite: boolean | null;\n confidentialite_compte_de_resultat: boolean | null;\n disponible: boolean | null;\n nom_fichier_pdf: string | null;\n token: string | null;\n};\n\nexport type BODACCPublicationPappers = {\n numero_parution: string | null;\n date: string | null;\n numero_annonce: string | null;\n bodacc: string | null;\n type: string | null;\n};\n\nexport type CollectiveProceedingPappers = {\n type: string | null;\n date_debut:string | null;\n date_fin: string | null;\n publications_bodacc: BODACCPublicationPappers[] | null;\n};\n\nexport type LastsStatusPappers = {\n date_depot: string | null;\n date_depot_formate: string | null;\n disponible: boolean | null;\n nom_fichier_pdf: string | null;\n token: string | null;\n type: string | null;\n decision: string | null;\n date_acte: string | null;\n date_acte_formate: string | null;\n};\n\nexport type ImmatriculationPappers = {\n token: string;\n};\n\n/**\n * DOCUMENTS ENTREPRISE\n */\n\nexport class QueryGetBusinessDocumentPappers {\n @ApiProperty()\n token: string;\n\n @ApiPropertyOptional()\n name?: string;\n}\n\n/**\n * FICHE ENTREPRISE\n */\n\nexport class QueryGetBusinessPappers {\n @ApiPropertyOptional()\n siren?: string;\n\n @ApiPropertyOptional()\n siret?: string;\n}\n\nexport class GetBusinessPappersResponse {\n siren: string | null;\n siren_formate: string | null;\n nom_entreprise: string | null;\n personne_morale: boolean;\n denomination: string | null;\n nom: string | null;\n prenom: string | null;\n sexe: string | null;\n code_naf: string | null;\n libelle_code_naf: string | null;\n domaine_activite: string | null;\n conventions_collectives: LegalCategoryPappers[] | null;\n date_creation: string | null;\n date_creation_formate: string | null;\n entreprise_cessee: boolean;\n date_cessation: string | null;\n entreprise_employeuse: boolean;\n categorie_juridique: string | null;\n forme_juridique: string | null;\n effectif: string | null;\n effectif_min: number | null;\n effectif_max: number | null;\n tranche_effectif: string | null;\n annee_effectif: number | null;\n dernier_traitement: string | null;\n siege: HeadOfficePappers | null;\n diffusable: boolean;\n sigle: any | null;\n objet_social: string | null;\n capital: number | null;\n capital_formate: string | null;\n capital_actuel_si_variable: any | null;\n numero_rcs: string | null;\n date_cloture_exercice: string | null;\n date_cloture_exercice_exceptionnelle: string | null;\n date_cloture_exercice_exceptionnelle_formate: string | null;\n prochaine_date_cloture_exercice: string | null;\n prochaine_date_cloture_exercice_formate: string | null;\n economie_sociale_solidaire: boolean;\n duree_personne_morale: any | null;\n derniere_mise_a_jour_sirene: string | null;\n derniere_mise_a_jour_rcs: string | null;\n statut_rcs: string | null;\n greffe: string | null;\n date_immatriculation_rcs: string | null;\n date_premiere_immatriculation_rcs: string | null;\n date_radiation_rcs: string | null;\n numero_tva_intracommunautaire: string | null;\n associe_unique: boolean;\n etablissements: EstablishmentPappers[] | null;\n finances: FinancePappers[] | null;\n representants: RepresentativePappers[] | null;\n beneficiaires_effectifs: BeneficialOwnerPappers[] | null;\n depots_actes: ActDepositPappers[] | null;\n comptes: ReportPappers[] | null;\n publications_bodacc: BODACCPublicationPappers[] | null;\n procedures_collectives: CollectiveProceedingPappers[] | null;\n procedure_collective_existe: boolean;\n procedure_collective_en_cours: boolean;\n derniers_statuts: LastsStatusPappers | null;\n extrait_immatriculation: ImmatriculationPappers | null;\n}\n\n/**\n * RECHERCHE ENTREPRISE\n */\n\nexport class QuerySearchBusinessPappers {\n @ApiPropertyOptional()\n limit?: number; // par_page\n\n @ApiPropertyOptional()\n page?: number;\n\n @ApiPropertyOptional()\n databases?: DatabasePappers[]; // bases\n\n @ApiPropertyOptional()\n precision?: PrecisionPappers;\n\n @ApiPropertyOptional()\n query?: string; // q\n\n @ApiPropertyOptional()\n nafCode?: string; // code_naf\n\n @ApiPropertyOptional()\n department?: string; // departement\n\n @ApiPropertyOptional()\n region?: string;\n\n @ApiPropertyOptional()\n zipCode?: string; // code_postal\n\n @ApiPropertyOptional()\n collectiveAgreement?: string; // convention_collective\n\n @ApiPropertyOptional()\n legalCategory?: string; // categorie_juridique\n\n @ApiPropertyOptional()\n active?: boolean; // entreprise_cessee\n\n @ApiPropertyOptional()\n minimumTurnover?: string; // chiffre_affaires_min\n\n @ApiPropertyOptional()\n maximumTurnover?: string; // chiffre_affaires_max\n\n @ApiPropertyOptional()\n publicationType?: PublicationTypePappers; // type_publication\n}"]}
@@ -0,0 +1,62 @@
1
+ export declare type ReadBusinessPartnerPappers = {
2
+ firstname: string | null;
3
+ lastname: string | null;
4
+ birthdate: string | null;
5
+ nationality: string | null;
6
+ sharesHeldRate: number | null;
7
+ isCorporation: boolean;
8
+ };
9
+ export declare type ReadBusinessOwnerPappers = {
10
+ grade: string | null;
11
+ isCorporation: boolean;
12
+ firstname: string | null;
13
+ lastname: string | null;
14
+ fullname: string | null;
15
+ birthdate: string;
16
+ nationality: string | null;
17
+ birthPlace: string | null;
18
+ countryBirth: string | null;
19
+ address: string | null;
20
+ address2: string | null;
21
+ address3: string | null;
22
+ zipCode: string | null;
23
+ city: string | null;
24
+ country: string | null;
25
+ };
26
+ export declare type ReadStatusPappers = {
27
+ date: string;
28
+ available: boolean;
29
+ name: string;
30
+ token: string | null;
31
+ type: string | null;
32
+ };
33
+ export declare type ReadHeadOfficePappers = {
34
+ addressNumber: number | null;
35
+ suffix: string | null;
36
+ street: string | null;
37
+ address: string | null;
38
+ address2: string | null;
39
+ zipCode: string;
40
+ city: string;
41
+ };
42
+ export declare class ReadBusinessPappers {
43
+ siren: string | null;
44
+ name: string | null;
45
+ firstname: string | null;
46
+ lastname: string | null;
47
+ civility: string | null;
48
+ activity: string | null;
49
+ isCorporation: boolean;
50
+ nafCode: string | null;
51
+ legalForm: string | null;
52
+ minimumEmployees: number | null;
53
+ maximumEmployees: number | null;
54
+ active: boolean;
55
+ headOffice: ReadHeadOfficePappers;
56
+ capital: number | null;
57
+ owners: ReadBusinessOwnerPappers[] | null;
58
+ partners: ReadBusinessPartnerPappers[] | null;
59
+ status: ReadStatusPappers | null;
60
+ registration: string;
61
+ }
62
+ //# sourceMappingURL=ReadPappers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReadPappers.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/pappers/ReadPappers.ts"],"names":[],"mappings":"AAAA,oBAAY,0BAA0B,GAAG;IACvC,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,aAAa,EAAE,OAAO,CAAC;CACxB,CAAC;AAEF,oBAAY,wBAAwB,GAAG;IACrC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,aAAa,EAAE,OAAO,CAAC;IACvB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB,CAAC;AAEF,oBAAY,iBAAiB,GAAG;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,OAAO,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;CACrB,CAAC;AAEF,oBAAY,qBAAqB,GAAG;IAClC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,qBAAa,mBAAmB;IAC9B,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,aAAa,EAAE,OAAO,CAAC;IACvB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,MAAM,EAAE,OAAO,CAAC;IAChB,UAAU,EAAE,qBAAqB,CAAC;IAClC,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,MAAM,EAAE,wBAAwB,EAAE,GAAG,IAAI,CAAC;IAC1C,QAAQ,EAAE,0BAA0B,EAAE,GAAG,IAAI,CAAC;IAC9C,MAAM,EAAE,iBAAiB,GAAG,IAAI,CAAC;IACjC,YAAY,EAAE,MAAM,CAAC;CACtB"}
@@ -0,0 +1,3 @@
1
+ export class ReadBusinessPappers {
2
+ }
3
+ //# sourceMappingURL=ReadPappers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReadPappers.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/pappers/ReadPappers.ts"],"names":[],"mappings":"AA6CA,MAAM,OAAO,mBAAmB;CAmB/B","sourcesContent":["export type ReadBusinessPartnerPappers = {\n firstname: string | null;\n lastname: string | null;\n birthdate: string | null;\n nationality: string | null;\n sharesHeldRate: number | null;\n isCorporation: boolean;\n};\n\nexport type ReadBusinessOwnerPappers = {\n grade: string | null;\n isCorporation: boolean;\n firstname: string | null;\n lastname: string | null;\n fullname: string | null;\n birthdate: string;\n nationality: string | null;\n birthPlace: string | null;\n countryBirth: string | null;\n address: string | null;\n address2: string | null;\n address3: string | null;\n zipCode: string | null;\n city: string | null;\n country: string | null;\n};\n\nexport type ReadStatusPappers = {\n date: string;\n available: boolean;\n name: string;\n token: string | null;\n type: string | null;\n};\n\nexport type ReadHeadOfficePappers = {\n addressNumber: number | null;\n suffix: string | null;\n street: string | null;\n address: string | null;\n address2: string | null;\n zipCode: string;\n city: string;\n};\n\nexport class ReadBusinessPappers {\n siren: string | null;\n name: string | null;\n firstname: string | null;\n lastname: string | null;\n civility: string | null;\n activity: string | null;\n isCorporation: boolean;\n nafCode: string | null;\n legalForm: string | null;\n minimumEmployees: number | null;\n maximumEmployees: number | null;\n active: boolean;\n headOffice: ReadHeadOfficePappers;\n capital: number | null;\n owners: ReadBusinessOwnerPappers[] | null;\n partners: ReadBusinessPartnerPappers[] | null;\n status: ReadStatusPappers | null;\n registration: string;\n}"]}
@@ -6,6 +6,12 @@ export declare class CreateReport implements IReport {
6
6
  idUser: number;
7
7
  message: string;
8
8
  search?: string;
9
+ declareSoupcons?: boolean;
10
+ etat?: number;
11
+ informerjlb?: boolean;
12
+ ressenti?: number;
13
+ action?: number;
14
+ processed?: boolean;
9
15
  letterDate: Date;
10
16
  receivedFile?: TFile;
11
17
  responseFile?: TFile;
@@ -1 +1 @@
1
- {"version":3,"file":"CreateReport.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/report/CreateReport.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAEnC,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAEtC,qBAAa,YAAa,YAAW,OAAO;IAE1C,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,MAAM,EAAE,MAAM,CAAC;IAGf,OAAO,EAAE,MAAM,CAAC;IAGhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,UAAU,EAAE,IAAI,CAAC;IAGjB,YAAY,CAAC,EAAE,KAAK,CAAC;IAGrB,YAAY,CAAC,EAAE,KAAK,CAAC;CACtB"}
1
+ {"version":3,"file":"CreateReport.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/report/CreateReport.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAEnC,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAEtC,qBAAa,YAAa,YAAW,OAAO;IAE1C,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,MAAM,EAAE,MAAM,CAAC;IAGf,OAAO,EAAE,MAAM,CAAC;IAGhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,eAAe,CAAC,EAAE,OAAO,CAAC;IAG1B,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,WAAW,CAAC,EAAE,OAAO,CAAC;IAGtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,SAAS,CAAC,EAAE,OAAO,CAAC;IAGpB,UAAU,EAAE,IAAI,CAAC;IAGjB,YAAY,CAAC,EAAE,KAAK,CAAC;IAGrB,YAAY,CAAC,EAAE,KAAK,CAAC;CACtB"}