fix: enable api v2 sms #89442
Triggered via pull request
November 21, 2025 12:50
ThyMinimalDev
labeled
#25311
Status
Success
Total duration
41m 30s
Artifacts
9
pr.yml
on: pull_request_target
Detect changes
17s
Production builds
/
Build API v1
6m 18s
Production builds
/
Build API v2
5m 32s
Type check
/
check-types
3m 37s
Linters
/
lint
2m 50s
Tests
/
Unit
6m 41s
Production builds
/
Build Atoms
12m 30s
Production builds
/
Build Docs
1m 54s
Analyze Build
/
analyze
7m 18s
Matrix: Tests / e2e
Tests
/
E2E App Store
14m 28s
Tests
/
E2E Embed Core
11m 41s
Tests
/
E2E Embed React
12m 1s
required
5s
Cleanup HTML report
/
cleanup-report
Annotations
25 errors, 11 warnings, and 1 notice
|
Type check / check-types
Type 'JsonValue | undefined' is not assignable to type 'InputJsonValue | NullableJsonNullValueInput | undefined'.
|
|
Production builds / Build API v1
Type 'JsonValue | undefined' is not assignable to type 'InputJsonValue | NullableJsonNullValueInput | undefined'.
|
|
Production builds / Build Web App
Type 'JsonValue | undefined' is not assignable to type 'InputJsonValue | NullableJsonNullValueInput | undefined'.
|
|
Analyze Build / analyze
Type 'JsonValue | undefined' is not assignable to type 'InputJsonValue | NullableJsonNullValueInput | undefined'.
|
|
Tests / E2E Embed Core
Property 'outboundEventTypeId' does not exist on type 'never'.
|
|
Tests / E2E Embed Core
Unused '@ts-expect-error' directive.
|
|
Tests / E2E Embed Core
Unused '@ts-expect-error' directive.
|
|
Tests / E2E Embed Core
'"/home/runner/actions-runner/_work/***.com/***.com/packages/prisma/generated/prisma/internal/prismaNamespace"' has no exported member named 'BookingTimeStatusDenormalizedWhereInput'. Did you mean 'BookingDenormalizedWhereInput'?
|
|
Tests / E2E Embed Core
'"/home/runner/actions-runner/_work/***.com/***.com/packages/prisma/generated/prisma/internal/prismaNamespace"' has no exported member named 'BookingTimeStatusDenormalizedWhereInput'. Did you mean 'BookingDenormalizedWhereInput'?
|
|
Tests / E2E Embed Core
'"/home/runner/actions-runner/_work/***.com/***.com/packages/prisma/generated/prisma/internal/prismaNamespace"' has no exported member named 'BookingTimeStatusDenormalizedWhereInput'. Did you mean 'BookingDenormalizedWhereInput'?
|
|
Tests / E2E Embed Core
Property 'id' does not exist on type 'never'.
|
|
Tests / E2E Embed Core
Property 'outboundPhoneNumbers' does not exist on type 'never'.
|
|
Tests / E2E Embed Core
Parameter 'phoneNumber' implicitly has an 'any' type.
|
|
Tests / E2E Embed Core
Property 'outboundPhoneNumbers' does not exist on type 'never'.
|
|
Tests / E2E Embed React
Property 'phoneNumber' does not exist on type 'never'.
|
|
Tests / E2E Embed React
Property 'email' does not exist on type 'never'.
|
|
Tests / E2E Embed React
Parameter 'oooEntry' implicitly has an 'any' type.
|
|
Tests / E2E Embed React
Property 'id' does not exist on type 'never'.
|
|
Tests / E2E Embed React
Property 'id' does not exist on type 'never'.
|
|
Tests / E2E Embed React
Type 'Omit<any, "serviceAccountKey"> & { serviceAccountKey: objectOutputType<{ private_key: ZodString; client_email: ZodOptional<ZodString>; client_id: ZodString; tenant_id: ZodOptional<...>; }, ZodTypeAny, "passthrough"> | null; }' is missing the following properties from type 'DelegationCredential': id, workspacePlatform
|
|
Tests / E2E Embed React
Type 'Omit<any, "serviceAccountKey"> & { serviceAccountKey: objectOutputType<{ private_key: ZodString; client_email: ZodOptional<ZodString>; client_id: ZodString; tenant_id: ZodOptional<...>; }, ZodTypeAny, "passthrough"> | null; }' is missing the following properties from type 'DelegationCredential': id, workspacePlatform
|
|
Tests / E2E Embed React
Type 'Omit<any, "serviceAccountKey"> & { serviceAccountKey: objectOutputType<{ private_key: ZodString; client_email: ZodOptional<ZodString>; client_id: ZodString; tenant_id: ZodOptional<...>; }, ZodTypeAny, "passthrough"> | null; }' is missing the following properties from type 'DelegationCredential': id, workspacePlatform
|
|
Tests / E2E Embed React
Type 'Omit<any, "serviceAccountKey"> & { serviceAccountKey: objectOutputType<{ private_key: ZodString; client_email: ZodOptional<ZodString>; client_id: ZodString; tenant_id: ZodOptional<...>; }, ZodTypeAny, "passthrough"> | null; }' is missing the following properties from type 'DelegationCredential': id, workspacePlatform
|
|
Tests / E2E Embed React
Type 'Omit<any, "serviceAccountKey"> & { serviceAccountKey: objectOutputType<{ private_key: ZodString; client_email: ZodOptional<ZodString>; client_id: ZodString; tenant_id: ZodOptional<...>; }, ZodTypeAny, "passthrough"> | null; }' is missing the following properties from type 'DelegationCredential': id, workspacePlatform
|
|
Tests / E2E App Store
Type 'JsonValue | undefined' is not assignable to type 'InputJsonValue | NullableJsonNullValueInput | undefined'.
|
|
Linters / lint:
packages/embeds/embed-core/src/lib/utils.ts#L39
Do not access Object.prototype method 'hasOwnProperty' from target object
|
|
Linters / lint
'e' is defined but never used
|
|
Linters / lint
Definition for rule '@calcom/eslint/no-scroll-into-view-embed' was not found
|
|
Linters / lint:
packages/embeds/embed-core/src/embed.ts#L90
Definition for rule '@typescript-eslint/ban-types' was not found
|
|
Linters / lint:
packages/embeds/embed-core/src/embed.test.ts#L29
Unexpected any. Specify a different type
|
|
Linters / lint:
packages/embeds/embed-core/src/EmbedElement.test.ts#L135
'mockGetSkeletonData' is defined but never used. Allowed unused vars must match /^_/u
|
|
Linters / lint:
example-apps/credential-sync/pages/api/setTokenInCalCom.ts#L60
'e' is defined but never used
|
|
Linters / lint:
example-apps/credential-sync/next.config.js#L9
'module' is not defined
|
|
Linters / lint:
example-apps/credential-sync/next.config.js#L2
'require' is not defined
|
|
Linters / lint:
example-apps/credential-sync/next.config.js#L2
A `require()` style import is forbidden
|
|
Tests / E2E API v2
No files were found with the provided path: test-results. No artifacts will be uploaded.
|
|
📋 Published Playwright Test Report
https://calcom.github.io/test-results-2/reports/fix-enable-sms-api-v2/19571032146/1
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-report-1
|
50.6 MB |
sha256:e168af945574f31733c48321cfd630fbfac8ff3aa4a4d9c4f17620581a5be6a4
|
|
|
blob-report-2
|
20.2 MB |
sha256:33277b3365492c587dd803386530c7a401dafd57a6dfc98ec24a25ed9c1fa9fe
|
|
|
blob-report-3
|
219 KB |
sha256:9ccc473f24b9db6515ae27935a822a8816528cebacc73ca15ae11f9d65916224
|
|
|
blob-report-4
|
187 KB |
sha256:946d5ddbca5c38e0eb2977785cd1c7981d42c2c7456715a6506c4d99c8edbc86
|
|
|
blob-report-app-store
|
46.9 KB |
sha256:5a821e7557e496a247a82648fc5d3466c6496818985f59a601a4a8dfee11a865
|
|
|
blob-report-embed-core
|
71.6 KB |
sha256:3c40bb49253cde7665a7bbd39eae320798853948d320e2bc5832ecc21b1f5256
|
|
|
blob-report-embed-react
|
5.09 KB |
sha256:263a5d545775a959badd58dc8d0526cdd1ef280aa994147833a21b2c6e6bbb16
|
|
|
bundle
|
269 Bytes |
sha256:657430f838edf7c0888772ef14b7cb7322945ace5dfc1765452b1c4047049099
|
|
|
html-report--attempt-89442-1
|
71.6 MB |
sha256:a6b59f748b76f77236886ec02911685bcc0d8eda76609d02cdd759d0683c4600
|
|