Fix main ci: generate client-sdk (#22042)

<!-- This is an auto-generated description by cubic. -->
<a
href="https://cubic.dev/pr/twentyhq/twenty/pull/22042?utm_source=github"
target="_blank" rel="noopener noreferrer"
data-no-image-dialog="true"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source
media="(prefers-color-scheme: light)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img
alt="Review in cubic"
src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a>
<!-- End of auto-generated description by cubic. -->
This commit is contained in:
Paul Rastoin
2026-06-23 18:24:53 +02:00
committed by GitHub
parent f5f8865c4e
commit b7350eba46
3 changed files with 6 additions and 0 deletions
@@ -2231,6 +2231,7 @@ type DomainValidRecords {
id: UUID!
domain: String!
records: [DomainRecord!]!
isCustomDomainEnabled: Boolean
}
type UpsertRowLevelPermissionPredicatesResult {
@@ -1871,6 +1871,7 @@ export interface DomainValidRecords {
id: Scalars['UUID']
domain: Scalars['String']
records: DomainRecord[]
isCustomDomainEnabled?: Scalars['Boolean']
__typename: 'DomainValidRecords'
}
@@ -4956,6 +4957,7 @@ export interface DomainValidRecordsGenqlSelection{
id?: boolean | number
domain?: boolean | number
records?: DomainRecordGenqlSelection
isCustomDomainEnabled?: boolean | number
__typename?: boolean | number
__scalar?: boolean | number
}
@@ -4344,6 +4344,9 @@ export default {
"records": [
232
],
"isCustomDomainEnabled": [
6
],
"__typename": [
1
]