@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 +1 -1
- package/schema.verified.graphql +1 -0
- package/src/index.js +1 -0
- package/swagger.verified.json +37 -5
package/package.json
CHANGED
package/schema.verified.graphql
CHANGED
package/src/index.js
CHANGED
package/swagger.verified.json
CHANGED
|
@@ -413,11 +413,7 @@
|
|
|
413
413
|
"content": {
|
|
414
414
|
"application/json": {
|
|
415
415
|
"schema": {
|
|
416
|
-
"
|
|
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
|
},
|