@digdir/dialogporten-schema 1.17.0 → 1.18.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 +1 -1
- package/schema.verified.graphql +6 -0
- package/src/index.js +6 -0
- package/swagger.verified.json +72 -2
package/package.json
CHANGED
package/schema.verified.graphql
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!
|
|
@@ -272,6 +276,8 @@ enum ActivityType {
|
|
|
272
276
|
PAYMENT_MADE
|
|
273
277
|
"Indicates that a signature has been provided."
|
|
274
278
|
SIGNATURE_PROVIDED
|
|
279
|
+
"Refers to a dialog that has been opened."
|
|
280
|
+
DIALOG_OPENED
|
|
275
281
|
}
|
|
276
282
|
|
|
277
283
|
enum ActorType {
|
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!
|
|
@@ -272,6 +276,8 @@ enum ActivityType {
|
|
|
272
276
|
PAYMENT_MADE
|
|
273
277
|
"Indicates that a signature has been provided."
|
|
274
278
|
SIGNATURE_PROVIDED
|
|
279
|
+
"Refers to a dialog that has been opened."
|
|
280
|
+
DIALOG_OPENED
|
|
275
281
|
}
|
|
276
282
|
|
|
277
283
|
enum ActorType {
|
package/swagger.verified.json
CHANGED
|
@@ -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",
|
|
@@ -842,7 +852,8 @@
|
|
|
842
852
|
"Information",
|
|
843
853
|
"TransmissionOpened",
|
|
844
854
|
"PaymentMade",
|
|
845
|
-
"SignatureProvided"
|
|
855
|
+
"SignatureProvided",
|
|
856
|
+
"DialogOpened"
|
|
846
857
|
],
|
|
847
858
|
"type": "string",
|
|
848
859
|
"x-enumNames": [
|
|
@@ -851,7 +862,8 @@
|
|
|
851
862
|
"Information",
|
|
852
863
|
"TransmissionOpened",
|
|
853
864
|
"PaymentMade",
|
|
854
|
-
"SignatureProvided"
|
|
865
|
+
"SignatureProvided",
|
|
866
|
+
"DialogOpened"
|
|
855
867
|
]
|
|
856
868
|
},
|
|
857
869
|
"DialogGuiActionPriority_Values": {
|
|
@@ -2035,6 +2047,16 @@
|
|
|
2035
2047
|
"example": "urn:altinn:person:identifier-no:01125512345\nurn:altinn:organization:identifier-no:912345678",
|
|
2036
2048
|
"type": "string"
|
|
2037
2049
|
},
|
|
2050
|
+
"precedingProcess": {
|
|
2051
|
+
"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.",
|
|
2052
|
+
"nullable": true,
|
|
2053
|
+
"type": "string"
|
|
2054
|
+
},
|
|
2055
|
+
"process": {
|
|
2056
|
+
"description": "Optional process identifier used to indicate a business process this dialog belongs to",
|
|
2057
|
+
"nullable": true,
|
|
2058
|
+
"type": "string"
|
|
2059
|
+
},
|
|
2038
2060
|
"progress": {
|
|
2039
2061
|
"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
2062
|
"format": "int32",
|
|
@@ -2178,6 +2200,16 @@
|
|
|
2178
2200
|
"example": "urn:altinn:person:identifier-no:01125512345\nurn:altinn:organization:identifier-no:912345678",
|
|
2179
2201
|
"type": "string"
|
|
2180
2202
|
},
|
|
2203
|
+
"precedingProcess": {
|
|
2204
|
+
"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. ",
|
|
2205
|
+
"nullable": true,
|
|
2206
|
+
"type": "string"
|
|
2207
|
+
},
|
|
2208
|
+
"process": {
|
|
2209
|
+
"description": "Optional process identifier used to indicate a business process this dialog belongs to ",
|
|
2210
|
+
"nullable": true,
|
|
2211
|
+
"type": "string"
|
|
2212
|
+
},
|
|
2181
2213
|
"progress": {
|
|
2182
2214
|
"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
2215
|
"format": "int32",
|
|
@@ -3108,6 +3140,16 @@
|
|
|
3108
3140
|
"example": "urn:altinn:person:identifier-no:01125512345\nurn:altinn:organization:identifier-no:912345678",
|
|
3109
3141
|
"type": "string"
|
|
3110
3142
|
},
|
|
3143
|
+
"precedingProcess": {
|
|
3144
|
+
"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. ",
|
|
3145
|
+
"nullable": true,
|
|
3146
|
+
"type": "string"
|
|
3147
|
+
},
|
|
3148
|
+
"process": {
|
|
3149
|
+
"description": "Optional process identifier used to indicate a business process this dialog belongs to ",
|
|
3150
|
+
"nullable": true,
|
|
3151
|
+
"type": "string"
|
|
3152
|
+
},
|
|
3111
3153
|
"progress": {
|
|
3112
3154
|
"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
3155
|
"format": "int32",
|
|
@@ -3207,6 +3249,16 @@
|
|
|
3207
3249
|
"example": "urn:altinn:person:identifier-no:01125512345\nurn:altinn:organization:identifier-no:912345678",
|
|
3208
3250
|
"type": "string"
|
|
3209
3251
|
},
|
|
3252
|
+
"precedingProcess": {
|
|
3253
|
+
"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.",
|
|
3254
|
+
"nullable": true,
|
|
3255
|
+
"type": "string"
|
|
3256
|
+
},
|
|
3257
|
+
"process": {
|
|
3258
|
+
"description": "Optional process identifier used to indicate a business process this dialog belongs to",
|
|
3259
|
+
"nullable": true,
|
|
3260
|
+
"type": "string"
|
|
3261
|
+
},
|
|
3210
3262
|
"progress": {
|
|
3211
3263
|
"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
3264
|
"format": "int32",
|
|
@@ -4170,6 +4222,15 @@
|
|
|
4170
4222
|
"type": "string"
|
|
4171
4223
|
}
|
|
4172
4224
|
},
|
|
4225
|
+
{
|
|
4226
|
+
"description": "Filter by process",
|
|
4227
|
+
"in": "query",
|
|
4228
|
+
"name": "process",
|
|
4229
|
+
"schema": {
|
|
4230
|
+
"nullable": true,
|
|
4231
|
+
"type": "string"
|
|
4232
|
+
}
|
|
4233
|
+
},
|
|
4173
4234
|
{
|
|
4174
4235
|
"description": "Search string for free text search. Will attempt to fuzzily match in all free text fields in the aggregate",
|
|
4175
4236
|
"in": "query",
|
|
@@ -4821,6 +4882,15 @@
|
|
|
4821
4882
|
"type": "string"
|
|
4822
4883
|
}
|
|
4823
4884
|
},
|
|
4885
|
+
{
|
|
4886
|
+
"description": "Filter by process",
|
|
4887
|
+
"in": "query",
|
|
4888
|
+
"name": "process",
|
|
4889
|
+
"schema": {
|
|
4890
|
+
"nullable": true,
|
|
4891
|
+
"type": "string"
|
|
4892
|
+
}
|
|
4893
|
+
},
|
|
4824
4894
|
{
|
|
4825
4895
|
"description": "Search string for free text search. Will attempt to fuzzily match in all free text fields in the aggregate",
|
|
4826
4896
|
"in": "query",
|