chore: migrate saml/oidc APIs to App Router #48992
pr.yml
on: pull_request_target
Detect changes
13s
Production builds
/
Build API v1
5m 20s
Production builds
/
Build API v2
5m 22s
Type check
/
check-types
3m 33s
Linters
/
lint
1m 5s
Tests
/
Unit
3m 15s
Production builds
/
Build Atoms
5m 32s
Production builds
/
Build Docs
1m 10s
Analyze Build
/
analyze
Matrix: Tests / e2e
Waiting for pending jobs
Tests
/
E2E App Store
Tests
/
E2E Embed Core
Tests
/
E2E Embed React
required
0s
Publish HTML report
/
publish-report
1m 52s
Annotations
24 errors
Linters / lint
Process completed with exit code 2.
|
Production builds / Build API v1
Type '{ readonly id: 4; readonly username: "pro"; readonly email: "***"; readonly password: { readonly hash: ""; readonly userId: 0; }; readonly completedOnboarding: true; readonly identityProvider: "CAL"; ... 9 more ...; readonly theme: null; }' is not assignable to type 'NonNullable<{ avatar: string; organization: { id: number | null; isOrgAdmin: boolean; metadata: { requestedSlug?: string | null | undefined; paymentId?: string | undefined; subscriptionId?: string | null | undefined; ... 4 more ...; billingPeriod?: BillingPeriod | undefined; } | null; ... 7 more ...; isPlatform?: bo...'.
|
Production builds / Build API v1
Type '{ readonly id: 4; readonly username: "pro"; readonly email: "***"; readonly password: { readonly hash: ""; readonly userId: 0; }; readonly completedOnboarding: true; readonly identityProvider: "CAL"; ... 9 more ...; readonly theme: null; }' is not assignable to type 'NonNullable<{ avatar: string; organization: { id: number | null; isOrgAdmin: boolean; metadata: { requestedSlug?: string | null | undefined; paymentId?: string | undefined; subscriptionId?: string | null | undefined; ... 4 more ...; billingPeriod?: BillingPeriod | undefined; } | null; ... 7 more ...; isPlatform?: bo...'.
|
Production builds / Build API v1
Type '{ organization: { id: null; isOrgAdmin: boolean; metadata: {}; requestedSlug: null; }; defaultBookerLayouts: null; selectedCalendars: never[]; destinationCalendar: null; profile: { username: string; ... 8 more ...; bufferTime: number; }; ... 45 more ...; creationSource: $Enums.CreationSource | null; }' is not assignable to type 'NonNullable<{ avatar: string; organization: { id: number | null; isOrgAdmin: boolean; metadata: { requestedSlug?: string | null | undefined; paymentId?: string | undefined; subscriptionId?: string | null | undefined; ... 4 more ...; billingPeriod?: BillingPeriod | undefined; } | null; ... 7 more ...; isPlatform?: bo...'.
|
Production builds / Build API v1
Type '{ organization: { id: null; isOrgAdmin: boolean; metadata: {}; requestedSlug: null; }; defaultBookerLayouts: null; selectedCalendars: never[]; destinationCalendar: null; profile: { username: string; ... 8 more ...; bufferTime: number; }; ... 45 more ...; creationSource: $Enums.CreationSource | null; }' is not assignable to type 'NonNullable<{ avatar: string; organization: { id: number | null; isOrgAdmin: boolean; metadata: { requestedSlug?: string | null | undefined; paymentId?: string | undefined; subscriptionId?: string | null | undefined; ... 4 more ...; billingPeriod?: BillingPeriod | undefined; } | null; ... 7 more ...; isPlatform?: bo...'.
|
Production builds / Build API v1
Property 'creationSource' is missing in type '{ teamId: number; role: "MEMBER"; isOrg: boolean; language: string; usernameOrEmail: string[]; }' but required in type '{ creationSource: "API_V1" | "API_V2" | "WEBAPP"; teamId: number; language: string; usernameOrEmail: (string | (string | { email: string; role: "ADMIN" | "MEMBER" | "OWNER"; })[]) & (string | (string | { ...; })[] | undefined); role?: "ADMIN" | ... 2 more ... | undefined; isPlatform?: boolean | undefined; }'.
|
Production builds / Build API v1
Property 'creationSource' is missing in type '{ teamId: number; role: "MEMBER"; language: string; usernameOrEmail: string[]; }' but required in type '{ creationSource: "API_V1" | "API_V2" | "WEBAPP"; teamId: number; language: string; usernameOrEmail: (string | (string | { email: string; role: "ADMIN" | "MEMBER" | "OWNER"; })[]) & (string | (string | { ...; })[] | undefined); role?: "ADMIN" | ... 2 more ... | undefined; isPlatform?: boolean | undefined; }'.
|
Production builds / Build API v1
Property 'creationSource' is missing in type '{ teamId: number; role: "MEMBER"; isOrg: boolean; language: string; usernameOrEmail: string; }' but required in type '{ creationSource: "API_V1" | "API_V2" | "WEBAPP"; teamId: number; language: string; usernameOrEmail: (string | (string | { email: string; role: "ADMIN" | "MEMBER" | "OWNER"; })[]) & (string | (string | { ...; })[] | undefined); role?: "ADMIN" | ... 2 more ... | undefined; isPlatform?: boolean | undefined; }'.
|
Production builds / Build API v1
Property 'creationSource' is missing in type '{ teamId: number; role: "MEMBER"; isOrg: boolean; language: string; usernameOrEmail: string; }' but required in type '{ creationSource: "API_V1" | "API_V2" | "WEBAPP"; teamId: number; language: string; usernameOrEmail: (string | (string | { email: string; role: "ADMIN" | "MEMBER" | "OWNER"; })[]) & (string | (string | { ...; })[] | undefined); role?: "ADMIN" | ... 2 more ... | undefined; isPlatform?: boolean | undefined; }'.
|
Production builds / Build API v1
Type '{ id: number; name: string; slug: null; appLogo: null; appIconLogo: null; bio: null; hideBranding: false; pendingPayment: false; hideBookATeamMember: false; createdAt: Date; brandColor: string; ... 16 more ...; smsLockReviewedByAdmin: false; }' is not assignable to type 'TeamWithParent'.
|
Production builds / Build API v1
Argument of type '{ organizationSettings: { id: number; teamId: number; isOrganizationConfigured: boolean; isOrganizationVerified: boolean; orgAutoAcceptEmail: string; organizationId: number; lockEventTypeCreationForUsers: boolean; adminGetsNoSlotsNotification: boolean; isAdminReviewed: boolean; isAdminAPIEnabled: boolean; }; ... 29 ...' is not assignable to parameter of type '{ id: number; name: string; slug: string | null; logoUrl: string | null; ***VideoLogo: string | null; appLogo: string | null; appIconLogo: string | null; bio: string | null; hideBranding: boolean; ... 19 more ...; includeManagedEventsInLimits: boolean; } & { ...; } & { ...; }'.
|
Production builds / Build Web App
Type '{ readonly id: 4; readonly username: "pro"; readonly email: "***"; readonly password: { readonly hash: ""; readonly userId: 0; }; readonly completedOnboarding: true; readonly identityProvider: "CAL"; ... 9 more ...; readonly theme: null; }' is not assignable to type 'NonNullable<{ avatar: string; organization: { id: number | null; isOrgAdmin: boolean; metadata: { requestedSlug?: string | null | undefined; paymentId?: string | undefined; subscriptionId?: string | null | undefined; ... 4 more ...; billingPeriod?: BillingPeriod | undefined; } | null; ... 7 more ...; isPlatform?: bo...'.
|
Production builds / Build Web App
Type '{ readonly id: 4; readonly username: "pro"; readonly email: "***"; readonly password: { readonly hash: ""; readonly userId: 0; }; readonly completedOnboarding: true; readonly identityProvider: "CAL"; ... 9 more ...; readonly theme: null; }' is not assignable to type 'NonNullable<{ avatar: string; organization: { id: number | null; isOrgAdmin: boolean; metadata: { requestedSlug?: string | null | undefined; paymentId?: string | undefined; subscriptionId?: string | null | undefined; ... 4 more ...; billingPeriod?: BillingPeriod | undefined; } | null; ... 7 more ...; isPlatform?: bo...'.
|
Production builds / Build Web App
Type '{ organization: { id: null; isOrgAdmin: boolean; metadata: {}; requestedSlug: null; }; defaultBookerLayouts: null; selectedCalendars: never[]; destinationCalendar: null; profile: { username: string; ... 8 more ...; bufferTime: number; }; ... 45 more ...; creationSource: $Enums.CreationSource | null; }' is not assignable to type 'NonNullable<{ avatar: string; organization: { id: number | null; isOrgAdmin: boolean; metadata: { requestedSlug?: string | null | undefined; paymentId?: string | undefined; subscriptionId?: string | null | undefined; ... 4 more ...; billingPeriod?: BillingPeriod | undefined; } | null; ... 7 more ...; isPlatform?: bo...'.
|
Production builds / Build Web App
Type '{ organization: { id: null; isOrgAdmin: boolean; metadata: {}; requestedSlug: null; }; defaultBookerLayouts: null; selectedCalendars: never[]; destinationCalendar: null; profile: { username: string; ... 8 more ...; bufferTime: number; }; ... 45 more ...; creationSource: $Enums.CreationSource | null; }' is not assignable to type 'NonNullable<{ avatar: string; organization: { id: number | null; isOrgAdmin: boolean; metadata: { requestedSlug?: string | null | undefined; paymentId?: string | undefined; subscriptionId?: string | null | undefined; ... 4 more ...; billingPeriod?: BillingPeriod | undefined; } | null; ... 7 more ...; isPlatform?: bo...'.
|
Production builds / Build Web App
Property 'creationSource' is missing in type '{ teamId: number; role: "MEMBER"; isOrg: boolean; language: string; usernameOrEmail: string[]; }' but required in type '{ creationSource: "API_V1" | "API_V2" | "WEBAPP"; teamId: number; language: string; usernameOrEmail: (string | (string | { email: string; role: "ADMIN" | "MEMBER" | "OWNER"; })[]) & (string | (string | { ...; })[] | undefined); role?: "ADMIN" | ... 2 more ... | undefined; isPlatform?: boolean | undefined; }'.
|
Production builds / Build Web App
Property 'creationSource' is missing in type '{ teamId: number; role: "MEMBER"; language: string; usernameOrEmail: string[]; }' but required in type '{ creationSource: "API_V1" | "API_V2" | "WEBAPP"; teamId: number; language: string; usernameOrEmail: (string | (string | { email: string; role: "ADMIN" | "MEMBER" | "OWNER"; })[]) & (string | (string | { ...; })[] | undefined); role?: "ADMIN" | ... 2 more ... | undefined; isPlatform?: boolean | undefined; }'.
|
Production builds / Build Web App
Property 'creationSource' is missing in type '{ teamId: number; role: "MEMBER"; isOrg: boolean; language: string; usernameOrEmail: string; }' but required in type '{ creationSource: "API_V1" | "API_V2" | "WEBAPP"; teamId: number; language: string; usernameOrEmail: (string | (string | { email: string; role: "ADMIN" | "MEMBER" | "OWNER"; })[]) & (string | (string | { ...; })[] | undefined); role?: "ADMIN" | ... 2 more ... | undefined; isPlatform?: boolean | undefined; }'.
|
Production builds / Build Web App
Property 'creationSource' is missing in type '{ teamId: number; role: "MEMBER"; isOrg: boolean; language: string; usernameOrEmail: string; }' but required in type '{ creationSource: "API_V1" | "API_V2" | "WEBAPP"; teamId: number; language: string; usernameOrEmail: (string | (string | { email: string; role: "ADMIN" | "MEMBER" | "OWNER"; })[]) & (string | (string | { ...; })[] | undefined); role?: "ADMIN" | ... 2 more ... | undefined; isPlatform?: boolean | undefined; }'.
|
Production builds / Build Web App
Type '{ id: number; name: string; slug: null; appLogo: null; appIconLogo: null; bio: null; hideBranding: false; pendingPayment: false; hideBookATeamMember: false; createdAt: Date; brandColor: string; ... 16 more ...; smsLockReviewedByAdmin: false; }' is not assignable to type 'TeamWithParent'.
|
Production builds / Build Web App
Argument of type '{ organizationSettings: { id: number; teamId: number; isOrganizationConfigured: boolean; isOrganizationVerified: boolean; orgAutoAcceptEmail: string; organizationId: number; lockEventTypeCreationForUsers: boolean; adminGetsNoSlotsNotification: boolean; isAdminReviewed: boolean; isAdminAPIEnabled: boolean; }; ... 29 ...' is not assignable to parameter of type '{ id: number; name: string; slug: string | null; logoUrl: string | null; ***VideoLogo: string | null; appLogo: string | null; appIconLogo: string | null; bio: string | null; hideBranding: boolean; ... 19 more ...; includeManagedEventsInLimits: boolean; } & { ...; } & { ...; }'.
|
required
Process completed with exit code 1.
|
Merge reports / merge-reports
Process completed with exit code 1.
|
Publish HTML report / publish-report
Unable to download artifact(s): Artifact not found for name: html-report--attempt-48992-1
Please ensure that your artifact is not expired and the artifact was uploaded using a compatible version of toolkit/upload-artifact.
For more information, visit the GitHub Artifacts FAQ: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md
|