File tree Expand file tree Collapse file tree 5 files changed +50
-894
lines changed
Expand file tree Collapse file tree 5 files changed +50
-894
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-67e78a2f87dab7c661093c82f338197540584fa3d9a38773d1fdd435d788282f.yml
33openapi_spec_hash : 28ec969480eb18203d798e0435e76df3
4- config_hash : 49e367d7f33aeaf63ed738c1c0392d0a
4+ config_hash : 167d38f07a70976231dcdfa53ffa234c
Original file line number Diff line number Diff line change @@ -146,18 +146,16 @@ Methods:
146146Types:
147147
148148- <code ><a href =" ./src/resources/accounts/origins.ts " >Origin</a ></code >
149- - <code ><a href =" ./src/resources/accounts/origins.ts " >OriginCreateResponse</a ></code >
150- - <code ><a href =" ./src/resources/accounts/origins.ts " >OriginUpdateResponse</a ></code >
149+ - <code ><a href =" ./src/resources/accounts/origins.ts " >OriginResponse</a ></code >
151150- <code ><a href =" ./src/resources/accounts/origins.ts " >OriginListResponse</a ></code >
152- - <code ><a href =" ./src/resources/accounts/origins.ts " >OriginGetResponse</a ></code >
153151
154152Methods:
155153
156- - <code title =" post /v1/accounts/origins " >client.accounts.origins.<a href =" ./src/resources/accounts/origins.ts " >create</a >({ ...params }) -> OriginCreateResponse </code >
157- - <code title =" put /v1/accounts/origins/{id} " >client.accounts.origins.<a href =" ./src/resources/accounts/origins.ts " >update</a >(id, { ...params }) -> OriginUpdateResponse </code >
154+ - <code title =" post /v1/accounts/origins " >client.accounts.origins.<a href =" ./src/resources/accounts/origins.ts " >create</a >({ ...params }) -> OriginResponse </code >
155+ - <code title =" put /v1/accounts/origins/{id} " >client.accounts.origins.<a href =" ./src/resources/accounts/origins.ts " >update</a >(id, { ...params }) -> OriginResponse </code >
158156- <code title =" get /v1/accounts/origins " >client.accounts.origins.<a href =" ./src/resources/accounts/origins.ts " >list</a >() -> OriginListResponse</code >
159157- <code title =" delete /v1/accounts/origins/{id} " >client.accounts.origins.<a href =" ./src/resources/accounts/origins.ts " >delete</a >(id) -> void</code >
160- - <code title =" get /v1/accounts/origins/{id} " >client.accounts.origins.<a href =" ./src/resources/accounts/origins.ts " >get</a >(id) -> OriginGetResponse </code >
158+ - <code title =" get /v1/accounts/origins/{id} " >client.accounts.origins.<a href =" ./src/resources/accounts/origins.ts " >get</a >(id) -> OriginResponse </code >
161159
162160## URLEndpoints
163161
Original file line number Diff line number Diff line change @@ -5,11 +5,9 @@ import * as OriginsAPI from './origins';
55import {
66 Origin ,
77 OriginCreateParams ,
8- OriginCreateResponse ,
9- OriginGetResponse ,
108 OriginListResponse ,
9+ OriginResponse ,
1110 OriginUpdateParams ,
12- OriginUpdateResponse ,
1311 Origins ,
1412} from './origins' ;
1513import * as URLEndpointsAPI from './url-endpoints' ;
@@ -42,10 +40,8 @@ export declare namespace Accounts {
4240 export {
4341 Origins as Origins ,
4442 type Origin as Origin ,
45- type OriginCreateResponse as OriginCreateResponse ,
46- type OriginUpdateResponse as OriginUpdateResponse ,
43+ type OriginResponse as OriginResponse ,
4744 type OriginListResponse as OriginListResponse ,
48- type OriginGetResponse as OriginGetResponse ,
4945 type OriginCreateParams as OriginCreateParams ,
5046 type OriginUpdateParams as OriginUpdateParams ,
5147 } ;
Original file line number Diff line number Diff line change @@ -4,10 +4,8 @@ export { Accounts } from './accounts';
44export {
55 Origins ,
66 type Origin ,
7- type OriginCreateResponse ,
8- type OriginUpdateResponse ,
7+ type OriginResponse ,
98 type OriginListResponse ,
10- type OriginGetResponse ,
119 type OriginCreateParams ,
1210 type OriginUpdateParams ,
1311} from './origins' ;
You can’t perform that action at this time.
0 commit comments