@digdir/dialogporten-schema 1.45.0-e228f03 → 1.45.1-dda7c1f
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/swagger.verified.json +15 -8
package/package.json
CHANGED
package/swagger.verified.json
CHANGED
|
@@ -2268,7 +2268,7 @@
|
|
|
2268
2268
|
},
|
|
2269
2269
|
"type": "object"
|
|
2270
2270
|
},
|
|
2271
|
-
"
|
|
2271
|
+
"V1ServiceOwnerDialogsCommandsCreate_Dialog": {
|
|
2272
2272
|
"additionalProperties": false,
|
|
2273
2273
|
"properties": {
|
|
2274
2274
|
"activities": {
|
|
@@ -3253,6 +3253,15 @@
|
|
|
3253
3253
|
},
|
|
3254
3254
|
"type": "object"
|
|
3255
3255
|
},
|
|
3256
|
+
"V1ServiceOwnerDialogsCreate_DialogRequest": {
|
|
3257
|
+
"additionalProperties": false,
|
|
3258
|
+
"properties": {
|
|
3259
|
+
"dto": {
|
|
3260
|
+
"$ref": "#/components/schemas/V1ServiceOwnerDialogsCommandsCreate_Dialog"
|
|
3261
|
+
}
|
|
3262
|
+
},
|
|
3263
|
+
"type": "object"
|
|
3264
|
+
},
|
|
3256
3265
|
"V1ServiceOwnerDialogSeenLogsQueriesGet_SeenLog": {
|
|
3257
3266
|
"additionalProperties": false,
|
|
3258
3267
|
"properties": {
|
|
@@ -4947,7 +4956,7 @@
|
|
|
4947
4956
|
}
|
|
4948
4957
|
},
|
|
4949
4958
|
{
|
|
4950
|
-
"description": "Limit free text search to texts with this language code, e.g. \
|
|
4959
|
+
"description": "Limit free text search to texts with this language code, e.g. \u0027nb\u0027, \u0027en\u0027. Culture codes will be normalized to neutral language codes (ISO 639). Default: search all culture codes",
|
|
4951
4960
|
"in": "query",
|
|
4952
4961
|
"name": "searchLanguageCode",
|
|
4953
4962
|
"schema": {
|
|
@@ -5788,7 +5797,7 @@
|
|
|
5788
5797
|
}
|
|
5789
5798
|
},
|
|
5790
5799
|
{
|
|
5791
|
-
"description": "Limit free text search to texts with this language code, e.g. \
|
|
5800
|
+
"description": "Limit free text search to texts with this language code, e.g. \u0027nb\u0027, \u0027en\u0027. Culture codes will be normalized to neutral language codes (ISO 639). Default: search all culture codes",
|
|
5792
5801
|
"in": "query",
|
|
5793
5802
|
"name": "searchLanguageCode",
|
|
5794
5803
|
"schema": {
|
|
@@ -5864,14 +5873,12 @@
|
|
|
5864
5873
|
"content": {
|
|
5865
5874
|
"application/json": {
|
|
5866
5875
|
"schema": {
|
|
5867
|
-
"$ref": "#/components/schemas/
|
|
5876
|
+
"$ref": "#/components/schemas/V1ServiceOwnerDialogsCommandsCreate_Dialog"
|
|
5868
5877
|
}
|
|
5869
5878
|
}
|
|
5870
5879
|
},
|
|
5871
|
-
"description": "",
|
|
5872
5880
|
"required": true,
|
|
5873
|
-
"x-name": "
|
|
5874
|
-
"x-position": 1
|
|
5881
|
+
"x-name": "dto"
|
|
5875
5882
|
},
|
|
5876
5883
|
"responses": {
|
|
5877
5884
|
"201": {
|
|
@@ -7056,4 +7063,4 @@
|
|
|
7056
7063
|
"url": "https://altinn-dev-api.azure-api.net/dialogporten"
|
|
7057
7064
|
}
|
|
7058
7065
|
]
|
|
7059
|
-
}
|
|
7066
|
+
}
|