@silexpert/core 1.0.14 → 1.0.15
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/CommercialDocument.d.ts +2 -1
- package/es/api/resources/CommercialDocument.d.ts.map +1 -1
- package/es/api/resources/CommercialDocument.js +3 -0
- package/es/api/resources/CommercialDocument.js.map +1 -1
- package/es/api/resources/Dashboard.d.ts +1 -2
- package/es/api/resources/Dashboard.d.ts.map +1 -1
- package/es/api/resources/Dashboard.js +0 -3
- package/es/api/resources/Dashboard.js.map +1 -1
- package/es/api/resources/Mail.js +2 -2
- package/es/api/resources/Mail.js.map +1 -1
- package/es/api/resources/Qonto.d.ts +2 -1
- package/es/api/resources/Qonto.d.ts.map +1 -1
- package/es/api/resources/Qonto.js +3 -0
- package/es/api/resources/Qonto.js.map +1 -1
- package/es/api/resources/User.d.ts +2 -2
- package/es/api/resources/User.d.ts.map +1 -1
- package/es/api/resources/User.js +2 -11
- package/es/api/resources/User.js.map +1 -1
- package/es/types/Enum/BrandClementine.d.ts +3 -1
- package/es/types/Enum/BrandClementine.d.ts.map +1 -1
- package/es/types/Enum/BrandClementine.js +3 -0
- package/es/types/Enum/BrandClementine.js.map +1 -1
- package/es/types/Enum/CommercialManagement.d.ts +4 -2
- package/es/types/Enum/CommercialManagement.d.ts.map +1 -1
- package/es/types/Enum/CommercialManagement.js +3 -1
- package/es/types/Enum/CommercialManagement.js.map +1 -1
- package/es/types/Enum/Role.d.ts +6 -11
- package/es/types/Enum/Role.d.ts.map +1 -1
- package/es/types/Enum/Role.js +15 -10
- package/es/types/Enum/Role.js.map +1 -1
- package/es/types/Enum/RoleDetail.d.ts +40 -56
- package/es/types/Enum/RoleDetail.d.ts.map +1 -1
- package/es/types/Enum/RoleDetail.js +120 -64
- package/es/types/Enum/RoleDetail.js.map +1 -1
- package/es/types/Enum/TaskResponseType.d.ts +0 -1
- package/es/types/Enum/TaskResponseType.d.ts.map +1 -1
- package/es/types/Enum/TaskResponseType.js +25 -3
- package/es/types/Enum/TaskResponseType.js.map +1 -1
- package/es/types/Enum/TimeCounterType.js +7 -7
- package/es/types/Enum/TimeCounterType.js.map +1 -1
- package/es/types/Interface/api/commercialManagement/Query.d.ts +6 -0
- package/es/types/Interface/api/commercialManagement/Query.d.ts.map +1 -1
- package/es/types/Interface/api/commercialManagement/Query.js +29 -0
- package/es/types/Interface/api/commercialManagement/Query.js.map +1 -1
- package/es/types/Interface/api/commercialManagement/Read.d.ts +19 -0
- package/es/types/Interface/api/commercialManagement/Read.d.ts.map +1 -1
- package/es/types/Interface/api/commercialManagement/Read.js.map +1 -1
- package/es/types/Interface/api/mail/QueryCountUnprocessedByUserMail.d.ts +1 -1
- package/es/types/Interface/api/mail/QueryCountUnprocessedByUserMail.d.ts.map +1 -1
- package/es/types/Interface/api/mail/QueryCountUnprocessedByUserMail.js +1 -1
- package/es/types/Interface/api/mail/QueryCountUnprocessedByUserMail.js.map +1 -1
- package/es/types/Interface/api/mail/QueryPaginatedMail.d.ts +1 -1
- package/es/types/Interface/api/mail/QueryPaginatedMail.d.ts.map +1 -1
- package/es/types/Interface/api/mail/QueryPaginatedMail.js +1 -1
- package/es/types/Interface/api/mail/QueryPaginatedMail.js.map +1 -1
- package/es/types/Interface/api/qonto/CreateImportation.d.ts +5 -0
- package/es/types/Interface/api/qonto/CreateImportation.d.ts.map +1 -0
- package/es/types/Interface/api/{dashboard/QueryGescom.js → qonto/CreateImportation.js} +12 -19
- package/es/types/Interface/api/qonto/CreateImportation.js.map +1 -0
- package/es/types/Interface/api/qonto/Query.d.ts +78 -0
- package/es/types/Interface/api/qonto/Query.d.ts.map +1 -0
- package/es/types/Interface/api/qonto/Query.js +2 -0
- package/es/types/Interface/api/qonto/Query.js.map +1 -0
- package/es/types/Interface/api/user/ParamsGetAllCollaborators.d.ts +1 -0
- package/es/types/Interface/api/user/ParamsGetAllCollaborators.d.ts.map +1 -1
- package/es/types/Interface/api/user/ParamsGetAllCollaborators.js +10 -1
- package/es/types/Interface/api/user/ParamsGetAllCollaborators.js.map +1 -1
- package/es/types/Interface/api/user/QueryGetAllCollaborators.d.ts +1 -0
- package/es/types/Interface/api/user/QueryGetAllCollaborators.d.ts.map +1 -1
- package/es/types/Interface/api/user/QueryGetAllCollaborators.js +11 -1
- package/es/types/Interface/api/user/QueryGetAllCollaborators.js.map +1 -1
- package/es/types/Interface/models/IEstimateInvoice.d.ts +2 -2
- package/es/types/Interface/models/IEstimateInvoice.d.ts.map +1 -1
- package/es/types/Interface/models/IEstimateInvoice.js.map +1 -1
- package/es/types/index.d.ts +2 -2
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +2 -2
- package/es/types/index.js.map +1 -1
- package/es/utils/task.d.ts +1 -2
- package/es/utils/task.d.ts.map +1 -1
- package/es/utils/task.js +17 -20
- package/es/utils/task.js.map +1 -1
- package/es/utils/webmail.d.ts.map +1 -1
- package/es/utils/webmail.js +1 -4
- package/es/utils/webmail.js.map +1 -1
- package/js/api/resources/CommercialDocument.js +6 -0
- package/js/api/resources/CommercialDocument.js.map +1 -1
- package/js/api/resources/Dashboard.js +0 -6
- package/js/api/resources/Dashboard.js.map +1 -1
- package/js/api/resources/Mail.js +2 -2
- package/js/api/resources/Mail.js.map +1 -1
- package/js/api/resources/Qonto.js +4 -0
- package/js/api/resources/Qonto.js.map +1 -1
- package/js/api/resources/User.js +5 -3
- package/js/api/resources/User.js.map +1 -1
- package/js/types/Enum/BrandClementine.js +3 -0
- package/js/types/Enum/BrandClementine.js.map +1 -1
- package/js/types/Enum/CommercialManagement.js +3 -1
- package/js/types/Enum/CommercialManagement.js.map +1 -1
- package/js/types/Enum/Role.js +18 -13
- package/js/types/Enum/Role.js.map +1 -1
- package/js/types/Enum/RoleDetail.js +142 -86
- package/js/types/Enum/RoleDetail.js.map +1 -1
- package/js/types/Enum/TaskResponseType.js +24 -4
- package/js/types/Enum/TaskResponseType.js.map +1 -1
- package/js/types/Enum/TimeCounterType.js +7 -7
- package/js/types/Enum/TimeCounterType.js.map +1 -1
- package/js/types/Interface/api/commercialManagement/Query.js +15 -3
- package/js/types/Interface/api/commercialManagement/Query.js.map +1 -1
- package/js/types/Interface/api/mail/QueryCountUnprocessedByUserMail.js +1 -1
- package/js/types/Interface/api/mail/QueryCountUnprocessedByUserMail.js.map +1 -1
- package/js/types/Interface/api/mail/QueryPaginatedMail.js +1 -1
- package/js/types/Interface/api/mail/QueryPaginatedMail.js.map +1 -1
- package/js/types/Interface/api/{dashboard/QueryGescom.js → qonto/CreateImportation.js} +8 -12
- package/js/types/Interface/api/qonto/CreateImportation.js.map +1 -0
- package/js/types/Interface/api/qonto/Query.js +6 -0
- package/js/types/Interface/api/qonto/Query.js.map +1 -0
- package/js/types/Interface/api/user/ParamsGetAllCollaborators.js +6 -0
- package/js/types/Interface/api/user/ParamsGetAllCollaborators.js.map +1 -1
- package/js/types/Interface/api/user/QueryGetAllCollaborators.js +8 -0
- package/js/types/Interface/api/user/QueryGetAllCollaborators.js.map +1 -1
- package/js/types/index.js +24 -24
- package/js/types/index.js.map +1 -1
- package/js/utils/task.js +17 -21
- package/js/utils/task.js.map +1 -1
- package/js/utils/webmail.js +1 -3
- package/js/utils/webmail.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/CommercialDocument.ts +6 -0
- package/ts/api/resources/Dashboard.ts +0 -6
- package/ts/api/resources/Mail.ts +2 -2
- package/ts/api/resources/Qonto.ts +7 -1
- package/ts/api/resources/User.ts +3 -12
- package/ts/types/Enum/BrandClementine.ts +3 -0
- package/ts/types/Enum/CommercialManagement.ts +3 -1
- package/ts/types/Enum/Role.ts +15 -10
- package/ts/types/Enum/RoleDetail.ts +120 -64
- package/ts/types/Enum/TaskResponseType.ts +25 -3
- package/ts/types/Enum/TimeCounterType.ts +7 -7
- package/ts/types/Interface/api/commercialManagement/Query.ts +25 -0
- package/ts/types/Interface/api/commercialManagement/Read.ts +19 -0
- package/ts/types/Interface/api/mail/QueryCountUnprocessedByUserMail.ts +1 -1
- package/ts/types/Interface/api/mail/QueryPaginatedMail.ts +1 -1
- package/ts/types/Interface/api/qonto/CreateImportation.ts +14 -0
- package/ts/types/Interface/api/qonto/Query.ts +80 -0
- package/ts/types/Interface/api/user/ParamsGetAllCollaborators.ts +9 -0
- package/ts/types/Interface/api/user/QueryGetAllCollaborators.ts +10 -1
- package/ts/types/Interface/models/IEstimateInvoice.ts +2 -2
- package/ts/types/index.ts +2 -2
- package/ts/utils/task.ts +17 -17
- package/ts/utils/webmail.ts +1 -3
- package/es/types/Interface/api/dashboard/QueryGescom.d.ts +0 -8
- package/es/types/Interface/api/dashboard/QueryGescom.d.ts.map +0 -1
- package/es/types/Interface/api/dashboard/QueryGescom.js.map +0 -1
- package/es/types/Interface/api/dashboard/ReadGescom.d.ts +0 -22
- package/es/types/Interface/api/dashboard/ReadGescom.d.ts.map +0 -1
- package/es/types/Interface/api/dashboard/ReadGescom.js +0 -9
- package/es/types/Interface/api/dashboard/ReadGescom.js.map +0 -1
- package/js/types/Interface/api/dashboard/QueryGescom.js.map +0 -1
- package/js/types/Interface/api/dashboard/ReadGescom.js +0 -22
- package/js/types/Interface/api/dashboard/ReadGescom.js.map +0 -1
- package/ts/types/Interface/api/dashboard/QueryGescom.ts +0 -18
- package/ts/types/Interface/api/dashboard/ReadGescom.ts +0 -24
|
@@ -81,10 +81,12 @@ export class QueryDocumentPaginated {
|
|
|
81
81
|
|
|
82
82
|
@ApiPropertyOptional()
|
|
83
83
|
@IsDateString()
|
|
84
|
+
@IsOptional()
|
|
84
85
|
minDate?: string;
|
|
85
86
|
|
|
86
87
|
@ApiPropertyOptional()
|
|
87
88
|
@IsDateString()
|
|
89
|
+
@IsOptional()
|
|
88
90
|
maxDate?: string;
|
|
89
91
|
|
|
90
92
|
@ApiPropertyOptional()
|
|
@@ -112,4 +114,27 @@ export class QueryDocumentPaginated {
|
|
|
112
114
|
@IsBoolean()
|
|
113
115
|
@ToBoolean()
|
|
114
116
|
isDraft?: boolean;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
export class QueryCountByStatus {
|
|
120
|
+
@ApiPropertyOptional()
|
|
121
|
+
@IsDateString()
|
|
122
|
+
@IsOptional()
|
|
123
|
+
minDate?: string;
|
|
124
|
+
|
|
125
|
+
@ApiPropertyOptional()
|
|
126
|
+
@IsDateString()
|
|
127
|
+
@IsOptional()
|
|
128
|
+
maxDate?: string;
|
|
129
|
+
|
|
130
|
+
@ApiPropertyOptional()
|
|
131
|
+
@IsOptional()
|
|
132
|
+
@IsString()
|
|
133
|
+
search?: string;
|
|
134
|
+
|
|
135
|
+
@ApiPropertyOptional()
|
|
136
|
+
@IsBoolean()
|
|
137
|
+
@ToBoolean()
|
|
138
|
+
@IsOptional()
|
|
139
|
+
isDraft?: boolean;
|
|
115
140
|
}
|
|
@@ -4,6 +4,7 @@ import { IProductInvoice } from '../../models/IProductInvoice';
|
|
|
4
4
|
import { ReadFormattedAccountingTransaction } from '../accountingEntry/AnnotateAccountingTransaction';
|
|
5
5
|
import { CommercialDocumentInputs } from './Create';
|
|
6
6
|
import { IEstimateInvoice } from '../../models/IEstimateInvoice';
|
|
7
|
+
import { EstimateStatus, InvoiceStatus } from '../../../Enum/CommercialManagement';
|
|
7
8
|
|
|
8
9
|
export type ReadCashBasedInvoice = Partial<IAccountingFile>;
|
|
9
10
|
|
|
@@ -64,4 +65,22 @@ export type ReadCommercialDocumentTemplate = {
|
|
|
64
65
|
body: string;
|
|
65
66
|
footer: string;
|
|
66
67
|
data: ReadDocumentEditing;
|
|
68
|
+
};
|
|
69
|
+
|
|
70
|
+
export type ReadEstimateInvoiceStatus =
|
|
71
|
+
InvoiceStatus.PAID |
|
|
72
|
+
InvoiceStatus.UNPAID |
|
|
73
|
+
InvoiceStatus.CANCELED |
|
|
74
|
+
InvoiceStatus.WAITING |
|
|
75
|
+
EstimateStatus.REFUSED |
|
|
76
|
+
EstimateStatus.BILLED |
|
|
77
|
+
EstimateStatus.ACCEPTED |
|
|
78
|
+
EstimateStatus.WAITING |
|
|
79
|
+
EstimateStatus.EXPIRED;
|
|
80
|
+
|
|
81
|
+
type CountAndNumber = { count: number; amount: number; };
|
|
82
|
+
|
|
83
|
+
export type ReadCountDocumentByStatus = {
|
|
84
|
+
invoices: { paid: CountAndNumber; waiting: CountAndNumber; unpaid: CountAndNumber; }
|
|
85
|
+
preSales: { accepted: CountAndNumber; waiting: CountAndNumber; refused: CountAndNumber; }
|
|
67
86
|
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { IsDateString, IsOptional } from 'class-validator';
|
|
2
|
+
import { ApiPropertyOptional } from '../../../../utils';
|
|
3
|
+
|
|
4
|
+
export class CreateImportation {
|
|
5
|
+
@ApiPropertyOptional()
|
|
6
|
+
@IsOptional()
|
|
7
|
+
@IsDateString()
|
|
8
|
+
minDate?: string;
|
|
9
|
+
|
|
10
|
+
@ApiPropertyOptional()
|
|
11
|
+
@IsOptional()
|
|
12
|
+
@IsDateString()
|
|
13
|
+
maxDate?: string ;
|
|
14
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
type QontoOrganisationBankAccount = {
|
|
2
|
+
slug: string;
|
|
3
|
+
iban: string;
|
|
4
|
+
bic: string | null;
|
|
5
|
+
currency: string;
|
|
6
|
+
balance: number;
|
|
7
|
+
balance_cents: number;
|
|
8
|
+
authorized_balance: number;
|
|
9
|
+
authorized_balance_cents: number;
|
|
10
|
+
updated_at: string;
|
|
11
|
+
status: 'active' | 'closed';
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
export type GetQontoOrganization = {
|
|
15
|
+
organization: {
|
|
16
|
+
slug: string;
|
|
17
|
+
legal_name: string | null;
|
|
18
|
+
bank_accounts: QontoOrganisationBankAccount[];
|
|
19
|
+
}
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
export type GetQontoTransactionsResponse = {
|
|
23
|
+
transactions: QontoTransaction[];
|
|
24
|
+
meta: {
|
|
25
|
+
current_page: number;
|
|
26
|
+
next_page: number | null;
|
|
27
|
+
prev_page: number | null;
|
|
28
|
+
total_pages: number;
|
|
29
|
+
total_count: number;
|
|
30
|
+
per_page: number;
|
|
31
|
+
}
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
export type QontoTransaction = {
|
|
35
|
+
transaction_id: string;
|
|
36
|
+
amount: number;
|
|
37
|
+
amount_cents: number;
|
|
38
|
+
settled_balance: number;
|
|
39
|
+
settled_balance_cents: number;
|
|
40
|
+
attachment_ids: string[],
|
|
41
|
+
local_amount: number;
|
|
42
|
+
local_amount_cents: number;
|
|
43
|
+
side: string;
|
|
44
|
+
operation_type: string;
|
|
45
|
+
currency: string;
|
|
46
|
+
local_currency: string;
|
|
47
|
+
label: string;
|
|
48
|
+
settled_at: string;
|
|
49
|
+
emitted_at: string;
|
|
50
|
+
updated_at: string;
|
|
51
|
+
status: string;
|
|
52
|
+
note: string;
|
|
53
|
+
reference: string | null;
|
|
54
|
+
vat_amount: number | null;
|
|
55
|
+
vat_amount_cents: number | null;
|
|
56
|
+
vat_rate: number | null;
|
|
57
|
+
initiator_id: string | null;
|
|
58
|
+
label_ids: string[];
|
|
59
|
+
attachment_lost: boolean,
|
|
60
|
+
attachment_required: boolean,
|
|
61
|
+
card_last_digits: string | null,
|
|
62
|
+
category: string | null,
|
|
63
|
+
id: string | null
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
export type GetQontoAttachment = {
|
|
67
|
+
id: string;
|
|
68
|
+
created_at: string;
|
|
69
|
+
file_name: string;
|
|
70
|
+
file_size: string;
|
|
71
|
+
file_content_type: string;
|
|
72
|
+
url: string;
|
|
73
|
+
probative_attachment: {
|
|
74
|
+
status: string;
|
|
75
|
+
file_name: string;
|
|
76
|
+
file_content_type: string;
|
|
77
|
+
file_size:string;
|
|
78
|
+
url: string | null;
|
|
79
|
+
}
|
|
80
|
+
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import {
|
|
2
|
+
IsIn,
|
|
2
3
|
IsNumber,
|
|
3
4
|
IsOptional, IsString,
|
|
4
5
|
} from 'class-validator';
|
|
@@ -26,4 +27,12 @@ export class ParamsGetAllCollaborators {
|
|
|
26
27
|
@IsOptional()
|
|
27
28
|
@IsNumber()
|
|
28
29
|
idUser?: number[];
|
|
30
|
+
|
|
31
|
+
@ApiPropertyOptional()
|
|
32
|
+
@IsOptional()
|
|
33
|
+
@IsString({
|
|
34
|
+
each: true,
|
|
35
|
+
})
|
|
36
|
+
@IsIn(['avatar', 'teams', 'businessLines'], { each: true })
|
|
37
|
+
include?: string[];
|
|
29
38
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IsIn, IsOptional, IsString } from 'class-validator';
|
|
2
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
2
3
|
|
|
3
4
|
export class QueryGetAllCollaborators {
|
|
4
5
|
@ApiProperty({
|
|
@@ -8,4 +9,12 @@ export class QueryGetAllCollaborators {
|
|
|
8
9
|
example: [1, 13],
|
|
9
10
|
})
|
|
10
11
|
idUser?: number[];
|
|
12
|
+
|
|
13
|
+
@ApiPropertyOptional()
|
|
14
|
+
@IsOptional()
|
|
15
|
+
@IsString({
|
|
16
|
+
each: true,
|
|
17
|
+
})
|
|
18
|
+
@IsIn(['avatar', 'teams', 'businessLines'], { each: true })
|
|
19
|
+
include?: string[];
|
|
11
20
|
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { IProductInvoice } from './IProductInvoice';
|
|
2
|
-
import { IEstimateInvoiceRepeat } from './IEstimateInvoiceRepeat';
|
|
3
2
|
import { IPaymentExpectationCustomer } from './IPaymentExpectationCustomer';
|
|
4
3
|
import { IThirdParty } from './IThirdParty';
|
|
5
4
|
import { IFrequency } from './IFrequency';
|
|
@@ -8,6 +7,7 @@ import { ISociety } from './ISociety';
|
|
|
8
7
|
import { IInvoiceReminder } from './IInvoiceReminder';
|
|
9
8
|
import { IFile } from './IFile';
|
|
10
9
|
import { IInvoiceRecurrence } from './IInvoiceRecurrence';
|
|
10
|
+
import { ReadEstimateInvoiceStatus } from '../api/commercialManagement/Read';
|
|
11
11
|
|
|
12
12
|
// estimatesInvoices
|
|
13
13
|
export interface IEstimateInvoice {
|
|
@@ -39,6 +39,7 @@ export interface IEstimateInvoice {
|
|
|
39
39
|
lastRelanceDate: Date | null;
|
|
40
40
|
isRefused: boolean;
|
|
41
41
|
isCanceled: boolean;
|
|
42
|
+
status?: ReadEstimateInvoiceStatus;
|
|
42
43
|
idFile?: number | null;
|
|
43
44
|
idRelatedInvoice: number | null;
|
|
44
45
|
idTypeEstimateInvoice: number | number[];
|
|
@@ -59,7 +60,6 @@ export interface IEstimateInvoice {
|
|
|
59
60
|
society?: ISociety;
|
|
60
61
|
assetRelatedToThisEstimateInvoice?: IEstimateInvoice;
|
|
61
62
|
estimateInvoiceForThisAsset?: IEstimateInvoice;
|
|
62
|
-
estimateInvoiceEstimateInvoiceRepeat?: IEstimateInvoiceRepeat;
|
|
63
63
|
estimateInvoiceForThisRepeat?: IEstimateInvoice;
|
|
64
64
|
invoiceReminder?: IInvoiceReminder;
|
|
65
65
|
relatedInvoice?: IEstimateInvoice;
|
package/ts/types/index.ts
CHANGED
|
@@ -522,11 +522,9 @@ export * from './Interface/api/dashboard/QueryBalanceBankAccount';
|
|
|
522
522
|
export * from './Interface/api/dashboard/QueryTopBuys';
|
|
523
523
|
export * from './Interface/api/dashboard/QueryTopProviders';
|
|
524
524
|
export * from './Interface/api/dashboard/ReadBalanceBankAccount';
|
|
525
|
-
export * from './Interface/api/dashboard/QueryGescom';
|
|
526
525
|
export * from './Interface/api/dashboard/QueryDeadline';
|
|
527
526
|
export * from './Interface/api/dashboard/ReadTopBuys';
|
|
528
527
|
export * from './Interface/api/dashboard/ReadTopProviders';
|
|
529
|
-
export * from './Interface/api/dashboard/ReadGescom';
|
|
530
528
|
export * from './Interface/api/dashboard/ReadDeadline';
|
|
531
529
|
export * from './Interface/api/accountant/ReadAccountantBalance';
|
|
532
530
|
export * from './Interface/api/quotes/QueryQuotesAccount';
|
|
@@ -774,6 +772,8 @@ export * from './Interface/api/connector/CreateConnector';
|
|
|
774
772
|
export * from './Interface/api/connector/QueryConnector';
|
|
775
773
|
export * from './Interface/api/connection/QueryConnectionState';
|
|
776
774
|
export * from './Interface/api/connection/ReadConnectionState';
|
|
775
|
+
export * from './Interface/api/qonto/Query';
|
|
776
|
+
export * from './Interface/api/qonto/CreateImportation';
|
|
777
777
|
|
|
778
778
|
// Enums types
|
|
779
779
|
export * from './Interface/enum/Util';
|
package/ts/utils/task.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { TaskResponseType, RoleAvailableForTask } from '../types/Enum/TaskRespon
|
|
|
3
3
|
|
|
4
4
|
const getIdRoleUsedForTask = (listRoles: number[]): number => {
|
|
5
5
|
let idRole = 0;
|
|
6
|
-
if (listRoles.includes(Role.COMMERCIAL)
|
|
6
|
+
if (listRoles.includes(Role.COMMERCIAL)) {
|
|
7
7
|
idRole = Role.COMMERCIAL;
|
|
8
8
|
} else if (listRoles.includes(Role.JURIDIC)) {
|
|
9
9
|
idRole = Role.JURIDIC;
|
|
@@ -11,27 +11,27 @@ const getIdRoleUsedForTask = (listRoles: number[]): number => {
|
|
|
11
11
|
idRole = Role.SOCIAL;
|
|
12
12
|
} else if (listRoles.includes(Role.FACTURATION)) {
|
|
13
13
|
idRole = Role.FACTURATION;
|
|
14
|
-
} else if (listRoles.includes(Role.CUSTOMER_SUCCESS)
|
|
14
|
+
} else if (listRoles.includes(Role.CUSTOMER_SUCCESS)) {
|
|
15
15
|
idRole = Role.CUSTOMER_SUCCESS;
|
|
16
|
-
} else if (listRoles.includes(Role.FRONT_OFFICE)
|
|
16
|
+
} else if (listRoles.includes(Role.FRONT_OFFICE)) {
|
|
17
17
|
idRole = Role.FRONT_OFFICE;
|
|
18
18
|
}
|
|
19
19
|
return idRole;
|
|
20
20
|
};
|
|
21
21
|
|
|
22
|
-
const getIdRoleUsedForManagerTask = (listRoles: number[]): number => {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
};
|
|
22
|
+
// const getIdRoleUsedForManagerTask = (listRoles: number[]): number => {
|
|
23
|
+
// let idRole = 0;
|
|
24
|
+
// if (listRoles.includes(Role.COMMERCIAL)) {
|
|
25
|
+
// idRole = Role.MANAGER;
|
|
26
|
+
// } else if (listRoles.includes(Role.JURIDIC) || listRoles.includes(Role.SOCIAL) || listRoles.includes(Role.FACTURATION)) {
|
|
27
|
+
// idRole = Role.MANAGER;
|
|
28
|
+
// } else if (listRoles.includes(Role.CUSTOMER_SUCCESS)) {
|
|
29
|
+
// idRole = Role.MANAGER;
|
|
30
|
+
// } else if (listRoles.includes(Role.FRONT_OFFICE)) {
|
|
31
|
+
// idRole = Role.MANAGER;
|
|
32
|
+
// }
|
|
33
|
+
// return idRole;
|
|
34
|
+
// };
|
|
35
35
|
|
|
36
36
|
const getIdRoleUsedForAttribution = (isIntern: boolean, idTaskType: number): number | undefined => {
|
|
37
37
|
const taskTypeList = isIntern ? TaskResponseType.INTERN.types : TaskResponseType.EXTERN.types;
|
|
@@ -41,5 +41,5 @@ const getIdRoleUsedForAttribution = (isIntern: boolean, idTaskType: number): num
|
|
|
41
41
|
const getIdRoleUsedForGetTaskOfUser = (idRole: number): boolean => !!Object.values(RoleAvailableForTask).find((role) => role === idRole);
|
|
42
42
|
|
|
43
43
|
export {
|
|
44
|
-
getIdRoleUsedForTask,
|
|
44
|
+
getIdRoleUsedForTask, getIdRoleUsedForAttribution, getIdRoleUsedForGetTaskOfUser,
|
|
45
45
|
};
|
package/ts/utils/webmail.ts
CHANGED
|
@@ -4,13 +4,11 @@ const getIdRoleUsedForEmail = (listRoles: number[]): number => {
|
|
|
4
4
|
let idRole = Role.CUSTOMER_SUCCESS;
|
|
5
5
|
if (listRoles.includes(Role.FACTURATION)) {
|
|
6
6
|
idRole = Role.FACTURATION;
|
|
7
|
-
} else if (listRoles.includes(Role.BACK_MANAGER)) {
|
|
8
|
-
idRole = Role.BACK_MANAGER;
|
|
9
7
|
} else if (listRoles.includes(Role.FRONT_OFFICE)) {
|
|
10
8
|
idRole = Role.FRONT_OFFICE;
|
|
11
9
|
} else if (listRoles.includes(Role.FRONT_OFFICE_EXPRESS)) {
|
|
12
10
|
idRole = Role.FRONT_OFFICE_EXPRESS;
|
|
13
|
-
} else if (listRoles.includes(Role.COMMERCIAL)
|
|
11
|
+
} else if (listRoles.includes(Role.COMMERCIAL)) {
|
|
14
12
|
idRole = Role.COMMERCIAL;
|
|
15
13
|
} else if (listRoles.includes(Role.EXPERT_ACCOUNTANT)) {
|
|
16
14
|
idRole = Role.EXPERT_ACCOUNTANT;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"QueryGescom.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/QueryGescom.ts"],"names":[],"mappings":"AAEA,qBAAa,WAAW;IAEtB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IAGzB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAGvB,MAAM,CAAC,EAAE,OAAO,CAAC;IAGjB,MAAM,CAAC,EAAE,OAAO,CAAC;IAGjB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"QueryGescom.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/QueryGescom.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,WAAW;CAevB;AAbC;IADC,WAAW,EAAE;;8CACW;AAGzB;IADC,WAAW,EAAE;;4CACS;AAGvB;IADC,mBAAmB,EAAE;;2CACL;AAGjB;IADC,mBAAmB,EAAE;;2CACL;AAGjB;IADC,mBAAmB,EAAE;;+CACD","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryGescom {\n @ApiProperty()\n startDate: string | Date;\n\n @ApiProperty()\n endDate: string | Date;\n\n @ApiPropertyOptional()\n isPaid?: boolean;\n\n @ApiPropertyOptional()\n isLate?: boolean;\n\n @ApiPropertyOptional()\n isCanceled?: boolean;\n}"]}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
export declare class ReadGescom {
|
|
2
|
-
bill: InvoiceObject;
|
|
3
|
-
quote: QuoteObject;
|
|
4
|
-
}
|
|
5
|
-
export declare class InvoiceObject {
|
|
6
|
-
invoicesPaid: Array<PartialInvoice>;
|
|
7
|
-
invoicesPaiementWaiting: Array<PartialInvoice>;
|
|
8
|
-
invoicesPaiementLate: Array<PartialInvoice>;
|
|
9
|
-
}
|
|
10
|
-
export declare class QuoteObject {
|
|
11
|
-
quoteAccepted: Array<PartialInvoice>;
|
|
12
|
-
quoteRefused: Array<PartialInvoice>;
|
|
13
|
-
quotePending: Array<PartialInvoice>;
|
|
14
|
-
}
|
|
15
|
-
export declare class PartialInvoice {
|
|
16
|
-
id: number;
|
|
17
|
-
label: string;
|
|
18
|
-
totalTaxExcluded: number;
|
|
19
|
-
totalTaxIncluded: number;
|
|
20
|
-
dueDate: string | Date;
|
|
21
|
-
}
|
|
22
|
-
//# sourceMappingURL=ReadGescom.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ReadGescom.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadGescom.ts"],"names":[],"mappings":"AAAA,qBAAa,UAAU;IACrB,IAAI,EAAE,aAAa,CAAC;IACpB,KAAK,EAAE,WAAW,CAAC;CACpB;AAED,qBAAa,aAAa;IACxB,YAAY,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;IACpC,uBAAuB,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;IAC/C,oBAAoB,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;CAC7C;AAED,qBAAa,WAAW;IACtB,aAAa,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;IACrC,YAAY,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;IACpC,YAAY,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;CACrC;AAED,qBAAa,cAAc;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ReadGescom.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadGescom.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,UAAU;CAGtB;AAED,MAAM,OAAO,aAAa;CAIzB;AAED,MAAM,OAAO,WAAW;CAIvB;AAED,MAAM,OAAO,cAAc;CAM1B","sourcesContent":["export class ReadGescom {\n bill: InvoiceObject;\n quote: QuoteObject;\n}\n\nexport class InvoiceObject {\n invoicesPaid: Array<PartialInvoice>;\n invoicesPaiementWaiting: Array<PartialInvoice>;\n invoicesPaiementLate: Array<PartialInvoice>;\n}\n\nexport class QuoteObject {\n quoteAccepted: Array<PartialInvoice>;\n quoteRefused: Array<PartialInvoice>;\n quotePending: Array<PartialInvoice>;\n}\n\nexport class PartialInvoice {\n id: number;\n label: string;\n totalTaxExcluded: number;\n totalTaxIncluded: number;\n dueDate: string | Date;\n}"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"QueryGescom.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,WAAP,CAAkB;;QAAXA,W,GAAAA,W;;AAEXC,YADC,yBACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD","names":["QueryGescom","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/QueryGescom.ts"],"sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryGescom {\n @ApiProperty()\n startDate: string | Date;\n\n @ApiProperty()\n endDate: string | Date;\n\n @ApiPropertyOptional()\n isPaid?: boolean;\n\n @ApiPropertyOptional()\n isLate?: boolean;\n\n @ApiPropertyOptional()\n isCanceled?: boolean;\n}"]}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
|
|
7
|
-
class ReadGescom {}
|
|
8
|
-
|
|
9
|
-
exports.ReadGescom = ReadGescom;
|
|
10
|
-
|
|
11
|
-
class InvoiceObject {}
|
|
12
|
-
|
|
13
|
-
exports.InvoiceObject = InvoiceObject;
|
|
14
|
-
|
|
15
|
-
class QuoteObject {}
|
|
16
|
-
|
|
17
|
-
exports.QuoteObject = QuoteObject;
|
|
18
|
-
|
|
19
|
-
class PartialInvoice {}
|
|
20
|
-
|
|
21
|
-
exports.PartialInvoice = PartialInvoice;
|
|
22
|
-
//# sourceMappingURL=ReadGescom.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ReadGescom.js","mappings":";;;;;;AAAM,MAAOA,UAAP,CAAiB;;QAAVA,U,GAAAA,U;;AAKP,MAAOC,aAAP,CAAoB;;QAAbA,a,GAAAA,a;;AAMP,MAAOC,WAAP,CAAkB;;QAAXA,W,GAAAA,W;;AAMP,MAAOC,cAAP,CAAqB;;QAAdA,c,GAAAA,c","names":["ReadGescom","InvoiceObject","QuoteObject","PartialInvoice"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadGescom.ts"],"sourcesContent":["export class ReadGescom {\n bill: InvoiceObject;\n quote: QuoteObject;\n}\n\nexport class InvoiceObject {\n invoicesPaid: Array<PartialInvoice>;\n invoicesPaiementWaiting: Array<PartialInvoice>;\n invoicesPaiementLate: Array<PartialInvoice>;\n}\n\nexport class QuoteObject {\n quoteAccepted: Array<PartialInvoice>;\n quoteRefused: Array<PartialInvoice>;\n quotePending: Array<PartialInvoice>;\n}\n\nexport class PartialInvoice {\n id: number;\n label: string;\n totalTaxExcluded: number;\n totalTaxIncluded: number;\n dueDate: string | Date;\n}"]}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
2
|
-
|
|
3
|
-
export class QueryGescom {
|
|
4
|
-
@ApiProperty()
|
|
5
|
-
startDate: string | Date;
|
|
6
|
-
|
|
7
|
-
@ApiProperty()
|
|
8
|
-
endDate: string | Date;
|
|
9
|
-
|
|
10
|
-
@ApiPropertyOptional()
|
|
11
|
-
isPaid?: boolean;
|
|
12
|
-
|
|
13
|
-
@ApiPropertyOptional()
|
|
14
|
-
isLate?: boolean;
|
|
15
|
-
|
|
16
|
-
@ApiPropertyOptional()
|
|
17
|
-
isCanceled?: boolean;
|
|
18
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
export class ReadGescom {
|
|
2
|
-
bill: InvoiceObject;
|
|
3
|
-
quote: QuoteObject;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
export class InvoiceObject {
|
|
7
|
-
invoicesPaid: Array<PartialInvoice>;
|
|
8
|
-
invoicesPaiementWaiting: Array<PartialInvoice>;
|
|
9
|
-
invoicesPaiementLate: Array<PartialInvoice>;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export class QuoteObject {
|
|
13
|
-
quoteAccepted: Array<PartialInvoice>;
|
|
14
|
-
quoteRefused: Array<PartialInvoice>;
|
|
15
|
-
quotePending: Array<PartialInvoice>;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
export class PartialInvoice {
|
|
19
|
-
id: number;
|
|
20
|
-
label: string;
|
|
21
|
-
totalTaxExcluded: number;
|
|
22
|
-
totalTaxIncluded: number;
|
|
23
|
-
dueDate: string | Date;
|
|
24
|
-
}
|