@constructive-io/react 0.2.3 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/admin/hooks/index.d.ts +1 -1
- package/admin/hooks/index.js +1 -1
- package/admin/hooks/invalidation.d.ts +42 -18
- package/admin/hooks/invalidation.js +109 -45
- package/admin/hooks/mutation-keys.d.ts +84 -36
- package/admin/hooks/mutation-keys.js +53 -22
- package/admin/hooks/mutations/index.d.ts +17 -9
- package/admin/hooks/mutations/index.js +17 -9
- package/admin/hooks/mutations/useCreateAppAchievementMutation.d.ts +2 -2
- package/admin/hooks/mutations/useCreateAppAchievementMutation.js +1 -1
- package/admin/hooks/mutations/useCreateAppAdminGrantMutation.d.ts +2 -2
- package/admin/hooks/mutations/useCreateAppAdminGrantMutation.js +1 -1
- package/admin/hooks/mutations/useCreateAppGrantMutation.d.ts +2 -2
- package/admin/hooks/mutations/useCreateAppGrantMutation.js +1 -1
- package/admin/hooks/mutations/useCreateAppLevelMutation.d.ts +2 -2
- package/admin/hooks/mutations/useCreateAppLevelMutation.js +1 -1
- package/admin/hooks/mutations/useCreateAppLevelRequirementMutation.d.ts +2 -2
- package/admin/hooks/mutations/useCreateAppLevelRequirementMutation.js +1 -1
- package/admin/hooks/mutations/useCreateAppLimitDefaultMutation.d.ts +2 -2
- package/admin/hooks/mutations/useCreateAppLimitDefaultMutation.js +1 -1
- package/admin/hooks/mutations/useCreateAppLimitMutation.d.ts +2 -2
- package/admin/hooks/mutations/useCreateAppLimitMutation.js +1 -1
- package/admin/hooks/mutations/useCreateAppMembershipDefaultMutation.d.ts +2 -2
- package/admin/hooks/mutations/useCreateAppMembershipDefaultMutation.js +1 -1
- package/admin/hooks/mutations/useCreateAppMembershipMutation.d.ts +2 -2
- package/admin/hooks/mutations/useCreateAppMembershipMutation.js +1 -1
- package/admin/hooks/mutations/useCreateAppOwnerGrantMutation.d.ts +2 -2
- package/admin/hooks/mutations/useCreateAppOwnerGrantMutation.js +1 -1
- package/admin/hooks/mutations/useCreateAppPermissionDefaultMutation.d.ts +2 -2
- package/admin/hooks/mutations/useCreateAppPermissionDefaultMutation.js +1 -1
- package/admin/hooks/mutations/useCreateAppPermissionMutation.d.ts +2 -2
- package/admin/hooks/mutations/useCreateAppPermissionMutation.js +1 -1
- package/admin/hooks/mutations/useCreateAppStepMutation.d.ts +2 -2
- package/admin/hooks/mutations/useCreateAppStepMutation.js +1 -1
- package/admin/hooks/mutations/useCreateClaimedInviteMutation.d.ts +2 -2
- package/admin/hooks/mutations/useCreateClaimedInviteMutation.js +1 -1
- package/admin/hooks/mutations/useCreateInviteMutation.d.ts +2 -2
- package/admin/hooks/mutations/useCreateInviteMutation.js +1 -1
- package/admin/hooks/mutations/useCreateMembershipTypeMutation.d.ts +2 -2
- package/admin/hooks/mutations/useCreateMembershipTypeMutation.js +1 -1
- package/admin/hooks/mutations/useCreateOrgAdminGrantMutation.d.ts +2 -2
- package/admin/hooks/mutations/useCreateOrgAdminGrantMutation.js +1 -1
- package/admin/hooks/mutations/useCreateOrgChartEdgeGrantMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateOrgChartEdgeGrantMutation.js +34 -0
- package/admin/hooks/mutations/useCreateOrgChartEdgeMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateOrgChartEdgeMutation.js +34 -0
- package/admin/hooks/mutations/useCreateOrgClaimedInviteMutation.d.ts +2 -2
- package/admin/hooks/mutations/useCreateOrgClaimedInviteMutation.js +1 -1
- package/admin/hooks/mutations/useCreateOrgGetManagersRecordMutation.d.ts +34 -0
- package/{public/hooks/mutations/useCreateProcedureMutation.js → admin/hooks/mutations/useCreateOrgGetManagersRecordMutation.js} +6 -6
- package/admin/hooks/mutations/useCreateOrgGetSubordinatesRecordMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateOrgGetSubordinatesRecordMutation.js +34 -0
- package/admin/hooks/mutations/useCreateOrgGrantMutation.d.ts +2 -2
- package/admin/hooks/mutations/useCreateOrgGrantMutation.js +1 -1
- package/admin/hooks/mutations/useCreateOrgInviteMutation.d.ts +2 -2
- package/admin/hooks/mutations/useCreateOrgInviteMutation.js +1 -1
- package/admin/hooks/mutations/useCreateOrgLimitDefaultMutation.d.ts +2 -2
- package/admin/hooks/mutations/useCreateOrgLimitDefaultMutation.js +1 -1
- package/admin/hooks/mutations/useCreateOrgLimitMutation.d.ts +2 -2
- package/admin/hooks/mutations/useCreateOrgLimitMutation.js +1 -1
- package/admin/hooks/mutations/useCreateOrgMemberMutation.d.ts +2 -2
- package/admin/hooks/mutations/useCreateOrgMemberMutation.js +1 -1
- package/admin/hooks/mutations/useCreateOrgMembershipDefaultMutation.d.ts +2 -2
- package/admin/hooks/mutations/useCreateOrgMembershipDefaultMutation.js +1 -1
- package/admin/hooks/mutations/useCreateOrgMembershipMutation.d.ts +2 -2
- package/admin/hooks/mutations/useCreateOrgMembershipMutation.js +1 -1
- package/admin/hooks/mutations/useCreateOrgOwnerGrantMutation.d.ts +2 -2
- package/admin/hooks/mutations/useCreateOrgOwnerGrantMutation.js +1 -1
- package/admin/hooks/mutations/useCreateOrgPermissionDefaultMutation.d.ts +2 -2
- package/admin/hooks/mutations/useCreateOrgPermissionDefaultMutation.js +1 -1
- package/admin/hooks/mutations/useCreateOrgPermissionMutation.d.ts +2 -2
- package/admin/hooks/mutations/useCreateOrgPermissionMutation.js +1 -1
- package/admin/hooks/mutations/useDeleteAppAchievementMutation.d.ts +2 -2
- package/admin/hooks/mutations/useDeleteAppAchievementMutation.js +1 -1
- package/admin/hooks/mutations/useDeleteAppAdminGrantMutation.d.ts +2 -2
- package/admin/hooks/mutations/useDeleteAppAdminGrantMutation.js +1 -1
- package/admin/hooks/mutations/useDeleteAppGrantMutation.d.ts +2 -2
- package/admin/hooks/mutations/useDeleteAppGrantMutation.js +1 -1
- package/admin/hooks/mutations/useDeleteAppLevelMutation.d.ts +2 -2
- package/admin/hooks/mutations/useDeleteAppLevelMutation.js +1 -1
- package/admin/hooks/mutations/useDeleteAppLevelRequirementMutation.d.ts +2 -2
- package/admin/hooks/mutations/useDeleteAppLevelRequirementMutation.js +1 -1
- package/admin/hooks/mutations/useDeleteAppLimitDefaultMutation.d.ts +2 -2
- package/admin/hooks/mutations/useDeleteAppLimitDefaultMutation.js +1 -1
- package/admin/hooks/mutations/useDeleteAppLimitMutation.d.ts +2 -2
- package/admin/hooks/mutations/useDeleteAppLimitMutation.js +1 -1
- package/admin/hooks/mutations/useDeleteAppMembershipDefaultMutation.d.ts +2 -2
- package/admin/hooks/mutations/useDeleteAppMembershipDefaultMutation.js +1 -1
- package/admin/hooks/mutations/useDeleteAppMembershipMutation.d.ts +2 -2
- package/admin/hooks/mutations/useDeleteAppMembershipMutation.js +1 -1
- package/admin/hooks/mutations/useDeleteAppOwnerGrantMutation.d.ts +2 -2
- package/admin/hooks/mutations/useDeleteAppOwnerGrantMutation.js +1 -1
- package/admin/hooks/mutations/useDeleteAppPermissionDefaultMutation.d.ts +2 -2
- package/admin/hooks/mutations/useDeleteAppPermissionDefaultMutation.js +1 -1
- package/admin/hooks/mutations/useDeleteAppPermissionMutation.d.ts +2 -2
- package/admin/hooks/mutations/useDeleteAppPermissionMutation.js +1 -1
- package/admin/hooks/mutations/useDeleteAppStepMutation.d.ts +2 -2
- package/admin/hooks/mutations/useDeleteAppStepMutation.js +1 -1
- package/admin/hooks/mutations/useDeleteClaimedInviteMutation.d.ts +2 -2
- package/admin/hooks/mutations/useDeleteClaimedInviteMutation.js +1 -1
- package/admin/hooks/mutations/useDeleteInviteMutation.d.ts +2 -2
- package/admin/hooks/mutations/useDeleteInviteMutation.js +1 -1
- package/admin/hooks/mutations/useDeleteMembershipTypeMutation.d.ts +2 -2
- package/admin/hooks/mutations/useDeleteMembershipTypeMutation.js +1 -1
- package/admin/hooks/mutations/useDeleteOrgAdminGrantMutation.d.ts +2 -2
- package/admin/hooks/mutations/useDeleteOrgAdminGrantMutation.js +1 -1
- package/admin/hooks/mutations/useDeleteOrgChartEdgeGrantMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteOrgChartEdgeGrantMutation.js +39 -0
- package/admin/hooks/mutations/useDeleteOrgChartEdgeMutation.d.ts +38 -0
- package/{public/hooks/mutations/useDeleteProcedureMutation.js → admin/hooks/mutations/useDeleteOrgChartEdgeMutation.js} +7 -7
- package/admin/hooks/mutations/useDeleteOrgClaimedInviteMutation.d.ts +2 -2
- package/admin/hooks/mutations/useDeleteOrgClaimedInviteMutation.js +1 -1
- package/admin/hooks/mutations/useDeleteOrgGrantMutation.d.ts +2 -2
- package/admin/hooks/mutations/useDeleteOrgGrantMutation.js +1 -1
- package/admin/hooks/mutations/useDeleteOrgInviteMutation.d.ts +2 -2
- package/admin/hooks/mutations/useDeleteOrgInviteMutation.js +1 -1
- package/admin/hooks/mutations/useDeleteOrgLimitDefaultMutation.d.ts +2 -2
- package/admin/hooks/mutations/useDeleteOrgLimitDefaultMutation.js +1 -1
- package/admin/hooks/mutations/useDeleteOrgLimitMutation.d.ts +2 -2
- package/admin/hooks/mutations/useDeleteOrgLimitMutation.js +1 -1
- package/admin/hooks/mutations/useDeleteOrgMemberMutation.d.ts +2 -2
- package/admin/hooks/mutations/useDeleteOrgMemberMutation.js +1 -1
- package/admin/hooks/mutations/useDeleteOrgMembershipDefaultMutation.d.ts +2 -2
- package/admin/hooks/mutations/useDeleteOrgMembershipDefaultMutation.js +1 -1
- package/admin/hooks/mutations/useDeleteOrgMembershipMutation.d.ts +2 -2
- package/admin/hooks/mutations/useDeleteOrgMembershipMutation.js +1 -1
- package/admin/hooks/mutations/useDeleteOrgOwnerGrantMutation.d.ts +2 -2
- package/admin/hooks/mutations/useDeleteOrgOwnerGrantMutation.js +1 -1
- package/admin/hooks/mutations/useDeleteOrgPermissionDefaultMutation.d.ts +2 -2
- package/admin/hooks/mutations/useDeleteOrgPermissionDefaultMutation.js +1 -1
- package/admin/hooks/mutations/useDeleteOrgPermissionMutation.d.ts +2 -2
- package/admin/hooks/mutations/useDeleteOrgPermissionMutation.js +1 -1
- package/admin/hooks/mutations/useUpdateAppAchievementMutation.d.ts +2 -2
- package/admin/hooks/mutations/useUpdateAppAchievementMutation.js +1 -1
- package/admin/hooks/mutations/useUpdateAppAdminGrantMutation.d.ts +2 -2
- package/admin/hooks/mutations/useUpdateAppAdminGrantMutation.js +1 -1
- package/admin/hooks/mutations/useUpdateAppGrantMutation.d.ts +2 -2
- package/admin/hooks/mutations/useUpdateAppGrantMutation.js +1 -1
- package/admin/hooks/mutations/useUpdateAppLevelMutation.d.ts +2 -2
- package/admin/hooks/mutations/useUpdateAppLevelMutation.js +1 -1
- package/admin/hooks/mutations/useUpdateAppLevelRequirementMutation.d.ts +2 -2
- package/admin/hooks/mutations/useUpdateAppLevelRequirementMutation.js +1 -1
- package/admin/hooks/mutations/useUpdateAppLimitDefaultMutation.d.ts +2 -2
- package/admin/hooks/mutations/useUpdateAppLimitDefaultMutation.js +1 -1
- package/admin/hooks/mutations/useUpdateAppLimitMutation.d.ts +2 -2
- package/admin/hooks/mutations/useUpdateAppLimitMutation.js +1 -1
- package/admin/hooks/mutations/useUpdateAppMembershipDefaultMutation.d.ts +2 -2
- package/admin/hooks/mutations/useUpdateAppMembershipDefaultMutation.js +1 -1
- package/admin/hooks/mutations/useUpdateAppMembershipMutation.d.ts +2 -2
- package/admin/hooks/mutations/useUpdateAppMembershipMutation.js +1 -1
- package/admin/hooks/mutations/useUpdateAppOwnerGrantMutation.d.ts +2 -2
- package/admin/hooks/mutations/useUpdateAppOwnerGrantMutation.js +1 -1
- package/admin/hooks/mutations/useUpdateAppPermissionDefaultMutation.d.ts +2 -2
- package/admin/hooks/mutations/useUpdateAppPermissionDefaultMutation.js +1 -1
- package/admin/hooks/mutations/useUpdateAppPermissionMutation.d.ts +2 -2
- package/admin/hooks/mutations/useUpdateAppPermissionMutation.js +1 -1
- package/admin/hooks/mutations/useUpdateAppStepMutation.d.ts +2 -2
- package/admin/hooks/mutations/useUpdateAppStepMutation.js +1 -1
- package/admin/hooks/mutations/useUpdateClaimedInviteMutation.d.ts +2 -2
- package/admin/hooks/mutations/useUpdateClaimedInviteMutation.js +1 -1
- package/admin/hooks/mutations/useUpdateInviteMutation.d.ts +2 -2
- package/admin/hooks/mutations/useUpdateInviteMutation.js +1 -1
- package/admin/hooks/mutations/useUpdateMembershipTypeMutation.d.ts +2 -2
- package/admin/hooks/mutations/useUpdateMembershipTypeMutation.js +1 -1
- package/admin/hooks/mutations/useUpdateOrgAdminGrantMutation.d.ts +2 -2
- package/admin/hooks/mutations/useUpdateOrgAdminGrantMutation.js +1 -1
- package/admin/hooks/mutations/useUpdateOrgChartEdgeGrantMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateOrgChartEdgeGrantMutation.js +40 -0
- package/admin/hooks/mutations/useUpdateOrgChartEdgeMutation.d.ts +40 -0
- package/{public/hooks/mutations/useUpdateProcedureMutation.js → admin/hooks/mutations/useUpdateOrgChartEdgeMutation.js} +9 -9
- package/admin/hooks/mutations/useUpdateOrgClaimedInviteMutation.d.ts +2 -2
- package/admin/hooks/mutations/useUpdateOrgClaimedInviteMutation.js +1 -1
- package/admin/hooks/mutations/useUpdateOrgGrantMutation.d.ts +2 -2
- package/admin/hooks/mutations/useUpdateOrgGrantMutation.js +1 -1
- package/admin/hooks/mutations/useUpdateOrgInviteMutation.d.ts +2 -2
- package/admin/hooks/mutations/useUpdateOrgInviteMutation.js +1 -1
- package/admin/hooks/mutations/useUpdateOrgLimitDefaultMutation.d.ts +2 -2
- package/admin/hooks/mutations/useUpdateOrgLimitDefaultMutation.js +1 -1
- package/admin/hooks/mutations/useUpdateOrgLimitMutation.d.ts +2 -2
- package/admin/hooks/mutations/useUpdateOrgLimitMutation.js +1 -1
- package/admin/hooks/mutations/useUpdateOrgMemberMutation.d.ts +2 -2
- package/admin/hooks/mutations/useUpdateOrgMemberMutation.js +1 -1
- package/admin/hooks/mutations/useUpdateOrgMembershipDefaultMutation.d.ts +2 -2
- package/admin/hooks/mutations/useUpdateOrgMembershipDefaultMutation.js +1 -1
- package/admin/hooks/mutations/useUpdateOrgMembershipMutation.d.ts +2 -2
- package/admin/hooks/mutations/useUpdateOrgMembershipMutation.js +1 -1
- package/admin/hooks/mutations/useUpdateOrgOwnerGrantMutation.d.ts +2 -2
- package/admin/hooks/mutations/useUpdateOrgOwnerGrantMutation.js +1 -1
- package/admin/hooks/mutations/useUpdateOrgPermissionDefaultMutation.d.ts +2 -2
- package/admin/hooks/mutations/useUpdateOrgPermissionDefaultMutation.js +1 -1
- package/admin/hooks/mutations/useUpdateOrgPermissionMutation.d.ts +2 -2
- package/admin/hooks/mutations/useUpdateOrgPermissionMutation.js +1 -1
- package/admin/hooks/queries/index.d.ts +13 -6
- package/admin/hooks/queries/index.js +13 -6
- package/admin/hooks/queries/useAppAchievementQuery.d.ts +4 -4
- package/admin/hooks/queries/useAppAchievementQuery.js +1 -1
- package/admin/hooks/queries/useAppAchievementsQuery.d.ts +4 -4
- package/admin/hooks/queries/useAppAchievementsQuery.js +1 -1
- package/admin/hooks/queries/useAppAdminGrantQuery.d.ts +4 -4
- package/admin/hooks/queries/useAppAdminGrantQuery.js +1 -1
- package/admin/hooks/queries/useAppAdminGrantsQuery.d.ts +4 -4
- package/admin/hooks/queries/useAppAdminGrantsQuery.js +1 -1
- package/admin/hooks/queries/useAppGrantQuery.d.ts +4 -4
- package/admin/hooks/queries/useAppGrantQuery.js +1 -1
- package/admin/hooks/queries/useAppGrantsQuery.d.ts +4 -4
- package/admin/hooks/queries/useAppGrantsQuery.js +1 -1
- package/admin/hooks/queries/useAppLevelQuery.d.ts +4 -4
- package/admin/hooks/queries/useAppLevelQuery.js +1 -1
- package/admin/hooks/queries/useAppLevelRequirementQuery.d.ts +4 -4
- package/admin/hooks/queries/useAppLevelRequirementQuery.js +1 -1
- package/admin/hooks/queries/useAppLevelRequirementsQuery.d.ts +4 -4
- package/admin/hooks/queries/useAppLevelRequirementsQuery.js +1 -1
- package/admin/hooks/queries/useAppLevelsQuery.d.ts +4 -4
- package/admin/hooks/queries/useAppLevelsQuery.js +1 -1
- package/admin/hooks/queries/useAppLimitDefaultQuery.d.ts +4 -4
- package/admin/hooks/queries/useAppLimitDefaultQuery.js +1 -1
- package/admin/hooks/queries/useAppLimitDefaultsQuery.d.ts +4 -4
- package/admin/hooks/queries/useAppLimitDefaultsQuery.js +1 -1
- package/admin/hooks/queries/useAppLimitQuery.d.ts +4 -4
- package/admin/hooks/queries/useAppLimitQuery.js +1 -1
- package/admin/hooks/queries/useAppLimitsQuery.d.ts +4 -4
- package/admin/hooks/queries/useAppLimitsQuery.js +1 -1
- package/admin/hooks/queries/useAppMembershipDefaultQuery.d.ts +4 -4
- package/admin/hooks/queries/useAppMembershipDefaultQuery.js +1 -1
- package/admin/hooks/queries/useAppMembershipDefaultsQuery.d.ts +4 -4
- package/admin/hooks/queries/useAppMembershipDefaultsQuery.js +1 -1
- package/admin/hooks/queries/useAppMembershipQuery.d.ts +4 -4
- package/admin/hooks/queries/useAppMembershipQuery.js +1 -1
- package/admin/hooks/queries/useAppMembershipsQuery.d.ts +4 -4
- package/admin/hooks/queries/useAppMembershipsQuery.js +1 -1
- package/admin/hooks/queries/useAppOwnerGrantQuery.d.ts +4 -4
- package/admin/hooks/queries/useAppOwnerGrantQuery.js +1 -1
- package/admin/hooks/queries/useAppOwnerGrantsQuery.d.ts +4 -4
- package/admin/hooks/queries/useAppOwnerGrantsQuery.js +1 -1
- package/admin/hooks/queries/useAppPermissionDefaultQuery.d.ts +4 -4
- package/admin/hooks/queries/useAppPermissionDefaultQuery.js +1 -1
- package/admin/hooks/queries/useAppPermissionDefaultsQuery.d.ts +4 -4
- package/admin/hooks/queries/useAppPermissionDefaultsQuery.js +1 -1
- package/admin/hooks/queries/useAppPermissionQuery.d.ts +4 -4
- package/admin/hooks/queries/useAppPermissionQuery.js +1 -1
- package/admin/hooks/queries/useAppPermissionsQuery.d.ts +4 -4
- package/admin/hooks/queries/useAppPermissionsQuery.js +1 -1
- package/admin/hooks/queries/useAppStepQuery.d.ts +4 -4
- package/admin/hooks/queries/useAppStepQuery.js +1 -1
- package/admin/hooks/queries/useAppStepsQuery.d.ts +4 -4
- package/admin/hooks/queries/useAppStepsQuery.js +1 -1
- package/admin/hooks/queries/useClaimedInviteQuery.d.ts +4 -4
- package/admin/hooks/queries/useClaimedInviteQuery.js +1 -1
- package/admin/hooks/queries/useClaimedInvitesQuery.d.ts +4 -4
- package/admin/hooks/queries/useClaimedInvitesQuery.js +1 -1
- package/admin/hooks/queries/useInviteQuery.d.ts +4 -4
- package/admin/hooks/queries/useInviteQuery.js +1 -1
- package/admin/hooks/queries/useInvitesQuery.d.ts +4 -4
- package/admin/hooks/queries/useInvitesQuery.js +1 -1
- package/admin/hooks/queries/useMembershipTypeQuery.d.ts +4 -4
- package/admin/hooks/queries/useMembershipTypeQuery.js +1 -1
- package/admin/hooks/queries/useMembershipTypesQuery.d.ts +4 -4
- package/admin/hooks/queries/useMembershipTypesQuery.js +1 -1
- package/admin/hooks/queries/useOrgAdminGrantQuery.d.ts +4 -4
- package/admin/hooks/queries/useOrgAdminGrantQuery.js +1 -1
- package/admin/hooks/queries/useOrgAdminGrantsQuery.d.ts +4 -4
- package/admin/hooks/queries/useOrgAdminGrantsQuery.js +1 -1
- package/admin/hooks/queries/useOrgChartEdgeGrantQuery.d.ts +65 -0
- package/admin/hooks/queries/useOrgChartEdgeGrantQuery.js +53 -0
- package/admin/hooks/queries/useOrgChartEdgeGrantsQuery.d.ts +69 -0
- package/admin/hooks/queries/useOrgChartEdgeGrantsQuery.js +38 -0
- package/admin/hooks/queries/useOrgChartEdgeQuery.d.ts +65 -0
- package/{public/hooks/queries/useProcedureQuery.js → admin/hooks/queries/useOrgChartEdgeQuery.js} +14 -14
- package/admin/hooks/queries/useOrgChartEdgesQuery.d.ts +69 -0
- package/admin/hooks/queries/useOrgChartEdgesQuery.js +38 -0
- package/admin/hooks/queries/useOrgClaimedInviteQuery.d.ts +4 -4
- package/admin/hooks/queries/useOrgClaimedInviteQuery.js +1 -1
- package/admin/hooks/queries/useOrgClaimedInvitesQuery.d.ts +4 -4
- package/admin/hooks/queries/useOrgClaimedInvitesQuery.js +1 -1
- package/admin/hooks/queries/useOrgGetManagersQuery.d.ts +69 -0
- package/admin/hooks/queries/useOrgGetManagersQuery.js +38 -0
- package/admin/hooks/queries/useOrgGetSubordinatesQuery.d.ts +69 -0
- package/admin/hooks/queries/useOrgGetSubordinatesQuery.js +38 -0
- package/admin/hooks/queries/useOrgGrantQuery.d.ts +4 -4
- package/admin/hooks/queries/useOrgGrantQuery.js +1 -1
- package/admin/hooks/queries/useOrgGrantsQuery.d.ts +4 -4
- package/admin/hooks/queries/useOrgGrantsQuery.js +1 -1
- package/admin/hooks/queries/useOrgInviteQuery.d.ts +4 -4
- package/admin/hooks/queries/useOrgInviteQuery.js +1 -1
- package/admin/hooks/queries/useOrgInvitesQuery.d.ts +4 -4
- package/admin/hooks/queries/useOrgInvitesQuery.js +1 -1
- package/admin/hooks/queries/useOrgIsManagerOfQuery.d.ts +53 -0
- package/admin/hooks/queries/useOrgIsManagerOfQuery.js +53 -0
- package/admin/hooks/queries/useOrgLimitDefaultQuery.d.ts +4 -4
- package/admin/hooks/queries/useOrgLimitDefaultQuery.js +1 -1
- package/admin/hooks/queries/useOrgLimitDefaultsQuery.d.ts +4 -4
- package/admin/hooks/queries/useOrgLimitDefaultsQuery.js +1 -1
- package/admin/hooks/queries/useOrgLimitQuery.d.ts +4 -4
- package/admin/hooks/queries/useOrgLimitQuery.js +1 -1
- package/admin/hooks/queries/useOrgLimitsQuery.d.ts +4 -4
- package/admin/hooks/queries/useOrgLimitsQuery.js +1 -1
- package/admin/hooks/queries/useOrgMemberQuery.d.ts +4 -4
- package/admin/hooks/queries/useOrgMemberQuery.js +1 -1
- package/admin/hooks/queries/useOrgMembersQuery.d.ts +4 -4
- package/admin/hooks/queries/useOrgMembersQuery.js +1 -1
- package/admin/hooks/queries/useOrgMembershipDefaultQuery.d.ts +4 -4
- package/admin/hooks/queries/useOrgMembershipDefaultQuery.js +1 -1
- package/admin/hooks/queries/useOrgMembershipDefaultsQuery.d.ts +4 -4
- package/admin/hooks/queries/useOrgMembershipDefaultsQuery.js +1 -1
- package/admin/hooks/queries/useOrgMembershipQuery.d.ts +4 -4
- package/admin/hooks/queries/useOrgMembershipQuery.js +1 -1
- package/admin/hooks/queries/useOrgMembershipsQuery.d.ts +4 -4
- package/admin/hooks/queries/useOrgMembershipsQuery.js +1 -1
- package/admin/hooks/queries/useOrgOwnerGrantQuery.d.ts +4 -4
- package/admin/hooks/queries/useOrgOwnerGrantQuery.js +1 -1
- package/admin/hooks/queries/useOrgOwnerGrantsQuery.d.ts +4 -4
- package/admin/hooks/queries/useOrgOwnerGrantsQuery.js +1 -1
- package/admin/hooks/queries/useOrgPermissionDefaultQuery.d.ts +4 -4
- package/admin/hooks/queries/useOrgPermissionDefaultQuery.js +1 -1
- package/admin/hooks/queries/useOrgPermissionDefaultsQuery.d.ts +4 -4
- package/admin/hooks/queries/useOrgPermissionDefaultsQuery.js +1 -1
- package/admin/hooks/queries/useOrgPermissionQuery.d.ts +4 -4
- package/admin/hooks/queries/useOrgPermissionQuery.js +1 -1
- package/admin/hooks/queries/useOrgPermissionsQuery.d.ts +4 -4
- package/admin/hooks/queries/useOrgPermissionsQuery.js +1 -1
- package/admin/hooks/query-keys.d.ts +100 -42
- package/admin/hooks/query-keys.js +58 -25
- package/admin/orm/index.d.ts +19 -6
- package/admin/orm/index.js +14 -6
- package/admin/orm/input-types.d.ts +879 -363
- package/admin/orm/models/index.d.ts +7 -3
- package/admin/orm/models/index.js +15 -7
- package/admin/orm/models/orgChartEdge.d.ts +56 -0
- package/{public/orm/models/limitFunction.js → admin/orm/models/orgChartEdge.js} +25 -25
- package/admin/orm/models/orgChartEdgeGrant.d.ts +56 -0
- package/admin/orm/models/orgChartEdgeGrant.js +98 -0
- package/admin/orm/models/orgGetManagersRecord.d.ts +32 -0
- package/admin/orm/models/orgGetManagersRecord.js +55 -0
- package/admin/orm/models/orgGetSubordinatesRecord.d.ts +32 -0
- package/admin/orm/models/orgGetSubordinatesRecord.js +55 -0
- package/admin/orm/query/index.d.ts +11 -0
- package/admin/orm/query/index.js +24 -0
- package/admin/schema-types.d.ts +855 -325
- package/admin/types.d.ts +50 -19
- package/auth/hooks/index.d.ts +1 -1
- package/auth/hooks/index.js +1 -1
- package/auth/hooks/invalidation.d.ts +6 -6
- package/auth/hooks/invalidation.js +15 -15
- package/auth/hooks/mutation-keys.d.ts +12 -12
- package/auth/hooks/mutation-keys.js +8 -8
- package/auth/hooks/mutations/index.d.ts +3 -3
- package/auth/hooks/mutations/index.js +3 -3
- package/auth/hooks/mutations/useCreateAuditLogMutation.d.ts +2 -2
- package/auth/hooks/mutations/useCreateAuditLogMutation.js +1 -1
- package/auth/hooks/mutations/useCreateConnectedAccountMutation.d.ts +2 -2
- package/auth/hooks/mutations/useCreateConnectedAccountMutation.js +1 -1
- package/auth/hooks/mutations/useCreateCryptoAddressMutation.d.ts +2 -2
- package/auth/hooks/mutations/useCreateCryptoAddressMutation.js +1 -1
- package/auth/hooks/mutations/useCreateEmailMutation.d.ts +2 -2
- package/auth/hooks/mutations/useCreateEmailMutation.js +1 -1
- package/auth/hooks/mutations/useCreatePhoneNumberMutation.d.ts +2 -2
- package/auth/hooks/mutations/useCreatePhoneNumberMutation.js +1 -1
- package/auth/hooks/mutations/useDeleteAuditLogMutation.d.ts +2 -2
- package/auth/hooks/mutations/useDeleteAuditLogMutation.js +1 -1
- package/auth/hooks/mutations/useDeleteConnectedAccountMutation.d.ts +2 -2
- package/auth/hooks/mutations/useDeleteConnectedAccountMutation.js +1 -1
- package/auth/hooks/mutations/useDeleteCryptoAddressMutation.d.ts +2 -2
- package/auth/hooks/mutations/useDeleteCryptoAddressMutation.js +1 -1
- package/auth/hooks/mutations/useDeleteEmailMutation.d.ts +2 -2
- package/auth/hooks/mutations/useDeleteEmailMutation.js +1 -1
- package/auth/hooks/mutations/useDeletePhoneNumberMutation.d.ts +2 -2
- package/auth/hooks/mutations/useDeletePhoneNumberMutation.js +1 -1
- package/auth/hooks/mutations/useUpdateAuditLogMutation.d.ts +2 -2
- package/auth/hooks/mutations/useUpdateAuditLogMutation.js +1 -1
- package/auth/hooks/mutations/useUpdateConnectedAccountMutation.d.ts +2 -2
- package/auth/hooks/mutations/useUpdateConnectedAccountMutation.js +1 -1
- package/auth/hooks/mutations/useUpdateCryptoAddressMutation.d.ts +2 -2
- package/auth/hooks/mutations/useUpdateCryptoAddressMutation.js +1 -1
- package/auth/hooks/mutations/useUpdateEmailMutation.d.ts +2 -2
- package/auth/hooks/mutations/useUpdateEmailMutation.js +1 -1
- package/auth/hooks/mutations/useUpdatePhoneNumberMutation.d.ts +2 -2
- package/auth/hooks/mutations/useUpdatePhoneNumberMutation.js +1 -1
- package/auth/hooks/queries/index.d.ts +2 -2
- package/auth/hooks/queries/index.js +2 -2
- package/auth/hooks/queries/useAuditLogQuery.d.ts +4 -4
- package/auth/hooks/queries/useAuditLogQuery.js +1 -1
- package/auth/hooks/queries/useAuditLogsQuery.d.ts +4 -4
- package/auth/hooks/queries/useAuditLogsQuery.js +1 -1
- package/auth/hooks/queries/useConnectedAccountQuery.d.ts +4 -4
- package/auth/hooks/queries/useConnectedAccountQuery.js +1 -1
- package/auth/hooks/queries/useConnectedAccountsQuery.d.ts +4 -4
- package/auth/hooks/queries/useConnectedAccountsQuery.js +1 -1
- package/auth/hooks/queries/useCryptoAddressQuery.d.ts +4 -4
- package/auth/hooks/queries/useCryptoAddressQuery.js +1 -1
- package/auth/hooks/queries/useCryptoAddressesQuery.d.ts +4 -4
- package/auth/hooks/queries/useCryptoAddressesQuery.js +1 -1
- package/auth/hooks/queries/useEmailQuery.d.ts +4 -4
- package/auth/hooks/queries/useEmailQuery.js +1 -1
- package/auth/hooks/queries/useEmailsQuery.d.ts +4 -4
- package/auth/hooks/queries/useEmailsQuery.js +1 -1
- package/auth/hooks/queries/usePhoneNumberQuery.d.ts +4 -4
- package/auth/hooks/queries/usePhoneNumberQuery.js +1 -1
- package/auth/hooks/queries/usePhoneNumbersQuery.d.ts +4 -4
- package/auth/hooks/queries/usePhoneNumbersQuery.js +1 -1
- package/auth/hooks/query-keys.d.ts +14 -14
- package/auth/hooks/query-keys.js +9 -9
- package/auth/orm/index.d.ts +2 -2
- package/auth/orm/index.js +2 -2
- package/auth/orm/input-types.d.ts +163 -128
- package/auth/orm/models/index.d.ts +1 -1
- package/auth/orm/models/index.js +3 -3
- package/auth/schema-types.d.ts +233 -183
- package/auth/types.d.ts +9 -9
- package/esm/admin/hooks/index.d.ts +1 -1
- package/esm/admin/hooks/index.js +1 -1
- package/esm/admin/hooks/invalidation.d.ts +42 -18
- package/esm/admin/hooks/invalidation.js +110 -46
- package/esm/admin/hooks/mutation-keys.d.ts +84 -36
- package/esm/admin/hooks/mutation-keys.js +52 -21
- package/esm/admin/hooks/mutations/index.d.ts +17 -9
- package/esm/admin/hooks/mutations/index.js +17 -9
- package/esm/admin/hooks/mutations/useCreateAppAchievementMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useCreateAppAchievementMutation.js +1 -1
- package/esm/admin/hooks/mutations/useCreateAppAdminGrantMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useCreateAppAdminGrantMutation.js +1 -1
- package/esm/admin/hooks/mutations/useCreateAppGrantMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useCreateAppGrantMutation.js +1 -1
- package/esm/admin/hooks/mutations/useCreateAppLevelMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useCreateAppLevelMutation.js +1 -1
- package/esm/admin/hooks/mutations/useCreateAppLevelRequirementMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useCreateAppLevelRequirementMutation.js +1 -1
- package/esm/admin/hooks/mutations/useCreateAppLimitDefaultMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useCreateAppLimitDefaultMutation.js +1 -1
- package/esm/admin/hooks/mutations/useCreateAppLimitMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useCreateAppLimitMutation.js +1 -1
- package/esm/admin/hooks/mutations/useCreateAppMembershipDefaultMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useCreateAppMembershipDefaultMutation.js +1 -1
- package/esm/admin/hooks/mutations/useCreateAppMembershipMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useCreateAppMembershipMutation.js +1 -1
- package/esm/admin/hooks/mutations/useCreateAppOwnerGrantMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useCreateAppOwnerGrantMutation.js +1 -1
- package/esm/admin/hooks/mutations/useCreateAppPermissionDefaultMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useCreateAppPermissionDefaultMutation.js +1 -1
- package/esm/admin/hooks/mutations/useCreateAppPermissionMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useCreateAppPermissionMutation.js +1 -1
- package/esm/admin/hooks/mutations/useCreateAppStepMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useCreateAppStepMutation.js +1 -1
- package/esm/admin/hooks/mutations/useCreateClaimedInviteMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useCreateClaimedInviteMutation.js +1 -1
- package/esm/admin/hooks/mutations/useCreateInviteMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useCreateInviteMutation.js +1 -1
- package/esm/admin/hooks/mutations/useCreateMembershipTypeMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useCreateMembershipTypeMutation.js +1 -1
- package/esm/admin/hooks/mutations/useCreateOrgAdminGrantMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useCreateOrgAdminGrantMutation.js +1 -1
- package/esm/admin/hooks/mutations/useCreateOrgChartEdgeGrantMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateOrgChartEdgeGrantMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateOrgChartEdgeMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateOrgChartEdgeMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateOrgClaimedInviteMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useCreateOrgClaimedInviteMutation.js +1 -1
- package/esm/admin/hooks/mutations/useCreateOrgGetManagersRecordMutation.d.ts +34 -0
- package/esm/{public/hooks/mutations/useCreateProcedureMutation.js → admin/hooks/mutations/useCreateOrgGetManagersRecordMutation.js} +7 -7
- package/esm/admin/hooks/mutations/useCreateOrgGetSubordinatesRecordMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateOrgGetSubordinatesRecordMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateOrgGrantMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useCreateOrgGrantMutation.js +1 -1
- package/esm/admin/hooks/mutations/useCreateOrgInviteMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useCreateOrgInviteMutation.js +1 -1
- package/esm/admin/hooks/mutations/useCreateOrgLimitDefaultMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useCreateOrgLimitDefaultMutation.js +1 -1
- package/esm/admin/hooks/mutations/useCreateOrgLimitMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useCreateOrgLimitMutation.js +1 -1
- package/esm/admin/hooks/mutations/useCreateOrgMemberMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useCreateOrgMemberMutation.js +1 -1
- package/esm/admin/hooks/mutations/useCreateOrgMembershipDefaultMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useCreateOrgMembershipDefaultMutation.js +1 -1
- package/esm/admin/hooks/mutations/useCreateOrgMembershipMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useCreateOrgMembershipMutation.js +1 -1
- package/esm/admin/hooks/mutations/useCreateOrgOwnerGrantMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useCreateOrgOwnerGrantMutation.js +1 -1
- package/esm/admin/hooks/mutations/useCreateOrgPermissionDefaultMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useCreateOrgPermissionDefaultMutation.js +1 -1
- package/esm/admin/hooks/mutations/useCreateOrgPermissionMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useCreateOrgPermissionMutation.js +1 -1
- package/esm/admin/hooks/mutations/useDeleteAppAchievementMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useDeleteAppAchievementMutation.js +1 -1
- package/esm/admin/hooks/mutations/useDeleteAppAdminGrantMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useDeleteAppAdminGrantMutation.js +1 -1
- package/esm/admin/hooks/mutations/useDeleteAppGrantMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useDeleteAppGrantMutation.js +1 -1
- package/esm/admin/hooks/mutations/useDeleteAppLevelMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useDeleteAppLevelMutation.js +1 -1
- package/esm/admin/hooks/mutations/useDeleteAppLevelRequirementMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useDeleteAppLevelRequirementMutation.js +1 -1
- package/esm/admin/hooks/mutations/useDeleteAppLimitDefaultMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useDeleteAppLimitDefaultMutation.js +1 -1
- package/esm/admin/hooks/mutations/useDeleteAppLimitMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useDeleteAppLimitMutation.js +1 -1
- package/esm/admin/hooks/mutations/useDeleteAppMembershipDefaultMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useDeleteAppMembershipDefaultMutation.js +1 -1
- package/esm/admin/hooks/mutations/useDeleteAppMembershipMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useDeleteAppMembershipMutation.js +1 -1
- package/esm/admin/hooks/mutations/useDeleteAppOwnerGrantMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useDeleteAppOwnerGrantMutation.js +1 -1
- package/esm/admin/hooks/mutations/useDeleteAppPermissionDefaultMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useDeleteAppPermissionDefaultMutation.js +1 -1
- package/esm/admin/hooks/mutations/useDeleteAppPermissionMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useDeleteAppPermissionMutation.js +1 -1
- package/esm/admin/hooks/mutations/useDeleteAppStepMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useDeleteAppStepMutation.js +1 -1
- package/esm/admin/hooks/mutations/useDeleteClaimedInviteMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useDeleteClaimedInviteMutation.js +1 -1
- package/esm/admin/hooks/mutations/useDeleteInviteMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useDeleteInviteMutation.js +1 -1
- package/esm/admin/hooks/mutations/useDeleteMembershipTypeMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useDeleteMembershipTypeMutation.js +1 -1
- package/esm/admin/hooks/mutations/useDeleteOrgAdminGrantMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useDeleteOrgAdminGrantMutation.js +1 -1
- package/esm/admin/hooks/mutations/useDeleteOrgChartEdgeGrantMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteOrgChartEdgeGrantMutation.js +36 -0
- package/esm/admin/hooks/mutations/useDeleteOrgChartEdgeMutation.d.ts +38 -0
- package/esm/{public/hooks/mutations/useDeleteProcedureMutation.js → admin/hooks/mutations/useDeleteOrgChartEdgeMutation.js} +8 -8
- package/esm/admin/hooks/mutations/useDeleteOrgClaimedInviteMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useDeleteOrgClaimedInviteMutation.js +1 -1
- package/esm/admin/hooks/mutations/useDeleteOrgGrantMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useDeleteOrgGrantMutation.js +1 -1
- package/esm/admin/hooks/mutations/useDeleteOrgInviteMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useDeleteOrgInviteMutation.js +1 -1
- package/esm/admin/hooks/mutations/useDeleteOrgLimitDefaultMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useDeleteOrgLimitDefaultMutation.js +1 -1
- package/esm/admin/hooks/mutations/useDeleteOrgLimitMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useDeleteOrgLimitMutation.js +1 -1
- package/esm/admin/hooks/mutations/useDeleteOrgMemberMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useDeleteOrgMemberMutation.js +1 -1
- package/esm/admin/hooks/mutations/useDeleteOrgMembershipDefaultMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useDeleteOrgMembershipDefaultMutation.js +1 -1
- package/esm/admin/hooks/mutations/useDeleteOrgMembershipMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useDeleteOrgMembershipMutation.js +1 -1
- package/esm/admin/hooks/mutations/useDeleteOrgOwnerGrantMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useDeleteOrgOwnerGrantMutation.js +1 -1
- package/esm/admin/hooks/mutations/useDeleteOrgPermissionDefaultMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useDeleteOrgPermissionDefaultMutation.js +1 -1
- package/esm/admin/hooks/mutations/useDeleteOrgPermissionMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useDeleteOrgPermissionMutation.js +1 -1
- package/esm/admin/hooks/mutations/useUpdateAppAchievementMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useUpdateAppAchievementMutation.js +1 -1
- package/esm/admin/hooks/mutations/useUpdateAppAdminGrantMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useUpdateAppAdminGrantMutation.js +1 -1
- package/esm/admin/hooks/mutations/useUpdateAppGrantMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useUpdateAppGrantMutation.js +1 -1
- package/esm/admin/hooks/mutations/useUpdateAppLevelMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useUpdateAppLevelMutation.js +1 -1
- package/esm/admin/hooks/mutations/useUpdateAppLevelRequirementMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useUpdateAppLevelRequirementMutation.js +1 -1
- package/esm/admin/hooks/mutations/useUpdateAppLimitDefaultMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useUpdateAppLimitDefaultMutation.js +1 -1
- package/esm/admin/hooks/mutations/useUpdateAppLimitMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useUpdateAppLimitMutation.js +1 -1
- package/esm/admin/hooks/mutations/useUpdateAppMembershipDefaultMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useUpdateAppMembershipDefaultMutation.js +1 -1
- package/esm/admin/hooks/mutations/useUpdateAppMembershipMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useUpdateAppMembershipMutation.js +1 -1
- package/esm/admin/hooks/mutations/useUpdateAppOwnerGrantMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useUpdateAppOwnerGrantMutation.js +1 -1
- package/esm/admin/hooks/mutations/useUpdateAppPermissionDefaultMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useUpdateAppPermissionDefaultMutation.js +1 -1
- package/esm/admin/hooks/mutations/useUpdateAppPermissionMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useUpdateAppPermissionMutation.js +1 -1
- package/esm/admin/hooks/mutations/useUpdateAppStepMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useUpdateAppStepMutation.js +1 -1
- package/esm/admin/hooks/mutations/useUpdateClaimedInviteMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useUpdateClaimedInviteMutation.js +1 -1
- package/esm/admin/hooks/mutations/useUpdateInviteMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useUpdateInviteMutation.js +1 -1
- package/esm/admin/hooks/mutations/useUpdateMembershipTypeMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useUpdateMembershipTypeMutation.js +1 -1
- package/esm/admin/hooks/mutations/useUpdateOrgAdminGrantMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useUpdateOrgAdminGrantMutation.js +1 -1
- package/esm/admin/hooks/mutations/useUpdateOrgChartEdgeGrantMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateOrgChartEdgeGrantMutation.js +37 -0
- package/esm/admin/hooks/mutations/useUpdateOrgChartEdgeMutation.d.ts +40 -0
- package/esm/{public/hooks/mutations/useUpdateProcedureMutation.js → admin/hooks/mutations/useUpdateOrgChartEdgeMutation.js} +10 -10
- package/esm/admin/hooks/mutations/useUpdateOrgClaimedInviteMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useUpdateOrgClaimedInviteMutation.js +1 -1
- package/esm/admin/hooks/mutations/useUpdateOrgGrantMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useUpdateOrgGrantMutation.js +1 -1
- package/esm/admin/hooks/mutations/useUpdateOrgInviteMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useUpdateOrgInviteMutation.js +1 -1
- package/esm/admin/hooks/mutations/useUpdateOrgLimitDefaultMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useUpdateOrgLimitDefaultMutation.js +1 -1
- package/esm/admin/hooks/mutations/useUpdateOrgLimitMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useUpdateOrgLimitMutation.js +1 -1
- package/esm/admin/hooks/mutations/useUpdateOrgMemberMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useUpdateOrgMemberMutation.js +1 -1
- package/esm/admin/hooks/mutations/useUpdateOrgMembershipDefaultMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useUpdateOrgMembershipDefaultMutation.js +1 -1
- package/esm/admin/hooks/mutations/useUpdateOrgMembershipMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useUpdateOrgMembershipMutation.js +1 -1
- package/esm/admin/hooks/mutations/useUpdateOrgOwnerGrantMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useUpdateOrgOwnerGrantMutation.js +1 -1
- package/esm/admin/hooks/mutations/useUpdateOrgPermissionDefaultMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useUpdateOrgPermissionDefaultMutation.js +1 -1
- package/esm/admin/hooks/mutations/useUpdateOrgPermissionMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useUpdateOrgPermissionMutation.js +1 -1
- package/esm/admin/hooks/queries/index.d.ts +13 -6
- package/esm/admin/hooks/queries/index.js +13 -6
- package/esm/admin/hooks/queries/useAppAchievementQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useAppAchievementQuery.js +1 -1
- package/esm/admin/hooks/queries/useAppAchievementsQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useAppAchievementsQuery.js +1 -1
- package/esm/admin/hooks/queries/useAppAdminGrantQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useAppAdminGrantQuery.js +1 -1
- package/esm/admin/hooks/queries/useAppAdminGrantsQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useAppAdminGrantsQuery.js +1 -1
- package/esm/admin/hooks/queries/useAppGrantQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useAppGrantQuery.js +1 -1
- package/esm/admin/hooks/queries/useAppGrantsQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useAppGrantsQuery.js +1 -1
- package/esm/admin/hooks/queries/useAppLevelQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useAppLevelQuery.js +1 -1
- package/esm/admin/hooks/queries/useAppLevelRequirementQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useAppLevelRequirementQuery.js +1 -1
- package/esm/admin/hooks/queries/useAppLevelRequirementsQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useAppLevelRequirementsQuery.js +1 -1
- package/esm/admin/hooks/queries/useAppLevelsQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useAppLevelsQuery.js +1 -1
- package/esm/admin/hooks/queries/useAppLimitDefaultQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useAppLimitDefaultQuery.js +1 -1
- package/esm/admin/hooks/queries/useAppLimitDefaultsQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useAppLimitDefaultsQuery.js +1 -1
- package/esm/admin/hooks/queries/useAppLimitQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useAppLimitQuery.js +1 -1
- package/esm/admin/hooks/queries/useAppLimitsQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useAppLimitsQuery.js +1 -1
- package/esm/admin/hooks/queries/useAppMembershipDefaultQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useAppMembershipDefaultQuery.js +1 -1
- package/esm/admin/hooks/queries/useAppMembershipDefaultsQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useAppMembershipDefaultsQuery.js +1 -1
- package/esm/admin/hooks/queries/useAppMembershipQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useAppMembershipQuery.js +1 -1
- package/esm/admin/hooks/queries/useAppMembershipsQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useAppMembershipsQuery.js +1 -1
- package/esm/admin/hooks/queries/useAppOwnerGrantQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useAppOwnerGrantQuery.js +1 -1
- package/esm/admin/hooks/queries/useAppOwnerGrantsQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useAppOwnerGrantsQuery.js +1 -1
- package/esm/admin/hooks/queries/useAppPermissionDefaultQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useAppPermissionDefaultQuery.js +1 -1
- package/esm/admin/hooks/queries/useAppPermissionDefaultsQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useAppPermissionDefaultsQuery.js +1 -1
- package/esm/admin/hooks/queries/useAppPermissionQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useAppPermissionQuery.js +1 -1
- package/esm/admin/hooks/queries/useAppPermissionsQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useAppPermissionsQuery.js +1 -1
- package/esm/admin/hooks/queries/useAppStepQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useAppStepQuery.js +1 -1
- package/esm/admin/hooks/queries/useAppStepsQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useAppStepsQuery.js +1 -1
- package/esm/admin/hooks/queries/useClaimedInviteQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useClaimedInviteQuery.js +1 -1
- package/esm/admin/hooks/queries/useClaimedInvitesQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useClaimedInvitesQuery.js +1 -1
- package/esm/admin/hooks/queries/useInviteQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useInviteQuery.js +1 -1
- package/esm/admin/hooks/queries/useInvitesQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useInvitesQuery.js +1 -1
- package/esm/admin/hooks/queries/useMembershipTypeQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useMembershipTypeQuery.js +1 -1
- package/esm/admin/hooks/queries/useMembershipTypesQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useMembershipTypesQuery.js +1 -1
- package/esm/admin/hooks/queries/useOrgAdminGrantQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useOrgAdminGrantQuery.js +1 -1
- package/esm/admin/hooks/queries/useOrgAdminGrantsQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useOrgAdminGrantsQuery.js +1 -1
- package/esm/admin/hooks/queries/useOrgChartEdgeGrantQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useOrgChartEdgeGrantQuery.js +47 -0
- package/esm/admin/hooks/queries/useOrgChartEdgeGrantsQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useOrgChartEdgeGrantsQuery.js +32 -0
- package/esm/admin/hooks/queries/useOrgChartEdgeQuery.d.ts +65 -0
- package/esm/{public/hooks/queries/useProcedureQuery.js → admin/hooks/queries/useOrgChartEdgeQuery.js} +11 -11
- package/esm/admin/hooks/queries/useOrgChartEdgesQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useOrgChartEdgesQuery.js +32 -0
- package/esm/admin/hooks/queries/useOrgClaimedInviteQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useOrgClaimedInviteQuery.js +1 -1
- package/esm/admin/hooks/queries/useOrgClaimedInvitesQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useOrgClaimedInvitesQuery.js +1 -1
- package/esm/admin/hooks/queries/useOrgGetManagersQuery.d.ts +69 -0
- package/esm/{public/hooks/queries/useLimitFunctionsQuery.js → admin/hooks/queries/useOrgGetManagersQuery.js} +11 -11
- package/esm/admin/hooks/queries/useOrgGetSubordinatesQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useOrgGetSubordinatesQuery.js +32 -0
- package/esm/admin/hooks/queries/useOrgGrantQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useOrgGrantQuery.js +1 -1
- package/esm/admin/hooks/queries/useOrgGrantsQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useOrgGrantsQuery.js +1 -1
- package/esm/admin/hooks/queries/useOrgInviteQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useOrgInviteQuery.js +1 -1
- package/esm/admin/hooks/queries/useOrgInvitesQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useOrgInvitesQuery.js +1 -1
- package/esm/admin/hooks/queries/useOrgIsManagerOfQuery.d.ts +53 -0
- package/esm/admin/hooks/queries/useOrgIsManagerOfQuery.js +47 -0
- package/esm/admin/hooks/queries/useOrgLimitDefaultQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useOrgLimitDefaultQuery.js +1 -1
- package/esm/admin/hooks/queries/useOrgLimitDefaultsQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useOrgLimitDefaultsQuery.js +1 -1
- package/esm/admin/hooks/queries/useOrgLimitQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useOrgLimitQuery.js +1 -1
- package/esm/admin/hooks/queries/useOrgLimitsQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useOrgLimitsQuery.js +1 -1
- package/esm/admin/hooks/queries/useOrgMemberQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useOrgMemberQuery.js +1 -1
- package/esm/admin/hooks/queries/useOrgMembersQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useOrgMembersQuery.js +1 -1
- package/esm/admin/hooks/queries/useOrgMembershipDefaultQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useOrgMembershipDefaultQuery.js +1 -1
- package/esm/admin/hooks/queries/useOrgMembershipDefaultsQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useOrgMembershipDefaultsQuery.js +1 -1
- package/esm/admin/hooks/queries/useOrgMembershipQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useOrgMembershipQuery.js +1 -1
- package/esm/admin/hooks/queries/useOrgMembershipsQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useOrgMembershipsQuery.js +1 -1
- package/esm/admin/hooks/queries/useOrgOwnerGrantQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useOrgOwnerGrantQuery.js +1 -1
- package/esm/admin/hooks/queries/useOrgOwnerGrantsQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useOrgOwnerGrantsQuery.js +1 -1
- package/esm/admin/hooks/queries/useOrgPermissionDefaultQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useOrgPermissionDefaultQuery.js +1 -1
- package/esm/admin/hooks/queries/useOrgPermissionDefaultsQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useOrgPermissionDefaultsQuery.js +1 -1
- package/esm/admin/hooks/queries/useOrgPermissionQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useOrgPermissionQuery.js +1 -1
- package/esm/admin/hooks/queries/useOrgPermissionsQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useOrgPermissionsQuery.js +1 -1
- package/esm/admin/hooks/query-keys.d.ts +100 -42
- package/esm/admin/hooks/query-keys.js +57 -24
- package/esm/admin/orm/index.d.ts +19 -6
- package/esm/admin/orm/index.js +14 -6
- package/esm/admin/orm/input-types.d.ts +879 -363
- package/esm/admin/orm/models/index.d.ts +7 -3
- package/esm/admin/orm/models/index.js +7 -3
- package/esm/admin/orm/models/orgChartEdge.d.ts +56 -0
- package/esm/{public/orm/models/procedure.js → admin/orm/models/orgChartEdge.js} +23 -23
- package/esm/admin/orm/models/orgChartEdgeGrant.d.ts +56 -0
- package/esm/admin/orm/models/orgChartEdgeGrant.js +94 -0
- package/esm/admin/orm/models/orgGetManagersRecord.d.ts +32 -0
- package/esm/admin/orm/models/orgGetManagersRecord.js +51 -0
- package/esm/admin/orm/models/orgGetSubordinatesRecord.d.ts +32 -0
- package/esm/admin/orm/models/orgGetSubordinatesRecord.js +51 -0
- package/esm/admin/orm/query/index.d.ts +11 -0
- package/esm/admin/orm/query/index.js +24 -0
- package/esm/admin/schema-types.d.ts +855 -325
- package/esm/admin/types.d.ts +50 -19
- package/esm/auth/hooks/index.d.ts +1 -1
- package/esm/auth/hooks/index.js +1 -1
- package/esm/auth/hooks/invalidation.d.ts +6 -6
- package/esm/auth/hooks/invalidation.js +16 -16
- package/esm/auth/hooks/mutation-keys.d.ts +12 -12
- package/esm/auth/hooks/mutation-keys.js +7 -7
- package/esm/auth/hooks/mutations/index.d.ts +3 -3
- package/esm/auth/hooks/mutations/index.js +3 -3
- package/esm/auth/hooks/mutations/useCreateAuditLogMutation.d.ts +2 -2
- package/esm/auth/hooks/mutations/useCreateAuditLogMutation.js +1 -1
- package/esm/auth/hooks/mutations/useCreateConnectedAccountMutation.d.ts +2 -2
- package/esm/auth/hooks/mutations/useCreateConnectedAccountMutation.js +1 -1
- package/esm/auth/hooks/mutations/useCreateCryptoAddressMutation.d.ts +2 -2
- package/esm/auth/hooks/mutations/useCreateCryptoAddressMutation.js +1 -1
- package/esm/auth/hooks/mutations/useCreateEmailMutation.d.ts +2 -2
- package/esm/auth/hooks/mutations/useCreateEmailMutation.js +1 -1
- package/esm/auth/hooks/mutations/useCreatePhoneNumberMutation.d.ts +2 -2
- package/esm/auth/hooks/mutations/useCreatePhoneNumberMutation.js +1 -1
- package/esm/auth/hooks/mutations/useDeleteAuditLogMutation.d.ts +2 -2
- package/esm/auth/hooks/mutations/useDeleteAuditLogMutation.js +1 -1
- package/esm/auth/hooks/mutations/useDeleteConnectedAccountMutation.d.ts +2 -2
- package/esm/auth/hooks/mutations/useDeleteConnectedAccountMutation.js +1 -1
- package/esm/auth/hooks/mutations/useDeleteCryptoAddressMutation.d.ts +2 -2
- package/esm/auth/hooks/mutations/useDeleteCryptoAddressMutation.js +1 -1
- package/esm/auth/hooks/mutations/useDeleteEmailMutation.d.ts +2 -2
- package/esm/auth/hooks/mutations/useDeleteEmailMutation.js +1 -1
- package/esm/auth/hooks/mutations/useDeletePhoneNumberMutation.d.ts +2 -2
- package/esm/auth/hooks/mutations/useDeletePhoneNumberMutation.js +1 -1
- package/esm/auth/hooks/mutations/useUpdateAuditLogMutation.d.ts +2 -2
- package/esm/auth/hooks/mutations/useUpdateAuditLogMutation.js +1 -1
- package/esm/auth/hooks/mutations/useUpdateConnectedAccountMutation.d.ts +2 -2
- package/esm/auth/hooks/mutations/useUpdateConnectedAccountMutation.js +1 -1
- package/esm/auth/hooks/mutations/useUpdateCryptoAddressMutation.d.ts +2 -2
- package/esm/auth/hooks/mutations/useUpdateCryptoAddressMutation.js +1 -1
- package/esm/auth/hooks/mutations/useUpdateEmailMutation.d.ts +2 -2
- package/esm/auth/hooks/mutations/useUpdateEmailMutation.js +1 -1
- package/esm/auth/hooks/mutations/useUpdatePhoneNumberMutation.d.ts +2 -2
- package/esm/auth/hooks/mutations/useUpdatePhoneNumberMutation.js +1 -1
- package/esm/auth/hooks/queries/index.d.ts +2 -2
- package/esm/auth/hooks/queries/index.js +2 -2
- package/esm/auth/hooks/queries/useAuditLogQuery.d.ts +4 -4
- package/esm/auth/hooks/queries/useAuditLogQuery.js +1 -1
- package/esm/auth/hooks/queries/useAuditLogsQuery.d.ts +4 -4
- package/esm/auth/hooks/queries/useAuditLogsQuery.js +1 -1
- package/esm/auth/hooks/queries/useConnectedAccountQuery.d.ts +4 -4
- package/esm/auth/hooks/queries/useConnectedAccountQuery.js +1 -1
- package/esm/auth/hooks/queries/useConnectedAccountsQuery.d.ts +4 -4
- package/esm/auth/hooks/queries/useConnectedAccountsQuery.js +1 -1
- package/esm/auth/hooks/queries/useCryptoAddressQuery.d.ts +4 -4
- package/esm/auth/hooks/queries/useCryptoAddressQuery.js +1 -1
- package/esm/auth/hooks/queries/useCryptoAddressesQuery.d.ts +4 -4
- package/esm/auth/hooks/queries/useCryptoAddressesQuery.js +1 -1
- package/esm/auth/hooks/queries/useEmailQuery.d.ts +4 -4
- package/esm/auth/hooks/queries/useEmailQuery.js +1 -1
- package/esm/auth/hooks/queries/useEmailsQuery.d.ts +4 -4
- package/esm/auth/hooks/queries/useEmailsQuery.js +1 -1
- package/esm/auth/hooks/queries/usePhoneNumberQuery.d.ts +4 -4
- package/esm/auth/hooks/queries/usePhoneNumberQuery.js +1 -1
- package/esm/auth/hooks/queries/usePhoneNumbersQuery.d.ts +4 -4
- package/esm/auth/hooks/queries/usePhoneNumbersQuery.js +1 -1
- package/esm/auth/hooks/query-keys.d.ts +14 -14
- package/esm/auth/hooks/query-keys.js +8 -8
- package/esm/auth/orm/index.d.ts +2 -2
- package/esm/auth/orm/index.js +2 -2
- package/esm/auth/orm/input-types.d.ts +163 -128
- package/esm/auth/orm/models/index.d.ts +1 -1
- package/esm/auth/orm/models/index.js +1 -1
- package/esm/auth/schema-types.d.ts +233 -183
- package/esm/auth/types.d.ts +9 -9
- package/esm/public/hooks/index.d.ts +1 -1
- package/esm/public/hooks/index.js +1 -1
- package/esm/public/hooks/invalidation.d.ts +77 -47
- package/esm/public/hooks/invalidation.js +201 -121
- package/esm/public/hooks/mutation-keys.d.ts +154 -94
- package/esm/public/hooks/mutation-keys.js +93 -55
- package/esm/public/hooks/mutations/index.d.ts +35 -24
- package/esm/public/hooks/mutations/index.js +35 -24
- package/esm/public/hooks/mutations/useCreateApiModuleMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateApiModuleMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateApiMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateApiMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateApiSchemaMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateApiSchemaMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateAppAchievementMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateAppAchievementMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateAppAdminGrantMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateAppAdminGrantMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateAppGrantMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateAppGrantMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateAppLevelMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateAppLevelMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateAppLevelRequirementMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateAppLevelRequirementMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateAppLimitDefaultMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateAppLimitDefaultMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateAppLimitMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateAppLimitMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateAppMembershipDefaultMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateAppMembershipDefaultMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateAppMembershipMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateAppMembershipMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateAppMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateAppMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateAppOwnerGrantMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateAppOwnerGrantMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateAppPermissionDefaultMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateAppPermissionDefaultMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateAppPermissionMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateAppPermissionMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateAppStepMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateAppStepMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateAuditLogMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateAuditLogMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateClaimedInviteMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateClaimedInviteMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateConnectedAccountMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateConnectedAccountMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateCryptoAddressMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateCryptoAddressMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateDefaultPrivilegeMutation.d.ts +34 -0
- package/esm/public/hooks/mutations/{useCreateLimitFunctionMutation.js → useCreateDefaultPrivilegeMutation.js} +7 -7
- package/esm/public/hooks/mutations/useCreateDomainMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateDomainMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateEmailMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateEmailMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateInviteMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateInviteMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateMembershipTypeMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateMembershipTypeMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateOrgAdminGrantMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateOrgAdminGrantMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateOrgChartEdgeGrantMutation.d.ts +34 -0
- package/esm/public/hooks/mutations/useCreateOrgChartEdgeGrantMutation.js +31 -0
- package/esm/public/hooks/mutations/useCreateOrgChartEdgeMutation.d.ts +34 -0
- package/esm/public/hooks/mutations/useCreateOrgChartEdgeMutation.js +31 -0
- package/esm/public/hooks/mutations/useCreateOrgClaimedInviteMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateOrgClaimedInviteMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateOrgGetManagersRecordMutation.d.ts +34 -0
- package/esm/public/hooks/mutations/useCreateOrgGetManagersRecordMutation.js +31 -0
- package/esm/public/hooks/mutations/useCreateOrgGetSubordinatesRecordMutation.d.ts +34 -0
- package/esm/public/hooks/mutations/useCreateOrgGetSubordinatesRecordMutation.js +31 -0
- package/esm/public/hooks/mutations/useCreateOrgGrantMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateOrgGrantMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateOrgInviteMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateOrgInviteMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateOrgLimitDefaultMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateOrgLimitDefaultMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateOrgLimitMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateOrgLimitMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateOrgMemberMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateOrgMemberMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateOrgMembershipDefaultMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateOrgMembershipDefaultMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateOrgMembershipMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateOrgMembershipMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateOrgOwnerGrantMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateOrgOwnerGrantMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateOrgPermissionDefaultMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateOrgPermissionDefaultMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateOrgPermissionMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateOrgPermissionMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreatePhoneNumberMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreatePhoneNumberMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateRelationProvisionMutation.d.ts +48 -0
- package/esm/public/hooks/mutations/useCreateRelationProvisionMutation.js +38 -0
- package/esm/public/hooks/mutations/useCreateSecureTableProvisionMutation.d.ts +34 -0
- package/esm/public/hooks/mutations/useCreateSecureTableProvisionMutation.js +31 -0
- package/esm/public/hooks/mutations/useCreateSiteMetadatumMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateSiteMetadatumMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateSiteModuleMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateSiteModuleMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateSiteMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateSiteMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateSiteThemeMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateSiteThemeMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteApiModuleMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteApiModuleMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteApiMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteApiMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteApiSchemaMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteApiSchemaMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteAppAchievementMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteAppAchievementMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteAppAdminGrantMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteAppAdminGrantMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteAppGrantMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteAppGrantMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteAppLevelMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteAppLevelMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteAppLevelRequirementMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteAppLevelRequirementMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteAppLimitDefaultMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteAppLimitDefaultMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteAppLimitMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteAppLimitMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteAppMembershipDefaultMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteAppMembershipDefaultMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteAppMembershipMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteAppMembershipMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteAppMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteAppMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteAppOwnerGrantMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteAppOwnerGrantMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteAppPermissionDefaultMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteAppPermissionDefaultMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteAppPermissionMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteAppPermissionMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteAppStepMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteAppStepMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteAuditLogMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteAuditLogMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteClaimedInviteMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteClaimedInviteMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteConnectedAccountMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteConnectedAccountMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteCryptoAddressMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteCryptoAddressMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteDefaultPrivilegeMutation.d.ts +38 -0
- package/esm/public/hooks/mutations/{useDeleteLimitFunctionMutation.js → useDeleteDefaultPrivilegeMutation.js} +8 -8
- package/esm/public/hooks/mutations/useDeleteDomainMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteDomainMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteEmailMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteEmailMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteInviteMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteInviteMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteMembershipTypeMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteMembershipTypeMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteOrgAdminGrantMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteOrgAdminGrantMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteOrgChartEdgeGrantMutation.d.ts +38 -0
- package/esm/public/hooks/mutations/useDeleteOrgChartEdgeGrantMutation.js +36 -0
- package/esm/public/hooks/mutations/useDeleteOrgChartEdgeMutation.d.ts +38 -0
- package/esm/public/hooks/mutations/useDeleteOrgChartEdgeMutation.js +36 -0
- package/esm/public/hooks/mutations/useDeleteOrgClaimedInviteMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteOrgClaimedInviteMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteOrgGrantMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteOrgGrantMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteOrgInviteMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteOrgInviteMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteOrgLimitDefaultMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteOrgLimitDefaultMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteOrgLimitMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteOrgLimitMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteOrgMemberMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteOrgMemberMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteOrgMembershipDefaultMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteOrgMembershipDefaultMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteOrgMembershipMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteOrgMembershipMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteOrgOwnerGrantMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteOrgOwnerGrantMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteOrgPermissionDefaultMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteOrgPermissionDefaultMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteOrgPermissionMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteOrgPermissionMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeletePhoneNumberMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeletePhoneNumberMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteRelationProvisionMutation.d.ts +52 -0
- package/esm/public/hooks/mutations/useDeleteRelationProvisionMutation.js +43 -0
- package/esm/public/hooks/mutations/useDeleteSecureTableProvisionMutation.d.ts +38 -0
- package/esm/public/hooks/mutations/useDeleteSecureTableProvisionMutation.js +36 -0
- package/esm/public/hooks/mutations/useDeleteSiteMetadatumMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteSiteMetadatumMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteSiteModuleMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteSiteModuleMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteSiteMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteSiteMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteSiteThemeMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteSiteThemeMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateApiModuleMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateApiModuleMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateApiMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateApiMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateApiSchemaMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateApiSchemaMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateAppAchievementMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateAppAchievementMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateAppAdminGrantMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateAppAdminGrantMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateAppGrantMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateAppGrantMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateAppLevelMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateAppLevelMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateAppLevelRequirementMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateAppLevelRequirementMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateAppLimitDefaultMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateAppLimitDefaultMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateAppLimitMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateAppLimitMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateAppMembershipDefaultMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateAppMembershipDefaultMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateAppMembershipMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateAppMembershipMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateAppMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateAppMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateAppOwnerGrantMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateAppOwnerGrantMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateAppPermissionDefaultMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateAppPermissionDefaultMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateAppPermissionMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateAppPermissionMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateAppStepMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateAppStepMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateAuditLogMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateAuditLogMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateClaimedInviteMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateClaimedInviteMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateConnectedAccountMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateConnectedAccountMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateCryptoAddressMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateCryptoAddressMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateDefaultPrivilegeMutation.d.ts +40 -0
- package/esm/public/hooks/mutations/{useUpdateLimitFunctionMutation.js → useUpdateDefaultPrivilegeMutation.js} +10 -10
- package/esm/public/hooks/mutations/useUpdateDomainMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateDomainMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateEmailMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateEmailMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateInviteMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateInviteMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateMembershipTypeMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateMembershipTypeMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateOrgAdminGrantMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateOrgAdminGrantMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateOrgChartEdgeGrantMutation.d.ts +40 -0
- package/esm/public/hooks/mutations/useUpdateOrgChartEdgeGrantMutation.js +37 -0
- package/esm/public/hooks/mutations/useUpdateOrgChartEdgeMutation.d.ts +40 -0
- package/esm/public/hooks/mutations/useUpdateOrgChartEdgeMutation.js +37 -0
- package/esm/public/hooks/mutations/useUpdateOrgClaimedInviteMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateOrgClaimedInviteMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateOrgGrantMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateOrgGrantMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateOrgInviteMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateOrgInviteMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateOrgLimitDefaultMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateOrgLimitDefaultMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateOrgLimitMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateOrgLimitMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateOrgMemberMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateOrgMemberMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateOrgMembershipDefaultMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateOrgMembershipDefaultMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateOrgMembershipMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateOrgMembershipMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateOrgOwnerGrantMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateOrgOwnerGrantMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateOrgPermissionDefaultMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateOrgPermissionDefaultMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateOrgPermissionMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateOrgPermissionMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdatePhoneNumberMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdatePhoneNumberMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateRelationProvisionMutation.d.ts +54 -0
- package/esm/public/hooks/mutations/useUpdateRelationProvisionMutation.js +44 -0
- package/esm/public/hooks/mutations/useUpdateSecureTableProvisionMutation.d.ts +40 -0
- package/esm/public/hooks/mutations/useUpdateSecureTableProvisionMutation.js +37 -0
- package/esm/public/hooks/mutations/useUpdateSiteMetadatumMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateSiteMetadatumMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateSiteModuleMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateSiteModuleMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateSiteMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateSiteMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateSiteThemeMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateSiteThemeMutation.js +1 -1
- package/esm/public/hooks/queries/index.d.ts +25 -16
- package/esm/public/hooks/queries/index.js +25 -16
- package/esm/public/hooks/queries/useApiModuleQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useApiModuleQuery.js +1 -1
- package/esm/public/hooks/queries/useApiModulesQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useApiModulesQuery.js +1 -1
- package/esm/public/hooks/queries/useApiQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useApiQuery.js +1 -1
- package/esm/public/hooks/queries/useApiSchemaQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useApiSchemaQuery.js +1 -1
- package/esm/public/hooks/queries/useApiSchemasQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useApiSchemasQuery.js +1 -1
- package/esm/public/hooks/queries/useApisQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useApisQuery.js +1 -1
- package/esm/public/hooks/queries/useAppAchievementQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useAppAchievementQuery.js +1 -1
- package/esm/public/hooks/queries/useAppAchievementsQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useAppAchievementsQuery.js +1 -1
- package/esm/public/hooks/queries/useAppAdminGrantQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useAppAdminGrantQuery.js +1 -1
- package/esm/public/hooks/queries/useAppAdminGrantsQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useAppAdminGrantsQuery.js +1 -1
- package/esm/public/hooks/queries/useAppGrantQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useAppGrantQuery.js +1 -1
- package/esm/public/hooks/queries/useAppGrantsQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useAppGrantsQuery.js +1 -1
- package/esm/public/hooks/queries/useAppLevelQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useAppLevelQuery.js +1 -1
- package/esm/public/hooks/queries/useAppLevelRequirementQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useAppLevelRequirementQuery.js +1 -1
- package/esm/public/hooks/queries/useAppLevelRequirementsQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useAppLevelRequirementsQuery.js +1 -1
- package/esm/public/hooks/queries/useAppLevelsQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useAppLevelsQuery.js +1 -1
- package/esm/public/hooks/queries/useAppLimitDefaultQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useAppLimitDefaultQuery.js +1 -1
- package/esm/public/hooks/queries/useAppLimitDefaultsQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useAppLimitDefaultsQuery.js +1 -1
- package/esm/public/hooks/queries/useAppLimitQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useAppLimitQuery.js +1 -1
- package/esm/public/hooks/queries/useAppLimitsQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useAppLimitsQuery.js +1 -1
- package/esm/public/hooks/queries/useAppMembershipDefaultQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useAppMembershipDefaultQuery.js +1 -1
- package/esm/public/hooks/queries/useAppMembershipDefaultsQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useAppMembershipDefaultsQuery.js +1 -1
- package/esm/public/hooks/queries/useAppMembershipQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useAppMembershipQuery.js +1 -1
- package/esm/public/hooks/queries/useAppMembershipsQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useAppMembershipsQuery.js +1 -1
- package/esm/public/hooks/queries/useAppOwnerGrantQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useAppOwnerGrantQuery.js +1 -1
- package/esm/public/hooks/queries/useAppOwnerGrantsQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useAppOwnerGrantsQuery.js +1 -1
- package/esm/public/hooks/queries/useAppPermissionDefaultQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useAppPermissionDefaultQuery.js +1 -1
- package/esm/public/hooks/queries/useAppPermissionDefaultsQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useAppPermissionDefaultsQuery.js +1 -1
- package/esm/public/hooks/queries/useAppPermissionQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useAppPermissionQuery.js +1 -1
- package/esm/public/hooks/queries/useAppPermissionsQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useAppPermissionsQuery.js +1 -1
- package/esm/public/hooks/queries/useAppQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useAppQuery.js +1 -1
- package/esm/public/hooks/queries/useAppStepQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useAppStepQuery.js +1 -1
- package/esm/public/hooks/queries/useAppStepsQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useAppStepsQuery.js +1 -1
- package/esm/public/hooks/queries/useAppsQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useAppsQuery.js +1 -1
- package/esm/public/hooks/queries/useAuditLogQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useAuditLogQuery.js +1 -1
- package/esm/public/hooks/queries/useAuditLogsQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useAuditLogsQuery.js +1 -1
- package/esm/public/hooks/queries/useClaimedInviteQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useClaimedInviteQuery.js +1 -1
- package/esm/public/hooks/queries/useClaimedInvitesQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useClaimedInvitesQuery.js +1 -1
- package/esm/public/hooks/queries/useConnectedAccountQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useConnectedAccountQuery.js +1 -1
- package/esm/public/hooks/queries/useConnectedAccountsQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useConnectedAccountsQuery.js +1 -1
- package/esm/public/hooks/queries/useCryptoAddressQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useCryptoAddressQuery.js +1 -1
- package/esm/public/hooks/queries/useCryptoAddressesQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useCryptoAddressesQuery.js +1 -1
- package/esm/public/hooks/queries/useDefaultPrivilegeQuery.d.ts +65 -0
- package/esm/public/hooks/queries/{useLimitFunctionQuery.js → useDefaultPrivilegeQuery.js} +11 -11
- package/esm/public/hooks/queries/useDefaultPrivilegesQuery.d.ts +69 -0
- package/esm/public/hooks/queries/{useProceduresQuery.js → useDefaultPrivilegesQuery.js} +11 -11
- package/esm/public/hooks/queries/useDomainQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useDomainQuery.js +1 -1
- package/esm/public/hooks/queries/useDomainsQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useDomainsQuery.js +1 -1
- package/esm/public/hooks/queries/useEmailQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useEmailQuery.js +1 -1
- package/esm/public/hooks/queries/useEmailsQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useEmailsQuery.js +1 -1
- package/esm/public/hooks/queries/useInviteQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useInviteQuery.js +1 -1
- package/esm/public/hooks/queries/useInvitesQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useInvitesQuery.js +1 -1
- package/esm/public/hooks/queries/useMembershipTypeQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useMembershipTypeQuery.js +1 -1
- package/esm/public/hooks/queries/useMembershipTypesQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useMembershipTypesQuery.js +1 -1
- package/esm/public/hooks/queries/useOrgAdminGrantQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useOrgAdminGrantQuery.js +1 -1
- package/esm/public/hooks/queries/useOrgAdminGrantsQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useOrgAdminGrantsQuery.js +1 -1
- package/esm/public/hooks/queries/useOrgChartEdgeGrantQuery.d.ts +65 -0
- package/esm/public/hooks/queries/useOrgChartEdgeGrantQuery.js +47 -0
- package/esm/public/hooks/queries/useOrgChartEdgeGrantsQuery.d.ts +69 -0
- package/esm/public/hooks/queries/useOrgChartEdgeGrantsQuery.js +32 -0
- package/esm/public/hooks/queries/useOrgChartEdgeQuery.d.ts +65 -0
- package/esm/public/hooks/queries/useOrgChartEdgeQuery.js +47 -0
- package/esm/public/hooks/queries/useOrgChartEdgesQuery.d.ts +69 -0
- package/esm/public/hooks/queries/useOrgChartEdgesQuery.js +32 -0
- package/esm/public/hooks/queries/useOrgClaimedInviteQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useOrgClaimedInviteQuery.js +1 -1
- package/esm/public/hooks/queries/useOrgClaimedInvitesQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useOrgClaimedInvitesQuery.js +1 -1
- package/esm/public/hooks/queries/useOrgGetManagersQuery.d.ts +69 -0
- package/esm/public/hooks/queries/useOrgGetManagersQuery.js +32 -0
- package/esm/public/hooks/queries/useOrgGetSubordinatesQuery.d.ts +69 -0
- package/esm/public/hooks/queries/useOrgGetSubordinatesQuery.js +32 -0
- package/esm/public/hooks/queries/useOrgGrantQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useOrgGrantQuery.js +1 -1
- package/esm/public/hooks/queries/useOrgGrantsQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useOrgGrantsQuery.js +1 -1
- package/esm/public/hooks/queries/useOrgInviteQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useOrgInviteQuery.js +1 -1
- package/esm/public/hooks/queries/useOrgInvitesQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useOrgInvitesQuery.js +1 -1
- package/esm/public/hooks/queries/useOrgIsManagerOfQuery.d.ts +53 -0
- package/esm/public/hooks/queries/useOrgIsManagerOfQuery.js +47 -0
- package/esm/public/hooks/queries/useOrgLimitDefaultQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useOrgLimitDefaultQuery.js +1 -1
- package/esm/public/hooks/queries/useOrgLimitDefaultsQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useOrgLimitDefaultsQuery.js +1 -1
- package/esm/public/hooks/queries/useOrgLimitQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useOrgLimitQuery.js +1 -1
- package/esm/public/hooks/queries/useOrgLimitsQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useOrgLimitsQuery.js +1 -1
- package/esm/public/hooks/queries/useOrgMemberQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useOrgMemberQuery.js +1 -1
- package/esm/public/hooks/queries/useOrgMembersQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useOrgMembersQuery.js +1 -1
- package/esm/public/hooks/queries/useOrgMembershipDefaultQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useOrgMembershipDefaultQuery.js +1 -1
- package/esm/public/hooks/queries/useOrgMembershipDefaultsQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useOrgMembershipDefaultsQuery.js +1 -1
- package/esm/public/hooks/queries/useOrgMembershipQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useOrgMembershipQuery.js +1 -1
- package/esm/public/hooks/queries/useOrgMembershipsQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useOrgMembershipsQuery.js +1 -1
- package/esm/public/hooks/queries/useOrgOwnerGrantQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useOrgOwnerGrantQuery.js +1 -1
- package/esm/public/hooks/queries/useOrgOwnerGrantsQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useOrgOwnerGrantsQuery.js +1 -1
- package/esm/public/hooks/queries/useOrgPermissionDefaultQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useOrgPermissionDefaultQuery.js +1 -1
- package/esm/public/hooks/queries/useOrgPermissionDefaultsQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useOrgPermissionDefaultsQuery.js +1 -1
- package/esm/public/hooks/queries/useOrgPermissionQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useOrgPermissionQuery.js +1 -1
- package/esm/public/hooks/queries/useOrgPermissionsQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useOrgPermissionsQuery.js +1 -1
- package/esm/public/hooks/queries/usePhoneNumberQuery.d.ts +4 -4
- package/esm/public/hooks/queries/usePhoneNumberQuery.js +1 -1
- package/esm/public/hooks/queries/usePhoneNumbersQuery.d.ts +4 -4
- package/esm/public/hooks/queries/usePhoneNumbersQuery.js +1 -1
- package/esm/public/hooks/queries/useRelationProvisionQuery.d.ts +93 -0
- package/esm/public/hooks/queries/useRelationProvisionQuery.js +54 -0
- package/esm/public/hooks/queries/useRelationProvisionsQuery.d.ts +97 -0
- package/esm/public/hooks/queries/useRelationProvisionsQuery.js +39 -0
- package/esm/public/hooks/queries/useSecureTableProvisionQuery.d.ts +65 -0
- package/esm/public/hooks/queries/useSecureTableProvisionQuery.js +47 -0
- package/esm/public/hooks/queries/useSecureTableProvisionsQuery.d.ts +69 -0
- package/esm/public/hooks/queries/useSecureTableProvisionsQuery.js +32 -0
- package/esm/public/hooks/queries/useSiteMetadataQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useSiteMetadataQuery.js +1 -1
- package/esm/public/hooks/queries/useSiteMetadatumQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useSiteMetadatumQuery.js +1 -1
- package/esm/public/hooks/queries/useSiteModuleQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useSiteModuleQuery.js +1 -1
- package/esm/public/hooks/queries/useSiteModulesQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useSiteModulesQuery.js +1 -1
- package/esm/public/hooks/queries/useSiteQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useSiteQuery.js +1 -1
- package/esm/public/hooks/queries/useSiteThemeQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useSiteThemeQuery.js +1 -1
- package/esm/public/hooks/queries/useSiteThemesQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useSiteThemesQuery.js +1 -1
- package/esm/public/hooks/queries/useSitesQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useSitesQuery.js +1 -1
- package/esm/public/hooks/query-keys.d.ts +182 -110
- package/esm/public/hooks/query-keys.js +104 -63
- package/esm/public/orm/index.d.ts +31 -16
- package/esm/public/orm/index.js +26 -16
- package/esm/public/orm/input-types.d.ts +2255 -1110
- package/esm/public/orm/input-types.js +14 -3
- package/esm/public/orm/models/defaultPrivilege.d.ts +56 -0
- package/esm/public/orm/models/defaultPrivilege.js +94 -0
- package/esm/public/orm/models/index.d.ts +13 -8
- package/esm/public/orm/models/index.js +13 -8
- package/esm/public/orm/models/orgChartEdge.d.ts +56 -0
- package/esm/public/orm/models/{limitFunction.js → orgChartEdge.js} +23 -23
- package/esm/public/orm/models/orgChartEdgeGrant.d.ts +56 -0
- package/esm/public/orm/models/orgChartEdgeGrant.js +94 -0
- package/esm/public/orm/models/orgGetManagersRecord.d.ts +32 -0
- package/esm/public/orm/models/orgGetManagersRecord.js +51 -0
- package/esm/public/orm/models/orgGetSubordinatesRecord.d.ts +32 -0
- package/esm/public/orm/models/orgGetSubordinatesRecord.js +51 -0
- package/esm/public/orm/models/relationProvision.d.ts +56 -0
- package/esm/public/orm/models/relationProvision.js +94 -0
- package/esm/public/orm/models/secureTableProvision.d.ts +56 -0
- package/esm/public/orm/models/secureTableProvision.js +94 -0
- package/esm/public/orm/query/index.d.ts +11 -0
- package/esm/public/orm/query/index.js +24 -0
- package/esm/public/schema-types.d.ts +3511 -2302
- package/esm/public/types.d.ts +143 -78
- package/package.json +9 -9
- package/public/hooks/index.d.ts +1 -1
- package/public/hooks/index.js +1 -1
- package/public/hooks/invalidation.d.ts +77 -47
- package/public/hooks/invalidation.js +200 -120
- package/public/hooks/mutation-keys.d.ts +154 -94
- package/public/hooks/mutation-keys.js +96 -58
- package/public/hooks/mutations/index.d.ts +35 -24
- package/public/hooks/mutations/index.js +35 -24
- package/public/hooks/mutations/useCreateApiModuleMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateApiModuleMutation.js +1 -1
- package/public/hooks/mutations/useCreateApiMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateApiMutation.js +1 -1
- package/public/hooks/mutations/useCreateApiSchemaMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateApiSchemaMutation.js +1 -1
- package/public/hooks/mutations/useCreateAppAchievementMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateAppAchievementMutation.js +1 -1
- package/public/hooks/mutations/useCreateAppAdminGrantMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateAppAdminGrantMutation.js +1 -1
- package/public/hooks/mutations/useCreateAppGrantMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateAppGrantMutation.js +1 -1
- package/public/hooks/mutations/useCreateAppLevelMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateAppLevelMutation.js +1 -1
- package/public/hooks/mutations/useCreateAppLevelRequirementMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateAppLevelRequirementMutation.js +1 -1
- package/public/hooks/mutations/useCreateAppLimitDefaultMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateAppLimitDefaultMutation.js +1 -1
- package/public/hooks/mutations/useCreateAppLimitMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateAppLimitMutation.js +1 -1
- package/public/hooks/mutations/useCreateAppMembershipDefaultMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateAppMembershipDefaultMutation.js +1 -1
- package/public/hooks/mutations/useCreateAppMembershipMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateAppMembershipMutation.js +1 -1
- package/public/hooks/mutations/useCreateAppMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateAppMutation.js +1 -1
- package/public/hooks/mutations/useCreateAppOwnerGrantMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateAppOwnerGrantMutation.js +1 -1
- package/public/hooks/mutations/useCreateAppPermissionDefaultMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateAppPermissionDefaultMutation.js +1 -1
- package/public/hooks/mutations/useCreateAppPermissionMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateAppPermissionMutation.js +1 -1
- package/public/hooks/mutations/useCreateAppStepMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateAppStepMutation.js +1 -1
- package/public/hooks/mutations/useCreateAuditLogMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateAuditLogMutation.js +1 -1
- package/public/hooks/mutations/useCreateClaimedInviteMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateClaimedInviteMutation.js +1 -1
- package/public/hooks/mutations/useCreateConnectedAccountMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateConnectedAccountMutation.js +1 -1
- package/public/hooks/mutations/useCreateCryptoAddressMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateCryptoAddressMutation.js +1 -1
- package/public/hooks/mutations/useCreateDefaultPrivilegeMutation.d.ts +34 -0
- package/public/hooks/mutations/{useCreateLimitFunctionMutation.js → useCreateDefaultPrivilegeMutation.js} +6 -6
- package/public/hooks/mutations/useCreateDomainMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateDomainMutation.js +1 -1
- package/public/hooks/mutations/useCreateEmailMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateEmailMutation.js +1 -1
- package/public/hooks/mutations/useCreateInviteMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateInviteMutation.js +1 -1
- package/public/hooks/mutations/useCreateMembershipTypeMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateMembershipTypeMutation.js +1 -1
- package/public/hooks/mutations/useCreateOrgAdminGrantMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateOrgAdminGrantMutation.js +1 -1
- package/public/hooks/mutations/useCreateOrgChartEdgeGrantMutation.d.ts +34 -0
- package/public/hooks/mutations/useCreateOrgChartEdgeGrantMutation.js +34 -0
- package/public/hooks/mutations/useCreateOrgChartEdgeMutation.d.ts +34 -0
- package/public/hooks/mutations/useCreateOrgChartEdgeMutation.js +34 -0
- package/public/hooks/mutations/useCreateOrgClaimedInviteMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateOrgClaimedInviteMutation.js +1 -1
- package/public/hooks/mutations/useCreateOrgGetManagersRecordMutation.d.ts +34 -0
- package/public/hooks/mutations/useCreateOrgGetManagersRecordMutation.js +34 -0
- package/public/hooks/mutations/useCreateOrgGetSubordinatesRecordMutation.d.ts +34 -0
- package/public/hooks/mutations/useCreateOrgGetSubordinatesRecordMutation.js +34 -0
- package/public/hooks/mutations/useCreateOrgGrantMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateOrgGrantMutation.js +1 -1
- package/public/hooks/mutations/useCreateOrgInviteMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateOrgInviteMutation.js +1 -1
- package/public/hooks/mutations/useCreateOrgLimitDefaultMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateOrgLimitDefaultMutation.js +1 -1
- package/public/hooks/mutations/useCreateOrgLimitMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateOrgLimitMutation.js +1 -1
- package/public/hooks/mutations/useCreateOrgMemberMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateOrgMemberMutation.js +1 -1
- package/public/hooks/mutations/useCreateOrgMembershipDefaultMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateOrgMembershipDefaultMutation.js +1 -1
- package/public/hooks/mutations/useCreateOrgMembershipMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateOrgMembershipMutation.js +1 -1
- package/public/hooks/mutations/useCreateOrgOwnerGrantMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateOrgOwnerGrantMutation.js +1 -1
- package/public/hooks/mutations/useCreateOrgPermissionDefaultMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateOrgPermissionDefaultMutation.js +1 -1
- package/public/hooks/mutations/useCreateOrgPermissionMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateOrgPermissionMutation.js +1 -1
- package/public/hooks/mutations/useCreatePhoneNumberMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreatePhoneNumberMutation.js +1 -1
- package/public/hooks/mutations/useCreateRelationProvisionMutation.d.ts +48 -0
- package/public/hooks/mutations/useCreateRelationProvisionMutation.js +41 -0
- package/public/hooks/mutations/useCreateSecureTableProvisionMutation.d.ts +34 -0
- package/public/hooks/mutations/useCreateSecureTableProvisionMutation.js +34 -0
- package/public/hooks/mutations/useCreateSiteMetadatumMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateSiteMetadatumMutation.js +1 -1
- package/public/hooks/mutations/useCreateSiteModuleMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateSiteModuleMutation.js +1 -1
- package/public/hooks/mutations/useCreateSiteMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateSiteMutation.js +1 -1
- package/public/hooks/mutations/useCreateSiteThemeMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateSiteThemeMutation.js +1 -1
- package/public/hooks/mutations/useDeleteApiModuleMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteApiModuleMutation.js +1 -1
- package/public/hooks/mutations/useDeleteApiMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteApiMutation.js +1 -1
- package/public/hooks/mutations/useDeleteApiSchemaMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteApiSchemaMutation.js +1 -1
- package/public/hooks/mutations/useDeleteAppAchievementMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteAppAchievementMutation.js +1 -1
- package/public/hooks/mutations/useDeleteAppAdminGrantMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteAppAdminGrantMutation.js +1 -1
- package/public/hooks/mutations/useDeleteAppGrantMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteAppGrantMutation.js +1 -1
- package/public/hooks/mutations/useDeleteAppLevelMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteAppLevelMutation.js +1 -1
- package/public/hooks/mutations/useDeleteAppLevelRequirementMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteAppLevelRequirementMutation.js +1 -1
- package/public/hooks/mutations/useDeleteAppLimitDefaultMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteAppLimitDefaultMutation.js +1 -1
- package/public/hooks/mutations/useDeleteAppLimitMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteAppLimitMutation.js +1 -1
- package/public/hooks/mutations/useDeleteAppMembershipDefaultMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteAppMembershipDefaultMutation.js +1 -1
- package/public/hooks/mutations/useDeleteAppMembershipMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteAppMembershipMutation.js +1 -1
- package/public/hooks/mutations/useDeleteAppMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteAppMutation.js +1 -1
- package/public/hooks/mutations/useDeleteAppOwnerGrantMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteAppOwnerGrantMutation.js +1 -1
- package/public/hooks/mutations/useDeleteAppPermissionDefaultMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteAppPermissionDefaultMutation.js +1 -1
- package/public/hooks/mutations/useDeleteAppPermissionMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteAppPermissionMutation.js +1 -1
- package/public/hooks/mutations/useDeleteAppStepMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteAppStepMutation.js +1 -1
- package/public/hooks/mutations/useDeleteAuditLogMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteAuditLogMutation.js +1 -1
- package/public/hooks/mutations/useDeleteClaimedInviteMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteClaimedInviteMutation.js +1 -1
- package/public/hooks/mutations/useDeleteConnectedAccountMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteConnectedAccountMutation.js +1 -1
- package/public/hooks/mutations/useDeleteCryptoAddressMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteCryptoAddressMutation.js +1 -1
- package/public/hooks/mutations/useDeleteDefaultPrivilegeMutation.d.ts +38 -0
- package/public/hooks/mutations/{useDeleteLimitFunctionMutation.js → useDeleteDefaultPrivilegeMutation.js} +7 -7
- package/public/hooks/mutations/useDeleteDomainMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteDomainMutation.js +1 -1
- package/public/hooks/mutations/useDeleteEmailMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteEmailMutation.js +1 -1
- package/public/hooks/mutations/useDeleteInviteMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteInviteMutation.js +1 -1
- package/public/hooks/mutations/useDeleteMembershipTypeMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteMembershipTypeMutation.js +1 -1
- package/public/hooks/mutations/useDeleteOrgAdminGrantMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteOrgAdminGrantMutation.js +1 -1
- package/public/hooks/mutations/useDeleteOrgChartEdgeGrantMutation.d.ts +38 -0
- package/public/hooks/mutations/useDeleteOrgChartEdgeGrantMutation.js +39 -0
- package/public/hooks/mutations/useDeleteOrgChartEdgeMutation.d.ts +38 -0
- package/public/hooks/mutations/useDeleteOrgChartEdgeMutation.js +39 -0
- package/public/hooks/mutations/useDeleteOrgClaimedInviteMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteOrgClaimedInviteMutation.js +1 -1
- package/public/hooks/mutations/useDeleteOrgGrantMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteOrgGrantMutation.js +1 -1
- package/public/hooks/mutations/useDeleteOrgInviteMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteOrgInviteMutation.js +1 -1
- package/public/hooks/mutations/useDeleteOrgLimitDefaultMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteOrgLimitDefaultMutation.js +1 -1
- package/public/hooks/mutations/useDeleteOrgLimitMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteOrgLimitMutation.js +1 -1
- package/public/hooks/mutations/useDeleteOrgMemberMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteOrgMemberMutation.js +1 -1
- package/public/hooks/mutations/useDeleteOrgMembershipDefaultMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteOrgMembershipDefaultMutation.js +1 -1
- package/public/hooks/mutations/useDeleteOrgMembershipMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteOrgMembershipMutation.js +1 -1
- package/public/hooks/mutations/useDeleteOrgOwnerGrantMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteOrgOwnerGrantMutation.js +1 -1
- package/public/hooks/mutations/useDeleteOrgPermissionDefaultMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteOrgPermissionDefaultMutation.js +1 -1
- package/public/hooks/mutations/useDeleteOrgPermissionMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteOrgPermissionMutation.js +1 -1
- package/public/hooks/mutations/useDeletePhoneNumberMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeletePhoneNumberMutation.js +1 -1
- package/public/hooks/mutations/useDeleteRelationProvisionMutation.d.ts +52 -0
- package/public/hooks/mutations/useDeleteRelationProvisionMutation.js +46 -0
- package/public/hooks/mutations/useDeleteSecureTableProvisionMutation.d.ts +38 -0
- package/public/hooks/mutations/useDeleteSecureTableProvisionMutation.js +39 -0
- package/public/hooks/mutations/useDeleteSiteMetadatumMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteSiteMetadatumMutation.js +1 -1
- package/public/hooks/mutations/useDeleteSiteModuleMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteSiteModuleMutation.js +1 -1
- package/public/hooks/mutations/useDeleteSiteMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteSiteMutation.js +1 -1
- package/public/hooks/mutations/useDeleteSiteThemeMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteSiteThemeMutation.js +1 -1
- package/public/hooks/mutations/useUpdateApiModuleMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateApiModuleMutation.js +1 -1
- package/public/hooks/mutations/useUpdateApiMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateApiMutation.js +1 -1
- package/public/hooks/mutations/useUpdateApiSchemaMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateApiSchemaMutation.js +1 -1
- package/public/hooks/mutations/useUpdateAppAchievementMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateAppAchievementMutation.js +1 -1
- package/public/hooks/mutations/useUpdateAppAdminGrantMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateAppAdminGrantMutation.js +1 -1
- package/public/hooks/mutations/useUpdateAppGrantMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateAppGrantMutation.js +1 -1
- package/public/hooks/mutations/useUpdateAppLevelMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateAppLevelMutation.js +1 -1
- package/public/hooks/mutations/useUpdateAppLevelRequirementMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateAppLevelRequirementMutation.js +1 -1
- package/public/hooks/mutations/useUpdateAppLimitDefaultMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateAppLimitDefaultMutation.js +1 -1
- package/public/hooks/mutations/useUpdateAppLimitMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateAppLimitMutation.js +1 -1
- package/public/hooks/mutations/useUpdateAppMembershipDefaultMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateAppMembershipDefaultMutation.js +1 -1
- package/public/hooks/mutations/useUpdateAppMembershipMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateAppMembershipMutation.js +1 -1
- package/public/hooks/mutations/useUpdateAppMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateAppMutation.js +1 -1
- package/public/hooks/mutations/useUpdateAppOwnerGrantMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateAppOwnerGrantMutation.js +1 -1
- package/public/hooks/mutations/useUpdateAppPermissionDefaultMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateAppPermissionDefaultMutation.js +1 -1
- package/public/hooks/mutations/useUpdateAppPermissionMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateAppPermissionMutation.js +1 -1
- package/public/hooks/mutations/useUpdateAppStepMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateAppStepMutation.js +1 -1
- package/public/hooks/mutations/useUpdateAuditLogMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateAuditLogMutation.js +1 -1
- package/public/hooks/mutations/useUpdateClaimedInviteMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateClaimedInviteMutation.js +1 -1
- package/public/hooks/mutations/useUpdateConnectedAccountMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateConnectedAccountMutation.js +1 -1
- package/public/hooks/mutations/useUpdateCryptoAddressMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateCryptoAddressMutation.js +1 -1
- package/public/hooks/mutations/useUpdateDefaultPrivilegeMutation.d.ts +40 -0
- package/public/hooks/mutations/{useUpdateLimitFunctionMutation.js → useUpdateDefaultPrivilegeMutation.js} +9 -9
- package/public/hooks/mutations/useUpdateDomainMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateDomainMutation.js +1 -1
- package/public/hooks/mutations/useUpdateEmailMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateEmailMutation.js +1 -1
- package/public/hooks/mutations/useUpdateInviteMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateInviteMutation.js +1 -1
- package/public/hooks/mutations/useUpdateMembershipTypeMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateMembershipTypeMutation.js +1 -1
- package/public/hooks/mutations/useUpdateOrgAdminGrantMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateOrgAdminGrantMutation.js +1 -1
- package/public/hooks/mutations/useUpdateOrgChartEdgeGrantMutation.d.ts +40 -0
- package/public/hooks/mutations/useUpdateOrgChartEdgeGrantMutation.js +40 -0
- package/public/hooks/mutations/useUpdateOrgChartEdgeMutation.d.ts +40 -0
- package/public/hooks/mutations/useUpdateOrgChartEdgeMutation.js +40 -0
- package/public/hooks/mutations/useUpdateOrgClaimedInviteMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateOrgClaimedInviteMutation.js +1 -1
- package/public/hooks/mutations/useUpdateOrgGrantMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateOrgGrantMutation.js +1 -1
- package/public/hooks/mutations/useUpdateOrgInviteMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateOrgInviteMutation.js +1 -1
- package/public/hooks/mutations/useUpdateOrgLimitDefaultMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateOrgLimitDefaultMutation.js +1 -1
- package/public/hooks/mutations/useUpdateOrgLimitMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateOrgLimitMutation.js +1 -1
- package/public/hooks/mutations/useUpdateOrgMemberMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateOrgMemberMutation.js +1 -1
- package/public/hooks/mutations/useUpdateOrgMembershipDefaultMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateOrgMembershipDefaultMutation.js +1 -1
- package/public/hooks/mutations/useUpdateOrgMembershipMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateOrgMembershipMutation.js +1 -1
- package/public/hooks/mutations/useUpdateOrgOwnerGrantMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateOrgOwnerGrantMutation.js +1 -1
- package/public/hooks/mutations/useUpdateOrgPermissionDefaultMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateOrgPermissionDefaultMutation.js +1 -1
- package/public/hooks/mutations/useUpdateOrgPermissionMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateOrgPermissionMutation.js +1 -1
- package/public/hooks/mutations/useUpdatePhoneNumberMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdatePhoneNumberMutation.js +1 -1
- package/public/hooks/mutations/useUpdateRelationProvisionMutation.d.ts +54 -0
- package/public/hooks/mutations/useUpdateRelationProvisionMutation.js +47 -0
- package/public/hooks/mutations/useUpdateSecureTableProvisionMutation.d.ts +40 -0
- package/public/hooks/mutations/useUpdateSecureTableProvisionMutation.js +40 -0
- package/public/hooks/mutations/useUpdateSiteMetadatumMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateSiteMetadatumMutation.js +1 -1
- package/public/hooks/mutations/useUpdateSiteModuleMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateSiteModuleMutation.js +1 -1
- package/public/hooks/mutations/useUpdateSiteMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateSiteMutation.js +1 -1
- package/public/hooks/mutations/useUpdateSiteThemeMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateSiteThemeMutation.js +1 -1
- package/public/hooks/queries/index.d.ts +25 -16
- package/public/hooks/queries/index.js +25 -16
- package/public/hooks/queries/useApiModuleQuery.d.ts +4 -4
- package/public/hooks/queries/useApiModuleQuery.js +1 -1
- package/public/hooks/queries/useApiModulesQuery.d.ts +4 -4
- package/public/hooks/queries/useApiModulesQuery.js +1 -1
- package/public/hooks/queries/useApiQuery.d.ts +4 -4
- package/public/hooks/queries/useApiQuery.js +1 -1
- package/public/hooks/queries/useApiSchemaQuery.d.ts +4 -4
- package/public/hooks/queries/useApiSchemaQuery.js +1 -1
- package/public/hooks/queries/useApiSchemasQuery.d.ts +4 -4
- package/public/hooks/queries/useApiSchemasQuery.js +1 -1
- package/public/hooks/queries/useApisQuery.d.ts +4 -4
- package/public/hooks/queries/useApisQuery.js +1 -1
- package/public/hooks/queries/useAppAchievementQuery.d.ts +4 -4
- package/public/hooks/queries/useAppAchievementQuery.js +1 -1
- package/public/hooks/queries/useAppAchievementsQuery.d.ts +4 -4
- package/public/hooks/queries/useAppAchievementsQuery.js +1 -1
- package/public/hooks/queries/useAppAdminGrantQuery.d.ts +4 -4
- package/public/hooks/queries/useAppAdminGrantQuery.js +1 -1
- package/public/hooks/queries/useAppAdminGrantsQuery.d.ts +4 -4
- package/public/hooks/queries/useAppAdminGrantsQuery.js +1 -1
- package/public/hooks/queries/useAppGrantQuery.d.ts +4 -4
- package/public/hooks/queries/useAppGrantQuery.js +1 -1
- package/public/hooks/queries/useAppGrantsQuery.d.ts +4 -4
- package/public/hooks/queries/useAppGrantsQuery.js +1 -1
- package/public/hooks/queries/useAppLevelQuery.d.ts +4 -4
- package/public/hooks/queries/useAppLevelQuery.js +1 -1
- package/public/hooks/queries/useAppLevelRequirementQuery.d.ts +4 -4
- package/public/hooks/queries/useAppLevelRequirementQuery.js +1 -1
- package/public/hooks/queries/useAppLevelRequirementsQuery.d.ts +4 -4
- package/public/hooks/queries/useAppLevelRequirementsQuery.js +1 -1
- package/public/hooks/queries/useAppLevelsQuery.d.ts +4 -4
- package/public/hooks/queries/useAppLevelsQuery.js +1 -1
- package/public/hooks/queries/useAppLimitDefaultQuery.d.ts +4 -4
- package/public/hooks/queries/useAppLimitDefaultQuery.js +1 -1
- package/public/hooks/queries/useAppLimitDefaultsQuery.d.ts +4 -4
- package/public/hooks/queries/useAppLimitDefaultsQuery.js +1 -1
- package/public/hooks/queries/useAppLimitQuery.d.ts +4 -4
- package/public/hooks/queries/useAppLimitQuery.js +1 -1
- package/public/hooks/queries/useAppLimitsQuery.d.ts +4 -4
- package/public/hooks/queries/useAppLimitsQuery.js +1 -1
- package/public/hooks/queries/useAppMembershipDefaultQuery.d.ts +4 -4
- package/public/hooks/queries/useAppMembershipDefaultQuery.js +1 -1
- package/public/hooks/queries/useAppMembershipDefaultsQuery.d.ts +4 -4
- package/public/hooks/queries/useAppMembershipDefaultsQuery.js +1 -1
- package/public/hooks/queries/useAppMembershipQuery.d.ts +4 -4
- package/public/hooks/queries/useAppMembershipQuery.js +1 -1
- package/public/hooks/queries/useAppMembershipsQuery.d.ts +4 -4
- package/public/hooks/queries/useAppMembershipsQuery.js +1 -1
- package/public/hooks/queries/useAppOwnerGrantQuery.d.ts +4 -4
- package/public/hooks/queries/useAppOwnerGrantQuery.js +1 -1
- package/public/hooks/queries/useAppOwnerGrantsQuery.d.ts +4 -4
- package/public/hooks/queries/useAppOwnerGrantsQuery.js +1 -1
- package/public/hooks/queries/useAppPermissionDefaultQuery.d.ts +4 -4
- package/public/hooks/queries/useAppPermissionDefaultQuery.js +1 -1
- package/public/hooks/queries/useAppPermissionDefaultsQuery.d.ts +4 -4
- package/public/hooks/queries/useAppPermissionDefaultsQuery.js +1 -1
- package/public/hooks/queries/useAppPermissionQuery.d.ts +4 -4
- package/public/hooks/queries/useAppPermissionQuery.js +1 -1
- package/public/hooks/queries/useAppPermissionsQuery.d.ts +4 -4
- package/public/hooks/queries/useAppPermissionsQuery.js +1 -1
- package/public/hooks/queries/useAppQuery.d.ts +4 -4
- package/public/hooks/queries/useAppQuery.js +1 -1
- package/public/hooks/queries/useAppStepQuery.d.ts +4 -4
- package/public/hooks/queries/useAppStepQuery.js +1 -1
- package/public/hooks/queries/useAppStepsQuery.d.ts +4 -4
- package/public/hooks/queries/useAppStepsQuery.js +1 -1
- package/public/hooks/queries/useAppsQuery.d.ts +4 -4
- package/public/hooks/queries/useAppsQuery.js +1 -1
- package/public/hooks/queries/useAuditLogQuery.d.ts +4 -4
- package/public/hooks/queries/useAuditLogQuery.js +1 -1
- package/public/hooks/queries/useAuditLogsQuery.d.ts +4 -4
- package/public/hooks/queries/useAuditLogsQuery.js +1 -1
- package/public/hooks/queries/useClaimedInviteQuery.d.ts +4 -4
- package/public/hooks/queries/useClaimedInviteQuery.js +1 -1
- package/public/hooks/queries/useClaimedInvitesQuery.d.ts +4 -4
- package/public/hooks/queries/useClaimedInvitesQuery.js +1 -1
- package/public/hooks/queries/useConnectedAccountQuery.d.ts +4 -4
- package/public/hooks/queries/useConnectedAccountQuery.js +1 -1
- package/public/hooks/queries/useConnectedAccountsQuery.d.ts +4 -4
- package/public/hooks/queries/useConnectedAccountsQuery.js +1 -1
- package/public/hooks/queries/useCryptoAddressQuery.d.ts +4 -4
- package/public/hooks/queries/useCryptoAddressQuery.js +1 -1
- package/public/hooks/queries/useCryptoAddressesQuery.d.ts +4 -4
- package/public/hooks/queries/useCryptoAddressesQuery.js +1 -1
- package/public/hooks/queries/useDefaultPrivilegeQuery.d.ts +65 -0
- package/public/hooks/queries/useDefaultPrivilegeQuery.js +53 -0
- package/public/hooks/queries/useDefaultPrivilegesQuery.d.ts +69 -0
- package/public/hooks/queries/useDefaultPrivilegesQuery.js +38 -0
- package/public/hooks/queries/useDomainQuery.d.ts +4 -4
- package/public/hooks/queries/useDomainQuery.js +1 -1
- package/public/hooks/queries/useDomainsQuery.d.ts +4 -4
- package/public/hooks/queries/useDomainsQuery.js +1 -1
- package/public/hooks/queries/useEmailQuery.d.ts +4 -4
- package/public/hooks/queries/useEmailQuery.js +1 -1
- package/public/hooks/queries/useEmailsQuery.d.ts +4 -4
- package/public/hooks/queries/useEmailsQuery.js +1 -1
- package/public/hooks/queries/useInviteQuery.d.ts +4 -4
- package/public/hooks/queries/useInviteQuery.js +1 -1
- package/public/hooks/queries/useInvitesQuery.d.ts +4 -4
- package/public/hooks/queries/useInvitesQuery.js +1 -1
- package/public/hooks/queries/useMembershipTypeQuery.d.ts +4 -4
- package/public/hooks/queries/useMembershipTypeQuery.js +1 -1
- package/public/hooks/queries/useMembershipTypesQuery.d.ts +4 -4
- package/public/hooks/queries/useMembershipTypesQuery.js +1 -1
- package/public/hooks/queries/useOrgAdminGrantQuery.d.ts +4 -4
- package/public/hooks/queries/useOrgAdminGrantQuery.js +1 -1
- package/public/hooks/queries/useOrgAdminGrantsQuery.d.ts +4 -4
- package/public/hooks/queries/useOrgAdminGrantsQuery.js +1 -1
- package/public/hooks/queries/useOrgChartEdgeGrantQuery.d.ts +65 -0
- package/public/hooks/queries/useOrgChartEdgeGrantQuery.js +53 -0
- package/public/hooks/queries/useOrgChartEdgeGrantsQuery.d.ts +69 -0
- package/public/hooks/queries/useOrgChartEdgeGrantsQuery.js +38 -0
- package/public/hooks/queries/useOrgChartEdgeQuery.d.ts +65 -0
- package/public/hooks/queries/{useLimitFunctionQuery.js → useOrgChartEdgeQuery.js} +14 -14
- package/public/hooks/queries/useOrgChartEdgesQuery.d.ts +69 -0
- package/public/hooks/queries/useOrgChartEdgesQuery.js +38 -0
- package/public/hooks/queries/useOrgClaimedInviteQuery.d.ts +4 -4
- package/public/hooks/queries/useOrgClaimedInviteQuery.js +1 -1
- package/public/hooks/queries/useOrgClaimedInvitesQuery.d.ts +4 -4
- package/public/hooks/queries/useOrgClaimedInvitesQuery.js +1 -1
- package/public/hooks/queries/useOrgGetManagersQuery.d.ts +69 -0
- package/public/hooks/queries/useOrgGetManagersQuery.js +38 -0
- package/public/hooks/queries/useOrgGetSubordinatesQuery.d.ts +69 -0
- package/public/hooks/queries/useOrgGetSubordinatesQuery.js +38 -0
- package/public/hooks/queries/useOrgGrantQuery.d.ts +4 -4
- package/public/hooks/queries/useOrgGrantQuery.js +1 -1
- package/public/hooks/queries/useOrgGrantsQuery.d.ts +4 -4
- package/public/hooks/queries/useOrgGrantsQuery.js +1 -1
- package/public/hooks/queries/useOrgInviteQuery.d.ts +4 -4
- package/public/hooks/queries/useOrgInviteQuery.js +1 -1
- package/public/hooks/queries/useOrgInvitesQuery.d.ts +4 -4
- package/public/hooks/queries/useOrgInvitesQuery.js +1 -1
- package/public/hooks/queries/useOrgIsManagerOfQuery.d.ts +53 -0
- package/public/hooks/queries/useOrgIsManagerOfQuery.js +53 -0
- package/public/hooks/queries/useOrgLimitDefaultQuery.d.ts +4 -4
- package/public/hooks/queries/useOrgLimitDefaultQuery.js +1 -1
- package/public/hooks/queries/useOrgLimitDefaultsQuery.d.ts +4 -4
- package/public/hooks/queries/useOrgLimitDefaultsQuery.js +1 -1
- package/public/hooks/queries/useOrgLimitQuery.d.ts +4 -4
- package/public/hooks/queries/useOrgLimitQuery.js +1 -1
- package/public/hooks/queries/useOrgLimitsQuery.d.ts +4 -4
- package/public/hooks/queries/useOrgLimitsQuery.js +1 -1
- package/public/hooks/queries/useOrgMemberQuery.d.ts +4 -4
- package/public/hooks/queries/useOrgMemberQuery.js +1 -1
- package/public/hooks/queries/useOrgMembersQuery.d.ts +4 -4
- package/public/hooks/queries/useOrgMembersQuery.js +1 -1
- package/public/hooks/queries/useOrgMembershipDefaultQuery.d.ts +4 -4
- package/public/hooks/queries/useOrgMembershipDefaultQuery.js +1 -1
- package/public/hooks/queries/useOrgMembershipDefaultsQuery.d.ts +4 -4
- package/public/hooks/queries/useOrgMembershipDefaultsQuery.js +1 -1
- package/public/hooks/queries/useOrgMembershipQuery.d.ts +4 -4
- package/public/hooks/queries/useOrgMembershipQuery.js +1 -1
- package/public/hooks/queries/useOrgMembershipsQuery.d.ts +4 -4
- package/public/hooks/queries/useOrgMembershipsQuery.js +1 -1
- package/public/hooks/queries/useOrgOwnerGrantQuery.d.ts +4 -4
- package/public/hooks/queries/useOrgOwnerGrantQuery.js +1 -1
- package/public/hooks/queries/useOrgOwnerGrantsQuery.d.ts +4 -4
- package/public/hooks/queries/useOrgOwnerGrantsQuery.js +1 -1
- package/public/hooks/queries/useOrgPermissionDefaultQuery.d.ts +4 -4
- package/public/hooks/queries/useOrgPermissionDefaultQuery.js +1 -1
- package/public/hooks/queries/useOrgPermissionDefaultsQuery.d.ts +4 -4
- package/public/hooks/queries/useOrgPermissionDefaultsQuery.js +1 -1
- package/public/hooks/queries/useOrgPermissionQuery.d.ts +4 -4
- package/public/hooks/queries/useOrgPermissionQuery.js +1 -1
- package/public/hooks/queries/useOrgPermissionsQuery.d.ts +4 -4
- package/public/hooks/queries/useOrgPermissionsQuery.js +1 -1
- package/public/hooks/queries/usePhoneNumberQuery.d.ts +4 -4
- package/public/hooks/queries/usePhoneNumberQuery.js +1 -1
- package/public/hooks/queries/usePhoneNumbersQuery.d.ts +4 -4
- package/public/hooks/queries/usePhoneNumbersQuery.js +1 -1
- package/public/hooks/queries/useRelationProvisionQuery.d.ts +93 -0
- package/public/hooks/queries/useRelationProvisionQuery.js +60 -0
- package/public/hooks/queries/useRelationProvisionsQuery.d.ts +97 -0
- package/public/hooks/queries/useRelationProvisionsQuery.js +45 -0
- package/public/hooks/queries/useSecureTableProvisionQuery.d.ts +65 -0
- package/public/hooks/queries/useSecureTableProvisionQuery.js +53 -0
- package/public/hooks/queries/useSecureTableProvisionsQuery.d.ts +69 -0
- package/public/hooks/queries/useSecureTableProvisionsQuery.js +38 -0
- package/public/hooks/queries/useSiteMetadataQuery.d.ts +4 -4
- package/public/hooks/queries/useSiteMetadataQuery.js +1 -1
- package/public/hooks/queries/useSiteMetadatumQuery.d.ts +4 -4
- package/public/hooks/queries/useSiteMetadatumQuery.js +1 -1
- package/public/hooks/queries/useSiteModuleQuery.d.ts +4 -4
- package/public/hooks/queries/useSiteModuleQuery.js +1 -1
- package/public/hooks/queries/useSiteModulesQuery.d.ts +4 -4
- package/public/hooks/queries/useSiteModulesQuery.js +1 -1
- package/public/hooks/queries/useSiteQuery.d.ts +4 -4
- package/public/hooks/queries/useSiteQuery.js +1 -1
- package/public/hooks/queries/useSiteThemeQuery.d.ts +4 -4
- package/public/hooks/queries/useSiteThemeQuery.js +1 -1
- package/public/hooks/queries/useSiteThemesQuery.d.ts +4 -4
- package/public/hooks/queries/useSiteThemesQuery.js +1 -1
- package/public/hooks/queries/useSitesQuery.d.ts +4 -4
- package/public/hooks/queries/useSitesQuery.js +1 -1
- package/public/hooks/query-keys.d.ts +182 -110
- package/public/hooks/query-keys.js +107 -66
- package/public/orm/index.d.ts +31 -16
- package/public/orm/index.js +26 -16
- package/public/orm/input-types.d.ts +2255 -1110
- package/public/orm/input-types.js +14 -3
- package/public/orm/models/defaultPrivilege.d.ts +56 -0
- package/public/orm/models/defaultPrivilege.js +98 -0
- package/public/orm/models/index.d.ts +13 -8
- package/public/orm/models/index.js +29 -18
- package/public/orm/models/orgChartEdge.d.ts +56 -0
- package/public/orm/models/{procedure.js → orgChartEdge.js} +25 -25
- package/public/orm/models/orgChartEdgeGrant.d.ts +56 -0
- package/public/orm/models/orgChartEdgeGrant.js +98 -0
- package/public/orm/models/orgGetManagersRecord.d.ts +32 -0
- package/public/orm/models/orgGetManagersRecord.js +55 -0
- package/public/orm/models/orgGetSubordinatesRecord.d.ts +32 -0
- package/public/orm/models/orgGetSubordinatesRecord.js +55 -0
- package/public/orm/models/relationProvision.d.ts +56 -0
- package/public/orm/models/relationProvision.js +98 -0
- package/public/orm/models/secureTableProvision.d.ts +56 -0
- package/public/orm/models/secureTableProvision.js +98 -0
- package/public/orm/query/index.d.ts +11 -0
- package/public/orm/query/index.js +24 -0
- package/public/schema-types.d.ts +3511 -2302
- package/public/types.d.ts +143 -78
- package/esm/public/hooks/mutations/useCreateLimitFunctionMutation.d.ts +0 -34
- package/esm/public/hooks/mutations/useCreateProcedureMutation.d.ts +0 -34
- package/esm/public/hooks/mutations/useDeleteLimitFunctionMutation.d.ts +0 -38
- package/esm/public/hooks/mutations/useDeleteProcedureMutation.d.ts +0 -38
- package/esm/public/hooks/mutations/useUpdateLimitFunctionMutation.d.ts +0 -40
- package/esm/public/hooks/mutations/useUpdateProcedureMutation.d.ts +0 -40
- package/esm/public/hooks/queries/useLimitFunctionQuery.d.ts +0 -65
- package/esm/public/hooks/queries/useLimitFunctionsQuery.d.ts +0 -69
- package/esm/public/hooks/queries/useProcedureQuery.d.ts +0 -65
- package/esm/public/hooks/queries/useProceduresQuery.d.ts +0 -69
- package/esm/public/orm/models/limitFunction.d.ts +0 -56
- package/esm/public/orm/models/procedure.d.ts +0 -56
- package/public/hooks/mutations/useCreateLimitFunctionMutation.d.ts +0 -34
- package/public/hooks/mutations/useCreateProcedureMutation.d.ts +0 -34
- package/public/hooks/mutations/useDeleteLimitFunctionMutation.d.ts +0 -38
- package/public/hooks/mutations/useDeleteProcedureMutation.d.ts +0 -38
- package/public/hooks/mutations/useUpdateLimitFunctionMutation.d.ts +0 -40
- package/public/hooks/mutations/useUpdateProcedureMutation.d.ts +0 -40
- package/public/hooks/queries/useLimitFunctionQuery.d.ts +0 -65
- package/public/hooks/queries/useLimitFunctionsQuery.d.ts +0 -69
- package/public/hooks/queries/useLimitFunctionsQuery.js +0 -38
- package/public/hooks/queries/useProcedureQuery.d.ts +0 -65
- package/public/hooks/queries/useProceduresQuery.d.ts +0 -69
- package/public/hooks/queries/useProceduresQuery.js +0 -38
- package/public/orm/models/limitFunction.d.ts +0 -56
- package/public/orm/models/procedure.d.ts +0 -56
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @generated by @constructive-io/graphql-codegen
|
|
4
4
|
* DO NOT EDIT - changes will be overwritten
|
|
5
5
|
*/
|
|
6
|
-
import type { AppAchievement, AppAdminGrant, AppGrant, AppLevel, AppLevelRequirement, AppLimit, AppLimitDefault, AppMembership, AppMembershipDefault, AppOwnerGrant, AppPermission, AppPermissionDefault, AppStep, ClaimedInvite, Invite, MembershipType, OrgAdminGrant, OrgClaimedInvite, OrgGrant, OrgInvite, OrgLimit, OrgLimitDefault, OrgMember, OrgMembership, OrgMembershipDefault, OrgOwnerGrant, OrgPermission, OrgPermissionDefault, BitStringFilter, BooleanFilter, DatetimeFilter, IntFilter, StringFilter, UUIDFilter } from './types';
|
|
6
|
+
import type { AppAchievement, AppAdminGrant, AppGrant, AppLevel, AppLevelRequirement, AppLimit, AppLimitDefault, AppMembership, AppMembershipDefault, AppOwnerGrant, AppPermission, AppPermissionDefault, AppStep, ClaimedInvite, Invite, MembershipType, OrgAdminGrant, OrgChartEdge, OrgChartEdgeGrant, OrgClaimedInvite, OrgGetManagersRecord, OrgGetSubordinatesRecord, OrgGrant, OrgInvite, OrgLimit, OrgLimitDefault, OrgMember, OrgMembership, OrgMembershipDefault, OrgOwnerGrant, OrgPermission, OrgPermissionDefault, BitStringFilter, BooleanFilter, DatetimeFilter, IntFilter, StringFilter, UUIDFilter } from './types';
|
|
7
7
|
export type ConstructiveInternalTypeEmail = unknown;
|
|
8
8
|
export type ConstructiveInternalTypeImage = unknown;
|
|
9
9
|
/** Methods to use when ordering `OrgMember`. */
|
|
@@ -16,16 +16,18 @@ export type OrgPermissionDefaultOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMA
|
|
|
16
16
|
export type AppAdminGrantOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
17
17
|
/** Methods to use when ordering `AppOwnerGrant`. */
|
|
18
18
|
export type AppOwnerGrantOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
19
|
-
/** Methods to use when ordering `AppLimitDefault`. */
|
|
20
|
-
export type AppLimitDefaultOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC';
|
|
21
|
-
/** Methods to use when ordering `OrgLimitDefault`. */
|
|
22
|
-
export type OrgLimitDefaultOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC';
|
|
23
19
|
/** Methods to use when ordering `OrgAdminGrant`. */
|
|
24
20
|
export type OrgAdminGrantOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
25
21
|
/** Methods to use when ordering `OrgOwnerGrant`. */
|
|
26
22
|
export type OrgOwnerGrantOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
23
|
+
/** Methods to use when ordering `AppLimitDefault`. */
|
|
24
|
+
export type AppLimitDefaultOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC';
|
|
25
|
+
/** Methods to use when ordering `OrgLimitDefault`. */
|
|
26
|
+
export type OrgLimitDefaultOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC';
|
|
27
27
|
/** Methods to use when ordering `MembershipType`. */
|
|
28
28
|
export type MembershipTypeOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC';
|
|
29
|
+
/** Methods to use when ordering `OrgChartEdgeGrant`. */
|
|
30
|
+
export type OrgChartEdgeGrantOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'CHILD_ID_ASC' | 'CHILD_ID_DESC' | 'PARENT_ID_ASC' | 'PARENT_ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC';
|
|
29
31
|
/** Methods to use when ordering `AppPermission`. */
|
|
30
32
|
export type AppPermissionOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'BITNUM_ASC' | 'BITNUM_DESC';
|
|
31
33
|
/** Methods to use when ordering `OrgPermission`. */
|
|
@@ -48,18 +50,20 @@ export type OrgLimitOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC'
|
|
|
48
50
|
export type OrgClaimedInviteOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'SENDER_ID_ASC' | 'SENDER_ID_DESC' | 'RECEIVER_ID_ASC' | 'RECEIVER_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
49
51
|
/** Methods to use when ordering `OrgGrant`. */
|
|
50
52
|
export type OrgGrantOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
53
|
+
/** Methods to use when ordering `OrgChartEdge`. */
|
|
54
|
+
export type OrgChartEdgeOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'CHILD_ID_ASC' | 'CHILD_ID_DESC' | 'PARENT_ID_ASC' | 'PARENT_ID_DESC';
|
|
51
55
|
/** Methods to use when ordering `OrgMembershipDefault`. */
|
|
52
56
|
export type OrgMembershipDefaultOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'CREATED_BY_ASC' | 'CREATED_BY_DESC' | 'UPDATED_BY_ASC' | 'UPDATED_BY_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC';
|
|
53
57
|
/** Methods to use when ordering `AppLevelRequirement`. */
|
|
54
58
|
export type AppLevelRequirementOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'LEVEL_ASC' | 'LEVEL_DESC' | 'PRIORITY_ASC' | 'PRIORITY_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
55
|
-
/** Methods to use when ordering `AppLevel`. */
|
|
56
|
-
export type AppLevelOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
57
59
|
/** Methods to use when ordering `Invite`. */
|
|
58
60
|
export type InviteOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'EMAIL_ASC' | 'EMAIL_DESC' | 'SENDER_ID_ASC' | 'SENDER_ID_DESC' | 'INVITE_TOKEN_ASC' | 'INVITE_TOKEN_DESC' | 'INVITE_VALID_ASC' | 'INVITE_VALID_DESC' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
61
|
+
/** Methods to use when ordering `AppLevel`. */
|
|
62
|
+
export type AppLevelOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
59
63
|
/** Methods to use when ordering `AppMembership`. */
|
|
60
|
-
export type AppMembershipOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'CREATED_BY_ASC' | 'CREATED_BY_DESC' | 'UPDATED_BY_ASC' | 'UPDATED_BY_DESC' | 'IS_OWNER_ASC' | 'IS_OWNER_DESC' | 'IS_ADMIN_ASC' | 'IS_ADMIN_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC';
|
|
64
|
+
export type AppMembershipOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'CREATED_BY_ASC' | 'CREATED_BY_DESC' | 'UPDATED_BY_ASC' | 'UPDATED_BY_DESC' | 'IS_OWNER_ASC' | 'IS_OWNER_DESC' | 'IS_ADMIN_ASC' | 'IS_ADMIN_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'PROFILE_ID_ASC' | 'PROFILE_ID_DESC';
|
|
61
65
|
/** Methods to use when ordering `OrgMembership`. */
|
|
62
|
-
export type OrgMembershipOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'CREATED_BY_ASC' | 'CREATED_BY_DESC' | 'UPDATED_BY_ASC' | 'UPDATED_BY_DESC' | 'IS_OWNER_ASC' | 'IS_OWNER_DESC' | 'IS_ADMIN_ASC' | 'IS_ADMIN_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC';
|
|
66
|
+
export type OrgMembershipOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'CREATED_BY_ASC' | 'CREATED_BY_DESC' | 'UPDATED_BY_ASC' | 'UPDATED_BY_DESC' | 'IS_OWNER_ASC' | 'IS_OWNER_DESC' | 'IS_ADMIN_ASC' | 'IS_ADMIN_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'PROFILE_ID_ASC' | 'PROFILE_ID_DESC';
|
|
63
67
|
/** Methods to use when ordering `OrgInvite`. */
|
|
64
68
|
export type OrgInviteOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'EMAIL_ASC' | 'EMAIL_DESC' | 'SENDER_ID_ASC' | 'SENDER_ID_DESC' | 'INVITE_TOKEN_ASC' | 'INVITE_TOKEN_DESC' | 'INVITE_VALID_ASC' | 'INVITE_VALID_DESC' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC';
|
|
65
69
|
/**
|
|
@@ -221,60 +225,6 @@ export interface AppOwnerGrantFilter {
|
|
|
221
225
|
/** Negates the expression. */
|
|
222
226
|
not?: AppOwnerGrantFilter;
|
|
223
227
|
}
|
|
224
|
-
/**
|
|
225
|
-
* A condition to be used against `AppLimitDefault` object types. All fields are
|
|
226
|
-
* tested for equality and combined with a logical ‘and.’
|
|
227
|
-
*/
|
|
228
|
-
export interface AppLimitDefaultCondition {
|
|
229
|
-
/** Checks for equality with the object’s `id` field. */
|
|
230
|
-
id?: string;
|
|
231
|
-
/** Checks for equality with the object’s `name` field. */
|
|
232
|
-
name?: string;
|
|
233
|
-
/** Checks for equality with the object’s `max` field. */
|
|
234
|
-
max?: number;
|
|
235
|
-
}
|
|
236
|
-
/** A filter to be used against `AppLimitDefault` object types. All fields are combined with a logical ‘and.’ */
|
|
237
|
-
export interface AppLimitDefaultFilter {
|
|
238
|
-
/** Filter by the object’s `id` field. */
|
|
239
|
-
id?: UUIDFilter;
|
|
240
|
-
/** Filter by the object’s `name` field. */
|
|
241
|
-
name?: StringFilter;
|
|
242
|
-
/** Filter by the object’s `max` field. */
|
|
243
|
-
max?: IntFilter;
|
|
244
|
-
/** Checks for all expressions in this list. */
|
|
245
|
-
and?: AppLimitDefaultFilter[];
|
|
246
|
-
/** Checks for any expressions in this list. */
|
|
247
|
-
or?: AppLimitDefaultFilter[];
|
|
248
|
-
/** Negates the expression. */
|
|
249
|
-
not?: AppLimitDefaultFilter;
|
|
250
|
-
}
|
|
251
|
-
/**
|
|
252
|
-
* A condition to be used against `OrgLimitDefault` object types. All fields are
|
|
253
|
-
* tested for equality and combined with a logical ‘and.’
|
|
254
|
-
*/
|
|
255
|
-
export interface OrgLimitDefaultCondition {
|
|
256
|
-
/** Checks for equality with the object’s `id` field. */
|
|
257
|
-
id?: string;
|
|
258
|
-
/** Checks for equality with the object’s `name` field. */
|
|
259
|
-
name?: string;
|
|
260
|
-
/** Checks for equality with the object’s `max` field. */
|
|
261
|
-
max?: number;
|
|
262
|
-
}
|
|
263
|
-
/** A filter to be used against `OrgLimitDefault` object types. All fields are combined with a logical ‘and.’ */
|
|
264
|
-
export interface OrgLimitDefaultFilter {
|
|
265
|
-
/** Filter by the object’s `id` field. */
|
|
266
|
-
id?: UUIDFilter;
|
|
267
|
-
/** Filter by the object’s `name` field. */
|
|
268
|
-
name?: StringFilter;
|
|
269
|
-
/** Filter by the object’s `max` field. */
|
|
270
|
-
max?: IntFilter;
|
|
271
|
-
/** Checks for all expressions in this list. */
|
|
272
|
-
and?: OrgLimitDefaultFilter[];
|
|
273
|
-
/** Checks for any expressions in this list. */
|
|
274
|
-
or?: OrgLimitDefaultFilter[];
|
|
275
|
-
/** Negates the expression. */
|
|
276
|
-
not?: OrgLimitDefaultFilter;
|
|
277
|
-
}
|
|
278
228
|
/**
|
|
279
229
|
* A condition to be used against `OrgAdminGrant` object types. All fields are
|
|
280
230
|
* tested for equality and combined with a logical ‘and.’
|
|
@@ -361,6 +311,60 @@ export interface OrgOwnerGrantFilter {
|
|
|
361
311
|
/** Negates the expression. */
|
|
362
312
|
not?: OrgOwnerGrantFilter;
|
|
363
313
|
}
|
|
314
|
+
/**
|
|
315
|
+
* A condition to be used against `AppLimitDefault` object types. All fields are
|
|
316
|
+
* tested for equality and combined with a logical ‘and.’
|
|
317
|
+
*/
|
|
318
|
+
export interface AppLimitDefaultCondition {
|
|
319
|
+
/** Checks for equality with the object’s `id` field. */
|
|
320
|
+
id?: string;
|
|
321
|
+
/** Checks for equality with the object’s `name` field. */
|
|
322
|
+
name?: string;
|
|
323
|
+
/** Checks for equality with the object’s `max` field. */
|
|
324
|
+
max?: number;
|
|
325
|
+
}
|
|
326
|
+
/** A filter to be used against `AppLimitDefault` object types. All fields are combined with a logical ‘and.’ */
|
|
327
|
+
export interface AppLimitDefaultFilter {
|
|
328
|
+
/** Filter by the object’s `id` field. */
|
|
329
|
+
id?: UUIDFilter;
|
|
330
|
+
/** Filter by the object’s `name` field. */
|
|
331
|
+
name?: StringFilter;
|
|
332
|
+
/** Filter by the object’s `max` field. */
|
|
333
|
+
max?: IntFilter;
|
|
334
|
+
/** Checks for all expressions in this list. */
|
|
335
|
+
and?: AppLimitDefaultFilter[];
|
|
336
|
+
/** Checks for any expressions in this list. */
|
|
337
|
+
or?: AppLimitDefaultFilter[];
|
|
338
|
+
/** Negates the expression. */
|
|
339
|
+
not?: AppLimitDefaultFilter;
|
|
340
|
+
}
|
|
341
|
+
/**
|
|
342
|
+
* A condition to be used against `OrgLimitDefault` object types. All fields are
|
|
343
|
+
* tested for equality and combined with a logical ‘and.’
|
|
344
|
+
*/
|
|
345
|
+
export interface OrgLimitDefaultCondition {
|
|
346
|
+
/** Checks for equality with the object’s `id` field. */
|
|
347
|
+
id?: string;
|
|
348
|
+
/** Checks for equality with the object’s `name` field. */
|
|
349
|
+
name?: string;
|
|
350
|
+
/** Checks for equality with the object’s `max` field. */
|
|
351
|
+
max?: number;
|
|
352
|
+
}
|
|
353
|
+
/** A filter to be used against `OrgLimitDefault` object types. All fields are combined with a logical ‘and.’ */
|
|
354
|
+
export interface OrgLimitDefaultFilter {
|
|
355
|
+
/** Filter by the object’s `id` field. */
|
|
356
|
+
id?: UUIDFilter;
|
|
357
|
+
/** Filter by the object’s `name` field. */
|
|
358
|
+
name?: StringFilter;
|
|
359
|
+
/** Filter by the object’s `max` field. */
|
|
360
|
+
max?: IntFilter;
|
|
361
|
+
/** Checks for all expressions in this list. */
|
|
362
|
+
and?: OrgLimitDefaultFilter[];
|
|
363
|
+
/** Checks for any expressions in this list. */
|
|
364
|
+
or?: OrgLimitDefaultFilter[];
|
|
365
|
+
/** Negates the expression. */
|
|
366
|
+
not?: OrgLimitDefaultFilter;
|
|
367
|
+
}
|
|
364
368
|
/**
|
|
365
369
|
* A condition to be used against `MembershipType` object types. All fields are
|
|
366
370
|
* tested for equality and combined with a logical ‘and.’
|
|
@@ -392,6 +396,57 @@ export interface MembershipTypeFilter {
|
|
|
392
396
|
/** Negates the expression. */
|
|
393
397
|
not?: MembershipTypeFilter;
|
|
394
398
|
}
|
|
399
|
+
/**
|
|
400
|
+
* A condition to be used against `OrgChartEdgeGrant` object types. All fields are
|
|
401
|
+
* tested for equality and combined with a logical ‘and.’
|
|
402
|
+
*/
|
|
403
|
+
export interface OrgChartEdgeGrantCondition {
|
|
404
|
+
/** Checks for equality with the object’s `id` field. */
|
|
405
|
+
id?: string;
|
|
406
|
+
/** Checks for equality with the object’s `entityId` field. */
|
|
407
|
+
entityId?: string;
|
|
408
|
+
/** Checks for equality with the object’s `childId` field. */
|
|
409
|
+
childId?: string;
|
|
410
|
+
/** Checks for equality with the object’s `parentId` field. */
|
|
411
|
+
parentId?: string;
|
|
412
|
+
/** Checks for equality with the object’s `grantorId` field. */
|
|
413
|
+
grantorId?: string;
|
|
414
|
+
/** Checks for equality with the object’s `isGrant` field. */
|
|
415
|
+
isGrant?: boolean;
|
|
416
|
+
/** Checks for equality with the object’s `positionTitle` field. */
|
|
417
|
+
positionTitle?: string;
|
|
418
|
+
/** Checks for equality with the object’s `positionLevel` field. */
|
|
419
|
+
positionLevel?: number;
|
|
420
|
+
/** Checks for equality with the object’s `createdAt` field. */
|
|
421
|
+
createdAt?: string;
|
|
422
|
+
}
|
|
423
|
+
/** A filter to be used against `OrgChartEdgeGrant` object types. All fields are combined with a logical ‘and.’ */
|
|
424
|
+
export interface OrgChartEdgeGrantFilter {
|
|
425
|
+
/** Filter by the object’s `id` field. */
|
|
426
|
+
id?: UUIDFilter;
|
|
427
|
+
/** Filter by the object’s `entityId` field. */
|
|
428
|
+
entityId?: UUIDFilter;
|
|
429
|
+
/** Filter by the object’s `childId` field. */
|
|
430
|
+
childId?: UUIDFilter;
|
|
431
|
+
/** Filter by the object’s `parentId` field. */
|
|
432
|
+
parentId?: UUIDFilter;
|
|
433
|
+
/** Filter by the object’s `grantorId` field. */
|
|
434
|
+
grantorId?: UUIDFilter;
|
|
435
|
+
/** Filter by the object’s `isGrant` field. */
|
|
436
|
+
isGrant?: BooleanFilter;
|
|
437
|
+
/** Filter by the object’s `positionTitle` field. */
|
|
438
|
+
positionTitle?: StringFilter;
|
|
439
|
+
/** Filter by the object’s `positionLevel` field. */
|
|
440
|
+
positionLevel?: IntFilter;
|
|
441
|
+
/** Filter by the object’s `createdAt` field. */
|
|
442
|
+
createdAt?: DatetimeFilter;
|
|
443
|
+
/** Checks for all expressions in this list. */
|
|
444
|
+
and?: OrgChartEdgeGrantFilter[];
|
|
445
|
+
/** Checks for any expressions in this list. */
|
|
446
|
+
or?: OrgChartEdgeGrantFilter[];
|
|
447
|
+
/** Negates the expression. */
|
|
448
|
+
not?: OrgChartEdgeGrantFilter;
|
|
449
|
+
}
|
|
395
450
|
/**
|
|
396
451
|
* A condition to be used against `AppPermission` object types. All fields are
|
|
397
452
|
* tested for equality and combined with a logical ‘and.’
|
|
@@ -822,6 +877,53 @@ export interface OrgGrantFilter {
|
|
|
822
877
|
/** Negates the expression. */
|
|
823
878
|
not?: OrgGrantFilter;
|
|
824
879
|
}
|
|
880
|
+
/**
|
|
881
|
+
* A condition to be used against `OrgChartEdge` object types. All fields are
|
|
882
|
+
* tested for equality and combined with a logical ‘and.’
|
|
883
|
+
*/
|
|
884
|
+
export interface OrgChartEdgeCondition {
|
|
885
|
+
/** Checks for equality with the object’s `id` field. */
|
|
886
|
+
id?: string;
|
|
887
|
+
/** Checks for equality with the object’s `createdAt` field. */
|
|
888
|
+
createdAt?: string;
|
|
889
|
+
/** Checks for equality with the object’s `updatedAt` field. */
|
|
890
|
+
updatedAt?: string;
|
|
891
|
+
/** Checks for equality with the object’s `entityId` field. */
|
|
892
|
+
entityId?: string;
|
|
893
|
+
/** Checks for equality with the object’s `childId` field. */
|
|
894
|
+
childId?: string;
|
|
895
|
+
/** Checks for equality with the object’s `parentId` field. */
|
|
896
|
+
parentId?: string;
|
|
897
|
+
/** Checks for equality with the object’s `positionTitle` field. */
|
|
898
|
+
positionTitle?: string;
|
|
899
|
+
/** Checks for equality with the object’s `positionLevel` field. */
|
|
900
|
+
positionLevel?: number;
|
|
901
|
+
}
|
|
902
|
+
/** A filter to be used against `OrgChartEdge` object types. All fields are combined with a logical ‘and.’ */
|
|
903
|
+
export interface OrgChartEdgeFilter {
|
|
904
|
+
/** Filter by the object’s `id` field. */
|
|
905
|
+
id?: UUIDFilter;
|
|
906
|
+
/** Filter by the object’s `createdAt` field. */
|
|
907
|
+
createdAt?: DatetimeFilter;
|
|
908
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
909
|
+
updatedAt?: DatetimeFilter;
|
|
910
|
+
/** Filter by the object’s `entityId` field. */
|
|
911
|
+
entityId?: UUIDFilter;
|
|
912
|
+
/** Filter by the object’s `childId` field. */
|
|
913
|
+
childId?: UUIDFilter;
|
|
914
|
+
/** Filter by the object’s `parentId` field. */
|
|
915
|
+
parentId?: UUIDFilter;
|
|
916
|
+
/** Filter by the object’s `positionTitle` field. */
|
|
917
|
+
positionTitle?: StringFilter;
|
|
918
|
+
/** Filter by the object’s `positionLevel` field. */
|
|
919
|
+
positionLevel?: IntFilter;
|
|
920
|
+
/** Checks for all expressions in this list. */
|
|
921
|
+
and?: OrgChartEdgeFilter[];
|
|
922
|
+
/** Checks for any expressions in this list. */
|
|
923
|
+
or?: OrgChartEdgeFilter[];
|
|
924
|
+
/** Negates the expression. */
|
|
925
|
+
not?: OrgChartEdgeFilter;
|
|
926
|
+
}
|
|
825
927
|
/**
|
|
826
928
|
* A condition to be used against `OrgMembershipDefault` object types. All fields
|
|
827
929
|
* are tested for equality and combined with a logical ‘and.’
|
|
@@ -920,84 +1022,6 @@ export interface AppLevelRequirementFilter {
|
|
|
920
1022
|
/** Negates the expression. */
|
|
921
1023
|
not?: AppLevelRequirementFilter;
|
|
922
1024
|
}
|
|
923
|
-
/**
|
|
924
|
-
* A condition to be used against `AppLevel` object types. All fields are tested
|
|
925
|
-
* for equality and combined with a logical ‘and.’
|
|
926
|
-
*/
|
|
927
|
-
export interface AppLevelCondition {
|
|
928
|
-
/** Checks for equality with the object’s `id` field. */
|
|
929
|
-
id?: string;
|
|
930
|
-
/** Checks for equality with the object’s `name` field. */
|
|
931
|
-
name?: string;
|
|
932
|
-
/** Checks for equality with the object’s `description` field. */
|
|
933
|
-
description?: string;
|
|
934
|
-
/** Checks for equality with the object’s `image` field. */
|
|
935
|
-
image?: ConstructiveInternalTypeImage;
|
|
936
|
-
/** Checks for equality with the object’s `ownerId` field. */
|
|
937
|
-
ownerId?: string;
|
|
938
|
-
/** Checks for equality with the object’s `createdAt` field. */
|
|
939
|
-
createdAt?: string;
|
|
940
|
-
/** Checks for equality with the object’s `updatedAt` field. */
|
|
941
|
-
updatedAt?: string;
|
|
942
|
-
}
|
|
943
|
-
/** A filter to be used against `AppLevel` object types. All fields are combined with a logical ‘and.’ */
|
|
944
|
-
export interface AppLevelFilter {
|
|
945
|
-
/** Filter by the object’s `id` field. */
|
|
946
|
-
id?: UUIDFilter;
|
|
947
|
-
/** Filter by the object’s `name` field. */
|
|
948
|
-
name?: StringFilter;
|
|
949
|
-
/** Filter by the object’s `description` field. */
|
|
950
|
-
description?: StringFilter;
|
|
951
|
-
/** Filter by the object’s `image` field. */
|
|
952
|
-
image?: ConstructiveInternalTypeImageFilter;
|
|
953
|
-
/** Filter by the object’s `ownerId` field. */
|
|
954
|
-
ownerId?: UUIDFilter;
|
|
955
|
-
/** Filter by the object’s `createdAt` field. */
|
|
956
|
-
createdAt?: DatetimeFilter;
|
|
957
|
-
/** Filter by the object’s `updatedAt` field. */
|
|
958
|
-
updatedAt?: DatetimeFilter;
|
|
959
|
-
/** Checks for all expressions in this list. */
|
|
960
|
-
and?: AppLevelFilter[];
|
|
961
|
-
/** Checks for any expressions in this list. */
|
|
962
|
-
or?: AppLevelFilter[];
|
|
963
|
-
/** Negates the expression. */
|
|
964
|
-
not?: AppLevelFilter;
|
|
965
|
-
}
|
|
966
|
-
/** A filter to be used against ConstructiveInternalTypeImage fields. All fields are combined with a logical ‘and.’ */
|
|
967
|
-
export interface ConstructiveInternalTypeImageFilter {
|
|
968
|
-
/** Is null (if `true` is specified) or is not null (if `false` is specified). */
|
|
969
|
-
isNull?: boolean;
|
|
970
|
-
/** Equal to the specified value. */
|
|
971
|
-
equalTo?: ConstructiveInternalTypeImage;
|
|
972
|
-
/** Not equal to the specified value. */
|
|
973
|
-
notEqualTo?: ConstructiveInternalTypeImage;
|
|
974
|
-
/** Not equal to the specified value, treating null like an ordinary value. */
|
|
975
|
-
distinctFrom?: ConstructiveInternalTypeImage;
|
|
976
|
-
/** Equal to the specified value, treating null like an ordinary value. */
|
|
977
|
-
notDistinctFrom?: ConstructiveInternalTypeImage;
|
|
978
|
-
/** Included in the specified list. */
|
|
979
|
-
in?: ConstructiveInternalTypeImage[];
|
|
980
|
-
/** Not included in the specified list. */
|
|
981
|
-
notIn?: ConstructiveInternalTypeImage[];
|
|
982
|
-
/** Less than the specified value. */
|
|
983
|
-
lessThan?: ConstructiveInternalTypeImage;
|
|
984
|
-
/** Less than or equal to the specified value. */
|
|
985
|
-
lessThanOrEqualTo?: ConstructiveInternalTypeImage;
|
|
986
|
-
/** Greater than the specified value. */
|
|
987
|
-
greaterThan?: ConstructiveInternalTypeImage;
|
|
988
|
-
/** Greater than or equal to the specified value. */
|
|
989
|
-
greaterThanOrEqualTo?: ConstructiveInternalTypeImage;
|
|
990
|
-
/** Contains the specified JSON. */
|
|
991
|
-
contains?: ConstructiveInternalTypeImage;
|
|
992
|
-
/** Contains the specified key. */
|
|
993
|
-
containsKey?: string;
|
|
994
|
-
/** Contains all of the specified keys. */
|
|
995
|
-
containsAllKeys?: string[];
|
|
996
|
-
/** Contains any of the specified keys. */
|
|
997
|
-
containsAnyKeys?: string[];
|
|
998
|
-
/** Contained by the specified JSON. */
|
|
999
|
-
containedBy?: ConstructiveInternalTypeImage;
|
|
1000
|
-
}
|
|
1001
1025
|
/** A condition to be used against `Invite` object types. All fields are tested for equality and combined with a logical ‘and.’ */
|
|
1002
1026
|
export interface InviteCondition {
|
|
1003
1027
|
/** Checks for equality with the object’s `id` field. */
|
|
@@ -1134,13 +1158,91 @@ export interface ConstructiveInternalTypeEmailFilter {
|
|
|
1134
1158
|
greaterThanOrEqualToInsensitive?: ConstructiveInternalTypeEmail;
|
|
1135
1159
|
}
|
|
1136
1160
|
/**
|
|
1137
|
-
* A condition to be used against `
|
|
1138
|
-
*
|
|
1161
|
+
* A condition to be used against `AppLevel` object types. All fields are tested
|
|
1162
|
+
* for equality and combined with a logical ‘and.’
|
|
1139
1163
|
*/
|
|
1140
|
-
export interface
|
|
1164
|
+
export interface AppLevelCondition {
|
|
1141
1165
|
/** Checks for equality with the object’s `id` field. */
|
|
1142
1166
|
id?: string;
|
|
1143
|
-
/** Checks for equality with the object’s `
|
|
1167
|
+
/** Checks for equality with the object’s `name` field. */
|
|
1168
|
+
name?: string;
|
|
1169
|
+
/** Checks for equality with the object’s `description` field. */
|
|
1170
|
+
description?: string;
|
|
1171
|
+
/** Checks for equality with the object’s `image` field. */
|
|
1172
|
+
image?: ConstructiveInternalTypeImage;
|
|
1173
|
+
/** Checks for equality with the object’s `ownerId` field. */
|
|
1174
|
+
ownerId?: string;
|
|
1175
|
+
/** Checks for equality with the object’s `createdAt` field. */
|
|
1176
|
+
createdAt?: string;
|
|
1177
|
+
/** Checks for equality with the object’s `updatedAt` field. */
|
|
1178
|
+
updatedAt?: string;
|
|
1179
|
+
}
|
|
1180
|
+
/** A filter to be used against `AppLevel` object types. All fields are combined with a logical ‘and.’ */
|
|
1181
|
+
export interface AppLevelFilter {
|
|
1182
|
+
/** Filter by the object’s `id` field. */
|
|
1183
|
+
id?: UUIDFilter;
|
|
1184
|
+
/** Filter by the object’s `name` field. */
|
|
1185
|
+
name?: StringFilter;
|
|
1186
|
+
/** Filter by the object’s `description` field. */
|
|
1187
|
+
description?: StringFilter;
|
|
1188
|
+
/** Filter by the object’s `image` field. */
|
|
1189
|
+
image?: ConstructiveInternalTypeImageFilter;
|
|
1190
|
+
/** Filter by the object’s `ownerId` field. */
|
|
1191
|
+
ownerId?: UUIDFilter;
|
|
1192
|
+
/** Filter by the object’s `createdAt` field. */
|
|
1193
|
+
createdAt?: DatetimeFilter;
|
|
1194
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
1195
|
+
updatedAt?: DatetimeFilter;
|
|
1196
|
+
/** Checks for all expressions in this list. */
|
|
1197
|
+
and?: AppLevelFilter[];
|
|
1198
|
+
/** Checks for any expressions in this list. */
|
|
1199
|
+
or?: AppLevelFilter[];
|
|
1200
|
+
/** Negates the expression. */
|
|
1201
|
+
not?: AppLevelFilter;
|
|
1202
|
+
}
|
|
1203
|
+
/** A filter to be used against ConstructiveInternalTypeImage fields. All fields are combined with a logical ‘and.’ */
|
|
1204
|
+
export interface ConstructiveInternalTypeImageFilter {
|
|
1205
|
+
/** Is null (if `true` is specified) or is not null (if `false` is specified). */
|
|
1206
|
+
isNull?: boolean;
|
|
1207
|
+
/** Equal to the specified value. */
|
|
1208
|
+
equalTo?: ConstructiveInternalTypeImage;
|
|
1209
|
+
/** Not equal to the specified value. */
|
|
1210
|
+
notEqualTo?: ConstructiveInternalTypeImage;
|
|
1211
|
+
/** Not equal to the specified value, treating null like an ordinary value. */
|
|
1212
|
+
distinctFrom?: ConstructiveInternalTypeImage;
|
|
1213
|
+
/** Equal to the specified value, treating null like an ordinary value. */
|
|
1214
|
+
notDistinctFrom?: ConstructiveInternalTypeImage;
|
|
1215
|
+
/** Included in the specified list. */
|
|
1216
|
+
in?: ConstructiveInternalTypeImage[];
|
|
1217
|
+
/** Not included in the specified list. */
|
|
1218
|
+
notIn?: ConstructiveInternalTypeImage[];
|
|
1219
|
+
/** Less than the specified value. */
|
|
1220
|
+
lessThan?: ConstructiveInternalTypeImage;
|
|
1221
|
+
/** Less than or equal to the specified value. */
|
|
1222
|
+
lessThanOrEqualTo?: ConstructiveInternalTypeImage;
|
|
1223
|
+
/** Greater than the specified value. */
|
|
1224
|
+
greaterThan?: ConstructiveInternalTypeImage;
|
|
1225
|
+
/** Greater than or equal to the specified value. */
|
|
1226
|
+
greaterThanOrEqualTo?: ConstructiveInternalTypeImage;
|
|
1227
|
+
/** Contains the specified JSON. */
|
|
1228
|
+
contains?: ConstructiveInternalTypeImage;
|
|
1229
|
+
/** Contains the specified key. */
|
|
1230
|
+
containsKey?: string;
|
|
1231
|
+
/** Contains all of the specified keys. */
|
|
1232
|
+
containsAllKeys?: string[];
|
|
1233
|
+
/** Contains any of the specified keys. */
|
|
1234
|
+
containsAnyKeys?: string[];
|
|
1235
|
+
/** Contained by the specified JSON. */
|
|
1236
|
+
containedBy?: ConstructiveInternalTypeImage;
|
|
1237
|
+
}
|
|
1238
|
+
/**
|
|
1239
|
+
* A condition to be used against `AppMembership` object types. All fields are
|
|
1240
|
+
* tested for equality and combined with a logical ‘and.’
|
|
1241
|
+
*/
|
|
1242
|
+
export interface AppMembershipCondition {
|
|
1243
|
+
/** Checks for equality with the object’s `id` field. */
|
|
1244
|
+
id?: string;
|
|
1245
|
+
/** Checks for equality with the object’s `createdAt` field. */
|
|
1144
1246
|
createdAt?: string;
|
|
1145
1247
|
/** Checks for equality with the object’s `updatedAt` field. */
|
|
1146
1248
|
updatedAt?: string;
|
|
@@ -1168,6 +1270,8 @@ export interface AppMembershipCondition {
|
|
|
1168
1270
|
granted?: string;
|
|
1169
1271
|
/** Checks for equality with the object’s `actorId` field. */
|
|
1170
1272
|
actorId?: string;
|
|
1273
|
+
/** Checks for equality with the object’s `profileId` field. */
|
|
1274
|
+
profileId?: string;
|
|
1171
1275
|
}
|
|
1172
1276
|
/** A filter to be used against `AppMembership` object types. All fields are combined with a logical ‘and.’ */
|
|
1173
1277
|
export interface AppMembershipFilter {
|
|
@@ -1201,6 +1305,8 @@ export interface AppMembershipFilter {
|
|
|
1201
1305
|
granted?: BitStringFilter;
|
|
1202
1306
|
/** Filter by the object’s `actorId` field. */
|
|
1203
1307
|
actorId?: UUIDFilter;
|
|
1308
|
+
/** Filter by the object’s `profileId` field. */
|
|
1309
|
+
profileId?: UUIDFilter;
|
|
1204
1310
|
/** Checks for all expressions in this list. */
|
|
1205
1311
|
and?: AppMembershipFilter[];
|
|
1206
1312
|
/** Checks for any expressions in this list. */
|
|
@@ -1243,6 +1349,8 @@ export interface OrgMembershipCondition {
|
|
|
1243
1349
|
actorId?: string;
|
|
1244
1350
|
/** Checks for equality with the object’s `entityId` field. */
|
|
1245
1351
|
entityId?: string;
|
|
1352
|
+
/** Checks for equality with the object’s `profileId` field. */
|
|
1353
|
+
profileId?: string;
|
|
1246
1354
|
}
|
|
1247
1355
|
/** A filter to be used against `OrgMembership` object types. All fields are combined with a logical ‘and.’ */
|
|
1248
1356
|
export interface OrgMembershipFilter {
|
|
@@ -1276,6 +1384,8 @@ export interface OrgMembershipFilter {
|
|
|
1276
1384
|
actorId?: UUIDFilter;
|
|
1277
1385
|
/** Filter by the object’s `entityId` field. */
|
|
1278
1386
|
entityId?: UUIDFilter;
|
|
1387
|
+
/** Filter by the object’s `profileId` field. */
|
|
1388
|
+
profileId?: UUIDFilter;
|
|
1279
1389
|
/** Checks for all expressions in this list. */
|
|
1280
1390
|
and?: OrgMembershipFilter[];
|
|
1281
1391
|
/** Checks for any expressions in this list. */
|
|
@@ -1368,8 +1478,11 @@ export interface CreateOrgMemberInput {
|
|
|
1368
1478
|
/** An input for mutations affecting `OrgMember` */
|
|
1369
1479
|
export interface OrgMemberInput {
|
|
1370
1480
|
id?: string;
|
|
1481
|
+
/** Whether this member has admin privileges */
|
|
1371
1482
|
isAdmin?: boolean;
|
|
1483
|
+
/** References the user who is a member */
|
|
1372
1484
|
actorId: string;
|
|
1485
|
+
/** References the entity (org or group) this member belongs to */
|
|
1373
1486
|
entityId: string;
|
|
1374
1487
|
}
|
|
1375
1488
|
export interface CreateAppPermissionDefaultInput {
|
|
@@ -1380,6 +1493,7 @@ export interface CreateAppPermissionDefaultInput {
|
|
|
1380
1493
|
/** An input for mutations affecting `AppPermissionDefault` */
|
|
1381
1494
|
export interface AppPermissionDefaultInput {
|
|
1382
1495
|
id?: string;
|
|
1496
|
+
/** Default permission bitmask applied to new members */
|
|
1383
1497
|
permissions?: string;
|
|
1384
1498
|
}
|
|
1385
1499
|
export interface CreateOrgPermissionDefaultInput {
|
|
@@ -1390,7 +1504,9 @@ export interface CreateOrgPermissionDefaultInput {
|
|
|
1390
1504
|
/** An input for mutations affecting `OrgPermissionDefault` */
|
|
1391
1505
|
export interface OrgPermissionDefaultInput {
|
|
1392
1506
|
id?: string;
|
|
1507
|
+
/** Default permission bitmask applied to new members */
|
|
1393
1508
|
permissions?: string;
|
|
1509
|
+
/** References the entity these default permissions apply to */
|
|
1394
1510
|
entityId: string;
|
|
1395
1511
|
}
|
|
1396
1512
|
export interface CreateAppAdminGrantInput {
|
|
@@ -1401,7 +1517,9 @@ export interface CreateAppAdminGrantInput {
|
|
|
1401
1517
|
/** An input for mutations affecting `AppAdminGrant` */
|
|
1402
1518
|
export interface AppAdminGrantInput {
|
|
1403
1519
|
id?: string;
|
|
1520
|
+
/** True to grant admin, false to revoke admin */
|
|
1404
1521
|
isGrant?: boolean;
|
|
1522
|
+
/** The member receiving or losing the admin grant */
|
|
1405
1523
|
actorId: string;
|
|
1406
1524
|
grantorId?: string;
|
|
1407
1525
|
createdAt?: string;
|
|
@@ -1415,34 +1533,14 @@ export interface CreateAppOwnerGrantInput {
|
|
|
1415
1533
|
/** An input for mutations affecting `AppOwnerGrant` */
|
|
1416
1534
|
export interface AppOwnerGrantInput {
|
|
1417
1535
|
id?: string;
|
|
1536
|
+
/** True to grant ownership, false to revoke ownership */
|
|
1418
1537
|
isGrant?: boolean;
|
|
1538
|
+
/** The member receiving or losing the ownership grant */
|
|
1419
1539
|
actorId: string;
|
|
1420
1540
|
grantorId?: string;
|
|
1421
1541
|
createdAt?: string;
|
|
1422
1542
|
updatedAt?: string;
|
|
1423
1543
|
}
|
|
1424
|
-
export interface CreateAppLimitDefaultInput {
|
|
1425
|
-
clientMutationId?: string;
|
|
1426
|
-
/** The `AppLimitDefault` to be created by this mutation. */
|
|
1427
|
-
appLimitDefault: AppLimitDefaultInput;
|
|
1428
|
-
}
|
|
1429
|
-
/** An input for mutations affecting `AppLimitDefault` */
|
|
1430
|
-
export interface AppLimitDefaultInput {
|
|
1431
|
-
id?: string;
|
|
1432
|
-
name: string;
|
|
1433
|
-
max?: number;
|
|
1434
|
-
}
|
|
1435
|
-
export interface CreateOrgLimitDefaultInput {
|
|
1436
|
-
clientMutationId?: string;
|
|
1437
|
-
/** The `OrgLimitDefault` to be created by this mutation. */
|
|
1438
|
-
orgLimitDefault: OrgLimitDefaultInput;
|
|
1439
|
-
}
|
|
1440
|
-
/** An input for mutations affecting `OrgLimitDefault` */
|
|
1441
|
-
export interface OrgLimitDefaultInput {
|
|
1442
|
-
id?: string;
|
|
1443
|
-
name: string;
|
|
1444
|
-
max?: number;
|
|
1445
|
-
}
|
|
1446
1544
|
export interface CreateOrgAdminGrantInput {
|
|
1447
1545
|
clientMutationId?: string;
|
|
1448
1546
|
/** The `OrgAdminGrant` to be created by this mutation. */
|
|
@@ -1451,8 +1549,11 @@ export interface CreateOrgAdminGrantInput {
|
|
|
1451
1549
|
/** An input for mutations affecting `OrgAdminGrant` */
|
|
1452
1550
|
export interface OrgAdminGrantInput {
|
|
1453
1551
|
id?: string;
|
|
1552
|
+
/** True to grant admin, false to revoke admin */
|
|
1454
1553
|
isGrant?: boolean;
|
|
1554
|
+
/** The member receiving or losing the admin grant */
|
|
1455
1555
|
actorId: string;
|
|
1556
|
+
/** The entity (org or group) this admin grant applies to */
|
|
1456
1557
|
entityId: string;
|
|
1457
1558
|
grantorId?: string;
|
|
1458
1559
|
createdAt?: string;
|
|
@@ -1466,13 +1567,42 @@ export interface CreateOrgOwnerGrantInput {
|
|
|
1466
1567
|
/** An input for mutations affecting `OrgOwnerGrant` */
|
|
1467
1568
|
export interface OrgOwnerGrantInput {
|
|
1468
1569
|
id?: string;
|
|
1570
|
+
/** True to grant ownership, false to revoke ownership */
|
|
1469
1571
|
isGrant?: boolean;
|
|
1572
|
+
/** The member receiving or losing the ownership grant */
|
|
1470
1573
|
actorId: string;
|
|
1574
|
+
/** The entity (org or group) this ownership grant applies to */
|
|
1471
1575
|
entityId: string;
|
|
1472
1576
|
grantorId?: string;
|
|
1473
1577
|
createdAt?: string;
|
|
1474
1578
|
updatedAt?: string;
|
|
1475
1579
|
}
|
|
1580
|
+
export interface CreateAppLimitDefaultInput {
|
|
1581
|
+
clientMutationId?: string;
|
|
1582
|
+
/** The `AppLimitDefault` to be created by this mutation. */
|
|
1583
|
+
appLimitDefault: AppLimitDefaultInput;
|
|
1584
|
+
}
|
|
1585
|
+
/** An input for mutations affecting `AppLimitDefault` */
|
|
1586
|
+
export interface AppLimitDefaultInput {
|
|
1587
|
+
id?: string;
|
|
1588
|
+
/** Name identifier of the limit this default applies to */
|
|
1589
|
+
name: string;
|
|
1590
|
+
/** Default maximum usage allowed for this limit */
|
|
1591
|
+
max?: number;
|
|
1592
|
+
}
|
|
1593
|
+
export interface CreateOrgLimitDefaultInput {
|
|
1594
|
+
clientMutationId?: string;
|
|
1595
|
+
/** The `OrgLimitDefault` to be created by this mutation. */
|
|
1596
|
+
orgLimitDefault: OrgLimitDefaultInput;
|
|
1597
|
+
}
|
|
1598
|
+
/** An input for mutations affecting `OrgLimitDefault` */
|
|
1599
|
+
export interface OrgLimitDefaultInput {
|
|
1600
|
+
id?: string;
|
|
1601
|
+
/** Name identifier of the limit this default applies to */
|
|
1602
|
+
name: string;
|
|
1603
|
+
/** Default maximum usage allowed for this limit */
|
|
1604
|
+
max?: number;
|
|
1605
|
+
}
|
|
1476
1606
|
export interface CreateMembershipTypeInput {
|
|
1477
1607
|
clientMutationId?: string;
|
|
1478
1608
|
/** The `MembershipType` to be created by this mutation. */
|
|
@@ -1480,11 +1610,40 @@ export interface CreateMembershipTypeInput {
|
|
|
1480
1610
|
}
|
|
1481
1611
|
/** An input for mutations affecting `MembershipType` */
|
|
1482
1612
|
export interface MembershipTypeInput {
|
|
1613
|
+
/** Integer identifier for the membership type (1=App, 2=Organization, 3=Group) */
|
|
1483
1614
|
id: number;
|
|
1615
|
+
/** Human-readable name of the membership type */
|
|
1484
1616
|
name: string;
|
|
1617
|
+
/** Description of what this membership type represents */
|
|
1485
1618
|
description: string;
|
|
1619
|
+
/** Short prefix used to namespace tables and functions for this membership scope */
|
|
1486
1620
|
prefix: string;
|
|
1487
1621
|
}
|
|
1622
|
+
export interface CreateOrgChartEdgeGrantInput {
|
|
1623
|
+
clientMutationId?: string;
|
|
1624
|
+
/** The `OrgChartEdgeGrant` to be created by this mutation. */
|
|
1625
|
+
orgChartEdgeGrant: OrgChartEdgeGrantInput;
|
|
1626
|
+
}
|
|
1627
|
+
/** An input for mutations affecting `OrgChartEdgeGrant` */
|
|
1628
|
+
export interface OrgChartEdgeGrantInput {
|
|
1629
|
+
id?: string;
|
|
1630
|
+
/** Organization this grant applies to */
|
|
1631
|
+
entityId: string;
|
|
1632
|
+
/** User ID of the subordinate being placed in the hierarchy */
|
|
1633
|
+
childId: string;
|
|
1634
|
+
/** User ID of the manager being assigned; NULL for top-level positions */
|
|
1635
|
+
parentId?: string;
|
|
1636
|
+
/** User ID of the admin who performed this grant or revocation */
|
|
1637
|
+
grantorId: string;
|
|
1638
|
+
/** TRUE to add/update the edge, FALSE to remove it */
|
|
1639
|
+
isGrant?: boolean;
|
|
1640
|
+
/** Job title or role name being assigned in this grant */
|
|
1641
|
+
positionTitle?: string;
|
|
1642
|
+
/** Numeric seniority level being assigned in this grant */
|
|
1643
|
+
positionLevel?: number;
|
|
1644
|
+
/** Timestamp when this grant or revocation was recorded */
|
|
1645
|
+
createdAt?: string;
|
|
1646
|
+
}
|
|
1488
1647
|
export interface CreateAppPermissionInput {
|
|
1489
1648
|
clientMutationId?: string;
|
|
1490
1649
|
/** The `AppPermission` to be created by this mutation. */
|
|
@@ -1493,9 +1652,13 @@ export interface CreateAppPermissionInput {
|
|
|
1493
1652
|
/** An input for mutations affecting `AppPermission` */
|
|
1494
1653
|
export interface AppPermissionInput {
|
|
1495
1654
|
id?: string;
|
|
1655
|
+
/** Human-readable permission name (e.g. read, write, manage) */
|
|
1496
1656
|
name?: string;
|
|
1657
|
+
/** Position of this permission in the bitmask (1-indexed), must be unique per permission set */
|
|
1497
1658
|
bitnum?: number;
|
|
1659
|
+
/** Pre-computed bitmask with only this permission bit set, used for bitwise OR/AND operations */
|
|
1498
1660
|
bitstr?: string;
|
|
1661
|
+
/** Human-readable description of what this permission allows */
|
|
1499
1662
|
description?: string;
|
|
1500
1663
|
}
|
|
1501
1664
|
export interface CreateOrgPermissionInput {
|
|
@@ -1506,9 +1669,13 @@ export interface CreateOrgPermissionInput {
|
|
|
1506
1669
|
/** An input for mutations affecting `OrgPermission` */
|
|
1507
1670
|
export interface OrgPermissionInput {
|
|
1508
1671
|
id?: string;
|
|
1672
|
+
/** Human-readable permission name (e.g. read, write, manage) */
|
|
1509
1673
|
name?: string;
|
|
1674
|
+
/** Position of this permission in the bitmask (1-indexed), must be unique per permission set */
|
|
1510
1675
|
bitnum?: number;
|
|
1676
|
+
/** Pre-computed bitmask with only this permission bit set, used for bitwise OR/AND operations */
|
|
1511
1677
|
bitstr?: string;
|
|
1678
|
+
/** Human-readable description of what this permission allows */
|
|
1512
1679
|
description?: string;
|
|
1513
1680
|
}
|
|
1514
1681
|
export interface CreateAppLimitInput {
|
|
@@ -1519,9 +1686,13 @@ export interface CreateAppLimitInput {
|
|
|
1519
1686
|
/** An input for mutations affecting `AppLimit` */
|
|
1520
1687
|
export interface AppLimitInput {
|
|
1521
1688
|
id?: string;
|
|
1689
|
+
/** Name identifier of the limit being tracked */
|
|
1522
1690
|
name?: string;
|
|
1691
|
+
/** User whose usage is being tracked against this limit */
|
|
1523
1692
|
actorId: string;
|
|
1693
|
+
/** Current usage count for this actor and limit */
|
|
1524
1694
|
num?: number;
|
|
1695
|
+
/** Maximum allowed usage; NULL means use the default limit value */
|
|
1525
1696
|
max?: number;
|
|
1526
1697
|
}
|
|
1527
1698
|
export interface CreateAppAchievementInput {
|
|
@@ -1533,7 +1704,9 @@ export interface CreateAppAchievementInput {
|
|
|
1533
1704
|
export interface AppAchievementInput {
|
|
1534
1705
|
id?: string;
|
|
1535
1706
|
actorId?: string;
|
|
1707
|
+
/** Name identifier of the level requirement being tracked */
|
|
1536
1708
|
name: string;
|
|
1709
|
+
/** Cumulative count of completed steps toward this requirement */
|
|
1537
1710
|
count?: number;
|
|
1538
1711
|
createdAt?: string;
|
|
1539
1712
|
updatedAt?: string;
|
|
@@ -1547,7 +1720,9 @@ export interface CreateAppStepInput {
|
|
|
1547
1720
|
export interface AppStepInput {
|
|
1548
1721
|
id?: string;
|
|
1549
1722
|
actorId?: string;
|
|
1723
|
+
/** Name identifier of the level requirement this step fulfills */
|
|
1550
1724
|
name: string;
|
|
1725
|
+
/** Number of units completed in this step action */
|
|
1551
1726
|
count?: number;
|
|
1552
1727
|
createdAt?: string;
|
|
1553
1728
|
updatedAt?: string;
|
|
@@ -1560,8 +1735,11 @@ export interface CreateClaimedInviteInput {
|
|
|
1560
1735
|
/** An input for mutations affecting `ClaimedInvite` */
|
|
1561
1736
|
export interface ClaimedInviteInput {
|
|
1562
1737
|
id?: string;
|
|
1738
|
+
/** Optional JSON payload captured at the time the invite was claimed */
|
|
1563
1739
|
data?: unknown;
|
|
1740
|
+
/** User ID of the original invitation sender */
|
|
1564
1741
|
senderId?: string;
|
|
1742
|
+
/** User ID of the person who claimed and redeemed the invitation */
|
|
1565
1743
|
receiverId?: string;
|
|
1566
1744
|
createdAt?: string;
|
|
1567
1745
|
updatedAt?: string;
|
|
@@ -1574,8 +1752,11 @@ export interface CreateAppGrantInput {
|
|
|
1574
1752
|
/** An input for mutations affecting `AppGrant` */
|
|
1575
1753
|
export interface AppGrantInput {
|
|
1576
1754
|
id?: string;
|
|
1755
|
+
/** Bitmask of permissions being granted or revoked */
|
|
1577
1756
|
permissions?: string;
|
|
1757
|
+
/** True to grant the permissions, false to revoke them */
|
|
1578
1758
|
isGrant?: boolean;
|
|
1759
|
+
/** The member receiving or losing the permission grant */
|
|
1579
1760
|
actorId: string;
|
|
1580
1761
|
grantorId?: string;
|
|
1581
1762
|
createdAt?: string;
|
|
@@ -1593,7 +1774,9 @@ export interface AppMembershipDefaultInput {
|
|
|
1593
1774
|
updatedAt?: string;
|
|
1594
1775
|
createdBy?: string;
|
|
1595
1776
|
updatedBy?: string;
|
|
1777
|
+
/** Whether new members are automatically approved upon joining */
|
|
1596
1778
|
isApproved?: boolean;
|
|
1779
|
+
/** Whether new members are automatically verified upon joining */
|
|
1597
1780
|
isVerified?: boolean;
|
|
1598
1781
|
}
|
|
1599
1782
|
export interface CreateOrgLimitInput {
|
|
@@ -1604,9 +1787,13 @@ export interface CreateOrgLimitInput {
|
|
|
1604
1787
|
/** An input for mutations affecting `OrgLimit` */
|
|
1605
1788
|
export interface OrgLimitInput {
|
|
1606
1789
|
id?: string;
|
|
1790
|
+
/** Name identifier of the limit being tracked */
|
|
1607
1791
|
name?: string;
|
|
1792
|
+
/** User whose usage is being tracked against this limit */
|
|
1608
1793
|
actorId: string;
|
|
1794
|
+
/** Current usage count for this actor and limit */
|
|
1609
1795
|
num?: number;
|
|
1796
|
+
/** Maximum allowed usage; NULL means use the default limit value */
|
|
1610
1797
|
max?: number;
|
|
1611
1798
|
entityId: string;
|
|
1612
1799
|
}
|
|
@@ -1618,8 +1805,11 @@ export interface CreateOrgClaimedInviteInput {
|
|
|
1618
1805
|
/** An input for mutations affecting `OrgClaimedInvite` */
|
|
1619
1806
|
export interface OrgClaimedInviteInput {
|
|
1620
1807
|
id?: string;
|
|
1808
|
+
/** Optional JSON payload captured at the time the invite was claimed */
|
|
1621
1809
|
data?: unknown;
|
|
1810
|
+
/** User ID of the original invitation sender */
|
|
1622
1811
|
senderId?: string;
|
|
1812
|
+
/** User ID of the person who claimed and redeemed the invitation */
|
|
1623
1813
|
receiverId?: string;
|
|
1624
1814
|
createdAt?: string;
|
|
1625
1815
|
updatedAt?: string;
|
|
@@ -1633,14 +1823,39 @@ export interface CreateOrgGrantInput {
|
|
|
1633
1823
|
/** An input for mutations affecting `OrgGrant` */
|
|
1634
1824
|
export interface OrgGrantInput {
|
|
1635
1825
|
id?: string;
|
|
1826
|
+
/** Bitmask of permissions being granted or revoked */
|
|
1636
1827
|
permissions?: string;
|
|
1828
|
+
/** True to grant the permissions, false to revoke them */
|
|
1637
1829
|
isGrant?: boolean;
|
|
1830
|
+
/** The member receiving or losing the permission grant */
|
|
1638
1831
|
actorId: string;
|
|
1832
|
+
/** The entity (org or group) this permission grant applies to */
|
|
1639
1833
|
entityId: string;
|
|
1640
1834
|
grantorId?: string;
|
|
1641
1835
|
createdAt?: string;
|
|
1642
1836
|
updatedAt?: string;
|
|
1643
1837
|
}
|
|
1838
|
+
export interface CreateOrgChartEdgeInput {
|
|
1839
|
+
clientMutationId?: string;
|
|
1840
|
+
/** The `OrgChartEdge` to be created by this mutation. */
|
|
1841
|
+
orgChartEdge: OrgChartEdgeInput;
|
|
1842
|
+
}
|
|
1843
|
+
/** An input for mutations affecting `OrgChartEdge` */
|
|
1844
|
+
export interface OrgChartEdgeInput {
|
|
1845
|
+
id?: string;
|
|
1846
|
+
createdAt?: string;
|
|
1847
|
+
updatedAt?: string;
|
|
1848
|
+
/** Organization this hierarchy edge belongs to */
|
|
1849
|
+
entityId: string;
|
|
1850
|
+
/** User ID of the subordinate (employee) in this reporting relationship */
|
|
1851
|
+
childId: string;
|
|
1852
|
+
/** User ID of the manager; NULL indicates a top-level position with no direct report */
|
|
1853
|
+
parentId?: string;
|
|
1854
|
+
/** Job title or role name for this position in the org chart */
|
|
1855
|
+
positionTitle?: string;
|
|
1856
|
+
/** Numeric seniority level for this position (higher = more senior) */
|
|
1857
|
+
positionLevel?: number;
|
|
1858
|
+
}
|
|
1644
1859
|
export interface CreateOrgMembershipDefaultInput {
|
|
1645
1860
|
clientMutationId?: string;
|
|
1646
1861
|
/** The `OrgMembershipDefault` to be created by this mutation. */
|
|
@@ -1653,9 +1868,13 @@ export interface OrgMembershipDefaultInput {
|
|
|
1653
1868
|
updatedAt?: string;
|
|
1654
1869
|
createdBy?: string;
|
|
1655
1870
|
updatedBy?: string;
|
|
1871
|
+
/** Whether new members are automatically approved upon joining */
|
|
1656
1872
|
isApproved?: boolean;
|
|
1873
|
+
/** References the entity these membership defaults apply to */
|
|
1657
1874
|
entityId: string;
|
|
1875
|
+
/** When an org member is deleted, whether to cascade-remove their group memberships */
|
|
1658
1876
|
deleteMemberCascadeGroups?: boolean;
|
|
1877
|
+
/** When a group is created, whether to auto-add existing org members as group members */
|
|
1659
1878
|
createGroupsCascadeMembers?: boolean;
|
|
1660
1879
|
}
|
|
1661
1880
|
export interface CreateAppLevelRequirementInput {
|
|
@@ -1666,29 +1885,19 @@ export interface CreateAppLevelRequirementInput {
|
|
|
1666
1885
|
/** An input for mutations affecting `AppLevelRequirement` */
|
|
1667
1886
|
export interface AppLevelRequirementInput {
|
|
1668
1887
|
id?: string;
|
|
1888
|
+
/** Name identifier of the requirement (matches step names) */
|
|
1669
1889
|
name: string;
|
|
1890
|
+
/** Name of the level this requirement belongs to */
|
|
1670
1891
|
level: string;
|
|
1892
|
+
/** Human-readable description of what this requirement entails */
|
|
1671
1893
|
description?: string;
|
|
1894
|
+
/** Number of steps needed to satisfy this requirement */
|
|
1672
1895
|
requiredCount?: number;
|
|
1896
|
+
/** Display ordering priority; lower values appear first */
|
|
1673
1897
|
priority?: number;
|
|
1674
1898
|
createdAt?: string;
|
|
1675
1899
|
updatedAt?: string;
|
|
1676
1900
|
}
|
|
1677
|
-
export interface CreateAppLevelInput {
|
|
1678
|
-
clientMutationId?: string;
|
|
1679
|
-
/** The `AppLevel` to be created by this mutation. */
|
|
1680
|
-
appLevel: AppLevelInput;
|
|
1681
|
-
}
|
|
1682
|
-
/** An input for mutations affecting `AppLevel` */
|
|
1683
|
-
export interface AppLevelInput {
|
|
1684
|
-
id?: string;
|
|
1685
|
-
name: string;
|
|
1686
|
-
description?: string;
|
|
1687
|
-
image?: ConstructiveInternalTypeImage;
|
|
1688
|
-
ownerId?: string;
|
|
1689
|
-
createdAt?: string;
|
|
1690
|
-
updatedAt?: string;
|
|
1691
|
-
}
|
|
1692
1901
|
export interface CreateInviteInput {
|
|
1693
1902
|
clientMutationId?: string;
|
|
1694
1903
|
/** The `Invite` to be created by this mutation. */
|
|
@@ -1697,18 +1906,46 @@ export interface CreateInviteInput {
|
|
|
1697
1906
|
/** An input for mutations affecting `Invite` */
|
|
1698
1907
|
export interface InviteInput {
|
|
1699
1908
|
id?: string;
|
|
1909
|
+
/** Email address of the invited recipient */
|
|
1700
1910
|
email?: ConstructiveInternalTypeEmail;
|
|
1911
|
+
/** User ID of the member who sent this invitation */
|
|
1701
1912
|
senderId?: string;
|
|
1913
|
+
/** Unique random hex token used to redeem this invitation */
|
|
1702
1914
|
inviteToken?: string;
|
|
1915
|
+
/** Whether this invitation is still valid and can be redeemed */
|
|
1703
1916
|
inviteValid?: boolean;
|
|
1917
|
+
/** Maximum number of times this invite can be claimed; -1 means unlimited */
|
|
1704
1918
|
inviteLimit?: number;
|
|
1919
|
+
/** Running count of how many times this invite has been claimed */
|
|
1705
1920
|
inviteCount?: number;
|
|
1921
|
+
/** Whether this invite can be claimed by multiple recipients */
|
|
1706
1922
|
multiple?: boolean;
|
|
1923
|
+
/** Optional JSON payload of additional invite metadata */
|
|
1707
1924
|
data?: unknown;
|
|
1925
|
+
/** Timestamp after which this invitation can no longer be redeemed */
|
|
1708
1926
|
expiresAt?: string;
|
|
1709
1927
|
createdAt?: string;
|
|
1710
1928
|
updatedAt?: string;
|
|
1711
1929
|
}
|
|
1930
|
+
export interface CreateAppLevelInput {
|
|
1931
|
+
clientMutationId?: string;
|
|
1932
|
+
/** The `AppLevel` to be created by this mutation. */
|
|
1933
|
+
appLevel: AppLevelInput;
|
|
1934
|
+
}
|
|
1935
|
+
/** An input for mutations affecting `AppLevel` */
|
|
1936
|
+
export interface AppLevelInput {
|
|
1937
|
+
id?: string;
|
|
1938
|
+
/** Unique name of the level */
|
|
1939
|
+
name: string;
|
|
1940
|
+
/** Human-readable description of what this level represents */
|
|
1941
|
+
description?: string;
|
|
1942
|
+
/** Badge or icon image associated with this level */
|
|
1943
|
+
image?: ConstructiveInternalTypeImage;
|
|
1944
|
+
/** Optional owner (actor) who created or manages this level */
|
|
1945
|
+
ownerId?: string;
|
|
1946
|
+
createdAt?: string;
|
|
1947
|
+
updatedAt?: string;
|
|
1948
|
+
}
|
|
1712
1949
|
export interface CreateAppMembershipInput {
|
|
1713
1950
|
clientMutationId?: string;
|
|
1714
1951
|
/** The `AppMembership` to be created by this mutation. */
|
|
@@ -1721,16 +1958,27 @@ export interface AppMembershipInput {
|
|
|
1721
1958
|
updatedAt?: string;
|
|
1722
1959
|
createdBy?: string;
|
|
1723
1960
|
updatedBy?: string;
|
|
1961
|
+
/** Whether this membership has been approved by an admin */
|
|
1724
1962
|
isApproved?: boolean;
|
|
1963
|
+
/** Whether this member has been banned from the entity */
|
|
1725
1964
|
isBanned?: boolean;
|
|
1965
|
+
/** Whether this membership is temporarily disabled */
|
|
1726
1966
|
isDisabled?: boolean;
|
|
1967
|
+
/** Whether this member has been verified (e.g. email confirmation) */
|
|
1727
1968
|
isVerified?: boolean;
|
|
1969
|
+
/** Computed field indicating the membership is approved, verified, not banned, and not disabled */
|
|
1728
1970
|
isActive?: boolean;
|
|
1971
|
+
/** Whether the actor is the owner of this entity */
|
|
1729
1972
|
isOwner?: boolean;
|
|
1973
|
+
/** Whether the actor has admin privileges on this entity */
|
|
1730
1974
|
isAdmin?: boolean;
|
|
1975
|
+
/** Aggregated permission bitmask combining profile-based and directly granted permissions */
|
|
1731
1976
|
permissions?: string;
|
|
1977
|
+
/** Bitmask of permissions directly granted to this member (not from profiles) */
|
|
1732
1978
|
granted?: string;
|
|
1979
|
+
/** References the user who holds this membership */
|
|
1733
1980
|
actorId: string;
|
|
1981
|
+
profileId?: string;
|
|
1734
1982
|
}
|
|
1735
1983
|
export interface CreateOrgMembershipInput {
|
|
1736
1984
|
clientMutationId?: string;
|
|
@@ -1744,16 +1992,27 @@ export interface OrgMembershipInput {
|
|
|
1744
1992
|
updatedAt?: string;
|
|
1745
1993
|
createdBy?: string;
|
|
1746
1994
|
updatedBy?: string;
|
|
1995
|
+
/** Whether this membership has been approved by an admin */
|
|
1747
1996
|
isApproved?: boolean;
|
|
1997
|
+
/** Whether this member has been banned from the entity */
|
|
1748
1998
|
isBanned?: boolean;
|
|
1999
|
+
/** Whether this membership is temporarily disabled */
|
|
1749
2000
|
isDisabled?: boolean;
|
|
2001
|
+
/** Computed field indicating the membership is approved, verified, not banned, and not disabled */
|
|
1750
2002
|
isActive?: boolean;
|
|
2003
|
+
/** Whether the actor is the owner of this entity */
|
|
1751
2004
|
isOwner?: boolean;
|
|
2005
|
+
/** Whether the actor has admin privileges on this entity */
|
|
1752
2006
|
isAdmin?: boolean;
|
|
2007
|
+
/** Aggregated permission bitmask combining profile-based and directly granted permissions */
|
|
1753
2008
|
permissions?: string;
|
|
2009
|
+
/** Bitmask of permissions directly granted to this member (not from profiles) */
|
|
1754
2010
|
granted?: string;
|
|
2011
|
+
/** References the user who holds this membership */
|
|
1755
2012
|
actorId: string;
|
|
2013
|
+
/** References the entity (org or group) this membership belongs to */
|
|
1756
2014
|
entityId: string;
|
|
2015
|
+
profileId?: string;
|
|
1757
2016
|
}
|
|
1758
2017
|
export interface CreateOrgInviteInput {
|
|
1759
2018
|
clientMutationId?: string;
|
|
@@ -1763,15 +2022,25 @@ export interface CreateOrgInviteInput {
|
|
|
1763
2022
|
/** An input for mutations affecting `OrgInvite` */
|
|
1764
2023
|
export interface OrgInviteInput {
|
|
1765
2024
|
id?: string;
|
|
2025
|
+
/** Email address of the invited recipient */
|
|
1766
2026
|
email?: ConstructiveInternalTypeEmail;
|
|
2027
|
+
/** User ID of the member who sent this invitation */
|
|
1767
2028
|
senderId?: string;
|
|
2029
|
+
/** User ID of the intended recipient, if targeting a specific user */
|
|
1768
2030
|
receiverId?: string;
|
|
2031
|
+
/** Unique random hex token used to redeem this invitation */
|
|
1769
2032
|
inviteToken?: string;
|
|
2033
|
+
/** Whether this invitation is still valid and can be redeemed */
|
|
1770
2034
|
inviteValid?: boolean;
|
|
2035
|
+
/** Maximum number of times this invite can be claimed; -1 means unlimited */
|
|
1771
2036
|
inviteLimit?: number;
|
|
2037
|
+
/** Running count of how many times this invite has been claimed */
|
|
1772
2038
|
inviteCount?: number;
|
|
2039
|
+
/** Whether this invite can be claimed by multiple recipients */
|
|
1773
2040
|
multiple?: boolean;
|
|
2041
|
+
/** Optional JSON payload of additional invite metadata */
|
|
1774
2042
|
data?: unknown;
|
|
2043
|
+
/** Timestamp after which this invitation can no longer be redeemed */
|
|
1775
2044
|
expiresAt?: string;
|
|
1776
2045
|
createdAt?: string;
|
|
1777
2046
|
updatedAt?: string;
|
|
@@ -1786,8 +2055,11 @@ export interface UpdateOrgMemberInput {
|
|
|
1786
2055
|
/** Represents an update to a `OrgMember`. Fields that are set will be updated. */
|
|
1787
2056
|
export interface OrgMemberPatch {
|
|
1788
2057
|
id?: string;
|
|
2058
|
+
/** Whether this member has admin privileges */
|
|
1789
2059
|
isAdmin?: boolean;
|
|
2060
|
+
/** References the user who is a member */
|
|
1790
2061
|
actorId?: string;
|
|
2062
|
+
/** References the entity (org or group) this member belongs to */
|
|
1791
2063
|
entityId?: string;
|
|
1792
2064
|
}
|
|
1793
2065
|
export interface UpdateAppPermissionDefaultInput {
|
|
@@ -1799,6 +2071,7 @@ export interface UpdateAppPermissionDefaultInput {
|
|
|
1799
2071
|
/** Represents an update to a `AppPermissionDefault`. Fields that are set will be updated. */
|
|
1800
2072
|
export interface AppPermissionDefaultPatch {
|
|
1801
2073
|
id?: string;
|
|
2074
|
+
/** Default permission bitmask applied to new members */
|
|
1802
2075
|
permissions?: string;
|
|
1803
2076
|
}
|
|
1804
2077
|
export interface UpdateOrgPermissionDefaultInput {
|
|
@@ -1810,7 +2083,9 @@ export interface UpdateOrgPermissionDefaultInput {
|
|
|
1810
2083
|
/** Represents an update to a `OrgPermissionDefault`. Fields that are set will be updated. */
|
|
1811
2084
|
export interface OrgPermissionDefaultPatch {
|
|
1812
2085
|
id?: string;
|
|
2086
|
+
/** Default permission bitmask applied to new members */
|
|
1813
2087
|
permissions?: string;
|
|
2088
|
+
/** References the entity these default permissions apply to */
|
|
1814
2089
|
entityId?: string;
|
|
1815
2090
|
}
|
|
1816
2091
|
export interface UpdateAppAdminGrantInput {
|
|
@@ -1822,7 +2097,9 @@ export interface UpdateAppAdminGrantInput {
|
|
|
1822
2097
|
/** Represents an update to a `AppAdminGrant`. Fields that are set will be updated. */
|
|
1823
2098
|
export interface AppAdminGrantPatch {
|
|
1824
2099
|
id?: string;
|
|
2100
|
+
/** True to grant admin, false to revoke admin */
|
|
1825
2101
|
isGrant?: boolean;
|
|
2102
|
+
/** The member receiving or losing the admin grant */
|
|
1826
2103
|
actorId?: string;
|
|
1827
2104
|
grantorId?: string;
|
|
1828
2105
|
createdAt?: string;
|
|
@@ -1837,36 +2114,14 @@ export interface UpdateAppOwnerGrantInput {
|
|
|
1837
2114
|
/** Represents an update to a `AppOwnerGrant`. Fields that are set will be updated. */
|
|
1838
2115
|
export interface AppOwnerGrantPatch {
|
|
1839
2116
|
id?: string;
|
|
2117
|
+
/** True to grant ownership, false to revoke ownership */
|
|
1840
2118
|
isGrant?: boolean;
|
|
2119
|
+
/** The member receiving or losing the ownership grant */
|
|
1841
2120
|
actorId?: string;
|
|
1842
2121
|
grantorId?: string;
|
|
1843
2122
|
createdAt?: string;
|
|
1844
2123
|
updatedAt?: string;
|
|
1845
2124
|
}
|
|
1846
|
-
export interface UpdateAppLimitDefaultInput {
|
|
1847
|
-
clientMutationId?: string;
|
|
1848
|
-
id: string;
|
|
1849
|
-
/** An object where the defined keys will be set on the `AppLimitDefault` being updated. */
|
|
1850
|
-
appLimitDefaultPatch: AppLimitDefaultPatch;
|
|
1851
|
-
}
|
|
1852
|
-
/** Represents an update to a `AppLimitDefault`. Fields that are set will be updated. */
|
|
1853
|
-
export interface AppLimitDefaultPatch {
|
|
1854
|
-
id?: string;
|
|
1855
|
-
name?: string;
|
|
1856
|
-
max?: number;
|
|
1857
|
-
}
|
|
1858
|
-
export interface UpdateOrgLimitDefaultInput {
|
|
1859
|
-
clientMutationId?: string;
|
|
1860
|
-
id: string;
|
|
1861
|
-
/** An object where the defined keys will be set on the `OrgLimitDefault` being updated. */
|
|
1862
|
-
orgLimitDefaultPatch: OrgLimitDefaultPatch;
|
|
1863
|
-
}
|
|
1864
|
-
/** Represents an update to a `OrgLimitDefault`. Fields that are set will be updated. */
|
|
1865
|
-
export interface OrgLimitDefaultPatch {
|
|
1866
|
-
id?: string;
|
|
1867
|
-
name?: string;
|
|
1868
|
-
max?: number;
|
|
1869
|
-
}
|
|
1870
2125
|
export interface UpdateOrgAdminGrantInput {
|
|
1871
2126
|
clientMutationId?: string;
|
|
1872
2127
|
id: string;
|
|
@@ -1876,8 +2131,11 @@ export interface UpdateOrgAdminGrantInput {
|
|
|
1876
2131
|
/** Represents an update to a `OrgAdminGrant`. Fields that are set will be updated. */
|
|
1877
2132
|
export interface OrgAdminGrantPatch {
|
|
1878
2133
|
id?: string;
|
|
2134
|
+
/** True to grant admin, false to revoke admin */
|
|
1879
2135
|
isGrant?: boolean;
|
|
2136
|
+
/** The member receiving or losing the admin grant */
|
|
1880
2137
|
actorId?: string;
|
|
2138
|
+
/** The entity (org or group) this admin grant applies to */
|
|
1881
2139
|
entityId?: string;
|
|
1882
2140
|
grantorId?: string;
|
|
1883
2141
|
createdAt?: string;
|
|
@@ -1892,26 +2150,88 @@ export interface UpdateOrgOwnerGrantInput {
|
|
|
1892
2150
|
/** Represents an update to a `OrgOwnerGrant`. Fields that are set will be updated. */
|
|
1893
2151
|
export interface OrgOwnerGrantPatch {
|
|
1894
2152
|
id?: string;
|
|
2153
|
+
/** True to grant ownership, false to revoke ownership */
|
|
1895
2154
|
isGrant?: boolean;
|
|
2155
|
+
/** The member receiving or losing the ownership grant */
|
|
1896
2156
|
actorId?: string;
|
|
2157
|
+
/** The entity (org or group) this ownership grant applies to */
|
|
1897
2158
|
entityId?: string;
|
|
1898
2159
|
grantorId?: string;
|
|
1899
2160
|
createdAt?: string;
|
|
1900
2161
|
updatedAt?: string;
|
|
1901
2162
|
}
|
|
2163
|
+
export interface UpdateAppLimitDefaultInput {
|
|
2164
|
+
clientMutationId?: string;
|
|
2165
|
+
id: string;
|
|
2166
|
+
/** An object where the defined keys will be set on the `AppLimitDefault` being updated. */
|
|
2167
|
+
appLimitDefaultPatch: AppLimitDefaultPatch;
|
|
2168
|
+
}
|
|
2169
|
+
/** Represents an update to a `AppLimitDefault`. Fields that are set will be updated. */
|
|
2170
|
+
export interface AppLimitDefaultPatch {
|
|
2171
|
+
id?: string;
|
|
2172
|
+
/** Name identifier of the limit this default applies to */
|
|
2173
|
+
name?: string;
|
|
2174
|
+
/** Default maximum usage allowed for this limit */
|
|
2175
|
+
max?: number;
|
|
2176
|
+
}
|
|
2177
|
+
export interface UpdateOrgLimitDefaultInput {
|
|
2178
|
+
clientMutationId?: string;
|
|
2179
|
+
id: string;
|
|
2180
|
+
/** An object where the defined keys will be set on the `OrgLimitDefault` being updated. */
|
|
2181
|
+
orgLimitDefaultPatch: OrgLimitDefaultPatch;
|
|
2182
|
+
}
|
|
2183
|
+
/** Represents an update to a `OrgLimitDefault`. Fields that are set will be updated. */
|
|
2184
|
+
export interface OrgLimitDefaultPatch {
|
|
2185
|
+
id?: string;
|
|
2186
|
+
/** Name identifier of the limit this default applies to */
|
|
2187
|
+
name?: string;
|
|
2188
|
+
/** Default maximum usage allowed for this limit */
|
|
2189
|
+
max?: number;
|
|
2190
|
+
}
|
|
1902
2191
|
export interface UpdateMembershipTypeInput {
|
|
1903
2192
|
clientMutationId?: string;
|
|
2193
|
+
/** Integer identifier for the membership type (1=App, 2=Organization, 3=Group) */
|
|
1904
2194
|
id: number;
|
|
1905
2195
|
/** An object where the defined keys will be set on the `MembershipType` being updated. */
|
|
1906
2196
|
membershipTypePatch: MembershipTypePatch;
|
|
1907
2197
|
}
|
|
1908
2198
|
/** Represents an update to a `MembershipType`. Fields that are set will be updated. */
|
|
1909
2199
|
export interface MembershipTypePatch {
|
|
2200
|
+
/** Integer identifier for the membership type (1=App, 2=Organization, 3=Group) */
|
|
1910
2201
|
id?: number;
|
|
2202
|
+
/** Human-readable name of the membership type */
|
|
1911
2203
|
name?: string;
|
|
2204
|
+
/** Description of what this membership type represents */
|
|
1912
2205
|
description?: string;
|
|
2206
|
+
/** Short prefix used to namespace tables and functions for this membership scope */
|
|
1913
2207
|
prefix?: string;
|
|
1914
2208
|
}
|
|
2209
|
+
export interface UpdateOrgChartEdgeGrantInput {
|
|
2210
|
+
clientMutationId?: string;
|
|
2211
|
+
id: string;
|
|
2212
|
+
/** An object where the defined keys will be set on the `OrgChartEdgeGrant` being updated. */
|
|
2213
|
+
orgChartEdgeGrantPatch: OrgChartEdgeGrantPatch;
|
|
2214
|
+
}
|
|
2215
|
+
/** Represents an update to a `OrgChartEdgeGrant`. Fields that are set will be updated. */
|
|
2216
|
+
export interface OrgChartEdgeGrantPatch {
|
|
2217
|
+
id?: string;
|
|
2218
|
+
/** Organization this grant applies to */
|
|
2219
|
+
entityId?: string;
|
|
2220
|
+
/** User ID of the subordinate being placed in the hierarchy */
|
|
2221
|
+
childId?: string;
|
|
2222
|
+
/** User ID of the manager being assigned; NULL for top-level positions */
|
|
2223
|
+
parentId?: string;
|
|
2224
|
+
/** User ID of the admin who performed this grant or revocation */
|
|
2225
|
+
grantorId?: string;
|
|
2226
|
+
/** TRUE to add/update the edge, FALSE to remove it */
|
|
2227
|
+
isGrant?: boolean;
|
|
2228
|
+
/** Job title or role name being assigned in this grant */
|
|
2229
|
+
positionTitle?: string;
|
|
2230
|
+
/** Numeric seniority level being assigned in this grant */
|
|
2231
|
+
positionLevel?: number;
|
|
2232
|
+
/** Timestamp when this grant or revocation was recorded */
|
|
2233
|
+
createdAt?: string;
|
|
2234
|
+
}
|
|
1915
2235
|
export interface UpdateAppPermissionInput {
|
|
1916
2236
|
clientMutationId?: string;
|
|
1917
2237
|
id: string;
|
|
@@ -1921,9 +2241,13 @@ export interface UpdateAppPermissionInput {
|
|
|
1921
2241
|
/** Represents an update to a `AppPermission`. Fields that are set will be updated. */
|
|
1922
2242
|
export interface AppPermissionPatch {
|
|
1923
2243
|
id?: string;
|
|
2244
|
+
/** Human-readable permission name (e.g. read, write, manage) */
|
|
1924
2245
|
name?: string;
|
|
2246
|
+
/** Position of this permission in the bitmask (1-indexed), must be unique per permission set */
|
|
1925
2247
|
bitnum?: number;
|
|
2248
|
+
/** Pre-computed bitmask with only this permission bit set, used for bitwise OR/AND operations */
|
|
1926
2249
|
bitstr?: string;
|
|
2250
|
+
/** Human-readable description of what this permission allows */
|
|
1927
2251
|
description?: string;
|
|
1928
2252
|
}
|
|
1929
2253
|
export interface UpdateOrgPermissionInput {
|
|
@@ -1935,9 +2259,13 @@ export interface UpdateOrgPermissionInput {
|
|
|
1935
2259
|
/** Represents an update to a `OrgPermission`. Fields that are set will be updated. */
|
|
1936
2260
|
export interface OrgPermissionPatch {
|
|
1937
2261
|
id?: string;
|
|
2262
|
+
/** Human-readable permission name (e.g. read, write, manage) */
|
|
1938
2263
|
name?: string;
|
|
2264
|
+
/** Position of this permission in the bitmask (1-indexed), must be unique per permission set */
|
|
1939
2265
|
bitnum?: number;
|
|
2266
|
+
/** Pre-computed bitmask with only this permission bit set, used for bitwise OR/AND operations */
|
|
1940
2267
|
bitstr?: string;
|
|
2268
|
+
/** Human-readable description of what this permission allows */
|
|
1941
2269
|
description?: string;
|
|
1942
2270
|
}
|
|
1943
2271
|
export interface UpdateAppLimitInput {
|
|
@@ -1949,9 +2277,13 @@ export interface UpdateAppLimitInput {
|
|
|
1949
2277
|
/** Represents an update to a `AppLimit`. Fields that are set will be updated. */
|
|
1950
2278
|
export interface AppLimitPatch {
|
|
1951
2279
|
id?: string;
|
|
2280
|
+
/** Name identifier of the limit being tracked */
|
|
1952
2281
|
name?: string;
|
|
2282
|
+
/** User whose usage is being tracked against this limit */
|
|
1953
2283
|
actorId?: string;
|
|
2284
|
+
/** Current usage count for this actor and limit */
|
|
1954
2285
|
num?: number;
|
|
2286
|
+
/** Maximum allowed usage; NULL means use the default limit value */
|
|
1955
2287
|
max?: number;
|
|
1956
2288
|
}
|
|
1957
2289
|
export interface UpdateAppAchievementInput {
|
|
@@ -1964,7 +2296,9 @@ export interface UpdateAppAchievementInput {
|
|
|
1964
2296
|
export interface AppAchievementPatch {
|
|
1965
2297
|
id?: string;
|
|
1966
2298
|
actorId?: string;
|
|
2299
|
+
/** Name identifier of the level requirement being tracked */
|
|
1967
2300
|
name?: string;
|
|
2301
|
+
/** Cumulative count of completed steps toward this requirement */
|
|
1968
2302
|
count?: number;
|
|
1969
2303
|
createdAt?: string;
|
|
1970
2304
|
updatedAt?: string;
|
|
@@ -1979,7 +2313,9 @@ export interface UpdateAppStepInput {
|
|
|
1979
2313
|
export interface AppStepPatch {
|
|
1980
2314
|
id?: string;
|
|
1981
2315
|
actorId?: string;
|
|
2316
|
+
/** Name identifier of the level requirement this step fulfills */
|
|
1982
2317
|
name?: string;
|
|
2318
|
+
/** Number of units completed in this step action */
|
|
1983
2319
|
count?: number;
|
|
1984
2320
|
createdAt?: string;
|
|
1985
2321
|
updatedAt?: string;
|
|
@@ -1993,8 +2329,11 @@ export interface UpdateClaimedInviteInput {
|
|
|
1993
2329
|
/** Represents an update to a `ClaimedInvite`. Fields that are set will be updated. */
|
|
1994
2330
|
export interface ClaimedInvitePatch {
|
|
1995
2331
|
id?: string;
|
|
2332
|
+
/** Optional JSON payload captured at the time the invite was claimed */
|
|
1996
2333
|
data?: unknown;
|
|
2334
|
+
/** User ID of the original invitation sender */
|
|
1997
2335
|
senderId?: string;
|
|
2336
|
+
/** User ID of the person who claimed and redeemed the invitation */
|
|
1998
2337
|
receiverId?: string;
|
|
1999
2338
|
createdAt?: string;
|
|
2000
2339
|
updatedAt?: string;
|
|
@@ -2008,8 +2347,11 @@ export interface UpdateAppGrantInput {
|
|
|
2008
2347
|
/** Represents an update to a `AppGrant`. Fields that are set will be updated. */
|
|
2009
2348
|
export interface AppGrantPatch {
|
|
2010
2349
|
id?: string;
|
|
2350
|
+
/** Bitmask of permissions being granted or revoked */
|
|
2011
2351
|
permissions?: string;
|
|
2352
|
+
/** True to grant the permissions, false to revoke them */
|
|
2012
2353
|
isGrant?: boolean;
|
|
2354
|
+
/** The member receiving or losing the permission grant */
|
|
2013
2355
|
actorId?: string;
|
|
2014
2356
|
grantorId?: string;
|
|
2015
2357
|
createdAt?: string;
|
|
@@ -2028,7 +2370,9 @@ export interface AppMembershipDefaultPatch {
|
|
|
2028
2370
|
updatedAt?: string;
|
|
2029
2371
|
createdBy?: string;
|
|
2030
2372
|
updatedBy?: string;
|
|
2373
|
+
/** Whether new members are automatically approved upon joining */
|
|
2031
2374
|
isApproved?: boolean;
|
|
2375
|
+
/** Whether new members are automatically verified upon joining */
|
|
2032
2376
|
isVerified?: boolean;
|
|
2033
2377
|
}
|
|
2034
2378
|
export interface UpdateOrgLimitInput {
|
|
@@ -2040,9 +2384,13 @@ export interface UpdateOrgLimitInput {
|
|
|
2040
2384
|
/** Represents an update to a `OrgLimit`. Fields that are set will be updated. */
|
|
2041
2385
|
export interface OrgLimitPatch {
|
|
2042
2386
|
id?: string;
|
|
2387
|
+
/** Name identifier of the limit being tracked */
|
|
2043
2388
|
name?: string;
|
|
2389
|
+
/** User whose usage is being tracked against this limit */
|
|
2044
2390
|
actorId?: string;
|
|
2391
|
+
/** Current usage count for this actor and limit */
|
|
2045
2392
|
num?: number;
|
|
2393
|
+
/** Maximum allowed usage; NULL means use the default limit value */
|
|
2046
2394
|
max?: number;
|
|
2047
2395
|
entityId?: string;
|
|
2048
2396
|
}
|
|
@@ -2055,8 +2403,11 @@ export interface UpdateOrgClaimedInviteInput {
|
|
|
2055
2403
|
/** Represents an update to a `OrgClaimedInvite`. Fields that are set will be updated. */
|
|
2056
2404
|
export interface OrgClaimedInvitePatch {
|
|
2057
2405
|
id?: string;
|
|
2406
|
+
/** Optional JSON payload captured at the time the invite was claimed */
|
|
2058
2407
|
data?: unknown;
|
|
2408
|
+
/** User ID of the original invitation sender */
|
|
2059
2409
|
senderId?: string;
|
|
2410
|
+
/** User ID of the person who claimed and redeemed the invitation */
|
|
2060
2411
|
receiverId?: string;
|
|
2061
2412
|
createdAt?: string;
|
|
2062
2413
|
updatedAt?: string;
|
|
@@ -2071,14 +2422,40 @@ export interface UpdateOrgGrantInput {
|
|
|
2071
2422
|
/** Represents an update to a `OrgGrant`. Fields that are set will be updated. */
|
|
2072
2423
|
export interface OrgGrantPatch {
|
|
2073
2424
|
id?: string;
|
|
2425
|
+
/** Bitmask of permissions being granted or revoked */
|
|
2074
2426
|
permissions?: string;
|
|
2427
|
+
/** True to grant the permissions, false to revoke them */
|
|
2075
2428
|
isGrant?: boolean;
|
|
2429
|
+
/** The member receiving or losing the permission grant */
|
|
2076
2430
|
actorId?: string;
|
|
2431
|
+
/** The entity (org or group) this permission grant applies to */
|
|
2077
2432
|
entityId?: string;
|
|
2078
2433
|
grantorId?: string;
|
|
2079
2434
|
createdAt?: string;
|
|
2080
2435
|
updatedAt?: string;
|
|
2081
2436
|
}
|
|
2437
|
+
export interface UpdateOrgChartEdgeInput {
|
|
2438
|
+
clientMutationId?: string;
|
|
2439
|
+
id: string;
|
|
2440
|
+
/** An object where the defined keys will be set on the `OrgChartEdge` being updated. */
|
|
2441
|
+
orgChartEdgePatch: OrgChartEdgePatch;
|
|
2442
|
+
}
|
|
2443
|
+
/** Represents an update to a `OrgChartEdge`. Fields that are set will be updated. */
|
|
2444
|
+
export interface OrgChartEdgePatch {
|
|
2445
|
+
id?: string;
|
|
2446
|
+
createdAt?: string;
|
|
2447
|
+
updatedAt?: string;
|
|
2448
|
+
/** Organization this hierarchy edge belongs to */
|
|
2449
|
+
entityId?: string;
|
|
2450
|
+
/** User ID of the subordinate (employee) in this reporting relationship */
|
|
2451
|
+
childId?: string;
|
|
2452
|
+
/** User ID of the manager; NULL indicates a top-level position with no direct report */
|
|
2453
|
+
parentId?: string;
|
|
2454
|
+
/** Job title or role name for this position in the org chart */
|
|
2455
|
+
positionTitle?: string;
|
|
2456
|
+
/** Numeric seniority level for this position (higher = more senior) */
|
|
2457
|
+
positionLevel?: number;
|
|
2458
|
+
}
|
|
2082
2459
|
export interface UpdateOrgMembershipDefaultInput {
|
|
2083
2460
|
clientMutationId?: string;
|
|
2084
2461
|
id: string;
|
|
@@ -2092,9 +2469,13 @@ export interface OrgMembershipDefaultPatch {
|
|
|
2092
2469
|
updatedAt?: string;
|
|
2093
2470
|
createdBy?: string;
|
|
2094
2471
|
updatedBy?: string;
|
|
2472
|
+
/** Whether new members are automatically approved upon joining */
|
|
2095
2473
|
isApproved?: boolean;
|
|
2474
|
+
/** References the entity these membership defaults apply to */
|
|
2096
2475
|
entityId?: string;
|
|
2476
|
+
/** When an org member is deleted, whether to cascade-remove their group memberships */
|
|
2097
2477
|
deleteMemberCascadeGroups?: boolean;
|
|
2478
|
+
/** When a group is created, whether to auto-add existing org members as group members */
|
|
2098
2479
|
createGroupsCascadeMembers?: boolean;
|
|
2099
2480
|
}
|
|
2100
2481
|
export interface UpdateAppLevelRequirementInput {
|
|
@@ -2106,30 +2487,19 @@ export interface UpdateAppLevelRequirementInput {
|
|
|
2106
2487
|
/** Represents an update to a `AppLevelRequirement`. Fields that are set will be updated. */
|
|
2107
2488
|
export interface AppLevelRequirementPatch {
|
|
2108
2489
|
id?: string;
|
|
2490
|
+
/** Name identifier of the requirement (matches step names) */
|
|
2109
2491
|
name?: string;
|
|
2492
|
+
/** Name of the level this requirement belongs to */
|
|
2110
2493
|
level?: string;
|
|
2494
|
+
/** Human-readable description of what this requirement entails */
|
|
2111
2495
|
description?: string;
|
|
2496
|
+
/** Number of steps needed to satisfy this requirement */
|
|
2112
2497
|
requiredCount?: number;
|
|
2498
|
+
/** Display ordering priority; lower values appear first */
|
|
2113
2499
|
priority?: number;
|
|
2114
2500
|
createdAt?: string;
|
|
2115
2501
|
updatedAt?: string;
|
|
2116
2502
|
}
|
|
2117
|
-
export interface UpdateAppLevelInput {
|
|
2118
|
-
clientMutationId?: string;
|
|
2119
|
-
id: string;
|
|
2120
|
-
/** An object where the defined keys will be set on the `AppLevel` being updated. */
|
|
2121
|
-
appLevelPatch: AppLevelPatch;
|
|
2122
|
-
}
|
|
2123
|
-
/** Represents an update to a `AppLevel`. Fields that are set will be updated. */
|
|
2124
|
-
export interface AppLevelPatch {
|
|
2125
|
-
id?: string;
|
|
2126
|
-
name?: string;
|
|
2127
|
-
description?: string;
|
|
2128
|
-
image?: ConstructiveInternalTypeImage;
|
|
2129
|
-
ownerId?: string;
|
|
2130
|
-
createdAt?: string;
|
|
2131
|
-
updatedAt?: string;
|
|
2132
|
-
}
|
|
2133
2503
|
export interface UpdateInviteInput {
|
|
2134
2504
|
clientMutationId?: string;
|
|
2135
2505
|
id: string;
|
|
@@ -2139,18 +2509,49 @@ export interface UpdateInviteInput {
|
|
|
2139
2509
|
/** Represents an update to a `Invite`. Fields that are set will be updated. */
|
|
2140
2510
|
export interface InvitePatch {
|
|
2141
2511
|
id?: string;
|
|
2512
|
+
/** Email address of the invited recipient */
|
|
2142
2513
|
email?: ConstructiveInternalTypeEmail;
|
|
2514
|
+
/** User ID of the member who sent this invitation */
|
|
2143
2515
|
senderId?: string;
|
|
2516
|
+
/** Unique random hex token used to redeem this invitation */
|
|
2144
2517
|
inviteToken?: string;
|
|
2518
|
+
/** Whether this invitation is still valid and can be redeemed */
|
|
2145
2519
|
inviteValid?: boolean;
|
|
2520
|
+
/** Maximum number of times this invite can be claimed; -1 means unlimited */
|
|
2146
2521
|
inviteLimit?: number;
|
|
2522
|
+
/** Running count of how many times this invite has been claimed */
|
|
2147
2523
|
inviteCount?: number;
|
|
2524
|
+
/** Whether this invite can be claimed by multiple recipients */
|
|
2148
2525
|
multiple?: boolean;
|
|
2526
|
+
/** Optional JSON payload of additional invite metadata */
|
|
2149
2527
|
data?: unknown;
|
|
2528
|
+
/** Timestamp after which this invitation can no longer be redeemed */
|
|
2150
2529
|
expiresAt?: string;
|
|
2151
2530
|
createdAt?: string;
|
|
2152
2531
|
updatedAt?: string;
|
|
2153
2532
|
}
|
|
2533
|
+
export interface UpdateAppLevelInput {
|
|
2534
|
+
clientMutationId?: string;
|
|
2535
|
+
id: string;
|
|
2536
|
+
/** An object where the defined keys will be set on the `AppLevel` being updated. */
|
|
2537
|
+
appLevelPatch: AppLevelPatch;
|
|
2538
|
+
}
|
|
2539
|
+
/** Represents an update to a `AppLevel`. Fields that are set will be updated. */
|
|
2540
|
+
export interface AppLevelPatch {
|
|
2541
|
+
id?: string;
|
|
2542
|
+
/** Unique name of the level */
|
|
2543
|
+
name?: string;
|
|
2544
|
+
/** Human-readable description of what this level represents */
|
|
2545
|
+
description?: string;
|
|
2546
|
+
/** Badge or icon image associated with this level */
|
|
2547
|
+
image?: ConstructiveInternalTypeImage;
|
|
2548
|
+
/** Optional owner (actor) who created or manages this level */
|
|
2549
|
+
ownerId?: string;
|
|
2550
|
+
createdAt?: string;
|
|
2551
|
+
updatedAt?: string;
|
|
2552
|
+
/** Upload for Badge or icon image associated with this level */
|
|
2553
|
+
imageUpload?: File;
|
|
2554
|
+
}
|
|
2154
2555
|
export interface UpdateAppMembershipInput {
|
|
2155
2556
|
clientMutationId?: string;
|
|
2156
2557
|
id: string;
|
|
@@ -2164,16 +2565,27 @@ export interface AppMembershipPatch {
|
|
|
2164
2565
|
updatedAt?: string;
|
|
2165
2566
|
createdBy?: string;
|
|
2166
2567
|
updatedBy?: string;
|
|
2568
|
+
/** Whether this membership has been approved by an admin */
|
|
2167
2569
|
isApproved?: boolean;
|
|
2570
|
+
/** Whether this member has been banned from the entity */
|
|
2168
2571
|
isBanned?: boolean;
|
|
2572
|
+
/** Whether this membership is temporarily disabled */
|
|
2169
2573
|
isDisabled?: boolean;
|
|
2574
|
+
/** Whether this member has been verified (e.g. email confirmation) */
|
|
2170
2575
|
isVerified?: boolean;
|
|
2576
|
+
/** Computed field indicating the membership is approved, verified, not banned, and not disabled */
|
|
2171
2577
|
isActive?: boolean;
|
|
2578
|
+
/** Whether the actor is the owner of this entity */
|
|
2172
2579
|
isOwner?: boolean;
|
|
2580
|
+
/** Whether the actor has admin privileges on this entity */
|
|
2173
2581
|
isAdmin?: boolean;
|
|
2582
|
+
/** Aggregated permission bitmask combining profile-based and directly granted permissions */
|
|
2174
2583
|
permissions?: string;
|
|
2584
|
+
/** Bitmask of permissions directly granted to this member (not from profiles) */
|
|
2175
2585
|
granted?: string;
|
|
2586
|
+
/** References the user who holds this membership */
|
|
2176
2587
|
actorId?: string;
|
|
2588
|
+
profileId?: string;
|
|
2177
2589
|
}
|
|
2178
2590
|
export interface UpdateOrgMembershipInput {
|
|
2179
2591
|
clientMutationId?: string;
|
|
@@ -2188,16 +2600,27 @@ export interface OrgMembershipPatch {
|
|
|
2188
2600
|
updatedAt?: string;
|
|
2189
2601
|
createdBy?: string;
|
|
2190
2602
|
updatedBy?: string;
|
|
2603
|
+
/** Whether this membership has been approved by an admin */
|
|
2191
2604
|
isApproved?: boolean;
|
|
2605
|
+
/** Whether this member has been banned from the entity */
|
|
2192
2606
|
isBanned?: boolean;
|
|
2607
|
+
/** Whether this membership is temporarily disabled */
|
|
2193
2608
|
isDisabled?: boolean;
|
|
2609
|
+
/** Computed field indicating the membership is approved, verified, not banned, and not disabled */
|
|
2194
2610
|
isActive?: boolean;
|
|
2611
|
+
/** Whether the actor is the owner of this entity */
|
|
2195
2612
|
isOwner?: boolean;
|
|
2613
|
+
/** Whether the actor has admin privileges on this entity */
|
|
2196
2614
|
isAdmin?: boolean;
|
|
2615
|
+
/** Aggregated permission bitmask combining profile-based and directly granted permissions */
|
|
2197
2616
|
permissions?: string;
|
|
2617
|
+
/** Bitmask of permissions directly granted to this member (not from profiles) */
|
|
2198
2618
|
granted?: string;
|
|
2619
|
+
/** References the user who holds this membership */
|
|
2199
2620
|
actorId?: string;
|
|
2621
|
+
/** References the entity (org or group) this membership belongs to */
|
|
2200
2622
|
entityId?: string;
|
|
2623
|
+
profileId?: string;
|
|
2201
2624
|
}
|
|
2202
2625
|
export interface UpdateOrgInviteInput {
|
|
2203
2626
|
clientMutationId?: string;
|
|
@@ -2208,15 +2631,25 @@ export interface UpdateOrgInviteInput {
|
|
|
2208
2631
|
/** Represents an update to a `OrgInvite`. Fields that are set will be updated. */
|
|
2209
2632
|
export interface OrgInvitePatch {
|
|
2210
2633
|
id?: string;
|
|
2634
|
+
/** Email address of the invited recipient */
|
|
2211
2635
|
email?: ConstructiveInternalTypeEmail;
|
|
2636
|
+
/** User ID of the member who sent this invitation */
|
|
2212
2637
|
senderId?: string;
|
|
2638
|
+
/** User ID of the intended recipient, if targeting a specific user */
|
|
2213
2639
|
receiverId?: string;
|
|
2640
|
+
/** Unique random hex token used to redeem this invitation */
|
|
2214
2641
|
inviteToken?: string;
|
|
2642
|
+
/** Whether this invitation is still valid and can be redeemed */
|
|
2215
2643
|
inviteValid?: boolean;
|
|
2644
|
+
/** Maximum number of times this invite can be claimed; -1 means unlimited */
|
|
2216
2645
|
inviteLimit?: number;
|
|
2646
|
+
/** Running count of how many times this invite has been claimed */
|
|
2217
2647
|
inviteCount?: number;
|
|
2648
|
+
/** Whether this invite can be claimed by multiple recipients */
|
|
2218
2649
|
multiple?: boolean;
|
|
2650
|
+
/** Optional JSON payload of additional invite metadata */
|
|
2219
2651
|
data?: unknown;
|
|
2652
|
+
/** Timestamp after which this invitation can no longer be redeemed */
|
|
2220
2653
|
expiresAt?: string;
|
|
2221
2654
|
createdAt?: string;
|
|
2222
2655
|
updatedAt?: string;
|
|
@@ -2242,26 +2675,31 @@ export interface DeleteAppOwnerGrantInput {
|
|
|
2242
2675
|
clientMutationId?: string;
|
|
2243
2676
|
id: string;
|
|
2244
2677
|
}
|
|
2245
|
-
export interface
|
|
2678
|
+
export interface DeleteOrgAdminGrantInput {
|
|
2246
2679
|
clientMutationId?: string;
|
|
2247
2680
|
id: string;
|
|
2248
2681
|
}
|
|
2249
|
-
export interface
|
|
2682
|
+
export interface DeleteOrgOwnerGrantInput {
|
|
2250
2683
|
clientMutationId?: string;
|
|
2251
2684
|
id: string;
|
|
2252
2685
|
}
|
|
2253
|
-
export interface
|
|
2686
|
+
export interface DeleteAppLimitDefaultInput {
|
|
2254
2687
|
clientMutationId?: string;
|
|
2255
2688
|
id: string;
|
|
2256
2689
|
}
|
|
2257
|
-
export interface
|
|
2690
|
+
export interface DeleteOrgLimitDefaultInput {
|
|
2258
2691
|
clientMutationId?: string;
|
|
2259
2692
|
id: string;
|
|
2260
2693
|
}
|
|
2261
2694
|
export interface DeleteMembershipTypeInput {
|
|
2262
2695
|
clientMutationId?: string;
|
|
2696
|
+
/** Integer identifier for the membership type (1=App, 2=Organization, 3=Group) */
|
|
2263
2697
|
id: number;
|
|
2264
2698
|
}
|
|
2699
|
+
export interface DeleteOrgChartEdgeGrantInput {
|
|
2700
|
+
clientMutationId?: string;
|
|
2701
|
+
id: string;
|
|
2702
|
+
}
|
|
2265
2703
|
export interface DeleteAppPermissionInput {
|
|
2266
2704
|
clientMutationId?: string;
|
|
2267
2705
|
id: string;
|
|
@@ -2306,6 +2744,10 @@ export interface DeleteOrgGrantInput {
|
|
|
2306
2744
|
clientMutationId?: string;
|
|
2307
2745
|
id: string;
|
|
2308
2746
|
}
|
|
2747
|
+
export interface DeleteOrgChartEdgeInput {
|
|
2748
|
+
clientMutationId?: string;
|
|
2749
|
+
id: string;
|
|
2750
|
+
}
|
|
2309
2751
|
export interface DeleteOrgMembershipDefaultInput {
|
|
2310
2752
|
clientMutationId?: string;
|
|
2311
2753
|
id: string;
|
|
@@ -2314,11 +2756,11 @@ export interface DeleteAppLevelRequirementInput {
|
|
|
2314
2756
|
clientMutationId?: string;
|
|
2315
2757
|
id: string;
|
|
2316
2758
|
}
|
|
2317
|
-
export interface
|
|
2759
|
+
export interface DeleteInviteInput {
|
|
2318
2760
|
clientMutationId?: string;
|
|
2319
2761
|
id: string;
|
|
2320
2762
|
}
|
|
2321
|
-
export interface
|
|
2763
|
+
export interface DeleteAppLevelInput {
|
|
2322
2764
|
clientMutationId?: string;
|
|
2323
2765
|
id: string;
|
|
2324
2766
|
}
|
|
@@ -2334,6 +2776,20 @@ export interface DeleteOrgInviteInput {
|
|
|
2334
2776
|
clientMutationId?: string;
|
|
2335
2777
|
id: string;
|
|
2336
2778
|
}
|
|
2779
|
+
/** A connection to a list of `OrgGetManagersRecord` values. */
|
|
2780
|
+
export interface OrgGetManagersConnection {
|
|
2781
|
+
nodes: OrgGetManagersRecord[];
|
|
2782
|
+
edges: OrgGetManagersEdge[];
|
|
2783
|
+
pageInfo: PageInfo;
|
|
2784
|
+
totalCount: number;
|
|
2785
|
+
}
|
|
2786
|
+
/** A connection to a list of `OrgGetSubordinatesRecord` values. */
|
|
2787
|
+
export interface OrgGetSubordinatesConnection {
|
|
2788
|
+
nodes: OrgGetSubordinatesRecord[];
|
|
2789
|
+
edges: OrgGetSubordinatesEdge[];
|
|
2790
|
+
pageInfo: PageInfo;
|
|
2791
|
+
totalCount: number;
|
|
2792
|
+
}
|
|
2337
2793
|
/** A connection to a list of `AppPermission` values. */
|
|
2338
2794
|
export interface AppPermissionConnection {
|
|
2339
2795
|
nodes: AppPermission[];
|
|
@@ -2390,20 +2846,6 @@ export interface AppOwnerGrantConnection {
|
|
|
2390
2846
|
pageInfo: PageInfo;
|
|
2391
2847
|
totalCount: number;
|
|
2392
2848
|
}
|
|
2393
|
-
/** A connection to a list of `AppLimitDefault` values. */
|
|
2394
|
-
export interface AppLimitDefaultConnection {
|
|
2395
|
-
nodes: AppLimitDefault[];
|
|
2396
|
-
edges: AppLimitDefaultEdge[];
|
|
2397
|
-
pageInfo: PageInfo;
|
|
2398
|
-
totalCount: number;
|
|
2399
|
-
}
|
|
2400
|
-
/** A connection to a list of `OrgLimitDefault` values. */
|
|
2401
|
-
export interface OrgLimitDefaultConnection {
|
|
2402
|
-
nodes: OrgLimitDefault[];
|
|
2403
|
-
edges: OrgLimitDefaultEdge[];
|
|
2404
|
-
pageInfo: PageInfo;
|
|
2405
|
-
totalCount: number;
|
|
2406
|
-
}
|
|
2407
2849
|
/** A connection to a list of `OrgAdminGrant` values. */
|
|
2408
2850
|
export interface OrgAdminGrantConnection {
|
|
2409
2851
|
nodes: OrgAdminGrant[];
|
|
@@ -2418,6 +2860,20 @@ export interface OrgOwnerGrantConnection {
|
|
|
2418
2860
|
pageInfo: PageInfo;
|
|
2419
2861
|
totalCount: number;
|
|
2420
2862
|
}
|
|
2863
|
+
/** A connection to a list of `AppLimitDefault` values. */
|
|
2864
|
+
export interface AppLimitDefaultConnection {
|
|
2865
|
+
nodes: AppLimitDefault[];
|
|
2866
|
+
edges: AppLimitDefaultEdge[];
|
|
2867
|
+
pageInfo: PageInfo;
|
|
2868
|
+
totalCount: number;
|
|
2869
|
+
}
|
|
2870
|
+
/** A connection to a list of `OrgLimitDefault` values. */
|
|
2871
|
+
export interface OrgLimitDefaultConnection {
|
|
2872
|
+
nodes: OrgLimitDefault[];
|
|
2873
|
+
edges: OrgLimitDefaultEdge[];
|
|
2874
|
+
pageInfo: PageInfo;
|
|
2875
|
+
totalCount: number;
|
|
2876
|
+
}
|
|
2421
2877
|
/** A connection to a list of `MembershipType` values. */
|
|
2422
2878
|
export interface MembershipTypeConnection {
|
|
2423
2879
|
nodes: MembershipType[];
|
|
@@ -2425,6 +2881,13 @@ export interface MembershipTypeConnection {
|
|
|
2425
2881
|
pageInfo: PageInfo;
|
|
2426
2882
|
totalCount: number;
|
|
2427
2883
|
}
|
|
2884
|
+
/** A connection to a list of `OrgChartEdgeGrant` values. */
|
|
2885
|
+
export interface OrgChartEdgeGrantConnection {
|
|
2886
|
+
nodes: OrgChartEdgeGrant[];
|
|
2887
|
+
edges: OrgChartEdgeGrantEdge[];
|
|
2888
|
+
pageInfo: PageInfo;
|
|
2889
|
+
totalCount: number;
|
|
2890
|
+
}
|
|
2428
2891
|
/** A connection to a list of `AppLimit` values. */
|
|
2429
2892
|
export interface AppLimitConnection {
|
|
2430
2893
|
nodes: AppLimit[];
|
|
@@ -2488,6 +2951,13 @@ export interface OrgGrantConnection {
|
|
|
2488
2951
|
pageInfo: PageInfo;
|
|
2489
2952
|
totalCount: number;
|
|
2490
2953
|
}
|
|
2954
|
+
/** A connection to a list of `OrgChartEdge` values. */
|
|
2955
|
+
export interface OrgChartEdgeConnection {
|
|
2956
|
+
nodes: OrgChartEdge[];
|
|
2957
|
+
edges: OrgChartEdgeEdge[];
|
|
2958
|
+
pageInfo: PageInfo;
|
|
2959
|
+
totalCount: number;
|
|
2960
|
+
}
|
|
2491
2961
|
/** A connection to a list of `OrgMembershipDefault` values. */
|
|
2492
2962
|
export interface OrgMembershipDefaultConnection {
|
|
2493
2963
|
nodes: OrgMembershipDefault[];
|
|
@@ -2495,13 +2965,6 @@ export interface OrgMembershipDefaultConnection {
|
|
|
2495
2965
|
pageInfo: PageInfo;
|
|
2496
2966
|
totalCount: number;
|
|
2497
2967
|
}
|
|
2498
|
-
/** A connection to a list of `AppLevel` values. */
|
|
2499
|
-
export interface AppLevelConnection {
|
|
2500
|
-
nodes: AppLevel[];
|
|
2501
|
-
edges: AppLevelEdge[];
|
|
2502
|
-
pageInfo: PageInfo;
|
|
2503
|
-
totalCount: number;
|
|
2504
|
-
}
|
|
2505
2968
|
/** A connection to a list of `Invite` values. */
|
|
2506
2969
|
export interface InviteConnection {
|
|
2507
2970
|
nodes: Invite[];
|
|
@@ -2509,6 +2972,13 @@ export interface InviteConnection {
|
|
|
2509
2972
|
pageInfo: PageInfo;
|
|
2510
2973
|
totalCount: number;
|
|
2511
2974
|
}
|
|
2975
|
+
/** A connection to a list of `AppLevel` values. */
|
|
2976
|
+
export interface AppLevelConnection {
|
|
2977
|
+
nodes: AppLevel[];
|
|
2978
|
+
edges: AppLevelEdge[];
|
|
2979
|
+
pageInfo: PageInfo;
|
|
2980
|
+
totalCount: number;
|
|
2981
|
+
}
|
|
2512
2982
|
/** A connection to a list of `AppMembership` values. */
|
|
2513
2983
|
export interface AppMembershipConnection {
|
|
2514
2984
|
nodes: AppMembership[];
|
|
@@ -2572,18 +3042,6 @@ export interface CreateAppOwnerGrantPayload {
|
|
|
2572
3042
|
appOwnerGrant?: AppOwnerGrant | null;
|
|
2573
3043
|
appOwnerGrantEdge?: AppOwnerGrantEdge | null;
|
|
2574
3044
|
}
|
|
2575
|
-
export interface CreateAppLimitDefaultPayload {
|
|
2576
|
-
clientMutationId?: string | null;
|
|
2577
|
-
/** The `AppLimitDefault` that was created by this mutation. */
|
|
2578
|
-
appLimitDefault?: AppLimitDefault | null;
|
|
2579
|
-
appLimitDefaultEdge?: AppLimitDefaultEdge | null;
|
|
2580
|
-
}
|
|
2581
|
-
export interface CreateOrgLimitDefaultPayload {
|
|
2582
|
-
clientMutationId?: string | null;
|
|
2583
|
-
/** The `OrgLimitDefault` that was created by this mutation. */
|
|
2584
|
-
orgLimitDefault?: OrgLimitDefault | null;
|
|
2585
|
-
orgLimitDefaultEdge?: OrgLimitDefaultEdge | null;
|
|
2586
|
-
}
|
|
2587
3045
|
export interface CreateOrgAdminGrantPayload {
|
|
2588
3046
|
clientMutationId?: string | null;
|
|
2589
3047
|
/** The `OrgAdminGrant` that was created by this mutation. */
|
|
@@ -2596,12 +3054,30 @@ export interface CreateOrgOwnerGrantPayload {
|
|
|
2596
3054
|
orgOwnerGrant?: OrgOwnerGrant | null;
|
|
2597
3055
|
orgOwnerGrantEdge?: OrgOwnerGrantEdge | null;
|
|
2598
3056
|
}
|
|
3057
|
+
export interface CreateAppLimitDefaultPayload {
|
|
3058
|
+
clientMutationId?: string | null;
|
|
3059
|
+
/** The `AppLimitDefault` that was created by this mutation. */
|
|
3060
|
+
appLimitDefault?: AppLimitDefault | null;
|
|
3061
|
+
appLimitDefaultEdge?: AppLimitDefaultEdge | null;
|
|
3062
|
+
}
|
|
3063
|
+
export interface CreateOrgLimitDefaultPayload {
|
|
3064
|
+
clientMutationId?: string | null;
|
|
3065
|
+
/** The `OrgLimitDefault` that was created by this mutation. */
|
|
3066
|
+
orgLimitDefault?: OrgLimitDefault | null;
|
|
3067
|
+
orgLimitDefaultEdge?: OrgLimitDefaultEdge | null;
|
|
3068
|
+
}
|
|
2599
3069
|
export interface CreateMembershipTypePayload {
|
|
2600
3070
|
clientMutationId?: string | null;
|
|
2601
3071
|
/** The `MembershipType` that was created by this mutation. */
|
|
2602
3072
|
membershipType?: MembershipType | null;
|
|
2603
3073
|
membershipTypeEdge?: MembershipTypeEdge | null;
|
|
2604
3074
|
}
|
|
3075
|
+
export interface CreateOrgChartEdgeGrantPayload {
|
|
3076
|
+
clientMutationId?: string | null;
|
|
3077
|
+
/** The `OrgChartEdgeGrant` that was created by this mutation. */
|
|
3078
|
+
orgChartEdgeGrant?: OrgChartEdgeGrant | null;
|
|
3079
|
+
orgChartEdgeGrantEdge?: OrgChartEdgeGrantEdge | null;
|
|
3080
|
+
}
|
|
2605
3081
|
export interface CreateAppPermissionPayload {
|
|
2606
3082
|
clientMutationId?: string | null;
|
|
2607
3083
|
/** The `AppPermission` that was created by this mutation. */
|
|
@@ -2668,6 +3144,12 @@ export interface CreateOrgGrantPayload {
|
|
|
2668
3144
|
orgGrant?: OrgGrant | null;
|
|
2669
3145
|
orgGrantEdge?: OrgGrantEdge | null;
|
|
2670
3146
|
}
|
|
3147
|
+
export interface CreateOrgChartEdgePayload {
|
|
3148
|
+
clientMutationId?: string | null;
|
|
3149
|
+
/** The `OrgChartEdge` that was created by this mutation. */
|
|
3150
|
+
orgChartEdge?: OrgChartEdge | null;
|
|
3151
|
+
orgChartEdgeEdge?: OrgChartEdgeEdge | null;
|
|
3152
|
+
}
|
|
2671
3153
|
export interface CreateOrgMembershipDefaultPayload {
|
|
2672
3154
|
clientMutationId?: string | null;
|
|
2673
3155
|
/** The `OrgMembershipDefault` that was created by this mutation. */
|
|
@@ -2680,18 +3162,18 @@ export interface CreateAppLevelRequirementPayload {
|
|
|
2680
3162
|
appLevelRequirement?: AppLevelRequirement | null;
|
|
2681
3163
|
appLevelRequirementEdge?: AppLevelRequirementEdge | null;
|
|
2682
3164
|
}
|
|
2683
|
-
export interface CreateAppLevelPayload {
|
|
2684
|
-
clientMutationId?: string | null;
|
|
2685
|
-
/** The `AppLevel` that was created by this mutation. */
|
|
2686
|
-
appLevel?: AppLevel | null;
|
|
2687
|
-
appLevelEdge?: AppLevelEdge | null;
|
|
2688
|
-
}
|
|
2689
3165
|
export interface CreateInvitePayload {
|
|
2690
3166
|
clientMutationId?: string | null;
|
|
2691
3167
|
/** The `Invite` that was created by this mutation. */
|
|
2692
3168
|
invite?: Invite | null;
|
|
2693
3169
|
inviteEdge?: InviteEdge | null;
|
|
2694
3170
|
}
|
|
3171
|
+
export interface CreateAppLevelPayload {
|
|
3172
|
+
clientMutationId?: string | null;
|
|
3173
|
+
/** The `AppLevel` that was created by this mutation. */
|
|
3174
|
+
appLevel?: AppLevel | null;
|
|
3175
|
+
appLevelEdge?: AppLevelEdge | null;
|
|
3176
|
+
}
|
|
2695
3177
|
export interface CreateAppMembershipPayload {
|
|
2696
3178
|
clientMutationId?: string | null;
|
|
2697
3179
|
/** The `AppMembership` that was created by this mutation. */
|
|
@@ -2740,18 +3222,6 @@ export interface UpdateAppOwnerGrantPayload {
|
|
|
2740
3222
|
appOwnerGrant?: AppOwnerGrant | null;
|
|
2741
3223
|
appOwnerGrantEdge?: AppOwnerGrantEdge | null;
|
|
2742
3224
|
}
|
|
2743
|
-
export interface UpdateAppLimitDefaultPayload {
|
|
2744
|
-
clientMutationId?: string | null;
|
|
2745
|
-
/** The `AppLimitDefault` that was updated by this mutation. */
|
|
2746
|
-
appLimitDefault?: AppLimitDefault | null;
|
|
2747
|
-
appLimitDefaultEdge?: AppLimitDefaultEdge | null;
|
|
2748
|
-
}
|
|
2749
|
-
export interface UpdateOrgLimitDefaultPayload {
|
|
2750
|
-
clientMutationId?: string | null;
|
|
2751
|
-
/** The `OrgLimitDefault` that was updated by this mutation. */
|
|
2752
|
-
orgLimitDefault?: OrgLimitDefault | null;
|
|
2753
|
-
orgLimitDefaultEdge?: OrgLimitDefaultEdge | null;
|
|
2754
|
-
}
|
|
2755
3225
|
export interface UpdateOrgAdminGrantPayload {
|
|
2756
3226
|
clientMutationId?: string | null;
|
|
2757
3227
|
/** The `OrgAdminGrant` that was updated by this mutation. */
|
|
@@ -2764,12 +3234,30 @@ export interface UpdateOrgOwnerGrantPayload {
|
|
|
2764
3234
|
orgOwnerGrant?: OrgOwnerGrant | null;
|
|
2765
3235
|
orgOwnerGrantEdge?: OrgOwnerGrantEdge | null;
|
|
2766
3236
|
}
|
|
3237
|
+
export interface UpdateAppLimitDefaultPayload {
|
|
3238
|
+
clientMutationId?: string | null;
|
|
3239
|
+
/** The `AppLimitDefault` that was updated by this mutation. */
|
|
3240
|
+
appLimitDefault?: AppLimitDefault | null;
|
|
3241
|
+
appLimitDefaultEdge?: AppLimitDefaultEdge | null;
|
|
3242
|
+
}
|
|
3243
|
+
export interface UpdateOrgLimitDefaultPayload {
|
|
3244
|
+
clientMutationId?: string | null;
|
|
3245
|
+
/** The `OrgLimitDefault` that was updated by this mutation. */
|
|
3246
|
+
orgLimitDefault?: OrgLimitDefault | null;
|
|
3247
|
+
orgLimitDefaultEdge?: OrgLimitDefaultEdge | null;
|
|
3248
|
+
}
|
|
2767
3249
|
export interface UpdateMembershipTypePayload {
|
|
2768
3250
|
clientMutationId?: string | null;
|
|
2769
3251
|
/** The `MembershipType` that was updated by this mutation. */
|
|
2770
3252
|
membershipType?: MembershipType | null;
|
|
2771
3253
|
membershipTypeEdge?: MembershipTypeEdge | null;
|
|
2772
3254
|
}
|
|
3255
|
+
export interface UpdateOrgChartEdgeGrantPayload {
|
|
3256
|
+
clientMutationId?: string | null;
|
|
3257
|
+
/** The `OrgChartEdgeGrant` that was updated by this mutation. */
|
|
3258
|
+
orgChartEdgeGrant?: OrgChartEdgeGrant | null;
|
|
3259
|
+
orgChartEdgeGrantEdge?: OrgChartEdgeGrantEdge | null;
|
|
3260
|
+
}
|
|
2773
3261
|
export interface UpdateAppPermissionPayload {
|
|
2774
3262
|
clientMutationId?: string | null;
|
|
2775
3263
|
/** The `AppPermission` that was updated by this mutation. */
|
|
@@ -2836,6 +3324,12 @@ export interface UpdateOrgGrantPayload {
|
|
|
2836
3324
|
orgGrant?: OrgGrant | null;
|
|
2837
3325
|
orgGrantEdge?: OrgGrantEdge | null;
|
|
2838
3326
|
}
|
|
3327
|
+
export interface UpdateOrgChartEdgePayload {
|
|
3328
|
+
clientMutationId?: string | null;
|
|
3329
|
+
/** The `OrgChartEdge` that was updated by this mutation. */
|
|
3330
|
+
orgChartEdge?: OrgChartEdge | null;
|
|
3331
|
+
orgChartEdgeEdge?: OrgChartEdgeEdge | null;
|
|
3332
|
+
}
|
|
2839
3333
|
export interface UpdateOrgMembershipDefaultPayload {
|
|
2840
3334
|
clientMutationId?: string | null;
|
|
2841
3335
|
/** The `OrgMembershipDefault` that was updated by this mutation. */
|
|
@@ -2848,18 +3342,18 @@ export interface UpdateAppLevelRequirementPayload {
|
|
|
2848
3342
|
appLevelRequirement?: AppLevelRequirement | null;
|
|
2849
3343
|
appLevelRequirementEdge?: AppLevelRequirementEdge | null;
|
|
2850
3344
|
}
|
|
2851
|
-
export interface UpdateAppLevelPayload {
|
|
2852
|
-
clientMutationId?: string | null;
|
|
2853
|
-
/** The `AppLevel` that was updated by this mutation. */
|
|
2854
|
-
appLevel?: AppLevel | null;
|
|
2855
|
-
appLevelEdge?: AppLevelEdge | null;
|
|
2856
|
-
}
|
|
2857
3345
|
export interface UpdateInvitePayload {
|
|
2858
3346
|
clientMutationId?: string | null;
|
|
2859
3347
|
/** The `Invite` that was updated by this mutation. */
|
|
2860
3348
|
invite?: Invite | null;
|
|
2861
3349
|
inviteEdge?: InviteEdge | null;
|
|
2862
3350
|
}
|
|
3351
|
+
export interface UpdateAppLevelPayload {
|
|
3352
|
+
clientMutationId?: string | null;
|
|
3353
|
+
/** The `AppLevel` that was updated by this mutation. */
|
|
3354
|
+
appLevel?: AppLevel | null;
|
|
3355
|
+
appLevelEdge?: AppLevelEdge | null;
|
|
3356
|
+
}
|
|
2863
3357
|
export interface UpdateAppMembershipPayload {
|
|
2864
3358
|
clientMutationId?: string | null;
|
|
2865
3359
|
/** The `AppMembership` that was updated by this mutation. */
|
|
@@ -2908,18 +3402,6 @@ export interface DeleteAppOwnerGrantPayload {
|
|
|
2908
3402
|
appOwnerGrant?: AppOwnerGrant | null;
|
|
2909
3403
|
appOwnerGrantEdge?: AppOwnerGrantEdge | null;
|
|
2910
3404
|
}
|
|
2911
|
-
export interface DeleteAppLimitDefaultPayload {
|
|
2912
|
-
clientMutationId?: string | null;
|
|
2913
|
-
/** The `AppLimitDefault` that was deleted by this mutation. */
|
|
2914
|
-
appLimitDefault?: AppLimitDefault | null;
|
|
2915
|
-
appLimitDefaultEdge?: AppLimitDefaultEdge | null;
|
|
2916
|
-
}
|
|
2917
|
-
export interface DeleteOrgLimitDefaultPayload {
|
|
2918
|
-
clientMutationId?: string | null;
|
|
2919
|
-
/** The `OrgLimitDefault` that was deleted by this mutation. */
|
|
2920
|
-
orgLimitDefault?: OrgLimitDefault | null;
|
|
2921
|
-
orgLimitDefaultEdge?: OrgLimitDefaultEdge | null;
|
|
2922
|
-
}
|
|
2923
3405
|
export interface DeleteOrgAdminGrantPayload {
|
|
2924
3406
|
clientMutationId?: string | null;
|
|
2925
3407
|
/** The `OrgAdminGrant` that was deleted by this mutation. */
|
|
@@ -2932,12 +3414,30 @@ export interface DeleteOrgOwnerGrantPayload {
|
|
|
2932
3414
|
orgOwnerGrant?: OrgOwnerGrant | null;
|
|
2933
3415
|
orgOwnerGrantEdge?: OrgOwnerGrantEdge | null;
|
|
2934
3416
|
}
|
|
3417
|
+
export interface DeleteAppLimitDefaultPayload {
|
|
3418
|
+
clientMutationId?: string | null;
|
|
3419
|
+
/** The `AppLimitDefault` that was deleted by this mutation. */
|
|
3420
|
+
appLimitDefault?: AppLimitDefault | null;
|
|
3421
|
+
appLimitDefaultEdge?: AppLimitDefaultEdge | null;
|
|
3422
|
+
}
|
|
3423
|
+
export interface DeleteOrgLimitDefaultPayload {
|
|
3424
|
+
clientMutationId?: string | null;
|
|
3425
|
+
/** The `OrgLimitDefault` that was deleted by this mutation. */
|
|
3426
|
+
orgLimitDefault?: OrgLimitDefault | null;
|
|
3427
|
+
orgLimitDefaultEdge?: OrgLimitDefaultEdge | null;
|
|
3428
|
+
}
|
|
2935
3429
|
export interface DeleteMembershipTypePayload {
|
|
2936
3430
|
clientMutationId?: string | null;
|
|
2937
3431
|
/** The `MembershipType` that was deleted by this mutation. */
|
|
2938
3432
|
membershipType?: MembershipType | null;
|
|
2939
3433
|
membershipTypeEdge?: MembershipTypeEdge | null;
|
|
2940
3434
|
}
|
|
3435
|
+
export interface DeleteOrgChartEdgeGrantPayload {
|
|
3436
|
+
clientMutationId?: string | null;
|
|
3437
|
+
/** The `OrgChartEdgeGrant` that was deleted by this mutation. */
|
|
3438
|
+
orgChartEdgeGrant?: OrgChartEdgeGrant | null;
|
|
3439
|
+
orgChartEdgeGrantEdge?: OrgChartEdgeGrantEdge | null;
|
|
3440
|
+
}
|
|
2941
3441
|
export interface DeleteAppPermissionPayload {
|
|
2942
3442
|
clientMutationId?: string | null;
|
|
2943
3443
|
/** The `AppPermission` that was deleted by this mutation. */
|
|
@@ -3004,6 +3504,12 @@ export interface DeleteOrgGrantPayload {
|
|
|
3004
3504
|
orgGrant?: OrgGrant | null;
|
|
3005
3505
|
orgGrantEdge?: OrgGrantEdge | null;
|
|
3006
3506
|
}
|
|
3507
|
+
export interface DeleteOrgChartEdgePayload {
|
|
3508
|
+
clientMutationId?: string | null;
|
|
3509
|
+
/** The `OrgChartEdge` that was deleted by this mutation. */
|
|
3510
|
+
orgChartEdge?: OrgChartEdge | null;
|
|
3511
|
+
orgChartEdgeEdge?: OrgChartEdgeEdge | null;
|
|
3512
|
+
}
|
|
3007
3513
|
export interface DeleteOrgMembershipDefaultPayload {
|
|
3008
3514
|
clientMutationId?: string | null;
|
|
3009
3515
|
/** The `OrgMembershipDefault` that was deleted by this mutation. */
|
|
@@ -3016,18 +3522,18 @@ export interface DeleteAppLevelRequirementPayload {
|
|
|
3016
3522
|
appLevelRequirement?: AppLevelRequirement | null;
|
|
3017
3523
|
appLevelRequirementEdge?: AppLevelRequirementEdge | null;
|
|
3018
3524
|
}
|
|
3019
|
-
export interface DeleteAppLevelPayload {
|
|
3020
|
-
clientMutationId?: string | null;
|
|
3021
|
-
/** The `AppLevel` that was deleted by this mutation. */
|
|
3022
|
-
appLevel?: AppLevel | null;
|
|
3023
|
-
appLevelEdge?: AppLevelEdge | null;
|
|
3024
|
-
}
|
|
3025
3525
|
export interface DeleteInvitePayload {
|
|
3026
3526
|
clientMutationId?: string | null;
|
|
3027
3527
|
/** The `Invite` that was deleted by this mutation. */
|
|
3028
3528
|
invite?: Invite | null;
|
|
3029
3529
|
inviteEdge?: InviteEdge | null;
|
|
3030
3530
|
}
|
|
3531
|
+
export interface DeleteAppLevelPayload {
|
|
3532
|
+
clientMutationId?: string | null;
|
|
3533
|
+
/** The `AppLevel` that was deleted by this mutation. */
|
|
3534
|
+
appLevel?: AppLevel | null;
|
|
3535
|
+
appLevelEdge?: AppLevelEdge | null;
|
|
3536
|
+
}
|
|
3031
3537
|
export interface DeleteAppMembershipPayload {
|
|
3032
3538
|
clientMutationId?: string | null;
|
|
3033
3539
|
/** The `AppMembership` that was deleted by this mutation. */
|
|
@@ -3046,11 +3552,11 @@ export interface DeleteOrgInvitePayload {
|
|
|
3046
3552
|
orgInvite?: OrgInvite | null;
|
|
3047
3553
|
orgInviteEdge?: OrgInviteEdge | null;
|
|
3048
3554
|
}
|
|
3049
|
-
/** A `
|
|
3050
|
-
export interface
|
|
3555
|
+
/** A `OrgGetManagersRecord` edge in the connection. */
|
|
3556
|
+
export interface OrgGetManagersEdge {
|
|
3051
3557
|
cursor?: string | null;
|
|
3052
|
-
/** The `
|
|
3053
|
-
node?:
|
|
3558
|
+
/** The `OrgGetManagersRecord` at the end of the edge. */
|
|
3559
|
+
node?: OrgGetManagersRecord | null;
|
|
3054
3560
|
}
|
|
3055
3561
|
/** Information about pagination in a connection. */
|
|
3056
3562
|
export interface PageInfo {
|
|
@@ -3063,6 +3569,18 @@ export interface PageInfo {
|
|
|
3063
3569
|
/** When paginating forwards, the cursor to continue. */
|
|
3064
3570
|
endCursor?: string | null;
|
|
3065
3571
|
}
|
|
3572
|
+
/** A `OrgGetSubordinatesRecord` edge in the connection. */
|
|
3573
|
+
export interface OrgGetSubordinatesEdge {
|
|
3574
|
+
cursor?: string | null;
|
|
3575
|
+
/** The `OrgGetSubordinatesRecord` at the end of the edge. */
|
|
3576
|
+
node?: OrgGetSubordinatesRecord | null;
|
|
3577
|
+
}
|
|
3578
|
+
/** A `AppPermission` edge in the connection. */
|
|
3579
|
+
export interface AppPermissionEdge {
|
|
3580
|
+
cursor?: string | null;
|
|
3581
|
+
/** The `AppPermission` at the end of the edge. */
|
|
3582
|
+
node?: AppPermission | null;
|
|
3583
|
+
}
|
|
3066
3584
|
/** A `OrgPermission` edge in the connection. */
|
|
3067
3585
|
export interface OrgPermissionEdge {
|
|
3068
3586
|
cursor?: string | null;
|
|
@@ -3105,18 +3623,6 @@ export interface AppOwnerGrantEdge {
|
|
|
3105
3623
|
/** The `AppOwnerGrant` at the end of the edge. */
|
|
3106
3624
|
node?: AppOwnerGrant | null;
|
|
3107
3625
|
}
|
|
3108
|
-
/** A `AppLimitDefault` edge in the connection. */
|
|
3109
|
-
export interface AppLimitDefaultEdge {
|
|
3110
|
-
cursor?: string | null;
|
|
3111
|
-
/** The `AppLimitDefault` at the end of the edge. */
|
|
3112
|
-
node?: AppLimitDefault | null;
|
|
3113
|
-
}
|
|
3114
|
-
/** A `OrgLimitDefault` edge in the connection. */
|
|
3115
|
-
export interface OrgLimitDefaultEdge {
|
|
3116
|
-
cursor?: string | null;
|
|
3117
|
-
/** The `OrgLimitDefault` at the end of the edge. */
|
|
3118
|
-
node?: OrgLimitDefault | null;
|
|
3119
|
-
}
|
|
3120
3626
|
/** A `OrgAdminGrant` edge in the connection. */
|
|
3121
3627
|
export interface OrgAdminGrantEdge {
|
|
3122
3628
|
cursor?: string | null;
|
|
@@ -3129,12 +3635,30 @@ export interface OrgOwnerGrantEdge {
|
|
|
3129
3635
|
/** The `OrgOwnerGrant` at the end of the edge. */
|
|
3130
3636
|
node?: OrgOwnerGrant | null;
|
|
3131
3637
|
}
|
|
3638
|
+
/** A `AppLimitDefault` edge in the connection. */
|
|
3639
|
+
export interface AppLimitDefaultEdge {
|
|
3640
|
+
cursor?: string | null;
|
|
3641
|
+
/** The `AppLimitDefault` at the end of the edge. */
|
|
3642
|
+
node?: AppLimitDefault | null;
|
|
3643
|
+
}
|
|
3644
|
+
/** A `OrgLimitDefault` edge in the connection. */
|
|
3645
|
+
export interface OrgLimitDefaultEdge {
|
|
3646
|
+
cursor?: string | null;
|
|
3647
|
+
/** The `OrgLimitDefault` at the end of the edge. */
|
|
3648
|
+
node?: OrgLimitDefault | null;
|
|
3649
|
+
}
|
|
3132
3650
|
/** A `MembershipType` edge in the connection. */
|
|
3133
3651
|
export interface MembershipTypeEdge {
|
|
3134
3652
|
cursor?: string | null;
|
|
3135
3653
|
/** The `MembershipType` at the end of the edge. */
|
|
3136
3654
|
node?: MembershipType | null;
|
|
3137
3655
|
}
|
|
3656
|
+
/** A `OrgChartEdgeGrant` edge in the connection. */
|
|
3657
|
+
export interface OrgChartEdgeGrantEdge {
|
|
3658
|
+
cursor?: string | null;
|
|
3659
|
+
/** The `OrgChartEdgeGrant` at the end of the edge. */
|
|
3660
|
+
node?: OrgChartEdgeGrant | null;
|
|
3661
|
+
}
|
|
3138
3662
|
/** A `AppLimit` edge in the connection. */
|
|
3139
3663
|
export interface AppLimitEdge {
|
|
3140
3664
|
cursor?: string | null;
|
|
@@ -3189,24 +3713,30 @@ export interface OrgGrantEdge {
|
|
|
3189
3713
|
/** The `OrgGrant` at the end of the edge. */
|
|
3190
3714
|
node?: OrgGrant | null;
|
|
3191
3715
|
}
|
|
3716
|
+
/** A `OrgChartEdge` edge in the connection. */
|
|
3717
|
+
export interface OrgChartEdgeEdge {
|
|
3718
|
+
cursor?: string | null;
|
|
3719
|
+
/** The `OrgChartEdge` at the end of the edge. */
|
|
3720
|
+
node?: OrgChartEdge | null;
|
|
3721
|
+
}
|
|
3192
3722
|
/** A `OrgMembershipDefault` edge in the connection. */
|
|
3193
3723
|
export interface OrgMembershipDefaultEdge {
|
|
3194
3724
|
cursor?: string | null;
|
|
3195
3725
|
/** The `OrgMembershipDefault` at the end of the edge. */
|
|
3196
3726
|
node?: OrgMembershipDefault | null;
|
|
3197
3727
|
}
|
|
3198
|
-
/** A `AppLevel` edge in the connection. */
|
|
3199
|
-
export interface AppLevelEdge {
|
|
3200
|
-
cursor?: string | null;
|
|
3201
|
-
/** The `AppLevel` at the end of the edge. */
|
|
3202
|
-
node?: AppLevel | null;
|
|
3203
|
-
}
|
|
3204
3728
|
/** A `Invite` edge in the connection. */
|
|
3205
3729
|
export interface InviteEdge {
|
|
3206
3730
|
cursor?: string | null;
|
|
3207
3731
|
/** The `Invite` at the end of the edge. */
|
|
3208
3732
|
node?: Invite | null;
|
|
3209
3733
|
}
|
|
3734
|
+
/** A `AppLevel` edge in the connection. */
|
|
3735
|
+
export interface AppLevelEdge {
|
|
3736
|
+
cursor?: string | null;
|
|
3737
|
+
/** The `AppLevel` at the end of the edge. */
|
|
3738
|
+
node?: AppLevel | null;
|
|
3739
|
+
}
|
|
3210
3740
|
/** A `AppMembership` edge in the connection. */
|
|
3211
3741
|
export interface AppMembershipEdge {
|
|
3212
3742
|
cursor?: string | null;
|