@digdir/dialogporten-schema 1.15.0-e9b844f → 1.16.0-0029f46
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 +4 -4
- package/src/index.js +4 -4
- package/swagger.verified.json +5 -5
package/package.json
CHANGED
package/schema.verified.graphql
CHANGED
|
@@ -286,10 +286,10 @@ enum DialogStatus {
|
|
|
286
286
|
NEW
|
|
287
287
|
"Started. In a serial process, this is used to indicate that, for example, a form filling is ongoing."
|
|
288
288
|
IN_PROGRESS
|
|
289
|
-
"
|
|
290
|
-
|
|
291
|
-
"
|
|
292
|
-
|
|
289
|
+
"Used to indicate user-initiated dialogs not yet sent."
|
|
290
|
+
DRAFT
|
|
291
|
+
"Sent by the service owner. In a serial process, this is used after a submission is made."
|
|
292
|
+
SENT
|
|
293
293
|
"Used to indicate that the dialogue is in progress\/under work, but is in a state where the user must do something - for example, correct an error, or other conditions that hinder further processing."
|
|
294
294
|
REQUIRES_ATTENTION
|
|
295
295
|
"The dialogue was completed. This typically means that the dialogue is moved to a GUI archive or similar."
|
package/src/index.js
CHANGED
|
@@ -286,10 +286,10 @@ enum DialogStatus {
|
|
|
286
286
|
NEW
|
|
287
287
|
"Started. In a serial process, this is used to indicate that, for example, a form filling is ongoing."
|
|
288
288
|
IN_PROGRESS
|
|
289
|
-
"
|
|
290
|
-
|
|
291
|
-
"
|
|
292
|
-
|
|
289
|
+
"Used to indicate user-initiated dialogs not yet sent."
|
|
290
|
+
DRAFT
|
|
291
|
+
"Sent by the service owner. In a serial process, this is used after a submission is made."
|
|
292
|
+
SENT
|
|
293
293
|
"Used to indicate that the dialogue is in progress\/under work, but is in a state where the user must do something - for example, correct an error, or other conditions that hinder further processing."
|
|
294
294
|
REQUIRES_ATTENTION
|
|
295
295
|
"The dialogue was completed. This typically means that the dialogue is moved to a GUI archive or similar."
|
package/swagger.verified.json
CHANGED
|
@@ -873,8 +873,8 @@
|
|
|
873
873
|
"enum": [
|
|
874
874
|
"New",
|
|
875
875
|
"InProgress",
|
|
876
|
-
"
|
|
877
|
-
"
|
|
876
|
+
"Draft",
|
|
877
|
+
"Sent",
|
|
878
878
|
"RequiresAttention",
|
|
879
879
|
"Completed"
|
|
880
880
|
],
|
|
@@ -882,8 +882,8 @@
|
|
|
882
882
|
"x-enumNames": [
|
|
883
883
|
"New",
|
|
884
884
|
"InProgress",
|
|
885
|
-
"
|
|
886
|
-
"
|
|
885
|
+
"Draft",
|
|
886
|
+
"Sent",
|
|
887
887
|
"RequiresAttention",
|
|
888
888
|
"Completed"
|
|
889
889
|
]
|
|
@@ -6107,4 +6107,4 @@
|
|
|
6107
6107
|
"url": "https://altinn-dev-api.azure-api.net/dialogporten"
|
|
6108
6108
|
}
|
|
6109
6109
|
]
|
|
6110
|
-
}
|
|
6110
|
+
}
|