@digdir/dialogporten-schema 1.9.0 → 1.10.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.9.0",
3
+ "version": "1.10.0",
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
  }
@@ -535,6 +535,7 @@
535
535
  "ExtendedType": null,
536
536
  "Type": 3,
537
537
  "RelatedActivityId": null,
538
+ "TransmissionId": null,
538
539
  "PerformedBy": {
539
540
  "ActorType": 2,
540
541
  "ActorName": null,
@@ -2850,6 +2851,11 @@
2850
2851
  "format": "guid",
2851
2852
  "nullable": true
2852
2853
  },
2854
+ "transmissionId": {
2855
+ "type": "string",
2856
+ "format": "guid",
2857
+ "nullable": true
2858
+ },
2853
2859
  "performedBy": {
2854
2860
  "$ref": "#/components/schemas/UpdateDialogDialogActivityPerformedByActorDto"
2855
2861
  },
@@ -3024,6 +3030,11 @@
3024
3030
  "format": "guid",
3025
3031
  "nullable": true
3026
3032
  },
3033
+ "transmissionId": {
3034
+ "type": "string",
3035
+ "format": "guid",
3036
+ "nullable": true
3037
+ },
3027
3038
  "performedBy": {
3028
3039
  "$ref": "#/components/schemas/SearchDialogDialogActivityPerformedByActorDtoSO"
3029
3040
  },
@@ -3590,6 +3601,11 @@
3590
3601
  "format": "guid",
3591
3602
  "nullable": true
3592
3603
  },
3604
+ "transmissionId": {
3605
+ "type": "string",
3606
+ "format": "guid",
3607
+ "nullable": true
3608
+ },
3593
3609
  "performedBy": {
3594
3610
  "$ref": "#/components/schemas/GetDialogDialogActivityPerformedByActorDtoSO"
3595
3611
  },
@@ -4079,6 +4095,11 @@
4079
4095
  "format": "guid",
4080
4096
  "nullable": true
4081
4097
  },
4098
+ "transmissionId": {
4099
+ "type": "string",
4100
+ "format": "guid",
4101
+ "nullable": true
4102
+ },
4082
4103
  "performedBy": {
4083
4104
  "$ref": "#/components/schemas/CreateDialogDialogActivityPerformedByActorDto"
4084
4105
  },
@@ -4134,6 +4155,11 @@
4134
4155
  "format": "guid",
4135
4156
  "nullable": true
4136
4157
  },
4158
+ "transmissionId": {
4159
+ "type": "string",
4160
+ "format": "guid",
4161
+ "nullable": true
4162
+ },
4137
4163
  "performedBy": {
4138
4164
  "$ref": "#/components/schemas/UpdateDialogDialogActivityPerformedByActorDto"
4139
4165
  },
@@ -4389,6 +4415,11 @@
4389
4415
  "format": "guid",
4390
4416
  "nullable": true
4391
4417
  },
4418
+ "transmissionId": {
4419
+ "type": "string",
4420
+ "format": "guid",
4421
+ "nullable": true
4422
+ },
4392
4423
  "performedBy": {
4393
4424
  "$ref": "#/components/schemas/SearchDialogDialogActivityPerformedByActorDto"
4394
4425
  },
@@ -4945,6 +4976,11 @@
4945
4976
  "format": "guid",
4946
4977
  "nullable": true
4947
4978
  },
4979
+ "transmissionId": {
4980
+ "type": "string",
4981
+ "format": "guid",
4982
+ "nullable": true
4983
+ },
4948
4984
  "performedBy": {
4949
4985
  "$ref": "#/components/schemas/GetDialogDialogActivityPerformedByActorDto"
4950
4986
  },