Skip to content

Adding all to req operation type enum #234

Adding all to req operation type enum

Adding all to req operation type enum #234

Triggered via pull request October 4, 2023 13:49
Status Failure
Total duration 2m 8s
Artifacts
check-for-changes-openapi
12s
check-for-changes-openapi
detect-ts-changes
50s
detect-ts-changes
check-and-commit-typescript-changes
36s
check-and-commit-typescript-changes
Fit to window
Zoom out
Zoom in

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; }'.