Skip to content

Commit 47871e3

Browse files
feat(api): manual updates
1 parent e680882 commit 47871e3

File tree

5 files changed

+385
-579
lines changed

5 files changed

+385
-579
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-967cd0e731df83a642ded194cacae3628050f679c600b1efd4e66cf269973531.yml
3-
openapi_spec_hash: 98642308bee81ac776b7b1843089b888
4-
config_hash: 91cbeb97fdb75393dffd187ec25a4080
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/imagekit-inc%2Fimagekit-d65a790786704dc315c1fded8ee24d61a55d96054fbbf1e6da429ec96b3e0c88.yml
3+
openapi_spec_hash: 0fa9ee90455e183ec3b5d4e36f1351a9
4+
config_hash: 89ffae9ef2878c981a64f42cadb85186

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">Origin</a></code>
148149
- <code><a href="./src/resources/accounts/origins.ts">OriginCreateResponse</a></code>
149150
- <code><a href="./src/resources/accounts/origins.ts">OriginUpdateResponse</a></code>
150151
- <code><a href="./src/resources/accounts/origins.ts">OriginListResponse</a></code>

src/resources/accounts/accounts.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import { APIResource } from '../../core/resource';
44
import * as OriginsAPI from './origins';
55
import {
6+
Origin,
67
OriginCreateParams,
78
OriginCreateResponse,
89
OriginGetResponse,
@@ -39,6 +40,7 @@ export declare namespace Accounts {
3940

4041
export {
4142
Origins as Origins,
43+
type Origin as Origin,
4244
type OriginCreateResponse as OriginCreateResponse,
4345
type OriginUpdateResponse as OriginUpdateResponse,
4446
type OriginListResponse as OriginListResponse,

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 Origin,
67
type OriginCreateResponse,
78
type OriginUpdateResponse,
89
type OriginListResponse,

0 commit comments

Comments
 (0)