@digdir/dialogporten-schema 1.88.3 → 1.89.5-65e8f81
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 +1 -1
- package/schema.verified.graphql +2 -2
- package/src/index.js +2 -2
- package/swagger.verified.json +16 -10
package/package.json
CHANGED
package/schema.verified.graphql
CHANGED
|
@@ -99,6 +99,7 @@ type AuthorizedParty {
|
|
|
99
99
|
partyUuid: UUID!
|
|
100
100
|
partyId: Int!
|
|
101
101
|
name: String!
|
|
102
|
+
dateOfBirth: String
|
|
102
103
|
partyType: String!
|
|
103
104
|
isDeleted: Boolean!
|
|
104
105
|
hasKeyRole: Boolean!
|
|
@@ -112,6 +113,7 @@ type AuthorizedSubParty {
|
|
|
112
113
|
partyUuid: UUID!
|
|
113
114
|
partyId: Int!
|
|
114
115
|
name: String!
|
|
116
|
+
dateOfBirth: String
|
|
115
117
|
partyType: String!
|
|
116
118
|
isDeleted: Boolean!
|
|
117
119
|
hasKeyRole: Boolean!
|
|
@@ -184,8 +186,6 @@ type Dialog {
|
|
|
184
186
|
extendedStatus: String
|
|
185
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)."
|
|
186
188
|
externalReference: String
|
|
187
|
-
"The date and time when the dialog becomes visible to the end user."
|
|
188
|
-
visibleFrom: DateTime
|
|
189
189
|
"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
190
|
dueAt: DateTime
|
|
191
191
|
"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
|
@@ -99,6 +99,7 @@ type AuthorizedParty {
|
|
|
99
99
|
partyUuid: UUID!
|
|
100
100
|
partyId: Int!
|
|
101
101
|
name: String!
|
|
102
|
+
dateOfBirth: String
|
|
102
103
|
partyType: String!
|
|
103
104
|
isDeleted: Boolean!
|
|
104
105
|
hasKeyRole: Boolean!
|
|
@@ -112,6 +113,7 @@ type AuthorizedSubParty {
|
|
|
112
113
|
partyUuid: UUID!
|
|
113
114
|
partyId: Int!
|
|
114
115
|
name: String!
|
|
116
|
+
dateOfBirth: String
|
|
115
117
|
partyType: String!
|
|
116
118
|
isDeleted: Boolean!
|
|
117
119
|
hasKeyRole: Boolean!
|
|
@@ -184,8 +186,6 @@ type Dialog {
|
|
|
184
186
|
extendedStatus: String
|
|
185
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)."
|
|
186
188
|
externalReference: String
|
|
187
|
-
"The date and time when the dialog becomes visible to the end user."
|
|
188
|
-
visibleFrom: DateTime
|
|
189
189
|
"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
190
|
dueAt: DateTime
|
|
191
191
|
"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/swagger.verified.json
CHANGED
|
@@ -338,6 +338,12 @@
|
|
|
338
338
|
"V1AccessManagementQueriesGetParties_AuthorizedParty": {
|
|
339
339
|
"additionalProperties": false,
|
|
340
340
|
"properties": {
|
|
341
|
+
"dateOfBirth": {
|
|
342
|
+
"description": "The date of birth of the party, if a person.",
|
|
343
|
+
"example": "1977-12-26",
|
|
344
|
+
"nullable": true,
|
|
345
|
+
"type": "string"
|
|
346
|
+
},
|
|
341
347
|
"hasKeyRole": {
|
|
342
348
|
"description": "Whether the authenticated user has a key role in the party.\n \nRead more about key roles (norwegian) at https://docs.altinn.studio/nb/altinn-studio/reference/configuration/authorization/guidelines_authorization/roles_and_rights/roles_er/#n\u00F8kkelroller",
|
|
343
349
|
"type": "boolean"
|
|
@@ -5512,6 +5518,15 @@
|
|
|
5512
5518
|
},
|
|
5513
5519
|
"type": "object"
|
|
5514
5520
|
},
|
|
5521
|
+
"V1ServiceOwnerEndUserContextCommandsBulkSetSystemLabels_BulkSetDialogSystemLabelsRequest": {
|
|
5522
|
+
"additionalProperties": false,
|
|
5523
|
+
"properties": {
|
|
5524
|
+
"dto": {
|
|
5525
|
+
"$ref": "#/components/schemas/V1ServiceOwnerEndUserContextCommandsBulkSetSystemLabels_BulkSetSystemLabel"
|
|
5526
|
+
}
|
|
5527
|
+
},
|
|
5528
|
+
"type": "object"
|
|
5529
|
+
},
|
|
5515
5530
|
"V1ServiceOwnerEndUserContextCommandsBulkSetSystemLabels_BulkSetSystemLabel": {
|
|
5516
5531
|
"additionalProperties": false,
|
|
5517
5532
|
"properties": {
|
|
@@ -5569,15 +5584,6 @@
|
|
|
5569
5584
|
},
|
|
5570
5585
|
"type": "object"
|
|
5571
5586
|
},
|
|
5572
|
-
"V1ServiceOwnerEndUserContextCommandsBulkSetSystenLabels_BulkSetDialogSystemLabelsRequest": {
|
|
5573
|
-
"additionalProperties": false,
|
|
5574
|
-
"properties": {
|
|
5575
|
-
"dto": {
|
|
5576
|
-
"$ref": "#/components/schemas/V1ServiceOwnerEndUserContextCommandsBulkSetSystemLabels_BulkSetSystemLabel"
|
|
5577
|
-
}
|
|
5578
|
-
},
|
|
5579
|
-
"type": "object"
|
|
5580
|
-
},
|
|
5581
5587
|
"V1ServiceOwnerEndUserContextCommandsSetSystemLabel_SetDialogSystemLabelRequest": {
|
|
5582
5588
|
"additionalProperties": false,
|
|
5583
5589
|
"properties": {
|
|
@@ -8870,7 +8876,7 @@
|
|
|
8870
8876
|
"/api/v1/serviceowner/dialogs/endusercontext/systemlabels/actions/bulkset": {
|
|
8871
8877
|
"post": {
|
|
8872
8878
|
"description": "Sets the system labels for a list of dialogs, optionally including a end user context revision for each dialog.",
|
|
8873
|
-
"operationId": "
|
|
8879
|
+
"operationId": "V1ServiceOwnerEndUserContextCommandsBulkSetSystemLabels_BulkSetDialogSystemLabels",
|
|
8874
8880
|
"parameters": [
|
|
8875
8881
|
{
|
|
8876
8882
|
"in": "query",
|