@@ -14200,6 +14200,14 @@ export type Routes = {
1420014200 /** Whether the user is scheduled to be added to or removed from this access group. */
1420114201 variant: 'adding' | 'removing'
1420214202 }
14203+ | {
14204+ /** Date and time at which the mutation was created. */
14205+ created_at: string
14206+ /** Detailed description of the mutation. */
14207+ message: string
14208+ /** Mutation code to indicate that this access group is scheduled for deletion when its ends_at time passes. */
14209+ mutation_code: 'deferring_deletion'
14210+ }
1420314211 )[]
1420414212 is_managed: true
1420514213 }[]
@@ -19676,6 +19684,14 @@ export type Routes = {
1967619684 /** Whether the user is scheduled to be added to or removed from this access group. */
1967719685 variant: 'adding' | 'removing'
1967819686 }
19687+ | {
19688+ /** Date and time at which the mutation was created. */
19689+ created_at: string
19690+ /** Detailed description of the mutation. */
19691+ message: string
19692+ /** Mutation code to indicate that this access group is scheduled for deletion when its ends_at time passes. */
19693+ mutation_code: 'deferring_deletion'
19694+ }
1967919695 )[]
1968019696 is_managed: true
1968119697 }
@@ -19871,6 +19887,14 @@ export type Routes = {
1987119887 /** Whether the user is scheduled to be added to or removed from this access group. */
1987219888 variant: 'adding' | 'removing'
1987319889 }
19890+ | {
19891+ /** Date and time at which the mutation was created. */
19892+ created_at: string
19893+ /** Detailed description of the mutation. */
19894+ message: string
19895+ /** Mutation code to indicate that this access group is scheduled for deletion when its ends_at time passes. */
19896+ mutation_code: 'deferring_deletion'
19897+ }
1987419898 )[]
1987519899 is_managed: true
1987619900 }[]
@@ -20536,6 +20560,14 @@ export type Routes = {
2053620560 /** Whether the user is scheduled to be added to or removed from this access group. */
2053720561 variant: 'adding' | 'removing'
2053820562 }
20563+ | {
20564+ /** Date and time at which the mutation was created. */
20565+ created_at: string
20566+ /** Detailed description of the mutation. */
20567+ message: string
20568+ /** Mutation code to indicate that this access group is scheduled for deletion when its ends_at time passes. */
20569+ mutation_code: 'deferring_deletion'
20570+ }
2053920571 )[]
2054020572 is_managed: false
2054120573 }
@@ -20729,6 +20761,14 @@ export type Routes = {
2072920761 /** Whether the user is scheduled to be added to or removed from this access group. */
2073020762 variant: 'adding' | 'removing'
2073120763 }
20764+ | {
20765+ /** Date and time at which the mutation was created. */
20766+ created_at: string
20767+ /** Detailed description of the mutation. */
20768+ message: string
20769+ /** Mutation code to indicate that this access group is scheduled for deletion when its ends_at time passes. */
20770+ mutation_code: 'deferring_deletion'
20771+ }
2073220772 )[]
2073320773 is_managed: false
2073420774 }[]
@@ -103475,6 +103515,14 @@ export type Routes = {
103475103515 /** Whether the user is scheduled to be added to or removed from this access group. */
103476103516 variant: 'adding' | 'removing'
103477103517 }
103518+ | {
103519+ /** Date and time at which the mutation was created. */
103520+ created_at: string
103521+ /** Detailed description of the mutation. */
103522+ message: string
103523+ /** Mutation code to indicate that this access group is scheduled for deletion when its ends_at time passes. */
103524+ mutation_code: 'deferring_deletion'
103525+ }
103478103526 )[]
103479103527 is_managed: true
103480103528 }[]
@@ -105454,6 +105502,14 @@ export type Routes = {
105454105502 /** Whether the user is scheduled to be added to or removed from this access group. */
105455105503 variant: 'adding' | 'removing'
105456105504 }
105505+ | {
105506+ /** Date and time at which the mutation was created. */
105507+ created_at: string
105508+ /** Detailed description of the mutation. */
105509+ message: string
105510+ /** Mutation code to indicate that this access group is scheduled for deletion when its ends_at time passes. */
105511+ mutation_code: 'deferring_deletion'
105512+ }
105457105513 )[]
105458105514 is_managed: false
105459105515 }[]
0 commit comments