@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digdir/dialogporten-schema",
3
- "version": "1.7.1-18101c1",
3
+ "version": "1.7.1-18a1f6e",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "author": "DigDir",
6
6
  "repository": {
@@ -125,7 +125,7 @@ type GuiAction {
125
125
  url: URL!
126
126
  authorizationAttribute: String
127
127
  isAuthorized: Boolean!
128
- isDeleteAction: Boolean!
128
+ isDeleteDialogAction: Boolean!
129
129
  priority: GuiActionPriority!
130
130
  title: [Localization!]!
131
131
  }
@@ -278,7 +278,7 @@
278
278
  "Action": "submit",
279
279
  "Url": "https://example.com/some-url",
280
280
  "AuthorizationAttribute": null,
281
- "IsDeleteAction": false,
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
- "isDeleteAction": {
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
- "isDeleteAction": {
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
- "isDeleteAction": {
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
- "isDeleteAction": {
4228
+ "isDeleteDialogAction": {
4229
4229
  "type": "boolean"
4230
4230
  },
4231
4231
  "priority": {