@digdir/dialogporten-schema 1.59.0-cbbe4c6 → 1.61.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.
- package/README.md +1 -1
- package/package.json +2 -2
- package/swagger.verified.json +2 -0
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@ This package includes:
|
|
|
11
11
|
To use this package, include it in your project dependencies using npm:
|
|
12
12
|
To install the Dialogporten Schema Package in your JavaScript project, follow these steps:
|
|
13
13
|
|
|
14
|
-
1. Ensure you have npm installed. You can check by running `npm -v` in your terminal. If npm is not installed, download and install Node.js from [nodejs.org](https://nodejs.org/), which includes npm.
|
|
14
|
+
1. Ensure you have `npm` installed. You can check by running `npm -v` in your terminal. If npm is not installed, download and install Node.js from [nodejs.org](https://nodejs.org/), which includes npm.
|
|
15
15
|
|
|
16
16
|
2. Add the Dialogporten Schema Package to your project dependencies. Run the following command in your project directory:
|
|
17
17
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digdir/dialogporten-schema",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.61.1",
|
|
4
4
|
"description": "GraphQl schema and OpenAPI spec for Dialogporten",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": "22"
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"test": "npm run build && vitest run --test-timeout=10000"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"vitest": "3.0.
|
|
19
|
+
"vitest": "3.0.9",
|
|
20
20
|
"glob": "11.0.1",
|
|
21
21
|
"graphql-tag": "2.12.6"
|
|
22
22
|
},
|
package/swagger.verified.json
CHANGED
|
@@ -2368,6 +2368,7 @@
|
|
|
2368
2368
|
"description": "If set, will override the date and time when the dialog is set as created.\nIf not supplied, the current date /time will be used.",
|
|
2369
2369
|
"example": "2022-12-31T23:59:59Z",
|
|
2370
2370
|
"format": "date-time",
|
|
2371
|
+
"nullable": true,
|
|
2371
2372
|
"type": "string"
|
|
2372
2373
|
},
|
|
2373
2374
|
"dueAt": {
|
|
@@ -2477,6 +2478,7 @@
|
|
|
2477
2478
|
"description": "If set, will override the date and time when the dialog is set as last updated.\nIf not supplied, the current date /time will be used.",
|
|
2478
2479
|
"example": "2022-12-31T23:59:59Z",
|
|
2479
2480
|
"format": "date-time",
|
|
2481
|
+
"nullable": true,
|
|
2480
2482
|
"type": "string"
|
|
2481
2483
|
},
|
|
2482
2484
|
"visibleFrom": {
|