File tree Expand file tree Collapse file tree 4 files changed +34
-1
lines changed Expand file tree Collapse file tree 4 files changed +34
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ export type {
1717 BaremetalSettingInfo ,
1818 Event ,
1919 EventPrincipal ,
20- EventSystem ,
2120 InstanceServerInfo ,
2221 IpamIpInfo ,
2322 KeyManagerKeyInfo ,
@@ -28,6 +27,10 @@ export type {
2827 ListAuthenticationEventsRequest ,
2928 ListAuthenticationEventsRequestOrderBy ,
3029 ListAuthenticationEventsResponse ,
30+ ListCombinedEventsRequest ,
31+ ListCombinedEventsRequestOrderBy ,
32+ ListCombinedEventsResponse ,
33+ ListCombinedEventsResponseCombinedEvent ,
3134 ListEventsRequest ,
3235 ListEventsRequestOrderBy ,
3336 ListEventsResponse ,
@@ -46,5 +49,7 @@ export type {
4649 ResourceType ,
4750 SecretManagerSecretInfo ,
4851 SecretManagerSecretVersionInfo ,
52+ SystemEvent ,
53+ SystemEventKind ,
4954} from './types.gen'
5055export * as ValidationRules from './validation-rules.gen'
Original file line number Diff line number Diff line change 1+ /**
2+ * This file is automatically generated
3+ * PLEASE DO NOT EDIT HERE
4+ */
5+
6+ export * as EnvironmentalFootprintv1alpha1 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 { UserAPI } from './api.gen'
4+ export * from './marshalling.gen'
5+ export type {
6+ Impact ,
7+ ImpactDataResponse ,
8+ ImpactReportAvailability ,
9+ ProductCategory ,
10+ ProjectImpact ,
11+ RegionImpact ,
12+ ReportType ,
13+ ServiceCategory ,
14+ SkuImpact ,
15+ UserApiDownloadImpactReportRequest ,
16+ UserApiGetImpactDataRequest ,
17+ UserApiGetImpactReportAvailabilityRequest ,
18+ ZoneImpact ,
19+ } from './types.gen'
Original file line number Diff line number Diff line change @@ -29,7 +29,10 @@ export type {
2929 DomainLastStatusRecordStatus ,
3030 DomainLastStatusSpfRecord ,
3131 DomainRecords ,
32+ DomainRecordsDKIM ,
3233 DomainRecordsDMARC ,
34+ DomainRecordsMX ,
35+ DomainRecordsSPF ,
3336 DomainReputation ,
3437 DomainReputationStatus ,
3538 DomainStatistics ,
You can’t perform that action at this time.
0 commit comments