@axinom/mosaic-id-link-be 0.12.1 → 0.12.2

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.
@@ -1,12 +1,12 @@
1
1
  import { TypedDocumentNode as DocumentNode } from '@graphql-typed-document-node/core';
2
- export declare type Maybe<T> = T | null;
3
- export declare type Exact<T extends {
2
+ export type Maybe<T> = T | null;
3
+ export type Exact<T extends {
4
4
  [key: string]: unknown;
5
5
  }> = {
6
6
  [K in keyof T]: T[K];
7
7
  };
8
8
  /** All built-in and custom scalars, mapped to their actual values */
9
- export declare type Scalars = {
9
+ export type Scalars = {
10
10
  ID: string;
11
11
  String: string;
12
12
  Boolean: boolean;
@@ -27,7 +27,7 @@ export declare type Scalars = {
27
27
  };
28
28
  };
29
29
  /** The root query type which gives access points into the data universe. */
30
- export declare type Query = {
30
+ export type Query = {
31
31
  __typename?: 'Query';
32
32
  /** Reads and enables pagination through a set of `ActivePermission`. */
33
33
  activePermissions?: Maybe<ActivePermissionsConnection>;
@@ -64,7 +64,7 @@ export declare type Query = {
64
64
  usersWithUserRoleFilter?: Maybe<UsersConnection>;
65
65
  };
66
66
  /** The root query type which gives access points into the data universe. */
67
- export declare type QueryActivePermissionsArgs = {
67
+ export type QueryActivePermissionsArgs = {
68
68
  first?: Maybe<Scalars['Int']>;
69
69
  last?: Maybe<Scalars['Int']>;
70
70
  offset?: Maybe<Scalars['Int']>;
@@ -75,7 +75,7 @@ export declare type QueryActivePermissionsArgs = {
75
75
  filter?: Maybe<ActivePermissionFilter>;
76
76
  };
77
77
  /** The root query type which gives access points into the data universe. */
78
- export declare type QueryGetUserRoleTagValuesArgs = {
78
+ export type QueryGetUserRoleTagValuesArgs = {
79
79
  searchText?: Maybe<Scalars['String']>;
80
80
  exclusionList?: Maybe<Array<Maybe<Scalars['String']>>>;
81
81
  first?: Maybe<Scalars['Int']>;
@@ -86,11 +86,11 @@ export declare type QueryGetUserRoleTagValuesArgs = {
86
86
  filter?: Maybe<StringFilter>;
87
87
  };
88
88
  /** The root query type which gives access points into the data universe. */
89
- export declare type QueryPermissionArgs = {
89
+ export type QueryPermissionArgs = {
90
90
  id: Scalars['UUID'];
91
91
  };
92
92
  /** The root query type which gives access points into the data universe. */
93
- export declare type QueryPermissionsArgs = {
93
+ export type QueryPermissionsArgs = {
94
94
  first?: Maybe<Scalars['Int']>;
95
95
  last?: Maybe<Scalars['Int']>;
96
96
  offset?: Maybe<Scalars['Int']>;
@@ -101,15 +101,15 @@ export declare type QueryPermissionsArgs = {
101
101
  filter?: Maybe<PermissionFilter>;
102
102
  };
103
103
  /** The root query type which gives access points into the data universe. */
104
- export declare type QueryUserArgs = {
104
+ export type QueryUserArgs = {
105
105
  id: Scalars['UUID'];
106
106
  };
107
107
  /** The root query type which gives access points into the data universe. */
108
- export declare type QueryUserRoleArgs = {
108
+ export type QueryUserRoleArgs = {
109
109
  id: Scalars['UUID'];
110
110
  };
111
111
  /** The root query type which gives access points into the data universe. */
112
- export declare type QueryUserRoleAllPermissionAssignmentsArgs = {
112
+ export type QueryUserRoleAllPermissionAssignmentsArgs = {
113
113
  userRoleId?: Maybe<Scalars['UUID']>;
114
114
  first?: Maybe<Scalars['Int']>;
115
115
  last?: Maybe<Scalars['Int']>;
@@ -119,11 +119,11 @@ export declare type QueryUserRoleAllPermissionAssignmentsArgs = {
119
119
  filter?: Maybe<UserRoleInheritedPermissionFilter>;
120
120
  };
121
121
  /** The root query type which gives access points into the data universe. */
122
- export declare type QueryUserRoleAssignmentArgs = {
122
+ export type QueryUserRoleAssignmentArgs = {
123
123
  id: Scalars['UUID'];
124
124
  };
125
125
  /** The root query type which gives access points into the data universe. */
126
- export declare type QueryUserRoleAssignmentsArgs = {
126
+ export type QueryUserRoleAssignmentsArgs = {
127
127
  first?: Maybe<Scalars['Int']>;
128
128
  last?: Maybe<Scalars['Int']>;
129
129
  offset?: Maybe<Scalars['Int']>;
@@ -134,11 +134,11 @@ export declare type QueryUserRoleAssignmentsArgs = {
134
134
  filter?: Maybe<UserRoleAssignmentFilter>;
135
135
  };
136
136
  /** The root query type which gives access points into the data universe. */
137
- export declare type QueryUserRoleParentAssignmentArgs = {
137
+ export type QueryUserRoleParentAssignmentArgs = {
138
138
  id: Scalars['UUID'];
139
139
  };
140
140
  /** The root query type which gives access points into the data universe. */
141
- export declare type QueryUserRoleParentAssignmentsArgs = {
141
+ export type QueryUserRoleParentAssignmentsArgs = {
142
142
  first?: Maybe<Scalars['Int']>;
143
143
  last?: Maybe<Scalars['Int']>;
144
144
  offset?: Maybe<Scalars['Int']>;
@@ -149,11 +149,11 @@ export declare type QueryUserRoleParentAssignmentsArgs = {
149
149
  filter?: Maybe<UserRoleParentAssignmentFilter>;
150
150
  };
151
151
  /** The root query type which gives access points into the data universe. */
152
- export declare type QueryUserRolePermissionAssignmentArgs = {
152
+ export type QueryUserRolePermissionAssignmentArgs = {
153
153
  id: Scalars['UUID'];
154
154
  };
155
155
  /** The root query type which gives access points into the data universe. */
156
- export declare type QueryUserRolePermissionAssignmentsArgs = {
156
+ export type QueryUserRolePermissionAssignmentsArgs = {
157
157
  first?: Maybe<Scalars['Int']>;
158
158
  last?: Maybe<Scalars['Int']>;
159
159
  offset?: Maybe<Scalars['Int']>;
@@ -164,14 +164,14 @@ export declare type QueryUserRolePermissionAssignmentsArgs = {
164
164
  filter?: Maybe<UserRolePermissionAssignmentFilter>;
165
165
  };
166
166
  /** The root query type which gives access points into the data universe. */
167
- export declare type QueryUserRoleTagAssignmentArgs = {
167
+ export type QueryUserRoleTagAssignmentArgs = {
168
168
  tenantId: Scalars['UUID'];
169
169
  environmentId: Scalars['UUID'];
170
170
  userRoleId: Scalars['UUID'];
171
171
  tag: Scalars['String'];
172
172
  };
173
173
  /** The root query type which gives access points into the data universe. */
174
- export declare type QueryUserRoleTagAssignmentsArgs = {
174
+ export type QueryUserRoleTagAssignmentsArgs = {
175
175
  first?: Maybe<Scalars['Int']>;
176
176
  last?: Maybe<Scalars['Int']>;
177
177
  offset?: Maybe<Scalars['Int']>;
@@ -182,7 +182,7 @@ export declare type QueryUserRoleTagAssignmentsArgs = {
182
182
  filter?: Maybe<UserRoleTagAssignmentFilter>;
183
183
  };
184
184
  /** The root query type which gives access points into the data universe. */
185
- export declare type QueryUserRolesArgs = {
185
+ export type QueryUserRolesArgs = {
186
186
  first?: Maybe<Scalars['Int']>;
187
187
  last?: Maybe<Scalars['Int']>;
188
188
  offset?: Maybe<Scalars['Int']>;
@@ -193,7 +193,7 @@ export declare type QueryUserRolesArgs = {
193
193
  filter?: Maybe<UserRoleFilter>;
194
194
  };
195
195
  /** The root query type which gives access points into the data universe. */
196
- export declare type QueryUsersArgs = {
196
+ export type QueryUsersArgs = {
197
197
  first?: Maybe<Scalars['Int']>;
198
198
  last?: Maybe<Scalars['Int']>;
199
199
  offset?: Maybe<Scalars['Int']>;
@@ -204,7 +204,7 @@ export declare type QueryUsersArgs = {
204
204
  filter?: Maybe<UserFilter>;
205
205
  };
206
206
  /** The root query type which gives access points into the data universe. */
207
- export declare type QueryUsersWithUserRoleFilterArgs = {
207
+ export type QueryUsersWithUserRoleFilterArgs = {
208
208
  includeRoles?: Maybe<Array<Maybe<Scalars['String']>>>;
209
209
  excludeRoles?: Maybe<Array<Maybe<Scalars['String']>>>;
210
210
  includeRolesIncludeInherited?: Maybe<Scalars['Boolean']>;
@@ -218,7 +218,7 @@ export declare type QueryUsersWithUserRoleFilterArgs = {
218
218
  filter?: Maybe<UserFilter>;
219
219
  };
220
220
  /** A connection to a list of `ActivePermission` values. */
221
- export declare type ActivePermissionsConnection = {
221
+ export type ActivePermissionsConnection = {
222
222
  __typename?: 'ActivePermissionsConnection';
223
223
  /** A list of `ActivePermission` objects. */
224
224
  nodes: Array<ActivePermission>;
@@ -229,7 +229,7 @@ export declare type ActivePermissionsConnection = {
229
229
  /** The count of *all* `ActivePermission` you could get from the connection. */
230
230
  totalCount: Scalars['Int'];
231
231
  };
232
- export declare type ActivePermission = {
232
+ export type ActivePermission = {
233
233
  __typename?: 'ActivePermission';
234
234
  id?: Maybe<Scalars['UUID']>;
235
235
  serviceId?: Maybe<Scalars['String']>;
@@ -246,7 +246,7 @@ export declare type ActivePermission = {
246
246
  usedForDevelopment?: Maybe<Scalars['Boolean']>;
247
247
  };
248
248
  /** A `ActivePermission` edge in the connection. */
249
- export declare type ActivePermissionsEdge = {
249
+ export type ActivePermissionsEdge = {
250
250
  __typename?: 'ActivePermissionsEdge';
251
251
  /** A cursor for use in pagination. */
252
252
  cursor?: Maybe<Scalars['Cursor']>;
@@ -254,7 +254,7 @@ export declare type ActivePermissionsEdge = {
254
254
  node: ActivePermission;
255
255
  };
256
256
  /** Information about pagination in a connection. */
257
- export declare type PageInfo = {
257
+ export type PageInfo = {
258
258
  __typename?: 'PageInfo';
259
259
  /** When paginating forwards, are there more items? */
260
260
  hasNextPage: Scalars['Boolean'];
@@ -299,7 +299,7 @@ export declare enum ActivePermissionsOrderBy {
299
299
  * A condition to be used against `ActivePermission` object types. All fields are
300
300
  * tested for equality and combined with a logical ‘and.’
301
301
  */
302
- export declare type ActivePermissionCondition = {
302
+ export type ActivePermissionCondition = {
303
303
  /** Checks for equality with the object’s `id` field. */
304
304
  id?: Maybe<Scalars['UUID']>;
305
305
  /** Checks for equality with the object’s `serviceId` field. */
@@ -328,7 +328,7 @@ export declare type ActivePermissionCondition = {
328
328
  usedForDevelopment?: Maybe<Scalars['Boolean']>;
329
329
  };
330
330
  /** A filter to be used against `ActivePermission` object types. All fields are combined with a logical ‘and.’ */
331
- export declare type ActivePermissionFilter = {
331
+ export type ActivePermissionFilter = {
332
332
  /** Filter by the object’s `id` field. */
333
333
  id?: Maybe<UuidFilter>;
334
334
  /** Filter by the object’s `serviceId` field. */
@@ -363,7 +363,7 @@ export declare type ActivePermissionFilter = {
363
363
  not?: Maybe<ActivePermissionFilter>;
364
364
  };
365
365
  /** A filter to be used against UUID fields. All fields are combined with a logical ‘and.’ */
366
- export declare type UuidFilter = {
366
+ export type UuidFilter = {
367
367
  /** Is null (if `true` is specified) or is not null (if `false` is specified). */
368
368
  isNull?: Maybe<Scalars['Boolean']>;
369
369
  /** Equal to the specified value. */
@@ -388,7 +388,7 @@ export declare type UuidFilter = {
388
388
  greaterThanOrEqualTo?: Maybe<Scalars['UUID']>;
389
389
  };
390
390
  /** A filter to be used against String fields. All fields are combined with a logical ‘and.’ */
391
- export declare type StringFilter = {
391
+ export type StringFilter = {
392
392
  /** Is null (if `true` is specified) or is not null (if `false` is specified). */
393
393
  isNull?: Maybe<Scalars['Boolean']>;
394
394
  /** Equal to the specified value. */
@@ -465,7 +465,7 @@ export declare type StringFilter = {
465
465
  greaterThanOrEqualToInsensitive?: Maybe<Scalars['String']>;
466
466
  };
467
467
  /** A filter to be used against Boolean fields. All fields are combined with a logical ‘and.’ */
468
- export declare type BooleanFilter = {
468
+ export type BooleanFilter = {
469
469
  /** Is null (if `true` is specified) or is not null (if `false` is specified). */
470
470
  isNull?: Maybe<Scalars['Boolean']>;
471
471
  /** Equal to the specified value. */
@@ -490,7 +490,7 @@ export declare type BooleanFilter = {
490
490
  greaterThanOrEqualTo?: Maybe<Scalars['Boolean']>;
491
491
  };
492
492
  /** A filter to be used against Datetime fields. All fields are combined with a logical ‘and.’ */
493
- export declare type DatetimeFilter = {
493
+ export type DatetimeFilter = {
494
494
  /** Is null (if `true` is specified) or is not null (if `false` is specified). */
495
495
  isNull?: Maybe<Scalars['Boolean']>;
496
496
  /** Equal to the specified value. */
@@ -515,7 +515,7 @@ export declare type DatetimeFilter = {
515
515
  greaterThanOrEqualTo?: Maybe<Scalars['Datetime']>;
516
516
  };
517
517
  /** A connection to a list of `Permission` values. */
518
- export declare type PermissionsConnection = {
518
+ export type PermissionsConnection = {
519
519
  __typename?: 'PermissionsConnection';
520
520
  /** A list of `Permission` objects. */
521
521
  nodes: Array<Permission>;
@@ -526,7 +526,7 @@ export declare type PermissionsConnection = {
526
526
  /** The count of *all* `Permission` you could get from the connection. */
527
527
  totalCount: Scalars['Int'];
528
528
  };
529
- export declare type Permission = {
529
+ export type Permission = {
530
530
  __typename?: 'Permission';
531
531
  id: Scalars['UUID'];
532
532
  serviceId: Scalars['String'];
@@ -544,7 +544,7 @@ export declare type Permission = {
544
544
  /** Reads and enables pagination through a set of `UserRolePermissionAssignment`. */
545
545
  userRolePermissionAssignments: UserRolePermissionAssignmentsConnection;
546
546
  };
547
- export declare type PermissionUserRolePermissionAssignmentsArgs = {
547
+ export type PermissionUserRolePermissionAssignmentsArgs = {
548
548
  first?: Maybe<Scalars['Int']>;
549
549
  last?: Maybe<Scalars['Int']>;
550
550
  offset?: Maybe<Scalars['Int']>;
@@ -555,7 +555,7 @@ export declare type PermissionUserRolePermissionAssignmentsArgs = {
555
555
  filter?: Maybe<UserRolePermissionAssignmentFilter>;
556
556
  };
557
557
  /** A connection to a list of `UserRolePermissionAssignment` values. */
558
- export declare type UserRolePermissionAssignmentsConnection = {
558
+ export type UserRolePermissionAssignmentsConnection = {
559
559
  __typename?: 'UserRolePermissionAssignmentsConnection';
560
560
  /** A list of `UserRolePermissionAssignment` objects. */
561
561
  nodes: Array<UserRolePermissionAssignment>;
@@ -566,7 +566,7 @@ export declare type UserRolePermissionAssignmentsConnection = {
566
566
  /** The count of *all* `UserRolePermissionAssignment` you could get from the connection. */
567
567
  totalCount: Scalars['Int'];
568
568
  };
569
- export declare type UserRolePermissionAssignment = {
569
+ export type UserRolePermissionAssignment = {
570
570
  __typename?: 'UserRolePermissionAssignment';
571
571
  id: Scalars['UUID'];
572
572
  userRoleId: Scalars['UUID'];
@@ -582,7 +582,7 @@ export declare type UserRolePermissionAssignment = {
582
582
  /** Reads a single `Permission` that is related to this `UserRolePermissionAssignment`. */
583
583
  permission?: Maybe<Permission>;
584
584
  };
585
- export declare type UserRole = {
585
+ export type UserRole = {
586
586
  __typename?: 'UserRole';
587
587
  id: Scalars['UUID'];
588
588
  name: Scalars['String'];
@@ -602,7 +602,7 @@ export declare type UserRole = {
602
602
  /** Reads and enables pagination through a set of `UserRoleTagAssignment`. */
603
603
  userRoleTagAssignments: UserRoleTagAssignmentsConnection;
604
604
  };
605
- export declare type UserRoleUserRoleParentAssignmentsArgs = {
605
+ export type UserRoleUserRoleParentAssignmentsArgs = {
606
606
  first?: Maybe<Scalars['Int']>;
607
607
  last?: Maybe<Scalars['Int']>;
608
608
  offset?: Maybe<Scalars['Int']>;
@@ -612,7 +612,7 @@ export declare type UserRoleUserRoleParentAssignmentsArgs = {
612
612
  condition?: Maybe<UserRoleParentAssignmentCondition>;
613
613
  filter?: Maybe<UserRoleParentAssignmentFilter>;
614
614
  };
615
- export declare type UserRoleUserRoleAssignmentsArgs = {
615
+ export type UserRoleUserRoleAssignmentsArgs = {
616
616
  first?: Maybe<Scalars['Int']>;
617
617
  last?: Maybe<Scalars['Int']>;
618
618
  offset?: Maybe<Scalars['Int']>;
@@ -622,7 +622,7 @@ export declare type UserRoleUserRoleAssignmentsArgs = {
622
622
  condition?: Maybe<UserRoleAssignmentCondition>;
623
623
  filter?: Maybe<UserRoleAssignmentFilter>;
624
624
  };
625
- export declare type UserRoleUserRolePermissionAssignmentsArgs = {
625
+ export type UserRoleUserRolePermissionAssignmentsArgs = {
626
626
  first?: Maybe<Scalars['Int']>;
627
627
  last?: Maybe<Scalars['Int']>;
628
628
  offset?: Maybe<Scalars['Int']>;
@@ -632,7 +632,7 @@ export declare type UserRoleUserRolePermissionAssignmentsArgs = {
632
632
  condition?: Maybe<UserRolePermissionAssignmentCondition>;
633
633
  filter?: Maybe<UserRolePermissionAssignmentFilter>;
634
634
  };
635
- export declare type UserRoleUserRoleTagAssignmentsArgs = {
635
+ export type UserRoleUserRoleTagAssignmentsArgs = {
636
636
  first?: Maybe<Scalars['Int']>;
637
637
  last?: Maybe<Scalars['Int']>;
638
638
  offset?: Maybe<Scalars['Int']>;
@@ -643,7 +643,7 @@ export declare type UserRoleUserRoleTagAssignmentsArgs = {
643
643
  filter?: Maybe<UserRoleTagAssignmentFilter>;
644
644
  };
645
645
  /** A connection to a list of `UserRoleParentAssignment` values. */
646
- export declare type UserRoleParentAssignmentsConnection = {
646
+ export type UserRoleParentAssignmentsConnection = {
647
647
  __typename?: 'UserRoleParentAssignmentsConnection';
648
648
  /** A list of `UserRoleParentAssignment` objects. */
649
649
  nodes: Array<UserRoleParentAssignment>;
@@ -654,7 +654,7 @@ export declare type UserRoleParentAssignmentsConnection = {
654
654
  /** The count of *all* `UserRoleParentAssignment` you could get from the connection. */
655
655
  totalCount: Scalars['Int'];
656
656
  };
657
- export declare type UserRoleParentAssignment = {
657
+ export type UserRoleParentAssignment = {
658
658
  __typename?: 'UserRoleParentAssignment';
659
659
  id: Scalars['UUID'];
660
660
  userRoleId: Scalars['UUID'];
@@ -669,7 +669,7 @@ export declare type UserRoleParentAssignment = {
669
669
  parentUserRole?: Maybe<UserRole>;
670
670
  };
671
671
  /** A `UserRoleParentAssignment` edge in the connection. */
672
- export declare type UserRoleParentAssignmentsEdge = {
672
+ export type UserRoleParentAssignmentsEdge = {
673
673
  __typename?: 'UserRoleParentAssignmentsEdge';
674
674
  /** A cursor for use in pagination. */
675
675
  cursor?: Maybe<Scalars['Cursor']>;
@@ -704,7 +704,7 @@ export declare enum UserRoleParentAssignmentsOrderBy {
704
704
  * A condition to be used against `UserRoleParentAssignment` object types. All
705
705
  * fields are tested for equality and combined with a logical ‘and.’
706
706
  */
707
- export declare type UserRoleParentAssignmentCondition = {
707
+ export type UserRoleParentAssignmentCondition = {
708
708
  /** Checks for equality with the object’s `id` field. */
709
709
  id?: Maybe<Scalars['UUID']>;
710
710
  /** Checks for equality with the object’s `userRoleId` field. */
@@ -725,7 +725,7 @@ export declare type UserRoleParentAssignmentCondition = {
725
725
  updatedBy?: Maybe<Scalars['String']>;
726
726
  };
727
727
  /** A filter to be used against `UserRoleParentAssignment` object types. All fields are combined with a logical ‘and.’ */
728
- export declare type UserRoleParentAssignmentFilter = {
728
+ export type UserRoleParentAssignmentFilter = {
729
729
  /** Filter by the object’s `id` field. */
730
730
  id?: Maybe<UuidFilter>;
731
731
  /** Filter by the object’s `userRoleId` field. */
@@ -754,7 +754,7 @@ export declare type UserRoleParentAssignmentFilter = {
754
754
  not?: Maybe<UserRoleParentAssignmentFilter>;
755
755
  };
756
756
  /** A filter to be used against `UserRole` object types. All fields are combined with a logical ‘and.’ */
757
- export declare type UserRoleFilter = {
757
+ export type UserRoleFilter = {
758
758
  /** Filter by the object’s `id` field. */
759
759
  id?: Maybe<UuidFilter>;
760
760
  /** Filter by the object’s `name` field. */
@@ -797,7 +797,7 @@ export declare type UserRoleFilter = {
797
797
  not?: Maybe<UserRoleFilter>;
798
798
  };
799
799
  /** A filter to be used against many `UserRoleParentAssignment` object types. All fields are combined with a logical ‘and.’ */
800
- export declare type UserRoleToManyUserRoleParentAssignmentFilter = {
800
+ export type UserRoleToManyUserRoleParentAssignmentFilter = {
801
801
  /** Every related `UserRoleParentAssignment` matches the filter criteria. All fields are combined with a logical ‘and.’ */
802
802
  every?: Maybe<UserRoleParentAssignmentFilter>;
803
803
  /** Some related `UserRoleParentAssignment` matches the filter criteria. All fields are combined with a logical ‘and.’ */
@@ -806,7 +806,7 @@ export declare type UserRoleToManyUserRoleParentAssignmentFilter = {
806
806
  none?: Maybe<UserRoleParentAssignmentFilter>;
807
807
  };
808
808
  /** A filter to be used against many `UserRoleAssignment` object types. All fields are combined with a logical ‘and.’ */
809
- export declare type UserRoleToManyUserRoleAssignmentFilter = {
809
+ export type UserRoleToManyUserRoleAssignmentFilter = {
810
810
  /** Every related `UserRoleAssignment` matches the filter criteria. All fields are combined with a logical ‘and.’ */
811
811
  every?: Maybe<UserRoleAssignmentFilter>;
812
812
  /** Some related `UserRoleAssignment` matches the filter criteria. All fields are combined with a logical ‘and.’ */
@@ -815,7 +815,7 @@ export declare type UserRoleToManyUserRoleAssignmentFilter = {
815
815
  none?: Maybe<UserRoleAssignmentFilter>;
816
816
  };
817
817
  /** A filter to be used against `UserRoleAssignment` object types. All fields are combined with a logical ‘and.’ */
818
- export declare type UserRoleAssignmentFilter = {
818
+ export type UserRoleAssignmentFilter = {
819
819
  /** Filter by the object’s `id` field. */
820
820
  id?: Maybe<UuidFilter>;
821
821
  /** Filter by the object’s `userId` field. */
@@ -846,7 +846,7 @@ export declare type UserRoleAssignmentFilter = {
846
846
  not?: Maybe<UserRoleAssignmentFilter>;
847
847
  };
848
848
  /** A filter to be used against `User` object types. All fields are combined with a logical ‘and.’ */
849
- export declare type UserFilter = {
849
+ export type UserFilter = {
850
850
  /** Filter by the object’s `id` field. */
851
851
  id?: Maybe<UuidFilter>;
852
852
  /** Filter by the object’s `name` field. */
@@ -881,7 +881,7 @@ export declare type UserFilter = {
881
881
  not?: Maybe<UserFilter>;
882
882
  };
883
883
  /** A filter to be used against UserStatus fields. All fields are combined with a logical ‘and.’ */
884
- export declare type UserStatusFilter = {
884
+ export type UserStatusFilter = {
885
885
  /** Is null (if `true` is specified) or is not null (if `false` is specified). */
886
886
  isNull?: Maybe<Scalars['Boolean']>;
887
887
  /** Equal to the specified value. */
@@ -912,7 +912,7 @@ export declare enum UserStatus {
912
912
  BLOCKED = "BLOCKED"
913
913
  }
914
914
  /** A filter to be used against many `UserRoleAssignment` object types. All fields are combined with a logical ‘and.’ */
915
- export declare type UserToManyUserRoleAssignmentFilter = {
915
+ export type UserToManyUserRoleAssignmentFilter = {
916
916
  /** Every related `UserRoleAssignment` matches the filter criteria. All fields are combined with a logical ‘and.’ */
917
917
  every?: Maybe<UserRoleAssignmentFilter>;
918
918
  /** Some related `UserRoleAssignment` matches the filter criteria. All fields are combined with a logical ‘and.’ */
@@ -921,7 +921,7 @@ export declare type UserToManyUserRoleAssignmentFilter = {
921
921
  none?: Maybe<UserRoleAssignmentFilter>;
922
922
  };
923
923
  /** A filter to be used against many `UserRolePermissionAssignment` object types. All fields are combined with a logical ‘and.’ */
924
- export declare type UserRoleToManyUserRolePermissionAssignmentFilter = {
924
+ export type UserRoleToManyUserRolePermissionAssignmentFilter = {
925
925
  /** Every related `UserRolePermissionAssignment` matches the filter criteria. All fields are combined with a logical ‘and.’ */
926
926
  every?: Maybe<UserRolePermissionAssignmentFilter>;
927
927
  /** Some related `UserRolePermissionAssignment` matches the filter criteria. All fields are combined with a logical ‘and.’ */
@@ -930,7 +930,7 @@ export declare type UserRoleToManyUserRolePermissionAssignmentFilter = {
930
930
  none?: Maybe<UserRolePermissionAssignmentFilter>;
931
931
  };
932
932
  /** A filter to be used against `UserRolePermissionAssignment` object types. All fields are combined with a logical ‘and.’ */
933
- export declare type UserRolePermissionAssignmentFilter = {
933
+ export type UserRolePermissionAssignmentFilter = {
934
934
  /** Filter by the object’s `id` field. */
935
935
  id?: Maybe<UuidFilter>;
936
936
  /** Filter by the object’s `userRoleId` field. */
@@ -961,7 +961,7 @@ export declare type UserRolePermissionAssignmentFilter = {
961
961
  not?: Maybe<UserRolePermissionAssignmentFilter>;
962
962
  };
963
963
  /** A filter to be used against `Permission` object types. All fields are combined with a logical ‘and.’ */
964
- export declare type PermissionFilter = {
964
+ export type PermissionFilter = {
965
965
  /** Filter by the object’s `id` field. */
966
966
  id?: Maybe<UuidFilter>;
967
967
  /** Filter by the object’s `serviceId` field. */
@@ -1000,7 +1000,7 @@ export declare type PermissionFilter = {
1000
1000
  not?: Maybe<PermissionFilter>;
1001
1001
  };
1002
1002
  /** A filter to be used against many `UserRolePermissionAssignment` object types. All fields are combined with a logical ‘and.’ */
1003
- export declare type PermissionToManyUserRolePermissionAssignmentFilter = {
1003
+ export type PermissionToManyUserRolePermissionAssignmentFilter = {
1004
1004
  /** Every related `UserRolePermissionAssignment` matches the filter criteria. All fields are combined with a logical ‘and.’ */
1005
1005
  every?: Maybe<UserRolePermissionAssignmentFilter>;
1006
1006
  /** Some related `UserRolePermissionAssignment` matches the filter criteria. All fields are combined with a logical ‘and.’ */
@@ -1009,7 +1009,7 @@ export declare type PermissionToManyUserRolePermissionAssignmentFilter = {
1009
1009
  none?: Maybe<UserRolePermissionAssignmentFilter>;
1010
1010
  };
1011
1011
  /** A filter to be used against many `UserRoleTagAssignment` object types. All fields are combined with a logical ‘and.’ */
1012
- export declare type UserRoleToManyUserRoleTagAssignmentFilter = {
1012
+ export type UserRoleToManyUserRoleTagAssignmentFilter = {
1013
1013
  /** Every related `UserRoleTagAssignment` matches the filter criteria. All fields are combined with a logical ‘and.’ */
1014
1014
  every?: Maybe<UserRoleTagAssignmentFilter>;
1015
1015
  /** Some related `UserRoleTagAssignment` matches the filter criteria. All fields are combined with a logical ‘and.’ */
@@ -1018,7 +1018,7 @@ export declare type UserRoleToManyUserRoleTagAssignmentFilter = {
1018
1018
  none?: Maybe<UserRoleTagAssignmentFilter>;
1019
1019
  };
1020
1020
  /** A filter to be used against `UserRoleTagAssignment` object types. All fields are combined with a logical ‘and.’ */
1021
- export declare type UserRoleTagAssignmentFilter = {
1021
+ export type UserRoleTagAssignmentFilter = {
1022
1022
  /** Filter by the object’s `userRoleId` field. */
1023
1023
  userRoleId?: Maybe<UuidFilter>;
1024
1024
  /** Filter by the object’s `tag` field. */
@@ -1045,7 +1045,7 @@ export declare type UserRoleTagAssignmentFilter = {
1045
1045
  not?: Maybe<UserRoleTagAssignmentFilter>;
1046
1046
  };
1047
1047
  /** A connection to a list of `UserRoleAssignment` values. */
1048
- export declare type UserRoleAssignmentsConnection = {
1048
+ export type UserRoleAssignmentsConnection = {
1049
1049
  __typename?: 'UserRoleAssignmentsConnection';
1050
1050
  /** A list of `UserRoleAssignment` objects. */
1051
1051
  nodes: Array<UserRoleAssignment>;
@@ -1056,7 +1056,7 @@ export declare type UserRoleAssignmentsConnection = {
1056
1056
  /** The count of *all* `UserRoleAssignment` you could get from the connection. */
1057
1057
  totalCount: Scalars['Int'];
1058
1058
  };
1059
- export declare type UserRoleAssignment = {
1059
+ export type UserRoleAssignment = {
1060
1060
  __typename?: 'UserRoleAssignment';
1061
1061
  id: Scalars['UUID'];
1062
1062
  userId: Scalars['UUID'];
@@ -1072,7 +1072,7 @@ export declare type UserRoleAssignment = {
1072
1072
  /** Reads a single `UserRole` that is related to this `UserRoleAssignment`. */
1073
1073
  userRole?: Maybe<UserRole>;
1074
1074
  };
1075
- export declare type User = {
1075
+ export type User = {
1076
1076
  __typename?: 'User';
1077
1077
  id: Scalars['UUID'];
1078
1078
  name: Scalars['String'];
@@ -1088,7 +1088,7 @@ export declare type User = {
1088
1088
  /** Reads and enables pagination through a set of `UserRoleAssignment`. */
1089
1089
  userRoleAssignments: UserRoleAssignmentsConnection;
1090
1090
  };
1091
- export declare type UserUserRoleAssignmentsArgs = {
1091
+ export type UserUserRoleAssignmentsArgs = {
1092
1092
  first?: Maybe<Scalars['Int']>;
1093
1093
  last?: Maybe<Scalars['Int']>;
1094
1094
  offset?: Maybe<Scalars['Int']>;
@@ -1126,7 +1126,7 @@ export declare enum UserRoleAssignmentsOrderBy {
1126
1126
  * A condition to be used against `UserRoleAssignment` object types. All fields are
1127
1127
  * tested for equality and combined with a logical ‘and.’
1128
1128
  */
1129
- export declare type UserRoleAssignmentCondition = {
1129
+ export type UserRoleAssignmentCondition = {
1130
1130
  /** Checks for equality with the object’s `id` field. */
1131
1131
  id?: Maybe<Scalars['UUID']>;
1132
1132
  /** Checks for equality with the object’s `userId` field. */
@@ -1147,7 +1147,7 @@ export declare type UserRoleAssignmentCondition = {
1147
1147
  updatedBy?: Maybe<Scalars['String']>;
1148
1148
  };
1149
1149
  /** A `UserRoleAssignment` edge in the connection. */
1150
- export declare type UserRoleAssignmentsEdge = {
1150
+ export type UserRoleAssignmentsEdge = {
1151
1151
  __typename?: 'UserRoleAssignmentsEdge';
1152
1152
  /** A cursor for use in pagination. */
1153
1153
  cursor?: Maybe<Scalars['Cursor']>;
@@ -1182,7 +1182,7 @@ export declare enum UserRolePermissionAssignmentsOrderBy {
1182
1182
  * A condition to be used against `UserRolePermissionAssignment` object types. All
1183
1183
  * fields are tested for equality and combined with a logical ‘and.’
1184
1184
  */
1185
- export declare type UserRolePermissionAssignmentCondition = {
1185
+ export type UserRolePermissionAssignmentCondition = {
1186
1186
  /** Checks for equality with the object’s `id` field. */
1187
1187
  id?: Maybe<Scalars['UUID']>;
1188
1188
  /** Checks for equality with the object’s `userRoleId` field. */
@@ -1203,7 +1203,7 @@ export declare type UserRolePermissionAssignmentCondition = {
1203
1203
  updatedBy?: Maybe<Scalars['String']>;
1204
1204
  };
1205
1205
  /** A connection to a list of `UserRoleTagAssignment` values. */
1206
- export declare type UserRoleTagAssignmentsConnection = {
1206
+ export type UserRoleTagAssignmentsConnection = {
1207
1207
  __typename?: 'UserRoleTagAssignmentsConnection';
1208
1208
  /** A list of `UserRoleTagAssignment` objects. */
1209
1209
  nodes: Array<UserRoleTagAssignment>;
@@ -1214,7 +1214,7 @@ export declare type UserRoleTagAssignmentsConnection = {
1214
1214
  /** The count of *all* `UserRoleTagAssignment` you could get from the connection. */
1215
1215
  totalCount: Scalars['Int'];
1216
1216
  };
1217
- export declare type UserRoleTagAssignment = {
1217
+ export type UserRoleTagAssignment = {
1218
1218
  __typename?: 'UserRoleTagAssignment';
1219
1219
  userRoleId: Scalars['UUID'];
1220
1220
  tag: Scalars['String'];
@@ -1228,7 +1228,7 @@ export declare type UserRoleTagAssignment = {
1228
1228
  userRole?: Maybe<UserRole>;
1229
1229
  };
1230
1230
  /** A `UserRoleTagAssignment` edge in the connection. */
1231
- export declare type UserRoleTagAssignmentsEdge = {
1231
+ export type UserRoleTagAssignmentsEdge = {
1232
1232
  __typename?: 'UserRoleTagAssignmentsEdge';
1233
1233
  /** A cursor for use in pagination. */
1234
1234
  cursor?: Maybe<Scalars['Cursor']>;
@@ -1261,7 +1261,7 @@ export declare enum UserRoleTagAssignmentsOrderBy {
1261
1261
  * A condition to be used against `UserRoleTagAssignment` object types. All fields
1262
1262
  * are tested for equality and combined with a logical ‘and.’
1263
1263
  */
1264
- export declare type UserRoleTagAssignmentCondition = {
1264
+ export type UserRoleTagAssignmentCondition = {
1265
1265
  /** Checks for equality with the object’s `userRoleId` field. */
1266
1266
  userRoleId?: Maybe<Scalars['UUID']>;
1267
1267
  /** Checks for equality with the object’s `tag` field. */
@@ -1280,7 +1280,7 @@ export declare type UserRoleTagAssignmentCondition = {
1280
1280
  updatedBy?: Maybe<Scalars['String']>;
1281
1281
  };
1282
1282
  /** A `UserRolePermissionAssignment` edge in the connection. */
1283
- export declare type UserRolePermissionAssignmentsEdge = {
1283
+ export type UserRolePermissionAssignmentsEdge = {
1284
1284
  __typename?: 'UserRolePermissionAssignmentsEdge';
1285
1285
  /** A cursor for use in pagination. */
1286
1286
  cursor?: Maybe<Scalars['Cursor']>;
@@ -1288,7 +1288,7 @@ export declare type UserRolePermissionAssignmentsEdge = {
1288
1288
  node: UserRolePermissionAssignment;
1289
1289
  };
1290
1290
  /** A `Permission` edge in the connection. */
1291
- export declare type PermissionsEdge = {
1291
+ export type PermissionsEdge = {
1292
1292
  __typename?: 'PermissionsEdge';
1293
1293
  /** A cursor for use in pagination. */
1294
1294
  cursor?: Maybe<Scalars['Cursor']>;
@@ -1331,7 +1331,7 @@ export declare enum PermissionsOrderBy {
1331
1331
  * A condition to be used against `Permission` object types. All fields are tested
1332
1332
  * for equality and combined with a logical ‘and.’
1333
1333
  */
1334
- export declare type PermissionCondition = {
1334
+ export type PermissionCondition = {
1335
1335
  /** Checks for equality with the object’s `id` field. */
1336
1336
  id?: Maybe<Scalars['UUID']>;
1337
1337
  /** Checks for equality with the object’s `serviceId` field. */
@@ -1360,7 +1360,7 @@ export declare type PermissionCondition = {
1360
1360
  usedForDevelopment?: Maybe<Scalars['Boolean']>;
1361
1361
  };
1362
1362
  /** A connection to a list of `User` values. */
1363
- export declare type UsersConnection = {
1363
+ export type UsersConnection = {
1364
1364
  __typename?: 'UsersConnection';
1365
1365
  /** A list of `User` objects. */
1366
1366
  nodes: Array<User>;
@@ -1372,7 +1372,7 @@ export declare type UsersConnection = {
1372
1372
  totalCount: Scalars['Int'];
1373
1373
  };
1374
1374
  /** A `User` edge in the connection. */
1375
- export declare type UsersEdge = {
1375
+ export type UsersEdge = {
1376
1376
  __typename?: 'UsersEdge';
1377
1377
  /** A cursor for use in pagination. */
1378
1378
  cursor?: Maybe<Scalars['Cursor']>;
@@ -1408,7 +1408,7 @@ export declare enum UsersOrderBy {
1408
1408
  PRIMARY_KEY_DESC = "PRIMARY_KEY_DESC"
1409
1409
  }
1410
1410
  /** A condition to be used against `User` object types. All fields are tested for equality and combined with a logical ‘and.’ */
1411
- export declare type UserCondition = {
1411
+ export type UserCondition = {
1412
1412
  /** Checks for equality with the object’s `id` field. */
1413
1413
  id?: Maybe<Scalars['UUID']>;
1414
1414
  /** Checks for equality with the object’s `name` field. */
@@ -1433,7 +1433,7 @@ export declare type UserCondition = {
1433
1433
  updatedBy?: Maybe<Scalars['String']>;
1434
1434
  };
1435
1435
  /** A connection to a list of `UserRole` values. */
1436
- export declare type UserRolesConnection = {
1436
+ export type UserRolesConnection = {
1437
1437
  __typename?: 'UserRolesConnection';
1438
1438
  /** A list of `UserRole` objects. */
1439
1439
  nodes: Array<UserRole>;
@@ -1445,7 +1445,7 @@ export declare type UserRolesConnection = {
1445
1445
  totalCount: Scalars['Int'];
1446
1446
  };
1447
1447
  /** A `UserRole` edge in the connection. */
1448
- export declare type UserRolesEdge = {
1448
+ export type UserRolesEdge = {
1449
1449
  __typename?: 'UserRolesEdge';
1450
1450
  /** A cursor for use in pagination. */
1451
1451
  cursor?: Maybe<Scalars['Cursor']>;
@@ -1480,7 +1480,7 @@ export declare enum UserRolesOrderBy {
1480
1480
  * A condition to be used against `UserRole` object types. All fields are tested
1481
1481
  * for equality and combined with a logical ‘and.’
1482
1482
  */
1483
- export declare type UserRoleCondition = {
1483
+ export type UserRoleCondition = {
1484
1484
  /** Checks for equality with the object’s `id` field. */
1485
1485
  id?: Maybe<Scalars['UUID']>;
1486
1486
  /** Checks for equality with the object’s `name` field. */
@@ -1501,7 +1501,7 @@ export declare type UserRoleCondition = {
1501
1501
  updatedBy?: Maybe<Scalars['String']>;
1502
1502
  };
1503
1503
  /** A connection to a list of `String` values. */
1504
- export declare type GetUserRoleTagValuesConnection = {
1504
+ export type GetUserRoleTagValuesConnection = {
1505
1505
  __typename?: 'GetUserRoleTagValuesConnection';
1506
1506
  /** A list of `String` objects. */
1507
1507
  nodes: Array<Maybe<Scalars['String']>>;
@@ -1511,7 +1511,7 @@ export declare type GetUserRoleTagValuesConnection = {
1511
1511
  totalCount: Scalars['Int'];
1512
1512
  };
1513
1513
  /** A `String` edge in the connection. */
1514
- export declare type GetUserRoleTagValueEdge = {
1514
+ export type GetUserRoleTagValueEdge = {
1515
1515
  __typename?: 'GetUserRoleTagValueEdge';
1516
1516
  /** A cursor for use in pagination. */
1517
1517
  cursor?: Maybe<Scalars['Cursor']>;
@@ -1519,7 +1519,7 @@ export declare type GetUserRoleTagValueEdge = {
1519
1519
  node?: Maybe<Scalars['String']>;
1520
1520
  };
1521
1521
  /** A connection to a list of `UserRoleInheritedPermission` values. */
1522
- export declare type UserRoleInheritedPermissionsConnection = {
1522
+ export type UserRoleInheritedPermissionsConnection = {
1523
1523
  __typename?: 'UserRoleInheritedPermissionsConnection';
1524
1524
  /** A list of `UserRoleInheritedPermission` objects. */
1525
1525
  nodes: Array<UserRoleInheritedPermission>;
@@ -1530,7 +1530,7 @@ export declare type UserRoleInheritedPermissionsConnection = {
1530
1530
  /** The count of *all* `UserRoleInheritedPermission` you could get from the connection. */
1531
1531
  totalCount: Scalars['Int'];
1532
1532
  };
1533
- export declare type UserRoleInheritedPermission = {
1533
+ export type UserRoleInheritedPermission = {
1534
1534
  __typename?: 'UserRoleInheritedPermission';
1535
1535
  tenantId?: Maybe<Scalars['UUID']>;
1536
1536
  environmentId?: Maybe<Scalars['UUID']>;
@@ -1547,7 +1547,7 @@ export declare type UserRoleInheritedPermission = {
1547
1547
  permissionAssignmentId?: Maybe<Scalars['UUID']>;
1548
1548
  };
1549
1549
  /** A `UserRoleInheritedPermission` edge in the connection. */
1550
- export declare type UserRoleInheritedPermissionsEdge = {
1550
+ export type UserRoleInheritedPermissionsEdge = {
1551
1551
  __typename?: 'UserRoleInheritedPermissionsEdge';
1552
1552
  /** A cursor for use in pagination. */
1553
1553
  cursor?: Maybe<Scalars['Cursor']>;
@@ -1555,7 +1555,7 @@ export declare type UserRoleInheritedPermissionsEdge = {
1555
1555
  node: UserRoleInheritedPermission;
1556
1556
  };
1557
1557
  /** A filter to be used against `UserRoleInheritedPermission` object types. All fields are combined with a logical ‘and.’ */
1558
- export declare type UserRoleInheritedPermissionFilter = {
1558
+ export type UserRoleInheritedPermissionFilter = {
1559
1559
  /** Filter by the object’s `tenantId` field. */
1560
1560
  tenantId?: Maybe<UuidFilter>;
1561
1561
  /** Filter by the object’s `environmentId` field. */
@@ -1590,7 +1590,7 @@ export declare type UserRoleInheritedPermissionFilter = {
1590
1590
  not?: Maybe<UserRoleInheritedPermissionFilter>;
1591
1591
  };
1592
1592
  /** A filter to be used against String List fields. All fields are combined with a logical ‘and.’ */
1593
- export declare type StringListFilter = {
1593
+ export type StringListFilter = {
1594
1594
  /** Is null (if `true` is specified) or is not null (if `false` is specified). */
1595
1595
  isNull?: Maybe<Scalars['Boolean']>;
1596
1596
  /** Equal to the specified value. */
@@ -1846,7 +1846,7 @@ export declare enum ErrorCodesEnum {
1846
1846
  TOKEN_VALIDITY_DURATION_EXCEEDED = "TOKEN_VALIDITY_DURATION_EXCEEDED",
1847
1847
  /** Could not decode User Token in generateLongLivedToken. */
1848
1848
  UNABLE_TO_DECODE_JWT = "UNABLE_TO_DECODE_JWT",
1849
- /** An unhandled database-related has occurred. Please contact the service support. */
1849
+ /** An unhandled database-related error has occurred. Please contact the service support. */
1850
1850
  UNHANDLED_DATABASE_ERROR = "UNHANDLED_DATABASE_ERROR",
1851
1851
  /** An unhandled error has occurred. Please contact the service support. */
1852
1852
  UNHANDLED_ERROR = "UNHANDLED_ERROR",
@@ -1866,7 +1866,7 @@ export declare enum ErrorCodesEnum {
1866
1866
  WELL_KNOWN_CONFIG_URL_RESOLVE_ERROR = "WELL_KNOWN_CONFIG_URL_RESOLVE_ERROR"
1867
1867
  }
1868
1868
  /** The root mutation type which contains root level fields which mutate data. */
1869
- export declare type Mutation = {
1869
+ export type Mutation = {
1870
1870
  __typename?: 'Mutation';
1871
1871
  /** Creates a development-time service account with SYNCHRONIZE_PERMISSIONS granted. */
1872
1872
  _DEV_createServiceAccount?: Maybe<CreateDevServiceAccountPayload>;
@@ -1936,127 +1936,127 @@ export declare type Mutation = {
1936
1936
  validateCyclicUserRole: Scalars['Boolean'];
1937
1937
  };
1938
1938
  /** The root mutation type which contains root level fields which mutate data. */
1939
- export declare type Mutation_Dev_CreateServiceAccountArgs = {
1939
+ export type Mutation_Dev_CreateServiceAccountArgs = {
1940
1940
  input: CreateDevServiceAccountInput;
1941
1941
  };
1942
1942
  /** The root mutation type which contains root level fields which mutate data. */
1943
- export declare type Mutation_Dev_GenerateUserAccessTokenArgs = {
1943
+ export type Mutation_Dev_GenerateUserAccessTokenArgs = {
1944
1944
  input: GenerateDevAccessTokenInput;
1945
1945
  };
1946
1946
  /** The root mutation type which contains root level fields which mutate data. */
1947
- export declare type Mutation_Dev_SetupIdBasicDataArgs = {
1947
+ export type Mutation_Dev_SetupIdBasicDataArgs = {
1948
1948
  input: SetupDevBasicDataInput;
1949
1949
  };
1950
1950
  /** The root mutation type which contains root level fields which mutate data. */
1951
- export declare type MutationAuthenticateManagedServiceAccountArgs = {
1951
+ export type MutationAuthenticateManagedServiceAccountArgs = {
1952
1952
  input?: Maybe<AuthenticateManagedServiceAccountInput>;
1953
1953
  };
1954
1954
  /** The root mutation type which contains root level fields which mutate data. */
1955
- export declare type MutationAuthenticateManagedServiceAccountWithEnvironmentScopeArgs = {
1955
+ export type MutationAuthenticateManagedServiceAccountWithEnvironmentScopeArgs = {
1956
1956
  input?: Maybe<AuthenticateManagedServiceAccountWithEnvironmentScopeInput>;
1957
1957
  };
1958
1958
  /** The root mutation type which contains root level fields which mutate data. */
1959
- export declare type MutationAuthenticateServiceAccountArgs = {
1959
+ export type MutationAuthenticateServiceAccountArgs = {
1960
1960
  input?: Maybe<AuthenticateServiceAccountInput>;
1961
1961
  };
1962
1962
  /** The root mutation type which contains root level fields which mutate data. */
1963
- export declare type MutationCreateUserArgs = {
1963
+ export type MutationCreateUserArgs = {
1964
1964
  input: CreateUserInput;
1965
1965
  };
1966
1966
  /** The root mutation type which contains root level fields which mutate data. */
1967
- export declare type MutationCreateUserRoleArgs = {
1967
+ export type MutationCreateUserRoleArgs = {
1968
1968
  input: CreateUserRoleInput;
1969
1969
  };
1970
1970
  /** The root mutation type which contains root level fields which mutate data. */
1971
- export declare type MutationCreateUserRoleAssignmentArgs = {
1971
+ export type MutationCreateUserRoleAssignmentArgs = {
1972
1972
  input: CreateUserRoleAssignmentInput;
1973
1973
  };
1974
1974
  /** The root mutation type which contains root level fields which mutate data. */
1975
- export declare type MutationCreateUserRoleParentAssignmentArgs = {
1975
+ export type MutationCreateUserRoleParentAssignmentArgs = {
1976
1976
  input: CreateUserRoleParentAssignmentInput;
1977
1977
  };
1978
1978
  /** The root mutation type which contains root level fields which mutate data. */
1979
- export declare type MutationCreateUserRolePermissionAssignmentArgs = {
1979
+ export type MutationCreateUserRolePermissionAssignmentArgs = {
1980
1980
  input: CreateUserRolePermissionAssignmentInput;
1981
1981
  };
1982
1982
  /** The root mutation type which contains root level fields which mutate data. */
1983
- export declare type MutationCreateUserRoleTagAssignmentArgs = {
1983
+ export type MutationCreateUserRoleTagAssignmentArgs = {
1984
1984
  input: CreateUserRoleTagAssignmentInput;
1985
1985
  };
1986
1986
  /** The root mutation type which contains root level fields which mutate data. */
1987
- export declare type MutationDeleteUserArgs = {
1987
+ export type MutationDeleteUserArgs = {
1988
1988
  input: DeleteUserInput;
1989
1989
  };
1990
1990
  /** The root mutation type which contains root level fields which mutate data. */
1991
- export declare type MutationDeleteUserRoleArgs = {
1991
+ export type MutationDeleteUserRoleArgs = {
1992
1992
  input: DeleteUserRoleInput;
1993
1993
  };
1994
1994
  /** The root mutation type which contains root level fields which mutate data. */
1995
- export declare type MutationDeleteUserRoleAssignmentArgs = {
1995
+ export type MutationDeleteUserRoleAssignmentArgs = {
1996
1996
  input: DeleteUserRoleAssignmentInput;
1997
1997
  };
1998
1998
  /** The root mutation type which contains root level fields which mutate data. */
1999
- export declare type MutationDeleteUserRoleParentAssignmentArgs = {
1999
+ export type MutationDeleteUserRoleParentAssignmentArgs = {
2000
2000
  input: DeleteUserRoleParentAssignmentInput;
2001
2001
  };
2002
2002
  /** The root mutation type which contains root level fields which mutate data. */
2003
- export declare type MutationDeleteUserRolePermissionAssignmentArgs = {
2003
+ export type MutationDeleteUserRolePermissionAssignmentArgs = {
2004
2004
  input: DeleteUserRolePermissionAssignmentInput;
2005
2005
  };
2006
2006
  /** The root mutation type which contains root level fields which mutate data. */
2007
- export declare type MutationDeleteUserRoleTagAssignmentArgs = {
2007
+ export type MutationDeleteUserRoleTagAssignmentArgs = {
2008
2008
  input: DeleteUserRoleTagAssignmentInput;
2009
2009
  };
2010
2010
  /** The root mutation type which contains root level fields which mutate data. */
2011
- export declare type MutationDeleteUserRolesArgs = {
2011
+ export type MutationDeleteUserRolesArgs = {
2012
2012
  filter?: Maybe<UserRoleFilter>;
2013
2013
  };
2014
2014
  /** The root mutation type which contains root level fields which mutate data. */
2015
- export declare type MutationDeleteUsersArgs = {
2015
+ export type MutationDeleteUsersArgs = {
2016
2016
  filter?: Maybe<UserFilter>;
2017
2017
  };
2018
2018
  /** The root mutation type which contains root level fields which mutate data. */
2019
- export declare type MutationDevDeleteServiceAccountArgs = {
2019
+ export type MutationDevDeleteServiceAccountArgs = {
2020
2020
  input: DevDeleteServiceAccountInput;
2021
2021
  };
2022
2022
  /** The root mutation type which contains root level fields which mutate data. */
2023
- export declare type MutationDevGenerateUserAccessTokenWithPermissionsArgs = {
2023
+ export type MutationDevGenerateUserAccessTokenWithPermissionsArgs = {
2024
2024
  input: DevGenerateUserAccessTokenWithPermissionsInput;
2025
2025
  };
2026
2026
  /** The root mutation type which contains root level fields which mutate data. */
2027
- export declare type MutationDevSetupServiceAccountWithPermissionsArgs = {
2027
+ export type MutationDevSetupServiceAccountWithPermissionsArgs = {
2028
2028
  input: DevSetupServiceAccountWithPermissionsInput;
2029
2029
  };
2030
2030
  /** The root mutation type which contains root level fields which mutate data. */
2031
- export declare type MutationDevUpdateServiceAccountPermissionStructureArgs = {
2031
+ export type MutationDevUpdateServiceAccountPermissionStructureArgs = {
2032
2032
  input: DevUpdateServiceAccountPermissionStructureInput;
2033
2033
  };
2034
2034
  /** The root mutation type which contains root level fields which mutate data. */
2035
- export declare type MutationGenerateLongLivedTokenArgs = {
2035
+ export type MutationGenerateLongLivedTokenArgs = {
2036
2036
  input: GenerateLongLivedTokenInput;
2037
2037
  };
2038
2038
  /** The root mutation type which contains root level fields which mutate data. */
2039
- export declare type MutationRevokeRefreshTokenArgs = {
2039
+ export type MutationRevokeRefreshTokenArgs = {
2040
2040
  userId: Scalars['UUID'];
2041
2041
  };
2042
2042
  /** The root mutation type which contains root level fields which mutate data. */
2043
- export declare type MutationSynchronizePermissionsArgs = {
2043
+ export type MutationSynchronizePermissionsArgs = {
2044
2044
  input: SynchronizePermissionsInput;
2045
2045
  };
2046
2046
  /** The root mutation type which contains root level fields which mutate data. */
2047
- export declare type MutationUpdateUserArgs = {
2047
+ export type MutationUpdateUserArgs = {
2048
2048
  input: UpdateUserInput;
2049
2049
  };
2050
2050
  /** The root mutation type which contains root level fields which mutate data. */
2051
- export declare type MutationUpdateUserRoleArgs = {
2051
+ export type MutationUpdateUserRoleArgs = {
2052
2052
  input: UpdateUserRoleInput;
2053
2053
  };
2054
2054
  /** The root mutation type which contains root level fields which mutate data. */
2055
- export declare type MutationValidateCyclicUserRoleArgs = {
2055
+ export type MutationValidateCyclicUserRoleArgs = {
2056
2056
  input?: Maybe<ValidateCyclicUserRoleInput>;
2057
2057
  };
2058
2058
  /** The output of our create `User` mutation. */
2059
- export declare type CreateUserPayload = {
2059
+ export type CreateUserPayload = {
2060
2060
  __typename?: 'CreateUserPayload';
2061
2061
  /**
2062
2062
  * The exact same `clientMutationId` that was provided in the mutation input,
@@ -2071,11 +2071,11 @@ export declare type CreateUserPayload = {
2071
2071
  userEdge?: Maybe<UsersEdge>;
2072
2072
  };
2073
2073
  /** The output of our create `User` mutation. */
2074
- export declare type CreateUserPayloadUserEdgeArgs = {
2074
+ export type CreateUserPayloadUserEdgeArgs = {
2075
2075
  orderBy?: Maybe<Array<UsersOrderBy>>;
2076
2076
  };
2077
2077
  /** All input for the create `User` mutation. */
2078
- export declare type CreateUserInput = {
2078
+ export type CreateUserInput = {
2079
2079
  /**
2080
2080
  * An arbitrary string value with no semantic meaning. Will be included in the
2081
2081
  * payload verbatim. May be used to track mutations by the client.
@@ -2085,14 +2085,14 @@ export declare type CreateUserInput = {
2085
2085
  user: UserInput;
2086
2086
  };
2087
2087
  /** An input for mutations affecting `User` */
2088
- export declare type UserInput = {
2088
+ export type UserInput = {
2089
2089
  name: Scalars['String'];
2090
2090
  profilePictureUrl?: Maybe<Scalars['String']>;
2091
2091
  email: Scalars['String'];
2092
2092
  status?: Maybe<UserStatus>;
2093
2093
  };
2094
2094
  /** The output of our create `UserRole` mutation. */
2095
- export declare type CreateUserRolePayload = {
2095
+ export type CreateUserRolePayload = {
2096
2096
  __typename?: 'CreateUserRolePayload';
2097
2097
  /**
2098
2098
  * The exact same `clientMutationId` that was provided in the mutation input,
@@ -2107,11 +2107,11 @@ export declare type CreateUserRolePayload = {
2107
2107
  userRoleEdge?: Maybe<UserRolesEdge>;
2108
2108
  };
2109
2109
  /** The output of our create `UserRole` mutation. */
2110
- export declare type CreateUserRolePayloadUserRoleEdgeArgs = {
2110
+ export type CreateUserRolePayloadUserRoleEdgeArgs = {
2111
2111
  orderBy?: Maybe<Array<UserRolesOrderBy>>;
2112
2112
  };
2113
2113
  /** All input for the create `UserRole` mutation. */
2114
- export declare type CreateUserRoleInput = {
2114
+ export type CreateUserRoleInput = {
2115
2115
  /**
2116
2116
  * An arbitrary string value with no semantic meaning. Will be included in the
2117
2117
  * payload verbatim. May be used to track mutations by the client.
@@ -2121,12 +2121,12 @@ export declare type CreateUserRoleInput = {
2121
2121
  userRole: UserRoleInput;
2122
2122
  };
2123
2123
  /** An input for mutations affecting `UserRole` */
2124
- export declare type UserRoleInput = {
2124
+ export type UserRoleInput = {
2125
2125
  name: Scalars['String'];
2126
2126
  description?: Maybe<Scalars['String']>;
2127
2127
  };
2128
2128
  /** The output of our create `UserRoleAssignment` mutation. */
2129
- export declare type CreateUserRoleAssignmentPayload = {
2129
+ export type CreateUserRoleAssignmentPayload = {
2130
2130
  __typename?: 'CreateUserRoleAssignmentPayload';
2131
2131
  /**
2132
2132
  * The exact same `clientMutationId` that was provided in the mutation input,
@@ -2145,11 +2145,11 @@ export declare type CreateUserRoleAssignmentPayload = {
2145
2145
  userRoleAssignmentEdge?: Maybe<UserRoleAssignmentsEdge>;
2146
2146
  };
2147
2147
  /** The output of our create `UserRoleAssignment` mutation. */
2148
- export declare type CreateUserRoleAssignmentPayloadUserRoleAssignmentEdgeArgs = {
2148
+ export type CreateUserRoleAssignmentPayloadUserRoleAssignmentEdgeArgs = {
2149
2149
  orderBy?: Maybe<Array<UserRoleAssignmentsOrderBy>>;
2150
2150
  };
2151
2151
  /** All input for the create `UserRoleAssignment` mutation. */
2152
- export declare type CreateUserRoleAssignmentInput = {
2152
+ export type CreateUserRoleAssignmentInput = {
2153
2153
  /**
2154
2154
  * An arbitrary string value with no semantic meaning. Will be included in the
2155
2155
  * payload verbatim. May be used to track mutations by the client.
@@ -2159,12 +2159,12 @@ export declare type CreateUserRoleAssignmentInput = {
2159
2159
  userRoleAssignment: UserRoleAssignmentInput;
2160
2160
  };
2161
2161
  /** An input for mutations affecting `UserRoleAssignment` */
2162
- export declare type UserRoleAssignmentInput = {
2162
+ export type UserRoleAssignmentInput = {
2163
2163
  userId: Scalars['UUID'];
2164
2164
  userRoleId: Scalars['UUID'];
2165
2165
  };
2166
2166
  /** The output of our create `UserRoleParentAssignment` mutation. */
2167
- export declare type CreateUserRoleParentAssignmentPayload = {
2167
+ export type CreateUserRoleParentAssignmentPayload = {
2168
2168
  __typename?: 'CreateUserRoleParentAssignmentPayload';
2169
2169
  /**
2170
2170
  * The exact same `clientMutationId` that was provided in the mutation input,
@@ -2181,11 +2181,11 @@ export declare type CreateUserRoleParentAssignmentPayload = {
2181
2181
  userRoleParentAssignmentEdge?: Maybe<UserRoleParentAssignmentsEdge>;
2182
2182
  };
2183
2183
  /** The output of our create `UserRoleParentAssignment` mutation. */
2184
- export declare type CreateUserRoleParentAssignmentPayloadUserRoleParentAssignmentEdgeArgs = {
2184
+ export type CreateUserRoleParentAssignmentPayloadUserRoleParentAssignmentEdgeArgs = {
2185
2185
  orderBy?: Maybe<Array<UserRoleParentAssignmentsOrderBy>>;
2186
2186
  };
2187
2187
  /** All input for the create `UserRoleParentAssignment` mutation. */
2188
- export declare type CreateUserRoleParentAssignmentInput = {
2188
+ export type CreateUserRoleParentAssignmentInput = {
2189
2189
  /**
2190
2190
  * An arbitrary string value with no semantic meaning. Will be included in the
2191
2191
  * payload verbatim. May be used to track mutations by the client.
@@ -2195,12 +2195,12 @@ export declare type CreateUserRoleParentAssignmentInput = {
2195
2195
  userRoleParentAssignment: UserRoleParentAssignmentInput;
2196
2196
  };
2197
2197
  /** An input for mutations affecting `UserRoleParentAssignment` */
2198
- export declare type UserRoleParentAssignmentInput = {
2198
+ export type UserRoleParentAssignmentInput = {
2199
2199
  userRoleId: Scalars['UUID'];
2200
2200
  parentUserRoleId: Scalars['UUID'];
2201
2201
  };
2202
2202
  /** The output of our create `UserRolePermissionAssignment` mutation. */
2203
- export declare type CreateUserRolePermissionAssignmentPayload = {
2203
+ export type CreateUserRolePermissionAssignmentPayload = {
2204
2204
  __typename?: 'CreateUserRolePermissionAssignmentPayload';
2205
2205
  /**
2206
2206
  * The exact same `clientMutationId` that was provided in the mutation input,
@@ -2219,11 +2219,11 @@ export declare type CreateUserRolePermissionAssignmentPayload = {
2219
2219
  userRolePermissionAssignmentEdge?: Maybe<UserRolePermissionAssignmentsEdge>;
2220
2220
  };
2221
2221
  /** The output of our create `UserRolePermissionAssignment` mutation. */
2222
- export declare type CreateUserRolePermissionAssignmentPayloadUserRolePermissionAssignmentEdgeArgs = {
2222
+ export type CreateUserRolePermissionAssignmentPayloadUserRolePermissionAssignmentEdgeArgs = {
2223
2223
  orderBy?: Maybe<Array<UserRolePermissionAssignmentsOrderBy>>;
2224
2224
  };
2225
2225
  /** All input for the create `UserRolePermissionAssignment` mutation. */
2226
- export declare type CreateUserRolePermissionAssignmentInput = {
2226
+ export type CreateUserRolePermissionAssignmentInput = {
2227
2227
  /**
2228
2228
  * An arbitrary string value with no semantic meaning. Will be included in the
2229
2229
  * payload verbatim. May be used to track mutations by the client.
@@ -2233,12 +2233,12 @@ export declare type CreateUserRolePermissionAssignmentInput = {
2233
2233
  userRolePermissionAssignment: UserRolePermissionAssignmentInput;
2234
2234
  };
2235
2235
  /** An input for mutations affecting `UserRolePermissionAssignment` */
2236
- export declare type UserRolePermissionAssignmentInput = {
2236
+ export type UserRolePermissionAssignmentInput = {
2237
2237
  userRoleId: Scalars['UUID'];
2238
2238
  permissionId: Scalars['UUID'];
2239
2239
  };
2240
2240
  /** The output of our create `UserRoleTagAssignment` mutation. */
2241
- export declare type CreateUserRoleTagAssignmentPayload = {
2241
+ export type CreateUserRoleTagAssignmentPayload = {
2242
2242
  __typename?: 'CreateUserRoleTagAssignmentPayload';
2243
2243
  /**
2244
2244
  * The exact same `clientMutationId` that was provided in the mutation input,
@@ -2255,11 +2255,11 @@ export declare type CreateUserRoleTagAssignmentPayload = {
2255
2255
  userRoleTagAssignmentEdge?: Maybe<UserRoleTagAssignmentsEdge>;
2256
2256
  };
2257
2257
  /** The output of our create `UserRoleTagAssignment` mutation. */
2258
- export declare type CreateUserRoleTagAssignmentPayloadUserRoleTagAssignmentEdgeArgs = {
2258
+ export type CreateUserRoleTagAssignmentPayloadUserRoleTagAssignmentEdgeArgs = {
2259
2259
  orderBy?: Maybe<Array<UserRoleTagAssignmentsOrderBy>>;
2260
2260
  };
2261
2261
  /** All input for the create `UserRoleTagAssignment` mutation. */
2262
- export declare type CreateUserRoleTagAssignmentInput = {
2262
+ export type CreateUserRoleTagAssignmentInput = {
2263
2263
  /**
2264
2264
  * An arbitrary string value with no semantic meaning. Will be included in the
2265
2265
  * payload verbatim. May be used to track mutations by the client.
@@ -2269,12 +2269,12 @@ export declare type CreateUserRoleTagAssignmentInput = {
2269
2269
  userRoleTagAssignment: UserRoleTagAssignmentInput;
2270
2270
  };
2271
2271
  /** An input for mutations affecting `UserRoleTagAssignment` */
2272
- export declare type UserRoleTagAssignmentInput = {
2272
+ export type UserRoleTagAssignmentInput = {
2273
2273
  userRoleId: Scalars['UUID'];
2274
2274
  tag: Scalars['String'];
2275
2275
  };
2276
2276
  /** The output of our update `User` mutation. */
2277
- export declare type UpdateUserPayload = {
2277
+ export type UpdateUserPayload = {
2278
2278
  __typename?: 'UpdateUserPayload';
2279
2279
  /**
2280
2280
  * The exact same `clientMutationId` that was provided in the mutation input,
@@ -2289,11 +2289,11 @@ export declare type UpdateUserPayload = {
2289
2289
  userEdge?: Maybe<UsersEdge>;
2290
2290
  };
2291
2291
  /** The output of our update `User` mutation. */
2292
- export declare type UpdateUserPayloadUserEdgeArgs = {
2292
+ export type UpdateUserPayloadUserEdgeArgs = {
2293
2293
  orderBy?: Maybe<Array<UsersOrderBy>>;
2294
2294
  };
2295
2295
  /** All input for the `updateUser` mutation. */
2296
- export declare type UpdateUserInput = {
2296
+ export type UpdateUserInput = {
2297
2297
  /**
2298
2298
  * An arbitrary string value with no semantic meaning. Will be included in the
2299
2299
  * payload verbatim. May be used to track mutations by the client.
@@ -2304,11 +2304,11 @@ export declare type UpdateUserInput = {
2304
2304
  id: Scalars['UUID'];
2305
2305
  };
2306
2306
  /** Represents an update to a `User`. Fields that are set will be updated. */
2307
- export declare type UserPatch = {
2307
+ export type UserPatch = {
2308
2308
  status?: Maybe<UserStatus>;
2309
2309
  };
2310
2310
  /** The output of our update `UserRole` mutation. */
2311
- export declare type UpdateUserRolePayload = {
2311
+ export type UpdateUserRolePayload = {
2312
2312
  __typename?: 'UpdateUserRolePayload';
2313
2313
  /**
2314
2314
  * The exact same `clientMutationId` that was provided in the mutation input,
@@ -2323,11 +2323,11 @@ export declare type UpdateUserRolePayload = {
2323
2323
  userRoleEdge?: Maybe<UserRolesEdge>;
2324
2324
  };
2325
2325
  /** The output of our update `UserRole` mutation. */
2326
- export declare type UpdateUserRolePayloadUserRoleEdgeArgs = {
2326
+ export type UpdateUserRolePayloadUserRoleEdgeArgs = {
2327
2327
  orderBy?: Maybe<Array<UserRolesOrderBy>>;
2328
2328
  };
2329
2329
  /** All input for the `updateUserRole` mutation. */
2330
- export declare type UpdateUserRoleInput = {
2330
+ export type UpdateUserRoleInput = {
2331
2331
  /**
2332
2332
  * An arbitrary string value with no semantic meaning. Will be included in the
2333
2333
  * payload verbatim. May be used to track mutations by the client.
@@ -2338,12 +2338,12 @@ export declare type UpdateUserRoleInput = {
2338
2338
  id: Scalars['UUID'];
2339
2339
  };
2340
2340
  /** Represents an update to a `UserRole`. Fields that are set will be updated. */
2341
- export declare type UserRolePatch = {
2341
+ export type UserRolePatch = {
2342
2342
  name?: Maybe<Scalars['String']>;
2343
2343
  description?: Maybe<Scalars['String']>;
2344
2344
  };
2345
2345
  /** The output of our delete `User` mutation. */
2346
- export declare type DeleteUserPayload = {
2346
+ export type DeleteUserPayload = {
2347
2347
  __typename?: 'DeleteUserPayload';
2348
2348
  /**
2349
2349
  * The exact same `clientMutationId` that was provided in the mutation input,
@@ -2359,11 +2359,11 @@ export declare type DeleteUserPayload = {
2359
2359
  userEdge?: Maybe<UsersEdge>;
2360
2360
  };
2361
2361
  /** The output of our delete `User` mutation. */
2362
- export declare type DeleteUserPayloadUserEdgeArgs = {
2362
+ export type DeleteUserPayloadUserEdgeArgs = {
2363
2363
  orderBy?: Maybe<Array<UsersOrderBy>>;
2364
2364
  };
2365
2365
  /** All input for the `deleteUser` mutation. */
2366
- export declare type DeleteUserInput = {
2366
+ export type DeleteUserInput = {
2367
2367
  /**
2368
2368
  * An arbitrary string value with no semantic meaning. Will be included in the
2369
2369
  * payload verbatim. May be used to track mutations by the client.
@@ -2372,7 +2372,7 @@ export declare type DeleteUserInput = {
2372
2372
  id: Scalars['UUID'];
2373
2373
  };
2374
2374
  /** The output of our delete `UserRole` mutation. */
2375
- export declare type DeleteUserRolePayload = {
2375
+ export type DeleteUserRolePayload = {
2376
2376
  __typename?: 'DeleteUserRolePayload';
2377
2377
  /**
2378
2378
  * The exact same `clientMutationId` that was provided in the mutation input,
@@ -2388,11 +2388,11 @@ export declare type DeleteUserRolePayload = {
2388
2388
  userRoleEdge?: Maybe<UserRolesEdge>;
2389
2389
  };
2390
2390
  /** The output of our delete `UserRole` mutation. */
2391
- export declare type DeleteUserRolePayloadUserRoleEdgeArgs = {
2391
+ export type DeleteUserRolePayloadUserRoleEdgeArgs = {
2392
2392
  orderBy?: Maybe<Array<UserRolesOrderBy>>;
2393
2393
  };
2394
2394
  /** All input for the `deleteUserRole` mutation. */
2395
- export declare type DeleteUserRoleInput = {
2395
+ export type DeleteUserRoleInput = {
2396
2396
  /**
2397
2397
  * An arbitrary string value with no semantic meaning. Will be included in the
2398
2398
  * payload verbatim. May be used to track mutations by the client.
@@ -2401,7 +2401,7 @@ export declare type DeleteUserRoleInput = {
2401
2401
  id: Scalars['UUID'];
2402
2402
  };
2403
2403
  /** The output of our delete `UserRoleAssignment` mutation. */
2404
- export declare type DeleteUserRoleAssignmentPayload = {
2404
+ export type DeleteUserRoleAssignmentPayload = {
2405
2405
  __typename?: 'DeleteUserRoleAssignmentPayload';
2406
2406
  /**
2407
2407
  * The exact same `clientMutationId` that was provided in the mutation input,
@@ -2421,11 +2421,11 @@ export declare type DeleteUserRoleAssignmentPayload = {
2421
2421
  userRoleAssignmentEdge?: Maybe<UserRoleAssignmentsEdge>;
2422
2422
  };
2423
2423
  /** The output of our delete `UserRoleAssignment` mutation. */
2424
- export declare type DeleteUserRoleAssignmentPayloadUserRoleAssignmentEdgeArgs = {
2424
+ export type DeleteUserRoleAssignmentPayloadUserRoleAssignmentEdgeArgs = {
2425
2425
  orderBy?: Maybe<Array<UserRoleAssignmentsOrderBy>>;
2426
2426
  };
2427
2427
  /** All input for the `deleteUserRoleAssignment` mutation. */
2428
- export declare type DeleteUserRoleAssignmentInput = {
2428
+ export type DeleteUserRoleAssignmentInput = {
2429
2429
  /**
2430
2430
  * An arbitrary string value with no semantic meaning. Will be included in the
2431
2431
  * payload verbatim. May be used to track mutations by the client.
@@ -2434,7 +2434,7 @@ export declare type DeleteUserRoleAssignmentInput = {
2434
2434
  id: Scalars['UUID'];
2435
2435
  };
2436
2436
  /** The output of our delete `UserRoleParentAssignment` mutation. */
2437
- export declare type DeleteUserRoleParentAssignmentPayload = {
2437
+ export type DeleteUserRoleParentAssignmentPayload = {
2438
2438
  __typename?: 'DeleteUserRoleParentAssignmentPayload';
2439
2439
  /**
2440
2440
  * The exact same `clientMutationId` that was provided in the mutation input,
@@ -2452,11 +2452,11 @@ export declare type DeleteUserRoleParentAssignmentPayload = {
2452
2452
  userRoleParentAssignmentEdge?: Maybe<UserRoleParentAssignmentsEdge>;
2453
2453
  };
2454
2454
  /** The output of our delete `UserRoleParentAssignment` mutation. */
2455
- export declare type DeleteUserRoleParentAssignmentPayloadUserRoleParentAssignmentEdgeArgs = {
2455
+ export type DeleteUserRoleParentAssignmentPayloadUserRoleParentAssignmentEdgeArgs = {
2456
2456
  orderBy?: Maybe<Array<UserRoleParentAssignmentsOrderBy>>;
2457
2457
  };
2458
2458
  /** All input for the `deleteUserRoleParentAssignment` mutation. */
2459
- export declare type DeleteUserRoleParentAssignmentInput = {
2459
+ export type DeleteUserRoleParentAssignmentInput = {
2460
2460
  /**
2461
2461
  * An arbitrary string value with no semantic meaning. Will be included in the
2462
2462
  * payload verbatim. May be used to track mutations by the client.
@@ -2465,7 +2465,7 @@ export declare type DeleteUserRoleParentAssignmentInput = {
2465
2465
  id: Scalars['UUID'];
2466
2466
  };
2467
2467
  /** The output of our delete `UserRolePermissionAssignment` mutation. */
2468
- export declare type DeleteUserRolePermissionAssignmentPayload = {
2468
+ export type DeleteUserRolePermissionAssignmentPayload = {
2469
2469
  __typename?: 'DeleteUserRolePermissionAssignmentPayload';
2470
2470
  /**
2471
2471
  * The exact same `clientMutationId` that was provided in the mutation input,
@@ -2485,11 +2485,11 @@ export declare type DeleteUserRolePermissionAssignmentPayload = {
2485
2485
  userRolePermissionAssignmentEdge?: Maybe<UserRolePermissionAssignmentsEdge>;
2486
2486
  };
2487
2487
  /** The output of our delete `UserRolePermissionAssignment` mutation. */
2488
- export declare type DeleteUserRolePermissionAssignmentPayloadUserRolePermissionAssignmentEdgeArgs = {
2488
+ export type DeleteUserRolePermissionAssignmentPayloadUserRolePermissionAssignmentEdgeArgs = {
2489
2489
  orderBy?: Maybe<Array<UserRolePermissionAssignmentsOrderBy>>;
2490
2490
  };
2491
2491
  /** All input for the `deleteUserRolePermissionAssignment` mutation. */
2492
- export declare type DeleteUserRolePermissionAssignmentInput = {
2492
+ export type DeleteUserRolePermissionAssignmentInput = {
2493
2493
  /**
2494
2494
  * An arbitrary string value with no semantic meaning. Will be included in the
2495
2495
  * payload verbatim. May be used to track mutations by the client.
@@ -2498,7 +2498,7 @@ export declare type DeleteUserRolePermissionAssignmentInput = {
2498
2498
  id: Scalars['UUID'];
2499
2499
  };
2500
2500
  /** The output of our delete `UserRoleTagAssignment` mutation. */
2501
- export declare type DeleteUserRoleTagAssignmentPayload = {
2501
+ export type DeleteUserRoleTagAssignmentPayload = {
2502
2502
  __typename?: 'DeleteUserRoleTagAssignmentPayload';
2503
2503
  /**
2504
2504
  * The exact same `clientMutationId` that was provided in the mutation input,
@@ -2516,11 +2516,11 @@ export declare type DeleteUserRoleTagAssignmentPayload = {
2516
2516
  userRoleTagAssignmentEdge?: Maybe<UserRoleTagAssignmentsEdge>;
2517
2517
  };
2518
2518
  /** The output of our delete `UserRoleTagAssignment` mutation. */
2519
- export declare type DeleteUserRoleTagAssignmentPayloadUserRoleTagAssignmentEdgeArgs = {
2519
+ export type DeleteUserRoleTagAssignmentPayloadUserRoleTagAssignmentEdgeArgs = {
2520
2520
  orderBy?: Maybe<Array<UserRoleTagAssignmentsOrderBy>>;
2521
2521
  };
2522
2522
  /** All input for the `deleteUserRoleTagAssignment` mutation. */
2523
- export declare type DeleteUserRoleTagAssignmentInput = {
2523
+ export type DeleteUserRoleTagAssignmentInput = {
2524
2524
  /**
2525
2525
  * An arbitrary string value with no semantic meaning. Will be included in the
2526
2526
  * payload verbatim. May be used to track mutations by the client.
@@ -2531,30 +2531,30 @@ export declare type DeleteUserRoleTagAssignmentInput = {
2531
2531
  userRoleId: Scalars['UUID'];
2532
2532
  tag: Scalars['String'];
2533
2533
  };
2534
- export declare type ValidateCyclicUserRoleInput = {
2534
+ export type ValidateCyclicUserRoleInput = {
2535
2535
  baseUserRole: Scalars['UUID'];
2536
2536
  parentUserRole: Scalars['UUID'];
2537
2537
  };
2538
- export declare type SynchronizePermissionsPayload = {
2538
+ export type SynchronizePermissionsPayload = {
2539
2539
  __typename?: 'SynchronizePermissionsPayload';
2540
2540
  added?: Maybe<Array<Maybe<Scalars['String']>>>;
2541
2541
  removed?: Maybe<Array<Maybe<Scalars['String']>>>;
2542
2542
  };
2543
- export declare type SynchronizePermissionsInput = {
2543
+ export type SynchronizePermissionsInput = {
2544
2544
  serviceId: Scalars['String'];
2545
2545
  permissions: Array<Maybe<Scalars['JSON']>>;
2546
2546
  };
2547
2547
  /** Bulk mutation payload type. */
2548
- export declare type BulkMutationUuidPayload = {
2548
+ export type BulkMutationUuidPayload = {
2549
2549
  __typename?: 'BulkMutationUuidPayload';
2550
2550
  affectedIds?: Maybe<Array<Maybe<Scalars['UUID']>>>;
2551
2551
  totalCount?: Maybe<Scalars['Int']>;
2552
2552
  };
2553
- export declare type RevokeRefreshTokenPayload = {
2553
+ export type RevokeRefreshTokenPayload = {
2554
2554
  __typename?: 'RevokeRefreshTokenPayload';
2555
2555
  revokedRefreshTokenCount: Scalars['Int'];
2556
2556
  };
2557
- export declare type AuthenticateServiceAccountPayload = {
2557
+ export type AuthenticateServiceAccountPayload = {
2558
2558
  __typename?: 'AuthenticateServiceAccountPayload';
2559
2559
  /** Access Token containing permissions of the Service Account */
2560
2560
  accessToken: Scalars['String'];
@@ -2563,13 +2563,13 @@ export declare type AuthenticateServiceAccountPayload = {
2563
2563
  /** Access Token expiration timeout */
2564
2564
  expiresInSeconds: Scalars['Int'];
2565
2565
  };
2566
- export declare type AuthenticateServiceAccountInput = {
2566
+ export type AuthenticateServiceAccountInput = {
2567
2567
  /** Service Account ID. */
2568
2568
  clientId: Scalars['String'];
2569
2569
  /** Service Account Password. */
2570
2570
  clientSecret: Scalars['String'];
2571
2571
  };
2572
- export declare type AuthenticateManagedServiceAccountPayload = {
2572
+ export type AuthenticateManagedServiceAccountPayload = {
2573
2573
  __typename?: 'AuthenticateManagedServiceAccountPayload';
2574
2574
  /** Access Token containing permissions of the Service Account */
2575
2575
  accessToken: Scalars['String'];
@@ -2578,7 +2578,7 @@ export declare type AuthenticateManagedServiceAccountPayload = {
2578
2578
  /** Access Token expiration timeout */
2579
2579
  expiresInSeconds: Scalars['Int'];
2580
2580
  };
2581
- export declare type AuthenticateManagedServiceAccountInput = {
2581
+ export type AuthenticateManagedServiceAccountInput = {
2582
2582
  /** Managed Service Account ID. */
2583
2583
  clientId: Scalars['String'];
2584
2584
  /** Managed Service Account Password. */
@@ -2588,7 +2588,7 @@ export declare type AuthenticateManagedServiceAccountInput = {
2588
2588
  /** Environment ID to be used in resulting AccessToken. If not provided, Root Environment ID will be used. */
2589
2589
  targetEnvironmentId?: Maybe<Scalars['String']>;
2590
2590
  };
2591
- export declare type AuthenticateManagedServiceAccountWithEnvironmentScopeInput = {
2591
+ export type AuthenticateManagedServiceAccountWithEnvironmentScopeInput = {
2592
2592
  /** Managed Service Account ID. */
2593
2593
  clientId: Scalars['String'];
2594
2594
  /** Managed Service Account Password. */
@@ -2600,7 +2600,7 @@ export declare type AuthenticateManagedServiceAccountWithEnvironmentScopeInput =
2600
2600
  */
2601
2601
  managementJWT: Scalars['String'];
2602
2602
  };
2603
- export declare type GenerateLongLivedTokenPayload = {
2603
+ export type GenerateLongLivedTokenPayload = {
2604
2604
  __typename?: 'GenerateLongLivedTokenPayload';
2605
2605
  /** Long lived access token */
2606
2606
  accessToken: Scalars['String'];
@@ -2609,20 +2609,20 @@ export declare type GenerateLongLivedTokenPayload = {
2609
2609
  /** Access Token expiration timeout in seconds */
2610
2610
  expiresInSeconds: Scalars['Int'];
2611
2611
  };
2612
- export declare type GenerateLongLivedTokenInput = {
2612
+ export type GenerateLongLivedTokenInput = {
2613
2613
  /** User access token to extend the validity period for. */
2614
2614
  userToken: Scalars['String'];
2615
2615
  /** Validity duration from time of invocation. Defaults to 30 days if unspecified. */
2616
2616
  validityDurationInSeconds?: Maybe<Scalars['Int']>;
2617
2617
  };
2618
- export declare type DevSetupServiceAccountWithPermissionsPayload = {
2618
+ export type DevSetupServiceAccountWithPermissionsPayload = {
2619
2619
  __typename?: 'DevSetupServiceAccountWithPermissionsPayload';
2620
2620
  /** Client ID of the created service account. */
2621
2621
  clientId: Scalars['String'];
2622
2622
  /** Client Secret of the created service account. */
2623
2623
  clientSecret: Scalars['String'];
2624
2624
  };
2625
- export declare type DevSetupServiceAccountWithPermissionsInput = {
2625
+ export type DevSetupServiceAccountWithPermissionsInput = {
2626
2626
  /** Service Account Name */
2627
2627
  serviceAccountName: Scalars['String'];
2628
2628
  /**
@@ -2636,16 +2636,16 @@ export declare type DevSetupServiceAccountWithPermissionsInput = {
2636
2636
  */
2637
2637
  enforceValidPermissionStructure?: Maybe<Scalars['Boolean']>;
2638
2638
  };
2639
- export declare type PermissionStructure = {
2639
+ export type PermissionStructure = {
2640
2640
  serviceId: Scalars['String'];
2641
2641
  permissions: Array<Maybe<Scalars['String']>>;
2642
2642
  };
2643
- export declare type DevUpdateServiceAccountPermissionStructurePayload = {
2643
+ export type DevUpdateServiceAccountPermissionStructurePayload = {
2644
2644
  __typename?: 'DevUpdateServiceAccountPermissionStructurePayload';
2645
2645
  /** Indicates if the permission structure was updated successfully */
2646
2646
  isSuccess: Scalars['Boolean'];
2647
2647
  };
2648
- export declare type DevUpdateServiceAccountPermissionStructureInput = {
2648
+ export type DevUpdateServiceAccountPermissionStructureInput = {
2649
2649
  /** Client ID of the Service Account to be updated */
2650
2650
  clientId: Scalars['String'];
2651
2651
  /**
@@ -2659,14 +2659,14 @@ export declare type DevUpdateServiceAccountPermissionStructureInput = {
2659
2659
  */
2660
2660
  enforceValidPermissionStructure?: Maybe<Scalars['Boolean']>;
2661
2661
  };
2662
- export declare type DevGenerateUserAccessTokenWithPermissionsPayload = {
2662
+ export type DevGenerateUserAccessTokenWithPermissionsPayload = {
2663
2663
  __typename?: 'DevGenerateUserAccessTokenWithPermissionsPayload';
2664
2664
  /** Access token with requested permissions. */
2665
2665
  accessToken: Scalars['String'];
2666
2666
  tokenType: Scalars['String'];
2667
2667
  expiresInSeconds: Scalars['Int'];
2668
2668
  };
2669
- export declare type DevGenerateUserAccessTokenWithPermissionsInput = {
2669
+ export type DevGenerateUserAccessTokenWithPermissionsInput = {
2670
2670
  /**
2671
2671
  * Email address the user token will be generated against.
2672
2672
  * If not given, a pseudo user with following metadata data will be used for generating the token.
@@ -2689,23 +2689,23 @@ export declare type DevGenerateUserAccessTokenWithPermissionsInput = {
2689
2689
  /** Token Expiration time in seconds. If not given, this will be defaulted to 30 days. */
2690
2690
  tokenExpirationInSeconds?: Maybe<Scalars['Int']>;
2691
2691
  };
2692
- export declare type DevDeleteServiceAccountPayload = {
2692
+ export type DevDeleteServiceAccountPayload = {
2693
2693
  __typename?: 'DevDeleteServiceAccountPayload';
2694
2694
  /** Indicates if the permission structure was deleted successfully */
2695
2695
  isSuccess: Scalars['Boolean'];
2696
2696
  };
2697
- export declare type DevDeleteServiceAccountInput = {
2697
+ export type DevDeleteServiceAccountInput = {
2698
2698
  /** Client ID of the Service Account to be deleted */
2699
2699
  clientId: Scalars['String'];
2700
2700
  };
2701
- export declare type SetupDevBasicDataPayload = {
2701
+ export type SetupDevBasicDataPayload = {
2702
2702
  __typename?: 'SetupDevBasicDataPayload';
2703
2703
  /** Development Tenant ID to be used in ID Service integration. */
2704
2704
  tenantId: Scalars['String'];
2705
2705
  /** Development Environment ID to be used in ID Service integration. */
2706
2706
  environmentId: Scalars['String'];
2707
2707
  };
2708
- export declare type SetupDevBasicDataInput = {
2708
+ export type SetupDevBasicDataInput = {
2709
2709
  /** Optional tenant ID to generate basic data with. If not specified will default to configured dev value. */
2710
2710
  tenantId?: Maybe<Scalars['String']>;
2711
2711
  /** Optional Environment ID to generate basic data with. If not specified will default to configured dev value. */
@@ -2721,7 +2721,7 @@ export declare type SetupDevBasicDataInput = {
2721
2721
  /** environmentTemplateId */
2722
2722
  environmentTemplateId: Scalars['String'];
2723
2723
  };
2724
- export declare type CreateDevServiceAccountPayload = {
2724
+ export type CreateDevServiceAccountPayload = {
2725
2725
  __typename?: 'CreateDevServiceAccountPayload';
2726
2726
  tenantId: Scalars['String'];
2727
2727
  environmentId: Scalars['String'];
@@ -2729,7 +2729,7 @@ export declare type CreateDevServiceAccountPayload = {
2729
2729
  clientId: Scalars['String'];
2730
2730
  clientSecret: Scalars['String'];
2731
2731
  };
2732
- export declare type CreateDevServiceAccountInput = {
2732
+ export type CreateDevServiceAccountInput = {
2733
2733
  /** Optional tenant ID to use for service account. If not specified will default to configured dev value. */
2734
2734
  tenantId?: Maybe<Scalars['String']>;
2735
2735
  /** Optional Environment ID to use for service account. If not specified will default to configured dev value. */
@@ -2752,17 +2752,17 @@ export declare type CreateDevServiceAccountInput = {
2752
2752
  */
2753
2753
  permissionStructure: Array<Maybe<DevPermissionStructureInput>>;
2754
2754
  };
2755
- export declare type DevPermissionStructureInput = {
2755
+ export type DevPermissionStructureInput = {
2756
2756
  serviceId: Scalars['String'];
2757
2757
  permissions?: Maybe<Array<Maybe<Scalars['String']>>>;
2758
2758
  };
2759
- export declare type GenerateDevAccessTokenPayload = {
2759
+ export type GenerateDevAccessTokenPayload = {
2760
2760
  __typename?: 'GenerateDevAccessTokenPayload';
2761
2761
  accessToken: Scalars['String'];
2762
2762
  tokenType: Scalars['String'];
2763
2763
  expiresInSeconds: Scalars['Int'];
2764
2764
  };
2765
- export declare type GenerateDevAccessTokenInput = {
2765
+ export type GenerateDevAccessTokenInput = {
2766
2766
  /** Optional tenant ID to use for service account. If not specified will default to configured dev value. */
2767
2767
  tenantId?: Maybe<Scalars['String']>;
2768
2768
  /** Optional Environment ID to use for service account. If not specified will default to configured dev value. */
@@ -2789,96 +2789,96 @@ export declare type GenerateDevAccessTokenInput = {
2789
2789
  */
2790
2790
  tags?: Maybe<Array<Maybe<Scalars['String']>>>;
2791
2791
  };
2792
- export declare type DevCreateServiceAccountMutationVariables = Exact<{
2792
+ export type DevCreateServiceAccountMutationVariables = Exact<{
2793
2793
  input: CreateDevServiceAccountInput;
2794
2794
  }>;
2795
- export declare type DevCreateServiceAccountMutation = ({
2795
+ export type DevCreateServiceAccountMutation = ({
2796
2796
  __typename?: 'Mutation';
2797
2797
  } & {
2798
2798
  _DEV_createServiceAccount?: Maybe<({
2799
2799
  __typename?: 'CreateDevServiceAccountPayload';
2800
2800
  } & Pick<CreateDevServiceAccountPayload, 'clientId' | 'clientSecret' | 'serviceAccountName'>)>;
2801
2801
  });
2802
- export declare type DevGenerateUserAccessTokenWithPermissionsMutationVariables = Exact<{
2802
+ export type DevGenerateUserAccessTokenWithPermissionsMutationVariables = Exact<{
2803
2803
  input: DevGenerateUserAccessTokenWithPermissionsInput;
2804
2804
  }>;
2805
- export declare type DevGenerateUserAccessTokenWithPermissionsMutation = ({
2805
+ export type DevGenerateUserAccessTokenWithPermissionsMutation = ({
2806
2806
  __typename?: 'Mutation';
2807
2807
  } & {
2808
2808
  devGenerateUserAccessTokenWithPermissions?: Maybe<({
2809
2809
  __typename?: 'DevGenerateUserAccessTokenWithPermissionsPayload';
2810
2810
  } & Pick<DevGenerateUserAccessTokenWithPermissionsPayload, 'accessToken' | 'expiresInSeconds' | 'tokenType'>)>;
2811
2811
  });
2812
- export declare type GenerateLongLivedTokenMutationVariables = Exact<{
2812
+ export type GenerateLongLivedTokenMutationVariables = Exact<{
2813
2813
  input: GenerateLongLivedTokenInput;
2814
2814
  }>;
2815
- export declare type GenerateLongLivedTokenMutation = ({
2815
+ export type GenerateLongLivedTokenMutation = ({
2816
2816
  __typename?: 'Mutation';
2817
2817
  } & {
2818
2818
  generateLongLivedToken: ({
2819
2819
  __typename?: 'GenerateLongLivedTokenPayload';
2820
2820
  } & Pick<GenerateLongLivedTokenPayload, 'accessToken' | 'expiresInSeconds' | 'tokenType'>);
2821
2821
  });
2822
- export declare type GetServiceTokenMutationVariables = Exact<{
2822
+ export type GetServiceTokenMutationVariables = Exact<{
2823
2823
  clientId: Scalars['String'];
2824
2824
  clientSecret: Scalars['String'];
2825
2825
  }>;
2826
- export declare type GetServiceTokenMutation = ({
2826
+ export type GetServiceTokenMutation = ({
2827
2827
  __typename?: 'Mutation';
2828
2828
  } & {
2829
2829
  authenticateServiceAccount: ({
2830
2830
  __typename?: 'AuthenticateServiceAccountPayload';
2831
2831
  } & Pick<AuthenticateServiceAccountPayload, 'accessToken' | 'expiresInSeconds' | 'tokenType'>);
2832
2832
  });
2833
- export declare type GetManagedServiceTokenMutationVariables = Exact<{
2833
+ export type GetManagedServiceTokenMutationVariables = Exact<{
2834
2834
  clientId: Scalars['String'];
2835
2835
  clientSecret: Scalars['String'];
2836
2836
  targetTenantId?: Maybe<Scalars['String']>;
2837
2837
  targetEnvironmentId?: Maybe<Scalars['String']>;
2838
2838
  }>;
2839
- export declare type GetManagedServiceTokenMutation = ({
2839
+ export type GetManagedServiceTokenMutation = ({
2840
2840
  __typename?: 'Mutation';
2841
2841
  } & {
2842
2842
  authenticateManagedServiceAccount: ({
2843
2843
  __typename?: 'AuthenticateManagedServiceAccountPayload';
2844
2844
  } & Pick<AuthenticateManagedServiceAccountPayload, 'accessToken' | 'expiresInSeconds' | 'tokenType'>);
2845
2845
  });
2846
- export declare type GetManagedServiceTokenWithEnvironmentScopeMutationVariables = Exact<{
2846
+ export type GetManagedServiceTokenWithEnvironmentScopeMutationVariables = Exact<{
2847
2847
  clientId: Scalars['String'];
2848
2848
  clientSecret: Scalars['String'];
2849
2849
  managementJWT: Scalars['String'];
2850
2850
  }>;
2851
- export declare type GetManagedServiceTokenWithEnvironmentScopeMutation = ({
2851
+ export type GetManagedServiceTokenWithEnvironmentScopeMutation = ({
2852
2852
  __typename?: 'Mutation';
2853
2853
  } & {
2854
2854
  authenticateManagedServiceAccountWithEnvironmentScope: ({
2855
2855
  __typename?: 'AuthenticateManagedServiceAccountPayload';
2856
2856
  } & Pick<AuthenticateManagedServiceAccountPayload, 'accessToken' | 'expiresInSeconds' | 'tokenType'>);
2857
2857
  });
2858
- export declare type DevSetupServiceAccountWithPermissionsMutationVariables = Exact<{
2858
+ export type DevSetupServiceAccountWithPermissionsMutationVariables = Exact<{
2859
2859
  input: DevSetupServiceAccountWithPermissionsInput;
2860
2860
  }>;
2861
- export declare type DevSetupServiceAccountWithPermissionsMutation = ({
2861
+ export type DevSetupServiceAccountWithPermissionsMutation = ({
2862
2862
  __typename?: 'Mutation';
2863
2863
  } & {
2864
2864
  devSetupServiceAccountWithPermissions?: Maybe<({
2865
2865
  __typename?: 'DevSetupServiceAccountWithPermissionsPayload';
2866
2866
  } & Pick<DevSetupServiceAccountWithPermissionsPayload, 'clientId' | 'clientSecret'>)>;
2867
2867
  });
2868
- export declare type DevDeleteServiceAccountMutationVariables = Exact<{
2868
+ export type DevDeleteServiceAccountMutationVariables = Exact<{
2869
2869
  input: DevDeleteServiceAccountInput;
2870
2870
  }>;
2871
- export declare type DevDeleteServiceAccountMutation = ({
2871
+ export type DevDeleteServiceAccountMutation = ({
2872
2872
  __typename?: 'Mutation';
2873
2873
  } & {
2874
2874
  devDeleteServiceAccount: ({
2875
2875
  __typename?: 'DevDeleteServiceAccountPayload';
2876
2876
  } & Pick<DevDeleteServiceAccountPayload, 'isSuccess'>);
2877
2877
  });
2878
- export declare type SyncPermissionsMutationVariables = Exact<{
2878
+ export type SyncPermissionsMutationVariables = Exact<{
2879
2879
  input: SynchronizePermissionsInput;
2880
2880
  }>;
2881
- export declare type SyncPermissionsMutation = ({
2881
+ export type SyncPermissionsMutation = ({
2882
2882
  __typename?: 'Mutation';
2883
2883
  } & {
2884
2884
  synchronizePermissions?: Maybe<({