Skip to content

Commit 1c76234

Browse files
feat(api): manual updates
1 parent cd2b64e commit 1c76234

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 42
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/imagekit-inc%2Fimagekit-667f7f4988b44bc587d6eb9960ff5c8326e9f7e9b072f3f724f9f54166eff8b1.yml
3-
openapi_spec_hash: f2081864a4abee0480e5ff991b4c936a
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/imagekit-inc%2Fimagekit-0470196862abd722b09f1af798d6f2bcbdeba0f82d1162f57c287b1a43233531.yml
3+
openapi_spec_hash: 043dd7c67d741d0034b86f2fc0bce072
44
config_hash: 70f9408b8d1dfbcf262a20d6eed50e1c

image-kit-java-core/src/main/kotlin/com/imagekit/api/models/beta/v2/files/FileUploadParams.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ private constructor(
146146
fun description(): Optional<String> = body.description()
147147

148148
/**
149-
* Array of extensions to be applied to the image. Each extension can be configured with
149+
* Array of extensions to be applied to the asset. Each extension can be configured with
150150
* specific parameters based on the extension type.
151151
*
152152
* @throws ImageKitInvalidDataException if the JSON field has an unexpected type (e.g. if the
@@ -634,7 +634,7 @@ private constructor(
634634
}
635635

636636
/**
637-
* Array of extensions to be applied to the image. Each extension can be configured with
637+
* Array of extensions to be applied to the asset. Each extension can be configured with
638638
* specific parameters based on the extension type.
639639
*/
640640
fun extensions(extensions: List<Extension>) = apply { body.extensions(extensions) }
@@ -1181,7 +1181,7 @@ private constructor(
11811181
fun description(): Optional<String> = description.value.getOptional("description")
11821182

11831183
/**
1184-
* Array of extensions to be applied to the image. Each extension can be configured with
1184+
* Array of extensions to be applied to the asset. Each extension can be configured with
11851185
* specific parameters based on the extension type.
11861186
*
11871187
* @throws ImageKitInvalidDataException if the JSON field has an unexpected type (e.g. if
@@ -1739,7 +1739,7 @@ private constructor(
17391739
}
17401740

17411741
/**
1742-
* Array of extensions to be applied to the image. Each extension can be configured with
1742+
* Array of extensions to be applied to the asset. Each extension can be configured with
17431743
* specific parameters based on the extension type.
17441744
*/
17451745
fun extensions(extensions: List<Extension>) = extensions(MultipartField.of(extensions))

image-kit-java-core/src/main/kotlin/com/imagekit/api/models/files/FileUploadParams.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ private constructor(
159159
fun expire(): Optional<Long> = body.expire()
160160

161161
/**
162-
* Array of extensions to be applied to the image. Each extension can be configured with
162+
* Array of extensions to be applied to the asset. Each extension can be configured with
163163
* specific parameters based on the extension type.
164164
*
165165
* @throws ImageKitInvalidDataException if the JSON field has an unexpected type (e.g. if the
@@ -714,7 +714,7 @@ private constructor(
714714
fun expire(expire: MultipartField<Long>) = apply { body.expire(expire) }
715715

716716
/**
717-
* Array of extensions to be applied to the image. Each extension can be configured with
717+
* Array of extensions to be applied to the asset. Each extension can be configured with
718718
* specific parameters based on the extension type.
719719
*/
720720
fun extensions(extensions: List<Extension>) = apply { body.extensions(extensions) }
@@ -1318,7 +1318,7 @@ private constructor(
13181318
fun expire(): Optional<Long> = expire.value.getOptional("expire")
13191319

13201320
/**
1321-
* Array of extensions to be applied to the image. Each extension can be configured with
1321+
* Array of extensions to be applied to the asset. Each extension can be configured with
13221322
* specific parameters based on the extension type.
13231323
*
13241324
* @throws ImageKitInvalidDataException if the JSON field has an unexpected type (e.g. if
@@ -1954,7 +1954,7 @@ private constructor(
19541954
fun expire(expire: MultipartField<Long>) = apply { this.expire = expire }
19551955

19561956
/**
1957-
* Array of extensions to be applied to the image. Each extension can be configured with
1957+
* Array of extensions to be applied to the asset. Each extension can be configured with
19581958
* specific parameters based on the extension type.
19591959
*/
19601960
fun extensions(extensions: List<Extension>) = extensions(MultipartField.of(extensions))

0 commit comments

Comments
 (0)