Skip to content

Commit a900c44

Browse files
feat(api): manual updates
1 parent 546dcdf commit a900c44

File tree

5 files changed

+130
-403
lines changed

5 files changed

+130
-403
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-fa82106bb6313906d2eaac167e0ca5f60f12a166c743c00a18c22be0e455c1b6.yml
33
openapi_spec_hash: 8ff6fc6886e8d7a9eee6d45d51e9673c
4-
config_hash: 76b94bb341141f0e9b14cdbb1203b0fa
4+
config_hash: e1442470f0f1b22d8558d6ca9526e0ea

api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ Methods:
145145

146146
Types:
147147

148+
- <code><a href="./src/resources/accounts/origins.ts">OriginRequest</a></code>
148149
- <code><a href="./src/resources/accounts/origins.ts">OriginResponse</a></code>
149150
- <code><a href="./src/resources/accounts/origins.ts">OriginListResponse</a></code>
150151

src/resources/accounts/accounts.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import * as OriginsAPI from './origins';
55
import {
66
OriginCreateParams,
77
OriginListResponse,
8+
OriginRequest,
89
OriginResponse,
910
OriginUpdateParams,
1011
Origins,
@@ -38,6 +39,7 @@ export declare namespace Accounts {
3839

3940
export {
4041
Origins as Origins,
42+
type OriginRequest as OriginRequest,
4143
type OriginResponse as OriginResponse,
4244
type OriginListResponse as OriginListResponse,
4345
type OriginCreateParams as OriginCreateParams,

src/resources/accounts/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
export { Accounts } from './accounts';
44
export {
55
Origins,
6+
type OriginRequest,
67
type OriginResponse,
78
type OriginListResponse,
89
type OriginCreateParams,

0 commit comments

Comments
 (0)