Skip to content

Commit ae49701

Browse files
authored
BAL-3932: Create directors with entity.variant of director (#3399)
* feat: added variant to end user & updated entity creation & updated endpoints * feat: updated context schema & dto fix * chore: lock fix * chore: bump
1 parent fdc60c4 commit ae49701

File tree

37 files changed

+18339
-50290
lines changed

37 files changed

+18339
-50290
lines changed

apps/backoffice-v2/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @ballerine/backoffice-v2
22

3+
## 0.7.167
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @ballerine/common@0.9.117
9+
- @ballerine/ui@0.7.167
10+
- @ballerine/workflow-browser-sdk@0.6.141
11+
- @ballerine/react-pdf-toolkit@1.2.128
12+
- @ballerine/workflow-node-sdk@0.6.141
13+
314
## 0.7.166
415

516
### Patch Changes

apps/backoffice-v2/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ballerine/backoffice-v2",
3-
"version": "0.7.166",
3+
"version": "0.7.167",
44
"description": "Ballerine - Backoffice",
55
"homepage": "https://github.com/ballerine-io/ballerine",
66
"type": "module",
@@ -52,12 +52,12 @@
5252
"preview": "vite preview"
5353
},
5454
"dependencies": {
55-
"@ballerine/react-pdf-toolkit": "^1.2.127",
56-
"@ballerine/ui": "0.7.164",
55+
"@ballerine/react-pdf-toolkit": "^1.2.128",
56+
"@ballerine/ui": "0.7.167",
5757
"@ballerine/blocks": "0.2.47",
58-
"@ballerine/common": "0.9.116",
59-
"@ballerine/workflow-browser-sdk": "0.6.140",
60-
"@ballerine/workflow-node-sdk": "0.6.140",
58+
"@ballerine/common": "0.9.117",
59+
"@ballerine/workflow-browser-sdk": "0.6.141",
60+
"@ballerine/workflow-node-sdk": "0.6.141",
6161
"@fontsource/inter": "^4.5.15",
6262
"@formkit/auto-animate": "0.8.2",
6363
"@hookform/resolvers": "^3.1.0",

apps/kyb-app/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# kyb-app
22

3+
## 0.3.196
4+
5+
### Patch Changes
6+
7+
- Bump
8+
- Updated dependencies
9+
- @ballerine/common@0.9.117
10+
- @ballerine/ui@0.7.167
11+
- @ballerine/workflow-browser-sdk@0.6.141
12+
313
## 0.3.195
414

515
### Patch Changes

apps/kyb-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ballerine/kyb-app",
33
"private": true,
4-
"version": "0.3.195",
4+
"version": "0.3.196",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -17,9 +17,9 @@
1717
},
1818
"dependencies": {
1919
"@ballerine/blocks": "0.2.47",
20-
"@ballerine/common": "^0.9.113",
21-
"@ballerine/ui": "0.7.164",
22-
"@ballerine/workflow-browser-sdk": "0.6.137",
20+
"@ballerine/common": "^0.9.117",
21+
"@ballerine/ui": "0.7.167",
22+
"@ballerine/workflow-browser-sdk": "0.6.141",
2323
"@lukemorales/query-key-factory": "^1.0.3",
2424
"@radix-ui/react-icons": "^1.3.0",
2525
"@rjsf/core": "^5.9.0",

examples/headless-example/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @ballerine/headless-example
22

3+
## 0.3.140
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @ballerine/common@0.9.117
9+
- @ballerine/workflow-browser-sdk@0.6.141
10+
311
## 0.3.139
412

513
### Patch Changes

examples/headless-example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ballerine/headless-example",
33
"private": true,
4-
"version": "0.3.139",
4+
"version": "0.3.140",
55
"type": "module",
66
"scripts": {
77
"spellcheck": "cspell \"*\"",
@@ -34,8 +34,8 @@
3434
"vite": "^4.5.3"
3535
},
3636
"dependencies": {
37-
"@ballerine/common": "0.9.116",
38-
"@ballerine/workflow-browser-sdk": "0.6.140",
37+
"@ballerine/common": "0.9.117",
38+
"@ballerine/workflow-browser-sdk": "0.6.141",
3939
"@felte/reporter-svelte": "^1.1.5",
4040
"@felte/validator-zod": "^1.0.13",
4141
"@fontsource/inter": "^4.5.15",

packages/common/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @ballerine/common
22

3+
## 0.9.117
4+
5+
### Patch Changes
6+
7+
- Bump
8+
39
## 0.9.116
410

511
### Patch Changes

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": false,
33
"name": "@ballerine/common",
44
"author": "Ballerine <[email protected]>",
5-
"version": "0.9.116",
5+
"version": "0.9.117",
66
"description": "common",
77
"module": "./dist/esm/index.js",
88
"main": "./dist/cjs/index.js",

packages/common/src/schemas/documents/schemas/entity-schema.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export const IndividualDataSchema = Type.Object({
1717
avatarUrl: Type.Optional(Type.Union([Type.String(), Type.Null()])),
1818
nationalId: Type.Optional(Type.Union([Type.String(), Type.Null()])),
1919
additionalInfo: Type.Optional(Type.Union([Type.Object({}), Type.Null()])),
20+
variant: Type.Optional(Type.Union([Type.Literal('director'), Type.Literal('ubo')])),
2021
});
2122

2223
export const BusinessDataSchema = Type.Object({

packages/react-pdf-toolkit/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @ballerine/react-pdf-toolkit
22

3+
## 1.2.128
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @ballerine/ui@0.7.167
9+
310
## 1.2.127
411

512
### Patch Changes

0 commit comments

Comments
 (0)