Skip to content

Commit

Permalink
chore: regenerate sdks
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiragAgg5k committed Mar 5, 2025
1 parent 65ebe07 commit 1d5e903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3618,11 +3618,11 @@ export namespace Models {
/**
* An array of aggregated number of image transformations.
*/
imageTransformationsTotal: number;
imageTransformations: Metric[];
/**
* Total aggregated number of image transformations.
*/
imageTransformations: number;
imageTransformationsTotal: number;
}
/**
* Headers
Expand Down

0 comments on commit 1d5e903

Please sign in to comment.