Skip to content

Commit 77ce9ac

Browse files
feat(api): manual updates
1 parent 9a6e616 commit 77ce9ac

File tree

6 files changed

+2
-91
lines changed

6 files changed

+2
-91
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
configured_endpoints: 15
1+
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: caf27ab1a3f299029223b3e75a80c9df
4+
config_hash: e07cdee04c971e1db74e91a5a4cd981c

api.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,3 @@ Types:
6565
Methods:
6666

6767
- <code title="post /models/rerank">client.models.<a href="./src/resources/models.ts">rerank</a>({ ...params }) -> ModelRerankResponse</code>
68-
69-
# Parsers
70-
71-
Types:
72-
73-
- <code><a href="./src/resources/parsers.ts">ParserParseDocumentResponse</a></code>
74-
75-
Methods:
76-
77-
- <code title="post /parsers/parse-document">client.parsers.<a href="./src/resources/parsers.ts">parseDocument</a>({ ...params }) -> ParserParseDocumentResponse</code>

src/index.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ import {
3333
Documents,
3434
} from './resources/documents';
3535
import { ModelRerankParams, ModelRerankResponse, Models } from './resources/models';
36-
import { ParserParseDocumentParams, ParserParseDocumentResponse, Parsers } from './resources/parsers';
3736
import {
3837
Queries,
3938
QueryTopDocumentsParams,
@@ -166,7 +165,6 @@ export class ZeroEntropy extends Core.APIClient {
166165
documents: API.Documents = new API.Documents(this);
167166
queries: API.Queries = new API.Queries(this);
168167
models: API.Models = new API.Models(this);
169-
parsers: API.Parsers = new API.Parsers(this);
170168

171169
/**
172170
* Check whether the base URL is set to its default.
@@ -218,7 +216,6 @@ ZeroEntropy.DocumentGetInfoListResponsesGetDocumentInfoListCursor =
218216
DocumentGetInfoListResponsesGetDocumentInfoListCursor;
219217
ZeroEntropy.Queries = Queries;
220218
ZeroEntropy.Models = Models;
221-
ZeroEntropy.Parsers = Parsers;
222219
export declare namespace ZeroEntropy {
223220
export type RequestOptions = Core.RequestOptions;
224221

@@ -276,12 +273,6 @@ export declare namespace ZeroEntropy {
276273
type ModelRerankResponse as ModelRerankResponse,
277274
type ModelRerankParams as ModelRerankParams,
278275
};
279-
280-
export {
281-
Parsers as Parsers,
282-
type ParserParseDocumentResponse as ParserParseDocumentResponse,
283-
type ParserParseDocumentParams as ParserParseDocumentParams,
284-
};
285276
}
286277

287278
export { toFile, fileFromPath } from './uploads';

src/resources/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export {
2626
type DocumentGetPageInfoParams,
2727
} from './documents';
2828
export { Models, type ModelRerankResponse, type ModelRerankParams } from './models';
29-
export { Parsers, type ParserParseDocumentResponse, type ParserParseDocumentParams } from './parsers';
3029
export {
3130
Queries,
3231
type QueryTopDocumentsResponse,

src/resources/parsers.ts

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

tests/api-resources/parsers.test.ts

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

0 commit comments

Comments
 (0)