@digdir/dialogporten-schema 1.57.2 → 1.57.3
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/package.json +2 -2
- package/swagger.verified.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digdir/dialogporten-schema",
|
|
3
|
-
"version": "1.57.
|
|
3
|
+
"version": "1.57.3",
|
|
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.7",
|
|
20
20
|
"glob": "11.0.1",
|
|
21
21
|
"graphql-tag": "2.12.6"
|
|
22
22
|
},
|
package/swagger.verified.json
CHANGED
|
@@ -378,19 +378,19 @@
|
|
|
378
378
|
"additionalProperties": false,
|
|
379
379
|
"properties": {
|
|
380
380
|
"actorId": {
|
|
381
|
-
"description": "The identifier
|
|
381
|
+
"description": "The identifier (national identity number or organization number) of the actor.",
|
|
382
382
|
"example": "urn:altinn:person:identifier-no:12018212345",
|
|
383
383
|
"nullable": true,
|
|
384
384
|
"type": "string"
|
|
385
385
|
},
|
|
386
386
|
"actorName": {
|
|
387
|
-
"description": "
|
|
387
|
+
"description": "The name of the actor.",
|
|
388
388
|
"example": "Ola Nordmann",
|
|
389
389
|
"nullable": true,
|
|
390
390
|
"type": "string"
|
|
391
391
|
},
|
|
392
392
|
"actorType": {
|
|
393
|
-
"description": "The type of actor
|
|
393
|
+
"description": "The type of actor; either the service owner, or someone representing the party.",
|
|
394
394
|
"oneOf": [
|
|
395
395
|
{
|
|
396
396
|
"$ref": "#/components/schemas/Actors_ActorType"
|
|
@@ -1876,19 +1876,19 @@
|
|
|
1876
1876
|
"additionalProperties": false,
|
|
1877
1877
|
"properties": {
|
|
1878
1878
|
"actorId": {
|
|
1879
|
-
"description": "The identifier
|
|
1879
|
+
"description": "The identifier (national identity number or organization number) of the actor.",
|
|
1880
1880
|
"example": "urn:altinn:person:identifier-no:12018212345",
|
|
1881
1881
|
"nullable": true,
|
|
1882
1882
|
"type": "string"
|
|
1883
1883
|
},
|
|
1884
1884
|
"actorName": {
|
|
1885
|
-
"description": "
|
|
1885
|
+
"description": "The name of the actor.",
|
|
1886
1886
|
"example": "Ola Nordmann",
|
|
1887
1887
|
"nullable": true,
|
|
1888
1888
|
"type": "string"
|
|
1889
1889
|
},
|
|
1890
1890
|
"actorType": {
|
|
1891
|
-
"description": "The type of actor
|
|
1891
|
+
"description": "The type of actor; either the service owner, or someone representing the party.",
|
|
1892
1892
|
"oneOf": [
|
|
1893
1893
|
{
|
|
1894
1894
|
"$ref": "#/components/schemas/Actors_ActorType"
|