@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.
Files changed (92) hide show
  1. package/es/api/resources/Team.d.ts +30 -0
  2. package/es/api/resources/Team.d.ts.map +1 -0
  3. package/es/api/resources/Team.js +37 -0
  4. package/es/api/resources/Team.js.map +1 -0
  5. package/es/api/resources.d.ts +2 -0
  6. package/es/api/resources.d.ts.map +1 -1
  7. package/es/api/resources.js +2 -0
  8. package/es/api/resources.js.map +1 -1
  9. package/es/types/Enum/BrandClementine.d.ts +0 -126
  10. package/es/types/Enum/BrandClementine.d.ts.map +1 -1
  11. package/es/types/Enum/BrandClementine.js +0 -109
  12. package/es/types/Enum/BrandClementine.js.map +1 -1
  13. package/es/types/Enum/BrandComptalib.d.ts +0 -83
  14. package/es/types/Enum/BrandComptalib.d.ts.map +1 -1
  15. package/es/types/Enum/BrandComptalib.js +0 -77
  16. package/es/types/Enum/BrandComptalib.js.map +1 -1
  17. package/es/types/Enum/BrandPourcentage.d.ts.map +1 -1
  18. package/es/types/Enum/BrandPourcentage.js +436 -1
  19. package/es/types/Enum/BrandPourcentage.js.map +1 -1
  20. package/es/types/Enum/RemoteType.d.ts +10 -0
  21. package/es/types/Enum/RemoteType.d.ts.map +1 -0
  22. package/es/types/Enum/RemoteType.js +21 -0
  23. package/es/types/Enum/RemoteType.js.map +1 -0
  24. package/es/types/Enum/TaxSystem.d.ts +2 -0
  25. package/es/types/Enum/TaxSystem.d.ts.map +1 -1
  26. package/es/types/Enum/TaxSystem.js +14 -0
  27. package/es/types/Enum/TaxSystem.js.map +1 -1
  28. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts +2 -0
  29. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts.map +1 -1
  30. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
  31. package/es/types/Interface/api/team/QueryCreate.d.ts +5 -0
  32. package/es/types/Interface/api/team/QueryCreate.d.ts.map +1 -0
  33. package/es/types/Interface/api/team/QueryCreate.js +25 -0
  34. package/es/types/Interface/api/team/QueryCreate.js.map +1 -0
  35. package/es/types/Interface/api/team/QueryGetAllWithIncludes.d.ts +5 -0
  36. package/es/types/Interface/api/team/QueryGetAllWithIncludes.d.ts.map +1 -0
  37. package/es/types/Interface/api/team/QueryGetAllWithIncludes.js +28 -0
  38. package/es/types/Interface/api/team/QueryGetAllWithIncludes.js.map +1 -0
  39. package/es/types/Interface/api/team/QueryUpdate.d.ts +7 -0
  40. package/es/types/Interface/api/team/QueryUpdate.d.ts.map +1 -0
  41. package/es/types/Interface/api/team/QueryUpdate.js +38 -0
  42. package/es/types/Interface/api/team/QueryUpdate.js.map +1 -0
  43. package/es/types/Interface/models/IUser.d.ts +2 -0
  44. package/es/types/Interface/models/IUser.d.ts.map +1 -1
  45. package/es/types/Interface/models/IUser.js.map +1 -1
  46. package/es/types/Interface/models/IWorkingSchedule.d.ts +2 -0
  47. package/es/types/Interface/models/IWorkingSchedule.d.ts.map +1 -1
  48. package/es/types/Interface/models/IWorkingSchedule.js.map +1 -1
  49. package/es/types/index.d.ts +4 -0
  50. package/es/types/index.d.ts.map +1 -1
  51. package/es/types/index.js +4 -0
  52. package/es/types/index.js.map +1 -1
  53. package/js/api/resources/Team.js +46 -0
  54. package/js/api/resources/Team.js.map +1 -0
  55. package/js/api/resources.js +3 -1
  56. package/js/api/resources.js.map +1 -1
  57. package/js/types/Enum/BrandClementine.js +0 -107
  58. package/js/types/Enum/BrandClementine.js.map +1 -1
  59. package/js/types/Enum/BrandComptalib.js +0 -76
  60. package/js/types/Enum/BrandComptalib.js.map +1 -1
  61. package/js/types/Enum/BrandPourcentage.js +431 -1
  62. package/js/types/Enum/BrandPourcentage.js.map +1 -1
  63. package/js/types/Enum/RemoteType.js +22 -0
  64. package/js/types/Enum/RemoteType.js.map +1 -0
  65. package/js/types/Enum/TaxSystem.js +10 -0
  66. package/js/types/Enum/TaxSystem.js.map +1 -1
  67. package/js/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
  68. package/js/types/Interface/api/team/QueryCreate.js +23 -0
  69. package/js/types/Interface/api/team/QueryCreate.js.map +1 -0
  70. package/js/types/Interface/api/team/QueryGetAllWithIncludes.js +24 -0
  71. package/js/types/Interface/api/team/QueryGetAllWithIncludes.js.map +1 -0
  72. package/js/types/Interface/api/team/QueryUpdate.js +25 -0
  73. package/js/types/Interface/api/team/QueryUpdate.js.map +1 -0
  74. package/js/types/Interface/models/IUser.js.map +1 -1
  75. package/js/types/Interface/models/IWorkingSchedule.js.map +1 -1
  76. package/js/types/index.js +46 -6
  77. package/js/types/index.js.map +1 -1
  78. package/package.json +1 -1
  79. package/ts/api/resources/Team.ts +43 -0
  80. package/ts/api/resources.ts +2 -0
  81. package/ts/types/Enum/BrandClementine.ts +0 -109
  82. package/ts/types/Enum/BrandComptalib.ts +0 -77
  83. package/ts/types/Enum/BrandPourcentage.ts +436 -1
  84. package/ts/types/Enum/RemoteType.ts +20 -0
  85. package/ts/types/Enum/TaxSystem.ts +18 -1
  86. package/ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts +2 -0
  87. package/ts/types/Interface/api/team/QueryCreate.ts +13 -0
  88. package/ts/types/Interface/api/team/QueryGetAllWithIncludes.ts +16 -0
  89. package/ts/types/Interface/api/team/QueryUpdate.ts +26 -0
  90. package/ts/types/Interface/models/IUser.ts +2 -0
  91. package/ts/types/Interface/models/IWorkingSchedule.ts +2 -0
  92. 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 _QueryCreate = require("./Interface/api/prestations/QueryCreate");
8837
- Object.keys(_QueryCreate).forEach(function (key) {
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 _QueryCreate[key];
8882
+ return _QueryCreate2[key];
8843
8883
  }
8844
8884
  });
8845
8885
  });
8846
- var _QueryUpdate = require("./Interface/api/prestations/QueryUpdate");
8847
- Object.keys(_QueryUpdate).forEach(function (key) {
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 _QueryUpdate[key];
8892
+ return _QueryUpdate2[key];
8853
8893
  }
8854
8894
  });
8855
8895
  });