@digdir/dialogporten-schema 1.42.1 → 1.43.0-7a32e60

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-7a32e60",
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,12 @@
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.",
5867
+ "headers": {
5868
+ "Etag": {
5869
+ "description": "The new UUID ETag of the dialog"
5870
+ }
5871
+ }
5855
5872
  },
5856
5873
  "204": {
5857
5874
  "description": "No Content"
@@ -5920,7 +5937,12 @@
5920
5937
  ],
5921
5938
  "responses": {
5922
5939
  "204": {
5923
- "description": "The dialog aggregate was deleted successfully."
5940
+ "description": "The dialog aggregate was deleted successfully.",
5941
+ "headers": {
5942
+ "Etag": {
5943
+ "description": "The new UUID ETag of the dialog"
5944
+ }
5945
+ }
5924
5946
  },
5925
5947
  "400": {
5926
5948
  "content": {
@@ -6076,7 +6098,12 @@
6076
6098
  },
6077
6099
  "responses": {
6078
6100
  "204": {
6079
- "description": "Patch was successfully applied."
6101
+ "description": "Patch was successfully applied.",
6102
+ "headers": {
6103
+ "Etag": {
6104
+ "description": "The new UUID ETag of the dialog"
6105
+ }
6106
+ }
6080
6107
  },
6081
6108
  "400": {
6082
6109
  "content": {
@@ -6171,7 +6198,12 @@
6171
6198
  },
6172
6199
  "responses": {
6173
6200
  "204": {
6174
- "description": "The dialog aggregate was updated successfully."
6201
+ "description": "The dialog aggregate was updated successfully.",
6202
+ "headers": {
6203
+ "Etag": {
6204
+ "description": "The new UUID ETag of the dialog"
6205
+ }
6206
+ }
6175
6207
  },
6176
6208
  "400": {
6177
6209
  "content": {
@@ -6469,7 +6501,12 @@
6469
6501
  }
6470
6502
  }
6471
6503
  },
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."
6504
+ "description": "The UUID of the created dialog activity. A relative URL to the newly created activity is set in the \u0022Location\u0022 header.",
6505
+ "headers": {
6506
+ "Etag": {
6507
+ "description": "The new UUID ETag of the dialog"
6508
+ }
6509
+ }
6473
6510
  },
6474
6511
  "204": {
6475
6512
  "description": "No Content"
@@ -6832,7 +6869,12 @@
6832
6869
  }
6833
6870
  }
6834
6871
  },
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."
6872
+ "description": "The UUID of the created dialog transmission. A relative URL to the newly created activity is set in the \u0022Location\u0022 header.",
6873
+ "headers": {
6874
+ "Etag": {
6875
+ "description": "The new UUID ETag of the dialog"
6876
+ }
6877
+ }
6836
6878
  },
6837
6879
  "204": {
6838
6880
  "description": "No Content"
@@ -6970,4 +7012,4 @@
6970
7012
  "url": "https://altinn-dev-api.azure-api.net/dialogporten"
6971
7013
  }
6972
7014
  ]
6973
- }
7015
+ }