// @generated by protoc-gen-es v1.10.0 // @generated from file app/v1/end_user.proto (package viam.app.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf"; import { Message, proto3 } from "@bufbuild/protobuf"; /** * @generated from message viam.app.v1.IsLegalAcceptedRequest */ export declare class IsLegalAcceptedRequest extends Message { constructor(data?: PartialMessage); static readonly runtime: typeof proto3; static readonly typeName = "viam.app.v1.IsLegalAcceptedRequest"; static readonly fields: FieldList; static fromBinary(bytes: Uint8Array, options?: Partial): IsLegalAcceptedRequest; static fromJson(jsonValue: JsonValue, options?: Partial): IsLegalAcceptedRequest; static fromJsonString(jsonString: string, options?: Partial): IsLegalAcceptedRequest; static equals(a: IsLegalAcceptedRequest | PlainMessage | undefined, b: IsLegalAcceptedRequest | PlainMessage | undefined): boolean; } /** * @generated from message viam.app.v1.IsLegalAcceptedResponse */ export declare class IsLegalAcceptedResponse extends Message { /** * If false, the user should not be able to use the application. * * @generated from field: bool accepted_legal = 1; */ acceptedLegal: boolean; /** * Whether the user has ever accepted any version of the legal terms. * * @generated from field: bool ever_accepted_legal = 2; */ everAcceptedLegal: boolean; constructor(data?: PartialMessage); static readonly runtime: typeof proto3; static readonly typeName = "viam.app.v1.IsLegalAcceptedResponse"; static readonly fields: FieldList; static fromBinary(bytes: Uint8Array, options?: Partial): IsLegalAcceptedResponse; static fromJson(jsonValue: JsonValue, options?: Partial): IsLegalAcceptedResponse; static fromJsonString(jsonString: string, options?: Partial): IsLegalAcceptedResponse; static equals(a: IsLegalAcceptedResponse | PlainMessage | undefined, b: IsLegalAcceptedResponse | PlainMessage | undefined): boolean; } /** * @generated from message viam.app.v1.AcceptLegalRequest */ export declare class AcceptLegalRequest extends Message { constructor(data?: PartialMessage); static readonly runtime: typeof proto3; static readonly typeName = "viam.app.v1.AcceptLegalRequest"; static readonly fields: FieldList; static fromBinary(bytes: Uint8Array, options?: Partial): AcceptLegalRequest; static fromJson(jsonValue: JsonValue, options?: Partial): AcceptLegalRequest; static fromJsonString(jsonString: string, options?: Partial): AcceptLegalRequest; static equals(a: AcceptLegalRequest | PlainMessage | undefined, b: AcceptLegalRequest | PlainMessage | undefined): boolean; } /** * @generated from message viam.app.v1.AcceptLegalResponse */ export declare class AcceptLegalResponse extends Message { constructor(data?: PartialMessage); static readonly runtime: typeof proto3; static readonly typeName = "viam.app.v1.AcceptLegalResponse"; static readonly fields: FieldList; static fromBinary(bytes: Uint8Array, options?: Partial): AcceptLegalResponse; static fromJson(jsonValue: JsonValue, options?: Partial): AcceptLegalResponse; static fromJsonString(jsonString: string, options?: Partial): AcceptLegalResponse; static equals(a: AcceptLegalResponse | PlainMessage | undefined, b: AcceptLegalResponse | PlainMessage | undefined): boolean; } /** * @generated from message viam.app.v1.RegisterAuthApplicationRequest * @deprecated */ export declare class RegisterAuthApplicationRequest extends Message { /** * @generated from field: string application_name = 1; */ applicationName: string; /** * @generated from field: string org_id = 2; */ orgId: string; /** * @generated from field: repeated string origin_uris = 3; */ originUris: string[]; /** * @generated from field: repeated string redirect_uris = 4; */ redirectUris: string[]; /** * @generated from field: string logout_uri = 5; */ logoutUri: string; constructor(data?: PartialMessage); static readonly runtime: typeof proto3; static readonly typeName = "viam.app.v1.RegisterAuthApplicationRequest"; static readonly fields: FieldList; static fromBinary(bytes: Uint8Array, options?: Partial): RegisterAuthApplicationRequest; static fromJson(jsonValue: JsonValue, options?: Partial): RegisterAuthApplicationRequest; static fromJsonString(jsonString: string, options?: Partial): RegisterAuthApplicationRequest; static equals(a: RegisterAuthApplicationRequest | PlainMessage | undefined, b: RegisterAuthApplicationRequest | PlainMessage | undefined): boolean; } /** * @generated from message viam.app.v1.RegisterAuthApplicationResponse * @deprecated */ export declare class RegisterAuthApplicationResponse extends Message { /** * @generated from field: string application_id = 1; */ applicationId: string; /** * @generated from field: string application_name = 2; */ applicationName: string; /** * @generated from field: string client_secret = 3; */ clientSecret: string; constructor(data?: PartialMessage); static readonly runtime: typeof proto3; static readonly typeName = "viam.app.v1.RegisterAuthApplicationResponse"; static readonly fields: FieldList; static fromBinary(bytes: Uint8Array, options?: Partial): RegisterAuthApplicationResponse; static fromJson(jsonValue: JsonValue, options?: Partial): RegisterAuthApplicationResponse; static fromJsonString(jsonString: string, options?: Partial): RegisterAuthApplicationResponse; static equals(a: RegisterAuthApplicationResponse | PlainMessage | undefined, b: RegisterAuthApplicationResponse | PlainMessage | undefined): boolean; } /** * @generated from message viam.app.v1.UpdateAuthApplicationRequest * @deprecated */ export declare class UpdateAuthApplicationRequest extends Message { /** * @generated from field: string org_id = 1; */ orgId: string; /** * @generated from field: string application_id = 2; */ applicationId: string; /** * @generated from field: string application_name = 3; */ applicationName: string; /** * @generated from field: repeated string origin_uris = 4; */ originUris: string[]; /** * @generated from field: repeated string redirect_uris = 5; */ redirectUris: string[]; /** * @generated from field: string logout_uri = 6; */ logoutUri: string; constructor(data?: PartialMessage); static readonly runtime: typeof proto3; static readonly typeName = "viam.app.v1.UpdateAuthApplicationRequest"; static readonly fields: FieldList; static fromBinary(bytes: Uint8Array, options?: Partial): UpdateAuthApplicationRequest; static fromJson(jsonValue: JsonValue, options?: Partial): UpdateAuthApplicationRequest; static fromJsonString(jsonString: string, options?: Partial): UpdateAuthApplicationRequest; static equals(a: UpdateAuthApplicationRequest | PlainMessage | undefined, b: UpdateAuthApplicationRequest | PlainMessage | undefined): boolean; } /** * @generated from message viam.app.v1.UpdateAuthApplicationResponse * @deprecated */ export declare class UpdateAuthApplicationResponse extends Message { /** * @generated from field: string application_id = 1; */ applicationId: string; /** * @generated from field: string application_name = 2; */ applicationName: string; constructor(data?: PartialMessage); static readonly runtime: typeof proto3; static readonly typeName = "viam.app.v1.UpdateAuthApplicationResponse"; static readonly fields: FieldList; static fromBinary(bytes: Uint8Array, options?: Partial): UpdateAuthApplicationResponse; static fromJson(jsonValue: JsonValue, options?: Partial): UpdateAuthApplicationResponse; static fromJsonString(jsonString: string, options?: Partial): UpdateAuthApplicationResponse; static equals(a: UpdateAuthApplicationResponse | PlainMessage | undefined, b: UpdateAuthApplicationResponse | PlainMessage | undefined): boolean; } /** * @generated from message viam.app.v1.GetAuthApplicationRequest * @deprecated */ export declare class GetAuthApplicationRequest extends Message { /** * @generated from field: string org_id = 1; */ orgId: string; /** * @generated from field: string application_id = 2; */ applicationId: string; constructor(data?: PartialMessage); static readonly runtime: typeof proto3; static readonly typeName = "viam.app.v1.GetAuthApplicationRequest"; static readonly fields: FieldList; static fromBinary(bytes: Uint8Array, options?: Partial): GetAuthApplicationRequest; static fromJson(jsonValue: JsonValue, options?: Partial): GetAuthApplicationRequest; static fromJsonString(jsonString: string, options?: Partial): GetAuthApplicationRequest; static equals(a: GetAuthApplicationRequest | PlainMessage | undefined, b: GetAuthApplicationRequest | PlainMessage | undefined): boolean; } /** * @generated from message viam.app.v1.GetAuthApplicationResponse * @deprecated */ export declare class GetAuthApplicationResponse extends Message { /** * @generated from field: string application_id = 1; */ applicationId: string; /** * @generated from field: string application_name = 2; */ applicationName: string; /** * @generated from field: string client_secret = 3; */ clientSecret: string; /** * @generated from field: repeated string origin_uris = 4; */ originUris: string[]; /** * @generated from field: repeated string redirect_uris = 5; */ redirectUris: string[]; /** * @generated from field: string logout_uri = 6; */ logoutUri: string; constructor(data?: PartialMessage); static readonly runtime: typeof proto3; static readonly typeName = "viam.app.v1.GetAuthApplicationResponse"; static readonly fields: FieldList; static fromBinary(bytes: Uint8Array, options?: Partial): GetAuthApplicationResponse; static fromJson(jsonValue: JsonValue, options?: Partial): GetAuthApplicationResponse; static fromJsonString(jsonString: string, options?: Partial): GetAuthApplicationResponse; static equals(a: GetAuthApplicationResponse | PlainMessage | undefined, b: GetAuthApplicationResponse | PlainMessage | undefined): boolean; }