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