@digdir/dialogporten-schema 1.9.0-e39ed87 → 1.10.0-08c3be9

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.9.0-e39ed87",
3
+ "version": "1.10.0-08c3be9",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "20"
@@ -16,6 +16,7 @@ type Activity {
16
16
  extendedType: URL
17
17
  type: ActivityType!
18
18
  relatedActivityId: UUID
19
+ transmissionId: UUID
19
20
  performedBy: Actor!
20
21
  description: [Localization!]!
21
22
  }
package/src/index.js CHANGED
@@ -16,6 +16,7 @@ type Activity {
16
16
  extendedType: URL
17
17
  type: ActivityType!
18
18
  relatedActivityId: UUID
19
+ transmissionId: UUID
19
20
  performedBy: Actor!
20
21
  description: [Localization!]!
21
22
  }
@@ -413,11 +413,7 @@
413
413
  "content": {
414
414
  "application/json": {
415
415
  "schema": {
416
- "oneOf": [
417
- {
418
- "$ref": "#/components/schemas/UpdateDialogDto"
419
- }
420
- ]
416
+ "$ref": "#/components/schemas/UpdateDialogDto"
421
417
  },
422
418
  "example": {
423
419
  "Progress": 42,
@@ -535,6 +531,7 @@
535
531
  "ExtendedType": null,
536
532
  "Type": 3,
537
533
  "RelatedActivityId": null,
534
+ "TransmissionId": null,
538
535
  "PerformedBy": {
539
536
  "ActorType": 2,
540
537
  "ActorName": null,
@@ -2850,6 +2847,11 @@
2850
2847
  "format": "guid",
2851
2848
  "nullable": true
2852
2849
  },
2850
+ "transmissionId": {
2851
+ "type": "string",
2852
+ "format": "guid",
2853
+ "nullable": true
2854
+ },
2853
2855
  "performedBy": {
2854
2856
  "$ref": "#/components/schemas/UpdateDialogDialogActivityPerformedByActorDto"
2855
2857
  },
@@ -3024,6 +3026,11 @@
3024
3026
  "format": "guid",
3025
3027
  "nullable": true
3026
3028
  },
3029
+ "transmissionId": {
3030
+ "type": "string",
3031
+ "format": "guid",
3032
+ "nullable": true
3033
+ },
3027
3034
  "performedBy": {
3028
3035
  "$ref": "#/components/schemas/SearchDialogDialogActivityPerformedByActorDtoSO"
3029
3036
  },
@@ -3590,6 +3597,11 @@
3590
3597
  "format": "guid",
3591
3598
  "nullable": true
3592
3599
  },
3600
+ "transmissionId": {
3601
+ "type": "string",
3602
+ "format": "guid",
3603
+ "nullable": true
3604
+ },
3593
3605
  "performedBy": {
3594
3606
  "$ref": "#/components/schemas/GetDialogDialogActivityPerformedByActorDtoSO"
3595
3607
  },
@@ -4079,6 +4091,11 @@
4079
4091
  "format": "guid",
4080
4092
  "nullable": true
4081
4093
  },
4094
+ "transmissionId": {
4095
+ "type": "string",
4096
+ "format": "guid",
4097
+ "nullable": true
4098
+ },
4082
4099
  "performedBy": {
4083
4100
  "$ref": "#/components/schemas/CreateDialogDialogActivityPerformedByActorDto"
4084
4101
  },
@@ -4134,6 +4151,11 @@
4134
4151
  "format": "guid",
4135
4152
  "nullable": true
4136
4153
  },
4154
+ "transmissionId": {
4155
+ "type": "string",
4156
+ "format": "guid",
4157
+ "nullable": true
4158
+ },
4137
4159
  "performedBy": {
4138
4160
  "$ref": "#/components/schemas/UpdateDialogDialogActivityPerformedByActorDto"
4139
4161
  },
@@ -4389,6 +4411,11 @@
4389
4411
  "format": "guid",
4390
4412
  "nullable": true
4391
4413
  },
4414
+ "transmissionId": {
4415
+ "type": "string",
4416
+ "format": "guid",
4417
+ "nullable": true
4418
+ },
4392
4419
  "performedBy": {
4393
4420
  "$ref": "#/components/schemas/SearchDialogDialogActivityPerformedByActorDto"
4394
4421
  },
@@ -4945,6 +4972,11 @@
4945
4972
  "format": "guid",
4946
4973
  "nullable": true
4947
4974
  },
4975
+ "transmissionId": {
4976
+ "type": "string",
4977
+ "format": "guid",
4978
+ "nullable": true
4979
+ },
4948
4980
  "performedBy": {
4949
4981
  "$ref": "#/components/schemas/GetDialogDialogActivityPerformedByActorDto"
4950
4982
  },