Skip to content

Commit

Permalink
[SCHEMA] - Update from schema
Browse files Browse the repository at this point in the history
  • Loading branch information
keegancraigcruickshank committed Jun 24, 2024
1 parent 8309fe4 commit 7f7afaf
Show file tree
Hide file tree
Showing 6 changed files with 109 additions and 4 deletions.
14 changes: 13 additions & 1 deletion users/v1/private/users-PrivateUsersService_connectquery.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* eslint-disable */
// @ts-nocheck

import { CreateApiTokenRequest, CreateApiTokenResponse, CreateNewOrganisationRequest, CreateNewOrganisationResponse, DeleteOrganisationRequest, DeleteOrganisationResponse, FreshUserSetupRequest, FreshUserSetupResponse, GetMeRequest, GetMeResponse, GetOrganisationRequest, GetOrganisationResponse, ListApiTokensRequest, ListApiTokensResponse, ListOrganisationsRequest, ListOrganisationsResponse, RemoveApiTokenRequest, RemoveApiTokenResponse, ResendVerificationRequest, ResendVerificationResponse, SetDefaultOrgRequest, SetDefaultOrgResponse, UpdateMeRequest, UpdateMeResponse } from "./users_pb.js";
import { CreateApiTokenRequest, CreateApiTokenResponse, CreateNewOrganisationRequest, CreateNewOrganisationResponse, DeleteOrganisationRequest, DeleteOrganisationResponse, FreshUserSetupRequest, FreshUserSetupResponse, GetBillingLinkRequest, GetBillingLinkResponse, GetMeRequest, GetMeResponse, GetOrganisationRequest, GetOrganisationResponse, ListApiTokensRequest, ListApiTokensResponse, ListOrganisationsRequest, ListOrganisationsResponse, RemoveApiTokenRequest, RemoveApiTokenResponse, ResendVerificationRequest, ResendVerificationResponse, SetDefaultOrgRequest, SetDefaultOrgResponse, UpdateMeRequest, UpdateMeResponse } from "./users_pb.js";
import { MethodKind } from "@bufbuild/protobuf";

/**
Expand All @@ -18,6 +18,18 @@ export const getMe: {
readonly typeName: "users.v1.private.PrivateUsersService"
}
};
/**
* @generated from rpc users.v1.private.PrivateUsersService.GetBillingLink
*/
export const getBillingLink: {
readonly name: "GetBillingLink",
readonly I: typeof GetBillingLinkRequest,
readonly O: typeof GetBillingLinkResponse,
readonly kind: MethodKind.Unary,
readonly service: {
readonly typeName: "users.v1.private.PrivateUsersService"
}
};
/**
* @generated from rpc users.v1.private.PrivateUsersService.UpdateMe
*/
Expand Down
16 changes: 15 additions & 1 deletion users/v1/private/users-PrivateUsersService_connectquery.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// @ts-nocheck

import { MethodKind } from "@bufbuild/protobuf";
import { CreateApiTokenRequest, CreateApiTokenResponse, CreateNewOrganisationRequest, CreateNewOrganisationResponse, DeleteOrganisationRequest, DeleteOrganisationResponse, FreshUserSetupRequest, FreshUserSetupResponse, GetMeRequest, GetMeResponse, GetOrganisationRequest, GetOrganisationResponse, ListApiTokensRequest, ListApiTokensResponse, ListOrganisationsRequest, ListOrganisationsResponse, RemoveApiTokenRequest, RemoveApiTokenResponse, ResendVerificationRequest, ResendVerificationResponse, SetDefaultOrgRequest, SetDefaultOrgResponse, UpdateMeRequest, UpdateMeResponse } from "./users_pb.js";
import { CreateApiTokenRequest, CreateApiTokenResponse, CreateNewOrganisationRequest, CreateNewOrganisationResponse, DeleteOrganisationRequest, DeleteOrganisationResponse, FreshUserSetupRequest, FreshUserSetupResponse, GetBillingLinkRequest, GetBillingLinkResponse, GetMeRequest, GetMeResponse, GetOrganisationRequest, GetOrganisationResponse, ListApiTokensRequest, ListApiTokensResponse, ListOrganisationsRequest, ListOrganisationsResponse, RemoveApiTokenRequest, RemoveApiTokenResponse, ResendVerificationRequest, ResendVerificationResponse, SetDefaultOrgRequest, SetDefaultOrgResponse, UpdateMeRequest, UpdateMeResponse } from "./users_pb.js";

/**
* @generated from rpc users.v1.private.PrivateUsersService.GetMe
Expand All @@ -20,6 +20,20 @@ export const getMe = {
}
};

/**
* @generated from rpc users.v1.private.PrivateUsersService.GetBillingLink
*/
export const getBillingLink = {
localName: "getBillingLink",
name: "GetBillingLink",
kind: MethodKind.Unary,
I: GetBillingLinkRequest,
O: GetBillingLinkResponse,
service: {
typeName: "users.v1.private.PrivateUsersService"
}
};

/**
* @generated from rpc users.v1.private.PrivateUsersService.UpdateMe
*/
Expand Down
11 changes: 10 additions & 1 deletion users/v1/private/users_connect.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* eslint-disable */
// @ts-nocheck

import { CreateApiTokenRequest, CreateApiTokenResponse, CreateNewOrganisationRequest, CreateNewOrganisationResponse, DeleteOrganisationRequest, DeleteOrganisationResponse, FreshUserSetupRequest, FreshUserSetupResponse, GetMeRequest, GetMeResponse, GetOrganisationRequest, GetOrganisationResponse, ListApiTokensRequest, ListApiTokensResponse, ListOrganisationsRequest, ListOrganisationsResponse, RemoveApiTokenRequest, RemoveApiTokenResponse, ResendVerificationRequest, ResendVerificationResponse, SetDefaultOrgRequest, SetDefaultOrgResponse, UpdateMeRequest, UpdateMeResponse } from "./users_pb.js";
import { CreateApiTokenRequest, CreateApiTokenResponse, CreateNewOrganisationRequest, CreateNewOrganisationResponse, DeleteOrganisationRequest, DeleteOrganisationResponse, FreshUserSetupRequest, FreshUserSetupResponse, GetBillingLinkRequest, GetBillingLinkResponse, GetMeRequest, GetMeResponse, GetOrganisationRequest, GetOrganisationResponse, ListApiTokensRequest, ListApiTokensResponse, ListOrganisationsRequest, ListOrganisationsResponse, RemoveApiTokenRequest, RemoveApiTokenResponse, ResendVerificationRequest, ResendVerificationResponse, SetDefaultOrgRequest, SetDefaultOrgResponse, UpdateMeRequest, UpdateMeResponse } from "./users_pb.js";
import { MethodKind } from "@bufbuild/protobuf";

/**
Expand All @@ -21,6 +21,15 @@ export declare const PrivateUsersService: {
readonly O: typeof GetMeResponse,
readonly kind: MethodKind.Unary,
},
/**
* @generated from rpc users.v1.private.PrivateUsersService.GetBillingLink
*/
readonly getBillingLink: {
readonly name: "GetBillingLink",
readonly I: typeof GetBillingLinkRequest,
readonly O: typeof GetBillingLinkResponse,
readonly kind: MethodKind.Unary,
},
/**
* @generated from rpc users.v1.private.PrivateUsersService.UpdateMe
*/
Expand Down
11 changes: 10 additions & 1 deletion users/v1/private/users_connect.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* eslint-disable */
// @ts-nocheck

import { CreateApiTokenRequest, CreateApiTokenResponse, CreateNewOrganisationRequest, CreateNewOrganisationResponse, DeleteOrganisationRequest, DeleteOrganisationResponse, FreshUserSetupRequest, FreshUserSetupResponse, GetMeRequest, GetMeResponse, GetOrganisationRequest, GetOrganisationResponse, ListApiTokensRequest, ListApiTokensResponse, ListOrganisationsRequest, ListOrganisationsResponse, RemoveApiTokenRequest, RemoveApiTokenResponse, ResendVerificationRequest, ResendVerificationResponse, SetDefaultOrgRequest, SetDefaultOrgResponse, UpdateMeRequest, UpdateMeResponse } from "./users_pb.js";
import { CreateApiTokenRequest, CreateApiTokenResponse, CreateNewOrganisationRequest, CreateNewOrganisationResponse, DeleteOrganisationRequest, DeleteOrganisationResponse, FreshUserSetupRequest, FreshUserSetupResponse, GetBillingLinkRequest, GetBillingLinkResponse, GetMeRequest, GetMeResponse, GetOrganisationRequest, GetOrganisationResponse, ListApiTokensRequest, ListApiTokensResponse, ListOrganisationsRequest, ListOrganisationsResponse, RemoveApiTokenRequest, RemoveApiTokenResponse, ResendVerificationRequest, ResendVerificationResponse, SetDefaultOrgRequest, SetDefaultOrgResponse, UpdateMeRequest, UpdateMeResponse } from "./users_pb.js";
import { MethodKind } from "@bufbuild/protobuf";

/**
Expand All @@ -21,6 +21,15 @@ export const PrivateUsersService = {
O: GetMeResponse,
kind: MethodKind.Unary,
},
/**
* @generated from rpc users.v1.private.PrivateUsersService.GetBillingLink
*/
getBillingLink: {
name: "GetBillingLink",
I: GetBillingLinkRequest,
O: GetBillingLinkResponse,
kind: MethodKind.Unary,
},
/**
* @generated from rpc users.v1.private.PrivateUsersService.UpdateMe
*/
Expand Down
43 changes: 43 additions & 0 deletions users/v1/private/users_pb.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -780,3 +780,46 @@ export declare class GetOrganisationResponse extends Message<GetOrganisationResp
static equals(a: GetOrganisationResponse | PlainMessage<GetOrganisationResponse> | undefined, b: GetOrganisationResponse | PlainMessage<GetOrganisationResponse> | undefined): boolean;
}

/**
* @generated from message users.v1.private.GetBillingLinkRequest
*/
export declare class GetBillingLinkRequest extends Message<GetBillingLinkRequest> {
constructor(data?: PartialMessage<GetBillingLinkRequest>);

static readonly runtime: typeof proto3;
static readonly typeName = "users.v1.private.GetBillingLinkRequest";
static readonly fields: FieldList;

static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetBillingLinkRequest;

static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetBillingLinkRequest;

static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetBillingLinkRequest;

static equals(a: GetBillingLinkRequest | PlainMessage<GetBillingLinkRequest> | undefined, b: GetBillingLinkRequest | PlainMessage<GetBillingLinkRequest> | undefined): boolean;
}

/**
* @generated from message users.v1.private.GetBillingLinkResponse
*/
export declare class GetBillingLinkResponse extends Message<GetBillingLinkResponse> {
/**
* @generated from field: string URL = 1;
*/
URL: string;

constructor(data?: PartialMessage<GetBillingLinkResponse>);

static readonly runtime: typeof proto3;
static readonly typeName = "users.v1.private.GetBillingLinkResponse";
static readonly fields: FieldList;

static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetBillingLinkResponse;

static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetBillingLinkResponse;

static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetBillingLinkResponse;

static equals(a: GetBillingLinkResponse | PlainMessage<GetBillingLinkResponse> | undefined, b: GetBillingLinkResponse | PlainMessage<GetBillingLinkResponse> | undefined): boolean;
}

18 changes: 18 additions & 0 deletions users/v1/private/users_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,3 +308,21 @@ export const GetOrganisationResponse = /*@__PURE__*/ proto3.makeMessageType(
],
);

/**
* @generated from message users.v1.private.GetBillingLinkRequest
*/
export const GetBillingLinkRequest = /*@__PURE__*/ proto3.makeMessageType(
"users.v1.private.GetBillingLinkRequest",
[],
);

/**
* @generated from message users.v1.private.GetBillingLinkResponse
*/
export const GetBillingLinkResponse = /*@__PURE__*/ proto3.makeMessageType(
"users.v1.private.GetBillingLinkResponse",
() => [
{ no: 1, name: "URL", kind: "scalar", T: 9 /* ScalarType.STRING */ },
],
);

0 comments on commit 7f7afaf

Please sign in to comment.