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

PIN-5195 - Assign delegation producer feature route in tenant process #1061

Open
wants to merge 10 commits into
base: feature/pin-5126-capofila
Choose a base branch
from

Conversation

Carminepo2
Copy link
Contributor

@Carminepo2 Carminepo2 commented Oct 4, 2024

Closes PIN-5195

This PR is dependent on this PR from the interop-outbound-models repo.

export const TenantFeature = z.discriminatedUnion("type", [
TenantFeatureCertifier,
TenantFeatureDelegatedProducer,
]); // It will be extended with other features, we will use this union to discriminate them
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think we can remove this comment now if I get it correctly.

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.

2 participants