@digdir/dialogporten-schema 1.11.0 → 1.12.1-01c34b8
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 -1
- package/src/index.js +2 -1
- package/swagger.verified.json +5232 -4225
package/package.json
CHANGED
package/schema.verified.graphql
CHANGED
|
@@ -65,6 +65,7 @@ type AuthorizedParty {
|
|
|
65
65
|
partyType: String!
|
|
66
66
|
isDeleted: Boolean!
|
|
67
67
|
hasKeyRole: Boolean!
|
|
68
|
+
isCurrentEndUser: Boolean!
|
|
68
69
|
isMainAdministrator: Boolean!
|
|
69
70
|
isAccessManager: Boolean!
|
|
70
71
|
hasOnlyAccessToSubParties: Boolean!
|
|
@@ -205,7 +206,7 @@ type Transmission {
|
|
|
205
206
|
createdAt: DateTime!
|
|
206
207
|
authorizationAttribute: String
|
|
207
208
|
isAuthorized: Boolean!
|
|
208
|
-
extendedType:
|
|
209
|
+
extendedType: URL
|
|
209
210
|
relatedTransmissionId: UUID
|
|
210
211
|
type: TransmissionType!
|
|
211
212
|
sender: Actor!
|
package/src/index.js
CHANGED
|
@@ -65,6 +65,7 @@ type AuthorizedParty {
|
|
|
65
65
|
partyType: String!
|
|
66
66
|
isDeleted: Boolean!
|
|
67
67
|
hasKeyRole: Boolean!
|
|
68
|
+
isCurrentEndUser: Boolean!
|
|
68
69
|
isMainAdministrator: Boolean!
|
|
69
70
|
isAccessManager: Boolean!
|
|
70
71
|
hasOnlyAccessToSubParties: Boolean!
|
|
@@ -205,7 +206,7 @@ type Transmission {
|
|
|
205
206
|
createdAt: DateTime!
|
|
206
207
|
authorizationAttribute: String
|
|
207
208
|
isAuthorized: Boolean!
|
|
208
|
-
extendedType:
|
|
209
|
+
extendedType: URL
|
|
209
210
|
relatedTransmissionId: UUID
|
|
210
211
|
type: TransmissionType!
|
|
211
212
|
sender: Actor!
|