Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion packages_generated/audit_trail/src/v1alpha1/index.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export type {
BaremetalSettingInfo,
Event,
EventPrincipal,
EventSystem,
InstanceServerInfo,
IpamIpInfo,
KeyManagerKeyInfo,
Expand All @@ -28,6 +27,10 @@ export type {
ListAuthenticationEventsRequest,
ListAuthenticationEventsRequestOrderBy,
ListAuthenticationEventsResponse,
ListCombinedEventsRequest,
ListCombinedEventsRequestOrderBy,
ListCombinedEventsResponse,
ListCombinedEventsResponseCombinedEvent,
ListEventsRequest,
ListEventsRequestOrderBy,
ListEventsResponse,
Expand All @@ -46,5 +49,7 @@ export type {
ResourceType,
SecretManagerSecretInfo,
SecretManagerSecretVersionInfo,
SystemEvent,
SystemEventKind,
} from './types.gen'
export * as ValidationRules from './validation-rules.gen'
6 changes: 6 additions & 0 deletions packages_generated/environmental_footprint/src/index.gen.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/**
* This file is automatically generated
* PLEASE DO NOT EDIT HERE
*/

export * as EnvironmentalFootprintv1alpha1 from './v1alpha1/index.gen'
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
// This file was automatically generated. DO NOT EDIT.
// If you have any remark or suggestion do not hesitate to open an issue.
export { UserAPI } from './api.gen'
export * from './marshalling.gen'
export type {
Impact,
ImpactDataResponse,
ImpactReportAvailability,
ProductCategory,
ProjectImpact,
RegionImpact,
ReportType,
ServiceCategory,
SkuImpact,
UserApiDownloadImpactReportRequest,
UserApiGetImpactDataRequest,
UserApiGetImpactReportAvailabilityRequest,
ZoneImpact,
} from './types.gen'
3 changes: 3 additions & 0 deletions packages_generated/tem/src/v1alpha1/index.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ export type {
DomainLastStatusRecordStatus,
DomainLastStatusSpfRecord,
DomainRecords,
DomainRecordsDKIM,
DomainRecordsDMARC,
DomainRecordsMX,
DomainRecordsSPF,
DomainReputation,
DomainReputationStatus,
DomainStatistics,
Expand Down
Loading