Skip to content

Commit 80f4042

Browse files
Google APIscopybara-github
authored andcommitted
fix: Updating WORKSPACE files to use the newest version of the Typescript generator.
Also removing the explicit generator tag for the IAMPolicy mixin for the kms and pubsub APIS as the generator will now read it from the .yaml file. PiperOrigin-RevId: 385101839
1 parent 077f0c6 commit 80f4042

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,9 @@ com_googleapis_gapic_generator_go_repositories()
262262
# TypeScript
263263
##############################################################################
264264

265-
_gapic_generator_typescript_version = "1.5.0"
265+
_gapic_generator_typescript_version = "2.0.1"
266266

267-
_gapic_generator_typescript_sha256 = "17e9387f3d6da8e5382b4e138ccc401137d2938b394040984ef2ca11ff9f8aea"
267+
_gapic_generator_typescript_sha256 = "9267665bf98d667b08f82cc66c03af7e9f47d9c46169426aebaf4eb248f86d0d"
268268

269269
### TypeScript generator
270270
http_archive(

google/cloud/kms/v1/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ nodejs_gapic_library(
229229
src = ":kms_proto_with_info",
230230
extra_protoc_parameters = ["metadata"],
231231
grpc_service_config = "cloudkms_grpc_service_config.json",
232-
iam_service = "true",
233232
package = "google.cloud.kms.v1",
234233
service_yaml = "cloudkms_v1.yaml",
235234
deps = [],

google/pubsub/v1/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ nodejs_gapic_library(
227227
bundle_config = "pubsub_gapic.yaml",
228228
extra_protoc_parameters = ["template=typescript_gapic"],
229229
grpc_service_config = "pubsub_grpc_service_config.json",
230-
iam_service = "true",
231230
main_service = "pubsub",
232231
service_yaml = ":pubsub_v1.yaml",
233232
deps = [],

0 commit comments

Comments
 (0)