@digdir/dialogporten-schema 1.75.0 → 1.76.2-24de98c
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 +1 -1
- package/schema.verified.graphql +1 -0
- package/src/index.js +1 -0
- package/swagger.verified.json +7 -4
package/package.json
CHANGED
package/schema.verified.graphql
CHANGED
package/src/index.js
CHANGED
package/swagger.verified.json
CHANGED
|
@@ -32,14 +32,16 @@
|
|
|
32
32
|
"Default",
|
|
33
33
|
"Bin",
|
|
34
34
|
"Archive",
|
|
35
|
-
"MarkedAsUnopened"
|
|
35
|
+
"MarkedAsUnopened",
|
|
36
|
+
"Sent"
|
|
36
37
|
],
|
|
37
38
|
"type": "string",
|
|
38
39
|
"x-enumNames": [
|
|
39
40
|
"Default",
|
|
40
41
|
"Bin",
|
|
41
42
|
"Archive",
|
|
42
|
-
"MarkedAsUnopened"
|
|
43
|
+
"MarkedAsUnopened",
|
|
44
|
+
"Sent"
|
|
43
45
|
]
|
|
44
46
|
},
|
|
45
47
|
"DialogsEntities_DialogStatus": {
|
|
@@ -2567,6 +2569,7 @@
|
|
|
2567
2569
|
},
|
|
2568
2570
|
"status": {
|
|
2569
2571
|
"description": "The aggregated status of the dialog.",
|
|
2572
|
+
"nullable": true,
|
|
2570
2573
|
"oneOf": [
|
|
2571
2574
|
{
|
|
2572
2575
|
"$ref": "#/components/schemas/V1ServiceOwnerCommonDialogStatuses_DialogStatusInput"
|
|
@@ -6902,7 +6905,7 @@
|
|
|
6902
6905
|
]
|
|
6903
6906
|
},
|
|
6904
6907
|
"post": {
|
|
6905
|
-
"description": "The dialog is created with the given configuration.\n\nFor detailed information on validation rules, see [the source for
|
|
6908
|
+
"description": "The dialog is created with the given configuration.\n\nFor detailed information on validation rules, see [the source for create dialog validators](https://github.com/Altinn/dialogporten/tree/main/src/Digdir.Domain.Dialogporten.Application/Features/V1/ServiceOwner/Dialogs/Commands/Create/Validators)",
|
|
6906
6909
|
"operationId": "V1ServiceOwnerDialogsCommandsCreate_Dialog",
|
|
6907
6910
|
"requestBody": {
|
|
6908
6911
|
"content": {
|
|
@@ -8634,4 +8637,4 @@
|
|
|
8634
8637
|
}
|
|
8635
8638
|
}
|
|
8636
8639
|
}
|
|
8637
|
-
}
|
|
8640
|
+
}
|