File tree Expand file tree Collapse file tree 5 files changed +385
-579
lines changed
Expand file tree Collapse file tree 5 files changed +385
-579
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-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
Original file line number Diff line number Diff line change @@ -145,6 +145,7 @@ Methods:
145145
146146Types:
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 >
Original file line number Diff line number Diff line change 33import { APIResource } from '../../core/resource' ;
44import * as OriginsAPI from './origins' ;
55import {
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 ,
Original file line number Diff line number Diff line change 33export { Accounts } from './accounts' ;
44export {
55 Origins ,
6+ type Origin ,
67 type OriginCreateResponse ,
78 type OriginUpdateResponse ,
89 type OriginListResponse ,
You can’t perform that action at this time.
0 commit comments