@paysponge/sdk 0.1.119 → 0.1.120
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/api/generated/openapi/apis/default-api.d.ts +0 -26
- package/dist/api/generated/openapi/apis/default-api.d.ts.map +1 -1
- package/dist/api/generated/openapi/apis/default-api.js +0 -26
- package/dist/api/generated/openapi/apis/default-api.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -6446,22 +6446,6 @@ export interface DefaultApiInterface {
|
|
|
6446
6446
|
/**
|
|
6447
6447
|
*/
|
|
6448
6448
|
postApiTradingAdminKillSwitch(requestParameters: DefaultApiPostApiTradingAdminKillSwitchOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
6449
|
-
/**
|
|
6450
|
-
* Creates request options for postApiTradingAdminReconcile without sending the request
|
|
6451
|
-
* @throws {RequiredError}
|
|
6452
|
-
* @memberof DefaultApiInterface
|
|
6453
|
-
*/
|
|
6454
|
-
postApiTradingAdminReconcileRequestOpts(): Promise<runtime.RequestOpts>;
|
|
6455
|
-
/**
|
|
6456
|
-
*
|
|
6457
|
-
* @param {*} [options] Override http request option.
|
|
6458
|
-
* @throws {RequiredError}
|
|
6459
|
-
* @memberof DefaultApiInterface
|
|
6460
|
-
*/
|
|
6461
|
-
postApiTradingAdminReconcileRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
6462
|
-
/**
|
|
6463
|
-
*/
|
|
6464
|
-
postApiTradingAdminReconcile(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
6465
6449
|
/**
|
|
6466
6450
|
* Creates request options for postApiTradingAdminStrategiesByIdTestRun without sending the request
|
|
6467
6451
|
* @param {string} id
|
|
@@ -10277,16 +10261,6 @@ export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInt
|
|
|
10277
10261
|
/**
|
|
10278
10262
|
*/
|
|
10279
10263
|
postApiTradingAdminKillSwitch(requestParameters: DefaultApiPostApiTradingAdminKillSwitchOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
10280
|
-
/**
|
|
10281
|
-
* Creates request options for postApiTradingAdminReconcile without sending the request
|
|
10282
|
-
*/
|
|
10283
|
-
postApiTradingAdminReconcileRequestOpts(): Promise<runtime.RequestOpts>;
|
|
10284
|
-
/**
|
|
10285
|
-
*/
|
|
10286
|
-
postApiTradingAdminReconcileRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
10287
|
-
/**
|
|
10288
|
-
*/
|
|
10289
|
-
postApiTradingAdminReconcile(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
10290
10264
|
/**
|
|
10291
10265
|
* Creates request options for postApiTradingAdminStrategiesByIdTestRun without sending the request
|
|
10292
10266
|
*/
|