@optimiser/common 1.0.430 → 1.0.431
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/dist/lib/utility.js +1 -0
- package/package.json +60 -60
package/dist/lib/utility.js
CHANGED
|
@@ -4921,6 +4921,7 @@ function ValidateUserInput(options) {
|
|
|
4921
4921
|
fieldData = inputFields[fieldName];
|
|
4922
4922
|
if (pageField.IsDisplayOnly) {
|
|
4923
4923
|
delete inputFields[pageField.Name];
|
|
4924
|
+
return [2 /*return*/, "continue"];
|
|
4924
4925
|
}
|
|
4925
4926
|
field = schemaFields.find(function (x) { return x.Name == fieldName; });
|
|
4926
4927
|
if (!field) return [3 /*break*/, 60];
|
package/package.json
CHANGED
|
@@ -1,60 +1,60 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@optimiser/common",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"compile": "tsc",
|
|
8
|
-
"push": "tsc && npm version patch -git-tag-version false && npm publish"
|
|
9
|
-
},
|
|
10
|
-
"files": [
|
|
11
|
-
"dist/*"
|
|
12
|
-
],
|
|
13
|
-
"author": "",
|
|
14
|
-
"license": "ISC",
|
|
15
|
-
"dependencies": {
|
|
16
|
-
"@types/geoip-lite": "^1.4.0",
|
|
17
|
-
"@types/promise.allsettled": "^1.0.3",
|
|
18
|
-
"@types/request": "^2.48.5",
|
|
19
|
-
"@types/sanitize-html": "^2.11.0",
|
|
20
|
-
"@types/sequelize": "^4.28.9",
|
|
21
|
-
"@types/unzipper": "^0.10.3",
|
|
22
|
-
"@types/uuid": "^8.3.0",
|
|
23
|
-
"aws-sdk": "^2.786.0",
|
|
24
|
-
"axios": "^0.21.4",
|
|
25
|
-
"bson": "^4.2.0",
|
|
26
|
-
"exceljs": "^4.3.0",
|
|
27
|
-
"express": "^4.17.1",
|
|
28
|
-
"express-validator": "^6.9.2",
|
|
29
|
-
"firebase-admin": "^12.0.0",
|
|
30
|
-
"geoip-lite": "^1.4.2",
|
|
31
|
-
"google-libphonenumber": "^3.2.30",
|
|
32
|
-
"html-to-text": "^8.2.0",
|
|
33
|
-
"ioredis": "^4.17.3",
|
|
34
|
-
"libphonenumber-js": "^1.9.51",
|
|
35
|
-
"moment": "^2.25.3",
|
|
36
|
-
"moment-timezone": "^0.5.27",
|
|
37
|
-
"mongo-sanitize": "^1.1.0",
|
|
38
|
-
"mongodb": "^3.6.2",
|
|
39
|
-
"nodemailer": "^6.4.11",
|
|
40
|
-
"promise.allsettled": "^1.0.2",
|
|
41
|
-
"qrcode": "^1.5.3",
|
|
42
|
-
"request": "^2.88.2",
|
|
43
|
-
"sanitize-html": "^2.13.0",
|
|
44
|
-
"sequelize": "^6.3.5",
|
|
45
|
-
"typescript": "^5.3.3",
|
|
46
|
-
"unzipper": "^0.10.11",
|
|
47
|
-
"uuid": "^8.3.1"
|
|
48
|
-
},
|
|
49
|
-
"devDependencies": {
|
|
50
|
-
"@types/aws-sdk": "^2.7.0",
|
|
51
|
-
"@types/bson": "^4.0.2",
|
|
52
|
-
"@types/exceljs": "^1.3.0",
|
|
53
|
-
"@types/express": "^4.17.8",
|
|
54
|
-
"@types/ioredis": "^4.17.4",
|
|
55
|
-
"@types/moment": "^2.13.0",
|
|
56
|
-
"@types/moment-timezone": "^0.5.30",
|
|
57
|
-
"@types/mongodb": "^3.5.27",
|
|
58
|
-
"@types/nodemailer": "^6.4.0"
|
|
59
|
-
}
|
|
60
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@optimiser/common",
|
|
3
|
+
"version": "1.0.431",
|
|
4
|
+
"description": "",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"compile": "tsc",
|
|
8
|
+
"push": "tsc && npm version patch -git-tag-version false && npm publish"
|
|
9
|
+
},
|
|
10
|
+
"files": [
|
|
11
|
+
"dist/*"
|
|
12
|
+
],
|
|
13
|
+
"author": "",
|
|
14
|
+
"license": "ISC",
|
|
15
|
+
"dependencies": {
|
|
16
|
+
"@types/geoip-lite": "^1.4.0",
|
|
17
|
+
"@types/promise.allsettled": "^1.0.3",
|
|
18
|
+
"@types/request": "^2.48.5",
|
|
19
|
+
"@types/sanitize-html": "^2.11.0",
|
|
20
|
+
"@types/sequelize": "^4.28.9",
|
|
21
|
+
"@types/unzipper": "^0.10.3",
|
|
22
|
+
"@types/uuid": "^8.3.0",
|
|
23
|
+
"aws-sdk": "^2.786.0",
|
|
24
|
+
"axios": "^0.21.4",
|
|
25
|
+
"bson": "^4.2.0",
|
|
26
|
+
"exceljs": "^4.3.0",
|
|
27
|
+
"express": "^4.17.1",
|
|
28
|
+
"express-validator": "^6.9.2",
|
|
29
|
+
"firebase-admin": "^12.0.0",
|
|
30
|
+
"geoip-lite": "^1.4.2",
|
|
31
|
+
"google-libphonenumber": "^3.2.30",
|
|
32
|
+
"html-to-text": "^8.2.0",
|
|
33
|
+
"ioredis": "^4.17.3",
|
|
34
|
+
"libphonenumber-js": "^1.9.51",
|
|
35
|
+
"moment": "^2.25.3",
|
|
36
|
+
"moment-timezone": "^0.5.27",
|
|
37
|
+
"mongo-sanitize": "^1.1.0",
|
|
38
|
+
"mongodb": "^3.6.2",
|
|
39
|
+
"nodemailer": "^6.4.11",
|
|
40
|
+
"promise.allsettled": "^1.0.2",
|
|
41
|
+
"qrcode": "^1.5.3",
|
|
42
|
+
"request": "^2.88.2",
|
|
43
|
+
"sanitize-html": "^2.13.0",
|
|
44
|
+
"sequelize": "^6.3.5",
|
|
45
|
+
"typescript": "^5.3.3",
|
|
46
|
+
"unzipper": "^0.10.11",
|
|
47
|
+
"uuid": "^8.3.1"
|
|
48
|
+
},
|
|
49
|
+
"devDependencies": {
|
|
50
|
+
"@types/aws-sdk": "^2.7.0",
|
|
51
|
+
"@types/bson": "^4.0.2",
|
|
52
|
+
"@types/exceljs": "^1.3.0",
|
|
53
|
+
"@types/express": "^4.17.8",
|
|
54
|
+
"@types/ioredis": "^4.17.4",
|
|
55
|
+
"@types/moment": "^2.13.0",
|
|
56
|
+
"@types/moment-timezone": "^0.5.30",
|
|
57
|
+
"@types/mongodb": "^3.5.27",
|
|
58
|
+
"@types/nodemailer": "^6.4.0"
|
|
59
|
+
}
|
|
60
|
+
}
|