@dynamic-labs/sdk-api-core 0.0.726 → 0.0.728

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.726",
3
+ "version": "0.0.728",
4
4
  "author": "Dynamic Labs",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -57,6 +57,7 @@ exports.ProviderEnum = void 0;
57
57
  ProviderEnum["Zksync"] = "zksync";
58
58
  ProviderEnum["Kraken"] = "kraken";
59
59
  ProviderEnum["Blockaid"] = "blockaid";
60
+ ProviderEnum["Passkey"] = "passkey";
60
61
  })(exports.ProviderEnum || (exports.ProviderEnum = {}));
61
62
  function ProviderEnumFromJSON(json) {
62
63
  return ProviderEnumFromJSONTyped(json);
@@ -49,7 +49,8 @@ export declare enum ProviderEnum {
49
49
  Shopify = "shopify",
50
50
  Zksync = "zksync",
51
51
  Kraken = "kraken",
52
- Blockaid = "blockaid"
52
+ Blockaid = "blockaid",
53
+ Passkey = "passkey"
53
54
  }
54
55
  export declare function ProviderEnumFromJSON(json: any): ProviderEnum;
55
56
  export declare function ProviderEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProviderEnum;
@@ -53,6 +53,7 @@ var ProviderEnum;
53
53
  ProviderEnum["Zksync"] = "zksync";
54
54
  ProviderEnum["Kraken"] = "kraken";
55
55
  ProviderEnum["Blockaid"] = "blockaid";
56
+ ProviderEnum["Passkey"] = "passkey";
56
57
  })(ProviderEnum || (ProviderEnum = {}));
57
58
  function ProviderEnumFromJSON(json) {
58
59
  return ProviderEnumFromJSONTyped(json);
@@ -29,6 +29,7 @@ exports.SdkViewSectionType = void 0;
29
29
  SdkViewSectionType["Social"] = "social";
30
30
  SdkViewSectionType["Text"] = "text";
31
31
  SdkViewSectionType["Wallet"] = "wallet";
32
+ SdkViewSectionType["Passkey"] = "passkey";
32
33
  })(exports.SdkViewSectionType || (exports.SdkViewSectionType = {}));
33
34
  function SdkViewSectionTypeFromJSON(json) {
34
35
  return SdkViewSectionTypeFromJSONTyped(json);
@@ -21,7 +21,8 @@ export declare enum SdkViewSectionType {
21
21
  Separator = "separator",
22
22
  Social = "social",
23
23
  Text = "text",
24
- Wallet = "wallet"
24
+ Wallet = "wallet",
25
+ Passkey = "passkey"
25
26
  }
26
27
  export declare function SdkViewSectionTypeFromJSON(json: any): SdkViewSectionType;
27
28
  export declare function SdkViewSectionTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): SdkViewSectionType;
@@ -25,6 +25,7 @@ var SdkViewSectionType;
25
25
  SdkViewSectionType["Social"] = "social";
26
26
  SdkViewSectionType["Text"] = "text";
27
27
  SdkViewSectionType["Wallet"] = "wallet";
28
+ SdkViewSectionType["Passkey"] = "passkey";
28
29
  })(SdkViewSectionType || (SdkViewSectionType = {}));
29
30
  function SdkViewSectionTypeFromJSON(json) {
30
31
  return SdkViewSectionTypeFromJSONTyped(json);