You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages_generated/environmental_footprint/src/v1alpha1/types.gen.ts
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -126,11 +126,11 @@ export type UserApiDownloadImpactReportRequest = {
126
126
*/
127
127
organizationId?: string
128
128
/**
129
-
* The start date of the period for which you want to download a report (ISO 8601 format, e.g., 2025-05-01T00:00:00Z).
129
+
* The start date of the period for which you want to download a report (ISO 8601 format, e.g. 2025-05-01T00:00:00Z).
130
130
*/
131
131
date?: Date
132
132
/**
133
-
* Type of report to download (e.g., monthly). Defaults to monthly.
133
+
* Type of report to download (e.g. `monthly`).
134
134
*/
135
135
type?: ReportType
136
136
}
@@ -141,19 +141,19 @@ export type UserApiGetImpactDataRequest = {
141
141
*/
142
142
organizationId?: string
143
143
/**
144
-
* Start date (inclusive) of the period for which you want to retrieve impact data (ISO 8601 format, e.g., 2025-05-01T00:00:00Z).
144
+
* Start date (inclusive) of the period for which you want to retrieve impact data (ISO 8601 format, e.g. 2025-05-01T00:00:00Z).
145
145
*/
146
146
startDate?: Date
147
147
/**
148
148
* End date (exclusive) of the period for which you want to retrieve impact data (ISO 8601 format, with time in UTC, `YYYY-MM-DDTHH:MM:SSZ`). Defaults to today's date.
149
149
*/
150
150
endDate?: Date
151
151
/**
152
-
* List of regions to filter by (\"fr-par\"). Defaults to all regions.
152
+
* List of regions to filter by (e.g. `fr-par`). Defaults to all regions.
153
153
*/
154
154
regions?: string[]
155
155
/**
156
-
* List of zones to filter by (\"fr-par-1\"). Defaults to all zones.
156
+
* List of zones to filter by (e.g. `fr-par-1`). Defaults to all zones.
157
157
*/
158
158
zones?: string[]
159
159
/**
@@ -180,7 +180,7 @@ export type UserApiGetImpactReportAvailabilityRequest = {
180
180
*/
181
181
startDate?: Date
182
182
/**
183
-
* End date of the search period (ISO 8601 format, with time in UTC, `YYYY-MM-DDTHH:MM:SSZ`). The date is exclusive. Defaults to today's date.
183
+
* End date of the search period (ISO 8601 format, with time in UTC, `YYYY-MM-DDTHH:MM:SSZ`). The date is inclusive. Defaults to today's date.
0 commit comments