@eid-easy/eideasy-widget 2.22.0 → 2.24.0

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/index.html CHANGED
@@ -63,11 +63,12 @@
63
63
  countryCode: 'BE', // ISO 3166 two letter country code
64
64
  language: 'et', // ISO 639-1 two letter language code,
65
65
  sandbox: true,
66
- clientId: '2IaeiZXbcKzlP1KvjZH9ghty2IJKM8Lg',
66
+ clientId: '9kKmNtYQ7LDOlHvasAE9oYQ0gKS4V4Bl',
67
67
  redirectUri: 'http://localhost:8080/', // this gets used for redirects e.g. when using eParaksts mobile
68
68
  apiEndpoints: {
69
- identityStart: () => 'http://eid-sample-app.localhost/api/identity/start',
70
- identityFinish: () => 'http://eid-sample-app.localhost/api/identity/finish',
69
+ base: () => 'http://id.eideasy.eu',
70
+ identityStart: () => 'http://eid-sample-app.eu/api/identity/start',
71
+ identityFinish: () => 'http://eid-sample-app.eu/api/identity/finish',
71
72
  },
72
73
  translations: {
73
74
  'et': {
@@ -153,7 +154,7 @@
153
154
  language: 'et', // ISO 639-1 two letter language code,
154
155
  sandbox: true,
155
156
  clientId: 'SNcycaJFfibUABHrbx6c51YRqSiV76Nz',
156
- docId: 'FqHf7BAflCWOqw3mVRKJyLUOtm0s5aovuhRE17Dz',
157
+ docId: 'b03Hv9Nyr9UwTb8nqCSugkyUbmWt58GFvz4eMfQP',
157
158
  apiEndpoints: {
158
159
  base: () => 'https://id.eideasy.eu',
159
160
  },
@@ -217,10 +218,10 @@
217
218
  console.log(error);
218
219
  },
219
220
  remoteMonitoringEnabled: true,
220
- //otpEmail: 'test@testimus.com',
221
- //emailToken: 'sometoken'
222
- //otpPhone: '+372000000',
223
- smsOtpPhoneNumber: '+372000000',
221
+ //otpEmail: 'mj@eideasy.com',
222
+ //emailToken: 'gher0eqq9drrh5u6',
223
+ //otpPhone: '+37255548246',
224
+ //isOtpSent: true,
224
225
  }
225
226
 
226
227
  Object.keys(settings).forEach(key => {
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@eid-easy/eideasy-widget",
3
- "version": "2.22.0",
3
+ "version": "2.24.0",
4
4
  "description": "eID Easy Widget is a client-side embeddable component for creating electronic signatures and identifying users through eID Easy API.",
5
5
  "main": "dist/full/eideasy-widget.umd.min.js",
6
- "sri": "sha256-B6ggEmaOs0BbMe9+9kgqR9EpL7/4417H7YN2TTd6PDU=",
7
- "productionReleaseVersion": "2.22.0",
8
- "productionReleaseSri": "sha256-B6ggEmaOs0BbMe9+9kgqR9EpL7/4417H7YN2TTd6PDU=",
6
+ "sri": "sha256-e2exCTnn1bAAi0D0Tpe9U1dVmnaDQfPFwQBxNaXglxg=",
7
+ "productionReleaseVersion": "2.24.0",
8
+ "productionReleaseSri": "sha256-e2exCTnn1bAAi0D0Tpe9U1dVmnaDQfPFwQBxNaXglxg=",
9
9
  "files": [
10
10
  "dist"
11
11
  ],
@@ -43,7 +43,7 @@
43
43
  },
44
44
  "license": "MIT",
45
45
  "dependencies": {
46
- "@eid-easy/eideasy-browser-client": "2.22.0",
46
+ "@eid-easy/eideasy-browser-client": "2.24.0",
47
47
  "core-js": "^3.6.5",
48
48
  "i18n-iso-countries": "^6.7.0",
49
49
  "lodash.defaultsdeep": "^4.6.1",