@dynamic-labs/sdk-api 0.0.387 → 0.0.388

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.387",
3
+ "version": "0.0.388",
4
4
  "author": "Dynamic Labs",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -16,19 +16,19 @@
16
16
  */
17
17
  export interface FarcasterSignInRequest {
18
18
  /**
19
- * User's public key
19
+ *
20
20
  * @type {string}
21
21
  * @memberof FarcasterSignInRequest
22
22
  */
23
23
  address: string;
24
24
  /**
25
- * The domain that is requesting the sign in, currently only supports dynamic.xyz
25
+ *
26
26
  * @type {string}
27
27
  * @memberof FarcasterSignInRequest
28
28
  */
29
29
  domain: string;
30
30
  /**
31
- * A nonce generated from the Dynamic SDK
31
+ *
32
32
  * @type {string}
33
33
  * @memberof FarcasterSignInRequest
34
34
  */
@@ -40,7 +40,7 @@ export interface FarcasterSignInRequest {
40
40
  */
41
41
  message: string;
42
42
  /**
43
- * Signature when message is signed by the given public key
43
+ *
44
44
  * @type {string}
45
45
  * @memberof FarcasterSignInRequest
46
46
  */