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 Jun 14, 2024
1 parent c79c695 commit 28e0df7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions api/v1/settings/service_pb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
import { Message, proto3, Timestamp } from "@bufbuild/protobuf";
import { Plan, Settings, Update } from "./settings_pb.js";
import { Settings, Update } from "./settings_pb.js";
import { Configuration } from "./configuration_pb.js";

/**
Expand Down Expand Up @@ -47,13 +47,6 @@ export class GetLicenseInfoRequest extends Message<GetLicenseInfoRequest> {
* @generated from message api.v1.settings.GetLicenseInfoResponse
*/
export class GetLicenseInfoResponse extends Message<GetLicenseInfoResponse> {
/**
* The plan of the rig installation.
*
* @generated from field: api.v1.settings.Plan plan = 1;
*/
plan = Plan.UNSPECIFIED;

/**
* The expiration date of the license.
*
Expand All @@ -76,7 +69,6 @@ export class GetLicenseInfoResponse extends Message<GetLicenseInfoResponse> {
static readonly runtime: typeof proto3 = proto3;
static readonly typeName = "api.v1.settings.GetLicenseInfoResponse";
static readonly fields: FieldList = proto3.util.newFieldList(() => [
{ no: 1, name: "plan", kind: "enum", T: proto3.getEnumType(Plan) },
{ no: 2, name: "expires_at", kind: "message", T: Timestamp },
{ no: 3, name: "user_limit", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
]);
Expand Down

0 comments on commit 28e0df7

Please sign in to comment.