Skip to content

Commit 1002481

Browse files
feat(all): auto-regenerate discovery clients (#3148)
1 parent 6f3a1e0 commit 1002481

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

connectors/v2/connectors-api.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@
690690
}
691691
}
692692
},
693-
"revision": "20250423",
693+
"revision": "20250507",
694694
"rootUrl": "https://connectors.googleapis.com/",
695695
"schemas": {
696696
"AccessCredentials": {
@@ -769,6 +769,13 @@
769769
"redirectUri": {
770770
"description": "OAuth redirect URI passed in during the auth code flow, required by some OAuth backends.",
771771
"type": "string"
772+
},
773+
"scopes": {
774+
"description": "Scopes the connection will request when the user performs the auth code flow.",
775+
"items": {
776+
"type": "string"
777+
},
778+
"type": "array"
772779
}
773780
},
774781
"type": "object"

connectors/v2/connectors-gen.go

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

go.work.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -755,6 +755,7 @@ golang.org/x/term v0.24.0/go.mod h1:lOBK/LVxemqiMij05LGJ0tzNr8xlmwBRJ81PX6wVLH8=
755755
golang.org/x/term v0.25.0/go.mod h1:RPyXicDX+6vLxogjjRxjgD2TKtmAO6NZBsBRfrOLu7M=
756756
golang.org/x/term v0.26.0/go.mod h1:Si5m1o57C5nBNQo5z1iq+XDijt21BDBDp2bK0QI8e3E=
757757
golang.org/x/term v0.30.0/go.mod h1:NYYFdzHoI5wRh/h5tDMdMqCqPJZEuNqVR5xJLd/n67g=
758+
golang.org/x/term v0.32.0/go.mod h1:uZG1FhGx848Sqfsq4/DlJr3xGGsYMu/L5GW4abiaEPQ=
758759
golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ=
759760
golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
760761
golang.org/x/tools v0.14.0/go.mod h1:uYBEerGOWcJyEORxN+Ek8+TT266gXkNlHdJBwexUsBg=

0 commit comments

Comments
 (0)