Skip to content

Commit 2543278

Browse files
feat(api): revert dpr breaking change
1 parent d128af7 commit 2543278

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 47
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/imagekit-inc%2Fimagekit-e5b5a158784fff63311ceef956e8d5ce9e87c6b557d23ab737270040eb39adcd.yml
3-
openapi_spec_hash: b0293985a8806f367319af573d1b418c
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/imagekit-inc%2Fimagekit-83a7f3659a437113f2a79e1e72794be19eff00ec232fd0206198c80364ccfebf.yml
3+
openapi_spec_hash: b327552548ab641eb4ea3b45e643dfce
44
config_hash: 47cb702ee2cb52c58d803ae39ade9b44

src/resources/shared.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1454,7 +1454,7 @@ export interface Transformation {
14541454
* [Arithmetic expressions](https://imagekit.io/docs/arithmetic-expressions-in-transformations).
14551455
* - See [DPR](https://imagekit.io/docs/image-resize-and-crop#dpr---dpr).
14561456
*/
1457-
dpr?: number | string;
1457+
dpr?: number;
14581458

14591459
/**
14601460
* Specifies the duration (in seconds) for trimming videos, e.g., `5` or `10.5`.

0 commit comments

Comments
 (0)