@dynamic-labs/sdk-api-core 0.0.1085 → 0.0.1087

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.1085",
3
+ "version": "0.0.1087",
4
4
  "author": "Dynamic Labs",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface OauthInitAuthRequest {
18
18
  /**
19
- * Temporary auth state for oauth2 access
19
+ * Temporary auth state generated by the SDK; native mobile apps may append _client-redirect:<deeplink>
20
20
  * @type {string}
21
21
  * @memberof OauthInitAuthRequest
22
22
  */
@@ -29,7 +29,7 @@ export interface OauthRequest {
29
29
  */
30
30
  codeVerifier?: string;
31
31
  /**
32
- * Temporary auth state for oauth2 access
32
+ * Temporary auth state generated by the SDK; native mobile apps may append _client-redirect:<deeplink>
33
33
  * @type {string}
34
34
  * @memberof OauthRequest
35
35
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface OauthResultRequest {
18
18
  /**
19
- * Temporary auth state for oauth2 access
19
+ * Temporary auth state generated by the SDK; native mobile apps may append _client-redirect:<deeplink>
20
20
  * @type {string}
21
21
  * @memberof OauthResultRequest
22
22
  */
@@ -17,7 +17,7 @@ import { TelegramUser } from './TelegramUser';
17
17
  */
18
18
  export interface TelegramPostRequest {
19
19
  /**
20
- *
20
+ * Temporary auth state generated by the SDK; native mobile apps may append _client-redirect:<deeplink>
21
21
  * @type {string}
22
22
  * @memberof TelegramPostRequest
23
23
  */