Adding all to req operation type enum #234
workflow-check-openapi-changes.yaml
on: pull_request
check-for-changes-openapi
12s
check-and-commit-typescript-changes
36s
Annotations
10 errors
check-and-commit-typescript-changes
Type '{ id: number; acl_ssl: string[]; acl_ip: string[]; topicname: string; prefixed: boolean; environmentName: string; teamname: string; aclType: "PRODUCER" | "CONSUMER"; requestor: string; requesttimestring: string; requestStatus: "ALL" | "CREATED" | "DELETED" | "DECLINED" | "APPROVED"; requestOperationType: "ALL" | "DELETE" | "CREATE" | "UPDATE" | "PROMOTE" | "CLAIM"; }[]' is not assignable to type 'AclRequestTableRow[]'.
|
check-and-commit-typescript-changes
Element implicitly has an 'any' type because expression of type '"ALL" | "DELETE" | "CREATE" | "UPDATE" | "PROMOTE" | "CLAIM"' can't be used to index type '{ DELETE: ChipStatus; CREATE: ChipStatus; UPDATE: ChipStatus; PROMOTE: ChipStatus; CLAIM: ChipStatus; }'.
|
check-and-commit-typescript-changes
Element implicitly has an 'any' type because expression of type '"ALL" | "DELETE" | "CREATE" | "UPDATE" | "PROMOTE" | "CLAIM"' can't be used to index type '{ DELETE: string; CREATE: string; UPDATE: string; PROMOTE: string; CLAIM: string; }'.
|
check-and-commit-typescript-changes
Element implicitly has an 'any' type because expression of type '"ALL" | "DELETE" | "CREATE" | "UPDATE" | "PROMOTE" | "CLAIM"' can't be used to index type '{ DELETE: ChipStatus; CREATE: ChipStatus; UPDATE: ChipStatus; PROMOTE: ChipStatus; CLAIM: ChipStatus; }'.
|
check-and-commit-typescript-changes
Element implicitly has an 'any' type because expression of type '"ALL" | "DELETE" | "CREATE" | "UPDATE" | "PROMOTE" | "CLAIM"' can't be used to index type '{ DELETE: string; CREATE: string; UPDATE: string; PROMOTE: string; CLAIM: string; }'.
|
check-and-commit-typescript-changes
Element implicitly has an 'any' type because expression of type '"ALL" | "DELETE" | "CREATE" | "UPDATE" | "PROMOTE" | "CLAIM"' can't be used to index type '{ DELETE: ChipStatus; CREATE: ChipStatus; UPDATE: ChipStatus; PROMOTE: ChipStatus; CLAIM: ChipStatus; }'.
|
check-and-commit-typescript-changes
Element implicitly has an 'any' type because expression of type '"ALL" | "DELETE" | "CREATE" | "UPDATE" | "PROMOTE" | "CLAIM"' can't be used to index type '{ DELETE: string; CREATE: string; UPDATE: string; PROMOTE: string; CLAIM: string; }'.
|
check-and-commit-typescript-changes
Type '{ id: number; topicname: string; environmentName: string; requestStatus: "ALL" | "CREATED" | "DELETED" | "DECLINED" | "APPROVED"; requestOperationType: "ALL" | "DELETE" | "CREATE" | "UPDATE" | "PROMOTE" | "CLAIM"; acl_ssl: string[]; acl_ip: string[]; aclType: "PRODUCER" | "CONSUMER"; requesttimestring: string; deletable: boolean | undefined; editable: boolean | undefined; }[]' is not assignable to type 'AclRequestTableRow[]'.
|
check-and-commit-typescript-changes
Element implicitly has an 'any' type because expression of type '"ALL" | "DELETE" | "CREATE" | "UPDATE" | "PROMOTE" | "CLAIM"' can't be used to index type '{ DELETE: ChipStatus; CREATE: ChipStatus; UPDATE: ChipStatus; PROMOTE: ChipStatus; CLAIM: ChipStatus; }'.
|
check-and-commit-typescript-changes
Element implicitly has an 'any' type because expression of type '"ALL" | "DELETE" | "CREATE" | "UPDATE" | "PROMOTE" | "CLAIM"' can't be used to index type '{ DELETE: string; CREATE: string; UPDATE: string; PROMOTE: string; CLAIM: string; }'.
|