ob-parking-sdk 0.0.35 → 0.0.36
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/api/api.ts +2 -2
- package/dist/api/api.d.ts +3 -3
- package/package.json +1 -1
package/api/api.ts
CHANGED
|
@@ -3969,7 +3969,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
3969
3969
|
* @param {*} [options] Override http request option.
|
|
3970
3970
|
* @throws {RequiredError}
|
|
3971
3971
|
*/
|
|
3972
|
-
async configStoreWhitelistExport(configStorewhitelistExport: ConfigStorewhitelistExport, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
3972
|
+
async configStoreWhitelistExport(configStorewhitelistExport: ConfigStorewhitelistExport, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
3973
3973
|
const localVarAxiosArgs = await localVarAxiosParamCreator.configStoreWhitelistExport(configStorewhitelistExport, options);
|
|
3974
3974
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3975
3975
|
},
|
|
@@ -4348,7 +4348,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
|
|
|
4348
4348
|
* @param {*} [options] Override http request option.
|
|
4349
4349
|
* @throws {RequiredError}
|
|
4350
4350
|
*/
|
|
4351
|
-
configStoreWhitelistExport(configStorewhitelistExport: ConfigStorewhitelistExport, options?: any): AxiosPromise<
|
|
4351
|
+
configStoreWhitelistExport(configStorewhitelistExport: ConfigStorewhitelistExport, options?: any): AxiosPromise<string> {
|
|
4352
4352
|
return localVarFp.configStoreWhitelistExport(configStorewhitelistExport, options).then((request) => request(axios, basePath));
|
|
4353
4353
|
},
|
|
4354
4354
|
/**
|
package/dist/api/api.d.ts
CHANGED
|
@@ -2775,7 +2775,7 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
2775
2775
|
* @param {*} [options] Override http request option.
|
|
2776
2776
|
* @throws {RequiredError}
|
|
2777
2777
|
*/
|
|
2778
|
-
configStoreWhitelistExport(configStorewhitelistExport: ConfigStorewhitelistExport, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
2778
|
+
configStoreWhitelistExport(configStorewhitelistExport: ConfigStorewhitelistExport, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
|
|
2779
2779
|
/**
|
|
2780
2780
|
*
|
|
2781
2781
|
* @param {File} [file]
|
|
@@ -3063,7 +3063,7 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
|
|
|
3063
3063
|
* @param {*} [options] Override http request option.
|
|
3064
3064
|
* @throws {RequiredError}
|
|
3065
3065
|
*/
|
|
3066
|
-
configStoreWhitelistExport(configStorewhitelistExport: ConfigStorewhitelistExport, options?: any): AxiosPromise<
|
|
3066
|
+
configStoreWhitelistExport(configStorewhitelistExport: ConfigStorewhitelistExport, options?: any): AxiosPromise<string>;
|
|
3067
3067
|
/**
|
|
3068
3068
|
*
|
|
3069
3069
|
* @param {File} [file]
|
|
@@ -3366,7 +3366,7 @@ export declare class DefaultApi extends BaseAPI {
|
|
|
3366
3366
|
* @throws {RequiredError}
|
|
3367
3367
|
* @memberof DefaultApi
|
|
3368
3368
|
*/
|
|
3369
|
-
configStoreWhitelistExport(configStorewhitelistExport: ConfigStorewhitelistExport, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
3369
|
+
configStoreWhitelistExport(configStorewhitelistExport: ConfigStorewhitelistExport, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
|
|
3370
3370
|
/**
|
|
3371
3371
|
*
|
|
3372
3372
|
* @param {File} [file]
|