Skip to content

fix: remove old zitadel client #437

fix: remove old zitadel client

fix: remove old zitadel client #437

Triggered via pull request July 26, 2024 03:58
Status Failure
Total duration 51s
Artifacts

test.yml

on: pull_request
Matrix: Ensure Quality
Fit to window
Zoom out
Zoom in

Annotations

22 errors
Ensure Quality (lint)
@zitadel/react#lint: command (/home/runner/work/typescript/typescript/packages/zitadel-react) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint exited (2)
Ensure Quality (lint)
Process completed with exit code 2.
Ensure Quality (test:integration)
Argument of type '{ readonly typeName: "zitadel.admin.v1.AdminService"; readonly methods: { readonly healthz: { readonly name: "Healthz"; readonly I: typeof HealthzRequest; readonly O: typeof HealthzResponse; readonly kind: MethodKind.Unary; }; ... 180 more ...; readonly getRestrictions: { ...; }; }; }' is not assignable to parameter of type 'ServiceType'.
Ensure Quality (test:integration)
Argument of type '{ readonly typeName: "zitadel.auth.v1.AuthService"; readonly methods: { readonly healthz: { readonly name: "Healthz"; readonly I: typeof HealthzRequest; readonly O: typeof HealthzResponse; readonly kind: MethodKind.Unary; }; ... 51 more ...; readonly getMyLoginPolicy: { ...; }; }; }' is not assignable to parameter of type 'ServiceType'.
Ensure Quality (test:integration)
Argument of type '{ readonly typeName: "zitadel.management.v1.ManagementService"; readonly methods: { readonly healthz: { readonly name: "Healthz"; readonly I: typeof HealthzRequest; readonly O: typeof HealthzResponse; readonly kind: MethodKind.Unary; }; ... 290 more ...; readonly setTriggerActions: { ...; }; }; }' is not assignable to parameter of type 'ServiceType'.
Ensure Quality (test:integration)
Argument of type '{ readonly typeName: "zitadel.system.v1.SystemService"; readonly methods: { readonly healthz: { readonly name: "Healthz"; readonly I: typeof HealthzRequest; readonly O: typeof HealthzResponse; readonly kind: MethodKind.Unary; }; ... 22 more ...; readonly resetLimits: { ...; }; }; }' is not assignable to parameter of type 'ServiceType'.
Ensure Quality (test:integration)
@zitadel/client#build: command (/home/runner/work/typescript/typescript/packages/zitadel-client) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (1)
Ensure Quality (test:integration)
Argument of type '{ readonly typeName: "zitadel.user.schema.v3alpha.UserSchemaService"; readonly methods: { readonly listUserSchemas: { readonly name: "ListUserSchemas"; readonly I: typeof ListUserSchemasRequest; readonly O: typeof ListUserSchemasResponse; readonly kind: MethodKind.Unary; }; ... 5 more ...; readonly deleteUserSchema:...' is not assignable to parameter of type 'ServiceType'.
Ensure Quality (test:integration)
Argument of type '{ readonly typeName: "zitadel.user.v3alpha.UserService"; readonly methods: { readonly listUsers: { readonly name: "ListUsers"; readonly I: typeof ListUsersRequest; readonly O: typeof ListUsersResponse; readonly kind: MethodKind.Unary; }; ... 34 more ...; readonly removeIDPAuthenticator: { ...; }; }; }' is not assignable to parameter of type 'ServiceType'.
Ensure Quality (test:integration)
Argument of type '{ readonly typeName: "zitadel.action.v3alpha.ActionService"; readonly methods: { readonly createTarget: { readonly name: "CreateTarget"; readonly I: typeof CreateTargetRequest; readonly O: typeof CreateTargetResponse; readonly kind: MethodKind.Unary; }; ... 9 more ...; readonly listExecutionServices: { ...; }; }; }' is not assignable to parameter of type 'ServiceType'.
Ensure Quality (test:integration)
Argument of type '{ readonly typeName: "zitadel.user.v2beta.UserService"; readonly methods: { readonly addHumanUser: { readonly name: "AddHumanUser"; readonly I: typeof AddHumanUserRequest; readonly O: typeof AddHumanUserResponse; readonly kind: MethodKind.Unary; }; ... 32 more ...; readonly listAuthenticationMethodTypes: { ...; }; }...' is not assignable to parameter of type 'ServiceType'.
Ensure Quality (test:integration)
Argument of type '{ readonly typeName: "zitadel.settings.v2beta.SettingsService"; readonly methods: { readonly getGeneralSettings: { readonly name: "GetGeneralSettings"; readonly I: typeof GetGeneralSettingsRequest; readonly O: typeof GetGeneralSettingsResponse; readonly kind: MethodKind.Unary; }; ... 9 more ...; readonly setSecurity...' is not assignable to parameter of type 'ServiceType'.
Ensure Quality (test:unit)
Argument of type '{ readonly typeName: "zitadel.user.v2beta.UserService"; readonly methods: { readonly addHumanUser: { readonly name: "AddHumanUser"; readonly I: typeof AddHumanUserRequest; readonly O: typeof AddHumanUserResponse; readonly kind: MethodKind.Unary; }; ... 32 more ...; readonly listAuthenticationMethodTypes: { ...; }; }...' is not assignable to parameter of type 'ServiceType'.
Ensure Quality (test:unit)
Argument of type '{ readonly typeName: "zitadel.settings.v2beta.SettingsService"; readonly methods: { readonly getGeneralSettings: { readonly name: "GetGeneralSettings"; readonly I: typeof GetGeneralSettingsRequest; readonly O: typeof GetGeneralSettingsResponse; readonly kind: MethodKind.Unary; }; ... 9 more ...; readonly setSecurity...' is not assignable to parameter of type 'ServiceType'.
Ensure Quality (test:unit)
Argument of type '{ readonly typeName: "zitadel.session.v2beta.SessionService"; readonly methods: { readonly listSessions: { readonly name: "ListSessions"; readonly I: typeof ListSessionsRequest; readonly O: typeof ListSessionsResponse; readonly kind: MethodKind.Unary; }; readonly getSession: { ...; }; readonly createSession: { ...; ...' is not assignable to parameter of type 'ServiceType'.
Ensure Quality (test:unit)
Argument of type '{ readonly typeName: "zitadel.oidc.v2beta.OIDCService"; readonly methods: { readonly getAuthRequest: { readonly name: "GetAuthRequest"; readonly I: typeof GetAuthRequestRequest; readonly O: typeof GetAuthRequestResponse; readonly kind: MethodKind.Unary; }; readonly createCallback: { ...; }; }; }' is not assignable to parameter of type 'ServiceType'.
Ensure Quality (test:unit)
Argument of type '{ readonly typeName: "zitadel.org.v2beta.OrganizationService"; readonly methods: { readonly addOrganization: { readonly name: "AddOrganization"; readonly I: typeof AddOrganizationRequest; readonly O: typeof AddOrganizationResponse; readonly kind: MethodKind.Unary; }; }; }' is not assignable to parameter of type 'ServiceType'.
Ensure Quality (test:unit)
Argument of type '{ readonly typeName: "zitadel.feature.v2beta.FeatureService"; readonly methods: { readonly setSystemFeatures: { readonly name: "SetSystemFeatures"; readonly I: typeof SetSystemFeaturesRequest; readonly O: typeof SetSystemFeaturesResponse; readonly kind: MethodKind.Unary; }; ... 10 more ...; readonly getUserFeatures:...' is not assignable to parameter of type 'ServiceType'.
Ensure Quality (test:unit)
Type 'RequestContext' does not satisfy the constraint 'Message<RequestContext>'.
Ensure Quality (test:unit)
Argument of type '{ readonly typeName: "zitadel.user.schema.v3alpha.UserSchemaService"; readonly methods: { readonly listUserSchemas: { readonly name: "ListUserSchemas"; readonly I: typeof ListUserSchemasRequest; readonly O: typeof ListUserSchemasResponse; readonly kind: MethodKind.Unary; }; ... 5 more ...; readonly deleteUserSchema:...' is not assignable to parameter of type 'ServiceType'.
Ensure Quality (test:unit)
@zitadel/client#build: command (/home/runner/work/typescript/typescript/packages/zitadel-client) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (1)
Ensure Quality (test:unit)
Argument of type '{ readonly typeName: "zitadel.user.v3alpha.UserService"; readonly methods: { readonly listUsers: { readonly name: "ListUsers"; readonly I: typeof ListUsersRequest; readonly O: typeof ListUsersResponse; readonly kind: MethodKind.Unary; }; ... 34 more ...; readonly removeIDPAuthenticator: { ...; }; }; }' is not assignable to parameter of type 'ServiceType'.