@inklok/api-spec 7.8.3 → 7.8.4
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/openapi.yaml +6 -1
- package/package.json +1 -1
package/openapi.yaml
CHANGED
|
@@ -8,7 +8,7 @@ info:
|
|
|
8
8
|
Authenticate using an API key or bearer token, then use the resources below to manage
|
|
9
9
|
templates, agreements, documents, and signing. For your first integration, start with
|
|
10
10
|
the Quick Start guide.
|
|
11
|
-
version: "7.8.
|
|
11
|
+
version: "7.8.4"
|
|
12
12
|
contact:
|
|
13
13
|
name: Inklok API Support
|
|
14
14
|
email: support@inklok.com
|
|
@@ -5948,6 +5948,11 @@ components:
|
|
|
5948
5948
|
type: string
|
|
5949
5949
|
format: date-time
|
|
5950
5950
|
readOnly: true
|
|
5951
|
+
recoveryBundle:
|
|
5952
|
+
allOf:
|
|
5953
|
+
- $ref: '#/components/schemas/CryptoIdentityRecoveryBundle'
|
|
5954
|
+
writeOnly: true
|
|
5955
|
+
description: Optional encrypted recovery bundle used only when first registering an account identity.
|
|
5951
5956
|
|
|
5952
5957
|
CryptoIdentityRecoveryBundle:
|
|
5953
5958
|
type: object
|