@dynamic-labs/sdk-api 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",
3
- "version": "0.0.534",
3
+ "version": "0.0.535",
4
4
  "author": "Dynamic Labs",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -4225,7 +4225,7 @@ class SDKApi extends runtime.BaseAPI {
4225
4225
  headerParameters['Content-Type'] = 'application/json';
4226
4226
  const response = yield this.request({
4227
4227
  path: `/sdk/{environmentId}/checkTelegramAuth`.replace(`{${"environmentId"}}`, encodeURIComponent(String(requestParameters.environmentId))),
4228
- method: 'GET',
4228
+ method: 'POST',
4229
4229
  headers: headerParameters,
4230
4230
  query: queryParameters,
4231
4231
  body: OauthResultRequest.OauthResultRequestToJSON(requestParameters.oauthResultRequest),
@@ -4221,7 +4221,7 @@ class SDKApi extends BaseAPI {
4221
4221
  headerParameters['Content-Type'] = 'application/json';
4222
4222
  const response = yield this.request({
4223
4223
  path: `/sdk/{environmentId}/checkTelegramAuth`.replace(`{${"environmentId"}}`, encodeURIComponent(String(requestParameters.environmentId))),
4224
- method: 'GET',
4224
+ method: 'POST',
4225
4225
  headers: headerParameters,
4226
4226
  query: queryParameters,
4227
4227
  body: OauthResultRequestToJSON(requestParameters.oauthResultRequest),