B2B-84: add public message sync function and audit schema (#5)

* B2B-84: add public message sync function and audit schema

* clean up unnecessary comment

* clean up unnecessary seed file

* address comments

---------

Co-authored-by: Helena <helena@Helenas-MacBook-Pro.local>
This commit is contained in:
Helena
2025-06-06 13:34:25 +03:00
committed by GitHub
parent 7a0dac201e
commit f5079e4e97
11 changed files with 2438 additions and 284 deletions

View File

@@ -16,13 +16,13 @@
"axios": "^1.9.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"fast-xml-parser": "^5.2.3",
"lucide-react": "^0.468.0",
"next": "latest",
"next-themes": "^0.4.3",
"prettier": "^3.3.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"xml-js": "^1.6.11"
"react-dom": "19.0.0"
},
"devDependencies": {
"@hookform/resolvers": "^5.0.1",
@@ -38,4 +38,4 @@
"typescript": "5.7.2",
"yup": "^1.6.1"
}
}
}