@silexpert/core 1.1.263 → 1.1.265
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/dist/cjs/api/resources/Account.d.ts +3 -1
- package/dist/cjs/api/resources/Account.d.ts.map +1 -1
- package/dist/cjs/api/resources/Account.js +6 -0
- package/dist/cjs/api/resources/Account.js.map +1 -1
- package/dist/cjs/api/resources/CalendarEvent.d.ts +2 -1
- package/dist/cjs/api/resources/CalendarEvent.d.ts.map +1 -1
- package/dist/cjs/api/resources/CalendarEvent.js +3 -0
- package/dist/cjs/api/resources/CalendarEvent.js.map +1 -1
- package/dist/cjs/api/resources/Contest.d.ts +2 -2
- package/dist/cjs/api/resources/Contest.d.ts.map +1 -1
- package/dist/cjs/api/resources/Contest.js.map +1 -1
- package/dist/cjs/api/resources/Transaction.d.ts +3 -2
- package/dist/cjs/api/resources/Transaction.d.ts.map +1 -1
- package/dist/cjs/api/resources/Transaction.js +4 -1
- package/dist/cjs/api/resources/Transaction.js.map +1 -1
- package/dist/cjs/types/Enum/Contest.d.ts +16 -0
- package/dist/cjs/types/Enum/Contest.d.ts.map +1 -0
- package/dist/cjs/types/Enum/Contest.js +20 -0
- package/dist/cjs/types/Enum/Contest.js.map +1 -0
- package/dist/cjs/types/Enum/MailAuto.d.ts +2 -1
- package/dist/cjs/types/Enum/MailAuto.d.ts.map +1 -1
- package/dist/cjs/types/Enum/MailAuto.js +1 -0
- package/dist/cjs/types/Enum/MailAuto.js.map +1 -1
- package/dist/cjs/types/Enum/MailDomainType.d.ts +1 -0
- package/dist/cjs/types/Enum/MailDomainType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/MailDomainType.js +3662 -1
- package/dist/cjs/types/Enum/MailDomainType.js.map +1 -1
- package/dist/cjs/types/Enum/PriceGridPourcentage.d.ts.map +1 -1
- package/dist/cjs/types/Enum/PriceGridPourcentage.js +326 -0
- package/dist/cjs/types/Enum/PriceGridPourcentage.js.map +1 -1
- package/dist/cjs/types/Enum/TimeSlot.js +2 -2
- package/dist/cjs/types/Enum/TimeSlot.js.map +1 -1
- package/dist/cjs/types/Interface/api/account/Create.d.ts +13 -0
- package/dist/cjs/types/Interface/api/account/Create.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/account/{CreateAccountSociety.js → Create.js} +22 -2
- package/dist/cjs/types/Interface/api/account/Create.js.map +1 -0
- package/dist/cjs/types/Interface/api/account/Query.d.ts +24 -0
- package/dist/cjs/types/Interface/api/account/Query.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/account/{QueryAccounts.js → Query.js} +43 -2
- package/dist/cjs/types/Interface/api/account/Query.js.map +1 -0
- package/dist/{mjs/types/Interface/api/account/ReadQuoteAccount.d.ts → cjs/types/Interface/api/account/Read.d.ts} +2 -1
- package/dist/cjs/types/Interface/api/account/Read.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/account/{ReadAccounts.js → Read.js} +1 -1
- package/dist/cjs/types/Interface/api/account/Read.js.map +1 -0
- package/dist/cjs/types/Interface/api/account/Update.d.ts +16 -0
- package/dist/cjs/types/Interface/api/account/Update.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/account/{UpdateAccountSociety.js → Update.js} +28 -2
- package/dist/cjs/types/Interface/api/account/Update.js.map +1 -0
- package/dist/cjs/types/Interface/api/calendarEvent/queryCalendarEventCall.d.ts +6 -0
- package/dist/cjs/types/Interface/api/calendarEvent/queryCalendarEventCall.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/{account/QueryGenericAccount.js → calendarEvent/queryCalendarEventCall.js} +11 -11
- package/dist/cjs/types/Interface/api/calendarEvent/queryCalendarEventCall.js.map +1 -0
- package/dist/cjs/types/Interface/api/calendarEvent/readCalendarEventCall.d.ts +8 -0
- package/dist/cjs/types/Interface/api/calendarEvent/readCalendarEventCall.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/{account/ReadQuoteAccount.js → calendarEvent/readCalendarEventCall.js} +1 -1
- package/dist/cjs/types/Interface/api/calendarEvent/readCalendarEventCall.js.map +1 -0
- package/dist/cjs/types/Interface/api/contest/Create.d.ts +15 -0
- package/dist/cjs/types/Interface/api/contest/Create.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/contest/Create.js +95 -1
- package/dist/cjs/types/Interface/api/contest/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/transactions/Query.d.ts +14 -0
- package/dist/cjs/types/Interface/api/transactions/Query.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/transactions/{QueryUnexport.js → Query.js} +36 -2
- package/dist/cjs/types/Interface/api/transactions/Query.js.map +1 -0
- package/dist/cjs/types/Interface/models/IAccount.d.ts +2 -0
- package/dist/cjs/types/Interface/models/IAccount.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IAccount.js.map +1 -1
- package/dist/{mjs/types/Interface/models/IVoteContest.d.ts → cjs/types/Interface/models/IContest.d.ts} +5 -2
- package/dist/cjs/types/Interface/models/IContest.d.ts.map +1 -0
- package/dist/cjs/types/Interface/models/{IVoteContest.js → IContest.js} +1 -1
- package/dist/cjs/types/Interface/models/IContest.js.map +1 -0
- package/dist/cjs/types/Interface/models/IUserContest.d.ts +2 -2
- package/dist/cjs/types/Interface/models/IUserContest.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IUserContest.js.map +1 -1
- package/dist/cjs/types/index.d.ts +9 -9
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +9 -9
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/cjs/utils/vat/registration.d.ts.map +1 -1
- package/dist/cjs/utils/vat/registration.js +10 -1
- package/dist/cjs/utils/vat/registration.js.map +1 -1
- package/dist/mjs/api/resources/Account.d.ts +3 -1
- package/dist/mjs/api/resources/Account.d.ts.map +1 -1
- package/dist/mjs/api/resources/Account.js +6 -0
- package/dist/mjs/api/resources/Account.js.map +1 -1
- package/dist/mjs/api/resources/CalendarEvent.d.ts +2 -1
- package/dist/mjs/api/resources/CalendarEvent.d.ts.map +1 -1
- package/dist/mjs/api/resources/CalendarEvent.js +3 -0
- package/dist/mjs/api/resources/CalendarEvent.js.map +1 -1
- package/dist/mjs/api/resources/Contest.d.ts +2 -2
- package/dist/mjs/api/resources/Contest.d.ts.map +1 -1
- package/dist/mjs/api/resources/Contest.js.map +1 -1
- package/dist/mjs/api/resources/Transaction.d.ts +3 -2
- package/dist/mjs/api/resources/Transaction.d.ts.map +1 -1
- package/dist/mjs/api/resources/Transaction.js +4 -1
- package/dist/mjs/api/resources/Transaction.js.map +1 -1
- package/dist/mjs/types/Enum/Contest.d.ts +16 -0
- package/dist/mjs/types/Enum/Contest.d.ts.map +1 -0
- package/dist/mjs/types/Enum/Contest.js +17 -0
- package/dist/mjs/types/Enum/Contest.js.map +1 -0
- package/dist/mjs/types/Enum/MailAuto.d.ts +2 -1
- package/dist/mjs/types/Enum/MailAuto.d.ts.map +1 -1
- package/dist/mjs/types/Enum/MailAuto.js +1 -0
- package/dist/mjs/types/Enum/MailAuto.js.map +1 -1
- package/dist/mjs/types/Enum/MailDomainType.d.ts +1 -0
- package/dist/mjs/types/Enum/MailDomainType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/MailDomainType.js +3661 -0
- package/dist/mjs/types/Enum/MailDomainType.js.map +1 -1
- package/dist/mjs/types/Enum/PriceGridPourcentage.d.ts.map +1 -1
- package/dist/mjs/types/Enum/PriceGridPourcentage.js +326 -0
- package/dist/mjs/types/Enum/PriceGridPourcentage.js.map +1 -1
- package/dist/mjs/types/Enum/TimeSlot.js +2 -2
- package/dist/mjs/types/Enum/TimeSlot.js.map +1 -1
- package/dist/mjs/types/Interface/api/account/Create.d.ts +13 -0
- package/dist/mjs/types/Interface/api/account/Create.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/account/{CreateAccountSociety.js → Create.js} +23 -1
- package/dist/mjs/types/Interface/api/account/Create.js.map +1 -0
- package/dist/mjs/types/Interface/api/account/Query.d.ts +24 -0
- package/dist/mjs/types/Interface/api/account/Query.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/account/{QueryAccounts.js → Query.js} +47 -2
- package/dist/mjs/types/Interface/api/account/Query.js.map +1 -0
- package/dist/{cjs/types/Interface/api/account/ReadQuoteAccount.d.ts → mjs/types/Interface/api/account/Read.d.ts} +2 -1
- package/dist/mjs/types/Interface/api/account/Read.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/account/Read.js +2 -0
- package/dist/mjs/types/Interface/api/account/Read.js.map +1 -0
- package/dist/mjs/types/Interface/api/account/Update.d.ts +16 -0
- package/dist/mjs/types/Interface/api/account/Update.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/account/{UpdateAccountSociety.js → Update.js} +30 -1
- package/dist/mjs/types/Interface/api/account/Update.js.map +1 -0
- package/dist/mjs/types/Interface/api/calendarEvent/queryCalendarEventCall.d.ts +6 -0
- package/dist/mjs/types/Interface/api/calendarEvent/queryCalendarEventCall.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/{account/QueryGenericAccount.js → calendarEvent/queryCalendarEventCall.js} +12 -12
- package/dist/mjs/types/Interface/api/calendarEvent/queryCalendarEventCall.js.map +1 -0
- package/dist/mjs/types/Interface/api/calendarEvent/readCalendarEventCall.d.ts +8 -0
- package/dist/mjs/types/Interface/api/calendarEvent/readCalendarEventCall.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/calendarEvent/readCalendarEventCall.js +2 -0
- package/dist/mjs/types/Interface/api/calendarEvent/readCalendarEventCall.js.map +1 -0
- package/dist/mjs/types/Interface/api/contest/Create.d.ts +15 -0
- package/dist/mjs/types/Interface/api/contest/Create.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/contest/Create.js +104 -1
- package/dist/mjs/types/Interface/api/contest/Create.js.map +1 -1
- package/dist/mjs/types/Interface/api/transactions/Query.d.ts +14 -0
- package/dist/mjs/types/Interface/api/transactions/Query.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/transactions/{QueryUnexport.js → Query.js} +40 -2
- package/dist/mjs/types/Interface/api/transactions/Query.js.map +1 -0
- package/dist/mjs/types/Interface/models/IAccount.d.ts +2 -0
- package/dist/mjs/types/Interface/models/IAccount.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IAccount.js.map +1 -1
- package/dist/{cjs/types/Interface/models/IVoteContest.d.ts → mjs/types/Interface/models/IContest.d.ts} +5 -2
- package/dist/mjs/types/Interface/models/IContest.d.ts.map +1 -0
- package/dist/mjs/types/Interface/models/IContest.js +2 -0
- package/dist/mjs/types/Interface/models/IContest.js.map +1 -0
- package/dist/mjs/types/Interface/models/IUserContest.d.ts +2 -2
- package/dist/mjs/types/Interface/models/IUserContest.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IUserContest.js.map +1 -1
- package/dist/mjs/types/index.d.ts +9 -9
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +9 -9
- package/dist/mjs/types/index.js.map +1 -1
- package/dist/mjs/utils/vat/registration.d.ts.map +1 -1
- package/dist/mjs/utils/vat/registration.js +10 -1
- package/dist/mjs/utils/vat/registration.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Account.ts +12 -1
- package/ts/api/resources/CalendarEvent.ts +4 -1
- package/ts/api/resources/Contest.ts +2 -2
- package/ts/api/resources/Transaction.ts +6 -2
- package/ts/types/Enum/Contest.ts +15 -0
- package/ts/types/Enum/MailAuto.ts +1 -0
- package/ts/types/Enum/MailDomainType.ts +3662 -0
- package/ts/types/Enum/PriceGridPourcentage.ts +326 -0
- package/ts/types/Enum/TimeSlot.ts +2 -2
- package/ts/types/Interface/api/account/Create.ts +33 -0
- package/ts/types/Interface/api/account/Query.ts +66 -0
- package/ts/types/Interface/api/account/{ReadQuoteAccount.ts → Read.ts} +3 -0
- package/ts/types/Interface/api/account/{UpdateAccountSociety.ts → Update.ts} +22 -0
- package/ts/types/Interface/api/{account/QueryGenericAccount.ts → calendarEvent/queryCalendarEventCall.ts} +7 -7
- package/ts/types/Interface/api/calendarEvent/readCalendarEventCall.ts +8 -0
- package/ts/types/Interface/api/contest/Create.ts +83 -1
- package/ts/types/Interface/api/transactions/Query.ts +55 -0
- package/ts/types/Interface/models/IAccount.ts +2 -0
- package/ts/types/Interface/models/{IVoteContest.ts → IContest.ts} +5 -1
- package/ts/types/Interface/models/IUserContest.ts +2 -2
- package/ts/types/index.ts +10 -9
- package/ts/utils/vat/registration.ts +10 -1
- package/dist/cjs/types/Interface/api/account/CreateAccountSociety.d.ts +0 -7
- package/dist/cjs/types/Interface/api/account/CreateAccountSociety.d.ts.map +0 -1
- package/dist/cjs/types/Interface/api/account/CreateAccountSociety.js.map +0 -1
- package/dist/cjs/types/Interface/api/account/QueryAccountSociety.d.ts +0 -8
- package/dist/cjs/types/Interface/api/account/QueryAccountSociety.d.ts.map +0 -1
- package/dist/cjs/types/Interface/api/account/QueryAccountSociety.js +0 -37
- package/dist/cjs/types/Interface/api/account/QueryAccountSociety.js.map +0 -1
- package/dist/cjs/types/Interface/api/account/QueryAccounts.d.ts +0 -13
- package/dist/cjs/types/Interface/api/account/QueryAccounts.d.ts.map +0 -1
- package/dist/cjs/types/Interface/api/account/QueryAccounts.js.map +0 -1
- package/dist/cjs/types/Interface/api/account/QueryGenericAccount.d.ts +0 -6
- package/dist/cjs/types/Interface/api/account/QueryGenericAccount.d.ts.map +0 -1
- package/dist/cjs/types/Interface/api/account/QueryGenericAccount.js.map +0 -1
- package/dist/cjs/types/Interface/api/account/ReadAccounts.d.ts +0 -2
- package/dist/cjs/types/Interface/api/account/ReadAccounts.d.ts.map +0 -1
- package/dist/cjs/types/Interface/api/account/ReadAccounts.js.map +0 -1
- package/dist/cjs/types/Interface/api/account/ReadQuoteAccount.d.ts.map +0 -1
- package/dist/cjs/types/Interface/api/account/ReadQuoteAccount.js.map +0 -1
- package/dist/cjs/types/Interface/api/account/UpdateAccountSociety.d.ts +0 -9
- package/dist/cjs/types/Interface/api/account/UpdateAccountSociety.d.ts.map +0 -1
- package/dist/cjs/types/Interface/api/account/UpdateAccountSociety.js.map +0 -1
- package/dist/cjs/types/Interface/api/transactions/QueryUnexport.d.ts +0 -7
- package/dist/cjs/types/Interface/api/transactions/QueryUnexport.d.ts.map +0 -1
- package/dist/cjs/types/Interface/api/transactions/QueryUnexport.js.map +0 -1
- package/dist/cjs/types/Interface/models/IVoteContest.d.ts.map +0 -1
- package/dist/cjs/types/Interface/models/IVoteContest.js.map +0 -1
- package/dist/mjs/types/Interface/api/account/CreateAccountSociety.d.ts +0 -7
- package/dist/mjs/types/Interface/api/account/CreateAccountSociety.d.ts.map +0 -1
- package/dist/mjs/types/Interface/api/account/CreateAccountSociety.js.map +0 -1
- package/dist/mjs/types/Interface/api/account/QueryAccountSociety.d.ts +0 -8
- package/dist/mjs/types/Interface/api/account/QueryAccountSociety.d.ts.map +0 -1
- package/dist/mjs/types/Interface/api/account/QueryAccountSociety.js +0 -38
- package/dist/mjs/types/Interface/api/account/QueryAccountSociety.js.map +0 -1
- package/dist/mjs/types/Interface/api/account/QueryAccounts.d.ts +0 -13
- package/dist/mjs/types/Interface/api/account/QueryAccounts.d.ts.map +0 -1
- package/dist/mjs/types/Interface/api/account/QueryAccounts.js.map +0 -1
- package/dist/mjs/types/Interface/api/account/QueryGenericAccount.d.ts +0 -6
- package/dist/mjs/types/Interface/api/account/QueryGenericAccount.d.ts.map +0 -1
- package/dist/mjs/types/Interface/api/account/QueryGenericAccount.js.map +0 -1
- package/dist/mjs/types/Interface/api/account/ReadAccounts.d.ts +0 -2
- package/dist/mjs/types/Interface/api/account/ReadAccounts.d.ts.map +0 -1
- package/dist/mjs/types/Interface/api/account/ReadAccounts.js +0 -2
- package/dist/mjs/types/Interface/api/account/ReadAccounts.js.map +0 -1
- package/dist/mjs/types/Interface/api/account/ReadQuoteAccount.d.ts.map +0 -1
- package/dist/mjs/types/Interface/api/account/ReadQuoteAccount.js +0 -2
- package/dist/mjs/types/Interface/api/account/ReadQuoteAccount.js.map +0 -1
- package/dist/mjs/types/Interface/api/account/UpdateAccountSociety.d.ts +0 -9
- package/dist/mjs/types/Interface/api/account/UpdateAccountSociety.d.ts.map +0 -1
- package/dist/mjs/types/Interface/api/account/UpdateAccountSociety.js.map +0 -1
- package/dist/mjs/types/Interface/api/transactions/QueryUnexport.d.ts +0 -7
- package/dist/mjs/types/Interface/api/transactions/QueryUnexport.d.ts.map +0 -1
- package/dist/mjs/types/Interface/api/transactions/QueryUnexport.js.map +0 -1
- package/dist/mjs/types/Interface/models/IVoteContest.d.ts.map +0 -1
- package/dist/mjs/types/Interface/models/IVoteContest.js +0 -2
- package/dist/mjs/types/Interface/models/IVoteContest.js.map +0 -1
- package/ts/types/Interface/api/account/CreateAccountSociety.ts +0 -15
- package/ts/types/Interface/api/account/QueryAccountSociety.ts +0 -18
- package/ts/types/Interface/api/account/QueryAccounts.ts +0 -32
- package/ts/types/Interface/api/account/ReadAccounts.ts +0 -2
- package/ts/types/Interface/api/transactions/QueryUnexport.ts +0 -27
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { IAccount } from '../../..';
|
|
2
|
+
export declare class UpdateAccountSociety {
|
|
3
|
+
id: number;
|
|
4
|
+
number?: number;
|
|
5
|
+
name?: string;
|
|
6
|
+
isHidden?: boolean;
|
|
7
|
+
idVat?: number | null;
|
|
8
|
+
idRegisterCategorie?: number;
|
|
9
|
+
}
|
|
10
|
+
export declare class UpdateAccount {
|
|
11
|
+
account: Partial<IAccount>;
|
|
12
|
+
comment?: string | null;
|
|
13
|
+
tagsToAdd?: string[];
|
|
14
|
+
tagsToRemove?: string[];
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=Update.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Update.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/account/Update.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAEpC,qBAAa,oBAAoB;IAE7B,EAAE,EAAE,MAAM,CAAC;IAGX,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGhB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAGjB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGtB,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,qBAAa,aAAa;IAEtB,OAAO,EAAE,OAAO,CAAC,QAAQ,CAAC,CAAC;IAK3B,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAKxB,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IAKrB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;CAC3B"}
|
|
@@ -7,6 +7,7 @@ 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 { IsOptional, IsString } from 'class-validator';
|
|
10
11
|
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
11
12
|
export class UpdateAccountSociety {
|
|
12
13
|
id;
|
|
@@ -37,4 +38,32 @@ __decorate([
|
|
|
37
38
|
ApiPropertyOptional(),
|
|
38
39
|
__metadata("design:type", Number)
|
|
39
40
|
], UpdateAccountSociety.prototype, "idRegisterCategorie", void 0);
|
|
40
|
-
|
|
41
|
+
export class UpdateAccount {
|
|
42
|
+
account;
|
|
43
|
+
comment;
|
|
44
|
+
tagsToAdd;
|
|
45
|
+
tagsToRemove;
|
|
46
|
+
}
|
|
47
|
+
__decorate([
|
|
48
|
+
ApiProperty(),
|
|
49
|
+
__metadata("design:type", Object)
|
|
50
|
+
], UpdateAccount.prototype, "account", void 0);
|
|
51
|
+
__decorate([
|
|
52
|
+
ApiPropertyOptional(),
|
|
53
|
+
IsString(),
|
|
54
|
+
IsOptional(),
|
|
55
|
+
__metadata("design:type", Object)
|
|
56
|
+
], UpdateAccount.prototype, "comment", void 0);
|
|
57
|
+
__decorate([
|
|
58
|
+
ApiPropertyOptional(),
|
|
59
|
+
IsString({ each: true }),
|
|
60
|
+
IsOptional(),
|
|
61
|
+
__metadata("design:type", Array)
|
|
62
|
+
], UpdateAccount.prototype, "tagsToAdd", void 0);
|
|
63
|
+
__decorate([
|
|
64
|
+
ApiPropertyOptional(),
|
|
65
|
+
IsString({ each: true }),
|
|
66
|
+
IsOptional(),
|
|
67
|
+
__metadata("design:type", Array)
|
|
68
|
+
], UpdateAccount.prototype, "tagsToRemove", void 0);
|
|
69
|
+
//# sourceMappingURL=Update.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Update.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/account/Update.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AACvD,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAGrE,MAAM,OAAO,oBAAoB;IAE7B,EAAE,CAAS;IAGX,MAAM,CAAU;IAGhB,IAAI,CAAU;IAEhB,mFAAmF;IACnF,QAAQ,CAAW;IAGjB,KAAK,CAAiB;IAGtB,mBAAmB,CAAU;CAChC;AAjBC;IAAC,WAAW,EAAE;;gDACD;AAEb;IAAC,mBAAmB,EAAE;;oDACJ;AAElB;IAAC,mBAAmB,EAAE;;kDACN;AAKhB;IAAC,mBAAmB,EAAE;;mDACE;AAExB;IAAC,mBAAmB,EAAE;;iEACS;AAGjC,MAAM,OAAO,aAAa;IAEtB,OAAO,CAAoB;IAK3B,OAAO,CAAiB;IAKxB,SAAS,CAAY;IAKrB,YAAY,CAAY;CAC3B;AAjBC;IAAC,WAAW,EAAE;;8CACe;AAE7B;IAAC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;8CACa;AAE1B;IAAC,mBAAmB,EAAE;IACrB,QAAQ,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IACxB,UAAU,EAAE;;gDACU;AAEvB;IAAC,mBAAmB,EAAE;IACrB,QAAQ,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IACxB,UAAU,EAAE;;mDACa","sourcesContent":["import { IsOptional, IsString } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { IAccount } from '../../..';\n\nexport class UpdateAccountSociety {\n @ApiProperty()\n id: number;\n\n @ApiPropertyOptional()\n number?: number;\n\n @ApiPropertyOptional()\n name?: string;\n\n // @ApiPropertyOptional() // value toujours à false lorsque ce décorateur est actif\n isHidden?: boolean;\n\n @ApiPropertyOptional()\n idVat?: number | null;\n\n @ApiPropertyOptional()\n idRegisterCategorie?: number;\n}\n\nexport class UpdateAccount {\n @ApiProperty()\n account: Partial<IAccount>;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n comment?: string | null;\n\n @ApiPropertyOptional()\n @IsString({ each: true })\n @IsOptional()\n tagsToAdd?: string[];\n\n @ApiPropertyOptional()\n @IsString({ each: true })\n @IsOptional()\n tagsToRemove?: string[];\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"queryCalendarEventCall.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/calendarEvent/queryCalendarEventCall.ts"],"names":[],"mappings":"AAEA,qBAAa,sBAAsB;IAE/B,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,SAAS,EAAE,IAAI,CAAC;IAGhB,OAAO,EAAE,IAAI,CAAC;CACjB"}
|
|
@@ -8,21 +8,21 @@ 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
10
|
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
11
|
-
export class
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
11
|
+
export class QueryCalendarEventCall {
|
|
12
|
+
idUser;
|
|
13
|
+
startDate;
|
|
14
|
+
endDate;
|
|
15
15
|
}
|
|
16
16
|
__decorate([
|
|
17
|
-
|
|
17
|
+
ApiPropertyOptional(),
|
|
18
18
|
__metadata("design:type", Number)
|
|
19
|
-
],
|
|
19
|
+
], QueryCalendarEventCall.prototype, "idUser", void 0);
|
|
20
20
|
__decorate([
|
|
21
21
|
ApiProperty(),
|
|
22
|
-
__metadata("design:type",
|
|
23
|
-
],
|
|
22
|
+
__metadata("design:type", Date)
|
|
23
|
+
], QueryCalendarEventCall.prototype, "startDate", void 0);
|
|
24
24
|
__decorate([
|
|
25
|
-
|
|
26
|
-
__metadata("design:type",
|
|
27
|
-
],
|
|
28
|
-
//# sourceMappingURL=
|
|
25
|
+
ApiProperty(),
|
|
26
|
+
__metadata("design:type", Date)
|
|
27
|
+
], QueryCalendarEventCall.prototype, "endDate", void 0);
|
|
28
|
+
//# sourceMappingURL=queryCalendarEventCall.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"queryCalendarEventCall.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/calendarEvent/queryCalendarEventCall.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,sBAAsB;IAE/B,MAAM,CAAU;IAGhB,SAAS,CAAO;IAGhB,OAAO,CAAO;CACjB;AARC;IAAC,mBAAmB,EAAE;;sDACJ;AAElB;IAAC,WAAW,EAAE;8BACD,IAAI;yDAAC;AAElB;IAAC,WAAW,EAAE;8BACH,IAAI;uDAAC","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryCalendarEventCall {\n @ApiPropertyOptional()\n idUser?: number;\n\n @ApiProperty()\n startDate: Date;\n\n @ApiProperty()\n endDate: Date;\n}"]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ICalendarEvent } from '../../models/ICalendarEvent';
|
|
2
|
+
import { ICallHistory } from '../../models/ICallHistory';
|
|
3
|
+
export interface ReadCalendarEventCall {
|
|
4
|
+
idUser: number;
|
|
5
|
+
calendarEvent: Partial<ICalendarEvent>;
|
|
6
|
+
listCallAssociate: Partial<ICallHistory[]>;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=readCalendarEventCall.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"readCalendarEventCall.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/calendarEvent/readCalendarEventCall.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAEzD,MAAM,WAAW,qBAAqB;IACpC,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,EAAE,OAAO,CAAC,cAAc,CAAC,CAAC;IACvC,iBAAiB,EAAE,OAAO,CAAC,YAAY,EAAE,CAAC,CAAA;CAC3C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"readCalendarEventCall.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/calendarEvent/readCalendarEventCall.ts"],"names":[],"mappings":"","sourcesContent":["import { ICalendarEvent } from '../../models/ICalendarEvent';\nimport { ICallHistory } from '../../models/ICallHistory';\n\nexport interface ReadCalendarEventCall {\n idUser: number,\n calendarEvent: Partial<ICalendarEvent>,\n listCallAssociate: Partial<ICallHistory[]>\n}"]}
|
|
@@ -29,4 +29,19 @@ export declare class CreateVoteContest {
|
|
|
29
29
|
hashMail: string;
|
|
30
30
|
userHash: string;
|
|
31
31
|
}
|
|
32
|
+
export declare class CreateGeneriqueContestResult {
|
|
33
|
+
email: string;
|
|
34
|
+
ipAddress: string;
|
|
35
|
+
acceptContact: boolean;
|
|
36
|
+
idTypeContest: number;
|
|
37
|
+
result: string;
|
|
38
|
+
recaptcha?: string;
|
|
39
|
+
isTestMode?: boolean;
|
|
40
|
+
secret?: string;
|
|
41
|
+
}
|
|
42
|
+
export declare class CreateEmail {
|
|
43
|
+
winnerId: number;
|
|
44
|
+
idTypeContest: number;
|
|
45
|
+
secret?: string;
|
|
46
|
+
}
|
|
32
47
|
//# sourceMappingURL=Create.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Create.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/contest/Create.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"Create.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/contest/Create.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAItC,qBAAa,iBAAiB;IAE1B,SAAS,EAAE,MAAM,CAAC;IAGlB,QAAQ,EAAE,MAAM,CAAC;IAGjB,KAAK,EAAE,MAAM,CAAC;IAGd,KAAK,EAAE,MAAM,CAAC;IAGd,WAAW,EAAE,MAAM,CAAC;IAGpB,KAAK,EAAE,MAAM,CAAC;IAGd,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAG5B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAG5B,KAAK,EAAE,KAAK,CAAC;IAIb,IAAI,CAAC,EAAE,KAAK,CAAC;IAIb,MAAM,CAAC,EAAE,KAAK,CAAC;IAKf,gBAAgB,EAAE,OAAO,CAAC;IAK1B,eAAe,EAAE,OAAO,CAAC;IAMzB,UAAU,CAAC,EAAE,OAAO,CAAC;IAGrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,qBAAa,eAAe;IAExB,KAAK,EAAE,MAAM,CAAC;IAGd,SAAS,EAAE,MAAM,CAAC;IAGlB,OAAO,EAAE,MAAM,CAAC;IAMhB,aAAa,EAAE,OAAO,CAAC;IAGvB,SAAS,CAAC,EAAE,MAAM,CAAC;IAOnB,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,qBAAa,iBAAiB;IAE1B,QAAQ,EAAE,MAAM,CAAC;IAGjB,QAAQ,EAAE,MAAM,CAAC;CACpB;AAED,qBAAa,4BAA4B;IAErC,KAAK,EAAE,MAAM,CAAC;IAGd,SAAS,EAAE,MAAM,CAAC;IAKlB,aAAa,EAAE,OAAO,CAAC;IAmBvB,aAAa,EAAE,MAAM,CAAC;IAItB,MAAM,EAAE,MAAM,CAAC;IAGf,SAAS,CAAC,EAAE,MAAM,CAAC;IAMnB,UAAU,CAAC,EAAE,OAAO,CAAC;IAKrB,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB;AAGD,qBAAa,WAAW;IAGpB,QAAQ,EAAE,MAAM,CAAC;IAmBjB,aAAa,EAAE,MAAM,CAAC;IAKtB,MAAM,CAAC,EAAE,MAAM,CAAC;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 { IsOptional, IsBoolean } from 'class-validator';
|
|
10
|
+
import { IsOptional, IsBoolean, IsNumber, IsString, IsIn } from 'class-validator';
|
|
11
11
|
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
12
12
|
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
13
|
+
import { ContestType } from '../../../Enum/Contest';
|
|
13
14
|
export class CreateUserContest {
|
|
14
15
|
firstname;
|
|
15
16
|
lastname;
|
|
@@ -150,4 +151,106 @@ __decorate([
|
|
|
150
151
|
ApiProperty(),
|
|
151
152
|
__metadata("design:type", String)
|
|
152
153
|
], CreateVoteContest.prototype, "userHash", void 0);
|
|
154
|
+
export class CreateGeneriqueContestResult {
|
|
155
|
+
email;
|
|
156
|
+
ipAddress;
|
|
157
|
+
acceptContact;
|
|
158
|
+
idTypeContest;
|
|
159
|
+
result;
|
|
160
|
+
recaptcha;
|
|
161
|
+
isTestMode;
|
|
162
|
+
secret;
|
|
163
|
+
}
|
|
164
|
+
__decorate([
|
|
165
|
+
ApiProperty(),
|
|
166
|
+
__metadata("design:type", String)
|
|
167
|
+
], CreateGeneriqueContestResult.prototype, "email", void 0);
|
|
168
|
+
__decorate([
|
|
169
|
+
ApiProperty(),
|
|
170
|
+
__metadata("design:type", String)
|
|
171
|
+
], CreateGeneriqueContestResult.prototype, "ipAddress", void 0);
|
|
172
|
+
__decorate([
|
|
173
|
+
ApiProperty(),
|
|
174
|
+
IsBoolean(),
|
|
175
|
+
ToBoolean(),
|
|
176
|
+
__metadata("design:type", Boolean)
|
|
177
|
+
], CreateGeneriqueContestResult.prototype, "acceptContact", void 0);
|
|
178
|
+
__decorate([
|
|
179
|
+
ApiProperty(),
|
|
180
|
+
IsNumber(),
|
|
181
|
+
IsIn([
|
|
182
|
+
ContestType.ENTREPRENEUR,
|
|
183
|
+
ContestType.OLYMPICS_1,
|
|
184
|
+
ContestType.OLYMPICS_2,
|
|
185
|
+
ContestType.OLYMPICS_3,
|
|
186
|
+
ContestType.OLYMPICS_4,
|
|
187
|
+
ContestType.OLYMPICS_5,
|
|
188
|
+
ContestType.OLYMPICS_6,
|
|
189
|
+
ContestType.OLYMPICS_7,
|
|
190
|
+
ContestType.OLYMPICS_8,
|
|
191
|
+
ContestType.OLYMPICS_9,
|
|
192
|
+
ContestType.OLYMPICS_10,
|
|
193
|
+
ContestType.OLYMPICS_11,
|
|
194
|
+
ContestType.OLYMPICS_12,
|
|
195
|
+
]),
|
|
196
|
+
__metadata("design:type", Number)
|
|
197
|
+
], CreateGeneriqueContestResult.prototype, "idTypeContest", void 0);
|
|
198
|
+
__decorate([
|
|
199
|
+
ApiProperty(),
|
|
200
|
+
IsString(),
|
|
201
|
+
__metadata("design:type", String)
|
|
202
|
+
], CreateGeneriqueContestResult.prototype, "result", void 0);
|
|
203
|
+
__decorate([
|
|
204
|
+
ApiPropertyOptional(),
|
|
205
|
+
__metadata("design:type", String)
|
|
206
|
+
], CreateGeneriqueContestResult.prototype, "recaptcha", void 0);
|
|
207
|
+
__decorate([
|
|
208
|
+
ApiPropertyOptional(),
|
|
209
|
+
IsOptional(),
|
|
210
|
+
IsBoolean(),
|
|
211
|
+
ToBoolean(),
|
|
212
|
+
__metadata("design:type", Boolean)
|
|
213
|
+
], CreateGeneriqueContestResult.prototype, "isTestMode", void 0);
|
|
214
|
+
__decorate([
|
|
215
|
+
ApiPropertyOptional(),
|
|
216
|
+
IsOptional(),
|
|
217
|
+
IsString(),
|
|
218
|
+
__metadata("design:type", String)
|
|
219
|
+
], CreateGeneriqueContestResult.prototype, "secret", void 0);
|
|
220
|
+
export class CreateEmail {
|
|
221
|
+
winnerId;
|
|
222
|
+
idTypeContest;
|
|
223
|
+
secret;
|
|
224
|
+
}
|
|
225
|
+
__decorate([
|
|
226
|
+
ApiProperty(),
|
|
227
|
+
IsNumber(),
|
|
228
|
+
__metadata("design:type", Number)
|
|
229
|
+
], CreateEmail.prototype, "winnerId", void 0);
|
|
230
|
+
__decorate([
|
|
231
|
+
ApiProperty(),
|
|
232
|
+
IsNumber(),
|
|
233
|
+
IsIn([
|
|
234
|
+
ContestType.ENTREPRENEUR,
|
|
235
|
+
ContestType.OLYMPICS_1,
|
|
236
|
+
ContestType.OLYMPICS_2,
|
|
237
|
+
ContestType.OLYMPICS_3,
|
|
238
|
+
ContestType.OLYMPICS_4,
|
|
239
|
+
ContestType.OLYMPICS_5,
|
|
240
|
+
ContestType.OLYMPICS_6,
|
|
241
|
+
ContestType.OLYMPICS_7,
|
|
242
|
+
ContestType.OLYMPICS_8,
|
|
243
|
+
ContestType.OLYMPICS_9,
|
|
244
|
+
ContestType.OLYMPICS_10,
|
|
245
|
+
ContestType.OLYMPICS_11,
|
|
246
|
+
ContestType.OLYMPICS_12,
|
|
247
|
+
]),
|
|
248
|
+
__metadata("design:type", Number)
|
|
249
|
+
], CreateEmail.prototype, "idTypeContest", void 0);
|
|
250
|
+
__decorate([
|
|
251
|
+
ApiPropertyOptional(),
|
|
252
|
+
IsOptional(),
|
|
253
|
+
IsString(),
|
|
254
|
+
__metadata("design:type", String)
|
|
255
|
+
], CreateEmail.prototype, "secret", void 0);
|
|
153
256
|
//# sourceMappingURL=Create.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Create.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/contest/Create.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"Create.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/contest/Create.ts"],"names":[],"mappings":"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","sourcesContent":["import { IsOptional, IsBoolean, IsNumber, IsString, IsIn } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { TFile } from '../file/TFile';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { ContestType } from '../../../Enum/Contest';\n\nexport class CreateUserContest {\n @ApiProperty()\n firstname: string;\n\n @ApiProperty()\n lastname: string;\n\n @ApiProperty()\n email: string;\n\n @ApiProperty()\n phone: string;\n\n @ApiProperty()\n societyName: string;\n\n @ApiProperty()\n siren: string;\n\n @ApiPropertyOptional()\n companyWebsite?: string;\n\n @ApiPropertyOptional()\n productDescription?: string;\n\n @ApiPropertyOptional()\n societyDescription?: string;\n\n @ApiProperty()\n photo: TFile;\n\n @ApiPropertyOptional()\n @IsOptional()\n logo?: TFile;\n\n @ApiPropertyOptional()\n @IsOptional()\n banner?: TFile;\n \n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n acceptNewsletter: boolean;\n \n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n acceptPromotion: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isTestMode?: boolean;\n\n @ApiPropertyOptional()\n recaptcha?: string;\n}\n\nexport class CreateCheckVote {\n @ApiProperty()\n email: string;\n\n @ApiProperty()\n ipAddress: string;\n \n @ApiProperty()\n idVoter: number;\n\n \n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n acceptContact: boolean;\n\n @ApiPropertyOptional()\n recaptcha?: string;\n\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isTestMode?: boolean;\n}\n\nexport class CreateVoteContest {\n @ApiProperty()\n hashMail: string;\n\n @ApiProperty()\n userHash: string;\n}\n\nexport class CreateGeneriqueContestResult {\n @ApiProperty()\n email: string;\n\n @ApiProperty()\n ipAddress: string;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n acceptContact: boolean;\n\n @ApiProperty()\n @IsNumber()\n @IsIn([\n ContestType.ENTREPRENEUR, \n ContestType.OLYMPICS_1, \n ContestType.OLYMPICS_2, \n ContestType.OLYMPICS_3, \n ContestType.OLYMPICS_4,\n ContestType.OLYMPICS_5, \n ContestType.OLYMPICS_6,\n ContestType.OLYMPICS_7, \n ContestType.OLYMPICS_8, \n ContestType.OLYMPICS_9,\n ContestType.OLYMPICS_10,\n ContestType.OLYMPICS_11,\n ContestType.OLYMPICS_12,\n ])\n idTypeContest: number;\n\n @ApiProperty()\n @IsString()\n result: string;\n\n @ApiPropertyOptional()\n recaptcha?: string;\n \n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isTestMode?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n secret?: string;\n}\n\n\nexport class CreateEmail {\n @ApiProperty()\n @IsNumber()\n winnerId: number;\n \n @ApiProperty()\n @IsNumber()\n @IsIn([\n ContestType.ENTREPRENEUR, \n ContestType.OLYMPICS_1, \n ContestType.OLYMPICS_2, \n ContestType.OLYMPICS_3, \n ContestType.OLYMPICS_4,\n ContestType.OLYMPICS_5, \n ContestType.OLYMPICS_6,\n ContestType.OLYMPICS_7, \n ContestType.OLYMPICS_8, \n ContestType.OLYMPICS_9,\n ContestType.OLYMPICS_10,\n ContestType.OLYMPICS_11,\n ContestType.OLYMPICS_12,\n ])\n idTypeContest: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n secret?: string;\n}"]}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare class QueryUnexport {
|
|
2
|
+
startDate: string;
|
|
3
|
+
endDate: string;
|
|
4
|
+
idBankAccount?: Array<number>;
|
|
5
|
+
idAccountingJournal?: number;
|
|
6
|
+
}
|
|
7
|
+
export declare class QueryExport {
|
|
8
|
+
startDate: string;
|
|
9
|
+
endDate: string;
|
|
10
|
+
idBankAccount?: Array<number>;
|
|
11
|
+
reexport?: boolean;
|
|
12
|
+
idAccountingJournal?: number;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=Query.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/transactions/Query.ts"],"names":[],"mappings":"AAQA,qBAAa,aAAa;IAGtB,SAAS,EAAE,MAAM,CAAC;IAIlB,OAAO,EAAE,MAAM,CAAC;IAKhB,aAAa,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAM9B,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,qBAAa,WAAW;IAGpB,SAAS,EAAE,MAAM,CAAC;IAIlB,OAAO,EAAE,MAAM,CAAC;IAKhB,aAAa,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAM9B,QAAQ,CAAC,EAAG,OAAO,CAAC;IAMpB,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAChC"}
|
|
@@ -7,10 +7,11 @@ 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 { IsArray, IsIn, IsNumber, IsOptional, } from 'class-validator';
|
|
10
|
+
import { IsArray, IsBoolean, IsIn, IsNumber, IsOptional, } from 'class-validator';
|
|
11
11
|
import { AccountingJournal } from '../../..';
|
|
12
12
|
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
13
13
|
import { IsFormattedDateString } from '../../../../utils/validators/formattedDateString.validator';
|
|
14
|
+
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
14
15
|
export class QueryUnexport {
|
|
15
16
|
startDate;
|
|
16
17
|
endDate;
|
|
@@ -40,4 +41,41 @@ __decorate([
|
|
|
40
41
|
IsIn([AccountingJournal.AC, AccountingJournal.VE]),
|
|
41
42
|
__metadata("design:type", Number)
|
|
42
43
|
], QueryUnexport.prototype, "idAccountingJournal", void 0);
|
|
43
|
-
|
|
44
|
+
export class QueryExport {
|
|
45
|
+
startDate;
|
|
46
|
+
endDate;
|
|
47
|
+
idBankAccount;
|
|
48
|
+
reexport;
|
|
49
|
+
idAccountingJournal;
|
|
50
|
+
}
|
|
51
|
+
__decorate([
|
|
52
|
+
ApiProperty(),
|
|
53
|
+
IsFormattedDateString(),
|
|
54
|
+
__metadata("design:type", String)
|
|
55
|
+
], QueryExport.prototype, "startDate", void 0);
|
|
56
|
+
__decorate([
|
|
57
|
+
ApiProperty(),
|
|
58
|
+
IsFormattedDateString(),
|
|
59
|
+
__metadata("design:type", String)
|
|
60
|
+
], QueryExport.prototype, "endDate", void 0);
|
|
61
|
+
__decorate([
|
|
62
|
+
ApiPropertyOptional(),
|
|
63
|
+
IsOptional(),
|
|
64
|
+
IsArray(),
|
|
65
|
+
__metadata("design:type", Array)
|
|
66
|
+
], QueryExport.prototype, "idBankAccount", void 0);
|
|
67
|
+
__decorate([
|
|
68
|
+
ApiPropertyOptional(),
|
|
69
|
+
IsBoolean(),
|
|
70
|
+
ToBoolean(),
|
|
71
|
+
IsOptional(),
|
|
72
|
+
__metadata("design:type", Boolean)
|
|
73
|
+
], QueryExport.prototype, "reexport", void 0);
|
|
74
|
+
__decorate([
|
|
75
|
+
ApiPropertyOptional(),
|
|
76
|
+
IsOptional(),
|
|
77
|
+
IsNumber(),
|
|
78
|
+
IsIn([AccountingJournal.AC, AccountingJournal.VE, AccountingJournal.BQ, AccountingJournal.CAI, AccountingJournal.PER, AccountingJournal.AN, AccountingJournal.OD, AccountingJournal.REV, AccountingJournal.SAL]),
|
|
79
|
+
__metadata("design:type", Number)
|
|
80
|
+
], QueryExport.prototype, "idAccountingJournal", void 0);
|
|
81
|
+
//# sourceMappingURL=Query.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/transactions/Query.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,QAAQ,EAAE,UAAU,GAC/C,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAC7C,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,qBAAqB,EAAE,MAAM,4DAA4D,CAAC;AACnG,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,aAAa;IAGtB,SAAS,CAAS;IAIlB,OAAO,CAAS;IAKhB,aAAa,CAAiB;IAM9B,mBAAmB,CAAU;CAChC;AAlBC;IAAC,WAAW,EAAE;IACb,qBAAqB,EAAE;;gDACJ;AAEpB;IAAC,WAAW,EAAE;IACb,qBAAqB,EAAE;;8CACN;AAElB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,OAAO,EAAE;8BACQ,KAAK;oDAAS;AAEhC;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;IACV,IAAI,CAAC,CAAC,iBAAiB,CAAC,EAAE,EAAE,iBAAiB,CAAC,EAAE,CAAC,CAAC;;0DACpB;AAGjC,MAAM,OAAO,WAAW;IAGpB,SAAS,CAAS;IAIlB,OAAO,CAAS;IAKhB,aAAa,CAAiB;IAM9B,QAAQ,CAAY;IAMpB,mBAAmB,CAAU;CAChC;AAxBC;IAAC,WAAW,EAAE;IACb,qBAAqB,EAAE;;8CACJ;AAEpB;IAAC,WAAW,EAAE;IACb,qBAAqB,EAAE;;4CACN;AAElB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,OAAO,EAAE;8BACQ,KAAK;kDAAS;AAEhC;IAAC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;6CACS;AAEtB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;IACV,IAAI,CAAC,CAAC,iBAAiB,CAAC,EAAE,EAAE,iBAAiB,CAAC,EAAE,EAAE,iBAAiB,CAAC,EAAE,EAAE,iBAAiB,CAAC,GAAG,EAAE,iBAAiB,CAAC,GAAG,EAAE,iBAAiB,CAAC,EAAE,EAAE,iBAAiB,CAAC,EAAE,EAAE,iBAAiB,CAAC,GAAG,EAAE,iBAAiB,CAAC,GAAG,CAAC,CAAC;;wDAClL","sourcesContent":["import {\n IsArray, IsBoolean, IsIn, IsNumber, IsOptional,\n} from 'class-validator';\nimport { AccountingJournal } from '../../..';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { IsFormattedDateString } from '../../../../utils/validators/formattedDateString.validator';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryUnexport {\n @ApiProperty()\n @IsFormattedDateString()\n startDate: string;\n\n @ApiProperty()\n @IsFormattedDateString()\n endDate: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n idBankAccount?: Array<number>;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n @IsIn([AccountingJournal.AC, AccountingJournal.VE])\n idAccountingJournal?: number;\n}\n\nexport class QueryExport {\n @ApiProperty()\n @IsFormattedDateString()\n startDate: string;\n\n @ApiProperty()\n @IsFormattedDateString()\n endDate: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n idBankAccount?: Array<number>;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n reexport?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n @IsIn([AccountingJournal.AC, AccountingJournal.VE, AccountingJournal.BQ, AccountingJournal.CAI, AccountingJournal.PER, AccountingJournal.AN, AccountingJournal.OD, AccountingJournal.REV, AccountingJournal.SAL])\n idAccountingJournal?: number;\n}\n"]}
|
|
@@ -8,6 +8,7 @@ import { ISociety } from './ISociety';
|
|
|
8
8
|
import { IAccountsSectors } from './IAccountsSectors';
|
|
9
9
|
import { IMachineLearningResult } from './IMachineLearningResult';
|
|
10
10
|
import { IAccountsSocieties } from './IAccountsSocieties';
|
|
11
|
+
import { ITag } from './ITag';
|
|
11
12
|
export interface IAccount {
|
|
12
13
|
id?: number;
|
|
13
14
|
number: number;
|
|
@@ -50,5 +51,6 @@ export interface IAccount {
|
|
|
50
51
|
societies?: ISociety[];
|
|
51
52
|
machineLearningResults?: IMachineLearningResult[];
|
|
52
53
|
parentAccount?: IAccount;
|
|
54
|
+
tags?: ITag[];
|
|
53
55
|
}
|
|
54
56
|
//# sourceMappingURL=IAccount.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IAccount.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IAccount.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"IAccount.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IAccount.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAG9B,MAAM,WAAW,QAAQ;IACvB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,eAAe,CAAC,EAAE,gBAAgB,EAAE,CAAC;IACrC,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,GAAG,CAAC,EAAE,IAAI,CAAC;IACX,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,cAAc,CAAC,EAAE,cAAc,EAAE,CAAC;IAClC,iBAAiB,CAAC,EAAE,kBAAkB,EAAE,GAAG,kBAAkB,CAAC;IAC9D,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAC;IACvB,sBAAsB,CAAC,EAAE,sBAAsB,EAAE,CAAC;IAClD,aAAa,CAAC,EAAE,QAAQ,CAAC;IACzB,IAAI,CAAC,EAAE,IAAI,EAAE,CAAA;CACd"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IAccount.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IAccount.ts"],"names":[],"mappings":"","sourcesContent":["import { INature } from './INature';\nimport { IAccountType } from './IAccountType';\nimport { IVat } from './IVat';\nimport { IRegisterCategory } from './IRegisterCategory';\nimport { IAccountHelp } from './IAccountHelp';\nimport { IAccountDetail } from './IAccountDetail';\nimport { ISociety } from './ISociety';\nimport { IAccountsSectors } from './IAccountsSectors';\nimport { IMachineLearningResult } from './IMachineLearningResult';\nimport { IAccountsSocieties } from './IAccountsSocieties';\n\n// accounts\nexport interface IAccount {\n id?: number;\n number: number;\n name: string;\n originalName?: string | null;\n forceVat?: boolean;\n blockVat?: boolean;\n forceFile?: boolean;\n isHidden?: boolean;\n isImmo?: boolean;\n isCorporal?: boolean;\n icone?: string | null;\n iconePNG?: string | null;\n color?: string | null;\n isOnlyTreso?: boolean;\n isOnlyEnga?: boolean;\n isGeneric?: boolean;\n isPersonalised?: boolean;\n forClient?: boolean;\n forFournisseur?: boolean;\n accountsSectors?: IAccountsSectors[];\n juridicalSociety?: number | null;\n idNature: number;\n customization?: number;\n idAccountType: number;\n idVat?: number | null;\n idRegisterCategorie?: number | null;\n idSector?: number | null;\n idParentAccount?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n // Associations\n nature?: INature;\n accountType?: IAccountType;\n tva?: IVat;\n registerCategorie?: IRegisterCategory;\n accountHelp?: IAccountHelp;\n accountDetails?: IAccountDetail[];\n accountsSocieties?: IAccountsSocieties[] | IAccountsSocieties;\n societies?: ISociety[];\n machineLearningResults?: IMachineLearningResult[];\n parentAccount?: IAccount;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"IAccount.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IAccount.ts"],"names":[],"mappings":"","sourcesContent":["import { INature } from './INature';\nimport { IAccountType } from './IAccountType';\nimport { IVat } from './IVat';\nimport { IRegisterCategory } from './IRegisterCategory';\nimport { IAccountHelp } from './IAccountHelp';\nimport { IAccountDetail } from './IAccountDetail';\nimport { ISociety } from './ISociety';\nimport { IAccountsSectors } from './IAccountsSectors';\nimport { IMachineLearningResult } from './IMachineLearningResult';\nimport { IAccountsSocieties } from './IAccountsSocieties';\nimport { ITag } from './ITag';\n\n// accounts\nexport interface IAccount {\n id?: number;\n number: number;\n name: string;\n originalName?: string | null;\n forceVat?: boolean;\n blockVat?: boolean;\n forceFile?: boolean;\n isHidden?: boolean;\n isImmo?: boolean;\n isCorporal?: boolean;\n icone?: string | null;\n iconePNG?: string | null;\n color?: string | null;\n isOnlyTreso?: boolean;\n isOnlyEnga?: boolean;\n isGeneric?: boolean;\n isPersonalised?: boolean;\n forClient?: boolean;\n forFournisseur?: boolean;\n accountsSectors?: IAccountsSectors[];\n juridicalSociety?: number | null;\n idNature: number;\n customization?: number;\n idAccountType: number;\n idVat?: number | null;\n idRegisterCategorie?: number | null;\n idSector?: number | null;\n idParentAccount?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n // Associations\n nature?: INature;\n accountType?: IAccountType;\n tva?: IVat;\n registerCategorie?: IRegisterCategory;\n accountHelp?: IAccountHelp;\n accountDetails?: IAccountDetail[];\n accountsSocieties?: IAccountsSocieties[] | IAccountsSocieties;\n societies?: ISociety[];\n machineLearningResults?: IMachineLearningResult[];\n parentAccount?: IAccount;\n tags?: ITag[]\n}\n"]}
|
|
@@ -1,15 +1,18 @@
|
|
|
1
1
|
import { IUser } from '../..';
|
|
2
|
-
export interface
|
|
2
|
+
export interface IContest {
|
|
3
3
|
id?: number;
|
|
4
4
|
emailVoter: string;
|
|
5
5
|
hashMail: string;
|
|
6
6
|
ipAddress: string;
|
|
7
7
|
hasVoteBeenCompleted: boolean;
|
|
8
8
|
acceptContact: boolean;
|
|
9
|
+
result: string;
|
|
10
|
+
idTypeContest: number;
|
|
11
|
+
isSuspectedToBeScam: boolean;
|
|
9
12
|
idUserVoteFor?: number | null;
|
|
10
13
|
createdAt?: Date | null;
|
|
11
14
|
updatedAt?: Date | null;
|
|
12
15
|
deletedAt?: Date | null;
|
|
13
16
|
userVoteFor?: IUser;
|
|
14
17
|
}
|
|
15
|
-
//# sourceMappingURL=
|
|
18
|
+
//# sourceMappingURL=IContest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IContest.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IContest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,OAAO,CAAC;AAE9B,MAAM,WAAW,QAAQ;IACvB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,oBAAoB,EAAE,OAAO,CAAC;IAC9B,aAAa,EAAE,OAAO,CAAC;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,EAAE,MAAM,CAAC;IACtB,mBAAmB,EAAE,OAAO,CAAC;IAC7B,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAIxB,WAAW,CAAC,EAAE,KAAK,CAAC;CACrB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IContest.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IContest.ts"],"names":[],"mappings":"","sourcesContent":["import { IUser } from '../..';\n\nexport interface IContest {\n id?: number;\n emailVoter: string;\n hashMail: string;\n ipAddress: string;\n hasVoteBeenCompleted: boolean;\n acceptContact: boolean;\n result: string; // object of result depending the contest\n idTypeContest: number;\n isSuspectedToBeScam: boolean;\n idUserVoteFor?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n\n // Associations\n userVoteFor?: IUser;\n}\n"]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IContest } from './IContest';
|
|
2
2
|
export interface IUserContest {
|
|
3
3
|
id?: number;
|
|
4
4
|
firstname: string;
|
|
@@ -19,6 +19,6 @@ export interface IUserContest {
|
|
|
19
19
|
createdAt?: Date | null;
|
|
20
20
|
updatedAt?: Date | null;
|
|
21
21
|
deletedAt?: Date | null;
|
|
22
|
-
|
|
22
|
+
contests: IContest[];
|
|
23
23
|
}
|
|
24
24
|
//# sourceMappingURL=IUserContest.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IUserContest.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IUserContest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"IUserContest.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IUserContest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC,MAAM,WAAW,YAAY;IAC3B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,gBAAgB,EAAE,OAAO,CAAC;IAC1B,eAAe,EAAE,OAAO,CAAC;IACzB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,QAAQ,EAAE,QAAQ,EAAE,CAAA;CACrB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IUserContest.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IUserContest.ts"],"names":[],"mappings":"","sourcesContent":["import {
|
|
1
|
+
{"version":3,"file":"IUserContest.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IUserContest.ts"],"names":[],"mappings":"","sourcesContent":["import { IContest } from './IContest';\n\nexport interface IUserContest {\n id?: number;\n firstname: string;\n lastname: string;\n email: string;\n hash: string;\n phone: string;\n societyName: string;\n siren: string;\n companyWebsite?: string | null;\n productDescription?: string | null;\n societyDescription?: string | null;\n tokenPhoto?: string | null;\n tokenLogo?: string | null;\n tokenBanner?: string | null;\n acceptNewsletter: boolean;\n acceptPromotion: boolean;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n // associations\n contests: IContest[]\n}\n"]}
|
|
@@ -323,7 +323,7 @@ export * from './Interface/models/ICard';
|
|
|
323
323
|
export * from './Interface/models/ICardHistory';
|
|
324
324
|
export * from './Interface/models/IDubiousCustomer';
|
|
325
325
|
export * from './Interface/models/IUserContest';
|
|
326
|
-
export * from './Interface/models/
|
|
326
|
+
export * from './Interface/models/IContest';
|
|
327
327
|
export * from './Interface/models/IEquipment';
|
|
328
328
|
export * from './Interface/models/IUserRoomEquipment';
|
|
329
329
|
export * from './Interface/models/IUserSpecialDay';
|
|
@@ -528,6 +528,7 @@ export * from './Enum/ZoneCode';
|
|
|
528
528
|
export * from './Enum/TimeSlot';
|
|
529
529
|
export * from './Enum/StateSynchro';
|
|
530
530
|
export * from './Enum/RefundReason';
|
|
531
|
+
export * from './Enum/Contest';
|
|
531
532
|
export * from './Interface/api/kilometricAllowance/ReadKilometricAllowance';
|
|
532
533
|
export * from './Interface/api/cashAndExpense/Query';
|
|
533
534
|
export * from './Interface/api/cerfa/das2';
|
|
@@ -561,11 +562,9 @@ export * from './Interface/api/paymentExpectationCustomer/QueryPaymentExpectatio
|
|
|
561
562
|
export * from './Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer';
|
|
562
563
|
export * from './Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer';
|
|
563
564
|
export * from './Interface/api/accountType/ReadAccountType';
|
|
564
|
-
export * from './Interface/api/account/
|
|
565
|
-
export * from './Interface/api/account/
|
|
566
|
-
export * from './Interface/api/account/
|
|
567
|
-
export * from './Interface/api/account/QueryAccountSociety';
|
|
568
|
-
export * from './Interface/api/account/QueryGenericAccount';
|
|
565
|
+
export * from './Interface/api/account/Query';
|
|
566
|
+
export * from './Interface/api/account/Create';
|
|
567
|
+
export * from './Interface/api/account/Update';
|
|
569
568
|
export * from './Interface/api/accountingTransaction/QueryTransaction';
|
|
570
569
|
export * from './Interface/api/accountingTransaction/DeleteInvoices';
|
|
571
570
|
export * from './Interface/api/accountingTransaction/GetTransactionsBetweenDates';
|
|
@@ -586,7 +585,7 @@ export * from './Interface/api/user/CreateCoworker';
|
|
|
586
585
|
export * from './Interface/api/user/QueryUserSmsConfirmation';
|
|
587
586
|
export * from './Interface/api/user/Permissions';
|
|
588
587
|
export * from './Interface/api/user/CollaboratorsByRoles';
|
|
589
|
-
export * from './Interface/api/account/
|
|
588
|
+
export * from './Interface/api/account/Read';
|
|
590
589
|
export * from './Interface/api/balanceSheet/ReadFreelanceTurnover';
|
|
591
590
|
export * from './Interface/api/simulationColors/ReadSimulationColors';
|
|
592
591
|
export * from './Interface/api/survey/QuerySurveys';
|
|
@@ -658,7 +657,6 @@ export * from './Interface/api/dashboard/ReadDeadline';
|
|
|
658
657
|
export * from './Interface/api/accountant/ReadAccountantBalance';
|
|
659
658
|
export * from './Interface/api/quotes/QueryQuotesAccount';
|
|
660
659
|
export * from './Interface/api/quotes/CreateQuoteAccount';
|
|
661
|
-
export * from './Interface/api/account/ReadQuoteAccount';
|
|
662
660
|
export * from './Interface/api/internalInvoicing/CreateInternalInvoicing';
|
|
663
661
|
export * from './Interface/api/internalInvoicing/CreateInternalInvoicing2in';
|
|
664
662
|
export * from './Interface/api/internalInvoicing/RegenerateInternalInvoicing';
|
|
@@ -820,7 +818,7 @@ export * from './Interface/api/prestashop/InvoicesPrestashop';
|
|
|
820
818
|
export * from './Interface/api/woocommerce/WCOrder';
|
|
821
819
|
export * from './Interface/api/woocommerce/WCBilling';
|
|
822
820
|
export * from './Interface/api/woocommerce/InvoicesWoocommerce';
|
|
823
|
-
export * from './Interface/api/transactions/
|
|
821
|
+
export * from './Interface/api/transactions/Query';
|
|
824
822
|
export * from './Interface/api/crisp/GetCrisp';
|
|
825
823
|
export * from './Interface/api/incomeAllocation/CreateIncomeAllocation';
|
|
826
824
|
export * from './Interface/api/incomeAllocation/ReadIncomeAllocation';
|
|
@@ -911,6 +909,8 @@ export * from './Interface/api/calendarEvent/queryCalendarEvent';
|
|
|
911
909
|
export * from './Interface/api/calendarEvent/getAllCalendarEvent';
|
|
912
910
|
export * from './Interface/api/calendarEvent/getLastInvalidateEvent';
|
|
913
911
|
export * from './Interface/api/calendarEvent/readAllCalendarEvent';
|
|
912
|
+
export * from './Interface/api/calendarEvent/readCalendarEventCall';
|
|
913
|
+
export * from './Interface/api/calendarEvent/queryCalendarEventCall';
|
|
914
914
|
export * from './Interface/api/checklist/Read';
|
|
915
915
|
export * from './Interface/api/checklist/Query';
|
|
916
916
|
export * from './Interface/api/checklist/Update';
|