Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(api): add support for nested validations #6788

Draft
wants to merge 5 commits into
base: next
Choose a base branch
from

Conversation

djabarovgeorge
Copy link
Contributor

@djabarovgeorge djabarovgeorge commented Oct 28, 2024

What changed? Why was the change needed?

Screenshots

image

https://www.loom.com/share/a63b58d041b943dfbdbbe132d334398a

Expand for optional sections

Related enterprise PR

Special notes for your reviewer

Copy link

netlify bot commented Oct 28, 2024

Deploy Preview for novu-stg-vite-dashboard-poc ready!

Name Link
🔨 Latest commit 1c92e28
🔍 Latest deploy log https://app.netlify.com/sites/novu-stg-vite-dashboard-poc/deploys/6720b75c7a9d470008b36569
😎 Deploy Preview https://deploy-preview-6788--novu-stg-vite-dashboard-poc.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -206,7 +206,7 @@ export class UpsertWorkflowUseCase {
description: workflowDto.description || '',
tags: workflowDto.tags || [],
critical: false,
triggerIdentifier: slugifyName(workflowDto.name),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bug fix

# Conflicts:
#	apps/api/src/app/workflows-v2/usecases/upsert-workflow/upsert-workflow.usecase.ts
#	pnpm-lock.yaml
Copy link

pkg-pr-new bot commented Oct 29, 2024

Open in Stackblitz

@novu/client

pnpm add https://pkg.pr.new/novuhq/novu/@novu/client@6788

@novu/framework

pnpm add https://pkg.pr.new/novuhq/novu/@novu/framework@6788

@novu/js

pnpm add https://pkg.pr.new/novuhq/novu/@novu/js@6788

@novu/nest

pnpm add https://pkg.pr.new/novuhq/novu/@novu/nest@6788

@novu/headless

pnpm add https://pkg.pr.new/novuhq/novu/@novu/headless@6788

@novu/nextjs

pnpm add https://pkg.pr.new/novuhq/novu/@novu/nextjs@6788

@novu/node

pnpm add https://pkg.pr.new/novuhq/novu/@novu/node@6788

@novu/notification-center

pnpm add https://pkg.pr.new/novuhq/novu/@novu/notification-center@6788

novu

pnpm add https://pkg.pr.new/novuhq/novu@6788

@novu/providers

pnpm add https://pkg.pr.new/novuhq/novu/@novu/providers@6788

@novu/react

pnpm add https://pkg.pr.new/novuhq/novu/@novu/react@6788

@novu/react-native

pnpm add https://pkg.pr.new/novuhq/novu/@novu/react-native@6788

@novu/shared

pnpm add https://pkg.pr.new/novuhq/novu/@novu/shared@6788

@novu/stateless

pnpm add https://pkg.pr.new/novuhq/novu/@novu/stateless@6788

commit: 1c92e28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant