Skip to content

Commit 71fbb1f

Browse files
feat(api): manual updates
1 parent 288f7fe commit 71fbb1f

File tree

5 files changed

+854
-3
lines changed

5 files changed

+854
-3
lines changed

.stats.yml

Lines changed: 3 additions & 3 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-5b571c1f83e65c8209d9e4d82e89f62e958a852d1f3ccdb9e8137292079bb18f.yml
3-
openapi_spec_hash: e67360f0b45cace9f1cbfa280982b56c
4-
config_hash: d6fc50026fa9ef4b444d43c07c2c70a6
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/imagekit-inc%2Fimagekit-f3bff3868f6fb17535ab409692a079b9187de5922d7f04578082ea44680d28db.yml
3+
openapi_spec_hash: 00e12ee294dedaf7afab030d42178bf2
4+
config_hash: 1dd1a96eff228aa2567b9973c36f5593

api.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# Shared
2+
3+
Types:
4+
5+
- <code><a href="./src/resources/shared.ts">BaseOverlay</a></code>
6+
- <code><a href="./src/resources/shared.ts">ImageOverlay</a></code>
7+
- <code><a href="./src/resources/shared.ts">Overlay</a></code>
8+
- <code><a href="./src/resources/shared.ts">OverlayPosition</a></code>
9+
- <code><a href="./src/resources/shared.ts">OverlayTiming</a></code>
10+
- <code><a href="./src/resources/shared.ts">SolidColorOverlay</a></code>
11+
- <code><a href="./src/resources/shared.ts">SolidColorOverlayTransformation</a></code>
12+
- <code><a href="./src/resources/shared.ts">SrcOptions</a></code>
13+
- <code><a href="./src/resources/shared.ts">StreamingResolution</a></code>
14+
- <code><a href="./src/resources/shared.ts">SubtitleOverlay</a></code>
15+
- <code><a href="./src/resources/shared.ts">SubtitleOverlayTransformation</a></code>
16+
- <code><a href="./src/resources/shared.ts">TextOverlay</a></code>
17+
- <code><a href="./src/resources/shared.ts">TextOverlayTransformation</a></code>
18+
- <code><a href="./src/resources/shared.ts">Transformation</a></code>
19+
- <code><a href="./src/resources/shared.ts">TransformationPosition</a></code>
20+
- <code><a href="./src/resources/shared.ts">VideoOverlay</a></code>
21+
122
# CustomMetadataFields
223

324
Types:

src/client.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -877,4 +877,21 @@ export declare namespace ImageKit {
877877
type UnsafeUnwrapWebhookEvent as UnsafeUnwrapWebhookEvent,
878878
type UnwrapWebhookEvent as UnwrapWebhookEvent,
879879
};
880+
881+
export type BaseOverlay = API.BaseOverlay;
882+
export type ImageOverlay = API.ImageOverlay;
883+
export type Overlay = API.Overlay;
884+
export type OverlayPosition = API.OverlayPosition;
885+
export type OverlayTiming = API.OverlayTiming;
886+
export type SolidColorOverlay = API.SolidColorOverlay;
887+
export type SolidColorOverlayTransformation = API.SolidColorOverlayTransformation;
888+
export type SrcOptions = API.SrcOptions;
889+
export type StreamingResolution = API.StreamingResolution;
890+
export type SubtitleOverlay = API.SubtitleOverlay;
891+
export type SubtitleOverlayTransformation = API.SubtitleOverlayTransformation;
892+
export type TextOverlay = API.TextOverlay;
893+
export type TextOverlayTransformation = API.TextOverlayTransformation;
894+
export type Transformation = API.Transformation;
895+
export type TransformationPosition = API.TransformationPosition;
896+
export type VideoOverlay = API.VideoOverlay;
880897
}

src/resources/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

3+
export * from './shared';
34
export { Accounts } from './accounts/accounts';
45
export { Assets, type AssetListResponse, type AssetListParams } from './assets';
56
export { Beta } from './beta/beta';

0 commit comments

Comments
 (0)