@dynamatix/gb-schemas 1.3.268 → 1.3.270
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 +78 -78
- package/dist/applicants/applicant-income.model.d.ts +0 -2558
- package/dist/applicants/applicant-income.model.d.ts.map +0 -1
- package/dist/applications/application-document.model.d.ts +0 -186
- package/dist/applications/application-document.model.d.ts.map +0 -1
- package/dist/applications/document.model.d.ts +0 -186
- package/dist/applications/document.model.d.ts.map +0 -1
- package/dist/shared/document-type-model.d.ts +0 -76
- package/dist/shared/document-type-model.d.ts.map +0 -1
package/package.json
CHANGED
|
@@ -1,78 +1,78 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@dynamatix/gb-schemas",
|
|
3
|
-
"version": "1.3.
|
|
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
|
-
"patch": "tsc && npm version patch && npm publish --access public && exit 0",
|
|
12
|
-
"generate-docs": "NODE_OPTIONS='--loader ts-node/esm' ts-node schema-docs/docs.seeder.ts",
|
|
13
|
-
"example:income": "NODE_OPTIONS='--loader ts-node/esm' ts-node examples/add-applicant-income.ts",
|
|
14
|
-
"migrate:applicant-income": "node migrate-applicant-income.js",
|
|
15
|
-
"migrate:self-employed-id": "node migrate-self-employed-id.js",
|
|
16
|
-
"check:applicants-employment": "node check-applicants-without-employment.js"
|
|
17
|
-
},
|
|
18
|
-
"repository": {
|
|
19
|
-
"type": "git",
|
|
20
|
-
"url": "git+https://github.com/DynamatixAnalyticsPvtLtd/gb-schemas.git"
|
|
21
|
-
},
|
|
22
|
-
"author": "Dynamatix",
|
|
23
|
-
"license": "ISC",
|
|
24
|
-
"bugs": {
|
|
25
|
-
"url": "https://github.com/DynamatixAnalyticsPvtLtd/gb-schemas/issues"
|
|
26
|
-
},
|
|
27
|
-
"homepage": "https://github.com/DynamatixAnalyticsPvtLtd/gb-schemas#readme",
|
|
28
|
-
"dependencies": {
|
|
29
|
-
"@dynamatix/cat-shared": "^0.0.
|
|
30
|
-
"@dynamatix/gb-schemas": "^1.3.256",
|
|
31
|
-
"dotenv": "^16.4.5",
|
|
32
|
-
"mongodb": "^6.14.2",
|
|
33
|
-
"mongoose": "^8.9.5"
|
|
34
|
-
},
|
|
35
|
-
"files": [
|
|
36
|
-
"dist"
|
|
37
|
-
],
|
|
38
|
-
"exports": {
|
|
39
|
-
".": {
|
|
40
|
-
"import": "./dist/index.js",
|
|
41
|
-
"types": "./dist/index.d.ts"
|
|
42
|
-
},
|
|
43
|
-
"./applications": {
|
|
44
|
-
"import": "./dist/applications/index.js",
|
|
45
|
-
"types": "./dist/applications/index.d.ts"
|
|
46
|
-
},
|
|
47
|
-
"./applicants": {
|
|
48
|
-
"import": "./dist/applicants/index.js",
|
|
49
|
-
"types": "./dist/applicants/index.d.ts"
|
|
50
|
-
},
|
|
51
|
-
"./shared": {
|
|
52
|
-
"import": "./dist/shared/index.js",
|
|
53
|
-
"types": "./dist/shared/index.d.ts"
|
|
54
|
-
},
|
|
55
|
-
"./properties": {
|
|
56
|
-
"import": "./dist/properties/index.js",
|
|
57
|
-
"types": "./dist/properties/index.d.ts"
|
|
58
|
-
},
|
|
59
|
-
"./users": {
|
|
60
|
-
"import": "./dist/users/index.js",
|
|
61
|
-
"types": "./dist/users/index.d.ts"
|
|
62
|
-
},
|
|
63
|
-
"./product-catalogues": {
|
|
64
|
-
"import": "./dist/product-catalogues/index.js",
|
|
65
|
-
"types": "./dist/product-catalogues/index.d.ts"
|
|
66
|
-
},
|
|
67
|
-
"./underwriter": {
|
|
68
|
-
"import": "./dist/underwriter/index.js",
|
|
69
|
-
"types": "./dist/underwriter/index.d.ts"
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
|
-
"devDependencies": {
|
|
73
|
-
"@types/mongoose": "^5.11.96",
|
|
74
|
-
"@types/node": "^22.14.0",
|
|
75
|
-
"ts-node": "^10.9.2",
|
|
76
|
-
"typescript": "^5.3.3"
|
|
77
|
-
}
|
|
78
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@dynamatix/gb-schemas",
|
|
3
|
+
"version": "1.3.270",
|
|
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
|
+
"patch": "tsc && npm version patch && npm publish --access public && exit 0",
|
|
12
|
+
"generate-docs": "NODE_OPTIONS='--loader ts-node/esm' ts-node schema-docs/docs.seeder.ts",
|
|
13
|
+
"example:income": "NODE_OPTIONS='--loader ts-node/esm' ts-node examples/add-applicant-income.ts",
|
|
14
|
+
"migrate:applicant-income": "node migrate-applicant-income.js",
|
|
15
|
+
"migrate:self-employed-id": "node migrate-self-employed-id.js",
|
|
16
|
+
"check:applicants-employment": "node check-applicants-without-employment.js"
|
|
17
|
+
},
|
|
18
|
+
"repository": {
|
|
19
|
+
"type": "git",
|
|
20
|
+
"url": "git+https://github.com/DynamatixAnalyticsPvtLtd/gb-schemas.git"
|
|
21
|
+
},
|
|
22
|
+
"author": "Dynamatix",
|
|
23
|
+
"license": "ISC",
|
|
24
|
+
"bugs": {
|
|
25
|
+
"url": "https://github.com/DynamatixAnalyticsPvtLtd/gb-schemas/issues"
|
|
26
|
+
},
|
|
27
|
+
"homepage": "https://github.com/DynamatixAnalyticsPvtLtd/gb-schemas#readme",
|
|
28
|
+
"dependencies": {
|
|
29
|
+
"@dynamatix/cat-shared": "^0.0.115",
|
|
30
|
+
"@dynamatix/gb-schemas": "^1.3.256",
|
|
31
|
+
"dotenv": "^16.4.5",
|
|
32
|
+
"mongodb": "^6.14.2",
|
|
33
|
+
"mongoose": "^8.9.5"
|
|
34
|
+
},
|
|
35
|
+
"files": [
|
|
36
|
+
"dist"
|
|
37
|
+
],
|
|
38
|
+
"exports": {
|
|
39
|
+
".": {
|
|
40
|
+
"import": "./dist/index.js",
|
|
41
|
+
"types": "./dist/index.d.ts"
|
|
42
|
+
},
|
|
43
|
+
"./applications": {
|
|
44
|
+
"import": "./dist/applications/index.js",
|
|
45
|
+
"types": "./dist/applications/index.d.ts"
|
|
46
|
+
},
|
|
47
|
+
"./applicants": {
|
|
48
|
+
"import": "./dist/applicants/index.js",
|
|
49
|
+
"types": "./dist/applicants/index.d.ts"
|
|
50
|
+
},
|
|
51
|
+
"./shared": {
|
|
52
|
+
"import": "./dist/shared/index.js",
|
|
53
|
+
"types": "./dist/shared/index.d.ts"
|
|
54
|
+
},
|
|
55
|
+
"./properties": {
|
|
56
|
+
"import": "./dist/properties/index.js",
|
|
57
|
+
"types": "./dist/properties/index.d.ts"
|
|
58
|
+
},
|
|
59
|
+
"./users": {
|
|
60
|
+
"import": "./dist/users/index.js",
|
|
61
|
+
"types": "./dist/users/index.d.ts"
|
|
62
|
+
},
|
|
63
|
+
"./product-catalogues": {
|
|
64
|
+
"import": "./dist/product-catalogues/index.js",
|
|
65
|
+
"types": "./dist/product-catalogues/index.d.ts"
|
|
66
|
+
},
|
|
67
|
+
"./underwriter": {
|
|
68
|
+
"import": "./dist/underwriter/index.js",
|
|
69
|
+
"types": "./dist/underwriter/index.d.ts"
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"devDependencies": {
|
|
73
|
+
"@types/mongoose": "^5.11.96",
|
|
74
|
+
"@types/node": "^22.14.0",
|
|
75
|
+
"ts-node": "^10.9.2",
|
|
76
|
+
"typescript": "^5.3.3"
|
|
77
|
+
}
|
|
78
|
+
}
|