Skip to content

Commit 353ae47

Browse files
committed
feat: update generated APIs
1 parent bd66551 commit 353ae47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/secret/v1beta1/secret_sdk.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ type Product string
175175
const (
176176
ProductUnknownProduct = Product("unknown_product")
177177
ProductEdgeServices = Product("edge_services")
178+
ProductS2sVpn = Product("s2s_vpn")
178179
)
179180

180181
func (enum Product) String() string {
@@ -189,6 +190,7 @@ func (enum Product) Values() []Product {
189190
return []Product{
190191
"unknown_product",
191192
"edge_services",
193+
"s2s_vpn",
192194
}
193195
}
194196

0 commit comments

Comments
 (0)