@digdir/dialogporten-schema 1.42.1 → 1.43.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 CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@digdir/dialogporten-schema",
3
- "version": "1.42.1",
3
+ "version": "1.43.0",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
- "node": "20"
6
+ "node": "22"
7
7
  },
8
8
  "author": "DigDir",
9
9
  "main": "src/index.js",
@@ -16,7 +16,7 @@
16
16
  "test": "npm run build && vitest run --test-timeout=10000"
17
17
  },
18
18
  "devDependencies": {
19
- "vitest": "2.1.3",
19
+ "vitest": "2.1.8",
20
20
  "glob": "11.0.0",
21
21
  "graphql-tag": "2.12.6"
22
22
  },
@@ -83,7 +83,13 @@
83
83
  "TransmissionOpened",
84
84
  "PaymentMade",
85
85
  "SignatureProvided",
86
- "DialogOpened"
86
+ "DialogOpened",
87
+ "DialogDeleted",
88
+ "DialogRestored",
89
+ "SentToSigning",
90
+ "SentToFormFill",
91
+ "SentToSendIn",
92
+ "SentToPayment"
87
93
  ],
88
94
  "type": "string",
89
95
  "x-enumNames": [
@@ -93,7 +99,13 @@
93
99
  "TransmissionOpened",
94
100
  "PaymentMade",
95
101
  "SignatureProvided",
96
- "DialogOpened"
102
+ "DialogOpened",
103
+ "DialogDeleted",
104
+ "DialogRestored",
105
+ "SentToSigning",
106
+ "SentToFormFill",
107
+ "SentToSendIn",
108
+ "SentToPayment"
97
109
  ]
98
110
  },
99
111
  "DialogsEntitiesTransmissions_DialogTransmissionType": {
@@ -5851,7 +5863,7 @@
5851
5863
  }
5852
5864
  }
5853
5865
  },
5854
- "description": "The UUID of the created the dialog aggregate. A relative URL to the newly created activity is set in the \u0022Location\u0022 header."
5866
+ "description": "The UUID of the created dialog aggregate. A relative URL to the newly created activity is set in the \u0022Location\u0022 header."
5855
5867
  },
5856
5868
  "204": {
5857
5869
  "description": "No Content"
@@ -6469,7 +6481,7 @@
6469
6481
  }
6470
6482
  }
6471
6483
  },
6472
- "description": "The UUID of the created the dialog activity. A relative URL to the newly created activity is set in the \u0022Location\u0022 header."
6484
+ "description": "The UUID of the created dialog activity. A relative URL to the newly created activity is set in the \u0022Location\u0022 header."
6473
6485
  },
6474
6486
  "204": {
6475
6487
  "description": "No Content"
@@ -6832,7 +6844,7 @@
6832
6844
  }
6833
6845
  }
6834
6846
  },
6835
- "description": "The UUID of the created the dialog transmission. A relative URL to the newly created activity is set in the \u0022Location\u0022 header."
6847
+ "description": "The UUID of the created dialog transmission. A relative URL to the newly created activity is set in the \u0022Location\u0022 header."
6836
6848
  },
6837
6849
  "204": {
6838
6850
  "description": "No Content"
@@ -6970,4 +6982,4 @@
6970
6982
  "url": "https://altinn-dev-api.azure-api.net/dialogporten"
6971
6983
  }
6972
6984
  ]
6973
- }
6985
+ }