@digdir/dialogporten-schema 1.7.1-6490625 → 1.7.1-c19f47a

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-6490625",
3
+ "version": "1.7.1-c19f47a",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "author": "DigDir",
6
6
  "repository": {
@@ -17,7 +17,7 @@ type Activity {
17
17
  type: ActivityType!
18
18
  relatedActivityId: UUID
19
19
  dialogElementId: UUID
20
- performedBy: [Localization!]
20
+ performedBy: String
21
21
  description: [Localization!]!
22
22
  }
23
23
 
@@ -289,4 +289,4 @@ scalar DateTime @specifiedBy(url: "https:\/\/www.graphql-scalars.com\/date-time"
289
289
 
290
290
  scalar URL @specifiedBy(url: "https:\/\/tools.ietf.org\/html\/rfc3986")
291
291
 
292
- scalar UUID @specifiedBy(url: "https:\/\/tools.ietf.org\/html\/rfc4122")
292
+ scalar UUID @specifiedBy(url: "https:\/\/tools.ietf.org\/html\/rfc4122")
@@ -322,16 +322,7 @@
322
322
  "Type": 3,
323
323
  "RelatedActivityId": null,
324
324
  "DialogElementId": null,
325
- "PerformedBy": [
326
- {
327
- "Value": "Some performer",
328
- "CultureCode": "en-us"
329
- },
330
- {
331
- "Value": "En utfører",
332
- "CultureCode": "nb-no"
333
- }
334
- ],
325
+ "PerformedBy": "Some performed",
335
326
  "Description": [
336
327
  {
337
328
  "Value": "Some description",
@@ -2809,10 +2800,8 @@
2809
2800
  "nullable": true
2810
2801
  },
2811
2802
  "performedBy": {
2812
- "type": "array",
2813
- "items": {
2814
- "$ref": "#/components/schemas/LocalizationDto"
2815
- }
2803
+ "type": "string",
2804
+ "nullable": true
2816
2805
  },
2817
2806
  "description": {
2818
2807
  "type": "array",
@@ -3308,11 +3297,8 @@
3308
3297
  "nullable": true
3309
3298
  },
3310
3299
  "performedBy": {
3311
- "type": "array",
3312
- "nullable": true,
3313
- "items": {
3314
- "$ref": "#/components/schemas/LocalizationDto"
3315
- }
3300
+ "type": "string",
3301
+ "nullable": true
3316
3302
  },
3317
3303
  "description": {
3318
3304
  "type": "array",
@@ -3642,10 +3628,8 @@
3642
3628
  "nullable": true
3643
3629
  },
3644
3630
  "performedBy": {
3645
- "type": "array",
3646
- "items": {
3647
- "$ref": "#/components/schemas/LocalizationDto"
3648
- }
3631
+ "type": "string",
3632
+ "nullable": true
3649
3633
  },
3650
3634
  "description": {
3651
3635
  "type": "array",
@@ -3761,10 +3745,8 @@
3761
3745
  "nullable": true
3762
3746
  },
3763
3747
  "performedBy": {
3764
- "type": "array",
3765
- "items": {
3766
- "$ref": "#/components/schemas/LocalizationDto"
3767
- }
3748
+ "type": "string",
3749
+ "nullable": true
3768
3750
  },
3769
3751
  "description": {
3770
3752
  "type": "array",
@@ -3997,11 +3979,8 @@
3997
3979
  "nullable": true
3998
3980
  },
3999
3981
  "performedBy": {
4000
- "type": "array",
4001
- "nullable": true,
4002
- "items": {
4003
- "$ref": "#/components/schemas/LocalizationDto"
4004
- }
3982
+ "type": "string",
3983
+ "nullable": true
4005
3984
  },
4006
3985
  "description": {
4007
3986
  "type": "array",
@@ -4380,11 +4359,8 @@
4380
4359
  "nullable": true
4381
4360
  },
4382
4361
  "performedBy": {
4383
- "type": "array",
4384
- "nullable": true,
4385
- "items": {
4386
- "$ref": "#/components/schemas/LocalizationDto"
4387
- }
4362
+ "type": "string",
4363
+ "nullable": true
4388
4364
  },
4389
4365
  "description": {
4390
4366
  "type": "array",