Skip to content

Feat expose ad item preload offset #172

Feat expose ad item preload offset

Feat expose ad item preload offset #172

Triggered via pull request August 5, 2024 08:38
Status Failure
Total duration 54s
Artifacts

ci-typescript.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 3 warnings
Build: example/src/screens/BasicAds.tsx#L69
Type '{ schedule: ({ sources: { tag: string; type: AdSourceType; }[]; position?: undefined; } | { position: string; sources: { tag: string; type: AdSourceType; }[]; })[]; }' is not assignable to type 'AdvertisingConfig'.
Build: example/src/screens/BasicAds.tsx#L97
Argument of type '{ position: string; sources: { tag: string; type: AdSourceType.IMA; }[]; }' is not assignable to parameter of type 'AdItem'.
Build: integration_test/tests/advertisingTest.ts#L118
Property 'preloadOffset' is missing in type '{ sources: { tag: string; type: AdSourceType.IMA; }[]; }' but required in type 'AdItem'.
Build: integration_test/tests/advertisingTest.ts#L123
Property 'preloadOffset' is missing in type '{ sources: { tag: string; type: AdSourceType.IMA; }[]; position: string; }' but required in type 'AdItem'.
Build: integration_test/tests/advertisingTest.ts#L127
Property 'preloadOffset' is missing in type '{ sources: { tag: string; type: AdSourceType.IMA; }[]; position: string; }' but required in type 'AdItem'.
Build: integration_test/tests/advertisingTest.ts#L131
Property 'preloadOffset' is missing in type '{ sources: { tag: string; type: AdSourceType.IMA; }[]; position: string; }' but required in type 'AdItem'.
Build: integration_test/tests/advertisingTest.ts#L140
Property 'preloadOffset' is missing in type '{ sources: { tag: string; type: AdSourceType.PROGRESSIVE; }[]; position: string; }' but required in type 'AdItem'.
Build: integration_test/tests/advertisingTest.ts#L144
Property 'preloadOffset' is missing in type '{ sources: { tag: string; type: AdSourceType.PROGRESSIVE; }[]; position: string; }' but required in type 'AdItem'.
Build: integration_test/tests/advertisingTest.ts#L148
Property 'preloadOffset' is missing in type '{ sources: { tag: string; type: AdSourceType.PROGRESSIVE; }[]; position: string; }' but required in type 'AdItem'.
Build: integration_test/tests/advertisingTest.ts#L171
Argument of type '{ sources: { tag: string; type: AdSourceType.IMA; }[]; }' is not assignable to parameter of type 'AdItem'.
Build API docs
Process completed with exit code 3.
Code style
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build API docs
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/