Skip to content

Conversation

@AaravKhanduja
Copy link

Summary

  • Add missing fields to ConferencingAppsOutputDto to match actual API response
  • Fields added: teamId, appId, subscriptionId, paymentStatus, billingCycleStart,
    delegationCredentialId
  • Made userId nullable since team credentials may not have an associated user

Fixes #27202

The ConferencingAppsOutputDto was missing fields that are actually
returned by the API endpoint. Added teamId, appId, subscriptionId,
paymentStatus, billingCycleStart, and delegationCredentialId fields
to match the repository select. Also made userId nullable since team
credentials may not have an associated user.

Fixes calcom#27202
@AaravKhanduja AaravKhanduja requested a review from a team as a code owner January 24, 2026 23:05
@CLAassistant
Copy link

CLAassistant commented Jan 24, 2026

CLA assistant check
All committers have signed the CLA.

@graphite-app graphite-app bot added the community Created by Linear-GitHub Sync label Jan 24, 2026
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 1 file

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

Labels

community Created by Linear-GitHub Sync size/M

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs(orgs/teams/conferencing): docs do not match actual return type

2 participants