@prosopo/account 0.3.40 → 0.3.42

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.
@@ -130,6 +130,8 @@ const API = {
130
130
  PAYMENT_INFO_NOT_FOUND: "Payment info not found for given block and transaction hashes",
131
131
  USER_VERIFIED: "User verified",
132
132
  USER_NOT_VERIFIED: "User not verified",
133
+ USER_NOT_VERIFIED_TIME_EXPIRED: "User not verified. Captcha solution has expired.",
134
+ USER_NOT_VERIFIED_NO_SOLUTION: "User not verified. No captcha solution found.",
133
135
  UNKNOWN: "Unknown API error"
134
136
  };
135
137
  const CLI = {
@@ -6,11 +6,11 @@ export declare class ExtensionWeb2 extends Extension {
6
6
  private createAccount;
7
7
  private getFingerprint;
8
8
  getNetwork: (config: ProcaptchaClientConfigOutput) => {
9
+ endpoint: string[];
9
10
  contract: {
10
- name: string;
11
11
  address: string;
12
+ name: string;
12
13
  };
13
- endpoint: string;
14
14
  pairType: "ed25519" | "sr25519" | "ecdsa" | "ethereum";
15
15
  ss58Format: number;
16
16
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/account",
3
- "version": "0.3.40",
3
+ "version": "0.3.42",
4
4
  "description": "Services and Utils for Prosopo account gen and management",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -47,12 +47,12 @@
47
47
  "@polkadot/rpc-provider": "10.13.1",
48
48
  "@polkadot/util": "12.6.2",
49
49
  "@polkadot/util-crypto": "12.6.2",
50
- "@prosopo/common": "0.3.40",
51
- "@prosopo/types": "0.3.40",
52
- "@prosopo/util": "0.3.40"
50
+ "@prosopo/common": "0.3.42",
51
+ "@prosopo/types": "0.3.42",
52
+ "@prosopo/util": "0.3.42"
53
53
  },
54
54
  "devDependencies": {
55
- "@prosopo/config": "0.3.40",
55
+ "@prosopo/config": "0.3.42",
56
56
  "tslib": "2.6.2",
57
57
  "typescript": "5.1.6"
58
58
  },