@constructive-io/react 1.11.9 → 1.11.11
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 +112 -40
- package/admin/hooks/invalidation.js +264 -72
- package/admin/hooks/mutation-keys.d.ts +236 -92
- package/admin/hooks/mutation-keys.js +149 -59
- package/admin/hooks/mutations/index.d.ts +60 -24
- package/admin/hooks/mutations/index.js +60 -24
- package/admin/hooks/mutations/useCreateAppCapabilityDefaultCapabilityMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateAppCapabilityDefaultCapabilityMutation.js +34 -0
- package/admin/hooks/mutations/useCreateAppCapabilityDefaultGrantMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateAppCapabilityDefaultGrantMutation.js +34 -0
- package/admin/hooks/mutations/useCreateAppCapabilityDefaultMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateAppCapabilityDefaultMutation.js +34 -0
- package/admin/hooks/mutations/useCreateAppCapabilityMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateAppCapabilityMutation.js +34 -0
- package/admin/hooks/mutations/useCreateAppGrantMutation.d.ts +2 -2
- package/admin/hooks/mutations/useCreateAppGrantMutation.js +1 -1
- package/admin/hooks/mutations/useCreateAppMembershipMutation.d.ts +2 -2
- package/admin/hooks/mutations/useCreateAppMembershipMutation.js +1 -1
- package/admin/hooks/mutations/useCreateAppMembershipProfileMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateAppMembershipProfileMutation.js +34 -0
- package/admin/hooks/mutations/useCreateAppProfileCapabilityMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateAppProfileCapabilityMutation.js +34 -0
- package/admin/hooks/mutations/useCreateAppProfileDefinitionGrantMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateAppProfileDefinitionGrantMutation.js +34 -0
- package/admin/hooks/mutations/useCreateAppProfileGrantMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateAppProfileGrantMutation.js +34 -0
- package/admin/hooks/mutations/useCreateAppProfileMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateAppProfileMutation.js +34 -0
- package/admin/hooks/mutations/useCreateAppProfileTemplateMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateAppProfileTemplateMutation.js +34 -0
- package/admin/hooks/mutations/useCreateOrgCapabilityDefaultCapabilityMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateOrgCapabilityDefaultCapabilityMutation.js +34 -0
- package/admin/hooks/mutations/useCreateOrgCapabilityDefaultGrantMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateOrgCapabilityDefaultGrantMutation.js +34 -0
- package/admin/hooks/mutations/useCreateOrgCapabilityDefaultMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateOrgCapabilityDefaultMutation.js +34 -0
- package/admin/hooks/mutations/useCreateOrgCapabilityMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateOrgCapabilityMutation.js +34 -0
- package/admin/hooks/mutations/useCreateOrgGrantMutation.d.ts +2 -2
- package/admin/hooks/mutations/useCreateOrgGrantMutation.js +1 -1
- package/admin/hooks/mutations/useCreateOrgMembershipMutation.d.ts +2 -2
- package/admin/hooks/mutations/useCreateOrgMembershipMutation.js +1 -1
- package/admin/hooks/mutations/useCreateOrgMembershipProfileMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateOrgMembershipProfileMutation.js +34 -0
- package/admin/hooks/mutations/useCreateOrgProfileCapabilityMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateOrgProfileCapabilityMutation.js +34 -0
- package/admin/hooks/mutations/useCreateOrgProfileDefinitionGrantMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateOrgProfileDefinitionGrantMutation.js +34 -0
- package/admin/hooks/mutations/useCreateOrgProfileGrantMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateOrgProfileGrantMutation.js +34 -0
- package/admin/hooks/mutations/useCreateOrgProfileMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateOrgProfileMutation.js +34 -0
- package/admin/hooks/mutations/useCreateOrgProfileTemplateMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateOrgProfileTemplateMutation.js +34 -0
- package/admin/hooks/mutations/useDeleteAppCapabilityDefaultCapabilityMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteAppCapabilityDefaultCapabilityMutation.js +39 -0
- package/admin/hooks/mutations/useDeleteAppCapabilityDefaultGrantMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteAppCapabilityDefaultGrantMutation.js +39 -0
- package/admin/hooks/mutations/useDeleteAppCapabilityDefaultMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteAppCapabilityDefaultMutation.js +39 -0
- package/admin/hooks/mutations/useDeleteAppCapabilityMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteAppCapabilityMutation.js +39 -0
- package/admin/hooks/mutations/useDeleteAppGrantMutation.d.ts +2 -2
- package/admin/hooks/mutations/useDeleteAppGrantMutation.js +1 -1
- package/admin/hooks/mutations/useDeleteAppMembershipMutation.d.ts +2 -2
- package/admin/hooks/mutations/useDeleteAppMembershipMutation.js +1 -1
- package/admin/hooks/mutations/useDeleteAppMembershipProfileMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteAppMembershipProfileMutation.js +39 -0
- package/admin/hooks/mutations/useDeleteAppProfileCapabilityMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteAppProfileCapabilityMutation.js +39 -0
- package/admin/hooks/mutations/useDeleteAppProfileDefinitionGrantMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteAppProfileDefinitionGrantMutation.js +39 -0
- package/admin/hooks/mutations/useDeleteAppProfileGrantMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteAppProfileGrantMutation.js +39 -0
- package/admin/hooks/mutations/useDeleteAppProfileMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteAppProfileMutation.js +39 -0
- package/admin/hooks/mutations/useDeleteAppProfileTemplateMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteAppProfileTemplateMutation.js +39 -0
- package/admin/hooks/mutations/useDeleteOrgCapabilityDefaultCapabilityMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteOrgCapabilityDefaultCapabilityMutation.js +39 -0
- package/admin/hooks/mutations/useDeleteOrgCapabilityDefaultGrantMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteOrgCapabilityDefaultGrantMutation.js +39 -0
- package/admin/hooks/mutations/useDeleteOrgCapabilityDefaultMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteOrgCapabilityDefaultMutation.js +39 -0
- package/admin/hooks/mutations/useDeleteOrgCapabilityMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteOrgCapabilityMutation.js +39 -0
- package/admin/hooks/mutations/useDeleteOrgGrantMutation.d.ts +2 -2
- package/admin/hooks/mutations/useDeleteOrgGrantMutation.js +1 -1
- package/admin/hooks/mutations/useDeleteOrgMembershipMutation.d.ts +2 -2
- package/admin/hooks/mutations/useDeleteOrgMembershipMutation.js +1 -1
- package/admin/hooks/mutations/useDeleteOrgMembershipProfileMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteOrgMembershipProfileMutation.js +39 -0
- package/admin/hooks/mutations/useDeleteOrgProfileCapabilityMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteOrgProfileCapabilityMutation.js +39 -0
- package/admin/hooks/mutations/useDeleteOrgProfileDefinitionGrantMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteOrgProfileDefinitionGrantMutation.js +39 -0
- package/admin/hooks/mutations/useDeleteOrgProfileGrantMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteOrgProfileGrantMutation.js +39 -0
- package/admin/hooks/mutations/useDeleteOrgProfileMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteOrgProfileMutation.js +39 -0
- package/admin/hooks/mutations/useDeleteOrgProfileTemplateMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteOrgProfileTemplateMutation.js +39 -0
- package/admin/hooks/mutations/useUpdateAppCapabilityDefaultCapabilityMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateAppCapabilityDefaultCapabilityMutation.js +40 -0
- package/admin/hooks/mutations/useUpdateAppCapabilityDefaultGrantMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateAppCapabilityDefaultGrantMutation.js +40 -0
- package/admin/hooks/mutations/useUpdateAppCapabilityDefaultMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateAppCapabilityDefaultMutation.js +40 -0
- package/admin/hooks/mutations/useUpdateAppCapabilityMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateAppCapabilityMutation.js +40 -0
- package/admin/hooks/mutations/useUpdateAppGrantMutation.d.ts +2 -2
- package/admin/hooks/mutations/useUpdateAppGrantMutation.js +1 -1
- package/admin/hooks/mutations/useUpdateAppMembershipMutation.d.ts +2 -2
- package/admin/hooks/mutations/useUpdateAppMembershipMutation.js +1 -1
- package/admin/hooks/mutations/useUpdateAppMembershipProfileMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateAppMembershipProfileMutation.js +40 -0
- package/admin/hooks/mutations/useUpdateAppProfileCapabilityMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateAppProfileCapabilityMutation.js +40 -0
- package/admin/hooks/mutations/useUpdateAppProfileDefinitionGrantMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateAppProfileDefinitionGrantMutation.js +40 -0
- package/admin/hooks/mutations/useUpdateAppProfileGrantMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateAppProfileGrantMutation.js +40 -0
- package/admin/hooks/mutations/useUpdateAppProfileMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateAppProfileMutation.js +40 -0
- package/admin/hooks/mutations/useUpdateAppProfileTemplateMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateAppProfileTemplateMutation.js +40 -0
- package/admin/hooks/mutations/useUpdateOrgCapabilityDefaultCapabilityMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateOrgCapabilityDefaultCapabilityMutation.js +40 -0
- package/admin/hooks/mutations/useUpdateOrgCapabilityDefaultGrantMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateOrgCapabilityDefaultGrantMutation.js +40 -0
- package/admin/hooks/mutations/useUpdateOrgCapabilityDefaultMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateOrgCapabilityDefaultMutation.js +40 -0
- package/admin/hooks/mutations/useUpdateOrgCapabilityMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateOrgCapabilityMutation.js +40 -0
- package/admin/hooks/mutations/useUpdateOrgGrantMutation.d.ts +2 -2
- package/admin/hooks/mutations/useUpdateOrgGrantMutation.js +1 -1
- package/admin/hooks/mutations/useUpdateOrgMembershipMutation.d.ts +2 -2
- package/admin/hooks/mutations/useUpdateOrgMembershipMutation.js +1 -1
- package/admin/hooks/mutations/useUpdateOrgMembershipProfileMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateOrgMembershipProfileMutation.js +40 -0
- package/admin/hooks/mutations/useUpdateOrgProfileCapabilityMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateOrgProfileCapabilityMutation.js +40 -0
- package/admin/hooks/mutations/useUpdateOrgProfileDefinitionGrantMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateOrgProfileDefinitionGrantMutation.js +40 -0
- package/admin/hooks/mutations/useUpdateOrgProfileGrantMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateOrgProfileGrantMutation.js +40 -0
- package/admin/hooks/mutations/useUpdateOrgProfileMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateOrgProfileMutation.js +40 -0
- package/admin/hooks/mutations/useUpdateOrgProfileTemplateMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateOrgProfileTemplateMutation.js +40 -0
- package/admin/hooks/queries/index.d.ts +48 -24
- package/admin/hooks/queries/index.js +48 -24
- package/admin/hooks/queries/useAppCapabilitiesGetByMaskQuery.d.ts +54 -0
- package/admin/hooks/queries/useAppCapabilitiesGetByMaskQuery.js +53 -0
- package/admin/hooks/queries/useAppCapabilitiesGetMaskByNamesQuery.d.ts +53 -0
- package/admin/hooks/queries/useAppCapabilitiesGetMaskByNamesQuery.js +53 -0
- package/admin/hooks/queries/useAppCapabilitiesGetMaskQuery.d.ts +53 -0
- package/admin/hooks/queries/useAppCapabilitiesGetMaskQuery.js +53 -0
- package/admin/hooks/queries/useAppCapabilitiesGetPaddedMaskQuery.d.ts +53 -0
- package/admin/hooks/queries/useAppCapabilitiesGetPaddedMaskQuery.js +53 -0
- package/admin/hooks/queries/useAppCapabilitiesQuery.d.ts +69 -0
- package/admin/hooks/queries/useAppCapabilitiesQuery.js +38 -0
- package/admin/hooks/queries/useAppCapabilityDefaultCapabilitiesQuery.d.ts +69 -0
- package/admin/hooks/queries/useAppCapabilityDefaultCapabilitiesQuery.js +38 -0
- package/admin/hooks/queries/useAppCapabilityDefaultCapabilityQuery.d.ts +65 -0
- package/admin/hooks/queries/useAppCapabilityDefaultCapabilityQuery.js +53 -0
- package/admin/hooks/queries/useAppCapabilityDefaultGrantQuery.d.ts +65 -0
- package/admin/hooks/queries/useAppCapabilityDefaultGrantQuery.js +53 -0
- package/admin/hooks/queries/useAppCapabilityDefaultGrantsQuery.d.ts +69 -0
- package/admin/hooks/queries/useAppCapabilityDefaultGrantsQuery.js +38 -0
- package/admin/hooks/queries/useAppCapabilityDefaultQuery.d.ts +65 -0
- package/admin/hooks/queries/useAppCapabilityDefaultQuery.js +53 -0
- package/admin/hooks/queries/useAppCapabilityDefaultsQuery.d.ts +69 -0
- package/admin/hooks/queries/useAppCapabilityDefaultsQuery.js +38 -0
- package/admin/hooks/queries/useAppCapabilityQuery.d.ts +65 -0
- package/admin/hooks/queries/useAppCapabilityQuery.js +53 -0
- 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/useAppMembershipProfileQuery.d.ts +65 -0
- package/admin/hooks/queries/useAppMembershipProfileQuery.js +53 -0
- package/admin/hooks/queries/useAppMembershipProfilesQuery.d.ts +69 -0
- package/admin/hooks/queries/useAppMembershipProfilesQuery.js +38 -0
- 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/useAppProfileCapabilitiesQuery.d.ts +69 -0
- package/admin/hooks/queries/useAppProfileCapabilitiesQuery.js +38 -0
- package/admin/hooks/queries/useAppProfileCapabilityQuery.d.ts +65 -0
- package/admin/hooks/queries/useAppProfileCapabilityQuery.js +53 -0
- package/admin/hooks/queries/useAppProfileDefinitionGrantQuery.d.ts +65 -0
- package/admin/hooks/queries/useAppProfileDefinitionGrantQuery.js +53 -0
- package/admin/hooks/queries/useAppProfileDefinitionGrantsQuery.d.ts +69 -0
- package/admin/hooks/queries/useAppProfileDefinitionGrantsQuery.js +38 -0
- package/admin/hooks/queries/useAppProfileGrantQuery.d.ts +65 -0
- package/admin/hooks/queries/useAppProfileGrantQuery.js +53 -0
- package/admin/hooks/queries/useAppProfileGrantsQuery.d.ts +69 -0
- package/admin/hooks/queries/useAppProfileGrantsQuery.js +38 -0
- package/admin/hooks/queries/useAppProfileQuery.d.ts +65 -0
- package/admin/hooks/queries/useAppProfileQuery.js +53 -0
- package/admin/hooks/queries/useAppProfileTemplateQuery.d.ts +65 -0
- package/admin/hooks/queries/useAppProfileTemplateQuery.js +53 -0
- package/admin/hooks/queries/useAppProfileTemplatesQuery.d.ts +69 -0
- package/admin/hooks/queries/useAppProfileTemplatesQuery.js +38 -0
- package/admin/hooks/queries/useAppProfilesQuery.d.ts +69 -0
- package/admin/hooks/queries/useAppProfilesQuery.js +38 -0
- package/admin/hooks/queries/useOrgCapabilitiesGetByMaskQuery.d.ts +54 -0
- package/admin/hooks/queries/useOrgCapabilitiesGetByMaskQuery.js +53 -0
- package/admin/hooks/queries/useOrgCapabilitiesGetMaskByNamesQuery.d.ts +53 -0
- package/admin/hooks/queries/useOrgCapabilitiesGetMaskByNamesQuery.js +53 -0
- package/admin/hooks/queries/useOrgCapabilitiesGetMaskQuery.d.ts +53 -0
- package/admin/hooks/queries/useOrgCapabilitiesGetMaskQuery.js +53 -0
- package/admin/hooks/queries/useOrgCapabilitiesGetPaddedMaskQuery.d.ts +53 -0
- package/admin/hooks/queries/useOrgCapabilitiesGetPaddedMaskQuery.js +53 -0
- package/admin/hooks/queries/useOrgCapabilitiesQuery.d.ts +69 -0
- package/admin/hooks/queries/useOrgCapabilitiesQuery.js +38 -0
- package/admin/hooks/queries/useOrgCapabilityDefaultCapabilitiesQuery.d.ts +69 -0
- package/admin/hooks/queries/useOrgCapabilityDefaultCapabilitiesQuery.js +38 -0
- package/admin/hooks/queries/useOrgCapabilityDefaultCapabilityQuery.d.ts +65 -0
- package/admin/hooks/queries/useOrgCapabilityDefaultCapabilityQuery.js +53 -0
- package/admin/hooks/queries/useOrgCapabilityDefaultGrantQuery.d.ts +65 -0
- package/admin/hooks/queries/useOrgCapabilityDefaultGrantQuery.js +53 -0
- package/admin/hooks/queries/useOrgCapabilityDefaultGrantsQuery.d.ts +69 -0
- package/admin/hooks/queries/useOrgCapabilityDefaultGrantsQuery.js +38 -0
- package/admin/hooks/queries/useOrgCapabilityDefaultQuery.d.ts +65 -0
- package/admin/hooks/queries/useOrgCapabilityDefaultQuery.js +53 -0
- package/admin/hooks/queries/useOrgCapabilityDefaultsQuery.d.ts +69 -0
- package/admin/hooks/queries/useOrgCapabilityDefaultsQuery.js +38 -0
- package/admin/hooks/queries/useOrgCapabilityQuery.d.ts +65 -0
- package/admin/hooks/queries/useOrgCapabilityQuery.js +53 -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/useOrgMembershipProfileQuery.d.ts +65 -0
- package/admin/hooks/queries/useOrgMembershipProfileQuery.js +53 -0
- package/admin/hooks/queries/useOrgMembershipProfilesQuery.d.ts +69 -0
- package/admin/hooks/queries/useOrgMembershipProfilesQuery.js +38 -0
- 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/useOrgProfileCapabilitiesQuery.d.ts +69 -0
- package/admin/hooks/queries/useOrgProfileCapabilitiesQuery.js +38 -0
- package/admin/hooks/queries/useOrgProfileCapabilityQuery.d.ts +65 -0
- package/admin/hooks/queries/useOrgProfileCapabilityQuery.js +53 -0
- package/admin/hooks/queries/useOrgProfileDefinitionGrantQuery.d.ts +65 -0
- package/admin/hooks/queries/useOrgProfileDefinitionGrantQuery.js +53 -0
- package/admin/hooks/queries/useOrgProfileDefinitionGrantsQuery.d.ts +69 -0
- package/admin/hooks/queries/useOrgProfileDefinitionGrantsQuery.js +38 -0
- package/admin/hooks/queries/useOrgProfileGrantQuery.d.ts +65 -0
- package/admin/hooks/queries/useOrgProfileGrantQuery.js +53 -0
- package/admin/hooks/queries/useOrgProfileGrantsQuery.d.ts +69 -0
- package/admin/hooks/queries/useOrgProfileGrantsQuery.js +38 -0
- package/admin/hooks/queries/useOrgProfileQuery.d.ts +65 -0
- package/admin/hooks/queries/useOrgProfileQuery.js +53 -0
- package/admin/hooks/queries/useOrgProfileTemplateQuery.d.ts +65 -0
- package/admin/hooks/queries/useOrgProfileTemplateQuery.js +53 -0
- package/admin/hooks/queries/useOrgProfileTemplatesQuery.d.ts +69 -0
- package/admin/hooks/queries/useOrgProfileTemplatesQuery.js +38 -0
- package/admin/hooks/queries/useOrgProfilesQuery.d.ts +69 -0
- package/admin/hooks/queries/useOrgProfilesQuery.js +38 -0
- package/admin/hooks/query-keys.d.ts +292 -124
- package/admin/hooks/query-keys.js +171 -75
- package/admin/orm/index.d.ts +58 -34
- package/admin/orm/index.js +40 -16
- package/admin/orm/input-types.d.ts +3824 -943
- package/admin/orm/input-types.js +33 -5
- package/admin/orm/models/appCapability.d.ts +54 -0
- package/admin/orm/models/appCapability.js +104 -0
- package/admin/orm/models/appCapabilityDefault.d.ts +54 -0
- package/admin/orm/models/appCapabilityDefault.js +104 -0
- package/admin/orm/models/appCapabilityDefaultCapability.d.ts +54 -0
- package/admin/orm/models/appCapabilityDefaultCapability.js +104 -0
- package/admin/orm/models/appCapabilityDefaultGrant.d.ts +54 -0
- package/admin/orm/models/appCapabilityDefaultGrant.js +104 -0
- package/admin/orm/models/appMembershipProfile.d.ts +54 -0
- package/admin/orm/models/appMembershipProfile.js +104 -0
- package/admin/orm/models/appProfile.d.ts +54 -0
- package/admin/orm/models/appProfile.js +104 -0
- package/admin/orm/models/appProfileCapability.d.ts +54 -0
- package/admin/orm/models/appProfileCapability.js +104 -0
- package/admin/orm/models/appProfileDefinitionGrant.d.ts +54 -0
- package/admin/orm/models/appProfileDefinitionGrant.js +104 -0
- package/admin/orm/models/appProfileGrant.d.ts +54 -0
- package/admin/orm/models/appProfileGrant.js +104 -0
- package/admin/orm/models/appProfileTemplate.d.ts +54 -0
- package/admin/orm/models/appProfileTemplate.js +104 -0
- package/admin/orm/models/index.d.ts +20 -8
- package/admin/orm/models/index.js +41 -17
- package/admin/orm/models/orgCapability.d.ts +54 -0
- package/admin/orm/models/orgCapability.js +104 -0
- package/admin/orm/models/orgCapabilityDefault.d.ts +54 -0
- package/admin/orm/models/orgCapabilityDefault.js +104 -0
- package/admin/orm/models/orgCapabilityDefaultCapability.d.ts +54 -0
- package/admin/orm/models/orgCapabilityDefaultCapability.js +104 -0
- package/admin/orm/models/orgCapabilityDefaultGrant.d.ts +54 -0
- package/admin/orm/models/orgCapabilityDefaultGrant.js +104 -0
- package/admin/orm/models/orgMembershipProfile.d.ts +54 -0
- package/admin/orm/models/orgMembershipProfile.js +104 -0
- package/admin/orm/models/orgProfile.d.ts +54 -0
- package/admin/orm/models/orgProfile.js +104 -0
- package/admin/orm/models/orgProfileCapability.d.ts +54 -0
- package/admin/orm/models/orgProfileCapability.js +104 -0
- package/admin/orm/models/orgProfileDefinitionGrant.d.ts +54 -0
- package/admin/orm/models/orgProfileDefinitionGrant.js +104 -0
- package/admin/orm/models/orgProfileGrant.d.ts +54 -0
- package/admin/orm/models/orgProfileGrant.js +104 -0
- package/admin/orm/models/orgProfileTemplate.d.ts +54 -0
- package/admin/orm/models/orgProfileTemplate.js +104 -0
- package/admin/orm/query/index.d.ts +33 -33
- package/admin/orm/query/index.js +56 -56
- package/admin/schema-types.d.ts +2025 -497
- package/admin/types.d.ts +136 -24
- package/api/hooks/index.d.ts +1 -1
- package/api/hooks/index.js +1 -1
- package/api/hooks/invalidation.d.ts +58 -22
- package/api/hooks/invalidation.js +146 -50
- package/api/hooks/mutation-keys.d.ts +122 -50
- package/api/hooks/mutation-keys.js +88 -37
- package/api/hooks/mutations/index.d.ts +33 -11
- package/api/hooks/mutations/index.js +33 -11
- package/api/hooks/mutations/useAppsInstallAppMutation.d.ts +20 -0
- package/api/hooks/mutations/useAppsInstallAppMutation.js +26 -0
- package/api/hooks/mutations/useAppsUninstallAppMutation.d.ts +20 -0
- package/api/hooks/mutations/useAppsUninstallAppMutation.js +26 -0
- package/api/hooks/mutations/useAppsUpgradeAppMutation.d.ts +20 -0
- package/api/hooks/mutations/useAppsUpgradeAppMutation.js +26 -0
- package/api/hooks/mutations/useCreateApiMutation.d.ts +34 -0
- package/api/hooks/mutations/useCreateApiMutation.js +34 -0
- package/api/hooks/mutations/useCreateAppComponentMutation.d.ts +34 -0
- package/api/hooks/mutations/useCreateAppComponentMutation.js +34 -0
- package/api/hooks/mutations/useCreateAppMutation.d.ts +34 -0
- package/api/hooks/mutations/useCreateAppMutation.js +34 -0
- package/api/hooks/mutations/useCreateEmailIdentityMutation.d.ts +34 -0
- package/api/hooks/mutations/useCreateEmailIdentityMutation.js +34 -0
- package/api/hooks/mutations/useCreateEmailProviderAccountMutation.d.ts +34 -0
- package/api/hooks/mutations/useCreateEmailProviderAccountMutation.js +34 -0
- package/api/hooks/mutations/useCreateEmailSiteIdentityMutation.d.ts +34 -0
- package/api/hooks/mutations/useCreateEmailSiteIdentityMutation.js +34 -0
- package/api/hooks/mutations/useCreatePlatformApiMutation.d.ts +34 -0
- package/api/hooks/mutations/useCreatePlatformApiMutation.js +34 -0
- package/api/hooks/mutations/useCreatePlatformEmailIdentityMutation.d.ts +34 -0
- package/api/hooks/mutations/useCreatePlatformEmailIdentityMutation.js +34 -0
- package/api/hooks/mutations/useCreatePlatformEmailProviderAccountMutation.d.ts +34 -0
- package/api/hooks/mutations/useCreatePlatformEmailProviderAccountMutation.js +34 -0
- package/api/hooks/mutations/useCreatePlatformEmailSiteIdentityMutation.d.ts +34 -0
- package/api/hooks/mutations/useCreatePlatformEmailSiteIdentityMutation.js +34 -0
- package/api/hooks/mutations/useDeleteApiMutation.d.ts +38 -0
- package/api/hooks/mutations/useDeleteApiMutation.js +39 -0
- package/api/hooks/mutations/useDeleteAppComponentMutation.d.ts +38 -0
- package/api/hooks/mutations/useDeleteAppComponentMutation.js +39 -0
- package/api/hooks/mutations/useDeleteAppMutation.d.ts +38 -0
- package/api/hooks/mutations/useDeleteAppMutation.js +39 -0
- package/api/hooks/mutations/useDeleteEmailIdentityMutation.d.ts +38 -0
- package/api/hooks/mutations/useDeleteEmailIdentityMutation.js +39 -0
- package/api/hooks/mutations/useDeleteEmailProviderAccountMutation.d.ts +38 -0
- package/api/hooks/mutations/useDeleteEmailProviderAccountMutation.js +39 -0
- package/api/hooks/mutations/useDeleteEmailSiteIdentityMutation.d.ts +38 -0
- package/api/hooks/mutations/useDeleteEmailSiteIdentityMutation.js +39 -0
- package/api/hooks/mutations/useDeletePlatformApiMutation.d.ts +38 -0
- package/api/hooks/mutations/useDeletePlatformApiMutation.js +39 -0
- package/api/hooks/mutations/useDeletePlatformEmailIdentityMutation.d.ts +38 -0
- package/api/hooks/mutations/useDeletePlatformEmailIdentityMutation.js +39 -0
- package/api/hooks/mutations/useDeletePlatformEmailProviderAccountMutation.d.ts +38 -0
- package/api/hooks/mutations/useDeletePlatformEmailProviderAccountMutation.js +39 -0
- package/api/hooks/mutations/useDeletePlatformEmailSiteIdentityMutation.d.ts +38 -0
- package/api/hooks/mutations/useDeletePlatformEmailSiteIdentityMutation.js +39 -0
- package/api/hooks/mutations/useUpdateApiMutation.d.ts +40 -0
- package/api/hooks/mutations/useUpdateApiMutation.js +40 -0
- package/api/hooks/mutations/useUpdateAppComponentMutation.d.ts +40 -0
- package/api/hooks/mutations/useUpdateAppComponentMutation.js +40 -0
- package/api/hooks/mutations/useUpdateAppMutation.d.ts +40 -0
- package/api/hooks/mutations/useUpdateAppMutation.js +40 -0
- package/api/hooks/mutations/useUpdateEmailIdentityMutation.d.ts +40 -0
- package/api/hooks/mutations/useUpdateEmailIdentityMutation.js +40 -0
- package/api/hooks/mutations/useUpdateEmailProviderAccountMutation.d.ts +40 -0
- package/api/hooks/mutations/useUpdateEmailProviderAccountMutation.js +40 -0
- package/api/hooks/mutations/useUpdateEmailSiteIdentityMutation.d.ts +40 -0
- package/api/hooks/mutations/useUpdateEmailSiteIdentityMutation.js +40 -0
- package/api/hooks/mutations/useUpdatePlatformApiMutation.d.ts +40 -0
- package/api/hooks/mutations/useUpdatePlatformApiMutation.js +40 -0
- package/api/hooks/mutations/useUpdatePlatformEmailIdentityMutation.d.ts +40 -0
- package/api/hooks/mutations/useUpdatePlatformEmailIdentityMutation.js +40 -0
- package/api/hooks/mutations/useUpdatePlatformEmailProviderAccountMutation.d.ts +40 -0
- package/api/hooks/mutations/useUpdatePlatformEmailProviderAccountMutation.js +40 -0
- package/api/hooks/mutations/useUpdatePlatformEmailSiteIdentityMutation.d.ts +40 -0
- package/api/hooks/mutations/useUpdatePlatformEmailSiteIdentityMutation.js +40 -0
- package/api/hooks/queries/index.d.ts +20 -8
- package/api/hooks/queries/index.js +20 -8
- package/api/hooks/queries/useApiQuery.d.ts +65 -0
- package/api/hooks/queries/useApiQuery.js +53 -0
- package/api/hooks/queries/useApisQuery.d.ts +25 -21
- package/api/hooks/queries/useApisQuery.js +9 -24
- package/api/hooks/queries/useAppComponentQuery.d.ts +65 -0
- package/api/hooks/queries/useAppComponentQuery.js +53 -0
- package/api/hooks/queries/useAppComponentsQuery.d.ts +69 -0
- package/api/hooks/queries/useAppComponentsQuery.js +38 -0
- package/api/hooks/queries/useAppQuery.d.ts +65 -0
- package/api/hooks/queries/useAppQuery.js +53 -0
- package/api/hooks/queries/useAppsQuery.d.ts +69 -0
- package/api/hooks/queries/useAppsQuery.js +38 -0
- package/api/hooks/queries/useEmailIdentitiesQuery.d.ts +69 -0
- package/api/hooks/queries/useEmailIdentitiesQuery.js +38 -0
- package/api/hooks/queries/useEmailIdentityQuery.d.ts +65 -0
- package/api/hooks/queries/useEmailIdentityQuery.js +53 -0
- package/api/hooks/queries/useEmailProviderAccountQuery.d.ts +65 -0
- package/api/hooks/queries/useEmailProviderAccountQuery.js +53 -0
- package/api/hooks/queries/useEmailProviderAccountsQuery.d.ts +69 -0
- package/api/hooks/queries/useEmailProviderAccountsQuery.js +38 -0
- package/api/hooks/queries/useEmailSiteIdentitiesQuery.d.ts +69 -0
- package/api/hooks/queries/useEmailSiteIdentitiesQuery.js +38 -0
- package/api/hooks/queries/useEmailSiteIdentityQuery.d.ts +65 -0
- package/api/hooks/queries/useEmailSiteIdentityQuery.js +53 -0
- package/api/hooks/queries/usePlatformApiQuery.d.ts +65 -0
- package/api/hooks/queries/usePlatformApiQuery.js +53 -0
- package/api/hooks/queries/usePlatformApisQuery.d.ts +25 -21
- package/api/hooks/queries/usePlatformApisQuery.js +9 -24
- package/api/hooks/queries/usePlatformEmailIdentitiesQuery.d.ts +69 -0
- package/api/hooks/queries/usePlatformEmailIdentitiesQuery.js +38 -0
- package/api/hooks/queries/usePlatformEmailIdentityQuery.d.ts +65 -0
- package/api/hooks/queries/usePlatformEmailIdentityQuery.js +53 -0
- package/api/hooks/queries/usePlatformEmailProviderAccountQuery.d.ts +65 -0
- package/api/hooks/queries/usePlatformEmailProviderAccountQuery.js +53 -0
- package/api/hooks/queries/usePlatformEmailProviderAccountsQuery.d.ts +69 -0
- package/api/hooks/queries/usePlatformEmailProviderAccountsQuery.js +38 -0
- package/api/hooks/queries/usePlatformEmailSiteIdentitiesQuery.d.ts +69 -0
- package/api/hooks/queries/usePlatformEmailSiteIdentitiesQuery.js +38 -0
- package/api/hooks/queries/usePlatformEmailSiteIdentityQuery.d.ts +65 -0
- package/api/hooks/queries/usePlatformEmailSiteIdentityQuery.js +53 -0
- package/api/hooks/query-keys.d.ts +136 -52
- package/api/hooks/query-keys.js +80 -32
- package/api/orm/index.d.ts +33 -21
- package/api/orm/index.js +20 -8
- package/api/orm/input-types.d.ts +2594 -895
- package/api/orm/input-types.js +19 -4
- package/api/orm/models/api.d.ts +54 -0
- package/api/orm/models/api.js +104 -0
- package/api/orm/models/app.d.ts +54 -0
- package/api/orm/models/app.js +104 -0
- package/api/orm/models/appComponent.d.ts +54 -0
- package/api/orm/models/appComponent.js +104 -0
- package/api/orm/models/emailIdentity.d.ts +54 -0
- package/api/orm/models/emailIdentity.js +104 -0
- package/api/orm/models/emailProviderAccount.d.ts +54 -0
- package/api/orm/models/emailProviderAccount.js +104 -0
- package/api/orm/models/emailSiteIdentity.d.ts +54 -0
- package/api/orm/models/emailSiteIdentity.js +104 -0
- package/api/orm/models/index.d.ts +10 -4
- package/api/orm/models/index.js +22 -10
- package/api/orm/models/platformApi.d.ts +54 -0
- package/api/orm/models/platformApi.js +104 -0
- package/api/orm/models/platformEmailIdentity.d.ts +54 -0
- package/api/orm/models/platformEmailIdentity.js +104 -0
- package/api/orm/models/platformEmailProviderAccount.d.ts +54 -0
- package/api/orm/models/platformEmailProviderAccount.js +104 -0
- package/api/orm/models/platformEmailSiteIdentity.d.ts +54 -0
- package/api/orm/models/platformEmailSiteIdentity.js +104 -0
- package/api/orm/mutation/index.d.ts +22 -22
- package/api/orm/mutation/index.js +30 -30
- package/api/schema-types.d.ts +1334 -347
- package/api/types.d.ts +117 -43
- package/auth/hooks/mutation-keys.d.ts +4 -0
- package/auth/hooks/mutation-keys.js +6 -0
- package/auth/hooks/mutations/index.d.ts +2 -0
- package/auth/hooks/mutations/index.js +2 -0
- package/auth/hooks/mutations/useCreatePrincipalScopeOverrideMutation.d.ts +2 -2
- package/auth/hooks/mutations/useCreatePrincipalScopeOverrideMutation.js +1 -1
- package/auth/hooks/mutations/useSignInMagicLinkMutation.d.ts +20 -0
- package/auth/hooks/mutations/useSignInMagicLinkMutation.js +26 -0
- package/auth/hooks/mutations/useSignUpMagicLinkMutation.d.ts +20 -0
- package/auth/hooks/mutations/useSignUpMagicLinkMutation.js +26 -0
- package/auth/hooks/queries/usePrincipalScopeOverrideQuery.d.ts +4 -4
- package/auth/hooks/queries/usePrincipalScopeOverrideQuery.js +1 -1
- package/auth/hooks/queries/usePrincipalScopeOverridesQuery.d.ts +4 -4
- package/auth/hooks/queries/usePrincipalScopeOverridesQuery.js +1 -1
- package/auth/orm/index.d.ts +10 -0
- package/auth/orm/input-types.d.ts +60 -6
- package/auth/orm/mutation/index.d.ts +17 -1
- package/auth/orm/mutation/index.js +24 -0
- package/auth/schema-types.d.ts +36 -4
- package/compute/hooks/index.d.ts +1 -1
- package/compute/hooks/index.js +1 -1
- package/compute/hooks/invalidation.d.ts +6 -0
- package/compute/hooks/invalidation.js +16 -0
- package/compute/hooks/mutation-keys.d.ts +30 -0
- package/compute/hooks/mutation-keys.js +36 -2
- package/compute/hooks/mutations/index.d.ts +12 -0
- package/compute/hooks/mutations/index.js +12 -0
- package/compute/hooks/mutations/useCreateContentPresetMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreateContentPresetMutation.js +34 -0
- package/compute/hooks/mutations/useDeleteContentPresetMutation.d.ts +38 -0
- package/compute/hooks/mutations/useDeleteContentPresetMutation.js +39 -0
- package/compute/hooks/mutations/useInfraInsertNodesAtPathsMutation.d.ts +20 -0
- package/compute/hooks/mutations/useInfraInsertNodesAtPathsMutation.js +26 -0
- package/compute/hooks/mutations/useInfraSetAndCommitMutation.d.ts +20 -0
- package/compute/hooks/mutations/useInfraSetAndCommitMutation.js +26 -0
- package/compute/hooks/mutations/useInfraSetManyAndCommitMutation.d.ts +20 -0
- package/compute/hooks/mutations/useInfraSetManyAndCommitMutation.js +26 -0
- package/compute/hooks/mutations/useInsertNodesAtPathsMutation.d.ts +20 -0
- package/compute/hooks/mutations/useInsertNodesAtPathsMutation.js +26 -0
- package/compute/hooks/mutations/usePlatformInfraInsertNodesAtPathsMutation.d.ts +20 -0
- package/compute/hooks/mutations/usePlatformInfraInsertNodesAtPathsMutation.js +26 -0
- package/compute/hooks/mutations/usePlatformInfraSetAndCommitMutation.d.ts +20 -0
- package/compute/hooks/mutations/usePlatformInfraSetAndCommitMutation.js +26 -0
- package/compute/hooks/mutations/usePlatformInfraSetManyAndCommitMutation.d.ts +20 -0
- package/compute/hooks/mutations/usePlatformInfraSetManyAndCommitMutation.js +26 -0
- package/compute/hooks/mutations/useSetAndCommitMutation.d.ts +20 -0
- package/compute/hooks/mutations/useSetAndCommitMutation.js +26 -0
- package/compute/hooks/mutations/useSetManyAndCommitMutation.d.ts +20 -0
- package/compute/hooks/mutations/useSetManyAndCommitMutation.js +26 -0
- package/compute/hooks/mutations/useUpdateContentPresetMutation.d.ts +40 -0
- package/compute/hooks/mutations/useUpdateContentPresetMutation.js +40 -0
- package/compute/hooks/queries/index.d.ts +2 -0
- package/compute/hooks/queries/index.js +2 -0
- package/compute/hooks/queries/useContentPresetQuery.d.ts +65 -0
- package/compute/hooks/queries/useContentPresetQuery.js +53 -0
- package/compute/hooks/queries/useContentPresetsQuery.d.ts +69 -0
- package/compute/hooks/queries/useContentPresetsQuery.js +38 -0
- package/compute/hooks/query-keys.d.ts +14 -0
- package/compute/hooks/query-keys.js +10 -2
- package/compute/orm/index.d.ts +47 -0
- package/compute/orm/index.js +2 -0
- package/compute/orm/input-types.d.ts +470 -48
- package/compute/orm/models/contentPreset.d.ts +54 -0
- package/compute/orm/models/contentPreset.js +104 -0
- package/compute/orm/models/index.d.ts +1 -0
- package/compute/orm/models/index.js +4 -2
- package/compute/orm/mutation/index.d.ts +73 -1
- package/compute/orm/mutation/index.js +108 -0
- package/compute/schema-types.d.ts +298 -17
- package/compute/types.d.ts +17 -0
- package/esm/admin/hooks/index.d.ts +1 -1
- package/esm/admin/hooks/index.js +1 -1
- package/esm/admin/hooks/invalidation.d.ts +112 -40
- package/esm/admin/hooks/invalidation.js +265 -73
- package/esm/admin/hooks/mutation-keys.d.ts +236 -92
- package/esm/admin/hooks/mutation-keys.js +148 -58
- package/esm/admin/hooks/mutations/index.d.ts +60 -24
- package/esm/admin/hooks/mutations/index.js +60 -24
- package/esm/admin/hooks/mutations/useCreateAppCapabilityDefaultCapabilityMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateAppCapabilityDefaultCapabilityMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateAppCapabilityDefaultGrantMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateAppCapabilityDefaultGrantMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateAppCapabilityDefaultMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateAppCapabilityDefaultMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateAppCapabilityMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateAppCapabilityMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateAppGrantMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useCreateAppGrantMutation.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/useCreateAppMembershipProfileMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateAppMembershipProfileMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateAppProfileCapabilityMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateAppProfileCapabilityMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateAppProfileDefinitionGrantMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateAppProfileDefinitionGrantMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateAppProfileGrantMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateAppProfileGrantMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateAppProfileMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateAppProfileMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateAppProfileTemplateMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateAppProfileTemplateMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateOrgCapabilityDefaultCapabilityMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateOrgCapabilityDefaultCapabilityMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateOrgCapabilityDefaultGrantMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateOrgCapabilityDefaultGrantMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateOrgCapabilityDefaultMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateOrgCapabilityDefaultMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateOrgCapabilityMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateOrgCapabilityMutation.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/useCreateOrgMembershipMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useCreateOrgMembershipMutation.js +1 -1
- package/esm/admin/hooks/mutations/useCreateOrgMembershipProfileMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateOrgMembershipProfileMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateOrgProfileCapabilityMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateOrgProfileCapabilityMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateOrgProfileDefinitionGrantMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateOrgProfileDefinitionGrantMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateOrgProfileGrantMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateOrgProfileGrantMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateOrgProfileMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateOrgProfileMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateOrgProfileTemplateMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateOrgProfileTemplateMutation.js +31 -0
- package/esm/admin/hooks/mutations/useDeleteAppCapabilityDefaultCapabilityMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteAppCapabilityDefaultCapabilityMutation.js +36 -0
- package/esm/admin/hooks/mutations/useDeleteAppCapabilityDefaultGrantMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteAppCapabilityDefaultGrantMutation.js +36 -0
- package/esm/admin/hooks/mutations/useDeleteAppCapabilityDefaultMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteAppCapabilityDefaultMutation.js +36 -0
- package/esm/admin/hooks/mutations/useDeleteAppCapabilityMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteAppCapabilityMutation.js +36 -0
- package/esm/admin/hooks/mutations/useDeleteAppGrantMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useDeleteAppGrantMutation.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/useDeleteAppMembershipProfileMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteAppMembershipProfileMutation.js +36 -0
- package/esm/admin/hooks/mutations/useDeleteAppProfileCapabilityMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteAppProfileCapabilityMutation.js +36 -0
- package/esm/admin/hooks/mutations/useDeleteAppProfileDefinitionGrantMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteAppProfileDefinitionGrantMutation.js +36 -0
- package/esm/admin/hooks/mutations/useDeleteAppProfileGrantMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteAppProfileGrantMutation.js +36 -0
- package/esm/admin/hooks/mutations/useDeleteAppProfileMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteAppProfileMutation.js +36 -0
- package/esm/admin/hooks/mutations/useDeleteAppProfileTemplateMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteAppProfileTemplateMutation.js +36 -0
- package/esm/admin/hooks/mutations/useDeleteOrgCapabilityDefaultCapabilityMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteOrgCapabilityDefaultCapabilityMutation.js +36 -0
- package/esm/admin/hooks/mutations/useDeleteOrgCapabilityDefaultGrantMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteOrgCapabilityDefaultGrantMutation.js +36 -0
- package/esm/admin/hooks/mutations/useDeleteOrgCapabilityDefaultMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteOrgCapabilityDefaultMutation.js +36 -0
- package/esm/admin/hooks/mutations/useDeleteOrgCapabilityMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteOrgCapabilityMutation.js +36 -0
- package/esm/admin/hooks/mutations/useDeleteOrgGrantMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useDeleteOrgGrantMutation.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/useDeleteOrgMembershipProfileMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteOrgMembershipProfileMutation.js +36 -0
- package/esm/admin/hooks/mutations/useDeleteOrgProfileCapabilityMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteOrgProfileCapabilityMutation.js +36 -0
- package/esm/admin/hooks/mutations/useDeleteOrgProfileDefinitionGrantMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteOrgProfileDefinitionGrantMutation.js +36 -0
- package/esm/admin/hooks/mutations/useDeleteOrgProfileGrantMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteOrgProfileGrantMutation.js +36 -0
- package/esm/admin/hooks/mutations/useDeleteOrgProfileMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteOrgProfileMutation.js +36 -0
- package/esm/admin/hooks/mutations/useDeleteOrgProfileTemplateMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteOrgProfileTemplateMutation.js +36 -0
- package/esm/admin/hooks/mutations/useUpdateAppCapabilityDefaultCapabilityMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateAppCapabilityDefaultCapabilityMutation.js +37 -0
- package/esm/admin/hooks/mutations/useUpdateAppCapabilityDefaultGrantMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateAppCapabilityDefaultGrantMutation.js +37 -0
- package/esm/admin/hooks/mutations/useUpdateAppCapabilityDefaultMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateAppCapabilityDefaultMutation.js +37 -0
- package/esm/admin/hooks/mutations/useUpdateAppCapabilityMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateAppCapabilityMutation.js +37 -0
- package/esm/admin/hooks/mutations/useUpdateAppGrantMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useUpdateAppGrantMutation.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/useUpdateAppMembershipProfileMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateAppMembershipProfileMutation.js +37 -0
- package/esm/admin/hooks/mutations/useUpdateAppProfileCapabilityMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateAppProfileCapabilityMutation.js +37 -0
- package/esm/admin/hooks/mutations/useUpdateAppProfileDefinitionGrantMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateAppProfileDefinitionGrantMutation.js +37 -0
- package/esm/admin/hooks/mutations/useUpdateAppProfileGrantMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateAppProfileGrantMutation.js +37 -0
- package/esm/admin/hooks/mutations/useUpdateAppProfileMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateAppProfileMutation.js +37 -0
- package/esm/admin/hooks/mutations/useUpdateAppProfileTemplateMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateAppProfileTemplateMutation.js +37 -0
- package/esm/admin/hooks/mutations/useUpdateOrgCapabilityDefaultCapabilityMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateOrgCapabilityDefaultCapabilityMutation.js +37 -0
- package/esm/admin/hooks/mutations/useUpdateOrgCapabilityDefaultGrantMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateOrgCapabilityDefaultGrantMutation.js +37 -0
- package/esm/admin/hooks/mutations/useUpdateOrgCapabilityDefaultMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateOrgCapabilityDefaultMutation.js +37 -0
- package/esm/admin/hooks/mutations/useUpdateOrgCapabilityMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateOrgCapabilityMutation.js +37 -0
- package/esm/admin/hooks/mutations/useUpdateOrgGrantMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useUpdateOrgGrantMutation.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/useUpdateOrgMembershipProfileMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateOrgMembershipProfileMutation.js +37 -0
- package/esm/admin/hooks/mutations/useUpdateOrgProfileCapabilityMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateOrgProfileCapabilityMutation.js +37 -0
- package/esm/admin/hooks/mutations/useUpdateOrgProfileDefinitionGrantMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateOrgProfileDefinitionGrantMutation.js +37 -0
- package/esm/admin/hooks/mutations/useUpdateOrgProfileGrantMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateOrgProfileGrantMutation.js +37 -0
- package/esm/admin/hooks/mutations/useUpdateOrgProfileMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateOrgProfileMutation.js +37 -0
- package/esm/admin/hooks/mutations/useUpdateOrgProfileTemplateMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateOrgProfileTemplateMutation.js +37 -0
- package/esm/admin/hooks/queries/index.d.ts +48 -24
- package/esm/admin/hooks/queries/index.js +48 -24
- package/esm/admin/hooks/queries/useAppCapabilitiesGetByMaskQuery.d.ts +54 -0
- package/esm/admin/hooks/queries/useAppCapabilitiesGetByMaskQuery.js +47 -0
- package/esm/admin/hooks/queries/useAppCapabilitiesGetMaskByNamesQuery.d.ts +53 -0
- package/esm/admin/hooks/queries/useAppCapabilitiesGetMaskByNamesQuery.js +47 -0
- package/esm/admin/hooks/queries/useAppCapabilitiesGetMaskQuery.d.ts +53 -0
- package/esm/admin/hooks/queries/useAppCapabilitiesGetMaskQuery.js +47 -0
- package/esm/admin/hooks/queries/useAppCapabilitiesGetPaddedMaskQuery.d.ts +53 -0
- package/esm/admin/hooks/queries/useAppCapabilitiesGetPaddedMaskQuery.js +47 -0
- package/esm/admin/hooks/queries/useAppCapabilitiesQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useAppCapabilitiesQuery.js +32 -0
- package/esm/admin/hooks/queries/useAppCapabilityDefaultCapabilitiesQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useAppCapabilityDefaultCapabilitiesQuery.js +32 -0
- package/esm/admin/hooks/queries/useAppCapabilityDefaultCapabilityQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useAppCapabilityDefaultCapabilityQuery.js +47 -0
- package/esm/admin/hooks/queries/useAppCapabilityDefaultGrantQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useAppCapabilityDefaultGrantQuery.js +47 -0
- package/esm/admin/hooks/queries/useAppCapabilityDefaultGrantsQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useAppCapabilityDefaultGrantsQuery.js +32 -0
- package/esm/admin/hooks/queries/useAppCapabilityDefaultQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useAppCapabilityDefaultQuery.js +47 -0
- package/esm/admin/hooks/queries/useAppCapabilityDefaultsQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useAppCapabilityDefaultsQuery.js +32 -0
- package/esm/admin/hooks/queries/useAppCapabilityQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useAppCapabilityQuery.js +47 -0
- 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/useAppMembershipProfileQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useAppMembershipProfileQuery.js +47 -0
- package/esm/admin/hooks/queries/useAppMembershipProfilesQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useAppMembershipProfilesQuery.js +32 -0
- 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/useAppProfileCapabilitiesQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useAppProfileCapabilitiesQuery.js +32 -0
- package/esm/admin/hooks/queries/useAppProfileCapabilityQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useAppProfileCapabilityQuery.js +47 -0
- package/esm/admin/hooks/queries/useAppProfileDefinitionGrantQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useAppProfileDefinitionGrantQuery.js +47 -0
- package/esm/admin/hooks/queries/useAppProfileDefinitionGrantsQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useAppProfileDefinitionGrantsQuery.js +32 -0
- package/esm/admin/hooks/queries/useAppProfileGrantQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useAppProfileGrantQuery.js +47 -0
- package/esm/admin/hooks/queries/useAppProfileGrantsQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useAppProfileGrantsQuery.js +32 -0
- package/esm/admin/hooks/queries/useAppProfileQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useAppProfileQuery.js +47 -0
- package/esm/admin/hooks/queries/useAppProfileTemplateQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useAppProfileTemplateQuery.js +47 -0
- package/esm/admin/hooks/queries/useAppProfileTemplatesQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useAppProfileTemplatesQuery.js +32 -0
- package/esm/admin/hooks/queries/useAppProfilesQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useAppProfilesQuery.js +32 -0
- package/esm/admin/hooks/queries/useOrgCapabilitiesGetByMaskQuery.d.ts +54 -0
- package/esm/admin/hooks/queries/useOrgCapabilitiesGetByMaskQuery.js +47 -0
- package/esm/admin/hooks/queries/useOrgCapabilitiesGetMaskByNamesQuery.d.ts +53 -0
- package/esm/admin/hooks/queries/useOrgCapabilitiesGetMaskByNamesQuery.js +47 -0
- package/esm/admin/hooks/queries/useOrgCapabilitiesGetMaskQuery.d.ts +53 -0
- package/esm/admin/hooks/queries/useOrgCapabilitiesGetMaskQuery.js +47 -0
- package/esm/admin/hooks/queries/useOrgCapabilitiesGetPaddedMaskQuery.d.ts +53 -0
- package/esm/admin/hooks/queries/useOrgCapabilitiesGetPaddedMaskQuery.js +47 -0
- package/esm/admin/hooks/queries/useOrgCapabilitiesQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useOrgCapabilitiesQuery.js +32 -0
- package/esm/admin/hooks/queries/useOrgCapabilityDefaultCapabilitiesQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useOrgCapabilityDefaultCapabilitiesQuery.js +32 -0
- package/esm/admin/hooks/queries/useOrgCapabilityDefaultCapabilityQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useOrgCapabilityDefaultCapabilityQuery.js +47 -0
- package/esm/admin/hooks/queries/useOrgCapabilityDefaultGrantQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useOrgCapabilityDefaultGrantQuery.js +47 -0
- package/esm/admin/hooks/queries/useOrgCapabilityDefaultGrantsQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useOrgCapabilityDefaultGrantsQuery.js +32 -0
- package/esm/admin/hooks/queries/useOrgCapabilityDefaultQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useOrgCapabilityDefaultQuery.js +47 -0
- package/esm/admin/hooks/queries/useOrgCapabilityDefaultsQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useOrgCapabilityDefaultsQuery.js +32 -0
- package/esm/admin/hooks/queries/useOrgCapabilityQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useOrgCapabilityQuery.js +47 -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/useOrgMembershipProfileQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useOrgMembershipProfileQuery.js +47 -0
- package/esm/admin/hooks/queries/useOrgMembershipProfilesQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useOrgMembershipProfilesQuery.js +32 -0
- 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/useOrgProfileCapabilitiesQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useOrgProfileCapabilitiesQuery.js +32 -0
- package/esm/admin/hooks/queries/useOrgProfileCapabilityQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useOrgProfileCapabilityQuery.js +47 -0
- package/esm/admin/hooks/queries/useOrgProfileDefinitionGrantQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useOrgProfileDefinitionGrantQuery.js +47 -0
- package/esm/admin/hooks/queries/useOrgProfileDefinitionGrantsQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useOrgProfileDefinitionGrantsQuery.js +32 -0
- package/esm/admin/hooks/queries/useOrgProfileGrantQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useOrgProfileGrantQuery.js +47 -0
- package/esm/admin/hooks/queries/useOrgProfileGrantsQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useOrgProfileGrantsQuery.js +32 -0
- package/esm/admin/hooks/queries/useOrgProfileQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useOrgProfileQuery.js +47 -0
- package/esm/admin/hooks/queries/useOrgProfileTemplateQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useOrgProfileTemplateQuery.js +47 -0
- package/esm/admin/hooks/queries/useOrgProfileTemplatesQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useOrgProfileTemplatesQuery.js +32 -0
- package/esm/admin/hooks/queries/useOrgProfilesQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useOrgProfilesQuery.js +32 -0
- package/esm/admin/hooks/query-keys.d.ts +292 -124
- package/esm/admin/hooks/query-keys.js +170 -74
- package/esm/admin/orm/index.d.ts +58 -34
- package/esm/admin/orm/index.js +40 -16
- package/esm/admin/orm/input-types.d.ts +3824 -943
- package/esm/admin/orm/input-types.js +33 -5
- package/esm/admin/orm/models/appCapability.d.ts +54 -0
- package/esm/admin/orm/models/appCapability.js +100 -0
- package/esm/admin/orm/models/appCapabilityDefault.d.ts +54 -0
- package/esm/admin/orm/models/appCapabilityDefault.js +100 -0
- package/esm/admin/orm/models/appCapabilityDefaultCapability.d.ts +54 -0
- package/esm/admin/orm/models/appCapabilityDefaultCapability.js +100 -0
- package/esm/admin/orm/models/appCapabilityDefaultGrant.d.ts +54 -0
- package/esm/admin/orm/models/appCapabilityDefaultGrant.js +100 -0
- package/esm/admin/orm/models/appMembershipProfile.d.ts +54 -0
- package/esm/admin/orm/models/appMembershipProfile.js +100 -0
- package/esm/admin/orm/models/appProfile.d.ts +54 -0
- package/esm/admin/orm/models/appProfile.js +100 -0
- package/esm/admin/orm/models/appProfileCapability.d.ts +54 -0
- package/esm/admin/orm/models/appProfileCapability.js +100 -0
- package/esm/admin/orm/models/appProfileDefinitionGrant.d.ts +54 -0
- package/esm/admin/orm/models/appProfileDefinitionGrant.js +100 -0
- package/esm/admin/orm/models/appProfileGrant.d.ts +54 -0
- package/esm/admin/orm/models/appProfileGrant.js +100 -0
- package/esm/admin/orm/models/appProfileTemplate.d.ts +54 -0
- package/esm/admin/orm/models/appProfileTemplate.js +100 -0
- package/esm/admin/orm/models/index.d.ts +20 -8
- package/esm/admin/orm/models/index.js +20 -8
- package/esm/admin/orm/models/orgCapability.d.ts +54 -0
- package/esm/admin/orm/models/orgCapability.js +100 -0
- package/esm/admin/orm/models/orgCapabilityDefault.d.ts +54 -0
- package/esm/admin/orm/models/orgCapabilityDefault.js +100 -0
- package/esm/admin/orm/models/orgCapabilityDefaultCapability.d.ts +54 -0
- package/esm/admin/orm/models/orgCapabilityDefaultCapability.js +100 -0
- package/esm/admin/orm/models/orgCapabilityDefaultGrant.d.ts +54 -0
- package/esm/admin/orm/models/orgCapabilityDefaultGrant.js +100 -0
- package/esm/admin/orm/models/orgMembershipProfile.d.ts +54 -0
- package/esm/admin/orm/models/orgMembershipProfile.js +100 -0
- package/esm/admin/orm/models/orgProfile.d.ts +54 -0
- package/esm/admin/orm/models/orgProfile.js +100 -0
- package/esm/admin/orm/models/orgProfileCapability.d.ts +54 -0
- package/esm/admin/orm/models/orgProfileCapability.js +100 -0
- package/esm/admin/orm/models/orgProfileDefinitionGrant.d.ts +54 -0
- package/esm/admin/orm/models/orgProfileDefinitionGrant.js +100 -0
- package/esm/admin/orm/models/orgProfileGrant.d.ts +54 -0
- package/esm/admin/orm/models/orgProfileGrant.js +100 -0
- package/esm/admin/orm/models/orgProfileTemplate.d.ts +54 -0
- package/esm/admin/orm/models/orgProfileTemplate.js +100 -0
- package/esm/admin/orm/query/index.d.ts +33 -33
- package/esm/admin/orm/query/index.js +56 -56
- package/esm/admin/schema-types.d.ts +2025 -497
- package/esm/admin/types.d.ts +136 -24
- package/esm/api/hooks/index.d.ts +1 -1
- package/esm/api/hooks/index.js +1 -1
- package/esm/api/hooks/invalidation.d.ts +58 -22
- package/esm/api/hooks/invalidation.js +147 -51
- package/esm/api/hooks/mutation-keys.d.ts +122 -50
- package/esm/api/hooks/mutation-keys.js +86 -35
- package/esm/api/hooks/mutations/index.d.ts +33 -11
- package/esm/api/hooks/mutations/index.js +33 -11
- package/esm/api/hooks/mutations/useAppsInstallAppMutation.d.ts +20 -0
- package/esm/api/hooks/mutations/useAppsInstallAppMutation.js +23 -0
- package/esm/api/hooks/mutations/useAppsUninstallAppMutation.d.ts +20 -0
- package/esm/api/hooks/mutations/useAppsUninstallAppMutation.js +23 -0
- package/esm/api/hooks/mutations/useAppsUpgradeAppMutation.d.ts +20 -0
- package/esm/api/hooks/mutations/useAppsUpgradeAppMutation.js +23 -0
- package/esm/api/hooks/mutations/useCreateApiMutation.d.ts +34 -0
- package/esm/api/hooks/mutations/useCreateApiMutation.js +31 -0
- package/esm/api/hooks/mutations/useCreateAppComponentMutation.d.ts +34 -0
- package/esm/api/hooks/mutations/useCreateAppComponentMutation.js +31 -0
- package/esm/api/hooks/mutations/useCreateAppMutation.d.ts +34 -0
- package/esm/api/hooks/mutations/useCreateAppMutation.js +31 -0
- package/esm/api/hooks/mutations/useCreateEmailIdentityMutation.d.ts +34 -0
- package/esm/api/hooks/mutations/useCreateEmailIdentityMutation.js +31 -0
- package/esm/api/hooks/mutations/useCreateEmailProviderAccountMutation.d.ts +34 -0
- package/esm/api/hooks/mutations/useCreateEmailProviderAccountMutation.js +31 -0
- package/esm/api/hooks/mutations/useCreateEmailSiteIdentityMutation.d.ts +34 -0
- package/esm/api/hooks/mutations/useCreateEmailSiteIdentityMutation.js +31 -0
- package/esm/api/hooks/mutations/useCreatePlatformApiMutation.d.ts +34 -0
- package/esm/api/hooks/mutations/useCreatePlatformApiMutation.js +31 -0
- package/esm/api/hooks/mutations/useCreatePlatformEmailIdentityMutation.d.ts +34 -0
- package/esm/api/hooks/mutations/useCreatePlatformEmailIdentityMutation.js +31 -0
- package/esm/api/hooks/mutations/useCreatePlatformEmailProviderAccountMutation.d.ts +34 -0
- package/esm/api/hooks/mutations/useCreatePlatformEmailProviderAccountMutation.js +31 -0
- package/esm/api/hooks/mutations/useCreatePlatformEmailSiteIdentityMutation.d.ts +34 -0
- package/esm/api/hooks/mutations/useCreatePlatformEmailSiteIdentityMutation.js +31 -0
- package/esm/api/hooks/mutations/useDeleteApiMutation.d.ts +38 -0
- package/esm/api/hooks/mutations/useDeleteApiMutation.js +36 -0
- package/esm/api/hooks/mutations/useDeleteAppComponentMutation.d.ts +38 -0
- package/esm/api/hooks/mutations/useDeleteAppComponentMutation.js +36 -0
- package/esm/api/hooks/mutations/useDeleteAppMutation.d.ts +38 -0
- package/esm/api/hooks/mutations/useDeleteAppMutation.js +36 -0
- package/esm/api/hooks/mutations/useDeleteEmailIdentityMutation.d.ts +38 -0
- package/esm/api/hooks/mutations/useDeleteEmailIdentityMutation.js +36 -0
- package/esm/api/hooks/mutations/useDeleteEmailProviderAccountMutation.d.ts +38 -0
- package/esm/api/hooks/mutations/useDeleteEmailProviderAccountMutation.js +36 -0
- package/esm/api/hooks/mutations/useDeleteEmailSiteIdentityMutation.d.ts +38 -0
- package/esm/api/hooks/mutations/useDeleteEmailSiteIdentityMutation.js +36 -0
- package/esm/api/hooks/mutations/useDeletePlatformApiMutation.d.ts +38 -0
- package/esm/api/hooks/mutations/useDeletePlatformApiMutation.js +36 -0
- package/esm/api/hooks/mutations/useDeletePlatformEmailIdentityMutation.d.ts +38 -0
- package/esm/api/hooks/mutations/useDeletePlatformEmailIdentityMutation.js +36 -0
- package/esm/api/hooks/mutations/useDeletePlatformEmailProviderAccountMutation.d.ts +38 -0
- package/esm/api/hooks/mutations/useDeletePlatformEmailProviderAccountMutation.js +36 -0
- package/esm/api/hooks/mutations/useDeletePlatformEmailSiteIdentityMutation.d.ts +38 -0
- package/esm/api/hooks/mutations/useDeletePlatformEmailSiteIdentityMutation.js +36 -0
- package/esm/api/hooks/mutations/useUpdateApiMutation.d.ts +40 -0
- package/esm/api/hooks/mutations/useUpdateApiMutation.js +37 -0
- package/esm/api/hooks/mutations/useUpdateAppComponentMutation.d.ts +40 -0
- package/esm/api/hooks/mutations/useUpdateAppComponentMutation.js +37 -0
- package/esm/api/hooks/mutations/useUpdateAppMutation.d.ts +40 -0
- package/esm/api/hooks/mutations/useUpdateAppMutation.js +37 -0
- package/esm/api/hooks/mutations/useUpdateEmailIdentityMutation.d.ts +40 -0
- package/esm/api/hooks/mutations/useUpdateEmailIdentityMutation.js +37 -0
- package/esm/api/hooks/mutations/useUpdateEmailProviderAccountMutation.d.ts +40 -0
- package/esm/api/hooks/mutations/useUpdateEmailProviderAccountMutation.js +37 -0
- package/esm/api/hooks/mutations/useUpdateEmailSiteIdentityMutation.d.ts +40 -0
- package/esm/api/hooks/mutations/useUpdateEmailSiteIdentityMutation.js +37 -0
- package/esm/api/hooks/mutations/useUpdatePlatformApiMutation.d.ts +40 -0
- package/esm/api/hooks/mutations/useUpdatePlatformApiMutation.js +37 -0
- package/esm/api/hooks/mutations/useUpdatePlatformEmailIdentityMutation.d.ts +40 -0
- package/esm/api/hooks/mutations/useUpdatePlatformEmailIdentityMutation.js +37 -0
- package/esm/api/hooks/mutations/useUpdatePlatformEmailProviderAccountMutation.d.ts +40 -0
- package/esm/api/hooks/mutations/useUpdatePlatformEmailProviderAccountMutation.js +37 -0
- package/esm/api/hooks/mutations/useUpdatePlatformEmailSiteIdentityMutation.d.ts +40 -0
- package/esm/api/hooks/mutations/useUpdatePlatformEmailSiteIdentityMutation.js +37 -0
- package/esm/api/hooks/queries/index.d.ts +20 -8
- package/esm/api/hooks/queries/index.js +20 -8
- package/esm/api/hooks/queries/useApiQuery.d.ts +65 -0
- package/esm/api/hooks/queries/useApiQuery.js +47 -0
- package/esm/api/hooks/queries/useApisQuery.d.ts +25 -21
- package/esm/api/hooks/queries/useApisQuery.js +11 -26
- package/esm/api/hooks/queries/useAppComponentQuery.d.ts +65 -0
- package/esm/api/hooks/queries/useAppComponentQuery.js +47 -0
- package/esm/api/hooks/queries/useAppComponentsQuery.d.ts +69 -0
- package/esm/api/hooks/queries/useAppComponentsQuery.js +32 -0
- package/esm/api/hooks/queries/useAppQuery.d.ts +65 -0
- package/esm/api/hooks/queries/useAppQuery.js +47 -0
- package/esm/api/hooks/queries/useAppsQuery.d.ts +69 -0
- package/esm/api/hooks/queries/useAppsQuery.js +32 -0
- package/esm/api/hooks/queries/useEmailIdentitiesQuery.d.ts +69 -0
- package/esm/api/hooks/queries/useEmailIdentitiesQuery.js +32 -0
- package/esm/api/hooks/queries/useEmailIdentityQuery.d.ts +65 -0
- package/esm/api/hooks/queries/useEmailIdentityQuery.js +47 -0
- package/esm/api/hooks/queries/useEmailProviderAccountQuery.d.ts +65 -0
- package/esm/api/hooks/queries/useEmailProviderAccountQuery.js +47 -0
- package/esm/api/hooks/queries/useEmailProviderAccountsQuery.d.ts +69 -0
- package/esm/api/hooks/queries/useEmailProviderAccountsQuery.js +32 -0
- package/esm/api/hooks/queries/useEmailSiteIdentitiesQuery.d.ts +69 -0
- package/esm/api/hooks/queries/useEmailSiteIdentitiesQuery.js +32 -0
- package/esm/api/hooks/queries/useEmailSiteIdentityQuery.d.ts +65 -0
- package/esm/api/hooks/queries/useEmailSiteIdentityQuery.js +47 -0
- package/esm/api/hooks/queries/usePlatformApiQuery.d.ts +65 -0
- package/esm/api/hooks/queries/usePlatformApiQuery.js +47 -0
- package/esm/api/hooks/queries/usePlatformApisQuery.d.ts +25 -21
- package/esm/api/hooks/queries/usePlatformApisQuery.js +11 -26
- package/esm/api/hooks/queries/usePlatformEmailIdentitiesQuery.d.ts +69 -0
- package/esm/api/hooks/queries/usePlatformEmailIdentitiesQuery.js +32 -0
- package/esm/api/hooks/queries/usePlatformEmailIdentityQuery.d.ts +65 -0
- package/esm/api/hooks/queries/usePlatformEmailIdentityQuery.js +47 -0
- package/esm/api/hooks/queries/usePlatformEmailProviderAccountQuery.d.ts +65 -0
- package/esm/api/hooks/queries/usePlatformEmailProviderAccountQuery.js +47 -0
- package/esm/api/hooks/queries/usePlatformEmailProviderAccountsQuery.d.ts +69 -0
- package/esm/api/hooks/queries/usePlatformEmailProviderAccountsQuery.js +32 -0
- package/esm/api/hooks/queries/usePlatformEmailSiteIdentitiesQuery.d.ts +69 -0
- package/esm/api/hooks/queries/usePlatformEmailSiteIdentitiesQuery.js +32 -0
- package/esm/api/hooks/queries/usePlatformEmailSiteIdentityQuery.d.ts +65 -0
- package/esm/api/hooks/queries/usePlatformEmailSiteIdentityQuery.js +47 -0
- package/esm/api/hooks/query-keys.d.ts +136 -52
- package/esm/api/hooks/query-keys.js +78 -30
- package/esm/api/orm/index.d.ts +33 -21
- package/esm/api/orm/index.js +20 -8
- package/esm/api/orm/input-types.d.ts +2594 -895
- package/esm/api/orm/input-types.js +19 -4
- package/esm/api/orm/models/api.d.ts +54 -0
- package/esm/api/orm/models/api.js +100 -0
- package/esm/api/orm/models/app.d.ts +54 -0
- package/esm/api/orm/models/app.js +100 -0
- package/esm/api/orm/models/appComponent.d.ts +54 -0
- package/esm/api/orm/models/appComponent.js +100 -0
- package/esm/api/orm/models/emailIdentity.d.ts +54 -0
- package/esm/api/orm/models/emailIdentity.js +100 -0
- package/esm/api/orm/models/emailProviderAccount.d.ts +54 -0
- package/esm/api/orm/models/emailProviderAccount.js +100 -0
- package/esm/api/orm/models/emailSiteIdentity.d.ts +54 -0
- package/esm/api/orm/models/emailSiteIdentity.js +100 -0
- package/esm/api/orm/models/index.d.ts +10 -4
- package/esm/api/orm/models/index.js +10 -4
- package/esm/api/orm/models/platformApi.d.ts +54 -0
- package/esm/api/orm/models/platformApi.js +100 -0
- package/esm/api/orm/models/platformEmailIdentity.d.ts +54 -0
- package/esm/api/orm/models/platformEmailIdentity.js +100 -0
- package/esm/api/orm/models/platformEmailProviderAccount.d.ts +54 -0
- package/esm/api/orm/models/platformEmailProviderAccount.js +100 -0
- package/esm/api/orm/models/platformEmailSiteIdentity.d.ts +54 -0
- package/esm/api/orm/models/platformEmailSiteIdentity.js +100 -0
- package/esm/api/orm/mutation/index.d.ts +22 -22
- package/esm/api/orm/mutation/index.js +30 -30
- package/esm/api/schema-types.d.ts +1334 -347
- package/esm/api/types.d.ts +117 -43
- package/esm/auth/hooks/mutation-keys.d.ts +4 -0
- package/esm/auth/hooks/mutation-keys.js +6 -0
- package/esm/auth/hooks/mutations/index.d.ts +2 -0
- package/esm/auth/hooks/mutations/index.js +2 -0
- package/esm/auth/hooks/mutations/useCreatePrincipalScopeOverrideMutation.d.ts +2 -2
- package/esm/auth/hooks/mutations/useCreatePrincipalScopeOverrideMutation.js +1 -1
- package/esm/auth/hooks/mutations/useSignInMagicLinkMutation.d.ts +20 -0
- package/esm/auth/hooks/mutations/useSignInMagicLinkMutation.js +23 -0
- package/esm/auth/hooks/mutations/useSignUpMagicLinkMutation.d.ts +20 -0
- package/esm/auth/hooks/mutations/useSignUpMagicLinkMutation.js +23 -0
- package/esm/auth/hooks/queries/usePrincipalScopeOverrideQuery.d.ts +4 -4
- package/esm/auth/hooks/queries/usePrincipalScopeOverrideQuery.js +1 -1
- package/esm/auth/hooks/queries/usePrincipalScopeOverridesQuery.d.ts +4 -4
- package/esm/auth/hooks/queries/usePrincipalScopeOverridesQuery.js +1 -1
- package/esm/auth/orm/index.d.ts +10 -0
- package/esm/auth/orm/input-types.d.ts +60 -6
- package/esm/auth/orm/mutation/index.d.ts +17 -1
- package/esm/auth/orm/mutation/index.js +24 -0
- package/esm/auth/schema-types.d.ts +36 -4
- package/esm/compute/hooks/index.d.ts +1 -1
- package/esm/compute/hooks/index.js +1 -1
- package/esm/compute/hooks/invalidation.d.ts +6 -0
- package/esm/compute/hooks/invalidation.js +17 -1
- package/esm/compute/hooks/mutation-keys.d.ts +30 -0
- package/esm/compute/hooks/mutation-keys.js +34 -0
- package/esm/compute/hooks/mutations/index.d.ts +12 -0
- package/esm/compute/hooks/mutations/index.js +12 -0
- package/esm/compute/hooks/mutations/useCreateContentPresetMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreateContentPresetMutation.js +31 -0
- package/esm/compute/hooks/mutations/useDeleteContentPresetMutation.d.ts +38 -0
- package/esm/compute/hooks/mutations/useDeleteContentPresetMutation.js +36 -0
- package/esm/compute/hooks/mutations/useInfraInsertNodesAtPathsMutation.d.ts +20 -0
- package/esm/compute/hooks/mutations/useInfraInsertNodesAtPathsMutation.js +23 -0
- package/esm/compute/hooks/mutations/useInfraSetAndCommitMutation.d.ts +20 -0
- package/esm/compute/hooks/mutations/useInfraSetAndCommitMutation.js +23 -0
- package/esm/compute/hooks/mutations/useInfraSetManyAndCommitMutation.d.ts +20 -0
- package/esm/compute/hooks/mutations/useInfraSetManyAndCommitMutation.js +23 -0
- package/esm/compute/hooks/mutations/useInsertNodesAtPathsMutation.d.ts +20 -0
- package/esm/compute/hooks/mutations/useInsertNodesAtPathsMutation.js +23 -0
- package/esm/compute/hooks/mutations/usePlatformInfraInsertNodesAtPathsMutation.d.ts +20 -0
- package/esm/compute/hooks/mutations/usePlatformInfraInsertNodesAtPathsMutation.js +23 -0
- package/esm/compute/hooks/mutations/usePlatformInfraSetAndCommitMutation.d.ts +20 -0
- package/esm/compute/hooks/mutations/usePlatformInfraSetAndCommitMutation.js +23 -0
- package/esm/compute/hooks/mutations/usePlatformInfraSetManyAndCommitMutation.d.ts +20 -0
- package/esm/compute/hooks/mutations/usePlatformInfraSetManyAndCommitMutation.js +23 -0
- package/esm/compute/hooks/mutations/useSetAndCommitMutation.d.ts +20 -0
- package/esm/compute/hooks/mutations/useSetAndCommitMutation.js +23 -0
- package/esm/compute/hooks/mutations/useSetManyAndCommitMutation.d.ts +20 -0
- package/esm/compute/hooks/mutations/useSetManyAndCommitMutation.js +23 -0
- package/esm/compute/hooks/mutations/useUpdateContentPresetMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useUpdateContentPresetMutation.js +37 -0
- package/esm/compute/hooks/queries/index.d.ts +2 -0
- package/esm/compute/hooks/queries/index.js +2 -0
- package/esm/compute/hooks/queries/useContentPresetQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/useContentPresetQuery.js +47 -0
- package/esm/compute/hooks/queries/useContentPresetsQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/useContentPresetsQuery.js +32 -0
- package/esm/compute/hooks/query-keys.d.ts +14 -0
- package/esm/compute/hooks/query-keys.js +8 -0
- package/esm/compute/orm/index.d.ts +47 -0
- package/esm/compute/orm/index.js +2 -0
- package/esm/compute/orm/input-types.d.ts +470 -48
- package/esm/compute/orm/models/contentPreset.d.ts +54 -0
- package/esm/compute/orm/models/contentPreset.js +100 -0
- package/esm/compute/orm/models/index.d.ts +1 -0
- package/esm/compute/orm/models/index.js +1 -0
- package/esm/compute/orm/mutation/index.d.ts +73 -1
- package/esm/compute/orm/mutation/index.js +108 -0
- package/esm/compute/schema-types.d.ts +298 -17
- package/esm/compute/types.d.ts +17 -0
- package/esm/modules/hooks/index.d.ts +1 -1
- package/esm/modules/hooks/index.js +1 -1
- package/esm/modules/hooks/invalidation.d.ts +48 -6
- package/esm/modules/hooks/invalidation.js +128 -16
- package/esm/modules/hooks/mutation-keys.d.ts +96 -26
- package/esm/modules/hooks/mutation-keys.js +62 -28
- package/esm/modules/hooks/mutations/index.d.ts +24 -10
- package/esm/modules/hooks/mutations/index.js +24 -10
- package/esm/modules/hooks/mutations/useCreateCapabilitiesModuleMutation.d.ts +34 -0
- package/esm/modules/hooks/mutations/useCreateCapabilitiesModuleMutation.js +31 -0
- package/esm/modules/hooks/mutations/useCreateContentPresetModuleMutation.d.ts +34 -0
- package/esm/modules/hooks/mutations/useCreateContentPresetModuleMutation.js +31 -0
- package/esm/modules/hooks/mutations/useCreateDataCapabilitiesFieldMutation.d.ts +34 -0
- package/esm/modules/hooks/mutations/useCreateDataCapabilitiesFieldMutation.js +31 -0
- package/esm/modules/hooks/mutations/useCreateEmailSenderModuleMutation.d.ts +34 -0
- package/esm/modules/hooks/mutations/useCreateEmailSenderModuleMutation.js +31 -0
- package/esm/modules/hooks/mutations/useCreateEntityTypeProvisionMutation.d.ts +2 -2
- package/esm/modules/hooks/mutations/useCreateEntityTypeProvisionMutation.js +1 -1
- package/esm/modules/hooks/mutations/useCreateFileRefFieldMutation.d.ts +34 -0
- package/esm/modules/hooks/mutations/useCreateFileRefFieldMutation.js +31 -0
- package/esm/modules/hooks/mutations/useCreateOauthRequestsModuleMutation.d.ts +44 -0
- package/esm/modules/hooks/mutations/useCreateOauthRequestsModuleMutation.js +36 -0
- package/esm/modules/hooks/mutations/useCreateScopeTypesModuleMutation.d.ts +34 -0
- package/esm/modules/hooks/mutations/useCreateScopeTypesModuleMutation.js +31 -0
- package/esm/modules/hooks/mutations/useCreateUserSettingsSecurityModuleMutation.d.ts +34 -0
- package/esm/modules/hooks/mutations/useCreateUserSettingsSecurityModuleMutation.js +31 -0
- package/esm/modules/hooks/mutations/useDeleteCapabilitiesModuleMutation.d.ts +38 -0
- package/esm/modules/hooks/mutations/useDeleteCapabilitiesModuleMutation.js +36 -0
- package/esm/modules/hooks/mutations/useDeleteContentPresetModuleMutation.d.ts +38 -0
- package/esm/modules/hooks/mutations/useDeleteContentPresetModuleMutation.js +36 -0
- package/esm/modules/hooks/mutations/useDeleteDataCapabilitiesFieldMutation.d.ts +38 -0
- package/esm/modules/hooks/mutations/useDeleteDataCapabilitiesFieldMutation.js +36 -0
- package/esm/modules/hooks/mutations/useDeleteEmailSenderModuleMutation.d.ts +38 -0
- package/esm/modules/hooks/mutations/useDeleteEmailSenderModuleMutation.js +36 -0
- package/esm/modules/hooks/mutations/useDeleteEntityTypeProvisionMutation.d.ts +2 -2
- package/esm/modules/hooks/mutations/useDeleteEntityTypeProvisionMutation.js +1 -1
- package/esm/modules/hooks/mutations/useDeleteFileRefFieldMutation.d.ts +38 -0
- package/esm/modules/hooks/mutations/useDeleteFileRefFieldMutation.js +36 -0
- package/esm/modules/hooks/mutations/useDeleteOauthRequestsModuleMutation.d.ts +48 -0
- package/esm/modules/hooks/mutations/useDeleteOauthRequestsModuleMutation.js +41 -0
- package/esm/modules/hooks/mutations/useDeleteScopeTypesModuleMutation.d.ts +38 -0
- package/esm/modules/hooks/mutations/useDeleteScopeTypesModuleMutation.js +36 -0
- package/esm/modules/hooks/mutations/useDeleteUserSettingsSecurityModuleMutation.d.ts +38 -0
- package/esm/modules/hooks/mutations/useDeleteUserSettingsSecurityModuleMutation.js +36 -0
- package/esm/modules/hooks/mutations/useUpdateCapabilitiesModuleMutation.d.ts +40 -0
- package/esm/modules/hooks/mutations/useUpdateCapabilitiesModuleMutation.js +37 -0
- package/esm/modules/hooks/mutations/useUpdateContentPresetModuleMutation.d.ts +40 -0
- package/esm/modules/hooks/mutations/useUpdateContentPresetModuleMutation.js +37 -0
- package/esm/modules/hooks/mutations/useUpdateDataCapabilitiesFieldMutation.d.ts +40 -0
- package/esm/modules/hooks/mutations/useUpdateDataCapabilitiesFieldMutation.js +37 -0
- package/esm/modules/hooks/mutations/useUpdateEmailSenderModuleMutation.d.ts +40 -0
- package/esm/modules/hooks/mutations/useUpdateEmailSenderModuleMutation.js +37 -0
- package/esm/modules/hooks/mutations/useUpdateEntityTypeProvisionMutation.d.ts +2 -2
- package/esm/modules/hooks/mutations/useUpdateEntityTypeProvisionMutation.js +1 -1
- package/esm/modules/hooks/mutations/useUpdateFileRefFieldMutation.d.ts +40 -0
- package/esm/modules/hooks/mutations/useUpdateFileRefFieldMutation.js +37 -0
- package/esm/modules/hooks/mutations/useUpdateOauthRequestsModuleMutation.d.ts +50 -0
- package/esm/modules/hooks/mutations/useUpdateOauthRequestsModuleMutation.js +42 -0
- package/esm/modules/hooks/mutations/useUpdateScopeTypesModuleMutation.d.ts +40 -0
- package/esm/modules/hooks/mutations/useUpdateScopeTypesModuleMutation.js +37 -0
- package/esm/modules/hooks/mutations/useUpdateUserSettingsSecurityModuleMutation.d.ts +40 -0
- package/esm/modules/hooks/mutations/useUpdateUserSettingsSecurityModuleMutation.js +37 -0
- package/esm/modules/hooks/queries/index.d.ts +16 -4
- package/esm/modules/hooks/queries/index.js +16 -4
- package/esm/modules/hooks/queries/useCapabilitiesModuleQuery.d.ts +65 -0
- package/esm/modules/hooks/queries/useCapabilitiesModuleQuery.js +47 -0
- package/esm/modules/hooks/queries/useCapabilitiesModulesQuery.d.ts +69 -0
- package/esm/modules/hooks/queries/useCapabilitiesModulesQuery.js +32 -0
- package/esm/modules/hooks/queries/useContentPresetModuleQuery.d.ts +65 -0
- package/esm/modules/hooks/queries/useContentPresetModuleQuery.js +47 -0
- package/esm/modules/hooks/queries/useContentPresetModulesQuery.d.ts +69 -0
- package/esm/modules/hooks/queries/useContentPresetModulesQuery.js +32 -0
- package/esm/modules/hooks/queries/useDataCapabilitiesFieldQuery.d.ts +65 -0
- package/esm/modules/hooks/queries/useDataCapabilitiesFieldQuery.js +47 -0
- package/esm/modules/hooks/queries/useDataCapabilitiesFieldsQuery.d.ts +69 -0
- package/esm/modules/hooks/queries/useDataCapabilitiesFieldsQuery.js +32 -0
- package/esm/modules/hooks/queries/useEmailSenderModuleQuery.d.ts +65 -0
- package/esm/modules/hooks/queries/useEmailSenderModuleQuery.js +47 -0
- package/esm/modules/hooks/queries/useEmailSenderModulesQuery.d.ts +69 -0
- package/esm/modules/hooks/queries/useEmailSenderModulesQuery.js +32 -0
- package/esm/modules/hooks/queries/useEntityTypeProvisionQuery.d.ts +4 -4
- package/esm/modules/hooks/queries/useEntityTypeProvisionQuery.js +1 -1
- package/esm/modules/hooks/queries/useEntityTypeProvisionsQuery.d.ts +4 -4
- package/esm/modules/hooks/queries/useEntityTypeProvisionsQuery.js +1 -1
- package/esm/modules/hooks/queries/useFileRefFieldQuery.d.ts +65 -0
- package/esm/modules/hooks/queries/useFileRefFieldQuery.js +47 -0
- package/esm/modules/hooks/queries/useFileRefFieldsQuery.d.ts +69 -0
- package/esm/modules/hooks/queries/useFileRefFieldsQuery.js +32 -0
- package/esm/modules/hooks/queries/useOauthRequestsModuleQuery.d.ts +85 -0
- package/esm/modules/hooks/queries/useOauthRequestsModuleQuery.js +52 -0
- package/esm/modules/hooks/queries/useOauthRequestsModulesQuery.d.ts +89 -0
- package/esm/modules/hooks/queries/useOauthRequestsModulesQuery.js +37 -0
- package/esm/modules/hooks/queries/useScopeTypesModuleQuery.d.ts +65 -0
- package/esm/modules/hooks/queries/useScopeTypesModuleQuery.js +47 -0
- package/esm/modules/hooks/queries/useScopeTypesModulesQuery.d.ts +69 -0
- package/esm/modules/hooks/queries/useScopeTypesModulesQuery.js +32 -0
- package/esm/modules/hooks/queries/useUserSettingsSecurityModuleQuery.d.ts +65 -0
- package/esm/modules/hooks/queries/useUserSettingsSecurityModuleQuery.js +47 -0
- package/esm/modules/hooks/queries/useUserSettingsSecurityModulesQuery.d.ts +69 -0
- package/esm/modules/hooks/queries/useUserSettingsSecurityModulesQuery.js +32 -0
- package/esm/modules/hooks/query-keys.d.ts +112 -22
- package/esm/modules/hooks/query-keys.js +64 -16
- package/esm/modules/orm/index.d.ts +16 -50
- package/esm/modules/orm/index.js +16 -5
- package/esm/modules/orm/input-types.d.ts +2317 -774
- package/esm/modules/orm/input-types.js +6 -0
- package/esm/modules/orm/models/capabilitiesModule.d.ts +54 -0
- package/esm/modules/orm/models/capabilitiesModule.js +100 -0
- package/esm/modules/orm/models/contentPresetModule.d.ts +54 -0
- package/esm/modules/orm/models/contentPresetModule.js +100 -0
- package/esm/modules/orm/models/dataCapabilitiesField.d.ts +54 -0
- package/esm/modules/orm/models/dataCapabilitiesField.js +100 -0
- package/esm/modules/orm/models/emailSenderModule.d.ts +54 -0
- package/esm/modules/orm/models/emailSenderModule.js +100 -0
- package/esm/modules/orm/models/fileRefField.d.ts +54 -0
- package/esm/modules/orm/models/fileRefField.js +100 -0
- package/esm/modules/orm/models/index.d.ts +8 -1
- package/esm/modules/orm/models/index.js +8 -1
- package/esm/modules/orm/models/oauthRequestsModule.d.ts +54 -0
- package/esm/modules/orm/models/oauthRequestsModule.js +100 -0
- package/esm/modules/orm/models/scopeTypesModule.d.ts +54 -0
- package/esm/modules/orm/models/scopeTypesModule.js +100 -0
- package/esm/modules/orm/models/userSettingsSecurityModule.d.ts +54 -0
- package/esm/modules/orm/models/userSettingsSecurityModule.js +100 -0
- package/esm/modules/orm/mutation/index.d.ts +1 -85
- package/esm/modules/orm/mutation/index.js +0 -84
- package/esm/modules/schema-types.d.ts +1290 -486
- package/esm/modules/types.d.ts +171 -56
- package/esm/objects/hooks/mutation-keys.d.ts +6 -0
- package/esm/objects/hooks/mutation-keys.js +9 -0
- package/esm/objects/hooks/mutations/index.d.ts +3 -0
- package/esm/objects/hooks/mutations/index.js +3 -0
- package/esm/objects/hooks/mutations/useInsertNodesAtPathsMutation.d.ts +20 -0
- package/esm/objects/hooks/mutations/useInsertNodesAtPathsMutation.js +23 -0
- package/esm/objects/hooks/mutations/useSetAndCommitMutation.d.ts +20 -0
- package/esm/objects/hooks/mutations/useSetAndCommitMutation.js +23 -0
- package/esm/objects/hooks/mutations/useSetManyAndCommitMutation.d.ts +20 -0
- package/esm/objects/hooks/mutations/useSetManyAndCommitMutation.js +23 -0
- package/esm/objects/orm/index.d.ts +15 -0
- package/esm/objects/orm/input-types.d.ts +64 -0
- package/esm/objects/orm/mutation/index.d.ts +25 -1
- package/esm/objects/orm/mutation/index.js +36 -0
- package/esm/objects/schema-types.d.ts +42 -0
- package/esm/usage/hooks/index.d.ts +1 -1
- package/esm/usage/hooks/index.js +1 -1
- package/esm/usage/hooks/invalidation.d.ts +120 -0
- package/esm/usage/hooks/invalidation.js +321 -1
- package/esm/usage/hooks/mutation-keys.d.ts +252 -0
- package/esm/usage/hooks/mutation-keys.js +158 -0
- package/esm/usage/hooks/mutations/index.d.ts +66 -0
- package/esm/usage/hooks/mutations/index.js +66 -0
- package/esm/usage/hooks/mutations/useCreateAppAchievementRewardMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreateAppAchievementRewardMutation.js +31 -0
- package/esm/usage/hooks/mutations/useCreateAppEventAggregateMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreateAppEventAggregateMutation.js +31 -0
- package/esm/usage/hooks/mutations/useCreateAppEventMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreateAppEventMutation.js +31 -0
- package/esm/usage/hooks/mutations/useCreateAppEventTypeMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreateAppEventTypeMutation.js +31 -0
- package/esm/usage/hooks/mutations/useCreateAppLevelGrantMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreateAppLevelGrantMutation.js +31 -0
- package/esm/usage/hooks/mutations/useCreateAppLevelMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreateAppLevelMutation.js +31 -0
- package/esm/usage/hooks/mutations/useCreateAppLevelRequirementMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreateAppLevelRequirementMutation.js +31 -0
- package/esm/usage/hooks/mutations/useCreateAppLimitCreditCodeMutation.d.ts +2 -2
- package/esm/usage/hooks/mutations/useCreateAppLimitCreditCodeMutation.js +1 -1
- package/esm/usage/hooks/mutations/useCreateBillingUsageSummaryMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreateBillingUsageSummaryMutation.js +31 -0
- package/esm/usage/hooks/mutations/useCreateLedgerMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreateLedgerMutation.js +31 -0
- package/esm/usage/hooks/mutations/useCreateMeterCreditMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreateMeterCreditMutation.js +31 -0
- package/esm/usage/hooks/mutations/useCreateMeterDefaultMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreateMeterDefaultMutation.js +31 -0
- package/esm/usage/hooks/mutations/useCreateMeterMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreateMeterMutation.js +31 -0
- package/esm/usage/hooks/mutations/useCreateMeterSourceMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreateMeterSourceMutation.js +31 -0
- package/esm/usage/hooks/mutations/useCreatePlanCapMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreatePlanCapMutation.js +31 -0
- package/esm/usage/hooks/mutations/useCreatePlanLimitMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreatePlanLimitMutation.js +31 -0
- package/esm/usage/hooks/mutations/useCreatePlanMeterLimitMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreatePlanMeterLimitMutation.js +31 -0
- package/esm/usage/hooks/mutations/useCreatePlanMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreatePlanMutation.js +31 -0
- package/esm/usage/hooks/mutations/useCreatePlanOverrideMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreatePlanOverrideMutation.js +31 -0
- package/esm/usage/hooks/mutations/useCreatePlanPricingMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreatePlanPricingMutation.js +31 -0
- package/esm/usage/hooks/mutations/useCreatePlanSubscriptionMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreatePlanSubscriptionMutation.js +31 -0
- package/esm/usage/hooks/mutations/useDeleteAppAchievementRewardMutation.d.ts +38 -0
- package/esm/usage/hooks/mutations/useDeleteAppAchievementRewardMutation.js +36 -0
- package/esm/usage/hooks/mutations/useDeleteAppEventAggregateMutation.d.ts +38 -0
- package/esm/usage/hooks/mutations/useDeleteAppEventAggregateMutation.js +36 -0
- package/esm/usage/hooks/mutations/useDeleteAppEventMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useDeleteAppEventMutation.js +37 -0
- package/esm/usage/hooks/mutations/useDeleteAppEventTypeMutation.d.ts +38 -0
- package/esm/usage/hooks/mutations/useDeleteAppEventTypeMutation.js +36 -0
- package/esm/usage/hooks/mutations/useDeleteAppLevelGrantMutation.d.ts +38 -0
- package/esm/usage/hooks/mutations/useDeleteAppLevelGrantMutation.js +36 -0
- package/esm/usage/hooks/mutations/useDeleteAppLevelMutation.d.ts +38 -0
- package/esm/usage/hooks/mutations/useDeleteAppLevelMutation.js +36 -0
- package/esm/usage/hooks/mutations/useDeleteAppLevelRequirementMutation.d.ts +38 -0
- package/esm/usage/hooks/mutations/useDeleteAppLevelRequirementMutation.js +36 -0
- package/esm/usage/hooks/mutations/useDeleteAppLimitCreditCodeMutation.d.ts +2 -2
- package/esm/usage/hooks/mutations/useDeleteAppLimitCreditCodeMutation.js +1 -1
- package/esm/usage/hooks/mutations/useDeleteBillingUsageSummaryMutation.d.ts +38 -0
- package/esm/usage/hooks/mutations/useDeleteBillingUsageSummaryMutation.js +36 -0
- package/esm/usage/hooks/mutations/useDeleteLedgerMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useDeleteLedgerMutation.js +37 -0
- package/esm/usage/hooks/mutations/useDeleteMeterCreditMutation.d.ts +38 -0
- package/esm/usage/hooks/mutations/useDeleteMeterCreditMutation.js +36 -0
- package/esm/usage/hooks/mutations/useDeleteMeterDefaultMutation.d.ts +38 -0
- package/esm/usage/hooks/mutations/useDeleteMeterDefaultMutation.js +36 -0
- package/esm/usage/hooks/mutations/useDeleteMeterMutation.d.ts +38 -0
- package/esm/usage/hooks/mutations/useDeleteMeterMutation.js +36 -0
- package/esm/usage/hooks/mutations/useDeleteMeterSourceMutation.d.ts +38 -0
- package/esm/usage/hooks/mutations/useDeleteMeterSourceMutation.js +36 -0
- package/esm/usage/hooks/mutations/useDeletePlanCapMutation.d.ts +38 -0
- package/esm/usage/hooks/mutations/useDeletePlanCapMutation.js +36 -0
- package/esm/usage/hooks/mutations/useDeletePlanLimitMutation.d.ts +38 -0
- package/esm/usage/hooks/mutations/useDeletePlanLimitMutation.js +36 -0
- package/esm/usage/hooks/mutations/useDeletePlanMeterLimitMutation.d.ts +38 -0
- package/esm/usage/hooks/mutations/useDeletePlanMeterLimitMutation.js +36 -0
- package/esm/usage/hooks/mutations/useDeletePlanMutation.d.ts +38 -0
- package/esm/usage/hooks/mutations/useDeletePlanMutation.js +36 -0
- package/esm/usage/hooks/mutations/useDeletePlanOverrideMutation.d.ts +38 -0
- package/esm/usage/hooks/mutations/useDeletePlanOverrideMutation.js +36 -0
- package/esm/usage/hooks/mutations/useDeletePlanPricingMutation.d.ts +38 -0
- package/esm/usage/hooks/mutations/useDeletePlanPricingMutation.js +36 -0
- package/esm/usage/hooks/mutations/useDeletePlanSubscriptionMutation.d.ts +38 -0
- package/esm/usage/hooks/mutations/useDeletePlanSubscriptionMutation.js +36 -0
- package/esm/usage/hooks/mutations/useGrantAchievementMutation.d.ts +20 -0
- package/esm/usage/hooks/mutations/useGrantAchievementMutation.js +23 -0
- package/esm/usage/hooks/mutations/useRecomputeCapabilitiesMutation.d.ts +20 -0
- package/esm/usage/hooks/mutations/useRecomputeCapabilitiesMutation.js +23 -0
- package/esm/usage/hooks/mutations/useRevokeAchievementMutation.d.ts +20 -0
- package/esm/usage/hooks/mutations/useRevokeAchievementMutation.js +23 -0
- package/esm/usage/hooks/mutations/useSeedMeterDefaultsMutation.d.ts +20 -0
- package/esm/usage/hooks/mutations/useSeedMeterDefaultsMutation.js +23 -0
- package/esm/usage/hooks/mutations/useSeedPlanMutation.d.ts +20 -0
- package/esm/usage/hooks/mutations/useSeedPlanMutation.js +23 -0
- package/esm/usage/hooks/mutations/useSeedTrustLadderMutation.d.ts +20 -0
- package/esm/usage/hooks/mutations/useSeedTrustLadderMutation.js +23 -0
- package/esm/usage/hooks/mutations/useUpdateAppAchievementRewardMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useUpdateAppAchievementRewardMutation.js +37 -0
- package/esm/usage/hooks/mutations/useUpdateAppEventAggregateMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useUpdateAppEventAggregateMutation.js +37 -0
- package/esm/usage/hooks/mutations/useUpdateAppEventMutation.d.ts +42 -0
- package/esm/usage/hooks/mutations/useUpdateAppEventMutation.js +38 -0
- package/esm/usage/hooks/mutations/useUpdateAppEventTypeMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useUpdateAppEventTypeMutation.js +37 -0
- package/esm/usage/hooks/mutations/useUpdateAppLevelGrantMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useUpdateAppLevelGrantMutation.js +37 -0
- package/esm/usage/hooks/mutations/useUpdateAppLevelMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useUpdateAppLevelMutation.js +37 -0
- package/esm/usage/hooks/mutations/useUpdateAppLevelRequirementMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useUpdateAppLevelRequirementMutation.js +37 -0
- package/esm/usage/hooks/mutations/useUpdateAppLimitCreditCodeMutation.d.ts +2 -2
- package/esm/usage/hooks/mutations/useUpdateAppLimitCreditCodeMutation.js +1 -1
- package/esm/usage/hooks/mutations/useUpdateBillingUsageSummaryMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useUpdateBillingUsageSummaryMutation.js +37 -0
- package/esm/usage/hooks/mutations/useUpdateLedgerMutation.d.ts +42 -0
- package/esm/usage/hooks/mutations/useUpdateLedgerMutation.js +38 -0
- package/esm/usage/hooks/mutations/useUpdateMeterCreditMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useUpdateMeterCreditMutation.js +37 -0
- package/esm/usage/hooks/mutations/useUpdateMeterDefaultMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useUpdateMeterDefaultMutation.js +37 -0
- package/esm/usage/hooks/mutations/useUpdateMeterMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useUpdateMeterMutation.js +37 -0
- package/esm/usage/hooks/mutations/useUpdateMeterSourceMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useUpdateMeterSourceMutation.js +37 -0
- package/esm/usage/hooks/mutations/useUpdatePlanCapMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useUpdatePlanCapMutation.js +37 -0
- package/esm/usage/hooks/mutations/useUpdatePlanLimitMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useUpdatePlanLimitMutation.js +37 -0
- package/esm/usage/hooks/mutations/useUpdatePlanMeterLimitMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useUpdatePlanMeterLimitMutation.js +37 -0
- package/esm/usage/hooks/mutations/useUpdatePlanMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useUpdatePlanMutation.js +37 -0
- package/esm/usage/hooks/mutations/useUpdatePlanOverrideMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useUpdatePlanOverrideMutation.js +37 -0
- package/esm/usage/hooks/mutations/useUpdatePlanPricingMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useUpdatePlanPricingMutation.js +37 -0
- package/esm/usage/hooks/mutations/useUpdatePlanSubscriptionMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useUpdatePlanSubscriptionMutation.js +37 -0
- package/esm/usage/hooks/queries/index.d.ts +45 -0
- package/esm/usage/hooks/queries/index.js +45 -0
- package/esm/usage/hooks/queries/useAppAchievementRewardQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/useAppAchievementRewardQuery.js +47 -0
- package/esm/usage/hooks/queries/useAppAchievementRewardsQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/useAppAchievementRewardsQuery.js +32 -0
- package/esm/usage/hooks/queries/useAppEventAggregateQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/useAppEventAggregateQuery.js +47 -0
- package/esm/usage/hooks/queries/useAppEventAggregatesQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/useAppEventAggregatesQuery.js +32 -0
- package/esm/usage/hooks/queries/useAppEventQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/useAppEventQuery.js +47 -0
- package/esm/usage/hooks/queries/useAppEventTypeQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/useAppEventTypeQuery.js +47 -0
- package/esm/usage/hooks/queries/useAppEventTypesQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/useAppEventTypesQuery.js +32 -0
- package/esm/usage/hooks/queries/useAppEventsQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/useAppEventsQuery.js +32 -0
- package/esm/usage/hooks/queries/useAppLevelGrantQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/useAppLevelGrantQuery.js +47 -0
- package/esm/usage/hooks/queries/useAppLevelGrantsQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/useAppLevelGrantsQuery.js +32 -0
- package/esm/usage/hooks/queries/useAppLevelQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/useAppLevelQuery.js +47 -0
- package/esm/usage/hooks/queries/useAppLevelRequirementQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/useAppLevelRequirementQuery.js +47 -0
- package/esm/usage/hooks/queries/useAppLevelRequirementsQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/useAppLevelRequirementsQuery.js +32 -0
- package/esm/usage/hooks/queries/useAppLevelsQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/useAppLevelsQuery.js +32 -0
- package/esm/usage/hooks/queries/useAppLimitCreditCodeQuery.d.ts +4 -4
- package/esm/usage/hooks/queries/useAppLimitCreditCodeQuery.js +1 -1
- package/esm/usage/hooks/queries/useAppLimitCreditCodesQuery.d.ts +4 -4
- package/esm/usage/hooks/queries/useAppLimitCreditCodesQuery.js +1 -1
- package/esm/usage/hooks/queries/useBillingUsageSummariesQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/useBillingUsageSummariesQuery.js +32 -0
- package/esm/usage/hooks/queries/useBillingUsageSummaryQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/useBillingUsageSummaryQuery.js +47 -0
- package/esm/usage/hooks/queries/useCaptureAppLimitDefaultsQuery.d.ts +45 -0
- package/esm/usage/hooks/queries/useCaptureAppLimitDefaultsQuery.js +43 -0
- package/esm/usage/hooks/queries/useCaptureOrgLimitDefaultsQuery.d.ts +45 -0
- package/esm/usage/hooks/queries/useCaptureOrgLimitDefaultsQuery.js +43 -0
- package/esm/usage/hooks/queries/useCaptureTrustLadderQuery.d.ts +45 -0
- package/esm/usage/hooks/queries/useCaptureTrustLadderQuery.js +43 -0
- package/esm/usage/hooks/queries/useEventsAchievedQuery.d.ts +53 -0
- package/esm/usage/hooks/queries/useEventsAchievedQuery.js +47 -0
- package/esm/usage/hooks/queries/useEventsRequiredQuery.d.ts +54 -0
- package/esm/usage/hooks/queries/useEventsRequiredQuery.js +47 -0
- package/esm/usage/hooks/queries/useLedgerQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/useLedgerQuery.js +47 -0
- package/esm/usage/hooks/queries/useLedgersQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/useLedgersQuery.js +32 -0
- package/esm/usage/hooks/queries/useMeterCreditQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/useMeterCreditQuery.js +47 -0
- package/esm/usage/hooks/queries/useMeterCreditsQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/useMeterCreditsQuery.js +32 -0
- package/esm/usage/hooks/queries/useMeterDefaultQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/useMeterDefaultQuery.js +47 -0
- package/esm/usage/hooks/queries/useMeterDefaultsQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/useMeterDefaultsQuery.js +32 -0
- package/esm/usage/hooks/queries/useMeterQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/useMeterQuery.js +47 -0
- package/esm/usage/hooks/queries/useMeterSourceQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/useMeterSourceQuery.js +47 -0
- package/esm/usage/hooks/queries/useMeterSourcesQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/useMeterSourcesQuery.js +32 -0
- package/esm/usage/hooks/queries/useMetersQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/useMetersQuery.js +32 -0
- package/esm/usage/hooks/queries/usePlanCapQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/usePlanCapQuery.js +47 -0
- package/esm/usage/hooks/queries/usePlanCapsQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/usePlanCapsQuery.js +32 -0
- package/esm/usage/hooks/queries/usePlanLimitQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/usePlanLimitQuery.js +47 -0
- package/esm/usage/hooks/queries/usePlanLimitsQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/usePlanLimitsQuery.js +32 -0
- package/esm/usage/hooks/queries/usePlanMeterLimitQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/usePlanMeterLimitQuery.js +47 -0
- package/esm/usage/hooks/queries/usePlanMeterLimitsQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/usePlanMeterLimitsQuery.js +32 -0
- package/esm/usage/hooks/queries/usePlanOverrideQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/usePlanOverrideQuery.js +47 -0
- package/esm/usage/hooks/queries/usePlanOverridesQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/usePlanOverridesQuery.js +32 -0
- package/esm/usage/hooks/queries/usePlanPricingQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/usePlanPricingQuery.js +47 -0
- package/esm/usage/hooks/queries/usePlanPricingsQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/usePlanPricingsQuery.js +32 -0
- package/esm/usage/hooks/queries/usePlanQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/usePlanQuery.js +47 -0
- package/esm/usage/hooks/queries/usePlanSubscriptionQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/usePlanSubscriptionQuery.js +47 -0
- package/esm/usage/hooks/queries/usePlanSubscriptionsQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/usePlanSubscriptionsQuery.js +32 -0
- package/esm/usage/hooks/queries/usePlansQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/usePlansQuery.js +32 -0
- package/esm/usage/hooks/query-keys.d.ts +294 -0
- package/esm/usage/hooks/query-keys.js +171 -0
- package/esm/usage/orm/index.d.ts +98 -0
- package/esm/usage/orm/index.js +43 -0
- package/esm/usage/orm/input-types.d.ts +3728 -98
- package/esm/usage/orm/input-types.js +10 -0
- package/esm/usage/orm/models/appAchievementReward.d.ts +54 -0
- package/esm/usage/orm/models/appAchievementReward.js +100 -0
- package/esm/usage/orm/models/appEvent.d.ts +56 -0
- package/esm/usage/orm/models/appEvent.js +103 -0
- package/esm/usage/orm/models/appEventAggregate.d.ts +54 -0
- package/esm/usage/orm/models/appEventAggregate.js +100 -0
- package/esm/usage/orm/models/appEventType.d.ts +54 -0
- package/esm/usage/orm/models/appEventType.js +100 -0
- package/esm/usage/orm/models/appLevel.d.ts +54 -0
- package/esm/usage/orm/models/appLevel.js +100 -0
- package/esm/usage/orm/models/appLevelGrant.d.ts +54 -0
- package/esm/usage/orm/models/appLevelGrant.js +100 -0
- package/esm/usage/orm/models/appLevelRequirement.d.ts +54 -0
- package/esm/usage/orm/models/appLevelRequirement.js +100 -0
- package/esm/usage/orm/models/billingUsageSummary.d.ts +54 -0
- package/esm/usage/orm/models/billingUsageSummary.js +100 -0
- package/esm/usage/orm/models/index.d.ts +20 -0
- package/esm/usage/orm/models/index.js +20 -0
- package/esm/usage/orm/models/ledger.d.ts +56 -0
- package/esm/usage/orm/models/ledger.js +103 -0
- package/esm/usage/orm/models/meter.d.ts +54 -0
- package/esm/usage/orm/models/meter.js +100 -0
- package/esm/usage/orm/models/meterCredit.d.ts +54 -0
- package/esm/usage/orm/models/meterCredit.js +100 -0
- package/esm/usage/orm/models/meterDefault.d.ts +54 -0
- package/esm/usage/orm/models/meterDefault.js +100 -0
- package/esm/usage/orm/models/meterSource.d.ts +54 -0
- package/esm/usage/orm/models/meterSource.js +100 -0
- package/esm/usage/orm/models/plan.d.ts +54 -0
- package/esm/usage/orm/models/plan.js +100 -0
- package/esm/usage/orm/models/planCap.d.ts +54 -0
- package/esm/usage/orm/models/planCap.js +100 -0
- package/esm/usage/orm/models/planLimit.d.ts +54 -0
- package/esm/usage/orm/models/planLimit.js +100 -0
- package/esm/usage/orm/models/planMeterLimit.d.ts +54 -0
- package/esm/usage/orm/models/planMeterLimit.js +100 -0
- package/esm/usage/orm/models/planOverride.d.ts +54 -0
- package/esm/usage/orm/models/planOverride.js +100 -0
- package/esm/usage/orm/models/planPricing.d.ts +54 -0
- package/esm/usage/orm/models/planPricing.js +100 -0
- package/esm/usage/orm/models/planSubscription.d.ts +54 -0
- package/esm/usage/orm/models/planSubscription.js +100 -0
- package/esm/usage/orm/mutation/index.d.ts +49 -1
- package/esm/usage/orm/mutation/index.js +72 -0
- package/esm/usage/orm/query/index.d.ts +52 -0
- package/esm/usage/orm/query/index.js +71 -0
- package/esm/usage/schema-types.d.ts +2309 -35
- package/esm/usage/types.d.ts +191 -0
- package/modules/hooks/index.d.ts +1 -1
- package/modules/hooks/index.js +1 -1
- package/modules/hooks/invalidation.d.ts +48 -6
- package/modules/hooks/invalidation.js +127 -15
- package/modules/hooks/mutation-keys.d.ts +96 -26
- package/modules/hooks/mutation-keys.js +64 -30
- package/modules/hooks/mutations/index.d.ts +24 -10
- package/modules/hooks/mutations/index.js +24 -10
- package/modules/hooks/mutations/useCreateCapabilitiesModuleMutation.d.ts +34 -0
- package/modules/hooks/mutations/useCreateCapabilitiesModuleMutation.js +34 -0
- package/modules/hooks/mutations/useCreateContentPresetModuleMutation.d.ts +34 -0
- package/modules/hooks/mutations/useCreateContentPresetModuleMutation.js +34 -0
- package/modules/hooks/mutations/useCreateDataCapabilitiesFieldMutation.d.ts +34 -0
- package/modules/hooks/mutations/useCreateDataCapabilitiesFieldMutation.js +34 -0
- package/modules/hooks/mutations/useCreateEmailSenderModuleMutation.d.ts +34 -0
- package/modules/hooks/mutations/useCreateEmailSenderModuleMutation.js +34 -0
- package/modules/hooks/mutations/useCreateEntityTypeProvisionMutation.d.ts +2 -2
- package/modules/hooks/mutations/useCreateEntityTypeProvisionMutation.js +1 -1
- package/modules/hooks/mutations/useCreateFileRefFieldMutation.d.ts +34 -0
- package/modules/hooks/mutations/useCreateFileRefFieldMutation.js +34 -0
- package/modules/hooks/mutations/useCreateOauthRequestsModuleMutation.d.ts +44 -0
- package/modules/hooks/mutations/useCreateOauthRequestsModuleMutation.js +39 -0
- package/modules/hooks/mutations/useCreateScopeTypesModuleMutation.d.ts +34 -0
- package/modules/hooks/mutations/useCreateScopeTypesModuleMutation.js +34 -0
- package/modules/hooks/mutations/useCreateUserSettingsSecurityModuleMutation.d.ts +34 -0
- package/modules/hooks/mutations/useCreateUserSettingsSecurityModuleMutation.js +34 -0
- package/modules/hooks/mutations/useDeleteCapabilitiesModuleMutation.d.ts +38 -0
- package/modules/hooks/mutations/useDeleteCapabilitiesModuleMutation.js +39 -0
- package/modules/hooks/mutations/useDeleteContentPresetModuleMutation.d.ts +38 -0
- package/modules/hooks/mutations/useDeleteContentPresetModuleMutation.js +39 -0
- package/modules/hooks/mutations/useDeleteDataCapabilitiesFieldMutation.d.ts +38 -0
- package/modules/hooks/mutations/useDeleteDataCapabilitiesFieldMutation.js +39 -0
- package/modules/hooks/mutations/useDeleteEmailSenderModuleMutation.d.ts +38 -0
- package/modules/hooks/mutations/useDeleteEmailSenderModuleMutation.js +39 -0
- package/modules/hooks/mutations/useDeleteEntityTypeProvisionMutation.d.ts +2 -2
- package/modules/hooks/mutations/useDeleteEntityTypeProvisionMutation.js +1 -1
- package/modules/hooks/mutations/useDeleteFileRefFieldMutation.d.ts +38 -0
- package/modules/hooks/mutations/useDeleteFileRefFieldMutation.js +39 -0
- package/modules/hooks/mutations/useDeleteOauthRequestsModuleMutation.d.ts +48 -0
- package/modules/hooks/mutations/useDeleteOauthRequestsModuleMutation.js +44 -0
- package/modules/hooks/mutations/useDeleteScopeTypesModuleMutation.d.ts +38 -0
- package/modules/hooks/mutations/useDeleteScopeTypesModuleMutation.js +39 -0
- package/modules/hooks/mutations/useDeleteUserSettingsSecurityModuleMutation.d.ts +38 -0
- package/modules/hooks/mutations/useDeleteUserSettingsSecurityModuleMutation.js +39 -0
- package/modules/hooks/mutations/useUpdateCapabilitiesModuleMutation.d.ts +40 -0
- package/modules/hooks/mutations/useUpdateCapabilitiesModuleMutation.js +40 -0
- package/modules/hooks/mutations/useUpdateContentPresetModuleMutation.d.ts +40 -0
- package/modules/hooks/mutations/useUpdateContentPresetModuleMutation.js +40 -0
- package/modules/hooks/mutations/useUpdateDataCapabilitiesFieldMutation.d.ts +40 -0
- package/modules/hooks/mutations/useUpdateDataCapabilitiesFieldMutation.js +40 -0
- package/modules/hooks/mutations/useUpdateEmailSenderModuleMutation.d.ts +40 -0
- package/modules/hooks/mutations/useUpdateEmailSenderModuleMutation.js +40 -0
- package/modules/hooks/mutations/useUpdateEntityTypeProvisionMutation.d.ts +2 -2
- package/modules/hooks/mutations/useUpdateEntityTypeProvisionMutation.js +1 -1
- package/modules/hooks/mutations/useUpdateFileRefFieldMutation.d.ts +40 -0
- package/modules/hooks/mutations/useUpdateFileRefFieldMutation.js +40 -0
- package/modules/hooks/mutations/useUpdateOauthRequestsModuleMutation.d.ts +50 -0
- package/modules/hooks/mutations/useUpdateOauthRequestsModuleMutation.js +45 -0
- package/modules/hooks/mutations/useUpdateScopeTypesModuleMutation.d.ts +40 -0
- package/modules/hooks/mutations/useUpdateScopeTypesModuleMutation.js +40 -0
- package/modules/hooks/mutations/useUpdateUserSettingsSecurityModuleMutation.d.ts +40 -0
- package/modules/hooks/mutations/useUpdateUserSettingsSecurityModuleMutation.js +40 -0
- package/modules/hooks/queries/index.d.ts +16 -4
- package/modules/hooks/queries/index.js +16 -4
- package/modules/hooks/queries/useCapabilitiesModuleQuery.d.ts +65 -0
- package/modules/hooks/queries/useCapabilitiesModuleQuery.js +53 -0
- package/modules/hooks/queries/useCapabilitiesModulesQuery.d.ts +69 -0
- package/modules/hooks/queries/useCapabilitiesModulesQuery.js +38 -0
- package/modules/hooks/queries/useContentPresetModuleQuery.d.ts +65 -0
- package/modules/hooks/queries/useContentPresetModuleQuery.js +53 -0
- package/modules/hooks/queries/useContentPresetModulesQuery.d.ts +69 -0
- package/modules/hooks/queries/useContentPresetModulesQuery.js +38 -0
- package/modules/hooks/queries/useDataCapabilitiesFieldQuery.d.ts +65 -0
- package/modules/hooks/queries/useDataCapabilitiesFieldQuery.js +53 -0
- package/modules/hooks/queries/useDataCapabilitiesFieldsQuery.d.ts +69 -0
- package/modules/hooks/queries/useDataCapabilitiesFieldsQuery.js +38 -0
- package/modules/hooks/queries/useEmailSenderModuleQuery.d.ts +65 -0
- package/modules/hooks/queries/useEmailSenderModuleQuery.js +53 -0
- package/modules/hooks/queries/useEmailSenderModulesQuery.d.ts +69 -0
- package/modules/hooks/queries/useEmailSenderModulesQuery.js +38 -0
- package/modules/hooks/queries/useEntityTypeProvisionQuery.d.ts +4 -4
- package/modules/hooks/queries/useEntityTypeProvisionQuery.js +1 -1
- package/modules/hooks/queries/useEntityTypeProvisionsQuery.d.ts +4 -4
- package/modules/hooks/queries/useEntityTypeProvisionsQuery.js +1 -1
- package/modules/hooks/queries/useFileRefFieldQuery.d.ts +65 -0
- package/modules/hooks/queries/useFileRefFieldQuery.js +53 -0
- package/modules/hooks/queries/useFileRefFieldsQuery.d.ts +69 -0
- package/modules/hooks/queries/useFileRefFieldsQuery.js +38 -0
- package/modules/hooks/queries/useOauthRequestsModuleQuery.d.ts +85 -0
- package/modules/hooks/queries/useOauthRequestsModuleQuery.js +58 -0
- package/modules/hooks/queries/useOauthRequestsModulesQuery.d.ts +89 -0
- package/modules/hooks/queries/useOauthRequestsModulesQuery.js +43 -0
- package/modules/hooks/queries/useScopeTypesModuleQuery.d.ts +65 -0
- package/modules/hooks/queries/useScopeTypesModuleQuery.js +53 -0
- package/modules/hooks/queries/useScopeTypesModulesQuery.d.ts +69 -0
- package/modules/hooks/queries/useScopeTypesModulesQuery.js +38 -0
- package/modules/hooks/queries/useUserSettingsSecurityModuleQuery.d.ts +65 -0
- package/modules/hooks/queries/useUserSettingsSecurityModuleQuery.js +53 -0
- package/modules/hooks/queries/useUserSettingsSecurityModulesQuery.d.ts +69 -0
- package/modules/hooks/queries/useUserSettingsSecurityModulesQuery.js +38 -0
- package/modules/hooks/query-keys.d.ts +112 -22
- package/modules/hooks/query-keys.js +66 -18
- package/modules/orm/index.d.ts +16 -50
- package/modules/orm/index.js +17 -7
- package/modules/orm/input-types.d.ts +2317 -774
- package/modules/orm/input-types.js +6 -0
- package/modules/orm/models/capabilitiesModule.d.ts +54 -0
- package/modules/orm/models/capabilitiesModule.js +104 -0
- package/modules/orm/models/contentPresetModule.d.ts +54 -0
- package/modules/orm/models/contentPresetModule.js +104 -0
- package/modules/orm/models/dataCapabilitiesField.d.ts +54 -0
- package/modules/orm/models/dataCapabilitiesField.js +104 -0
- package/modules/orm/models/emailSenderModule.d.ts +54 -0
- package/modules/orm/models/emailSenderModule.js +104 -0
- package/modules/orm/models/fileRefField.d.ts +54 -0
- package/modules/orm/models/fileRefField.js +104 -0
- package/modules/orm/models/index.d.ts +8 -1
- package/modules/orm/models/index.js +18 -4
- package/modules/orm/models/oauthRequestsModule.d.ts +54 -0
- package/modules/orm/models/oauthRequestsModule.js +104 -0
- package/modules/orm/models/scopeTypesModule.d.ts +54 -0
- package/modules/orm/models/scopeTypesModule.js +104 -0
- package/modules/orm/models/userSettingsSecurityModule.d.ts +54 -0
- package/modules/orm/models/userSettingsSecurityModule.js +104 -0
- package/modules/orm/mutation/index.d.ts +1 -85
- package/modules/orm/mutation/index.js +0 -84
- package/modules/schema-types.d.ts +1290 -486
- package/modules/types.d.ts +171 -56
- package/objects/hooks/mutation-keys.d.ts +6 -0
- package/objects/hooks/mutation-keys.js +9 -0
- package/objects/hooks/mutations/index.d.ts +3 -0
- package/objects/hooks/mutations/index.js +3 -0
- package/objects/hooks/mutations/useInsertNodesAtPathsMutation.d.ts +20 -0
- package/objects/hooks/mutations/useInsertNodesAtPathsMutation.js +26 -0
- package/objects/hooks/mutations/useSetAndCommitMutation.d.ts +20 -0
- package/objects/hooks/mutations/useSetAndCommitMutation.js +26 -0
- package/objects/hooks/mutations/useSetManyAndCommitMutation.d.ts +20 -0
- package/objects/hooks/mutations/useSetManyAndCommitMutation.js +26 -0
- package/objects/orm/index.d.ts +15 -0
- package/objects/orm/input-types.d.ts +64 -0
- package/objects/orm/mutation/index.d.ts +25 -1
- package/objects/orm/mutation/index.js +36 -0
- package/objects/schema-types.d.ts +42 -0
- package/package.json +4 -4
- package/usage/hooks/index.d.ts +1 -1
- package/usage/hooks/index.js +1 -1
- package/usage/hooks/invalidation.d.ts +120 -0
- package/usage/hooks/invalidation.js +320 -0
- package/usage/hooks/mutation-keys.d.ts +252 -0
- package/usage/hooks/mutation-keys.js +159 -1
- package/usage/hooks/mutations/index.d.ts +66 -0
- package/usage/hooks/mutations/index.js +66 -0
- package/usage/hooks/mutations/useCreateAppAchievementRewardMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreateAppAchievementRewardMutation.js +34 -0
- package/usage/hooks/mutations/useCreateAppEventAggregateMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreateAppEventAggregateMutation.js +34 -0
- package/usage/hooks/mutations/useCreateAppEventMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreateAppEventMutation.js +34 -0
- package/usage/hooks/mutations/useCreateAppEventTypeMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreateAppEventTypeMutation.js +34 -0
- package/usage/hooks/mutations/useCreateAppLevelGrantMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreateAppLevelGrantMutation.js +34 -0
- package/usage/hooks/mutations/useCreateAppLevelMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreateAppLevelMutation.js +34 -0
- package/usage/hooks/mutations/useCreateAppLevelRequirementMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreateAppLevelRequirementMutation.js +34 -0
- package/usage/hooks/mutations/useCreateAppLimitCreditCodeMutation.d.ts +2 -2
- package/usage/hooks/mutations/useCreateAppLimitCreditCodeMutation.js +1 -1
- package/usage/hooks/mutations/useCreateBillingUsageSummaryMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreateBillingUsageSummaryMutation.js +34 -0
- package/usage/hooks/mutations/useCreateLedgerMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreateLedgerMutation.js +34 -0
- package/usage/hooks/mutations/useCreateMeterCreditMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreateMeterCreditMutation.js +34 -0
- package/usage/hooks/mutations/useCreateMeterDefaultMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreateMeterDefaultMutation.js +34 -0
- package/usage/hooks/mutations/useCreateMeterMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreateMeterMutation.js +34 -0
- package/usage/hooks/mutations/useCreateMeterSourceMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreateMeterSourceMutation.js +34 -0
- package/usage/hooks/mutations/useCreatePlanCapMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreatePlanCapMutation.js +34 -0
- package/usage/hooks/mutations/useCreatePlanLimitMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreatePlanLimitMutation.js +34 -0
- package/usage/hooks/mutations/useCreatePlanMeterLimitMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreatePlanMeterLimitMutation.js +34 -0
- package/usage/hooks/mutations/useCreatePlanMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreatePlanMutation.js +34 -0
- package/usage/hooks/mutations/useCreatePlanOverrideMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreatePlanOverrideMutation.js +34 -0
- package/usage/hooks/mutations/useCreatePlanPricingMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreatePlanPricingMutation.js +34 -0
- package/usage/hooks/mutations/useCreatePlanSubscriptionMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreatePlanSubscriptionMutation.js +34 -0
- package/usage/hooks/mutations/useDeleteAppAchievementRewardMutation.d.ts +38 -0
- package/usage/hooks/mutations/useDeleteAppAchievementRewardMutation.js +39 -0
- package/usage/hooks/mutations/useDeleteAppEventAggregateMutation.d.ts +38 -0
- package/usage/hooks/mutations/useDeleteAppEventAggregateMutation.js +39 -0
- package/usage/hooks/mutations/useDeleteAppEventMutation.d.ts +40 -0
- package/usage/hooks/mutations/useDeleteAppEventMutation.js +40 -0
- package/usage/hooks/mutations/useDeleteAppEventTypeMutation.d.ts +38 -0
- package/usage/hooks/mutations/useDeleteAppEventTypeMutation.js +39 -0
- package/usage/hooks/mutations/useDeleteAppLevelGrantMutation.d.ts +38 -0
- package/usage/hooks/mutations/useDeleteAppLevelGrantMutation.js +39 -0
- package/usage/hooks/mutations/useDeleteAppLevelMutation.d.ts +38 -0
- package/usage/hooks/mutations/useDeleteAppLevelMutation.js +39 -0
- package/usage/hooks/mutations/useDeleteAppLevelRequirementMutation.d.ts +38 -0
- package/usage/hooks/mutations/useDeleteAppLevelRequirementMutation.js +39 -0
- package/usage/hooks/mutations/useDeleteAppLimitCreditCodeMutation.d.ts +2 -2
- package/usage/hooks/mutations/useDeleteAppLimitCreditCodeMutation.js +1 -1
- package/usage/hooks/mutations/useDeleteBillingUsageSummaryMutation.d.ts +38 -0
- package/usage/hooks/mutations/useDeleteBillingUsageSummaryMutation.js +39 -0
- package/usage/hooks/mutations/useDeleteLedgerMutation.d.ts +40 -0
- package/usage/hooks/mutations/useDeleteLedgerMutation.js +40 -0
- package/usage/hooks/mutations/useDeleteMeterCreditMutation.d.ts +38 -0
- package/usage/hooks/mutations/useDeleteMeterCreditMutation.js +39 -0
- package/usage/hooks/mutations/useDeleteMeterDefaultMutation.d.ts +38 -0
- package/usage/hooks/mutations/useDeleteMeterDefaultMutation.js +39 -0
- package/usage/hooks/mutations/useDeleteMeterMutation.d.ts +38 -0
- package/usage/hooks/mutations/useDeleteMeterMutation.js +39 -0
- package/usage/hooks/mutations/useDeleteMeterSourceMutation.d.ts +38 -0
- package/usage/hooks/mutations/useDeleteMeterSourceMutation.js +39 -0
- package/usage/hooks/mutations/useDeletePlanCapMutation.d.ts +38 -0
- package/usage/hooks/mutations/useDeletePlanCapMutation.js +39 -0
- package/usage/hooks/mutations/useDeletePlanLimitMutation.d.ts +38 -0
- package/usage/hooks/mutations/useDeletePlanLimitMutation.js +39 -0
- package/usage/hooks/mutations/useDeletePlanMeterLimitMutation.d.ts +38 -0
- package/usage/hooks/mutations/useDeletePlanMeterLimitMutation.js +39 -0
- package/usage/hooks/mutations/useDeletePlanMutation.d.ts +38 -0
- package/usage/hooks/mutations/useDeletePlanMutation.js +39 -0
- package/usage/hooks/mutations/useDeletePlanOverrideMutation.d.ts +38 -0
- package/usage/hooks/mutations/useDeletePlanOverrideMutation.js +39 -0
- package/usage/hooks/mutations/useDeletePlanPricingMutation.d.ts +38 -0
- package/usage/hooks/mutations/useDeletePlanPricingMutation.js +39 -0
- package/usage/hooks/mutations/useDeletePlanSubscriptionMutation.d.ts +38 -0
- package/usage/hooks/mutations/useDeletePlanSubscriptionMutation.js +39 -0
- package/usage/hooks/mutations/useGrantAchievementMutation.d.ts +20 -0
- package/usage/hooks/mutations/useGrantAchievementMutation.js +26 -0
- package/usage/hooks/mutations/useRecomputeCapabilitiesMutation.d.ts +20 -0
- package/usage/hooks/mutations/useRecomputeCapabilitiesMutation.js +26 -0
- package/usage/hooks/mutations/useRevokeAchievementMutation.d.ts +20 -0
- package/usage/hooks/mutations/useRevokeAchievementMutation.js +26 -0
- package/usage/hooks/mutations/useSeedMeterDefaultsMutation.d.ts +20 -0
- package/usage/hooks/mutations/useSeedMeterDefaultsMutation.js +26 -0
- package/usage/hooks/mutations/useSeedPlanMutation.d.ts +20 -0
- package/usage/hooks/mutations/useSeedPlanMutation.js +26 -0
- package/usage/hooks/mutations/useSeedTrustLadderMutation.d.ts +20 -0
- package/usage/hooks/mutations/useSeedTrustLadderMutation.js +26 -0
- package/usage/hooks/mutations/useUpdateAppAchievementRewardMutation.d.ts +40 -0
- package/usage/hooks/mutations/useUpdateAppAchievementRewardMutation.js +40 -0
- package/usage/hooks/mutations/useUpdateAppEventAggregateMutation.d.ts +40 -0
- package/usage/hooks/mutations/useUpdateAppEventAggregateMutation.js +40 -0
- package/usage/hooks/mutations/useUpdateAppEventMutation.d.ts +42 -0
- package/usage/hooks/mutations/useUpdateAppEventMutation.js +41 -0
- package/usage/hooks/mutations/useUpdateAppEventTypeMutation.d.ts +40 -0
- package/usage/hooks/mutations/useUpdateAppEventTypeMutation.js +40 -0
- package/usage/hooks/mutations/useUpdateAppLevelGrantMutation.d.ts +40 -0
- package/usage/hooks/mutations/useUpdateAppLevelGrantMutation.js +40 -0
- package/usage/hooks/mutations/useUpdateAppLevelMutation.d.ts +40 -0
- package/usage/hooks/mutations/useUpdateAppLevelMutation.js +40 -0
- package/usage/hooks/mutations/useUpdateAppLevelRequirementMutation.d.ts +40 -0
- package/usage/hooks/mutations/useUpdateAppLevelRequirementMutation.js +40 -0
- package/usage/hooks/mutations/useUpdateAppLimitCreditCodeMutation.d.ts +2 -2
- package/usage/hooks/mutations/useUpdateAppLimitCreditCodeMutation.js +1 -1
- package/usage/hooks/mutations/useUpdateBillingUsageSummaryMutation.d.ts +40 -0
- package/usage/hooks/mutations/useUpdateBillingUsageSummaryMutation.js +40 -0
- package/usage/hooks/mutations/useUpdateLedgerMutation.d.ts +42 -0
- package/usage/hooks/mutations/useUpdateLedgerMutation.js +41 -0
- package/usage/hooks/mutations/useUpdateMeterCreditMutation.d.ts +40 -0
- package/usage/hooks/mutations/useUpdateMeterCreditMutation.js +40 -0
- package/usage/hooks/mutations/useUpdateMeterDefaultMutation.d.ts +40 -0
- package/usage/hooks/mutations/useUpdateMeterDefaultMutation.js +40 -0
- package/usage/hooks/mutations/useUpdateMeterMutation.d.ts +40 -0
- package/usage/hooks/mutations/useUpdateMeterMutation.js +40 -0
- package/usage/hooks/mutations/useUpdateMeterSourceMutation.d.ts +40 -0
- package/usage/hooks/mutations/useUpdateMeterSourceMutation.js +40 -0
- package/usage/hooks/mutations/useUpdatePlanCapMutation.d.ts +40 -0
- package/usage/hooks/mutations/useUpdatePlanCapMutation.js +40 -0
- package/usage/hooks/mutations/useUpdatePlanLimitMutation.d.ts +40 -0
- package/usage/hooks/mutations/useUpdatePlanLimitMutation.js +40 -0
- package/usage/hooks/mutations/useUpdatePlanMeterLimitMutation.d.ts +40 -0
- package/usage/hooks/mutations/useUpdatePlanMeterLimitMutation.js +40 -0
- package/usage/hooks/mutations/useUpdatePlanMutation.d.ts +40 -0
- package/usage/hooks/mutations/useUpdatePlanMutation.js +40 -0
- package/usage/hooks/mutations/useUpdatePlanOverrideMutation.d.ts +40 -0
- package/usage/hooks/mutations/useUpdatePlanOverrideMutation.js +40 -0
- package/usage/hooks/mutations/useUpdatePlanPricingMutation.d.ts +40 -0
- package/usage/hooks/mutations/useUpdatePlanPricingMutation.js +40 -0
- package/usage/hooks/mutations/useUpdatePlanSubscriptionMutation.d.ts +40 -0
- package/usage/hooks/mutations/useUpdatePlanSubscriptionMutation.js +40 -0
- package/usage/hooks/queries/index.d.ts +45 -0
- package/usage/hooks/queries/index.js +45 -0
- package/usage/hooks/queries/useAppAchievementRewardQuery.d.ts +65 -0
- package/usage/hooks/queries/useAppAchievementRewardQuery.js +53 -0
- package/usage/hooks/queries/useAppAchievementRewardsQuery.d.ts +69 -0
- package/usage/hooks/queries/useAppAchievementRewardsQuery.js +38 -0
- package/usage/hooks/queries/useAppEventAggregateQuery.d.ts +65 -0
- package/usage/hooks/queries/useAppEventAggregateQuery.js +53 -0
- package/usage/hooks/queries/useAppEventAggregatesQuery.d.ts +69 -0
- package/usage/hooks/queries/useAppEventAggregatesQuery.js +38 -0
- package/usage/hooks/queries/useAppEventQuery.d.ts +65 -0
- package/usage/hooks/queries/useAppEventQuery.js +53 -0
- package/usage/hooks/queries/useAppEventTypeQuery.d.ts +65 -0
- package/usage/hooks/queries/useAppEventTypeQuery.js +53 -0
- package/usage/hooks/queries/useAppEventTypesQuery.d.ts +69 -0
- package/usage/hooks/queries/useAppEventTypesQuery.js +38 -0
- package/usage/hooks/queries/useAppEventsQuery.d.ts +69 -0
- package/usage/hooks/queries/useAppEventsQuery.js +38 -0
- package/usage/hooks/queries/useAppLevelGrantQuery.d.ts +65 -0
- package/usage/hooks/queries/useAppLevelGrantQuery.js +53 -0
- package/usage/hooks/queries/useAppLevelGrantsQuery.d.ts +69 -0
- package/usage/hooks/queries/useAppLevelGrantsQuery.js +38 -0
- package/usage/hooks/queries/useAppLevelQuery.d.ts +65 -0
- package/usage/hooks/queries/useAppLevelQuery.js +53 -0
- package/usage/hooks/queries/useAppLevelRequirementQuery.d.ts +65 -0
- package/usage/hooks/queries/useAppLevelRequirementQuery.js +53 -0
- package/usage/hooks/queries/useAppLevelRequirementsQuery.d.ts +69 -0
- package/usage/hooks/queries/useAppLevelRequirementsQuery.js +38 -0
- package/usage/hooks/queries/useAppLevelsQuery.d.ts +69 -0
- package/usage/hooks/queries/useAppLevelsQuery.js +38 -0
- package/usage/hooks/queries/useAppLimitCreditCodeQuery.d.ts +4 -4
- package/usage/hooks/queries/useAppLimitCreditCodeQuery.js +1 -1
- package/usage/hooks/queries/useAppLimitCreditCodesQuery.d.ts +4 -4
- package/usage/hooks/queries/useAppLimitCreditCodesQuery.js +1 -1
- package/usage/hooks/queries/useBillingUsageSummariesQuery.d.ts +69 -0
- package/usage/hooks/queries/useBillingUsageSummariesQuery.js +38 -0
- package/usage/hooks/queries/useBillingUsageSummaryQuery.d.ts +65 -0
- package/usage/hooks/queries/useBillingUsageSummaryQuery.js +53 -0
- package/usage/hooks/queries/useCaptureAppLimitDefaultsQuery.d.ts +45 -0
- package/usage/hooks/queries/useCaptureAppLimitDefaultsQuery.js +49 -0
- package/usage/hooks/queries/useCaptureOrgLimitDefaultsQuery.d.ts +45 -0
- package/usage/hooks/queries/useCaptureOrgLimitDefaultsQuery.js +49 -0
- package/usage/hooks/queries/useCaptureTrustLadderQuery.d.ts +45 -0
- package/usage/hooks/queries/useCaptureTrustLadderQuery.js +49 -0
- package/usage/hooks/queries/useEventsAchievedQuery.d.ts +53 -0
- package/usage/hooks/queries/useEventsAchievedQuery.js +53 -0
- package/usage/hooks/queries/useEventsRequiredQuery.d.ts +54 -0
- package/usage/hooks/queries/useEventsRequiredQuery.js +53 -0
- package/usage/hooks/queries/useLedgerQuery.d.ts +65 -0
- package/usage/hooks/queries/useLedgerQuery.js +53 -0
- package/usage/hooks/queries/useLedgersQuery.d.ts +69 -0
- package/usage/hooks/queries/useLedgersQuery.js +38 -0
- package/usage/hooks/queries/useMeterCreditQuery.d.ts +65 -0
- package/usage/hooks/queries/useMeterCreditQuery.js +53 -0
- package/usage/hooks/queries/useMeterCreditsQuery.d.ts +69 -0
- package/usage/hooks/queries/useMeterCreditsQuery.js +38 -0
- package/usage/hooks/queries/useMeterDefaultQuery.d.ts +65 -0
- package/usage/hooks/queries/useMeterDefaultQuery.js +53 -0
- package/usage/hooks/queries/useMeterDefaultsQuery.d.ts +69 -0
- package/usage/hooks/queries/useMeterDefaultsQuery.js +38 -0
- package/usage/hooks/queries/useMeterQuery.d.ts +65 -0
- package/usage/hooks/queries/useMeterQuery.js +53 -0
- package/usage/hooks/queries/useMeterSourceQuery.d.ts +65 -0
- package/usage/hooks/queries/useMeterSourceQuery.js +53 -0
- package/usage/hooks/queries/useMeterSourcesQuery.d.ts +69 -0
- package/usage/hooks/queries/useMeterSourcesQuery.js +38 -0
- package/usage/hooks/queries/useMetersQuery.d.ts +69 -0
- package/usage/hooks/queries/useMetersQuery.js +38 -0
- package/usage/hooks/queries/usePlanCapQuery.d.ts +65 -0
- package/usage/hooks/queries/usePlanCapQuery.js +53 -0
- package/usage/hooks/queries/usePlanCapsQuery.d.ts +69 -0
- package/usage/hooks/queries/usePlanCapsQuery.js +38 -0
- package/usage/hooks/queries/usePlanLimitQuery.d.ts +65 -0
- package/usage/hooks/queries/usePlanLimitQuery.js +53 -0
- package/usage/hooks/queries/usePlanLimitsQuery.d.ts +69 -0
- package/usage/hooks/queries/usePlanLimitsQuery.js +38 -0
- package/usage/hooks/queries/usePlanMeterLimitQuery.d.ts +65 -0
- package/usage/hooks/queries/usePlanMeterLimitQuery.js +53 -0
- package/usage/hooks/queries/usePlanMeterLimitsQuery.d.ts +69 -0
- package/usage/hooks/queries/usePlanMeterLimitsQuery.js +38 -0
- package/usage/hooks/queries/usePlanOverrideQuery.d.ts +65 -0
- package/usage/hooks/queries/usePlanOverrideQuery.js +53 -0
- package/usage/hooks/queries/usePlanOverridesQuery.d.ts +69 -0
- package/usage/hooks/queries/usePlanOverridesQuery.js +38 -0
- package/usage/hooks/queries/usePlanPricingQuery.d.ts +65 -0
- package/usage/hooks/queries/usePlanPricingQuery.js +53 -0
- package/usage/hooks/queries/usePlanPricingsQuery.d.ts +69 -0
- package/usage/hooks/queries/usePlanPricingsQuery.js +38 -0
- package/usage/hooks/queries/usePlanQuery.d.ts +65 -0
- package/usage/hooks/queries/usePlanQuery.js +53 -0
- package/usage/hooks/queries/usePlanSubscriptionQuery.d.ts +65 -0
- package/usage/hooks/queries/usePlanSubscriptionQuery.js +53 -0
- package/usage/hooks/queries/usePlanSubscriptionsQuery.d.ts +69 -0
- package/usage/hooks/queries/usePlanSubscriptionsQuery.js +38 -0
- package/usage/hooks/queries/usePlansQuery.d.ts +69 -0
- package/usage/hooks/queries/usePlansQuery.js +38 -0
- package/usage/hooks/query-keys.d.ts +294 -0
- package/usage/hooks/query-keys.js +172 -1
- package/usage/orm/index.d.ts +98 -0
- package/usage/orm/index.js +45 -1
- package/usage/orm/input-types.d.ts +3728 -98
- package/usage/orm/input-types.js +10 -0
- package/usage/orm/models/appAchievementReward.d.ts +54 -0
- package/usage/orm/models/appAchievementReward.js +104 -0
- package/usage/orm/models/appEvent.d.ts +56 -0
- package/usage/orm/models/appEvent.js +107 -0
- package/usage/orm/models/appEventAggregate.d.ts +54 -0
- package/usage/orm/models/appEventAggregate.js +104 -0
- package/usage/orm/models/appEventType.d.ts +54 -0
- package/usage/orm/models/appEventType.js +104 -0
- package/usage/orm/models/appLevel.d.ts +54 -0
- package/usage/orm/models/appLevel.js +104 -0
- package/usage/orm/models/appLevelGrant.d.ts +54 -0
- package/usage/orm/models/appLevelGrant.js +104 -0
- package/usage/orm/models/appLevelRequirement.d.ts +54 -0
- package/usage/orm/models/appLevelRequirement.js +104 -0
- package/usage/orm/models/billingUsageSummary.d.ts +54 -0
- package/usage/orm/models/billingUsageSummary.js +104 -0
- package/usage/orm/models/index.d.ts +20 -0
- package/usage/orm/models/index.js +41 -1
- package/usage/orm/models/ledger.d.ts +56 -0
- package/usage/orm/models/ledger.js +107 -0
- package/usage/orm/models/meter.d.ts +54 -0
- package/usage/orm/models/meter.js +104 -0
- package/usage/orm/models/meterCredit.d.ts +54 -0
- package/usage/orm/models/meterCredit.js +104 -0
- package/usage/orm/models/meterDefault.d.ts +54 -0
- package/usage/orm/models/meterDefault.js +104 -0
- package/usage/orm/models/meterSource.d.ts +54 -0
- package/usage/orm/models/meterSource.js +104 -0
- package/usage/orm/models/plan.d.ts +54 -0
- package/usage/orm/models/plan.js +104 -0
- package/usage/orm/models/planCap.d.ts +54 -0
- package/usage/orm/models/planCap.js +104 -0
- package/usage/orm/models/planLimit.d.ts +54 -0
- package/usage/orm/models/planLimit.js +104 -0
- package/usage/orm/models/planMeterLimit.d.ts +54 -0
- package/usage/orm/models/planMeterLimit.js +104 -0
- package/usage/orm/models/planOverride.d.ts +54 -0
- package/usage/orm/models/planOverride.js +104 -0
- package/usage/orm/models/planPricing.d.ts +54 -0
- package/usage/orm/models/planPricing.js +104 -0
- package/usage/orm/models/planSubscription.d.ts +54 -0
- package/usage/orm/models/planSubscription.js +104 -0
- package/usage/orm/mutation/index.d.ts +49 -1
- package/usage/orm/mutation/index.js +72 -0
- package/usage/orm/query/index.d.ts +52 -0
- package/usage/orm/query/index.js +74 -0
- package/usage/schema-types.d.ts +2309 -35
- package/usage/types.d.ts +191 -0
- package/admin/hooks/mutations/useCreateAppPermissionDefaultGrantMutation.d.ts +0 -34
- package/admin/hooks/mutations/useCreateAppPermissionDefaultGrantMutation.js +0 -34
- package/admin/hooks/mutations/useCreateAppPermissionDefaultMutation.d.ts +0 -34
- package/admin/hooks/mutations/useCreateAppPermissionDefaultMutation.js +0 -34
- package/admin/hooks/mutations/useCreateAppPermissionDefaultPermissionMutation.d.ts +0 -34
- package/admin/hooks/mutations/useCreateAppPermissionDefaultPermissionMutation.js +0 -34
- package/admin/hooks/mutations/useCreateAppPermissionMutation.d.ts +0 -34
- package/admin/hooks/mutations/useCreateAppPermissionMutation.js +0 -34
- package/admin/hooks/mutations/useCreateOrgPermissionDefaultGrantMutation.d.ts +0 -34
- package/admin/hooks/mutations/useCreateOrgPermissionDefaultGrantMutation.js +0 -34
- package/admin/hooks/mutations/useCreateOrgPermissionDefaultMutation.d.ts +0 -34
- package/admin/hooks/mutations/useCreateOrgPermissionDefaultMutation.js +0 -34
- package/admin/hooks/mutations/useCreateOrgPermissionDefaultPermissionMutation.d.ts +0 -34
- package/admin/hooks/mutations/useCreateOrgPermissionDefaultPermissionMutation.js +0 -34
- package/admin/hooks/mutations/useCreateOrgPermissionMutation.d.ts +0 -34
- package/admin/hooks/mutations/useCreateOrgPermissionMutation.js +0 -34
- package/admin/hooks/mutations/useDeleteAppPermissionDefaultGrantMutation.d.ts +0 -38
- package/admin/hooks/mutations/useDeleteAppPermissionDefaultGrantMutation.js +0 -39
- package/admin/hooks/mutations/useDeleteAppPermissionDefaultMutation.d.ts +0 -38
- package/admin/hooks/mutations/useDeleteAppPermissionDefaultMutation.js +0 -39
- package/admin/hooks/mutations/useDeleteAppPermissionDefaultPermissionMutation.d.ts +0 -38
- package/admin/hooks/mutations/useDeleteAppPermissionDefaultPermissionMutation.js +0 -39
- package/admin/hooks/mutations/useDeleteAppPermissionMutation.d.ts +0 -38
- package/admin/hooks/mutations/useDeleteAppPermissionMutation.js +0 -39
- package/admin/hooks/mutations/useDeleteOrgPermissionDefaultGrantMutation.d.ts +0 -38
- package/admin/hooks/mutations/useDeleteOrgPermissionDefaultGrantMutation.js +0 -39
- package/admin/hooks/mutations/useDeleteOrgPermissionDefaultMutation.d.ts +0 -38
- package/admin/hooks/mutations/useDeleteOrgPermissionDefaultMutation.js +0 -39
- package/admin/hooks/mutations/useDeleteOrgPermissionDefaultPermissionMutation.d.ts +0 -38
- package/admin/hooks/mutations/useDeleteOrgPermissionDefaultPermissionMutation.js +0 -39
- package/admin/hooks/mutations/useDeleteOrgPermissionMutation.d.ts +0 -38
- package/admin/hooks/mutations/useDeleteOrgPermissionMutation.js +0 -39
- package/admin/hooks/mutations/useUpdateAppPermissionDefaultGrantMutation.d.ts +0 -40
- package/admin/hooks/mutations/useUpdateAppPermissionDefaultGrantMutation.js +0 -40
- package/admin/hooks/mutations/useUpdateAppPermissionDefaultMutation.d.ts +0 -40
- package/admin/hooks/mutations/useUpdateAppPermissionDefaultMutation.js +0 -40
- package/admin/hooks/mutations/useUpdateAppPermissionDefaultPermissionMutation.d.ts +0 -40
- package/admin/hooks/mutations/useUpdateAppPermissionDefaultPermissionMutation.js +0 -40
- package/admin/hooks/mutations/useUpdateAppPermissionMutation.d.ts +0 -40
- package/admin/hooks/mutations/useUpdateAppPermissionMutation.js +0 -40
- package/admin/hooks/mutations/useUpdateOrgPermissionDefaultGrantMutation.d.ts +0 -40
- package/admin/hooks/mutations/useUpdateOrgPermissionDefaultGrantMutation.js +0 -40
- package/admin/hooks/mutations/useUpdateOrgPermissionDefaultMutation.d.ts +0 -40
- package/admin/hooks/mutations/useUpdateOrgPermissionDefaultMutation.js +0 -40
- package/admin/hooks/mutations/useUpdateOrgPermissionDefaultPermissionMutation.d.ts +0 -40
- package/admin/hooks/mutations/useUpdateOrgPermissionDefaultPermissionMutation.js +0 -40
- package/admin/hooks/mutations/useUpdateOrgPermissionMutation.d.ts +0 -40
- package/admin/hooks/mutations/useUpdateOrgPermissionMutation.js +0 -40
- package/admin/hooks/queries/useAppPermissionDefaultGrantQuery.d.ts +0 -65
- package/admin/hooks/queries/useAppPermissionDefaultGrantQuery.js +0 -53
- package/admin/hooks/queries/useAppPermissionDefaultGrantsQuery.d.ts +0 -69
- package/admin/hooks/queries/useAppPermissionDefaultGrantsQuery.js +0 -38
- package/admin/hooks/queries/useAppPermissionDefaultPermissionQuery.d.ts +0 -65
- package/admin/hooks/queries/useAppPermissionDefaultPermissionQuery.js +0 -53
- package/admin/hooks/queries/useAppPermissionDefaultPermissionsQuery.d.ts +0 -69
- package/admin/hooks/queries/useAppPermissionDefaultPermissionsQuery.js +0 -38
- package/admin/hooks/queries/useAppPermissionDefaultQuery.d.ts +0 -65
- package/admin/hooks/queries/useAppPermissionDefaultQuery.js +0 -53
- package/admin/hooks/queries/useAppPermissionDefaultsQuery.d.ts +0 -69
- package/admin/hooks/queries/useAppPermissionDefaultsQuery.js +0 -38
- package/admin/hooks/queries/useAppPermissionQuery.d.ts +0 -65
- package/admin/hooks/queries/useAppPermissionQuery.js +0 -53
- package/admin/hooks/queries/useAppPermissionsGetByMaskQuery.d.ts +0 -54
- package/admin/hooks/queries/useAppPermissionsGetByMaskQuery.js +0 -53
- package/admin/hooks/queries/useAppPermissionsGetMaskByNamesQuery.d.ts +0 -53
- package/admin/hooks/queries/useAppPermissionsGetMaskByNamesQuery.js +0 -53
- package/admin/hooks/queries/useAppPermissionsGetMaskQuery.d.ts +0 -53
- package/admin/hooks/queries/useAppPermissionsGetMaskQuery.js +0 -53
- package/admin/hooks/queries/useAppPermissionsGetPaddedMaskQuery.d.ts +0 -53
- package/admin/hooks/queries/useAppPermissionsGetPaddedMaskQuery.js +0 -53
- package/admin/hooks/queries/useAppPermissionsQuery.d.ts +0 -69
- package/admin/hooks/queries/useAppPermissionsQuery.js +0 -38
- package/admin/hooks/queries/useOrgPermissionDefaultGrantQuery.d.ts +0 -65
- package/admin/hooks/queries/useOrgPermissionDefaultGrantQuery.js +0 -53
- package/admin/hooks/queries/useOrgPermissionDefaultGrantsQuery.d.ts +0 -69
- package/admin/hooks/queries/useOrgPermissionDefaultGrantsQuery.js +0 -38
- package/admin/hooks/queries/useOrgPermissionDefaultPermissionQuery.d.ts +0 -65
- package/admin/hooks/queries/useOrgPermissionDefaultPermissionQuery.js +0 -53
- package/admin/hooks/queries/useOrgPermissionDefaultPermissionsQuery.d.ts +0 -69
- package/admin/hooks/queries/useOrgPermissionDefaultPermissionsQuery.js +0 -38
- package/admin/hooks/queries/useOrgPermissionDefaultQuery.d.ts +0 -65
- package/admin/hooks/queries/useOrgPermissionDefaultQuery.js +0 -53
- package/admin/hooks/queries/useOrgPermissionDefaultsQuery.d.ts +0 -69
- package/admin/hooks/queries/useOrgPermissionDefaultsQuery.js +0 -38
- package/admin/hooks/queries/useOrgPermissionQuery.d.ts +0 -65
- package/admin/hooks/queries/useOrgPermissionQuery.js +0 -53
- package/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.d.ts +0 -54
- package/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.js +0 -53
- package/admin/hooks/queries/useOrgPermissionsGetMaskByNamesQuery.d.ts +0 -53
- package/admin/hooks/queries/useOrgPermissionsGetMaskByNamesQuery.js +0 -53
- package/admin/hooks/queries/useOrgPermissionsGetMaskQuery.d.ts +0 -53
- package/admin/hooks/queries/useOrgPermissionsGetMaskQuery.js +0 -53
- package/admin/hooks/queries/useOrgPermissionsGetPaddedMaskQuery.d.ts +0 -53
- package/admin/hooks/queries/useOrgPermissionsGetPaddedMaskQuery.js +0 -53
- package/admin/hooks/queries/useOrgPermissionsQuery.d.ts +0 -69
- package/admin/hooks/queries/useOrgPermissionsQuery.js +0 -38
- package/admin/orm/models/appPermission.d.ts +0 -54
- package/admin/orm/models/appPermission.js +0 -104
- package/admin/orm/models/appPermissionDefault.d.ts +0 -54
- package/admin/orm/models/appPermissionDefault.js +0 -104
- package/admin/orm/models/appPermissionDefaultGrant.d.ts +0 -54
- package/admin/orm/models/appPermissionDefaultGrant.js +0 -104
- package/admin/orm/models/appPermissionDefaultPermission.d.ts +0 -54
- package/admin/orm/models/appPermissionDefaultPermission.js +0 -104
- package/admin/orm/models/orgPermission.d.ts +0 -54
- package/admin/orm/models/orgPermission.js +0 -104
- package/admin/orm/models/orgPermissionDefault.d.ts +0 -54
- package/admin/orm/models/orgPermissionDefault.js +0 -104
- package/admin/orm/models/orgPermissionDefaultGrant.d.ts +0 -54
- package/admin/orm/models/orgPermissionDefaultGrant.js +0 -104
- package/admin/orm/models/orgPermissionDefaultPermission.d.ts +0 -54
- package/admin/orm/models/orgPermissionDefaultPermission.js +0 -104
- package/api/hooks/mutations/useAcceptDatabaseTransferMutation.d.ts +0 -20
- package/api/hooks/mutations/useAcceptDatabaseTransferMutation.js +0 -26
- package/api/hooks/mutations/useCancelDatabaseTransferMutation.d.ts +0 -20
- package/api/hooks/mutations/useCancelDatabaseTransferMutation.js +0 -26
- package/api/hooks/mutations/useCreateApisMutation.d.ts +0 -34
- package/api/hooks/mutations/useCreateApisMutation.js +0 -34
- package/api/hooks/mutations/useCreateAstMigrationMutation.d.ts +0 -34
- package/api/hooks/mutations/useCreateAstMigrationMutation.js +0 -34
- package/api/hooks/mutations/useCreatePlatformApisMutation.d.ts +0 -34
- package/api/hooks/mutations/useCreatePlatformApisMutation.js +0 -34
- package/api/hooks/mutations/useCreateSqlActionMutation.d.ts +0 -34
- package/api/hooks/mutations/useCreateSqlActionMutation.js +0 -34
- package/api/hooks/mutations/useDeleteApisMutation.d.ts +0 -38
- package/api/hooks/mutations/useDeleteApisMutation.js +0 -39
- package/api/hooks/mutations/useDeletePlatformApisMutation.d.ts +0 -38
- package/api/hooks/mutations/useDeletePlatformApisMutation.js +0 -39
- package/api/hooks/mutations/useRejectDatabaseTransferMutation.d.ts +0 -20
- package/api/hooks/mutations/useRejectDatabaseTransferMutation.js +0 -26
- package/api/hooks/mutations/useUpdateApisMutation.d.ts +0 -40
- package/api/hooks/mutations/useUpdateApisMutation.js +0 -40
- package/api/hooks/mutations/useUpdatePlatformApisMutation.d.ts +0 -40
- package/api/hooks/mutations/useUpdatePlatformApisMutation.js +0 -40
- package/api/hooks/queries/useApisesQuery.d.ts +0 -69
- package/api/hooks/queries/useApisesQuery.js +0 -38
- package/api/hooks/queries/useAstMigrationQuery.d.ts +0 -65
- package/api/hooks/queries/useAstMigrationQuery.js +0 -53
- package/api/hooks/queries/useAstMigrationsQuery.d.ts +0 -69
- package/api/hooks/queries/useAstMigrationsQuery.js +0 -38
- package/api/hooks/queries/usePlatformApisesQuery.d.ts +0 -69
- package/api/hooks/queries/usePlatformApisesQuery.js +0 -38
- package/api/hooks/queries/useSqlActionQuery.d.ts +0 -65
- package/api/hooks/queries/useSqlActionQuery.js +0 -53
- package/api/hooks/queries/useSqlActionsQuery.d.ts +0 -69
- package/api/hooks/queries/useSqlActionsQuery.js +0 -38
- package/api/orm/models/apis.d.ts +0 -54
- package/api/orm/models/apis.js +0 -104
- package/api/orm/models/astMigration.d.ts +0 -36
- package/api/orm/models/astMigration.js +0 -80
- package/api/orm/models/platformApis.d.ts +0 -54
- package/api/orm/models/platformApis.js +0 -104
- package/api/orm/models/sqlAction.d.ts +0 -36
- package/api/orm/models/sqlAction.js +0 -80
- package/esm/admin/hooks/mutations/useCreateAppPermissionDefaultGrantMutation.d.ts +0 -34
- package/esm/admin/hooks/mutations/useCreateAppPermissionDefaultGrantMutation.js +0 -31
- package/esm/admin/hooks/mutations/useCreateAppPermissionDefaultMutation.d.ts +0 -34
- package/esm/admin/hooks/mutations/useCreateAppPermissionDefaultMutation.js +0 -31
- package/esm/admin/hooks/mutations/useCreateAppPermissionDefaultPermissionMutation.d.ts +0 -34
- package/esm/admin/hooks/mutations/useCreateAppPermissionDefaultPermissionMutation.js +0 -31
- package/esm/admin/hooks/mutations/useCreateAppPermissionMutation.d.ts +0 -34
- package/esm/admin/hooks/mutations/useCreateAppPermissionMutation.js +0 -31
- package/esm/admin/hooks/mutations/useCreateOrgPermissionDefaultGrantMutation.d.ts +0 -34
- package/esm/admin/hooks/mutations/useCreateOrgPermissionDefaultGrantMutation.js +0 -31
- package/esm/admin/hooks/mutations/useCreateOrgPermissionDefaultMutation.d.ts +0 -34
- package/esm/admin/hooks/mutations/useCreateOrgPermissionDefaultMutation.js +0 -31
- package/esm/admin/hooks/mutations/useCreateOrgPermissionDefaultPermissionMutation.d.ts +0 -34
- package/esm/admin/hooks/mutations/useCreateOrgPermissionDefaultPermissionMutation.js +0 -31
- package/esm/admin/hooks/mutations/useCreateOrgPermissionMutation.d.ts +0 -34
- package/esm/admin/hooks/mutations/useCreateOrgPermissionMutation.js +0 -31
- package/esm/admin/hooks/mutations/useDeleteAppPermissionDefaultGrantMutation.d.ts +0 -38
- package/esm/admin/hooks/mutations/useDeleteAppPermissionDefaultGrantMutation.js +0 -36
- package/esm/admin/hooks/mutations/useDeleteAppPermissionDefaultMutation.d.ts +0 -38
- package/esm/admin/hooks/mutations/useDeleteAppPermissionDefaultMutation.js +0 -36
- package/esm/admin/hooks/mutations/useDeleteAppPermissionDefaultPermissionMutation.d.ts +0 -38
- package/esm/admin/hooks/mutations/useDeleteAppPermissionDefaultPermissionMutation.js +0 -36
- package/esm/admin/hooks/mutations/useDeleteAppPermissionMutation.d.ts +0 -38
- package/esm/admin/hooks/mutations/useDeleteAppPermissionMutation.js +0 -36
- package/esm/admin/hooks/mutations/useDeleteOrgPermissionDefaultGrantMutation.d.ts +0 -38
- package/esm/admin/hooks/mutations/useDeleteOrgPermissionDefaultGrantMutation.js +0 -36
- package/esm/admin/hooks/mutations/useDeleteOrgPermissionDefaultMutation.d.ts +0 -38
- package/esm/admin/hooks/mutations/useDeleteOrgPermissionDefaultMutation.js +0 -36
- package/esm/admin/hooks/mutations/useDeleteOrgPermissionDefaultPermissionMutation.d.ts +0 -38
- package/esm/admin/hooks/mutations/useDeleteOrgPermissionDefaultPermissionMutation.js +0 -36
- package/esm/admin/hooks/mutations/useDeleteOrgPermissionMutation.d.ts +0 -38
- package/esm/admin/hooks/mutations/useDeleteOrgPermissionMutation.js +0 -36
- package/esm/admin/hooks/mutations/useUpdateAppPermissionDefaultGrantMutation.d.ts +0 -40
- package/esm/admin/hooks/mutations/useUpdateAppPermissionDefaultGrantMutation.js +0 -37
- package/esm/admin/hooks/mutations/useUpdateAppPermissionDefaultMutation.d.ts +0 -40
- package/esm/admin/hooks/mutations/useUpdateAppPermissionDefaultMutation.js +0 -37
- package/esm/admin/hooks/mutations/useUpdateAppPermissionDefaultPermissionMutation.d.ts +0 -40
- package/esm/admin/hooks/mutations/useUpdateAppPermissionDefaultPermissionMutation.js +0 -37
- package/esm/admin/hooks/mutations/useUpdateAppPermissionMutation.d.ts +0 -40
- package/esm/admin/hooks/mutations/useUpdateAppPermissionMutation.js +0 -37
- package/esm/admin/hooks/mutations/useUpdateOrgPermissionDefaultGrantMutation.d.ts +0 -40
- package/esm/admin/hooks/mutations/useUpdateOrgPermissionDefaultGrantMutation.js +0 -37
- package/esm/admin/hooks/mutations/useUpdateOrgPermissionDefaultMutation.d.ts +0 -40
- package/esm/admin/hooks/mutations/useUpdateOrgPermissionDefaultMutation.js +0 -37
- package/esm/admin/hooks/mutations/useUpdateOrgPermissionDefaultPermissionMutation.d.ts +0 -40
- package/esm/admin/hooks/mutations/useUpdateOrgPermissionDefaultPermissionMutation.js +0 -37
- package/esm/admin/hooks/mutations/useUpdateOrgPermissionMutation.d.ts +0 -40
- package/esm/admin/hooks/mutations/useUpdateOrgPermissionMutation.js +0 -37
- package/esm/admin/hooks/queries/useAppPermissionDefaultGrantQuery.d.ts +0 -65
- package/esm/admin/hooks/queries/useAppPermissionDefaultGrantQuery.js +0 -47
- package/esm/admin/hooks/queries/useAppPermissionDefaultGrantsQuery.d.ts +0 -69
- package/esm/admin/hooks/queries/useAppPermissionDefaultGrantsQuery.js +0 -32
- package/esm/admin/hooks/queries/useAppPermissionDefaultPermissionQuery.d.ts +0 -65
- package/esm/admin/hooks/queries/useAppPermissionDefaultPermissionQuery.js +0 -47
- package/esm/admin/hooks/queries/useAppPermissionDefaultPermissionsQuery.d.ts +0 -69
- package/esm/admin/hooks/queries/useAppPermissionDefaultPermissionsQuery.js +0 -32
- package/esm/admin/hooks/queries/useAppPermissionDefaultQuery.d.ts +0 -65
- package/esm/admin/hooks/queries/useAppPermissionDefaultQuery.js +0 -47
- package/esm/admin/hooks/queries/useAppPermissionDefaultsQuery.d.ts +0 -69
- package/esm/admin/hooks/queries/useAppPermissionDefaultsQuery.js +0 -32
- package/esm/admin/hooks/queries/useAppPermissionQuery.d.ts +0 -65
- package/esm/admin/hooks/queries/useAppPermissionQuery.js +0 -47
- package/esm/admin/hooks/queries/useAppPermissionsGetByMaskQuery.d.ts +0 -54
- package/esm/admin/hooks/queries/useAppPermissionsGetByMaskQuery.js +0 -47
- package/esm/admin/hooks/queries/useAppPermissionsGetMaskByNamesQuery.d.ts +0 -53
- package/esm/admin/hooks/queries/useAppPermissionsGetMaskByNamesQuery.js +0 -47
- package/esm/admin/hooks/queries/useAppPermissionsGetMaskQuery.d.ts +0 -53
- package/esm/admin/hooks/queries/useAppPermissionsGetMaskQuery.js +0 -47
- package/esm/admin/hooks/queries/useAppPermissionsGetPaddedMaskQuery.d.ts +0 -53
- package/esm/admin/hooks/queries/useAppPermissionsGetPaddedMaskQuery.js +0 -47
- package/esm/admin/hooks/queries/useAppPermissionsQuery.d.ts +0 -69
- package/esm/admin/hooks/queries/useAppPermissionsQuery.js +0 -32
- package/esm/admin/hooks/queries/useOrgPermissionDefaultGrantQuery.d.ts +0 -65
- package/esm/admin/hooks/queries/useOrgPermissionDefaultGrantQuery.js +0 -47
- package/esm/admin/hooks/queries/useOrgPermissionDefaultGrantsQuery.d.ts +0 -69
- package/esm/admin/hooks/queries/useOrgPermissionDefaultGrantsQuery.js +0 -32
- package/esm/admin/hooks/queries/useOrgPermissionDefaultPermissionQuery.d.ts +0 -65
- package/esm/admin/hooks/queries/useOrgPermissionDefaultPermissionQuery.js +0 -47
- package/esm/admin/hooks/queries/useOrgPermissionDefaultPermissionsQuery.d.ts +0 -69
- package/esm/admin/hooks/queries/useOrgPermissionDefaultPermissionsQuery.js +0 -32
- package/esm/admin/hooks/queries/useOrgPermissionDefaultQuery.d.ts +0 -65
- package/esm/admin/hooks/queries/useOrgPermissionDefaultQuery.js +0 -47
- package/esm/admin/hooks/queries/useOrgPermissionDefaultsQuery.d.ts +0 -69
- package/esm/admin/hooks/queries/useOrgPermissionDefaultsQuery.js +0 -32
- package/esm/admin/hooks/queries/useOrgPermissionQuery.d.ts +0 -65
- package/esm/admin/hooks/queries/useOrgPermissionQuery.js +0 -47
- package/esm/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.d.ts +0 -54
- package/esm/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.js +0 -47
- package/esm/admin/hooks/queries/useOrgPermissionsGetMaskByNamesQuery.d.ts +0 -53
- package/esm/admin/hooks/queries/useOrgPermissionsGetMaskByNamesQuery.js +0 -47
- package/esm/admin/hooks/queries/useOrgPermissionsGetMaskQuery.d.ts +0 -53
- package/esm/admin/hooks/queries/useOrgPermissionsGetMaskQuery.js +0 -47
- package/esm/admin/hooks/queries/useOrgPermissionsGetPaddedMaskQuery.d.ts +0 -53
- package/esm/admin/hooks/queries/useOrgPermissionsGetPaddedMaskQuery.js +0 -47
- package/esm/admin/hooks/queries/useOrgPermissionsQuery.d.ts +0 -69
- package/esm/admin/hooks/queries/useOrgPermissionsQuery.js +0 -32
- package/esm/admin/orm/models/appPermission.d.ts +0 -54
- package/esm/admin/orm/models/appPermission.js +0 -100
- package/esm/admin/orm/models/appPermissionDefault.d.ts +0 -54
- package/esm/admin/orm/models/appPermissionDefault.js +0 -100
- package/esm/admin/orm/models/appPermissionDefaultGrant.d.ts +0 -54
- package/esm/admin/orm/models/appPermissionDefaultGrant.js +0 -100
- package/esm/admin/orm/models/appPermissionDefaultPermission.d.ts +0 -54
- package/esm/admin/orm/models/appPermissionDefaultPermission.js +0 -100
- package/esm/admin/orm/models/orgPermission.d.ts +0 -54
- package/esm/admin/orm/models/orgPermission.js +0 -100
- package/esm/admin/orm/models/orgPermissionDefault.d.ts +0 -54
- package/esm/admin/orm/models/orgPermissionDefault.js +0 -100
- package/esm/admin/orm/models/orgPermissionDefaultGrant.d.ts +0 -54
- package/esm/admin/orm/models/orgPermissionDefaultGrant.js +0 -100
- package/esm/admin/orm/models/orgPermissionDefaultPermission.d.ts +0 -54
- package/esm/admin/orm/models/orgPermissionDefaultPermission.js +0 -100
- package/esm/api/hooks/mutations/useAcceptDatabaseTransferMutation.d.ts +0 -20
- package/esm/api/hooks/mutations/useAcceptDatabaseTransferMutation.js +0 -23
- package/esm/api/hooks/mutations/useCancelDatabaseTransferMutation.d.ts +0 -20
- package/esm/api/hooks/mutations/useCancelDatabaseTransferMutation.js +0 -23
- package/esm/api/hooks/mutations/useCreateApisMutation.d.ts +0 -34
- package/esm/api/hooks/mutations/useCreateApisMutation.js +0 -31
- package/esm/api/hooks/mutations/useCreateAstMigrationMutation.d.ts +0 -34
- package/esm/api/hooks/mutations/useCreateAstMigrationMutation.js +0 -31
- package/esm/api/hooks/mutations/useCreatePlatformApisMutation.d.ts +0 -34
- package/esm/api/hooks/mutations/useCreatePlatformApisMutation.js +0 -31
- package/esm/api/hooks/mutations/useCreateSqlActionMutation.d.ts +0 -34
- package/esm/api/hooks/mutations/useCreateSqlActionMutation.js +0 -31
- package/esm/api/hooks/mutations/useDeleteApisMutation.d.ts +0 -38
- package/esm/api/hooks/mutations/useDeleteApisMutation.js +0 -36
- package/esm/api/hooks/mutations/useDeletePlatformApisMutation.d.ts +0 -38
- package/esm/api/hooks/mutations/useDeletePlatformApisMutation.js +0 -36
- package/esm/api/hooks/mutations/useRejectDatabaseTransferMutation.d.ts +0 -20
- package/esm/api/hooks/mutations/useRejectDatabaseTransferMutation.js +0 -23
- package/esm/api/hooks/mutations/useUpdateApisMutation.d.ts +0 -40
- package/esm/api/hooks/mutations/useUpdateApisMutation.js +0 -37
- package/esm/api/hooks/mutations/useUpdatePlatformApisMutation.d.ts +0 -40
- package/esm/api/hooks/mutations/useUpdatePlatformApisMutation.js +0 -37
- package/esm/api/hooks/queries/useApisesQuery.d.ts +0 -69
- package/esm/api/hooks/queries/useApisesQuery.js +0 -32
- package/esm/api/hooks/queries/useAstMigrationQuery.d.ts +0 -65
- package/esm/api/hooks/queries/useAstMigrationQuery.js +0 -47
- package/esm/api/hooks/queries/useAstMigrationsQuery.d.ts +0 -69
- package/esm/api/hooks/queries/useAstMigrationsQuery.js +0 -32
- package/esm/api/hooks/queries/usePlatformApisesQuery.d.ts +0 -69
- package/esm/api/hooks/queries/usePlatformApisesQuery.js +0 -32
- package/esm/api/hooks/queries/useSqlActionQuery.d.ts +0 -65
- package/esm/api/hooks/queries/useSqlActionQuery.js +0 -47
- package/esm/api/hooks/queries/useSqlActionsQuery.d.ts +0 -69
- package/esm/api/hooks/queries/useSqlActionsQuery.js +0 -32
- package/esm/api/orm/models/apis.d.ts +0 -54
- package/esm/api/orm/models/apis.js +0 -100
- package/esm/api/orm/models/astMigration.d.ts +0 -36
- package/esm/api/orm/models/astMigration.js +0 -76
- package/esm/api/orm/models/platformApis.d.ts +0 -54
- package/esm/api/orm/models/platformApis.js +0 -100
- package/esm/api/orm/models/sqlAction.d.ts +0 -36
- package/esm/api/orm/models/sqlAction.js +0 -76
- package/esm/modules/hooks/mutations/useCreatePermissionsModuleMutation.d.ts +0 -34
- package/esm/modules/hooks/mutations/useCreatePermissionsModuleMutation.js +0 -31
- package/esm/modules/hooks/mutations/useDeletePermissionsModuleMutation.d.ts +0 -38
- package/esm/modules/hooks/mutations/useDeletePermissionsModuleMutation.js +0 -36
- package/esm/modules/hooks/mutations/useProvisionCheckConstraintMutation.d.ts +0 -20
- package/esm/modules/hooks/mutations/useProvisionCheckConstraintMutation.js +0 -23
- package/esm/modules/hooks/mutations/useProvisionFullTextSearchMutation.d.ts +0 -20
- package/esm/modules/hooks/mutations/useProvisionFullTextSearchMutation.js +0 -23
- package/esm/modules/hooks/mutations/useProvisionIndexMutation.d.ts +0 -20
- package/esm/modules/hooks/mutations/useProvisionIndexMutation.js +0 -23
- package/esm/modules/hooks/mutations/useProvisionRelationMutation.d.ts +0 -20
- package/esm/modules/hooks/mutations/useProvisionRelationMutation.js +0 -23
- package/esm/modules/hooks/mutations/useProvisionSpatialRelationMutation.d.ts +0 -20
- package/esm/modules/hooks/mutations/useProvisionSpatialRelationMutation.js +0 -23
- package/esm/modules/hooks/mutations/useProvisionTableMutation.d.ts +0 -20
- package/esm/modules/hooks/mutations/useProvisionTableMutation.js +0 -23
- package/esm/modules/hooks/mutations/useProvisionUniqueConstraintMutation.d.ts +0 -20
- package/esm/modules/hooks/mutations/useProvisionUniqueConstraintMutation.js +0 -23
- package/esm/modules/hooks/mutations/useUpdatePermissionsModuleMutation.d.ts +0 -40
- package/esm/modules/hooks/mutations/useUpdatePermissionsModuleMutation.js +0 -37
- package/esm/modules/hooks/queries/usePermissionsModuleQuery.d.ts +0 -65
- package/esm/modules/hooks/queries/usePermissionsModuleQuery.js +0 -47
- package/esm/modules/hooks/queries/usePermissionsModulesQuery.d.ts +0 -69
- package/esm/modules/hooks/queries/usePermissionsModulesQuery.js +0 -32
- package/esm/modules/hooks/queries/useResolveBlueprintFieldQuery.d.ts +0 -53
- package/esm/modules/hooks/queries/useResolveBlueprintFieldQuery.js +0 -47
- package/esm/modules/hooks/queries/useResolveBlueprintTableQuery.d.ts +0 -53
- package/esm/modules/hooks/queries/useResolveBlueprintTableQuery.js +0 -47
- package/esm/modules/orm/models/permissionsModule.d.ts +0 -54
- package/esm/modules/orm/models/permissionsModule.js +0 -100
- package/esm/modules/orm/query/index.d.ts +0 -39
- package/esm/modules/orm/query/index.js +0 -54
- package/modules/hooks/mutations/useCreatePermissionsModuleMutation.d.ts +0 -34
- package/modules/hooks/mutations/useCreatePermissionsModuleMutation.js +0 -34
- package/modules/hooks/mutations/useDeletePermissionsModuleMutation.d.ts +0 -38
- package/modules/hooks/mutations/useDeletePermissionsModuleMutation.js +0 -39
- package/modules/hooks/mutations/useProvisionCheckConstraintMutation.d.ts +0 -20
- package/modules/hooks/mutations/useProvisionCheckConstraintMutation.js +0 -26
- package/modules/hooks/mutations/useProvisionFullTextSearchMutation.d.ts +0 -20
- package/modules/hooks/mutations/useProvisionFullTextSearchMutation.js +0 -26
- package/modules/hooks/mutations/useProvisionIndexMutation.d.ts +0 -20
- package/modules/hooks/mutations/useProvisionIndexMutation.js +0 -26
- package/modules/hooks/mutations/useProvisionRelationMutation.d.ts +0 -20
- package/modules/hooks/mutations/useProvisionRelationMutation.js +0 -26
- package/modules/hooks/mutations/useProvisionSpatialRelationMutation.d.ts +0 -20
- package/modules/hooks/mutations/useProvisionSpatialRelationMutation.js +0 -26
- package/modules/hooks/mutations/useProvisionTableMutation.d.ts +0 -20
- package/modules/hooks/mutations/useProvisionTableMutation.js +0 -26
- package/modules/hooks/mutations/useProvisionUniqueConstraintMutation.d.ts +0 -20
- package/modules/hooks/mutations/useProvisionUniqueConstraintMutation.js +0 -26
- package/modules/hooks/mutations/useUpdatePermissionsModuleMutation.d.ts +0 -40
- package/modules/hooks/mutations/useUpdatePermissionsModuleMutation.js +0 -40
- package/modules/hooks/queries/usePermissionsModuleQuery.d.ts +0 -65
- package/modules/hooks/queries/usePermissionsModuleQuery.js +0 -53
- package/modules/hooks/queries/usePermissionsModulesQuery.d.ts +0 -69
- package/modules/hooks/queries/usePermissionsModulesQuery.js +0 -38
- package/modules/hooks/queries/useResolveBlueprintFieldQuery.d.ts +0 -53
- package/modules/hooks/queries/useResolveBlueprintFieldQuery.js +0 -53
- package/modules/hooks/queries/useResolveBlueprintTableQuery.d.ts +0 -53
- package/modules/hooks/queries/useResolveBlueprintTableQuery.js +0 -53
- package/modules/orm/models/permissionsModule.d.ts +0 -54
- package/modules/orm/models/permissionsModule.js +0 -104
- package/modules/orm/query/index.d.ts +0 -39
- package/modules/orm/query/index.js +0 -57
|
@@ -3,35 +3,55 @@
|
|
|
3
3
|
* @generated by @constructive-io/graphql-codegen
|
|
4
4
|
* DO NOT EDIT - changes will be overwritten
|
|
5
5
|
*/
|
|
6
|
-
import type { AppAdminGrant, AppClaimedInvite, AppGrant, AppInvite, AppMembership, AppMembershipDefault, AppOwnerGrant,
|
|
6
|
+
import type { AppAdminGrant, AppCapability, AppCapabilityDefault, AppCapabilityDefaultCapability, AppCapabilityDefaultGrant, AppClaimedInvite, AppGrant, AppInvite, AppMembership, AppMembershipDefault, AppMembershipProfile, AppOwnerGrant, AppProfile, AppProfileCapability, AppProfileDefinitionGrant, AppProfileGrant, AppProfileTemplate, MembershipType, OrgAdminGrant, OrgCapability, OrgCapabilityDefault, OrgCapabilityDefaultCapability, OrgCapabilityDefaultGrant, OrgChartEdge, OrgChartEdgeGrant, OrgClaimedInvite, OrgGetManagersRecord, OrgGetSubordinatesRecord, OrgGrant, OrgInvite, OrgMember, OrgMemberProfile, OrgMembership, OrgMembershipDefault, OrgMembershipProfile, OrgMembershipSetting, OrgOwnerGrant, OrgProfile, OrgProfileCapability, OrgProfileDefinitionGrant, OrgProfileGrant, OrgProfileTemplate, 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 `AppAdminGrant`. */
|
|
10
10
|
export type AppAdminGrantOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
11
|
+
/** Methods to use when ordering `AppCapabilityDefaultCapability`. */
|
|
12
|
+
export type AppCapabilityDefaultCapabilityOrderBy = 'CAPABILITY_ID_ASC' | 'CAPABILITY_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
13
|
+
/** Methods to use when ordering `AppCapabilityDefaultGrant`. */
|
|
14
|
+
export type AppCapabilityDefaultGrantOrderBy = 'CAPABILITY_ID_ASC' | 'CAPABILITY_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
15
|
+
/** Methods to use when ordering `AppCapabilityDefault`. */
|
|
16
|
+
export type AppCapabilityDefaultOrderBy = 'CAPABILITIES_ASC' | 'CAPABILITIES_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC';
|
|
17
|
+
/** Methods to use when ordering `AppCapability`. */
|
|
18
|
+
export type AppCapabilityOrderBy = 'BITNUM_ASC' | 'BITNUM_DESC' | 'BITSTR_ASC' | 'BITSTR_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'ID_ASC' | 'ID_DESC' | 'KIND_ASC' | 'KIND_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC';
|
|
11
19
|
/** Methods to use when ordering `AppClaimedInvite`. */
|
|
12
20
|
export type AppClaimedInviteOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATA_ASC' | 'DATA_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'RECEIVER_ID_ASC' | 'RECEIVER_ID_DESC' | 'SENDER_ID_ASC' | 'SENDER_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
13
21
|
/** Methods to use when ordering `AppGrant`. */
|
|
14
|
-
export type AppGrantOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | '
|
|
22
|
+
export type AppGrantOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'CAPABILITIES_ASC' | 'CAPABILITIES_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
15
23
|
/** Methods to use when ordering `AppInvite`. */
|
|
16
24
|
export type AppInviteOrderBy = 'CHANNEL_ASC' | 'CHANNEL_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATA_ASC' | 'DATA_DESC' | 'EMAIL_ASC' | 'EMAIL_DESC' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'INVITE_COUNT_ASC' | 'INVITE_COUNT_DESC' | 'INVITE_LIMIT_ASC' | 'INVITE_LIMIT_DESC' | 'INVITE_TOKEN_ASC' | 'INVITE_TOKEN_DESC' | 'INVITE_VALID_ASC' | 'INVITE_VALID_DESC' | 'MULTIPLE_ASC' | 'MULTIPLE_DESC' | 'NATURAL' | 'PHONE_ASC' | 'PHONE_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PROFILE_ID_ASC' | 'PROFILE_ID_DESC' | 'SENDER_ID_ASC' | 'SENDER_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
17
25
|
/** Methods to use when ordering `AppMembershipDefault`. */
|
|
18
26
|
export type AppMembershipDefaultOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'CREATED_BY_ASC' | 'CREATED_BY_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_APPROVED_ASC' | 'IS_APPROVED_DESC' | 'IS_VERIFIED_ASC' | 'IS_VERIFIED_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'UPDATED_BY_ASC' | 'UPDATED_BY_DESC';
|
|
19
27
|
/** Methods to use when ordering `AppMembership`. */
|
|
20
|
-
export type AppMembershipOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'CREATED_BY_ASC' | 'CREATED_BY_DESC' | 'GRANTED_ASC' | 'GRANTED_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC' | 'IS_ADMIN_ASC' | 'IS_ADMIN_DESC' | 'IS_APPROVED_ASC' | 'IS_APPROVED_DESC' | 'IS_BANNED_ASC' | 'IS_BANNED_DESC' | 'IS_DISABLED_ASC' | 'IS_DISABLED_DESC' | 'IS_OWNER_ASC' | 'IS_OWNER_DESC' | 'IS_VERIFIED_ASC' | 'IS_VERIFIED_DESC' | 'NATURAL' | '
|
|
28
|
+
export type AppMembershipOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'CAPABILITIES_ASC' | 'CAPABILITIES_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'CREATED_BY_ASC' | 'CREATED_BY_DESC' | 'GRANTED_ASC' | 'GRANTED_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC' | 'IS_ADMIN_ASC' | 'IS_ADMIN_DESC' | 'IS_APPROVED_ASC' | 'IS_APPROVED_DESC' | 'IS_BANNED_ASC' | 'IS_BANNED_DESC' | 'IS_DISABLED_ASC' | 'IS_DISABLED_DESC' | 'IS_OWNER_ASC' | 'IS_OWNER_DESC' | 'IS_VERIFIED_ASC' | 'IS_VERIFIED_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PROFILE_ID_ASC' | 'PROFILE_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'UPDATED_BY_ASC' | 'UPDATED_BY_DESC';
|
|
29
|
+
/** Methods to use when ordering `AppMembershipProfile`. */
|
|
30
|
+
export type AppMembershipProfileOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'MEMBERSHIP_ID_ASC' | 'MEMBERSHIP_ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PROFILE_ID_ASC' | 'PROFILE_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
21
31
|
/** Methods to use when ordering `AppOwnerGrant`. */
|
|
22
32
|
export type AppOwnerGrantOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
23
|
-
/** Methods to use when ordering `
|
|
24
|
-
export type
|
|
25
|
-
/** Methods to use when ordering `
|
|
26
|
-
export type
|
|
27
|
-
/** Methods to use when ordering `
|
|
28
|
-
export type
|
|
29
|
-
/** Methods to use when ordering `
|
|
30
|
-
export type
|
|
33
|
+
/** Methods to use when ordering `AppProfileCapability`. */
|
|
34
|
+
export type AppProfileCapabilityOrderBy = 'CAPABILITY_ID_ASC' | 'CAPABILITY_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PROFILE_ID_ASC' | 'PROFILE_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
35
|
+
/** Methods to use when ordering `AppProfileDefinitionGrant`. */
|
|
36
|
+
export type AppProfileDefinitionGrantOrderBy = 'CAPABILITY_ID_ASC' | 'CAPABILITY_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PROFILE_ID_ASC' | 'PROFILE_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
37
|
+
/** Methods to use when ordering `AppProfileGrant`. */
|
|
38
|
+
export type AppProfileGrantOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'MEMBERSHIP_ID_ASC' | 'MEMBERSHIP_ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PROFILE_ID_ASC' | 'PROFILE_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
39
|
+
/** Methods to use when ordering `AppProfile`. */
|
|
40
|
+
export type AppProfileOrderBy = 'CAPABILITIES_ASC' | 'CAPABILITIES_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_DEFAULT_ASC' | 'IS_DEFAULT_DESC' | 'IS_SYSTEM_ASC' | 'IS_SYSTEM_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SLUG_ASC' | 'SLUG_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
41
|
+
/** Methods to use when ordering `AppProfileTemplate`. */
|
|
42
|
+
export type AppProfileTemplateOrderBy = 'CAPABILITIES_ASC' | 'CAPABILITIES_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_DEFAULT_ASC' | 'IS_DEFAULT_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SLUG_ASC' | 'SLUG_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
31
43
|
/** Methods to use when ordering `MembershipType`. */
|
|
32
44
|
export type MembershipTypeOrderBy = 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'HAS_USERS_TABLE_ENTRY_ASC' | 'HAS_USERS_TABLE_ENTRY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PARENT_MEMBERSHIP_TYPE_ASC' | 'PARENT_MEMBERSHIP_TYPE_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC';
|
|
33
45
|
/** Methods to use when ordering `OrgAdminGrant`. */
|
|
34
46
|
export type OrgAdminGrantOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
47
|
+
/** Methods to use when ordering `OrgCapabilityDefaultCapability`. */
|
|
48
|
+
export type OrgCapabilityDefaultCapabilityOrderBy = 'CAPABILITY_ID_ASC' | 'CAPABILITY_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
49
|
+
/** Methods to use when ordering `OrgCapabilityDefaultGrant`. */
|
|
50
|
+
export type OrgCapabilityDefaultGrantOrderBy = 'CAPABILITY_ID_ASC' | 'CAPABILITY_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
51
|
+
/** Methods to use when ordering `OrgCapabilityDefault`. */
|
|
52
|
+
export type OrgCapabilityDefaultOrderBy = 'CAPABILITIES_ASC' | 'CAPABILITIES_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC';
|
|
53
|
+
/** Methods to use when ordering `OrgCapability`. */
|
|
54
|
+
export type OrgCapabilityOrderBy = 'BITNUM_ASC' | 'BITNUM_DESC' | 'BITSTR_ASC' | 'BITSTR_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'ID_ASC' | 'ID_DESC' | 'KIND_ASC' | 'KIND_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC';
|
|
35
55
|
/** Methods to use when ordering `OrgChartEdgeGrant`. */
|
|
36
56
|
export type OrgChartEdgeGrantOrderBy = 'CHILD_ID_ASC' | 'CHILD_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'NATURAL' | 'PARENT_ID_ASC' | 'PARENT_ID_DESC' | 'POSITION_LEVEL_ASC' | 'POSITION_LEVEL_DESC' | 'POSITION_TITLE_ASC' | 'POSITION_TITLE_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC';
|
|
37
57
|
/** Methods to use when ordering `OrgChartEdge`. */
|
|
@@ -39,7 +59,7 @@ export type OrgChartEdgeOrderBy = 'CHILD_ID_ASC' | 'CHILD_ID_DESC' | 'CREATED_AT
|
|
|
39
59
|
/** Methods to use when ordering `OrgClaimedInvite`. */
|
|
40
60
|
export type OrgClaimedInviteOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATA_ASC' | 'DATA_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'RECEIVER_ID_ASC' | 'RECEIVER_ID_DESC' | 'SENDER_ID_ASC' | 'SENDER_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
41
61
|
/** Methods to use when ordering `OrgGrant`. */
|
|
42
|
-
export type OrgGrantOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'NATURAL' | '
|
|
62
|
+
export type OrgGrantOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'CAPABILITIES_ASC' | 'CAPABILITIES_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
43
63
|
/** Methods to use when ordering `OrgInvite`. */
|
|
44
64
|
export type OrgInviteOrderBy = 'CHANNEL_ASC' | 'CHANNEL_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATA_ASC' | 'DATA_DESC' | 'EMAIL_ASC' | 'EMAIL_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'INVITE_COUNT_ASC' | 'INVITE_COUNT_DESC' | 'INVITE_LIMIT_ASC' | 'INVITE_LIMIT_DESC' | 'INVITE_TOKEN_ASC' | 'INVITE_TOKEN_DESC' | 'INVITE_VALID_ASC' | 'INVITE_VALID_DESC' | 'IS_READ_ONLY_ASC' | 'IS_READ_ONLY_DESC' | 'MULTIPLE_ASC' | 'MULTIPLE_DESC' | 'NATURAL' | 'PHONE_ASC' | 'PHONE_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PROFILE_ID_ASC' | 'PROFILE_ID_DESC' | 'RECEIVER_ID_ASC' | 'RECEIVER_ID_DESC' | 'SENDER_ID_ASC' | 'SENDER_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
45
65
|
/** Methods to use when ordering `OrgMember`. */
|
|
@@ -49,19 +69,23 @@ export type OrgMemberProfileOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'BIO_AS
|
|
|
49
69
|
/** Methods to use when ordering `OrgMembershipDefault`. */
|
|
50
70
|
export type OrgMembershipDefaultOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'CREATED_BY_ASC' | 'CREATED_BY_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_APPROVED_ASC' | 'IS_APPROVED_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'UPDATED_BY_ASC' | 'UPDATED_BY_DESC';
|
|
51
71
|
/** Methods to use when ordering `OrgMembership`. */
|
|
52
|
-
export type OrgMembershipOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'CREATED_BY_ASC' | 'CREATED_BY_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'GRANTED_ASC' | 'GRANTED_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC' | 'IS_ADMIN_ASC' | 'IS_ADMIN_DESC' | 'IS_APPROVED_ASC' | 'IS_APPROVED_DESC' | 'IS_BANNED_ASC' | 'IS_BANNED_DESC' | 'IS_DISABLED_ASC' | 'IS_DISABLED_DESC' | 'IS_EXTERNAL_ASC' | 'IS_EXTERNAL_DESC' | 'IS_OWNER_ASC' | 'IS_OWNER_DESC' | 'IS_READ_ONLY_ASC' | 'IS_READ_ONLY_DESC' | 'NATURAL' | '
|
|
72
|
+
export type OrgMembershipOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'CAPABILITIES_ASC' | 'CAPABILITIES_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'CREATED_BY_ASC' | 'CREATED_BY_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'GRANTED_ASC' | 'GRANTED_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC' | 'IS_ADMIN_ASC' | 'IS_ADMIN_DESC' | 'IS_APPROVED_ASC' | 'IS_APPROVED_DESC' | 'IS_BANNED_ASC' | 'IS_BANNED_DESC' | 'IS_DISABLED_ASC' | 'IS_DISABLED_DESC' | 'IS_EXTERNAL_ASC' | 'IS_EXTERNAL_DESC' | 'IS_OWNER_ASC' | 'IS_OWNER_DESC' | 'IS_READ_ONLY_ASC' | 'IS_READ_ONLY_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PROFILE_ID_ASC' | 'PROFILE_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'UPDATED_BY_ASC' | 'UPDATED_BY_DESC';
|
|
73
|
+
/** Methods to use when ordering `OrgMembershipProfile`. */
|
|
74
|
+
export type OrgMembershipProfileOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'MEMBERSHIP_ID_ASC' | 'MEMBERSHIP_ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PROFILE_ID_ASC' | 'PROFILE_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
53
75
|
/** Methods to use when ordering `OrgMembershipSetting`. */
|
|
54
76
|
export type OrgMembershipSettingOrderBy = 'ALLOW_EXTERNAL_MEMBERS_ASC' | 'ALLOW_EXTERNAL_MEMBERS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'CREATED_BY_ASC' | 'CREATED_BY_DESC' | 'CREATE_CHILD_CASCADE_ADMINS_ASC' | 'CREATE_CHILD_CASCADE_ADMINS_DESC' | 'CREATE_CHILD_CASCADE_MEMBERS_ASC' | 'CREATE_CHILD_CASCADE_MEMBERS_DESC' | 'CREATE_CHILD_CASCADE_OWNERS_ASC' | 'CREATE_CHILD_CASCADE_OWNERS_DESC' | 'DELETE_MEMBER_CASCADE_CHILDREN_ASC' | 'DELETE_MEMBER_CASCADE_CHILDREN_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'INVITE_PROFILE_ASSIGNMENT_MODE_ASC' | 'INVITE_PROFILE_ASSIGNMENT_MODE_DESC' | 'LIMIT_ALLOCATION_MODE_ASC' | 'LIMIT_ALLOCATION_MODE_DESC' | 'NATURAL' | 'POPULATE_MEMBER_EMAIL_ASC' | 'POPULATE_MEMBER_EMAIL_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'UPDATED_BY_ASC' | 'UPDATED_BY_DESC';
|
|
55
77
|
/** Methods to use when ordering `OrgOwnerGrant`. */
|
|
56
78
|
export type OrgOwnerGrantOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
57
|
-
/** Methods to use when ordering `
|
|
58
|
-
export type
|
|
59
|
-
/** Methods to use when ordering `
|
|
60
|
-
export type
|
|
61
|
-
/** Methods to use when ordering `
|
|
62
|
-
export type
|
|
63
|
-
/** Methods to use when ordering `
|
|
64
|
-
export type
|
|
79
|
+
/** Methods to use when ordering `OrgProfileCapability`. */
|
|
80
|
+
export type OrgProfileCapabilityOrderBy = 'CAPABILITY_ID_ASC' | 'CAPABILITY_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PROFILE_ID_ASC' | 'PROFILE_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
81
|
+
/** Methods to use when ordering `OrgProfileDefinitionGrant`. */
|
|
82
|
+
export type OrgProfileDefinitionGrantOrderBy = 'CAPABILITY_ID_ASC' | 'CAPABILITY_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PROFILE_ID_ASC' | 'PROFILE_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
83
|
+
/** Methods to use when ordering `OrgProfileGrant`. */
|
|
84
|
+
export type OrgProfileGrantOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'MEMBERSHIP_ID_ASC' | 'MEMBERSHIP_ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PROFILE_ID_ASC' | 'PROFILE_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
85
|
+
/** Methods to use when ordering `OrgProfile`. */
|
|
86
|
+
export type OrgProfileOrderBy = 'CAPABILITIES_ASC' | 'CAPABILITIES_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_DEFAULT_ASC' | 'IS_DEFAULT_DESC' | 'IS_SYSTEM_ASC' | 'IS_SYSTEM_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SLUG_ASC' | 'SLUG_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
87
|
+
/** Methods to use when ordering `OrgProfileTemplate`. */
|
|
88
|
+
export type OrgProfileTemplateOrderBy = 'CAPABILITIES_ASC' | 'CAPABILITIES_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_DEFAULT_ASC' | 'IS_DEFAULT_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SLUG_ASC' | 'SLUG_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
65
89
|
/** A filter to be used against `AppAdminGrant` object types. All fields are combined with a logical ‘and.’ */
|
|
66
90
|
export interface AppAdminGrantFilter {
|
|
67
91
|
/** Filter by the object’s `actorId` field. */
|
|
@@ -105,6 +129,203 @@ export interface AppAdminGrantPatch {
|
|
|
105
129
|
isGrant?: boolean;
|
|
106
130
|
updatedAt?: string;
|
|
107
131
|
}
|
|
132
|
+
/** A filter to be used against `AppCapabilityDefaultCapability` object types. All fields are combined with a logical ‘and.’ */
|
|
133
|
+
export interface AppCapabilityDefaultCapabilityFilter {
|
|
134
|
+
/** Checks for all expressions in this list. */
|
|
135
|
+
and?: AppCapabilityDefaultCapabilityFilter[];
|
|
136
|
+
/** Filter by the object’s `capability` relation. */
|
|
137
|
+
capability?: AppCapabilityFilter;
|
|
138
|
+
/** Filter by the object’s `capabilityId` field. */
|
|
139
|
+
capabilityId?: UUIDFilter;
|
|
140
|
+
/** Filter by the object’s `createdAt` field. */
|
|
141
|
+
createdAt?: DatetimeFilter;
|
|
142
|
+
/** Filter by the object’s `id` field. */
|
|
143
|
+
id?: UUIDFilter;
|
|
144
|
+
/** Negates the expression. */
|
|
145
|
+
not?: AppCapabilityDefaultCapabilityFilter;
|
|
146
|
+
/** Checks for any expressions in this list. */
|
|
147
|
+
or?: AppCapabilityDefaultCapabilityFilter[];
|
|
148
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
149
|
+
updatedAt?: DatetimeFilter;
|
|
150
|
+
}
|
|
151
|
+
/** An input for mutations affecting `AppCapabilityDefaultCapability` */
|
|
152
|
+
export interface AppCapabilityDefaultCapabilityInput {
|
|
153
|
+
/** References the capability included in the defaults bundle */
|
|
154
|
+
capabilityId: string;
|
|
155
|
+
createdAt?: string;
|
|
156
|
+
id?: string;
|
|
157
|
+
updatedAt?: string;
|
|
158
|
+
}
|
|
159
|
+
/** Represents an update to a `AppCapabilityDefaultCapability`. Fields that are set will be updated. */
|
|
160
|
+
export interface AppCapabilityDefaultCapabilityPatch {
|
|
161
|
+
/** References the capability included in the defaults bundle */
|
|
162
|
+
capabilityId?: string;
|
|
163
|
+
createdAt?: string;
|
|
164
|
+
id?: string;
|
|
165
|
+
updatedAt?: string;
|
|
166
|
+
}
|
|
167
|
+
/** A filter to be used against `AppCapabilityDefault` object types. All fields are combined with a logical ‘and.’ */
|
|
168
|
+
export interface AppCapabilityDefaultFilter {
|
|
169
|
+
/** Checks for all expressions in this list. */
|
|
170
|
+
and?: AppCapabilityDefaultFilter[];
|
|
171
|
+
/** Filter by the object’s `capabilities` field. */
|
|
172
|
+
capabilities?: BitStringFilter;
|
|
173
|
+
/** Filter by the object’s `id` field. */
|
|
174
|
+
id?: UUIDFilter;
|
|
175
|
+
/** Negates the expression. */
|
|
176
|
+
not?: AppCapabilityDefaultFilter;
|
|
177
|
+
/** Checks for any expressions in this list. */
|
|
178
|
+
or?: AppCapabilityDefaultFilter[];
|
|
179
|
+
}
|
|
180
|
+
/** A filter to be used against `AppCapabilityDefaultGrant` object types. All fields are combined with a logical ‘and.’ */
|
|
181
|
+
export interface AppCapabilityDefaultGrantFilter {
|
|
182
|
+
/** Checks for all expressions in this list. */
|
|
183
|
+
and?: AppCapabilityDefaultGrantFilter[];
|
|
184
|
+
/** Filter by the object’s `capability` relation. */
|
|
185
|
+
capability?: AppCapabilityFilter;
|
|
186
|
+
/** Filter by the object’s `capabilityId` field. */
|
|
187
|
+
capabilityId?: UUIDFilter;
|
|
188
|
+
/** Filter by the object’s `createdAt` field. */
|
|
189
|
+
createdAt?: DatetimeFilter;
|
|
190
|
+
/** Filter by the object’s `grantorId` field. */
|
|
191
|
+
grantorId?: UUIDFilter;
|
|
192
|
+
/** Filter by the object’s `id` field. */
|
|
193
|
+
id?: UUIDFilter;
|
|
194
|
+
/** Filter by the object’s `isGrant` field. */
|
|
195
|
+
isGrant?: BooleanFilter;
|
|
196
|
+
/** Negates the expression. */
|
|
197
|
+
not?: AppCapabilityDefaultGrantFilter;
|
|
198
|
+
/** Checks for any expressions in this list. */
|
|
199
|
+
or?: AppCapabilityDefaultGrantFilter[];
|
|
200
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
201
|
+
updatedAt?: DatetimeFilter;
|
|
202
|
+
}
|
|
203
|
+
/** An input for mutations affecting `AppCapabilityDefaultGrant` */
|
|
204
|
+
export interface AppCapabilityDefaultGrantInput {
|
|
205
|
+
/** References the capability being added to or removed from defaults */
|
|
206
|
+
capabilityId: string;
|
|
207
|
+
createdAt?: string;
|
|
208
|
+
grantorId?: string;
|
|
209
|
+
id?: string;
|
|
210
|
+
/** True to add the capability to defaults, false to remove it */
|
|
211
|
+
isGrant?: boolean;
|
|
212
|
+
updatedAt?: string;
|
|
213
|
+
}
|
|
214
|
+
/** Represents an update to a `AppCapabilityDefaultGrant`. Fields that are set will be updated. */
|
|
215
|
+
export interface AppCapabilityDefaultGrantPatch {
|
|
216
|
+
/** References the capability being added to or removed from defaults */
|
|
217
|
+
capabilityId?: string;
|
|
218
|
+
createdAt?: string;
|
|
219
|
+
grantorId?: string;
|
|
220
|
+
id?: string;
|
|
221
|
+
/** True to add the capability to defaults, false to remove it */
|
|
222
|
+
isGrant?: boolean;
|
|
223
|
+
updatedAt?: string;
|
|
224
|
+
}
|
|
225
|
+
/** An input for mutations affecting `AppCapabilityDefault` */
|
|
226
|
+
export interface AppCapabilityDefaultInput {
|
|
227
|
+
/** Default capability bitmask applied to new members */
|
|
228
|
+
capabilities?: string;
|
|
229
|
+
id?: string;
|
|
230
|
+
}
|
|
231
|
+
/** Represents an update to a `AppCapabilityDefault`. Fields that are set will be updated. */
|
|
232
|
+
export interface AppCapabilityDefaultPatch {
|
|
233
|
+
/** Default capability bitmask applied to new members */
|
|
234
|
+
capabilities?: string;
|
|
235
|
+
id?: string;
|
|
236
|
+
}
|
|
237
|
+
/** A filter to be used against `AppCapability` object types. All fields are combined with a logical ‘and.’ */
|
|
238
|
+
export interface AppCapabilityFilter {
|
|
239
|
+
/** Checks for all expressions in this list. */
|
|
240
|
+
and?: AppCapabilityFilter[];
|
|
241
|
+
/** Filter by the object’s `appCapabilityDefaultCapabilityByCapabilityId` relation. */
|
|
242
|
+
appCapabilityDefaultCapabilityByCapabilityId?: AppCapabilityDefaultCapabilityFilter;
|
|
243
|
+
/** A related `appCapabilityDefaultCapabilityByCapabilityId` exists. */
|
|
244
|
+
appCapabilityDefaultCapabilityByCapabilityIdExists?: boolean;
|
|
245
|
+
/** Filter by the object’s `appCapabilityDefaultGrantsByCapabilityId` relation. */
|
|
246
|
+
appCapabilityDefaultGrantsByCapabilityId?: AppCapabilityToManyAppCapabilityDefaultGrantFilter;
|
|
247
|
+
/** `appCapabilityDefaultGrantsByCapabilityId` exist. */
|
|
248
|
+
appCapabilityDefaultGrantsByCapabilityIdExist?: boolean;
|
|
249
|
+
/** Filter by the object’s `appProfileCapabilitiesByCapabilityId` relation. */
|
|
250
|
+
appProfileCapabilitiesByCapabilityId?: AppCapabilityToManyAppProfileCapabilityFilter;
|
|
251
|
+
/** `appProfileCapabilitiesByCapabilityId` exist. */
|
|
252
|
+
appProfileCapabilitiesByCapabilityIdExist?: boolean;
|
|
253
|
+
/** Filter by the object’s `appProfileDefinitionGrantsByCapabilityId` relation. */
|
|
254
|
+
appProfileDefinitionGrantsByCapabilityId?: AppCapabilityToManyAppProfileDefinitionGrantFilter;
|
|
255
|
+
/** `appProfileDefinitionGrantsByCapabilityId` exist. */
|
|
256
|
+
appProfileDefinitionGrantsByCapabilityIdExist?: boolean;
|
|
257
|
+
/** Filter by the object’s `bitnum` field. */
|
|
258
|
+
bitnum?: IntFilter;
|
|
259
|
+
/** Filter by the object’s `bitstr` field. */
|
|
260
|
+
bitstr?: BitStringFilter;
|
|
261
|
+
/** Filter by the object’s `description` field. */
|
|
262
|
+
description?: StringFilter;
|
|
263
|
+
/** Filter by the object’s `id` field. */
|
|
264
|
+
id?: UUIDFilter;
|
|
265
|
+
/** Filter by the object’s `kind` field. */
|
|
266
|
+
kind?: StringFilter;
|
|
267
|
+
/** Filter by the object’s `name` field. */
|
|
268
|
+
name?: StringFilter;
|
|
269
|
+
/** Negates the expression. */
|
|
270
|
+
not?: AppCapabilityFilter;
|
|
271
|
+
/** Checks for any expressions in this list. */
|
|
272
|
+
or?: AppCapabilityFilter[];
|
|
273
|
+
}
|
|
274
|
+
/** An input for mutations affecting `AppCapability` */
|
|
275
|
+
export interface AppCapabilityInput {
|
|
276
|
+
/** Position of this capability in the bitmask (1-indexed), must be unique per capability set */
|
|
277
|
+
bitnum?: number;
|
|
278
|
+
/** Pre-computed bitmask with only this capability bit set, used for bitwise OR/AND operations */
|
|
279
|
+
bitstr?: string;
|
|
280
|
+
/** Human-readable description of what this capability allows */
|
|
281
|
+
description?: string;
|
|
282
|
+
id?: string;
|
|
283
|
+
/** Kind of catalog entry: capability (capability) or level (achievement level) */
|
|
284
|
+
kind?: string;
|
|
285
|
+
/** Human-readable capability name (e.g. read, write, manage) */
|
|
286
|
+
name?: string;
|
|
287
|
+
}
|
|
288
|
+
/** Represents an update to a `AppCapability`. Fields that are set will be updated. */
|
|
289
|
+
export interface AppCapabilityPatch {
|
|
290
|
+
/** Position of this capability in the bitmask (1-indexed), must be unique per capability set */
|
|
291
|
+
bitnum?: number;
|
|
292
|
+
/** Pre-computed bitmask with only this capability bit set, used for bitwise OR/AND operations */
|
|
293
|
+
bitstr?: string;
|
|
294
|
+
/** Human-readable description of what this capability allows */
|
|
295
|
+
description?: string;
|
|
296
|
+
id?: string;
|
|
297
|
+
/** Kind of catalog entry: capability (capability) or level (achievement level) */
|
|
298
|
+
kind?: string;
|
|
299
|
+
/** Human-readable capability name (e.g. read, write, manage) */
|
|
300
|
+
name?: string;
|
|
301
|
+
}
|
|
302
|
+
/** A filter to be used against many `AppCapabilityDefaultGrant` object types. All fields are combined with a logical ‘and.’ */
|
|
303
|
+
export interface AppCapabilityToManyAppCapabilityDefaultGrantFilter {
|
|
304
|
+
/** Filters to entities where every related entity matches. */
|
|
305
|
+
every?: AppCapabilityDefaultGrantFilter;
|
|
306
|
+
/** Filters to entities where no related entity matches. */
|
|
307
|
+
none?: AppCapabilityDefaultGrantFilter;
|
|
308
|
+
/** Filters to entities where at least one related entity matches. */
|
|
309
|
+
some?: AppCapabilityDefaultGrantFilter;
|
|
310
|
+
}
|
|
311
|
+
/** A filter to be used against many `AppProfileCapability` object types. All fields are combined with a logical ‘and.’ */
|
|
312
|
+
export interface AppCapabilityToManyAppProfileCapabilityFilter {
|
|
313
|
+
/** Filters to entities where every related entity matches. */
|
|
314
|
+
every?: AppProfileCapabilityFilter;
|
|
315
|
+
/** Filters to entities where no related entity matches. */
|
|
316
|
+
none?: AppProfileCapabilityFilter;
|
|
317
|
+
/** Filters to entities where at least one related entity matches. */
|
|
318
|
+
some?: AppProfileCapabilityFilter;
|
|
319
|
+
}
|
|
320
|
+
/** A filter to be used against many `AppProfileDefinitionGrant` object types. All fields are combined with a logical ‘and.’ */
|
|
321
|
+
export interface AppCapabilityToManyAppProfileDefinitionGrantFilter {
|
|
322
|
+
/** Filters to entities where every related entity matches. */
|
|
323
|
+
every?: AppProfileDefinitionGrantFilter;
|
|
324
|
+
/** Filters to entities where no related entity matches. */
|
|
325
|
+
none?: AppProfileDefinitionGrantFilter;
|
|
326
|
+
/** Filters to entities where at least one related entity matches. */
|
|
327
|
+
some?: AppProfileDefinitionGrantFilter;
|
|
328
|
+
}
|
|
108
329
|
/** A filter to be used against `AppClaimedInvite` object types. All fields are combined with a logical ‘and.’ */
|
|
109
330
|
export interface AppClaimedInviteFilter {
|
|
110
331
|
/** Checks for all expressions in this list. */
|
|
@@ -154,6 +375,8 @@ export interface AppGrantFilter {
|
|
|
154
375
|
actorId?: UUIDFilter;
|
|
155
376
|
/** Checks for all expressions in this list. */
|
|
156
377
|
and?: AppGrantFilter[];
|
|
378
|
+
/** Filter by the object’s `capabilities` field. */
|
|
379
|
+
capabilities?: BitStringFilter;
|
|
157
380
|
/** Filter by the object’s `createdAt` field. */
|
|
158
381
|
createdAt?: DatetimeFilter;
|
|
159
382
|
/** Filter by the object’s `grantorId` field. */
|
|
@@ -166,35 +389,33 @@ export interface AppGrantFilter {
|
|
|
166
389
|
not?: AppGrantFilter;
|
|
167
390
|
/** Checks for any expressions in this list. */
|
|
168
391
|
or?: AppGrantFilter[];
|
|
169
|
-
/** Filter by the object’s `permissions` field. */
|
|
170
|
-
permissions?: BitStringFilter;
|
|
171
392
|
/** Filter by the object’s `updatedAt` field. */
|
|
172
393
|
updatedAt?: DatetimeFilter;
|
|
173
394
|
}
|
|
174
395
|
/** An input for mutations affecting `AppGrant` */
|
|
175
396
|
export interface AppGrantInput {
|
|
176
|
-
/** The member receiving or losing the
|
|
397
|
+
/** The member receiving or losing the capability grant; NULL if user was deleted */
|
|
177
398
|
actorId?: string;
|
|
399
|
+
/** Bitmask of capabilities being granted or revoked */
|
|
400
|
+
capabilities?: string;
|
|
178
401
|
createdAt?: string;
|
|
179
402
|
grantorId?: string;
|
|
180
403
|
id?: string;
|
|
181
|
-
/** True to grant the
|
|
404
|
+
/** True to grant the capabilities, false to revoke them */
|
|
182
405
|
isGrant?: boolean;
|
|
183
|
-
/** Bitmask of permissions being granted or revoked */
|
|
184
|
-
permissions?: string;
|
|
185
406
|
updatedAt?: string;
|
|
186
407
|
}
|
|
187
408
|
/** Represents an update to a `AppGrant`. Fields that are set will be updated. */
|
|
188
409
|
export interface AppGrantPatch {
|
|
189
|
-
/** The member receiving or losing the
|
|
410
|
+
/** The member receiving or losing the capability grant; NULL if user was deleted */
|
|
190
411
|
actorId?: string;
|
|
412
|
+
/** Bitmask of capabilities being granted or revoked */
|
|
413
|
+
capabilities?: string;
|
|
191
414
|
createdAt?: string;
|
|
192
415
|
grantorId?: string;
|
|
193
416
|
id?: string;
|
|
194
|
-
/** True to grant the
|
|
417
|
+
/** True to grant the capabilities, false to revoke them */
|
|
195
418
|
isGrant?: boolean;
|
|
196
|
-
/** Bitmask of permissions being granted or revoked */
|
|
197
|
-
permissions?: string;
|
|
198
419
|
updatedAt?: string;
|
|
199
420
|
}
|
|
200
421
|
/** A filter to be used against `AppInvite` object types. All fields are combined with a logical ‘and.’ */
|
|
@@ -227,6 +448,10 @@ export interface AppInviteFilter {
|
|
|
227
448
|
or?: AppInviteFilter[];
|
|
228
449
|
/** Filter by the object’s `phone` field. */
|
|
229
450
|
phone?: StringFilter;
|
|
451
|
+
/** Filter by the object’s `profile` relation. */
|
|
452
|
+
profile?: AppProfileFilter;
|
|
453
|
+
/** A related `profile` exists. */
|
|
454
|
+
profileExists?: boolean;
|
|
230
455
|
/** Filter by the object’s `profileId` field. */
|
|
231
456
|
profileId?: UUIDFilter;
|
|
232
457
|
/** Filter by the object’s `senderId` field. */
|
|
@@ -347,6 +572,16 @@ export interface AppMembershipFilter {
|
|
|
347
572
|
actorId?: UUIDFilter;
|
|
348
573
|
/** Checks for all expressions in this list. */
|
|
349
574
|
and?: AppMembershipFilter[];
|
|
575
|
+
/** Filter by the object’s `appMembershipProfilesByMembershipId` relation. */
|
|
576
|
+
appMembershipProfilesByMembershipId?: AppMembershipToManyAppMembershipProfileFilter;
|
|
577
|
+
/** `appMembershipProfilesByMembershipId` exist. */
|
|
578
|
+
appMembershipProfilesByMembershipIdExist?: boolean;
|
|
579
|
+
/** Filter by the object’s `appProfileGrantsByMembershipId` relation. */
|
|
580
|
+
appProfileGrantsByMembershipId?: AppMembershipToManyAppProfileGrantFilter;
|
|
581
|
+
/** `appProfileGrantsByMembershipId` exist. */
|
|
582
|
+
appProfileGrantsByMembershipIdExist?: boolean;
|
|
583
|
+
/** Filter by the object’s `capabilities` field. */
|
|
584
|
+
capabilities?: BitStringFilter;
|
|
350
585
|
/** Filter by the object’s `createdAt` field. */
|
|
351
586
|
createdAt?: DatetimeFilter;
|
|
352
587
|
/** Filter by the object’s `createdBy` field. */
|
|
@@ -373,8 +608,10 @@ export interface AppMembershipFilter {
|
|
|
373
608
|
not?: AppMembershipFilter;
|
|
374
609
|
/** Checks for any expressions in this list. */
|
|
375
610
|
or?: AppMembershipFilter[];
|
|
376
|
-
/** Filter by the object’s `
|
|
377
|
-
|
|
611
|
+
/** Filter by the object’s `profile` relation. */
|
|
612
|
+
profile?: AppProfileFilter;
|
|
613
|
+
/** A related `profile` exists. */
|
|
614
|
+
profileExists?: boolean;
|
|
378
615
|
/** Filter by the object’s `profileId` field. */
|
|
379
616
|
profileId?: UUIDFilter;
|
|
380
617
|
/** Filter by the object’s `updatedAt` field. */
|
|
@@ -386,9 +623,11 @@ export interface AppMembershipFilter {
|
|
|
386
623
|
export interface AppMembershipInput {
|
|
387
624
|
/** References the user who holds this membership */
|
|
388
625
|
actorId: string;
|
|
626
|
+
/** Aggregated capability bitmask combining profile-based and directly granted capabilities */
|
|
627
|
+
capabilities?: string;
|
|
389
628
|
createdAt?: string;
|
|
390
629
|
createdBy?: string;
|
|
391
|
-
/** Bitmask of
|
|
630
|
+
/** Bitmask of capabilities directly granted to this member (not from profiles) */
|
|
392
631
|
granted?: string;
|
|
393
632
|
id?: string;
|
|
394
633
|
/** Computed field indicating the membership is approved, verified, not banned, and not disabled */
|
|
@@ -405,8 +644,6 @@ export interface AppMembershipInput {
|
|
|
405
644
|
isOwner?: boolean;
|
|
406
645
|
/** Whether this member has been verified (e.g. email confirmation) */
|
|
407
646
|
isVerified?: boolean;
|
|
408
|
-
/** Aggregated permission bitmask combining profile-based and directly granted permissions */
|
|
409
|
-
permissions?: string;
|
|
410
647
|
profileId?: string;
|
|
411
648
|
updatedAt?: string;
|
|
412
649
|
updatedBy?: string;
|
|
@@ -415,9 +652,11 @@ export interface AppMembershipInput {
|
|
|
415
652
|
export interface AppMembershipPatch {
|
|
416
653
|
/** References the user who holds this membership */
|
|
417
654
|
actorId?: string;
|
|
655
|
+
/** Aggregated capability bitmask combining profile-based and directly granted capabilities */
|
|
656
|
+
capabilities?: string;
|
|
418
657
|
createdAt?: string;
|
|
419
658
|
createdBy?: string;
|
|
420
|
-
/** Bitmask of
|
|
659
|
+
/** Bitmask of capabilities directly granted to this member (not from profiles) */
|
|
421
660
|
granted?: string;
|
|
422
661
|
id?: string;
|
|
423
662
|
/** Computed field indicating the membership is approved, verified, not banned, and not disabled */
|
|
@@ -434,12 +673,77 @@ export interface AppMembershipPatch {
|
|
|
434
673
|
isOwner?: boolean;
|
|
435
674
|
/** Whether this member has been verified (e.g. email confirmation) */
|
|
436
675
|
isVerified?: boolean;
|
|
437
|
-
/** Aggregated permission bitmask combining profile-based and directly granted permissions */
|
|
438
|
-
permissions?: string;
|
|
439
676
|
profileId?: string;
|
|
440
677
|
updatedAt?: string;
|
|
441
678
|
updatedBy?: string;
|
|
442
679
|
}
|
|
680
|
+
/** A filter to be used against `AppMembershipProfile` object types. All fields are combined with a logical ‘and.’ */
|
|
681
|
+
export interface AppMembershipProfileFilter {
|
|
682
|
+
/** Filter by the object’s `actorId` field. */
|
|
683
|
+
actorId?: UUIDFilter;
|
|
684
|
+
/** Checks for all expressions in this list. */
|
|
685
|
+
and?: AppMembershipProfileFilter[];
|
|
686
|
+
/** Filter by the object’s `createdAt` field. */
|
|
687
|
+
createdAt?: DatetimeFilter;
|
|
688
|
+
/** Filter by the object’s `id` field. */
|
|
689
|
+
id?: UUIDFilter;
|
|
690
|
+
/** Filter by the object’s `membership` relation. */
|
|
691
|
+
membership?: AppMembershipFilter;
|
|
692
|
+
/** Filter by the object’s `membershipId` field. */
|
|
693
|
+
membershipId?: UUIDFilter;
|
|
694
|
+
/** Negates the expression. */
|
|
695
|
+
not?: AppMembershipProfileFilter;
|
|
696
|
+
/** Checks for any expressions in this list. */
|
|
697
|
+
or?: AppMembershipProfileFilter[];
|
|
698
|
+
/** Filter by the object’s `profile` relation. */
|
|
699
|
+
profile?: AppProfileFilter;
|
|
700
|
+
/** Filter by the object’s `profileId` field. */
|
|
701
|
+
profileId?: UUIDFilter;
|
|
702
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
703
|
+
updatedAt?: DatetimeFilter;
|
|
704
|
+
}
|
|
705
|
+
/** An input for mutations affecting `AppMembershipProfile` */
|
|
706
|
+
export interface AppMembershipProfileInput {
|
|
707
|
+
/** References the user holding the profile, denormalised from the membership */
|
|
708
|
+
actorId: string;
|
|
709
|
+
createdAt?: string;
|
|
710
|
+
id?: string;
|
|
711
|
+
/** References the membership holding the profile */
|
|
712
|
+
membershipId: string;
|
|
713
|
+
/** References the held profile */
|
|
714
|
+
profileId: string;
|
|
715
|
+
updatedAt?: string;
|
|
716
|
+
}
|
|
717
|
+
/** Represents an update to a `AppMembershipProfile`. Fields that are set will be updated. */
|
|
718
|
+
export interface AppMembershipProfilePatch {
|
|
719
|
+
/** References the user holding the profile, denormalised from the membership */
|
|
720
|
+
actorId?: string;
|
|
721
|
+
createdAt?: string;
|
|
722
|
+
id?: string;
|
|
723
|
+
/** References the membership holding the profile */
|
|
724
|
+
membershipId?: string;
|
|
725
|
+
/** References the held profile */
|
|
726
|
+
profileId?: string;
|
|
727
|
+
updatedAt?: string;
|
|
728
|
+
}
|
|
729
|
+
/** A filter to be used against many `AppMembershipProfile` object types. All fields are combined with a logical ‘and.’ */
|
|
730
|
+
export interface AppMembershipToManyAppMembershipProfileFilter {
|
|
731
|
+
/** Filters to entities where every related entity matches. */
|
|
732
|
+
every?: AppMembershipProfileFilter;
|
|
733
|
+
/** Filters to entities where no related entity matches. */
|
|
734
|
+
none?: AppMembershipProfileFilter;
|
|
735
|
+
/** Filters to entities where at least one related entity matches. */
|
|
736
|
+
some?: AppMembershipProfileFilter;
|
|
737
|
+
}
|
|
738
|
+
/** A filter to be used against many `AppProfileGrant` object types. All fields are combined with a logical ‘and.’ */
|
|
739
|
+
export interface AppMembershipToManyAppProfileGrantFilter {
|
|
740
|
+
/** Filters to entities where every related entity matches. */
|
|
741
|
+
every?: AppProfileGrantFilter;
|
|
742
|
+
/** Filters to entities where no related entity matches. */
|
|
743
|
+
none?: AppProfileGrantFilter;
|
|
744
|
+
/** Filters to entities where at least one related entity matches. */
|
|
745
|
+
some?: AppProfileGrantFilter;
|
|
746
|
+
}
|
|
443
747
|
/** A filter to be used against `AppOwnerGrant` object types. All fields are combined with a logical ‘and.’ */
|
|
444
748
|
export interface AppOwnerGrantFilter {
|
|
445
749
|
/** Filter by the object’s `actorId` field. */
|
|
@@ -483,23 +787,59 @@ export interface AppOwnerGrantPatch {
|
|
|
483
787
|
isGrant?: boolean;
|
|
484
788
|
updatedAt?: string;
|
|
485
789
|
}
|
|
486
|
-
/** A filter to be used against `
|
|
487
|
-
export interface
|
|
790
|
+
/** A filter to be used against `AppProfileCapability` object types. All fields are combined with a logical ‘and.’ */
|
|
791
|
+
export interface AppProfileCapabilityFilter {
|
|
488
792
|
/** Checks for all expressions in this list. */
|
|
489
|
-
and?:
|
|
793
|
+
and?: AppProfileCapabilityFilter[];
|
|
794
|
+
/** Filter by the object’s `capability` relation. */
|
|
795
|
+
capability?: AppCapabilityFilter;
|
|
796
|
+
/** Filter by the object’s `capabilityId` field. */
|
|
797
|
+
capabilityId?: UUIDFilter;
|
|
798
|
+
/** Filter by the object’s `createdAt` field. */
|
|
799
|
+
createdAt?: DatetimeFilter;
|
|
490
800
|
/** Filter by the object’s `id` field. */
|
|
491
801
|
id?: UUIDFilter;
|
|
492
802
|
/** Negates the expression. */
|
|
493
|
-
not?:
|
|
803
|
+
not?: AppProfileCapabilityFilter;
|
|
494
804
|
/** Checks for any expressions in this list. */
|
|
495
|
-
or?:
|
|
496
|
-
/** Filter by the object’s `
|
|
497
|
-
|
|
805
|
+
or?: AppProfileCapabilityFilter[];
|
|
806
|
+
/** Filter by the object’s `profile` relation. */
|
|
807
|
+
profile?: AppProfileFilter;
|
|
808
|
+
/** Filter by the object’s `profileId` field. */
|
|
809
|
+
profileId?: UUIDFilter;
|
|
810
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
811
|
+
updatedAt?: DatetimeFilter;
|
|
498
812
|
}
|
|
499
|
-
/**
|
|
500
|
-
export interface
|
|
813
|
+
/** An input for mutations affecting `AppProfileCapability` */
|
|
814
|
+
export interface AppProfileCapabilityInput {
|
|
815
|
+
/** References the capability included in this profile */
|
|
816
|
+
capabilityId: string;
|
|
817
|
+
createdAt?: string;
|
|
818
|
+
id?: string;
|
|
819
|
+
/** References the profile this capability belongs to */
|
|
820
|
+
profileId: string;
|
|
821
|
+
updatedAt?: string;
|
|
822
|
+
}
|
|
823
|
+
/** Represents an update to a `AppProfileCapability`. Fields that are set will be updated. */
|
|
824
|
+
export interface AppProfileCapabilityPatch {
|
|
825
|
+
/** References the capability included in this profile */
|
|
826
|
+
capabilityId?: string;
|
|
827
|
+
createdAt?: string;
|
|
828
|
+
id?: string;
|
|
829
|
+
/** References the profile this capability belongs to */
|
|
830
|
+
profileId?: string;
|
|
831
|
+
updatedAt?: string;
|
|
832
|
+
}
|
|
833
|
+
/** A filter to be used against `AppProfileDefinitionGrant` object types. All fields are combined with a logical ‘and.’ */
|
|
834
|
+
export interface AppProfileDefinitionGrantFilter {
|
|
501
835
|
/** Checks for all expressions in this list. */
|
|
502
|
-
and?:
|
|
836
|
+
and?: AppProfileDefinitionGrantFilter[];
|
|
837
|
+
/** Filter by the object’s `capability` relation. */
|
|
838
|
+
capability?: AppCapabilityFilter;
|
|
839
|
+
/** A related `capability` exists. */
|
|
840
|
+
capabilityExists?: boolean;
|
|
841
|
+
/** Filter by the object’s `capabilityId` field. */
|
|
842
|
+
capabilityId?: UUIDFilter;
|
|
503
843
|
/** Filter by the object’s `createdAt` field. */
|
|
504
844
|
createdAt?: DatetimeFilter;
|
|
505
845
|
/** Filter by the object’s `grantorId` field. */
|
|
@@ -509,144 +849,298 @@ export interface AppPermissionDefaultGrantFilter {
|
|
|
509
849
|
/** Filter by the object’s `isGrant` field. */
|
|
510
850
|
isGrant?: BooleanFilter;
|
|
511
851
|
/** Negates the expression. */
|
|
512
|
-
not?:
|
|
852
|
+
not?: AppProfileDefinitionGrantFilter;
|
|
513
853
|
/** Checks for any expressions in this list. */
|
|
514
|
-
or?:
|
|
515
|
-
/** Filter by the object’s `
|
|
516
|
-
|
|
517
|
-
/**
|
|
518
|
-
|
|
854
|
+
or?: AppProfileDefinitionGrantFilter[];
|
|
855
|
+
/** Filter by the object’s `profile` relation. */
|
|
856
|
+
profile?: AppProfileFilter;
|
|
857
|
+
/** A related `profile` exists. */
|
|
858
|
+
profileExists?: boolean;
|
|
859
|
+
/** Filter by the object’s `profileId` field. */
|
|
860
|
+
profileId?: UUIDFilter;
|
|
519
861
|
/** Filter by the object’s `updatedAt` field. */
|
|
520
862
|
updatedAt?: DatetimeFilter;
|
|
521
863
|
}
|
|
522
|
-
/** An input for mutations affecting `
|
|
523
|
-
export interface
|
|
864
|
+
/** An input for mutations affecting `AppProfileDefinitionGrant` */
|
|
865
|
+
export interface AppProfileDefinitionGrantInput {
|
|
866
|
+
/** References the capability that was added to or removed from the profile; NULL if capability was deleted */
|
|
867
|
+
capabilityId?: string;
|
|
524
868
|
createdAt?: string;
|
|
525
869
|
grantorId?: string;
|
|
526
870
|
id?: string;
|
|
527
|
-
/** True to add the
|
|
871
|
+
/** True to add the capability to the profile, false to remove it */
|
|
528
872
|
isGrant?: boolean;
|
|
529
|
-
/** References the
|
|
530
|
-
|
|
873
|
+
/** References the profile whose definition was modified; NULL if profile was deleted */
|
|
874
|
+
profileId?: string;
|
|
531
875
|
updatedAt?: string;
|
|
532
876
|
}
|
|
533
|
-
/** Represents an update to a `
|
|
534
|
-
export interface
|
|
877
|
+
/** Represents an update to a `AppProfileDefinitionGrant`. Fields that are set will be updated. */
|
|
878
|
+
export interface AppProfileDefinitionGrantPatch {
|
|
879
|
+
/** References the capability that was added to or removed from the profile; NULL if capability was deleted */
|
|
880
|
+
capabilityId?: string;
|
|
535
881
|
createdAt?: string;
|
|
536
882
|
grantorId?: string;
|
|
537
883
|
id?: string;
|
|
538
|
-
/** True to add the
|
|
884
|
+
/** True to add the capability to the profile, false to remove it */
|
|
539
885
|
isGrant?: boolean;
|
|
540
|
-
/** References the
|
|
541
|
-
|
|
886
|
+
/** References the profile whose definition was modified; NULL if profile was deleted */
|
|
887
|
+
profileId?: string;
|
|
542
888
|
updatedAt?: string;
|
|
543
889
|
}
|
|
544
|
-
/**
|
|
545
|
-
export interface
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
/**
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
890
|
+
/** A filter to be used against `AppProfile` object types. All fields are combined with a logical ‘and.’ */
|
|
891
|
+
export interface AppProfileFilter {
|
|
892
|
+
/** Checks for all expressions in this list. */
|
|
893
|
+
and?: AppProfileFilter[];
|
|
894
|
+
/** Filter by the object’s `appInvitesByProfileId` relation. */
|
|
895
|
+
appInvitesByProfileId?: AppProfileToManyAppInviteFilter;
|
|
896
|
+
/** `appInvitesByProfileId` exist. */
|
|
897
|
+
appInvitesByProfileIdExist?: boolean;
|
|
898
|
+
/** Filter by the object’s `appMembershipProfilesByProfileId` relation. */
|
|
899
|
+
appMembershipProfilesByProfileId?: AppProfileToManyAppMembershipProfileFilter;
|
|
900
|
+
/** `appMembershipProfilesByProfileId` exist. */
|
|
901
|
+
appMembershipProfilesByProfileIdExist?: boolean;
|
|
902
|
+
/** Filter by the object’s `appMembershipsByProfileId` relation. */
|
|
903
|
+
appMembershipsByProfileId?: AppProfileToManyAppMembershipFilter;
|
|
904
|
+
/** `appMembershipsByProfileId` exist. */
|
|
905
|
+
appMembershipsByProfileIdExist?: boolean;
|
|
906
|
+
/** Filter by the object’s `appProfileCapabilitiesByProfileId` relation. */
|
|
907
|
+
appProfileCapabilitiesByProfileId?: AppProfileToManyAppProfileCapabilityFilter;
|
|
908
|
+
/** `appProfileCapabilitiesByProfileId` exist. */
|
|
909
|
+
appProfileCapabilitiesByProfileIdExist?: boolean;
|
|
910
|
+
/** Filter by the object’s `appProfileDefinitionGrantsByProfileId` relation. */
|
|
911
|
+
appProfileDefinitionGrantsByProfileId?: AppProfileToManyAppProfileDefinitionGrantFilter;
|
|
912
|
+
/** `appProfileDefinitionGrantsByProfileId` exist. */
|
|
913
|
+
appProfileDefinitionGrantsByProfileIdExist?: boolean;
|
|
914
|
+
/** Filter by the object’s `appProfileGrantsByProfileId` relation. */
|
|
915
|
+
appProfileGrantsByProfileId?: AppProfileToManyAppProfileGrantFilter;
|
|
916
|
+
/** `appProfileGrantsByProfileId` exist. */
|
|
917
|
+
appProfileGrantsByProfileIdExist?: boolean;
|
|
918
|
+
/** Filter by the object’s `capabilities` field. */
|
|
919
|
+
capabilities?: BitStringFilter;
|
|
920
|
+
/** Filter by the object’s `createdAt` field. */
|
|
921
|
+
createdAt?: DatetimeFilter;
|
|
922
|
+
/** Filter by the object’s `description` field. */
|
|
923
|
+
description?: StringFilter;
|
|
924
|
+
/** Filter by the object’s `id` field. */
|
|
925
|
+
id?: UUIDFilter;
|
|
926
|
+
/** Filter by the object’s `isDefault` field. */
|
|
927
|
+
isDefault?: BooleanFilter;
|
|
928
|
+
/** Filter by the object’s `isSystem` field. */
|
|
929
|
+
isSystem?: BooleanFilter;
|
|
930
|
+
/** Filter by the object’s `name` field. */
|
|
931
|
+
name?: StringFilter;
|
|
932
|
+
/** Negates the expression. */
|
|
933
|
+
not?: AppProfileFilter;
|
|
934
|
+
/** Checks for any expressions in this list. */
|
|
935
|
+
or?: AppProfileFilter[];
|
|
936
|
+
/** Filter by the object’s `slug` field. */
|
|
937
|
+
slug?: StringFilter;
|
|
938
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
939
|
+
updatedAt?: DatetimeFilter;
|
|
555
940
|
}
|
|
556
|
-
/** A filter to be used against `
|
|
557
|
-
export interface
|
|
941
|
+
/** A filter to be used against `AppProfileGrant` object types. All fields are combined with a logical ‘and.’ */
|
|
942
|
+
export interface AppProfileGrantFilter {
|
|
558
943
|
/** Checks for all expressions in this list. */
|
|
559
|
-
and?:
|
|
944
|
+
and?: AppProfileGrantFilter[];
|
|
560
945
|
/** Filter by the object’s `createdAt` field. */
|
|
561
946
|
createdAt?: DatetimeFilter;
|
|
947
|
+
/** Filter by the object’s `grantorId` field. */
|
|
948
|
+
grantorId?: UUIDFilter;
|
|
562
949
|
/** Filter by the object’s `id` field. */
|
|
563
950
|
id?: UUIDFilter;
|
|
951
|
+
/** Filter by the object’s `isGrant` field. */
|
|
952
|
+
isGrant?: BooleanFilter;
|
|
953
|
+
/** Filter by the object’s `membership` relation. */
|
|
954
|
+
membership?: AppMembershipFilter;
|
|
955
|
+
/** A related `membership` exists. */
|
|
956
|
+
membershipExists?: boolean;
|
|
957
|
+
/** Filter by the object’s `membershipId` field. */
|
|
958
|
+
membershipId?: UUIDFilter;
|
|
564
959
|
/** Negates the expression. */
|
|
565
|
-
not?:
|
|
960
|
+
not?: AppProfileGrantFilter;
|
|
566
961
|
/** Checks for any expressions in this list. */
|
|
567
|
-
or?:
|
|
568
|
-
/** Filter by the object’s `
|
|
569
|
-
|
|
570
|
-
/**
|
|
571
|
-
|
|
962
|
+
or?: AppProfileGrantFilter[];
|
|
963
|
+
/** Filter by the object’s `profile` relation. */
|
|
964
|
+
profile?: AppProfileFilter;
|
|
965
|
+
/** A related `profile` exists. */
|
|
966
|
+
profileExists?: boolean;
|
|
967
|
+
/** Filter by the object’s `profileId` field. */
|
|
968
|
+
profileId?: UUIDFilter;
|
|
572
969
|
/** Filter by the object’s `updatedAt` field. */
|
|
573
970
|
updatedAt?: DatetimeFilter;
|
|
574
971
|
}
|
|
575
|
-
/** An input for mutations affecting `
|
|
576
|
-
export interface
|
|
972
|
+
/** An input for mutations affecting `AppProfileGrant` */
|
|
973
|
+
export interface AppProfileGrantInput {
|
|
974
|
+
createdAt?: string;
|
|
975
|
+
grantorId?: string;
|
|
976
|
+
id?: string;
|
|
977
|
+
/** True to assign the profile, false to revoke it */
|
|
978
|
+
isGrant?: boolean;
|
|
979
|
+
/** References the membership that received or lost this profile; NULL if membership was deleted */
|
|
980
|
+
membershipId?: string;
|
|
981
|
+
/** References the profile being assigned; NULL indicates the profile was removed */
|
|
982
|
+
profileId?: string;
|
|
983
|
+
updatedAt?: string;
|
|
984
|
+
}
|
|
985
|
+
/** Represents an update to a `AppProfileGrant`. Fields that are set will be updated. */
|
|
986
|
+
export interface AppProfileGrantPatch {
|
|
987
|
+
createdAt?: string;
|
|
988
|
+
grantorId?: string;
|
|
989
|
+
id?: string;
|
|
990
|
+
/** True to assign the profile, false to revoke it */
|
|
991
|
+
isGrant?: boolean;
|
|
992
|
+
/** References the membership that received or lost this profile; NULL if membership was deleted */
|
|
993
|
+
membershipId?: string;
|
|
994
|
+
/** References the profile being assigned; NULL indicates the profile was removed */
|
|
995
|
+
profileId?: string;
|
|
996
|
+
updatedAt?: string;
|
|
997
|
+
}
|
|
998
|
+
/** An input for mutations affecting `AppProfile` */
|
|
999
|
+
export interface AppProfileInput {
|
|
1000
|
+
/** Pre-computed capability bitmask aggregating all capabilities in this profile */
|
|
1001
|
+
capabilities?: string;
|
|
577
1002
|
createdAt?: string;
|
|
1003
|
+
/** Human-readable description of this profile and its intended use */
|
|
1004
|
+
description?: string;
|
|
578
1005
|
id?: string;
|
|
579
|
-
/**
|
|
580
|
-
|
|
1006
|
+
/** The default profile is automatically assigned to new members when they join */
|
|
1007
|
+
isDefault?: boolean;
|
|
1008
|
+
/** System profiles are built-in and cannot be deleted or renamed by users */
|
|
1009
|
+
isSystem?: boolean;
|
|
1010
|
+
/** Display name for this profile (e.g. Admin, Editor, Viewer) */
|
|
1011
|
+
name: string;
|
|
1012
|
+
/** URL-safe identifier for this profile, used in API references */
|
|
1013
|
+
slug: string;
|
|
581
1014
|
updatedAt?: string;
|
|
582
1015
|
}
|
|
583
|
-
/** Represents an update to a `
|
|
584
|
-
export interface
|
|
1016
|
+
/** Represents an update to a `AppProfile`. Fields that are set will be updated. */
|
|
1017
|
+
export interface AppProfilePatch {
|
|
1018
|
+
/** Pre-computed capability bitmask aggregating all capabilities in this profile */
|
|
1019
|
+
capabilities?: string;
|
|
585
1020
|
createdAt?: string;
|
|
1021
|
+
/** Human-readable description of this profile and its intended use */
|
|
1022
|
+
description?: string;
|
|
586
1023
|
id?: string;
|
|
587
|
-
/**
|
|
588
|
-
|
|
1024
|
+
/** The default profile is automatically assigned to new members when they join */
|
|
1025
|
+
isDefault?: boolean;
|
|
1026
|
+
/** System profiles are built-in and cannot be deleted or renamed by users */
|
|
1027
|
+
isSystem?: boolean;
|
|
1028
|
+
/** Display name for this profile (e.g. Admin, Editor, Viewer) */
|
|
1029
|
+
name?: string;
|
|
1030
|
+
/** URL-safe identifier for this profile, used in API references */
|
|
1031
|
+
slug?: string;
|
|
589
1032
|
updatedAt?: string;
|
|
590
1033
|
}
|
|
591
|
-
/** A filter to be used against `
|
|
592
|
-
export interface
|
|
1034
|
+
/** A filter to be used against `AppProfileTemplate` object types. All fields are combined with a logical ‘and.’ */
|
|
1035
|
+
export interface AppProfileTemplateFilter {
|
|
593
1036
|
/** Checks for all expressions in this list. */
|
|
594
|
-
and?:
|
|
595
|
-
/** Filter by the object’s `
|
|
596
|
-
|
|
597
|
-
/** `
|
|
598
|
-
|
|
599
|
-
/** Filter by the object’s `appPermissionDefaultPermissionByPermissionId` relation. */
|
|
600
|
-
appPermissionDefaultPermissionByPermissionId?: AppPermissionDefaultPermissionFilter;
|
|
601
|
-
/** A related `appPermissionDefaultPermissionByPermissionId` exists. */
|
|
602
|
-
appPermissionDefaultPermissionByPermissionIdExists?: boolean;
|
|
603
|
-
/** Filter by the object’s `bitnum` field. */
|
|
604
|
-
bitnum?: IntFilter;
|
|
605
|
-
/** Filter by the object’s `bitstr` field. */
|
|
606
|
-
bitstr?: BitStringFilter;
|
|
1037
|
+
and?: AppProfileTemplateFilter[];
|
|
1038
|
+
/** Filter by the object’s `capabilities` field. */
|
|
1039
|
+
capabilities?: BitStringFilter;
|
|
1040
|
+
/** Filter by the object’s `createdAt` field. */
|
|
1041
|
+
createdAt?: DatetimeFilter;
|
|
607
1042
|
/** Filter by the object’s `description` field. */
|
|
608
1043
|
description?: StringFilter;
|
|
609
1044
|
/** Filter by the object’s `id` field. */
|
|
610
1045
|
id?: UUIDFilter;
|
|
1046
|
+
/** Filter by the object’s `isDefault` field. */
|
|
1047
|
+
isDefault?: BooleanFilter;
|
|
611
1048
|
/** Filter by the object’s `name` field. */
|
|
612
1049
|
name?: StringFilter;
|
|
613
1050
|
/** Negates the expression. */
|
|
614
|
-
not?:
|
|
1051
|
+
not?: AppProfileTemplateFilter;
|
|
615
1052
|
/** Checks for any expressions in this list. */
|
|
616
|
-
or?:
|
|
1053
|
+
or?: AppProfileTemplateFilter[];
|
|
1054
|
+
/** Filter by the object’s `slug` field. */
|
|
1055
|
+
slug?: StringFilter;
|
|
1056
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
1057
|
+
updatedAt?: DatetimeFilter;
|
|
617
1058
|
}
|
|
618
|
-
/** An input for mutations affecting `
|
|
619
|
-
export interface
|
|
620
|
-
/**
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
/** Human-readable description of what this permission allows */
|
|
1059
|
+
/** An input for mutations affecting `AppProfileTemplate` */
|
|
1060
|
+
export interface AppProfileTemplateInput {
|
|
1061
|
+
/** Pre-computed capability bitmask for the seeded profile */
|
|
1062
|
+
capabilities?: string;
|
|
1063
|
+
createdAt?: string;
|
|
1064
|
+
/** Human-readable description of this template profile */
|
|
625
1065
|
description?: string;
|
|
626
1066
|
id?: string;
|
|
627
|
-
/**
|
|
628
|
-
|
|
1067
|
+
/** Whether the seeded profile should be the default for new members */
|
|
1068
|
+
isDefault?: boolean;
|
|
1069
|
+
/** Display name for the template profile (e.g. Admin, Editor, Viewer) */
|
|
1070
|
+
name: string;
|
|
1071
|
+
/** URL-safe identifier for the template profile */
|
|
1072
|
+
slug: string;
|
|
1073
|
+
updatedAt?: string;
|
|
629
1074
|
}
|
|
630
|
-
/** Represents an update to a `
|
|
631
|
-
export interface
|
|
632
|
-
/**
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
/** Human-readable description of what this permission allows */
|
|
1075
|
+
/** Represents an update to a `AppProfileTemplate`. Fields that are set will be updated. */
|
|
1076
|
+
export interface AppProfileTemplatePatch {
|
|
1077
|
+
/** Pre-computed capability bitmask for the seeded profile */
|
|
1078
|
+
capabilities?: string;
|
|
1079
|
+
createdAt?: string;
|
|
1080
|
+
/** Human-readable description of this template profile */
|
|
637
1081
|
description?: string;
|
|
638
1082
|
id?: string;
|
|
639
|
-
/**
|
|
1083
|
+
/** Whether the seeded profile should be the default for new members */
|
|
1084
|
+
isDefault?: boolean;
|
|
1085
|
+
/** Display name for the template profile (e.g. Admin, Editor, Viewer) */
|
|
640
1086
|
name?: string;
|
|
1087
|
+
/** URL-safe identifier for the template profile */
|
|
1088
|
+
slug?: string;
|
|
1089
|
+
updatedAt?: string;
|
|
641
1090
|
}
|
|
642
|
-
/** A filter to be used against many `
|
|
643
|
-
export interface
|
|
1091
|
+
/** A filter to be used against many `AppInvite` object types. All fields are combined with a logical ‘and.’ */
|
|
1092
|
+
export interface AppProfileToManyAppInviteFilter {
|
|
644
1093
|
/** Filters to entities where every related entity matches. */
|
|
645
|
-
every?:
|
|
1094
|
+
every?: AppInviteFilter;
|
|
646
1095
|
/** Filters to entities where no related entity matches. */
|
|
647
|
-
none?:
|
|
1096
|
+
none?: AppInviteFilter;
|
|
648
1097
|
/** Filters to entities where at least one related entity matches. */
|
|
649
|
-
some?:
|
|
1098
|
+
some?: AppInviteFilter;
|
|
1099
|
+
}
|
|
1100
|
+
/** A filter to be used against many `AppMembership` object types. All fields are combined with a logical ‘and.’ */
|
|
1101
|
+
export interface AppProfileToManyAppMembershipFilter {
|
|
1102
|
+
/** Filters to entities where every related entity matches. */
|
|
1103
|
+
every?: AppMembershipFilter;
|
|
1104
|
+
/** Filters to entities where no related entity matches. */
|
|
1105
|
+
none?: AppMembershipFilter;
|
|
1106
|
+
/** Filters to entities where at least one related entity matches. */
|
|
1107
|
+
some?: AppMembershipFilter;
|
|
1108
|
+
}
|
|
1109
|
+
/** A filter to be used against many `AppMembershipProfile` object types. All fields are combined with a logical ‘and.’ */
|
|
1110
|
+
export interface AppProfileToManyAppMembershipProfileFilter {
|
|
1111
|
+
/** Filters to entities where every related entity matches. */
|
|
1112
|
+
every?: AppMembershipProfileFilter;
|
|
1113
|
+
/** Filters to entities where no related entity matches. */
|
|
1114
|
+
none?: AppMembershipProfileFilter;
|
|
1115
|
+
/** Filters to entities where at least one related entity matches. */
|
|
1116
|
+
some?: AppMembershipProfileFilter;
|
|
1117
|
+
}
|
|
1118
|
+
/** A filter to be used against many `AppProfileCapability` object types. All fields are combined with a logical ‘and.’ */
|
|
1119
|
+
export interface AppProfileToManyAppProfileCapabilityFilter {
|
|
1120
|
+
/** Filters to entities where every related entity matches. */
|
|
1121
|
+
every?: AppProfileCapabilityFilter;
|
|
1122
|
+
/** Filters to entities where no related entity matches. */
|
|
1123
|
+
none?: AppProfileCapabilityFilter;
|
|
1124
|
+
/** Filters to entities where at least one related entity matches. */
|
|
1125
|
+
some?: AppProfileCapabilityFilter;
|
|
1126
|
+
}
|
|
1127
|
+
/** A filter to be used against many `AppProfileDefinitionGrant` object types. All fields are combined with a logical ‘and.’ */
|
|
1128
|
+
export interface AppProfileToManyAppProfileDefinitionGrantFilter {
|
|
1129
|
+
/** Filters to entities where every related entity matches. */
|
|
1130
|
+
every?: AppProfileDefinitionGrantFilter;
|
|
1131
|
+
/** Filters to entities where no related entity matches. */
|
|
1132
|
+
none?: AppProfileDefinitionGrantFilter;
|
|
1133
|
+
/** Filters to entities where at least one related entity matches. */
|
|
1134
|
+
some?: AppProfileDefinitionGrantFilter;
|
|
1135
|
+
}
|
|
1136
|
+
/** A filter to be used against many `AppProfileGrant` object types. All fields are combined with a logical ‘and.’ */
|
|
1137
|
+
export interface AppProfileToManyAppProfileGrantFilter {
|
|
1138
|
+
/** Filters to entities where every related entity matches. */
|
|
1139
|
+
every?: AppProfileGrantFilter;
|
|
1140
|
+
/** Filters to entities where no related entity matches. */
|
|
1141
|
+
none?: AppProfileGrantFilter;
|
|
1142
|
+
/** Filters to entities where at least one related entity matches. */
|
|
1143
|
+
some?: AppProfileGrantFilter;
|
|
650
1144
|
}
|
|
651
1145
|
/** A filter to be used against ConstructiveInternalTypeEmail fields. All fields are combined with a logical ‘and.’ */
|
|
652
1146
|
export interface ConstructiveInternalTypeEmailFilter {
|
|
@@ -765,6 +1259,26 @@ export interface CreateAppAdminGrantInput {
|
|
|
765
1259
|
appAdminGrant: AppAdminGrantInput;
|
|
766
1260
|
clientMutationId?: string;
|
|
767
1261
|
}
|
|
1262
|
+
export interface CreateAppCapabilityDefaultCapabilityInput {
|
|
1263
|
+
/** The `AppCapabilityDefaultCapability` to be created by this mutation. */
|
|
1264
|
+
appCapabilityDefaultCapability: AppCapabilityDefaultCapabilityInput;
|
|
1265
|
+
clientMutationId?: string;
|
|
1266
|
+
}
|
|
1267
|
+
export interface CreateAppCapabilityDefaultGrantInput {
|
|
1268
|
+
/** The `AppCapabilityDefaultGrant` to be created by this mutation. */
|
|
1269
|
+
appCapabilityDefaultGrant: AppCapabilityDefaultGrantInput;
|
|
1270
|
+
clientMutationId?: string;
|
|
1271
|
+
}
|
|
1272
|
+
export interface CreateAppCapabilityDefaultInput {
|
|
1273
|
+
/** The `AppCapabilityDefault` to be created by this mutation. */
|
|
1274
|
+
appCapabilityDefault: AppCapabilityDefaultInput;
|
|
1275
|
+
clientMutationId?: string;
|
|
1276
|
+
}
|
|
1277
|
+
export interface CreateAppCapabilityInput {
|
|
1278
|
+
/** The `AppCapability` to be created by this mutation. */
|
|
1279
|
+
appCapability: AppCapabilityInput;
|
|
1280
|
+
clientMutationId?: string;
|
|
1281
|
+
}
|
|
768
1282
|
export interface CreateAppClaimedInviteInput {
|
|
769
1283
|
/** The `AppClaimedInvite` to be created by this mutation. */
|
|
770
1284
|
appClaimedInvite: AppClaimedInviteInput;
|
|
@@ -790,29 +1304,39 @@ export interface CreateAppMembershipInput {
|
|
|
790
1304
|
appMembership: AppMembershipInput;
|
|
791
1305
|
clientMutationId?: string;
|
|
792
1306
|
}
|
|
1307
|
+
export interface CreateAppMembershipProfileInput {
|
|
1308
|
+
/** The `AppMembershipProfile` to be created by this mutation. */
|
|
1309
|
+
appMembershipProfile: AppMembershipProfileInput;
|
|
1310
|
+
clientMutationId?: string;
|
|
1311
|
+
}
|
|
793
1312
|
export interface CreateAppOwnerGrantInput {
|
|
794
1313
|
/** The `AppOwnerGrant` to be created by this mutation. */
|
|
795
1314
|
appOwnerGrant: AppOwnerGrantInput;
|
|
796
1315
|
clientMutationId?: string;
|
|
797
1316
|
}
|
|
798
|
-
export interface
|
|
799
|
-
/** The `
|
|
800
|
-
|
|
1317
|
+
export interface CreateAppProfileCapabilityInput {
|
|
1318
|
+
/** The `AppProfileCapability` to be created by this mutation. */
|
|
1319
|
+
appProfileCapability: AppProfileCapabilityInput;
|
|
801
1320
|
clientMutationId?: string;
|
|
802
1321
|
}
|
|
803
|
-
export interface
|
|
804
|
-
/** The `
|
|
805
|
-
|
|
1322
|
+
export interface CreateAppProfileDefinitionGrantInput {
|
|
1323
|
+
/** The `AppProfileDefinitionGrant` to be created by this mutation. */
|
|
1324
|
+
appProfileDefinitionGrant: AppProfileDefinitionGrantInput;
|
|
806
1325
|
clientMutationId?: string;
|
|
807
1326
|
}
|
|
808
|
-
export interface
|
|
809
|
-
/** The `
|
|
810
|
-
|
|
1327
|
+
export interface CreateAppProfileGrantInput {
|
|
1328
|
+
/** The `AppProfileGrant` to be created by this mutation. */
|
|
1329
|
+
appProfileGrant: AppProfileGrantInput;
|
|
811
1330
|
clientMutationId?: string;
|
|
812
1331
|
}
|
|
813
|
-
export interface
|
|
814
|
-
/** The `
|
|
815
|
-
|
|
1332
|
+
export interface CreateAppProfileInput {
|
|
1333
|
+
/** The `AppProfile` to be created by this mutation. */
|
|
1334
|
+
appProfile: AppProfileInput;
|
|
1335
|
+
clientMutationId?: string;
|
|
1336
|
+
}
|
|
1337
|
+
export interface CreateAppProfileTemplateInput {
|
|
1338
|
+
/** The `AppProfileTemplate` to be created by this mutation. */
|
|
1339
|
+
appProfileTemplate: AppProfileTemplateInput;
|
|
816
1340
|
clientMutationId?: string;
|
|
817
1341
|
}
|
|
818
1342
|
export interface CreateMembershipTypeInput {
|
|
@@ -825,6 +1349,26 @@ export interface CreateOrgAdminGrantInput {
|
|
|
825
1349
|
/** The `OrgAdminGrant` to be created by this mutation. */
|
|
826
1350
|
orgAdminGrant: OrgAdminGrantInput;
|
|
827
1351
|
}
|
|
1352
|
+
export interface CreateOrgCapabilityDefaultCapabilityInput {
|
|
1353
|
+
clientMutationId?: string;
|
|
1354
|
+
/** The `OrgCapabilityDefaultCapability` to be created by this mutation. */
|
|
1355
|
+
orgCapabilityDefaultCapability: OrgCapabilityDefaultCapabilityInput;
|
|
1356
|
+
}
|
|
1357
|
+
export interface CreateOrgCapabilityDefaultGrantInput {
|
|
1358
|
+
clientMutationId?: string;
|
|
1359
|
+
/** The `OrgCapabilityDefaultGrant` to be created by this mutation. */
|
|
1360
|
+
orgCapabilityDefaultGrant: OrgCapabilityDefaultGrantInput;
|
|
1361
|
+
}
|
|
1362
|
+
export interface CreateOrgCapabilityDefaultInput {
|
|
1363
|
+
clientMutationId?: string;
|
|
1364
|
+
/** The `OrgCapabilityDefault` to be created by this mutation. */
|
|
1365
|
+
orgCapabilityDefault: OrgCapabilityDefaultInput;
|
|
1366
|
+
}
|
|
1367
|
+
export interface CreateOrgCapabilityInput {
|
|
1368
|
+
clientMutationId?: string;
|
|
1369
|
+
/** The `OrgCapability` to be created by this mutation. */
|
|
1370
|
+
orgCapability: OrgCapabilityInput;
|
|
1371
|
+
}
|
|
828
1372
|
export interface CreateOrgChartEdgeGrantInput {
|
|
829
1373
|
clientMutationId?: string;
|
|
830
1374
|
/** The `OrgChartEdgeGrant` to be created by this mutation. */
|
|
@@ -870,6 +1414,11 @@ export interface CreateOrgMembershipInput {
|
|
|
870
1414
|
/** The `OrgMembership` to be created by this mutation. */
|
|
871
1415
|
orgMembership: OrgMembershipInput;
|
|
872
1416
|
}
|
|
1417
|
+
export interface CreateOrgMembershipProfileInput {
|
|
1418
|
+
clientMutationId?: string;
|
|
1419
|
+
/** The `OrgMembershipProfile` to be created by this mutation. */
|
|
1420
|
+
orgMembershipProfile: OrgMembershipProfileInput;
|
|
1421
|
+
}
|
|
873
1422
|
export interface CreateOrgMembershipSettingInput {
|
|
874
1423
|
clientMutationId?: string;
|
|
875
1424
|
/** The `OrgMembershipSetting` to be created by this mutation. */
|
|
@@ -880,30 +1429,51 @@ export interface CreateOrgOwnerGrantInput {
|
|
|
880
1429
|
/** The `OrgOwnerGrant` to be created by this mutation. */
|
|
881
1430
|
orgOwnerGrant: OrgOwnerGrantInput;
|
|
882
1431
|
}
|
|
883
|
-
export interface
|
|
1432
|
+
export interface CreateOrgProfileCapabilityInput {
|
|
1433
|
+
clientMutationId?: string;
|
|
1434
|
+
/** The `OrgProfileCapability` to be created by this mutation. */
|
|
1435
|
+
orgProfileCapability: OrgProfileCapabilityInput;
|
|
1436
|
+
}
|
|
1437
|
+
export interface CreateOrgProfileDefinitionGrantInput {
|
|
884
1438
|
clientMutationId?: string;
|
|
885
|
-
/** The `
|
|
886
|
-
|
|
1439
|
+
/** The `OrgProfileDefinitionGrant` to be created by this mutation. */
|
|
1440
|
+
orgProfileDefinitionGrant: OrgProfileDefinitionGrantInput;
|
|
887
1441
|
}
|
|
888
|
-
export interface
|
|
1442
|
+
export interface CreateOrgProfileGrantInput {
|
|
889
1443
|
clientMutationId?: string;
|
|
890
|
-
/** The `
|
|
891
|
-
|
|
1444
|
+
/** The `OrgProfileGrant` to be created by this mutation. */
|
|
1445
|
+
orgProfileGrant: OrgProfileGrantInput;
|
|
892
1446
|
}
|
|
893
|
-
export interface
|
|
1447
|
+
export interface CreateOrgProfileInput {
|
|
894
1448
|
clientMutationId?: string;
|
|
895
|
-
/** The `
|
|
896
|
-
|
|
1449
|
+
/** The `OrgProfile` to be created by this mutation. */
|
|
1450
|
+
orgProfile: OrgProfileInput;
|
|
897
1451
|
}
|
|
898
|
-
export interface
|
|
1452
|
+
export interface CreateOrgProfileTemplateInput {
|
|
899
1453
|
clientMutationId?: string;
|
|
900
|
-
/** The `
|
|
901
|
-
|
|
1454
|
+
/** The `OrgProfileTemplate` to be created by this mutation. */
|
|
1455
|
+
orgProfileTemplate: OrgProfileTemplateInput;
|
|
902
1456
|
}
|
|
903
1457
|
export interface DeleteAppAdminGrantInput {
|
|
904
1458
|
clientMutationId?: string;
|
|
905
1459
|
id: string;
|
|
906
1460
|
}
|
|
1461
|
+
export interface DeleteAppCapabilityDefaultCapabilityInput {
|
|
1462
|
+
clientMutationId?: string;
|
|
1463
|
+
id: string;
|
|
1464
|
+
}
|
|
1465
|
+
export interface DeleteAppCapabilityDefaultGrantInput {
|
|
1466
|
+
clientMutationId?: string;
|
|
1467
|
+
id: string;
|
|
1468
|
+
}
|
|
1469
|
+
export interface DeleteAppCapabilityDefaultInput {
|
|
1470
|
+
clientMutationId?: string;
|
|
1471
|
+
id: string;
|
|
1472
|
+
}
|
|
1473
|
+
export interface DeleteAppCapabilityInput {
|
|
1474
|
+
clientMutationId?: string;
|
|
1475
|
+
id: string;
|
|
1476
|
+
}
|
|
907
1477
|
export interface DeleteAppClaimedInviteInput {
|
|
908
1478
|
clientMutationId?: string;
|
|
909
1479
|
id: string;
|
|
@@ -924,23 +1494,31 @@ export interface DeleteAppMembershipInput {
|
|
|
924
1494
|
clientMutationId?: string;
|
|
925
1495
|
id: string;
|
|
926
1496
|
}
|
|
1497
|
+
export interface DeleteAppMembershipProfileInput {
|
|
1498
|
+
clientMutationId?: string;
|
|
1499
|
+
id: string;
|
|
1500
|
+
}
|
|
927
1501
|
export interface DeleteAppOwnerGrantInput {
|
|
928
1502
|
clientMutationId?: string;
|
|
929
1503
|
id: string;
|
|
930
1504
|
}
|
|
931
|
-
export interface
|
|
1505
|
+
export interface DeleteAppProfileCapabilityInput {
|
|
932
1506
|
clientMutationId?: string;
|
|
933
1507
|
id: string;
|
|
934
1508
|
}
|
|
935
|
-
export interface
|
|
1509
|
+
export interface DeleteAppProfileDefinitionGrantInput {
|
|
936
1510
|
clientMutationId?: string;
|
|
937
1511
|
id: string;
|
|
938
1512
|
}
|
|
939
|
-
export interface
|
|
1513
|
+
export interface DeleteAppProfileGrantInput {
|
|
940
1514
|
clientMutationId?: string;
|
|
941
1515
|
id: string;
|
|
942
1516
|
}
|
|
943
|
-
export interface
|
|
1517
|
+
export interface DeleteAppProfileInput {
|
|
1518
|
+
clientMutationId?: string;
|
|
1519
|
+
id: string;
|
|
1520
|
+
}
|
|
1521
|
+
export interface DeleteAppProfileTemplateInput {
|
|
944
1522
|
clientMutationId?: string;
|
|
945
1523
|
id: string;
|
|
946
1524
|
}
|
|
@@ -953,6 +1531,22 @@ export interface DeleteOrgAdminGrantInput {
|
|
|
953
1531
|
clientMutationId?: string;
|
|
954
1532
|
id: string;
|
|
955
1533
|
}
|
|
1534
|
+
export interface DeleteOrgCapabilityDefaultCapabilityInput {
|
|
1535
|
+
clientMutationId?: string;
|
|
1536
|
+
id: string;
|
|
1537
|
+
}
|
|
1538
|
+
export interface DeleteOrgCapabilityDefaultGrantInput {
|
|
1539
|
+
clientMutationId?: string;
|
|
1540
|
+
id: string;
|
|
1541
|
+
}
|
|
1542
|
+
export interface DeleteOrgCapabilityDefaultInput {
|
|
1543
|
+
clientMutationId?: string;
|
|
1544
|
+
id: string;
|
|
1545
|
+
}
|
|
1546
|
+
export interface DeleteOrgCapabilityInput {
|
|
1547
|
+
clientMutationId?: string;
|
|
1548
|
+
id: string;
|
|
1549
|
+
}
|
|
956
1550
|
export interface DeleteOrgChartEdgeGrantInput {
|
|
957
1551
|
clientMutationId?: string;
|
|
958
1552
|
id: string;
|
|
@@ -989,6 +1583,10 @@ export interface DeleteOrgMembershipInput {
|
|
|
989
1583
|
clientMutationId?: string;
|
|
990
1584
|
id: string;
|
|
991
1585
|
}
|
|
1586
|
+
export interface DeleteOrgMembershipProfileInput {
|
|
1587
|
+
clientMutationId?: string;
|
|
1588
|
+
id: string;
|
|
1589
|
+
}
|
|
992
1590
|
export interface DeleteOrgMembershipSettingInput {
|
|
993
1591
|
clientMutationId?: string;
|
|
994
1592
|
id: string;
|
|
@@ -997,19 +1595,23 @@ export interface DeleteOrgOwnerGrantInput {
|
|
|
997
1595
|
clientMutationId?: string;
|
|
998
1596
|
id: string;
|
|
999
1597
|
}
|
|
1000
|
-
export interface
|
|
1598
|
+
export interface DeleteOrgProfileCapabilityInput {
|
|
1599
|
+
clientMutationId?: string;
|
|
1600
|
+
id: string;
|
|
1601
|
+
}
|
|
1602
|
+
export interface DeleteOrgProfileDefinitionGrantInput {
|
|
1001
1603
|
clientMutationId?: string;
|
|
1002
1604
|
id: string;
|
|
1003
1605
|
}
|
|
1004
|
-
export interface
|
|
1606
|
+
export interface DeleteOrgProfileGrantInput {
|
|
1005
1607
|
clientMutationId?: string;
|
|
1006
1608
|
id: string;
|
|
1007
1609
|
}
|
|
1008
|
-
export interface
|
|
1610
|
+
export interface DeleteOrgProfileInput {
|
|
1009
1611
|
clientMutationId?: string;
|
|
1010
1612
|
id: string;
|
|
1011
1613
|
}
|
|
1012
|
-
export interface
|
|
1614
|
+
export interface DeleteOrgProfileTemplateInput {
|
|
1013
1615
|
clientMutationId?: string;
|
|
1014
1616
|
id: string;
|
|
1015
1617
|
}
|
|
@@ -1113,6 +1715,230 @@ export interface OrgAdminGrantPatch {
|
|
|
1113
1715
|
isGrant?: boolean;
|
|
1114
1716
|
updatedAt?: string;
|
|
1115
1717
|
}
|
|
1718
|
+
/** A filter to be used against `OrgCapabilityDefaultCapability` object types. All fields are combined with a logical ‘and.’ */
|
|
1719
|
+
export interface OrgCapabilityDefaultCapabilityFilter {
|
|
1720
|
+
/** Checks for all expressions in this list. */
|
|
1721
|
+
and?: OrgCapabilityDefaultCapabilityFilter[];
|
|
1722
|
+
/** Filter by the object’s `capability` relation. */
|
|
1723
|
+
capability?: OrgCapabilityFilter;
|
|
1724
|
+
/** Filter by the object’s `capabilityId` field. */
|
|
1725
|
+
capabilityId?: UUIDFilter;
|
|
1726
|
+
/** Filter by the object’s `createdAt` field. */
|
|
1727
|
+
createdAt?: DatetimeFilter;
|
|
1728
|
+
/** Filter by the object’s `entityId` field. */
|
|
1729
|
+
entityId?: UUIDFilter;
|
|
1730
|
+
/** Filter by the object’s `id` field. */
|
|
1731
|
+
id?: UUIDFilter;
|
|
1732
|
+
/** Negates the expression. */
|
|
1733
|
+
not?: OrgCapabilityDefaultCapabilityFilter;
|
|
1734
|
+
/** Checks for any expressions in this list. */
|
|
1735
|
+
or?: OrgCapabilityDefaultCapabilityFilter[];
|
|
1736
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
1737
|
+
updatedAt?: DatetimeFilter;
|
|
1738
|
+
}
|
|
1739
|
+
/** An input for mutations affecting `OrgCapabilityDefaultCapability` */
|
|
1740
|
+
export interface OrgCapabilityDefaultCapabilityInput {
|
|
1741
|
+
/** References the capability included in the defaults bundle */
|
|
1742
|
+
capabilityId: string;
|
|
1743
|
+
createdAt?: string;
|
|
1744
|
+
/** Scopes this default capability to a specific entity */
|
|
1745
|
+
entityId: string;
|
|
1746
|
+
id?: string;
|
|
1747
|
+
updatedAt?: string;
|
|
1748
|
+
}
|
|
1749
|
+
/** Represents an update to a `OrgCapabilityDefaultCapability`. Fields that are set will be updated. */
|
|
1750
|
+
export interface OrgCapabilityDefaultCapabilityPatch {
|
|
1751
|
+
/** References the capability included in the defaults bundle */
|
|
1752
|
+
capabilityId?: string;
|
|
1753
|
+
createdAt?: string;
|
|
1754
|
+
/** Scopes this default capability to a specific entity */
|
|
1755
|
+
entityId?: string;
|
|
1756
|
+
id?: string;
|
|
1757
|
+
updatedAt?: string;
|
|
1758
|
+
}
|
|
1759
|
+
/** A filter to be used against `OrgCapabilityDefault` object types. All fields are combined with a logical ‘and.’ */
|
|
1760
|
+
export interface OrgCapabilityDefaultFilter {
|
|
1761
|
+
/** Checks for all expressions in this list. */
|
|
1762
|
+
and?: OrgCapabilityDefaultFilter[];
|
|
1763
|
+
/** Filter by the object’s `capabilities` field. */
|
|
1764
|
+
capabilities?: BitStringFilter;
|
|
1765
|
+
/** Filter by the object’s `entityId` field. */
|
|
1766
|
+
entityId?: UUIDFilter;
|
|
1767
|
+
/** Filter by the object’s `id` field. */
|
|
1768
|
+
id?: UUIDFilter;
|
|
1769
|
+
/** Negates the expression. */
|
|
1770
|
+
not?: OrgCapabilityDefaultFilter;
|
|
1771
|
+
/** Checks for any expressions in this list. */
|
|
1772
|
+
or?: OrgCapabilityDefaultFilter[];
|
|
1773
|
+
}
|
|
1774
|
+
/** A filter to be used against `OrgCapabilityDefaultGrant` object types. All fields are combined with a logical ‘and.’ */
|
|
1775
|
+
export interface OrgCapabilityDefaultGrantFilter {
|
|
1776
|
+
/** Checks for all expressions in this list. */
|
|
1777
|
+
and?: OrgCapabilityDefaultGrantFilter[];
|
|
1778
|
+
/** Filter by the object’s `capability` relation. */
|
|
1779
|
+
capability?: OrgCapabilityFilter;
|
|
1780
|
+
/** Filter by the object’s `capabilityId` field. */
|
|
1781
|
+
capabilityId?: UUIDFilter;
|
|
1782
|
+
/** Filter by the object’s `createdAt` field. */
|
|
1783
|
+
createdAt?: DatetimeFilter;
|
|
1784
|
+
/** Filter by the object’s `entityId` field. */
|
|
1785
|
+
entityId?: UUIDFilter;
|
|
1786
|
+
/** Filter by the object’s `grantorId` field. */
|
|
1787
|
+
grantorId?: UUIDFilter;
|
|
1788
|
+
/** Filter by the object’s `id` field. */
|
|
1789
|
+
id?: UUIDFilter;
|
|
1790
|
+
/** Filter by the object’s `isGrant` field. */
|
|
1791
|
+
isGrant?: BooleanFilter;
|
|
1792
|
+
/** Negates the expression. */
|
|
1793
|
+
not?: OrgCapabilityDefaultGrantFilter;
|
|
1794
|
+
/** Checks for any expressions in this list. */
|
|
1795
|
+
or?: OrgCapabilityDefaultGrantFilter[];
|
|
1796
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
1797
|
+
updatedAt?: DatetimeFilter;
|
|
1798
|
+
}
|
|
1799
|
+
/** An input for mutations affecting `OrgCapabilityDefaultGrant` */
|
|
1800
|
+
export interface OrgCapabilityDefaultGrantInput {
|
|
1801
|
+
/** References the capability being added to or removed from defaults */
|
|
1802
|
+
capabilityId: string;
|
|
1803
|
+
createdAt?: string;
|
|
1804
|
+
/** Scopes this audit entry to a specific entity */
|
|
1805
|
+
entityId: string;
|
|
1806
|
+
grantorId?: string;
|
|
1807
|
+
id?: string;
|
|
1808
|
+
/** True to add the capability to defaults, false to remove it */
|
|
1809
|
+
isGrant?: boolean;
|
|
1810
|
+
updatedAt?: string;
|
|
1811
|
+
}
|
|
1812
|
+
/** Represents an update to a `OrgCapabilityDefaultGrant`. Fields that are set will be updated. */
|
|
1813
|
+
export interface OrgCapabilityDefaultGrantPatch {
|
|
1814
|
+
/** References the capability being added to or removed from defaults */
|
|
1815
|
+
capabilityId?: string;
|
|
1816
|
+
createdAt?: string;
|
|
1817
|
+
/** Scopes this audit entry to a specific entity */
|
|
1818
|
+
entityId?: string;
|
|
1819
|
+
grantorId?: string;
|
|
1820
|
+
id?: string;
|
|
1821
|
+
/** True to add the capability to defaults, false to remove it */
|
|
1822
|
+
isGrant?: boolean;
|
|
1823
|
+
updatedAt?: string;
|
|
1824
|
+
}
|
|
1825
|
+
/** An input for mutations affecting `OrgCapabilityDefault` */
|
|
1826
|
+
export interface OrgCapabilityDefaultInput {
|
|
1827
|
+
/** Default capability bitmask applied to new members */
|
|
1828
|
+
capabilities?: string;
|
|
1829
|
+
/** References the entity these default capabilities apply to */
|
|
1830
|
+
entityId: string;
|
|
1831
|
+
id?: string;
|
|
1832
|
+
}
|
|
1833
|
+
/** Represents an update to a `OrgCapabilityDefault`. Fields that are set will be updated. */
|
|
1834
|
+
export interface OrgCapabilityDefaultPatch {
|
|
1835
|
+
/** Default capability bitmask applied to new members */
|
|
1836
|
+
capabilities?: string;
|
|
1837
|
+
/** References the entity these default capabilities apply to */
|
|
1838
|
+
entityId?: string;
|
|
1839
|
+
id?: string;
|
|
1840
|
+
}
|
|
1841
|
+
/** A filter to be used against `OrgCapability` object types. All fields are combined with a logical ‘and.’ */
|
|
1842
|
+
export interface OrgCapabilityFilter {
|
|
1843
|
+
/** Checks for all expressions in this list. */
|
|
1844
|
+
and?: OrgCapabilityFilter[];
|
|
1845
|
+
/** Filter by the object’s `bitnum` field. */
|
|
1846
|
+
bitnum?: IntFilter;
|
|
1847
|
+
/** Filter by the object’s `bitstr` field. */
|
|
1848
|
+
bitstr?: BitStringFilter;
|
|
1849
|
+
/** Filter by the object’s `description` field. */
|
|
1850
|
+
description?: StringFilter;
|
|
1851
|
+
/** Filter by the object’s `id` field. */
|
|
1852
|
+
id?: UUIDFilter;
|
|
1853
|
+
/** Filter by the object’s `kind` field. */
|
|
1854
|
+
kind?: StringFilter;
|
|
1855
|
+
/** Filter by the object’s `name` field. */
|
|
1856
|
+
name?: StringFilter;
|
|
1857
|
+
/** Negates the expression. */
|
|
1858
|
+
not?: OrgCapabilityFilter;
|
|
1859
|
+
/** Checks for any expressions in this list. */
|
|
1860
|
+
or?: OrgCapabilityFilter[];
|
|
1861
|
+
/** Filter by the object’s `orgCapabilityDefaultCapabilitiesByCapabilityId` relation. */
|
|
1862
|
+
orgCapabilityDefaultCapabilitiesByCapabilityId?: OrgCapabilityToManyOrgCapabilityDefaultCapabilityFilter;
|
|
1863
|
+
/** `orgCapabilityDefaultCapabilitiesByCapabilityId` exist. */
|
|
1864
|
+
orgCapabilityDefaultCapabilitiesByCapabilityIdExist?: boolean;
|
|
1865
|
+
/** Filter by the object’s `orgCapabilityDefaultGrantsByCapabilityId` relation. */
|
|
1866
|
+
orgCapabilityDefaultGrantsByCapabilityId?: OrgCapabilityToManyOrgCapabilityDefaultGrantFilter;
|
|
1867
|
+
/** `orgCapabilityDefaultGrantsByCapabilityId` exist. */
|
|
1868
|
+
orgCapabilityDefaultGrantsByCapabilityIdExist?: boolean;
|
|
1869
|
+
/** Filter by the object’s `orgProfileCapabilitiesByCapabilityId` relation. */
|
|
1870
|
+
orgProfileCapabilitiesByCapabilityId?: OrgCapabilityToManyOrgProfileCapabilityFilter;
|
|
1871
|
+
/** `orgProfileCapabilitiesByCapabilityId` exist. */
|
|
1872
|
+
orgProfileCapabilitiesByCapabilityIdExist?: boolean;
|
|
1873
|
+
/** Filter by the object’s `orgProfileDefinitionGrantsByCapabilityId` relation. */
|
|
1874
|
+
orgProfileDefinitionGrantsByCapabilityId?: OrgCapabilityToManyOrgProfileDefinitionGrantFilter;
|
|
1875
|
+
/** `orgProfileDefinitionGrantsByCapabilityId` exist. */
|
|
1876
|
+
orgProfileDefinitionGrantsByCapabilityIdExist?: boolean;
|
|
1877
|
+
}
|
|
1878
|
+
/** An input for mutations affecting `OrgCapability` */
|
|
1879
|
+
export interface OrgCapabilityInput {
|
|
1880
|
+
/** Position of this capability in the bitmask (1-indexed), must be unique per capability set */
|
|
1881
|
+
bitnum?: number;
|
|
1882
|
+
/** Pre-computed bitmask with only this capability bit set, used for bitwise OR/AND operations */
|
|
1883
|
+
bitstr?: string;
|
|
1884
|
+
/** Human-readable description of what this capability allows */
|
|
1885
|
+
description?: string;
|
|
1886
|
+
id?: string;
|
|
1887
|
+
/** Kind of catalog entry: capability (capability) or level (achievement level) */
|
|
1888
|
+
kind?: string;
|
|
1889
|
+
/** Human-readable capability name (e.g. read, write, manage) */
|
|
1890
|
+
name?: string;
|
|
1891
|
+
}
|
|
1892
|
+
/** Represents an update to a `OrgCapability`. Fields that are set will be updated. */
|
|
1893
|
+
export interface OrgCapabilityPatch {
|
|
1894
|
+
/** Position of this capability in the bitmask (1-indexed), must be unique per capability set */
|
|
1895
|
+
bitnum?: number;
|
|
1896
|
+
/** Pre-computed bitmask with only this capability bit set, used for bitwise OR/AND operations */
|
|
1897
|
+
bitstr?: string;
|
|
1898
|
+
/** Human-readable description of what this capability allows */
|
|
1899
|
+
description?: string;
|
|
1900
|
+
id?: string;
|
|
1901
|
+
/** Kind of catalog entry: capability (capability) or level (achievement level) */
|
|
1902
|
+
kind?: string;
|
|
1903
|
+
/** Human-readable capability name (e.g. read, write, manage) */
|
|
1904
|
+
name?: string;
|
|
1905
|
+
}
|
|
1906
|
+
/** A filter to be used against many `OrgCapabilityDefaultCapability` object types. All fields are combined with a logical ‘and.’ */
|
|
1907
|
+
export interface OrgCapabilityToManyOrgCapabilityDefaultCapabilityFilter {
|
|
1908
|
+
/** Filters to entities where every related entity matches. */
|
|
1909
|
+
every?: OrgCapabilityDefaultCapabilityFilter;
|
|
1910
|
+
/** Filters to entities where no related entity matches. */
|
|
1911
|
+
none?: OrgCapabilityDefaultCapabilityFilter;
|
|
1912
|
+
/** Filters to entities where at least one related entity matches. */
|
|
1913
|
+
some?: OrgCapabilityDefaultCapabilityFilter;
|
|
1914
|
+
}
|
|
1915
|
+
/** A filter to be used against many `OrgCapabilityDefaultGrant` object types. All fields are combined with a logical ‘and.’ */
|
|
1916
|
+
export interface OrgCapabilityToManyOrgCapabilityDefaultGrantFilter {
|
|
1917
|
+
/** Filters to entities where every related entity matches. */
|
|
1918
|
+
every?: OrgCapabilityDefaultGrantFilter;
|
|
1919
|
+
/** Filters to entities where no related entity matches. */
|
|
1920
|
+
none?: OrgCapabilityDefaultGrantFilter;
|
|
1921
|
+
/** Filters to entities where at least one related entity matches. */
|
|
1922
|
+
some?: OrgCapabilityDefaultGrantFilter;
|
|
1923
|
+
}
|
|
1924
|
+
/** A filter to be used against many `OrgProfileCapability` object types. All fields are combined with a logical ‘and.’ */
|
|
1925
|
+
export interface OrgCapabilityToManyOrgProfileCapabilityFilter {
|
|
1926
|
+
/** Filters to entities where every related entity matches. */
|
|
1927
|
+
every?: OrgProfileCapabilityFilter;
|
|
1928
|
+
/** Filters to entities where no related entity matches. */
|
|
1929
|
+
none?: OrgProfileCapabilityFilter;
|
|
1930
|
+
/** Filters to entities where at least one related entity matches. */
|
|
1931
|
+
some?: OrgProfileCapabilityFilter;
|
|
1932
|
+
}
|
|
1933
|
+
/** A filter to be used against many `OrgProfileDefinitionGrant` object types. All fields are combined with a logical ‘and.’ */
|
|
1934
|
+
export interface OrgCapabilityToManyOrgProfileDefinitionGrantFilter {
|
|
1935
|
+
/** Filters to entities where every related entity matches. */
|
|
1936
|
+
every?: OrgProfileDefinitionGrantFilter;
|
|
1937
|
+
/** Filters to entities where no related entity matches. */
|
|
1938
|
+
none?: OrgProfileDefinitionGrantFilter;
|
|
1939
|
+
/** Filters to entities where at least one related entity matches. */
|
|
1940
|
+
some?: OrgProfileDefinitionGrantFilter;
|
|
1941
|
+
}
|
|
1116
1942
|
/** A filter to be used against `OrgChartEdge` object types. All fields are combined with a logical ‘and.’ */
|
|
1117
1943
|
export interface OrgChartEdgeFilter {
|
|
1118
1944
|
/** Checks for all expressions in this list. */
|
|
@@ -1290,6 +2116,8 @@ export interface OrgGrantFilter {
|
|
|
1290
2116
|
actorId?: UUIDFilter;
|
|
1291
2117
|
/** Checks for all expressions in this list. */
|
|
1292
2118
|
and?: OrgGrantFilter[];
|
|
2119
|
+
/** Filter by the object’s `capabilities` field. */
|
|
2120
|
+
capabilities?: BitStringFilter;
|
|
1293
2121
|
/** Filter by the object’s `createdAt` field. */
|
|
1294
2122
|
createdAt?: DatetimeFilter;
|
|
1295
2123
|
/** Filter by the object’s `entityId` field. */
|
|
@@ -1304,39 +2132,37 @@ export interface OrgGrantFilter {
|
|
|
1304
2132
|
not?: OrgGrantFilter;
|
|
1305
2133
|
/** Checks for any expressions in this list. */
|
|
1306
2134
|
or?: OrgGrantFilter[];
|
|
1307
|
-
/** Filter by the object’s `permissions` field. */
|
|
1308
|
-
permissions?: BitStringFilter;
|
|
1309
2135
|
/** Filter by the object’s `updatedAt` field. */
|
|
1310
2136
|
updatedAt?: DatetimeFilter;
|
|
1311
2137
|
}
|
|
1312
2138
|
/** An input for mutations affecting `OrgGrant` */
|
|
1313
2139
|
export interface OrgGrantInput {
|
|
1314
|
-
/** The member receiving or losing the
|
|
2140
|
+
/** The member receiving or losing the capability grant; NULL if user was deleted */
|
|
1315
2141
|
actorId?: string;
|
|
2142
|
+
/** Bitmask of capabilities being granted or revoked */
|
|
2143
|
+
capabilities?: string;
|
|
1316
2144
|
createdAt?: string;
|
|
1317
|
-
/** The entity (org or group) this
|
|
2145
|
+
/** The entity (org or group) this capability grant applies to */
|
|
1318
2146
|
entityId: string;
|
|
1319
2147
|
grantorId?: string;
|
|
1320
2148
|
id?: string;
|
|
1321
|
-
/** True to grant the
|
|
2149
|
+
/** True to grant the capabilities, false to revoke them */
|
|
1322
2150
|
isGrant?: boolean;
|
|
1323
|
-
/** Bitmask of permissions being granted or revoked */
|
|
1324
|
-
permissions?: string;
|
|
1325
2151
|
updatedAt?: string;
|
|
1326
2152
|
}
|
|
1327
2153
|
/** Represents an update to a `OrgGrant`. Fields that are set will be updated. */
|
|
1328
2154
|
export interface OrgGrantPatch {
|
|
1329
|
-
/** The member receiving or losing the
|
|
2155
|
+
/** The member receiving or losing the capability grant; NULL if user was deleted */
|
|
1330
2156
|
actorId?: string;
|
|
2157
|
+
/** Bitmask of capabilities being granted or revoked */
|
|
2158
|
+
capabilities?: string;
|
|
1331
2159
|
createdAt?: string;
|
|
1332
|
-
/** The entity (org or group) this
|
|
2160
|
+
/** The entity (org or group) this capability grant applies to */
|
|
1333
2161
|
entityId?: string;
|
|
1334
2162
|
grantorId?: string;
|
|
1335
2163
|
id?: string;
|
|
1336
|
-
/** True to grant the
|
|
2164
|
+
/** True to grant the capabilities, false to revoke them */
|
|
1337
2165
|
isGrant?: boolean;
|
|
1338
|
-
/** Bitmask of permissions being granted or revoked */
|
|
1339
|
-
permissions?: string;
|
|
1340
2166
|
updatedAt?: string;
|
|
1341
2167
|
}
|
|
1342
2168
|
/** A filter to be used against `OrgInvite` object types. All fields are combined with a logical ‘and.’ */
|
|
@@ -1373,6 +2199,10 @@ export interface OrgInviteFilter {
|
|
|
1373
2199
|
or?: OrgInviteFilter[];
|
|
1374
2200
|
/** Filter by the object’s `phone` field. */
|
|
1375
2201
|
phone?: StringFilter;
|
|
2202
|
+
/** Filter by the object’s `profile` relation. */
|
|
2203
|
+
profile?: OrgProfileFilter;
|
|
2204
|
+
/** A related `profile` exists. */
|
|
2205
|
+
profileExists?: boolean;
|
|
1376
2206
|
/** Filter by the object’s `profileId` field. */
|
|
1377
2207
|
profileId?: UUIDFilter;
|
|
1378
2208
|
/** Filter by the object’s `receiverId` field. */
|
|
@@ -1621,6 +2451,8 @@ export interface OrgMembershipFilter {
|
|
|
1621
2451
|
actorId?: UUIDFilter;
|
|
1622
2452
|
/** Checks for all expressions in this list. */
|
|
1623
2453
|
and?: OrgMembershipFilter[];
|
|
2454
|
+
/** Filter by the object’s `capabilities` field. */
|
|
2455
|
+
capabilities?: BitStringFilter;
|
|
1624
2456
|
/** Filter by the object’s `createdAt` field. */
|
|
1625
2457
|
createdAt?: DatetimeFilter;
|
|
1626
2458
|
/** Filter by the object’s `createdBy` field. */
|
|
@@ -1655,8 +2487,18 @@ export interface OrgMembershipFilter {
|
|
|
1655
2487
|
orgMemberProfileByMembershipId?: OrgMemberProfileFilter;
|
|
1656
2488
|
/** A related `orgMemberProfileByMembershipId` exists. */
|
|
1657
2489
|
orgMemberProfileByMembershipIdExists?: boolean;
|
|
1658
|
-
/** Filter by the object’s `
|
|
1659
|
-
|
|
2490
|
+
/** Filter by the object’s `orgMembershipProfilesByMembershipId` relation. */
|
|
2491
|
+
orgMembershipProfilesByMembershipId?: OrgMembershipToManyOrgMembershipProfileFilter;
|
|
2492
|
+
/** `orgMembershipProfilesByMembershipId` exist. */
|
|
2493
|
+
orgMembershipProfilesByMembershipIdExist?: boolean;
|
|
2494
|
+
/** Filter by the object’s `orgProfileGrantsByMembershipId` relation. */
|
|
2495
|
+
orgProfileGrantsByMembershipId?: OrgMembershipToManyOrgProfileGrantFilter;
|
|
2496
|
+
/** `orgProfileGrantsByMembershipId` exist. */
|
|
2497
|
+
orgProfileGrantsByMembershipIdExist?: boolean;
|
|
2498
|
+
/** Filter by the object’s `profile` relation. */
|
|
2499
|
+
profile?: OrgProfileFilter;
|
|
2500
|
+
/** A related `profile` exists. */
|
|
2501
|
+
profileExists?: boolean;
|
|
1660
2502
|
/** Filter by the object’s `profileId` field. */
|
|
1661
2503
|
profileId?: UUIDFilter;
|
|
1662
2504
|
/** Filter by the object’s `updatedAt` field. */
|
|
@@ -1668,11 +2510,13 @@ export interface OrgMembershipFilter {
|
|
|
1668
2510
|
export interface OrgMembershipInput {
|
|
1669
2511
|
/** References the user who holds this membership */
|
|
1670
2512
|
actorId: string;
|
|
2513
|
+
/** Aggregated capability bitmask combining profile-based and directly granted capabilities */
|
|
2514
|
+
capabilities?: string;
|
|
1671
2515
|
createdAt?: string;
|
|
1672
2516
|
createdBy?: string;
|
|
1673
2517
|
/** References the entity (org or group) this membership belongs to */
|
|
1674
2518
|
entityId: string;
|
|
1675
|
-
/** Bitmask of
|
|
2519
|
+
/** Bitmask of capabilities directly granted to this member (not from profiles) */
|
|
1676
2520
|
granted?: string;
|
|
1677
2521
|
id?: string;
|
|
1678
2522
|
/** Computed field indicating the membership is approved, verified, not banned, and not disabled */
|
|
@@ -1685,14 +2529,12 @@ export interface OrgMembershipInput {
|
|
|
1685
2529
|
isBanned?: boolean;
|
|
1686
2530
|
/** Whether this membership is temporarily disabled */
|
|
1687
2531
|
isDisabled?: boolean;
|
|
1688
|
-
/** Whether this member is external (not a member of the parent scope). External members may have restricted
|
|
2532
|
+
/** Whether this member is external (not a member of the parent scope). External members may have restricted capabilities. */
|
|
1689
2533
|
isExternal?: boolean;
|
|
1690
2534
|
/** Whether the actor is the owner of this entity */
|
|
1691
2535
|
isOwner?: boolean;
|
|
1692
2536
|
/** Whether this member has read-only access (blocks mutations when true) */
|
|
1693
2537
|
isReadOnly?: boolean;
|
|
1694
|
-
/** Aggregated permission bitmask combining profile-based and directly granted permissions */
|
|
1695
|
-
permissions?: string;
|
|
1696
2538
|
profileId?: string;
|
|
1697
2539
|
updatedAt?: string;
|
|
1698
2540
|
updatedBy?: string;
|
|
@@ -1701,11 +2543,13 @@ export interface OrgMembershipInput {
|
|
|
1701
2543
|
export interface OrgMembershipPatch {
|
|
1702
2544
|
/** References the user who holds this membership */
|
|
1703
2545
|
actorId?: string;
|
|
2546
|
+
/** Aggregated capability bitmask combining profile-based and directly granted capabilities */
|
|
2547
|
+
capabilities?: string;
|
|
1704
2548
|
createdAt?: string;
|
|
1705
2549
|
createdBy?: string;
|
|
1706
2550
|
/** References the entity (org or group) this membership belongs to */
|
|
1707
2551
|
entityId?: string;
|
|
1708
|
-
/** Bitmask of
|
|
2552
|
+
/** Bitmask of capabilities directly granted to this member (not from profiles) */
|
|
1709
2553
|
granted?: string;
|
|
1710
2554
|
id?: string;
|
|
1711
2555
|
/** Computed field indicating the membership is approved, verified, not banned, and not disabled */
|
|
@@ -1718,18 +2562,65 @@ export interface OrgMembershipPatch {
|
|
|
1718
2562
|
isBanned?: boolean;
|
|
1719
2563
|
/** Whether this membership is temporarily disabled */
|
|
1720
2564
|
isDisabled?: boolean;
|
|
1721
|
-
/** Whether this member is external (not a member of the parent scope). External members may have restricted
|
|
2565
|
+
/** Whether this member is external (not a member of the parent scope). External members may have restricted capabilities. */
|
|
1722
2566
|
isExternal?: boolean;
|
|
1723
2567
|
/** Whether the actor is the owner of this entity */
|
|
1724
2568
|
isOwner?: boolean;
|
|
1725
2569
|
/** Whether this member has read-only access (blocks mutations when true) */
|
|
1726
2570
|
isReadOnly?: boolean;
|
|
1727
|
-
/** Aggregated permission bitmask combining profile-based and directly granted permissions */
|
|
1728
|
-
permissions?: string;
|
|
1729
2571
|
profileId?: string;
|
|
1730
2572
|
updatedAt?: string;
|
|
1731
2573
|
updatedBy?: string;
|
|
1732
2574
|
}
|
|
2575
|
+
/** A filter to be used against `OrgMembershipProfile` object types. All fields are combined with a logical ‘and.’ */
|
|
2576
|
+
export interface OrgMembershipProfileFilter {
|
|
2577
|
+
/** Filter by the object’s `actorId` field. */
|
|
2578
|
+
actorId?: UUIDFilter;
|
|
2579
|
+
/** Checks for all expressions in this list. */
|
|
2580
|
+
and?: OrgMembershipProfileFilter[];
|
|
2581
|
+
/** Filter by the object’s `createdAt` field. */
|
|
2582
|
+
createdAt?: DatetimeFilter;
|
|
2583
|
+
/** Filter by the object’s `id` field. */
|
|
2584
|
+
id?: UUIDFilter;
|
|
2585
|
+
/** Filter by the object’s `membership` relation. */
|
|
2586
|
+
membership?: OrgMembershipFilter;
|
|
2587
|
+
/** Filter by the object’s `membershipId` field. */
|
|
2588
|
+
membershipId?: UUIDFilter;
|
|
2589
|
+
/** Negates the expression. */
|
|
2590
|
+
not?: OrgMembershipProfileFilter;
|
|
2591
|
+
/** Checks for any expressions in this list. */
|
|
2592
|
+
or?: OrgMembershipProfileFilter[];
|
|
2593
|
+
/** Filter by the object’s `profile` relation. */
|
|
2594
|
+
profile?: OrgProfileFilter;
|
|
2595
|
+
/** Filter by the object’s `profileId` field. */
|
|
2596
|
+
profileId?: UUIDFilter;
|
|
2597
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
2598
|
+
updatedAt?: DatetimeFilter;
|
|
2599
|
+
}
|
|
2600
|
+
/** An input for mutations affecting `OrgMembershipProfile` */
|
|
2601
|
+
export interface OrgMembershipProfileInput {
|
|
2602
|
+
/** References the user holding the profile, denormalised from the membership */
|
|
2603
|
+
actorId: string;
|
|
2604
|
+
createdAt?: string;
|
|
2605
|
+
id?: string;
|
|
2606
|
+
/** References the membership holding the profile */
|
|
2607
|
+
membershipId: string;
|
|
2608
|
+
/** References the held profile */
|
|
2609
|
+
profileId: string;
|
|
2610
|
+
updatedAt?: string;
|
|
2611
|
+
}
|
|
2612
|
+
/** Represents an update to a `OrgMembershipProfile`. Fields that are set will be updated. */
|
|
2613
|
+
export interface OrgMembershipProfilePatch {
|
|
2614
|
+
/** References the user holding the profile, denormalised from the membership */
|
|
2615
|
+
actorId?: string;
|
|
2616
|
+
createdAt?: string;
|
|
2617
|
+
id?: string;
|
|
2618
|
+
/** References the membership holding the profile */
|
|
2619
|
+
membershipId?: string;
|
|
2620
|
+
/** References the held profile */
|
|
2621
|
+
profileId?: string;
|
|
2622
|
+
updatedAt?: string;
|
|
2623
|
+
}
|
|
1733
2624
|
/** A filter to be used against `OrgMembershipSetting` object types. All fields are combined with a logical ‘and.’ */
|
|
1734
2625
|
export interface OrgMembershipSettingFilter {
|
|
1735
2626
|
/** Filter by the object’s `allowExternalMembers` field. */
|
|
@@ -1784,7 +2675,7 @@ export interface OrgMembershipSettingInput {
|
|
|
1784
2675
|
/** References the entity these settings apply to */
|
|
1785
2676
|
entityId: string;
|
|
1786
2677
|
id?: string;
|
|
1787
|
-
/** Controls how profile assignment on invites is validated: strict (
|
|
2678
|
+
/** Controls how profile assignment on invites is validated: strict (capability + subset check), capability_only (capability only), or subset_only (subset check only) */
|
|
1788
2679
|
inviteProfileAssignmentMode?: string;
|
|
1789
2680
|
/** Allocation mode for sub-entity limits: pooled (shared parent cap, no per-entity budgets) or budgeted (explicit per-entity allocations, transfer enabled) */
|
|
1790
2681
|
limitAllocationMode?: string;
|
|
@@ -1810,7 +2701,7 @@ export interface OrgMembershipSettingPatch {
|
|
|
1810
2701
|
/** References the entity these settings apply to */
|
|
1811
2702
|
entityId?: string;
|
|
1812
2703
|
id?: string;
|
|
1813
|
-
/** Controls how profile assignment on invites is validated: strict (
|
|
2704
|
+
/** Controls how profile assignment on invites is validated: strict (capability + subset check), capability_only (capability only), or subset_only (subset check only) */
|
|
1814
2705
|
inviteProfileAssignmentMode?: string;
|
|
1815
2706
|
/** Allocation mode for sub-entity limits: pooled (shared parent cap, no per-entity budgets) or budgeted (explicit per-entity allocations, transfer enabled) */
|
|
1816
2707
|
limitAllocationMode?: string;
|
|
@@ -1819,6 +2710,24 @@ export interface OrgMembershipSettingPatch {
|
|
|
1819
2710
|
updatedAt?: string;
|
|
1820
2711
|
updatedBy?: string;
|
|
1821
2712
|
}
|
|
2713
|
+
/** A filter to be used against many `OrgMembershipProfile` object types. All fields are combined with a logical ‘and.’ */
|
|
2714
|
+
export interface OrgMembershipToManyOrgMembershipProfileFilter {
|
|
2715
|
+
/** Filters to entities where every related entity matches. */
|
|
2716
|
+
every?: OrgMembershipProfileFilter;
|
|
2717
|
+
/** Filters to entities where no related entity matches. */
|
|
2718
|
+
none?: OrgMembershipProfileFilter;
|
|
2719
|
+
/** Filters to entities where at least one related entity matches. */
|
|
2720
|
+
some?: OrgMembershipProfileFilter;
|
|
2721
|
+
}
|
|
2722
|
+
/** A filter to be used against many `OrgProfileGrant` object types. All fields are combined with a logical ‘and.’ */
|
|
2723
|
+
export interface OrgMembershipToManyOrgProfileGrantFilter {
|
|
2724
|
+
/** Filters to entities where every related entity matches. */
|
|
2725
|
+
every?: OrgProfileGrantFilter;
|
|
2726
|
+
/** Filters to entities where no related entity matches. */
|
|
2727
|
+
none?: OrgProfileGrantFilter;
|
|
2728
|
+
/** Filters to entities where at least one related entity matches. */
|
|
2729
|
+
some?: OrgProfileGrantFilter;
|
|
2730
|
+
}
|
|
1822
2731
|
/** A filter to be used against `OrgOwnerGrant` object types. All fields are combined with a logical ‘and.’ */
|
|
1823
2732
|
export interface OrgOwnerGrantFilter {
|
|
1824
2733
|
/** Filter by the object’s `actorId` field. */
|
|
@@ -1860,33 +2769,171 @@ export interface OrgOwnerGrantPatch {
|
|
|
1860
2769
|
/** The member receiving or losing the ownership grant; NULL if user was deleted */
|
|
1861
2770
|
actorId?: string;
|
|
1862
2771
|
createdAt?: string;
|
|
1863
|
-
/** The entity (org or group) this ownership grant applies to */
|
|
1864
|
-
entityId?: string;
|
|
2772
|
+
/** The entity (org or group) this ownership grant applies to */
|
|
2773
|
+
entityId?: string;
|
|
2774
|
+
grantorId?: string;
|
|
2775
|
+
id?: string;
|
|
2776
|
+
/** True to grant ownership, false to revoke ownership */
|
|
2777
|
+
isGrant?: boolean;
|
|
2778
|
+
updatedAt?: string;
|
|
2779
|
+
}
|
|
2780
|
+
/** A filter to be used against `OrgProfileCapability` object types. All fields are combined with a logical ‘and.’ */
|
|
2781
|
+
export interface OrgProfileCapabilityFilter {
|
|
2782
|
+
/** Checks for all expressions in this list. */
|
|
2783
|
+
and?: OrgProfileCapabilityFilter[];
|
|
2784
|
+
/** Filter by the object’s `capability` relation. */
|
|
2785
|
+
capability?: OrgCapabilityFilter;
|
|
2786
|
+
/** Filter by the object’s `capabilityId` field. */
|
|
2787
|
+
capabilityId?: UUIDFilter;
|
|
2788
|
+
/** Filter by the object’s `createdAt` field. */
|
|
2789
|
+
createdAt?: DatetimeFilter;
|
|
2790
|
+
/** Filter by the object’s `id` field. */
|
|
2791
|
+
id?: UUIDFilter;
|
|
2792
|
+
/** Negates the expression. */
|
|
2793
|
+
not?: OrgProfileCapabilityFilter;
|
|
2794
|
+
/** Checks for any expressions in this list. */
|
|
2795
|
+
or?: OrgProfileCapabilityFilter[];
|
|
2796
|
+
/** Filter by the object’s `profile` relation. */
|
|
2797
|
+
profile?: OrgProfileFilter;
|
|
2798
|
+
/** Filter by the object’s `profileId` field. */
|
|
2799
|
+
profileId?: UUIDFilter;
|
|
2800
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
2801
|
+
updatedAt?: DatetimeFilter;
|
|
2802
|
+
}
|
|
2803
|
+
/** An input for mutations affecting `OrgProfileCapability` */
|
|
2804
|
+
export interface OrgProfileCapabilityInput {
|
|
2805
|
+
/** References the capability included in this profile */
|
|
2806
|
+
capabilityId: string;
|
|
2807
|
+
createdAt?: string;
|
|
2808
|
+
id?: string;
|
|
2809
|
+
/** References the profile this capability belongs to */
|
|
2810
|
+
profileId: string;
|
|
2811
|
+
updatedAt?: string;
|
|
2812
|
+
}
|
|
2813
|
+
/** Represents an update to a `OrgProfileCapability`. Fields that are set will be updated. */
|
|
2814
|
+
export interface OrgProfileCapabilityPatch {
|
|
2815
|
+
/** References the capability included in this profile */
|
|
2816
|
+
capabilityId?: string;
|
|
2817
|
+
createdAt?: string;
|
|
2818
|
+
id?: string;
|
|
2819
|
+
/** References the profile this capability belongs to */
|
|
2820
|
+
profileId?: string;
|
|
2821
|
+
updatedAt?: string;
|
|
2822
|
+
}
|
|
2823
|
+
/** A filter to be used against `OrgProfileDefinitionGrant` object types. All fields are combined with a logical ‘and.’ */
|
|
2824
|
+
export interface OrgProfileDefinitionGrantFilter {
|
|
2825
|
+
/** Checks for all expressions in this list. */
|
|
2826
|
+
and?: OrgProfileDefinitionGrantFilter[];
|
|
2827
|
+
/** Filter by the object’s `capability` relation. */
|
|
2828
|
+
capability?: OrgCapabilityFilter;
|
|
2829
|
+
/** A related `capability` exists. */
|
|
2830
|
+
capabilityExists?: boolean;
|
|
2831
|
+
/** Filter by the object’s `capabilityId` field. */
|
|
2832
|
+
capabilityId?: UUIDFilter;
|
|
2833
|
+
/** Filter by the object’s `createdAt` field. */
|
|
2834
|
+
createdAt?: DatetimeFilter;
|
|
2835
|
+
/** Filter by the object’s `grantorId` field. */
|
|
2836
|
+
grantorId?: UUIDFilter;
|
|
2837
|
+
/** Filter by the object’s `id` field. */
|
|
2838
|
+
id?: UUIDFilter;
|
|
2839
|
+
/** Filter by the object’s `isGrant` field. */
|
|
2840
|
+
isGrant?: BooleanFilter;
|
|
2841
|
+
/** Negates the expression. */
|
|
2842
|
+
not?: OrgProfileDefinitionGrantFilter;
|
|
2843
|
+
/** Checks for any expressions in this list. */
|
|
2844
|
+
or?: OrgProfileDefinitionGrantFilter[];
|
|
2845
|
+
/** Filter by the object’s `profile` relation. */
|
|
2846
|
+
profile?: OrgProfileFilter;
|
|
2847
|
+
/** A related `profile` exists. */
|
|
2848
|
+
profileExists?: boolean;
|
|
2849
|
+
/** Filter by the object’s `profileId` field. */
|
|
2850
|
+
profileId?: UUIDFilter;
|
|
2851
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
2852
|
+
updatedAt?: DatetimeFilter;
|
|
2853
|
+
}
|
|
2854
|
+
/** An input for mutations affecting `OrgProfileDefinitionGrant` */
|
|
2855
|
+
export interface OrgProfileDefinitionGrantInput {
|
|
2856
|
+
/** References the capability that was added to or removed from the profile; NULL if capability was deleted */
|
|
2857
|
+
capabilityId?: string;
|
|
2858
|
+
createdAt?: string;
|
|
2859
|
+
grantorId?: string;
|
|
2860
|
+
id?: string;
|
|
2861
|
+
/** True to add the capability to the profile, false to remove it */
|
|
2862
|
+
isGrant?: boolean;
|
|
2863
|
+
/** References the profile whose definition was modified; NULL if profile was deleted */
|
|
2864
|
+
profileId?: string;
|
|
2865
|
+
updatedAt?: string;
|
|
2866
|
+
}
|
|
2867
|
+
/** Represents an update to a `OrgProfileDefinitionGrant`. Fields that are set will be updated. */
|
|
2868
|
+
export interface OrgProfileDefinitionGrantPatch {
|
|
2869
|
+
/** References the capability that was added to or removed from the profile; NULL if capability was deleted */
|
|
2870
|
+
capabilityId?: string;
|
|
2871
|
+
createdAt?: string;
|
|
1865
2872
|
grantorId?: string;
|
|
1866
2873
|
id?: string;
|
|
1867
|
-
/** True to
|
|
2874
|
+
/** True to add the capability to the profile, false to remove it */
|
|
1868
2875
|
isGrant?: boolean;
|
|
2876
|
+
/** References the profile whose definition was modified; NULL if profile was deleted */
|
|
2877
|
+
profileId?: string;
|
|
1869
2878
|
updatedAt?: string;
|
|
1870
2879
|
}
|
|
1871
|
-
/** A filter to be used against `
|
|
1872
|
-
export interface
|
|
2880
|
+
/** A filter to be used against `OrgProfile` object types. All fields are combined with a logical ‘and.’ */
|
|
2881
|
+
export interface OrgProfileFilter {
|
|
1873
2882
|
/** Checks for all expressions in this list. */
|
|
1874
|
-
and?:
|
|
2883
|
+
and?: OrgProfileFilter[];
|
|
2884
|
+
/** Filter by the object’s `capabilities` field. */
|
|
2885
|
+
capabilities?: BitStringFilter;
|
|
2886
|
+
/** Filter by the object’s `createdAt` field. */
|
|
2887
|
+
createdAt?: DatetimeFilter;
|
|
2888
|
+
/** Filter by the object’s `description` field. */
|
|
2889
|
+
description?: StringFilter;
|
|
1875
2890
|
/** Filter by the object’s `entityId` field. */
|
|
1876
2891
|
entityId?: UUIDFilter;
|
|
1877
2892
|
/** Filter by the object’s `id` field. */
|
|
1878
2893
|
id?: UUIDFilter;
|
|
2894
|
+
/** Filter by the object’s `isDefault` field. */
|
|
2895
|
+
isDefault?: BooleanFilter;
|
|
2896
|
+
/** Filter by the object’s `isSystem` field. */
|
|
2897
|
+
isSystem?: BooleanFilter;
|
|
2898
|
+
/** Filter by the object’s `name` field. */
|
|
2899
|
+
name?: StringFilter;
|
|
1879
2900
|
/** Negates the expression. */
|
|
1880
|
-
not?:
|
|
2901
|
+
not?: OrgProfileFilter;
|
|
1881
2902
|
/** Checks for any expressions in this list. */
|
|
1882
|
-
or?:
|
|
1883
|
-
/** Filter by the object’s `
|
|
1884
|
-
|
|
2903
|
+
or?: OrgProfileFilter[];
|
|
2904
|
+
/** Filter by the object’s `orgInvitesByProfileId` relation. */
|
|
2905
|
+
orgInvitesByProfileId?: OrgProfileToManyOrgInviteFilter;
|
|
2906
|
+
/** `orgInvitesByProfileId` exist. */
|
|
2907
|
+
orgInvitesByProfileIdExist?: boolean;
|
|
2908
|
+
/** Filter by the object’s `orgMembershipProfilesByProfileId` relation. */
|
|
2909
|
+
orgMembershipProfilesByProfileId?: OrgProfileToManyOrgMembershipProfileFilter;
|
|
2910
|
+
/** `orgMembershipProfilesByProfileId` exist. */
|
|
2911
|
+
orgMembershipProfilesByProfileIdExist?: boolean;
|
|
2912
|
+
/** Filter by the object’s `orgMembershipsByProfileId` relation. */
|
|
2913
|
+
orgMembershipsByProfileId?: OrgProfileToManyOrgMembershipFilter;
|
|
2914
|
+
/** `orgMembershipsByProfileId` exist. */
|
|
2915
|
+
orgMembershipsByProfileIdExist?: boolean;
|
|
2916
|
+
/** Filter by the object’s `orgProfileCapabilitiesByProfileId` relation. */
|
|
2917
|
+
orgProfileCapabilitiesByProfileId?: OrgProfileToManyOrgProfileCapabilityFilter;
|
|
2918
|
+
/** `orgProfileCapabilitiesByProfileId` exist. */
|
|
2919
|
+
orgProfileCapabilitiesByProfileIdExist?: boolean;
|
|
2920
|
+
/** Filter by the object’s `orgProfileDefinitionGrantsByProfileId` relation. */
|
|
2921
|
+
orgProfileDefinitionGrantsByProfileId?: OrgProfileToManyOrgProfileDefinitionGrantFilter;
|
|
2922
|
+
/** `orgProfileDefinitionGrantsByProfileId` exist. */
|
|
2923
|
+
orgProfileDefinitionGrantsByProfileIdExist?: boolean;
|
|
2924
|
+
/** Filter by the object’s `orgProfileGrantsByProfileId` relation. */
|
|
2925
|
+
orgProfileGrantsByProfileId?: OrgProfileToManyOrgProfileGrantFilter;
|
|
2926
|
+
/** `orgProfileGrantsByProfileId` exist. */
|
|
2927
|
+
orgProfileGrantsByProfileIdExist?: boolean;
|
|
2928
|
+
/** Filter by the object’s `slug` field. */
|
|
2929
|
+
slug?: StringFilter;
|
|
2930
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
2931
|
+
updatedAt?: DatetimeFilter;
|
|
1885
2932
|
}
|
|
1886
|
-
/** A filter to be used against `
|
|
1887
|
-
export interface
|
|
2933
|
+
/** A filter to be used against `OrgProfileGrant` object types. All fields are combined with a logical ‘and.’ */
|
|
2934
|
+
export interface OrgProfileGrantFilter {
|
|
1888
2935
|
/** Checks for all expressions in this list. */
|
|
1889
|
-
and?:
|
|
2936
|
+
and?: OrgProfileGrantFilter[];
|
|
1890
2937
|
/** Filter by the object’s `createdAt` field. */
|
|
1891
2938
|
createdAt?: DatetimeFilter;
|
|
1892
2939
|
/** Filter by the object’s `entityId` field. */
|
|
@@ -1897,168 +2944,205 @@ export interface OrgPermissionDefaultGrantFilter {
|
|
|
1897
2944
|
id?: UUIDFilter;
|
|
1898
2945
|
/** Filter by the object’s `isGrant` field. */
|
|
1899
2946
|
isGrant?: BooleanFilter;
|
|
2947
|
+
/** Filter by the object’s `membership` relation. */
|
|
2948
|
+
membership?: OrgMembershipFilter;
|
|
2949
|
+
/** A related `membership` exists. */
|
|
2950
|
+
membershipExists?: boolean;
|
|
2951
|
+
/** Filter by the object’s `membershipId` field. */
|
|
2952
|
+
membershipId?: UUIDFilter;
|
|
1900
2953
|
/** Negates the expression. */
|
|
1901
|
-
not?:
|
|
2954
|
+
not?: OrgProfileGrantFilter;
|
|
1902
2955
|
/** Checks for any expressions in this list. */
|
|
1903
|
-
or?:
|
|
1904
|
-
/** Filter by the object’s `
|
|
1905
|
-
|
|
1906
|
-
/**
|
|
1907
|
-
|
|
2956
|
+
or?: OrgProfileGrantFilter[];
|
|
2957
|
+
/** Filter by the object’s `profile` relation. */
|
|
2958
|
+
profile?: OrgProfileFilter;
|
|
2959
|
+
/** A related `profile` exists. */
|
|
2960
|
+
profileExists?: boolean;
|
|
2961
|
+
/** Filter by the object’s `profileId` field. */
|
|
2962
|
+
profileId?: UUIDFilter;
|
|
1908
2963
|
/** Filter by the object’s `updatedAt` field. */
|
|
1909
2964
|
updatedAt?: DatetimeFilter;
|
|
1910
2965
|
}
|
|
1911
|
-
/** An input for mutations affecting `
|
|
1912
|
-
export interface
|
|
2966
|
+
/** An input for mutations affecting `OrgProfileGrant` */
|
|
2967
|
+
export interface OrgProfileGrantInput {
|
|
1913
2968
|
createdAt?: string;
|
|
1914
|
-
/**
|
|
1915
|
-
entityId
|
|
2969
|
+
/** The entity (org or group) scope for this profile grant */
|
|
2970
|
+
entityId?: string;
|
|
1916
2971
|
grantorId?: string;
|
|
1917
2972
|
id?: string;
|
|
1918
|
-
/** True to
|
|
2973
|
+
/** True to assign the profile, false to revoke it */
|
|
1919
2974
|
isGrant?: boolean;
|
|
1920
|
-
/** References the
|
|
1921
|
-
|
|
2975
|
+
/** References the membership that received or lost this profile; NULL if membership was deleted */
|
|
2976
|
+
membershipId?: string;
|
|
2977
|
+
/** References the profile being assigned; NULL indicates the profile was removed */
|
|
2978
|
+
profileId?: string;
|
|
1922
2979
|
updatedAt?: string;
|
|
1923
2980
|
}
|
|
1924
|
-
/** Represents an update to a `
|
|
1925
|
-
export interface
|
|
2981
|
+
/** Represents an update to a `OrgProfileGrant`. Fields that are set will be updated. */
|
|
2982
|
+
export interface OrgProfileGrantPatch {
|
|
1926
2983
|
createdAt?: string;
|
|
1927
|
-
/**
|
|
2984
|
+
/** The entity (org or group) scope for this profile grant */
|
|
1928
2985
|
entityId?: string;
|
|
1929
2986
|
grantorId?: string;
|
|
1930
2987
|
id?: string;
|
|
1931
|
-
/** True to
|
|
2988
|
+
/** True to assign the profile, false to revoke it */
|
|
1932
2989
|
isGrant?: boolean;
|
|
1933
|
-
/** References the
|
|
1934
|
-
|
|
2990
|
+
/** References the membership that received or lost this profile; NULL if membership was deleted */
|
|
2991
|
+
membershipId?: string;
|
|
2992
|
+
/** References the profile being assigned; NULL indicates the profile was removed */
|
|
2993
|
+
profileId?: string;
|
|
1935
2994
|
updatedAt?: string;
|
|
1936
2995
|
}
|
|
1937
|
-
/** An input for mutations affecting `
|
|
1938
|
-
export interface
|
|
1939
|
-
/**
|
|
1940
|
-
|
|
1941
|
-
id?: string;
|
|
1942
|
-
/** Default permission bitmask applied to new members */
|
|
1943
|
-
permissions?: string;
|
|
1944
|
-
}
|
|
1945
|
-
/** Represents an update to a `OrgPermissionDefault`. Fields that are set will be updated. */
|
|
1946
|
-
export interface OrgPermissionDefaultPatch {
|
|
1947
|
-
/** References the entity these default permissions apply to */
|
|
1948
|
-
entityId?: string;
|
|
1949
|
-
id?: string;
|
|
1950
|
-
/** Default permission bitmask applied to new members */
|
|
1951
|
-
permissions?: string;
|
|
1952
|
-
}
|
|
1953
|
-
/** A filter to be used against `OrgPermissionDefaultPermission` object types. All fields are combined with a logical ‘and.’ */
|
|
1954
|
-
export interface OrgPermissionDefaultPermissionFilter {
|
|
1955
|
-
/** Checks for all expressions in this list. */
|
|
1956
|
-
and?: OrgPermissionDefaultPermissionFilter[];
|
|
1957
|
-
/** Filter by the object’s `createdAt` field. */
|
|
1958
|
-
createdAt?: DatetimeFilter;
|
|
1959
|
-
/** Filter by the object’s `entityId` field. */
|
|
1960
|
-
entityId?: UUIDFilter;
|
|
1961
|
-
/** Filter by the object’s `id` field. */
|
|
1962
|
-
id?: UUIDFilter;
|
|
1963
|
-
/** Negates the expression. */
|
|
1964
|
-
not?: OrgPermissionDefaultPermissionFilter;
|
|
1965
|
-
/** Checks for any expressions in this list. */
|
|
1966
|
-
or?: OrgPermissionDefaultPermissionFilter[];
|
|
1967
|
-
/** Filter by the object’s `permission` relation. */
|
|
1968
|
-
permission?: OrgPermissionFilter;
|
|
1969
|
-
/** Filter by the object’s `permissionId` field. */
|
|
1970
|
-
permissionId?: UUIDFilter;
|
|
1971
|
-
/** Filter by the object’s `updatedAt` field. */
|
|
1972
|
-
updatedAt?: DatetimeFilter;
|
|
1973
|
-
}
|
|
1974
|
-
/** An input for mutations affecting `OrgPermissionDefaultPermission` */
|
|
1975
|
-
export interface OrgPermissionDefaultPermissionInput {
|
|
2996
|
+
/** An input for mutations affecting `OrgProfile` */
|
|
2997
|
+
export interface OrgProfileInput {
|
|
2998
|
+
/** Pre-computed capability bitmask aggregating all capabilities in this profile */
|
|
2999
|
+
capabilities?: string;
|
|
1976
3000
|
createdAt?: string;
|
|
1977
|
-
/**
|
|
1978
|
-
|
|
3001
|
+
/** Human-readable description of this profile and its intended use */
|
|
3002
|
+
description?: string;
|
|
3003
|
+
/** Scopes this profile to a specific entity; NULL means it is a global profile */
|
|
3004
|
+
entityId?: string;
|
|
1979
3005
|
id?: string;
|
|
1980
|
-
/**
|
|
1981
|
-
|
|
3006
|
+
/** The default profile is automatically assigned to new members when they join */
|
|
3007
|
+
isDefault?: boolean;
|
|
3008
|
+
/** System profiles are built-in and cannot be deleted or renamed by users */
|
|
3009
|
+
isSystem?: boolean;
|
|
3010
|
+
/** Display name for this profile (e.g. Admin, Editor, Viewer) */
|
|
3011
|
+
name: string;
|
|
3012
|
+
/** URL-safe identifier for this profile, used in API references */
|
|
3013
|
+
slug: string;
|
|
1982
3014
|
updatedAt?: string;
|
|
1983
3015
|
}
|
|
1984
|
-
/** Represents an update to a `
|
|
1985
|
-
export interface
|
|
3016
|
+
/** Represents an update to a `OrgProfile`. Fields that are set will be updated. */
|
|
3017
|
+
export interface OrgProfilePatch {
|
|
3018
|
+
/** Pre-computed capability bitmask aggregating all capabilities in this profile */
|
|
3019
|
+
capabilities?: string;
|
|
1986
3020
|
createdAt?: string;
|
|
1987
|
-
/**
|
|
3021
|
+
/** Human-readable description of this profile and its intended use */
|
|
3022
|
+
description?: string;
|
|
3023
|
+
/** Scopes this profile to a specific entity; NULL means it is a global profile */
|
|
1988
3024
|
entityId?: string;
|
|
1989
3025
|
id?: string;
|
|
1990
|
-
/**
|
|
1991
|
-
|
|
3026
|
+
/** The default profile is automatically assigned to new members when they join */
|
|
3027
|
+
isDefault?: boolean;
|
|
3028
|
+
/** System profiles are built-in and cannot be deleted or renamed by users */
|
|
3029
|
+
isSystem?: boolean;
|
|
3030
|
+
/** Display name for this profile (e.g. Admin, Editor, Viewer) */
|
|
3031
|
+
name?: string;
|
|
3032
|
+
/** URL-safe identifier for this profile, used in API references */
|
|
3033
|
+
slug?: string;
|
|
1992
3034
|
updatedAt?: string;
|
|
1993
3035
|
}
|
|
1994
|
-
/** A filter to be used against `
|
|
1995
|
-
export interface
|
|
3036
|
+
/** A filter to be used against `OrgProfileTemplate` object types. All fields are combined with a logical ‘and.’ */
|
|
3037
|
+
export interface OrgProfileTemplateFilter {
|
|
1996
3038
|
/** Checks for all expressions in this list. */
|
|
1997
|
-
and?:
|
|
1998
|
-
/** Filter by the object’s `
|
|
1999
|
-
|
|
2000
|
-
/** Filter by the object’s `
|
|
2001
|
-
|
|
3039
|
+
and?: OrgProfileTemplateFilter[];
|
|
3040
|
+
/** Filter by the object’s `capabilities` field. */
|
|
3041
|
+
capabilities?: BitStringFilter;
|
|
3042
|
+
/** Filter by the object’s `createdAt` field. */
|
|
3043
|
+
createdAt?: DatetimeFilter;
|
|
2002
3044
|
/** Filter by the object’s `description` field. */
|
|
2003
3045
|
description?: StringFilter;
|
|
2004
3046
|
/** Filter by the object’s `id` field. */
|
|
2005
3047
|
id?: UUIDFilter;
|
|
3048
|
+
/** Filter by the object’s `isDefault` field. */
|
|
3049
|
+
isDefault?: BooleanFilter;
|
|
2006
3050
|
/** Filter by the object’s `name` field. */
|
|
2007
3051
|
name?: StringFilter;
|
|
2008
3052
|
/** Negates the expression. */
|
|
2009
|
-
not?:
|
|
3053
|
+
not?: OrgProfileTemplateFilter;
|
|
2010
3054
|
/** Checks for any expressions in this list. */
|
|
2011
|
-
or?:
|
|
2012
|
-
/** Filter by the object’s `
|
|
2013
|
-
|
|
2014
|
-
/** `
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
/** Position of this permission in the bitmask (1-indexed), must be unique per permission set */
|
|
2024
|
-
bitnum?: number;
|
|
2025
|
-
/** Pre-computed bitmask with only this permission bit set, used for bitwise OR/AND operations */
|
|
2026
|
-
bitstr?: string;
|
|
2027
|
-
/** Human-readable description of what this permission allows */
|
|
3055
|
+
or?: OrgProfileTemplateFilter[];
|
|
3056
|
+
/** Filter by the object’s `slug` field. */
|
|
3057
|
+
slug?: StringFilter;
|
|
3058
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
3059
|
+
updatedAt?: DatetimeFilter;
|
|
3060
|
+
}
|
|
3061
|
+
/** An input for mutations affecting `OrgProfileTemplate` */
|
|
3062
|
+
export interface OrgProfileTemplateInput {
|
|
3063
|
+
/** Pre-computed capability bitmask for the seeded profile */
|
|
3064
|
+
capabilities?: string;
|
|
3065
|
+
createdAt?: string;
|
|
3066
|
+
/** Human-readable description of this template profile */
|
|
2028
3067
|
description?: string;
|
|
2029
3068
|
id?: string;
|
|
2030
|
-
/**
|
|
2031
|
-
|
|
3069
|
+
/** Whether the seeded profile should be the default for new members */
|
|
3070
|
+
isDefault?: boolean;
|
|
3071
|
+
/** Display name for the template profile (e.g. Admin, Editor, Viewer) */
|
|
3072
|
+
name: string;
|
|
3073
|
+
/** URL-safe identifier for the template profile */
|
|
3074
|
+
slug: string;
|
|
3075
|
+
updatedAt?: string;
|
|
2032
3076
|
}
|
|
2033
|
-
/** Represents an update to a `
|
|
2034
|
-
export interface
|
|
2035
|
-
/**
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
/** Human-readable description of what this permission allows */
|
|
3077
|
+
/** Represents an update to a `OrgProfileTemplate`. Fields that are set will be updated. */
|
|
3078
|
+
export interface OrgProfileTemplatePatch {
|
|
3079
|
+
/** Pre-computed capability bitmask for the seeded profile */
|
|
3080
|
+
capabilities?: string;
|
|
3081
|
+
createdAt?: string;
|
|
3082
|
+
/** Human-readable description of this template profile */
|
|
2040
3083
|
description?: string;
|
|
2041
3084
|
id?: string;
|
|
2042
|
-
/**
|
|
3085
|
+
/** Whether the seeded profile should be the default for new members */
|
|
3086
|
+
isDefault?: boolean;
|
|
3087
|
+
/** Display name for the template profile (e.g. Admin, Editor, Viewer) */
|
|
2043
3088
|
name?: string;
|
|
3089
|
+
/** URL-safe identifier for the template profile */
|
|
3090
|
+
slug?: string;
|
|
3091
|
+
updatedAt?: string;
|
|
3092
|
+
}
|
|
3093
|
+
/** A filter to be used against many `OrgInvite` object types. All fields are combined with a logical ‘and.’ */
|
|
3094
|
+
export interface OrgProfileToManyOrgInviteFilter {
|
|
3095
|
+
/** Filters to entities where every related entity matches. */
|
|
3096
|
+
every?: OrgInviteFilter;
|
|
3097
|
+
/** Filters to entities where no related entity matches. */
|
|
3098
|
+
none?: OrgInviteFilter;
|
|
3099
|
+
/** Filters to entities where at least one related entity matches. */
|
|
3100
|
+
some?: OrgInviteFilter;
|
|
3101
|
+
}
|
|
3102
|
+
/** A filter to be used against many `OrgMembership` object types. All fields are combined with a logical ‘and.’ */
|
|
3103
|
+
export interface OrgProfileToManyOrgMembershipFilter {
|
|
3104
|
+
/** Filters to entities where every related entity matches. */
|
|
3105
|
+
every?: OrgMembershipFilter;
|
|
3106
|
+
/** Filters to entities where no related entity matches. */
|
|
3107
|
+
none?: OrgMembershipFilter;
|
|
3108
|
+
/** Filters to entities where at least one related entity matches. */
|
|
3109
|
+
some?: OrgMembershipFilter;
|
|
2044
3110
|
}
|
|
2045
|
-
/** A filter to be used against many `
|
|
2046
|
-
export interface
|
|
3111
|
+
/** A filter to be used against many `OrgMembershipProfile` object types. All fields are combined with a logical ‘and.’ */
|
|
3112
|
+
export interface OrgProfileToManyOrgMembershipProfileFilter {
|
|
2047
3113
|
/** Filters to entities where every related entity matches. */
|
|
2048
|
-
every?:
|
|
3114
|
+
every?: OrgMembershipProfileFilter;
|
|
2049
3115
|
/** Filters to entities where no related entity matches. */
|
|
2050
|
-
none?:
|
|
3116
|
+
none?: OrgMembershipProfileFilter;
|
|
2051
3117
|
/** Filters to entities where at least one related entity matches. */
|
|
2052
|
-
some?:
|
|
3118
|
+
some?: OrgMembershipProfileFilter;
|
|
2053
3119
|
}
|
|
2054
|
-
/** A filter to be used against many `
|
|
2055
|
-
export interface
|
|
3120
|
+
/** A filter to be used against many `OrgProfileCapability` object types. All fields are combined with a logical ‘and.’ */
|
|
3121
|
+
export interface OrgProfileToManyOrgProfileCapabilityFilter {
|
|
2056
3122
|
/** Filters to entities where every related entity matches. */
|
|
2057
|
-
every?:
|
|
3123
|
+
every?: OrgProfileCapabilityFilter;
|
|
2058
3124
|
/** Filters to entities where no related entity matches. */
|
|
2059
|
-
none?:
|
|
3125
|
+
none?: OrgProfileCapabilityFilter;
|
|
2060
3126
|
/** Filters to entities where at least one related entity matches. */
|
|
2061
|
-
some?:
|
|
3127
|
+
some?: OrgProfileCapabilityFilter;
|
|
3128
|
+
}
|
|
3129
|
+
/** A filter to be used against many `OrgProfileDefinitionGrant` object types. All fields are combined with a logical ‘and.’ */
|
|
3130
|
+
export interface OrgProfileToManyOrgProfileDefinitionGrantFilter {
|
|
3131
|
+
/** Filters to entities where every related entity matches. */
|
|
3132
|
+
every?: OrgProfileDefinitionGrantFilter;
|
|
3133
|
+
/** Filters to entities where no related entity matches. */
|
|
3134
|
+
none?: OrgProfileDefinitionGrantFilter;
|
|
3135
|
+
/** Filters to entities where at least one related entity matches. */
|
|
3136
|
+
some?: OrgProfileDefinitionGrantFilter;
|
|
3137
|
+
}
|
|
3138
|
+
/** A filter to be used against many `OrgProfileGrant` object types. All fields are combined with a logical ‘and.’ */
|
|
3139
|
+
export interface OrgProfileToManyOrgProfileGrantFilter {
|
|
3140
|
+
/** Filters to entities where every related entity matches. */
|
|
3141
|
+
every?: OrgProfileGrantFilter;
|
|
3142
|
+
/** Filters to entities where no related entity matches. */
|
|
3143
|
+
none?: OrgProfileGrantFilter;
|
|
3144
|
+
/** Filters to entities where at least one related entity matches. */
|
|
3145
|
+
some?: OrgProfileGrantFilter;
|
|
2062
3146
|
}
|
|
2063
3147
|
export interface ProvisionBucketInput {
|
|
2064
3148
|
/** The logical bucket key (e.g., "public", "private") */
|
|
@@ -2083,6 +3167,30 @@ export interface UpdateAppAdminGrantInput {
|
|
|
2083
3167
|
clientMutationId?: string;
|
|
2084
3168
|
id: string;
|
|
2085
3169
|
}
|
|
3170
|
+
export interface UpdateAppCapabilityDefaultCapabilityInput {
|
|
3171
|
+
/** An object where the defined keys will be set on the `AppCapabilityDefaultCapability` being updated. */
|
|
3172
|
+
appCapabilityDefaultCapabilityPatch: AppCapabilityDefaultCapabilityPatch;
|
|
3173
|
+
clientMutationId?: string;
|
|
3174
|
+
id: string;
|
|
3175
|
+
}
|
|
3176
|
+
export interface UpdateAppCapabilityDefaultGrantInput {
|
|
3177
|
+
/** An object where the defined keys will be set on the `AppCapabilityDefaultGrant` being updated. */
|
|
3178
|
+
appCapabilityDefaultGrantPatch: AppCapabilityDefaultGrantPatch;
|
|
3179
|
+
clientMutationId?: string;
|
|
3180
|
+
id: string;
|
|
3181
|
+
}
|
|
3182
|
+
export interface UpdateAppCapabilityDefaultInput {
|
|
3183
|
+
/** An object where the defined keys will be set on the `AppCapabilityDefault` being updated. */
|
|
3184
|
+
appCapabilityDefaultPatch: AppCapabilityDefaultPatch;
|
|
3185
|
+
clientMutationId?: string;
|
|
3186
|
+
id: string;
|
|
3187
|
+
}
|
|
3188
|
+
export interface UpdateAppCapabilityInput {
|
|
3189
|
+
/** An object where the defined keys will be set on the `AppCapability` being updated. */
|
|
3190
|
+
appCapabilityPatch: AppCapabilityPatch;
|
|
3191
|
+
clientMutationId?: string;
|
|
3192
|
+
id: string;
|
|
3193
|
+
}
|
|
2086
3194
|
export interface UpdateAppClaimedInviteInput {
|
|
2087
3195
|
/** An object where the defined keys will be set on the `AppClaimedInvite` being updated. */
|
|
2088
3196
|
appClaimedInvitePatch: AppClaimedInvitePatch;
|
|
@@ -2113,33 +3221,45 @@ export interface UpdateAppMembershipInput {
|
|
|
2113
3221
|
clientMutationId?: string;
|
|
2114
3222
|
id: string;
|
|
2115
3223
|
}
|
|
3224
|
+
export interface UpdateAppMembershipProfileInput {
|
|
3225
|
+
/** An object where the defined keys will be set on the `AppMembershipProfile` being updated. */
|
|
3226
|
+
appMembershipProfilePatch: AppMembershipProfilePatch;
|
|
3227
|
+
clientMutationId?: string;
|
|
3228
|
+
id: string;
|
|
3229
|
+
}
|
|
2116
3230
|
export interface UpdateAppOwnerGrantInput {
|
|
2117
3231
|
/** An object where the defined keys will be set on the `AppOwnerGrant` being updated. */
|
|
2118
3232
|
appOwnerGrantPatch: AppOwnerGrantPatch;
|
|
2119
3233
|
clientMutationId?: string;
|
|
2120
3234
|
id: string;
|
|
2121
3235
|
}
|
|
2122
|
-
export interface
|
|
2123
|
-
/** An object where the defined keys will be set on the `
|
|
2124
|
-
|
|
3236
|
+
export interface UpdateAppProfileCapabilityInput {
|
|
3237
|
+
/** An object where the defined keys will be set on the `AppProfileCapability` being updated. */
|
|
3238
|
+
appProfileCapabilityPatch: AppProfileCapabilityPatch;
|
|
3239
|
+
clientMutationId?: string;
|
|
3240
|
+
id: string;
|
|
3241
|
+
}
|
|
3242
|
+
export interface UpdateAppProfileDefinitionGrantInput {
|
|
3243
|
+
/** An object where the defined keys will be set on the `AppProfileDefinitionGrant` being updated. */
|
|
3244
|
+
appProfileDefinitionGrantPatch: AppProfileDefinitionGrantPatch;
|
|
2125
3245
|
clientMutationId?: string;
|
|
2126
3246
|
id: string;
|
|
2127
3247
|
}
|
|
2128
|
-
export interface
|
|
2129
|
-
/** An object where the defined keys will be set on the `
|
|
2130
|
-
|
|
3248
|
+
export interface UpdateAppProfileGrantInput {
|
|
3249
|
+
/** An object where the defined keys will be set on the `AppProfileGrant` being updated. */
|
|
3250
|
+
appProfileGrantPatch: AppProfileGrantPatch;
|
|
2131
3251
|
clientMutationId?: string;
|
|
2132
3252
|
id: string;
|
|
2133
3253
|
}
|
|
2134
|
-
export interface
|
|
2135
|
-
/** An object where the defined keys will be set on the `
|
|
2136
|
-
|
|
3254
|
+
export interface UpdateAppProfileInput {
|
|
3255
|
+
/** An object where the defined keys will be set on the `AppProfile` being updated. */
|
|
3256
|
+
appProfilePatch: AppProfilePatch;
|
|
2137
3257
|
clientMutationId?: string;
|
|
2138
3258
|
id: string;
|
|
2139
3259
|
}
|
|
2140
|
-
export interface
|
|
2141
|
-
/** An object where the defined keys will be set on the `
|
|
2142
|
-
|
|
3260
|
+
export interface UpdateAppProfileTemplateInput {
|
|
3261
|
+
/** An object where the defined keys will be set on the `AppProfileTemplate` being updated. */
|
|
3262
|
+
appProfileTemplatePatch: AppProfileTemplatePatch;
|
|
2143
3263
|
clientMutationId?: string;
|
|
2144
3264
|
id: string;
|
|
2145
3265
|
}
|
|
@@ -2156,6 +3276,30 @@ export interface UpdateOrgAdminGrantInput {
|
|
|
2156
3276
|
/** An object where the defined keys will be set on the `OrgAdminGrant` being updated. */
|
|
2157
3277
|
orgAdminGrantPatch: OrgAdminGrantPatch;
|
|
2158
3278
|
}
|
|
3279
|
+
export interface UpdateOrgCapabilityDefaultCapabilityInput {
|
|
3280
|
+
clientMutationId?: string;
|
|
3281
|
+
id: string;
|
|
3282
|
+
/** An object where the defined keys will be set on the `OrgCapabilityDefaultCapability` being updated. */
|
|
3283
|
+
orgCapabilityDefaultCapabilityPatch: OrgCapabilityDefaultCapabilityPatch;
|
|
3284
|
+
}
|
|
3285
|
+
export interface UpdateOrgCapabilityDefaultGrantInput {
|
|
3286
|
+
clientMutationId?: string;
|
|
3287
|
+
id: string;
|
|
3288
|
+
/** An object where the defined keys will be set on the `OrgCapabilityDefaultGrant` being updated. */
|
|
3289
|
+
orgCapabilityDefaultGrantPatch: OrgCapabilityDefaultGrantPatch;
|
|
3290
|
+
}
|
|
3291
|
+
export interface UpdateOrgCapabilityDefaultInput {
|
|
3292
|
+
clientMutationId?: string;
|
|
3293
|
+
id: string;
|
|
3294
|
+
/** An object where the defined keys will be set on the `OrgCapabilityDefault` being updated. */
|
|
3295
|
+
orgCapabilityDefaultPatch: OrgCapabilityDefaultPatch;
|
|
3296
|
+
}
|
|
3297
|
+
export interface UpdateOrgCapabilityInput {
|
|
3298
|
+
clientMutationId?: string;
|
|
3299
|
+
id: string;
|
|
3300
|
+
/** An object where the defined keys will be set on the `OrgCapability` being updated. */
|
|
3301
|
+
orgCapabilityPatch: OrgCapabilityPatch;
|
|
3302
|
+
}
|
|
2159
3303
|
export interface UpdateOrgChartEdgeGrantInput {
|
|
2160
3304
|
clientMutationId?: string;
|
|
2161
3305
|
id: string;
|
|
@@ -2210,6 +3354,12 @@ export interface UpdateOrgMembershipInput {
|
|
|
2210
3354
|
/** An object where the defined keys will be set on the `OrgMembership` being updated. */
|
|
2211
3355
|
orgMembershipPatch: OrgMembershipPatch;
|
|
2212
3356
|
}
|
|
3357
|
+
export interface UpdateOrgMembershipProfileInput {
|
|
3358
|
+
clientMutationId?: string;
|
|
3359
|
+
id: string;
|
|
3360
|
+
/** An object where the defined keys will be set on the `OrgMembershipProfile` being updated. */
|
|
3361
|
+
orgMembershipProfilePatch: OrgMembershipProfilePatch;
|
|
3362
|
+
}
|
|
2213
3363
|
export interface UpdateOrgMembershipSettingInput {
|
|
2214
3364
|
clientMutationId?: string;
|
|
2215
3365
|
id: string;
|
|
@@ -2222,29 +3372,35 @@ export interface UpdateOrgOwnerGrantInput {
|
|
|
2222
3372
|
/** An object where the defined keys will be set on the `OrgOwnerGrant` being updated. */
|
|
2223
3373
|
orgOwnerGrantPatch: OrgOwnerGrantPatch;
|
|
2224
3374
|
}
|
|
2225
|
-
export interface
|
|
3375
|
+
export interface UpdateOrgProfileCapabilityInput {
|
|
3376
|
+
clientMutationId?: string;
|
|
3377
|
+
id: string;
|
|
3378
|
+
/** An object where the defined keys will be set on the `OrgProfileCapability` being updated. */
|
|
3379
|
+
orgProfileCapabilityPatch: OrgProfileCapabilityPatch;
|
|
3380
|
+
}
|
|
3381
|
+
export interface UpdateOrgProfileDefinitionGrantInput {
|
|
2226
3382
|
clientMutationId?: string;
|
|
2227
3383
|
id: string;
|
|
2228
|
-
/** An object where the defined keys will be set on the `
|
|
2229
|
-
|
|
3384
|
+
/** An object where the defined keys will be set on the `OrgProfileDefinitionGrant` being updated. */
|
|
3385
|
+
orgProfileDefinitionGrantPatch: OrgProfileDefinitionGrantPatch;
|
|
2230
3386
|
}
|
|
2231
|
-
export interface
|
|
3387
|
+
export interface UpdateOrgProfileGrantInput {
|
|
2232
3388
|
clientMutationId?: string;
|
|
2233
3389
|
id: string;
|
|
2234
|
-
/** An object where the defined keys will be set on the `
|
|
2235
|
-
|
|
3390
|
+
/** An object where the defined keys will be set on the `OrgProfileGrant` being updated. */
|
|
3391
|
+
orgProfileGrantPatch: OrgProfileGrantPatch;
|
|
2236
3392
|
}
|
|
2237
|
-
export interface
|
|
3393
|
+
export interface UpdateOrgProfileInput {
|
|
2238
3394
|
clientMutationId?: string;
|
|
2239
3395
|
id: string;
|
|
2240
|
-
/** An object where the defined keys will be set on the `
|
|
2241
|
-
|
|
3396
|
+
/** An object where the defined keys will be set on the `OrgProfile` being updated. */
|
|
3397
|
+
orgProfilePatch: OrgProfilePatch;
|
|
2242
3398
|
}
|
|
2243
|
-
export interface
|
|
3399
|
+
export interface UpdateOrgProfileTemplateInput {
|
|
2244
3400
|
clientMutationId?: string;
|
|
2245
3401
|
id: string;
|
|
2246
|
-
/** An object where the defined keys will be set on the `
|
|
2247
|
-
|
|
3402
|
+
/** An object where the defined keys will be set on the `OrgProfileTemplate` being updated. */
|
|
3403
|
+
orgProfileTemplatePatch: OrgProfileTemplatePatch;
|
|
2248
3404
|
}
|
|
2249
3405
|
/** Root meta schema type */
|
|
2250
3406
|
export interface MetaSchema {
|
|
@@ -2257,6 +3413,34 @@ export interface AppAdminGrantConnection {
|
|
|
2257
3413
|
pageInfo: PageInfo;
|
|
2258
3414
|
totalCount: number;
|
|
2259
3415
|
}
|
|
3416
|
+
/** A connection to a list of `AppCapability` values. */
|
|
3417
|
+
export interface AppCapabilityConnection {
|
|
3418
|
+
edges: AppCapabilityEdge[];
|
|
3419
|
+
nodes: AppCapability[];
|
|
3420
|
+
pageInfo: PageInfo;
|
|
3421
|
+
totalCount: number;
|
|
3422
|
+
}
|
|
3423
|
+
/** A connection to a list of `AppCapabilityDefaultCapability` values. */
|
|
3424
|
+
export interface AppCapabilityDefaultCapabilityConnection {
|
|
3425
|
+
edges: AppCapabilityDefaultCapabilityEdge[];
|
|
3426
|
+
nodes: AppCapabilityDefaultCapability[];
|
|
3427
|
+
pageInfo: PageInfo;
|
|
3428
|
+
totalCount: number;
|
|
3429
|
+
}
|
|
3430
|
+
/** A connection to a list of `AppCapabilityDefaultGrant` values. */
|
|
3431
|
+
export interface AppCapabilityDefaultGrantConnection {
|
|
3432
|
+
edges: AppCapabilityDefaultGrantEdge[];
|
|
3433
|
+
nodes: AppCapabilityDefaultGrant[];
|
|
3434
|
+
pageInfo: PageInfo;
|
|
3435
|
+
totalCount: number;
|
|
3436
|
+
}
|
|
3437
|
+
/** A connection to a list of `AppCapabilityDefault` values. */
|
|
3438
|
+
export interface AppCapabilityDefaultConnection {
|
|
3439
|
+
edges: AppCapabilityDefaultEdge[];
|
|
3440
|
+
nodes: AppCapabilityDefault[];
|
|
3441
|
+
pageInfo: PageInfo;
|
|
3442
|
+
totalCount: number;
|
|
3443
|
+
}
|
|
2260
3444
|
/** A connection to a list of `AppClaimedInvite` values. */
|
|
2261
3445
|
export interface AppClaimedInviteConnection {
|
|
2262
3446
|
edges: AppClaimedInviteEdge[];
|
|
@@ -2285,6 +3469,13 @@ export interface AppMembershipDefaultConnection {
|
|
|
2285
3469
|
pageInfo: PageInfo;
|
|
2286
3470
|
totalCount: number;
|
|
2287
3471
|
}
|
|
3472
|
+
/** A connection to a list of `AppMembershipProfile` values. */
|
|
3473
|
+
export interface AppMembershipProfileConnection {
|
|
3474
|
+
edges: AppMembershipProfileEdge[];
|
|
3475
|
+
nodes: AppMembershipProfile[];
|
|
3476
|
+
pageInfo: PageInfo;
|
|
3477
|
+
totalCount: number;
|
|
3478
|
+
}
|
|
2288
3479
|
/** A connection to a list of `AppMembership` values. */
|
|
2289
3480
|
export interface AppMembershipConnection {
|
|
2290
3481
|
edges: AppMembershipEdge[];
|
|
@@ -2299,31 +3490,38 @@ export interface AppOwnerGrantConnection {
|
|
|
2299
3490
|
pageInfo: PageInfo;
|
|
2300
3491
|
totalCount: number;
|
|
2301
3492
|
}
|
|
2302
|
-
/** A connection to a list of `
|
|
2303
|
-
export interface
|
|
2304
|
-
edges:
|
|
2305
|
-
nodes:
|
|
3493
|
+
/** A connection to a list of `AppProfileCapability` values. */
|
|
3494
|
+
export interface AppProfileCapabilityConnection {
|
|
3495
|
+
edges: AppProfileCapabilityEdge[];
|
|
3496
|
+
nodes: AppProfileCapability[];
|
|
3497
|
+
pageInfo: PageInfo;
|
|
3498
|
+
totalCount: number;
|
|
3499
|
+
}
|
|
3500
|
+
/** A connection to a list of `AppProfileDefinitionGrant` values. */
|
|
3501
|
+
export interface AppProfileDefinitionGrantConnection {
|
|
3502
|
+
edges: AppProfileDefinitionGrantEdge[];
|
|
3503
|
+
nodes: AppProfileDefinitionGrant[];
|
|
2306
3504
|
pageInfo: PageInfo;
|
|
2307
3505
|
totalCount: number;
|
|
2308
3506
|
}
|
|
2309
|
-
/** A connection to a list of `
|
|
2310
|
-
export interface
|
|
2311
|
-
edges:
|
|
2312
|
-
nodes:
|
|
3507
|
+
/** A connection to a list of `AppProfileGrant` values. */
|
|
3508
|
+
export interface AppProfileGrantConnection {
|
|
3509
|
+
edges: AppProfileGrantEdge[];
|
|
3510
|
+
nodes: AppProfileGrant[];
|
|
2313
3511
|
pageInfo: PageInfo;
|
|
2314
3512
|
totalCount: number;
|
|
2315
3513
|
}
|
|
2316
|
-
/** A connection to a list of `
|
|
2317
|
-
export interface
|
|
2318
|
-
edges:
|
|
2319
|
-
nodes:
|
|
3514
|
+
/** A connection to a list of `AppProfileTemplate` values. */
|
|
3515
|
+
export interface AppProfileTemplateConnection {
|
|
3516
|
+
edges: AppProfileTemplateEdge[];
|
|
3517
|
+
nodes: AppProfileTemplate[];
|
|
2320
3518
|
pageInfo: PageInfo;
|
|
2321
3519
|
totalCount: number;
|
|
2322
3520
|
}
|
|
2323
|
-
/** A connection to a list of `
|
|
2324
|
-
export interface
|
|
2325
|
-
edges:
|
|
2326
|
-
nodes:
|
|
3521
|
+
/** A connection to a list of `AppProfile` values. */
|
|
3522
|
+
export interface AppProfileConnection {
|
|
3523
|
+
edges: AppProfileEdge[];
|
|
3524
|
+
nodes: AppProfile[];
|
|
2327
3525
|
pageInfo: PageInfo;
|
|
2328
3526
|
totalCount: number;
|
|
2329
3527
|
}
|
|
@@ -2341,6 +3539,34 @@ export interface OrgAdminGrantConnection {
|
|
|
2341
3539
|
pageInfo: PageInfo;
|
|
2342
3540
|
totalCount: number;
|
|
2343
3541
|
}
|
|
3542
|
+
/** A connection to a list of `OrgCapability` values. */
|
|
3543
|
+
export interface OrgCapabilityConnection {
|
|
3544
|
+
edges: OrgCapabilityEdge[];
|
|
3545
|
+
nodes: OrgCapability[];
|
|
3546
|
+
pageInfo: PageInfo;
|
|
3547
|
+
totalCount: number;
|
|
3548
|
+
}
|
|
3549
|
+
/** A connection to a list of `OrgCapabilityDefaultCapability` values. */
|
|
3550
|
+
export interface OrgCapabilityDefaultCapabilityConnection {
|
|
3551
|
+
edges: OrgCapabilityDefaultCapabilityEdge[];
|
|
3552
|
+
nodes: OrgCapabilityDefaultCapability[];
|
|
3553
|
+
pageInfo: PageInfo;
|
|
3554
|
+
totalCount: number;
|
|
3555
|
+
}
|
|
3556
|
+
/** A connection to a list of `OrgCapabilityDefaultGrant` values. */
|
|
3557
|
+
export interface OrgCapabilityDefaultGrantConnection {
|
|
3558
|
+
edges: OrgCapabilityDefaultGrantEdge[];
|
|
3559
|
+
nodes: OrgCapabilityDefaultGrant[];
|
|
3560
|
+
pageInfo: PageInfo;
|
|
3561
|
+
totalCount: number;
|
|
3562
|
+
}
|
|
3563
|
+
/** A connection to a list of `OrgCapabilityDefault` values. */
|
|
3564
|
+
export interface OrgCapabilityDefaultConnection {
|
|
3565
|
+
edges: OrgCapabilityDefaultEdge[];
|
|
3566
|
+
nodes: OrgCapabilityDefault[];
|
|
3567
|
+
pageInfo: PageInfo;
|
|
3568
|
+
totalCount: number;
|
|
3569
|
+
}
|
|
2344
3570
|
/** A connection to a list of `OrgChartEdgeGrant` values. */
|
|
2345
3571
|
export interface OrgChartEdgeGrantConnection {
|
|
2346
3572
|
edges: OrgChartEdgeGrantEdge[];
|
|
@@ -2411,6 +3637,13 @@ export interface OrgMembershipDefaultConnection {
|
|
|
2411
3637
|
pageInfo: PageInfo;
|
|
2412
3638
|
totalCount: number;
|
|
2413
3639
|
}
|
|
3640
|
+
/** A connection to a list of `OrgMembershipProfile` values. */
|
|
3641
|
+
export interface OrgMembershipProfileConnection {
|
|
3642
|
+
edges: OrgMembershipProfileEdge[];
|
|
3643
|
+
nodes: OrgMembershipProfile[];
|
|
3644
|
+
pageInfo: PageInfo;
|
|
3645
|
+
totalCount: number;
|
|
3646
|
+
}
|
|
2414
3647
|
/** A connection to a list of `OrgMembershipSetting` values. */
|
|
2415
3648
|
export interface OrgMembershipSettingConnection {
|
|
2416
3649
|
edges: OrgMembershipSettingEdge[];
|
|
@@ -2432,31 +3665,38 @@ export interface OrgOwnerGrantConnection {
|
|
|
2432
3665
|
pageInfo: PageInfo;
|
|
2433
3666
|
totalCount: number;
|
|
2434
3667
|
}
|
|
2435
|
-
/** A connection to a list of `
|
|
2436
|
-
export interface
|
|
2437
|
-
edges:
|
|
2438
|
-
nodes:
|
|
3668
|
+
/** A connection to a list of `OrgProfileCapability` values. */
|
|
3669
|
+
export interface OrgProfileCapabilityConnection {
|
|
3670
|
+
edges: OrgProfileCapabilityEdge[];
|
|
3671
|
+
nodes: OrgProfileCapability[];
|
|
3672
|
+
pageInfo: PageInfo;
|
|
3673
|
+
totalCount: number;
|
|
3674
|
+
}
|
|
3675
|
+
/** A connection to a list of `OrgProfileDefinitionGrant` values. */
|
|
3676
|
+
export interface OrgProfileDefinitionGrantConnection {
|
|
3677
|
+
edges: OrgProfileDefinitionGrantEdge[];
|
|
3678
|
+
nodes: OrgProfileDefinitionGrant[];
|
|
2439
3679
|
pageInfo: PageInfo;
|
|
2440
3680
|
totalCount: number;
|
|
2441
3681
|
}
|
|
2442
|
-
/** A connection to a list of `
|
|
2443
|
-
export interface
|
|
2444
|
-
edges:
|
|
2445
|
-
nodes:
|
|
3682
|
+
/** A connection to a list of `OrgProfileGrant` values. */
|
|
3683
|
+
export interface OrgProfileGrantConnection {
|
|
3684
|
+
edges: OrgProfileGrantEdge[];
|
|
3685
|
+
nodes: OrgProfileGrant[];
|
|
2446
3686
|
pageInfo: PageInfo;
|
|
2447
3687
|
totalCount: number;
|
|
2448
3688
|
}
|
|
2449
|
-
/** A connection to a list of `
|
|
2450
|
-
export interface
|
|
2451
|
-
edges:
|
|
2452
|
-
nodes:
|
|
3689
|
+
/** A connection to a list of `OrgProfileTemplate` values. */
|
|
3690
|
+
export interface OrgProfileTemplateConnection {
|
|
3691
|
+
edges: OrgProfileTemplateEdge[];
|
|
3692
|
+
nodes: OrgProfileTemplate[];
|
|
2453
3693
|
pageInfo: PageInfo;
|
|
2454
3694
|
totalCount: number;
|
|
2455
3695
|
}
|
|
2456
|
-
/** A connection to a list of `
|
|
2457
|
-
export interface
|
|
2458
|
-
edges:
|
|
2459
|
-
nodes:
|
|
3696
|
+
/** A connection to a list of `OrgProfile` values. */
|
|
3697
|
+
export interface OrgProfileConnection {
|
|
3698
|
+
edges: OrgProfileEdge[];
|
|
3699
|
+
nodes: OrgProfile[];
|
|
2460
3700
|
pageInfo: PageInfo;
|
|
2461
3701
|
totalCount: number;
|
|
2462
3702
|
}
|
|
@@ -2466,6 +3706,30 @@ export interface CreateAppAdminGrantPayload {
|
|
|
2466
3706
|
appAdminGrantEdge?: AppAdminGrantEdge | null;
|
|
2467
3707
|
clientMutationId?: string | null;
|
|
2468
3708
|
}
|
|
3709
|
+
export interface CreateAppCapabilityPayload {
|
|
3710
|
+
/** The `AppCapability` that was created by this mutation. */
|
|
3711
|
+
appCapability?: AppCapability | null;
|
|
3712
|
+
appCapabilityEdge?: AppCapabilityEdge | null;
|
|
3713
|
+
clientMutationId?: string | null;
|
|
3714
|
+
}
|
|
3715
|
+
export interface CreateAppCapabilityDefaultPayload {
|
|
3716
|
+
/** The `AppCapabilityDefault` that was created by this mutation. */
|
|
3717
|
+
appCapabilityDefault?: AppCapabilityDefault | null;
|
|
3718
|
+
appCapabilityDefaultEdge?: AppCapabilityDefaultEdge | null;
|
|
3719
|
+
clientMutationId?: string | null;
|
|
3720
|
+
}
|
|
3721
|
+
export interface CreateAppCapabilityDefaultCapabilityPayload {
|
|
3722
|
+
/** The `AppCapabilityDefaultCapability` that was created by this mutation. */
|
|
3723
|
+
appCapabilityDefaultCapability?: AppCapabilityDefaultCapability | null;
|
|
3724
|
+
appCapabilityDefaultCapabilityEdge?: AppCapabilityDefaultCapabilityEdge | null;
|
|
3725
|
+
clientMutationId?: string | null;
|
|
3726
|
+
}
|
|
3727
|
+
export interface CreateAppCapabilityDefaultGrantPayload {
|
|
3728
|
+
/** The `AppCapabilityDefaultGrant` that was created by this mutation. */
|
|
3729
|
+
appCapabilityDefaultGrant?: AppCapabilityDefaultGrant | null;
|
|
3730
|
+
appCapabilityDefaultGrantEdge?: AppCapabilityDefaultGrantEdge | null;
|
|
3731
|
+
clientMutationId?: string | null;
|
|
3732
|
+
}
|
|
2469
3733
|
export interface CreateAppClaimedInvitePayload {
|
|
2470
3734
|
/** The `AppClaimedInvite` that was created by this mutation. */
|
|
2471
3735
|
appClaimedInvite?: AppClaimedInvite | null;
|
|
@@ -2496,34 +3760,46 @@ export interface CreateAppMembershipDefaultPayload {
|
|
|
2496
3760
|
appMembershipDefaultEdge?: AppMembershipDefaultEdge | null;
|
|
2497
3761
|
clientMutationId?: string | null;
|
|
2498
3762
|
}
|
|
3763
|
+
export interface CreateAppMembershipProfilePayload {
|
|
3764
|
+
/** The `AppMembershipProfile` that was created by this mutation. */
|
|
3765
|
+
appMembershipProfile?: AppMembershipProfile | null;
|
|
3766
|
+
appMembershipProfileEdge?: AppMembershipProfileEdge | null;
|
|
3767
|
+
clientMutationId?: string | null;
|
|
3768
|
+
}
|
|
2499
3769
|
export interface CreateAppOwnerGrantPayload {
|
|
2500
3770
|
/** The `AppOwnerGrant` that was created by this mutation. */
|
|
2501
3771
|
appOwnerGrant?: AppOwnerGrant | null;
|
|
2502
3772
|
appOwnerGrantEdge?: AppOwnerGrantEdge | null;
|
|
2503
3773
|
clientMutationId?: string | null;
|
|
2504
3774
|
}
|
|
2505
|
-
export interface
|
|
2506
|
-
/** The `
|
|
2507
|
-
|
|
2508
|
-
|
|
3775
|
+
export interface CreateAppProfilePayload {
|
|
3776
|
+
/** The `AppProfile` that was created by this mutation. */
|
|
3777
|
+
appProfile?: AppProfile | null;
|
|
3778
|
+
appProfileEdge?: AppProfileEdge | null;
|
|
3779
|
+
clientMutationId?: string | null;
|
|
3780
|
+
}
|
|
3781
|
+
export interface CreateAppProfileCapabilityPayload {
|
|
3782
|
+
/** The `AppProfileCapability` that was created by this mutation. */
|
|
3783
|
+
appProfileCapability?: AppProfileCapability | null;
|
|
3784
|
+
appProfileCapabilityEdge?: AppProfileCapabilityEdge | null;
|
|
2509
3785
|
clientMutationId?: string | null;
|
|
2510
3786
|
}
|
|
2511
|
-
export interface
|
|
2512
|
-
/** The `
|
|
2513
|
-
|
|
2514
|
-
|
|
3787
|
+
export interface CreateAppProfileDefinitionGrantPayload {
|
|
3788
|
+
/** The `AppProfileDefinitionGrant` that was created by this mutation. */
|
|
3789
|
+
appProfileDefinitionGrant?: AppProfileDefinitionGrant | null;
|
|
3790
|
+
appProfileDefinitionGrantEdge?: AppProfileDefinitionGrantEdge | null;
|
|
2515
3791
|
clientMutationId?: string | null;
|
|
2516
3792
|
}
|
|
2517
|
-
export interface
|
|
2518
|
-
/** The `
|
|
2519
|
-
|
|
2520
|
-
|
|
3793
|
+
export interface CreateAppProfileGrantPayload {
|
|
3794
|
+
/** The `AppProfileGrant` that was created by this mutation. */
|
|
3795
|
+
appProfileGrant?: AppProfileGrant | null;
|
|
3796
|
+
appProfileGrantEdge?: AppProfileGrantEdge | null;
|
|
2521
3797
|
clientMutationId?: string | null;
|
|
2522
3798
|
}
|
|
2523
|
-
export interface
|
|
2524
|
-
/** The `
|
|
2525
|
-
|
|
2526
|
-
|
|
3799
|
+
export interface CreateAppProfileTemplatePayload {
|
|
3800
|
+
/** The `AppProfileTemplate` that was created by this mutation. */
|
|
3801
|
+
appProfileTemplate?: AppProfileTemplate | null;
|
|
3802
|
+
appProfileTemplateEdge?: AppProfileTemplateEdge | null;
|
|
2527
3803
|
clientMutationId?: string | null;
|
|
2528
3804
|
}
|
|
2529
3805
|
export interface CreateMembershipTypePayload {
|
|
@@ -2538,6 +3814,30 @@ export interface CreateOrgAdminGrantPayload {
|
|
|
2538
3814
|
orgAdminGrant?: OrgAdminGrant | null;
|
|
2539
3815
|
orgAdminGrantEdge?: OrgAdminGrantEdge | null;
|
|
2540
3816
|
}
|
|
3817
|
+
export interface CreateOrgCapabilityPayload {
|
|
3818
|
+
clientMutationId?: string | null;
|
|
3819
|
+
/** The `OrgCapability` that was created by this mutation. */
|
|
3820
|
+
orgCapability?: OrgCapability | null;
|
|
3821
|
+
orgCapabilityEdge?: OrgCapabilityEdge | null;
|
|
3822
|
+
}
|
|
3823
|
+
export interface CreateOrgCapabilityDefaultPayload {
|
|
3824
|
+
clientMutationId?: string | null;
|
|
3825
|
+
/** The `OrgCapabilityDefault` that was created by this mutation. */
|
|
3826
|
+
orgCapabilityDefault?: OrgCapabilityDefault | null;
|
|
3827
|
+
orgCapabilityDefaultEdge?: OrgCapabilityDefaultEdge | null;
|
|
3828
|
+
}
|
|
3829
|
+
export interface CreateOrgCapabilityDefaultCapabilityPayload {
|
|
3830
|
+
clientMutationId?: string | null;
|
|
3831
|
+
/** The `OrgCapabilityDefaultCapability` that was created by this mutation. */
|
|
3832
|
+
orgCapabilityDefaultCapability?: OrgCapabilityDefaultCapability | null;
|
|
3833
|
+
orgCapabilityDefaultCapabilityEdge?: OrgCapabilityDefaultCapabilityEdge | null;
|
|
3834
|
+
}
|
|
3835
|
+
export interface CreateOrgCapabilityDefaultGrantPayload {
|
|
3836
|
+
clientMutationId?: string | null;
|
|
3837
|
+
/** The `OrgCapabilityDefaultGrant` that was created by this mutation. */
|
|
3838
|
+
orgCapabilityDefaultGrant?: OrgCapabilityDefaultGrant | null;
|
|
3839
|
+
orgCapabilityDefaultGrantEdge?: OrgCapabilityDefaultGrantEdge | null;
|
|
3840
|
+
}
|
|
2541
3841
|
export interface CreateOrgChartEdgePayload {
|
|
2542
3842
|
clientMutationId?: string | null;
|
|
2543
3843
|
/** The `OrgChartEdge` that was created by this mutation. */
|
|
@@ -2592,6 +3892,12 @@ export interface CreateOrgMembershipDefaultPayload {
|
|
|
2592
3892
|
orgMembershipDefault?: OrgMembershipDefault | null;
|
|
2593
3893
|
orgMembershipDefaultEdge?: OrgMembershipDefaultEdge | null;
|
|
2594
3894
|
}
|
|
3895
|
+
export interface CreateOrgMembershipProfilePayload {
|
|
3896
|
+
clientMutationId?: string | null;
|
|
3897
|
+
/** The `OrgMembershipProfile` that was created by this mutation. */
|
|
3898
|
+
orgMembershipProfile?: OrgMembershipProfile | null;
|
|
3899
|
+
orgMembershipProfileEdge?: OrgMembershipProfileEdge | null;
|
|
3900
|
+
}
|
|
2595
3901
|
export interface CreateOrgMembershipSettingPayload {
|
|
2596
3902
|
clientMutationId?: string | null;
|
|
2597
3903
|
/** The `OrgMembershipSetting` that was created by this mutation. */
|
|
@@ -2604,29 +3910,35 @@ export interface CreateOrgOwnerGrantPayload {
|
|
|
2604
3910
|
orgOwnerGrant?: OrgOwnerGrant | null;
|
|
2605
3911
|
orgOwnerGrantEdge?: OrgOwnerGrantEdge | null;
|
|
2606
3912
|
}
|
|
2607
|
-
export interface
|
|
3913
|
+
export interface CreateOrgProfilePayload {
|
|
3914
|
+
clientMutationId?: string | null;
|
|
3915
|
+
/** The `OrgProfile` that was created by this mutation. */
|
|
3916
|
+
orgProfile?: OrgProfile | null;
|
|
3917
|
+
orgProfileEdge?: OrgProfileEdge | null;
|
|
3918
|
+
}
|
|
3919
|
+
export interface CreateOrgProfileCapabilityPayload {
|
|
2608
3920
|
clientMutationId?: string | null;
|
|
2609
|
-
/** The `
|
|
2610
|
-
|
|
2611
|
-
|
|
3921
|
+
/** The `OrgProfileCapability` that was created by this mutation. */
|
|
3922
|
+
orgProfileCapability?: OrgProfileCapability | null;
|
|
3923
|
+
orgProfileCapabilityEdge?: OrgProfileCapabilityEdge | null;
|
|
2612
3924
|
}
|
|
2613
|
-
export interface
|
|
3925
|
+
export interface CreateOrgProfileDefinitionGrantPayload {
|
|
2614
3926
|
clientMutationId?: string | null;
|
|
2615
|
-
/** The `
|
|
2616
|
-
|
|
2617
|
-
|
|
3927
|
+
/** The `OrgProfileDefinitionGrant` that was created by this mutation. */
|
|
3928
|
+
orgProfileDefinitionGrant?: OrgProfileDefinitionGrant | null;
|
|
3929
|
+
orgProfileDefinitionGrantEdge?: OrgProfileDefinitionGrantEdge | null;
|
|
2618
3930
|
}
|
|
2619
|
-
export interface
|
|
3931
|
+
export interface CreateOrgProfileGrantPayload {
|
|
2620
3932
|
clientMutationId?: string | null;
|
|
2621
|
-
/** The `
|
|
2622
|
-
|
|
2623
|
-
|
|
3933
|
+
/** The `OrgProfileGrant` that was created by this mutation. */
|
|
3934
|
+
orgProfileGrant?: OrgProfileGrant | null;
|
|
3935
|
+
orgProfileGrantEdge?: OrgProfileGrantEdge | null;
|
|
2624
3936
|
}
|
|
2625
|
-
export interface
|
|
3937
|
+
export interface CreateOrgProfileTemplatePayload {
|
|
2626
3938
|
clientMutationId?: string | null;
|
|
2627
|
-
/** The `
|
|
2628
|
-
|
|
2629
|
-
|
|
3939
|
+
/** The `OrgProfileTemplate` that was created by this mutation. */
|
|
3940
|
+
orgProfileTemplate?: OrgProfileTemplate | null;
|
|
3941
|
+
orgProfileTemplateEdge?: OrgProfileTemplateEdge | null;
|
|
2630
3942
|
}
|
|
2631
3943
|
export interface DeleteAppAdminGrantPayload {
|
|
2632
3944
|
/** The `AppAdminGrant` that was deleted by this mutation. */
|
|
@@ -2634,6 +3946,30 @@ export interface DeleteAppAdminGrantPayload {
|
|
|
2634
3946
|
appAdminGrantEdge?: AppAdminGrantEdge | null;
|
|
2635
3947
|
clientMutationId?: string | null;
|
|
2636
3948
|
}
|
|
3949
|
+
export interface DeleteAppCapabilityPayload {
|
|
3950
|
+
/** The `AppCapability` that was deleted by this mutation. */
|
|
3951
|
+
appCapability?: AppCapability | null;
|
|
3952
|
+
appCapabilityEdge?: AppCapabilityEdge | null;
|
|
3953
|
+
clientMutationId?: string | null;
|
|
3954
|
+
}
|
|
3955
|
+
export interface DeleteAppCapabilityDefaultPayload {
|
|
3956
|
+
/** The `AppCapabilityDefault` that was deleted by this mutation. */
|
|
3957
|
+
appCapabilityDefault?: AppCapabilityDefault | null;
|
|
3958
|
+
appCapabilityDefaultEdge?: AppCapabilityDefaultEdge | null;
|
|
3959
|
+
clientMutationId?: string | null;
|
|
3960
|
+
}
|
|
3961
|
+
export interface DeleteAppCapabilityDefaultCapabilityPayload {
|
|
3962
|
+
/** The `AppCapabilityDefaultCapability` that was deleted by this mutation. */
|
|
3963
|
+
appCapabilityDefaultCapability?: AppCapabilityDefaultCapability | null;
|
|
3964
|
+
appCapabilityDefaultCapabilityEdge?: AppCapabilityDefaultCapabilityEdge | null;
|
|
3965
|
+
clientMutationId?: string | null;
|
|
3966
|
+
}
|
|
3967
|
+
export interface DeleteAppCapabilityDefaultGrantPayload {
|
|
3968
|
+
/** The `AppCapabilityDefaultGrant` that was deleted by this mutation. */
|
|
3969
|
+
appCapabilityDefaultGrant?: AppCapabilityDefaultGrant | null;
|
|
3970
|
+
appCapabilityDefaultGrantEdge?: AppCapabilityDefaultGrantEdge | null;
|
|
3971
|
+
clientMutationId?: string | null;
|
|
3972
|
+
}
|
|
2637
3973
|
export interface DeleteAppClaimedInvitePayload {
|
|
2638
3974
|
/** The `AppClaimedInvite` that was deleted by this mutation. */
|
|
2639
3975
|
appClaimedInvite?: AppClaimedInvite | null;
|
|
@@ -2664,34 +4000,46 @@ export interface DeleteAppMembershipDefaultPayload {
|
|
|
2664
4000
|
appMembershipDefaultEdge?: AppMembershipDefaultEdge | null;
|
|
2665
4001
|
clientMutationId?: string | null;
|
|
2666
4002
|
}
|
|
4003
|
+
export interface DeleteAppMembershipProfilePayload {
|
|
4004
|
+
/** The `AppMembershipProfile` that was deleted by this mutation. */
|
|
4005
|
+
appMembershipProfile?: AppMembershipProfile | null;
|
|
4006
|
+
appMembershipProfileEdge?: AppMembershipProfileEdge | null;
|
|
4007
|
+
clientMutationId?: string | null;
|
|
4008
|
+
}
|
|
2667
4009
|
export interface DeleteAppOwnerGrantPayload {
|
|
2668
4010
|
/** The `AppOwnerGrant` that was deleted by this mutation. */
|
|
2669
4011
|
appOwnerGrant?: AppOwnerGrant | null;
|
|
2670
4012
|
appOwnerGrantEdge?: AppOwnerGrantEdge | null;
|
|
2671
4013
|
clientMutationId?: string | null;
|
|
2672
4014
|
}
|
|
2673
|
-
export interface
|
|
2674
|
-
/** The `
|
|
2675
|
-
|
|
2676
|
-
|
|
4015
|
+
export interface DeleteAppProfilePayload {
|
|
4016
|
+
/** The `AppProfile` that was deleted by this mutation. */
|
|
4017
|
+
appProfile?: AppProfile | null;
|
|
4018
|
+
appProfileEdge?: AppProfileEdge | null;
|
|
4019
|
+
clientMutationId?: string | null;
|
|
4020
|
+
}
|
|
4021
|
+
export interface DeleteAppProfileCapabilityPayload {
|
|
4022
|
+
/** The `AppProfileCapability` that was deleted by this mutation. */
|
|
4023
|
+
appProfileCapability?: AppProfileCapability | null;
|
|
4024
|
+
appProfileCapabilityEdge?: AppProfileCapabilityEdge | null;
|
|
2677
4025
|
clientMutationId?: string | null;
|
|
2678
4026
|
}
|
|
2679
|
-
export interface
|
|
2680
|
-
/** The `
|
|
2681
|
-
|
|
2682
|
-
|
|
4027
|
+
export interface DeleteAppProfileDefinitionGrantPayload {
|
|
4028
|
+
/** The `AppProfileDefinitionGrant` that was deleted by this mutation. */
|
|
4029
|
+
appProfileDefinitionGrant?: AppProfileDefinitionGrant | null;
|
|
4030
|
+
appProfileDefinitionGrantEdge?: AppProfileDefinitionGrantEdge | null;
|
|
2683
4031
|
clientMutationId?: string | null;
|
|
2684
4032
|
}
|
|
2685
|
-
export interface
|
|
2686
|
-
/** The `
|
|
2687
|
-
|
|
2688
|
-
|
|
4033
|
+
export interface DeleteAppProfileGrantPayload {
|
|
4034
|
+
/** The `AppProfileGrant` that was deleted by this mutation. */
|
|
4035
|
+
appProfileGrant?: AppProfileGrant | null;
|
|
4036
|
+
appProfileGrantEdge?: AppProfileGrantEdge | null;
|
|
2689
4037
|
clientMutationId?: string | null;
|
|
2690
4038
|
}
|
|
2691
|
-
export interface
|
|
2692
|
-
/** The `
|
|
2693
|
-
|
|
2694
|
-
|
|
4039
|
+
export interface DeleteAppProfileTemplatePayload {
|
|
4040
|
+
/** The `AppProfileTemplate` that was deleted by this mutation. */
|
|
4041
|
+
appProfileTemplate?: AppProfileTemplate | null;
|
|
4042
|
+
appProfileTemplateEdge?: AppProfileTemplateEdge | null;
|
|
2695
4043
|
clientMutationId?: string | null;
|
|
2696
4044
|
}
|
|
2697
4045
|
export interface DeleteMembershipTypePayload {
|
|
@@ -2706,6 +4054,30 @@ export interface DeleteOrgAdminGrantPayload {
|
|
|
2706
4054
|
orgAdminGrant?: OrgAdminGrant | null;
|
|
2707
4055
|
orgAdminGrantEdge?: OrgAdminGrantEdge | null;
|
|
2708
4056
|
}
|
|
4057
|
+
export interface DeleteOrgCapabilityPayload {
|
|
4058
|
+
clientMutationId?: string | null;
|
|
4059
|
+
/** The `OrgCapability` that was deleted by this mutation. */
|
|
4060
|
+
orgCapability?: OrgCapability | null;
|
|
4061
|
+
orgCapabilityEdge?: OrgCapabilityEdge | null;
|
|
4062
|
+
}
|
|
4063
|
+
export interface DeleteOrgCapabilityDefaultPayload {
|
|
4064
|
+
clientMutationId?: string | null;
|
|
4065
|
+
/** The `OrgCapabilityDefault` that was deleted by this mutation. */
|
|
4066
|
+
orgCapabilityDefault?: OrgCapabilityDefault | null;
|
|
4067
|
+
orgCapabilityDefaultEdge?: OrgCapabilityDefaultEdge | null;
|
|
4068
|
+
}
|
|
4069
|
+
export interface DeleteOrgCapabilityDefaultCapabilityPayload {
|
|
4070
|
+
clientMutationId?: string | null;
|
|
4071
|
+
/** The `OrgCapabilityDefaultCapability` that was deleted by this mutation. */
|
|
4072
|
+
orgCapabilityDefaultCapability?: OrgCapabilityDefaultCapability | null;
|
|
4073
|
+
orgCapabilityDefaultCapabilityEdge?: OrgCapabilityDefaultCapabilityEdge | null;
|
|
4074
|
+
}
|
|
4075
|
+
export interface DeleteOrgCapabilityDefaultGrantPayload {
|
|
4076
|
+
clientMutationId?: string | null;
|
|
4077
|
+
/** The `OrgCapabilityDefaultGrant` that was deleted by this mutation. */
|
|
4078
|
+
orgCapabilityDefaultGrant?: OrgCapabilityDefaultGrant | null;
|
|
4079
|
+
orgCapabilityDefaultGrantEdge?: OrgCapabilityDefaultGrantEdge | null;
|
|
4080
|
+
}
|
|
2709
4081
|
export interface DeleteOrgChartEdgePayload {
|
|
2710
4082
|
clientMutationId?: string | null;
|
|
2711
4083
|
/** The `OrgChartEdge` that was deleted by this mutation. */
|
|
@@ -2760,6 +4132,12 @@ export interface DeleteOrgMembershipDefaultPayload {
|
|
|
2760
4132
|
orgMembershipDefault?: OrgMembershipDefault | null;
|
|
2761
4133
|
orgMembershipDefaultEdge?: OrgMembershipDefaultEdge | null;
|
|
2762
4134
|
}
|
|
4135
|
+
export interface DeleteOrgMembershipProfilePayload {
|
|
4136
|
+
clientMutationId?: string | null;
|
|
4137
|
+
/** The `OrgMembershipProfile` that was deleted by this mutation. */
|
|
4138
|
+
orgMembershipProfile?: OrgMembershipProfile | null;
|
|
4139
|
+
orgMembershipProfileEdge?: OrgMembershipProfileEdge | null;
|
|
4140
|
+
}
|
|
2763
4141
|
export interface DeleteOrgMembershipSettingPayload {
|
|
2764
4142
|
clientMutationId?: string | null;
|
|
2765
4143
|
/** The `OrgMembershipSetting` that was deleted by this mutation. */
|
|
@@ -2772,29 +4150,35 @@ export interface DeleteOrgOwnerGrantPayload {
|
|
|
2772
4150
|
orgOwnerGrant?: OrgOwnerGrant | null;
|
|
2773
4151
|
orgOwnerGrantEdge?: OrgOwnerGrantEdge | null;
|
|
2774
4152
|
}
|
|
2775
|
-
export interface
|
|
4153
|
+
export interface DeleteOrgProfilePayload {
|
|
4154
|
+
clientMutationId?: string | null;
|
|
4155
|
+
/** The `OrgProfile` that was deleted by this mutation. */
|
|
4156
|
+
orgProfile?: OrgProfile | null;
|
|
4157
|
+
orgProfileEdge?: OrgProfileEdge | null;
|
|
4158
|
+
}
|
|
4159
|
+
export interface DeleteOrgProfileCapabilityPayload {
|
|
2776
4160
|
clientMutationId?: string | null;
|
|
2777
|
-
/** The `
|
|
2778
|
-
|
|
2779
|
-
|
|
4161
|
+
/** The `OrgProfileCapability` that was deleted by this mutation. */
|
|
4162
|
+
orgProfileCapability?: OrgProfileCapability | null;
|
|
4163
|
+
orgProfileCapabilityEdge?: OrgProfileCapabilityEdge | null;
|
|
2780
4164
|
}
|
|
2781
|
-
export interface
|
|
4165
|
+
export interface DeleteOrgProfileDefinitionGrantPayload {
|
|
2782
4166
|
clientMutationId?: string | null;
|
|
2783
|
-
/** The `
|
|
2784
|
-
|
|
2785
|
-
|
|
4167
|
+
/** The `OrgProfileDefinitionGrant` that was deleted by this mutation. */
|
|
4168
|
+
orgProfileDefinitionGrant?: OrgProfileDefinitionGrant | null;
|
|
4169
|
+
orgProfileDefinitionGrantEdge?: OrgProfileDefinitionGrantEdge | null;
|
|
2786
4170
|
}
|
|
2787
|
-
export interface
|
|
4171
|
+
export interface DeleteOrgProfileGrantPayload {
|
|
2788
4172
|
clientMutationId?: string | null;
|
|
2789
|
-
/** The `
|
|
2790
|
-
|
|
2791
|
-
|
|
4173
|
+
/** The `OrgProfileGrant` that was deleted by this mutation. */
|
|
4174
|
+
orgProfileGrant?: OrgProfileGrant | null;
|
|
4175
|
+
orgProfileGrantEdge?: OrgProfileGrantEdge | null;
|
|
2792
4176
|
}
|
|
2793
|
-
export interface
|
|
4177
|
+
export interface DeleteOrgProfileTemplatePayload {
|
|
2794
4178
|
clientMutationId?: string | null;
|
|
2795
|
-
/** The `
|
|
2796
|
-
|
|
2797
|
-
|
|
4179
|
+
/** The `OrgProfileTemplate` that was deleted by this mutation. */
|
|
4180
|
+
orgProfileTemplate?: OrgProfileTemplate | null;
|
|
4181
|
+
orgProfileTemplateEdge?: OrgProfileTemplateEdge | null;
|
|
2798
4182
|
}
|
|
2799
4183
|
export interface ProvisionBucketPayload {
|
|
2800
4184
|
/** The access type applied */
|
|
@@ -2824,6 +4208,30 @@ export interface UpdateAppAdminGrantPayload {
|
|
|
2824
4208
|
appAdminGrantEdge?: AppAdminGrantEdge | null;
|
|
2825
4209
|
clientMutationId?: string | null;
|
|
2826
4210
|
}
|
|
4211
|
+
export interface UpdateAppCapabilityPayload {
|
|
4212
|
+
/** The `AppCapability` that was updated by this mutation. */
|
|
4213
|
+
appCapability?: AppCapability | null;
|
|
4214
|
+
appCapabilityEdge?: AppCapabilityEdge | null;
|
|
4215
|
+
clientMutationId?: string | null;
|
|
4216
|
+
}
|
|
4217
|
+
export interface UpdateAppCapabilityDefaultPayload {
|
|
4218
|
+
/** The `AppCapabilityDefault` that was updated by this mutation. */
|
|
4219
|
+
appCapabilityDefault?: AppCapabilityDefault | null;
|
|
4220
|
+
appCapabilityDefaultEdge?: AppCapabilityDefaultEdge | null;
|
|
4221
|
+
clientMutationId?: string | null;
|
|
4222
|
+
}
|
|
4223
|
+
export interface UpdateAppCapabilityDefaultCapabilityPayload {
|
|
4224
|
+
/** The `AppCapabilityDefaultCapability` that was updated by this mutation. */
|
|
4225
|
+
appCapabilityDefaultCapability?: AppCapabilityDefaultCapability | null;
|
|
4226
|
+
appCapabilityDefaultCapabilityEdge?: AppCapabilityDefaultCapabilityEdge | null;
|
|
4227
|
+
clientMutationId?: string | null;
|
|
4228
|
+
}
|
|
4229
|
+
export interface UpdateAppCapabilityDefaultGrantPayload {
|
|
4230
|
+
/** The `AppCapabilityDefaultGrant` that was updated by this mutation. */
|
|
4231
|
+
appCapabilityDefaultGrant?: AppCapabilityDefaultGrant | null;
|
|
4232
|
+
appCapabilityDefaultGrantEdge?: AppCapabilityDefaultGrantEdge | null;
|
|
4233
|
+
clientMutationId?: string | null;
|
|
4234
|
+
}
|
|
2827
4235
|
export interface UpdateAppClaimedInvitePayload {
|
|
2828
4236
|
/** The `AppClaimedInvite` that was updated by this mutation. */
|
|
2829
4237
|
appClaimedInvite?: AppClaimedInvite | null;
|
|
@@ -2854,34 +4262,46 @@ export interface UpdateAppMembershipDefaultPayload {
|
|
|
2854
4262
|
appMembershipDefaultEdge?: AppMembershipDefaultEdge | null;
|
|
2855
4263
|
clientMutationId?: string | null;
|
|
2856
4264
|
}
|
|
4265
|
+
export interface UpdateAppMembershipProfilePayload {
|
|
4266
|
+
/** The `AppMembershipProfile` that was updated by this mutation. */
|
|
4267
|
+
appMembershipProfile?: AppMembershipProfile | null;
|
|
4268
|
+
appMembershipProfileEdge?: AppMembershipProfileEdge | null;
|
|
4269
|
+
clientMutationId?: string | null;
|
|
4270
|
+
}
|
|
2857
4271
|
export interface UpdateAppOwnerGrantPayload {
|
|
2858
4272
|
/** The `AppOwnerGrant` that was updated by this mutation. */
|
|
2859
4273
|
appOwnerGrant?: AppOwnerGrant | null;
|
|
2860
4274
|
appOwnerGrantEdge?: AppOwnerGrantEdge | null;
|
|
2861
4275
|
clientMutationId?: string | null;
|
|
2862
4276
|
}
|
|
2863
|
-
export interface
|
|
2864
|
-
/** The `
|
|
2865
|
-
|
|
2866
|
-
|
|
4277
|
+
export interface UpdateAppProfilePayload {
|
|
4278
|
+
/** The `AppProfile` that was updated by this mutation. */
|
|
4279
|
+
appProfile?: AppProfile | null;
|
|
4280
|
+
appProfileEdge?: AppProfileEdge | null;
|
|
4281
|
+
clientMutationId?: string | null;
|
|
4282
|
+
}
|
|
4283
|
+
export interface UpdateAppProfileCapabilityPayload {
|
|
4284
|
+
/** The `AppProfileCapability` that was updated by this mutation. */
|
|
4285
|
+
appProfileCapability?: AppProfileCapability | null;
|
|
4286
|
+
appProfileCapabilityEdge?: AppProfileCapabilityEdge | null;
|
|
2867
4287
|
clientMutationId?: string | null;
|
|
2868
4288
|
}
|
|
2869
|
-
export interface
|
|
2870
|
-
/** The `
|
|
2871
|
-
|
|
2872
|
-
|
|
4289
|
+
export interface UpdateAppProfileDefinitionGrantPayload {
|
|
4290
|
+
/** The `AppProfileDefinitionGrant` that was updated by this mutation. */
|
|
4291
|
+
appProfileDefinitionGrant?: AppProfileDefinitionGrant | null;
|
|
4292
|
+
appProfileDefinitionGrantEdge?: AppProfileDefinitionGrantEdge | null;
|
|
2873
4293
|
clientMutationId?: string | null;
|
|
2874
4294
|
}
|
|
2875
|
-
export interface
|
|
2876
|
-
/** The `
|
|
2877
|
-
|
|
2878
|
-
|
|
4295
|
+
export interface UpdateAppProfileGrantPayload {
|
|
4296
|
+
/** The `AppProfileGrant` that was updated by this mutation. */
|
|
4297
|
+
appProfileGrant?: AppProfileGrant | null;
|
|
4298
|
+
appProfileGrantEdge?: AppProfileGrantEdge | null;
|
|
2879
4299
|
clientMutationId?: string | null;
|
|
2880
4300
|
}
|
|
2881
|
-
export interface
|
|
2882
|
-
/** The `
|
|
2883
|
-
|
|
2884
|
-
|
|
4301
|
+
export interface UpdateAppProfileTemplatePayload {
|
|
4302
|
+
/** The `AppProfileTemplate` that was updated by this mutation. */
|
|
4303
|
+
appProfileTemplate?: AppProfileTemplate | null;
|
|
4304
|
+
appProfileTemplateEdge?: AppProfileTemplateEdge | null;
|
|
2885
4305
|
clientMutationId?: string | null;
|
|
2886
4306
|
}
|
|
2887
4307
|
export interface UpdateMembershipTypePayload {
|
|
@@ -2896,6 +4316,30 @@ export interface UpdateOrgAdminGrantPayload {
|
|
|
2896
4316
|
orgAdminGrant?: OrgAdminGrant | null;
|
|
2897
4317
|
orgAdminGrantEdge?: OrgAdminGrantEdge | null;
|
|
2898
4318
|
}
|
|
4319
|
+
export interface UpdateOrgCapabilityPayload {
|
|
4320
|
+
clientMutationId?: string | null;
|
|
4321
|
+
/** The `OrgCapability` that was updated by this mutation. */
|
|
4322
|
+
orgCapability?: OrgCapability | null;
|
|
4323
|
+
orgCapabilityEdge?: OrgCapabilityEdge | null;
|
|
4324
|
+
}
|
|
4325
|
+
export interface UpdateOrgCapabilityDefaultPayload {
|
|
4326
|
+
clientMutationId?: string | null;
|
|
4327
|
+
/** The `OrgCapabilityDefault` that was updated by this mutation. */
|
|
4328
|
+
orgCapabilityDefault?: OrgCapabilityDefault | null;
|
|
4329
|
+
orgCapabilityDefaultEdge?: OrgCapabilityDefaultEdge | null;
|
|
4330
|
+
}
|
|
4331
|
+
export interface UpdateOrgCapabilityDefaultCapabilityPayload {
|
|
4332
|
+
clientMutationId?: string | null;
|
|
4333
|
+
/** The `OrgCapabilityDefaultCapability` that was updated by this mutation. */
|
|
4334
|
+
orgCapabilityDefaultCapability?: OrgCapabilityDefaultCapability | null;
|
|
4335
|
+
orgCapabilityDefaultCapabilityEdge?: OrgCapabilityDefaultCapabilityEdge | null;
|
|
4336
|
+
}
|
|
4337
|
+
export interface UpdateOrgCapabilityDefaultGrantPayload {
|
|
4338
|
+
clientMutationId?: string | null;
|
|
4339
|
+
/** The `OrgCapabilityDefaultGrant` that was updated by this mutation. */
|
|
4340
|
+
orgCapabilityDefaultGrant?: OrgCapabilityDefaultGrant | null;
|
|
4341
|
+
orgCapabilityDefaultGrantEdge?: OrgCapabilityDefaultGrantEdge | null;
|
|
4342
|
+
}
|
|
2899
4343
|
export interface UpdateOrgChartEdgePayload {
|
|
2900
4344
|
clientMutationId?: string | null;
|
|
2901
4345
|
/** The `OrgChartEdge` that was updated by this mutation. */
|
|
@@ -2950,6 +4394,12 @@ export interface UpdateOrgMembershipDefaultPayload {
|
|
|
2950
4394
|
orgMembershipDefault?: OrgMembershipDefault | null;
|
|
2951
4395
|
orgMembershipDefaultEdge?: OrgMembershipDefaultEdge | null;
|
|
2952
4396
|
}
|
|
4397
|
+
export interface UpdateOrgMembershipProfilePayload {
|
|
4398
|
+
clientMutationId?: string | null;
|
|
4399
|
+
/** The `OrgMembershipProfile` that was updated by this mutation. */
|
|
4400
|
+
orgMembershipProfile?: OrgMembershipProfile | null;
|
|
4401
|
+
orgMembershipProfileEdge?: OrgMembershipProfileEdge | null;
|
|
4402
|
+
}
|
|
2953
4403
|
export interface UpdateOrgMembershipSettingPayload {
|
|
2954
4404
|
clientMutationId?: string | null;
|
|
2955
4405
|
/** The `OrgMembershipSetting` that was updated by this mutation. */
|
|
@@ -2962,29 +4412,35 @@ export interface UpdateOrgOwnerGrantPayload {
|
|
|
2962
4412
|
orgOwnerGrant?: OrgOwnerGrant | null;
|
|
2963
4413
|
orgOwnerGrantEdge?: OrgOwnerGrantEdge | null;
|
|
2964
4414
|
}
|
|
2965
|
-
export interface
|
|
4415
|
+
export interface UpdateOrgProfilePayload {
|
|
4416
|
+
clientMutationId?: string | null;
|
|
4417
|
+
/** The `OrgProfile` that was updated by this mutation. */
|
|
4418
|
+
orgProfile?: OrgProfile | null;
|
|
4419
|
+
orgProfileEdge?: OrgProfileEdge | null;
|
|
4420
|
+
}
|
|
4421
|
+
export interface UpdateOrgProfileCapabilityPayload {
|
|
2966
4422
|
clientMutationId?: string | null;
|
|
2967
|
-
/** The `
|
|
2968
|
-
|
|
2969
|
-
|
|
4423
|
+
/** The `OrgProfileCapability` that was updated by this mutation. */
|
|
4424
|
+
orgProfileCapability?: OrgProfileCapability | null;
|
|
4425
|
+
orgProfileCapabilityEdge?: OrgProfileCapabilityEdge | null;
|
|
2970
4426
|
}
|
|
2971
|
-
export interface
|
|
4427
|
+
export interface UpdateOrgProfileDefinitionGrantPayload {
|
|
2972
4428
|
clientMutationId?: string | null;
|
|
2973
|
-
/** The `
|
|
2974
|
-
|
|
2975
|
-
|
|
4429
|
+
/** The `OrgProfileDefinitionGrant` that was updated by this mutation. */
|
|
4430
|
+
orgProfileDefinitionGrant?: OrgProfileDefinitionGrant | null;
|
|
4431
|
+
orgProfileDefinitionGrantEdge?: OrgProfileDefinitionGrantEdge | null;
|
|
2976
4432
|
}
|
|
2977
|
-
export interface
|
|
4433
|
+
export interface UpdateOrgProfileGrantPayload {
|
|
2978
4434
|
clientMutationId?: string | null;
|
|
2979
|
-
/** The `
|
|
2980
|
-
|
|
2981
|
-
|
|
4435
|
+
/** The `OrgProfileGrant` that was updated by this mutation. */
|
|
4436
|
+
orgProfileGrant?: OrgProfileGrant | null;
|
|
4437
|
+
orgProfileGrantEdge?: OrgProfileGrantEdge | null;
|
|
2982
4438
|
}
|
|
2983
|
-
export interface
|
|
4439
|
+
export interface UpdateOrgProfileTemplatePayload {
|
|
2984
4440
|
clientMutationId?: string | null;
|
|
2985
|
-
/** The `
|
|
2986
|
-
|
|
2987
|
-
|
|
4441
|
+
/** The `OrgProfileTemplate` that was updated by this mutation. */
|
|
4442
|
+
orgProfileTemplate?: OrgProfileTemplate | null;
|
|
4443
|
+
orgProfileTemplateEdge?: OrgProfileTemplateEdge | null;
|
|
2988
4444
|
}
|
|
2989
4445
|
/** Information about a database table */
|
|
2990
4446
|
export interface MetaTable {
|
|
@@ -3030,6 +4486,30 @@ export interface PageInfo {
|
|
|
3030
4486
|
/** When paginating backwards, the cursor to continue. */
|
|
3031
4487
|
startCursor?: string | null;
|
|
3032
4488
|
}
|
|
4489
|
+
/** A `AppCapability` edge in the connection. */
|
|
4490
|
+
export interface AppCapabilityEdge {
|
|
4491
|
+
cursor?: string | null;
|
|
4492
|
+
/** The `AppCapability` at the end of the edge. */
|
|
4493
|
+
node?: AppCapability | null;
|
|
4494
|
+
}
|
|
4495
|
+
/** A `AppCapabilityDefaultCapability` edge in the connection. */
|
|
4496
|
+
export interface AppCapabilityDefaultCapabilityEdge {
|
|
4497
|
+
cursor?: string | null;
|
|
4498
|
+
/** The `AppCapabilityDefaultCapability` at the end of the edge. */
|
|
4499
|
+
node?: AppCapabilityDefaultCapability | null;
|
|
4500
|
+
}
|
|
4501
|
+
/** A `AppCapabilityDefaultGrant` edge in the connection. */
|
|
4502
|
+
export interface AppCapabilityDefaultGrantEdge {
|
|
4503
|
+
cursor?: string | null;
|
|
4504
|
+
/** The `AppCapabilityDefaultGrant` at the end of the edge. */
|
|
4505
|
+
node?: AppCapabilityDefaultGrant | null;
|
|
4506
|
+
}
|
|
4507
|
+
/** A `AppCapabilityDefault` edge in the connection. */
|
|
4508
|
+
export interface AppCapabilityDefaultEdge {
|
|
4509
|
+
cursor?: string | null;
|
|
4510
|
+
/** The `AppCapabilityDefault` at the end of the edge. */
|
|
4511
|
+
node?: AppCapabilityDefault | null;
|
|
4512
|
+
}
|
|
3033
4513
|
/** A `AppClaimedInvite` edge in the connection. */
|
|
3034
4514
|
export interface AppClaimedInviteEdge {
|
|
3035
4515
|
cursor?: string | null;
|
|
@@ -3054,6 +4534,12 @@ export interface AppMembershipDefaultEdge {
|
|
|
3054
4534
|
/** The `AppMembershipDefault` at the end of the edge. */
|
|
3055
4535
|
node?: AppMembershipDefault | null;
|
|
3056
4536
|
}
|
|
4537
|
+
/** A `AppMembershipProfile` edge in the connection. */
|
|
4538
|
+
export interface AppMembershipProfileEdge {
|
|
4539
|
+
cursor?: string | null;
|
|
4540
|
+
/** The `AppMembershipProfile` at the end of the edge. */
|
|
4541
|
+
node?: AppMembershipProfile | null;
|
|
4542
|
+
}
|
|
3057
4543
|
/** A `AppMembership` edge in the connection. */
|
|
3058
4544
|
export interface AppMembershipEdge {
|
|
3059
4545
|
cursor?: string | null;
|
|
@@ -3066,29 +4552,35 @@ export interface AppOwnerGrantEdge {
|
|
|
3066
4552
|
/** The `AppOwnerGrant` at the end of the edge. */
|
|
3067
4553
|
node?: AppOwnerGrant | null;
|
|
3068
4554
|
}
|
|
3069
|
-
/** A `
|
|
3070
|
-
export interface
|
|
4555
|
+
/** A `AppProfileCapability` edge in the connection. */
|
|
4556
|
+
export interface AppProfileCapabilityEdge {
|
|
4557
|
+
cursor?: string | null;
|
|
4558
|
+
/** The `AppProfileCapability` at the end of the edge. */
|
|
4559
|
+
node?: AppProfileCapability | null;
|
|
4560
|
+
}
|
|
4561
|
+
/** A `AppProfileDefinitionGrant` edge in the connection. */
|
|
4562
|
+
export interface AppProfileDefinitionGrantEdge {
|
|
3071
4563
|
cursor?: string | null;
|
|
3072
|
-
/** The `
|
|
3073
|
-
node?:
|
|
4564
|
+
/** The `AppProfileDefinitionGrant` at the end of the edge. */
|
|
4565
|
+
node?: AppProfileDefinitionGrant | null;
|
|
3074
4566
|
}
|
|
3075
|
-
/** A `
|
|
3076
|
-
export interface
|
|
4567
|
+
/** A `AppProfileGrant` edge in the connection. */
|
|
4568
|
+
export interface AppProfileGrantEdge {
|
|
3077
4569
|
cursor?: string | null;
|
|
3078
|
-
/** The `
|
|
3079
|
-
node?:
|
|
4570
|
+
/** The `AppProfileGrant` at the end of the edge. */
|
|
4571
|
+
node?: AppProfileGrant | null;
|
|
3080
4572
|
}
|
|
3081
|
-
/** A `
|
|
3082
|
-
export interface
|
|
4573
|
+
/** A `AppProfileTemplate` edge in the connection. */
|
|
4574
|
+
export interface AppProfileTemplateEdge {
|
|
3083
4575
|
cursor?: string | null;
|
|
3084
|
-
/** The `
|
|
3085
|
-
node?:
|
|
4576
|
+
/** The `AppProfileTemplate` at the end of the edge. */
|
|
4577
|
+
node?: AppProfileTemplate | null;
|
|
3086
4578
|
}
|
|
3087
|
-
/** A `
|
|
3088
|
-
export interface
|
|
4579
|
+
/** A `AppProfile` edge in the connection. */
|
|
4580
|
+
export interface AppProfileEdge {
|
|
3089
4581
|
cursor?: string | null;
|
|
3090
|
-
/** The `
|
|
3091
|
-
node?:
|
|
4582
|
+
/** The `AppProfile` at the end of the edge. */
|
|
4583
|
+
node?: AppProfile | null;
|
|
3092
4584
|
}
|
|
3093
4585
|
/** A `MembershipType` edge in the connection. */
|
|
3094
4586
|
export interface MembershipTypeEdge {
|
|
@@ -3102,6 +4594,30 @@ export interface OrgAdminGrantEdge {
|
|
|
3102
4594
|
/** The `OrgAdminGrant` at the end of the edge. */
|
|
3103
4595
|
node?: OrgAdminGrant | null;
|
|
3104
4596
|
}
|
|
4597
|
+
/** A `OrgCapability` edge in the connection. */
|
|
4598
|
+
export interface OrgCapabilityEdge {
|
|
4599
|
+
cursor?: string | null;
|
|
4600
|
+
/** The `OrgCapability` at the end of the edge. */
|
|
4601
|
+
node?: OrgCapability | null;
|
|
4602
|
+
}
|
|
4603
|
+
/** A `OrgCapabilityDefaultCapability` edge in the connection. */
|
|
4604
|
+
export interface OrgCapabilityDefaultCapabilityEdge {
|
|
4605
|
+
cursor?: string | null;
|
|
4606
|
+
/** The `OrgCapabilityDefaultCapability` at the end of the edge. */
|
|
4607
|
+
node?: OrgCapabilityDefaultCapability | null;
|
|
4608
|
+
}
|
|
4609
|
+
/** A `OrgCapabilityDefaultGrant` edge in the connection. */
|
|
4610
|
+
export interface OrgCapabilityDefaultGrantEdge {
|
|
4611
|
+
cursor?: string | null;
|
|
4612
|
+
/** The `OrgCapabilityDefaultGrant` at the end of the edge. */
|
|
4613
|
+
node?: OrgCapabilityDefaultGrant | null;
|
|
4614
|
+
}
|
|
4615
|
+
/** A `OrgCapabilityDefault` edge in the connection. */
|
|
4616
|
+
export interface OrgCapabilityDefaultEdge {
|
|
4617
|
+
cursor?: string | null;
|
|
4618
|
+
/** The `OrgCapabilityDefault` at the end of the edge. */
|
|
4619
|
+
node?: OrgCapabilityDefault | null;
|
|
4620
|
+
}
|
|
3105
4621
|
/** A `OrgChartEdgeGrant` edge in the connection. */
|
|
3106
4622
|
export interface OrgChartEdgeGrantEdge {
|
|
3107
4623
|
cursor?: string | null;
|
|
@@ -3162,6 +4678,12 @@ export interface OrgMembershipDefaultEdge {
|
|
|
3162
4678
|
/** The `OrgMembershipDefault` at the end of the edge. */
|
|
3163
4679
|
node?: OrgMembershipDefault | null;
|
|
3164
4680
|
}
|
|
4681
|
+
/** A `OrgMembershipProfile` edge in the connection. */
|
|
4682
|
+
export interface OrgMembershipProfileEdge {
|
|
4683
|
+
cursor?: string | null;
|
|
4684
|
+
/** The `OrgMembershipProfile` at the end of the edge. */
|
|
4685
|
+
node?: OrgMembershipProfile | null;
|
|
4686
|
+
}
|
|
3165
4687
|
/** A `OrgMembershipSetting` edge in the connection. */
|
|
3166
4688
|
export interface OrgMembershipSettingEdge {
|
|
3167
4689
|
cursor?: string | null;
|
|
@@ -3180,29 +4702,35 @@ export interface OrgOwnerGrantEdge {
|
|
|
3180
4702
|
/** The `OrgOwnerGrant` at the end of the edge. */
|
|
3181
4703
|
node?: OrgOwnerGrant | null;
|
|
3182
4704
|
}
|
|
3183
|
-
/** A `
|
|
3184
|
-
export interface
|
|
4705
|
+
/** A `OrgProfileCapability` edge in the connection. */
|
|
4706
|
+
export interface OrgProfileCapabilityEdge {
|
|
4707
|
+
cursor?: string | null;
|
|
4708
|
+
/** The `OrgProfileCapability` at the end of the edge. */
|
|
4709
|
+
node?: OrgProfileCapability | null;
|
|
4710
|
+
}
|
|
4711
|
+
/** A `OrgProfileDefinitionGrant` edge in the connection. */
|
|
4712
|
+
export interface OrgProfileDefinitionGrantEdge {
|
|
3185
4713
|
cursor?: string | null;
|
|
3186
|
-
/** The `
|
|
3187
|
-
node?:
|
|
4714
|
+
/** The `OrgProfileDefinitionGrant` at the end of the edge. */
|
|
4715
|
+
node?: OrgProfileDefinitionGrant | null;
|
|
3188
4716
|
}
|
|
3189
|
-
/** A `
|
|
3190
|
-
export interface
|
|
4717
|
+
/** A `OrgProfileGrant` edge in the connection. */
|
|
4718
|
+
export interface OrgProfileGrantEdge {
|
|
3191
4719
|
cursor?: string | null;
|
|
3192
|
-
/** The `
|
|
3193
|
-
node?:
|
|
4720
|
+
/** The `OrgProfileGrant` at the end of the edge. */
|
|
4721
|
+
node?: OrgProfileGrant | null;
|
|
3194
4722
|
}
|
|
3195
|
-
/** A `
|
|
3196
|
-
export interface
|
|
4723
|
+
/** A `OrgProfileTemplate` edge in the connection. */
|
|
4724
|
+
export interface OrgProfileTemplateEdge {
|
|
3197
4725
|
cursor?: string | null;
|
|
3198
|
-
/** The `
|
|
3199
|
-
node?:
|
|
4726
|
+
/** The `OrgProfileTemplate` at the end of the edge. */
|
|
4727
|
+
node?: OrgProfileTemplate | null;
|
|
3200
4728
|
}
|
|
3201
|
-
/** A `
|
|
3202
|
-
export interface
|
|
4729
|
+
/** A `OrgProfile` edge in the connection. */
|
|
4730
|
+
export interface OrgProfileEdge {
|
|
3203
4731
|
cursor?: string | null;
|
|
3204
|
-
/** The `
|
|
3205
|
-
node?:
|
|
4732
|
+
/** The `OrgProfile` at the end of the edge. */
|
|
4733
|
+
node?: OrgProfile | null;
|
|
3206
4734
|
}
|
|
3207
4735
|
/** Table constraints */
|
|
3208
4736
|
export interface MetaConstraints {
|