@silexpert/core 0.4.200 → 0.4.203
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/Checklist.d.ts +20 -0
- package/es/api/resources/Checklist.d.ts.map +1 -0
- package/es/api/resources/Checklist.js +38 -0
- package/es/api/resources/Checklist.js.map +1 -0
- package/es/api/resources/GeneralLedger.d.ts +2 -1
- package/es/api/resources/GeneralLedger.d.ts.map +1 -1
- package/es/api/resources/GeneralLedger.js +3 -0
- package/es/api/resources/GeneralLedger.js.map +1 -1
- package/es/api/resources/Lettering.d.ts +7 -0
- package/es/api/resources/Lettering.d.ts.map +1 -0
- package/es/api/resources/Lettering.js +13 -0
- package/es/api/resources/Lettering.js.map +1 -0
- package/es/api/resources/Mobile.d.ts +6 -0
- package/es/api/resources/Mobile.d.ts.map +1 -0
- package/es/api/resources/Mobile.js +7 -0
- package/es/api/resources/Mobile.js.map +1 -0
- package/es/api/resources/Notification.d.ts +5 -0
- package/es/api/resources/Notification.d.ts.map +1 -0
- package/es/api/resources/Notification.js +7 -0
- package/es/api/resources/Notification.js.map +1 -0
- package/es/api/resources/Revision.d.ts +2 -1
- package/es/api/resources/Revision.d.ts.map +1 -1
- package/es/api/resources/Revision.js +3 -0
- package/es/api/resources/Revision.js.map +1 -1
- package/es/api/resources/Transaction.d.ts +5 -13
- package/es/api/resources/Transaction.d.ts.map +1 -1
- package/es/api/resources/Transaction.js +5 -0
- package/es/api/resources/Transaction.js.map +1 -1
- package/es/api/resources.d.ts +8 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +8 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/Account.d.ts +4 -0
- package/es/types/Enum/Account.d.ts.map +1 -1
- package/es/types/Enum/Account.js +4 -0
- package/es/types/Enum/Account.js.map +1 -1
- package/es/types/Enum/BrandClementine.d.ts +10 -0
- package/es/types/Enum/BrandClementine.d.ts.map +1 -1
- package/es/types/Enum/BrandClementine.js +5 -0
- package/es/types/Enum/BrandClementine.js.map +1 -1
- package/es/types/Enum/BrandComptalib.d.ts +6 -0
- package/es/types/Enum/BrandComptalib.d.ts.map +1 -1
- package/es/types/Enum/BrandComptalib.js +8 -0
- package/es/types/Enum/BrandComptalib.js.map +1 -1
- package/es/types/Enum/BrandLegalstart.d.ts +2 -0
- package/es/types/Enum/BrandLegalstart.d.ts.map +1 -1
- package/es/types/Enum/BrandLegalstart.js +2 -0
- package/es/types/Enum/BrandLegalstart.js.map +1 -1
- package/es/types/Enum/ChecklistType.d.ts +60 -0
- package/es/types/Enum/ChecklistType.d.ts.map +1 -0
- package/es/types/Enum/ChecklistType.js +64 -0
- package/es/types/Enum/ChecklistType.js.map +1 -0
- package/es/types/Enum/EstimateInvoice.d.ts +1 -1
- package/es/types/Enum/EstimateInvoice.d.ts.map +1 -1
- package/es/types/Enum/EstimateInvoice.js +9 -9
- package/es/types/Enum/EstimateInvoice.js.map +1 -1
- package/es/types/Enum/MailAuto.d.ts +3 -1
- package/es/types/Enum/MailAuto.d.ts.map +1 -1
- package/es/types/Enum/MailAuto.js +2 -0
- package/es/types/Enum/MailAuto.js.map +1 -1
- package/es/types/Enum/NotificationType.d.ts +5 -0
- package/es/types/Enum/NotificationType.d.ts.map +1 -0
- package/es/types/Enum/NotificationType.js +6 -0
- package/es/types/Enum/NotificationType.js.map +1 -0
- package/es/types/Interface/api/checklist/Query.d.ts +20 -0
- package/es/types/Interface/api/checklist/Query.d.ts.map +1 -0
- package/es/types/Interface/api/checklist/Query.js +59 -0
- package/es/types/Interface/api/checklist/Query.js.map +1 -0
- package/es/types/Interface/api/checklist/Read.d.ts +12 -0
- package/es/types/Interface/api/checklist/Read.d.ts.map +1 -0
- package/es/types/Interface/api/checklist/Read.js +2 -0
- package/es/types/Interface/api/checklist/Read.js.map +1 -0
- package/es/types/Interface/api/checklist/Update.d.ts +6 -0
- package/es/types/Interface/api/checklist/Update.d.ts.map +1 -0
- package/es/types/Interface/api/checklist/Update.js +25 -0
- package/es/types/Interface/api/checklist/Update.js.map +1 -0
- package/es/types/Interface/api/generalLedger/IGeneralLedgerAccountingEntry.d.ts +3 -1
- package/es/types/Interface/api/generalLedger/IGeneralLedgerAccountingEntry.d.ts.map +1 -1
- package/es/types/Interface/api/generalLedger/IGeneralLedgerAccountingEntry.js.map +1 -1
- package/es/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.d.ts +10 -0
- package/es/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.d.ts.map +1 -0
- package/es/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.js +2 -0
- package/es/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.js.map +1 -0
- package/es/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.d.ts +12 -0
- package/es/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.d.ts.map +1 -0
- package/es/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.js +63 -0
- package/es/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.js.map +1 -0
- package/es/types/Interface/api/lettering/QueryRegroupLettering.d.ts +4 -0
- package/es/types/Interface/api/lettering/QueryRegroupLettering.d.ts.map +1 -0
- package/es/types/Interface/api/lettering/QueryRegroupLettering.js +19 -0
- package/es/types/Interface/api/lettering/QueryRegroupLettering.js.map +1 -0
- package/es/types/Interface/api/mobile/UpdateMobile.d.ts +4 -0
- package/es/types/Interface/api/mobile/UpdateMobile.d.ts.map +1 -0
- package/es/types/Interface/api/mobile/UpdateMobile.js +17 -0
- package/es/types/Interface/api/mobile/UpdateMobile.js.map +1 -0
- package/es/types/Interface/api/notification/CreateNotification.d.ts +6 -0
- package/es/types/Interface/api/notification/CreateNotification.d.ts.map +1 -0
- package/es/types/Interface/api/notification/CreateNotification.js +22 -0
- package/es/types/Interface/api/notification/CreateNotification.js.map +1 -0
- package/es/types/Interface/api/revision/QueryRevisionApprobation.d.ts +7 -0
- package/es/types/Interface/api/revision/QueryRevisionApprobation.d.ts.map +1 -0
- package/es/types/Interface/api/revision/QueryRevisionApprobation.js +34 -0
- package/es/types/Interface/api/revision/QueryRevisionApprobation.js.map +1 -0
- package/es/types/Interface/api/revision/QueryRevisionSearchEntries.d.ts +8 -0
- package/es/types/Interface/api/revision/QueryRevisionSearchEntries.d.ts.map +1 -1
- package/es/types/Interface/api/revision/QueryRevisionSearchEntries.js +46 -1
- package/es/types/Interface/api/revision/QueryRevisionSearchEntries.js.map +1 -1
- package/es/types/Interface/api/revision/ReadRevisionAccount.d.ts +2 -2
- package/es/types/Interface/api/revision/ReadRevisionAccount.d.ts.map +1 -1
- package/es/types/Interface/api/revision/ReadRevisionAccount.js.map +1 -1
- package/es/types/Interface/api/society/ReadSociety.d.ts +4 -0
- package/es/types/Interface/api/society/ReadSociety.d.ts.map +1 -1
- package/es/types/Interface/api/society/ReadSociety.js.map +1 -1
- package/es/types/Interface/api/tax/ReadTax.d.ts +9 -0
- package/es/types/Interface/api/tax/ReadTax.d.ts.map +1 -1
- package/es/types/Interface/api/tax/ReadTax.js.map +1 -1
- package/es/types/Interface/models/IAccountDetail.d.ts +6 -6
- package/es/types/Interface/models/IAccountDetail.d.ts.map +1 -1
- package/es/types/Interface/models/IAccountDetail.js.map +1 -1
- package/es/types/Interface/models/IAccountingEntry.d.ts +1 -0
- package/es/types/Interface/models/IAccountingEntry.d.ts.map +1 -1
- package/es/types/Interface/models/IAccountingEntry.js.map +1 -1
- package/es/types/Interface/models/IAccountingTransaction.d.ts +0 -3
- package/es/types/Interface/models/IAccountingTransaction.d.ts.map +1 -1
- package/es/types/Interface/models/IAccountingTransaction.js.map +1 -1
- package/es/types/Interface/models/IApiError.d.ts +5 -1
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +4 -0
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/IChecklist.d.ts +13 -9
- package/es/types/Interface/models/IChecklist.d.ts.map +1 -1
- package/es/types/Interface/models/IChecklist.js.map +1 -1
- package/es/types/Interface/models/IChecklistDetail.d.ts +1 -0
- package/es/types/Interface/models/IChecklistDetail.d.ts.map +1 -1
- package/es/types/Interface/models/IChecklistDetail.js.map +1 -1
- package/es/types/Interface/models/IChecklistType.d.ts +7 -0
- package/es/types/Interface/models/IChecklistType.d.ts.map +1 -1
- package/es/types/Interface/models/IChecklistType.js.map +1 -1
- package/es/types/Interface/models/ILettering.d.ts +0 -2
- package/es/types/Interface/models/ILettering.d.ts.map +1 -1
- package/es/types/Interface/models/ILettering.js.map +1 -1
- package/es/types/Interface/models/IMobile.d.ts +11 -0
- package/es/types/Interface/models/IMobile.d.ts.map +1 -0
- package/es/types/Interface/models/IMobile.js +2 -0
- package/es/types/Interface/models/IMobile.js.map +1 -0
- package/es/types/Interface/models/ISociety.d.ts +4 -2
- package/es/types/Interface/models/ISociety.d.ts.map +1 -1
- package/es/types/Interface/models/ISociety.js.map +1 -1
- package/es/types/Interface/models/IUser.d.ts +2 -0
- package/es/types/Interface/models/IUser.d.ts.map +1 -1
- package/es/types/Interface/models/IUser.js.map +1 -1
- package/es/types/index.d.ts +13 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +13 -0
- package/es/types/index.js.map +1 -1
- package/es/utils/checklist.d.ts +3 -0
- package/es/utils/checklist.d.ts.map +1 -0
- package/es/utils/checklist.js +37 -0
- package/es/utils/checklist.js.map +1 -0
- package/js/api/resources/Checklist.js +68 -0
- package/js/api/resources/Checklist.js.map +1 -0
- package/js/api/resources/GeneralLedger.js +6 -0
- package/js/api/resources/GeneralLedger.js.map +1 -1
- package/js/api/resources/Lettering.js +25 -0
- package/js/api/resources/Lettering.js.map +1 -0
- package/js/api/resources/Mobile.js +18 -0
- package/js/api/resources/Mobile.js.map +1 -0
- package/js/api/resources/Notification.js +18 -0
- package/js/api/resources/Notification.js.map +1 -0
- package/js/api/resources/Revision.js +4 -0
- package/js/api/resources/Revision.js.map +1 -1
- package/js/api/resources/Transaction.js +6 -0
- package/js/api/resources/Transaction.js.map +1 -1
- package/js/api/resources.js +13 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/Account.js +4 -0
- package/js/types/Enum/Account.js.map +1 -1
- package/js/types/Enum/BrandClementine.js +5 -0
- package/js/types/Enum/BrandClementine.js.map +1 -1
- package/js/types/Enum/BrandComptalib.js +8 -0
- package/js/types/Enum/BrandComptalib.js.map +1 -1
- package/js/types/Enum/BrandLegalstart.js +2 -0
- package/js/types/Enum/BrandLegalstart.js.map +1 -1
- package/js/types/Enum/ChecklistType.js +76 -0
- package/js/types/Enum/ChecklistType.js.map +1 -0
- package/js/types/Enum/EstimateInvoice.js +9 -9
- package/js/types/Enum/EstimateInvoice.js.map +1 -1
- package/js/types/Enum/MailAuto.js +2 -0
- package/js/types/Enum/MailAuto.js.map +1 -1
- package/js/types/Enum/NotificationType.js +12 -0
- package/js/types/Enum/NotificationType.js.map +1 -0
- package/js/types/Interface/api/checklist/Query.js +57 -0
- package/js/types/Interface/api/checklist/Query.js.map +1 -0
- package/js/types/Interface/api/checklist/Read.js +6 -0
- package/js/types/Interface/api/checklist/Read.js.map +1 -0
- package/js/types/Interface/api/checklist/Update.js +33 -0
- package/js/types/Interface/api/checklist/Update.js.map +1 -0
- package/js/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.js +6 -0
- package/js/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.js.map +1 -0
- package/js/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.js +54 -0
- package/js/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.js.map +1 -0
- package/js/types/Interface/api/lettering/QueryRegroupLettering.js +29 -0
- package/js/types/Interface/api/lettering/QueryRegroupLettering.js.map +1 -0
- package/js/types/Interface/api/mobile/UpdateMobile.js +27 -0
- package/js/types/Interface/api/mobile/UpdateMobile.js.map +1 -0
- package/js/types/Interface/api/notification/CreateNotification.js +31 -0
- package/js/types/Interface/api/notification/CreateNotification.js.map +1 -0
- package/js/types/Interface/api/revision/QueryRevisionApprobation.js +35 -0
- package/js/types/Interface/api/revision/QueryRevisionApprobation.js.map +1 -0
- package/js/types/Interface/api/revision/QueryRevisionSearchEntries.js +20 -0
- package/js/types/Interface/api/revision/QueryRevisionSearchEntries.js.map +1 -1
- package/js/types/Interface/models/IApiError.js +4 -0
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/Interface/models/IMobile.js +6 -0
- package/js/types/Interface/models/IMobile.js.map +1 -0
- package/js/types/index.js +156 -0
- package/js/types/index.js.map +1 -1
- package/js/utils/checklist.js +48 -0
- package/js/utils/checklist.js.map +1 -0
- package/package.json +1 -1
- package/ts/api/resources/Checklist.ts +51 -0
- package/ts/api/resources/GeneralLedger.ts +5 -1
- package/ts/api/resources/Lettering.ts +15 -0
- package/ts/api/resources/Mobile.ts +8 -0
- package/ts/api/resources/Notification.ts +7 -0
- package/ts/api/resources/Revision.ts +6 -0
- package/ts/api/resources/Transaction.ts +10 -14
- package/ts/api/resources.ts +8 -0
- package/ts/types/Enum/Account.ts +4 -0
- package/ts/types/Enum/BrandClementine.ts +5 -0
- package/ts/types/Enum/BrandComptalib.ts +8 -0
- package/ts/types/Enum/BrandLegalstart.ts +2 -0
- package/ts/types/Enum/ChecklistType.ts +62 -0
- package/ts/types/Enum/EstimateInvoice.ts +1 -1
- package/ts/types/Enum/MailAuto.ts +2 -0
- package/ts/types/Enum/NotificationType.ts +4 -0
- package/ts/types/Interface/api/checklist/Query.ts +51 -0
- package/ts/types/Interface/api/checklist/Read.ts +10 -0
- package/ts/types/Interface/api/checklist/Update.ts +13 -0
- package/ts/types/Interface/api/generalLedger/IGeneralLedgerAccountingEntry.ts +3 -1
- package/ts/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.ts +10 -0
- package/ts/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.ts +47 -0
- package/ts/types/Interface/api/lettering/QueryRegroupLettering.ts +8 -0
- package/ts/types/Interface/api/mobile/UpdateMobile.ts +6 -0
- package/ts/types/Interface/api/notification/CreateNotification.ts +10 -0
- package/ts/types/Interface/api/revision/QueryRevisionApprobation.ts +22 -0
- package/ts/types/Interface/api/revision/QueryRevisionSearchEntries.ts +41 -0
- package/ts/types/Interface/api/revision/ReadRevisionAccount.ts +2 -2
- package/ts/types/Interface/api/society/ReadSociety.ts +5 -0
- package/ts/types/Interface/api/tax/ReadTax.ts +8 -1
- package/ts/types/Interface/models/IAccountDetail.ts +6 -6
- package/ts/types/Interface/models/IAccountingEntry.ts +1 -0
- package/ts/types/Interface/models/IAccountingTransaction.ts +0 -3
- package/ts/types/Interface/models/IApiError.ts +5 -0
- package/ts/types/Interface/models/IChecklist.ts +13 -9
- package/ts/types/Interface/models/IChecklistDetail.ts +1 -0
- package/ts/types/Interface/models/IChecklistType.ts +7 -0
- package/ts/types/Interface/models/ILettering.ts +0 -2
- package/ts/types/Interface/models/IMobile.ts +13 -0
- package/ts/types/Interface/models/ISociety.ts +4 -2
- package/ts/types/Interface/models/IUser.ts +2 -0
- package/ts/types/index.ts +13 -0
- package/ts/utils/checklist.ts +43 -0
|
@@ -0,0 +1,59 @@
|
|
|
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 { IsBoolean, IsDateString, IsEnum, IsNumber, IsOptional, IsPositive, } from 'class-validator';
|
|
11
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
12
|
+
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
13
|
+
import { ChecklistTypeEnum } from '../../../Enum/ChecklistType';
|
|
14
|
+
export class QueryGetAllDeadlines {
|
|
15
|
+
}
|
|
16
|
+
__decorate([
|
|
17
|
+
ApiProperty(),
|
|
18
|
+
IsNumber(),
|
|
19
|
+
IsPositive(),
|
|
20
|
+
__metadata("design:type", Number)
|
|
21
|
+
], QueryGetAllDeadlines.prototype, "idSociety", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
ApiPropertyOptional(),
|
|
24
|
+
IsDateString(),
|
|
25
|
+
IsOptional(),
|
|
26
|
+
__metadata("design:type", String)
|
|
27
|
+
], QueryGetAllDeadlines.prototype, "minDate", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
ApiPropertyOptional(),
|
|
30
|
+
IsDateString(),
|
|
31
|
+
IsOptional(),
|
|
32
|
+
__metadata("design:type", String)
|
|
33
|
+
], QueryGetAllDeadlines.prototype, "maxDate", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
ApiPropertyOptional({ description: 'Retrieve deadlines by exercices date' }),
|
|
36
|
+
IsBoolean(),
|
|
37
|
+
ToBoolean(),
|
|
38
|
+
IsOptional(),
|
|
39
|
+
__metadata("design:type", Boolean)
|
|
40
|
+
], QueryGetAllDeadlines.prototype, "byExercices", void 0);
|
|
41
|
+
export class QueryGetAllQuestions {
|
|
42
|
+
}
|
|
43
|
+
__decorate([
|
|
44
|
+
ApiPropertyOptional(),
|
|
45
|
+
IsOptional(),
|
|
46
|
+
IsEnum(ChecklistTypeEnum),
|
|
47
|
+
__metadata("design:type", Number)
|
|
48
|
+
], QueryGetAllQuestions.prototype, "type", void 0);
|
|
49
|
+
export class QueryGetAllBlockingIssues {
|
|
50
|
+
}
|
|
51
|
+
export class QueryGetToComplete {
|
|
52
|
+
}
|
|
53
|
+
__decorate([
|
|
54
|
+
ApiProperty(),
|
|
55
|
+
IsNumber(),
|
|
56
|
+
IsPositive(),
|
|
57
|
+
__metadata("design:type", Number)
|
|
58
|
+
], QueryGetToComplete.prototype, "idSociety", void 0);
|
|
59
|
+
//# sourceMappingURL=Query.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/checklist/Query.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,SAAS,EACT,YAAY,EAAE,MAAM,EAAE,QAAQ,EAAE,UAAU,EAAE,UAAU,GACvD,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAC3E,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAIhE,MAAM,OAAO,oBAAoB;CAqBhC;AAjBC;IAHC,WAAW,EAAE;IACb,QAAQ,EAAE;IACV,UAAU,EAAE;;uDACK;AAKlB;IAHC,mBAAmB,EAAE;IACrB,YAAY,EAAE;IACd,UAAU,EAAE;;qDACI;AAKjB;IAHC,mBAAmB,EAAE;IACrB,YAAY,EAAE;IACd,UAAU,EAAE;;qDACI;AAMjB;IAJC,mBAAmB,CAAC,EAAE,WAAW,EAAE,sCAAsC,EAAE,CAAC;IAC5E,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;yDACS;AAGxB,MAAM,OAAO,oBAAoB;CAKhC;AADC;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,MAAM,CAAC,iBAAiB,CAAC;;kDACD;AAG3B,MAAM,OAAO,yBAAyB;CAGrC;AAED,MAAM,OAAO,kBAAkB;CAK9B;AADC;IAHC,WAAW,EAAE;IACb,QAAQ,EAAE;IACV,UAAU,EAAE;;qDACK","sourcesContent":["import {\n IsBoolean,\n IsDateString, IsEnum, IsNumber, IsOptional, IsPositive,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { ChecklistTypeEnum } from '../../../Enum/ChecklistType';\nimport { IChecklistDetail } from '../../models/IChecklistDetail';\nimport { IChecklistType } from '../../models/IChecklistType';\n\nexport class QueryGetAllDeadlines {\n @ApiProperty()\n @IsNumber()\n @IsPositive()\n idSociety: number;\n\n @ApiPropertyOptional()\n @IsDateString()\n @IsOptional()\n minDate?: string;\n\n @ApiPropertyOptional()\n @IsDateString()\n @IsOptional()\n maxDate?: string;\n\n @ApiPropertyOptional({ description: 'Retrieve deadlines by exercices date' })\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n byExercices?: boolean;\n}\n\nexport class QueryGetAllQuestions {\n @ApiPropertyOptional()\n @IsOptional()\n @IsEnum(ChecklistTypeEnum)\n type?: ChecklistTypeEnum;\n}\n\nexport class QueryGetAllBlockingIssues {\n questionsList: IChecklistType[];\n answers: IChecklistDetail[];\n}\n\nexport class QueryGetToComplete {\n @ApiProperty()\n @IsNumber()\n @IsPositive()\n idSociety: number;\n}"]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ChecklistDetailValue } from '../../../Enum/ChecklistType';
|
|
2
|
+
import { IChecklist } from '../../models/IChecklist';
|
|
3
|
+
export declare type ReadChecklistDeadline = {
|
|
4
|
+
date: string;
|
|
5
|
+
isReinforced: boolean;
|
|
6
|
+
checklist: IChecklist | null;
|
|
7
|
+
};
|
|
8
|
+
export declare type ReadValue = {
|
|
9
|
+
name: string;
|
|
10
|
+
value: ChecklistDetailValue | null;
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=Read.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Read.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/checklist/Read.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AACnE,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAErD,oBAAY,qBAAqB,GAAG;IAClC,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,OAAO,CAAC;IACtB,SAAS,EAAE,UAAU,GAAG,IAAI,CAAC;CAC9B,CAAC;AAEF,oBAAY,SAAS,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,oBAAoB,GAAG,IAAI,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Read.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/checklist/Read.ts"],"names":[],"mappings":"","sourcesContent":["import { ChecklistDetailValue } from '../../../Enum/ChecklistType';\nimport { IChecklist } from '../../models/IChecklist';\n\nexport type ReadChecklistDeadline = {\n date: string;\n isReinforced: boolean;\n checklist: IChecklist | null;\n};\n\nexport type ReadValue = { name: string; value: ChecklistDetailValue | null };"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Update.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/checklist/Update.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAEnE,qBAAa,YAAY;IAGvB,IAAI,EAAE,MAAM,CAAC;IAIb,KAAK,EAAE,oBAAoB,CAAC;CAC7B"}
|
|
@@ -0,0 +1,25 @@
|
|
|
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 { IsEnum, IsString } from 'class-validator';
|
|
11
|
+
import { ApiProperty } from '../../../../utils';
|
|
12
|
+
import { ChecklistDetailValue } from '../../../Enum/ChecklistType';
|
|
13
|
+
export class UpdateAnswer {
|
|
14
|
+
}
|
|
15
|
+
__decorate([
|
|
16
|
+
ApiProperty(),
|
|
17
|
+
IsString(),
|
|
18
|
+
__metadata("design:type", String)
|
|
19
|
+
], UpdateAnswer.prototype, "name", void 0);
|
|
20
|
+
__decorate([
|
|
21
|
+
ApiProperty(),
|
|
22
|
+
IsEnum(ChecklistDetailValue),
|
|
23
|
+
__metadata("design:type", Number)
|
|
24
|
+
], UpdateAnswer.prototype, "value", void 0);
|
|
25
|
+
//# sourceMappingURL=Update.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Update.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/checklist/Update.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAEnE,MAAM,OAAO,YAAY;CAQxB;AALC;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;0CACE;AAIb;IAFC,WAAW,EAAE;IACb,MAAM,CAAC,oBAAoB,CAAC;;2CACD","sourcesContent":["import { IsEnum, IsString } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\nimport { ChecklistDetailValue } from '../../../Enum/ChecklistType';\n\nexport class UpdateAnswer {\n @ApiProperty()\n @IsString()\n name: string;\n\n @ApiProperty()\n @IsEnum(ChecklistDetailValue)\n value: ChecklistDetailValue;\n}"]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccountingJournal } from '../../..';
|
|
1
|
+
import { AccountingJournal, ILettering, IThirdParty } from '../../..';
|
|
2
2
|
export interface IGeneralLedgerAccountingEntry {
|
|
3
3
|
designation: string;
|
|
4
4
|
invoiceNumber?: string;
|
|
@@ -7,6 +7,8 @@ export interface IGeneralLedgerAccountingEntry {
|
|
|
7
7
|
credit: number;
|
|
8
8
|
debit: number;
|
|
9
9
|
intermediateSolde: number;
|
|
10
|
+
thirdParty?: IThirdParty;
|
|
11
|
+
lettering?: ILettering;
|
|
10
12
|
exported?: Date;
|
|
11
13
|
}
|
|
12
14
|
//# sourceMappingURL=IGeneralLedgerAccountingEntry.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IGeneralLedgerAccountingEntry.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/generalLedger/IGeneralLedgerAccountingEntry.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"IGeneralLedgerAccountingEntry.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/generalLedger/IGeneralLedgerAccountingEntry.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAEtE,MAAM,WAAW,6BAA6B;IAC5C,WAAW,EAAE,MAAM,CAAA;IACnB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,OAAO,EAAE,iBAAiB,CAAA;IAC1B,SAAS,EAAE,MAAM,CAAA;IACjB,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,CAAA;IACb,iBAAiB,EAAE,MAAM,CAAA;IACzB,UAAU,CAAC,EAAE,WAAW,CAAC;IACzB,SAAS,CAAC,EAAE,UAAU,CAAC;IACvB,QAAQ,CAAC,EAAE,IAAI,CAAA;CAChB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IGeneralLedgerAccountingEntry.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/generalLedger/IGeneralLedgerAccountingEntry.ts"],"names":[],"mappings":"","sourcesContent":["import { AccountingJournal } from '../../..';\n\nexport interface IGeneralLedgerAccountingEntry {\n designation: string\n invoiceNumber?: string\n journal: AccountingJournal\n dateValue: string\n credit: number\n debit: number\n intermediateSolde: number\n exported?: Date\n}"]}
|
|
1
|
+
{"version":3,"file":"IGeneralLedgerAccountingEntry.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/generalLedger/IGeneralLedgerAccountingEntry.ts"],"names":[],"mappings":"","sourcesContent":["import { AccountingJournal, ILettering, IThirdParty } from '../../..';\n\nexport interface IGeneralLedgerAccountingEntry {\n designation: string\n invoiceNumber?: string\n journal: AccountingJournal\n dateValue: string\n credit: number\n debit: number\n intermediateSolde: number\n thirdParty?: IThirdParty;\n lettering?: ILettering;\n exported?: Date\n}"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IGeneralLedgerAccountingEntry } from './IGeneralLedgerAccountingEntry';
|
|
2
|
+
export interface IGeneralLedgerThirdParty {
|
|
3
|
+
idThirdParty: number;
|
|
4
|
+
name: string;
|
|
5
|
+
totalCredit: number;
|
|
6
|
+
totalDebit: number;
|
|
7
|
+
totalSolde: number;
|
|
8
|
+
entries: IGeneralLedgerAccountingEntry[];
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=IGeneralLedgerThirdParty.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IGeneralLedgerThirdParty.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAEhF,MAAM,WAAW,wBAAwB;IACvC,YAAY,EAAE,MAAM,CAAA;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAA;IACnB,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,OAAO,EAAE,6BAA6B,EAAE,CAAA;CACzC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IGeneralLedgerThirdParty.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.ts"],"names":[],"mappings":"","sourcesContent":["import { IGeneralLedgerAccountingEntry } from './IGeneralLedgerAccountingEntry';\n\nexport interface IGeneralLedgerThirdParty {\n idThirdParty: number\n name: string,\n totalCredit: number\n totalDebit: number\n totalSolde: number\n entries: IGeneralLedgerAccountingEntry[]\n}"]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ThirdPartyType } from '../../../Enum/ThirdPartyType';
|
|
2
|
+
export declare class QueryGeneralLedgerAuxiliary {
|
|
3
|
+
dateStart: string;
|
|
4
|
+
dateEnd: string;
|
|
5
|
+
idThirdPartyType: ThirdPartyType;
|
|
6
|
+
limit: number;
|
|
7
|
+
page: number;
|
|
8
|
+
omitLettering?: boolean;
|
|
9
|
+
descending?: boolean;
|
|
10
|
+
search?: string;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=QueryGeneralLedgerAuxiliary.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryGeneralLedgerAuxiliary.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAE9D,qBAAa,2BAA2B;IAGtC,SAAS,EAAE,MAAM,CAAC;IAIlB,OAAO,EAAE,MAAM,CAAC;IAIhB,gBAAgB,EAAE,cAAc,CAAC;IAKjC,KAAK,EAAE,MAAM,CAAC;IAKd,IAAI,EAAE,MAAM,CAAC;IAMb,aAAa,CAAC,EAAE,OAAO,CAAC;IAMxB,UAAU,CAAC,EAAE,OAAO,CAAC;IAIrB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -0,0 +1,63 @@
|
|
|
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 { IsBoolean, IsEnum, IsInt, IsOptional, IsString, Min, } from 'class-validator';
|
|
11
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
12
|
+
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
13
|
+
import { IsFormattedDateString } from '../../../../utils/validators/formattedDateString.validator';
|
|
14
|
+
import { ThirdPartyType } from '../../../Enum/ThirdPartyType';
|
|
15
|
+
export class QueryGeneralLedgerAuxiliary {
|
|
16
|
+
}
|
|
17
|
+
__decorate([
|
|
18
|
+
ApiProperty(),
|
|
19
|
+
IsFormattedDateString(),
|
|
20
|
+
__metadata("design:type", String)
|
|
21
|
+
], QueryGeneralLedgerAuxiliary.prototype, "dateStart", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
ApiProperty(),
|
|
24
|
+
IsFormattedDateString(),
|
|
25
|
+
__metadata("design:type", String)
|
|
26
|
+
], QueryGeneralLedgerAuxiliary.prototype, "dateEnd", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
ApiProperty(),
|
|
29
|
+
IsEnum(ThirdPartyType),
|
|
30
|
+
__metadata("design:type", Number)
|
|
31
|
+
], QueryGeneralLedgerAuxiliary.prototype, "idThirdPartyType", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
ApiProperty(),
|
|
34
|
+
IsInt(),
|
|
35
|
+
Min(1),
|
|
36
|
+
__metadata("design:type", Number)
|
|
37
|
+
], QueryGeneralLedgerAuxiliary.prototype, "limit", void 0);
|
|
38
|
+
__decorate([
|
|
39
|
+
ApiProperty(),
|
|
40
|
+
IsInt(),
|
|
41
|
+
Min(1),
|
|
42
|
+
__metadata("design:type", Number)
|
|
43
|
+
], QueryGeneralLedgerAuxiliary.prototype, "page", void 0);
|
|
44
|
+
__decorate([
|
|
45
|
+
ApiPropertyOptional({ default: false, describe: 'If set to true, it will search only entries with no lettering' }),
|
|
46
|
+
IsBoolean(),
|
|
47
|
+
ToBoolean(),
|
|
48
|
+
IsOptional(),
|
|
49
|
+
__metadata("design:type", Boolean)
|
|
50
|
+
], QueryGeneralLedgerAuxiliary.prototype, "omitLettering", void 0);
|
|
51
|
+
__decorate([
|
|
52
|
+
ApiPropertyOptional({ default: true }),
|
|
53
|
+
IsBoolean(),
|
|
54
|
+
ToBoolean(),
|
|
55
|
+
IsOptional(),
|
|
56
|
+
__metadata("design:type", Boolean)
|
|
57
|
+
], QueryGeneralLedgerAuxiliary.prototype, "descending", void 0);
|
|
58
|
+
__decorate([
|
|
59
|
+
ApiPropertyOptional(),
|
|
60
|
+
IsString(),
|
|
61
|
+
__metadata("design:type", String)
|
|
62
|
+
], QueryGeneralLedgerAuxiliary.prototype, "search", void 0);
|
|
63
|
+
//# sourceMappingURL=QueryGeneralLedgerAuxiliary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryGeneralLedgerAuxiliary.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,SAAS,EAAE,MAAM,EAAE,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,GAAG,GACpD,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAC3E,OAAO,EAAE,qBAAqB,EAAE,MAAM,4DAA4D,CAAC;AACnG,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAE9D,MAAM,OAAO,2BAA2B;CAsCvC;AAnCC;IAFC,WAAW,EAAE;IACb,qBAAqB,EAAE;;8DACN;AAIlB;IAFC,WAAW,EAAE;IACb,qBAAqB,EAAE;;4DACR;AAIhB;IAFC,WAAW,EAAE;IACb,MAAM,CAAC,cAAc,CAAC;;qEACU;AAKjC;IAHC,WAAW,EAAE;IACb,KAAK,EAAE;IACP,GAAG,CAAC,CAAC,CAAC;;0DACO;AAKd;IAHC,WAAW,EAAE;IACb,KAAK,EAAE;IACP,GAAG,CAAC,CAAC,CAAC;;yDACM;AAMb;IAJC,mBAAmB,CAAC,EAAE,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE,+DAA+D,EAAE,CAAC;IAClH,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;kEACW;AAMxB;IAJC,mBAAmB,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;IACtC,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;+DACQ;AAIrB;IAFC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;;2DACK","sourcesContent":["import {\n IsBoolean, IsEnum, IsInt, IsOptional, IsString, Min,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { IsFormattedDateString } from '../../../../utils/validators/formattedDateString.validator';\nimport { ThirdPartyType } from '../../../Enum/ThirdPartyType';\n\nexport class QueryGeneralLedgerAuxiliary {\n @ApiProperty()\n @IsFormattedDateString()\n dateStart: string;\n\n @ApiProperty()\n @IsFormattedDateString()\n dateEnd: string;\n\n @ApiProperty()\n @IsEnum(ThirdPartyType)\n idThirdPartyType: ThirdPartyType;\n\n @ApiProperty()\n @IsInt()\n @Min(1)\n limit: number;\n\n @ApiProperty()\n @IsInt()\n @Min(1)\n page: number;\n\n @ApiPropertyOptional({ default: false, describe: 'If set to true, it will search only entries with no lettering' })\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n omitLettering?: boolean;\n\n @ApiPropertyOptional({ default: true })\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n descending?: boolean;\n\n @ApiPropertyOptional()\n @IsString()\n search?: string;\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryRegroupLettering.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/lettering/QueryRegroupLettering.ts"],"names":[],"mappings":"AAGA,qBAAa,qBAAqB;IAGhC,SAAS,EAAE,MAAM,EAAE,CAAC;CACrB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
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 { IsArray } from 'class-validator';
|
|
11
|
+
import { ApiProperty } from '../../../../utils';
|
|
12
|
+
export class QueryRegroupLettering {
|
|
13
|
+
}
|
|
14
|
+
__decorate([
|
|
15
|
+
ApiProperty(),
|
|
16
|
+
IsArray(),
|
|
17
|
+
__metadata("design:type", Array)
|
|
18
|
+
], QueryRegroupLettering.prototype, "idEntries", void 0);
|
|
19
|
+
//# sourceMappingURL=QueryRegroupLettering.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryRegroupLettering.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/lettering/QueryRegroupLettering.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAC1C,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,MAAM,OAAO,qBAAqB;CAIjC;AADC;IAFC,WAAW,EAAE;IACb,OAAO,EAAE;;wDACU","sourcesContent":["import { IsArray } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\n\nexport class QueryRegroupLettering {\n @ApiProperty()\n @IsArray()\n idEntries: number[];\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateMobile.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/mobile/UpdateMobile.ts"],"names":[],"mappings":"AAEA,qBAAa,gBAAgB;IAE3B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -0,0 +1,17 @@
|
|
|
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 '../../../../utils';
|
|
11
|
+
export class UpdateMobileForm {
|
|
12
|
+
}
|
|
13
|
+
__decorate([
|
|
14
|
+
ApiPropertyOptional(),
|
|
15
|
+
__metadata("design:type", String)
|
|
16
|
+
], UpdateMobileForm.prototype, "token", void 0);
|
|
17
|
+
//# sourceMappingURL=UpdateMobile.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateMobile.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/mobile/UpdateMobile.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,gBAAgB;CAG5B;AADC;IADC,mBAAmB,EAAE;;+CACP","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class UpdateMobileForm {\n @ApiPropertyOptional()\n token?: string;\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateNotification.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/notification/CreateNotification.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAElE,qBAAa,kBAAkB;IAE7B,gBAAgB,EAAE,gBAAgB,CAAC;IAGnC,KAAK,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -0,0 +1,22 @@
|
|
|
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 } from '../../../../utils';
|
|
11
|
+
import { NotificationType } from '../../../Enum/NotificationType';
|
|
12
|
+
export class CreateNotification {
|
|
13
|
+
}
|
|
14
|
+
__decorate([
|
|
15
|
+
ApiProperty(),
|
|
16
|
+
__metadata("design:type", String)
|
|
17
|
+
], CreateNotification.prototype, "notificationType", void 0);
|
|
18
|
+
__decorate([
|
|
19
|
+
ApiProperty(),
|
|
20
|
+
__metadata("design:type", String)
|
|
21
|
+
], CreateNotification.prototype, "token", void 0);
|
|
22
|
+
//# sourceMappingURL=CreateNotification.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateNotification.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/notification/CreateNotification.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAElE,MAAM,OAAO,kBAAkB;CAM9B;AAJC;IADC,WAAW,EAAE;;4DACqB;AAGnC;IADC,WAAW,EAAE;;iDACA","sourcesContent":["import { ApiProperty } from '../../../../utils';\nimport { NotificationType } from '../../../Enum/NotificationType';\n\nexport class CreateNotification {\n @ApiProperty()\n notificationType: NotificationType;\n\n @ApiProperty()\n token: string;\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryRevisionApprobation.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/revision/QueryRevisionApprobation.ts"],"names":[],"mappings":"AAKA,qBAAa,wBAAwB;IAGnC,SAAS,EAAE,IAAI,CAAC;IAIhB,OAAO,EAAE,IAAI,CAAC;IAId,SAAS,EAAE,MAAM,CAAC;IAIlB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,34 @@
|
|
|
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 { IsDate, IsNumber, IsString, } from 'class-validator';
|
|
11
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../..';
|
|
12
|
+
export class QueryRevisionApprobation {
|
|
13
|
+
}
|
|
14
|
+
__decorate([
|
|
15
|
+
ApiProperty(),
|
|
16
|
+
IsDate(),
|
|
17
|
+
__metadata("design:type", Date)
|
|
18
|
+
], QueryRevisionApprobation.prototype, "startDate", void 0);
|
|
19
|
+
__decorate([
|
|
20
|
+
ApiProperty(),
|
|
21
|
+
IsDate(),
|
|
22
|
+
__metadata("design:type", Date)
|
|
23
|
+
], QueryRevisionApprobation.prototype, "endDate", void 0);
|
|
24
|
+
__decorate([
|
|
25
|
+
ApiProperty(),
|
|
26
|
+
IsNumber(),
|
|
27
|
+
__metadata("design:type", Number)
|
|
28
|
+
], QueryRevisionApprobation.prototype, "idSociety", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
ApiPropertyOptional(),
|
|
31
|
+
IsString(),
|
|
32
|
+
__metadata("design:type", String)
|
|
33
|
+
], QueryRevisionApprobation.prototype, "comment", void 0);
|
|
34
|
+
//# sourceMappingURL=QueryRevisionApprobation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryRevisionApprobation.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/revision/QueryRevisionApprobation.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,MAAM,EAAE,QAAQ,EAAE,QAAQ,GAC3B,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAE/D,MAAM,OAAO,wBAAwB;CAgBpC;AAbC;IAFC,WAAW,EAAE;IACb,MAAM,EAAE;8BACE,IAAI;2DAAC;AAIhB;IAFC,WAAW,EAAE;IACb,MAAM,EAAE;8BACA,IAAI;yDAAC;AAId;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;2DACO;AAIlB;IAFC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;;yDACM","sourcesContent":["import {\n IsDate, IsNumber, IsString,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../..';\n\nexport class QueryRevisionApprobation {\n @ApiProperty()\n @IsDate()\n startDate: Date;\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n\n @ApiProperty()\n @IsNumber()\n idSociety: number;\n\n @ApiPropertyOptional()\n @IsString()\n comment?: string;\n}"]}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AccountingJournal } from '../../../..';
|
|
1
2
|
export declare class QueryRevisionSearchEntries {
|
|
2
3
|
idSociety: number;
|
|
3
4
|
startDate: Date;
|
|
@@ -9,6 +10,13 @@ export declare class QueryRevisionSearchEntries {
|
|
|
9
10
|
startAccountNumber?: string;
|
|
10
11
|
endAccountNumber?: string;
|
|
11
12
|
idAccountingJournal?: number;
|
|
13
|
+
minimumAmount?: number;
|
|
14
|
+
maximumAmount?: number;
|
|
15
|
+
idsAccountingJournal?: Array<AccountingJournal>;
|
|
16
|
+
type?: number;
|
|
17
|
+
isRevised?: boolean;
|
|
18
|
+
orderBy?: 'date' | 'accountNumber';
|
|
19
|
+
descending?: boolean;
|
|
12
20
|
limit?: number;
|
|
13
21
|
page?: number;
|
|
14
22
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryRevisionSearchEntries.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/revision/QueryRevisionSearchEntries.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"QueryRevisionSearchEntries.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/revision/QueryRevisionSearchEntries.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,iBAAiB,EAAe,MAAM,aAAa,CAAC;AAI7D,qBAAa,0BAA0B;IAIrC,SAAS,EAAE,MAAM,CAAC;IAIlB,SAAS,EAAE,IAAI,CAAC;IAIhB,OAAO,EAAE,IAAI,CAAC;IAMd,YAAY,CAAC,EAAE,MAAM,CAAC;IAKtB,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,UAAU,CAAC,EAAE,MAAM,CAAC;IAKpB,WAAW,CAAC,EAAE,MAAM,CAAC;IAKrB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAK5B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAK1B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAM7B,aAAa,CAAC,EAAE,MAAM,CAAC;IAKvB,aAAa,CAAC,EAAE,MAAM,CAAC;IAKvB,oBAAoB,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC;IAKhD,IAAI,CAAC,EAAE,MAAM,CAAC;IAMd,SAAS,CAAC,EAAE,OAAO,CAAC;IAKpB,OAAO,CAAC,EAAE,MAAM,GAAG,eAAe,CAAC;IAMnC,UAAU,CAAC,EAAE,OAAO,CAAC;IAKrB,KAAK,CAAC,EAAE,MAAM,CAAM;IAIpB,IAAI,CAAC,EAAE,MAAM,CAAK;CACnB"}
|
|
@@ -7,9 +7,10 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
7
7
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
8
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
9
|
};
|
|
10
|
-
import { IsDate, IsEnum, IsNumber, IsOptional, IsString, } from 'class-validator';
|
|
10
|
+
import { IsArray, IsBoolean, IsDate, IsEnum, IsNumber, IsOptional, IsString, } from 'class-validator';
|
|
11
11
|
import { AccountingJournal, ApiProperty } from '../../../..';
|
|
12
12
|
import { ApiPropertyOptional } from '../../../../utils';
|
|
13
|
+
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
13
14
|
export class QueryRevisionSearchEntries {
|
|
14
15
|
constructor() {
|
|
15
16
|
// Interface paginate
|
|
@@ -74,6 +75,50 @@ __decorate([
|
|
|
74
75
|
IsOptional(),
|
|
75
76
|
__metadata("design:type", Number)
|
|
76
77
|
], QueryRevisionSearchEntries.prototype, "idAccountingJournal", void 0);
|
|
78
|
+
__decorate([
|
|
79
|
+
ApiPropertyOptional(),
|
|
80
|
+
IsNumber(),
|
|
81
|
+
IsOptional(),
|
|
82
|
+
__metadata("design:type", Number)
|
|
83
|
+
], QueryRevisionSearchEntries.prototype, "minimumAmount", void 0);
|
|
84
|
+
__decorate([
|
|
85
|
+
ApiPropertyOptional(),
|
|
86
|
+
IsNumber(),
|
|
87
|
+
IsOptional(),
|
|
88
|
+
__metadata("design:type", Number)
|
|
89
|
+
], QueryRevisionSearchEntries.prototype, "maximumAmount", void 0);
|
|
90
|
+
__decorate([
|
|
91
|
+
ApiPropertyOptional(),
|
|
92
|
+
IsArray({ each: true }),
|
|
93
|
+
IsOptional(),
|
|
94
|
+
__metadata("design:type", Array)
|
|
95
|
+
], QueryRevisionSearchEntries.prototype, "idsAccountingJournal", void 0);
|
|
96
|
+
__decorate([
|
|
97
|
+
ApiPropertyOptional(),
|
|
98
|
+
IsNumber(),
|
|
99
|
+
IsOptional(),
|
|
100
|
+
__metadata("design:type", Number)
|
|
101
|
+
], QueryRevisionSearchEntries.prototype, "type", void 0);
|
|
102
|
+
__decorate([
|
|
103
|
+
ApiPropertyOptional(),
|
|
104
|
+
IsBoolean(),
|
|
105
|
+
ToBoolean(),
|
|
106
|
+
IsOptional(),
|
|
107
|
+
__metadata("design:type", Boolean)
|
|
108
|
+
], QueryRevisionSearchEntries.prototype, "isRevised", void 0);
|
|
109
|
+
__decorate([
|
|
110
|
+
ApiPropertyOptional({ default: 'date' }),
|
|
111
|
+
IsString(),
|
|
112
|
+
IsOptional(),
|
|
113
|
+
__metadata("design:type", String)
|
|
114
|
+
], QueryRevisionSearchEntries.prototype, "orderBy", void 0);
|
|
115
|
+
__decorate([
|
|
116
|
+
ApiPropertyOptional(),
|
|
117
|
+
IsBoolean(),
|
|
118
|
+
ToBoolean(),
|
|
119
|
+
IsOptional(),
|
|
120
|
+
__metadata("design:type", Boolean)
|
|
121
|
+
], QueryRevisionSearchEntries.prototype, "descending", void 0);
|
|
77
122
|
__decorate([
|
|
78
123
|
ApiProperty({ default: 25 }),
|
|
79
124
|
IsNumber(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryRevisionSearchEntries.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/revision/QueryRevisionSearchEntries.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,UAAU,EAAE,QAAQ,GAC/C,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,iBAAiB,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC7D,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"QueryRevisionSearchEntries.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/revision/QueryRevisionSearchEntries.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,OAAO,EACP,SAAS,EACT,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,UAAU,EAAE,QAAQ,GAC/C,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,iBAAiB,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC7D,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,0BAA0B;IAAvC;QAwFE,qBAAqB;QAGrB,UAAK,GAAY,EAAE,CAAC;QAIpB,SAAI,GAAY,CAAC,CAAC;IACpB,CAAC;CAAA;AA5FC;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;6DACO;AAIlB;IAFC,WAAW,EAAE;IACb,MAAM,EAAE;8BACE,IAAI;6DAAC;AAIhB;IAFC,WAAW,EAAE;IACb,MAAM,EAAE;8BACA,IAAI;2DAAC;AAMd;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;gEACS;AAKtB;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;0DACG;AAKhB;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;8DACO;AAKpB;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;+DACQ;AAKrB;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;sEACe;AAK5B;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;oEACa;AAK1B;IAHC,mBAAmB,EAAE;IACrB,MAAM,CAAC,iBAAiB,CAAC;IACzB,UAAU,EAAE;;uEACgB;AAM7B;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;iEACU;AAKvB;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;iEACU;AAKvB;IAHC,mBAAmB,EAAE;IACrB,OAAO,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IACvB,UAAU,EAAE;8BACU,KAAK;wEAAoB;AAKhD;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;wDACC;AAMd;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;6DACO;AAKpB;IAHC,mBAAmB,CAAC,EAAE,OAAO,EAAE,MAAM,EAAE,CAAC;IACxC,QAAQ,EAAE;IACV,UAAU,EAAE;;2DACsB;AAMnC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;8DACQ;AAKrB;IAFC,WAAW,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC;IAC5B,QAAQ,EAAE;;yDACS;AAIpB;IAFC,WAAW,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;IAC3B,QAAQ,EAAE;;wDACO","sourcesContent":["import {\n IsArray,\n IsBoolean,\n IsDate, IsEnum, IsNumber, IsOptional, IsString,\n} from 'class-validator';\nimport { AccountingJournal, ApiProperty } from '../../../..';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryRevisionSearchEntries {\n // Mandatory\n @ApiProperty()\n @IsNumber()\n idSociety: number;\n\n @ApiProperty()\n @IsDate()\n startDate: Date;\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n\n // Optional\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n idThirdParty?: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n amount?: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n difference?: number;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n designation?: string;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n startAccountNumber?: string;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n endAccountNumber?: string;\n\n @ApiPropertyOptional()\n @IsEnum(AccountingJournal)\n @IsOptional()\n idAccountingJournal?: number;\n\n // advanced search\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n minimumAmount?: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n maximumAmount?: number;\n\n @ApiPropertyOptional()\n @IsArray({ each: true })\n @IsOptional()\n idsAccountingJournal?: Array<AccountingJournal>;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n type?: number;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isRevised?: boolean;\n\n @ApiPropertyOptional({ default: 'date' })\n @IsString()\n @IsOptional()\n orderBy?: 'date' | 'accountNumber';\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n descending?: boolean;\n\n // Interface paginate\n @ApiProperty({ default: 25 })\n @IsNumber()\n limit?: number = 25;\n\n @ApiProperty({ default: 1 })\n @IsNumber()\n page?: number = 1;\n}\n"]}
|
|
@@ -15,6 +15,8 @@ export interface ReadRevisionAccount {
|
|
|
15
15
|
idAccountingTransaction: number;
|
|
16
16
|
idVat: number | null;
|
|
17
17
|
idImmobilization: number | null;
|
|
18
|
+
idLettering?: number | null;
|
|
19
|
+
lettering?: ILettering;
|
|
18
20
|
createdAt: Date;
|
|
19
21
|
updatedAt: Date;
|
|
20
22
|
accountingTransaction: {
|
|
@@ -25,10 +27,8 @@ export interface ReadRevisionAccount {
|
|
|
25
27
|
idUser: number | null;
|
|
26
28
|
exported: Date | null;
|
|
27
29
|
idAccountingJournal: number;
|
|
28
|
-
idLettering: number | null;
|
|
29
30
|
accountingFiles: Array<IAccountingFile>;
|
|
30
31
|
accountingJournal: IAccountingJournal;
|
|
31
|
-
lettering: ILettering;
|
|
32
32
|
user: IUser;
|
|
33
33
|
};
|
|
34
34
|
thirdParty: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadRevisionAccount.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/revision/ReadRevisionAccount.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,eAAe,EAAE,kBAAkB,EAAE,UAAU,EAAE,KAAK,EACvD,MAAM,UAAU,CAAC;AAElB,MAAM,WAAW,mBAAmB;IAClC,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,OAAO,CAAC;IAChB,SAAS,EAAE,IAAI,CAAC;IAChB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;IACjB,YAAY,EAAE,OAAO,CAAC;IACtB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,uBAAuB,EAAE,MAAM,CAAC;IAChC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,SAAS,EAAE,IAAI,CAAC;IAChB,SAAS,EAAE,IAAI,CAAC;IAChB,qBAAqB,EAAE;QACrB,EAAE,EAAE,MAAM,CAAC;QACX,aAAa,EAAE,MAAM,CAAC;QACtB,UAAU,EAAE,IAAI,GAAG,IAAI,CAAC;QACxB,YAAY,EAAE,IAAI,GAAG,IAAI,CAAC;QAC1B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;QACtB,QAAQ,EAAE,IAAI,GAAG,IAAI,CAAC;QACtB,mBAAmB,EAAE,MAAM,CAAC;QAC5B,
|
|
1
|
+
{"version":3,"file":"ReadRevisionAccount.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/revision/ReadRevisionAccount.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,eAAe,EAAE,kBAAkB,EAAE,UAAU,EAAE,KAAK,EACvD,MAAM,UAAU,CAAC;AAElB,MAAM,WAAW,mBAAmB;IAClC,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,OAAO,CAAC;IAChB,SAAS,EAAE,IAAI,CAAC;IAChB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;IACjB,YAAY,EAAE,OAAO,CAAC;IACtB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,uBAAuB,EAAE,MAAM,CAAC;IAChC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,SAAS,CAAC,EAAE,UAAU,CAAC;IACvB,SAAS,EAAE,IAAI,CAAC;IAChB,SAAS,EAAE,IAAI,CAAC;IAChB,qBAAqB,EAAE;QACrB,EAAE,EAAE,MAAM,CAAC;QACX,aAAa,EAAE,MAAM,CAAC;QACtB,UAAU,EAAE,IAAI,GAAG,IAAI,CAAC;QACxB,YAAY,EAAE,IAAI,GAAG,IAAI,CAAC;QAC1B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;QACtB,QAAQ,EAAE,IAAI,GAAG,IAAI,CAAC;QACtB,mBAAmB,EAAE,MAAM,CAAC;QAC5B,eAAe,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;QACxC,iBAAiB,EAAE,kBAAkB,CAAC;QACtC,IAAI,EAAE,KAAK,CAAC;KACb,CAAC;IACF,UAAU,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;IACpD,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadRevisionAccount.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/revision/ReadRevisionAccount.ts"],"names":[],"mappings":"","sourcesContent":["import {\n IAccountingFile, IAccountingJournal, ILettering, IUser,\n} from '../../..';\n\nexport interface ReadRevisionAccount {\n id: number;\n master: boolean;\n dateValue: Date;\n designation: string | null;\n comment: string | null;\n debit: number;\n credit: number;\n isPerso: boolean;\n autoAnnotate: boolean;\n idInherit: number | null;\n idAccount: number;\n idThirdParty: number;\n idAccountingTransaction: number;\n idVat: number | null;\n idImmobilization: number | null;\n createdAt: Date;\n updatedAt: Date;\n accountingTransaction: {\n id: number;\n idBankAccount: number,\n dateLocked: Date | null;\n dateVerified: Date | null;\n idUser: number | null;\n exported: Date | null;\n idAccountingJournal: number;\n
|
|
1
|
+
{"version":3,"file":"ReadRevisionAccount.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/revision/ReadRevisionAccount.ts"],"names":[],"mappings":"","sourcesContent":["import {\n IAccountingFile, IAccountingJournal, ILettering, IUser,\n} from '../../..';\n\nexport interface ReadRevisionAccount {\n id: number;\n master: boolean;\n dateValue: Date;\n designation: string | null;\n comment: string | null;\n debit: number;\n credit: number;\n isPerso: boolean;\n autoAnnotate: boolean;\n idInherit: number | null;\n idAccount: number;\n idThirdParty: number;\n idAccountingTransaction: number;\n idVat: number | null;\n idImmobilization: number | null;\n idLettering?: number | null;\n lettering?: ILettering;\n createdAt: Date;\n updatedAt: Date;\n accountingTransaction: {\n id: number;\n idBankAccount: number,\n dateLocked: Date | null;\n dateVerified: Date | null;\n idUser: number | null;\n exported: Date | null;\n idAccountingJournal: number;\n accountingFiles: Array<IAccountingFile>;\n accountingJournal: IAccountingJournal;\n user: IUser;\n },\n thirdParty: { id: number, fullname: string } | null,\n calculatedVat?: number;\n balance: number | null;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadSociety.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/ReadSociety.ts"],"names":[],"mappings":"AAAA,oBAAY,YAAY,GAAG;IACzB,WAAW,EAAE,IAAI,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,IAAI,CAAC;IAChB,OAAO,EAAE,IAAI,CAAC;CACf,CAAC"}
|
|
1
|
+
{"version":3,"file":"ReadSociety.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/ReadSociety.ts"],"names":[],"mappings":"AAAA,oBAAY,YAAY,GAAG;IACzB,WAAW,EAAE,IAAI,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,IAAI,CAAC;IAChB,OAAO,EAAE,IAAI,CAAC;CACf,CAAC;AAEF,oBAAY,qBAAqB,GAAG;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadSociety.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/ReadSociety.ts"],"names":[],"mappings":"","sourcesContent":["export type UnpaidDetail = {\n datePayment: Date,\n amount: number,\n idExercice: number,\n dateStart: Date,\n dateEnd: Date,\n};"]}
|
|
1
|
+
{"version":3,"file":"ReadSociety.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/ReadSociety.ts"],"names":[],"mappings":"","sourcesContent":["export type UnpaidDetail = {\n datePayment: Date,\n amount: number,\n idExercice: number,\n dateStart: Date,\n dateEnd: Date,\n};\n\nexport type ReadInvalidFieldState = {\n label: string;\n field: string;\n};"]}
|