Skip to content

Commit

Permalink
push latest version of APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
rig-bot committed Feb 8, 2024
1 parent e5fab85 commit 1d396d8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions api/v1/project/settings/service_pb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@ import { Settings, Update } from "./settings_pb.js";
* @generated from message api.v1.project.settings.GetLicenseInfoRequest
*/
export class GetLicenseInfoRequest extends Message<GetLicenseInfoRequest> {
/**
* Deprecated: Only the Rig-Project has license information.
*
* @generated from field: string project_id = 1;
*/
projectId = "";

constructor(data?: PartialMessage<GetLicenseInfoRequest>) {
super();
proto3.util.initPartial(data, this);
Expand All @@ -29,7 +22,6 @@ export class GetLicenseInfoRequest extends Message<GetLicenseInfoRequest> {
static readonly runtime: typeof proto3 = proto3;
static readonly typeName = "api.v1.project.settings.GetLicenseInfoRequest";
static readonly fields: FieldList = proto3.util.newFieldList(() => [
{ no: 1, name: "project_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
]);

static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetLicenseInfoRequest {
Expand Down

0 comments on commit 1d396d8

Please sign in to comment.