@take2identity/verosint 0.2.132 → 0.2.134
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/README.md +20 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -134,11 +134,14 @@ The CLI accepts the following identifiers.
|
|
|
134
134
|
| Name | Description |
|
|
135
135
|
| ---- | ----------- |
|
|
136
136
|
| accountId | Unique account identifier |
|
|
137
|
+
| deviceId | Device identifier string |
|
|
137
138
|
| email | Email address |
|
|
138
139
|
| ip | IP address (either IPv4 or IPv6) |
|
|
140
|
+
| paymentHash | Payment hash string |
|
|
139
141
|
| phone | Phone number in the [international phone number format](https://en.wikipedia.org/wiki/E.164) |
|
|
142
|
+
| sessionId | Session identifier string |
|
|
143
|
+
| targetApp | Application name string |
|
|
140
144
|
| userAgent | User agent string |
|
|
141
|
-
| deviceId | Device identifier string |
|
|
142
145
|
|
|
143
146
|
When providing a set of identifiers, the API expects one or more
|
|
144
147
|
identifiers (IP address, email, or phone number) and only one value per
|
|
@@ -258,19 +261,21 @@ For example:
|
|
|
258
261
|
* RFC3339: `2019-01-22T03:56:17+03:30`
|
|
259
262
|
* UNIX: `1548116777`
|
|
260
263
|
|
|
261
|
-
|
|
262
264
|
The type must be one of:
|
|
263
265
|
|
|
266
|
+
* `ACCOUNT_RECOVERY_FAILED`
|
|
264
267
|
* `ACCOUNT_RECOVERY_SUCCESS`
|
|
265
268
|
* `CHANGE_EMAIL_FAILED`
|
|
266
269
|
* `CHANGE_EMAIL_SUCCESS`
|
|
267
270
|
* `CHANGE_PASSWORD_FAILED`
|
|
268
271
|
* `CHANGE_PASSWORD_SUCCESS`
|
|
272
|
+
* `CHANGE_PAYMENT_FAILED`
|
|
273
|
+
* `CHANGE_PAYMENT_SUCCESS`
|
|
269
274
|
* `CHANGE_PHONE_FAILED`
|
|
270
275
|
* `CHANGE_PHONE_SUCCESS`
|
|
271
276
|
* `CHANGE_USERNAME_FAILED`
|
|
272
277
|
* `CHANGE_USERNAME_SUCCESS`
|
|
273
|
-
* `
|
|
278
|
+
* `EMAIL_SUCCESS`
|
|
274
279
|
* `LOGIN_FAILED`
|
|
275
280
|
* `LOGIN_SUCCESS`
|
|
276
281
|
* `LOGOUT_FAILED`
|
|
@@ -279,13 +284,22 @@ The type must be one of:
|
|
|
279
284
|
* `MFA_ENROLLMENT_FAILED`
|
|
280
285
|
* `MFA_ENROLLMENT_SUCCESS`
|
|
281
286
|
* `MFA_FAILED`
|
|
287
|
+
* `MFA_STARTED`
|
|
282
288
|
* `MFA_SUCCESS`
|
|
289
|
+
* `PAYMENT_ADDED_FAILED`
|
|
290
|
+
* `PAYMENT_ADDED_SUCCESS`
|
|
291
|
+
* `PAYMENT_FAILED`
|
|
292
|
+
* `PAYMENT_REMOVED_FAILED`
|
|
293
|
+
* `PAYMENT_REMOVED_SUCCESS`
|
|
294
|
+
* `PAYMENT_SUCCESS`
|
|
283
295
|
* `PUSH_NOTIFICATION_FAILED`
|
|
284
296
|
* `PUSH_NOTIFICATION_SUCCESS`
|
|
285
297
|
* `SIGNUP_FAILED`
|
|
286
298
|
* `SIGNUP_SUCCESS`
|
|
287
|
-
* `
|
|
288
|
-
* `
|
|
299
|
+
* `SMS_FAILED`
|
|
300
|
+
* `SMS_SUCCESS`
|
|
301
|
+
* `TOKEN_ISSUED_SUCCESS`
|
|
302
|
+
* `VERIFICATION_SUCCESS`
|
|
289
303
|
|
|
290
304
|
##### Examples for Signal Print
|
|
291
305
|
|
|
@@ -325,7 +339,7 @@ verosint generate schema
|
|
|
325
339
|
|
|
326
340
|
### Go
|
|
327
341
|
|
|
328
|
-
Install the 1.
|
|
342
|
+
Install the 1.23 version of [Go](https://golang.dev).
|
|
329
343
|
|
|
330
344
|
### Task
|
|
331
345
|
|