@scaleway/sdk-environmental-footprint 2.3.0 → 2.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -82,6 +82,10 @@ const unmarshalImpactReportAvailability = (data) => {
82
82
  monthSummaryReports: unmarshalArrayOfObject(
83
83
  data.month_summary_reports,
84
84
  unmarshalDate
85
+ ),
86
+ yearlySummaryReports: unmarshalArrayOfObject(
87
+ data.yearly_summary_reports,
88
+ unmarshalDate
85
89
  )
86
90
  };
87
91
  };
@@ -95,6 +95,10 @@ export interface ImpactReportAvailability {
95
95
  * The list of calendar months for which impact reports are available.
96
96
  */
97
97
  monthSummaryReports: Date[];
98
+ /**
99
+ * The list of calendar years for which impact reports are available.
100
+ */
101
+ yearlySummaryReports: Date[];
98
102
  }
99
103
  export type UserApiDownloadImpactReportRequest = {
100
104
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scaleway/sdk-environmental-footprint",
3
- "version": "2.3.0",
3
+ "version": "2.4.0",
4
4
  "description": "Scaleway SDK environmental-footprint",
5
5
  "license": "Apache-2.0",
6
6
  "files": [