@dynamatix/gb-schemas 2.3.288 → 2.3.289

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 CHANGED
@@ -1,86 +1,86 @@
1
- {
2
- "name": "@dynamatix/gb-schemas",
3
- "version": "2.3.288",
4
- "description": "All the schemas for gatehouse bank back-end",
5
- "main": "dist/index.js",
6
- "types": "dist/index.d.ts",
7
- "type": "module",
8
- "scripts": {
9
- "build": "tsc",
10
- "test": "echo \"Error: no test specified\" && exit 1",
11
- "test:workflow": "npm run build && node test-workflow.js",
12
- "test:workflow:env": "npm run build && WORKFLOW_API_KEY=test-key WORKFLOW_API_URL=http://localhost:3000/api/workflows node test-workflow-with-env.js",
13
- "example:app": "npm run build && node example-app-usage.js",
14
- "test:workflow:triggers": "npm run build && node test-workflow-with-triggers.js",
15
- "test:workflow:direct": "npm run build && node test-direct-middleware.js",
16
- "patch": "tsc && npm version patch && npm publish --access public && exit 0",
17
- "generate-docs": "NODE_OPTIONS='--loader ts-node/esm' ts-node schema-docs/docs.seeder.ts",
18
- "example:income": "NODE_OPTIONS='--loader ts-node/esm' ts-node examples/add-applicant-income.ts",
19
- "migrate:applicant-income": "node migrate-applicant-income.js",
20
- "migrate:self-employed-id": "node migrate-self-employed-id.js",
21
- "check:applicants-employment": "node check-applicants-without-employment.js",
22
- "delete:applications-by-type": "node delete-applications-by-type.js",
23
- "find:applications-many-audits": "node find-applications-with-many-audits.js",
24
- "update:apiconfigs-paths": "node scripts/update-apiconfigs-paths.js",
25
- "seed:property-metadata": "node scripts/seed-property-metadata.js"
26
- },
27
- "repository": {
28
- "type": "git",
29
- "url": "git+https://github.com/DynamatixAnalyticsPvtLtd/gb-schemas.git"
30
- },
31
- "author": "Dynamatix",
32
- "license": "ISC",
33
- "bugs": {
34
- "url": "https://github.com/DynamatixAnalyticsPvtLtd/gb-schemas/issues"
35
- },
36
- "homepage": "https://github.com/DynamatixAnalyticsPvtLtd/gb-schemas#readme",
37
- "dependencies": {
38
- "@dynamatix/cat-shared": "^0.0.127",
39
- "dotenv": "^16.4.5",
40
- "mongodb": "^6.14.2",
41
- "mongoose": "^8.9.5"
42
- },
43
- "files": [
44
- "dist"
45
- ],
46
- "exports": {
47
- ".": {
48
- "import": "./dist/index.js",
49
- "types": "./dist/index.d.ts"
50
- },
51
- "./applications": {
52
- "import": "./dist/applications/index.js",
53
- "types": "./dist/applications/index.d.ts"
54
- },
55
- "./applicants": {
56
- "import": "./dist/applicants/index.js",
57
- "types": "./dist/applicants/index.d.ts"
58
- },
59
- "./shared": {
60
- "import": "./dist/shared/index.js",
61
- "types": "./dist/shared/index.d.ts"
62
- },
63
- "./properties": {
64
- "import": "./dist/properties/index.js",
65
- "types": "./dist/properties/index.d.ts"
66
- },
67
- "./users": {
68
- "import": "./dist/users/index.js",
69
- "types": "./dist/users/index.d.ts"
70
- },
71
- "./product-catalogues": {
72
- "import": "./dist/product-catalogues/index.js",
73
- "types": "./dist/product-catalogues/index.d.ts"
74
- },
75
- "./underwriter": {
76
- "import": "./dist/underwriter/index.js",
77
- "types": "./dist/underwriter/index.d.ts"
78
- }
79
- },
80
- "devDependencies": {
81
- "@types/mongoose": "^5.11.96",
82
- "@types/node": "^22.14.0",
83
- "ts-node": "^10.9.2",
84
- "typescript": "^5.3.3"
85
- }
86
- }
1
+ {
2
+ "name": "@dynamatix/gb-schemas",
3
+ "version": "2.3.289",
4
+ "description": "All the schemas for gatehouse bank back-end",
5
+ "main": "dist/index.js",
6
+ "types": "dist/index.d.ts",
7
+ "type": "module",
8
+ "scripts": {
9
+ "build": "tsc",
10
+ "test": "echo \"Error: no test specified\" && exit 1",
11
+ "test:workflow": "npm run build && node test-workflow.js",
12
+ "test:workflow:env": "npm run build && WORKFLOW_API_KEY=test-key WORKFLOW_API_URL=http://localhost:3000/api/workflows node test-workflow-with-env.js",
13
+ "example:app": "npm run build && node example-app-usage.js",
14
+ "test:workflow:triggers": "npm run build && node test-workflow-with-triggers.js",
15
+ "test:workflow:direct": "npm run build && node test-direct-middleware.js",
16
+ "patch": "tsc && npm version patch && npm publish --access public && exit 0",
17
+ "generate-docs": "NODE_OPTIONS='--loader ts-node/esm' ts-node schema-docs/docs.seeder.ts",
18
+ "example:income": "NODE_OPTIONS='--loader ts-node/esm' ts-node examples/add-applicant-income.ts",
19
+ "migrate:applicant-income": "node migrate-applicant-income.js",
20
+ "migrate:self-employed-id": "node migrate-self-employed-id.js",
21
+ "check:applicants-employment": "node check-applicants-without-employment.js",
22
+ "delete:applications-by-type": "node delete-applications-by-type.js",
23
+ "find:applications-many-audits": "node find-applications-with-many-audits.js",
24
+ "update:apiconfigs-paths": "node scripts/update-apiconfigs-paths.js",
25
+ "seed:property-metadata": "node scripts/seed-property-metadata.js"
26
+ },
27
+ "repository": {
28
+ "type": "git",
29
+ "url": "git+https://github.com/DynamatixAnalyticsPvtLtd/gb-schemas.git"
30
+ },
31
+ "author": "Dynamatix",
32
+ "license": "ISC",
33
+ "bugs": {
34
+ "url": "https://github.com/DynamatixAnalyticsPvtLtd/gb-schemas/issues"
35
+ },
36
+ "homepage": "https://github.com/DynamatixAnalyticsPvtLtd/gb-schemas#readme",
37
+ "dependencies": {
38
+ "@dynamatix/cat-shared": "^0.0.127",
39
+ "dotenv": "^16.4.5",
40
+ "mongodb": "^6.14.2",
41
+ "mongoose": "^8.9.5"
42
+ },
43
+ "files": [
44
+ "dist"
45
+ ],
46
+ "exports": {
47
+ ".": {
48
+ "import": "./dist/index.js",
49
+ "types": "./dist/index.d.ts"
50
+ },
51
+ "./applications": {
52
+ "import": "./dist/applications/index.js",
53
+ "types": "./dist/applications/index.d.ts"
54
+ },
55
+ "./applicants": {
56
+ "import": "./dist/applicants/index.js",
57
+ "types": "./dist/applicants/index.d.ts"
58
+ },
59
+ "./shared": {
60
+ "import": "./dist/shared/index.js",
61
+ "types": "./dist/shared/index.d.ts"
62
+ },
63
+ "./properties": {
64
+ "import": "./dist/properties/index.js",
65
+ "types": "./dist/properties/index.d.ts"
66
+ },
67
+ "./users": {
68
+ "import": "./dist/users/index.js",
69
+ "types": "./dist/users/index.d.ts"
70
+ },
71
+ "./product-catalogues": {
72
+ "import": "./dist/product-catalogues/index.js",
73
+ "types": "./dist/product-catalogues/index.d.ts"
74
+ },
75
+ "./underwriter": {
76
+ "import": "./dist/underwriter/index.js",
77
+ "types": "./dist/underwriter/index.d.ts"
78
+ }
79
+ },
80
+ "devDependencies": {
81
+ "@types/mongoose": "^5.11.96",
82
+ "@types/node": "^22.14.0",
83
+ "ts-node": "^10.9.2",
84
+ "typescript": "^5.3.3"
85
+ }
86
+ }