@digdir/dialogporten-schema 1.0.9 → 1.0.10

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.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "author": "DigDir",
6
6
  "repository": {
@@ -64,6 +64,7 @@ type Dialog {
64
64
  revision: UUID!
65
65
  org: String!
66
66
  serviceResource: String!
67
+ serviceResourceType: String!
67
68
  party: String!
68
69
  progress: Int
69
70
  extendedStatus: String
@@ -145,6 +146,7 @@ type SearchDialog {
145
146
  id: UUID!
146
147
  org: String!
147
148
  serviceResource: String!
149
+ serviceResourceType: String!
148
150
  party: String!
149
151
  progress: Int
150
152
  guiAttachmentCount: Int
@@ -239,6 +241,7 @@ enum ContentType {
239
241
  SENDER_NAME
240
242
  SUMMARY
241
243
  ADDITIONAL_INFO
244
+ EXTENDED_STATUS
242
245
  }
243
246
 
244
247
  enum DialogStatus {
@@ -2878,6 +2878,9 @@
2878
2878
  "serviceResource": {
2879
2879
  "type": "string"
2880
2880
  },
2881
+ "serviceResourceType": {
2882
+ "type": "string"
2883
+ },
2881
2884
  "party": {
2882
2885
  "type": "string"
2883
2886
  },
@@ -2987,6 +2990,9 @@
2987
2990
  "serviceResource": {
2988
2991
  "type": "string"
2989
2992
  },
2993
+ "serviceResourceType": {
2994
+ "type": "string"
2995
+ },
2990
2996
  "party": {
2991
2997
  "type": "string"
2992
2998
  },
@@ -3901,6 +3907,9 @@
3901
3907
  "serviceResource": {
3902
3908
  "type": "string"
3903
3909
  },
3910
+ "serviceResourceType": {
3911
+ "type": "string"
3912
+ },
3904
3913
  "party": {
3905
3914
  "type": "string"
3906
3915
  },
@@ -4059,6 +4068,9 @@
4059
4068
  "serviceResource": {
4060
4069
  "type": "string"
4061
4070
  },
4071
+ "serviceResourceType": {
4072
+ "type": "string"
4073
+ },
4062
4074
  "party": {
4063
4075
  "type": "string"
4064
4076
  },
@@ -4462,4 +4474,4 @@
4462
4474
  }
4463
4475
  }
4464
4476
  }
4465
- }
4477
+ }