@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.
@@ -9199,32 +9199,6 @@ export class DefaultApi extends runtime.BaseAPI {
9199
9199
  async postApiTradingAdminKillSwitch(requestParameters, initOverrides) {
9200
9200
  await this.postApiTradingAdminKillSwitchRaw(requestParameters, initOverrides);
9201
9201
  }
9202
- /**
9203
- * Creates request options for postApiTradingAdminReconcile without sending the request
9204
- */
9205
- async postApiTradingAdminReconcileRequestOpts() {
9206
- const queryParameters = {};
9207
- const headerParameters = {};
9208
- let urlPath = `/api/trading/admin/reconcile`;
9209
- return {
9210
- path: urlPath,
9211
- method: 'POST',
9212
- headers: headerParameters,
9213
- query: queryParameters,
9214
- };
9215
- }
9216
- /**
9217
- */
9218
- async postApiTradingAdminReconcileRaw(initOverrides) {
9219
- const requestOptions = await this.postApiTradingAdminReconcileRequestOpts();
9220
- const response = await this.request(requestOptions, initOverrides);
9221
- return new runtime.VoidApiResponse(response);
9222
- }
9223
- /**
9224
- */
9225
- async postApiTradingAdminReconcile(initOverrides) {
9226
- await this.postApiTradingAdminReconcileRaw(initOverrides);
9227
- }
9228
9202
  /**
9229
9203
  * Creates request options for postApiTradingAdminStrategiesByIdTestRun without sending the request
9230
9204
  */