@vng-api/openklant-klantinteracties 0.7.0 → 0.7.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 (3) hide show
  1. package/README.md +4 -2
  2. package/package.json +12 -3
  3. package/types.d.ts +5066 -0
package/README.md CHANGED
@@ -1,8 +1,10 @@
1
1
  # @vng-api/openklant-klantinteracties
2
2
 
3
- Gebundelde OpenAPI-specificatie voor **klantinteracties** (versie 0.7.0), uit [VNG-Realisatie/Interactie-APIs](https://github.com/VNG-Realisatie/Interactie-APIs).
3
+ Gebundelde OpenAPI-specificatie voor **klantinteracties** (specversie v0.7.0, pakketrevisie 0.7.1), uit [VNG-Realisatie/Interactie-APIs](https://github.com/VNG-Realisatie/Interactie-APIs).
4
+
5
+ ```ts
6
+ import type { paths, components } from "@vng-api/openklant-klantinteracties"; // TypeScript-types
4
7
 
5
- ```js
6
8
  const spec = require("@vng-api/openklant-klantinteracties"); // geparste openapi.json
7
9
  ```
8
10
 
package/package.json CHANGED
@@ -1,16 +1,25 @@
1
1
  {
2
2
  "name": "@vng-api/openklant-klantinteracties",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
+ "vngSpecVersion": "0.7.0",
4
5
  "description": "OpenAPI-specificatie voor klantinteracties — Warning: Difference between PUT and PATCH",
5
6
  "main": "openapi.json",
7
+ "types": "types.d.ts",
6
8
  "exports": {
7
- ".": "./openapi.json",
9
+ ".": {
10
+ "types": "./types.d.ts",
11
+ "default": "./openapi.json"
12
+ },
8
13
  "./openapi.json": "./openapi.json",
9
- "./openapi.yaml": "./openapi.yaml"
14
+ "./openapi.yaml": "./openapi.yaml",
15
+ "./types": {
16
+ "types": "./types.d.ts"
17
+ }
10
18
  },
11
19
  "files": [
12
20
  "openapi.yaml",
13
21
  "openapi.json",
22
+ "types.d.ts",
14
23
  "README.md"
15
24
  ],
16
25
  "keywords": [