@digdir/dialogporten-schema 1.89.5-65e8f81 → 1.89.5-a1bbab1

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.89.5-65e8f81",
3
+ "version": "1.89.5-a1bbab1",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "22"
@@ -186,6 +186,8 @@ type Dialog {
186
186
  extendedStatus: String
187
187
  "Arbitrary string with a service-specific reference to an external system or service. Refer to the service-specific documentation provided by the service owner for details (if in use)."
188
188
  externalReference: String
189
+ "The date and time when the dialog becomes visible to the end user."
190
+ visibleFrom: DateTime
189
191
  "The due date for the dialog. Dialogs past due date might be marked as such in frontends but will still be available. Example: 2022-12-31T23:59:59Z"
190
192
  dueAt: DateTime
191
193
  "The expiration date for the dialog. This is the last date when the dialog is available for the end user. After this date is passed, the dialog will be considered expired and no longer available for the end user in any API. If not supplied, the dialog will be considered to never expire. This field can be changed by the service owner after the dialog has been created. Example: 2022-12-31T23:59:59Z"
package/src/index.js CHANGED
@@ -186,6 +186,8 @@ type Dialog {
186
186
  extendedStatus: String
187
187
  "Arbitrary string with a service-specific reference to an external system or service. Refer to the service-specific documentation provided by the service owner for details (if in use)."
188
188
  externalReference: String
189
+ "The date and time when the dialog becomes visible to the end user."
190
+ visibleFrom: DateTime
189
191
  "The due date for the dialog. Dialogs past due date might be marked as such in frontends but will still be available. Example: 2022-12-31T23:59:59Z"
190
192
  dueAt: DateTime
191
193
  "The expiration date for the dialog. This is the last date when the dialog is available for the end user. After this date is passed, the dialog will be considered expired and no longer available for the end user in any API. If not supplied, the dialog will be considered to never expire. This field can be changed by the service owner after the dialog has been created. Example: 2022-12-31T23:59:59Z"