@silexpert/core 1.0.161 → 1.0.164
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/Qonto.d.ts +2 -2
- package/es/api/resources/Qonto.d.ts.map +1 -1
- package/es/api/resources/Qonto.js.map +1 -1
- package/es/api/resources/Quotation.d.ts +17 -0
- package/es/api/resources/Quotation.d.ts.map +1 -0
- package/es/api/resources/Quotation.js +20 -0
- package/es/api/resources/Quotation.js.map +1 -0
- package/es/api/resources/Rating.d.ts +18 -0
- package/es/api/resources/Rating.d.ts.map +1 -0
- package/es/api/resources/Rating.js +20 -0
- package/es/api/resources/Rating.js.map +1 -0
- package/es/api/resources.d.ts +4 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +4 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/AbsenceType.d.ts +4 -3
- package/es/types/Enum/AbsenceType.d.ts.map +1 -1
- package/es/types/Enum/AbsenceType.js +5 -0
- package/es/types/Enum/AbsenceType.js.map +1 -1
- package/es/types/Enum/Channel.d.ts +3 -1
- package/es/types/Enum/Channel.d.ts.map +1 -1
- package/es/types/Enum/Channel.js +2 -0
- package/es/types/Enum/Channel.js.map +1 -1
- package/es/types/Enum/LegalForm.d.ts +2 -1
- package/es/types/Enum/LegalForm.d.ts.map +1 -1
- package/es/types/Enum/LegalForm.js +10 -0
- package/es/types/Enum/LegalForm.js.map +1 -1
- package/es/types/Interface/api/qonto/{ReadCreateConnection.d.ts → Read.d.ts} +5 -1
- package/es/types/Interface/api/qonto/Read.d.ts.map +1 -0
- package/es/types/Interface/api/qonto/Read.js +2 -0
- package/es/types/Interface/api/qonto/Read.js.map +1 -0
- package/es/types/Interface/api/quotation/ReadClientQuotation.d.ts +20 -0
- package/es/types/Interface/api/quotation/ReadClientQuotation.d.ts.map +1 -0
- package/es/types/Interface/api/quotation/ReadClientQuotation.js +2 -0
- package/es/types/Interface/api/quotation/ReadClientQuotation.js.map +1 -0
- package/es/types/Interface/api/rating/QueryRatingPaginated.d.ts +6 -0
- package/es/types/Interface/api/rating/QueryRatingPaginated.d.ts.map +1 -0
- package/es/types/Interface/api/rating/QueryRatingPaginated.js +42 -0
- package/es/types/Interface/api/rating/QueryRatingPaginated.js.map +1 -0
- package/es/types/Interface/api/task/QueryPaginatedTask.d.ts +1 -1
- package/es/types/Interface/api/task/QueryPaginatedTask.d.ts.map +1 -1
- package/es/types/Interface/api/task/QueryPaginatedTask.js +3 -3
- package/es/types/Interface/api/task/QueryPaginatedTask.js.map +1 -1
- package/es/types/Interface/models/IRating.d.ts +9 -5
- package/es/types/Interface/models/IRating.d.ts.map +1 -1
- package/es/types/Interface/models/IRating.js.map +1 -1
- package/es/types/index.d.ts +3 -1
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +3 -1
- package/es/types/index.js.map +1 -1
- package/es/utils/documents.js +1 -1
- package/es/utils/documents.js.map +1 -1
- package/es/utils/quotation.d.ts +5 -0
- package/es/utils/quotation.d.ts.map +1 -1
- package/es/utils/quotation.js +160 -0
- package/es/utils/quotation.js.map +1 -1
- package/js/api/resources/Qonto.js.map +1 -1
- package/js/api/resources/Quotation.js +27 -0
- package/js/api/resources/Quotation.js.map +1 -0
- package/js/api/resources/Rating.js +29 -0
- package/js/api/resources/Rating.js.map +1 -0
- package/js/api/resources.js +5 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/AbsenceType.js +4 -0
- package/js/types/Enum/AbsenceType.js.map +1 -1
- package/js/types/Enum/Channel.js +2 -0
- package/js/types/Enum/Channel.js.map +1 -1
- package/js/types/Enum/LegalForm.js +10 -0
- package/js/types/Enum/LegalForm.js.map +1 -1
- package/js/types/Interface/api/qonto/{ReadCreateConnection.js → Read.js} +1 -1
- package/js/types/Interface/api/qonto/Read.js.map +1 -0
- package/js/types/Interface/api/quotation/ReadClientQuotation.js +6 -0
- package/js/types/Interface/api/quotation/ReadClientQuotation.js.map +1 -0
- package/js/types/Interface/api/rating/QueryRatingPaginated.js +40 -0
- package/js/types/Interface/api/rating/QueryRatingPaginated.js.map +1 -0
- package/js/types/Interface/api/task/QueryPaginatedTask.js +1 -1
- package/js/types/Interface/api/task/QueryPaginatedTask.js.map +1 -1
- package/js/types/Interface/models/IRating.js.map +1 -1
- package/js/types/index.js +29 -9
- package/js/types/index.js.map +1 -1
- package/js/utils/documents.js +1 -1
- package/js/utils/documents.js.map +1 -1
- package/js/utils/quotation.js +158 -0
- package/js/utils/quotation.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Qonto.ts +2 -2
- package/ts/api/resources/Quotation.ts +22 -0
- package/ts/api/resources/Rating.ts +23 -0
- package/ts/api/resources.ts +4 -0
- package/ts/types/Enum/AbsenceType.ts +6 -1
- package/ts/types/Enum/Channel.ts +2 -0
- package/ts/types/Enum/LegalForm.ts +10 -0
- package/ts/types/Interface/api/qonto/{ReadCreateConnection.ts → Read.ts} +6 -1
- package/ts/types/Interface/api/quotation/ReadClientQuotation.ts +19 -0
- package/ts/types/Interface/api/rating/QueryRatingPaginated.ts +29 -0
- package/ts/types/Interface/api/task/QueryPaginatedTask.ts +3 -3
- package/ts/types/Interface/models/IRating.ts +9 -5
- package/ts/types/index.ts +3 -1
- package/ts/utils/documents.ts +1 -1
- package/ts/utils/quotation.ts +178 -0
- package/es/types/Interface/api/qonto/ReadCreateConnection.d.ts.map +0 -1
- package/es/types/Interface/api/qonto/ReadCreateConnection.js +0 -2
- package/es/types/Interface/api/qonto/ReadCreateConnection.js.map +0 -1
- package/js/types/Interface/api/qonto/ReadCreateConnection.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadClientQuotation.js","names":[],"sources":["../../../../../ts/types/Interface/api/quotation/ReadClientQuotation.ts"],"sourcesContent":["export type ReadClientQuotation = {\n cotation: number,\n data: {\n signature: number,\n seniority: number,\n additionalBenefits: number,\n additionalCompanies: number,\n unpayed: number,\n updatedAnnotations: number,\n bankSynchronization: number,\n rating: number,\n labRefused: number,\n ongoingProceedings: number,\n report: number,\n termination: number,\n created: number,\n },\n idSociety: number\n};"],"mappings":""}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.QueryRatingPaginated = undefined;
|
|
7
|
+
var _utils = require("../../../../utils");
|
|
8
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
9
|
+
var c = arguments.length,
|
|
10
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
11
|
+
d;
|
|
12
|
+
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;
|
|
13
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
14
|
+
};
|
|
15
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
16
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
17
|
+
};
|
|
18
|
+
class QueryRatingPaginated {}
|
|
19
|
+
exports.QueryRatingPaginated = QueryRatingPaginated;
|
|
20
|
+
__decorate([(0, _utils.ApiProperty)({
|
|
21
|
+
description: 'limit of element',
|
|
22
|
+
required: true,
|
|
23
|
+
type: Number,
|
|
24
|
+
default: 50,
|
|
25
|
+
example: 50
|
|
26
|
+
}), __metadata("design:type", Number)], QueryRatingPaginated.prototype, "limit", void 0);
|
|
27
|
+
__decorate([(0, _utils.ApiProperty)({
|
|
28
|
+
description: 'limit of element',
|
|
29
|
+
required: true,
|
|
30
|
+
type: Number,
|
|
31
|
+
default: 1,
|
|
32
|
+
example: 5
|
|
33
|
+
}), __metadata("design:type", Number)], QueryRatingPaginated.prototype, "page", void 0);
|
|
34
|
+
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
35
|
+
description: 'idSociety',
|
|
36
|
+
required: false,
|
|
37
|
+
type: Number,
|
|
38
|
+
example: 1
|
|
39
|
+
}), __metadata("design:type", Number)], QueryRatingPaginated.prototype, "idSociety", void 0);
|
|
40
|
+
//# sourceMappingURL=QueryRatingPaginated.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryRatingPaginated.js","names":["_utils","require","QueryRatingPaginated","exports","__decorate","ApiProperty","description","required","type","Number","default","example","ApiPropertyOptional"],"sources":["../../../../../ts/types/Interface/api/rating/QueryRatingPaginated.ts"],"sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryRatingPaginated {\n @ApiProperty({\n description: 'limit of element',\n required: true,\n type: Number,\n default: 50,\n example: 50,\n })\n limit: number;\n\n @ApiProperty({\n description: 'limit of element',\n required: true,\n type: Number,\n default: 1,\n example: 5,\n })\n page: number;\n\n @ApiPropertyOptional({\n description: 'idSociety',\n required: false,\n type: Number,\n example: 1,\n })\n idSociety: number;\n}"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;;;;;;;;;;;AAEM,MAAOC,oBAAoB;AA0BhCC,OAAA,CA1BYD,oBAAoB,GAApBA,oBAAoB;AAC/BE,UAAA,EAAC,IAAAC,kBAAW,EAAC;EACXC,WAAW,EAAE,kBAAkB;EAC/BC,QAAQ,EAAE,IAAI;EACdC,IAAI,EAAEC,MAAM;EACZC,OAAO,EAAE,EAAE;EACXC,OAAO,EAAE;CACV,CAAC,E,oFACY;AAEdP,UAAA,EAAC,IAAAC,kBAAW,EAAC;EACXC,WAAW,EAAE,kBAAkB;EAC/BC,QAAQ,EAAE,IAAI;EACdC,IAAI,EAAEC,MAAM;EACZC,OAAO,EAAE,CAAC;EACVC,OAAO,EAAE;CACV,CAAC,E,mFACW;AAEbP,UAAA,EAAC,IAAAQ,0BAAmB,EAAC;EACnBN,WAAW,EAAE,WAAW;EACxBC,QAAQ,EAAE,KAAK;EACfC,IAAI,EAAEC,MAAM;EACZE,OAAO,EAAE;CACV,CAAC,E,wFACgB"}
|
|
@@ -43,7 +43,7 @@ __decorate([(0, _utils.ApiPropertyOptional)({
|
|
|
43
43
|
}), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryPaginatedTask.prototype, "idUserWhoProcessed", void 0);
|
|
44
44
|
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
45
45
|
description: 'user who create the task'
|
|
46
|
-
}), (0, _classValidator.IsOptional)(), (0, _classValidator.
|
|
46
|
+
}), (0, _classValidator.IsOptional)(), (0, _classValidator.IsArray)(), __metadata("design:type", Array)], QueryPaginatedTask.prototype, "idUserWhoCreated", void 0);
|
|
47
47
|
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryPaginatedTask.prototype, "idRole", void 0);
|
|
48
48
|
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
49
49
|
default: 25
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryPaginatedTask.js","names":["_classValidator","require","_utils","_boolean","QueryPaginatedTask","constructor","isDeleted","orderBy","limit","page","exports","__decorate","ApiPropertyOptional","IsOptional","IsInt","IsString","default","IsBoolean","ToBoolean","description","IsNumber","each","IsDate","Date","IsIn"],"sources":["../../../../../ts/types/Interface/api/task/QueryPaginatedTask.ts"],"sourcesContent":["import {\n IsBoolean, IsNumber, IsOptional, IsString, IsInt, IsDate, IsIn,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryPaginatedTask {\n @ApiPropertyOptional()\n @IsOptional()\n isIntern?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idTaskType?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n state?: number;\n\n @ApiPropertyOptional({ default: false })\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isDeleted? = false;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n orderBy?: string = 'createdAt';\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idUser?: number;\n\n @ApiPropertyOptional({ description: 'roles for filter tasks' })\n @IsOptional()\n @IsInt()\n idService?: number;\n\n @ApiPropertyOptional({ description: 'user who terminate the task' })\n @IsOptional()\n @IsInt()\n idUserWhoProcessed?: number;\n\n @ApiPropertyOptional({ description: 'user who create the task' })\n @IsOptional()\n @
|
|
1
|
+
{"version":3,"file":"QueryPaginatedTask.js","names":["_classValidator","require","_utils","_boolean","QueryPaginatedTask","constructor","isDeleted","orderBy","limit","page","exports","__decorate","ApiPropertyOptional","IsOptional","IsInt","IsString","default","IsBoolean","ToBoolean","description","IsArray","IsNumber","each","IsDate","Date","IsIn"],"sources":["../../../../../ts/types/Interface/api/task/QueryPaginatedTask.ts"],"sourcesContent":["import {\n IsBoolean, IsNumber, IsOptional, IsString, IsInt, IsDate, IsIn, IsArray,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryPaginatedTask {\n @ApiPropertyOptional()\n @IsOptional()\n isIntern?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idTaskType?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n state?: number;\n\n @ApiPropertyOptional({ default: false })\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isDeleted? = false;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n orderBy?: string = 'createdAt';\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idUser?: number;\n\n @ApiPropertyOptional({ description: 'roles for filter tasks' })\n @IsOptional()\n @IsInt()\n idService?: number;\n\n @ApiPropertyOptional({ description: 'user who terminate the task' })\n @IsOptional()\n @IsInt()\n idUserWhoProcessed?: number;\n\n @ApiPropertyOptional({ description: 'user who create the task' })\n @IsOptional()\n @IsArray()\n idUserWhoCreated?: number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idRole?: number;\n\n @ApiPropertyOptional({ default: 25 })\n @IsOptional()\n @IsNumber()\n limit?: number = 25;\n\n @ApiPropertyOptional({ default: 1 })\n @IsOptional()\n @IsNumber()\n page?: number = 1;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n attributes?: string[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n startDate?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n endDate?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isLate?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isProcessed?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n @IsIn(['society', 'comments', 'notification', 'mail', 'user', 'userWhoCreated', 'userWhoProcessed', 'userWhoRefused', 'mailAutoSentForLate', 'taskAttachment'], { each: true })\n include?: string[];\n}\n"],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IRating.js","names":[],"sources":["../../../../ts/types/Interface/models/IRating.ts"],"sourcesContent":["import { ISociety } from './ISociety';\n\n// ratings\nexport interface IRating {\n id?: number;\n notes
|
|
1
|
+
{"version":3,"file":"IRating.js","names":[],"sources":["../../../../ts/types/Interface/models/IRating.ts"],"sourcesContent":["import { ISociety } from './ISociety';\n\n// ratings\nexport interface IRating {\n id?: number;\n notes?: string;\n comment?: string;\n average?: number;\n dateNotShowPopUp?: Date | null;\n link?: string | null;\n idUserWhoInsert: number | null;\n noticeDate?: Date | null;\n isMugSent?: boolean | null;\n idSociety: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n society?: ISociety;\n}\n"],"mappings":""}
|
package/js/types/index.js
CHANGED
|
@@ -6333,6 +6333,16 @@ Object.keys(_QueryInpiBalancePaginated).forEach(function (key) {
|
|
|
6333
6333
|
}
|
|
6334
6334
|
});
|
|
6335
6335
|
});
|
|
6336
|
+
var _QueryRatingPaginated = require("./Interface/api/rating/QueryRatingPaginated");
|
|
6337
|
+
Object.keys(_QueryRatingPaginated).forEach(function (key) {
|
|
6338
|
+
if (key === "default" || key === "__esModule") return;
|
|
6339
|
+
Object.defineProperty(exports, key, {
|
|
6340
|
+
enumerable: true,
|
|
6341
|
+
get: function () {
|
|
6342
|
+
return _QueryRatingPaginated[key];
|
|
6343
|
+
}
|
|
6344
|
+
});
|
|
6345
|
+
});
|
|
6336
6346
|
var _inpiBalanceStatistic = require("./Interface/api/inpiBalance/inpiBalanceStatistic");
|
|
6337
6347
|
Object.keys(_inpiBalanceStatistic).forEach(function (key) {
|
|
6338
6348
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -8483,13 +8493,13 @@ Object.keys(_ProcessBankAccount).forEach(function (key) {
|
|
|
8483
8493
|
}
|
|
8484
8494
|
});
|
|
8485
8495
|
});
|
|
8486
|
-
var
|
|
8487
|
-
Object.keys(
|
|
8496
|
+
var _Read5 = require("./Interface/api/qonto/Read");
|
|
8497
|
+
Object.keys(_Read5).forEach(function (key) {
|
|
8488
8498
|
if (key === "default" || key === "__esModule") return;
|
|
8489
8499
|
Object.defineProperty(exports, key, {
|
|
8490
8500
|
enumerable: true,
|
|
8491
8501
|
get: function () {
|
|
8492
|
-
return
|
|
8502
|
+
return _Read5[key];
|
|
8493
8503
|
}
|
|
8494
8504
|
});
|
|
8495
8505
|
});
|
|
@@ -8503,13 +8513,13 @@ Object.keys(_Create6).forEach(function (key) {
|
|
|
8503
8513
|
}
|
|
8504
8514
|
});
|
|
8505
8515
|
});
|
|
8506
|
-
var
|
|
8507
|
-
Object.keys(
|
|
8516
|
+
var _Read6 = require("./Interface/api/file/Read");
|
|
8517
|
+
Object.keys(_Read6).forEach(function (key) {
|
|
8508
8518
|
if (key === "default" || key === "__esModule") return;
|
|
8509
8519
|
Object.defineProperty(exports, key, {
|
|
8510
8520
|
enumerable: true,
|
|
8511
8521
|
get: function () {
|
|
8512
|
-
return
|
|
8522
|
+
return _Read6[key];
|
|
8513
8523
|
}
|
|
8514
8524
|
});
|
|
8515
8525
|
});
|
|
@@ -8703,13 +8713,13 @@ Object.keys(_Update4).forEach(function (key) {
|
|
|
8703
8713
|
}
|
|
8704
8714
|
});
|
|
8705
8715
|
});
|
|
8706
|
-
var
|
|
8707
|
-
Object.keys(
|
|
8716
|
+
var _Read7 = require("./Interface/api/rule/Read");
|
|
8717
|
+
Object.keys(_Read7).forEach(function (key) {
|
|
8708
8718
|
if (key === "default" || key === "__esModule") return;
|
|
8709
8719
|
Object.defineProperty(exports, key, {
|
|
8710
8720
|
enumerable: true,
|
|
8711
8721
|
get: function () {
|
|
8712
|
-
return
|
|
8722
|
+
return _Read7[key];
|
|
8713
8723
|
}
|
|
8714
8724
|
});
|
|
8715
8725
|
});
|
|
@@ -8733,6 +8743,16 @@ Object.keys(_CreateAcceptance).forEach(function (key) {
|
|
|
8733
8743
|
}
|
|
8734
8744
|
});
|
|
8735
8745
|
});
|
|
8746
|
+
var _ReadClientQuotation = require("./Interface/api/quotation/ReadClientQuotation");
|
|
8747
|
+
Object.keys(_ReadClientQuotation).forEach(function (key) {
|
|
8748
|
+
if (key === "default" || key === "__esModule") return;
|
|
8749
|
+
Object.defineProperty(exports, key, {
|
|
8750
|
+
enumerable: true,
|
|
8751
|
+
get: function () {
|
|
8752
|
+
return _ReadClientQuotation[key];
|
|
8753
|
+
}
|
|
8754
|
+
});
|
|
8755
|
+
});
|
|
8736
8756
|
var _Util4 = require("./Interface/enum/Util");
|
|
8737
8757
|
Object.keys(_Util4).forEach(function (key) {
|
|
8738
8758
|
if (key === "default" || key === "__esModule") return;
|