Skip to content

Commit d091550

Browse files
authored
chore(secret): export product and version (#375)
1 parent 9b922e5 commit d091550

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/clients/src/api/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export * as MNQ from './mnq'
1515
export * as RDB from './rdb'
1616
export * as Redis from './redis'
1717
export * as Registry from './registry'
18+
export * as Secret from './secret'
1819
export * as Test from './test'
1920
export * as TransactionalEmail from './tem'
2021
export * as VPC from './vpc'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * as v1alpha1 from './v1alpha1/index.gen'

0 commit comments

Comments
 (0)