fix: do not modify options object, use defaultScopes

docs: regenerated jsdoc comments with examples
build: use gapic-generator-typescript v1.2.1

Note: these change require google-gax "^2.9.2". @alexander-fenster will make sure the google-gax version is bumped across libraries.
PiperOrigin-RevId: 341102751
This commit is contained in:
Google APIs 2020-11-06 12:56:54 -08:00 committed by Copybara-Service
parent 1e0efcfe77
commit b759c563ba
1 changed files with 2 additions and 2 deletions

View File

@ -296,8 +296,8 @@ go_gapic_repositories()
### TypeScript generator
http_archive(
name = "gapic_generator_typescript",
strip_prefix = "gapic-generator-typescript-1.1.0",
urls = ["https://github.com/googleapis/gapic-generator-typescript/archive/v1.1.0.tar.gz"],
strip_prefix = "gapic-generator-typescript-1.2.1",
urls = ["https://github.com/googleapis/gapic-generator-typescript/archive/v1.2.1.tar.gz"],
)
load("@gapic_generator_typescript//:repositories.bzl", "gapic_generator_typescript_repositories")