@silexpert/core 0.4.98 → 0.4.101
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/AccountsSectors.d.ts +8 -0
- package/es/api/resources/AccountsSectors.d.ts.map +1 -0
- package/es/api/resources/AccountsSectors.js +13 -0
- package/es/api/resources/AccountsSectors.js.map +1 -0
- package/es/api/resources/QuotesAccount.d.ts +2 -1
- package/es/api/resources/QuotesAccount.d.ts.map +1 -1
- package/es/api/resources/QuotesAccount.js +4 -1
- package/es/api/resources/QuotesAccount.js.map +1 -1
- package/es/api/resources/Report.d.ts +6 -16
- package/es/api/resources/Report.d.ts.map +1 -1
- package/es/api/resources/Report.js +4 -4
- package/es/api/resources/Report.js.map +1 -1
- package/es/api/resources/Vehicle.d.ts +12 -0
- package/es/api/resources/Vehicle.d.ts.map +1 -0
- package/es/api/resources/Vehicle.js +19 -0
- package/es/api/resources/Vehicle.js.map +1 -0
- package/es/types/Enum/AccountsSectors.d.ts +255 -0
- package/es/types/Enum/AccountsSectors.d.ts.map +1 -0
- package/es/types/Enum/AccountsSectors.js +255 -0
- package/es/types/Enum/AccountsSectors.js.map +1 -0
- package/es/types/Enum/Comment.d.ts +1 -1
- package/es/types/Enum/Comment.js +19 -19
- package/es/types/Enum/Comment.js.map +1 -1
- package/es/types/Enum/RevisionGuide.d.ts +18 -12
- package/es/types/Enum/RevisionGuide.d.ts.map +1 -1
- package/es/types/Enum/RevisionGuide.js +17 -11
- package/es/types/Enum/RevisionGuide.js.map +1 -1
- package/es/types/Interface/api/account/ReadQuoteAccount.d.ts +3 -1
- package/es/types/Interface/api/account/ReadQuoteAccount.d.ts.map +1 -1
- package/es/types/Interface/api/account/ReadQuoteAccount.js.map +1 -1
- package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.d.ts.map +1 -1
- package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js +5 -0
- package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js.map +1 -1
- package/es/types/Interface/api/quotes/CreateQuoteAccount.d.ts +6 -0
- package/es/types/Interface/api/quotes/CreateQuoteAccount.d.ts.map +1 -0
- package/es/types/Interface/api/quotes/CreateQuoteAccount.js +25 -0
- package/es/types/Interface/api/quotes/CreateQuoteAccount.js.map +1 -0
- package/es/types/Interface/api/quotes/QueryQuotesAccount.d.ts +1 -0
- package/es/types/Interface/api/quotes/QueryQuotesAccount.d.ts.map +1 -1
- package/es/types/Interface/api/quotes/QueryQuotesAccount.js +4 -0
- package/es/types/Interface/api/quotes/QueryQuotesAccount.js.map +1 -1
- package/es/types/Interface/api/report/CreateReport.d.ts +2 -2
- package/es/types/Interface/api/report/CreateReport.d.ts.map +1 -1
- package/es/types/Interface/api/report/CreateReport.js +2 -2
- package/es/types/Interface/api/report/CreateReport.js.map +1 -1
- package/es/types/Interface/api/report/QueryReportsStats.d.ts +5 -0
- package/es/types/Interface/api/report/QueryReportsStats.d.ts.map +1 -0
- package/es/types/Interface/api/report/QueryReportsStats.js +21 -0
- package/es/types/Interface/api/report/QueryReportsStats.js.map +1 -0
- package/es/types/Interface/api/report/ReadReport.d.ts +1 -2
- package/es/types/Interface/api/report/ReadReport.d.ts.map +1 -1
- package/es/types/Interface/api/report/ReadReport.js.map +1 -1
- package/es/types/Interface/api/report/ReadReportStats.d.ts +6 -0
- package/es/types/Interface/api/report/ReadReportStats.d.ts.map +1 -0
- package/es/types/Interface/api/report/ReadReportStats.js +2 -0
- package/es/types/Interface/api/report/ReadReportStats.js.map +1 -0
- package/es/types/Interface/api/report/UpdateReport.d.ts +13 -0
- package/es/types/Interface/api/report/UpdateReport.d.ts.map +1 -0
- package/es/types/Interface/api/report/UpdateReport.js +2 -0
- package/es/types/Interface/api/report/UpdateReport.js.map +1 -0
- package/es/types/Interface/api/society/CreateSociety.d.ts +1 -0
- package/es/types/Interface/api/society/CreateSociety.d.ts.map +1 -1
- package/es/types/Interface/api/society/CreateSociety.js +4 -0
- package/es/types/Interface/api/society/CreateSociety.js.map +1 -1
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts +5 -5
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts.map +1 -1
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js +6 -6
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
- package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts +3 -3
- package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts.map +1 -1
- package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
- package/es/types/Interface/api/vehicle/CreateSocietyVehicle.d.ts +17 -0
- package/es/types/Interface/api/vehicle/CreateSocietyVehicle.d.ts.map +1 -0
- package/es/types/Interface/api/vehicle/CreateSocietyVehicle.js +69 -0
- package/es/types/Interface/api/vehicle/CreateSocietyVehicle.js.map +1 -0
- package/es/types/Interface/api/vehicle/UpdateSocietyVehicle.d.ts +17 -0
- package/es/types/Interface/api/vehicle/UpdateSocietyVehicle.d.ts.map +1 -0
- package/es/types/Interface/api/vehicle/UpdateSocietyVehicle.js +69 -0
- package/es/types/Interface/api/vehicle/UpdateSocietyVehicle.js.map +1 -0
- package/es/types/Interface/models/IAccount.d.ts +2 -0
- package/es/types/Interface/models/IAccount.d.ts.map +1 -1
- package/es/types/Interface/models/IAccount.js.map +1 -1
- package/es/types/Interface/models/IAccountsSectors.d.ts +6 -0
- package/es/types/Interface/models/IAccountsSectors.d.ts.map +1 -0
- package/es/types/Interface/models/IAccountsSectors.js +2 -0
- package/es/types/Interface/models/IAccountsSectors.js.map +1 -0
- package/es/types/Interface/models/IBankAccount.d.ts +10 -9
- package/es/types/Interface/models/IBankAccount.d.ts.map +1 -1
- package/es/types/Interface/models/IBankAccount.js.map +1 -1
- package/es/types/Interface/models/IComment.d.ts +10 -9
- package/es/types/Interface/models/IComment.d.ts.map +1 -1
- package/es/types/Interface/models/IComment.js.map +1 -1
- package/es/types/Interface/models/IReport.d.ts +0 -2
- package/es/types/Interface/models/IReport.d.ts.map +1 -1
- package/es/types/Interface/models/IReport.js.map +1 -1
- package/es/types/Interface/models/ISocietyVehicle.d.ts +7 -0
- package/es/types/Interface/models/ISocietyVehicle.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietyVehicle.js.map +1 -1
- package/es/types/index.d.ts +8 -1
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +8 -1
- package/es/types/index.js.map +1 -1
- package/es/utils/transforms/boolean.transform.d.ts.map +1 -1
- package/es/utils/transforms/boolean.transform.js +1 -1
- package/es/utils/transforms/boolean.transform.js.map +1 -1
- package/js/api/resources/AccountsSectors.js +26 -0
- package/js/api/resources/AccountsSectors.js.map +1 -0
- package/js/api/resources/QuotesAccount.js +5 -3
- package/js/api/resources/QuotesAccount.js.map +1 -1
- package/js/api/resources/Report.js +10 -6
- package/js/api/resources/Report.js.map +1 -1
- package/js/api/resources/Vehicle.js +34 -0
- package/js/api/resources/Vehicle.js.map +1 -0
- package/js/types/Enum/AccountsSectors.js +260 -0
- package/js/types/Enum/AccountsSectors.js.map +1 -0
- package/js/types/Enum/Comment.js +19 -19
- package/js/types/Enum/Comment.js.map +1 -1
- package/js/types/Enum/RevisionGuide.js +17 -11
- package/js/types/Enum/RevisionGuide.js.map +1 -1
- package/js/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js +5 -1
- package/js/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js.map +1 -1
- package/js/types/Interface/api/quotes/CreateQuoteAccount.js +31 -0
- package/js/types/Interface/api/quotes/CreateQuoteAccount.js.map +1 -0
- package/js/types/Interface/api/quotes/QueryQuotesAccount.js +2 -0
- package/js/types/Interface/api/quotes/QueryQuotesAccount.js.map +1 -1
- package/js/types/Interface/api/report/CreateReport.js +2 -2
- package/js/types/Interface/api/report/CreateReport.js.map +1 -1
- package/js/types/Interface/api/report/QueryReportsStats.js +29 -0
- package/js/types/Interface/api/report/QueryReportsStats.js.map +1 -0
- package/js/types/Interface/api/report/ReadReportStats.js +6 -0
- package/js/types/Interface/api/report/ReadReportStats.js.map +1 -0
- package/js/types/Interface/{models/IReportMessage.js → api/report/UpdateReport.js} +1 -1
- package/js/types/Interface/{models/IReportMessage.js.map → api/report/UpdateReport.js.map} +1 -1
- package/js/types/Interface/api/society/CreateSociety.js +2 -0
- package/js/types/Interface/api/society/CreateSociety.js.map +1 -1
- package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js +6 -6
- package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
- package/js/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
- package/js/types/Interface/api/vehicle/CreateSocietyVehicle.js +53 -0
- package/js/types/Interface/api/vehicle/CreateSocietyVehicle.js.map +1 -0
- package/js/types/Interface/api/vehicle/UpdateSocietyVehicle.js +53 -0
- package/js/types/Interface/api/vehicle/UpdateSocietyVehicle.js.map +1 -0
- package/js/types/Interface/models/IAccountsSectors.js +6 -0
- package/js/types/Interface/models/IAccountsSectors.js.map +1 -0
- package/js/types/index.js +96 -12
- package/js/types/index.js.map +1 -1
- package/js/utils/transforms/boolean.transform.js +1 -1
- package/js/utils/transforms/boolean.transform.js.map +1 -1
- package/package.json +2 -2
- package/ts/api/resources/AccountsSectors.ts +16 -0
- package/ts/api/resources/QuotesAccount.ts +8 -2
- package/ts/api/resources/Report.ts +8 -15
- package/ts/api/resources/Vehicle.ts +33 -0
- package/ts/types/Enum/AccountsSectors.ts +254 -0
- package/ts/types/Enum/Comment.ts +1 -1
- package/ts/types/Enum/RevisionGuide.ts +17 -11
- package/ts/types/Interface/api/account/ReadQuoteAccount.ts +4 -2
- package/ts/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.ts +5 -0
- package/ts/types/Interface/api/quotes/CreateQuoteAccount.ts +12 -0
- package/ts/types/Interface/api/quotes/QueryQuotesAccount.ts +3 -0
- package/ts/types/Interface/api/report/CreateReport.ts +3 -3
- package/ts/types/Interface/api/report/QueryReportsStats.ts +9 -0
- package/ts/types/Interface/api/report/ReadReport.ts +1 -2
- package/ts/types/Interface/api/report/ReadReportStats.ts +6 -0
- package/ts/types/Interface/api/report/UpdateReport.ts +13 -0
- package/ts/types/Interface/api/society/CreateSociety.ts +3 -0
- package/ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts +6 -6
- package/ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts +3 -3
- package/ts/types/Interface/api/vehicle/CreateSocietyVehicle.ts +45 -0
- package/ts/types/Interface/api/vehicle/UpdateSocietyVehicle.ts +45 -0
- package/ts/types/Interface/models/IAccount.ts +2 -0
- package/ts/types/Interface/models/IAccountsSectors.ts +6 -0
- package/ts/types/Interface/models/IBankAccount.ts +10 -9
- package/ts/types/Interface/models/IComment.ts +10 -9
- package/ts/types/Interface/models/IReport.ts +0 -2
- package/ts/types/Interface/models/ISocietyVehicle.ts +7 -0
- package/ts/types/index.ts +8 -1
- package/ts/utils/transforms/boolean.transform.ts +1 -1
- package/es/types/Interface/models/IReportMessage.d.ts +0 -11
- package/es/types/Interface/models/IReportMessage.d.ts.map +0 -1
- package/es/types/Interface/models/IReportMessage.js +0 -2
- package/es/types/Interface/models/IReportMessage.js.map +0 -1
- package/ts/types/Interface/models/IReportMessage.ts +0 -14
|
@@ -4,7 +4,7 @@ export declare class CreateReport implements IReport {
|
|
|
4
4
|
idReportType?: number;
|
|
5
5
|
idSociety?: number;
|
|
6
6
|
idUser: number;
|
|
7
|
-
|
|
7
|
+
comment: string;
|
|
8
8
|
search?: string;
|
|
9
9
|
declareSoupcons?: boolean;
|
|
10
10
|
state?: number;
|
|
@@ -12,7 +12,7 @@ export declare class CreateReport implements IReport {
|
|
|
12
12
|
ressenti?: number;
|
|
13
13
|
action?: number;
|
|
14
14
|
processed?: boolean;
|
|
15
|
-
letterDate
|
|
15
|
+
letterDate?: Date;
|
|
16
16
|
receivedFile?: TFile;
|
|
17
17
|
responseFile?: TFile;
|
|
18
18
|
}
|
|
@@ -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,eAAe,CAAC,EAAE,OAAO,CAAC;IAG1B,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,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;
|
|
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,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,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,CAAC,EAAE,IAAI,CAAC;IAGlB,YAAY,CAAC,EAAE,KAAK,CAAC;IAGrB,YAAY,CAAC,EAAE,KAAK,CAAC;CACtB"}
|
|
@@ -25,7 +25,7 @@ __decorate([
|
|
|
25
25
|
__decorate([
|
|
26
26
|
ApiProperty(),
|
|
27
27
|
__metadata("design:type", String)
|
|
28
|
-
], CreateReport.prototype, "
|
|
28
|
+
], CreateReport.prototype, "comment", void 0);
|
|
29
29
|
__decorate([
|
|
30
30
|
ApiPropertyOptional(),
|
|
31
31
|
__metadata("design:type", String)
|
|
@@ -55,7 +55,7 @@ __decorate([
|
|
|
55
55
|
__metadata("design:type", Boolean)
|
|
56
56
|
], CreateReport.prototype, "processed", void 0);
|
|
57
57
|
__decorate([
|
|
58
|
-
|
|
58
|
+
ApiPropertyOptional(),
|
|
59
59
|
__metadata("design:type", Date)
|
|
60
60
|
], CreateReport.prototype, "letterDate", void 0);
|
|
61
61
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateReport.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/report/CreateReport.ts"],"names":[],"mappings":";;;;;;;;;AACA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAGrE,MAAM,OAAO,YAAY;CA0CxB;AAxCC;IADC,mBAAmB,EAAE;;kDACA;AAGtB;IADC,mBAAmB,EAAE;;+CACH;AAGnB;IADC,WAAW,EAAE;;4CACC;AAGf;IADC,WAAW,EAAE;;6CACE;AAGhB;IADC,mBAAmB,EAAE;;4CACN;AAGhB;IADC,mBAAmB,EAAE;;qDACI;AAG1B;IADC,mBAAmB,EAAE;;2CACP;AAGf;IADC,mBAAmB,EAAE;;iDACA;AAGtB;IADC,mBAAmB,EAAE;;8CACJ;AAGlB;IADC,mBAAmB,EAAE;;4CACN;AAGhB;IADC,mBAAmB,EAAE;;+CACF;AAGpB;IADC,
|
|
1
|
+
{"version":3,"file":"CreateReport.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/report/CreateReport.ts"],"names":[],"mappings":";;;;;;;;;AACA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAGrE,MAAM,OAAO,YAAY;CA0CxB;AAxCC;IADC,mBAAmB,EAAE;;kDACA;AAGtB;IADC,mBAAmB,EAAE;;+CACH;AAGnB;IADC,WAAW,EAAE;;4CACC;AAGf;IADC,WAAW,EAAE;;6CACE;AAGhB;IADC,mBAAmB,EAAE;;4CACN;AAGhB;IADC,mBAAmB,EAAE;;qDACI;AAG1B;IADC,mBAAmB,EAAE;;2CACP;AAGf;IADC,mBAAmB,EAAE;;iDACA;AAGtB;IADC,mBAAmB,EAAE;;8CACJ;AAGlB;IADC,mBAAmB,EAAE;;4CACN;AAGhB;IADC,mBAAmB,EAAE;;+CACF;AAGpB;IADC,mBAAmB,EAAE;8BACT,IAAI;gDAAC;AAGlB;IADC,mBAAmB,EAAE;;kDACD;AAGrB;IADC,mBAAmB,EAAE;;kDACD","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 comment: string;\n\n @ApiPropertyOptional()\n search?: string;\n\n @ApiPropertyOptional()\n declareSoupcons?: boolean;\n\n @ApiPropertyOptional()\n state?: 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 @ApiPropertyOptional()\n letterDate?: Date;\n\n @ApiPropertyOptional()\n receivedFile?: TFile;\n\n @ApiPropertyOptional()\n responseFile?: TFile;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryReportsStats.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/report/QueryReportsStats.ts"],"names":[],"mappings":"AAEA,qBAAa,iBAAiB;IAE5B,IAAI,EAAE,MAAM,CAAC;IAGb,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC5B"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
11
|
+
export class QueryReportsStats {
|
|
12
|
+
}
|
|
13
|
+
__decorate([
|
|
14
|
+
ApiProperty(),
|
|
15
|
+
__metadata("design:type", Number)
|
|
16
|
+
], QueryReportsStats.prototype, "year", void 0);
|
|
17
|
+
__decorate([
|
|
18
|
+
ApiPropertyOptional(),
|
|
19
|
+
__metadata("design:type", Object)
|
|
20
|
+
], QueryReportsStats.prototype, "idUser", void 0);
|
|
21
|
+
//# sourceMappingURL=QueryReportsStats.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryReportsStats.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/report/QueryReportsStats.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,iBAAiB;CAM7B;AAJC;IADC,WAAW,EAAE;;+CACD;AAGb;IADC,mBAAmB,EAAE;;iDACK","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryReportsStats {\n @ApiProperty()\n year: number;\n\n @ApiPropertyOptional()\n idUser?: number | number[];\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadReport.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/report/ReadReport.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAE1C,MAAM,WAAW,UAAW,SAAQ,OAAO;IACzC,MAAM,EAAE,MAAM,CAAC;IACf,
|
|
1
|
+
{"version":3,"file":"ReadReport.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/report/ReadReport.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAE1C,MAAM,WAAW,UAAW,SAAQ,OAAO;IACzC,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,KAAK,EAAE,CAAA;CACvB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadReport.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/report/ReadReport.ts"],"names":[],"mappings":"","sourcesContent":["// import { TFile } from 'Utils/type.utils';\nimport { IReport, IUser } from '../../..';\n\nexport interface ReadReport extends IReport {\n idUser: number,\n
|
|
1
|
+
{"version":3,"file":"ReadReport.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/report/ReadReport.ts"],"names":[],"mappings":"","sourcesContent":["// import { TFile } from 'Utils/type.utils';\nimport { IReport, IUser } from '../../..';\n\nexport interface ReadReport extends IReport {\n idUser: number,\n comment?: string,\n note?: string,\n societyUsers?: IUser[]\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadReportStats.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/report/ReadReportStats.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAEnC,MAAM,WAAW,eAAgB,SAAQ,OAAO;IAC9C,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAA;CACd"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadReportStats.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/report/ReadReportStats.ts"],"names":[],"mappings":"","sourcesContent":["import { IReport } from '../../..';\n\nexport interface ReadReportStats extends IReport {\n monthNumber: number,\n count: number\n}"]}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { IReport, IUser } from '../../..';
|
|
2
|
+
export interface UpdateReport extends IReport {
|
|
3
|
+
idUser: number;
|
|
4
|
+
comment?: string;
|
|
5
|
+
note?: string;
|
|
6
|
+
declareSoupcons?: boolean;
|
|
7
|
+
state?: number;
|
|
8
|
+
informerjlb?: boolean;
|
|
9
|
+
ressenti?: number;
|
|
10
|
+
action?: number;
|
|
11
|
+
societyUsers?: IUser[];
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=UpdateReport.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateReport.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/report/UpdateReport.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAE1C,MAAM,WAAW,YAAa,SAAQ,OAAO;IAC3C,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,KAAK,EAAE,CAAA;CACvB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateReport.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/report/UpdateReport.ts"],"names":[],"mappings":"","sourcesContent":["import { IReport, IUser } from '../../..';\n\nexport interface UpdateReport extends IReport {\n idUser: number,\n comment?: string,\n note?: string,\n declareSoupcons?: boolean,\n state?: number,\n informerjlb?: boolean,\n ressenti?: number,\n action?: number,\n societyUsers?: IUser[]\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateSociety.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/CreateSociety.ts"],"names":[],"mappings":"AAEA,oBAAY,WAAW,GAAG;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,qBAAa,aAAa;IAExB,MAAM,EAAE,MAAM,CAAC;IAGf,YAAY,EAAE,MAAM,CAAC;IAGrB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,cAAc,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,CAAC;IAGhD,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,YAAY,CAAC,EAAE,WAAW,CAAC;IAG3B,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,WAAW,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"CreateSociety.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/CreateSociety.ts"],"names":[],"mappings":"AAEA,oBAAY,WAAW,GAAG;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,qBAAa,aAAa;IAExB,MAAM,EAAE,MAAM,CAAC;IAGf,YAAY,EAAE,MAAM,CAAC;IAGrB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,cAAc,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,CAAC;IAGhD,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,YAAY,CAAC,EAAE,WAAW,CAAC;IAG3B,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -78,4 +78,8 @@ __decorate([
|
|
|
78
78
|
ApiPropertyOptional(),
|
|
79
79
|
__metadata("design:type", Number)
|
|
80
80
|
], CreateSociety.prototype, "idTaxSystem", void 0);
|
|
81
|
+
__decorate([
|
|
82
|
+
ApiPropertyOptional(),
|
|
83
|
+
__metadata("design:type", Number)
|
|
84
|
+
], CreateSociety.prototype, "idSector", void 0);
|
|
81
85
|
//# sourceMappingURL=CreateSociety.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateSociety.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/CreateSociety.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAQrE,MAAM,OAAO,aAAa;
|
|
1
|
+
{"version":3,"file":"CreateSociety.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/CreateSociety.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAQrE,MAAM,OAAO,aAAa;CAsDzB;AApDC;IADC,WAAW,EAAE;;6CACC;AAGf;IADC,WAAW,EAAE;;mDACO;AAGrB;IADC,mBAAmB,EAAE;;2CACR;AAGd;IADC,mBAAmB,EAAE;;8CACL;AAGjB;IADC,mBAAmB,EAAE;;2CACR;AAGd;IADC,mBAAmB,EAAE;;gDACH;AAGnB;IADC,mBAAmB,EAAE;;iDACF;AAGpB;IADC,mBAAmB,EAAE;;kDACD;AAGrB;IADC,mBAAmB,EAAE;;kDACD;AAGrB;IADC,mBAAmB,EAAE;;qDAC0B;AAGhD;IADC,mBAAmB,EAAE;;8CACL;AAGjB;IADC,mBAAmB,EAAE;;8CACL;AAGjB;IADC,mBAAmB,EAAE;;mDACK;AAG3B;IADC,mBAAmB,EAAE;;kDACD;AAGrB;IADC,mBAAmB,EAAE;;qDACE;AAGxB;IADC,mBAAmB,EAAE;;kDACD;AAGrB;IADC,mBAAmB,EAAE;;kDACD;AAGrB;IADC,mBAAmB,EAAE;;+CACJ","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 idVatRegime?: 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 @ApiPropertyOptional()\n analyticsUtm?: AnalticsUtm;\n\n @ApiPropertyOptional()\n confirmedAt?: string;\n\n @ApiPropertyOptional()\n idFiscalRegime?: number;\n\n @ApiPropertyOptional()\n profitsType?: number;\n\n @ApiPropertyOptional()\n idTaxSystem?: number;\n\n @ApiPropertyOptional()\n idSector?: number;\n}"]}
|
|
@@ -3,22 +3,22 @@ import { ComptaType } from '../../../Enum/ComptaType';
|
|
|
3
3
|
import { TaxSystem } from '../../../Enum/TaxSystem';
|
|
4
4
|
import { BalanceSheetState } from '../../../Enum/BalanceSheet';
|
|
5
5
|
export declare class QueryTaxDeadline {
|
|
6
|
-
idUser: number;
|
|
6
|
+
idUser: number | number[];
|
|
7
7
|
minimalTurnover?: number;
|
|
8
8
|
maximalTurnover?: number;
|
|
9
9
|
idVatRegime?: VatRegime | VatRegime[];
|
|
10
10
|
idComptaType?: ComptaType | ComptaType[];
|
|
11
11
|
idTaxSystem?: TaxSystem | TaxSystem[];
|
|
12
12
|
idBalanceSheetState?: BalanceSheetState | BalanceSheetState[];
|
|
13
|
-
closingDate?: string;
|
|
14
|
-
year?: string;
|
|
13
|
+
closingDate?: string | string[];
|
|
14
|
+
year?: string | string[];
|
|
15
15
|
search?: string;
|
|
16
16
|
additionalMonths?: number;
|
|
17
17
|
minimalEndDate?: string;
|
|
18
18
|
maximalEndDate?: string;
|
|
19
19
|
}
|
|
20
20
|
export declare class QueryTaxDeadlineStatistics {
|
|
21
|
-
idUser: number;
|
|
21
|
+
idUser: number | number[];
|
|
22
22
|
minimalTurnover?: number;
|
|
23
23
|
maximalTurnover?: number;
|
|
24
24
|
idVatRegime?: VatRegime | VatRegime[];
|
|
@@ -26,7 +26,7 @@ export declare class QueryTaxDeadlineStatistics {
|
|
|
26
26
|
idTaxSystem?: TaxSystem | TaxSystem[];
|
|
27
27
|
idBalanceSheetState?: BalanceSheetState | BalanceSheetState[];
|
|
28
28
|
closingDate?: string;
|
|
29
|
-
year?: string;
|
|
29
|
+
year?: string | string[];
|
|
30
30
|
search?: string;
|
|
31
31
|
additionalMonths?: string;
|
|
32
32
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryTaxDeadline.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE/D,qBAAa,gBAAgB;IAE3B,MAAM,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"QueryTaxDeadline.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE/D,qBAAa,gBAAgB;IAE3B,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAG1B,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,WAAW,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IAGtC,YAAY,CAAC,EAAE,UAAU,GAAG,UAAU,EAAE,CAAC;IAGzC,WAAW,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IAGtC,mBAAmB,CAAC,EAAE,iBAAiB,GAAG,iBAAiB,EAAE,CAAC;IAG9D,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAGhC,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAGzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAG1B,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,qBAAa,0BAA0B;IAErC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAG1B,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,WAAW,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IAGtC,YAAY,CAAC,EAAE,UAAU,GAAG,UAAU,EAAE,CAAC;IAGzC,WAAW,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IAGtC,mBAAmB,CAAC,EAAE,iBAAiB,GAAG,iBAAiB,EAAE,CAAC;IAG9D,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAGzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B"}
|
|
@@ -16,7 +16,7 @@ export class QueryTaxDeadline {
|
|
|
16
16
|
}
|
|
17
17
|
__decorate([
|
|
18
18
|
ApiProperty({ description: 'Identifiant du collaborateur' }),
|
|
19
|
-
__metadata("design:type",
|
|
19
|
+
__metadata("design:type", Object)
|
|
20
20
|
], QueryTaxDeadline.prototype, "idUser", void 0);
|
|
21
21
|
__decorate([
|
|
22
22
|
ApiPropertyOptional({ description: 'Chiffre d\'affaires prévisionnel minimum' }),
|
|
@@ -43,12 +43,12 @@ __decorate([
|
|
|
43
43
|
__metadata("design:type", Object)
|
|
44
44
|
], QueryTaxDeadline.prototype, "idBalanceSheetState", void 0);
|
|
45
45
|
__decorate([
|
|
46
|
-
ApiPropertyOptional({ description: 'Date de clôture (format MM
|
|
47
|
-
__metadata("design:type",
|
|
46
|
+
ApiPropertyOptional({ description: 'Date de clôture (format MM)' }),
|
|
47
|
+
__metadata("design:type", Object)
|
|
48
48
|
], QueryTaxDeadline.prototype, "closingDate", void 0);
|
|
49
49
|
__decorate([
|
|
50
50
|
ApiPropertyOptional({ description: 'Année de clôture (format YYYY)' }),
|
|
51
|
-
__metadata("design:type",
|
|
51
|
+
__metadata("design:type", Object)
|
|
52
52
|
], QueryTaxDeadline.prototype, "year", void 0);
|
|
53
53
|
__decorate([
|
|
54
54
|
ApiPropertyOptional({ description: 'Recherche par nom, code dia, id' }),
|
|
@@ -70,7 +70,7 @@ export class QueryTaxDeadlineStatistics {
|
|
|
70
70
|
}
|
|
71
71
|
__decorate([
|
|
72
72
|
ApiProperty({ description: 'Identifiant du collaborateur' }),
|
|
73
|
-
__metadata("design:type",
|
|
73
|
+
__metadata("design:type", Object)
|
|
74
74
|
], QueryTaxDeadlineStatistics.prototype, "idUser", void 0);
|
|
75
75
|
__decorate([
|
|
76
76
|
ApiPropertyOptional({ description: 'Chiffre d\'affaires prévisionnel minimum' }),
|
|
@@ -102,7 +102,7 @@ __decorate([
|
|
|
102
102
|
], QueryTaxDeadlineStatistics.prototype, "closingDate", void 0);
|
|
103
103
|
__decorate([
|
|
104
104
|
ApiPropertyOptional({ description: 'Année de clôture (format YYYY)' }),
|
|
105
|
-
__metadata("design:type",
|
|
105
|
+
__metadata("design:type", Object)
|
|
106
106
|
], QueryTaxDeadlineStatistics.prototype, "year", void 0);
|
|
107
107
|
__decorate([
|
|
108
108
|
ApiPropertyOptional({ description: 'Recherche par nom, code dia, id' }),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryTaxDeadline.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE/D,MAAM,OAAO,gBAAgB;CAuC5B;AArCC;IADC,WAAW,CAAC,EAAE,WAAW,EAAE,8BAA8B,EAAE,CAAC;;
|
|
1
|
+
{"version":3,"file":"QueryTaxDeadline.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE/D,MAAM,OAAO,gBAAgB;CAuC5B;AArCC;IADC,WAAW,CAAC,EAAE,WAAW,EAAE,8BAA8B,EAAE,CAAC;;gDACnC;AAG1B;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,0CAA0C,EAAE,CAAC;;yDACxD;AAGzB;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,0CAA0C,EAAE,CAAC;;yDACxD;AAGzB;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,eAAe,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;;qDACjC;AAGtC;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,sBAAsB,EAAE,IAAI,EAAE,UAAU,EAAE,CAAC;;sDACtC;AAGzC;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,mBAAmB,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;;qDACrC;AAGtC;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,eAAe,EAAE,IAAI,EAAE,iBAAiB,EAAE,CAAC;;6DACjB;AAG9D;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,6BAA6B,EAAE,CAAC;;qDACpC;AAGhC;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,gCAAgC,EAAE,CAAC;;8CAC9C;AAGzB;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,iCAAiC,EAAE,CAAC;;gDACxD;AAGhB;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,8FAA8F,EAAE,CAAC;;0DAC3G;AAG1B;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,2DAA2D,EAAE,CAAC;;wDAC1E;AAGxB;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,2DAA2D,EAAE,CAAC;;wDAC1E;AAG1B,MAAM,OAAO,0BAA0B;CAiCtC;AA/BC;IADC,WAAW,CAAC,EAAE,WAAW,EAAE,8BAA8B,EAAE,CAAC;;0DACnC;AAG1B;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,0CAA0C,EAAE,CAAC;;mEACxD;AAGzB;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,0CAA0C,EAAE,CAAC;;mEACxD;AAGzB;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,eAAe,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;;+DACjC;AAGtC;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,sBAAsB,EAAE,IAAI,EAAE,UAAU,EAAE,CAAC;;gEACtC;AAGzC;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,mBAAmB,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;;+DACrC;AAGtC;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,eAAe,EAAE,IAAI,EAAE,iBAAiB,EAAE,CAAC;;uEACjB;AAG9D;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,gCAAgC,EAAE,CAAC;;+DAClD;AAGrB;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,gCAAgC,EAAE,CAAC;;wDAC9C;AAGzB;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,iCAAiC,EAAE,CAAC;;0DACxD;AAGhB;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,8FAA8F,EAAE,CAAC;;oEAC3G","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { VatRegime } from '../../..';\nimport { ComptaType } from '../../../Enum/ComptaType';\nimport { TaxSystem } from '../../../Enum/TaxSystem';\nimport { BalanceSheetState } from '../../../Enum/BalanceSheet';\n\nexport class QueryTaxDeadline {\n @ApiProperty({ description: 'Identifiant du collaborateur' })\n idUser: number | number[];\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel minimum' })\n minimalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel maximum' })\n maximalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Régime de TVA', enum: VatRegime })\n idVatRegime?: VatRegime | VatRegime[];\n\n @ApiPropertyOptional({ description: 'Type de comptabilité', enum: ComptaType })\n idComptaType?: ComptaType | ComptaType[];\n\n @ApiPropertyOptional({ description: 'Type de fiscalité', enum: TaxSystem })\n idTaxSystem?: TaxSystem | TaxSystem[];\n\n @ApiPropertyOptional({ description: 'État du bilan', enum: BalanceSheetState })\n idBalanceSheetState?: BalanceSheetState | BalanceSheetState[];\n\n @ApiPropertyOptional({ description: 'Date de clôture (format MM)' })\n closingDate?: string | string[];\n\n @ApiPropertyOptional({ description: 'Année de clôture (format YYYY)' })\n year?: string | string[];\n\n @ApiPropertyOptional({ description: 'Recherche par nom, code dia, id' })\n search?: string;\n\n @ApiPropertyOptional({ description: 'Récupérer les exercices qui ont une date de fin inférieure à X mois à partir d\\'aujourd\\'hui' })\n additionalMonths?: number;\n\n @ApiPropertyOptional({ description: 'Date de clôture supérieure ou égale à (format YYYY-MM-DD)' })\n minimalEndDate?: string;\n\n @ApiPropertyOptional({ description: 'Date de clôture inférieure ou égale à (format YYYY-MM-DD)' })\n maximalEndDate?: string;\n}\n\nexport class QueryTaxDeadlineStatistics {\n @ApiProperty({ description: 'Identifiant du collaborateur' })\n idUser: number | number[];\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel minimum' })\n minimalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel maximum' })\n maximalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Régime de TVA', enum: VatRegime })\n idVatRegime?: VatRegime | VatRegime[];\n\n @ApiPropertyOptional({ description: 'Type de comptabilité', enum: ComptaType })\n idComptaType?: ComptaType | ComptaType[];\n\n @ApiPropertyOptional({ description: 'Type de fiscalité', enum: TaxSystem })\n idTaxSystem?: TaxSystem | TaxSystem[];\n\n @ApiPropertyOptional({ description: 'État du bilan', enum: BalanceSheetState })\n idBalanceSheetState?: BalanceSheetState | BalanceSheetState[];\n\n @ApiPropertyOptional({ description: 'Date de clôture (format MM-DD)' })\n closingDate?: string;\n\n @ApiPropertyOptional({ description: 'Année de clôture (format YYYY)' })\n year?: string | string[];\n\n @ApiPropertyOptional({ description: 'Recherche par nom, code dia, id' })\n search?: string;\n\n @ApiPropertyOptional({ description: 'Récupérer les exercices qui ont une date de fin inférieure à X mois à partir d\\'aujourd\\'hui' })\n additionalMonths?: string;\n}"]}
|
|
@@ -7,9 +7,8 @@ import { IExerciceDetail } from '../../models/IExerciceDetail';
|
|
|
7
7
|
import { IFile } from '../../models/IFile';
|
|
8
8
|
import { IUser } from '../../models/IUser';
|
|
9
9
|
import { ITerminationList } from '../../models/ITerminationList';
|
|
10
|
-
import { UnpaidDetail } from '../../..';
|
|
10
|
+
import { UnpaidDetail, IPendingPoint } from '../../..';
|
|
11
11
|
import { ICustomerTva } from '../../models/ICustomerTva';
|
|
12
|
-
import { ISupervisionPendingPoint } from '../../models/ISupervisionPendingPoint';
|
|
13
12
|
export declare class ReadTaxDeadline {
|
|
14
13
|
society: {
|
|
15
14
|
id?: number;
|
|
@@ -24,6 +23,7 @@ export declare class ReadTaxDeadline {
|
|
|
24
23
|
unpaidDetails: UnpaidDetail[];
|
|
25
24
|
isLate: boolean;
|
|
26
25
|
};
|
|
26
|
+
accountant: IUser;
|
|
27
27
|
exercice: IExercice;
|
|
28
28
|
exercices: IExercice[];
|
|
29
29
|
exerciceDetails: IExerciceDetail | null;
|
|
@@ -31,7 +31,7 @@ export declare class ReadTaxDeadline {
|
|
|
31
31
|
commercial: IUser | null;
|
|
32
32
|
balanceSheet: IBalanceSheet | null;
|
|
33
33
|
supervision: ISupervision | null;
|
|
34
|
-
pendingPoints:
|
|
34
|
+
pendingPoints: IPendingPoint[] | null;
|
|
35
35
|
letter: IFile | null;
|
|
36
36
|
prestations: PrestationTaxDeadline[];
|
|
37
37
|
activePrestationsComplementary: ComplementaryPrestationTaxDeadline[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadTaxDeadline.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACnD,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAC/D,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAC3C,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAC3C,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"ReadTaxDeadline.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACnD,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAC/D,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAC3C,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAC3C,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AACvD,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAEzD,qBAAa,eAAe;IAC1B,OAAO,EAAE;QACP,EAAE,CAAC,EAAE,MAAM,CAAC;QACZ,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;QACpB,YAAY,EAAE,UAAU,GAAG,IAAI,CAAC;QAChC,WAAW,EAAE,SAAS,GAAG,IAAI,CAAC;QAC9B,YAAY,EAAE,OAAO,GAAG,IAAI,CAAC;QAC7B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;QAC3B,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;QAC5B,gBAAgB,CAAC,EAAE,gBAAgB,GAAG,IAAI,CAAC;QAC3C,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;QACtB,aAAa,EAAE,YAAY,EAAE,CAAC;QAC9B,MAAM,EAAE,OAAO,CAAC;KACjB,CAAC;IACF,UAAU,EAAE,KAAK,CAAC;IAClB,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,EAAE,SAAS,EAAE,CAAC;IACvB,eAAe,EAAE,eAAe,GAAG,IAAI,CAAC;IACxC,YAAY,EAAE,YAAY,EAAE,CAAC;IAC7B,UAAU,EAAE,KAAK,GAAG,IAAI,CAAC;IACzB,YAAY,EAAE,aAAa,GAAG,IAAI,CAAC;IACnC,WAAW,EAAE,YAAY,GAAG,IAAI,CAAC;IACjC,aAAa,EAAE,aAAa,EAAE,GAAG,IAAI,CAAC;IACtC,MAAM,EAAE,KAAK,GAAG,IAAI,CAAC;IACrB,WAAW,EAAE,qBAAqB,EAAE,CAAC;IACrC,8BAA8B,EAAE,kCAAkC,EAAE,CAAC;IACrE,UAAU,EAAE;QACV,YAAY,EAAE;YACZ,OAAO,EAAE,MAAM,CAAC;YAChB,KAAK,EAAE,MAAM,CAAC;SACf,CAAC;QACF,OAAO,EAAE;YACP,OAAO,EAAE,MAAM,CAAC;YAChB,KAAK,EAAE,MAAM,CAAC;SACf,CAAA;KACF,CAAC;CACH;AAED,qBAAa,YAAY;IACvB,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;CAC7B;AACD,qBAAa,yBAAyB;IACpC,IAAI,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,YAAY,EAAE,CAAA;KAAE,CAAC;IACjD,QAAQ,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,YAAY,EAAE,CAAA;KAAE,CAAC;CACtD;AAED,qBAAa,kCAAkC;IAC7C,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,OAAO,CAAC;IAChB,IAAI,EAAE,OAAO,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,OAAO,CAAC;CACjB;AAED,qBAAa,qBAAqB;IAChC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,OAAO,CAAC;CACjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadTaxDeadline.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ReadTaxDeadline.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts"],"names":[],"mappings":"AAYA,MAAM,OAAO,eAAe;CAoC3B;AAED,MAAM,OAAO,YAAY;CAExB;AACD,MAAM,OAAO,yBAAyB;CAGrC;AAED,MAAM,OAAO,kCAAkC;CAM9C;AAED,MAAM,OAAO,qBAAqB;CAMjC","sourcesContent":["import { IExercice } from '../../models/IExercice';\nimport { ComptaType } from '../../../Enum/ComptaType';\nimport { VatRegime } from '../../../Enum/VatRegime';\nimport { IBalanceSheet } from '../../models/IBalanceSheet';\nimport { ISupervision } from '../../models/ISupervision';\nimport { IExerciceDetail } from '../../models/IExerciceDetail';\nimport { IFile } from '../../models/IFile';\nimport { IUser } from '../../models/IUser';\nimport { ITerminationList } from '../../models/ITerminationList';\nimport { UnpaidDetail, IPendingPoint } from '../../..';\nimport { ICustomerTva } from '../../models/ICustomerTva';\n\nexport class ReadTaxDeadline {\n society: {\n id?: number;\n name: string | null;\n idComptaType: ComptaType | null;\n idVatRegime: VatRegime | null;\n isWaitingEnd: boolean | null;\n idTypeBrand: number | null;\n vatUploadDay: number | null;\n terminationsList?: ITerminationList | null;\n unpaid: number | null;\n unpaidDetails: UnpaidDetail[];\n isLate: boolean;\n };\n accountant: IUser;\n exercice: IExercice;\n exercices: IExercice[];\n exerciceDetails: IExerciceDetail | null;\n customersVat: ICustomerTva[];\n commercial: IUser | null;\n balanceSheet: IBalanceSheet | null;\n supervision: ISupervision | null;\n pendingPoints: IPendingPoint[] | null;\n letter: IFile | null;\n prestations: PrestationTaxDeadline[];\n activePrestationsComplementary: ComplementaryPrestationTaxDeadline[];\n statistics: {\n transactions: {\n annoted: number;\n total: number;\n };\n entries: {\n revised: number;\n total: number;\n }\n };\n}\n\nexport class StateDetails {\n date: string; total: number;\n}\nexport class ReadTaxDeadlineStatistics {\n todo: { total: number, details: StateDetails[] };\n accepted: { total: number, details: StateDetails[] };\n}\n\nexport class ComplementaryPrestationTaxDeadline {\n id: number;\n signed: boolean;\n paid: boolean;\n name: string;\n isBack: boolean;\n}\n\nexport class PrestationTaxDeadline {\n id: number;\n name: string;\n amount: number;\n paid: number;\n isBack: boolean;\n}"]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare class CreateSocietyVehicle {
|
|
2
|
+
name?: string;
|
|
3
|
+
isPerso?: boolean;
|
|
4
|
+
power?: number;
|
|
5
|
+
idSocietyPartner?: number;
|
|
6
|
+
idFuel?: number;
|
|
7
|
+
idTypeVehicle?: number;
|
|
8
|
+
idFile?: number | null;
|
|
9
|
+
registration?: string | null;
|
|
10
|
+
carBrand?: string | null;
|
|
11
|
+
carType?: string | null;
|
|
12
|
+
sheetMetalType?: string | null;
|
|
13
|
+
emissionRate?: number | null;
|
|
14
|
+
dateOfFirstRegistration?: Date | null;
|
|
15
|
+
isLeasing?: boolean | null;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=CreateSocietyVehicle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateSocietyVehicle.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/vehicle/CreateSocietyVehicle.ts"],"names":[],"mappings":"AAEA,qBAAa,oBAAoB;IAE/B,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,OAAO,CAAC,EAAE,OAAO,CAAC;IAGlB,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAG1B,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,aAAa,CAAC,EAAE,MAAM,CAAC;IAGvB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGvB,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAG7B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGzB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGxB,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAG/B,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAG7B,uBAAuB,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGtC,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;CAC5B"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { ApiPropertyOptional } from '../../../..';
|
|
11
|
+
export class CreateSocietyVehicle {
|
|
12
|
+
}
|
|
13
|
+
__decorate([
|
|
14
|
+
ApiPropertyOptional(),
|
|
15
|
+
__metadata("design:type", String)
|
|
16
|
+
], CreateSocietyVehicle.prototype, "name", void 0);
|
|
17
|
+
__decorate([
|
|
18
|
+
ApiPropertyOptional(),
|
|
19
|
+
__metadata("design:type", Boolean)
|
|
20
|
+
], CreateSocietyVehicle.prototype, "isPerso", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
ApiPropertyOptional(),
|
|
23
|
+
__metadata("design:type", Number)
|
|
24
|
+
], CreateSocietyVehicle.prototype, "power", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
ApiPropertyOptional(),
|
|
27
|
+
__metadata("design:type", Number)
|
|
28
|
+
], CreateSocietyVehicle.prototype, "idSocietyPartner", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
ApiPropertyOptional(),
|
|
31
|
+
__metadata("design:type", Number)
|
|
32
|
+
], CreateSocietyVehicle.prototype, "idFuel", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
ApiPropertyOptional(),
|
|
35
|
+
__metadata("design:type", Number)
|
|
36
|
+
], CreateSocietyVehicle.prototype, "idTypeVehicle", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
ApiPropertyOptional(),
|
|
39
|
+
__metadata("design:type", Object)
|
|
40
|
+
], CreateSocietyVehicle.prototype, "idFile", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
ApiPropertyOptional(),
|
|
43
|
+
__metadata("design:type", Object)
|
|
44
|
+
], CreateSocietyVehicle.prototype, "registration", void 0);
|
|
45
|
+
__decorate([
|
|
46
|
+
ApiPropertyOptional(),
|
|
47
|
+
__metadata("design:type", Object)
|
|
48
|
+
], CreateSocietyVehicle.prototype, "carBrand", void 0);
|
|
49
|
+
__decorate([
|
|
50
|
+
ApiPropertyOptional(),
|
|
51
|
+
__metadata("design:type", Object)
|
|
52
|
+
], CreateSocietyVehicle.prototype, "carType", void 0);
|
|
53
|
+
__decorate([
|
|
54
|
+
ApiPropertyOptional(),
|
|
55
|
+
__metadata("design:type", Object)
|
|
56
|
+
], CreateSocietyVehicle.prototype, "sheetMetalType", void 0);
|
|
57
|
+
__decorate([
|
|
58
|
+
ApiPropertyOptional(),
|
|
59
|
+
__metadata("design:type", Object)
|
|
60
|
+
], CreateSocietyVehicle.prototype, "emissionRate", void 0);
|
|
61
|
+
__decorate([
|
|
62
|
+
ApiPropertyOptional(),
|
|
63
|
+
__metadata("design:type", Object)
|
|
64
|
+
], CreateSocietyVehicle.prototype, "dateOfFirstRegistration", void 0);
|
|
65
|
+
__decorate([
|
|
66
|
+
ApiPropertyOptional(),
|
|
67
|
+
__metadata("design:type", Object)
|
|
68
|
+
], CreateSocietyVehicle.prototype, "isLeasing", void 0);
|
|
69
|
+
//# sourceMappingURL=CreateSocietyVehicle.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateSocietyVehicle.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/vehicle/CreateSocietyVehicle.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAElD,MAAM,OAAO,oBAAoB;CA0ChC;AAxCC;IADC,mBAAmB,EAAE;;kDACR;AAGd;IADC,mBAAmB,EAAE;;qDACJ;AAGlB;IADC,mBAAmB,EAAE;;mDACP;AAGf;IADC,mBAAmB,EAAE;;8DACI;AAG1B;IADC,mBAAmB,EAAE;;oDACN;AAGhB;IADC,mBAAmB,EAAE;;2DACC;AAGvB;IADC,mBAAmB,EAAE;;oDACC;AAGvB;IADC,mBAAmB,EAAE;;0DACO;AAG7B;IADC,mBAAmB,EAAE;;sDACG;AAGzB;IADC,mBAAmB,EAAE;;qDACE;AAGxB;IADC,mBAAmB,EAAE;;4DACS;AAG/B;IADC,mBAAmB,EAAE;;0DACO;AAG7B;IADC,mBAAmB,EAAE;;qEACgB;AAGtC;IADC,mBAAmB,EAAE;;uDACK","sourcesContent":["import { ApiPropertyOptional } from '../../../..';\n\nexport class CreateSocietyVehicle {\n @ApiPropertyOptional()\n name?: string;\n\n @ApiPropertyOptional()\n isPerso?: boolean;\n\n @ApiPropertyOptional()\n power?: number;\n\n @ApiPropertyOptional()\n idSocietyPartner?: number;\n\n @ApiPropertyOptional()\n idFuel?: number;\n\n @ApiPropertyOptional()\n idTypeVehicle?: number;\n\n @ApiPropertyOptional()\n idFile?: number | null;\n\n @ApiPropertyOptional()\n registration?: string | null;\n\n @ApiPropertyOptional()\n carBrand?: string | null;\n\n @ApiPropertyOptional()\n carType?: string | null;\n\n @ApiPropertyOptional()\n sheetMetalType?: string | null;\n\n @ApiPropertyOptional()\n emissionRate?: number | null;\n\n @ApiPropertyOptional()\n dateOfFirstRegistration?: Date | null;\n\n @ApiPropertyOptional()\n isLeasing?: boolean | null;\n}\n"]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare class UpdateSocietyVehicle {
|
|
2
|
+
name?: string;
|
|
3
|
+
isPerso?: boolean;
|
|
4
|
+
power?: number;
|
|
5
|
+
idSocietyPartner?: number;
|
|
6
|
+
idFuel?: number;
|
|
7
|
+
idTypeVehicle?: number;
|
|
8
|
+
idFile?: number | null;
|
|
9
|
+
registration?: string | null;
|
|
10
|
+
carBrand?: string | null;
|
|
11
|
+
carType?: string | null;
|
|
12
|
+
sheetMetalType?: string | null;
|
|
13
|
+
emissionRate?: number | null;
|
|
14
|
+
dateOfFirstRegistration?: Date | null;
|
|
15
|
+
isLeasing?: boolean | null;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=UpdateSocietyVehicle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateSocietyVehicle.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/vehicle/UpdateSocietyVehicle.ts"],"names":[],"mappings":"AAEA,qBAAa,oBAAoB;IAE/B,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,OAAO,CAAC,EAAE,OAAO,CAAC;IAGlB,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAG1B,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,aAAa,CAAC,EAAE,MAAM,CAAC;IAGvB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGvB,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAG7B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGzB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGxB,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAG/B,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAG7B,uBAAuB,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGtC,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;CAC5B"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { ApiPropertyOptional } from '../../../..';
|
|
11
|
+
export class UpdateSocietyVehicle {
|
|
12
|
+
}
|
|
13
|
+
__decorate([
|
|
14
|
+
ApiPropertyOptional(),
|
|
15
|
+
__metadata("design:type", String)
|
|
16
|
+
], UpdateSocietyVehicle.prototype, "name", void 0);
|
|
17
|
+
__decorate([
|
|
18
|
+
ApiPropertyOptional(),
|
|
19
|
+
__metadata("design:type", Boolean)
|
|
20
|
+
], UpdateSocietyVehicle.prototype, "isPerso", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
ApiPropertyOptional(),
|
|
23
|
+
__metadata("design:type", Number)
|
|
24
|
+
], UpdateSocietyVehicle.prototype, "power", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
ApiPropertyOptional(),
|
|
27
|
+
__metadata("design:type", Number)
|
|
28
|
+
], UpdateSocietyVehicle.prototype, "idSocietyPartner", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
ApiPropertyOptional(),
|
|
31
|
+
__metadata("design:type", Number)
|
|
32
|
+
], UpdateSocietyVehicle.prototype, "idFuel", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
ApiPropertyOptional(),
|
|
35
|
+
__metadata("design:type", Number)
|
|
36
|
+
], UpdateSocietyVehicle.prototype, "idTypeVehicle", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
ApiPropertyOptional(),
|
|
39
|
+
__metadata("design:type", Object)
|
|
40
|
+
], UpdateSocietyVehicle.prototype, "idFile", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
ApiPropertyOptional(),
|
|
43
|
+
__metadata("design:type", Object)
|
|
44
|
+
], UpdateSocietyVehicle.prototype, "registration", void 0);
|
|
45
|
+
__decorate([
|
|
46
|
+
ApiPropertyOptional(),
|
|
47
|
+
__metadata("design:type", Object)
|
|
48
|
+
], UpdateSocietyVehicle.prototype, "carBrand", void 0);
|
|
49
|
+
__decorate([
|
|
50
|
+
ApiPropertyOptional(),
|
|
51
|
+
__metadata("design:type", Object)
|
|
52
|
+
], UpdateSocietyVehicle.prototype, "carType", void 0);
|
|
53
|
+
__decorate([
|
|
54
|
+
ApiPropertyOptional(),
|
|
55
|
+
__metadata("design:type", Object)
|
|
56
|
+
], UpdateSocietyVehicle.prototype, "sheetMetalType", void 0);
|
|
57
|
+
__decorate([
|
|
58
|
+
ApiPropertyOptional(),
|
|
59
|
+
__metadata("design:type", Object)
|
|
60
|
+
], UpdateSocietyVehicle.prototype, "emissionRate", void 0);
|
|
61
|
+
__decorate([
|
|
62
|
+
ApiPropertyOptional(),
|
|
63
|
+
__metadata("design:type", Object)
|
|
64
|
+
], UpdateSocietyVehicle.prototype, "dateOfFirstRegistration", void 0);
|
|
65
|
+
__decorate([
|
|
66
|
+
ApiPropertyOptional(),
|
|
67
|
+
__metadata("design:type", Object)
|
|
68
|
+
], UpdateSocietyVehicle.prototype, "isLeasing", void 0);
|
|
69
|
+
//# sourceMappingURL=UpdateSocietyVehicle.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateSocietyVehicle.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/vehicle/UpdateSocietyVehicle.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAElD,MAAM,OAAO,oBAAoB;CA0ChC;AAxCC;IADC,mBAAmB,EAAE;;kDACR;AAGd;IADC,mBAAmB,EAAE;;qDACJ;AAGlB;IADC,mBAAmB,EAAE;;mDACP;AAGf;IADC,mBAAmB,EAAE;;8DACI;AAG1B;IADC,mBAAmB,EAAE;;oDACN;AAGhB;IADC,mBAAmB,EAAE;;2DACC;AAGvB;IADC,mBAAmB,EAAE;;oDACC;AAGvB;IADC,mBAAmB,EAAE;;0DACO;AAG7B;IADC,mBAAmB,EAAE;;sDACG;AAGzB;IADC,mBAAmB,EAAE;;qDACE;AAGxB;IADC,mBAAmB,EAAE;;4DACS;AAG/B;IADC,mBAAmB,EAAE;;0DACO;AAG7B;IADC,mBAAmB,EAAE;;qEACgB;AAGtC;IADC,mBAAmB,EAAE;;uDACK","sourcesContent":["import { ApiPropertyOptional } from '../../../..';\n\nexport class UpdateSocietyVehicle {\n @ApiPropertyOptional()\n name?: string;\n\n @ApiPropertyOptional()\n isPerso?: boolean;\n\n @ApiPropertyOptional()\n power?: number;\n\n @ApiPropertyOptional()\n idSocietyPartner?: number;\n\n @ApiPropertyOptional()\n idFuel?: number;\n\n @ApiPropertyOptional()\n idTypeVehicle?: number;\n\n @ApiPropertyOptional()\n idFile?: number | null;\n\n @ApiPropertyOptional()\n registration?: string | null;\n\n @ApiPropertyOptional()\n carBrand?: string | null;\n\n @ApiPropertyOptional()\n carType?: string | null;\n\n @ApiPropertyOptional()\n sheetMetalType?: string | null;\n\n @ApiPropertyOptional()\n emissionRate?: number | null;\n\n @ApiPropertyOptional()\n dateOfFirstRegistration?: Date | null;\n\n @ApiPropertyOptional()\n isLeasing?: boolean | null;\n}\n"]}
|
|
@@ -6,6 +6,7 @@ import { ISector } from './ISector';
|
|
|
6
6
|
import { IAccountHelp } from './IAccountHelp';
|
|
7
7
|
import { IAccountDetail } from './IAccountDetail';
|
|
8
8
|
import { ISociety } from './ISociety';
|
|
9
|
+
import { IAccountsSectors } from './IAccountsSectors';
|
|
9
10
|
export interface IAccount {
|
|
10
11
|
id?: number;
|
|
11
12
|
number: number;
|
|
@@ -26,6 +27,7 @@ export interface IAccount {
|
|
|
26
27
|
isPersonalised?: boolean;
|
|
27
28
|
forClient?: boolean;
|
|
28
29
|
forFournisseur?: boolean;
|
|
30
|
+
accountsSectors?: IAccountsSectors[];
|
|
29
31
|
juridicalSociety?: number | null;
|
|
30
32
|
idNature: number;
|
|
31
33
|
customization?: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IAccount.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccount.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"IAccount.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccount.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAGtD,MAAM,WAAW,QAAQ;IACvB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,eAAe,CAAC,EAAE,gBAAgB,EAAE,CAAC;IACrC,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,GAAG,CAAC,EAAE,IAAI,CAAC;IACX,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,cAAc,CAAC,EAAE,cAAc,EAAE,CAAC;IAClC,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAC;CACxB"}
|