fix: linting, updated jsdoc blocks

Use gapic-generator-typescript v1.2.3.

PiperOrigin-RevId: 342976840
This commit is contained in:
Google APIs 2020-11-17 17:04:11 -08:00 committed by Copybara-Service
parent e3e7e7ddb0
commit c979fbeb80
1 changed files with 3 additions and 2 deletions

View File

@ -296,8 +296,9 @@ go_gapic_repositories()
### TypeScript generator
http_archive(
name = "gapic_generator_typescript",
strip_prefix = "gapic-generator-typescript-1.2.2",
urls = ["https://github.com/googleapis/gapic-generator-typescript/archive/v1.2.2.tar.gz"],
strip_prefix = "gapic-generator-typescript-1.2.3",
sha256 = "67fd0c183ef766ac28a1319729ccf96a60a196383a4f6b1dca3394f5e05dbc12",
urls = ["https://github.com/googleapis/gapic-generator-typescript/archive/v1.2.3.tar.gz"],
)
load("@gapic_generator_typescript//:repositories.bzl", "gapic_generator_typescript_repositories")