@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digdir/dialogporten-schema",
3
- "version": "1.17.0-2bf0d30",
3
+ "version": "1.17.0-711fa6d",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "20"
@@ -276,6 +276,8 @@ enum ActivityType {
276
276
  PAYMENT_MADE
277
277
  "Indicates that a signature has been provided."
278
278
  SIGNATURE_PROVIDED
279
+ "Refers to a dialog that has been opened."
280
+ DIALOG_OPENED
279
281
  }
280
282
 
281
283
  enum ActorType {
package/src/index.js CHANGED
@@ -276,6 +276,8 @@ enum ActivityType {
276
276
  PAYMENT_MADE
277
277
  "Indicates that a signature has been provided."
278
278
  SIGNATURE_PROVIDED
279
+ "Refers to a dialog that has been opened."
280
+ DIALOG_OPENED
279
281
  }
280
282
 
281
283
  enum ActorType {
@@ -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": {