@dynamatix/gb-schemas 2.3.282 → 2.3.283
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/README.md +308 -308
- package/dist/applicants/applicant-income-source.model.d.ts +26 -0
- package/dist/applicants/applicant-income-source.model.d.ts.map +1 -0
- package/dist/applicants/applicant-income.model.d.ts +160 -0
- package/dist/applicants/applicant-income.model.d.ts.map +1 -0
- package/dist/applicants/applicant-other-income.model.d.ts +85 -0
- package/dist/applicants/applicant-other-income.model.d.ts.map +1 -0
- package/dist/applicants/applicant-welcome-call.model.d.ts.map +1 -1
- package/dist/applicants/applicant-welcome-call.model.js +101 -7
- package/dist/applicants/applicant-welcome-call.type.d.ts +12 -0
- package/dist/applicants/applicant-welcome-call.type.d.ts.map +1 -1
- package/dist/applications/application-document.model.d.ts +158 -0
- package/dist/applications/application-document.model.d.ts.map +1 -0
- package/dist/applications/application-valuation-report.model.d.ts +2901 -219
- package/dist/applications/application-valuation-report.model.d.ts.map +1 -1
- package/dist/applications/application-valuation-report.model.js +16 -20
- package/dist/applications/document.model.d.ts +158 -0
- package/dist/applications/document.model.d.ts.map +1 -0
- package/dist/applications/productfeatures.model.d.ts +368 -0
- package/dist/applications/productfeatures.model.d.ts.map +1 -0
- package/dist/shared/document-type-model.d.ts +48 -0
- package/dist/shared/document-type-model.d.ts.map +1 -0
- package/dist/shared/workflow-trigger.model.d.ts.map +1 -1
- package/dist/shared/workflow-trigger.model.js +0 -4
- package/dist/shared/workflow-trigger.type.d.ts +0 -1
- package/dist/shared/workflow-trigger.type.d.ts.map +1 -1
- package/package.json +86 -86
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workflow-trigger.type.d.ts","sourceRoot":"","sources":["../../shared/workflow-trigger.type.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAEpC,MAAM,CAAC,OAAO,WAAW,gBAAiB,SAAQ,QAAQ;IACtD,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,iBAAiB,EAAE,MAAM,EAAE,CAAC;IAC5B,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC7B,
|
|
1
|
+
{"version":3,"file":"workflow-trigger.type.d.ts","sourceRoot":"","sources":["../../shared/workflow-trigger.type.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAEpC,MAAM,CAAC,OAAO,WAAW,gBAAiB,SAAQ,QAAQ;IACtD,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,iBAAiB,EAAE,MAAM,EAAE,CAAC;IAC5B,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC7B,eAAe,CAAC,EAAE,GAAG,CAAC;IACtB,QAAQ,CAAC,EAAE,GAAG,CAAC;IACf,SAAS,EAAE,IAAI,CAAC;IAChB,SAAS,EAAE,IAAI,CAAC;CACnB;AAED,MAAM,WAAW,oBAAoB;IACjC,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,kBAAkB;IAC/B,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CAClC;AAED,MAAM,WAAW,yBAAyB;IACtC,cAAc,EAAE,MAAM,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
package/package.json
CHANGED
|
@@ -1,86 +1,86 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@dynamatix/gb-schemas",
|
|
3
|
-
"version": "2.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
|
-
"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.283",
|
|
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
|
+
}
|