File tree Expand file tree Collapse file tree 5 files changed +130
-403
lines changed
Expand file tree Collapse file tree 5 files changed +130
-403
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 42
22openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/imagekit-inc%2Fimagekit-fa82106bb6313906d2eaac167e0ca5f60f12a166c743c00a18c22be0e455c1b6.yml
33openapi_spec_hash : 8ff6fc6886e8d7a9eee6d45d51e9673c
4- config_hash : 76b94bb341141f0e9b14cdbb1203b0fa
4+ config_hash : e1442470f0f1b22d8558d6ca9526e0ea
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 " >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
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import * as OriginsAPI from './origins';
55import {
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 ,
Original file line number Diff line number Diff line change 33export { Accounts } from './accounts' ;
44export {
55 Origins ,
6+ type OriginRequest ,
67 type OriginResponse ,
78 type OriginListResponse ,
89 type OriginCreateParams ,
You can’t perform that action at this time.
0 commit comments