@metamask-previews/keyring-internal-api 3.0.0-0aca2ee → 3.0.0-15a8cd2

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/dist/types.d.cts CHANGED
@@ -70,7 +70,7 @@ export declare const InternalEthEoaAccountStruct: Struct<{
70
70
  lastSelected?: number;
71
71
  };
72
72
  address: string;
73
- scopes: import("@metamask/keyring-api").EthScope.Namespace[];
73
+ scopes: import("@metamask/keyring-api").EthScopes.Namespace[];
74
74
  methods: ("personal_sign" | "eth_sign" | "eth_signTransaction" | "eth_signTypedData_v1" | "eth_signTypedData_v3" | "eth_signTypedData_v4")[];
75
75
  }, {
76
76
  metadata: Struct<{
@@ -108,7 +108,7 @@ export declare const InternalEthEoaAccountStruct: Struct<{
108
108
  }>;
109
109
  address: import("@metamask/superstruct").Struct<string, null>;
110
110
  type: import("@metamask/superstruct").Struct<"eip155:eoa", "eip155:eoa">;
111
- scopes: import("@metamask/superstruct").Struct<import("@metamask/keyring-api").EthScope.Namespace[], import("@metamask/superstruct").Struct<import("@metamask/keyring-api").EthScope.Namespace, import("@metamask/keyring-api").EthScope.Namespace>>;
111
+ scopes: import("@metamask/superstruct").Struct<import("@metamask/keyring-api").EthScopes.Namespace[], import("@metamask/superstruct").Struct<import("@metamask/keyring-api").EthScopes.Namespace, import("@metamask/keyring-api").EthScopes.Namespace>>;
112
112
  methods: import("@metamask/superstruct").Struct<("personal_sign" | "eth_sign" | "eth_signTransaction" | "eth_signTypedData_v1" | "eth_signTypedData_v3" | "eth_signTypedData_v4")[], import("@metamask/superstruct").Struct<"personal_sign" | "eth_sign" | "eth_signTransaction" | "eth_signTypedData_v1" | "eth_signTypedData_v3" | "eth_signTypedData_v4", {
113
113
  personal_sign: "personal_sign";
114
114
  eth_sign: "eth_sign";
package/dist/types.d.mts CHANGED
@@ -70,7 +70,7 @@ export declare const InternalEthEoaAccountStruct: Struct<{
70
70
  lastSelected?: number;
71
71
  };
72
72
  address: string;
73
- scopes: import("@metamask/keyring-api").EthScope.Namespace[];
73
+ scopes: import("@metamask/keyring-api").EthScopes.Namespace[];
74
74
  methods: ("personal_sign" | "eth_sign" | "eth_signTransaction" | "eth_signTypedData_v1" | "eth_signTypedData_v3" | "eth_signTypedData_v4")[];
75
75
  }, {
76
76
  metadata: Struct<{
@@ -108,7 +108,7 @@ export declare const InternalEthEoaAccountStruct: Struct<{
108
108
  }>;
109
109
  address: import("@metamask/superstruct").Struct<string, null>;
110
110
  type: import("@metamask/superstruct").Struct<"eip155:eoa", "eip155:eoa">;
111
- scopes: import("@metamask/superstruct").Struct<import("@metamask/keyring-api").EthScope.Namespace[], import("@metamask/superstruct").Struct<import("@metamask/keyring-api").EthScope.Namespace, import("@metamask/keyring-api").EthScope.Namespace>>;
111
+ scopes: import("@metamask/superstruct").Struct<import("@metamask/keyring-api").EthScopes.Namespace[], import("@metamask/superstruct").Struct<import("@metamask/keyring-api").EthScopes.Namespace, import("@metamask/keyring-api").EthScopes.Namespace>>;
112
112
  methods: import("@metamask/superstruct").Struct<("personal_sign" | "eth_sign" | "eth_signTransaction" | "eth_signTypedData_v1" | "eth_signTypedData_v3" | "eth_signTypedData_v4")[], import("@metamask/superstruct").Struct<"personal_sign" | "eth_sign" | "eth_signTransaction" | "eth_signTypedData_v1" | "eth_signTypedData_v3" | "eth_signTypedData_v4", {
113
113
  personal_sign: "personal_sign";
114
114
  eth_sign: "eth_sign";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/keyring-internal-api",
3
- "version": "3.0.0-0aca2ee",
3
+ "version": "3.0.0-15a8cd2",
4
4
  "description": "MetaMask Keyring Internal API",
5
5
  "keywords": [
6
6
  "metamask",