@ember-home/unbound-ts-client 1.0.89 → 1.0.90
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/dist/index.d.mts +26 -26
- package/dist/index.d.ts +26 -26
- package/dist/index.js +42 -45
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +42 -45
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -5,7 +5,7 @@ import { RawAxiosRequestConfig, AxiosInstance, AxiosPromise } from 'axios';
|
|
|
5
5
|
* FastAPI
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0.
|
|
8
|
+
* The version of the OpenAPI document: 1.0.90
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -97,7 +97,7 @@ declare class Configuration {
|
|
|
97
97
|
* FastAPI
|
|
98
98
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
99
99
|
*
|
|
100
|
-
* The version of the OpenAPI document: 1.0.
|
|
100
|
+
* The version of the OpenAPI document: 1.0.90
|
|
101
101
|
*
|
|
102
102
|
*
|
|
103
103
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -10052,11 +10052,11 @@ declare const MlApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
10052
10052
|
/**
|
|
10053
10053
|
*
|
|
10054
10054
|
* @summary Create bgeBase embeddings
|
|
10055
|
-
* @param {string}
|
|
10055
|
+
* @param {Array<string>} requestBody
|
|
10056
10056
|
* @param {*} [options] Override http request option.
|
|
10057
10057
|
* @throws {RequiredError}
|
|
10058
10058
|
*/
|
|
10059
|
-
bgeBaseEmbedding384Create: (
|
|
10059
|
+
bgeBaseEmbedding384Create: (requestBody: Array<string>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10060
10060
|
};
|
|
10061
10061
|
/**
|
|
10062
10062
|
* MlApi - functional programming interface
|
|
@@ -10066,11 +10066,11 @@ declare const MlApiFp: (configuration?: Configuration) => {
|
|
|
10066
10066
|
/**
|
|
10067
10067
|
*
|
|
10068
10068
|
* @summary Create bgeBase embeddings
|
|
10069
|
-
* @param {string}
|
|
10069
|
+
* @param {Array<string>} requestBody
|
|
10070
10070
|
* @param {*} [options] Override http request option.
|
|
10071
10071
|
* @throws {RequiredError}
|
|
10072
10072
|
*/
|
|
10073
|
-
bgeBaseEmbedding384Create(
|
|
10073
|
+
bgeBaseEmbedding384Create(requestBody: Array<string>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Array<number>>>>;
|
|
10074
10074
|
};
|
|
10075
10075
|
/**
|
|
10076
10076
|
* MlApi - factory interface
|
|
@@ -10080,11 +10080,11 @@ declare const MlApiFactory: (configuration?: Configuration, basePath?: string, a
|
|
|
10080
10080
|
/**
|
|
10081
10081
|
*
|
|
10082
10082
|
* @summary Create bgeBase embeddings
|
|
10083
|
-
* @param {string}
|
|
10083
|
+
* @param {Array<string>} requestBody
|
|
10084
10084
|
* @param {*} [options] Override http request option.
|
|
10085
10085
|
* @throws {RequiredError}
|
|
10086
10086
|
*/
|
|
10087
|
-
bgeBaseEmbedding384Create(
|
|
10087
|
+
bgeBaseEmbedding384Create(requestBody: Array<string>, options?: RawAxiosRequestConfig): AxiosPromise<Array<Array<number>>>;
|
|
10088
10088
|
};
|
|
10089
10089
|
/**
|
|
10090
10090
|
* MlApi - object-oriented interface
|
|
@@ -10096,12 +10096,12 @@ declare class MlApi extends BaseAPI {
|
|
|
10096
10096
|
/**
|
|
10097
10097
|
*
|
|
10098
10098
|
* @summary Create bgeBase embeddings
|
|
10099
|
-
* @param {string}
|
|
10099
|
+
* @param {Array<string>} requestBody
|
|
10100
10100
|
* @param {*} [options] Override http request option.
|
|
10101
10101
|
* @throws {RequiredError}
|
|
10102
10102
|
* @memberof MlApi
|
|
10103
10103
|
*/
|
|
10104
|
-
bgeBaseEmbedding384Create(
|
|
10104
|
+
bgeBaseEmbedding384Create(requestBody: Array<string>, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<number[][], any>>;
|
|
10105
10105
|
}
|
|
10106
10106
|
/**
|
|
10107
10107
|
* NotificationsApi - axios parameter creator
|
|
@@ -11039,19 +11039,19 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11039
11039
|
/**
|
|
11040
11040
|
*
|
|
11041
11041
|
* @summary Create bgeBase embeddings
|
|
11042
|
-
* @param {string}
|
|
11042
|
+
* @param {Array<string>} requestBody
|
|
11043
11043
|
* @param {*} [options] Override http request option.
|
|
11044
11044
|
* @throws {RequiredError}
|
|
11045
11045
|
*/
|
|
11046
|
-
bgeBaseEmbedding384Create: (
|
|
11046
|
+
bgeBaseEmbedding384Create: (requestBody: Array<string>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11047
11047
|
/**
|
|
11048
11048
|
*
|
|
11049
11049
|
* @summary Create bgeBase embeddings
|
|
11050
|
-
* @param {string}
|
|
11050
|
+
* @param {Array<string>} requestBody
|
|
11051
11051
|
* @param {*} [options] Override http request option.
|
|
11052
11052
|
* @throws {RequiredError}
|
|
11053
11053
|
*/
|
|
11054
|
-
bgeBaseEmbedding384Create_5: (
|
|
11054
|
+
bgeBaseEmbedding384Create_5: (requestBody: Array<string>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11055
11055
|
/**
|
|
11056
11056
|
*
|
|
11057
11057
|
* @summary Communities Create
|
|
@@ -12381,19 +12381,19 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12381
12381
|
/**
|
|
12382
12382
|
*
|
|
12383
12383
|
* @summary Create bgeBase embeddings
|
|
12384
|
-
* @param {string}
|
|
12384
|
+
* @param {Array<string>} requestBody
|
|
12385
12385
|
* @param {*} [options] Override http request option.
|
|
12386
12386
|
* @throws {RequiredError}
|
|
12387
12387
|
*/
|
|
12388
|
-
bgeBaseEmbedding384Create(
|
|
12388
|
+
bgeBaseEmbedding384Create(requestBody: Array<string>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Array<number>>>>;
|
|
12389
12389
|
/**
|
|
12390
12390
|
*
|
|
12391
12391
|
* @summary Create bgeBase embeddings
|
|
12392
|
-
* @param {string}
|
|
12392
|
+
* @param {Array<string>} requestBody
|
|
12393
12393
|
* @param {*} [options] Override http request option.
|
|
12394
12394
|
* @throws {RequiredError}
|
|
12395
12395
|
*/
|
|
12396
|
-
bgeBaseEmbedding384Create_5(
|
|
12396
|
+
bgeBaseEmbedding384Create_5(requestBody: Array<string>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Array<number>>>>;
|
|
12397
12397
|
/**
|
|
12398
12398
|
*
|
|
12399
12399
|
* @summary Communities Create
|
|
@@ -13723,19 +13723,19 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13723
13723
|
/**
|
|
13724
13724
|
*
|
|
13725
13725
|
* @summary Create bgeBase embeddings
|
|
13726
|
-
* @param {string}
|
|
13726
|
+
* @param {Array<string>} requestBody
|
|
13727
13727
|
* @param {*} [options] Override http request option.
|
|
13728
13728
|
* @throws {RequiredError}
|
|
13729
13729
|
*/
|
|
13730
|
-
bgeBaseEmbedding384Create(
|
|
13730
|
+
bgeBaseEmbedding384Create(requestBody: Array<string>, options?: RawAxiosRequestConfig): AxiosPromise<Array<Array<number>>>;
|
|
13731
13731
|
/**
|
|
13732
13732
|
*
|
|
13733
13733
|
* @summary Create bgeBase embeddings
|
|
13734
|
-
* @param {string}
|
|
13734
|
+
* @param {Array<string>} requestBody
|
|
13735
13735
|
* @param {*} [options] Override http request option.
|
|
13736
13736
|
* @throws {RequiredError}
|
|
13737
13737
|
*/
|
|
13738
|
-
bgeBaseEmbedding384Create_5(
|
|
13738
|
+
bgeBaseEmbedding384Create_5(requestBody: Array<string>, options?: RawAxiosRequestConfig): AxiosPromise<Array<Array<number>>>;
|
|
13739
13739
|
/**
|
|
13740
13740
|
*
|
|
13741
13741
|
* @summary Communities Create
|
|
@@ -15077,21 +15077,21 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15077
15077
|
/**
|
|
15078
15078
|
*
|
|
15079
15079
|
* @summary Create bgeBase embeddings
|
|
15080
|
-
* @param {string}
|
|
15080
|
+
* @param {Array<string>} requestBody
|
|
15081
15081
|
* @param {*} [options] Override http request option.
|
|
15082
15082
|
* @throws {RequiredError}
|
|
15083
15083
|
* @memberof UnboundApi
|
|
15084
15084
|
*/
|
|
15085
|
-
bgeBaseEmbedding384Create(
|
|
15085
|
+
bgeBaseEmbedding384Create(requestBody: Array<string>, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<number[][], any>>;
|
|
15086
15086
|
/**
|
|
15087
15087
|
*
|
|
15088
15088
|
* @summary Create bgeBase embeddings
|
|
15089
|
-
* @param {string}
|
|
15089
|
+
* @param {Array<string>} requestBody
|
|
15090
15090
|
* @param {*} [options] Override http request option.
|
|
15091
15091
|
* @throws {RequiredError}
|
|
15092
15092
|
* @memberof UnboundApi
|
|
15093
15093
|
*/
|
|
15094
|
-
bgeBaseEmbedding384Create_5(
|
|
15094
|
+
bgeBaseEmbedding384Create_5(requestBody: Array<string>, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<number[][], any>>;
|
|
15095
15095
|
/**
|
|
15096
15096
|
*
|
|
15097
15097
|
* @summary Communities Create
|
package/dist/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import { RawAxiosRequestConfig, AxiosInstance, AxiosPromise } from 'axios';
|
|
|
5
5
|
* FastAPI
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0.
|
|
8
|
+
* The version of the OpenAPI document: 1.0.90
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -97,7 +97,7 @@ declare class Configuration {
|
|
|
97
97
|
* FastAPI
|
|
98
98
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
99
99
|
*
|
|
100
|
-
* The version of the OpenAPI document: 1.0.
|
|
100
|
+
* The version of the OpenAPI document: 1.0.90
|
|
101
101
|
*
|
|
102
102
|
*
|
|
103
103
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -10052,11 +10052,11 @@ declare const MlApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
10052
10052
|
/**
|
|
10053
10053
|
*
|
|
10054
10054
|
* @summary Create bgeBase embeddings
|
|
10055
|
-
* @param {string}
|
|
10055
|
+
* @param {Array<string>} requestBody
|
|
10056
10056
|
* @param {*} [options] Override http request option.
|
|
10057
10057
|
* @throws {RequiredError}
|
|
10058
10058
|
*/
|
|
10059
|
-
bgeBaseEmbedding384Create: (
|
|
10059
|
+
bgeBaseEmbedding384Create: (requestBody: Array<string>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10060
10060
|
};
|
|
10061
10061
|
/**
|
|
10062
10062
|
* MlApi - functional programming interface
|
|
@@ -10066,11 +10066,11 @@ declare const MlApiFp: (configuration?: Configuration) => {
|
|
|
10066
10066
|
/**
|
|
10067
10067
|
*
|
|
10068
10068
|
* @summary Create bgeBase embeddings
|
|
10069
|
-
* @param {string}
|
|
10069
|
+
* @param {Array<string>} requestBody
|
|
10070
10070
|
* @param {*} [options] Override http request option.
|
|
10071
10071
|
* @throws {RequiredError}
|
|
10072
10072
|
*/
|
|
10073
|
-
bgeBaseEmbedding384Create(
|
|
10073
|
+
bgeBaseEmbedding384Create(requestBody: Array<string>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Array<number>>>>;
|
|
10074
10074
|
};
|
|
10075
10075
|
/**
|
|
10076
10076
|
* MlApi - factory interface
|
|
@@ -10080,11 +10080,11 @@ declare const MlApiFactory: (configuration?: Configuration, basePath?: string, a
|
|
|
10080
10080
|
/**
|
|
10081
10081
|
*
|
|
10082
10082
|
* @summary Create bgeBase embeddings
|
|
10083
|
-
* @param {string}
|
|
10083
|
+
* @param {Array<string>} requestBody
|
|
10084
10084
|
* @param {*} [options] Override http request option.
|
|
10085
10085
|
* @throws {RequiredError}
|
|
10086
10086
|
*/
|
|
10087
|
-
bgeBaseEmbedding384Create(
|
|
10087
|
+
bgeBaseEmbedding384Create(requestBody: Array<string>, options?: RawAxiosRequestConfig): AxiosPromise<Array<Array<number>>>;
|
|
10088
10088
|
};
|
|
10089
10089
|
/**
|
|
10090
10090
|
* MlApi - object-oriented interface
|
|
@@ -10096,12 +10096,12 @@ declare class MlApi extends BaseAPI {
|
|
|
10096
10096
|
/**
|
|
10097
10097
|
*
|
|
10098
10098
|
* @summary Create bgeBase embeddings
|
|
10099
|
-
* @param {string}
|
|
10099
|
+
* @param {Array<string>} requestBody
|
|
10100
10100
|
* @param {*} [options] Override http request option.
|
|
10101
10101
|
* @throws {RequiredError}
|
|
10102
10102
|
* @memberof MlApi
|
|
10103
10103
|
*/
|
|
10104
|
-
bgeBaseEmbedding384Create(
|
|
10104
|
+
bgeBaseEmbedding384Create(requestBody: Array<string>, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<number[][], any>>;
|
|
10105
10105
|
}
|
|
10106
10106
|
/**
|
|
10107
10107
|
* NotificationsApi - axios parameter creator
|
|
@@ -11039,19 +11039,19 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11039
11039
|
/**
|
|
11040
11040
|
*
|
|
11041
11041
|
* @summary Create bgeBase embeddings
|
|
11042
|
-
* @param {string}
|
|
11042
|
+
* @param {Array<string>} requestBody
|
|
11043
11043
|
* @param {*} [options] Override http request option.
|
|
11044
11044
|
* @throws {RequiredError}
|
|
11045
11045
|
*/
|
|
11046
|
-
bgeBaseEmbedding384Create: (
|
|
11046
|
+
bgeBaseEmbedding384Create: (requestBody: Array<string>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11047
11047
|
/**
|
|
11048
11048
|
*
|
|
11049
11049
|
* @summary Create bgeBase embeddings
|
|
11050
|
-
* @param {string}
|
|
11050
|
+
* @param {Array<string>} requestBody
|
|
11051
11051
|
* @param {*} [options] Override http request option.
|
|
11052
11052
|
* @throws {RequiredError}
|
|
11053
11053
|
*/
|
|
11054
|
-
bgeBaseEmbedding384Create_5: (
|
|
11054
|
+
bgeBaseEmbedding384Create_5: (requestBody: Array<string>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11055
11055
|
/**
|
|
11056
11056
|
*
|
|
11057
11057
|
* @summary Communities Create
|
|
@@ -12381,19 +12381,19 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12381
12381
|
/**
|
|
12382
12382
|
*
|
|
12383
12383
|
* @summary Create bgeBase embeddings
|
|
12384
|
-
* @param {string}
|
|
12384
|
+
* @param {Array<string>} requestBody
|
|
12385
12385
|
* @param {*} [options] Override http request option.
|
|
12386
12386
|
* @throws {RequiredError}
|
|
12387
12387
|
*/
|
|
12388
|
-
bgeBaseEmbedding384Create(
|
|
12388
|
+
bgeBaseEmbedding384Create(requestBody: Array<string>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Array<number>>>>;
|
|
12389
12389
|
/**
|
|
12390
12390
|
*
|
|
12391
12391
|
* @summary Create bgeBase embeddings
|
|
12392
|
-
* @param {string}
|
|
12392
|
+
* @param {Array<string>} requestBody
|
|
12393
12393
|
* @param {*} [options] Override http request option.
|
|
12394
12394
|
* @throws {RequiredError}
|
|
12395
12395
|
*/
|
|
12396
|
-
bgeBaseEmbedding384Create_5(
|
|
12396
|
+
bgeBaseEmbedding384Create_5(requestBody: Array<string>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Array<number>>>>;
|
|
12397
12397
|
/**
|
|
12398
12398
|
*
|
|
12399
12399
|
* @summary Communities Create
|
|
@@ -13723,19 +13723,19 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13723
13723
|
/**
|
|
13724
13724
|
*
|
|
13725
13725
|
* @summary Create bgeBase embeddings
|
|
13726
|
-
* @param {string}
|
|
13726
|
+
* @param {Array<string>} requestBody
|
|
13727
13727
|
* @param {*} [options] Override http request option.
|
|
13728
13728
|
* @throws {RequiredError}
|
|
13729
13729
|
*/
|
|
13730
|
-
bgeBaseEmbedding384Create(
|
|
13730
|
+
bgeBaseEmbedding384Create(requestBody: Array<string>, options?: RawAxiosRequestConfig): AxiosPromise<Array<Array<number>>>;
|
|
13731
13731
|
/**
|
|
13732
13732
|
*
|
|
13733
13733
|
* @summary Create bgeBase embeddings
|
|
13734
|
-
* @param {string}
|
|
13734
|
+
* @param {Array<string>} requestBody
|
|
13735
13735
|
* @param {*} [options] Override http request option.
|
|
13736
13736
|
* @throws {RequiredError}
|
|
13737
13737
|
*/
|
|
13738
|
-
bgeBaseEmbedding384Create_5(
|
|
13738
|
+
bgeBaseEmbedding384Create_5(requestBody: Array<string>, options?: RawAxiosRequestConfig): AxiosPromise<Array<Array<number>>>;
|
|
13739
13739
|
/**
|
|
13740
13740
|
*
|
|
13741
13741
|
* @summary Communities Create
|
|
@@ -15077,21 +15077,21 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15077
15077
|
/**
|
|
15078
15078
|
*
|
|
15079
15079
|
* @summary Create bgeBase embeddings
|
|
15080
|
-
* @param {string}
|
|
15080
|
+
* @param {Array<string>} requestBody
|
|
15081
15081
|
* @param {*} [options] Override http request option.
|
|
15082
15082
|
* @throws {RequiredError}
|
|
15083
15083
|
* @memberof UnboundApi
|
|
15084
15084
|
*/
|
|
15085
|
-
bgeBaseEmbedding384Create(
|
|
15085
|
+
bgeBaseEmbedding384Create(requestBody: Array<string>, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<number[][], any>>;
|
|
15086
15086
|
/**
|
|
15087
15087
|
*
|
|
15088
15088
|
* @summary Create bgeBase embeddings
|
|
15089
|
-
* @param {string}
|
|
15089
|
+
* @param {Array<string>} requestBody
|
|
15090
15090
|
* @param {*} [options] Override http request option.
|
|
15091
15091
|
* @throws {RequiredError}
|
|
15092
15092
|
* @memberof UnboundApi
|
|
15093
15093
|
*/
|
|
15094
|
-
bgeBaseEmbedding384Create_5(
|
|
15094
|
+
bgeBaseEmbedding384Create_5(requestBody: Array<string>, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<number[][], any>>;
|
|
15095
15095
|
/**
|
|
15096
15096
|
*
|
|
15097
15097
|
* @summary Communities Create
|
package/dist/index.js
CHANGED
|
@@ -4758,12 +4758,12 @@ var MlApiAxiosParamCreator = function(configuration) {
|
|
|
4758
4758
|
/**
|
|
4759
4759
|
*
|
|
4760
4760
|
* @summary Create bgeBase embeddings
|
|
4761
|
-
* @param {string}
|
|
4761
|
+
* @param {Array<string>} requestBody
|
|
4762
4762
|
* @param {*} [options] Override http request option.
|
|
4763
4763
|
* @throws {RequiredError}
|
|
4764
4764
|
*/
|
|
4765
|
-
bgeBaseEmbedding384Create: async (
|
|
4766
|
-
assertParamExists("bgeBaseEmbedding384Create", "
|
|
4765
|
+
bgeBaseEmbedding384Create: async (requestBody, options = {}) => {
|
|
4766
|
+
assertParamExists("bgeBaseEmbedding384Create", "requestBody", requestBody);
|
|
4767
4767
|
const localVarPath = `/v1/bgeBaseEmbedding384`;
|
|
4768
4768
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4769
4769
|
let baseOptions;
|
|
@@ -4773,12 +4773,11 @@ var MlApiAxiosParamCreator = function(configuration) {
|
|
|
4773
4773
|
const localVarRequestOptions = { method: "POST", ...baseOptions, ...options };
|
|
4774
4774
|
const localVarHeaderParameter = {};
|
|
4775
4775
|
const localVarQueryParameter = {};
|
|
4776
|
-
|
|
4777
|
-
localVarQueryParameter["chunk"] = chunk;
|
|
4778
|
-
}
|
|
4776
|
+
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
4779
4777
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4780
4778
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4781
4779
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
4780
|
+
localVarRequestOptions.data = serializeDataIfNeeded(requestBody, localVarRequestOptions, configuration);
|
|
4782
4781
|
return {
|
|
4783
4782
|
url: toPathString(localVarUrlObj),
|
|
4784
4783
|
options: localVarRequestOptions
|
|
@@ -4792,12 +4791,12 @@ var MlApiFp = function(configuration) {
|
|
|
4792
4791
|
/**
|
|
4793
4792
|
*
|
|
4794
4793
|
* @summary Create bgeBase embeddings
|
|
4795
|
-
* @param {string}
|
|
4794
|
+
* @param {Array<string>} requestBody
|
|
4796
4795
|
* @param {*} [options] Override http request option.
|
|
4797
4796
|
* @throws {RequiredError}
|
|
4798
4797
|
*/
|
|
4799
|
-
async bgeBaseEmbedding384Create(
|
|
4800
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.bgeBaseEmbedding384Create(
|
|
4798
|
+
async bgeBaseEmbedding384Create(requestBody, options) {
|
|
4799
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.bgeBaseEmbedding384Create(requestBody, options);
|
|
4801
4800
|
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _238 => _238.serverIndex]), () => ( 0));
|
|
4802
4801
|
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _239 => _239["MlApi.bgeBaseEmbedding384Create"], 'optionalAccess', _240 => _240[localVarOperationServerIndex], 'optionalAccess', _241 => _241.url]);
|
|
4803
4802
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -4810,12 +4809,12 @@ var MlApiFactory = function(configuration, basePath, axios) {
|
|
|
4810
4809
|
/**
|
|
4811
4810
|
*
|
|
4812
4811
|
* @summary Create bgeBase embeddings
|
|
4813
|
-
* @param {string}
|
|
4812
|
+
* @param {Array<string>} requestBody
|
|
4814
4813
|
* @param {*} [options] Override http request option.
|
|
4815
4814
|
* @throws {RequiredError}
|
|
4816
4815
|
*/
|
|
4817
|
-
bgeBaseEmbedding384Create(
|
|
4818
|
-
return localVarFp.bgeBaseEmbedding384Create(
|
|
4816
|
+
bgeBaseEmbedding384Create(requestBody, options) {
|
|
4817
|
+
return localVarFp.bgeBaseEmbedding384Create(requestBody, options).then((request) => request(axios, basePath));
|
|
4819
4818
|
}
|
|
4820
4819
|
};
|
|
4821
4820
|
};
|
|
@@ -4823,13 +4822,13 @@ var MlApi = class extends BaseAPI {
|
|
|
4823
4822
|
/**
|
|
4824
4823
|
*
|
|
4825
4824
|
* @summary Create bgeBase embeddings
|
|
4826
|
-
* @param {string}
|
|
4825
|
+
* @param {Array<string>} requestBody
|
|
4827
4826
|
* @param {*} [options] Override http request option.
|
|
4828
4827
|
* @throws {RequiredError}
|
|
4829
4828
|
* @memberof MlApi
|
|
4830
4829
|
*/
|
|
4831
|
-
bgeBaseEmbedding384Create(
|
|
4832
|
-
return MlApiFp(this.configuration).bgeBaseEmbedding384Create(
|
|
4830
|
+
bgeBaseEmbedding384Create(requestBody, options) {
|
|
4831
|
+
return MlApiFp(this.configuration).bgeBaseEmbedding384Create(requestBody, options).then((request) => request(this.axios, this.basePath));
|
|
4833
4832
|
}
|
|
4834
4833
|
};
|
|
4835
4834
|
var NotificationsApiAxiosParamCreator = function(configuration) {
|
|
@@ -6470,12 +6469,12 @@ var UnboundApiAxiosParamCreator = function(configuration) {
|
|
|
6470
6469
|
/**
|
|
6471
6470
|
*
|
|
6472
6471
|
* @summary Create bgeBase embeddings
|
|
6473
|
-
* @param {string}
|
|
6472
|
+
* @param {Array<string>} requestBody
|
|
6474
6473
|
* @param {*} [options] Override http request option.
|
|
6475
6474
|
* @throws {RequiredError}
|
|
6476
6475
|
*/
|
|
6477
|
-
bgeBaseEmbedding384Create: async (
|
|
6478
|
-
assertParamExists("bgeBaseEmbedding384Create", "
|
|
6476
|
+
bgeBaseEmbedding384Create: async (requestBody, options = {}) => {
|
|
6477
|
+
assertParamExists("bgeBaseEmbedding384Create", "requestBody", requestBody);
|
|
6479
6478
|
const localVarPath = `/v1/bgeBaseEmbedding384`;
|
|
6480
6479
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
6481
6480
|
let baseOptions;
|
|
@@ -6485,12 +6484,11 @@ var UnboundApiAxiosParamCreator = function(configuration) {
|
|
|
6485
6484
|
const localVarRequestOptions = { method: "POST", ...baseOptions, ...options };
|
|
6486
6485
|
const localVarHeaderParameter = {};
|
|
6487
6486
|
const localVarQueryParameter = {};
|
|
6488
|
-
|
|
6489
|
-
localVarQueryParameter["chunk"] = chunk;
|
|
6490
|
-
}
|
|
6487
|
+
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
6491
6488
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6492
6489
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6493
6490
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
6491
|
+
localVarRequestOptions.data = serializeDataIfNeeded(requestBody, localVarRequestOptions, configuration);
|
|
6494
6492
|
return {
|
|
6495
6493
|
url: toPathString(localVarUrlObj),
|
|
6496
6494
|
options: localVarRequestOptions
|
|
@@ -6499,12 +6497,12 @@ var UnboundApiAxiosParamCreator = function(configuration) {
|
|
|
6499
6497
|
/**
|
|
6500
6498
|
*
|
|
6501
6499
|
* @summary Create bgeBase embeddings
|
|
6502
|
-
* @param {string}
|
|
6500
|
+
* @param {Array<string>} requestBody
|
|
6503
6501
|
* @param {*} [options] Override http request option.
|
|
6504
6502
|
* @throws {RequiredError}
|
|
6505
6503
|
*/
|
|
6506
|
-
bgeBaseEmbedding384Create_5: async (
|
|
6507
|
-
assertParamExists("bgeBaseEmbedding384Create_5", "
|
|
6504
|
+
bgeBaseEmbedding384Create_5: async (requestBody, options = {}) => {
|
|
6505
|
+
assertParamExists("bgeBaseEmbedding384Create_5", "requestBody", requestBody);
|
|
6508
6506
|
const localVarPath = `/v1/bgeBaseEmbedding384`;
|
|
6509
6507
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
6510
6508
|
let baseOptions;
|
|
@@ -6514,12 +6512,11 @@ var UnboundApiAxiosParamCreator = function(configuration) {
|
|
|
6514
6512
|
const localVarRequestOptions = { method: "POST", ...baseOptions, ...options };
|
|
6515
6513
|
const localVarHeaderParameter = {};
|
|
6516
6514
|
const localVarQueryParameter = {};
|
|
6517
|
-
|
|
6518
|
-
localVarQueryParameter["chunk"] = chunk;
|
|
6519
|
-
}
|
|
6515
|
+
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
6520
6516
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6521
6517
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6522
6518
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
6519
|
+
localVarRequestOptions.data = serializeDataIfNeeded(requestBody, localVarRequestOptions, configuration);
|
|
6523
6520
|
return {
|
|
6524
6521
|
url: toPathString(localVarUrlObj),
|
|
6525
6522
|
options: localVarRequestOptions
|
|
@@ -10862,12 +10859,12 @@ var UnboundApiFp = function(configuration) {
|
|
|
10862
10859
|
/**
|
|
10863
10860
|
*
|
|
10864
10861
|
* @summary Create bgeBase embeddings
|
|
10865
|
-
* @param {string}
|
|
10862
|
+
* @param {Array<string>} requestBody
|
|
10866
10863
|
* @param {*} [options] Override http request option.
|
|
10867
10864
|
* @throws {RequiredError}
|
|
10868
10865
|
*/
|
|
10869
|
-
async bgeBaseEmbedding384Create(
|
|
10870
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.bgeBaseEmbedding384Create(
|
|
10866
|
+
async bgeBaseEmbedding384Create(requestBody, options) {
|
|
10867
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.bgeBaseEmbedding384Create(requestBody, options);
|
|
10871
10868
|
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _358 => _358.serverIndex]), () => ( 0));
|
|
10872
10869
|
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _359 => _359["UnboundApi.bgeBaseEmbedding384Create"], 'optionalAccess', _360 => _360[localVarOperationServerIndex], 'optionalAccess', _361 => _361.url]);
|
|
10873
10870
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -10875,12 +10872,12 @@ var UnboundApiFp = function(configuration) {
|
|
|
10875
10872
|
/**
|
|
10876
10873
|
*
|
|
10877
10874
|
* @summary Create bgeBase embeddings
|
|
10878
|
-
* @param {string}
|
|
10875
|
+
* @param {Array<string>} requestBody
|
|
10879
10876
|
* @param {*} [options] Override http request option.
|
|
10880
10877
|
* @throws {RequiredError}
|
|
10881
10878
|
*/
|
|
10882
|
-
async bgeBaseEmbedding384Create_5(
|
|
10883
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.bgeBaseEmbedding384Create_5(
|
|
10879
|
+
async bgeBaseEmbedding384Create_5(requestBody, options) {
|
|
10880
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.bgeBaseEmbedding384Create_5(requestBody, options);
|
|
10884
10881
|
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _362 => _362.serverIndex]), () => ( 0));
|
|
10885
10882
|
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _363 => _363["UnboundApi.bgeBaseEmbedding384Create_5"], 'optionalAccess', _364 => _364[localVarOperationServerIndex], 'optionalAccess', _365 => _365.url]);
|
|
10886
10883
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -12899,22 +12896,22 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
|
|
|
12899
12896
|
/**
|
|
12900
12897
|
*
|
|
12901
12898
|
* @summary Create bgeBase embeddings
|
|
12902
|
-
* @param {string}
|
|
12899
|
+
* @param {Array<string>} requestBody
|
|
12903
12900
|
* @param {*} [options] Override http request option.
|
|
12904
12901
|
* @throws {RequiredError}
|
|
12905
12902
|
*/
|
|
12906
|
-
bgeBaseEmbedding384Create(
|
|
12907
|
-
return localVarFp.bgeBaseEmbedding384Create(
|
|
12903
|
+
bgeBaseEmbedding384Create(requestBody, options) {
|
|
12904
|
+
return localVarFp.bgeBaseEmbedding384Create(requestBody, options).then((request) => request(axios, basePath));
|
|
12908
12905
|
},
|
|
12909
12906
|
/**
|
|
12910
12907
|
*
|
|
12911
12908
|
* @summary Create bgeBase embeddings
|
|
12912
|
-
* @param {string}
|
|
12909
|
+
* @param {Array<string>} requestBody
|
|
12913
12910
|
* @param {*} [options] Override http request option.
|
|
12914
12911
|
* @throws {RequiredError}
|
|
12915
12912
|
*/
|
|
12916
|
-
bgeBaseEmbedding384Create_5(
|
|
12917
|
-
return localVarFp.bgeBaseEmbedding384Create_5(
|
|
12913
|
+
bgeBaseEmbedding384Create_5(requestBody, options) {
|
|
12914
|
+
return localVarFp.bgeBaseEmbedding384Create_5(requestBody, options).then((request) => request(axios, basePath));
|
|
12918
12915
|
},
|
|
12919
12916
|
/**
|
|
12920
12917
|
*
|
|
@@ -14536,24 +14533,24 @@ var UnboundApi = class extends BaseAPI {
|
|
|
14536
14533
|
/**
|
|
14537
14534
|
*
|
|
14538
14535
|
* @summary Create bgeBase embeddings
|
|
14539
|
-
* @param {string}
|
|
14536
|
+
* @param {Array<string>} requestBody
|
|
14540
14537
|
* @param {*} [options] Override http request option.
|
|
14541
14538
|
* @throws {RequiredError}
|
|
14542
14539
|
* @memberof UnboundApi
|
|
14543
14540
|
*/
|
|
14544
|
-
bgeBaseEmbedding384Create(
|
|
14545
|
-
return UnboundApiFp(this.configuration).bgeBaseEmbedding384Create(
|
|
14541
|
+
bgeBaseEmbedding384Create(requestBody, options) {
|
|
14542
|
+
return UnboundApiFp(this.configuration).bgeBaseEmbedding384Create(requestBody, options).then((request) => request(this.axios, this.basePath));
|
|
14546
14543
|
}
|
|
14547
14544
|
/**
|
|
14548
14545
|
*
|
|
14549
14546
|
* @summary Create bgeBase embeddings
|
|
14550
|
-
* @param {string}
|
|
14547
|
+
* @param {Array<string>} requestBody
|
|
14551
14548
|
* @param {*} [options] Override http request option.
|
|
14552
14549
|
* @throws {RequiredError}
|
|
14553
14550
|
* @memberof UnboundApi
|
|
14554
14551
|
*/
|
|
14555
|
-
bgeBaseEmbedding384Create_5(
|
|
14556
|
-
return UnboundApiFp(this.configuration).bgeBaseEmbedding384Create_5(
|
|
14552
|
+
bgeBaseEmbedding384Create_5(requestBody, options) {
|
|
14553
|
+
return UnboundApiFp(this.configuration).bgeBaseEmbedding384Create_5(requestBody, options).then((request) => request(this.axios, this.basePath));
|
|
14557
14554
|
}
|
|
14558
14555
|
/**
|
|
14559
14556
|
*
|