@silexpert/core 1.0.181 → 1.0.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/Team.d.ts +30 -0
- package/es/api/resources/Team.d.ts.map +1 -0
- package/es/api/resources/Team.js +37 -0
- package/es/api/resources/Team.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/BrandClementine.d.ts +0 -126
- package/es/types/Enum/BrandClementine.d.ts.map +1 -1
- package/es/types/Enum/BrandClementine.js +0 -109
- package/es/types/Enum/BrandClementine.js.map +1 -1
- package/es/types/Enum/BrandComptalib.d.ts +0 -83
- package/es/types/Enum/BrandComptalib.d.ts.map +1 -1
- package/es/types/Enum/BrandComptalib.js +0 -77
- package/es/types/Enum/BrandComptalib.js.map +1 -1
- package/es/types/Enum/BrandPourcentage.d.ts.map +1 -1
- package/es/types/Enum/BrandPourcentage.js +436 -1
- package/es/types/Enum/BrandPourcentage.js.map +1 -1
- package/es/types/Enum/RemoteType.d.ts +10 -0
- package/es/types/Enum/RemoteType.d.ts.map +1 -0
- package/es/types/Enum/RemoteType.js +21 -0
- package/es/types/Enum/RemoteType.js.map +1 -0
- package/es/types/Enum/TaxSystem.d.ts +2 -0
- package/es/types/Enum/TaxSystem.d.ts.map +1 -1
- package/es/types/Enum/TaxSystem.js +14 -0
- package/es/types/Enum/TaxSystem.js.map +1 -1
- package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts +2 -0
- package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts.map +1 -1
- package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
- package/es/types/Interface/api/team/QueryCreate.d.ts +5 -0
- package/es/types/Interface/api/team/QueryCreate.d.ts.map +1 -0
- package/es/types/Interface/api/team/QueryCreate.js +25 -0
- package/es/types/Interface/api/team/QueryCreate.js.map +1 -0
- package/es/types/Interface/api/team/QueryGetAllWithIncludes.d.ts +5 -0
- package/es/types/Interface/api/team/QueryGetAllWithIncludes.d.ts.map +1 -0
- package/es/types/Interface/api/team/QueryGetAllWithIncludes.js +28 -0
- package/es/types/Interface/api/team/QueryGetAllWithIncludes.js.map +1 -0
- package/es/types/Interface/api/team/QueryUpdate.d.ts +7 -0
- package/es/types/Interface/api/team/QueryUpdate.d.ts.map +1 -0
- package/es/types/Interface/api/team/QueryUpdate.js +38 -0
- package/es/types/Interface/api/team/QueryUpdate.js.map +1 -0
- package/es/types/Interface/models/IUser.d.ts +2 -0
- package/es/types/Interface/models/IUser.d.ts.map +1 -1
- package/es/types/Interface/models/IUser.js.map +1 -1
- package/es/types/Interface/models/IWorkingSchedule.d.ts +2 -0
- package/es/types/Interface/models/IWorkingSchedule.d.ts.map +1 -1
- package/es/types/Interface/models/IWorkingSchedule.js.map +1 -1
- package/es/types/index.d.ts +4 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +4 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Team.js +46 -0
- package/js/api/resources/Team.js.map +1 -0
- package/js/api/resources.js +3 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/BrandClementine.js +0 -107
- package/js/types/Enum/BrandClementine.js.map +1 -1
- package/js/types/Enum/BrandComptalib.js +0 -76
- package/js/types/Enum/BrandComptalib.js.map +1 -1
- package/js/types/Enum/BrandPourcentage.js +431 -1
- package/js/types/Enum/BrandPourcentage.js.map +1 -1
- package/js/types/Enum/RemoteType.js +22 -0
- package/js/types/Enum/RemoteType.js.map +1 -0
- package/js/types/Enum/TaxSystem.js +10 -0
- package/js/types/Enum/TaxSystem.js.map +1 -1
- package/js/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
- package/js/types/Interface/api/team/QueryCreate.js +23 -0
- package/js/types/Interface/api/team/QueryCreate.js.map +1 -0
- package/js/types/Interface/api/team/QueryGetAllWithIncludes.js +24 -0
- package/js/types/Interface/api/team/QueryGetAllWithIncludes.js.map +1 -0
- package/js/types/Interface/api/team/QueryUpdate.js +25 -0
- package/js/types/Interface/api/team/QueryUpdate.js.map +1 -0
- package/js/types/Interface/models/IUser.js.map +1 -1
- package/js/types/Interface/models/IWorkingSchedule.js.map +1 -1
- package/js/types/index.js +46 -6
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Team.ts +43 -0
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/BrandClementine.ts +0 -109
- package/ts/types/Enum/BrandComptalib.ts +0 -77
- package/ts/types/Enum/BrandPourcentage.ts +436 -1
- package/ts/types/Enum/RemoteType.ts +20 -0
- package/ts/types/Enum/TaxSystem.ts +18 -1
- package/ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts +2 -0
- package/ts/types/Interface/api/team/QueryCreate.ts +13 -0
- package/ts/types/Interface/api/team/QueryGetAllWithIncludes.ts +16 -0
- package/ts/types/Interface/api/team/QueryUpdate.ts +26 -0
- package/ts/types/Interface/models/IUser.ts +2 -0
- package/ts/types/Interface/models/IWorkingSchedule.ts +2 -0
- package/ts/types/index.ts +4 -0
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.QueryUpdateTeam = undefined;
|
|
7
|
+
var _classValidator = require("class-validator");
|
|
8
|
+
var _utils = require("../../../../utils");
|
|
9
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
10
|
+
var c = arguments.length,
|
|
11
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
12
|
+
d;
|
|
13
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
14
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
15
|
+
};
|
|
16
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
17
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
18
|
+
};
|
|
19
|
+
class QueryUpdateTeam {}
|
|
20
|
+
exports.QueryUpdateTeam = QueryUpdateTeam;
|
|
21
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], QueryUpdateTeam.prototype, "name", void 0);
|
|
22
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], QueryUpdateTeam.prototype, "nbTotalActive", void 0);
|
|
23
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsArray)(), __metadata("design:type", Array)], QueryUpdateTeam.prototype, "usersToAdd", void 0);
|
|
24
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsArray)(), __metadata("design:type", Array)], QueryUpdateTeam.prototype, "usersToDelete", void 0);
|
|
25
|
+
//# sourceMappingURL=QueryUpdate.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryUpdate.js","names":["_classValidator","require","_utils","QueryUpdateTeam","exports","__decorate","ApiPropertyOptional","IsOptional","IsString","IsNumber","IsArray"],"sources":["../../../../../ts/types/Interface/api/team/QueryUpdate.ts"],"sourcesContent":["import {\n IsArray, IsNumber, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryUpdateTeam {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n name?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n nbTotalActive?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n usersToAdd?: number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n usersToDelete?: number[];\n}\n"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AAGA,IAAAC,MAAA,GAAAD,OAAA;;;;;;;;;;;AAEM,MAAOE,eAAe;AAoB3BC,OAAA,CApBYD,eAAe,GAAfA,eAAe;AAC1BE,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAC,wBAAQ,GAAE,E,8EACG;AAEdH,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAE,wBAAQ,GAAE,E,uFACY;AAEvBJ,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAG,uBAAO,GAAE,E,mFACY;AAEtBL,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAG,uBAAO,GAAE,E,sFACe"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IUser.js","names":[],"sources":["../../../../ts/types/Interface/models/IUser.ts"],"sourcesContent":["import { ICalendarEvent } from './ICalendarEvent';\nimport { IRole } from './IRole';\nimport { ICivility } from './ICivility';\nimport { IFile } from './IFile';\nimport { IUserSocietyPermission } from './IUserSocietyPermission';\nimport { IWorkingSchedule } from './IWorkingSchedule';\nimport { IRecontactHistory } from './IRecontactHistory';\nimport { IQuality } from './IQuality';\nimport { IAllowedIp } from './IAllowedIp';\nimport { IBusinessPartner } from './IBusinessPartner';\nimport { ILog } from './ILog';\nimport { INotification } from './INotification';\nimport { ISociety } from './ISociety';\nimport { ITeam } from './ITeam';\nimport { IUserTest } from './IUserTest';\nimport { IMobile } from './IMobile';\nimport { IRoleUser } from './IRoleUser';\n\ntype isAny<T> = T | any;\n\n// users\nexport interface IUser {\n id?: number;\n firstname?: string | null;\n lastname?: string | null;\n fullname?: string | null;\n email?: string | null;\n email2?: string | null;\n isMigrated?: boolean;\n username?: string | null;\n stripeCustomerId?: string | null;\n positionLabel?: string | null;\n sha?: string | null;\n hash?: string | null;\n password?: string | null;\n idFile?: number | null;\n quality?: string | null;\n idQuality?: number | null;\n phone?: string | null;\n phone2?: string | null;\n textMessageNumber?: string | null;\n prefix?: string | null;\n tokenLostPassword?: string | null;\n tokenApi?: string | null;\n tokenNotification?: string | null;\n tokenSocket?: string | null;\n authyId?: string | null;\n authCode?: string | null;\n authCodeDate?: Date | null;\n tutoTransaction?: boolean | null;\n lastConnection?: Date | null;\n beforeLastConnection?: Date | null;\n active?: boolean | null;\n toContact?: boolean;\n stateProspect?: boolean | null;\n birthdate?: Date | null;\n arrivalDate?: Date | null;\n validityDateOfResidencePermit?: Date | null;\n isNewProspect?: boolean;\n hasAccountNumberDisplay?: boolean;\n isAssociate?: boolean | null;\n isResponderActive?: boolean;\n suppDoublon?: boolean | null;\n calendlyUrl?: string | null;\n idCivility?: number | null;\n idCommercialDoublon?: number | null;\n idProspectIsWith?: number | null;\n apprentice?: boolean;\n idCommercialGrade?: number | null;\n smsNotAllowed?: boolean;\n restDaysAbsence?: number | null;\n startOnboarding?: Date | null;\n societyByDefault?: number | null;\n longAbsence?: boolean | null;\n isDailyContract?: boolean | null;\n internationalPhone?: string | null;\n isThemeLight?: boolean;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n confirmedAt?: Date | null;\n tokenConfirmedAt?: string | null;\n idPoleLeader?: number | null;\n affiliateTrackingId?: number | null;\n\n // Associations\n userHasEvent?: isAny<ICalendarEvent>[];\n roles?: IRole[];\n roleUser?: IRoleUser;\n genders?: ICivility;\n commercial?: IUser;\n prospectPrincipal?: IUser;\n avatar?: IFile;\n userPermissions?: IUserSocietyPermission[];\n workingSchedules?: IWorkingSchedule[];\n recontactHistories?: IRecontactHistory[];\n poleLeader?: IUser;\n userQuality?: IQuality;\n allowedIps?: IAllowedIp[];\n businessPartner?: IBusinessPartner;\n poleAccountants?: IUser[];\n logs?: ILog[];\n notifications?: INotification[];\n societies?: ISociety[];\n teams?: ITeam[];\n usersTest?: IUserTest;\n mobile?: IMobile;\n}\n"],"mappings":""}
|
|
1
|
+
{"version":3,"file":"IUser.js","names":[],"sources":["../../../../ts/types/Interface/models/IUser.ts"],"sourcesContent":["import { ICalendarEvent } from './ICalendarEvent';\nimport { IRole } from './IRole';\nimport { ICivility } from './ICivility';\nimport { IFile } from './IFile';\nimport { IUserSocietyPermission } from './IUserSocietyPermission';\nimport { IWorkingSchedule } from './IWorkingSchedule';\nimport { IRecontactHistory } from './IRecontactHistory';\nimport { IQuality } from './IQuality';\nimport { IAllowedIp } from './IAllowedIp';\nimport { IBusinessPartner } from './IBusinessPartner';\nimport { ILog } from './ILog';\nimport { INotification } from './INotification';\nimport { ISociety } from './ISociety';\nimport { ITeam } from './ITeam';\nimport { IUserTest } from './IUserTest';\nimport { IMobile } from './IMobile';\nimport { IRoleUser } from './IRoleUser';\nimport { ITimeRecorder } from './ITimeRecorder';\n\ntype isAny<T> = T | any;\n\n// users\nexport interface IUser {\n id?: number;\n firstname?: string | null;\n lastname?: string | null;\n fullname?: string | null;\n email?: string | null;\n email2?: string | null;\n isMigrated?: boolean;\n username?: string | null;\n stripeCustomerId?: string | null;\n positionLabel?: string | null;\n sha?: string | null;\n hash?: string | null;\n password?: string | null;\n idFile?: number | null;\n quality?: string | null;\n idQuality?: number | null;\n phone?: string | null;\n phone2?: string | null;\n textMessageNumber?: string | null;\n prefix?: string | null;\n tokenLostPassword?: string | null;\n tokenApi?: string | null;\n tokenNotification?: string | null;\n tokenSocket?: string | null;\n authyId?: string | null;\n authCode?: string | null;\n authCodeDate?: Date | null;\n tutoTransaction?: boolean | null;\n lastConnection?: Date | null;\n beforeLastConnection?: Date | null;\n active?: boolean | null;\n toContact?: boolean;\n stateProspect?: boolean | null;\n birthdate?: Date | null;\n arrivalDate?: Date | null;\n validityDateOfResidencePermit?: Date | null;\n isNewProspect?: boolean;\n hasAccountNumberDisplay?: boolean;\n isAssociate?: boolean | null;\n isResponderActive?: boolean;\n suppDoublon?: boolean | null;\n calendlyUrl?: string | null;\n idCivility?: number | null;\n idCommercialDoublon?: number | null;\n idProspectIsWith?: number | null;\n apprentice?: boolean;\n idCommercialGrade?: number | null;\n smsNotAllowed?: boolean;\n restDaysAbsence?: number | null;\n startOnboarding?: Date | null;\n societyByDefault?: number | null;\n longAbsence?: boolean | null;\n isDailyContract?: boolean | null;\n internationalPhone?: string | null;\n isThemeLight?: boolean;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n confirmedAt?: Date | null;\n tokenConfirmedAt?: string | null;\n idPoleLeader?: number | null;\n affiliateTrackingId?: number | null;\n\n // Associations\n userHasEvent?: isAny<ICalendarEvent>[];\n roles?: IRole[];\n roleUser?: IRoleUser;\n genders?: ICivility;\n commercial?: IUser;\n prospectPrincipal?: IUser;\n avatar?: IFile;\n userPermissions?: IUserSocietyPermission[];\n workingSchedules?: IWorkingSchedule[];\n recontactHistories?: IRecontactHistory[];\n poleLeader?: IUser;\n userQuality?: IQuality;\n allowedIps?: IAllowedIp[];\n businessPartner?: IBusinessPartner;\n poleAccountants?: IUser[];\n logs?: ILog[];\n notifications?: INotification[];\n societies?: ISociety[];\n teams?: ITeam[];\n usersTest?: IUserTest;\n mobile?: IMobile;\n timeRecorders?: ITimeRecorder[];\n}\n"],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IWorkingSchedule.js","names":[],"sources":["../../../../ts/types/Interface/models/IWorkingSchedule.ts"],"sourcesContent":["import { IUser } from './IUser';\nimport { IEmployee } from './IEmployee';\n\n// workingSchedule\nexport interface IWorkingSchedule {\n id?: number;\n morningStart?: Date | null;\n morningEnd?: Date | null;\n afternoonStart?: Date | null;\n afternoonEnd?: Date | null;\n idDay: number;\n idEmployee?: number | null;\n idUser?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n employee?: IEmployee;\n user?: IUser;\n}\n"],"mappings":""}
|
|
1
|
+
{"version":3,"file":"IWorkingSchedule.js","names":[],"sources":["../../../../ts/types/Interface/models/IWorkingSchedule.ts"],"sourcesContent":["import { IUser } from './IUser';\nimport { IEmployee } from './IEmployee';\nimport { RemoteType } from '../../Enum/RemoteType';\n\n// workingSchedule\nexport interface IWorkingSchedule {\n id?: number;\n morningStart?: Date | null;\n morningEnd?: Date | null;\n afternoonStart?: Date | null;\n afternoonEnd?: Date | null;\n idDay: number;\n idEmployee?: number | null;\n idUser?: number | null;\n isRemote?: RemoteType | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n employee?: IEmployee;\n user?: IUser;\n}\n"],"mappings":""}
|
package/js/types/index.js
CHANGED
|
@@ -4763,6 +4763,16 @@ Object.keys(_ReasonTerminationType).forEach(function (key) {
|
|
|
4763
4763
|
}
|
|
4764
4764
|
});
|
|
4765
4765
|
});
|
|
4766
|
+
var _RemoteType = require("./Enum/RemoteType");
|
|
4767
|
+
Object.keys(_RemoteType).forEach(function (key) {
|
|
4768
|
+
if (key === "default" || key === "__esModule") return;
|
|
4769
|
+
Object.defineProperty(exports, key, {
|
|
4770
|
+
enumerable: true,
|
|
4771
|
+
get: function () {
|
|
4772
|
+
return _RemoteType[key];
|
|
4773
|
+
}
|
|
4774
|
+
});
|
|
4775
|
+
});
|
|
4766
4776
|
var _ReadPartnerTransactionType = require("./Interface/api/partnerTransactionType/ReadPartnerTransactionType");
|
|
4767
4777
|
Object.keys(_ReadPartnerTransactionType).forEach(function (key) {
|
|
4768
4778
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -6473,6 +6483,36 @@ Object.keys(_CompaneoReturn).forEach(function (key) {
|
|
|
6473
6483
|
}
|
|
6474
6484
|
});
|
|
6475
6485
|
});
|
|
6486
|
+
var _QueryCreate = require("./Interface/api/team/QueryCreate");
|
|
6487
|
+
Object.keys(_QueryCreate).forEach(function (key) {
|
|
6488
|
+
if (key === "default" || key === "__esModule") return;
|
|
6489
|
+
Object.defineProperty(exports, key, {
|
|
6490
|
+
enumerable: true,
|
|
6491
|
+
get: function () {
|
|
6492
|
+
return _QueryCreate[key];
|
|
6493
|
+
}
|
|
6494
|
+
});
|
|
6495
|
+
});
|
|
6496
|
+
var _QueryGetAllWithIncludes = require("./Interface/api/team/QueryGetAllWithIncludes");
|
|
6497
|
+
Object.keys(_QueryGetAllWithIncludes).forEach(function (key) {
|
|
6498
|
+
if (key === "default" || key === "__esModule") return;
|
|
6499
|
+
Object.defineProperty(exports, key, {
|
|
6500
|
+
enumerable: true,
|
|
6501
|
+
get: function () {
|
|
6502
|
+
return _QueryGetAllWithIncludes[key];
|
|
6503
|
+
}
|
|
6504
|
+
});
|
|
6505
|
+
});
|
|
6506
|
+
var _QueryUpdate = require("./Interface/api/team/QueryUpdate");
|
|
6507
|
+
Object.keys(_QueryUpdate).forEach(function (key) {
|
|
6508
|
+
if (key === "default" || key === "__esModule") return;
|
|
6509
|
+
Object.defineProperty(exports, key, {
|
|
6510
|
+
enumerable: true,
|
|
6511
|
+
get: function () {
|
|
6512
|
+
return _QueryUpdate[key];
|
|
6513
|
+
}
|
|
6514
|
+
});
|
|
6515
|
+
});
|
|
6476
6516
|
var _ReadSurvey = require("./Interface/api/survey/ReadSurvey");
|
|
6477
6517
|
Object.keys(_ReadSurvey).forEach(function (key) {
|
|
6478
6518
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -8833,23 +8873,23 @@ Object.keys(_ReadClientQuotation).forEach(function (key) {
|
|
|
8833
8873
|
}
|
|
8834
8874
|
});
|
|
8835
8875
|
});
|
|
8836
|
-
var
|
|
8837
|
-
Object.keys(
|
|
8876
|
+
var _QueryCreate2 = require("./Interface/api/prestations/QueryCreate");
|
|
8877
|
+
Object.keys(_QueryCreate2).forEach(function (key) {
|
|
8838
8878
|
if (key === "default" || key === "__esModule") return;
|
|
8839
8879
|
Object.defineProperty(exports, key, {
|
|
8840
8880
|
enumerable: true,
|
|
8841
8881
|
get: function () {
|
|
8842
|
-
return
|
|
8882
|
+
return _QueryCreate2[key];
|
|
8843
8883
|
}
|
|
8844
8884
|
});
|
|
8845
8885
|
});
|
|
8846
|
-
var
|
|
8847
|
-
Object.keys(
|
|
8886
|
+
var _QueryUpdate2 = require("./Interface/api/prestations/QueryUpdate");
|
|
8887
|
+
Object.keys(_QueryUpdate2).forEach(function (key) {
|
|
8848
8888
|
if (key === "default" || key === "__esModule") return;
|
|
8849
8889
|
Object.defineProperty(exports, key, {
|
|
8850
8890
|
enumerable: true,
|
|
8851
8891
|
get: function () {
|
|
8852
|
-
return
|
|
8892
|
+
return _QueryUpdate2[key];
|
|
8853
8893
|
}
|
|
8854
8894
|
});
|
|
8855
8895
|
});
|