File tree Expand file tree Collapse file tree 5 files changed +854
-3
lines changed
Expand file tree Collapse file tree 5 files changed +854
-3
lines changed Original file line number Diff line number Diff line change 11configured_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
Original file line number Diff line number Diff line change 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
324Types:
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 11// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
3+ export * from './shared' ;
34export { Accounts } from './accounts/accounts' ;
45export { Assets , type AssetListResponse , type AssetListParams } from './assets' ;
56export { Beta } from './beta/beta' ;
You can’t perform that action at this time.
0 commit comments