We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4809e91 commit 120e380Copy full SHA for 120e380
src/lib/seam/connect/models/acs/acs-users/pending-mutations.ts
@@ -67,6 +67,10 @@ export type AcsUserPendingMutation = z.infer<typeof acs_user_pending_mutations>
67
export const acs_user_pending_mutations_map = z.object({
68
creating: creating.optional().nullable(),
69
deleting: deleting.optional().nullable(),
70
+ updating_group_membership: z
71
+ .map(z.string().uuid(), updating_group_membership_mutation)
72
+ .optional()
73
+ .nullable(),
74
updating_suspension_state: updating_suspension_state_mutation
75
.optional()
76
.nullable(),
0 commit comments