Skip to content

Commit dcbd03f

Browse files
committed
Update protos to use latest available on main
1 parent b682d24 commit dcbd03f

File tree

8 files changed

+6387
-2454
lines changed

8 files changed

+6387
-2454
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"format": "prettier --write --no-error-on-unmatched-pattern '**/*.{ts,js}' '!dist/**'",
3434
"format:check": "prettier --check --no-error-on-unmatched-pattern '**/*.{ts,js}' '!dist/**'",
3535
"format:dist": "prettier --write --no-error-on-unmatched-pattern '**/dist/**/*.{ts,js}'",
36-
"schema": "./tools/refresh_schema.sh",
37-
"protos": "./tools/refresh_protos.sh",
38-
"docs": "typedoc --plugin typedoc-plugin-extras --favicon public/favicon.ico --out docs/ src/"
36+
"refresh-schema": "./tools/refresh_schema.sh",
37+
"refresh-protos": "./tools/refresh_protos.sh",
38+
"make-docs": "typedoc --plugin typedoc-plugin-extras --favicon public/favicon.ico --out docs/ src/"
3939
},
4040
"repository": {
4141
"type": "git",

src/proto/health.ts

Lines changed: 296 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)