@digdir/dialogporten-schema 1.7.1-18101c1 → 1.7.1-18a1f6e
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 -1
- package/swagger.verified.json +5 -5
package/package.json
CHANGED
package/schema.verified.graphql
CHANGED
package/swagger.verified.json
CHANGED
|
@@ -278,7 +278,7 @@
|
|
|
278
278
|
"Action": "submit",
|
|
279
279
|
"Url": "https://example.com/some-url",
|
|
280
280
|
"AuthorizationAttribute": null,
|
|
281
|
-
"
|
|
281
|
+
"IsDeleteDialogAction": false,
|
|
282
282
|
"Priority": 1,
|
|
283
283
|
"Title": [
|
|
284
284
|
{
|
|
@@ -2635,7 +2635,7 @@
|
|
|
2635
2635
|
"type": "string",
|
|
2636
2636
|
"nullable": true
|
|
2637
2637
|
},
|
|
2638
|
-
"
|
|
2638
|
+
"isDeleteDialogAction": {
|
|
2639
2639
|
"type": "boolean"
|
|
2640
2640
|
},
|
|
2641
2641
|
"priority": {
|
|
@@ -3172,7 +3172,7 @@
|
|
|
3172
3172
|
"type": "string",
|
|
3173
3173
|
"nullable": true
|
|
3174
3174
|
},
|
|
3175
|
-
"
|
|
3175
|
+
"isDeleteDialogAction": {
|
|
3176
3176
|
"type": "boolean"
|
|
3177
3177
|
},
|
|
3178
3178
|
"priority": {
|
|
@@ -3507,7 +3507,7 @@
|
|
|
3507
3507
|
"type": "string",
|
|
3508
3508
|
"nullable": true
|
|
3509
3509
|
},
|
|
3510
|
-
"
|
|
3510
|
+
"isDeleteDialogAction": {
|
|
3511
3511
|
"type": "boolean"
|
|
3512
3512
|
},
|
|
3513
3513
|
"priority": {
|
|
@@ -4225,7 +4225,7 @@
|
|
|
4225
4225
|
"isAuthorized": {
|
|
4226
4226
|
"type": "boolean"
|
|
4227
4227
|
},
|
|
4228
|
-
"
|
|
4228
|
+
"isDeleteDialogAction": {
|
|
4229
4229
|
"type": "boolean"
|
|
4230
4230
|
},
|
|
4231
4231
|
"priority": {
|