Skip to content

chore: add credential provider #2004

chore: add credential provider

chore: add credential provider #2004

Triggered via push November 14, 2024 07:03
Status Failure
Total duration 1m 15s
Artifacts
Matrix: Test
Slack notify on failure
0s
Slack notify on failure
Fit to window
Zoom out
Zoom in

Annotations

43 errors and 1 warning
Test (14): src/rest/PreviewIamBase.ts#L13
Cannot find module './previewIam/organizations' or its corresponding type declarations.
Test (14): src/rest/api/V2010.ts#L44
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
Test (14): src/rest/previewIam/Organizations.ts#L40
Expected 2 arguments, but got 1.
Test (14): src/rest/previewIam/Organizations.ts#L46
Expected 2 arguments, but got 1.
Test (14): src/rest/previewIam/Organizations.ts#L52
Expected 2 arguments, but got 1.
Test (14): src/rest/previewIam/organizations/account.ts#L161
Property 'organizationSid' does not exist on type 'AccountInstance'.
Test (14): src/rest/previewIam/organizations/roleAssignment.ts#L199
Property 'organizationSid' does not exist on type 'RoleAssignmentInstance'.
Test (14): src/rest/previewIam/organizations/roleAssignment.ts#L199
Property 'roleAssignmentSid' does not exist on type 'RoleAssignmentInstance'.
Test (14): src/rest/previewIam/organizations/user.ts#L304
Element implicitly has an 'any' type because expression of type '"ifMatch"' can't be used to index type 'ScimUser'.
Test (14): src/rest/previewIam/organizations/user.ts#L304
Element implicitly has an 'any' type because expression of type '"ifMatch"' can't be used to index type 'ScimUser'.
Test (16)
The job was canceled because "_14" failed.
Test (16): src/rest/PreviewIamBase.ts#L13
Cannot find module './previewIam/organizations' or its corresponding type declarations.
Test (16): src/rest/api/V2010.ts#L44
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
Test (16): src/rest/previewIam/Organizations.ts#L40
Expected 2 arguments, but got 1.
Test (16): src/rest/previewIam/Organizations.ts#L46
Expected 2 arguments, but got 1.
Test (16): src/rest/previewIam/Organizations.ts#L52
Expected 2 arguments, but got 1.
Test (16): src/rest/previewIam/organizations/account.ts#L161
Property 'organizationSid' does not exist on type 'AccountInstance'.
Test (16): src/rest/previewIam/organizations/roleAssignment.ts#L199
Property 'organizationSid' does not exist on type 'RoleAssignmentInstance'.
Test (16): src/rest/previewIam/organizations/roleAssignment.ts#L199
Property 'roleAssignmentSid' does not exist on type 'RoleAssignmentInstance'.
Test (16): src/rest/previewIam/organizations/user.ts#L304
Element implicitly has an 'any' type because expression of type '"ifMatch"' can't be used to index type 'ScimUser'.
Test (16): src/rest/previewIam/organizations/user.ts#L304
Element implicitly has an 'any' type because expression of type '"ifMatch"' can't be used to index type 'ScimUser'.
Test (18)
The job was canceled because "_14" failed.
Test (18): src/rest/PreviewIamBase.ts#L13
Cannot find module './previewIam/organizations' or its corresponding type declarations.
Test (18): src/rest/api/V2010.ts#L44
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
Test (18): src/rest/previewIam/Organizations.ts#L40
Expected 2 arguments, but got 1.
Test (18): src/rest/previewIam/Organizations.ts#L46
Expected 2 arguments, but got 1.
Test (18): src/rest/previewIam/Organizations.ts#L52
Expected 2 arguments, but got 1.
Test (18): src/rest/previewIam/organizations/account.ts#L161
Property 'organizationSid' does not exist on type 'AccountInstance'.
Test (18): src/rest/previewIam/organizations/roleAssignment.ts#L199
Property 'organizationSid' does not exist on type 'RoleAssignmentInstance'.
Test (18): src/rest/previewIam/organizations/roleAssignment.ts#L199
Property 'roleAssignmentSid' does not exist on type 'RoleAssignmentInstance'.
Test (18): src/rest/previewIam/organizations/user.ts#L304
Element implicitly has an 'any' type because expression of type '"ifMatch"' can't be used to index type 'ScimUser'.
Test (18): src/rest/previewIam/organizations/user.ts#L304
Element implicitly has an 'any' type because expression of type '"ifMatch"' can't be used to index type 'ScimUser'.
Test (lts/*)
The job was canceled because "_14" failed.
Test (lts/*): src/rest/PreviewIamBase.ts#L13
Cannot find module './previewIam/organizations' or its corresponding type declarations.
Test (lts/*): src/rest/api/V2010.ts#L44
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
Test (lts/*): src/rest/previewIam/Organizations.ts#L40
Expected 2 arguments, but got 1.
Test (lts/*): src/rest/previewIam/Organizations.ts#L46
Expected 2 arguments, but got 1.
Test (lts/*): src/rest/previewIam/Organizations.ts#L52
Expected 2 arguments, but got 1.
Test (lts/*): src/rest/previewIam/organizations/account.ts#L161
Property 'organizationSid' does not exist on type 'AccountInstance'.
Test (lts/*): src/rest/previewIam/organizations/roleAssignment.ts#L199
Property 'organizationSid' does not exist on type 'RoleAssignmentInstance'.
Test (lts/*): src/rest/previewIam/organizations/roleAssignment.ts#L199
Property 'roleAssignmentSid' does not exist on type 'RoleAssignmentInstance'.
Test (lts/*): src/rest/previewIam/organizations/user.ts#L304
Element implicitly has an 'any' type because expression of type '"ifMatch"' can't be used to index type 'ScimUser'.
Test (lts/*): src/rest/previewIam/organizations/user.ts#L304
Element implicitly has an 'any' type because expression of type '"ifMatch"' can't be used to index type 'ScimUser'.
Test (14)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/