We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b46aa commit 9b08dd0Copy full SHA for 9b08dd0
packages/clients/src/api/document_db/index.ts
@@ -0,0 +1 @@
1
+export * as v1beta1 from './v1beta1/index.gen'
packages/clients/src/api/index.ts
@@ -4,6 +4,7 @@ export * as BareMetal from './baremetal'
4
export * as Billing from './billing'
5
export * as Cockpit from './cockpit'
6
export * as Container from './container'
7
+export * as DocumentDB from './document_db'
8
export * as Domain from './domain'
9
export * as FlexibleIP from './flexibleip'
10
export * as Function from './function'
0 commit comments