@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
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { IReportMessage } from './IReportMessage';
|
|
2
1
|
import { IReportType } from './IReportType';
|
|
3
2
|
import { ISociety } from './ISociety';
|
|
4
3
|
|
|
@@ -18,7 +17,6 @@ export interface IReport {
|
|
|
18
17
|
updatedAt?: Date | null;
|
|
19
18
|
|
|
20
19
|
// Associations
|
|
21
|
-
reportComment?: IReportMessage[];
|
|
22
20
|
reportType?: IReportType;
|
|
23
21
|
society?: ISociety;
|
|
24
22
|
}
|
|
@@ -14,6 +14,13 @@ export interface ISocietyVehicle {
|
|
|
14
14
|
idFuel: number;
|
|
15
15
|
idTypeVehicle: number;
|
|
16
16
|
idFile: number | null;
|
|
17
|
+
registration: string | null;
|
|
18
|
+
carBrand: string | null;
|
|
19
|
+
carType: string | null;
|
|
20
|
+
sheetMetalType: string | null;
|
|
21
|
+
emissionRate: number | null;
|
|
22
|
+
dateOfFirstRegistration: Date | null;
|
|
23
|
+
isLeasing?: boolean;
|
|
17
24
|
createdAt?: Date | null;
|
|
18
25
|
updatedAt?: Date | null;
|
|
19
26
|
deletedAt?: Date | null;
|
package/ts/types/index.ts
CHANGED
|
@@ -161,7 +161,6 @@ export * from './Interface/models/IRegisterCategory';
|
|
|
161
161
|
export * from './Interface/models/IRegulate';
|
|
162
162
|
export * from './Interface/models/IRegulation';
|
|
163
163
|
export * from './Interface/models/IReport';
|
|
164
|
-
export * from './Interface/models/IReportMessage';
|
|
165
164
|
export * from './Interface/models/IRole';
|
|
166
165
|
export * from './Interface/models/IRoleUser';
|
|
167
166
|
export * from './Interface/models/IRoom';
|
|
@@ -293,6 +292,7 @@ export * from './Interface/models/IExerciceNote';
|
|
|
293
292
|
export * from './Interface/models/IRevisionGuide';
|
|
294
293
|
export * from './Interface/models/ISponsorshipWithSponsorInfo';
|
|
295
294
|
export * from './Interface/models/ILastUpdateConnection';
|
|
295
|
+
export * from './Interface/models/IAccountsSectors';
|
|
296
296
|
|
|
297
297
|
// Forms
|
|
298
298
|
export * from './Form/FormAuthenticate';
|
|
@@ -365,6 +365,7 @@ export * from './Enum/BrandClementine';
|
|
|
365
365
|
export * from './Enum/BrandLegalstart';
|
|
366
366
|
export * from './Enum/BrandComptalib';
|
|
367
367
|
export * from './Enum/PartneredAccountantServiceState';
|
|
368
|
+
export * from './Enum/AccountsSectors';
|
|
368
369
|
|
|
369
370
|
// Interfaces API
|
|
370
371
|
export * from './Interface/api/businessPartner/ReadBusinessPartner';
|
|
@@ -429,16 +430,20 @@ export * from './Interface/api/dashboard/ReadGescom';
|
|
|
429
430
|
export * from './Interface/api/dashboard/ReadDeadline';
|
|
430
431
|
export * from './Interface/api/accountant/ReadAccountantBalance';
|
|
431
432
|
export * from './Interface/api/quotes/QueryQuotesAccount';
|
|
433
|
+
export * from './Interface/api/quotes/CreateQuoteAccount';
|
|
432
434
|
export * from './Interface/api/account/ReadQuoteAccount';
|
|
433
435
|
|
|
434
436
|
// export * from './Interface/api/survey/QuerySurvey';
|
|
435
437
|
export * from './Interface/api/survey/ReadSurvey';
|
|
436
438
|
export * from './Interface/api/survey/UpdateSurvey';
|
|
437
439
|
export * from './Interface/api/survey/CreateSurvey';
|
|
440
|
+
export * from './Interface/api/report/UpdateReport';
|
|
438
441
|
export * from './Interface/api/report/ReadReport';
|
|
442
|
+
export * from './Interface/api/report/ReadReportStats';
|
|
439
443
|
export * from './Interface/api/report/CreateReport';
|
|
440
444
|
export * from './Interface/api/report/DeleteReport';
|
|
441
445
|
export * from './Interface/api/report/QueryReports';
|
|
446
|
+
export * from './Interface/api/report/QueryReportsStats';
|
|
442
447
|
export * from './Interface/api/letter/CreateLetter';
|
|
443
448
|
export * from './Interface/api/mailInvoice/CreateInvoiceMail';
|
|
444
449
|
export * from './Interface/api/mailInvoice/UpdateInvoiceMail';
|
|
@@ -521,3 +526,5 @@ export * from './Interface/api/partneredAccountant/ReadPartneredAccountantSoldSe
|
|
|
521
526
|
export * from './Interface/api/partneredAccountant/UpdatePartneredAccountantAccess';
|
|
522
527
|
export * from './Interface/api/partneredAccountant/InvitePartneredAccountant';
|
|
523
528
|
export * from './Interface/api/log/CreateLog';
|
|
529
|
+
export * from './Interface/api/vehicle/CreateSocietyVehicle';
|
|
530
|
+
export * from './Interface/api/vehicle/UpdateSocietyVehicle';
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { IUser } from './IUser';
|
|
2
|
-
export interface IReportMessage {
|
|
3
|
-
id?: number;
|
|
4
|
-
idReport: number;
|
|
5
|
-
idUser: number;
|
|
6
|
-
message: string | null;
|
|
7
|
-
createdAt?: Date | null;
|
|
8
|
-
updatedAt?: Date | null;
|
|
9
|
-
reportUser?: IUser;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=IReportMessage.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IReportMessage.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IReportMessage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,WAAW,cAAc;IAC7B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,UAAU,CAAC,EAAE,KAAK,CAAC;CACpB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IReportMessage.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IReportMessage.ts"],"names":[],"mappings":"","sourcesContent":["import { IUser } from './IUser';\n\n// reportMessage\nexport interface IReportMessage {\n id?: number;\n idReport: number;\n idUser: number;\n message: string | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n reportUser?: IUser;\n}\n"]}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { IUser } from './IUser';
|
|
2
|
-
|
|
3
|
-
// reportMessage
|
|
4
|
-
export interface IReportMessage {
|
|
5
|
-
id?: number;
|
|
6
|
-
idReport: number;
|
|
7
|
-
idUser: number;
|
|
8
|
-
message: string | null;
|
|
9
|
-
createdAt?: Date | null;
|
|
10
|
-
updatedAt?: Date | null;
|
|
11
|
-
|
|
12
|
-
// Associations
|
|
13
|
-
reportUser?: IUser;
|
|
14
|
-
}
|