Skip to content

Commit ddb1be0

Browse files
committed
feat: update generated APIs
1 parent f04a200 commit ddb1be0

File tree

4 files changed

+33
-0
lines changed

4 files changed

+33
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/**
2+
* This file is automatically generated from /scripts/generate.js PLEASE DO NOT
3+
* EDIT HERE
4+
*/
5+
6+
export * as v1alpha1 from './v1alpha1/index.gen'
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
// This file was automatically generated. DO NOT EDIT.
2+
// If you have any remark or suggestion do not hesitate to open an issue.
3+
export { API } from './api.gen'
4+
export type {
5+
Event,
6+
EventPrincipal,
7+
KubernetesClusterInfo,
8+
KubernetesNodeInfo,
9+
KubernetesPoolInfo,
10+
ListEventsRequest,
11+
ListEventsRequestOrderBy,
12+
ListEventsResponse,
13+
ListProductsRequest,
14+
ListProductsResponse,
15+
Product,
16+
Resource,
17+
ResourceType,
18+
SecretManagerSecretInfo,
19+
SecretManagerSecretVersionInfo,
20+
} from './types.gen'
21+
export * as ValidationRules from './validation-rules.gen'

packages/clients/src/api/billing/v2beta1/types.gen.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ export type ListConsumptionsRequestOrderBy =
4848
export type ListDiscountsRequestOrderBy =
4949
| 'creation_date_desc'
5050
| 'creation_date_asc'
51+
| 'start_date_desc'
52+
| 'start_date_asc'
53+
| 'stop_date_desc'
54+
| 'stop_date_asc'
5155

5256
export type ListInvoicesRequestOrderBy =
5357
| 'invoice_number_desc'

packages/clients/src/api/index.gen.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
import * as Account from './account/index.gen'
77
import * as Applesilicon from './applesilicon/index.gen'
8+
import * as AuditTrail from './audit_trail/index.gen'
89
import * as Baremetal from './baremetal/index.gen'
910
import * as Billing from './billing/index.gen'
1011
import * as Block from './block/index.gen'
@@ -46,6 +47,7 @@ import * as Webhosting from './webhosting/index.gen'
4647
export {
4748
Account,
4849
Applesilicon,
50+
AuditTrail,
4951
Baremetal,
5052
Billing,
5153
Block,

0 commit comments

Comments
 (0)