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 Apr 18, 2024
1 parent aeae062 commit 5d10307
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions api/v1/role/service_pb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ export class ListForEntityRequest extends Message<ListForEntityRequest> {
*/
entityId?: EntityID;

/**
* Pagination options.
*
* @generated from field: model.Pagination pagination = 2;
*/
pagination?: Pagination;

constructor(data?: PartialMessage<ListForEntityRequest>) {
super();
proto3.util.initPartial(data, this);
Expand All @@ -28,6 +35,7 @@ export class ListForEntityRequest extends Message<ListForEntityRequest> {
static readonly typeName = "api.v1.role.ListForEntityRequest";
static readonly fields: FieldList = proto3.util.newFieldList(() => [
{ no: 1, name: "entity_id", kind: "message", T: EntityID },
{ no: 2, name: "pagination", kind: "message", T: Pagination },
]);

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

0 comments on commit 5d10307

Please sign in to comment.