Skip to content

Proposal: support attributes and image in non-collectable publications #1968

Proposal: support attributes and image in non-collectable publications

Proposal: support attributes and image in non-collectable publications #1968

Triggered via pull request July 28, 2023 12:12
Status Failure
Total duration 5m 49s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
build
Argument of type 'NftAttribute[] | undefined' is not assignable to parameter of type 'NftAttribute[]'.
build
Argument of type '{ appId: AppId | undefined; contentWarning?: ContentWarning | undefined; locale: string; publicationId: PublicationId; tags?: string[] | undefined; ... 10 more ...; offChain: boolean; } | { ...; } | { ...; }' is not assignable to parameter of type 'CreateCommentRequest'.
build
Argument of type '{ appId: AppId | undefined; contentWarning?: ContentWarning | undefined; locale: string; publicationId: PublicationId; tags?: string[] | undefined; ... 11 more ...; offChain: false; } | { ...; } | { ...; }' is not assignable to parameter of type 'CreateCommentRequest'.
build
Argument of type '{ appId: AppId | undefined; contentWarning?: ContentWarning | undefined; locale: string; tags?: string[] | undefined; attributes?: NftAttribute[] | undefined; ... 10 more ...; offChain: false; } | { ...; } | { ...; }' is not assignable to parameter of type 'CreatePostRequest'.
build
Type '{ appId: AppId | undefined; contentWarning?: ContentWarning | undefined; locale: string; tags?: string[] | undefined; attributes?: NftAttribute[] | undefined; ... 9 more ...; offChain: boolean; } | { ...; } | { ...; }' is not assignable to type 'CreatePostRequest'.
build
Process completed with exit code 1.