@digdir/dialogporten-schema 1.16.0-8214acbfq → 1.17.0-2bf0d30

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.16.0-8214acbfq",
3
+ "version": "1.17.0-2bf0d30",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "20"
@@ -95,6 +95,8 @@ type Dialog {
95
95
  serviceResourceType: String!
96
96
  party: String!
97
97
  progress: Int
98
+ process: String
99
+ precedingProcess: String
98
100
  extendedStatus: String
99
101
  externalReference: String
100
102
  visibleFrom: DateTime
@@ -172,6 +174,8 @@ type SearchDialog {
172
174
  serviceResourceType: String!
173
175
  party: String!
174
176
  progress: Int
177
+ process: String
178
+ precedingProcess: String
175
179
  guiAttachmentCount: Int
176
180
  extendedStatus: String
177
181
  createdAt: DateTime!
package/src/index.js CHANGED
@@ -95,6 +95,8 @@ type Dialog {
95
95
  serviceResourceType: String!
96
96
  party: String!
97
97
  progress: Int
98
+ process: String
99
+ precedingProcess: String
98
100
  extendedStatus: String
99
101
  externalReference: String
100
102
  visibleFrom: DateTime
@@ -172,6 +174,8 @@ type SearchDialog {
172
174
  serviceResourceType: String!
173
175
  party: String!
174
176
  progress: Int
177
+ process: String
178
+ precedingProcess: String
175
179
  guiAttachmentCount: Int
176
180
  extendedStatus: String
177
181
  createdAt: DateTime!
@@ -225,6 +225,16 @@
225
225
  "example": "urn:altinn:person:identifier-no:01125512345\nurn:altinn:organization:identifier-no:912345678",
226
226
  "type": "string"
227
227
  },
228
+ "precedingProcess": {
229
+ "description": "Optional preceding process identifier to indicate the business process that preceded the process indicated in the \u0022Process\u0022 field. Cannot be set without also \u0022Process\u0022 being set.",
230
+ "nullable": true,
231
+ "type": "string"
232
+ },
233
+ "process": {
234
+ "description": "Optional process identifier used to indicate a business process this dialog belongs to ",
235
+ "nullable": true,
236
+ "type": "string"
237
+ },
228
238
  "progress": {
229
239
  "description": "Advisory indicator of progress, represented as 1-100 percentage value. 100% representing a dialog that has come\nto a natural completion (successful or not).",
230
240
  "format": "int32",
@@ -2035,6 +2045,16 @@
2035
2045
  "example": "urn:altinn:person:identifier-no:01125512345\nurn:altinn:organization:identifier-no:912345678",
2036
2046
  "type": "string"
2037
2047
  },
2048
+ "precedingProcess": {
2049
+ "description": "Optional preceding process identifier to indicate the business process that preceded the process indicated in the \u0022Process\u0022 field. Cannot be set without also \u0022Process\u0022 being set.",
2050
+ "nullable": true,
2051
+ "type": "string"
2052
+ },
2053
+ "process": {
2054
+ "description": "Optional process identifier used to indicate a business process this dialog belongs to",
2055
+ "nullable": true,
2056
+ "type": "string"
2057
+ },
2038
2058
  "progress": {
2039
2059
  "description": "Advisory indicator of progress, represented as 1-100 percentage value. 100% representing a dialog that has come\nto a natural completion (successful or not).",
2040
2060
  "format": "int32",
@@ -2178,6 +2198,16 @@
2178
2198
  "example": "urn:altinn:person:identifier-no:01125512345\nurn:altinn:organization:identifier-no:912345678",
2179
2199
  "type": "string"
2180
2200
  },
2201
+ "precedingProcess": {
2202
+ "description": "Optional preceding process identifier to indicate the business process that preceded the process indicated in the \u0022Process\u0022 field. Cannot be set without also \u0022Process\u0022 being set. ",
2203
+ "nullable": true,
2204
+ "type": "string"
2205
+ },
2206
+ "process": {
2207
+ "description": "Optional process identifier used to indicate a business process this dialog belongs to ",
2208
+ "nullable": true,
2209
+ "type": "string"
2210
+ },
2181
2211
  "progress": {
2182
2212
  "description": "Advisory indicator of progress, represented as 1-100 percentage value. 100% representing a dialog that has come\nto a natural completion (successful or not).",
2183
2213
  "format": "int32",
@@ -3108,6 +3138,16 @@
3108
3138
  "example": "urn:altinn:person:identifier-no:01125512345\nurn:altinn:organization:identifier-no:912345678",
3109
3139
  "type": "string"
3110
3140
  },
3141
+ "precedingProcess": {
3142
+ "description": "Optional preceding process identifier to indicate the business process that preceded the process indicated in the \u0022Process\u0022 field. Cannot be set without also \u0022Process\u0022 being set. ",
3143
+ "nullable": true,
3144
+ "type": "string"
3145
+ },
3146
+ "process": {
3147
+ "description": "Optional process identifier used to indicate a business process this dialog belongs to ",
3148
+ "nullable": true,
3149
+ "type": "string"
3150
+ },
3111
3151
  "progress": {
3112
3152
  "description": "Advisory indicator of progress, represented as 1-100 percentage value. 100% representing a dialog that has come\nto a natural completion (successful or not).",
3113
3153
  "format": "int32",
@@ -3207,6 +3247,16 @@
3207
3247
  "example": "urn:altinn:person:identifier-no:01125512345\nurn:altinn:organization:identifier-no:912345678",
3208
3248
  "type": "string"
3209
3249
  },
3250
+ "precedingProcess": {
3251
+ "description": "Optional preceding process identifier to indicate the business process that preceded the process indicated in the \u0022Process\u0022 field. Cannot be set without also \u0022Process\u0022 being set.",
3252
+ "nullable": true,
3253
+ "type": "string"
3254
+ },
3255
+ "process": {
3256
+ "description": "Optional process identifier used to indicate a business process this dialog belongs to",
3257
+ "nullable": true,
3258
+ "type": "string"
3259
+ },
3210
3260
  "progress": {
3211
3261
  "description": "Advisory indicator of progress, represented as 1-100 percentage value. 100% representing a dialog that has come\nto a natural completion (successful or not).",
3212
3262
  "format": "int32",
@@ -4170,6 +4220,15 @@
4170
4220
  "type": "string"
4171
4221
  }
4172
4222
  },
4223
+ {
4224
+ "description": "Filter by process",
4225
+ "in": "query",
4226
+ "name": "process",
4227
+ "schema": {
4228
+ "nullable": true,
4229
+ "type": "string"
4230
+ }
4231
+ },
4173
4232
  {
4174
4233
  "description": "Search string for free text search. Will attempt to fuzzily match in all free text fields in the aggregate",
4175
4234
  "in": "query",
@@ -4821,6 +4880,15 @@
4821
4880
  "type": "string"
4822
4881
  }
4823
4882
  },
4883
+ {
4884
+ "description": "Filter by process",
4885
+ "in": "query",
4886
+ "name": "process",
4887
+ "schema": {
4888
+ "nullable": true,
4889
+ "type": "string"
4890
+ }
4891
+ },
4824
4892
  {
4825
4893
  "description": "Search string for free text search. Will attempt to fuzzily match in all free text fields in the aggregate",
4826
4894
  "in": "query",