Skip to content

fix: remove old zitadel client #434

fix: remove old zitadel client

fix: remove old zitadel client #434

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

test.yml

on: pull_request
Matrix: Ensure Quality

Annotations

20 errors
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.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:integration)
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:integration)
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:integration)
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:integration)
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:integration)
Type 'RequestContext' does not satisfy the constraint 'Message<RequestContext>'.
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: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)
@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.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.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:unit)
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'.