@digdir/dialogporten-schema 1.32.1 → 1.35.0

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.32.1",
3
+ "version": "1.35.0",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "20"
@@ -6145,140 +6145,6 @@
6145
6145
  "requestBody": {
6146
6146
  "content": {
6147
6147
  "application/json": {
6148
- "example": {
6149
- "Activities": [
6150
- {
6151
- "CreatedAt": null,
6152
- "Description": [
6153
- {
6154
- "LanguageCode": "en",
6155
- "Value": "Some description"
6156
- },
6157
- {
6158
- "LanguageCode": "nb",
6159
- "Value": "En beskrivelse"
6160
- }
6161
- ],
6162
- "ExtendedType": null,
6163
- "Id": "8b95d42d-d2b6-4c01-8ca0-a817a4b3c50d",
6164
- "PerformedBy": {
6165
- "ActorId": null,
6166
- "ActorName": null,
6167
- "ActorType": 2
6168
- },
6169
- "TransmissionId": null,
6170
- "Type": 3
6171
- }
6172
- ],
6173
- "ApiActions": [
6174
- {
6175
- "Action": "submit",
6176
- "AuthorizationAttribute": null,
6177
- "Endpoints": [
6178
- {
6179
- "Deprecated": false,
6180
- "DocumentationUrl": "https://example.com/some-api-action-doc",
6181
- "HttpMethod": 2,
6182
- "Id": null,
6183
- "RequestSchema": "https://example.com/some-api-action-request-schema",
6184
- "ResponseSchema": "https://example.com/some-api-action-response-schema",
6185
- "SunsetAt": null,
6186
- "Url": "https://example.com/some-api-action",
6187
- "Version": "20231015"
6188
- }
6189
- ],
6190
- "Id": "948b07ba-1a82-403e-8eaa-2e5784af07a9"
6191
- }
6192
- ],
6193
- "Attachments": [
6194
- {
6195
- "DisplayName": [
6196
- {
6197
- "LanguageCode": "en",
6198
- "Value": "Some display name"
6199
- }
6200
- ],
6201
- "Id": "02a72809-eddd-4192-864d-8f1755d72f4e",
6202
- "Urls": [
6203
- {
6204
- "ConsumerType": 0,
6205
- "Id": "858177cb-8584-4d10-a086-3a5defa7a6c3",
6206
- "MediaType": null,
6207
- "Url": "https://example.com/some-url"
6208
- }
6209
- ]
6210
- }
6211
- ],
6212
- "Content": {
6213
- "AdditionalInfo": {
6214
- "MediaType": "text/markdown",
6215
- "Value": [
6216
- {
6217
- "LanguageCode": "en",
6218
- "Value": "Some description with *markdown* support"
6219
- }
6220
- ]
6221
- },
6222
- "ExtendedStatus": null,
6223
- "MainContentReference": null,
6224
- "SenderName": null,
6225
- "Summary": {
6226
- "MediaType": "text/plain",
6227
- "Value": [
6228
- {
6229
- "LanguageCode": "en",
6230
- "Value": "Some Summary"
6231
- }
6232
- ]
6233
- },
6234
- "Title": {
6235
- "MediaType": "text/plain",
6236
- "Value": [
6237
- {
6238
- "LanguageCode": "en",
6239
- "Value": "Some title"
6240
- }
6241
- ]
6242
- }
6243
- },
6244
- "DueAt": "2084-04-04T12:13:10.01344\u002B00:00",
6245
- "ExpiresAt": "2095-05-04T12:13:10.01344\u002B00:00",
6246
- "ExtendedStatus": "Some extended status",
6247
- "ExternalReference": "Some external reference",
6248
- "GuiActions": [
6249
- {
6250
- "Action": "submit",
6251
- "AuthorizationAttribute": null,
6252
- "HttpMethod": 1,
6253
- "Id": "8c64ecc8-7678-44b2-8788-0b5852dd8fa0",
6254
- "IsDeleteDialogAction": false,
6255
- "Priority": 1,
6256
- "Prompt": null,
6257
- "Title": [
6258
- {
6259
- "LanguageCode": "en",
6260
- "Value": "GUI action title"
6261
- },
6262
- {
6263
- "LanguageCode": "nb",
6264
- "Value": "GUI action-tittel"
6265
- }
6266
- ],
6267
- "Url": "https://example.com/some-url"
6268
- }
6269
- ],
6270
- "Progress": 42,
6271
- "SearchTags": [
6272
- {
6273
- "Value": "searchTag"
6274
- },
6275
- {
6276
- "Value": "anotherSearchTag"
6277
- }
6278
- ],
6279
- "Status": 1,
6280
- "VisibleFrom": "2054-03-04T12:13:10.01344\u002B00:00"
6281
- },
6282
6148
  "schema": {
6283
6149
  "$ref": "#/components/schemas/V1ServiceOwnerDialogsCommandsUpdate_Dialog"
6284
6150
  }