@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
|
@@ -56,4 +56,6 @@ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)
|
|
|
56
56
|
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], CreateSociety.prototype, "profitsType", void 0);
|
|
57
57
|
|
|
58
58
|
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], CreateSociety.prototype, "idTaxSystem", void 0);
|
|
59
|
+
|
|
60
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], CreateSociety.prototype, "idSector", void 0);
|
|
59
61
|
//# 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,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,iCACD,E,iCAAA,CAAA,E,uBAAA,E,cAAA,E,KAA2B,CAA3B,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,KAAwB,CAAxB,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","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}"],"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,iCACD,E,iCAAA,CAAA,E,uBAAA,E,cAAA,E,KAA2B,CAA3B,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,KAAwB,CAAxB,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,UAAA,E,KAAkB,CAAlB,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 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}"],"sourceRoot":"","file":"CreateSociety.js"}
|
|
@@ -33,7 +33,7 @@ exports.QueryTaxDeadline = QueryTaxDeadline;
|
|
|
33
33
|
|
|
34
34
|
__decorate([(0, _utils.ApiProperty)({
|
|
35
35
|
description: 'Identifiant du collaborateur'
|
|
36
|
-
}), __metadata("design:type",
|
|
36
|
+
}), __metadata("design:type", Object)], QueryTaxDeadline.prototype, "idUser", void 0);
|
|
37
37
|
|
|
38
38
|
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
39
39
|
description: 'Chiffre d\'affaires prévisionnel minimum'
|
|
@@ -64,12 +64,12 @@ __decorate([(0, _utils.ApiPropertyOptional)({
|
|
|
64
64
|
}), __metadata("design:type", Object)], QueryTaxDeadline.prototype, "idBalanceSheetState", void 0);
|
|
65
65
|
|
|
66
66
|
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
67
|
-
description: 'Date de clôture (format MM
|
|
68
|
-
}), __metadata("design:type",
|
|
67
|
+
description: 'Date de clôture (format MM)'
|
|
68
|
+
}), __metadata("design:type", Object)], QueryTaxDeadline.prototype, "closingDate", void 0);
|
|
69
69
|
|
|
70
70
|
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
71
71
|
description: 'Année de clôture (format YYYY)'
|
|
72
|
-
}), __metadata("design:type",
|
|
72
|
+
}), __metadata("design:type", Object)], QueryTaxDeadline.prototype, "year", void 0);
|
|
73
73
|
|
|
74
74
|
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
75
75
|
description: 'Recherche par nom, code dia, id'
|
|
@@ -93,7 +93,7 @@ exports.QueryTaxDeadlineStatistics = QueryTaxDeadlineStatistics;
|
|
|
93
93
|
|
|
94
94
|
__decorate([(0, _utils.ApiProperty)({
|
|
95
95
|
description: 'Identifiant du collaborateur'
|
|
96
|
-
}), __metadata("design:type",
|
|
96
|
+
}), __metadata("design:type", Object)], QueryTaxDeadlineStatistics.prototype, "idUser", void 0);
|
|
97
97
|
|
|
98
98
|
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
99
99
|
description: 'Chiffre d\'affaires prévisionnel minimum'
|
|
@@ -129,7 +129,7 @@ __decorate([(0, _utils.ApiPropertyOptional)({
|
|
|
129
129
|
|
|
130
130
|
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
131
131
|
description: 'Année de clôture (format YYYY)'
|
|
132
|
-
}), __metadata("design:type",
|
|
132
|
+
}), __metadata("design:type", Object)], QueryTaxDeadlineStatistics.prototype, "year", void 0);
|
|
133
133
|
|
|
134
134
|
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
135
135
|
description: 'Recherche par nom, code dia, id'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts"],"names":[],"mappings":";;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAO,gBAAP,CAAuB;;QAAhB,gB,GAAA,gB;;AAEX,UAAA,CAAA,CADC,wBAAY;AAAE,EAAA,WAAW,EAAE;AAAf,CAAZ,CACD,E,iCAAA,CAAA,E,0BAAA,E,QAAA,E,
|
|
1
|
+
{"version":3,"sources":["../../../../../ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts"],"names":[],"mappings":"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","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}"],"sourceRoot":"","file":"QueryTaxDeadline.js"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts"],"names":[],"mappings":";;;;;;
|
|
1
|
+
{"version":3,"sources":["../../../../../ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts"],"names":[],"mappings":";;;;;;AAYM,MAAO,eAAP,CAAsB;;QAAf,e,GAAA,e;;AAsCP,MAAO,YAAP,CAAmB;;QAAZ,Y,GAAA,Y;;AAGP,MAAO,yBAAP,CAAgC;;QAAzB,yB,GAAA,yB;;AAKP,MAAO,kCAAP,CAAyC;;QAAlC,kC,GAAA,kC;;AAQP,MAAO,qBAAP,CAA4B;;QAArB,qB,GAAA,qB","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}"],"sourceRoot":"","file":"ReadTaxDeadline.js"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.CreateSocietyVehicle = undefined;
|
|
7
|
+
|
|
8
|
+
var _ = require("../../../..");
|
|
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 CreateSocietyVehicle {}
|
|
23
|
+
|
|
24
|
+
exports.CreateSocietyVehicle = CreateSocietyVehicle;
|
|
25
|
+
|
|
26
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", String)], CreateSocietyVehicle.prototype, "name", void 0);
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Boolean)], CreateSocietyVehicle.prototype, "isPerso", void 0);
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], CreateSocietyVehicle.prototype, "power", void 0);
|
|
31
|
+
|
|
32
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], CreateSocietyVehicle.prototype, "idSocietyPartner", void 0);
|
|
33
|
+
|
|
34
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], CreateSocietyVehicle.prototype, "idFuel", void 0);
|
|
35
|
+
|
|
36
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], CreateSocietyVehicle.prototype, "idTypeVehicle", void 0);
|
|
37
|
+
|
|
38
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], CreateSocietyVehicle.prototype, "idFile", void 0);
|
|
39
|
+
|
|
40
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], CreateSocietyVehicle.prototype, "registration", void 0);
|
|
41
|
+
|
|
42
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], CreateSocietyVehicle.prototype, "carBrand", void 0);
|
|
43
|
+
|
|
44
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], CreateSocietyVehicle.prototype, "carType", void 0);
|
|
45
|
+
|
|
46
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], CreateSocietyVehicle.prototype, "sheetMetalType", void 0);
|
|
47
|
+
|
|
48
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], CreateSocietyVehicle.prototype, "emissionRate", void 0);
|
|
49
|
+
|
|
50
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], CreateSocietyVehicle.prototype, "dateOfFirstRegistration", void 0);
|
|
51
|
+
|
|
52
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], CreateSocietyVehicle.prototype, "isLeasing", void 0);
|
|
53
|
+
//# sourceMappingURL=CreateSocietyVehicle.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../ts/types/Interface/api/vehicle/CreateSocietyVehicle.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,oBAAP,CAA2B;;QAApB,oB,GAAA,oB;;AAEX,UAAA,CAAA,CADC,4BACD,E,iCAAA,CAAA,E,8BAAA,E,MAAA,E,KAAc,CAAd,CAAA;;AAGA,UAAA,CAAA,CADC,4BACD,E,kCAAA,CAAA,E,8BAAA,E,SAAA,E,KAAkB,CAAlB,CAAA;;AAGA,UAAA,CAAA,CADC,4BACD,E,iCAAA,CAAA,E,8BAAA,E,OAAA,E,KAAe,CAAf,CAAA;;AAGA,UAAA,CAAA,CADC,4BACD,E,iCAAA,CAAA,E,8BAAA,E,kBAAA,E,KAA0B,CAA1B,CAAA;;AAGA,UAAA,CAAA,CADC,4BACD,E,iCAAA,CAAA,E,8BAAA,E,QAAA,E,KAAgB,CAAhB,CAAA;;AAGA,UAAA,CAAA,CADC,4BACD,E,iCAAA,CAAA,E,8BAAA,E,eAAA,E,KAAuB,CAAvB,CAAA;;AAGA,UAAA,CAAA,CADC,4BACD,E,iCAAA,CAAA,E,8BAAA,E,QAAA,E,KAAuB,CAAvB,CAAA;;AAGA,UAAA,CAAA,CADC,4BACD,E,iCAAA,CAAA,E,8BAAA,E,cAAA,E,KAA6B,CAA7B,CAAA;;AAGA,UAAA,CAAA,CADC,4BACD,E,iCAAA,CAAA,E,8BAAA,E,UAAA,E,KAAyB,CAAzB,CAAA;;AAGA,UAAA,CAAA,CADC,4BACD,E,iCAAA,CAAA,E,8BAAA,E,SAAA,E,KAAwB,CAAxB,CAAA;;AAGA,UAAA,CAAA,CADC,4BACD,E,iCAAA,CAAA,E,8BAAA,E,gBAAA,E,KAA+B,CAA/B,CAAA;;AAGA,UAAA,CAAA,CADC,4BACD,E,iCAAA,CAAA,E,8BAAA,E,cAAA,E,KAA6B,CAA7B,CAAA;;AAGA,UAAA,CAAA,CADC,4BACD,E,iCAAA,CAAA,E,8BAAA,E,yBAAA,E,KAAsC,CAAtC,CAAA;;AAGA,UAAA,CAAA,CADC,4BACD,E,iCAAA,CAAA,E,8BAAA,E,WAAA,E,KAA2B,CAA3B,CAAA","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"],"sourceRoot":"","file":"CreateSocietyVehicle.js"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.UpdateSocietyVehicle = undefined;
|
|
7
|
+
|
|
8
|
+
var _ = require("../../../..");
|
|
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 UpdateSocietyVehicle {}
|
|
23
|
+
|
|
24
|
+
exports.UpdateSocietyVehicle = UpdateSocietyVehicle;
|
|
25
|
+
|
|
26
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", String)], UpdateSocietyVehicle.prototype, "name", void 0);
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Boolean)], UpdateSocietyVehicle.prototype, "isPerso", void 0);
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateSocietyVehicle.prototype, "power", void 0);
|
|
31
|
+
|
|
32
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateSocietyVehicle.prototype, "idSocietyPartner", void 0);
|
|
33
|
+
|
|
34
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateSocietyVehicle.prototype, "idFuel", void 0);
|
|
35
|
+
|
|
36
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateSocietyVehicle.prototype, "idTypeVehicle", void 0);
|
|
37
|
+
|
|
38
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], UpdateSocietyVehicle.prototype, "idFile", void 0);
|
|
39
|
+
|
|
40
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], UpdateSocietyVehicle.prototype, "registration", void 0);
|
|
41
|
+
|
|
42
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], UpdateSocietyVehicle.prototype, "carBrand", void 0);
|
|
43
|
+
|
|
44
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], UpdateSocietyVehicle.prototype, "carType", void 0);
|
|
45
|
+
|
|
46
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], UpdateSocietyVehicle.prototype, "sheetMetalType", void 0);
|
|
47
|
+
|
|
48
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], UpdateSocietyVehicle.prototype, "emissionRate", void 0);
|
|
49
|
+
|
|
50
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], UpdateSocietyVehicle.prototype, "dateOfFirstRegistration", void 0);
|
|
51
|
+
|
|
52
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], UpdateSocietyVehicle.prototype, "isLeasing", void 0);
|
|
53
|
+
//# sourceMappingURL=UpdateSocietyVehicle.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../ts/types/Interface/api/vehicle/UpdateSocietyVehicle.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,oBAAP,CAA2B;;QAApB,oB,GAAA,oB;;AAEX,UAAA,CAAA,CADC,4BACD,E,iCAAA,CAAA,E,8BAAA,E,MAAA,E,KAAc,CAAd,CAAA;;AAGA,UAAA,CAAA,CADC,4BACD,E,kCAAA,CAAA,E,8BAAA,E,SAAA,E,KAAkB,CAAlB,CAAA;;AAGA,UAAA,CAAA,CADC,4BACD,E,iCAAA,CAAA,E,8BAAA,E,OAAA,E,KAAe,CAAf,CAAA;;AAGA,UAAA,CAAA,CADC,4BACD,E,iCAAA,CAAA,E,8BAAA,E,kBAAA,E,KAA0B,CAA1B,CAAA;;AAGA,UAAA,CAAA,CADC,4BACD,E,iCAAA,CAAA,E,8BAAA,E,QAAA,E,KAAgB,CAAhB,CAAA;;AAGA,UAAA,CAAA,CADC,4BACD,E,iCAAA,CAAA,E,8BAAA,E,eAAA,E,KAAuB,CAAvB,CAAA;;AAGA,UAAA,CAAA,CADC,4BACD,E,iCAAA,CAAA,E,8BAAA,E,QAAA,E,KAAuB,CAAvB,CAAA;;AAGA,UAAA,CAAA,CADC,4BACD,E,iCAAA,CAAA,E,8BAAA,E,cAAA,E,KAA6B,CAA7B,CAAA;;AAGA,UAAA,CAAA,CADC,4BACD,E,iCAAA,CAAA,E,8BAAA,E,UAAA,E,KAAyB,CAAzB,CAAA;;AAGA,UAAA,CAAA,CADC,4BACD,E,iCAAA,CAAA,E,8BAAA,E,SAAA,E,KAAwB,CAAxB,CAAA;;AAGA,UAAA,CAAA,CADC,4BACD,E,iCAAA,CAAA,E,8BAAA,E,gBAAA,E,KAA+B,CAA/B,CAAA;;AAGA,UAAA,CAAA,CADC,4BACD,E,iCAAA,CAAA,E,8BAAA,E,cAAA,E,KAA6B,CAA7B,CAAA;;AAGA,UAAA,CAAA,CADC,4BACD,E,iCAAA,CAAA,E,8BAAA,E,yBAAA,E,KAAsC,CAAtC,CAAA;;AAGA,UAAA,CAAA,CADC,4BACD,E,iCAAA,CAAA,E,8BAAA,E,WAAA,E,KAA2B,CAA3B,CAAA","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"],"sourceRoot":"","file":"UpdateSocietyVehicle.js"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"IAccountsSectors.js"}
|
package/js/types/index.js
CHANGED
|
@@ -1948,18 +1948,6 @@ Object.keys(_IReport).forEach(function (key) {
|
|
|
1948
1948
|
});
|
|
1949
1949
|
});
|
|
1950
1950
|
|
|
1951
|
-
var _IReportMessage = require("./Interface/models/IReportMessage");
|
|
1952
|
-
|
|
1953
|
-
Object.keys(_IReportMessage).forEach(function (key) {
|
|
1954
|
-
if (key === "default" || key === "__esModule") return;
|
|
1955
|
-
Object.defineProperty(exports, key, {
|
|
1956
|
-
enumerable: true,
|
|
1957
|
-
get: function () {
|
|
1958
|
-
return _IReportMessage[key];
|
|
1959
|
-
}
|
|
1960
|
-
});
|
|
1961
|
-
});
|
|
1962
|
-
|
|
1963
1951
|
var _IRole = require("./Interface/models/IRole");
|
|
1964
1952
|
|
|
1965
1953
|
Object.keys(_IRole).forEach(function (key) {
|
|
@@ -3532,6 +3520,18 @@ Object.keys(_ILastUpdateConnection).forEach(function (key) {
|
|
|
3532
3520
|
});
|
|
3533
3521
|
});
|
|
3534
3522
|
|
|
3523
|
+
var _IAccountsSectors = require("./Interface/models/IAccountsSectors");
|
|
3524
|
+
|
|
3525
|
+
Object.keys(_IAccountsSectors).forEach(function (key) {
|
|
3526
|
+
if (key === "default" || key === "__esModule") return;
|
|
3527
|
+
Object.defineProperty(exports, key, {
|
|
3528
|
+
enumerable: true,
|
|
3529
|
+
get: function () {
|
|
3530
|
+
return _IAccountsSectors[key];
|
|
3531
|
+
}
|
|
3532
|
+
});
|
|
3533
|
+
});
|
|
3534
|
+
|
|
3535
3535
|
var _FormAuthenticate = require("./Form/FormAuthenticate");
|
|
3536
3536
|
|
|
3537
3537
|
Object.keys(_FormAuthenticate).forEach(function (key) {
|
|
@@ -4348,6 +4348,18 @@ Object.keys(_PartneredAccountantServiceState).forEach(function (key) {
|
|
|
4348
4348
|
});
|
|
4349
4349
|
});
|
|
4350
4350
|
|
|
4351
|
+
var _AccountsSectors = require("./Enum/AccountsSectors");
|
|
4352
|
+
|
|
4353
|
+
Object.keys(_AccountsSectors).forEach(function (key) {
|
|
4354
|
+
if (key === "default" || key === "__esModule") return;
|
|
4355
|
+
Object.defineProperty(exports, key, {
|
|
4356
|
+
enumerable: true,
|
|
4357
|
+
get: function () {
|
|
4358
|
+
return _AccountsSectors[key];
|
|
4359
|
+
}
|
|
4360
|
+
});
|
|
4361
|
+
});
|
|
4362
|
+
|
|
4351
4363
|
var _ReadBusinessPartner = require("./Interface/api/businessPartner/ReadBusinessPartner");
|
|
4352
4364
|
|
|
4353
4365
|
Object.keys(_ReadBusinessPartner).forEach(function (key) {
|
|
@@ -5080,6 +5092,18 @@ Object.keys(_QueryQuotesAccount).forEach(function (key) {
|
|
|
5080
5092
|
});
|
|
5081
5093
|
});
|
|
5082
5094
|
|
|
5095
|
+
var _CreateQuoteAccount = require("./Interface/api/quotes/CreateQuoteAccount");
|
|
5096
|
+
|
|
5097
|
+
Object.keys(_CreateQuoteAccount).forEach(function (key) {
|
|
5098
|
+
if (key === "default" || key === "__esModule") return;
|
|
5099
|
+
Object.defineProperty(exports, key, {
|
|
5100
|
+
enumerable: true,
|
|
5101
|
+
get: function () {
|
|
5102
|
+
return _CreateQuoteAccount[key];
|
|
5103
|
+
}
|
|
5104
|
+
});
|
|
5105
|
+
});
|
|
5106
|
+
|
|
5083
5107
|
var _ReadQuoteAccount = require("./Interface/api/account/ReadQuoteAccount");
|
|
5084
5108
|
|
|
5085
5109
|
Object.keys(_ReadQuoteAccount).forEach(function (key) {
|
|
@@ -5128,6 +5152,18 @@ Object.keys(_CreateSurvey).forEach(function (key) {
|
|
|
5128
5152
|
});
|
|
5129
5153
|
});
|
|
5130
5154
|
|
|
5155
|
+
var _UpdateReport = require("./Interface/api/report/UpdateReport");
|
|
5156
|
+
|
|
5157
|
+
Object.keys(_UpdateReport).forEach(function (key) {
|
|
5158
|
+
if (key === "default" || key === "__esModule") return;
|
|
5159
|
+
Object.defineProperty(exports, key, {
|
|
5160
|
+
enumerable: true,
|
|
5161
|
+
get: function () {
|
|
5162
|
+
return _UpdateReport[key];
|
|
5163
|
+
}
|
|
5164
|
+
});
|
|
5165
|
+
});
|
|
5166
|
+
|
|
5131
5167
|
var _ReadReport = require("./Interface/api/report/ReadReport");
|
|
5132
5168
|
|
|
5133
5169
|
Object.keys(_ReadReport).forEach(function (key) {
|
|
@@ -5140,6 +5176,18 @@ Object.keys(_ReadReport).forEach(function (key) {
|
|
|
5140
5176
|
});
|
|
5141
5177
|
});
|
|
5142
5178
|
|
|
5179
|
+
var _ReadReportStats = require("./Interface/api/report/ReadReportStats");
|
|
5180
|
+
|
|
5181
|
+
Object.keys(_ReadReportStats).forEach(function (key) {
|
|
5182
|
+
if (key === "default" || key === "__esModule") return;
|
|
5183
|
+
Object.defineProperty(exports, key, {
|
|
5184
|
+
enumerable: true,
|
|
5185
|
+
get: function () {
|
|
5186
|
+
return _ReadReportStats[key];
|
|
5187
|
+
}
|
|
5188
|
+
});
|
|
5189
|
+
});
|
|
5190
|
+
|
|
5143
5191
|
var _CreateReport = require("./Interface/api/report/CreateReport");
|
|
5144
5192
|
|
|
5145
5193
|
Object.keys(_CreateReport).forEach(function (key) {
|
|
@@ -5176,6 +5224,18 @@ Object.keys(_QueryReports).forEach(function (key) {
|
|
|
5176
5224
|
});
|
|
5177
5225
|
});
|
|
5178
5226
|
|
|
5227
|
+
var _QueryReportsStats = require("./Interface/api/report/QueryReportsStats");
|
|
5228
|
+
|
|
5229
|
+
Object.keys(_QueryReportsStats).forEach(function (key) {
|
|
5230
|
+
if (key === "default" || key === "__esModule") return;
|
|
5231
|
+
Object.defineProperty(exports, key, {
|
|
5232
|
+
enumerable: true,
|
|
5233
|
+
get: function () {
|
|
5234
|
+
return _QueryReportsStats[key];
|
|
5235
|
+
}
|
|
5236
|
+
});
|
|
5237
|
+
});
|
|
5238
|
+
|
|
5179
5239
|
var _CreateLetter = require("./Interface/api/letter/CreateLetter");
|
|
5180
5240
|
|
|
5181
5241
|
Object.keys(_CreateLetter).forEach(function (key) {
|
|
@@ -6135,4 +6195,28 @@ Object.keys(_CreateLog).forEach(function (key) {
|
|
|
6135
6195
|
}
|
|
6136
6196
|
});
|
|
6137
6197
|
});
|
|
6198
|
+
|
|
6199
|
+
var _CreateSocietyVehicle = require("./Interface/api/vehicle/CreateSocietyVehicle");
|
|
6200
|
+
|
|
6201
|
+
Object.keys(_CreateSocietyVehicle).forEach(function (key) {
|
|
6202
|
+
if (key === "default" || key === "__esModule") return;
|
|
6203
|
+
Object.defineProperty(exports, key, {
|
|
6204
|
+
enumerable: true,
|
|
6205
|
+
get: function () {
|
|
6206
|
+
return _CreateSocietyVehicle[key];
|
|
6207
|
+
}
|
|
6208
|
+
});
|
|
6209
|
+
});
|
|
6210
|
+
|
|
6211
|
+
var _UpdateSocietyVehicle = require("./Interface/api/vehicle/UpdateSocietyVehicle");
|
|
6212
|
+
|
|
6213
|
+
Object.keys(_UpdateSocietyVehicle).forEach(function (key) {
|
|
6214
|
+
if (key === "default" || key === "__esModule") return;
|
|
6215
|
+
Object.defineProperty(exports, key, {
|
|
6216
|
+
enumerable: true,
|
|
6217
|
+
get: function () {
|
|
6218
|
+
return _UpdateSocietyVehicle[key];
|
|
6219
|
+
}
|
|
6220
|
+
});
|
|
6221
|
+
});
|
|
6138
6222
|
//# sourceMappingURL=index.js.map
|