@inklok/api-spec 7.5.0 → 7.5.1

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 +3 -3
  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.5.0"
11
+ version: "7.5.1"
12
12
  contact:
13
13
  name: Inklok API Support
14
14
  email: support@inklok.com
@@ -4599,7 +4599,7 @@ components:
4599
4599
  description: Document identifier
4600
4600
  type:
4601
4601
  type: string
4602
- enum: [signature, text, date]
4602
+ enum: [signature, text, date, checkbox]
4603
4603
  description: Placeholder type
4604
4604
  position:
4605
4605
  type: object
@@ -4973,7 +4973,7 @@ components:
4973
4973
  description: Placeholder identifier
4974
4974
  type:
4975
4975
  type: string
4976
- enum: [signature, text, date]
4976
+ enum: [signature, text, date, checkbox]
4977
4977
  description: Placeholder type
4978
4978
  role:
4979
4979
  type: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inklok/api-spec",
3
- "version": "7.5.0",
3
+ "version": "7.5.1",
4
4
  "description": "Canonical OpenAPI specification for the Inklok public API.",
5
5
  "main": "openapi.yaml",
6
6
  "license": "MIT",