dymo-api 1.2.37 → 1.2.39
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/cjs/dymo-api.cjs +961 -816
- package/dist/esm/dymo-api.js +961 -816
- package/dist/types/branches/private/functions/extractWithTextly/index.d.ts +8 -11
- package/dist/types/branches/private/functions/extractWithTextly/index.d.ts.map +1 -1
- package/dist/types/branches/private/functions/getRandom/index.d.ts +8 -11
- package/dist/types/branches/private/functions/getRandom/index.d.ts.map +1 -1
- package/dist/types/branches/private/functions/isValidDataRaw/index.d.ts +8 -10
- package/dist/types/branches/private/functions/isValidDataRaw/index.d.ts.map +1 -1
- package/dist/types/branches/private/functions/isValidEmail/index.d.ts +9 -15
- package/dist/types/branches/private/functions/isValidEmail/index.d.ts.map +1 -1
- package/dist/types/branches/private/functions/isValidIP/index.d.ts +10 -15
- package/dist/types/branches/private/functions/isValidIP/index.d.ts.map +1 -1
- package/dist/types/branches/private/functions/isValidPhone/index.d.ts +10 -15
- package/dist/types/branches/private/functions/isValidPhone/index.d.ts.map +1 -1
- package/dist/types/branches/private/functions/protectReq/index.d.ts +12 -1
- package/dist/types/branches/private/functions/protectReq/index.d.ts.map +1 -1
- package/dist/types/branches/private/functions/sendEmail/index.d.ts +10 -13
- package/dist/types/branches/private/functions/sendEmail/index.d.ts.map +1 -1
- package/dist/types/branches/public/functions/getPrayerTimes/index.d.ts +8 -12
- package/dist/types/branches/public/functions/getPrayerTimes/index.d.ts.map +1 -1
- package/dist/types/branches/public/functions/isValidPwd/index.d.ts +9 -24
- package/dist/types/branches/public/functions/isValidPwd/index.d.ts.map +1 -1
- package/dist/types/branches/public/functions/satinize/index.d.ts +9 -8
- package/dist/types/branches/public/functions/satinize/index.d.ts.map +1 -1
- package/dist/types/dymo-api.d.ts +22 -24
- package/dist/types/dymo-api.d.ts.map +1 -1
- package/dist/types/lib/resilience/fallback.d.ts.map +1 -1
- package/dist/types/lib/types/data-verifier.d.ts +27 -1
- package/dist/types/lib/types/data-verifier.d.ts.map +1 -1
- package/package.json +90 -88
package/package.json
CHANGED
|
@@ -1,88 +1,90 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "dymo-api",
|
|
3
|
-
"version": "1.2.
|
|
4
|
-
"description": "Flow system for Dymo API.",
|
|
5
|
-
"main": "dist/cjs/dymo-api.cjs",
|
|
6
|
-
"module": "dist/esm/dymo-api.js",
|
|
7
|
-
"types": "dist/types/dymo-api.d.ts",
|
|
8
|
-
"type": "module",
|
|
9
|
-
"exports": {
|
|
10
|
-
".": {
|
|
11
|
-
"types": "./dist/types/dymo-api.d.ts",
|
|
12
|
-
"require": "./dist/cjs/dymo-api.cjs",
|
|
13
|
-
"import": "./dist/esm/dymo-api.js"
|
|
14
|
-
},
|
|
15
|
-
"./*": {
|
|
16
|
-
"require": "./dist/cjs/**/*.cjs",
|
|
17
|
-
"import": "./dist/esm/**/*.js"
|
|
18
|
-
}
|
|
19
|
-
},
|
|
20
|
-
"files": [
|
|
21
|
-
"dist/**/*",
|
|
22
|
-
"README.md",
|
|
23
|
-
"LICENSE"
|
|
24
|
-
],
|
|
25
|
-
"scripts": {
|
|
26
|
-
"clean": "rimraf dist",
|
|
27
|
-
"build": "npm run clean && vite build",
|
|
28
|
-
"start": "ts-node src/dymo-api.ts",
|
|
29
|
-
"prepublishOnly": "npm run build",
|
|
30
|
-
"test": "jest --runInBand --max-old-space-size=4096",
|
|
31
|
-
"test:watch": "jest --runInBand --watch --max-old-space-size=4096"
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
"
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
"Dymo
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"email
|
|
44
|
-
"
|
|
45
|
-
"disposable
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
"
|
|
61
|
-
|
|
62
|
-
"@
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
"
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
"@types/
|
|
74
|
-
"@types/
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"ts-
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "dymo-api",
|
|
3
|
+
"version": "1.2.39",
|
|
4
|
+
"description": "Flow system for Dymo API.",
|
|
5
|
+
"main": "dist/cjs/dymo-api.cjs",
|
|
6
|
+
"module": "dist/esm/dymo-api.js",
|
|
7
|
+
"types": "dist/types/dymo-api.d.ts",
|
|
8
|
+
"type": "module",
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"types": "./dist/types/dymo-api.d.ts",
|
|
12
|
+
"require": "./dist/cjs/dymo-api.cjs",
|
|
13
|
+
"import": "./dist/esm/dymo-api.js"
|
|
14
|
+
},
|
|
15
|
+
"./*": {
|
|
16
|
+
"require": "./dist/cjs/**/*.cjs",
|
|
17
|
+
"import": "./dist/esm/**/*.js"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"files": [
|
|
21
|
+
"dist/**/*",
|
|
22
|
+
"README.md",
|
|
23
|
+
"LICENSE"
|
|
24
|
+
],
|
|
25
|
+
"scripts": {
|
|
26
|
+
"clean": "rimraf dist",
|
|
27
|
+
"build": "npm run clean && vite build",
|
|
28
|
+
"start": "ts-node src/dymo-api.ts",
|
|
29
|
+
"prepublishOnly": "npm run build",
|
|
30
|
+
"test": "jest --runInBand --max-old-space-size=4096",
|
|
31
|
+
"test:watch": "jest --runInBand --watch --max-old-space-size=4096",
|
|
32
|
+
"manual-test": "tsx ./test/manual/general-tests.ts"
|
|
33
|
+
},
|
|
34
|
+
"repository": {
|
|
35
|
+
"type": "git",
|
|
36
|
+
"url": "git+https://github.com/TPEOficial/dymo-api-node.git"
|
|
37
|
+
},
|
|
38
|
+
"keywords": [
|
|
39
|
+
"Dymo",
|
|
40
|
+
"Dymo API",
|
|
41
|
+
"TPEOficial",
|
|
42
|
+
"Ciphera",
|
|
43
|
+
"email verification",
|
|
44
|
+
"email validation",
|
|
45
|
+
"disposable email detector",
|
|
46
|
+
"disposable checker",
|
|
47
|
+
"fraud detection",
|
|
48
|
+
"anti fraud",
|
|
49
|
+
"multiaccount detection",
|
|
50
|
+
"fake user prevention",
|
|
51
|
+
"bot detection",
|
|
52
|
+
"spam protection",
|
|
53
|
+
"user validation"
|
|
54
|
+
],
|
|
55
|
+
"author": "TPEOficial LLC",
|
|
56
|
+
"license": "Apache-2.0",
|
|
57
|
+
"bugs": {
|
|
58
|
+
"url": "https://github.com/TPEOficial/dymo-api-node/issues"
|
|
59
|
+
},
|
|
60
|
+
"homepage": "https://dymo.tpeoficial.com",
|
|
61
|
+
"dependencies": {
|
|
62
|
+
"@react-email/render": "1.0.1",
|
|
63
|
+
"@types/react": "^18.3.5",
|
|
64
|
+
"axios": "^1.6.8",
|
|
65
|
+
"path": "^0.12.7",
|
|
66
|
+
"tw-to-css": "0.0.12"
|
|
67
|
+
},
|
|
68
|
+
"contributors": [
|
|
69
|
+
"TPEOficial (https://github.com/TPEOficial)",
|
|
70
|
+
"FJRG2007 (https://github.com/FJRG2007)"
|
|
71
|
+
],
|
|
72
|
+
"devDependencies": {
|
|
73
|
+
"@types/axios": "^0.9.36",
|
|
74
|
+
"@types/jest": "^30.0.0",
|
|
75
|
+
"@types/node": "^22.9.3",
|
|
76
|
+
"dotenv": "^17.2.2",
|
|
77
|
+
"jest": "^30.1.3",
|
|
78
|
+
"rimraf": "^6.0.1",
|
|
79
|
+
"ts-jest": "^29.4.4",
|
|
80
|
+
"ts-node": "^10.9.2",
|
|
81
|
+
"tsx": "^4.21.0",
|
|
82
|
+
"typescript": "^5.5.4",
|
|
83
|
+
"vite": "^6.4.1",
|
|
84
|
+
"vite-plugin-dts": "^4.5.4"
|
|
85
|
+
},
|
|
86
|
+
"prettier": {
|
|
87
|
+
"tabWidth": 4,
|
|
88
|
+
"useTabs": false
|
|
89
|
+
}
|
|
90
|
+
}
|