Skip to content

Commit 1877656

Browse files
feat(api): manual updates
1 parent 80976db commit 1877656

File tree

5 files changed

+35
-297
lines changed

5 files changed

+35
-297
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 42
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/imagekit-inc%2Fimagekit-863564701f791fdf016f7321fce445de5e368c474b06b135aaac16214f4f6416.yml
33
openapi_spec_hash: e3bb05601081de07084edf79cf3a2d63
4-
config_hash: 4947aef92e0f986b21a473329de4a647
4+
config_hash: d6fc50026fa9ef4b444d43c07c2c70a6

api.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -187,12 +187,9 @@ Methods:
187187

188188
Types:
189189

190-
- <code><a href="./src/resources/webhooks.ts">VideoTransformationAcceptedWebhookEvent</a></code>
191-
- <code><a href="./src/resources/webhooks.ts">VideoTransformationReadyWebhookEvent</a></code>
192-
- <code><a href="./src/resources/webhooks.ts">VideoTransformationErrorWebhookEvent</a></code>
193-
- <code><a href="./src/resources/webhooks.ts">VideoTransformationAcceptedWebhookEvent</a></code>
194-
- <code><a href="./src/resources/webhooks.ts">VideoTransformationReadyWebhookEvent</a></code>
195-
- <code><a href="./src/resources/webhooks.ts">VideoTransformationErrorWebhookEvent</a></code>
190+
- <code><a href="./src/resources/webhooks.ts">VideoTransformationAcceptedEvent</a></code>
191+
- <code><a href="./src/resources/webhooks.ts">VideoTransformationErrorEvent</a></code>
192+
- <code><a href="./src/resources/webhooks.ts">VideoTransformationReadyEvent</a></code>
196193
- <code><a href="./src/resources/webhooks.ts">UnsafeUnwrapWebhookEvent</a></code>
197194
- <code><a href="./src/resources/webhooks.ts">UnwrapWebhookEvent</a></code>
198195

src/client.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ import {
2929
import {
3030
UnsafeUnwrapWebhookEvent,
3131
UnwrapWebhookEvent,
32-
VideoTransformationAcceptedWebhookEvent,
33-
VideoTransformationErrorWebhookEvent,
34-
VideoTransformationReadyWebhookEvent,
32+
VideoTransformationAcceptedEvent,
33+
VideoTransformationErrorEvent,
34+
VideoTransformationReadyEvent,
3535
Webhooks,
3636
} from './resources/webhooks';
3737
import { Accounts } from './resources/accounts/accounts';
@@ -871,9 +871,9 @@ export declare namespace ImageKit {
871871

872872
export {
873873
Webhooks as Webhooks,
874-
type VideoTransformationAcceptedWebhookEvent as VideoTransformationAcceptedWebhookEvent,
875-
type VideoTransformationReadyWebhookEvent as VideoTransformationReadyWebhookEvent,
876-
type VideoTransformationErrorWebhookEvent as VideoTransformationErrorWebhookEvent,
874+
type VideoTransformationAcceptedEvent as VideoTransformationAcceptedEvent,
875+
type VideoTransformationErrorEvent as VideoTransformationErrorEvent,
876+
type VideoTransformationReadyEvent as VideoTransformationReadyEvent,
877877
type UnsafeUnwrapWebhookEvent as UnsafeUnwrapWebhookEvent,
878878
type UnwrapWebhookEvent as UnwrapWebhookEvent,
879879
};

src/resources/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ export {
4444
} from './folders/folders';
4545
export {
4646
Webhooks,
47-
type VideoTransformationAcceptedWebhookEvent,
48-
type VideoTransformationReadyWebhookEvent,
49-
type VideoTransformationErrorWebhookEvent,
47+
type VideoTransformationAcceptedEvent,
48+
type VideoTransformationErrorEvent,
49+
type VideoTransformationReadyEvent,
5050
type UnsafeUnwrapWebhookEvent,
5151
type UnwrapWebhookEvent,
5252
} from './webhooks';

0 commit comments

Comments
 (0)