[PR #1583] [MERGED] feat: add prisma json types #1733

Closed
opened 2026-02-26 20:30:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1583
Author: @dguyen
Created: 1/14/2025
Status: Merged
Merged: 1/15/2025
Merged by: @dguyen

Base: mainHead: feat/add-prisma-json-types


📝 Commits (3)

  • 33b5a56 feat: add prisma json types
  • 0d8b99b chore: align @types/node versions
  • 5daaf57 fix: reference prisma json types

📊 Changes

21 files changed (+174 additions, -188 deletions)

View changed files

📝 apps/documentation/package.json (+1 -1)
📝 apps/openpage-api/package.json (+3 -3)
📝 apps/web/package.json (+3 -3)
📝 package-lock.json (+60 -111)
📝 package.json (+2 -1)
📝 packages/api/v1/implementation.ts (+2 -2)
📝 packages/app-tests/e2e/templates/create-document-from-template.spec.ts (+1 -1)
📝 packages/app-tests/package.json (+1 -1)
📝 packages/eslint-config/package.json (+2 -2)
📝 packages/lib/server-only/2fa/setup-2fa.ts (+1 -1)
📝 packages/lib/server-only/field/update-field.ts (+1 -6)
packages/lib/types/document-form-values.ts (+8 -0)
📝 packages/lib/types/field-meta.ts (+28 -31)
📝 packages/prisma/index.ts (+1 -0)
📝 packages/prisma/package.json (+2 -1)
📝 packages/prisma/schema.prisma (+16 -8)
packages/prisma/types/types.d.ts (+25 -0)
📝 packages/signing/helpers/update-signing-placeholder.ts (+3 -3)
📝 packages/signing/transports/google-cloud-hsm.ts (+8 -7)
📝 packages/signing/transports/local-cert.ts (+5 -5)

...and 1 more files

📄 Description

Description

  • Add types for Prisma json
  • Bump typescript version (required)

Testing Performed

  • 2FA
  • Normal document flow

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/1583 **Author:** [@dguyen](https://github.com/dguyen) **Created:** 1/14/2025 **Status:** ✅ Merged **Merged:** 1/15/2025 **Merged by:** [@dguyen](https://github.com/dguyen) **Base:** `main` ← **Head:** `feat/add-prisma-json-types` --- ### 📝 Commits (3) - [`33b5a56`](https://github.com/documenso/documenso/commit/33b5a562555c33d687744cab33cb7248a92b9a3c) feat: add prisma json types - [`0d8b99b`](https://github.com/documenso/documenso/commit/0d8b99bd99df4300a87f3a78b8a5ea5fc722675b) chore: align @types/node versions - [`5daaf57`](https://github.com/documenso/documenso/commit/5daaf57a25cdd88bcce564e6fb3ae874794d86c4) fix: reference prisma json types ### 📊 Changes **21 files changed** (+174 additions, -188 deletions) <details> <summary>View changed files</summary> 📝 `apps/documentation/package.json` (+1 -1) 📝 `apps/openpage-api/package.json` (+3 -3) 📝 `apps/web/package.json` (+3 -3) 📝 `package-lock.json` (+60 -111) 📝 `package.json` (+2 -1) 📝 `packages/api/v1/implementation.ts` (+2 -2) 📝 `packages/app-tests/e2e/templates/create-document-from-template.spec.ts` (+1 -1) 📝 `packages/app-tests/package.json` (+1 -1) 📝 `packages/eslint-config/package.json` (+2 -2) 📝 `packages/lib/server-only/2fa/setup-2fa.ts` (+1 -1) 📝 `packages/lib/server-only/field/update-field.ts` (+1 -6) ➕ `packages/lib/types/document-form-values.ts` (+8 -0) 📝 `packages/lib/types/field-meta.ts` (+28 -31) 📝 `packages/prisma/index.ts` (+1 -0) 📝 `packages/prisma/package.json` (+2 -1) 📝 `packages/prisma/schema.prisma` (+16 -8) ➕ `packages/prisma/types/types.d.ts` (+25 -0) 📝 `packages/signing/helpers/update-signing-placeholder.ts` (+3 -3) 📝 `packages/signing/transports/google-cloud-hsm.ts` (+8 -7) 📝 `packages/signing/transports/local-cert.ts` (+5 -5) _...and 1 more files_ </details> ### 📄 Description ## Description - Add types for Prisma json - Bump typescript version (required) ## Testing Performed - 2FA - Normal document flow --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:30:50 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#1733
No description provided.