@dynamic-labs/sdk-api-core 0.0.534 → 0.0.535

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/sdk-api-core",
3
- "version": "0.0.534",
3
+ "version": "0.0.535",
4
4
  "author": "Dynamic Labs",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -4158,7 +4158,7 @@ class SDKApi extends runtime.BaseAPI {
4158
4158
  headerParameters['Content-Type'] = 'application/json';
4159
4159
  const response = yield this.request({
4160
4160
  path: `/sdk/{environmentId}/checkTelegramAuth`.replace(`{${"environmentId"}}`, encodeURIComponent(String(requestParameters.environmentId))),
4161
- method: 'GET',
4161
+ method: 'POST',
4162
4162
  headers: headerParameters,
4163
4163
  query: queryParameters,
4164
4164
  body: OauthResultRequest.OauthResultRequestToJSON(requestParameters.oauthResultRequest),
@@ -4154,7 +4154,7 @@ class SDKApi extends BaseAPI {
4154
4154
  headerParameters['Content-Type'] = 'application/json';
4155
4155
  const response = yield this.request({
4156
4156
  path: `/sdk/{environmentId}/checkTelegramAuth`.replace(`{${"environmentId"}}`, encodeURIComponent(String(requestParameters.environmentId))),
4157
- method: 'GET',
4157
+ method: 'POST',
4158
4158
  headers: headerParameters,
4159
4159
  query: queryParameters,
4160
4160
  body: OauthResultRequestToJSON(requestParameters.oauthResultRequest),