careerty-prism 1.0.19 → 1.0.20

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "careerty-prism",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -317,9 +317,9 @@ model CV {
317
317
  organizations CvOrganization[]
318
318
  awards CvAward[]
319
319
  references CvReference[]
320
+ certificate CvCertificate[]
320
321
  contacts CvContact[]
321
322
  metas CvMeta[]
322
- CvCertificate CvCertificate[]
323
323
  createdAt DateTime @default(now())
324
324
  updatedAt DateTime @updatedAt
325
325
  chat AiCvChat?