@silexpert/core 0.4.181 → 0.4.182
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/Employee.d.ts +11 -0
- package/es/api/resources/Employee.d.ts.map +1 -0
- package/es/api/resources/Employee.js +22 -0
- package/es/api/resources/Employee.js.map +1 -0
- package/es/api/resources.d.ts +2 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +2 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/AccountType.js +24 -24
- package/es/types/Enum/AccountType.js.map +1 -1
- package/es/types/Enum/BrandComptalib.d.ts.map +1 -1
- package/es/types/Enum/BrandComptalib.js +75 -0
- package/es/types/Enum/BrandComptalib.js.map +1 -1
- package/es/types/Enum/Contract.d.ts +11 -0
- package/es/types/Enum/Contract.d.ts.map +1 -0
- package/es/types/Enum/Contract.js +12 -0
- package/es/types/Enum/Contract.js.map +1 -0
- package/es/types/Interface/api/employee/QueryEmployeeSearch.d.ts +7 -0
- package/es/types/Interface/api/employee/QueryEmployeeSearch.d.ts.map +1 -0
- package/es/types/Interface/api/employee/QueryEmployeeSearch.js +42 -0
- package/es/types/Interface/api/employee/QueryEmployeeSearch.js.map +1 -0
- package/es/types/index.d.ts +2 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +2 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Employee.js +42 -0
- package/js/api/resources/Employee.js.map +1 -0
- package/js/api/resources.js +4 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/AccountType.js +24 -24
- package/js/types/Enum/AccountType.js.map +1 -1
- package/js/types/Enum/BrandComptalib.js +74 -0
- package/js/types/Enum/BrandComptalib.js.map +1 -1
- package/js/types/Enum/Contract.js +18 -0
- package/js/types/Enum/Contract.js.map +1 -0
- package/js/types/Interface/api/employee/QueryEmployeeSearch.js +49 -0
- package/js/types/Interface/api/employee/QueryEmployeeSearch.js.map +1 -0
- package/js/types/index.js +24 -0
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Employee.ts +28 -0
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/AccountType.ts +25 -25
- package/ts/types/Enum/BrandComptalib.ts +75 -0
- package/ts/types/Enum/Contract.ts +10 -0
- package/ts/types/Interface/api/employee/QueryEmployeeSearch.ts +25 -0
- package/ts/types/index.ts +2 -0
|
@@ -197,4 +197,79 @@ export const BrandComptalib = [
|
|
|
197
197
|
email: 'contact@comptalib.com',
|
|
198
198
|
},
|
|
199
199
|
},
|
|
200
|
+
{
|
|
201
|
+
idTypeBrand: 4,
|
|
202
|
+
name: 'AEC54',
|
|
203
|
+
colors: {
|
|
204
|
+
primary: '#6900AE',
|
|
205
|
+
},
|
|
206
|
+
listPhones: {
|
|
207
|
+
contact: '03 83 25 82 20',
|
|
208
|
+
qualite: '03 83 25 82 20',
|
|
209
|
+
juridique: '03 83 25 82 20',
|
|
210
|
+
},
|
|
211
|
+
listMails: {
|
|
212
|
+
administratif: 'contact@aec-54.com',
|
|
213
|
+
app: 'contact@aec-54.com',
|
|
214
|
+
bonjour: 'contact@aec-54.com',
|
|
215
|
+
contact: 'contact@aec-54.com',
|
|
216
|
+
facturation: 'contact@aec-54.com',
|
|
217
|
+
feedback: 'contact@aec-54.com',
|
|
218
|
+
juridique: 'contact@aec-54.com',
|
|
219
|
+
informatique: 'contact@aec-54.com',
|
|
220
|
+
msd: 'contact@aec-54.com',
|
|
221
|
+
noreply: 'contact@aec-54.com',
|
|
222
|
+
qualite: 'contact@aec-54.com',
|
|
223
|
+
paiement: 'contact@aec-54.com',
|
|
224
|
+
social: 'contact@aec-54.com',
|
|
225
|
+
support: 'contact@aec-54.com',
|
|
226
|
+
tva: 'contact@aec-54.com',
|
|
227
|
+
wb: 'contact@aec-54.com',
|
|
228
|
+
},
|
|
229
|
+
companyInformation: {
|
|
230
|
+
ape: '6920Z',
|
|
231
|
+
bp: '',
|
|
232
|
+
city: 'Laxou',
|
|
233
|
+
montantCapital: '7 622',
|
|
234
|
+
nomRaisonSociale: 'AEC',
|
|
235
|
+
ECName: 'M. Jean-Louis BOICHÉ',
|
|
236
|
+
ECOrderCity: 'Nancy',
|
|
237
|
+
phone: '03 83 25 82 20',
|
|
238
|
+
postalAddress: '9 avenue du Rhin 54520 LAXOU',
|
|
239
|
+
rcs: '315 519 587',
|
|
240
|
+
statut: 'SARL',
|
|
241
|
+
zipCode: '54 520',
|
|
242
|
+
},
|
|
243
|
+
idPrestationsListAuthorized: [197, 205],
|
|
244
|
+
logoUrl: 'logo-aec.png',
|
|
245
|
+
miniLogoUrl: 'logo-aec.png',
|
|
246
|
+
hiddenPages: [],
|
|
247
|
+
recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
|
|
248
|
+
urlApp: 'https://app.aec-54.com/',
|
|
249
|
+
urlApi1: 'https://api.comptalib.com',
|
|
250
|
+
urlApi2: 'https://api-next.comptalib.com',
|
|
251
|
+
urlExpert: 'https://pro.comptalib.com',
|
|
252
|
+
urlClient: 'https://www.aec-54.com/',
|
|
253
|
+
bank: {
|
|
254
|
+
IBAN: '',
|
|
255
|
+
BIC: '',
|
|
256
|
+
Name: '',
|
|
257
|
+
Id: '',
|
|
258
|
+
},
|
|
259
|
+
internalInvoicing: {
|
|
260
|
+
statut: 'SARL',
|
|
261
|
+
name: 'AEC',
|
|
262
|
+
address: '9, avenue du Rhin',
|
|
263
|
+
zipCode: '54520',
|
|
264
|
+
city: 'LAXOU',
|
|
265
|
+
country: 'FRANCE',
|
|
266
|
+
montantCapital: '7 622',
|
|
267
|
+
siret: '31551958700069',
|
|
268
|
+
ape: '6920Z',
|
|
269
|
+
rcs: '315 519 587',
|
|
270
|
+
phone: '03 83 25 82 20',
|
|
271
|
+
vatIntracom: 'FR84315519587',
|
|
272
|
+
email: 'contact@aec-54.com',
|
|
273
|
+
},
|
|
274
|
+
},
|
|
200
275
|
];
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export enum ContractTypeEnum {
|
|
2
|
+
TEMPORARY_CONTRACT_ACTIVITY = 1,
|
|
3
|
+
TEMPORARY_CONTRACT_LEARNING = 2,
|
|
4
|
+
TEMPORARY_CONTRACT_REPLACMENT = 3,
|
|
5
|
+
TEMPORARY_CONTRACT_EXTRA = 4,
|
|
6
|
+
TEMPORARY_CONTRACT_PRO = 5,
|
|
7
|
+
TEMPORARY_CONTRACT_USAGE = 6,
|
|
8
|
+
PERMANENT_CONTRACT = 7,
|
|
9
|
+
INTERNSHIP = 8,
|
|
10
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import {
|
|
2
|
+
IsNumber, IsOptional, IsString,
|
|
3
|
+
} from 'class-validator';
|
|
4
|
+
import { ApiProperty } from '../../../..';
|
|
5
|
+
import { ApiPropertyOptional } from '../../../../utils';
|
|
6
|
+
|
|
7
|
+
export class QueryEmployeeSearch {
|
|
8
|
+
@ApiPropertyOptional()
|
|
9
|
+
@IsOptional()
|
|
10
|
+
isPaginate? = false;
|
|
11
|
+
|
|
12
|
+
@ApiPropertyOptional()
|
|
13
|
+
@IsString()
|
|
14
|
+
@IsOptional()
|
|
15
|
+
search?: string;
|
|
16
|
+
|
|
17
|
+
// Interface paginate
|
|
18
|
+
@ApiProperty({ default: 25 })
|
|
19
|
+
@IsNumber()
|
|
20
|
+
limit?: number = 25;
|
|
21
|
+
|
|
22
|
+
@ApiProperty({ default: 1 })
|
|
23
|
+
@IsNumber()
|
|
24
|
+
page?: number = 1;
|
|
25
|
+
}
|
package/ts/types/index.ts
CHANGED
|
@@ -402,6 +402,7 @@ export * from './Enum/BudgetInsight';
|
|
|
402
402
|
export * from './Enum/WebmailType';
|
|
403
403
|
export * from './Enum/WebmailFlag';
|
|
404
404
|
export * from './Enum/MailFlag';
|
|
405
|
+
export * from './Enum/Contract';
|
|
405
406
|
|
|
406
407
|
// Interfaces API
|
|
407
408
|
export * from './Interface/api/jeDeclare/ReadJeDeclare';
|
|
@@ -523,6 +524,7 @@ export * from './Interface/api/promoCode/CreateDefaultPromoCode';
|
|
|
523
524
|
export * from './Interface/api/promoCode/ReadDefaultPaginationPromoCode';
|
|
524
525
|
export * from './Interface/api/bankAccount/QueryBankAccount';
|
|
525
526
|
export * from './Interface/api/log/QueryLogPagination';
|
|
527
|
+
export * from './Interface/api/employee/QueryEmployeeSearch';
|
|
526
528
|
|
|
527
529
|
// export * from './Interface/api/survey/QuerySurvey';
|
|
528
530
|
export * from './Interface/api/survey/ReadSurvey';
|