@azure/arm-impactreporting 1.0.0-alpha.20250613.1 → 1.0.0-alpha.20250617.1

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.
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@azure/arm-impactreporting",
3
- "version": "1.0.0-alpha.20250613.1",
3
+ "version": "1.0.0-alpha.20250617.1",
4
4
  "description": "A generated SDK for ImpactClient.",
5
5
  "engines": {
6
- "node": ">=18.0.0"
6
+ "node": ">=20.0.0"
7
7
  },
8
8
  "sideEffects": false,
9
9
  "autoPublish": false,
@@ -74,7 +74,7 @@
74
74
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
75
75
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
76
76
  "@azure/identity": "^4.7.0",
77
- "@types/node": "^18.0.0",
77
+ "@types/node": "^20.0.0",
78
78
  "@vitest/browser": "^3.0.9",
79
79
  "@vitest/coverage-istanbul": "^3.0.9",
80
80
  "dotenv": "^16.0.0",
@@ -251,14 +251,13 @@ export interface OperationDisplay {
251
251
  export type Origin = string;
252
252
 
253
253
  // @public
254
- interface Performance_2 {
254
+ export interface Performance {
255
255
  actual?: number;
256
256
  expected?: number;
257
257
  expectedValueRange?: ExpectedValueRange;
258
258
  metricName?: string;
259
259
  unit?: MetricUnit;
260
260
  }
261
- export { Performance_2 as Performance }
262
261
 
263
262
  // @public
264
263
  export type Platform = string;
@@ -330,7 +329,7 @@ export interface WorkloadImpactProperties {
330
329
  impactedResourceId: string;
331
330
  impactGroupId?: string;
332
331
  readonly impactUniqueId?: string;
333
- performance?: Performance_2[];
332
+ performance?: Performance[];
334
333
  readonly provisioningState?: ProvisioningState;
335
334
  readonly reportedTimeUtc?: Date;
336
335
  startDateTime: Date;
@@ -371,14 +371,13 @@ export interface PageSettings {
371
371
  }
372
372
 
373
373
  // @public
374
- interface Performance_2 {
374
+ export interface Performance {
375
375
  actual?: number;
376
376
  expected?: number;
377
377
  expectedValueRange?: ExpectedValueRange;
378
378
  metricName?: string;
379
379
  unit?: MetricUnit;
380
380
  }
381
- export { Performance_2 as Performance }
382
381
 
383
382
  // @public
384
383
  export type Platform = string;
@@ -460,7 +459,7 @@ export interface WorkloadImpactProperties {
460
459
  impactedResourceId: string;
461
460
  impactGroupId?: string;
462
461
  readonly impactUniqueId?: string;
463
- performance?: Performance_2[];
462
+ performance?: Performance[];
464
463
  readonly provisioningState?: ProvisioningState;
465
464
  readonly reportedTimeUtc?: Date;
466
465
  startDateTime: Date;