@digdir/dialogporten-schema 1.15.0 → 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 +9 -23
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
|
]
|
|
@@ -3494,7 +3494,7 @@
|
|
|
3494
3494
|
"type": "array"
|
|
3495
3495
|
},
|
|
3496
3496
|
"id": {
|
|
3497
|
-
"description": "
|
|
3497
|
+
"description": "A UUIDv7 used for merging existing data, unknown IDs will be ignored as this entity does not support user-defined IDs.",
|
|
3498
3498
|
"example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
|
|
3499
3499
|
"format": "guid",
|
|
3500
3500
|
"nullable": true,
|
|
@@ -3525,7 +3525,7 @@
|
|
|
3525
3525
|
]
|
|
3526
3526
|
},
|
|
3527
3527
|
"id": {
|
|
3528
|
-
"description": "
|
|
3528
|
+
"description": "A UUIDv7 used for merging existing data, unknown IDs will be ignored as this entity does not support user-defined IDs.",
|
|
3529
3529
|
"example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
|
|
3530
3530
|
"format": "guid",
|
|
3531
3531
|
"nullable": true,
|
|
@@ -3573,7 +3573,7 @@
|
|
|
3573
3573
|
"type": "array"
|
|
3574
3574
|
},
|
|
3575
3575
|
"id": {
|
|
3576
|
-
"description": "A
|
|
3576
|
+
"description": "A UUIDv7 used for merging existing data, unknown IDs will be ignored as this entity does not support user-defined IDs.",
|
|
3577
3577
|
"example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
|
|
3578
3578
|
"format": "guid",
|
|
3579
3579
|
"nullable": true,
|
|
@@ -3601,7 +3601,7 @@
|
|
|
3601
3601
|
]
|
|
3602
3602
|
},
|
|
3603
3603
|
"id": {
|
|
3604
|
-
"description": "A
|
|
3604
|
+
"description": "A UUIDv7 used for merging existing data, unknown IDs will be ignored as this entity does not support user-defined IDs.",
|
|
3605
3605
|
"example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
|
|
3606
3606
|
"format": "guid",
|
|
3607
3607
|
"nullable": true,
|
|
@@ -3644,7 +3644,7 @@
|
|
|
3644
3644
|
]
|
|
3645
3645
|
},
|
|
3646
3646
|
"id": {
|
|
3647
|
-
"description": "
|
|
3647
|
+
"description": "A UUIDv7 used for merging existing data, unknown IDs will be ignored as this entity does not support user-defined IDs.",
|
|
3648
3648
|
"example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
|
|
3649
3649
|
"format": "guid",
|
|
3650
3650
|
"nullable": true,
|
|
@@ -3931,13 +3931,6 @@
|
|
|
3931
3931
|
},
|
|
3932
3932
|
"type": "array"
|
|
3933
3933
|
},
|
|
3934
|
-
"id": {
|
|
3935
|
-
"description": "A self-defined UUIDv7 may be provided in order to support idempotent updates of attachments. If not supplied,\na new UUIDv7 will be generated.",
|
|
3936
|
-
"example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
|
|
3937
|
-
"format": "guid",
|
|
3938
|
-
"nullable": true,
|
|
3939
|
-
"type": "string"
|
|
3940
|
-
},
|
|
3941
3934
|
"urls": {
|
|
3942
3935
|
"description": "The URLs associated with the attachment, each referring to a different representation of the attachment.",
|
|
3943
3936
|
"items": {
|
|
@@ -3959,13 +3952,6 @@
|
|
|
3959
3952
|
}
|
|
3960
3953
|
]
|
|
3961
3954
|
},
|
|
3962
|
-
"id": {
|
|
3963
|
-
"description": "A self-defined UUIDv7 may be provided in order to support idempotent updates of attachment URLs. If not supplied,\na new UUIDv7 will be generated.",
|
|
3964
|
-
"example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
|
|
3965
|
-
"format": "guid",
|
|
3966
|
-
"nullable": true,
|
|
3967
|
-
"type": "string"
|
|
3968
|
-
},
|
|
3969
3955
|
"mediaType": {
|
|
3970
3956
|
"description": "The media type of the attachment.",
|
|
3971
3957
|
"example": "application/pdf\napplication/zip",
|