@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.
Files changed (2) hide show
  1. package/openapi.yaml +6 -1
  2. 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.3"
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inklok/api-spec",
3
- "version": "7.8.3",
3
+ "version": "7.8.4",
4
4
  "description": "Canonical OpenAPI specification for the Inklok public API.",
5
5
  "main": "openapi.yaml",
6
6
  "license": "MIT",