custom-class-validator-tools 1.0.12 → 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/package.json +3 -3
- package/dist/index.d.ts +0 -43
- package/dist/index.js +0 -60
- package/dist/src/decorator/transform/any-to-bigint.decorator.d.ts +0 -2
- package/dist/src/decorator/transform/any-to-bigint.decorator.js +0 -40
- package/dist/src/decorator/transform/any-to-number.decorator.d.ts +0 -2
- package/dist/src/decorator/transform/any-to-number.decorator.js +0 -43
- package/dist/src/decorator/transform/any-to-string.decorator.d.ts +0 -2
- package/dist/src/decorator/transform/any-to-string.decorator.js +0 -15
- package/dist/src/decorator/transform/number-to-boolean.decorator.d.ts +0 -2
- package/dist/src/decorator/transform/number-to-boolean.decorator.js +0 -22
- package/dist/src/decorator/transform/string-to-boolean.decorator.d.ts +0 -2
- package/dist/src/decorator/transform/string-to-boolean.decorator.js +0 -24
- package/dist/src/decorator/validate/function/string-validator.function.d.ts +0 -1
- package/dist/src/decorator/validate/function/string-validator.function.js +0 -13
- package/dist/src/decorator/validate/is-not-empty-bigint-string.decorator.d.ts +0 -2
- package/dist/src/decorator/validate/is-not-empty-bigint-string.decorator.js +0 -49
- package/dist/src/decorator/validate/is-not-empty-bigint.decorator.d.ts +0 -2
- package/dist/src/decorator/validate/is-not-empty-bigint.decorator.js +0 -23
- package/dist/src/decorator/validate/is-not-empty-boolean-string.decorator.d.ts +0 -2
- package/dist/src/decorator/validate/is-not-empty-boolean-string.decorator.js +0 -23
- package/dist/src/decorator/validate/is-not-empty-boolean.decorator.d.ts +0 -2
- package/dist/src/decorator/validate/is-not-empty-boolean.decorator.js +0 -23
- package/dist/src/decorator/validate/is-not-empty-number-string.decorator.d.ts +0 -2
- package/dist/src/decorator/validate/is-not-empty-number-string.decorator.js +0 -24
- package/dist/src/decorator/validate/is-not-empty-number.decorator.d.ts +0 -2
- package/dist/src/decorator/validate/is-not-empty-number.decorator.js +0 -24
- package/dist/src/decorator/validate/is-not-empty-sql-date-string.decorator.d.ts +0 -2
- package/dist/src/decorator/validate/is-not-empty-sql-date-string.decorator.js +0 -30
- package/dist/src/decorator/validate/is-not-empty-sql-date-time-string.decorator.d.ts +0 -2
- package/dist/src/decorator/validate/is-not-empty-sql-date-time-string.decorator.js +0 -30
- package/dist/src/decorator/validate/is-not-empty-sql-time-string.decorator.d.ts +0 -4
- package/dist/src/decorator/validate/is-not-empty-sql-time-string.decorator.js +0 -51
- package/dist/src/decorator/validate/is-not-empty-string.decorator.d.ts +0 -4
- package/dist/src/decorator/validate/is-not-empty-string.decorator.js +0 -24
- package/dist/src/decorator/validate/is-nullable-bigint.decorator.d.ts +0 -2
- package/dist/src/decorator/validate/is-nullable-bigint.decorator.js +0 -24
- package/dist/src/decorator/validate/is-nullable-boolean-string.decorator.d.ts +0 -2
- package/dist/src/decorator/validate/is-nullable-boolean-string.decorator.js +0 -24
- package/dist/src/decorator/validate/is-nullable-boolean.decorator.d.ts +0 -2
- package/dist/src/decorator/validate/is-nullable-boolean.decorator.js +0 -24
- package/dist/src/decorator/validate/is-nullable-number-string.decorator.d.ts +0 -2
- package/dist/src/decorator/validate/is-nullable-number-string.decorator.js +0 -25
- package/dist/src/decorator/validate/is-nullable-number.decorator.d.ts +0 -2
- package/dist/src/decorator/validate/is-nullable-number.decorator.js +0 -25
- package/dist/src/decorator/validate/is-nullable-sql-date-string.decorator.d.ts +0 -2
- package/dist/src/decorator/validate/is-nullable-sql-date-string.decorator.js +0 -30
- package/dist/src/decorator/validate/is-nullable-sql-date-time-string.decorator.d.ts +0 -2
- package/dist/src/decorator/validate/is-nullable-sql-date-time-string.decorator.js +0 -30
- package/dist/src/decorator/validate/is-nullable-sql-time-string.decorator.d.ts +0 -4
- package/dist/src/decorator/validate/is-nullable-sql-time-string.decorator.js +0 -53
- package/dist/src/decorator/validate/is-nullable-string.decorator.d.ts +0 -4
- package/dist/src/decorator/validate/is-nullable-string.decorator.js +0 -26
- package/dist/src/decorator/validate/is-nullable.decorator.d.ts +0 -1
- package/dist/src/decorator/validate/is-nullable.decorator.js +0 -11
- package/dist/src/decorator/validate/is-optional-bigint.decorator.d.ts +0 -2
- package/dist/src/decorator/validate/is-optional-bigint.decorator.js +0 -24
- package/dist/src/decorator/validate/is-optional-boolean-string.decorator.d.ts +0 -2
- package/dist/src/decorator/validate/is-optional-boolean-string.decorator.js +0 -24
- package/dist/src/decorator/validate/is-optional-boolean.decorator.d.ts +0 -2
- package/dist/src/decorator/validate/is-optional-boolean.decorator.js +0 -24
- package/dist/src/decorator/validate/is-optional-number-string.decorator.d.ts +0 -2
- package/dist/src/decorator/validate/is-optional-number-string.decorator.js +0 -25
- package/dist/src/decorator/validate/is-optional-number.decorator.d.ts +0 -2
- package/dist/src/decorator/validate/is-optional-number.decorator.js +0 -25
- package/dist/src/decorator/validate/is-optional-sql-date-string.decorator.d.ts +0 -2
- package/dist/src/decorator/validate/is-optional-sql-date-string.decorator.js +0 -30
- package/dist/src/decorator/validate/is-optional-sql-date-time-string.decorator.d.ts +0 -2
- package/dist/src/decorator/validate/is-optional-sql-date-time-string.decorator.js +0 -30
- package/dist/src/decorator/validate/is-optional-sql-time-string.decorator.d.ts +0 -4
- package/dist/src/decorator/validate/is-optional-sql-time-string.decorator.js +0 -56
- package/dist/src/decorator/validate/is-optional-string.decorator.d.ts +0 -4
- package/dist/src/decorator/validate/is-optional-string.decorator.js +0 -26
- package/dist/src/decorator/validate/is-undefinable-bigint.decorator.d.ts +0 -2
- package/dist/src/decorator/validate/is-undefinable-bigint.decorator.js +0 -24
- package/dist/src/decorator/validate/is-undefinable-boolean-string.decorator.d.ts +0 -2
- package/dist/src/decorator/validate/is-undefinable-boolean-string.decorator.js +0 -24
- package/dist/src/decorator/validate/is-undefinable-boolean.decorator.d.ts +0 -2
- package/dist/src/decorator/validate/is-undefinable-boolean.decorator.js +0 -24
- package/dist/src/decorator/validate/is-undefinable-number-string.decorator.d.ts +0 -2
- package/dist/src/decorator/validate/is-undefinable-number-string.decorator.js +0 -25
- package/dist/src/decorator/validate/is-undefinable-number.decorator.d.ts +0 -2
- package/dist/src/decorator/validate/is-undefinable-number.decorator.js +0 -25
- package/dist/src/decorator/validate/is-undefinable-sql-date-string.decorator.d.ts +0 -2
- package/dist/src/decorator/validate/is-undefinable-sql-date-string.decorator.js +0 -30
- package/dist/src/decorator/validate/is-undefinable-sql-date-time-string.decorator.d.ts +0 -2
- package/dist/src/decorator/validate/is-undefinable-sql-date-time-string.decorator.js +0 -30
- package/dist/src/decorator/validate/is-undefinable-sql-time.decorator.d.ts +0 -4
- package/dist/src/decorator/validate/is-undefinable-sql-time.decorator.js +0 -57
- package/dist/src/decorator/validate/is-undefinable-string.decorator.d.ts +0 -4
- package/dist/src/decorator/validate/is-undefinable-string.decorator.js +0 -26
- package/dist/src/decorator/validate/is-undefinable.decorator.d.ts +0 -1
- package/dist/src/decorator/validate/is-undefinable.decorator.js +0 -11
- package/dist/src/function/validate-with-header.decorators.d.ts +0 -2
- package/dist/src/function/validate-with-header.decorators.js +0 -33
- package/dist/src/util/is-boolean.d.ts +0 -2
- package/dist/src/util/is-boolean.js +0 -11
- package/dist/src/util/is-empty.d.ts +0 -12
- package/dist/src/util/is-empty.js +0 -80
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "custom-class-validator-tools",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.15",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
"fp-ts": "^2.11.9"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@types/jest": "^
|
|
26
|
+
"@types/jest": "^28.1.1",
|
|
27
27
|
"@typescript-eslint/eslint-plugin": "^5.16.0",
|
|
28
28
|
"@typescript-eslint/parser": "^5.16.0",
|
|
29
|
-
"ctix": "^
|
|
29
|
+
"ctix": "^1.1.0",
|
|
30
30
|
"eslint": "^8.11.0",
|
|
31
31
|
"eslint-config-prettier": "^8.5.0",
|
|
32
32
|
"eslint-plugin-import": "^2.25.4",
|
package/dist/index.d.ts
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
export * from './src/decorator/validate/function/string-validator.function';
|
|
2
|
-
export * from './src/decorator/validate/is-not-empty-bigint-string.decorator';
|
|
3
|
-
export * from './src/decorator/validate/is-not-empty-bigint.decorator';
|
|
4
|
-
export * from './src/decorator/validate/is-not-empty-boolean-string.decorator';
|
|
5
|
-
export * from './src/decorator/validate/is-not-empty-boolean.decorator';
|
|
6
|
-
export * from './src/decorator/validate/is-not-empty-number-string.decorator';
|
|
7
|
-
export * from './src/decorator/validate/is-not-empty-number.decorator';
|
|
8
|
-
export * from './src/decorator/validate/is-not-empty-sql-date-string.decorator';
|
|
9
|
-
export * from './src/decorator/validate/is-not-empty-sql-date-time-string.decorator';
|
|
10
|
-
export * from './src/decorator/validate/is-not-empty-sql-time-string.decorator';
|
|
11
|
-
export * from './src/decorator/validate/is-not-empty-string.decorator';
|
|
12
|
-
export * from './src/decorator/validate/is-nullable-bigint.decorator';
|
|
13
|
-
export * from './src/decorator/validate/is-nullable-boolean-string.decorator';
|
|
14
|
-
export * from './src/decorator/validate/is-nullable-boolean.decorator';
|
|
15
|
-
export * from './src/decorator/validate/is-nullable-number-string.decorator';
|
|
16
|
-
export * from './src/decorator/validate/is-nullable-number.decorator';
|
|
17
|
-
export * from './src/decorator/validate/is-nullable-sql-date-string.decorator';
|
|
18
|
-
export * from './src/decorator/validate/is-nullable-sql-date-time-string.decorator';
|
|
19
|
-
export * from './src/decorator/validate/is-nullable-sql-time-string.decorator';
|
|
20
|
-
export * from './src/decorator/validate/is-nullable-string.decorator';
|
|
21
|
-
export * from './src/decorator/validate/is-nullable.decorator';
|
|
22
|
-
export * from './src/decorator/validate/is-optional-bigint.decorator';
|
|
23
|
-
export * from './src/decorator/validate/is-optional-boolean-string.decorator';
|
|
24
|
-
export * from './src/decorator/validate/is-optional-boolean.decorator';
|
|
25
|
-
export * from './src/decorator/validate/is-optional-number-string.decorator';
|
|
26
|
-
export * from './src/decorator/validate/is-optional-number.decorator';
|
|
27
|
-
export * from './src/decorator/validate/is-optional-sql-date-string.decorator';
|
|
28
|
-
export * from './src/decorator/validate/is-optional-sql-date-time-string.decorator';
|
|
29
|
-
export * from './src/decorator/validate/is-optional-sql-time-string.decorator';
|
|
30
|
-
export * from './src/decorator/validate/is-optional-string.decorator';
|
|
31
|
-
export * from './src/decorator/validate/is-undefinable-bigint.decorator';
|
|
32
|
-
export * from './src/decorator/validate/is-undefinable-boolean-string.decorator';
|
|
33
|
-
export * from './src/decorator/validate/is-undefinable-boolean.decorator';
|
|
34
|
-
export * from './src/decorator/validate/is-undefinable-number-string.decorator';
|
|
35
|
-
export * from './src/decorator/validate/is-undefinable-number.decorator';
|
|
36
|
-
export * from './src/decorator/validate/is-undefinable-sql-date-string.decorator';
|
|
37
|
-
export * from './src/decorator/validate/is-undefinable-sql-date-time-string.decorator';
|
|
38
|
-
export * from './src/decorator/validate/is-undefinable-sql-time.decorator';
|
|
39
|
-
export * from './src/decorator/validate/is-undefinable-string.decorator';
|
|
40
|
-
export * from './src/decorator/validate/is-undefinable.decorator';
|
|
41
|
-
export * from './src/function/validate-with-header.decorators';
|
|
42
|
-
export * from './src/util/is-boolean';
|
|
43
|
-
export * from './src/util/is-empty';
|
package/dist/index.js
DELETED
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// created from ctix
|
|
3
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
-
if (k2 === undefined) k2 = k;
|
|
5
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
-
}
|
|
9
|
-
Object.defineProperty(o, k2, desc);
|
|
10
|
-
}) : (function(o, m, k, k2) {
|
|
11
|
-
if (k2 === undefined) k2 = k;
|
|
12
|
-
o[k2] = m[k];
|
|
13
|
-
}));
|
|
14
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
15
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
16
|
-
};
|
|
17
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
-
__exportStar(require("./src/decorator/validate/function/string-validator.function"), exports);
|
|
19
|
-
__exportStar(require("./src/decorator/validate/is-not-empty-bigint-string.decorator"), exports);
|
|
20
|
-
__exportStar(require("./src/decorator/validate/is-not-empty-bigint.decorator"), exports);
|
|
21
|
-
__exportStar(require("./src/decorator/validate/is-not-empty-boolean-string.decorator"), exports);
|
|
22
|
-
__exportStar(require("./src/decorator/validate/is-not-empty-boolean.decorator"), exports);
|
|
23
|
-
__exportStar(require("./src/decorator/validate/is-not-empty-number-string.decorator"), exports);
|
|
24
|
-
__exportStar(require("./src/decorator/validate/is-not-empty-number.decorator"), exports);
|
|
25
|
-
__exportStar(require("./src/decorator/validate/is-not-empty-sql-date-string.decorator"), exports);
|
|
26
|
-
__exportStar(require("./src/decorator/validate/is-not-empty-sql-date-time-string.decorator"), exports);
|
|
27
|
-
__exportStar(require("./src/decorator/validate/is-not-empty-sql-time-string.decorator"), exports);
|
|
28
|
-
__exportStar(require("./src/decorator/validate/is-not-empty-string.decorator"), exports);
|
|
29
|
-
__exportStar(require("./src/decorator/validate/is-nullable-bigint.decorator"), exports);
|
|
30
|
-
__exportStar(require("./src/decorator/validate/is-nullable-boolean-string.decorator"), exports);
|
|
31
|
-
__exportStar(require("./src/decorator/validate/is-nullable-boolean.decorator"), exports);
|
|
32
|
-
__exportStar(require("./src/decorator/validate/is-nullable-number-string.decorator"), exports);
|
|
33
|
-
__exportStar(require("./src/decorator/validate/is-nullable-number.decorator"), exports);
|
|
34
|
-
__exportStar(require("./src/decorator/validate/is-nullable-sql-date-string.decorator"), exports);
|
|
35
|
-
__exportStar(require("./src/decorator/validate/is-nullable-sql-date-time-string.decorator"), exports);
|
|
36
|
-
__exportStar(require("./src/decorator/validate/is-nullable-sql-time-string.decorator"), exports);
|
|
37
|
-
__exportStar(require("./src/decorator/validate/is-nullable-string.decorator"), exports);
|
|
38
|
-
__exportStar(require("./src/decorator/validate/is-nullable.decorator"), exports);
|
|
39
|
-
__exportStar(require("./src/decorator/validate/is-optional-bigint.decorator"), exports);
|
|
40
|
-
__exportStar(require("./src/decorator/validate/is-optional-boolean-string.decorator"), exports);
|
|
41
|
-
__exportStar(require("./src/decorator/validate/is-optional-boolean.decorator"), exports);
|
|
42
|
-
__exportStar(require("./src/decorator/validate/is-optional-number-string.decorator"), exports);
|
|
43
|
-
__exportStar(require("./src/decorator/validate/is-optional-number.decorator"), exports);
|
|
44
|
-
__exportStar(require("./src/decorator/validate/is-optional-sql-date-string.decorator"), exports);
|
|
45
|
-
__exportStar(require("./src/decorator/validate/is-optional-sql-date-time-string.decorator"), exports);
|
|
46
|
-
__exportStar(require("./src/decorator/validate/is-optional-sql-time-string.decorator"), exports);
|
|
47
|
-
__exportStar(require("./src/decorator/validate/is-optional-string.decorator"), exports);
|
|
48
|
-
__exportStar(require("./src/decorator/validate/is-undefinable-bigint.decorator"), exports);
|
|
49
|
-
__exportStar(require("./src/decorator/validate/is-undefinable-boolean-string.decorator"), exports);
|
|
50
|
-
__exportStar(require("./src/decorator/validate/is-undefinable-boolean.decorator"), exports);
|
|
51
|
-
__exportStar(require("./src/decorator/validate/is-undefinable-number-string.decorator"), exports);
|
|
52
|
-
__exportStar(require("./src/decorator/validate/is-undefinable-number.decorator"), exports);
|
|
53
|
-
__exportStar(require("./src/decorator/validate/is-undefinable-sql-date-string.decorator"), exports);
|
|
54
|
-
__exportStar(require("./src/decorator/validate/is-undefinable-sql-date-time-string.decorator"), exports);
|
|
55
|
-
__exportStar(require("./src/decorator/validate/is-undefinable-sql-time.decorator"), exports);
|
|
56
|
-
__exportStar(require("./src/decorator/validate/is-undefinable-string.decorator"), exports);
|
|
57
|
-
__exportStar(require("./src/decorator/validate/is-undefinable.decorator"), exports);
|
|
58
|
-
__exportStar(require("./src/function/validate-with-header.decorators"), exports);
|
|
59
|
-
__exportStar(require("./src/util/is-boolean"), exports);
|
|
60
|
-
__exportStar(require("./src/util/is-empty"), exports);
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.AnyToBigInt = void 0;
|
|
27
|
-
const class_transformer_1 = require("class-transformer");
|
|
28
|
-
const FE = __importStar(require("fp-ts/Either"));
|
|
29
|
-
const FF = __importStar(require("fp-ts/function"));
|
|
30
|
-
const AnyToBigInt = () => {
|
|
31
|
-
const toPlain = (0, class_transformer_1.Transform)(({ value }) => value, { toPlainOnly: true });
|
|
32
|
-
const toClass = (target, key) => (0, class_transformer_1.Transform)(({ obj }) => {
|
|
33
|
-
return FF.pipe(FE.tryCatch(() => BigInt(obj[key]), () => undefined), FE.fold(left => left, right => right));
|
|
34
|
-
})(target, key);
|
|
35
|
-
return function (target, key) {
|
|
36
|
-
toPlain(target, key);
|
|
37
|
-
toClass(target, key);
|
|
38
|
-
};
|
|
39
|
-
};
|
|
40
|
-
exports.AnyToBigInt = AnyToBigInt;
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.ToNumber = void 0;
|
|
27
|
-
const is_boolean_1 = require("../../util/is-boolean");
|
|
28
|
-
const class_transformer_1 = require("class-transformer");
|
|
29
|
-
const FF = __importStar(require("fp-ts/function"));
|
|
30
|
-
const FO = __importStar(require("fp-ts/Option"));
|
|
31
|
-
const ToNumber = () => {
|
|
32
|
-
const toPlain = (0, class_transformer_1.Transform)(({ value }) => value, { toPlainOnly: true });
|
|
33
|
-
const toClass = (target, key) => (0, class_transformer_1.Transform)(({ obj }) => {
|
|
34
|
-
return FF.pipe(Number(obj[key]), FO.fromPredicate(value => (0, is_boolean_1.isFalse)(Number.isNaN(value))), FO.fold(() => {
|
|
35
|
-
return obj[key];
|
|
36
|
-
}, right => right));
|
|
37
|
-
})(target, key);
|
|
38
|
-
return function (target, key) {
|
|
39
|
-
toPlain(target, key);
|
|
40
|
-
toClass(target, key);
|
|
41
|
-
};
|
|
42
|
-
};
|
|
43
|
-
exports.ToNumber = ToNumber;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AnyToString = void 0;
|
|
4
|
-
const class_transformer_1 = require("class-transformer");
|
|
5
|
-
const AnyToString = () => {
|
|
6
|
-
const toPlain = (0, class_transformer_1.Transform)(({ value }) => value, { toPlainOnly: true });
|
|
7
|
-
const toClass = (target, key) => (0, class_transformer_1.Transform)(({ obj }) => {
|
|
8
|
-
return `${obj[key]}`;
|
|
9
|
-
})(target, key);
|
|
10
|
-
return function (target, key) {
|
|
11
|
-
toPlain(target, key);
|
|
12
|
-
toClass(target, key);
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
exports.AnyToString = AnyToString;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.NumberToBoolean = void 0;
|
|
4
|
-
const class_transformer_1 = require("class-transformer");
|
|
5
|
-
const NumberToBoolean = () => {
|
|
6
|
-
const toPlain = (0, class_transformer_1.Transform)(({ value }) => value, { toPlainOnly: true });
|
|
7
|
-
const toClass = (target, key) => (0, class_transformer_1.Transform)(({ obj }) => {
|
|
8
|
-
switch (obj[key]) {
|
|
9
|
-
case 1:
|
|
10
|
-
return true;
|
|
11
|
-
case 0:
|
|
12
|
-
return false;
|
|
13
|
-
default:
|
|
14
|
-
return obj[key];
|
|
15
|
-
}
|
|
16
|
-
})(target, key);
|
|
17
|
-
return function (target, key) {
|
|
18
|
-
toPlain(target, key);
|
|
19
|
-
toClass(target, key);
|
|
20
|
-
};
|
|
21
|
-
};
|
|
22
|
-
exports.NumberToBoolean = NumberToBoolean;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StringToBoolean = void 0;
|
|
4
|
-
const class_transformer_1 = require("class-transformer");
|
|
5
|
-
const StringToBoolean = () => {
|
|
6
|
-
const toPlain = (0, class_transformer_1.Transform)(({ value }) => value, { toPlainOnly: true });
|
|
7
|
-
const toClass = (target, key) => (0, class_transformer_1.Transform)(({ obj }) => {
|
|
8
|
-
switch (obj[key]) {
|
|
9
|
-
case true:
|
|
10
|
-
case 'true':
|
|
11
|
-
return true;
|
|
12
|
-
case false:
|
|
13
|
-
case 'false':
|
|
14
|
-
return false;
|
|
15
|
-
default:
|
|
16
|
-
return obj[key];
|
|
17
|
-
}
|
|
18
|
-
})(target, key);
|
|
19
|
-
return function (target, key) {
|
|
20
|
-
toPlain(target, key);
|
|
21
|
-
toClass(target, key);
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
exports.StringToBoolean = StringToBoolean;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function stringValidator(value: any, blank?: boolean): boolean;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.stringValidator = void 0;
|
|
4
|
-
function stringValidator(value, blank) {
|
|
5
|
-
switch (blank ?? false) {
|
|
6
|
-
case true:
|
|
7
|
-
return typeof value === 'string';
|
|
8
|
-
case false:
|
|
9
|
-
default:
|
|
10
|
-
return typeof value === 'string' && value.length > 0;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
exports.stringValidator = stringValidator;
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.IsNotEmptyBigIntString = void 0;
|
|
27
|
-
const FE = __importStar(require("fp-ts/Either"));
|
|
28
|
-
const FF = __importStar(require("fp-ts/function"));
|
|
29
|
-
const FO = __importStar(require("fp-ts/Option"));
|
|
30
|
-
const class_validator_1 = require("class-validator");
|
|
31
|
-
function IsNotEmptyBigIntString(validationOptions) {
|
|
32
|
-
return function (object, propertyName) {
|
|
33
|
-
(0, class_validator_1.registerDecorator)({
|
|
34
|
-
name: 'IsNotEmptyBitIntString',
|
|
35
|
-
target: object.constructor,
|
|
36
|
-
propertyName: propertyName,
|
|
37
|
-
options: validationOptions,
|
|
38
|
-
validator: {
|
|
39
|
-
validate(value) {
|
|
40
|
-
return FF.pipe(value, FO.fromPredicate(refinement => typeof refinement === 'string' && refinement.length > 0), FO.map(notNullString => FF.pipe(FE.tryCatch(() => BigInt(notNullString), () => false), FE.fold(left => left, () => true))), FO.fold(() => false, right => right));
|
|
41
|
-
},
|
|
42
|
-
defaultMessage(validationArguments) {
|
|
43
|
-
return `${validationArguments?.property} should be bigint string`;
|
|
44
|
-
},
|
|
45
|
-
},
|
|
46
|
-
});
|
|
47
|
-
};
|
|
48
|
-
}
|
|
49
|
-
exports.IsNotEmptyBigIntString = IsNotEmptyBigIntString;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IsNotEmptyBigInt = void 0;
|
|
4
|
-
const class_validator_1 = require("class-validator");
|
|
5
|
-
function IsNotEmptyBigInt(validationOptions) {
|
|
6
|
-
return function (object, propertyName) {
|
|
7
|
-
(0, class_validator_1.registerDecorator)({
|
|
8
|
-
name: 'IsNotEmptyBigInt',
|
|
9
|
-
target: object.constructor,
|
|
10
|
-
propertyName: propertyName,
|
|
11
|
-
options: validationOptions,
|
|
12
|
-
validator: {
|
|
13
|
-
validate(value) {
|
|
14
|
-
return typeof value === 'bigint';
|
|
15
|
-
},
|
|
16
|
-
defaultMessage(validationArguments) {
|
|
17
|
-
return `${validationArguments?.property} should be bigint`;
|
|
18
|
-
},
|
|
19
|
-
},
|
|
20
|
-
});
|
|
21
|
-
};
|
|
22
|
-
}
|
|
23
|
-
exports.IsNotEmptyBigInt = IsNotEmptyBigInt;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IsNotEmptyBooleanString = void 0;
|
|
4
|
-
const class_validator_1 = require("class-validator");
|
|
5
|
-
function IsNotEmptyBooleanString(validationOptions) {
|
|
6
|
-
return function (object, propertyName) {
|
|
7
|
-
(0, class_validator_1.registerDecorator)({
|
|
8
|
-
name: 'INotEmptyBooleanString',
|
|
9
|
-
target: object.constructor,
|
|
10
|
-
propertyName: propertyName,
|
|
11
|
-
options: validationOptions,
|
|
12
|
-
validator: {
|
|
13
|
-
validate(value) {
|
|
14
|
-
return typeof value === 'string' && value.length > 0 && ['true', 'false'].includes(value);
|
|
15
|
-
},
|
|
16
|
-
defaultMessage(validationArguments) {
|
|
17
|
-
return `${validationArguments?.property} should be boolean`;
|
|
18
|
-
},
|
|
19
|
-
},
|
|
20
|
-
});
|
|
21
|
-
};
|
|
22
|
-
}
|
|
23
|
-
exports.IsNotEmptyBooleanString = IsNotEmptyBooleanString;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IsNotEmptyBoolean = void 0;
|
|
4
|
-
const class_validator_1 = require("class-validator");
|
|
5
|
-
function IsNotEmptyBoolean(validationOptions) {
|
|
6
|
-
return function (object, propertyName) {
|
|
7
|
-
(0, class_validator_1.registerDecorator)({
|
|
8
|
-
name: 'IsNotEmptyBoolean',
|
|
9
|
-
target: object.constructor,
|
|
10
|
-
propertyName: propertyName,
|
|
11
|
-
options: validationOptions,
|
|
12
|
-
validator: {
|
|
13
|
-
validate(value) {
|
|
14
|
-
return typeof value === 'boolean';
|
|
15
|
-
},
|
|
16
|
-
defaultMessage(validationArguments) {
|
|
17
|
-
return `${validationArguments?.property} should be boolean`;
|
|
18
|
-
},
|
|
19
|
-
},
|
|
20
|
-
});
|
|
21
|
-
};
|
|
22
|
-
}
|
|
23
|
-
exports.IsNotEmptyBoolean = IsNotEmptyBoolean;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IsNotEmptyNumberString = void 0;
|
|
4
|
-
const is_boolean_1 = require("../../util/is-boolean");
|
|
5
|
-
const class_validator_1 = require("class-validator");
|
|
6
|
-
function IsNotEmptyNumberString(validationOptions) {
|
|
7
|
-
return function (object, propertyName) {
|
|
8
|
-
(0, class_validator_1.registerDecorator)({
|
|
9
|
-
name: 'IsNotEmptyNumberString',
|
|
10
|
-
target: object.constructor,
|
|
11
|
-
propertyName: propertyName,
|
|
12
|
-
options: validationOptions,
|
|
13
|
-
validator: {
|
|
14
|
-
validate(value) {
|
|
15
|
-
return typeof value === 'string' && value.length > 0 && (0, is_boolean_1.isFalse)(isNaN(Number(value)));
|
|
16
|
-
},
|
|
17
|
-
defaultMessage(validationArguments) {
|
|
18
|
-
return `${validationArguments?.property} sould be number string`;
|
|
19
|
-
},
|
|
20
|
-
},
|
|
21
|
-
});
|
|
22
|
-
};
|
|
23
|
-
}
|
|
24
|
-
exports.IsNotEmptyNumberString = IsNotEmptyNumberString;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IsNotEmptyNumber = void 0;
|
|
4
|
-
const class_validator_1 = require("class-validator");
|
|
5
|
-
const is_boolean_1 = require("../../util/is-boolean");
|
|
6
|
-
function IsNotEmptyNumber(validationOptions) {
|
|
7
|
-
return function (object, propertyName) {
|
|
8
|
-
(0, class_validator_1.registerDecorator)({
|
|
9
|
-
name: 'IsNotEmptyNumber',
|
|
10
|
-
target: object.constructor,
|
|
11
|
-
propertyName: propertyName,
|
|
12
|
-
options: validationOptions,
|
|
13
|
-
validator: {
|
|
14
|
-
validate(value) {
|
|
15
|
-
return typeof value === 'number' && (0, is_boolean_1.isFalse)(isNaN(value));
|
|
16
|
-
},
|
|
17
|
-
defaultMessage(validationArguments) {
|
|
18
|
-
return `${validationArguments?.property} should be number`;
|
|
19
|
-
},
|
|
20
|
-
},
|
|
21
|
-
});
|
|
22
|
-
};
|
|
23
|
-
}
|
|
24
|
-
exports.IsNotEmptyNumber = IsNotEmptyNumber;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.IsNotEmptySqlDateString = void 0;
|
|
7
|
-
const dayjs_1 = __importDefault(require("dayjs"));
|
|
8
|
-
const customParseFormat_1 = __importDefault(require("dayjs/plugin/customParseFormat"));
|
|
9
|
-
const class_validator_1 = require("class-validator");
|
|
10
|
-
const is_empty_1 = require("../../util/is-empty");
|
|
11
|
-
dayjs_1.default.extend(customParseFormat_1.default);
|
|
12
|
-
function IsNotEmptySqlDateString(validationOptions) {
|
|
13
|
-
return function (object, propertyName) {
|
|
14
|
-
(0, class_validator_1.registerDecorator)({
|
|
15
|
-
name: 'IsNotEmptySqlDateString',
|
|
16
|
-
target: object.constructor,
|
|
17
|
-
propertyName: propertyName,
|
|
18
|
-
options: validationOptions,
|
|
19
|
-
validator: {
|
|
20
|
-
validate(value) {
|
|
21
|
-
return typeof value === 'string' && (0, is_empty_1.isNotEmpty)(value) && (0, dayjs_1.default)(value, 'YYYY-MM-DD', true).isValid();
|
|
22
|
-
},
|
|
23
|
-
defaultMessage(validationArguments) {
|
|
24
|
-
return `${validationArguments?.property} should be YYYY-MM-DD`;
|
|
25
|
-
},
|
|
26
|
-
},
|
|
27
|
-
});
|
|
28
|
-
};
|
|
29
|
-
}
|
|
30
|
-
exports.IsNotEmptySqlDateString = IsNotEmptySqlDateString;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.IsNotEmptySqlDateTimeString = void 0;
|
|
7
|
-
const dayjs_1 = __importDefault(require("dayjs"));
|
|
8
|
-
const customParseFormat_1 = __importDefault(require("dayjs/plugin/customParseFormat"));
|
|
9
|
-
const class_validator_1 = require("class-validator");
|
|
10
|
-
const is_empty_1 = require("../../util/is-empty");
|
|
11
|
-
dayjs_1.default.extend(customParseFormat_1.default);
|
|
12
|
-
function IsNotEmptySqlDateTimeString(validationOptions) {
|
|
13
|
-
return function (object, propertyName) {
|
|
14
|
-
(0, class_validator_1.registerDecorator)({
|
|
15
|
-
name: 'IsNotEmptySqlDateTimeString',
|
|
16
|
-
target: object.constructor,
|
|
17
|
-
propertyName: propertyName,
|
|
18
|
-
options: validationOptions,
|
|
19
|
-
validator: {
|
|
20
|
-
validate(value) {
|
|
21
|
-
return typeof value === 'string' && (0, is_empty_1.isNotEmpty)(value) && (0, dayjs_1.default)(value, 'YYYY-MM-DD HH:mm:ss', true).isValid();
|
|
22
|
-
},
|
|
23
|
-
defaultMessage(validationArguments) {
|
|
24
|
-
return `${validationArguments?.property} should be YYYY-MM-DD hh:mm:ss`;
|
|
25
|
-
},
|
|
26
|
-
},
|
|
27
|
-
});
|
|
28
|
-
};
|
|
29
|
-
}
|
|
30
|
-
exports.IsNotEmptySqlDateTimeString = IsNotEmptySqlDateTimeString;
|