File tree Expand file tree Collapse file tree 4 files changed +33
-0
lines changed Expand file tree Collapse file tree 4 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change @@ -48,6 +48,10 @@ export type ListConsumptionsRequestOrderBy =
4848export 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
5256export type ListInvoicesRequestOrderBy =
5357 | 'invoice_number_desc'
Original file line number Diff line number Diff line change 55
66import * as Account from './account/index.gen'
77import * as Applesilicon from './applesilicon/index.gen'
8+ import * as AuditTrail from './audit_trail/index.gen'
89import * as Baremetal from './baremetal/index.gen'
910import * as Billing from './billing/index.gen'
1011import * as Block from './block/index.gen'
@@ -46,6 +47,7 @@ import * as Webhosting from './webhosting/index.gen'
4647export {
4748 Account ,
4849 Applesilicon ,
50+ AuditTrail ,
4951 Baremetal ,
5052 Billing ,
5153 Block ,
You can’t perform that action at this time.
0 commit comments