Skip to content

Commit 9fdb2c0

Browse files
feat(api): manual updates
1 parent 15ace1c commit 9fdb2c0

File tree

5 files changed

+1
-14
lines changed

5 files changed

+1
-14
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 14
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/zeroentropy%2Fzeroentropy-bd2f55f423e09b74f83cbad6034fb76f7052363308d02533a908b49543cff459.yml
33
openapi_spec_hash: 6d7566ebda7fecac4069744949d547e0
4-
config_hash: beba80a17ba64c5439712e85129ab5ad
4+
config_hash: 4e1eddd5022c75526a18c05e8a04e2c8

api.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Admin
2-
31
# Status
42

53
Types:

src/index.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import * as Pagination from './pagination';
77
import { type GetDocumentInfoListCursorParams, GetDocumentInfoListCursorResponse } from './pagination';
88
import * as Uploads from './uploads';
99
import * as API from './resources/index';
10-
import { Admin } from './resources/admin';
1110
import {
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;
215212
ZeroEntropy.Status = Status;
216213
ZeroEntropy.Collections = Collections;
217214
ZeroEntropy.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,

src/resources/admin.ts

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/resources/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

3-
export { Admin } from './admin';
43
export {
54
Collections,
65
type CollectionDeleteResponse,

0 commit comments

Comments
 (0)