@silexpert/core 0.4.200 → 0.4.202
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/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/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/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}"]}
|
|
@@ -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};"]}
|
|
@@ -21,5 +21,14 @@ export interface TaxDate {
|
|
|
21
21
|
required: boolean;
|
|
22
22
|
isBalance: boolean;
|
|
23
23
|
}
|
|
24
|
+
export declare type ReadVatAmountDetail = {
|
|
25
|
+
idVat: number;
|
|
26
|
+
real: number;
|
|
27
|
+
collected: number;
|
|
28
|
+
};
|
|
29
|
+
export declare type ReadVatAmount = {
|
|
30
|
+
isBalanced: boolean;
|
|
31
|
+
details: ReadVatAmountDetail[];
|
|
32
|
+
};
|
|
24
33
|
export {};
|
|
25
34
|
//# sourceMappingURL=ReadTax.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadTax.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/tax/ReadTax.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AAEnE,MAAM,WAAW,cAAc;IAC7B,MAAM,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,OAAO,CAAC;CAC1B;AAED,UAAU,GAAI,SAAQ,OAAO;IAC3B,GAAG,EAAE,iBAAiB,GAAG,IAAI,CAAC;CAC/B;AAED,oBAAY,OAAO,GAAG,cAAc,GAAG;IACrC,UAAU,EAAE,cAAc,GAAG,IAAI,CAAC;CACnC,CAAC;AAEF,oBAAY,sBAAsB,GAAG;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,GAAG,cAAc,CAAC;AAE7E,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,GAAG,EAAE,CAAC;IACb,MAAM,EAAE,iBAAiB,EAAE,CAAA;CAC5B;AAED,MAAM,WAAW,OAAO;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,OAAO,CAAC;CACpB"}
|
|
1
|
+
{"version":3,"file":"ReadTax.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/tax/ReadTax.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AAEnE,MAAM,WAAW,cAAc;IAC7B,MAAM,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,OAAO,CAAC;CAC1B;AAED,UAAU,GAAI,SAAQ,OAAO;IAC3B,GAAG,EAAE,iBAAiB,GAAG,IAAI,CAAC;CAC/B;AAED,oBAAY,OAAO,GAAG,cAAc,GAAG;IACrC,UAAU,EAAE,cAAc,GAAG,IAAI,CAAC;CACnC,CAAC;AAEF,oBAAY,sBAAsB,GAAG;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,GAAG,cAAc,CAAC;AAE7E,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,GAAG,EAAE,CAAC;IACb,MAAM,EAAE,iBAAiB,EAAE,CAAA;CAC5B;AAED,MAAM,WAAW,OAAO;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,OAAO,CAAC;CACpB;AAED,oBAAY,mBAAmB,GAAG;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;CAAE,CAAC;AAEtF,oBAAY,aAAa,GAAG;IAC1B,UAAU,EAAE,OAAO,CAAC;IACpB,OAAO,EAAE,mBAAmB,EAAE,CAAC;CAChC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadTax.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/tax/ReadTax.ts"],"names":[],"mappings":"","sourcesContent":["import { ICustomerIsRegime } from '../../models/ICustomerIsRegime';\n\nexport interface ReadAmountBase {\n amount: number;\n isFirstExercice: boolean;\n}\n\ninterface Tax extends TaxDate {\n tax: ICustomerIsRegime | null;\n}\n\nexport type ReadTax = ReadTaxAndData & {\n amountBase: ReadAmountBase | null;\n};\n\nexport type TaxAndDataWithExercise = { idExercice: number } & ReadTaxAndData;\n\nexport interface ReadTaxAndData {\n taxes: Tax[],\n others: ICustomerIsRegime[]\n}\n\nexport interface TaxDate {\n date: string;\n required: boolean;\n isBalance: boolean;\n}"]}
|
|
1
|
+
{"version":3,"file":"ReadTax.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/tax/ReadTax.ts"],"names":[],"mappings":"","sourcesContent":["import { ICustomerIsRegime } from '../../models/ICustomerIsRegime';\n\nexport interface ReadAmountBase {\n amount: number;\n isFirstExercice: boolean;\n}\n\ninterface Tax extends TaxDate {\n tax: ICustomerIsRegime | null;\n}\n\nexport type ReadTax = ReadTaxAndData & {\n amountBase: ReadAmountBase | null;\n};\n\nexport type TaxAndDataWithExercise = { idExercice: number } & ReadTaxAndData;\n\nexport interface ReadTaxAndData {\n taxes: Tax[],\n others: ICustomerIsRegime[]\n}\n\nexport interface TaxDate {\n date: string;\n required: boolean;\n isBalance: boolean;\n}\n\nexport type ReadVatAmountDetail = { idVat: number; real: number; collected: number; };\n\nexport type ReadVatAmount = {\n isBalanced: boolean;\n details: ReadVatAmountDetail[];\n};"]}
|
|
@@ -3,18 +3,18 @@ import { IAccount } from './IAccount';
|
|
|
3
3
|
import { IUser } from './IUser';
|
|
4
4
|
export interface IAccountDetail {
|
|
5
5
|
id?: number;
|
|
6
|
-
comment
|
|
6
|
+
comment?: string | null;
|
|
7
7
|
isPending: boolean;
|
|
8
8
|
checkByIdAccountant: number | null;
|
|
9
9
|
checkByIdSupervisor: number | null;
|
|
10
10
|
idAccount: number;
|
|
11
|
-
idExercice
|
|
11
|
+
idExercice?: number;
|
|
12
12
|
idSociety: number;
|
|
13
13
|
createdAt?: Date | null;
|
|
14
14
|
updatedAt?: Date | null;
|
|
15
|
-
society
|
|
16
|
-
account
|
|
17
|
-
accountDetailByAccountant
|
|
18
|
-
accountDetailBySupervisor
|
|
15
|
+
society?: ISociety;
|
|
16
|
+
account?: IAccount;
|
|
17
|
+
accountDetailByAccountant?: IUser;
|
|
18
|
+
accountDetailBySupervisor?: IUser;
|
|
19
19
|
}
|
|
20
20
|
//# sourceMappingURL=IAccountDetail.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IAccountDetail.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountDetail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,WAAW,cAAc;IAC7B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"IAccountDetail.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountDetail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,WAAW,cAAc;IAC7B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,SAAS,EAAE,OAAO,CAAC;IACnB,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,yBAAyB,CAAC,EAAE,KAAK,CAAC;IAClC,yBAAyB,CAAC,EAAE,KAAK,CAAC;CACnC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IAccountDetail.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountDetail.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from './ISociety';\nimport { IAccount } from './IAccount';\nimport { IUser } from './IUser';\n\n// accountDetail\nexport interface IAccountDetail {\n id?: number;\n comment
|
|
1
|
+
{"version":3,"file":"IAccountDetail.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountDetail.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from './ISociety';\nimport { IAccount } from './IAccount';\nimport { IUser } from './IUser';\n\n// accountDetail\nexport interface IAccountDetail {\n id?: number;\n comment?: string | null;\n isPending: boolean;\n checkByIdAccountant: number | null;\n checkByIdSupervisor: number | null;\n idAccount: number;\n idExercice?: number;\n idSociety: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n society?: ISociety;\n account?: IAccount;\n accountDetailByAccountant?: IUser;\n accountDetailBySupervisor?: IUser;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IAccountingEntry.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountingEntry.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAG5C,MAAM,WAAW,gBAAgB;IAC/B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,OAAO,CAAC;IAChB,SAAS,EAAE,IAAI,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,uBAAuB,EAAE,MAAM,CAAC;IAChC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,UAAU,CAAC,EAAE,WAAW,CAAC;IACzB,eAAe,CAAC,EAAE,gBAAgB,CAAC;IACnC,QAAQ,CAAC,EAAE,gBAAgB,CAAC;IAC5B,qBAAqB,CAAC,EAAE,sBAAsB,CAAC;IAC/C,GAAG,CAAC,EAAE,IAAI,CAAC;IACX,cAAc,CAAC,EAAE,eAAe,CAAC;IACjC,WAAW,CAAC,EAAE,WAAW,EAAE,CAAC;CAC7B"}
|
|
1
|
+
{"version":3,"file":"IAccountingEntry.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountingEntry.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAG5C,MAAM,WAAW,gBAAgB;IAC/B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,OAAO,CAAC;IAChB,SAAS,EAAE,IAAI,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,uBAAuB,EAAE,MAAM,CAAC;IAChC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,UAAU,CAAC,EAAE,WAAW,CAAC;IACzB,eAAe,CAAC,EAAE,gBAAgB,CAAC;IACnC,QAAQ,CAAC,EAAE,gBAAgB,CAAC;IAC5B,qBAAqB,CAAC,EAAE,sBAAsB,CAAC;IAC/C,GAAG,CAAC,EAAE,IAAI,CAAC;IACX,cAAc,CAAC,EAAE,eAAe,CAAC;IACjC,WAAW,CAAC,EAAE,WAAW,EAAE,CAAC;CAC7B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IAccountingEntry.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountingEntry.ts"],"names":[],"mappings":"","sourcesContent":["import { IAccount } from './IAccount';\nimport { IThirdParty } from './IThirdParty';\nimport { IAccountingTransaction } from './IAccountingTransaction';\nimport { IVat } from './IVat';\nimport { IImmobilization } from './IImmobilization';\nimport { ISuggestion } from './ISuggestion';\n\n// accountingEntries\nexport interface IAccountingEntry {\n id?: number;\n master: boolean;\n dateValue: Date;\n designation: string;\n comment?: string | null;\n debit: number;\n credit: number;\n isPerso?: boolean;\n autoAnnotate?: boolean;\n idInherit: number | null;\n idAccount: number | null;\n idThirdParty: number | null;\n idAccountingTransaction: number;\n idVat?: number | null;\n idImmobilization?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n account?: IAccount;\n thirdParty?: IThirdParty;\n accountingEntry?: IAccountingEntry;\n childTva?: IAccountingEntry;\n accountingTransaction?: IAccountingTransaction;\n vat?: IVat;\n immobilization?: IImmobilization;\n suggestions?: ISuggestion[];\n}\n"]}
|
|
1
|
+
{"version":3,"file":"IAccountingEntry.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountingEntry.ts"],"names":[],"mappings":"","sourcesContent":["import { IAccount } from './IAccount';\nimport { IThirdParty } from './IThirdParty';\nimport { IAccountingTransaction } from './IAccountingTransaction';\nimport { IVat } from './IVat';\nimport { IImmobilization } from './IImmobilization';\nimport { ISuggestion } from './ISuggestion';\n\n// accountingEntries\nexport interface IAccountingEntry {\n id?: number;\n master: boolean;\n dateValue: Date;\n designation: string;\n comment?: string | null;\n debit: number;\n credit: number;\n isPerso?: boolean;\n autoAnnotate?: boolean;\n idInherit: number | null;\n idAccount: number | null;\n idThirdParty: number | null;\n idLettering?: number | null;\n idAccountingTransaction: number;\n idVat?: number | null;\n idImmobilization?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n account?: IAccount;\n thirdParty?: IThirdParty;\n accountingEntry?: IAccountingEntry;\n childTva?: IAccountingEntry;\n accountingTransaction?: IAccountingTransaction;\n vat?: IVat;\n immobilization?: IImmobilization;\n suggestions?: ISuggestion[];\n}\n"]}
|