@openrouter/sdk 0.13.7 → 0.13.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -9
- package/esm/funcs/benchmarksGetBenchmarks.d.ts +19 -0
- package/esm/funcs/{datasetsGetBenchmarksDesignArena.js → benchmarksGetBenchmarks.js} +11 -10
- package/esm/funcs/classificationsGetTaskClassifications.d.ts +37 -0
- package/esm/funcs/classificationsGetTaskClassifications.js +119 -0
- package/esm/funcs/imagesGenerate.d.ts +30 -0
- package/esm/funcs/imagesGenerate.js +95 -0
- package/esm/funcs/imagesListModelEndpoints.d.ts +19 -0
- package/esm/funcs/imagesListModelEndpoints.js +107 -0
- package/esm/funcs/{datasetsGetBenchmarksDesignArena.d.ts → imagesListModels.d.ts} +4 -4
- package/esm/funcs/{datasetsGetBenchmarksArtificialAnalysis.js → imagesListModels.js} +10 -15
- package/esm/funcs/workspacesDeleteBudget.d.ts +19 -0
- package/esm/funcs/workspacesDeleteBudget.js +107 -0
- package/esm/funcs/workspacesListBudgets.d.ts +19 -0
- package/esm/funcs/workspacesListBudgets.js +103 -0
- package/esm/funcs/workspacesSetBudget.d.ts +19 -0
- package/esm/funcs/workspacesSetBudget.js +110 -0
- package/esm/lib/config.d.ts +2 -2
- package/esm/lib/config.js +2 -2
- package/esm/models/advisorreasoning.d.ts +1 -0
- package/esm/models/advisorreasoning.js +1 -0
- package/esm/models/anthropicadvisormessageusageiteration.d.ts +24 -0
- package/esm/models/anthropicadvisormessageusageiteration.js +36 -0
- package/esm/models/anthropiccompactionusageiteration.d.ts +23 -0
- package/esm/models/anthropiccompactionusageiteration.js +35 -0
- package/esm/models/anthropicdocumentblockparam.d.ts +5 -4
- package/esm/models/anthropicdocumentblockparam.js +3 -0
- package/esm/models/anthropicfiledocumentsource.d.ts +14 -0
- package/esm/models/anthropicfiledocumentsource.js +19 -0
- package/esm/models/anthropiciterationcachecreation.d.ts +11 -0
- package/esm/models/anthropiciterationcachecreation.js +21 -0
- package/esm/models/anthropicmessageusageiteration.d.ts +24 -0
- package/esm/models/anthropicmessageusageiteration.js +36 -0
- package/esm/models/anthropicspeed.d.ts +10 -0
- package/esm/models/anthropicspeed.js +12 -0
- package/esm/models/anthropicunknownusageiteration.d.ts +16 -0
- package/esm/models/anthropicunknownusageiteration.js +30 -0
- package/esm/models/anthropicusageiteration.d.ts +12 -0
- package/esm/models/anthropicusageiteration.js +21 -0
- package/esm/models/apierrortype.d.ts +41 -0
- package/esm/models/apierrortype.js +40 -0
- package/esm/models/booleancapability.d.ts +13 -0
- package/esm/models/booleancapability.js +14 -0
- package/esm/models/byokproviderslug.d.ts +4 -0
- package/esm/models/byokproviderslug.js +4 -0
- package/esm/models/capabilitydescriptor.d.ts +15 -0
- package/esm/models/capabilitydescriptor.js +19 -0
- package/esm/models/chatrequest.d.ts +2 -0
- package/esm/models/chatrequest.js +2 -0
- package/esm/models/chatstreamchunk.d.ts +25 -4
- package/esm/models/chatstreamchunk.js +19 -4
- package/esm/models/chatusage.d.ts +32 -8
- package/esm/models/chatusage.js +25 -8
- package/esm/models/chatwebsearchshorthand.d.ts +1 -1
- package/esm/models/contentpartimage.d.ts +9 -2
- package/esm/models/contentpartimage.js +6 -1
- package/esm/models/debugevent.d.ts +42 -0
- package/esm/models/debugevent.js +58 -0
- package/esm/models/deleteworkspacebudgetresponse.d.ts +13 -0
- package/esm/models/deleteworkspacebudgetresponse.js +14 -0
- package/esm/models/enumcapability.d.ts +14 -0
- package/esm/models/enumcapability.js +15 -0
- package/esm/models/fusionplugin.d.ts +1 -0
- package/esm/models/fusionplugin.js +1 -0
- package/esm/models/fusionservertoolconfig.d.ts +8 -1
- package/esm/models/fusionservertoolconfig.js +4 -0
- package/esm/models/imageendpoint.d.ts +41 -0
- package/esm/models/imageendpoint.js +33 -0
- package/esm/models/imagegencompletedevent.d.ts +29 -0
- package/esm/models/imagegencompletedevent.js +23 -0
- package/esm/models/imagegenerationrequest.d.ts +914 -0
- package/esm/models/imagegenerationrequest.js +267 -0
- package/esm/models/imagegenerationresponse.d.ts +34 -0
- package/esm/models/imagegenerationresponse.js +29 -0
- package/esm/models/imagegenerationservertool.d.ts +15 -15
- package/esm/models/imagegenerationservertool.js +15 -17
- package/esm/models/imagegenerationusage.d.ts +119 -0
- package/esm/models/imagegenerationusage.js +93 -0
- package/esm/models/imagegenpartialimageevent.d.ts +24 -0
- package/esm/models/imagegenpartialimageevent.js +22 -0
- package/esm/models/imagegenstreamerrorevent.d.ts +44 -0
- package/esm/models/imagegenstreamerrorevent.js +25 -0
- package/esm/models/imagemodelarchitecture.d.ts +19 -0
- package/esm/models/imagemodelarchitecture.js +23 -0
- package/esm/models/imagemodelendpointsresponse.d.ts +18 -0
- package/esm/models/imagemodelendpointsresponse.js +16 -0
- package/esm/models/imagemodellistitem.d.ts +42 -0
- package/esm/models/imagemodellistitem.js +29 -0
- package/esm/models/imagemodelslistresponse.d.ts +14 -0
- package/esm/models/imagemodelslistresponse.js +15 -0
- package/esm/models/imageoutputmodality.d.ts +16 -0
- package/esm/models/imageoutputmodality.js +18 -0
- package/esm/models/imagepricingentry.d.ts +35 -0
- package/esm/models/imagepricingentry.js +41 -0
- package/esm/models/imagestreamingresponse.d.ts +18 -0
- package/esm/models/imagestreamingresponse.js +43 -0
- package/esm/models/index.d.ts +44 -7
- package/esm/models/index.js +44 -7
- package/esm/models/inputreference.d.ts +6 -2
- package/esm/models/inputreference.js +1 -1
- package/esm/models/legacywebsearchservertool.d.ts +1 -1
- package/esm/models/listworkspacebudgetsresponse.d.ts +14 -0
- package/esm/models/listworkspacebudgetsresponse.js +15 -0
- package/esm/models/messagesrequest.d.ts +6 -6
- package/esm/models/messagesrequest.js +4 -5
- package/esm/models/model.d.ts +5 -0
- package/esm/models/model.js +2 -0
- package/esm/models/modelreasoning.d.ts +49 -0
- package/esm/models/modelreasoning.js +42 -0
- package/esm/models/observabilityarizedestination.d.ts +3 -0
- package/esm/models/openresponsesresult.d.ts +5 -0
- package/esm/models/openresponsesresult.js +3 -0
- package/esm/models/operations/createembeddings.d.ts +19 -0
- package/esm/models/operations/createembeddings.js +20 -0
- package/esm/models/operations/createimages.d.ts +63 -0
- package/esm/models/operations/createimages.js +44 -0
- package/esm/models/operations/{getbenchmarksartificialanalysis.d.ts → deleteworkspacebudget.d.ts} +15 -9
- package/esm/models/operations/deleteworkspacebudget.js +23 -0
- package/esm/models/operations/getbenchmarks.d.ts +120 -0
- package/esm/models/operations/getbenchmarks.js +60 -0
- package/esm/models/operations/getmodels.d.ts +5 -3
- package/esm/models/operations/getmodels.js +3 -1
- package/esm/models/operations/{getbenchmarksdesignarena.d.ts → gettaskclassifications.d.ts} +16 -28
- package/esm/models/operations/gettaskclassifications.js +29 -0
- package/esm/models/operations/index.d.ts +8 -2
- package/esm/models/operations/index.js +8 -2
- package/esm/models/operations/listbyokkeys.d.ts +4 -0
- package/esm/models/operations/listbyokkeys.js +4 -0
- package/esm/models/operations/listimagemodelendpoints.d.ts +63 -0
- package/esm/models/operations/listimagemodelendpoints.js +22 -0
- package/esm/models/operations/listimagemodels.d.ts +53 -0
- package/esm/models/operations/listimagemodels.js +20 -0
- package/esm/models/operations/listworkspacebudgets.d.ts +58 -0
- package/esm/models/operations/listworkspacebudgets.js +21 -0
- package/esm/models/operations/queryanalytics.d.ts +7 -3
- package/esm/models/operations/queryanalytics.js +1 -0
- package/esm/models/operations/upsertworkspacebudget.d.ts +66 -0
- package/esm/models/operations/upsertworkspacebudget.js +25 -0
- package/esm/models/preview20250311websearchservertool.d.ts +1 -1
- package/esm/models/previewwebsearchservertool.d.ts +1 -1
- package/esm/models/providername.d.ts +4 -0
- package/esm/models/providername.js +4 -0
- package/esm/models/provideroptions.d.ts +25 -1
- package/esm/models/provideroptions.js +6 -0
- package/esm/models/providerresponse.d.ts +4 -0
- package/esm/models/providerresponse.js +4 -0
- package/esm/models/rangecapability.d.ts +15 -0
- package/esm/models/rangecapability.js +16 -0
- package/esm/models/reasoningeffort.d.ts +1 -0
- package/esm/models/reasoningeffort.js +1 -0
- package/esm/models/responsesrequest.d.ts +6 -0
- package/esm/models/responsesrequest.js +2 -0
- package/esm/models/speechrequest.d.ts +1 -1
- package/esm/models/streamevents.d.ts +2 -1
- package/esm/models/streamevents.js +2 -0
- package/esm/models/sttrequest.d.ts +1 -1
- package/esm/models/subagentreasoning.d.ts +1 -0
- package/esm/models/subagentreasoning.js +1 -0
- package/esm/models/taskclassificationitem.d.ts +42 -0
- package/esm/models/taskclassificationitem.js +32 -0
- package/esm/models/taskclassificationmacrocategory.d.ts +25 -0
- package/esm/models/taskclassificationmacrocategory.js +23 -0
- package/esm/models/taskclassificationmodel.d.ts +21 -0
- package/esm/models/taskclassificationmodel.js +22 -0
- package/esm/models/taskclassificationresponse.d.ts +33 -0
- package/esm/models/taskclassificationresponse.js +33 -0
- package/esm/models/{benchmarkpricing.d.ts → unifiedbenchmarkpricing.d.ts} +4 -4
- package/esm/models/unifiedbenchmarkpricing.js +15 -0
- package/esm/models/{benchmarksaaitem.d.ts → unifiedbenchmarksaaitem.d.ts} +14 -10
- package/esm/models/unifiedbenchmarksaaitem.js +30 -0
- package/esm/models/{benchmarksdaitem.d.ts → unifiedbenchmarksdaitem.d.ts} +11 -7
- package/esm/models/{benchmarksdaitem.js → unifiedbenchmarksdaitem.js} +8 -7
- package/esm/models/unifiedbenchmarksmeta.d.ts +63 -0
- package/esm/models/unifiedbenchmarksmeta.js +46 -0
- package/esm/models/unifiedbenchmarksresponse.d.ts +19 -0
- package/esm/models/unifiedbenchmarksresponse.js +30 -0
- package/esm/models/upsertworkspacebudgetrequest.d.ts +15 -0
- package/esm/models/upsertworkspacebudgetrequest.js +18 -0
- package/esm/models/upsertworkspacebudgetresponse.d.ts +11 -0
- package/esm/models/upsertworkspacebudgetresponse.js +15 -0
- package/esm/models/videogenerationrequest.d.ts +39 -15
- package/esm/models/videogenerationrequest.js +17 -11
- package/esm/models/websearchconfig.d.ts +1 -1
- package/esm/models/websearchservertool.d.ts +1 -1
- package/esm/models/websearchservertoolconfig.d.ts +1 -1
- package/esm/models/workspacebudget.d.ts +48 -0
- package/esm/models/workspacebudget.js +39 -0
- package/esm/models/workspacebudgetinterval.d.ts +18 -0
- package/esm/models/workspacebudgetinterval.js +17 -0
- package/esm/sdk/benchmarks.d.ts +13 -0
- package/esm/sdk/benchmarks.js +19 -0
- package/esm/sdk/classifications.d.ts +31 -0
- package/esm/sdk/classifications.js +37 -0
- package/esm/sdk/datasets.d.ts +0 -14
- package/esm/sdk/datasets.js +0 -20
- package/esm/sdk/images.d.ts +38 -0
- package/esm/sdk/images.js +33 -0
- package/esm/sdk/sdk.d.ts +9 -0
- package/esm/sdk/sdk.js +12 -0
- package/esm/sdk/workspaces.d.ts +21 -0
- package/esm/sdk/workspaces.js +30 -0
- package/jsr.json +1 -1
- package/package.json +7 -7
- package/esm/funcs/datasetsGetBenchmarksArtificialAnalysis.d.ts +0 -19
- package/esm/models/benchmarkpricing.js +0 -15
- package/esm/models/benchmarksaaitem.js +0 -29
- package/esm/models/benchmarksaameta.d.ts +0 -70
- package/esm/models/benchmarksaameta.js +0 -50
- package/esm/models/benchmarksaaresponse.d.ts +0 -13
- package/esm/models/benchmarksaaresponse.js +0 -17
- package/esm/models/benchmarksdameta.d.ts +0 -98
- package/esm/models/benchmarksdameta.js +0 -62
- package/esm/models/benchmarksdaresponse.d.ts +0 -13
- package/esm/models/benchmarksdaresponse.js +0 -17
- package/esm/models/operations/getbenchmarksartificialanalysis.js +0 -22
- package/esm/models/operations/getbenchmarksdesignarena.js +0 -36
package/esm/sdk/workspaces.js
CHANGED
|
@@ -6,8 +6,11 @@ import { workspacesBulkAddMembers } from "../funcs/workspacesBulkAddMembers.js";
|
|
|
6
6
|
import { workspacesBulkRemoveMembers } from "../funcs/workspacesBulkRemoveMembers.js";
|
|
7
7
|
import { workspacesCreate } from "../funcs/workspacesCreate.js";
|
|
8
8
|
import { workspacesDelete } from "../funcs/workspacesDelete.js";
|
|
9
|
+
import { workspacesDeleteBudget } from "../funcs/workspacesDeleteBudget.js";
|
|
9
10
|
import { workspacesGet } from "../funcs/workspacesGet.js";
|
|
10
11
|
import { workspacesList } from "../funcs/workspacesList.js";
|
|
12
|
+
import { workspacesListBudgets } from "../funcs/workspacesListBudgets.js";
|
|
13
|
+
import { workspacesSetBudget } from "../funcs/workspacesSetBudget.js";
|
|
11
14
|
import { workspacesUpdate } from "../funcs/workspacesUpdate.js";
|
|
12
15
|
import { ClientSDK } from "../lib/sdks.js";
|
|
13
16
|
import { unwrapAsync } from "../types/fp.js";
|
|
@@ -58,6 +61,33 @@ export class Workspaces extends ClientSDK {
|
|
|
58
61
|
async update(request, options) {
|
|
59
62
|
return unwrapAsync(workspacesUpdate(this, request, options));
|
|
60
63
|
}
|
|
64
|
+
/**
|
|
65
|
+
* List workspace budgets
|
|
66
|
+
*
|
|
67
|
+
* @remarks
|
|
68
|
+
* List all budgets configured for a workspace. [Management key](/docs/guides/overview/auth/management-api-keys) required.
|
|
69
|
+
*/
|
|
70
|
+
async listBudgets(request, options) {
|
|
71
|
+
return unwrapAsync(workspacesListBudgets(this, request, options));
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* Delete a workspace budget
|
|
75
|
+
*
|
|
76
|
+
* @remarks
|
|
77
|
+
* Remove the budget for a given interval. [Management key](/docs/guides/overview/auth/management-api-keys) required.
|
|
78
|
+
*/
|
|
79
|
+
async deleteBudget(request, options) {
|
|
80
|
+
return unwrapAsync(workspacesDeleteBudget(this, request, options));
|
|
81
|
+
}
|
|
82
|
+
/**
|
|
83
|
+
* Create or update a workspace budget
|
|
84
|
+
*
|
|
85
|
+
* @remarks
|
|
86
|
+
* Create or update the budget for a given interval. Budget limits must strictly decrease as the interval narrows (lifetime > monthly > weekly > daily). [Management key](/docs/guides/overview/auth/management-api-keys) required.
|
|
87
|
+
*/
|
|
88
|
+
async setBudget(request, options) {
|
|
89
|
+
return unwrapAsync(workspacesSetBudget(this, request, options));
|
|
90
|
+
}
|
|
61
91
|
/**
|
|
62
92
|
* Bulk add members to a workspace
|
|
63
93
|
*
|
package/jsr.json
CHANGED
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openrouter/sdk",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.14",
|
|
4
4
|
"author": "OpenRouter",
|
|
5
|
-
"description": "The OpenRouter TypeScript SDK is a type-safe toolkit for building AI applications with access to
|
|
5
|
+
"description": "The OpenRouter TypeScript SDK is a type-safe toolkit for building AI applications with access to 400+ language models through a unified API.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"openrouter",
|
|
8
8
|
"sdk",
|
|
@@ -73,15 +73,15 @@
|
|
|
73
73
|
"lint": "eslint --cache --max-warnings=0 src",
|
|
74
74
|
"build": "tsc",
|
|
75
75
|
"prepublishOnly": "npm run build",
|
|
76
|
-
"
|
|
76
|
+
"compile": "tsc",
|
|
77
|
+
"prepare": "npm run build",
|
|
78
|
+
"test:e2e": "vitest --run --project e2e",
|
|
79
|
+
"test:transit": "exit 0",
|
|
77
80
|
"typecheck": "tsc --noEmit",
|
|
78
81
|
"typecheck:transit": "exit 0",
|
|
79
|
-
"compile": "tsc",
|
|
80
82
|
"postinstall": "node scripts/check-types.js || true",
|
|
81
|
-
"prepare": "npm run build",
|
|
82
83
|
"test": "vitest --run --project unit",
|
|
83
|
-
"test:
|
|
84
|
-
"test:transit": "exit 0"
|
|
84
|
+
"test:watch": "vitest --watch --project unit"
|
|
85
85
|
},
|
|
86
86
|
"peerDependencies": {},
|
|
87
87
|
"devDependencies": {
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { OpenRouterCore } from "../core.js";
|
|
2
|
-
import { RequestOptions } from "../lib/sdks.js";
|
|
3
|
-
import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/errors/httpclienterrors.js";
|
|
4
|
-
import * as errors from "../models/errors/index.js";
|
|
5
|
-
import { OpenRouterError } from "../models/errors/openroutererror.js";
|
|
6
|
-
import { ResponseValidationError } from "../models/errors/responsevalidationerror.js";
|
|
7
|
-
import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
8
|
-
import * as models from "../models/index.js";
|
|
9
|
-
import * as operations from "../models/operations/index.js";
|
|
10
|
-
import { APIPromise } from "../types/async.js";
|
|
11
|
-
import { Result } from "../types/fp.js";
|
|
12
|
-
/**
|
|
13
|
-
* Artificial Analysis Benchmark Indices
|
|
14
|
-
*
|
|
15
|
-
* @remarks
|
|
16
|
-
* Returns composite index scores (Intelligence, Coding, Agentic) from Artificial Analysis for LLM models. Includes OpenRouter pricing per model. Authenticate with any valid OpenRouter API key. Rate-limited to 30 requests/minute per key and 500 requests/day per account.
|
|
17
|
-
*/
|
|
18
|
-
export declare function datasetsGetBenchmarksArtificialAnalysis(client: OpenRouterCore, request?: operations.GetBenchmarksArtificialAnalysisRequest | undefined, options?: RequestOptions): APIPromise<Result<models.BenchmarksAAResponse, errors.BadRequestResponseError | errors.UnauthorizedResponseError | errors.TooManyRequestsResponseError | errors.InternalServerResponseError | OpenRouterError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
19
|
-
//# sourceMappingURL=datasetsGetBenchmarksArtificialAnalysis.d.ts.map
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
* @generated-id: 74aab084b178
|
|
4
|
-
*/
|
|
5
|
-
import * as z from "zod/v4";
|
|
6
|
-
import { safeParse } from "../lib/schemas.js";
|
|
7
|
-
/** @internal */
|
|
8
|
-
export const BenchmarkPricing$inboundSchema = z.object({
|
|
9
|
-
completion: z.string(),
|
|
10
|
-
prompt: z.string(),
|
|
11
|
-
});
|
|
12
|
-
export function benchmarkPricingFromJSON(jsonString) {
|
|
13
|
-
return safeParse(jsonString, (x) => BenchmarkPricing$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'BenchmarkPricing' from JSON`);
|
|
14
|
-
}
|
|
15
|
-
//# sourceMappingURL=benchmarkpricing.js.map
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
* @generated-id: 82b5c9f01e00
|
|
4
|
-
*/
|
|
5
|
-
import * as z from "zod/v4";
|
|
6
|
-
import { remap as remap$ } from "../lib/primitives.js";
|
|
7
|
-
import { safeParse } from "../lib/schemas.js";
|
|
8
|
-
import { BenchmarkPricing$inboundSchema, } from "./benchmarkpricing.js";
|
|
9
|
-
/** @internal */
|
|
10
|
-
export const BenchmarksAAItem$inboundSchema = z.object({
|
|
11
|
-
aa_name: z.string(),
|
|
12
|
-
agentic_index: z.nullable(z.number()),
|
|
13
|
-
coding_index: z.nullable(z.number()),
|
|
14
|
-
intelligence_index: z.nullable(z.number()),
|
|
15
|
-
model_permaslug: z.string(),
|
|
16
|
-
pricing: z.nullable(BenchmarkPricing$inboundSchema),
|
|
17
|
-
}).transform((v) => {
|
|
18
|
-
return remap$(v, {
|
|
19
|
-
"aa_name": "aaName",
|
|
20
|
-
"agentic_index": "agenticIndex",
|
|
21
|
-
"coding_index": "codingIndex",
|
|
22
|
-
"intelligence_index": "intelligenceIndex",
|
|
23
|
-
"model_permaslug": "modelPermaslug",
|
|
24
|
-
});
|
|
25
|
-
});
|
|
26
|
-
export function benchmarksAAItemFromJSON(jsonString) {
|
|
27
|
-
return safeParse(jsonString, (x) => BenchmarksAAItem$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'BenchmarksAAItem' from JSON`);
|
|
28
|
-
}
|
|
29
|
-
//# sourceMappingURL=benchmarksaaitem.js.map
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
import * as z from "zod/v4";
|
|
2
|
-
import { ClosedEnum } from "../types/enums.js";
|
|
3
|
-
import { Result as SafeParseResult } from "../types/fp.js";
|
|
4
|
-
import { SDKValidationError } from "./errors/sdkvalidationerror.js";
|
|
5
|
-
/**
|
|
6
|
-
* Data source identifier.
|
|
7
|
-
*/
|
|
8
|
-
export declare const BenchmarksAAMetaSource: {
|
|
9
|
-
readonly ArtificialAnalysis: "artificial-analysis";
|
|
10
|
-
};
|
|
11
|
-
/**
|
|
12
|
-
* Data source identifier.
|
|
13
|
-
*/
|
|
14
|
-
export type BenchmarksAAMetaSource = ClosedEnum<typeof BenchmarksAAMetaSource>;
|
|
15
|
-
/**
|
|
16
|
-
* URL of the upstream data source.
|
|
17
|
-
*/
|
|
18
|
-
export declare const BenchmarksAAMetaSourceUrl: {
|
|
19
|
-
readonly HttpsArtificialanalysisAi: "https://artificialanalysis.ai";
|
|
20
|
-
};
|
|
21
|
-
/**
|
|
22
|
-
* URL of the upstream data source.
|
|
23
|
-
*/
|
|
24
|
-
export type BenchmarksAAMetaSourceUrl = ClosedEnum<typeof BenchmarksAAMetaSourceUrl>;
|
|
25
|
-
/**
|
|
26
|
-
* Dataset version.
|
|
27
|
-
*/
|
|
28
|
-
export declare const BenchmarksAAMetaVersion: {
|
|
29
|
-
readonly V1: "v1";
|
|
30
|
-
};
|
|
31
|
-
/**
|
|
32
|
-
* Dataset version.
|
|
33
|
-
*/
|
|
34
|
-
export type BenchmarksAAMetaVersion = ClosedEnum<typeof BenchmarksAAMetaVersion>;
|
|
35
|
-
export type BenchmarksAAMeta = {
|
|
36
|
-
/**
|
|
37
|
-
* ISO-8601 timestamp of when this data was last updated.
|
|
38
|
-
*/
|
|
39
|
-
asOf: string;
|
|
40
|
-
/**
|
|
41
|
-
* Required attribution when republishing this data.
|
|
42
|
-
*/
|
|
43
|
-
citation: string;
|
|
44
|
-
/**
|
|
45
|
-
* Number of unique models in the response.
|
|
46
|
-
*/
|
|
47
|
-
modelCount: number;
|
|
48
|
-
/**
|
|
49
|
-
* Data source identifier.
|
|
50
|
-
*/
|
|
51
|
-
source: BenchmarksAAMetaSource;
|
|
52
|
-
/**
|
|
53
|
-
* URL of the upstream data source.
|
|
54
|
-
*/
|
|
55
|
-
sourceUrl: BenchmarksAAMetaSourceUrl;
|
|
56
|
-
/**
|
|
57
|
-
* Dataset version.
|
|
58
|
-
*/
|
|
59
|
-
version: BenchmarksAAMetaVersion;
|
|
60
|
-
};
|
|
61
|
-
/** @internal */
|
|
62
|
-
export declare const BenchmarksAAMetaSource$inboundSchema: z.ZodEnum<typeof BenchmarksAAMetaSource>;
|
|
63
|
-
/** @internal */
|
|
64
|
-
export declare const BenchmarksAAMetaSourceUrl$inboundSchema: z.ZodEnum<typeof BenchmarksAAMetaSourceUrl>;
|
|
65
|
-
/** @internal */
|
|
66
|
-
export declare const BenchmarksAAMetaVersion$inboundSchema: z.ZodEnum<typeof BenchmarksAAMetaVersion>;
|
|
67
|
-
/** @internal */
|
|
68
|
-
export declare const BenchmarksAAMeta$inboundSchema: z.ZodType<BenchmarksAAMeta, unknown>;
|
|
69
|
-
export declare function benchmarksAAMetaFromJSON(jsonString: string): SafeParseResult<BenchmarksAAMeta, SDKValidationError>;
|
|
70
|
-
//# sourceMappingURL=benchmarksaameta.d.ts.map
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
* @generated-id: ea7ac20c3f7c
|
|
4
|
-
*/
|
|
5
|
-
import * as z from "zod/v4";
|
|
6
|
-
import { remap as remap$ } from "../lib/primitives.js";
|
|
7
|
-
import { safeParse } from "../lib/schemas.js";
|
|
8
|
-
/**
|
|
9
|
-
* Data source identifier.
|
|
10
|
-
*/
|
|
11
|
-
export const BenchmarksAAMetaSource = {
|
|
12
|
-
ArtificialAnalysis: "artificial-analysis",
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* URL of the upstream data source.
|
|
16
|
-
*/
|
|
17
|
-
export const BenchmarksAAMetaSourceUrl = {
|
|
18
|
-
HttpsArtificialanalysisAi: "https://artificialanalysis.ai",
|
|
19
|
-
};
|
|
20
|
-
/**
|
|
21
|
-
* Dataset version.
|
|
22
|
-
*/
|
|
23
|
-
export const BenchmarksAAMetaVersion = {
|
|
24
|
-
V1: "v1",
|
|
25
|
-
};
|
|
26
|
-
/** @internal */
|
|
27
|
-
export const BenchmarksAAMetaSource$inboundSchema = z.enum(BenchmarksAAMetaSource);
|
|
28
|
-
/** @internal */
|
|
29
|
-
export const BenchmarksAAMetaSourceUrl$inboundSchema = z.enum(BenchmarksAAMetaSourceUrl);
|
|
30
|
-
/** @internal */
|
|
31
|
-
export const BenchmarksAAMetaVersion$inboundSchema = z.enum(BenchmarksAAMetaVersion);
|
|
32
|
-
/** @internal */
|
|
33
|
-
export const BenchmarksAAMeta$inboundSchema = z.object({
|
|
34
|
-
as_of: z.string(),
|
|
35
|
-
citation: z.string(),
|
|
36
|
-
model_count: z.int(),
|
|
37
|
-
source: BenchmarksAAMetaSource$inboundSchema,
|
|
38
|
-
source_url: BenchmarksAAMetaSourceUrl$inboundSchema,
|
|
39
|
-
version: BenchmarksAAMetaVersion$inboundSchema,
|
|
40
|
-
}).transform((v) => {
|
|
41
|
-
return remap$(v, {
|
|
42
|
-
"as_of": "asOf",
|
|
43
|
-
"model_count": "modelCount",
|
|
44
|
-
"source_url": "sourceUrl",
|
|
45
|
-
});
|
|
46
|
-
});
|
|
47
|
-
export function benchmarksAAMetaFromJSON(jsonString) {
|
|
48
|
-
return safeParse(jsonString, (x) => BenchmarksAAMeta$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'BenchmarksAAMeta' from JSON`);
|
|
49
|
-
}
|
|
50
|
-
//# sourceMappingURL=benchmarksaameta.js.map
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as z from "zod/v4";
|
|
2
|
-
import { Result as SafeParseResult } from "../types/fp.js";
|
|
3
|
-
import { BenchmarksAAItem } from "./benchmarksaaitem.js";
|
|
4
|
-
import { BenchmarksAAMeta } from "./benchmarksaameta.js";
|
|
5
|
-
import { SDKValidationError } from "./errors/sdkvalidationerror.js";
|
|
6
|
-
export type BenchmarksAAResponse = {
|
|
7
|
-
data: Array<BenchmarksAAItem>;
|
|
8
|
-
meta: BenchmarksAAMeta;
|
|
9
|
-
};
|
|
10
|
-
/** @internal */
|
|
11
|
-
export declare const BenchmarksAAResponse$inboundSchema: z.ZodType<BenchmarksAAResponse, unknown>;
|
|
12
|
-
export declare function benchmarksAAResponseFromJSON(jsonString: string): SafeParseResult<BenchmarksAAResponse, SDKValidationError>;
|
|
13
|
-
//# sourceMappingURL=benchmarksaaresponse.d.ts.map
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
* @generated-id: 57a074171835
|
|
4
|
-
*/
|
|
5
|
-
import * as z from "zod/v4";
|
|
6
|
-
import { safeParse } from "../lib/schemas.js";
|
|
7
|
-
import { BenchmarksAAItem$inboundSchema, } from "./benchmarksaaitem.js";
|
|
8
|
-
import { BenchmarksAAMeta$inboundSchema, } from "./benchmarksaameta.js";
|
|
9
|
-
/** @internal */
|
|
10
|
-
export const BenchmarksAAResponse$inboundSchema = z.object({
|
|
11
|
-
data: z.array(BenchmarksAAItem$inboundSchema),
|
|
12
|
-
meta: BenchmarksAAMeta$inboundSchema,
|
|
13
|
-
});
|
|
14
|
-
export function benchmarksAAResponseFromJSON(jsonString) {
|
|
15
|
-
return safeParse(jsonString, (x) => BenchmarksAAResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'BenchmarksAAResponse' from JSON`);
|
|
16
|
-
}
|
|
17
|
-
//# sourceMappingURL=benchmarksaaresponse.js.map
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
import * as z from "zod/v4";
|
|
2
|
-
import { ClosedEnum } from "../types/enums.js";
|
|
3
|
-
import { Result as SafeParseResult } from "../types/fp.js";
|
|
4
|
-
import { SDKValidationError } from "./errors/sdkvalidationerror.js";
|
|
5
|
-
/**
|
|
6
|
-
* ELO range across all returned models for normalization.
|
|
7
|
-
*/
|
|
8
|
-
export type EloBounds = {
|
|
9
|
-
/**
|
|
10
|
-
* Maximum ELO in the result set.
|
|
11
|
-
*/
|
|
12
|
-
max: number;
|
|
13
|
-
/**
|
|
14
|
-
* Minimum ELO in the result set.
|
|
15
|
-
*/
|
|
16
|
-
min: number;
|
|
17
|
-
};
|
|
18
|
-
/**
|
|
19
|
-
* Data source identifier.
|
|
20
|
-
*/
|
|
21
|
-
export declare const BenchmarksDAMetaSource: {
|
|
22
|
-
readonly DesignArena: "design-arena";
|
|
23
|
-
};
|
|
24
|
-
/**
|
|
25
|
-
* Data source identifier.
|
|
26
|
-
*/
|
|
27
|
-
export type BenchmarksDAMetaSource = ClosedEnum<typeof BenchmarksDAMetaSource>;
|
|
28
|
-
/**
|
|
29
|
-
* URL of the upstream data source.
|
|
30
|
-
*/
|
|
31
|
-
export declare const BenchmarksDAMetaSourceUrl: {
|
|
32
|
-
readonly HttpsWwwDesignarenaAi: "https://www.designarena.ai";
|
|
33
|
-
};
|
|
34
|
-
/**
|
|
35
|
-
* URL of the upstream data source.
|
|
36
|
-
*/
|
|
37
|
-
export type BenchmarksDAMetaSourceUrl = ClosedEnum<typeof BenchmarksDAMetaSourceUrl>;
|
|
38
|
-
/**
|
|
39
|
-
* Dataset version.
|
|
40
|
-
*/
|
|
41
|
-
export declare const BenchmarksDAMetaVersion: {
|
|
42
|
-
readonly V1: "v1";
|
|
43
|
-
};
|
|
44
|
-
/**
|
|
45
|
-
* Dataset version.
|
|
46
|
-
*/
|
|
47
|
-
export type BenchmarksDAMetaVersion = ClosedEnum<typeof BenchmarksDAMetaVersion>;
|
|
48
|
-
export type BenchmarksDAMeta = {
|
|
49
|
-
/**
|
|
50
|
-
* The arena filter applied.
|
|
51
|
-
*/
|
|
52
|
-
arena: string;
|
|
53
|
-
/**
|
|
54
|
-
* ISO-8601 timestamp of when this data was generated.
|
|
55
|
-
*/
|
|
56
|
-
asOf: string;
|
|
57
|
-
/**
|
|
58
|
-
* The category filter applied, or null if showing all.
|
|
59
|
-
*/
|
|
60
|
-
category: string | null;
|
|
61
|
-
/**
|
|
62
|
-
* Required attribution when republishing this data.
|
|
63
|
-
*/
|
|
64
|
-
citation: string;
|
|
65
|
-
/**
|
|
66
|
-
* ELO range across all returned models for normalization.
|
|
67
|
-
*/
|
|
68
|
-
eloBounds: EloBounds;
|
|
69
|
-
/**
|
|
70
|
-
* Number of unique models in the response.
|
|
71
|
-
*/
|
|
72
|
-
modelCount: number;
|
|
73
|
-
/**
|
|
74
|
-
* Data source identifier.
|
|
75
|
-
*/
|
|
76
|
-
source: BenchmarksDAMetaSource;
|
|
77
|
-
/**
|
|
78
|
-
* URL of the upstream data source.
|
|
79
|
-
*/
|
|
80
|
-
sourceUrl: BenchmarksDAMetaSourceUrl;
|
|
81
|
-
/**
|
|
82
|
-
* Dataset version.
|
|
83
|
-
*/
|
|
84
|
-
version: BenchmarksDAMetaVersion;
|
|
85
|
-
};
|
|
86
|
-
/** @internal */
|
|
87
|
-
export declare const EloBounds$inboundSchema: z.ZodType<EloBounds, unknown>;
|
|
88
|
-
export declare function eloBoundsFromJSON(jsonString: string): SafeParseResult<EloBounds, SDKValidationError>;
|
|
89
|
-
/** @internal */
|
|
90
|
-
export declare const BenchmarksDAMetaSource$inboundSchema: z.ZodEnum<typeof BenchmarksDAMetaSource>;
|
|
91
|
-
/** @internal */
|
|
92
|
-
export declare const BenchmarksDAMetaSourceUrl$inboundSchema: z.ZodEnum<typeof BenchmarksDAMetaSourceUrl>;
|
|
93
|
-
/** @internal */
|
|
94
|
-
export declare const BenchmarksDAMetaVersion$inboundSchema: z.ZodEnum<typeof BenchmarksDAMetaVersion>;
|
|
95
|
-
/** @internal */
|
|
96
|
-
export declare const BenchmarksDAMeta$inboundSchema: z.ZodType<BenchmarksDAMeta, unknown>;
|
|
97
|
-
export declare function benchmarksDAMetaFromJSON(jsonString: string): SafeParseResult<BenchmarksDAMeta, SDKValidationError>;
|
|
98
|
-
//# sourceMappingURL=benchmarksdameta.d.ts.map
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
* @generated-id: caee78d8918e
|
|
4
|
-
*/
|
|
5
|
-
import * as z from "zod/v4";
|
|
6
|
-
import { remap as remap$ } from "../lib/primitives.js";
|
|
7
|
-
import { safeParse } from "../lib/schemas.js";
|
|
8
|
-
/**
|
|
9
|
-
* Data source identifier.
|
|
10
|
-
*/
|
|
11
|
-
export const BenchmarksDAMetaSource = {
|
|
12
|
-
DesignArena: "design-arena",
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* URL of the upstream data source.
|
|
16
|
-
*/
|
|
17
|
-
export const BenchmarksDAMetaSourceUrl = {
|
|
18
|
-
HttpsWwwDesignarenaAi: "https://www.designarena.ai",
|
|
19
|
-
};
|
|
20
|
-
/**
|
|
21
|
-
* Dataset version.
|
|
22
|
-
*/
|
|
23
|
-
export const BenchmarksDAMetaVersion = {
|
|
24
|
-
V1: "v1",
|
|
25
|
-
};
|
|
26
|
-
/** @internal */
|
|
27
|
-
export const EloBounds$inboundSchema = z.object({
|
|
28
|
-
max: z.number(),
|
|
29
|
-
min: z.number(),
|
|
30
|
-
});
|
|
31
|
-
export function eloBoundsFromJSON(jsonString) {
|
|
32
|
-
return safeParse(jsonString, (x) => EloBounds$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EloBounds' from JSON`);
|
|
33
|
-
}
|
|
34
|
-
/** @internal */
|
|
35
|
-
export const BenchmarksDAMetaSource$inboundSchema = z.enum(BenchmarksDAMetaSource);
|
|
36
|
-
/** @internal */
|
|
37
|
-
export const BenchmarksDAMetaSourceUrl$inboundSchema = z.enum(BenchmarksDAMetaSourceUrl);
|
|
38
|
-
/** @internal */
|
|
39
|
-
export const BenchmarksDAMetaVersion$inboundSchema = z.enum(BenchmarksDAMetaVersion);
|
|
40
|
-
/** @internal */
|
|
41
|
-
export const BenchmarksDAMeta$inboundSchema = z.object({
|
|
42
|
-
arena: z.string(),
|
|
43
|
-
as_of: z.string(),
|
|
44
|
-
category: z.nullable(z.string()),
|
|
45
|
-
citation: z.string(),
|
|
46
|
-
elo_bounds: z.lazy(() => EloBounds$inboundSchema),
|
|
47
|
-
model_count: z.int(),
|
|
48
|
-
source: BenchmarksDAMetaSource$inboundSchema,
|
|
49
|
-
source_url: BenchmarksDAMetaSourceUrl$inboundSchema,
|
|
50
|
-
version: BenchmarksDAMetaVersion$inboundSchema,
|
|
51
|
-
}).transform((v) => {
|
|
52
|
-
return remap$(v, {
|
|
53
|
-
"as_of": "asOf",
|
|
54
|
-
"elo_bounds": "eloBounds",
|
|
55
|
-
"model_count": "modelCount",
|
|
56
|
-
"source_url": "sourceUrl",
|
|
57
|
-
});
|
|
58
|
-
});
|
|
59
|
-
export function benchmarksDAMetaFromJSON(jsonString) {
|
|
60
|
-
return safeParse(jsonString, (x) => BenchmarksDAMeta$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'BenchmarksDAMeta' from JSON`);
|
|
61
|
-
}
|
|
62
|
-
//# sourceMappingURL=benchmarksdameta.js.map
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as z from "zod/v4";
|
|
2
|
-
import { Result as SafeParseResult } from "../types/fp.js";
|
|
3
|
-
import { BenchmarksDAItem } from "./benchmarksdaitem.js";
|
|
4
|
-
import { BenchmarksDAMeta } from "./benchmarksdameta.js";
|
|
5
|
-
import { SDKValidationError } from "./errors/sdkvalidationerror.js";
|
|
6
|
-
export type BenchmarksDAResponse = {
|
|
7
|
-
data: Array<BenchmarksDAItem>;
|
|
8
|
-
meta: BenchmarksDAMeta;
|
|
9
|
-
};
|
|
10
|
-
/** @internal */
|
|
11
|
-
export declare const BenchmarksDAResponse$inboundSchema: z.ZodType<BenchmarksDAResponse, unknown>;
|
|
12
|
-
export declare function benchmarksDAResponseFromJSON(jsonString: string): SafeParseResult<BenchmarksDAResponse, SDKValidationError>;
|
|
13
|
-
//# sourceMappingURL=benchmarksdaresponse.d.ts.map
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
* @generated-id: ea90fb0e8882
|
|
4
|
-
*/
|
|
5
|
-
import * as z from "zod/v4";
|
|
6
|
-
import { safeParse } from "../lib/schemas.js";
|
|
7
|
-
import { BenchmarksDAItem$inboundSchema, } from "./benchmarksdaitem.js";
|
|
8
|
-
import { BenchmarksDAMeta$inboundSchema, } from "./benchmarksdameta.js";
|
|
9
|
-
/** @internal */
|
|
10
|
-
export const BenchmarksDAResponse$inboundSchema = z.object({
|
|
11
|
-
data: z.array(BenchmarksDAItem$inboundSchema),
|
|
12
|
-
meta: BenchmarksDAMeta$inboundSchema,
|
|
13
|
-
});
|
|
14
|
-
export function benchmarksDAResponseFromJSON(jsonString) {
|
|
15
|
-
return safeParse(jsonString, (x) => BenchmarksDAResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'BenchmarksDAResponse' from JSON`);
|
|
16
|
-
}
|
|
17
|
-
//# sourceMappingURL=benchmarksdaresponse.js.map
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
* @generated-id: 1b7863e0088a
|
|
4
|
-
*/
|
|
5
|
-
import * as z from "zod/v4";
|
|
6
|
-
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
-
/** @internal */
|
|
8
|
-
export const GetBenchmarksArtificialAnalysisRequest$outboundSchema = z.object({
|
|
9
|
-
httpReferer: z.string().optional(),
|
|
10
|
-
appTitle: z.string().optional(),
|
|
11
|
-
appCategories: z.string().optional(),
|
|
12
|
-
maxResults: z.int().default(50),
|
|
13
|
-
}).transform((v) => {
|
|
14
|
-
return remap$(v, {
|
|
15
|
-
httpReferer: "HTTP-Referer",
|
|
16
|
-
maxResults: "max_results",
|
|
17
|
-
});
|
|
18
|
-
});
|
|
19
|
-
export function getBenchmarksArtificialAnalysisRequestToJSON(getBenchmarksArtificialAnalysisRequest) {
|
|
20
|
-
return JSON.stringify(GetBenchmarksArtificialAnalysisRequest$outboundSchema.parse(getBenchmarksArtificialAnalysisRequest));
|
|
21
|
-
}
|
|
22
|
-
//# sourceMappingURL=getbenchmarksartificialanalysis.js.map
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
* @generated-id: 86e27de57b33
|
|
4
|
-
*/
|
|
5
|
-
import * as z from "zod/v4";
|
|
6
|
-
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
-
import * as openEnums from "../../types/enums.js";
|
|
8
|
-
/**
|
|
9
|
-
* Arena to query. Defaults to `models`.
|
|
10
|
-
*/
|
|
11
|
-
export const Arena = {
|
|
12
|
-
Models: "models",
|
|
13
|
-
Builders: "builders",
|
|
14
|
-
Agents: "agents",
|
|
15
|
-
};
|
|
16
|
-
/** @internal */
|
|
17
|
-
export const Arena$outboundSchema = openEnums
|
|
18
|
-
.outboundSchema(Arena);
|
|
19
|
-
/** @internal */
|
|
20
|
-
export const GetBenchmarksDesignArenaRequest$outboundSchema = z.object({
|
|
21
|
-
httpReferer: z.string().optional(),
|
|
22
|
-
appTitle: z.string().optional(),
|
|
23
|
-
appCategories: z.string().optional(),
|
|
24
|
-
arena: Arena$outboundSchema.default("models"),
|
|
25
|
-
category: z.string().optional(),
|
|
26
|
-
maxResults: z.int().default(50),
|
|
27
|
-
}).transform((v) => {
|
|
28
|
-
return remap$(v, {
|
|
29
|
-
httpReferer: "HTTP-Referer",
|
|
30
|
-
maxResults: "max_results",
|
|
31
|
-
});
|
|
32
|
-
});
|
|
33
|
-
export function getBenchmarksDesignArenaRequestToJSON(getBenchmarksDesignArenaRequest) {
|
|
34
|
-
return JSON.stringify(GetBenchmarksDesignArenaRequest$outboundSchema.parse(getBenchmarksDesignArenaRequest));
|
|
35
|
-
}
|
|
36
|
-
//# sourceMappingURL=getbenchmarksdesignarena.js.map
|