@digdir/dialogporten-schema 1.17.0-2bf0d30 → 1.17.0-711fa6d
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 +2 -0
- package/src/index.js +2 -0
- package/swagger.verified.json +4 -2
package/package.json
CHANGED
package/schema.verified.graphql
CHANGED
package/src/index.js
CHANGED
package/swagger.verified.json
CHANGED
|
@@ -852,7 +852,8 @@
|
|
|
852
852
|
"Information",
|
|
853
853
|
"TransmissionOpened",
|
|
854
854
|
"PaymentMade",
|
|
855
|
-
"SignatureProvided"
|
|
855
|
+
"SignatureProvided",
|
|
856
|
+
"DialogOpened"
|
|
856
857
|
],
|
|
857
858
|
"type": "string",
|
|
858
859
|
"x-enumNames": [
|
|
@@ -861,7 +862,8 @@
|
|
|
861
862
|
"Information",
|
|
862
863
|
"TransmissionOpened",
|
|
863
864
|
"PaymentMade",
|
|
864
|
-
"SignatureProvided"
|
|
865
|
+
"SignatureProvided",
|
|
866
|
+
"DialogOpened"
|
|
865
867
|
]
|
|
866
868
|
},
|
|
867
869
|
"DialogGuiActionPriority_Values": {
|