@digdir/dialogporten-schema 1.47.3 → 1.47.4-4b9bad0

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.47.3",
3
+ "version": "1.47.4-4b9bad0",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "22"
@@ -16,7 +16,7 @@
16
16
  "test": "npm run build && vitest run --test-timeout=10000"
17
17
  },
18
18
  "devDependencies": {
19
- "vitest": "3.0.2",
19
+ "vitest": "3.0.3",
20
20
  "glob": "11.0.1",
21
21
  "graphql-tag": "2.12.6"
22
22
  },
@@ -359,6 +359,10 @@ enum ActivityType {
359
359
  SENT_TO_SEND_IN
360
360
  "Indicates that a dialog has been sent to payment."
361
361
  SENT_TO_PAYMENT
362
+ "Indicates that a form associated with the dialog has been submitted."
363
+ FORM_SUBMITTED
364
+ "Indicates that a form associated with the dialog has been saved."
365
+ FORM_SAVED
362
366
  }
363
367
 
364
368
  enum ActorType {
@@ -452,4 +456,4 @@ scalar DateTime @specifiedBy(url: "https:\/\/www.graphql-scalars.com\/date-time"
452
456
 
453
457
  scalar URL @specifiedBy(url: "https:\/\/tools.ietf.org\/html\/rfc3986")
454
458
 
455
- scalar UUID @specifiedBy(url: "https:\/\/tools.ietf.org\/html\/rfc4122")
459
+ scalar UUID @specifiedBy(url: "https:\/\/tools.ietf.org\/html\/rfc4122")
package/src/index.js CHANGED
@@ -359,6 +359,10 @@ enum ActivityType {
359
359
  SENT_TO_SEND_IN
360
360
  "Indicates that a dialog has been sent to payment."
361
361
  SENT_TO_PAYMENT
362
+ "Indicates that a form associated with the dialog has been submitted."
363
+ FORM_SUBMITTED
364
+ "Indicates that a form associated with the dialog has been saved."
365
+ FORM_SAVED
362
366
  }
363
367
 
364
368
  enum ActorType {
@@ -89,7 +89,9 @@
89
89
  "SentToSigning",
90
90
  "SentToFormFill",
91
91
  "SentToSendIn",
92
- "SentToPayment"
92
+ "SentToPayment",
93
+ "FormSubmitted",
94
+ "FormSaved"
93
95
  ],
94
96
  "type": "string",
95
97
  "x-enumNames": [
@@ -105,7 +107,9 @@
105
107
  "SentToSigning",
106
108
  "SentToFormFill",
107
109
  "SentToSendIn",
108
- "SentToPayment"
110
+ "SentToPayment",
111
+ "FormSubmitted",
112
+ "FormSaved"
109
113
  ]
110
114
  },
111
115
  "DialogsEntitiesTransmissions_DialogTransmissionType": {
@@ -5912,7 +5916,7 @@
5912
5916
  }
5913
5917
  }
5914
5918
  },
5915
- "description": "Validation error occured. See problem details for a list of errors."
5919
+ "description": "Validation error occurred. See problem details for a list of errors."
5916
5920
  },
5917
5921
  "401": {
5918
5922
  "description": "Missing or invalid authentication token. Requires a Maskinporten-token with the scope \u0022digdir:dialogporten.serviceprovider\u0022."
@@ -5928,7 +5932,7 @@
5928
5932
  }
5929
5933
  }
5930
5934
  },
5931
- "description": "Domain error occured. See problem details for a list of errors."
5935
+ "description": "Domain error occurred. See problem details for a list of errors."
5932
5936
  }
5933
5937
  },
5934
5938
  "security": [
@@ -5987,7 +5991,7 @@
5987
5991
  }
5988
5992
  }
5989
5993
  },
5990
- "description": "Validation error occured. See problem details for a list of errors."
5994
+ "description": "Validation error occurred. See problem details for a list of errors."
5991
5995
  },
5992
5996
  "401": {
5993
5997
  "description": "Missing or invalid authentication token. Requires a Maskinporten-token with the scope \u0022digdir:dialogporten.serviceprovider\u0022."
@@ -6152,7 +6156,7 @@
6152
6156
  }
6153
6157
  }
6154
6158
  },
6155
- "description": "Validation error occured. See problem details for a list of errors."
6159
+ "description": "Validation error occurred. See problem details for a list of errors."
6156
6160
  },
6157
6161
  "401": {
6158
6162
  "description": "Missing or invalid authentication token. Requires a Maskinporten-token with the scope \\\u0022digdir:dialogporten.serviceprovider\\\u0022"
@@ -6188,7 +6192,7 @@
6188
6192
  }
6189
6193
  }
6190
6194
  },
6191
- "description": "Domain error occured. See problem details for a list of errors."
6195
+ "description": "Domain error occurred. See problem details for a list of errors."
6192
6196
  }
6193
6197
  },
6194
6198
  "security": [
@@ -6256,7 +6260,7 @@
6256
6260
  }
6257
6261
  }
6258
6262
  },
6259
- "description": "Validation error occured. See problem details for a list of errors."
6263
+ "description": "Validation error occurred. See problem details for a list of errors."
6260
6264
  },
6261
6265
  "401": {
6262
6266
  "description": "Missing or invalid authentication token. Requires a Maskinporten-token with the scope \u0022digdir:dialogporten.serviceprovider\u0022."
@@ -6295,7 +6299,7 @@
6295
6299
  }
6296
6300
  }
6297
6301
  },
6298
- "description": "Domain error occured. See problem details for a list of errors."
6302
+ "description": "Domain error occurred. See problem details for a list of errors."
6299
6303
  }
6300
6304
  },
6301
6305
  "security": [
@@ -6566,7 +6570,7 @@
6566
6570
  }
6567
6571
  }
6568
6572
  },
6569
- "description": "Validation error occured. See problem details for a list of errors."
6573
+ "description": "Validation error occurred. See problem details for a list of errors."
6570
6574
  },
6571
6575
  "401": {
6572
6576
  "description": "Missing or invalid authentication token. Requires a Maskinporten-token with the scope \u0022digdir:dialogporten.serviceprovider\u0022."
@@ -6605,7 +6609,7 @@
6605
6609
  }
6606
6610
  }
6607
6611
  },
6608
- "description": "Domain error occured. See problem details for a list of errors."
6612
+ "description": "Domain error occurred. See problem details for a list of errors."
6609
6613
  }
6610
6614
  },
6611
6615
  "security": [
@@ -6938,7 +6942,7 @@
6938
6942
  }
6939
6943
  }
6940
6944
  },
6941
- "description": "Validation error occured. See problem details for a list of errors."
6945
+ "description": "Validation error occurred. See problem details for a list of errors."
6942
6946
  },
6943
6947
  "401": {
6944
6948
  "description": "Missing or invalid authentication token. Requires a Maskinporten-token with the scope \u0022digdir:dialogporten.serviceprovider\u0022."
@@ -6977,7 +6981,7 @@
6977
6981
  }
6978
6982
  }
6979
6983
  },
6980
- "description": "Domain error occured. See problem details for a list of errors."
6984
+ "description": "Domain error occurred. See problem details for a list of errors."
6981
6985
  }
6982
6986
  },
6983
6987
  "security": [
@@ -7063,4 +7067,4 @@
7063
7067
  "url": "https://altinn-dev-api.azure-api.net/dialogporten"
7064
7068
  }
7065
7069
  ]
7066
- }
7070
+ }