Skip to content

Commit

Permalink
[v0.1.6] - Update dependencies and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
keegancraigcruickshank committed Sep 19, 2024
1 parent 0635cbc commit c92020b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions remote-scoring/v1/private/remote-scoring_pb.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ export declare class UploadScoreRequest extends Message<UploadScoreRequest> {
* @generated from message remote_scoring.v1.private.UploadScoreResponse
*/
export declare class UploadScoreResponse extends Message<UploadScoreResponse> {
/**
* @generated from field: string score_id = 1;
*/
scoreId: string;

constructor(data?: PartialMessage<UploadScoreResponse>);

static readonly runtime: typeof proto3;
Expand Down
4 changes: 3 additions & 1 deletion remote-scoring/v1/private/remote-scoring_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ export const UploadScoreRequest = /*@__PURE__*/ proto3.makeMessageType(
*/
export const UploadScoreResponse = /*@__PURE__*/ proto3.makeMessageType(
"remote_scoring.v1.private.UploadScoreResponse",
[],
() => [
{ no: 1, name: "score_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
],
);

/**
Expand Down

0 comments on commit c92020b

Please sign in to comment.