Skip to content

Commit

Permalink
Dow Jones ongoing changes (#2836)
Browse files Browse the repository at this point in the history
* iterated on schems for dow jones

* updated packages
  • Loading branch information
Omri-Levy authored Nov 14, 2024
1 parent 24dfb27 commit e4166a1
Show file tree
Hide file tree
Showing 27 changed files with 145 additions and 54 deletions.
9 changes: 9 additions & 0 deletions apps/backoffice-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ballerine/backoffice-v2

## 0.7.68

### Patch Changes

- Updated dependencies
- @ballerine/common@0.9.51
- @ballerine/workflow-browser-sdk@0.6.64
- @ballerine/workflow-node-sdk@0.6.64

## 0.7.67

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions apps/backoffice-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ballerine/backoffice-v2",
"version": "0.7.67",
"version": "0.7.68",
"description": "Ballerine - Backoffice",
"homepage": "https://github.com/ballerine-io/ballerine",
"type": "module",
Expand Down Expand Up @@ -52,11 +52,11 @@
},
"dependencies": {
"@ballerine/blocks": "0.2.26",
"@ballerine/common": "0.9.50",
"@ballerine/common": "0.9.51",
"@ballerine/react-pdf-toolkit": "^1.2.44",
"@ballerine/ui": "^0.5.44",
"@ballerine/workflow-browser-sdk": "0.6.63",
"@ballerine/workflow-node-sdk": "0.6.63",
"@ballerine/workflow-browser-sdk": "0.6.64",
"@ballerine/workflow-node-sdk": "0.6.64",
"@botpress/webchat": "^2.1.10",
"@botpress/webchat-generator": "^0.2.9",
"@fontsource/inter": "^4.5.15",
Expand Down
1 change: 1 addition & 0 deletions apps/backoffice-v2/postcss.config.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
modules: true,
plugins: {
'tailwindcss/nesting': {},
tailwindcss: {},
autoprefixer: {},
},
Expand Down
8 changes: 8 additions & 0 deletions apps/kyb-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# kyb-app

## 0.3.79

### Patch Changes

- Updated dependencies
- @ballerine/common@0.9.51
- @ballerine/workflow-browser-sdk@0.6.64

## 0.3.78

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions apps/kyb-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ballerine/kyb-app",
"private": true,
"version": "0.3.78",
"version": "0.3.79",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -17,8 +17,8 @@
"dependencies": {
"@ballerine/blocks": "0.2.26",
"@ballerine/ui": "0.5.44",
"@ballerine/common": "^0.9.50",
"@ballerine/workflow-browser-sdk": "0.6.63",
"@ballerine/common": "^0.9.51",
"@ballerine/workflow-browser-sdk": "0.6.64",
"@lukemorales/query-key-factory": "^1.0.3",
"@radix-ui/react-icons": "^1.3.0",
"@rjsf/core": "^5.9.0",
Expand Down
8 changes: 8 additions & 0 deletions examples/headless-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ballerine/headless-example

## 0.3.63

### Patch Changes

- Updated dependencies
- @ballerine/common@0.9.51
- @ballerine/workflow-browser-sdk@0.6.64

## 0.3.62

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/headless-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ballerine/headless-example",
"private": true,
"version": "0.3.62",
"version": "0.3.63",
"type": "module",
"scripts": {
"spellcheck": "cspell \"*\"",
Expand Down Expand Up @@ -34,8 +34,8 @@
"vite": "^4.5.3"
},
"dependencies": {
"@ballerine/common": "0.9.50",
"@ballerine/workflow-browser-sdk": "0.6.63",
"@ballerine/common": "0.9.51",
"@ballerine/workflow-browser-sdk": "0.6.64",
"@felte/reporter-svelte": "^1.1.5",
"@felte/validator-zod": "^1.0.13",
"@fontsource/inter": "^4.5.15",
Expand Down
6 changes: 6 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ballerine/common

## 0.9.51

### Patch Changes

- Updated aml schema

## 0.9.50

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": false,
"name": "@ballerine/common",
"author": "Ballerine <dev@ballerine.com>",
"version": "0.9.50",
"version": "0.9.51",
"description": "common",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/common/src/schemas/documents/schemas/aml-schema.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Type } from '@sinclair/typebox';
import { TypeStringEnum } from '@/schemas/documents/workflow/documents/schemas/utils';

const HitDataSchema = Type.Object({
date: Type.Union([Type.Null(), Type.String()]),
Expand Down Expand Up @@ -28,5 +29,6 @@ export const AmlSchema = Type.Optional(
endUserId: Type.String(),
matchStatus: Type.String(),
checkType: Type.String({ enum: ['initial_result', 'updated_result'] }),
vendor: TypeStringEnum(['veriff', 'dow-jones']),
}),
);
2 changes: 1 addition & 1 deletion packages/common/src/schemas/workflow/end-user.schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const SourceSchema = z.object({

const AmlHitSchema = z.object({
vendor: z.enum(['veriff', 'test', 'dow-jones']),
matchedName: z.string(),
matchedName: z.string().nullable(),
countries: z.array(z.string()),
matchTypes: z.array(z.string()),
warnings: z.array(SourceSchema),
Expand Down
7 changes: 7 additions & 0 deletions packages/workflow-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ballerine/workflow-core

## 0.6.64

### Patch Changes

- Updated dependencies
- @ballerine/common@0.9.51

## 0.6.63

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/workflow-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ballerine/workflow-core",
"author": "Ballerine <dev@ballerine.com>",
"version": "0.6.63",
"version": "0.6.64",
"description": "workflow-core",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"node": ">=12"
},
"dependencies": {
"@ballerine/common": "0.9.50",
"@ballerine/common": "0.9.51",
"ajv": "^8.12.0",
"country-state-city": "^3.1.4",
"i18n-iso-countries": "^7.6.0",
Expand Down
32 changes: 16 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions sdks/web-ui-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# web-ui-sdk

## 1.5.52

### Patch Changes

- Updated dependencies
- @ballerine/common@0.9.51

## 1.5.51

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions sdks/web-ui-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"types": "dist/index.d.ts",
"name": "@ballerine/web-ui-sdk",
"private": false,
"version": "1.5.51",
"version": "1.5.52",
"type": "module",
"files": [
"dist"
Expand Down Expand Up @@ -96,7 +96,7 @@
"vitest": "^0.24.5"
},
"dependencies": {
"@ballerine/common": "0.9.50",
"@ballerine/common": "0.9.51",
"@zerodevx/svelte-toast": "^0.8.0",
"compressorjs": "^1.1.1",
"deepmerge": "^4.3.0",
Expand Down
8 changes: 8 additions & 0 deletions sdks/workflow-browser-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ballerine/workflow-browser-sdk

## 0.6.64

### Patch Changes

- Updated dependencies
- @ballerine/common@0.9.51
- @ballerine/workflow-core@0.6.64

## 0.6.63

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions sdks/workflow-browser-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ballerine/workflow-browser-sdk",
"author": "Ballerine <dev@ballerine.com>",
"version": "0.6.63",
"version": "0.6.64",
"description": "workflow-browser-sdk",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -33,8 +33,8 @@
"node": ">=12"
},
"dependencies": {
"@ballerine/common": "0.9.50",
"@ballerine/workflow-core": "0.6.63",
"@ballerine/common": "0.9.51",
"@ballerine/workflow-core": "0.6.64",
"xstate": "^4.37.0"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions sdks/workflow-node-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ballerine/workflow-node-sdk

## 0.6.64

### Patch Changes

- @ballerine/workflow-core@0.6.64

## 0.6.63

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions sdks/workflow-node-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ballerine/workflow-node-sdk",
"author": "Ballerine <dev@ballerine.com>",
"version": "0.6.63",
"version": "0.6.64",
"description": "workflow-node-sdk",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
Expand All @@ -28,7 +28,7 @@
"node": ">=12"
},
"dependencies": {
"@ballerine/workflow-core": "0.6.63",
"@ballerine/workflow-core": "0.6.64",
"json-logic-js": "^2.0.2",
"xstate": "^4.36.0"
},
Expand Down
Loading

0 comments on commit e4166a1

Please sign in to comment.