fix(types): revert to use SDK v3 method names in type references #576
ci.yml
on: push
Matrix: Run CI Pipeline / π§ͺ Test Matrix / test-matrix
Run CI Pipeline
/
...
/
Run Lint Check
28s
Run CI Pipeline
/
...
/
Run Type Check
27s
Matrix: E2E Tests
Annotations
11 errors
|
Run CI Pipeline / π Type Check / Run Type Check
Property 'results' does not exist on type 'unknown'.
|
|
Run CI Pipeline / π Type Check / Run Type Check
Type '"listRepositories"' does not satisfy the constraint 'keyof operations'.
|
|
Run CI Pipeline / π Type Check / Run Type Check
Type '"listRepositories"' does not satisfy the constraint 'keyof operations'.
|
|
Run CI Pipeline / π Type Check / Run Type Check
Type '"deleteRepository"' does not satisfy the constraint 'keyof operations'.
|
|
Run CI Pipeline / π Type Check / Run Type Check
Type '"createRepository"' does not satisfy the constraint 'keyof operations'.
|
|
Run CI Pipeline / π Type Check / Run Type Check
Argument of type '({ severity, type }: { severity: string; type: string; }) => void' is not assignable to parameter of type '(value: { file?: string; key: string; start?: number; severity?: "low" | "middle" | "high" | "critical"; category?: "license" | "other" | "quality" | "supplyChainRisk" | "maintenance" | "vulnerability"; ... 9 more ...; props?: Record<...> | undefined; }, index: number, array: { ...; }[]) => void'.
|
|
Run CI Pipeline / π Type Check / Run Type Check
Argument of type '({ severity, type }: { severity: string; type: string; }) => void' is not assignable to parameter of type '(value: { file?: string; key: string; start?: number; severity?: "low" | "middle" | "high" | "critical"; category?: "license" | "other" | "quality" | "supplyChainRisk" | "maintenance" | "vulnerability"; ... 9 more ...; props?: Record<...> | undefined; }, index: number, array: { ...; }[]) => void'.
|
|
Run CI Pipeline / π Type Check / Run Type Check
'orgsCResult.data' is of type 'unknown'.
|
|
Run CI Pipeline / π Type Check / Run Type Check
Property 'organizations' does not exist on type 'unknown'.
|
|
Run CI Pipeline / π Type Check / Run Type Check
Type '"listOrganizations"' does not satisfy the constraint 'keyof operations'.
|
|
Run CI Pipeline / π§Ή Lint Check / Run Lint Check
Process completed with exit code 1.
|