@paysponge/sdk 0.1.132 → 0.1.133

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.
@@ -4829,6 +4829,38 @@ export class DefaultApi extends runtime.BaseAPI {
4829
4829
  async getApiTradingStrategiesByIdLedger(requestParameters, initOverrides) {
4830
4830
  await this.getApiTradingStrategiesByIdLedgerRaw(requestParameters, initOverrides);
4831
4831
  }
4832
+ /**
4833
+ * Creates request options for getApiTradingStrategiesSecFilersSuggestions without sending the request
4834
+ */
4835
+ async getApiTradingStrategiesSecFilersSuggestionsRequestOpts(requestParameters) {
4836
+ const queryParameters = {};
4837
+ if (requestParameters['q'] != null) {
4838
+ queryParameters['q'] = requestParameters['q'];
4839
+ }
4840
+ if (requestParameters['limit'] != null) {
4841
+ queryParameters['limit'] = requestParameters['limit'];
4842
+ }
4843
+ const headerParameters = {};
4844
+ let urlPath = `/api/trading/strategies/sec/filers/suggestions`;
4845
+ return {
4846
+ path: urlPath,
4847
+ method: 'GET',
4848
+ headers: headerParameters,
4849
+ query: queryParameters,
4850
+ };
4851
+ }
4852
+ /**
4853
+ */
4854
+ async getApiTradingStrategiesSecFilersSuggestionsRaw(requestParameters, initOverrides) {
4855
+ const requestOptions = await this.getApiTradingStrategiesSecFilersSuggestionsRequestOpts(requestParameters);
4856
+ const response = await this.request(requestOptions, initOverrides);
4857
+ return new runtime.VoidApiResponse(response);
4858
+ }
4859
+ /**
4860
+ */
4861
+ async getApiTradingStrategiesSecFilersSuggestions(requestParameters = {}, initOverrides) {
4862
+ await this.getApiTradingStrategiesSecFilersSuggestionsRaw(requestParameters, initOverrides);
4863
+ }
4832
4864
  /**
4833
4865
  * Creates request options for getApiTradingStrategiesXResolve without sending the request
4834
4866
  */
@@ -4861,6 +4893,38 @@ export class DefaultApi extends runtime.BaseAPI {
4861
4893
  async getApiTradingStrategiesXResolve(requestParameters, initOverrides) {
4862
4894
  await this.getApiTradingStrategiesXResolveRaw(requestParameters, initOverrides);
4863
4895
  }
4896
+ /**
4897
+ * Creates request options for getApiTradingStrategiesXSuggestions without sending the request
4898
+ */
4899
+ async getApiTradingStrategiesXSuggestionsRequestOpts(requestParameters) {
4900
+ const queryParameters = {};
4901
+ if (requestParameters['q'] != null) {
4902
+ queryParameters['q'] = requestParameters['q'];
4903
+ }
4904
+ if (requestParameters['limit'] != null) {
4905
+ queryParameters['limit'] = requestParameters['limit'];
4906
+ }
4907
+ const headerParameters = {};
4908
+ let urlPath = `/api/trading/strategies/x/suggestions`;
4909
+ return {
4910
+ path: urlPath,
4911
+ method: 'GET',
4912
+ headers: headerParameters,
4913
+ query: queryParameters,
4914
+ };
4915
+ }
4916
+ /**
4917
+ */
4918
+ async getApiTradingStrategiesXSuggestionsRaw(requestParameters, initOverrides) {
4919
+ const requestOptions = await this.getApiTradingStrategiesXSuggestionsRequestOpts(requestParameters);
4920
+ const response = await this.request(requestOptions, initOverrides);
4921
+ return new runtime.VoidApiResponse(response);
4922
+ }
4923
+ /**
4924
+ */
4925
+ async getApiTradingStrategiesXSuggestions(requestParameters = {}, initOverrides) {
4926
+ await this.getApiTradingStrategiesXSuggestionsRaw(requestParameters, initOverrides);
4927
+ }
4864
4928
  /**
4865
4929
  * Creates request options for getApiTradingWorkspace without sending the request
4866
4930
  */