@silexpert/core 0.4.17 → 0.4.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/api/resources/Report.d.ts +1 -0
- package/es/api/resources/Report.d.ts.map +1 -1
- package/es/api/resources/Report.js +3 -0
- package/es/api/resources/Report.js.map +1 -1
- package/es/api/resources/Search.d.ts +7 -0
- package/es/api/resources/Search.d.ts.map +1 -0
- package/es/api/resources/Search.js +10 -0
- package/es/api/resources/Search.js.map +1 -0
- package/es/api/resources/Society.d.ts +3 -1
- package/es/api/resources/Society.d.ts.map +1 -1
- package/es/api/resources/Society.js +6 -0
- package/es/api/resources/Society.js.map +1 -1
- package/es/api/resources/Transaction.d.ts +2 -1
- package/es/api/resources/Transaction.d.ts.map +1 -1
- package/es/api/resources/Transaction.js +3 -0
- package/es/api/resources/Transaction.js.map +1 -1
- package/es/api/resources.d.ts +2 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +2 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/ComptaType.d.ts +1 -1
- package/es/types/Enum/ComptaType.js +1 -1
- package/es/types/Enum/ComptaType.js.map +1 -1
- package/es/types/Enum/Ged.d.ts +6 -0
- package/es/types/Enum/Ged.d.ts.map +1 -1
- package/es/types/Enum/Ged.js +22 -2
- package/es/types/Enum/Ged.js.map +1 -1
- package/es/types/Enum/LegalForm.d.ts +17 -0
- package/es/types/Enum/LegalForm.d.ts.map +1 -1
- package/es/types/Enum/LegalForm.js +17 -0
- package/es/types/Enum/LegalForm.js.map +1 -1
- package/es/types/Enum/LetterState.d.ts +27 -0
- package/es/types/Enum/LetterState.d.ts.map +1 -0
- package/es/types/Enum/LetterState.js +27 -0
- package/es/types/Enum/LetterState.js.map +1 -0
- package/es/types/Enum/ReportType.d.ts +4 -0
- package/es/types/Enum/ReportType.d.ts.map +1 -1
- package/es/types/Enum/ReportType.js +4 -0
- package/es/types/Enum/ReportType.js.map +1 -1
- package/es/types/Interface/api/bankAccount/DeleteTransaction.d.ts +9 -0
- package/es/types/Interface/api/bankAccount/DeleteTransaction.d.ts.map +1 -0
- package/es/types/Interface/api/bankAccount/DeleteTransaction.js +37 -0
- package/es/types/Interface/api/bankAccount/DeleteTransaction.js.map +1 -0
- package/es/types/Interface/api/letter/CreateLetter.d.ts +1 -1
- package/es/types/Interface/api/letter/CreateLetter.d.ts.map +1 -1
- package/es/types/Interface/api/letter/CreateLetter.js +4 -4
- package/es/types/Interface/api/letter/CreateLetter.js.map +1 -1
- package/es/types/Interface/api/pappers/CreatePappers.d.ts +27 -0
- package/es/types/Interface/api/pappers/CreatePappers.d.ts.map +1 -0
- package/es/types/Interface/api/pappers/CreatePappers.js +2 -0
- package/es/types/Interface/api/pappers/CreatePappers.js.map +1 -0
- package/es/types/Interface/api/pappers/QueryPappers.d.ts +267 -0
- package/es/types/Interface/api/pappers/QueryPappers.d.ts.map +1 -0
- package/es/types/Interface/api/pappers/QueryPappers.js +104 -0
- package/es/types/Interface/api/pappers/QueryPappers.js.map +1 -0
- package/es/types/Interface/api/pappers/ReadPappers.d.ts +62 -0
- package/es/types/Interface/api/pappers/ReadPappers.d.ts.map +1 -0
- package/es/types/Interface/api/pappers/ReadPappers.js +3 -0
- package/es/types/Interface/api/pappers/ReadPappers.js.map +1 -0
- package/es/types/Interface/api/report/CreateReport.d.ts +6 -0
- package/es/types/Interface/api/report/CreateReport.d.ts.map +1 -1
- package/es/types/Interface/api/report/CreateReport.js +24 -0
- package/es/types/Interface/api/report/CreateReport.js.map +1 -1
- package/es/types/Interface/api/report/DeleteReport.d.ts +5 -0
- package/es/types/Interface/api/report/DeleteReport.d.ts.map +1 -0
- package/es/types/Interface/api/report/DeleteReport.js +17 -0
- package/es/types/Interface/api/report/DeleteReport.js.map +1 -0
- package/es/types/Interface/api/society/CreateSociety.d.ts +5 -0
- package/es/types/Interface/api/society/CreateSociety.d.ts.map +1 -1
- package/es/types/Interface/api/society/CreateSociety.js +20 -0
- package/es/types/Interface/api/society/CreateSociety.js.map +1 -1
- package/es/types/Interface/api/society/LegalFormSiren.d.ts +2 -0
- package/es/types/Interface/api/society/LegalFormSiren.d.ts.map +1 -1
- package/es/types/Interface/api/society/LegalFormSiren.js.map +1 -1
- package/es/types/Interface/api/society/UpdateSociety.d.ts +17 -0
- package/es/types/Interface/api/society/UpdateSociety.d.ts.map +1 -0
- package/es/types/Interface/api/society/UpdateSociety.js +57 -0
- package/es/types/Interface/api/society/UpdateSociety.js.map +1 -0
- package/es/types/Interface/models/IApiError.d.ts +1 -0
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +1 -0
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/ILetter.d.ts +1 -0
- package/es/types/Interface/models/ILetter.d.ts.map +1 -1
- package/es/types/Interface/models/ILetter.js.map +1 -1
- package/es/types/index.d.ts +8 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +8 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Report.js +4 -0
- package/js/api/resources/Report.js.map +1 -1
- package/js/api/resources/Search.js +26 -0
- package/js/api/resources/Search.js.map +1 -0
- package/js/api/resources/Society.js +8 -0
- package/js/api/resources/Society.js.map +1 -1
- package/js/api/resources/Transaction.js +6 -0
- package/js/api/resources/Transaction.js.map +1 -1
- package/js/api/resources.js +4 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/ComptaType.js +1 -1
- package/js/types/Enum/ComptaType.js.map +1 -1
- package/js/types/Enum/Ged.js +25 -4
- package/js/types/Enum/Ged.js.map +1 -1
- package/js/types/Enum/LegalForm.js +34 -17
- package/js/types/Enum/LegalForm.js.map +1 -1
- package/js/types/Enum/LetterState.js +32 -0
- package/js/types/Enum/LetterState.js.map +1 -0
- package/js/types/Enum/ReportType.js +4 -0
- package/js/types/Enum/ReportType.js.map +1 -1
- package/js/types/Interface/api/bankAccount/DeleteTransaction.js +37 -0
- package/js/types/Interface/api/bankAccount/DeleteTransaction.js.map +1 -0
- package/js/types/Interface/api/letter/CreateLetter.js +2 -2
- package/js/types/Interface/api/letter/CreateLetter.js.map +1 -1
- package/js/types/Interface/api/pappers/CreatePappers.js +6 -0
- package/js/types/Interface/api/pappers/CreatePappers.js.map +1 -0
- package/js/types/Interface/api/pappers/QueryPappers.js +85 -0
- package/js/types/Interface/api/pappers/QueryPappers.js.map +1 -0
- package/js/types/Interface/api/pappers/ReadPappers.js +10 -0
- package/js/types/Interface/api/pappers/ReadPappers.js.map +1 -0
- package/js/types/Interface/api/report/CreateReport.js +12 -0
- package/js/types/Interface/api/report/CreateReport.js.map +1 -1
- package/js/types/Interface/api/report/DeleteReport.js +27 -0
- package/js/types/Interface/api/report/DeleteReport.js.map +1 -0
- package/js/types/Interface/api/society/CreateSociety.js +10 -0
- package/js/types/Interface/api/society/CreateSociety.js.map +1 -1
- package/js/types/Interface/api/society/UpdateSociety.js +47 -0
- package/js/types/Interface/api/society/UpdateSociety.js.map +1 -0
- package/js/types/Interface/models/IApiError.js +2 -1
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/index.js +96 -0
- package/js/types/index.js.map +1 -1
- package/package.json +7 -11
- package/ts/api/resources/Report.ts +4 -1
- package/ts/api/resources/Search.ts +11 -0
- package/ts/api/resources/Society.ts +8 -0
- package/ts/api/resources/Transaction.ts +4 -1
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/ComptaType.ts +1 -1
- package/ts/types/Enum/Ged.ts +22 -2
- package/ts/types/Enum/LegalForm.ts +17 -0
- package/ts/types/Enum/LetterState.ts +26 -0
- package/ts/types/Enum/ReportType.ts +4 -0
- package/ts/types/Interface/api/bankAccount/DeleteTransaction.ts +21 -0
- package/ts/types/Interface/api/letter/CreateLetter.ts +3 -3
- package/ts/types/Interface/api/pappers/CreatePappers.ts +29 -0
- package/ts/types/Interface/api/pappers/QueryPappers.ts +323 -0
- package/ts/types/Interface/api/pappers/ReadPappers.ts +65 -0
- package/ts/types/Interface/api/report/CreateReport.ts +18 -0
- package/ts/types/Interface/api/report/DeleteReport.ts +7 -0
- package/ts/types/Interface/api/society/CreateSociety.ts +15 -0
- package/ts/types/Interface/api/society/LegalFormSiren.ts +2 -0
- package/ts/types/Interface/api/society/UpdateSociety.ts +36 -0
- package/ts/types/Interface/models/IApiError.ts +1 -0
- package/ts/types/Interface/models/ILetter.ts +1 -0
- package/ts/types/index.ts +8 -0
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
const LetterState = exports.LetterState = {
|
|
7
|
+
RECEIVED_SIMPLE_LETTER: {
|
|
8
|
+
id: 1,
|
|
9
|
+
name: 'Reçu courrier simple'
|
|
10
|
+
},
|
|
11
|
+
RECEIVED_AR_LETTER: {
|
|
12
|
+
id: 2,
|
|
13
|
+
name: 'Reçu courrier LRAR'
|
|
14
|
+
},
|
|
15
|
+
SENDING_SIMPLE_LETTER: {
|
|
16
|
+
id: 3,
|
|
17
|
+
name: 'À envoyer courrier simple'
|
|
18
|
+
},
|
|
19
|
+
SENDING_AR_LETTER: {
|
|
20
|
+
id: 4,
|
|
21
|
+
name: 'À envoyer avec LRAR'
|
|
22
|
+
},
|
|
23
|
+
SENT_SIMPLE_LETTER: {
|
|
24
|
+
id: 5,
|
|
25
|
+
name: 'Envoyé courrier simple'
|
|
26
|
+
},
|
|
27
|
+
SENT_AR_LETTER: {
|
|
28
|
+
id: 6,
|
|
29
|
+
name: 'Envoyé avec LRAR'
|
|
30
|
+
}
|
|
31
|
+
};
|
|
32
|
+
//# sourceMappingURL=LetterState.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../ts/types/Enum/LetterState.ts"],"names":[],"mappings":";;;;;AAAO,MAAM,WAAW,WAAX,WAAW,GAAG;AACzB,EAAA,sBAAsB,EAAE;AACtB,IAAA,EAAE,EAAE,CADkB;AAEtB,IAAA,IAAI,EAAE;AAFgB,GADC;AAKzB,EAAA,kBAAkB,EAAE;AAClB,IAAA,EAAE,EAAE,CADc;AAElB,IAAA,IAAI,EAAE;AAFY,GALK;AASzB,EAAA,qBAAqB,EAAE;AACrB,IAAA,EAAE,EAAE,CADiB;AAErB,IAAA,IAAI,EAAE;AAFe,GATE;AAazB,EAAA,iBAAiB,EAAE;AACjB,IAAA,EAAE,EAAE,CADa;AAEjB,IAAA,IAAI,EAAE;AAFW,GAbM;AAiBzB,EAAA,kBAAkB,EAAE;AAClB,IAAA,EAAE,EAAE,CADc;AAElB,IAAA,IAAI,EAAE;AAFY,GAjBK;AAqBzB,EAAA,cAAc,EAAE;AACd,IAAA,EAAE,EAAE,CADU;AAEd,IAAA,IAAI,EAAE;AAFQ;AArBS,CAApB","sourcesContent":["export const LetterState = {\n RECEIVED_SIMPLE_LETTER: {\n id: 1,\n name: 'Reçu courrier simple',\n },\n RECEIVED_AR_LETTER: {\n id: 2,\n name: 'Reçu courrier LRAR',\n },\n SENDING_SIMPLE_LETTER: {\n id: 3,\n name: 'À envoyer courrier simple',\n },\n SENDING_AR_LETTER: {\n id: 4,\n name: 'À envoyer avec LRAR',\n },\n SENT_SIMPLE_LETTER: {\n id: 5,\n name: 'Envoyé courrier simple',\n },\n SENT_AR_LETTER: {\n id: 6,\n name: 'Envoyé avec LRAR',\n },\n};"],"sourceRoot":"","file":"LetterState.js"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../ts/types/Enum/ReportType.ts"],"names":[],"mappings":";;;;;AAAO,MAAM,UAAU,WAAV,UAAU,GAAG;AACxB,EAAA,MAAM,EAAE;AACN,IAAA,EAAE,EAAE,CADE;AAEN,IAAA,IAAI,EAAE;AAFA,GADgB;AAKxB,EAAA,KAAK,EAAE;AACL,IAAA,EAAE,EAAE,CADC;AAEL,IAAA,IAAI,EAAE;AAFD,GALiB;AASxB,EAAA,QAAQ,EAAE;AACR,IAAA,EAAE,EAAE,CADI;AAER,IAAA,IAAI,EAAE;AAFE,GATc;AAaxB,EAAA,OAAO,EAAE;AACP,IAAA,EAAE,EAAE,CADG;AAEP,IAAA,IAAI,EAAE;AAFC,GAbe;AAiBxB,EAAA,WAAW,EAAE;AACX,IAAA,EAAE,EAAE,CADO;AAEX,IAAA,IAAI,EAAE;AAFK,GAjBW;AAqBxB,EAAA,gBAAgB,EAAE;AAChB,IAAA,EAAE,EAAE,CADY;AAEhB,IAAA,IAAI,EAAE;AAFU;
|
|
1
|
+
{"version":3,"sources":["../../../ts/types/Enum/ReportType.ts"],"names":[],"mappings":";;;;;AAAO,MAAM,UAAU,WAAV,UAAU,GAAG;AACxB,EAAA,MAAM,EAAE;AACN,IAAA,EAAE,EAAE,CADE;AAEN,IAAA,IAAI,EAAE;AAFA,GADgB;AAKxB,EAAA,KAAK,EAAE;AACL,IAAA,EAAE,EAAE,CADC;AAEL,IAAA,IAAI,EAAE;AAFD,GALiB;AASxB,EAAA,QAAQ,EAAE;AACR,IAAA,EAAE,EAAE,CADI;AAER,IAAA,IAAI,EAAE;AAFE,GATc;AAaxB,EAAA,OAAO,EAAE;AACP,IAAA,EAAE,EAAE,CADG;AAEP,IAAA,IAAI,EAAE;AAFC,GAbe;AAiBxB,EAAA,WAAW,EAAE;AACX,IAAA,EAAE,EAAE,CADO;AAEX,IAAA,IAAI,EAAE;AAFK,GAjBW;AAqBxB,EAAA,gBAAgB,EAAE;AAChB,IAAA,EAAE,EAAE,CADY;AAEhB,IAAA,IAAI,EAAE;AAFU,GArBM;AAyBxB,EAAA,WAAW,EAAE;AACX,IAAA,EAAE,EAAE,CADO;AAEX,IAAA,IAAI,EAAE;AAFK;AAzBW,CAAnB","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};"],"sourceRoot":"","file":"ReportType.js"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.DeleteTransactions = undefined;
|
|
7
|
+
|
|
8
|
+
var _utils = require("../../../../utils");
|
|
9
|
+
|
|
10
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
11
|
+
var c = arguments.length,
|
|
12
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
13
|
+
d;
|
|
14
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
|
|
15
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
19
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
class DeleteTransactions {}
|
|
23
|
+
|
|
24
|
+
exports.DeleteTransactions = DeleteTransactions;
|
|
25
|
+
|
|
26
|
+
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], DeleteTransactions.prototype, "idBankAccount", void 0);
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], DeleteTransactions.prototype, "isLocked", void 0);
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], DeleteTransactions.prototype, "isExported", void 0);
|
|
31
|
+
|
|
32
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], DeleteTransactions.prototype, "isFromCsv", void 0);
|
|
33
|
+
|
|
34
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], DeleteTransactions.prototype, "startDate", void 0);
|
|
35
|
+
|
|
36
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], DeleteTransactions.prototype, "endDate", void 0);
|
|
37
|
+
//# sourceMappingURL=DeleteTransaction.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../ts/types/Interface/api/bankAccount/DeleteTransaction.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,kBAAP,CAAyB;;QAAlB,kB,GAAA,kB;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,eAAA,E,KAAsB,CAAtB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,4BAAA,E,UAAA,E,KAAmB,CAAnB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,4BAAA,E,YAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,4BAAA,E,WAAA,E,KAAoB,CAApB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,WAAA,E,KAAmB,CAAnB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,SAAA,E,KAAiB,CAAjB,CAAA","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class DeleteTransactions {\n @ApiProperty()\n idBankAccount: number;\n\n @ApiPropertyOptional()\n isLocked?: boolean;\n\n @ApiPropertyOptional()\n isExported?: boolean;\n\n @ApiPropertyOptional()\n isFromCsv?: boolean;\n\n @ApiPropertyOptional()\n startDate?: string;\n\n @ApiPropertyOptional()\n endDate?: string;\n}"],"sourceRoot":"","file":"DeleteTransaction.js"}
|
|
@@ -33,12 +33,12 @@ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Date)], CreateL
|
|
|
33
33
|
|
|
34
34
|
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], CreateLetter.prototype, "complement", void 0);
|
|
35
35
|
|
|
36
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], CreateLetter.prototype, "fileType", void 0);
|
|
37
|
-
|
|
38
36
|
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], CreateLetter.prototype, "isLRAR", void 0);
|
|
39
37
|
|
|
40
38
|
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], CreateLetter.prototype, "isDone", void 0);
|
|
41
39
|
|
|
40
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], CreateLetter.prototype, "state", void 0);
|
|
41
|
+
|
|
42
42
|
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], CreateLetter.prototype, "needResponse", void 0);
|
|
43
43
|
|
|
44
44
|
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], CreateLetter.prototype, "ARNumber", void 0);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../ts/types/Interface/api/letter/CreateLetter.ts"],"names":[],"mappings":";;;;;;;AACA;;;;;;;;;;;;;;AAEM,MAAO,YAAP,CAAmB;;QAAZ,Y,GAAA,Y;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,sBAAA,E,cAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,UAAA,E,KAAkB,CAAlB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,sBAAA,E,WAAA,E,KAAkB,CAAlB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,0BAAY,I,CAAZ,CAAA,E,sBAAA,E,YAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,YAAA,E,KAAoB,CAApB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,
|
|
1
|
+
{"version":3,"sources":["../../../../../ts/types/Interface/api/letter/CreateLetter.ts"],"names":[],"mappings":";;;;;;;AACA;;;;;;;;;;;;;;AAEM,MAAO,YAAP,CAAmB;;QAAZ,Y,GAAA,Y;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,sBAAA,E,cAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,UAAA,E,KAAkB,CAAlB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,sBAAA,E,WAAA,E,KAAkB,CAAlB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,0BAAY,I,CAAZ,CAAA,E,sBAAA,E,YAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,YAAA,E,KAAoB,CAApB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sBAAA,E,QAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sBAAA,E,QAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,OAAA,E,KAAe,CAAf,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sBAAA,E,cAAA,E,KAAuB,CAAvB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,UAAA,E,KAAkB,CAAlB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,cAAA,E,KAAsB,CAAtB,CAAA","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"],"sourceRoot":"","file":"CreateLetter.js"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"CreatePappers.js"}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.QuerySearchBusinessPappers = exports.GetBusinessPappersResponse = exports.QueryGetBusinessPappers = exports.QueryGetBusinessDocumentPappers = undefined;
|
|
7
|
+
|
|
8
|
+
var _utils = require("../../../../utils");
|
|
9
|
+
|
|
10
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
11
|
+
var c = arguments.length,
|
|
12
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
13
|
+
d;
|
|
14
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
|
|
15
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
19
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* DOCUMENTS ENTREPRISE
|
|
24
|
+
*/
|
|
25
|
+
class QueryGetBusinessDocumentPappers {}
|
|
26
|
+
|
|
27
|
+
exports.QueryGetBusinessDocumentPappers = QueryGetBusinessDocumentPappers;
|
|
28
|
+
|
|
29
|
+
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], QueryGetBusinessDocumentPappers.prototype, "token", void 0);
|
|
30
|
+
|
|
31
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], QueryGetBusinessDocumentPappers.prototype, "name", void 0);
|
|
32
|
+
/**
|
|
33
|
+
* FICHE ENTREPRISE
|
|
34
|
+
*/
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
class QueryGetBusinessPappers {}
|
|
38
|
+
|
|
39
|
+
exports.QueryGetBusinessPappers = QueryGetBusinessPappers;
|
|
40
|
+
|
|
41
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], QueryGetBusinessPappers.prototype, "siren", void 0);
|
|
42
|
+
|
|
43
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], QueryGetBusinessPappers.prototype, "siret", void 0);
|
|
44
|
+
|
|
45
|
+
class GetBusinessPappersResponse {}
|
|
46
|
+
|
|
47
|
+
exports.GetBusinessPappersResponse = GetBusinessPappersResponse;
|
|
48
|
+
/**
|
|
49
|
+
* RECHERCHE ENTREPRISE
|
|
50
|
+
*/
|
|
51
|
+
|
|
52
|
+
class QuerySearchBusinessPappers {}
|
|
53
|
+
|
|
54
|
+
exports.QuerySearchBusinessPappers = QuerySearchBusinessPappers;
|
|
55
|
+
|
|
56
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], QuerySearchBusinessPappers.prototype, "limit", void 0);
|
|
57
|
+
|
|
58
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], QuerySearchBusinessPappers.prototype, "page", void 0);
|
|
59
|
+
|
|
60
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Array)], QuerySearchBusinessPappers.prototype, "databases", void 0);
|
|
61
|
+
|
|
62
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], QuerySearchBusinessPappers.prototype, "precision", void 0);
|
|
63
|
+
|
|
64
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], QuerySearchBusinessPappers.prototype, "query", void 0);
|
|
65
|
+
|
|
66
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], QuerySearchBusinessPappers.prototype, "nafCode", void 0);
|
|
67
|
+
|
|
68
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], QuerySearchBusinessPappers.prototype, "department", void 0);
|
|
69
|
+
|
|
70
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], QuerySearchBusinessPappers.prototype, "region", void 0);
|
|
71
|
+
|
|
72
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], QuerySearchBusinessPappers.prototype, "zipCode", void 0);
|
|
73
|
+
|
|
74
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], QuerySearchBusinessPappers.prototype, "collectiveAgreement", void 0);
|
|
75
|
+
|
|
76
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], QuerySearchBusinessPappers.prototype, "legalCategory", void 0);
|
|
77
|
+
|
|
78
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], QuerySearchBusinessPappers.prototype, "active", void 0);
|
|
79
|
+
|
|
80
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], QuerySearchBusinessPappers.prototype, "minimumTurnover", void 0);
|
|
81
|
+
|
|
82
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], QuerySearchBusinessPappers.prototype, "maximumTurnover", void 0);
|
|
83
|
+
|
|
84
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], QuerySearchBusinessPappers.prototype, "publicationType", void 0);
|
|
85
|
+
//# sourceMappingURL=QueryPappers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../ts/types/Interface/api/pappers/QueryPappers.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAyLA;;AAEG;AAEG,MAAO,+BAAP,CAAsC;;QAA/B,+B,GAAA,+B;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,yCAAA,E,OAAA,E,KAAc,CAAd,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,yCAAA,E,MAAA,E,KAAc,CAAd,CAAA;AAGF;;AAEG;;;AAEG,MAAO,uBAAP,CAA8B;;QAAvB,uB,GAAA,uB;;AAEX,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,iCAAA,E,OAAA,E,KAAe,CAAf,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,iCAAA,E,OAAA,E,KAAe,CAAf,CAAA;;AAGI,MAAO,0BAAP,CAAiC;;QAA1B,0B,GAAA,0B;AAgEb;;AAEG;;AAEG,MAAO,0BAAP,CAAiC;;QAA1B,0B,GAAA,0B;;AAEX,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,oCAAA,E,OAAA,E,KAAe,CAAf,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,oCAAA,E,MAAA,E,KAAc,CAAd,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,gCAAA,CAAA,E,oCAAA,E,WAAA,E,KAA8B,CAA9B,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,oCAAA,E,WAAA,E,KAA6B,CAA7B,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,oCAAA,E,OAAA,E,KAAe,CAAf,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,oCAAA,E,SAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,oCAAA,E,YAAA,E,KAAoB,CAApB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,oCAAA,E,QAAA,E,KAAgB,CAAhB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,oCAAA,E,SAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,oCAAA,E,qBAAA,E,KAA6B,CAA7B,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,oCAAA,E,eAAA,E,KAAuB,CAAvB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,oCAAA,E,QAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,oCAAA,E,iBAAA,E,KAAyB,CAAzB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,oCAAA,E,iBAAA,E,KAAyB,CAAzB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,oCAAA,E,iBAAA,E,KAAyC,CAAzC,CAAA","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}"],"sourceRoot":"","file":"QueryPappers.js"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../ts/types/Interface/api/pappers/ReadPappers.ts"],"names":[],"mappings":";;;;;;AA6CM,MAAO,mBAAP,CAA0B;;QAAnB,mB,GAAA,mB","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}"],"sourceRoot":"","file":"ReadPappers.js"}
|
|
@@ -33,6 +33,18 @@ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], Creat
|
|
|
33
33
|
|
|
34
34
|
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], CreateReport.prototype, "search", void 0);
|
|
35
35
|
|
|
36
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], CreateReport.prototype, "declareSoupcons", void 0);
|
|
37
|
+
|
|
38
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], CreateReport.prototype, "etat", void 0);
|
|
39
|
+
|
|
40
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], CreateReport.prototype, "informerjlb", void 0);
|
|
41
|
+
|
|
42
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], CreateReport.prototype, "ressenti", void 0);
|
|
43
|
+
|
|
44
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], CreateReport.prototype, "action", void 0);
|
|
45
|
+
|
|
46
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], CreateReport.prototype, "processed", void 0);
|
|
47
|
+
|
|
36
48
|
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Date)], CreateReport.prototype, "letterDate", void 0);
|
|
37
49
|
|
|
38
50
|
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], CreateReport.prototype, "receivedFile", void 0);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../ts/types/Interface/api/report/CreateReport.ts"],"names":[],"mappings":";;;;;;;AACA;;;;;;;;;;;;;;AAGM,MAAO,YAAP,CAAmB;;QAAZ,Y,GAAA,Y;;AAEX,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,cAAA,E,KAAsB,CAAtB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,WAAA,E,KAAmB,CAAnB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,sBAAA,E,QAAA,E,KAAe,CAAf,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,sBAAA,E,SAAA,E,KAAgB,CAAhB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,QAAA,E,KAAgB,CAAhB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,0BAAY,I,CAAZ,CAAA,E,sBAAA,E,YAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,cAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,cAAA,E,KAAqB,CAArB,CAAA","sourcesContent":["import { IReport } from '../../..';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { TFile } from '../file/TFile';\n\nexport class CreateReport implements IReport {\n @ApiPropertyOptional()\n idReportType?: number;\n\n @ApiPropertyOptional()\n idSociety?: number;\n\n @ApiProperty()\n idUser: number;\n\n @ApiProperty()\n message: string;\n\n @ApiPropertyOptional()\n search?: string;\n\n @ApiProperty()\n letterDate: Date;\n\n @ApiPropertyOptional()\n receivedFile?: TFile;\n\n @ApiPropertyOptional()\n responseFile?: TFile;\n}\n"],"sourceRoot":"","file":"CreateReport.js"}
|
|
1
|
+
{"version":3,"sources":["../../../../../ts/types/Interface/api/report/CreateReport.ts"],"names":[],"mappings":";;;;;;;AACA;;;;;;;;;;;;;;AAGM,MAAO,YAAP,CAAmB;;QAAZ,Y,GAAA,Y;;AAEX,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,cAAA,E,KAAsB,CAAtB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,WAAA,E,KAAmB,CAAnB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,sBAAA,E,QAAA,E,KAAe,CAAf,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,sBAAA,E,SAAA,E,KAAgB,CAAhB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,QAAA,E,KAAgB,CAAhB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sBAAA,E,iBAAA,E,KAA0B,CAA1B,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,MAAA,E,KAAc,CAAd,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sBAAA,E,aAAA,E,KAAsB,CAAtB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,UAAA,E,KAAkB,CAAlB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,QAAA,E,KAAgB,CAAhB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sBAAA,E,WAAA,E,KAAoB,CAApB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,0BAAY,I,CAAZ,CAAA,E,sBAAA,E,YAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,cAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sBAAA,E,cAAA,E,KAAqB,CAArB,CAAA","sourcesContent":["import { IReport } from '../../..';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { TFile } from '../file/TFile';\n\nexport class CreateReport implements IReport {\n @ApiPropertyOptional()\n idReportType?: number;\n\n @ApiPropertyOptional()\n idSociety?: number;\n\n @ApiProperty()\n idUser: number;\n\n @ApiProperty()\n message: string;\n\n @ApiPropertyOptional()\n search?: string;\n\n @ApiPropertyOptional()\n declareSoupcons?: boolean;\n\n @ApiPropertyOptional()\n etat?: number;\n\n @ApiPropertyOptional()\n informerjlb?: boolean;\n\n @ApiPropertyOptional()\n ressenti?: number;\n\n @ApiPropertyOptional()\n action?: number;\n\n @ApiPropertyOptional()\n processed?: boolean;\n\n @ApiProperty()\n letterDate: Date;\n\n @ApiPropertyOptional()\n receivedFile?: TFile;\n\n @ApiPropertyOptional()\n responseFile?: TFile;\n}\n"],"sourceRoot":"","file":"CreateReport.js"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.DeleteReport = undefined;
|
|
7
|
+
|
|
8
|
+
var _utils = require("../../../../utils");
|
|
9
|
+
|
|
10
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
11
|
+
var c = arguments.length,
|
|
12
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
13
|
+
d;
|
|
14
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
|
|
15
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
19
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
class DeleteReport {}
|
|
23
|
+
|
|
24
|
+
exports.DeleteReport = DeleteReport;
|
|
25
|
+
|
|
26
|
+
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], DeleteReport.prototype, "id", void 0);
|
|
27
|
+
//# sourceMappingURL=DeleteReport.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../ts/types/Interface/api/report/DeleteReport.ts"],"names":[],"mappings":";;;;;;;AACA;;;;;;;;;;;;;;AAEM,MAAO,YAAP,CAAmB;;QAAZ,Y,GAAA,Y;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,sBAAA,E,IAAA,E,KAAW,CAAX,CAAA","sourcesContent":["import { IReport } from '../../..';\nimport { ApiProperty } from '../../../../utils';\n\nexport class DeleteReport implements IReport {\n @ApiProperty()\n id: number;\n}\n"],"sourceRoot":"","file":"DeleteReport.js"}
|
|
@@ -29,6 +29,12 @@ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], Creat
|
|
|
29
29
|
|
|
30
30
|
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], CreateSociety.prototype, "name", void 0);
|
|
31
31
|
|
|
32
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], CreateSociety.prototype, "address", void 0);
|
|
33
|
+
|
|
34
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], CreateSociety.prototype, "city", void 0);
|
|
35
|
+
|
|
36
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], CreateSociety.prototype, "idCountry", void 0);
|
|
37
|
+
|
|
32
38
|
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], CreateSociety.prototype, "idActivity", void 0);
|
|
33
39
|
|
|
34
40
|
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], CreateSociety.prototype, "idTvaRegime", void 0);
|
|
@@ -37,5 +43,9 @@ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)
|
|
|
37
43
|
|
|
38
44
|
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], CreateSociety.prototype, "exercicePeriod", void 0);
|
|
39
45
|
|
|
46
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], CreateSociety.prototype, "nafCode", void 0);
|
|
47
|
+
|
|
48
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], CreateSociety.prototype, "zipCode", void 0);
|
|
49
|
+
|
|
40
50
|
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], CreateSociety.prototype, "analyticsUtm", void 0);
|
|
41
51
|
//# sourceMappingURL=CreateSociety.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../ts/types/Interface/api/society/CreateSociety.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAQM,MAAO,aAAP,CAAoB;;QAAb,a,GAAA,a;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,uBAAA,E,QAAA,E,KAAe,CAAf,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,uBAAA,E,cAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,MAAA,E,KAAc,CAAd,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,YAAA,E,KAAoB,CAApB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,aAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,aAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,gBAAA,E,KAAgD,CAAhD,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,uBAAA,E,cAAA,E,KAA0B,CAA1B,CAAA","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport type AnalticsUtm = {\n utm_source?: string;\n utm_campaign?: string;\n utm_medium?: string;\n};\n\nexport class CreateSociety {\n @ApiProperty()\n idUser: number;\n\n @ApiProperty()\n idTypeCompta: number;\n\n @ApiPropertyOptional()\n name?: string;\n\n @ApiPropertyOptional()\n idActivity?: number;\n\n @ApiPropertyOptional()\n idTvaRegime?: number;\n\n @ApiPropertyOptional()\n idLegalForm?: number;\n\n @ApiPropertyOptional()\n exercicePeriod?: { start: string, end: string };\n\n @ApiProperty()\n analyticsUtm: AnalticsUtm;\n}"],"sourceRoot":"","file":"CreateSociety.js"}
|
|
1
|
+
{"version":3,"sources":["../../../../../ts/types/Interface/api/society/CreateSociety.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAQM,MAAO,aAAP,CAAoB;;QAAb,a,GAAA,a;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,uBAAA,E,QAAA,E,KAAe,CAAf,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,uBAAA,E,cAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,MAAA,E,KAAc,CAAd,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,SAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,MAAA,E,KAAc,CAAd,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,WAAA,E,KAAmB,CAAnB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,YAAA,E,KAAoB,CAApB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,aAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,aAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,gBAAA,E,KAAgD,CAAhD,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,SAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,SAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,uBAAA,E,cAAA,E,KAA0B,CAA1B,CAAA","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport type AnalticsUtm = {\n utm_source?: string;\n utm_campaign?: string;\n utm_medium?: string;\n};\n\nexport class CreateSociety {\n @ApiProperty()\n idUser: number;\n\n @ApiProperty()\n idTypeCompta: number;\n\n @ApiPropertyOptional()\n name?: string;\n\n @ApiPropertyOptional()\n address?: string;\n\n @ApiPropertyOptional()\n city?: string;\n\n @ApiPropertyOptional()\n idCountry?: number;\n\n @ApiPropertyOptional()\n idActivity?: number;\n\n @ApiPropertyOptional()\n idTvaRegime?: number;\n\n @ApiPropertyOptional()\n idLegalForm?: number;\n\n @ApiPropertyOptional()\n exercicePeriod?: { start: string, end: string };\n\n @ApiPropertyOptional()\n nafCode?: string;\n\n @ApiPropertyOptional()\n zipCode?: string;\n\n @ApiProperty()\n analyticsUtm: AnalticsUtm;\n}"],"sourceRoot":"","file":"CreateSociety.js"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.UpdateSociety = undefined;
|
|
7
|
+
|
|
8
|
+
var _utils = require("../../../../utils");
|
|
9
|
+
|
|
10
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
11
|
+
var c = arguments.length,
|
|
12
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
13
|
+
d;
|
|
14
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
|
|
15
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
19
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
class UpdateSociety {}
|
|
23
|
+
|
|
24
|
+
exports.UpdateSociety = UpdateSociety;
|
|
25
|
+
|
|
26
|
+
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], UpdateSociety.prototype, "idTypeCompta", void 0);
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateSociety.prototype, "idUser", void 0);
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], UpdateSociety.prototype, "name", void 0);
|
|
31
|
+
|
|
32
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], UpdateSociety.prototype, "address", void 0);
|
|
33
|
+
|
|
34
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], UpdateSociety.prototype, "city", void 0);
|
|
35
|
+
|
|
36
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateSociety.prototype, "idCountry", void 0);
|
|
37
|
+
|
|
38
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateSociety.prototype, "idActivity", void 0);
|
|
39
|
+
|
|
40
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateSociety.prototype, "idTvaRegime", void 0);
|
|
41
|
+
|
|
42
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateSociety.prototype, "idLegalForm", void 0);
|
|
43
|
+
|
|
44
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], UpdateSociety.prototype, "exercicePeriod", void 0);
|
|
45
|
+
|
|
46
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], UpdateSociety.prototype, "confirmedAt", void 0);
|
|
47
|
+
//# sourceMappingURL=UpdateSociety.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../ts/types/Interface/api/society/UpdateSociety.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,aAAP,CAAoB;;QAAb,a,GAAA,a;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,uBAAA,E,cAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,QAAA,E,KAAgB,CAAhB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,MAAA,E,KAAc,CAAd,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,SAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,MAAA,E,KAAc,CAAd,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,WAAA,E,KAAmB,CAAnB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,YAAA,E,KAAoB,CAApB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,aAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,aAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,gBAAA,E,KAAgD,CAAhD,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,aAAA,E,KAAqB,CAArB,CAAA","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class UpdateSociety {\n @ApiProperty()\n idTypeCompta: number;\n\n @ApiPropertyOptional()\n idUser?: number;\n\n @ApiPropertyOptional()\n name?: string;\n\n @ApiPropertyOptional()\n address?: string;\n\n @ApiPropertyOptional()\n city?: string;\n\n @ApiPropertyOptional()\n idCountry?: number;\n\n @ApiPropertyOptional()\n idActivity?: number;\n\n @ApiPropertyOptional()\n idTvaRegime?: number;\n\n @ApiPropertyOptional()\n idLegalForm?: number;\n\n @ApiPropertyOptional()\n exercicePeriod?: { start: string, end: string };\n\n @ApiPropertyOptional()\n confirmedAt?: string;\n}"],"sourceRoot":"","file":"UpdateSociety.js"}
|
|
@@ -22,7 +22,8 @@ var Code = exports.Code = undefined;
|
|
|
22
22
|
Code["constraintError"] = "resource_constraint_error";
|
|
23
23
|
Code["outOfRange"] = "resource_ofr";
|
|
24
24
|
Code["internalServerError"] = "internal_server_error";
|
|
25
|
-
Code["constraintKeyError"] = "resource_fk_error";
|
|
25
|
+
Code["constraintKeyError"] = "resource_fk_error";
|
|
26
|
+
Code["serviceUnavailable"] = "service_unavailable"; // Annotation Error
|
|
26
27
|
|
|
27
28
|
Code["failedCheckBalance"] = "failed_check_balance";
|
|
28
29
|
Code["vatIntracomCanOnlyBeSetForDebit"] = "vat_intracom_can_only_be_set_for_debit";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../ts/types/Interface/models/IApiError.ts"],"names":[],"mappings":";;;;;AAAA,IAAY,SAIX,WAJW,SAIX,YAJD;;AAAA,CAAA,UAAY,SAAZ,EAAqB;AACnB,EAAA,SAAA,CAAA,UAAA,CAAA,GAAA,WAAA;AACA,EAAA,SAAA,CAAA,WAAA,CAAA,GAAA,sBAAA;AACA,EAAA,SAAA,CAAA,eAAA,CAAA,GAAA,WAAA;AACD,CAJD,EAAY,SAAS,aAAT,SAAS,GAAT,SAAS,GAAA,EAAA,CAArB;;AAMA,IAAY,
|
|
1
|
+
{"version":3,"sources":["../../../../ts/types/Interface/models/IApiError.ts"],"names":[],"mappings":";;;;;AAAA,IAAY,SAIX,WAJW,SAIX,YAJD;;AAAA,CAAA,UAAY,SAAZ,EAAqB;AACnB,EAAA,SAAA,CAAA,UAAA,CAAA,GAAA,WAAA;AACA,EAAA,SAAA,CAAA,WAAA,CAAA,GAAA,sBAAA;AACA,EAAA,SAAA,CAAA,eAAA,CAAA,GAAA,WAAA;AACD,CAJD,EAAY,SAAS,aAAT,SAAS,GAAT,SAAS,GAAA,EAAA,CAArB;;AAMA,IAAY,IAkEX,WAlEW,IAkEX,YAlED;;AAAA,CAAA,UAAY,IAAZ,EAAgB;AACd;AACA,EAAA,IAAA,CAAA,cAAA,CAAA,GAAA,8BAAA;AACA,EAAA,IAAA,CAAA,uBAAA,CAAA,GAAA,oCAAA;AACA,EAAA,IAAA,CAAA,UAAA,CAAA,GAAA,oBAAA;AACA,EAAA,IAAA,CAAA,iBAAA,CAAA,GAAA,2BAAA;AACA,EAAA,IAAA,CAAA,iBAAA,CAAA,GAAA,2BAAA;AACA,EAAA,IAAA,CAAA,YAAA,CAAA,GAAA,cAAA;AACA,EAAA,IAAA,CAAA,qBAAA,CAAA,GAAA,uBAAA;AACA,EAAA,IAAA,CAAA,oBAAA,CAAA,GAAA,mBAAA;AACA,EAAA,IAAA,CAAA,oBAAA,CAAA,GAAA,qBAAA,CAVc,CAYd;;AACA,EAAA,IAAA,CAAA,oBAAA,CAAA,GAAA,sBAAA;AACA,EAAA,IAAA,CAAA,iCAAA,CAAA,GAAA,wCAAA;AACA,EAAA,IAAA,CAAA,+BAAA,CAAA,GAAA,sCAAA;AACA,EAAA,IAAA,CAAA,yDAAA,CAAA,GAAA,sEAAA;AACA,EAAA,IAAA,CAAA,mBAAA,CAAA,GAAA,qBAAA;AACA,EAAA,IAAA,CAAA,qCAAA,CAAA,GAAA,0CAAA;AACA,EAAA,IAAA,CAAA,iCAAA,CAAA,GAAA,uCAAA;AACA,EAAA,IAAA,CAAA,iCAAA,CAAA,GAAA,wCAAA;AACA,EAAA,IAAA,CAAA,+BAAA,CAAA,GAAA,qCAAA;AACA,EAAA,IAAA,CAAA,gCAAA,CAAA,GAAA,qCAAA;AACA,EAAA,IAAA,CAAA,8BAAA,CAAA,GAAA,iCAAA;AACA,EAAA,IAAA,CAAA,sBAAA,CAAA,GAAA,0BAAA;AACA,EAAA,IAAA,CAAA,mBAAA,CAAA,GAAA,sBAAA;AACA,EAAA,IAAA,CAAA,yCAAA,CAAA,GAAA,+CAAA;AACA,EAAA,IAAA,CAAA,oCAAA,CAAA,GAAA,0CAAA;AACA,EAAA,IAAA,CAAA,yCAAA,CAAA,GAAA,+CAAA;AACA,EAAA,IAAA,CAAA,kCAAA,CAAA,GAAA,sCAAA;AACA,EAAA,IAAA,CAAA,+CAAA,CAAA,GAAA,oDAAA;AACA,EAAA,IAAA,CAAA,kDAAA,CAAA,GAAA,yDAAA;AACA,EAAA,IAAA,CAAA,0DAAA,CAAA,GAAA,iEAAA,CAhCc,CAkCd;;AACA,EAAA,IAAA,CAAA,aAAA,CAAA,GAAA,cAAA;AACA,EAAA,IAAA,CAAA,iBAAA,CAAA,GAAA,kBAAA,CApCc,CAsCd;;AACA,EAAA,IAAA,CAAA,mBAAA,CAAA,GAAA,qBAAA;AACA,EAAA,IAAA,CAAA,gCAAA,CAAA,GAAA,oCAAA;AACA,EAAA,IAAA,CAAA,4BAAA,CAAA,GAAA,gCAAA;AACA,EAAA,IAAA,CAAA,eAAA,CAAA,GAAA,iBAAA,CA1Cc,CA4Cd;;AACA,EAAA,IAAA,CAAA,2BAAA,CAAA,GAAA,8BAAA;AACA,EAAA,IAAA,CAAA,4BAAA,CAAA,GAAA,gCAAA,CA9Cc,CAgDd;;AACA,EAAA,IAAA,CAAA,4BAAA,CAAA,GAAA,+BAAA,CAjDc,CAmDd;;AACA,EAAA,IAAA,CAAA,yBAAA,CAAA,GAAA,4BAAA,CApDc,CAsDd;;AACA,EAAA,IAAA,CAAA,mCAAA,CAAA,GAAA,sCAAA,CAvDc,CAyDd;;AACA,EAAA,IAAA,CAAA,6BAAA,CAAA,GAAA,qBAAA;AACA,EAAA,IAAA,CAAA,mBAAA,CAAA,GAAA,qBAAA;AACA,EAAA,IAAA,CAAA,gBAAA,CAAA,GAAA,kBAAA;AACA,EAAA,IAAA,CAAA,qBAAA,CAAA,GAAA,yBAAA;AACA,EAAA,IAAA,CAAA,cAAA,CAAA,GAAA,gBAAA,CA9Dc,CAgEd;;AACA,EAAA,IAAA,CAAA,kBAAA,CAAA,GAAA,oBAAA;AACD,CAlED,EAAY,IAAI,aAAJ,IAAI,GAAJ,IAAI,GAAA,EAAA,CAAhB","sourcesContent":["export enum ErrorType {\n apiError = 'api_error',\n authError = 'authentication_error',\n resourceError = 'rsc_error',\n}\n\nexport enum Code {\n // HTTP Error\n tokenFailure = 'token_authentication_failure',\n authenticationFailure = 'authentication_credentials_failure',\n notFound = 'resource_not_found',\n validationError = 'resource_validation_error',\n constraintError = 'resource_constraint_error',\n outOfRange = 'resource_ofr',\n internalServerError = 'internal_server_error',\n constraintKeyError = 'resource_fk_error',\n serviceUnavailable = 'service_unavailable',\n\n // Annotation Error\n failedCheckBalance = 'failed_check_balance',\n vatIntracomCanOnlyBeSetForDebit = 'vat_intracom_can_only_be_set_for_debit',\n vatMargeCanOnlyBeSetForCredit = 'vat_marge_can_only_be_set_for_credit',\n vatMargeCanOnlyBeSetIfAmountAllTaxIncludedPurchaseIsSet = 'vat_marge_can_only_be_set_if_amount_all_tax_included_purchase_is_set',\n missingParamSplit = 'missing_param_split',\n totalAmountSplitNotEqualTransaction = 'total_amount_split_not_equal_transaction',\n vatManuelIsSetWithNegativeValue = 'vat_manuel_is_set_with_negative_value',\n vatManuelIsNotSetWithSpecialVat = 'vat_manuel_is_not_set_with_special_vat',\n vatManuelCannotBeSetWithSplit = 'vat_manuel_cannot_be_set_with_split',\n vatNotAuthorizeWithThisAccount = 'vat_not_authorize_with_this_account',\n transactionIsAlreadyExported = 'transaction_is_already_exported',\n thirdPartyIsNotFound = 'third_party_is_not_found',\n accountIsNotFound = 'account_is_not_found',\n immobilizationNotSetWithAccountStartTwo = 'immobilization_not_set_with_account_start_two',\n immobilizationCanOnlyBeSetForDebit = 'immobilization_can_only_be_set_for_debit',\n immobilizationCanNotBeSetWithoutAccount = 'immobilization_can_not_be_set_without_account',\n noExerciceFoundForImmobilization = 'no_exercice_found_for_immobilization',\n amountImmobilizationLessThanAmountTransaction = 'amount_immobilization_less_than_amount_transaction',\n amountImmobilizationLessThanAmountAllTaxIncluded = 'amount_immobilization_less_than_amount_all_tax_included',\n amountImmobilizationIsGreaterThanTotalAmountTransactions = 'amount_immobilization_is_greater_than_total_amount_transactions',\n\n // PDF error\n mergeFailed = 'merge_failed',\n generationError = 'generation_error',\n\n // Email error\n emailAlreadyExist = 'email_already_exist',\n societyCustomEmailAlreadyExist = 'society_custom_email_already_exist',\n societyCustomEmailNotFound = 'society_custom_email_not_found',\n emailNotFound = 'email_not_found',\n\n // BankAccount\n missingParamAccountNumber = 'missing_param_account_number',\n accountNumberParamNotFound = 'account_number_param_not_found',\n\n // Income statement\n invalidIncomeStatementList = 'invalid_income_statement_list',\n\n // Balance Sheet\n invalidBalanceSheetList = 'invalid_balance_sheet_list',\n\n // FecFile\n insertAccountingTransactionFailed = 'insert_accounting_transaction_failed',\n\n // User creation\n userAlreadyExistWithSociety = 'user-already-exists',\n userDoesNotExists = 'user-does-not-exist',\n expiredSmsCode = 'expired-sms-code',\n userNotInFmaProcess = 'user-not-in-maf-process',\n wrongSmsCode = 'wrong-sms-code',\n\n // Cerfa\n civilityNotFound = 'civility_not_found',\n}\n\nexport interface IApiError {\n type: ErrorType;\n code: Code;\n message: string;\n param?: string;\n field?: string;\n}\n"],"sourceRoot":"","file":"IApiError.js"}
|
package/js/types/index.js
CHANGED
|
@@ -3652,6 +3652,18 @@ Object.keys(_BalanceSheet).forEach(function (key) {
|
|
|
3652
3652
|
});
|
|
3653
3653
|
});
|
|
3654
3654
|
|
|
3655
|
+
var _LetterState = require("./Enum/LetterState");
|
|
3656
|
+
|
|
3657
|
+
Object.keys(_LetterState).forEach(function (key) {
|
|
3658
|
+
if (key === "default" || key === "__esModule") return;
|
|
3659
|
+
Object.defineProperty(exports, key, {
|
|
3660
|
+
enumerable: true,
|
|
3661
|
+
get: function () {
|
|
3662
|
+
return _LetterState[key];
|
|
3663
|
+
}
|
|
3664
|
+
});
|
|
3665
|
+
});
|
|
3666
|
+
|
|
3655
3667
|
var _DefaultPermissions = require("./Enum/DefaultPermissions");
|
|
3656
3668
|
|
|
3657
3669
|
Object.keys(_DefaultPermissions).forEach(function (key) {
|
|
@@ -3664,6 +3676,18 @@ Object.keys(_DefaultPermissions).forEach(function (key) {
|
|
|
3664
3676
|
});
|
|
3665
3677
|
});
|
|
3666
3678
|
|
|
3679
|
+
var _Ged = require("./Enum/Ged");
|
|
3680
|
+
|
|
3681
|
+
Object.keys(_Ged).forEach(function (key) {
|
|
3682
|
+
if (key === "default" || key === "__esModule") return;
|
|
3683
|
+
Object.defineProperty(exports, key, {
|
|
3684
|
+
enumerable: true,
|
|
3685
|
+
get: function () {
|
|
3686
|
+
return _Ged[key];
|
|
3687
|
+
}
|
|
3688
|
+
});
|
|
3689
|
+
});
|
|
3690
|
+
|
|
3667
3691
|
var _ReadBusinessPartner = require("./Interface/api/businessPartner/ReadBusinessPartner");
|
|
3668
3692
|
|
|
3669
3693
|
Object.keys(_ReadBusinessPartner).forEach(function (key) {
|
|
@@ -3940,6 +3964,18 @@ Object.keys(_CreateSociety).forEach(function (key) {
|
|
|
3940
3964
|
});
|
|
3941
3965
|
});
|
|
3942
3966
|
|
|
3967
|
+
var _UpdateSociety = require("./Interface/api/society/UpdateSociety");
|
|
3968
|
+
|
|
3969
|
+
Object.keys(_UpdateSociety).forEach(function (key) {
|
|
3970
|
+
if (key === "default" || key === "__esModule") return;
|
|
3971
|
+
Object.defineProperty(exports, key, {
|
|
3972
|
+
enumerable: true,
|
|
3973
|
+
get: function () {
|
|
3974
|
+
return _UpdateSociety[key];
|
|
3975
|
+
}
|
|
3976
|
+
});
|
|
3977
|
+
});
|
|
3978
|
+
|
|
3943
3979
|
var _ReadSurvey = require("./Interface/api/survey/ReadSurvey");
|
|
3944
3980
|
|
|
3945
3981
|
Object.keys(_ReadSurvey).forEach(function (key) {
|
|
@@ -4000,6 +4036,18 @@ Object.keys(_CreateReport).forEach(function (key) {
|
|
|
4000
4036
|
});
|
|
4001
4037
|
});
|
|
4002
4038
|
|
|
4039
|
+
var _DeleteReport = require("./Interface/api/report/DeleteReport");
|
|
4040
|
+
|
|
4041
|
+
Object.keys(_DeleteReport).forEach(function (key) {
|
|
4042
|
+
if (key === "default" || key === "__esModule") return;
|
|
4043
|
+
Object.defineProperty(exports, key, {
|
|
4044
|
+
enumerable: true,
|
|
4045
|
+
get: function () {
|
|
4046
|
+
return _DeleteReport[key];
|
|
4047
|
+
}
|
|
4048
|
+
});
|
|
4049
|
+
});
|
|
4050
|
+
|
|
4003
4051
|
var _QueryReports = require("./Interface/api/report/QueryReports");
|
|
4004
4052
|
|
|
4005
4053
|
Object.keys(_QueryReports).forEach(function (key) {
|
|
@@ -4131,4 +4179,52 @@ Object.keys(_ReadBalanceSheet).forEach(function (key) {
|
|
|
4131
4179
|
}
|
|
4132
4180
|
});
|
|
4133
4181
|
});
|
|
4182
|
+
|
|
4183
|
+
var _QueryPappers = require("./Interface/api/pappers/QueryPappers");
|
|
4184
|
+
|
|
4185
|
+
Object.keys(_QueryPappers).forEach(function (key) {
|
|
4186
|
+
if (key === "default" || key === "__esModule") return;
|
|
4187
|
+
Object.defineProperty(exports, key, {
|
|
4188
|
+
enumerable: true,
|
|
4189
|
+
get: function () {
|
|
4190
|
+
return _QueryPappers[key];
|
|
4191
|
+
}
|
|
4192
|
+
});
|
|
4193
|
+
});
|
|
4194
|
+
|
|
4195
|
+
var _ReadPappers = require("./Interface/api/pappers/ReadPappers");
|
|
4196
|
+
|
|
4197
|
+
Object.keys(_ReadPappers).forEach(function (key) {
|
|
4198
|
+
if (key === "default" || key === "__esModule") return;
|
|
4199
|
+
Object.defineProperty(exports, key, {
|
|
4200
|
+
enumerable: true,
|
|
4201
|
+
get: function () {
|
|
4202
|
+
return _ReadPappers[key];
|
|
4203
|
+
}
|
|
4204
|
+
});
|
|
4205
|
+
});
|
|
4206
|
+
|
|
4207
|
+
var _CreatePappers = require("./Interface/api/pappers/CreatePappers");
|
|
4208
|
+
|
|
4209
|
+
Object.keys(_CreatePappers).forEach(function (key) {
|
|
4210
|
+
if (key === "default" || key === "__esModule") return;
|
|
4211
|
+
Object.defineProperty(exports, key, {
|
|
4212
|
+
enumerable: true,
|
|
4213
|
+
get: function () {
|
|
4214
|
+
return _CreatePappers[key];
|
|
4215
|
+
}
|
|
4216
|
+
});
|
|
4217
|
+
});
|
|
4218
|
+
|
|
4219
|
+
var _DeleteTransaction = require("./Interface/api/bankAccount/DeleteTransaction");
|
|
4220
|
+
|
|
4221
|
+
Object.keys(_DeleteTransaction).forEach(function (key) {
|
|
4222
|
+
if (key === "default" || key === "__esModule") return;
|
|
4223
|
+
Object.defineProperty(exports, key, {
|
|
4224
|
+
enumerable: true,
|
|
4225
|
+
get: function () {
|
|
4226
|
+
return _DeleteTransaction[key];
|
|
4227
|
+
}
|
|
4228
|
+
});
|
|
4229
|
+
});
|
|
4134
4230
|
//# sourceMappingURL=index.js.map
|