@digdir/dialogporten-schema 1.57.6 → 1.57.7-e2ba5d5
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 +26 -7
package/package.json
CHANGED
package/schema.verified.graphql
CHANGED
package/src/index.js
CHANGED
package/swagger.verified.json
CHANGED
|
@@ -841,6 +841,12 @@
|
|
|
841
841
|
"isAuthorized": {
|
|
842
842
|
"description": "True if the authenticated user is authorized for this action. If not, the action will not be available\nand all endpoints will be replaced with a fixed placeholder.",
|
|
843
843
|
"type": "boolean"
|
|
844
|
+
},
|
|
845
|
+
"name": {
|
|
846
|
+
"description": "The logical name of the operation the API action refers to.",
|
|
847
|
+
"example": "confirm",
|
|
848
|
+
"nullable": true,
|
|
849
|
+
"type": "string"
|
|
844
850
|
}
|
|
845
851
|
},
|
|
846
852
|
"type": "object"
|
|
@@ -2132,6 +2138,12 @@
|
|
|
2132
2138
|
"format": "guid",
|
|
2133
2139
|
"nullable": true,
|
|
2134
2140
|
"type": "string"
|
|
2141
|
+
},
|
|
2142
|
+
"name": {
|
|
2143
|
+
"description": "The logical name of the operation the API action refers to.",
|
|
2144
|
+
"example": "confirm",
|
|
2145
|
+
"nullable": true,
|
|
2146
|
+
"type": "string"
|
|
2135
2147
|
}
|
|
2136
2148
|
},
|
|
2137
2149
|
"type": "object"
|
|
@@ -2789,6 +2801,12 @@
|
|
|
2789
2801
|
"format": "guid",
|
|
2790
2802
|
"nullable": true,
|
|
2791
2803
|
"type": "string"
|
|
2804
|
+
},
|
|
2805
|
+
"name": {
|
|
2806
|
+
"description": "The logical name of the operation the API action refers to.",
|
|
2807
|
+
"example": "confirm",
|
|
2808
|
+
"nullable": true,
|
|
2809
|
+
"type": "string"
|
|
2792
2810
|
}
|
|
2793
2811
|
},
|
|
2794
2812
|
"type": "object"
|
|
@@ -3733,6 +3751,12 @@
|
|
|
3733
3751
|
"description": "True if the authenticated user (set in the query) is authorized for this action.",
|
|
3734
3752
|
"nullable": true,
|
|
3735
3753
|
"type": "boolean"
|
|
3754
|
+
},
|
|
3755
|
+
"name": {
|
|
3756
|
+
"description": "The logical name of the operation the API action refers to.",
|
|
3757
|
+
"example": "confirm",
|
|
3758
|
+
"nullable": true,
|
|
3759
|
+
"type": "string"
|
|
3736
3760
|
}
|
|
3737
3761
|
},
|
|
3738
3762
|
"type": "object"
|
|
@@ -7372,10 +7396,5 @@
|
|
|
7372
7396
|
]
|
|
7373
7397
|
}
|
|
7374
7398
|
}
|
|
7375
|
-
}
|
|
7376
|
-
|
|
7377
|
-
{
|
|
7378
|
-
"url": "https://localhost:7214/"
|
|
7379
|
-
}
|
|
7380
|
-
]
|
|
7381
|
-
}
|
|
7399
|
+
}
|
|
7400
|
+
}
|