File tree Expand file tree Collapse file tree 5 files changed +1
-14
lines changed Expand file tree Collapse file tree 5 files changed +1
-14
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 14
22openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/zeroentropy%2Fzeroentropy-bd2f55f423e09b74f83cbad6034fb76f7052363308d02533a908b49543cff459.yml
33openapi_spec_hash : 6d7566ebda7fecac4069744949d547e0
4- config_hash : beba80a17ba64c5439712e85129ab5ad
4+ config_hash : 4e1eddd5022c75526a18c05e8a04e2c8
Original file line number Diff line number Diff line change 1- # Admin
2-
31# Status
42
53Types:
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import * as Pagination from './pagination';
77import { type GetDocumentInfoListCursorParams , GetDocumentInfoListCursorResponse } from './pagination' ;
88import * as Uploads from './uploads' ;
99import * as API from './resources/index' ;
10- import { Admin } from './resources/admin' ;
1110import {
1211 CollectionAddParams ,
1312 CollectionAddResponse ,
@@ -161,7 +160,6 @@ export class ZeroEntropy extends Core.APIClient {
161160 this . apiKey = apiKey ;
162161 }
163162
164- admin : API . Admin = new API . Admin ( this ) ;
165163 status : API . Status = new API . Status ( this ) ;
166164 collections : API . Collections = new API . Collections ( this ) ;
167165 documents : API . Documents = new API . Documents ( this ) ;
@@ -211,7 +209,6 @@ export class ZeroEntropy extends Core.APIClient {
211209 static fileFromPath = Uploads . fileFromPath ;
212210}
213211
214- ZeroEntropy . Admin = Admin ;
215212ZeroEntropy . Status = Status ;
216213ZeroEntropy . Collections = Collections ;
217214ZeroEntropy . Documents = Documents ;
@@ -228,8 +225,6 @@ export declare namespace ZeroEntropy {
228225 type GetDocumentInfoListCursorResponse as GetDocumentInfoListCursorResponse ,
229226 } ;
230227
231- export { Admin as Admin } ;
232-
233228 export {
234229 Status as Status ,
235230 type StatusGetStatusResponse as StatusGetStatusResponse ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
3- export { Admin } from './admin' ;
43export {
54 Collections ,
65 type CollectionDeleteResponse ,
You can’t perform that action at this time.
0 commit comments