File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-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 @@ -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