@turnkey/http 0.16.0 → 0.17.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/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @turnkey/http
2
2
 
3
+ ## 0.17.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Added support for ed25519
8
+ - New endpoint to programmatically approve or reject activities (`/submit/approve_activity`, `/submit/reject_activity`)
9
+ - New endpoint to programmatically create authenticators (`/submit/create_authenticators`)
10
+ - New endpoints to update Private Key tags (`/submit/update_private_key_tag`)
11
+ - New endpoints to update User tags (`/submit/update_user_tag`)
12
+ - Simplified shape for `AuthenticatorParams` with a new `AuthenticatorParamsV2`. To take advantage of this new shape, use `ACTIVITY_TYPE_CREATE_USERS_V2` and the new `ACTIVITY_TYPE_CREATE_AUTHENTICATORS`.
13
+
3
14
  ## 0.16.0
4
15
 
5
16
  ### Minor Changes