@digdir/dialogporten-schema 1.57.3 → 1.57.6
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 +1 -2
- package/src/index.js +1 -2
package/package.json
CHANGED
package/schema.verified.graphql
CHANGED
|
@@ -66,6 +66,7 @@ type AttachmentUrl {
|
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
type AuthorizedParty {
|
|
69
|
+
hasOnlyAccessToSubParties: Boolean!
|
|
69
70
|
subParties: [AuthorizedSubParty!]
|
|
70
71
|
party: String!
|
|
71
72
|
name: String!
|
|
@@ -75,7 +76,6 @@ type AuthorizedParty {
|
|
|
75
76
|
isCurrentEndUser: Boolean!
|
|
76
77
|
isMainAdministrator: Boolean!
|
|
77
78
|
isAccessManager: Boolean!
|
|
78
|
-
hasOnlyAccessToSubParties: Boolean!
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
type AuthorizedSubParty {
|
|
@@ -87,7 +87,6 @@ type AuthorizedSubParty {
|
|
|
87
87
|
isCurrentEndUser: Boolean!
|
|
88
88
|
isMainAdministrator: Boolean!
|
|
89
89
|
isAccessManager: Boolean!
|
|
90
|
-
hasOnlyAccessToSubParties: Boolean!
|
|
91
90
|
}
|
|
92
91
|
|
|
93
92
|
type Content {
|
package/src/index.js
CHANGED
|
@@ -66,6 +66,7 @@ type AttachmentUrl {
|
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
type AuthorizedParty {
|
|
69
|
+
hasOnlyAccessToSubParties: Boolean!
|
|
69
70
|
subParties: [AuthorizedSubParty!]
|
|
70
71
|
party: String!
|
|
71
72
|
name: String!
|
|
@@ -75,7 +76,6 @@ type AuthorizedParty {
|
|
|
75
76
|
isCurrentEndUser: Boolean!
|
|
76
77
|
isMainAdministrator: Boolean!
|
|
77
78
|
isAccessManager: Boolean!
|
|
78
|
-
hasOnlyAccessToSubParties: Boolean!
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
type AuthorizedSubParty {
|
|
@@ -87,7 +87,6 @@ type AuthorizedSubParty {
|
|
|
87
87
|
isCurrentEndUser: Boolean!
|
|
88
88
|
isMainAdministrator: Boolean!
|
|
89
89
|
isAccessManager: Boolean!
|
|
90
|
-
hasOnlyAccessToSubParties: Boolean!
|
|
91
90
|
}
|
|
92
91
|
|
|
93
92
|
type Content {
|