@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,39 +3,45 @@
|
|
|
3
3
|
* @generated by @constructive-io/graphql-codegen
|
|
4
4
|
* DO NOT EDIT - changes will be overwritten
|
|
5
5
|
*/
|
|
6
|
-
import type { AgentModule, ApiSurfaceModule, AppModule, BillingModule, BillingProviderModule, Blueprint, BlueprintConstruction, BlueprintTemplate, CatalogModule, ComputeLogModule, ConfigSecretsUserModule, ConnectedAccountsModule, CryptoAddressesModule, CryptoAuthModule, DatabaseProvisionModule, DatabaseSettingsModule, DbPool, DbPoolConfig, DbPresetModule, DbUsageModule, DefaultIdsModule, DenormalizedTableField, DevicesModule, DomainModule, EmailsModule, EntityTypeProvision, EventsModule, FunctionDeploymentModule, FunctionInvocationModule, FunctionModule, GraphExecutionModule, GraphModule, HierarchyModule, HttpRouteModule, I18NModule, IdentityProvidersModule, InferenceLogModule, InfraConfigModule, InfraSecretsModule, IntegrationProvidersModule, InternalSecretsModule, InvitesModule, LimitsModule, MembershipTypesModule, MembershipsModule, MerkleStoreModule, NamespaceModule, NotificationsModule,
|
|
6
|
+
import type { AgentModule, ApiSurfaceModule, AppModule, BillingModule, BillingProviderModule, Blueprint, BlueprintConstruction, BlueprintTemplate, CapabilitiesModule, CatalogModule, ComputeLogModule, ConfigSecretsUserModule, ConnectedAccountsModule, ContentPresetModule, CryptoAddressesModule, CryptoAuthModule, DataCapabilitiesField, DatabaseProvisionModule, DatabaseSettingsModule, DbPool, DbPoolConfig, DbPresetModule, DbUsageModule, DefaultIdsModule, DenormalizedTableField, DevicesModule, DomainModule, EmailSenderModule, EmailsModule, EntityTypeProvision, EventsModule, FileRefField, FunctionDeploymentModule, FunctionInvocationModule, FunctionModule, GraphExecutionModule, GraphModule, HierarchyModule, HttpRouteModule, I18NModule, IdentityProvidersModule, InferenceLogModule, InfraConfigModule, InfraSecretsModule, IntegrationProvidersModule, InternalSecretsModule, InvitesModule, LimitsModule, MembershipTypesModule, MembershipsModule, MerkleStoreModule, NamespaceModule, NotificationsModule, OauthRequestsModule, PagesModule, PhoneNumbersModule, PlansModule, PrincipalAuthModule, ProfilesModule, RateLimitMetersModule, RateLimitsModule, RealtimeModule, RelationProvision, ResourceModule, RlsModule, RouteModule, ScopeTypesModule, SecureTableProvision, SessionSecretsModule, SessionsModule, SiteSurfaceModule, StorageLogModule, StorageModule, TransferLogModule, UserAuthModule, UserCredentialsModule, UserSettingsModule, UserSettingsSecurityModule, UserStateModule, UsersModule, WebauthnAuthModule, WebauthnCredentialsModule, WebhookModule, BigIntFilter, BooleanFilter, DatetimeFilter, IntFilter, JSONFilter, StringFilter, StringListFilter, UUIDFilter, UUIDListFilter } from './types';
|
|
7
7
|
/** Methods to use when ordering `AgentModule`. */
|
|
8
|
-
export type AgentModuleOrderBy = 'AGENT_TABLE_ID_ASC' | 'AGENT_TABLE_ID_DESC' | 'AGENT_TABLE_NAME_ASC' | 'AGENT_TABLE_NAME_DESC' | 'API_NAME_ASC' | 'API_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | '
|
|
8
|
+
export type AgentModuleOrderBy = 'AGENT_TABLE_ID_ASC' | 'AGENT_TABLE_ID_DESC' | 'AGENT_TABLE_NAME_ASC' | 'AGENT_TABLE_NAME_DESC' | 'API_NAME_ASC' | 'API_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DEFAULT_CAPABILITIES_ASC' | 'DEFAULT_CAPABILITIES_DESC' | 'ENTITY_FIELD_ASC' | 'ENTITY_FIELD_DESC' | 'ENTITY_TABLE_ID_ASC' | 'ENTITY_TABLE_ID_DESC' | 'HAS_AGENTS_ASC' | 'HAS_AGENTS_DESC' | 'HAS_PLANS_ASC' | 'HAS_PLANS_DESC' | 'HAS_RESOURCES_ASC' | 'HAS_RESOURCES_DESC' | 'ID_ASC' | 'ID_DESC' | 'MESSAGE_TABLE_ID_ASC' | 'MESSAGE_TABLE_ID_DESC' | 'MESSAGE_TABLE_NAME_ASC' | 'MESSAGE_TABLE_NAME_DESC' | 'NATURAL' | 'PERSONA_TABLE_ID_ASC' | 'PERSONA_TABLE_ID_DESC' | 'PERSONA_TABLE_NAME_ASC' | 'PERSONA_TABLE_NAME_DESC' | 'PLAN_TABLE_ID_ASC' | 'PLAN_TABLE_ID_DESC' | 'PLAN_TABLE_NAME_ASC' | 'PLAN_TABLE_NAME_DESC' | 'POLICIES_ASC' | 'POLICIES_DESC' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_NAME_ASC' | 'PRIVATE_SCHEMA_NAME_DESC' | 'PROMPTS_TABLE_ID_ASC' | 'PROMPTS_TABLE_ID_DESC' | 'PROMPTS_TABLE_NAME_ASC' | 'PROMPTS_TABLE_NAME_DESC' | 'PROVISIONS_ASC' | 'PROVISIONS_DESC' | 'PUBLIC_SCHEMA_NAME_ASC' | 'PUBLIC_SCHEMA_NAME_DESC' | 'RESOURCES_ASC' | 'RESOURCES_DESC' | 'RESOURCE_TABLE_ID_ASC' | 'RESOURCE_TABLE_ID_DESC' | 'RESOURCE_TABLE_NAME_ASC' | 'RESOURCE_TABLE_NAME_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC' | 'SHARED_ASC' | 'SHARED_DESC' | 'TASK_TABLE_ID_ASC' | 'TASK_TABLE_ID_DESC' | 'TASK_TABLE_NAME_ASC' | 'TASK_TABLE_NAME_DESC' | 'THREAD_TABLE_ID_ASC' | 'THREAD_TABLE_ID_DESC' | 'THREAD_TABLE_NAME_ASC' | 'THREAD_TABLE_NAME_DESC';
|
|
9
9
|
/** Methods to use when ordering `ApiSurfaceModule`. */
|
|
10
|
-
export type ApiSurfaceModuleOrderBy = 'APIS_TABLE_ID_ASC' | 'APIS_TABLE_ID_DESC' | 'APIS_TABLE_NAME_ASC' | 'APIS_TABLE_NAME_DESC' | 'API_NAME_ASC' | 'API_NAME_DESC' | 'API_SCHEMAS_TABLE_ID_ASC' | 'API_SCHEMAS_TABLE_ID_DESC' | 'API_SCHEMAS_TABLE_NAME_ASC' | 'API_SCHEMAS_TABLE_NAME_DESC' | 'API_SETTINGS_TABLE_ID_ASC' | 'API_SETTINGS_TABLE_ID_DESC' | 'API_SETTINGS_TABLE_NAME_ASC' | 'API_SETTINGS_TABLE_NAME_DESC' | 'CATALOG_MODULE_ID_ASC' | 'CATALOG_MODULE_ID_DESC' | 'CORS_SETTINGS_TABLE_ID_ASC' | 'CORS_SETTINGS_TABLE_ID_DESC' | 'CORS_SETTINGS_TABLE_NAME_ASC' | 'CORS_SETTINGS_TABLE_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | '
|
|
10
|
+
export type ApiSurfaceModuleOrderBy = 'APIS_TABLE_ID_ASC' | 'APIS_TABLE_ID_DESC' | 'APIS_TABLE_NAME_ASC' | 'APIS_TABLE_NAME_DESC' | 'API_NAME_ASC' | 'API_NAME_DESC' | 'API_SCHEMAS_TABLE_ID_ASC' | 'API_SCHEMAS_TABLE_ID_DESC' | 'API_SCHEMAS_TABLE_NAME_ASC' | 'API_SCHEMAS_TABLE_NAME_DESC' | 'API_SETTINGS_TABLE_ID_ASC' | 'API_SETTINGS_TABLE_ID_DESC' | 'API_SETTINGS_TABLE_NAME_ASC' | 'API_SETTINGS_TABLE_NAME_DESC' | 'CATALOG_MODULE_ID_ASC' | 'CATALOG_MODULE_ID_DESC' | 'CORS_SETTINGS_TABLE_ID_ASC' | 'CORS_SETTINGS_TABLE_ID_DESC' | 'CORS_SETTINGS_TABLE_NAME_ASC' | 'CORS_SETTINGS_TABLE_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DEFAULT_CAPABILITIES_ASC' | 'DEFAULT_CAPABILITIES_DESC' | 'ENTITY_FIELD_ASC' | 'ENTITY_FIELD_DESC' | 'ENTITY_TABLE_ID_ASC' | 'ENTITY_TABLE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'POLICIES_ASC' | 'POLICIES_DESC' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PROVISIONS_ASC' | 'PROVISIONS_DESC' | 'PUBLIC_SCHEMA_NAME_ASC' | 'PUBLIC_SCHEMA_NAME_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC';
|
|
11
11
|
/** Methods to use when ordering `AppModule`. */
|
|
12
|
-
export type AppModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'APPS_TABLE_ID_ASC' | 'APPS_TABLE_ID_DESC' | 'APPS_TABLE_NAME_ASC' | 'APPS_TABLE_NAME_DESC' | 'APP_COMPONENTS_TABLE_ID_ASC' | 'APP_COMPONENTS_TABLE_ID_DESC' | 'APP_COMPONENTS_TABLE_NAME_ASC' | 'APP_COMPONENTS_TABLE_NAME_DESC' | 'CATALOG_MODULE_ID_ASC' | 'CATALOG_MODULE_ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | '
|
|
12
|
+
export type AppModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'APPS_TABLE_ID_ASC' | 'APPS_TABLE_ID_DESC' | 'APPS_TABLE_NAME_ASC' | 'APPS_TABLE_NAME_DESC' | 'APP_COMPONENTS_TABLE_ID_ASC' | 'APP_COMPONENTS_TABLE_ID_DESC' | 'APP_COMPONENTS_TABLE_NAME_ASC' | 'APP_COMPONENTS_TABLE_NAME_DESC' | 'CATALOG_MODULE_ID_ASC' | 'CATALOG_MODULE_ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DEFAULT_CAPABILITIES_ASC' | 'DEFAULT_CAPABILITIES_DESC' | 'ENTITY_FIELD_ASC' | 'ENTITY_FIELD_DESC' | 'ENTITY_TABLE_ID_ASC' | 'ENTITY_TABLE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'POLICIES_ASC' | 'POLICIES_DESC' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_NAME_ASC' | 'PRIVATE_SCHEMA_NAME_DESC' | 'PROVISIONS_ASC' | 'PROVISIONS_DESC' | 'PUBLIC_SCHEMA_NAME_ASC' | 'PUBLIC_SCHEMA_NAME_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC';
|
|
13
13
|
/** Methods to use when ordering `BillingModule`. */
|
|
14
|
-
export type BillingModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'BALANCES_TABLE_ID_ASC' | 'BALANCES_TABLE_ID_DESC' | 'BALANCES_TABLE_NAME_ASC' | 'BALANCES_TABLE_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | '
|
|
14
|
+
export type BillingModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'BALANCES_TABLE_ID_ASC' | 'BALANCES_TABLE_ID_DESC' | 'BALANCES_TABLE_NAME_ASC' | 'BALANCES_TABLE_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DEFAULT_CAPABILITIES_ASC' | 'DEFAULT_CAPABILITIES_DESC' | 'DEFAULT_METER_CATALOG_ASC' | 'DEFAULT_METER_CATALOG_DESC' | 'ID_ASC' | 'ID_DESC' | 'LEDGER_TABLE_ID_ASC' | 'LEDGER_TABLE_ID_DESC' | 'LEDGER_TABLE_NAME_ASC' | 'LEDGER_TABLE_NAME_DESC' | 'METERS_TABLE_ID_ASC' | 'METERS_TABLE_ID_DESC' | 'METERS_TABLE_NAME_ASC' | 'METERS_TABLE_NAME_DESC' | 'METER_CREDITS_TABLE_ID_ASC' | 'METER_CREDITS_TABLE_ID_DESC' | 'METER_CREDITS_TABLE_NAME_ASC' | 'METER_CREDITS_TABLE_NAME_DESC' | 'METER_DEFAULTS_TABLE_ID_ASC' | 'METER_DEFAULTS_TABLE_ID_DESC' | 'METER_DEFAULTS_TABLE_NAME_ASC' | 'METER_DEFAULTS_TABLE_NAME_DESC' | 'METER_SOURCES_TABLE_ID_ASC' | 'METER_SOURCES_TABLE_ID_DESC' | 'METER_SOURCES_TABLE_NAME_ASC' | 'METER_SOURCES_TABLE_NAME_DESC' | 'NATURAL' | 'PLAN_SUBSCRIPTIONS_TABLE_ID_ASC' | 'PLAN_SUBSCRIPTIONS_TABLE_ID_DESC' | 'PLAN_SUBSCRIPTIONS_TABLE_NAME_ASC' | 'PLAN_SUBSCRIPTIONS_TABLE_NAME_DESC' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_NAME_ASC' | 'PRIVATE_SCHEMA_NAME_DESC' | 'PUBLIC_SCHEMA_NAME_ASC' | 'PUBLIC_SCHEMA_NAME_DESC' | 'RECORD_USAGE_FUNCTION_ASC' | 'RECORD_USAGE_FUNCTION_DESC' | 'ROLLUP_USAGE_SUMMARY_FUNCTION_ASC' | 'ROLLUP_USAGE_SUMMARY_FUNCTION_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SWEEP_EXPIRED_SUBSCRIPTIONS_FUNCTION_ASC' | 'SWEEP_EXPIRED_SUBSCRIPTIONS_FUNCTION_DESC';
|
|
15
15
|
/** Methods to use when ordering `BillingProviderModule`. */
|
|
16
|
-
export type BillingProviderModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'BILLING_CUSTOMERS_TABLE_ID_ASC' | 'BILLING_CUSTOMERS_TABLE_ID_DESC' | 'BILLING_CUSTOMERS_TABLE_NAME_ASC' | 'BILLING_CUSTOMERS_TABLE_NAME_DESC' | 'BILLING_PRICES_TABLE_ID_ASC' | 'BILLING_PRICES_TABLE_ID_DESC' | 'BILLING_PRICES_TABLE_NAME_ASC' | 'BILLING_PRICES_TABLE_NAME_DESC' | 'BILLING_PRODUCTS_TABLE_ID_ASC' | 'BILLING_PRODUCTS_TABLE_ID_DESC' | 'BILLING_PRODUCTS_TABLE_NAME_ASC' | 'BILLING_PRODUCTS_TABLE_NAME_DESC' | 'BILLING_SUBSCRIPTIONS_TABLE_ID_ASC' | 'BILLING_SUBSCRIPTIONS_TABLE_ID_DESC' | 'BILLING_SUBSCRIPTIONS_TABLE_NAME_ASC' | 'BILLING_SUBSCRIPTIONS_TABLE_NAME_DESC' | 'BILLING_WEBHOOK_EVENTS_TABLE_ID_ASC' | 'BILLING_WEBHOOK_EVENTS_TABLE_ID_DESC' | 'BILLING_WEBHOOK_EVENTS_TABLE_NAME_ASC' | 'BILLING_WEBHOOK_EVENTS_TABLE_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PRICES_TABLE_ID_ASC' | 'PRICES_TABLE_ID_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'PROCESS_BILLING_EVENT_FUNCTION_ASC' | 'PROCESS_BILLING_EVENT_FUNCTION_DESC' | 'PRODUCTS_TABLE_ID_ASC' | 'PRODUCTS_TABLE_ID_DESC' | 'PROVIDER_ASC' | 'PROVIDER_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SUBSCRIPTIONS_TABLE_ID_ASC' | 'SUBSCRIPTIONS_TABLE_ID_DESC';
|
|
16
|
+
export type BillingProviderModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'BILLING_CUSTOMERS_TABLE_ID_ASC' | 'BILLING_CUSTOMERS_TABLE_ID_DESC' | 'BILLING_CUSTOMERS_TABLE_NAME_ASC' | 'BILLING_CUSTOMERS_TABLE_NAME_DESC' | 'BILLING_INVOICES_TABLE_ID_ASC' | 'BILLING_INVOICES_TABLE_ID_DESC' | 'BILLING_INVOICES_TABLE_NAME_ASC' | 'BILLING_INVOICES_TABLE_NAME_DESC' | 'BILLING_PRICES_TABLE_ID_ASC' | 'BILLING_PRICES_TABLE_ID_DESC' | 'BILLING_PRICES_TABLE_NAME_ASC' | 'BILLING_PRICES_TABLE_NAME_DESC' | 'BILLING_PRODUCTS_TABLE_ID_ASC' | 'BILLING_PRODUCTS_TABLE_ID_DESC' | 'BILLING_PRODUCTS_TABLE_NAME_ASC' | 'BILLING_PRODUCTS_TABLE_NAME_DESC' | 'BILLING_REFUNDS_TABLE_ID_ASC' | 'BILLING_REFUNDS_TABLE_ID_DESC' | 'BILLING_REFUNDS_TABLE_NAME_ASC' | 'BILLING_REFUNDS_TABLE_NAME_DESC' | 'BILLING_SUBSCRIPTIONS_TABLE_ID_ASC' | 'BILLING_SUBSCRIPTIONS_TABLE_ID_DESC' | 'BILLING_SUBSCRIPTIONS_TABLE_NAME_ASC' | 'BILLING_SUBSCRIPTIONS_TABLE_NAME_DESC' | 'BILLING_WEBHOOK_EVENTS_TABLE_ID_ASC' | 'BILLING_WEBHOOK_EVENTS_TABLE_ID_DESC' | 'BILLING_WEBHOOK_EVENTS_TABLE_NAME_ASC' | 'BILLING_WEBHOOK_EVENTS_TABLE_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'LIST_PENDING_USAGE_SYNC_FUNCTION_ASC' | 'LIST_PENDING_USAGE_SYNC_FUNCTION_DESC' | 'MARK_USAGE_SYNCED_FUNCTION_ASC' | 'MARK_USAGE_SYNCED_FUNCTION_DESC' | 'NATURAL' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PRICES_TABLE_ID_ASC' | 'PRICES_TABLE_ID_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'PROCESS_BILLING_EVENT_FUNCTION_ASC' | 'PROCESS_BILLING_EVENT_FUNCTION_DESC' | 'PRODUCTS_TABLE_ID_ASC' | 'PRODUCTS_TABLE_ID_DESC' | 'PROVIDER_ASC' | 'PROVIDER_DESC' | 'RECORD_REFUND_FUNCTION_ASC' | 'RECORD_REFUND_FUNCTION_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SUBSCRIPTIONS_TABLE_ID_ASC' | 'SUBSCRIPTIONS_TABLE_ID_DESC' | 'UPSERT_INVOICE_FUNCTION_ASC' | 'UPSERT_INVOICE_FUNCTION_DESC';
|
|
17
17
|
/** Methods to use when ordering `BlueprintConstruction`. */
|
|
18
18
|
export type BlueprintConstructionOrderBy = 'BLUEPRINT_ID_ASC' | 'BLUEPRINT_ID_DESC' | 'CONSTRUCTED_AT_ASC' | 'CONSTRUCTED_AT_DESC' | 'CONSTRUCTED_DEFINITION_ASC' | 'CONSTRUCTED_DEFINITION_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ERROR_DETAILS_ASC' | 'ERROR_DETAILS_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'STATUS_ASC' | 'STATUS_DESC' | 'TABLE_MAP_ASC' | 'TABLE_MAP_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
19
19
|
/** Methods to use when ordering `Blueprint`. */
|
|
20
20
|
export type BlueprintOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DEFINITION_ASC' | 'DEFINITION_DESC' | 'DEFINITION_HASH_ASC' | 'DEFINITION_HASH_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'DISPLAY_NAME_ASC' | 'DISPLAY_NAME_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'OWNER_ID_ASC' | 'OWNER_ID_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'TABLE_HASHES_ASC' | 'TABLE_HASHES_DESC' | 'TEMPLATE_ID_ASC' | 'TEMPLATE_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
21
21
|
/** Methods to use when ordering `BlueprintTemplate`. */
|
|
22
22
|
export type BlueprintTemplateOrderBy = 'CATEGORIES_ASC' | 'CATEGORIES_DESC' | 'COMPLEXITY_ASC' | 'COMPLEXITY_DESC' | 'COPY_COUNT_ASC' | 'COPY_COUNT_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DEFINITION_ASC' | 'DEFINITION_DESC' | 'DEFINITION_HASH_ASC' | 'DEFINITION_HASH_DESC' | 'DEFINITION_SCHEMA_VERSION_ASC' | 'DEFINITION_SCHEMA_VERSION_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'DISPLAY_NAME_ASC' | 'DISPLAY_NAME_DESC' | 'FORKED_FROM_ID_ASC' | 'FORKED_FROM_ID_DESC' | 'FORK_COUNT_ASC' | 'FORK_COUNT_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'OWNER_ID_ASC' | 'OWNER_ID_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SOURCE_ASC' | 'SOURCE_DESC' | 'TABLE_HASHES_ASC' | 'TABLE_HASHES_DESC' | 'TAGS_ASC' | 'TAGS_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'VERSION_ASC' | 'VERSION_DESC' | 'VISIBILITY_ASC' | 'VISIBILITY_DESC';
|
|
23
|
+
/** Methods to use when ordering `CapabilitiesModule`. */
|
|
24
|
+
export type CapabilitiesModuleOrderBy = 'ACTOR_TABLE_ID_ASC' | 'ACTOR_TABLE_ID_DESC' | 'API_NAME_ASC' | 'API_NAME_DESC' | 'BITLEN_ASC' | 'BITLEN_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DEFAULT_TABLE_ID_ASC' | 'DEFAULT_TABLE_ID_DESC' | 'DEFAULT_TABLE_NAME_ASC' | 'DEFAULT_TABLE_NAME_DESC' | 'ENTITY_FIELD_ASC' | 'ENTITY_FIELD_DESC' | 'ENTITY_TABLE_ID_ASC' | 'ENTITY_TABLE_ID_DESC' | 'GET_BY_MASK_ASC' | 'GET_BY_MASK_DESC' | 'GET_MASK_ASC' | 'GET_MASK_BY_NAME_ASC' | 'GET_MASK_BY_NAME_DESC' | 'GET_MASK_DESC' | 'GET_PADDED_MASK_ASC' | 'GET_PADDED_MASK_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_NAME_ASC' | 'PRIVATE_SCHEMA_NAME_DESC' | 'PUBLIC_SCHEMA_NAME_ASC' | 'PUBLIC_SCHEMA_NAME_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC' | 'TABLE_ID_ASC' | 'TABLE_ID_DESC' | 'TABLE_NAME_ASC' | 'TABLE_NAME_DESC';
|
|
23
25
|
/** Methods to use when ordering `CatalogModule`. */
|
|
24
|
-
export type CatalogModuleOrderBy = 'APIS_TABLE_ID_ASC' | 'APIS_TABLE_ID_DESC' | 'APIS_TABLE_NAME_ASC' | 'APIS_TABLE_NAME_DESC' | 'API_NAME_ASC' | 'API_NAME_DESC' | 'APPS_TABLE_ID_ASC' | 'APPS_TABLE_ID_DESC' | 'APPS_TABLE_NAME_ASC' | 'APPS_TABLE_NAME_DESC' | 'BUCKETS_TABLE_ID_ASC' | 'BUCKETS_TABLE_ID_DESC' | 'BUCKETS_TABLE_NAME_ASC' | 'BUCKETS_TABLE_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | '
|
|
26
|
+
export type CatalogModuleOrderBy = 'APIS_TABLE_ID_ASC' | 'APIS_TABLE_ID_DESC' | 'APIS_TABLE_NAME_ASC' | 'APIS_TABLE_NAME_DESC' | 'API_NAME_ASC' | 'API_NAME_DESC' | 'APPS_TABLE_ID_ASC' | 'APPS_TABLE_ID_DESC' | 'APPS_TABLE_NAME_ASC' | 'APPS_TABLE_NAME_DESC' | 'BINDINGS_TABLE_ID_ASC' | 'BINDINGS_TABLE_ID_DESC' | 'BINDINGS_TABLE_NAME_ASC' | 'BINDINGS_TABLE_NAME_DESC' | 'BUCKETS_TABLE_ID_ASC' | 'BUCKETS_TABLE_ID_DESC' | 'BUCKETS_TABLE_NAME_ASC' | 'BUCKETS_TABLE_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DEFAULT_CAPABILITIES_ASC' | 'DEFAULT_CAPABILITIES_DESC' | 'DOMAINS_TABLE_ID_ASC' | 'DOMAINS_TABLE_ID_DESC' | 'DOMAINS_TABLE_NAME_ASC' | 'DOMAINS_TABLE_NAME_DESC' | 'ENTITY_TABLE_ID_ASC' | 'ENTITY_TABLE_ID_DESC' | 'FUNCTIONS_TABLE_ID_ASC' | 'FUNCTIONS_TABLE_ID_DESC' | 'FUNCTIONS_TABLE_NAME_ASC' | 'FUNCTIONS_TABLE_NAME_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAMESPACES_TABLE_ID_ASC' | 'NAMESPACES_TABLE_ID_DESC' | 'NAMESPACES_TABLE_NAME_ASC' | 'NAMESPACES_TABLE_NAME_DESC' | 'NATURAL' | 'POLICIES_ASC' | 'POLICIES_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PROVISIONS_ASC' | 'PROVISIONS_DESC' | 'PUBLIC_SCHEMA_NAME_ASC' | 'PUBLIC_SCHEMA_NAME_DESC' | 'RESOURCES_TABLE_ID_ASC' | 'RESOURCES_TABLE_ID_DESC' | 'RESOURCES_TABLE_NAME_ASC' | 'RESOURCES_TABLE_NAME_DESC' | 'RESOURCE_DEFINITIONS_TABLE_ID_ASC' | 'RESOURCE_DEFINITIONS_TABLE_ID_DESC' | 'RESOURCE_DEFINITIONS_TABLE_NAME_ASC' | 'RESOURCE_DEFINITIONS_TABLE_NAME_DESC' | 'RESOURCE_INSTALLATIONS_TABLE_ID_ASC' | 'RESOURCE_INSTALLATIONS_TABLE_ID_DESC' | 'RESOURCE_INSTALLATIONS_TABLE_NAME_ASC' | 'RESOURCE_INSTALLATIONS_TABLE_NAME_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC' | 'SITES_APP_LINKS_TABLE_ID_ASC' | 'SITES_APP_LINKS_TABLE_ID_DESC' | 'SITES_APP_LINKS_TABLE_NAME_ASC' | 'SITES_APP_LINKS_TABLE_NAME_DESC' | 'SITES_DEEP_LINKS_TABLE_ID_ASC' | 'SITES_DEEP_LINKS_TABLE_ID_DESC' | 'SITES_DEEP_LINKS_TABLE_NAME_ASC' | 'SITES_DEEP_LINKS_TABLE_NAME_DESC' | 'SITES_ERROR_PAGES_TABLE_ID_ASC' | 'SITES_ERROR_PAGES_TABLE_ID_DESC' | 'SITES_ERROR_PAGES_TABLE_NAME_ASC' | 'SITES_ERROR_PAGES_TABLE_NAME_DESC' | 'SITES_TABLE_ID_ASC' | 'SITES_TABLE_ID_DESC' | 'SITES_TABLE_NAME_ASC' | 'SITES_TABLE_NAME_DESC' | 'SITES_WEB_CONFIG_TABLE_ID_ASC' | 'SITES_WEB_CONFIG_TABLE_ID_DESC' | 'SITES_WEB_CONFIG_TABLE_NAME_ASC' | 'SITES_WEB_CONFIG_TABLE_NAME_DESC';
|
|
25
27
|
/** Methods to use when ordering `ComputeLogModule`. */
|
|
26
28
|
export type ComputeLogModuleOrderBy = 'ACTOR_FK_TABLE_ID_ASC' | 'ACTOR_FK_TABLE_ID_DESC' | 'API_NAME_ASC' | 'API_NAME_DESC' | 'COMPUTE_LOG_TABLE_ID_ASC' | 'COMPUTE_LOG_TABLE_ID_DESC' | 'COMPUTE_LOG_TABLE_NAME_ASC' | 'COMPUTE_LOG_TABLE_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ENTITY_FIELD_ASC' | 'ENTITY_FIELD_DESC' | 'ENTITY_FK_TABLE_ID_ASC' | 'ENTITY_FK_TABLE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'INTERVAL_ASC' | 'INTERVAL_DESC' | 'NATURAL' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PREMAKE_ASC' | 'PREMAKE_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_NAME_ASC' | 'PRIVATE_SCHEMA_NAME_DESC' | 'PUBLIC_SCHEMA_NAME_ASC' | 'PUBLIC_SCHEMA_NAME_DESC' | 'RETENTION_ASC' | 'RETENTION_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC' | 'USAGE_SUMMARY_TABLE_ID_ASC' | 'USAGE_SUMMARY_TABLE_ID_DESC' | 'USAGE_SUMMARY_TABLE_NAME_ASC' | 'USAGE_SUMMARY_TABLE_NAME_DESC';
|
|
27
29
|
/** Methods to use when ordering `ConfigSecretsUserModule`. */
|
|
28
30
|
export type ConfigSecretsUserModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ENTITY_FIELD_ASC' | 'ENTITY_FIELD_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'TABLE_ID_ASC' | 'TABLE_ID_DESC' | 'TABLE_NAME_ASC' | 'TABLE_NAME_DESC';
|
|
29
31
|
/** Methods to use when ordering `ConnectedAccountsModule`. */
|
|
30
32
|
export type ConnectedAccountsModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'OWNER_TABLE_ID_ASC' | 'OWNER_TABLE_ID_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'TABLE_ID_ASC' | 'TABLE_ID_DESC' | 'TABLE_NAME_ASC' | 'TABLE_NAME_DESC';
|
|
33
|
+
/** Methods to use when ordering `ContentPresetModule`. */
|
|
34
|
+
export type ContentPresetModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'CONTENT_PRESETS_TABLE_ID_ASC' | 'CONTENT_PRESETS_TABLE_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ENTITY_TABLE_ID_ASC' | 'ENTITY_TABLE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'MERKLE_STORE_MODULE_ID_ASC' | 'MERKLE_STORE_MODULE_ID_DESC' | 'NATURAL' | 'POLICIES_ASC' | 'POLICIES_DESC' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_NAME_ASC' | 'PRIVATE_SCHEMA_NAME_DESC' | 'PROVISIONS_ASC' | 'PROVISIONS_DESC' | 'PUBLIC_SCHEMA_ID_ASC' | 'PUBLIC_SCHEMA_ID_DESC' | 'PUBLIC_SCHEMA_NAME_ASC' | 'PUBLIC_SCHEMA_NAME_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC' | 'STORE_NAME_ASC' | 'STORE_NAME_DESC';
|
|
31
35
|
/** Methods to use when ordering `CryptoAddressesModule`. */
|
|
32
36
|
export type CryptoAddressesModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'CRYPTO_NETWORK_ASC' | 'CRYPTO_NETWORK_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'OWNER_TABLE_ID_ASC' | 'OWNER_TABLE_ID_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'TABLE_ID_ASC' | 'TABLE_ID_DESC' | 'TABLE_NAME_ASC' | 'TABLE_NAME_DESC';
|
|
33
37
|
/** Methods to use when ordering `CryptoAuthModule`. */
|
|
34
38
|
export type CryptoAuthModuleOrderBy = 'ADDRESSES_TABLE_ID_ASC' | 'ADDRESSES_TABLE_ID_DESC' | 'CRYPTO_NETWORK_ASC' | 'CRYPTO_NETWORK_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SECRETS_TABLE_ID_ASC' | 'SECRETS_TABLE_ID_DESC' | 'SESSIONS_TABLE_ID_ASC' | 'SESSIONS_TABLE_ID_DESC' | 'SESSION_CREDENTIALS_TABLE_ID_ASC' | 'SESSION_CREDENTIALS_TABLE_ID_DESC' | 'SIGN_IN_RECORD_FAILURE_ASC' | 'SIGN_IN_RECORD_FAILURE_DESC' | 'SIGN_IN_REQUEST_CHALLENGE_ASC' | 'SIGN_IN_REQUEST_CHALLENGE_DESC' | 'SIGN_IN_WITH_CHALLENGE_ASC' | 'SIGN_IN_WITH_CHALLENGE_DESC' | 'SIGN_UP_WITH_KEY_ASC' | 'SIGN_UP_WITH_KEY_DESC' | 'USERS_TABLE_ID_ASC' | 'USERS_TABLE_ID_DESC' | 'USER_FIELD_ASC' | 'USER_FIELD_DESC';
|
|
39
|
+
/** Methods to use when ordering `DataCapabilitiesField`. */
|
|
40
|
+
export type DataCapabilitiesFieldOrderBy = 'CAPABILITIES_MODULE_ID_ASC' | 'CAPABILITIES_MODULE_ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'FIELD_ID_ASC' | 'FIELD_ID_DESC' | 'FROM_FIELD_ID_ASC' | 'FROM_FIELD_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'MAPPING_FIELD_ID_ASC' | 'MAPPING_FIELD_ID_DESC' | 'MAPPING_KEY_FIELD_ID_ASC' | 'MAPPING_KEY_FIELD_ID_DESC' | 'MAPPING_TABLE_ID_ASC' | 'MAPPING_TABLE_ID_DESC' | 'MODE_ASC' | 'MODE_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SUBSET_GUARD_ASC' | 'SUBSET_GUARD_DESC' | 'TABLE_ID_ASC' | 'TABLE_ID_DESC';
|
|
35
41
|
/** Methods to use when ordering `DatabaseProvisionModule`. */
|
|
36
42
|
export type DatabaseProvisionModuleOrderBy = 'ASYNC_ASC' | 'ASYNC_DESC' | 'BOOTSTRAP_ERROR_ASC' | 'BOOTSTRAP_ERROR_DESC' | 'BOOTSTRAP_STATUS_ASC' | 'BOOTSTRAP_STATUS_DESC' | 'BOOTSTRAP_USER_ASC' | 'BOOTSTRAP_USER_DESC' | 'COMPLETED_AT_ASC' | 'COMPLETED_AT_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DATABASE_NAME_ASC' | 'DATABASE_NAME_DESC' | 'DOMAIN_ASC' | 'DOMAIN_DESC' | 'ERROR_MESSAGE_ASC' | 'ERROR_MESSAGE_DESC' | 'FULFILLED_AT_ASC' | 'FULFILLED_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'MODULES_ASC' | 'MODULES_DESC' | 'NATURAL' | 'OPTIONS_ASC' | 'OPTIONS_DESC' | 'OWNER_ID_ASC' | 'OWNER_ID_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SOURCE_DATABASE_ID_ASC' | 'SOURCE_DATABASE_ID_DESC' | 'STATUS_ASC' | 'STATUS_DESC' | 'SUBDOMAIN_ASC' | 'SUBDOMAIN_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
37
43
|
/** Methods to use when ordering `DatabaseSettingsModule`. */
|
|
38
|
-
export type DatabaseSettingsModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DATABASE_SETTINGS_TABLE_ID_ASC' | 'DATABASE_SETTINGS_TABLE_ID_DESC' | 'DATABASE_SETTINGS_TABLE_NAME_ASC' | 'DATABASE_SETTINGS_TABLE_NAME_DESC' | '
|
|
44
|
+
export type DatabaseSettingsModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DATABASE_SETTINGS_TABLE_ID_ASC' | 'DATABASE_SETTINGS_TABLE_ID_DESC' | 'DATABASE_SETTINGS_TABLE_NAME_ASC' | 'DATABASE_SETTINGS_TABLE_NAME_DESC' | 'DEFAULT_CAPABILITIES_ASC' | 'DEFAULT_CAPABILITIES_DESC' | 'ENTITY_FIELD_ASC' | 'ENTITY_FIELD_DESC' | 'ENTITY_TABLE_ID_ASC' | 'ENTITY_TABLE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'POLICIES_ASC' | 'POLICIES_DESC' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PROVISIONS_ASC' | 'PROVISIONS_DESC' | 'PUBKEY_SETTINGS_TABLE_ID_ASC' | 'PUBKEY_SETTINGS_TABLE_ID_DESC' | 'PUBKEY_SETTINGS_TABLE_NAME_ASC' | 'PUBKEY_SETTINGS_TABLE_NAME_DESC' | 'PUBLIC_SCHEMA_NAME_ASC' | 'PUBLIC_SCHEMA_NAME_DESC' | 'RLS_SETTINGS_TABLE_ID_ASC' | 'RLS_SETTINGS_TABLE_ID_DESC' | 'RLS_SETTINGS_TABLE_NAME_ASC' | 'RLS_SETTINGS_TABLE_NAME_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC' | 'WEBAUTHN_SETTINGS_TABLE_ID_ASC' | 'WEBAUTHN_SETTINGS_TABLE_ID_DESC' | 'WEBAUTHN_SETTINGS_TABLE_NAME_ASC' | 'WEBAUTHN_SETTINGS_TABLE_NAME_DESC';
|
|
39
45
|
/** Methods to use when ordering `DbPoolConfig`. */
|
|
40
46
|
export type DbPoolConfigOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DOMAIN_ASC' | 'DOMAIN_DESC' | 'ENABLED_ASC' | 'ENABLED_DESC' | 'ID_ASC' | 'ID_DESC' | 'MAX_ASC' | 'MAX_DESC' | 'MIN_ASC' | 'MIN_DESC' | 'NATURAL' | 'POOL_OWNER_ID_ASC' | 'POOL_OWNER_ID_DESC' | 'PRESET_SLUG_ASC' | 'PRESET_SLUG_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'WARM_TTL_ASC' | 'WARM_TTL_DESC';
|
|
41
47
|
/** Methods to use when ordering `DbPool`. */
|
|
@@ -43,7 +49,7 @@ export type DbPoolOrderBy = 'BOOTSTRAP_ERROR_ASC' | 'BOOTSTRAP_ERROR_DESC' | 'BO
|
|
|
43
49
|
/** Methods to use when ordering `DbPresetModule`. */
|
|
44
50
|
export type DbPresetModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DB_PRESETS_TABLE_ID_ASC' | 'DB_PRESETS_TABLE_ID_DESC' | 'ENTITY_TABLE_ID_ASC' | 'ENTITY_TABLE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'MERKLE_STORE_MODULE_ID_ASC' | 'MERKLE_STORE_MODULE_ID_DESC' | 'NATURAL' | 'POLICIES_ASC' | 'POLICIES_DESC' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_NAME_ASC' | 'PRIVATE_SCHEMA_NAME_DESC' | 'PROVISIONS_ASC' | 'PROVISIONS_DESC' | 'PUBLIC_SCHEMA_ID_ASC' | 'PUBLIC_SCHEMA_ID_DESC' | 'PUBLIC_SCHEMA_NAME_ASC' | 'PUBLIC_SCHEMA_NAME_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC' | 'STORE_NAME_ASC' | 'STORE_NAME_DESC';
|
|
45
51
|
/** Methods to use when ordering `DbUsageModule`. */
|
|
46
|
-
export type DbUsageModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'COLLECT_DB_QUERY_STATS_FUNCTION_ASC' | 'COLLECT_DB_QUERY_STATS_FUNCTION_DESC' | 'COLLECT_DB_TABLE_STATS_FUNCTION_ASC' | 'COLLECT_DB_TABLE_STATS_FUNCTION_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | '
|
|
52
|
+
export type DbUsageModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'COLLECT_DB_QUERY_STATS_FUNCTION_ASC' | 'COLLECT_DB_QUERY_STATS_FUNCTION_DESC' | 'COLLECT_DB_TABLE_STATS_FUNCTION_ASC' | 'COLLECT_DB_TABLE_STATS_FUNCTION_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DEFAULT_CAPABILITIES_ASC' | 'DEFAULT_CAPABILITIES_DESC' | 'ENTITY_FIELD_ASC' | 'ENTITY_FIELD_DESC' | 'ID_ASC' | 'ID_DESC' | 'INTERVAL_ASC' | 'INTERVAL_DESC' | 'NATURAL' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PREMAKE_ASC' | 'PREMAKE_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_NAME_ASC' | 'PRIVATE_SCHEMA_NAME_DESC' | 'PUBLIC_SCHEMA_NAME_ASC' | 'PUBLIC_SCHEMA_NAME_DESC' | 'QUERY_STATS_LOG_TABLE_ID_ASC' | 'QUERY_STATS_LOG_TABLE_ID_DESC' | 'QUERY_STATS_LOG_TABLE_NAME_ASC' | 'QUERY_STATS_LOG_TABLE_NAME_DESC' | 'QUERY_STATS_SUMMARY_TABLE_ID_ASC' | 'QUERY_STATS_SUMMARY_TABLE_ID_DESC' | 'QUERY_STATS_SUMMARY_TABLE_NAME_ASC' | 'QUERY_STATS_SUMMARY_TABLE_NAME_DESC' | 'RETENTION_ASC' | 'RETENTION_DESC' | 'ROLLUP_DB_QUERY_STATS_USAGE_SUMMARY_FUNCTION_ASC' | 'ROLLUP_DB_QUERY_STATS_USAGE_SUMMARY_FUNCTION_DESC' | 'ROLLUP_DB_TABLE_STATS_USAGE_SUMMARY_FUNCTION_ASC' | 'ROLLUP_DB_TABLE_STATS_USAGE_SUMMARY_FUNCTION_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC' | 'TABLE_STATS_LOG_TABLE_ID_ASC' | 'TABLE_STATS_LOG_TABLE_ID_DESC' | 'TABLE_STATS_LOG_TABLE_NAME_ASC' | 'TABLE_STATS_LOG_TABLE_NAME_DESC' | 'TABLE_STATS_SUMMARY_TABLE_ID_ASC' | 'TABLE_STATS_SUMMARY_TABLE_ID_DESC' | 'TABLE_STATS_SUMMARY_TABLE_NAME_ASC' | 'TABLE_STATS_SUMMARY_TABLE_NAME_DESC';
|
|
47
53
|
/** Methods to use when ordering `DefaultIdsModule`. */
|
|
48
54
|
export type DefaultIdsModuleOrderBy = 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC';
|
|
49
55
|
/** Methods to use when ordering `DenormalizedTableField`. */
|
|
@@ -51,27 +57,31 @@ export type DenormalizedTableFieldOrderBy = 'DATABASE_ID_ASC' | 'DATABASE_ID_DES
|
|
|
51
57
|
/** Methods to use when ordering `DevicesModule`. */
|
|
52
58
|
export type DevicesModuleOrderBy = 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DEVICE_SETTINGS_TABLE_ID_ASC' | 'DEVICE_SETTINGS_TABLE_ID_DESC' | 'DEVICE_SETTINGS_TABLE_NAME_ASC' | 'DEVICE_SETTINGS_TABLE_NAME_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'USER_DEVICES_TABLE_ID_ASC' | 'USER_DEVICES_TABLE_ID_DESC' | 'USER_DEVICES_TABLE_NAME_ASC' | 'USER_DEVICES_TABLE_NAME_DESC';
|
|
53
59
|
/** Methods to use when ordering `DomainModule`. */
|
|
54
|
-
export type DomainModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'CATALOG_MODULE_ID_ASC' | 'CATALOG_MODULE_ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | '
|
|
60
|
+
export type DomainModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'CATALOG_MODULE_ID_ASC' | 'CATALOG_MODULE_ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DEFAULT_CAPABILITIES_ASC' | 'DEFAULT_CAPABILITIES_DESC' | 'DOMAINS_TABLE_ID_ASC' | 'DOMAINS_TABLE_ID_DESC' | 'DOMAINS_TABLE_NAME_ASC' | 'DOMAINS_TABLE_NAME_DESC' | 'DOMAIN_EVENTS_TABLE_ID_ASC' | 'DOMAIN_EVENTS_TABLE_ID_DESC' | 'DOMAIN_EVENTS_TABLE_NAME_ASC' | 'DOMAIN_EVENTS_TABLE_NAME_DESC' | 'DOMAIN_VERIFICATIONS_TABLE_ID_ASC' | 'DOMAIN_VERIFICATIONS_TABLE_ID_DESC' | 'DOMAIN_VERIFICATIONS_TABLE_NAME_ASC' | 'DOMAIN_VERIFICATIONS_TABLE_NAME_DESC' | 'ENTITY_FIELD_ASC' | 'ENTITY_FIELD_DESC' | 'ENTITY_TABLE_ID_ASC' | 'ENTITY_TABLE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'MANAGED_DOMAINS_TABLE_ID_ASC' | 'MANAGED_DOMAINS_TABLE_ID_DESC' | 'MANAGED_DOMAINS_TABLE_NAME_ASC' | 'MANAGED_DOMAINS_TABLE_NAME_DESC' | 'NATURAL' | 'POLICIES_ASC' | 'POLICIES_DESC' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_NAME_ASC' | 'PRIVATE_SCHEMA_NAME_DESC' | 'PROVISIONS_ASC' | 'PROVISIONS_DESC' | 'PUBLIC_SCHEMA_NAME_ASC' | 'PUBLIC_SCHEMA_NAME_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC';
|
|
61
|
+
/** Methods to use when ordering `EmailSenderModule`. */
|
|
62
|
+
export type EmailSenderModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DEFAULT_CAPABILITIES_ASC' | 'DEFAULT_CAPABILITIES_DESC' | 'EMAIL_IDENTITIES_TABLE_ID_ASC' | 'EMAIL_IDENTITIES_TABLE_ID_DESC' | 'EMAIL_IDENTITIES_TABLE_NAME_ASC' | 'EMAIL_IDENTITIES_TABLE_NAME_DESC' | 'EMAIL_PROVIDER_ACCOUNTS_TABLE_ID_ASC' | 'EMAIL_PROVIDER_ACCOUNTS_TABLE_ID_DESC' | 'EMAIL_PROVIDER_ACCOUNTS_TABLE_NAME_ASC' | 'EMAIL_PROVIDER_ACCOUNTS_TABLE_NAME_DESC' | 'EMAIL_SITE_IDENTITIES_TABLE_ID_ASC' | 'EMAIL_SITE_IDENTITIES_TABLE_ID_DESC' | 'EMAIL_SITE_IDENTITIES_TABLE_NAME_ASC' | 'EMAIL_SITE_IDENTITIES_TABLE_NAME_DESC' | 'ENTITY_FIELD_ASC' | 'ENTITY_FIELD_DESC' | 'ENTITY_TABLE_ID_ASC' | 'ENTITY_TABLE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'POLICIES_ASC' | 'POLICIES_DESC' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PROVISIONS_ASC' | 'PROVISIONS_DESC' | 'PUBLIC_SCHEMA_NAME_ASC' | 'PUBLIC_SCHEMA_NAME_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC' | 'SITE_SURFACE_MODULE_ID_ASC' | 'SITE_SURFACE_MODULE_ID_DESC';
|
|
55
63
|
/** Methods to use when ordering `EmailsModule`. */
|
|
56
64
|
export type EmailsModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'OWNER_TABLE_ID_ASC' | 'OWNER_TABLE_ID_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'TABLE_ID_ASC' | 'TABLE_ID_DESC' | 'TABLE_NAME_ASC' | 'TABLE_NAME_DESC';
|
|
57
65
|
/** Methods to use when ordering `EntityTypeProvision`. */
|
|
58
66
|
export type EntityTypeProvisionOrderBy = 'AGENTS_ASC' | 'AGENTS_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'FUNCTIONS_ASC' | 'FUNCTIONS_DESC' | 'GRAPHS_ASC' | 'GRAPHS_DESC' | 'HAS_INVITES_ASC' | 'HAS_INVITES_DESC' | 'HAS_INVITE_ACHIEVEMENTS_ASC' | 'HAS_INVITE_ACHIEVEMENTS_DESC' | 'HAS_LEVELS_ASC' | 'HAS_LEVELS_DESC' | 'HAS_LIMITS_ASC' | 'HAS_LIMITS_DESC' | 'HAS_PROFILES_ASC' | 'HAS_PROFILES_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_VISIBLE_ASC' | 'IS_VISIBLE_DESC' | 'NAMESPACES_ASC' | 'NAMESPACES_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'OUT_AGENT_MODULE_ID_ASC' | 'OUT_AGENT_MODULE_ID_DESC' | 'OUT_BUCKETS_TABLE_ID_ASC' | 'OUT_BUCKETS_TABLE_ID_DESC' | 'OUT_DEFINITIONS_TABLE_ID_ASC' | 'OUT_DEFINITIONS_TABLE_ID_DESC' | 'OUT_ENTITY_TABLE_ID_ASC' | 'OUT_ENTITY_TABLE_ID_DESC' | 'OUT_ENTITY_TABLE_NAME_ASC' | 'OUT_ENTITY_TABLE_NAME_DESC' | 'OUT_EXECUTION_LOGS_TABLE_ID_ASC' | 'OUT_EXECUTION_LOGS_TABLE_ID_DESC' | 'OUT_FILES_TABLE_ID_ASC' | 'OUT_FILES_TABLE_ID_DESC' | 'OUT_FUNCTION_MODULE_ID_ASC' | 'OUT_FUNCTION_MODULE_ID_DESC' | 'OUT_GRAPHS_TABLE_ID_ASC' | 'OUT_GRAPHS_TABLE_ID_DESC' | 'OUT_GRAPH_MODULE_ID_ASC' | 'OUT_GRAPH_MODULE_ID_DESC' | 'OUT_INSTALLED_MODULES_ASC' | 'OUT_INSTALLED_MODULES_DESC' | 'OUT_INVITES_MODULE_ID_ASC' | 'OUT_INVITES_MODULE_ID_DESC' | 'OUT_INVOCATIONS_TABLE_ID_ASC' | 'OUT_INVOCATIONS_TABLE_ID_DESC' | 'OUT_MEMBERSHIP_TYPE_ASC' | 'OUT_MEMBERSHIP_TYPE_DESC' | 'OUT_NAMESPACES_TABLE_ID_ASC' | 'OUT_NAMESPACES_TABLE_ID_DESC' | 'OUT_NAMESPACE_EVENTS_TABLE_ID_ASC' | 'OUT_NAMESPACE_EVENTS_TABLE_ID_DESC' | 'OUT_NAMESPACE_MODULE_ID_ASC' | 'OUT_NAMESPACE_MODULE_ID_DESC' | 'OUT_PATH_SHARES_TABLE_ID_ASC' | 'OUT_PATH_SHARES_TABLE_ID_DESC' | 'OUT_STORAGE_MODULE_ID_ASC' | 'OUT_STORAGE_MODULE_ID_DESC' | 'PARENT_ENTITY_ASC' | 'PARENT_ENTITY_DESC' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SKIP_ENTITY_POLICIES_ASC' | 'SKIP_ENTITY_POLICIES_DESC' | 'STORAGE_ASC' | 'STORAGE_DESC' | 'TABLE_NAME_ASC' | 'TABLE_NAME_DESC' | 'TABLE_PROVISION_ASC' | 'TABLE_PROVISION_DESC';
|
|
59
67
|
/** Methods to use when ordering `EventsModule`. */
|
|
60
|
-
export type EventsModuleOrderBy = 'ACHIEVEMENT_REWARDS_TABLE_ID_ASC' | 'ACHIEVEMENT_REWARDS_TABLE_ID_DESC' | 'ACHIEVEMENT_REWARDS_TABLE_NAME_ASC' | 'ACHIEVEMENT_REWARDS_TABLE_NAME_DESC' | 'ACTOR_TABLE_ID_ASC' | 'ACTOR_TABLE_ID_DESC' | 'API_NAME_ASC' | 'API_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | '
|
|
68
|
+
export type EventsModuleOrderBy = 'ACHIEVEMENT_REWARDS_TABLE_ID_ASC' | 'ACHIEVEMENT_REWARDS_TABLE_ID_DESC' | 'ACHIEVEMENT_REWARDS_TABLE_NAME_ASC' | 'ACHIEVEMENT_REWARDS_TABLE_NAME_DESC' | 'ACTOR_TABLE_ID_ASC' | 'ACTOR_TABLE_ID_DESC' | 'API_NAME_ASC' | 'API_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DEFAULT_CAPABILITIES_ASC' | 'DEFAULT_CAPABILITIES_DESC' | 'ENTITY_FIELD_ASC' | 'ENTITY_FIELD_DESC' | 'ENTITY_TABLE_ID_ASC' | 'ENTITY_TABLE_ID_DESC' | 'EVENTS_TABLE_ID_ASC' | 'EVENTS_TABLE_ID_DESC' | 'EVENTS_TABLE_NAME_ASC' | 'EVENTS_TABLE_NAME_DESC' | 'EVENT_AGGREGATES_TABLE_ID_ASC' | 'EVENT_AGGREGATES_TABLE_ID_DESC' | 'EVENT_AGGREGATES_TABLE_NAME_ASC' | 'EVENT_AGGREGATES_TABLE_NAME_DESC' | 'EVENT_TYPES_TABLE_ID_ASC' | 'EVENT_TYPES_TABLE_ID_DESC' | 'EVENT_TYPES_TABLE_NAME_ASC' | 'EVENT_TYPES_TABLE_NAME_DESC' | 'EXPIRE_GRANTS_ASC' | 'EXPIRE_GRANTS_DESC' | 'GRANT_ACHIEVEMENT_ASC' | 'GRANT_ACHIEVEMENT_DESC' | 'ID_ASC' | 'ID_DESC' | 'INTERVAL_ASC' | 'INTERVAL_DESC' | 'LEVELS_TABLE_ID_ASC' | 'LEVELS_TABLE_ID_DESC' | 'LEVELS_TABLE_NAME_ASC' | 'LEVELS_TABLE_NAME_DESC' | 'LEVEL_ACHIEVED_ASC' | 'LEVEL_ACHIEVED_DESC' | 'LEVEL_GRANTS_TABLE_ID_ASC' | 'LEVEL_GRANTS_TABLE_ID_DESC' | 'LEVEL_GRANTS_TABLE_NAME_ASC' | 'LEVEL_GRANTS_TABLE_NAME_DESC' | 'LEVEL_REQUIREMENTS_TABLE_ID_ASC' | 'LEVEL_REQUIREMENTS_TABLE_ID_DESC' | 'LEVEL_REQUIREMENTS_TABLE_NAME_ASC' | 'LEVEL_REQUIREMENTS_TABLE_NAME_DESC' | 'NATURAL' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PREMAKE_ASC' | 'PREMAKE_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_NAME_ASC' | 'PRIVATE_SCHEMA_NAME_DESC' | 'PUBLIC_SCHEMA_NAME_ASC' | 'PUBLIC_SCHEMA_NAME_DESC' | 'RECOMPUTE_CAPABILITIES_ASC' | 'RECOMPUTE_CAPABILITIES_DESC' | 'RECORD_EVENT_ASC' | 'RECORD_EVENT_DESC' | 'REMOVE_EVENT_ASC' | 'REMOVE_EVENT_DESC' | 'RETENTION_ASC' | 'RETENTION_DESC' | 'REVOKE_ACHIEVEMENT_ASC' | 'REVOKE_ACHIEVEMENT_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC' | 'STEPS_REQUIRED_ASC' | 'STEPS_REQUIRED_DESC' | 'TG_ACHIEVEMENT_REWARD_ASC' | 'TG_ACHIEVEMENT_REWARD_DESC' | 'TG_CHECK_ACHIEVEMENTS_ASC' | 'TG_CHECK_ACHIEVEMENTS_DESC' | 'TG_EVENT_ASC' | 'TG_EVENT_BOOL_ASC' | 'TG_EVENT_BOOL_DESC' | 'TG_EVENT_DESC' | 'TG_EVENT_TOGGLE_ASC' | 'TG_EVENT_TOGGLE_BOOL_ASC' | 'TG_EVENT_TOGGLE_BOOL_DESC' | 'TG_EVENT_TOGGLE_DESC' | 'TG_LEVEL_GRANT_SYNC_ASC' | 'TG_LEVEL_GRANT_SYNC_DESC' | 'TG_UPDATE_AGGREGATES_ASC' | 'TG_UPDATE_AGGREGATES_DESC' | 'TRUST_LADDER_ASC' | 'TRUST_LADDER_DESC' | 'UPSERT_AGGREGATE_ASC' | 'UPSERT_AGGREGATE_DESC';
|
|
69
|
+
/** Methods to use when ordering `FileRefField`. */
|
|
70
|
+
export type FileRefFieldOrderBy = 'BUCKET_KEY_ASC' | 'BUCKET_KEY_DESC' | 'BUCKET_TAGS_ASC' | 'BUCKET_TAGS_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ENFORCE_FK_ASC' | 'ENFORCE_FK_DESC' | 'FIELD_ID_ASC' | 'FIELD_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_PUBLIC_ASC' | 'IS_PUBLIC_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'STORAGE_MODULE_ID_ASC' | 'STORAGE_MODULE_ID_DESC' | 'TABLE_ID_ASC' | 'TABLE_ID_DESC';
|
|
61
71
|
/** Methods to use when ordering `FunctionDeploymentModule`. */
|
|
62
|
-
export type FunctionDeploymentModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | '
|
|
72
|
+
export type FunctionDeploymentModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DEFAULT_CAPABILITIES_ASC' | 'DEFAULT_CAPABILITIES_DESC' | 'DEPLOYMENTS_TABLE_ID_ASC' | 'DEPLOYMENTS_TABLE_ID_DESC' | 'DEPLOYMENTS_TABLE_NAME_ASC' | 'DEPLOYMENTS_TABLE_NAME_DESC' | 'DEPLOYMENT_EVENTS_TABLE_ID_ASC' | 'DEPLOYMENT_EVENTS_TABLE_ID_DESC' | 'DEPLOYMENT_EVENTS_TABLE_NAME_ASC' | 'DEPLOYMENT_EVENTS_TABLE_NAME_DESC' | 'ENTITY_FIELD_ASC' | 'ENTITY_FIELD_DESC' | 'ENTITY_TABLE_ID_ASC' | 'ENTITY_TABLE_ID_DESC' | 'FUNCTION_MODULE_ID_ASC' | 'FUNCTION_MODULE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAMESPACE_MODULE_ID_ASC' | 'NAMESPACE_MODULE_ID_DESC' | 'NATURAL' | 'POLICIES_ASC' | 'POLICIES_DESC' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_NAME_ASC' | 'PRIVATE_SCHEMA_NAME_DESC' | 'PROVISIONS_ASC' | 'PROVISIONS_DESC' | 'PUBLIC_SCHEMA_NAME_ASC' | 'PUBLIC_SCHEMA_NAME_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC';
|
|
63
73
|
/** Methods to use when ordering `FunctionInvocationModule`. */
|
|
64
|
-
export type FunctionInvocationModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'ATTEMPTS_TABLE_ID_ASC' | 'ATTEMPTS_TABLE_ID_DESC' | 'ATTEMPTS_TABLE_NAME_ASC' | 'ATTEMPTS_TABLE_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | '
|
|
74
|
+
export type FunctionInvocationModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'ATTEMPTS_TABLE_ID_ASC' | 'ATTEMPTS_TABLE_ID_DESC' | 'ATTEMPTS_TABLE_NAME_ASC' | 'ATTEMPTS_TABLE_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DEFAULT_CAPABILITIES_ASC' | 'DEFAULT_CAPABILITIES_DESC' | 'ENTITY_FIELD_ASC' | 'ENTITY_FIELD_DESC' | 'ENTITY_TABLE_ID_ASC' | 'ENTITY_TABLE_ID_DESC' | 'EXECUTION_LOGS_TABLE_ID_ASC' | 'EXECUTION_LOGS_TABLE_ID_DESC' | 'EXECUTION_LOGS_TABLE_NAME_ASC' | 'EXECUTION_LOGS_TABLE_NAME_DESC' | 'ID_ASC' | 'ID_DESC' | 'INVOCATIONS_TABLE_ID_ASC' | 'INVOCATIONS_TABLE_ID_DESC' | 'INVOCATIONS_TABLE_NAME_ASC' | 'INVOCATIONS_TABLE_NAME_DESC' | 'NATURAL' | 'POLICIES_ASC' | 'POLICIES_DESC' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_NAME_ASC' | 'PRIVATE_SCHEMA_NAME_DESC' | 'PROVISIONS_ASC' | 'PROVISIONS_DESC' | 'PUBLIC_SCHEMA_NAME_ASC' | 'PUBLIC_SCHEMA_NAME_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC';
|
|
65
75
|
/** Methods to use when ordering `FunctionModule`. */
|
|
66
|
-
export type FunctionModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'BINDINGS_TABLE_ID_ASC' | 'BINDINGS_TABLE_ID_DESC' | 'BINDINGS_TABLE_NAME_ASC' | 'BINDINGS_TABLE_NAME_DESC' | 'CAPABILITY_BINDINGS_TABLE_ID_ASC' | 'CAPABILITY_BINDINGS_TABLE_ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | '
|
|
76
|
+
export type FunctionModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'BINDINGS_TABLE_ID_ASC' | 'BINDINGS_TABLE_ID_DESC' | 'BINDINGS_TABLE_NAME_ASC' | 'BINDINGS_TABLE_NAME_DESC' | 'CAPABILITY_BINDINGS_TABLE_ID_ASC' | 'CAPABILITY_BINDINGS_TABLE_ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DEFAULT_CAPABILITIES_ASC' | 'DEFAULT_CAPABILITIES_DESC' | 'DEFINITIONS_TABLE_ID_ASC' | 'DEFINITIONS_TABLE_ID_DESC' | 'DEFINITIONS_TABLE_NAME_ASC' | 'DEFINITIONS_TABLE_NAME_DESC' | 'ENTITY_FIELD_ASC' | 'ENTITY_FIELD_DESC' | 'ENTITY_TABLE_ID_ASC' | 'ENTITY_TABLE_ID_DESC' | 'HAS_CRON_ASC' | 'HAS_CRON_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'POLICIES_ASC' | 'POLICIES_DESC' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_NAME_ASC' | 'PRIVATE_SCHEMA_NAME_DESC' | 'PROVISIONS_ASC' | 'PROVISIONS_DESC' | 'PUBLIC_SCHEMA_NAME_ASC' | 'PUBLIC_SCHEMA_NAME_DESC' | 'SCHEDULES_TABLE_ID_ASC' | 'SCHEDULES_TABLE_ID_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC';
|
|
67
77
|
/** Methods to use when ordering `GraphExecutionModule`. */
|
|
68
|
-
export type GraphExecutionModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | '
|
|
78
|
+
export type GraphExecutionModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DEFAULT_CAPABILITIES_ASC' | 'DEFAULT_CAPABILITIES_DESC' | 'ENTITY_FIELD_ASC' | 'ENTITY_FIELD_DESC' | 'ENTITY_TABLE_ID_ASC' | 'ENTITY_TABLE_ID_DESC' | 'EXECUTIONS_TABLE_ID_ASC' | 'EXECUTIONS_TABLE_ID_DESC' | 'EXECUTIONS_TABLE_NAME_ASC' | 'EXECUTIONS_TABLE_NAME_DESC' | 'GRAPH_MODULE_ID_ASC' | 'GRAPH_MODULE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'NODE_STATES_TABLE_ID_ASC' | 'NODE_STATES_TABLE_ID_DESC' | 'NODE_STATES_TABLE_NAME_ASC' | 'NODE_STATES_TABLE_NAME_DESC' | 'OUTPUTS_TABLE_ID_ASC' | 'OUTPUTS_TABLE_ID_DESC' | 'OUTPUTS_TABLE_NAME_ASC' | 'OUTPUTS_TABLE_NAME_DESC' | 'POLICIES_ASC' | 'POLICIES_DESC' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_NAME_ASC' | 'PRIVATE_SCHEMA_NAME_DESC' | 'PROVISIONS_ASC' | 'PROVISIONS_DESC' | 'PUBLIC_SCHEMA_NAME_ASC' | 'PUBLIC_SCHEMA_NAME_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC';
|
|
69
79
|
/** Methods to use when ordering `GraphModule`. */
|
|
70
|
-
export type GraphModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | '
|
|
80
|
+
export type GraphModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DEFAULT_CAPABILITIES_ASC' | 'DEFAULT_CAPABILITIES_DESC' | 'ENTITY_FIELD_ASC' | 'ENTITY_FIELD_DESC' | 'ENTITY_TABLE_ID_ASC' | 'ENTITY_TABLE_ID_DESC' | 'GRAPHS_TABLE_ID_ASC' | 'GRAPHS_TABLE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'MERKLE_STORE_MODULE_ID_ASC' | 'MERKLE_STORE_MODULE_ID_DESC' | 'NATURAL' | 'POLICIES_ASC' | 'POLICIES_DESC' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_NAME_ASC' | 'PRIVATE_SCHEMA_NAME_DESC' | 'PROVISIONS_ASC' | 'PROVISIONS_DESC' | 'PUBLIC_SCHEMA_ID_ASC' | 'PUBLIC_SCHEMA_ID_DESC' | 'PUBLIC_SCHEMA_NAME_ASC' | 'PUBLIC_SCHEMA_NAME_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC';
|
|
71
81
|
/** Methods to use when ordering `HierarchyModule`. */
|
|
72
|
-
export type HierarchyModuleOrderBy = 'CHART_EDGES_TABLE_ID_ASC' | 'CHART_EDGES_TABLE_ID_DESC' | 'CHART_EDGES_TABLE_NAME_ASC' | 'CHART_EDGES_TABLE_NAME_DESC' | 'CHART_EDGE_GRANTS_TABLE_ID_ASC' | 'CHART_EDGE_GRANTS_TABLE_ID_DESC' | 'CHART_EDGE_GRANTS_TABLE_NAME_ASC' | 'CHART_EDGE_GRANTS_TABLE_NAME_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | '
|
|
82
|
+
export type HierarchyModuleOrderBy = 'CHART_EDGES_TABLE_ID_ASC' | 'CHART_EDGES_TABLE_ID_DESC' | 'CHART_EDGES_TABLE_NAME_ASC' | 'CHART_EDGES_TABLE_NAME_DESC' | 'CHART_EDGE_GRANTS_TABLE_ID_ASC' | 'CHART_EDGE_GRANTS_TABLE_ID_DESC' | 'CHART_EDGE_GRANTS_TABLE_NAME_ASC' | 'CHART_EDGE_GRANTS_TABLE_NAME_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DEFAULT_CAPABILITIES_ASC' | 'DEFAULT_CAPABILITIES_DESC' | 'ENTITY_FIELD_ASC' | 'ENTITY_FIELD_DESC' | 'ENTITY_TABLE_ID_ASC' | 'ENTITY_TABLE_ID_DESC' | 'GET_MANAGERS_FUNCTION_ASC' | 'GET_MANAGERS_FUNCTION_DESC' | 'GET_SUBORDINATES_FUNCTION_ASC' | 'GET_SUBORDINATES_FUNCTION_DESC' | 'HIERARCHY_SPRT_TABLE_ID_ASC' | 'HIERARCHY_SPRT_TABLE_ID_DESC' | 'HIERARCHY_SPRT_TABLE_NAME_ASC' | 'HIERARCHY_SPRT_TABLE_NAME_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_MANAGER_OF_FUNCTION_ASC' | 'IS_MANAGER_OF_FUNCTION_DESC' | 'NATURAL' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_NAME_ASC' | 'PRIVATE_SCHEMA_NAME_DESC' | 'REBUILD_HIERARCHY_FUNCTION_ASC' | 'REBUILD_HIERARCHY_FUNCTION_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC' | 'SPRT_TABLE_NAME_ASC' | 'SPRT_TABLE_NAME_DESC' | 'USERS_TABLE_ID_ASC' | 'USERS_TABLE_ID_DESC';
|
|
73
83
|
/** Methods to use when ordering `HttpRouteModule`. */
|
|
74
|
-
export type HttpRouteModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | '
|
|
84
|
+
export type HttpRouteModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DEFAULT_CAPABILITIES_ASC' | 'DEFAULT_CAPABILITIES_DESC' | 'ENTITY_FIELD_ASC' | 'ENTITY_FIELD_DESC' | 'ENTITY_TABLE_ID_ASC' | 'ENTITY_TABLE_ID_DESC' | 'FUNCTION_MODULE_ID_ASC' | 'FUNCTION_MODULE_ID_DESC' | 'HTTP_ROUTES_TABLE_ID_ASC' | 'HTTP_ROUTES_TABLE_ID_DESC' | 'HTTP_ROUTES_TABLE_NAME_ASC' | 'HTTP_ROUTES_TABLE_NAME_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'POLICIES_ASC' | 'POLICIES_DESC' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_NAME_ASC' | 'PRIVATE_SCHEMA_NAME_DESC' | 'PROVISIONS_ASC' | 'PROVISIONS_DESC' | 'PUBLIC_SCHEMA_NAME_ASC' | 'PUBLIC_SCHEMA_NAME_DESC' | 'RESOLVER_FUNCTION_NAME_ASC' | 'RESOLVER_FUNCTION_NAME_DESC' | 'RESOURCE_MODULE_ID_ASC' | 'RESOURCE_MODULE_ID_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC' | 'STORAGE_MODULE_ID_ASC' | 'STORAGE_MODULE_ID_DESC';
|
|
75
85
|
/** Methods to use when ordering `I18NModule`. */
|
|
76
86
|
export type I18NModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SETTINGS_TABLE_ID_ASC' | 'SETTINGS_TABLE_ID_DESC';
|
|
77
87
|
/** Methods to use when ordering `IdentityProvidersModule`. */
|
|
@@ -89,21 +99,21 @@ export type InternalSecretsModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'D
|
|
|
89
99
|
/** Methods to use when ordering `InvitesModule`. */
|
|
90
100
|
export type InvitesModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'CLAIMED_INVITES_TABLE_ID_ASC' | 'CLAIMED_INVITES_TABLE_ID_DESC' | 'CLAIMED_INVITES_TABLE_NAME_ASC' | 'CLAIMED_INVITES_TABLE_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'EMAILS_TABLE_ID_ASC' | 'EMAILS_TABLE_ID_DESC' | 'ENTITY_FIELD_ASC' | 'ENTITY_FIELD_DESC' | 'ENTITY_TABLE_ID_ASC' | 'ENTITY_TABLE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'INVITES_TABLE_ID_ASC' | 'INVITES_TABLE_ID_DESC' | 'INVITES_TABLE_NAME_ASC' | 'INVITES_TABLE_NAME_DESC' | 'NATURAL' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_NAME_ASC' | 'PRIVATE_SCHEMA_NAME_DESC' | 'PUBLIC_SCHEMA_NAME_ASC' | 'PUBLIC_SCHEMA_NAME_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC' | 'SUBMIT_INVITE_CODE_FUNCTION_ASC' | 'SUBMIT_INVITE_CODE_FUNCTION_DESC' | 'USERS_TABLE_ID_ASC' | 'USERS_TABLE_ID_DESC';
|
|
91
101
|
/** Methods to use when ordering `LimitsModule`. */
|
|
92
|
-
export type LimitsModuleOrderBy = 'ACTOR_TABLE_ID_ASC' | 'ACTOR_TABLE_ID_DESC' | 'AGGREGATE_TABLE_ID_ASC' | 'AGGREGATE_TABLE_ID_DESC' | 'API_NAME_ASC' | 'API_NAME_DESC' | 'CAP_CHECK_TRIGGER_ASC' | 'CAP_CHECK_TRIGGER_DESC' | 'CREDIT_CODES_TABLE_ID_ASC' | 'CREDIT_CODES_TABLE_ID_DESC' | 'CREDIT_CODE_ITEMS_TABLE_ID_ASC' | 'CREDIT_CODE_ITEMS_TABLE_ID_DESC' | 'CREDIT_REDEMPTIONS_TABLE_ID_ASC' | 'CREDIT_REDEMPTIONS_TABLE_ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DEFAULT_TABLE_ID_ASC' | 'DEFAULT_TABLE_ID_DESC' | 'DEFAULT_TABLE_NAME_ASC' | 'DEFAULT_TABLE_NAME_DESC' | 'ENTITY_FIELD_ASC' | 'ENTITY_FIELD_DESC' | 'ENTITY_TABLE_ID_ASC' | 'ENTITY_TABLE_ID_DESC' | 'EVENTS_TABLE_ID_ASC' | 'EVENTS_TABLE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'LIMIT_AGGREGATE_CHECK_SOFT_FUNCTION_ASC' | 'LIMIT_AGGREGATE_CHECK_SOFT_FUNCTION_DESC' | 'LIMIT_CAPS_DEFAULTS_TABLE_ID_ASC' | 'LIMIT_CAPS_DEFAULTS_TABLE_ID_DESC' | 'LIMIT_CAPS_TABLE_ID_ASC' | 'LIMIT_CAPS_TABLE_ID_DESC' | 'LIMIT_CHECK_FUNCTION_ASC' | 'LIMIT_CHECK_FUNCTION_DESC' | 'LIMIT_CHECK_SOFT_FUNCTION_ASC' | 'LIMIT_CHECK_SOFT_FUNCTION_DESC' | 'LIMIT_CREDITS_TABLE_ID_ASC' | 'LIMIT_CREDITS_TABLE_ID_DESC' | 'LIMIT_DECREMENT_FUNCTION_ASC' | 'LIMIT_DECREMENT_FUNCTION_DESC' | 'LIMIT_DECREMENT_TRIGGER_ASC' | 'LIMIT_DECREMENT_TRIGGER_DESC' | 'LIMIT_INCREMENT_FUNCTION_ASC' | 'LIMIT_INCREMENT_FUNCTION_DESC' | 'LIMIT_INCREMENT_TRIGGER_ASC' | 'LIMIT_INCREMENT_TRIGGER_DESC' | 'LIMIT_UPDATE_TRIGGER_ASC' | 'LIMIT_UPDATE_TRIGGER_DESC' | 'LIMIT_WARNINGS_TABLE_ID_ASC' | 'LIMIT_WARNINGS_TABLE_ID_DESC' | 'LIMIT_WARNING_STATE_TABLE_ID_ASC' | 'LIMIT_WARNING_STATE_TABLE_ID_DESC' | 'NATURAL' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_NAME_ASC' | 'PRIVATE_SCHEMA_NAME_DESC' | 'PUBLIC_SCHEMA_NAME_ASC' | 'PUBLIC_SCHEMA_NAME_DESC' | 'RESOLVE_CAP_FUNCTION_ASC' | 'RESOLVE_CAP_FUNCTION_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC' | 'TABLE_ID_ASC' | 'TABLE_ID_DESC' | 'TABLE_NAME_ASC' | 'TABLE_NAME_DESC';
|
|
102
|
+
export type LimitsModuleOrderBy = 'ACTOR_TABLE_ID_ASC' | 'ACTOR_TABLE_ID_DESC' | 'AGGREGATE_TABLE_ID_ASC' | 'AGGREGATE_TABLE_ID_DESC' | 'API_NAME_ASC' | 'API_NAME_DESC' | 'CAP_CHECK_TRIGGER_ASC' | 'CAP_CHECK_TRIGGER_DESC' | 'CREDIT_CODES_TABLE_ID_ASC' | 'CREDIT_CODES_TABLE_ID_DESC' | 'CREDIT_CODE_ITEMS_TABLE_ID_ASC' | 'CREDIT_CODE_ITEMS_TABLE_ID_DESC' | 'CREDIT_REDEMPTIONS_TABLE_ID_ASC' | 'CREDIT_REDEMPTIONS_TABLE_ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DEFAULT_TABLE_ID_ASC' | 'DEFAULT_TABLE_ID_DESC' | 'DEFAULT_TABLE_NAME_ASC' | 'DEFAULT_TABLE_NAME_DESC' | 'ENTITY_FIELD_ASC' | 'ENTITY_FIELD_DESC' | 'ENTITY_TABLE_ID_ASC' | 'ENTITY_TABLE_ID_DESC' | 'EVENTS_TABLE_ID_ASC' | 'EVENTS_TABLE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'LIMIT_AGGREGATE_CHECK_SOFT_FUNCTION_ASC' | 'LIMIT_AGGREGATE_CHECK_SOFT_FUNCTION_DESC' | 'LIMIT_CAPS_DEFAULTS_TABLE_ID_ASC' | 'LIMIT_CAPS_DEFAULTS_TABLE_ID_DESC' | 'LIMIT_CAPS_TABLE_ID_ASC' | 'LIMIT_CAPS_TABLE_ID_DESC' | 'LIMIT_CHECK_FUNCTION_ASC' | 'LIMIT_CHECK_FUNCTION_DESC' | 'LIMIT_CHECK_SOFT_FUNCTION_ASC' | 'LIMIT_CHECK_SOFT_FUNCTION_DESC' | 'LIMIT_CREDITS_TABLE_ID_ASC' | 'LIMIT_CREDITS_TABLE_ID_DESC' | 'LIMIT_DECREMENT_FUNCTION_ASC' | 'LIMIT_DECREMENT_FUNCTION_DESC' | 'LIMIT_DECREMENT_TRIGGER_ASC' | 'LIMIT_DECREMENT_TRIGGER_DESC' | 'LIMIT_DEFAULTS_ASC' | 'LIMIT_DEFAULTS_DESC' | 'LIMIT_INCREMENT_FUNCTION_ASC' | 'LIMIT_INCREMENT_FUNCTION_DESC' | 'LIMIT_INCREMENT_TRIGGER_ASC' | 'LIMIT_INCREMENT_TRIGGER_DESC' | 'LIMIT_UPDATE_TRIGGER_ASC' | 'LIMIT_UPDATE_TRIGGER_DESC' | 'LIMIT_WARNINGS_TABLE_ID_ASC' | 'LIMIT_WARNINGS_TABLE_ID_DESC' | 'LIMIT_WARNING_STATE_TABLE_ID_ASC' | 'LIMIT_WARNING_STATE_TABLE_ID_DESC' | 'NATURAL' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_NAME_ASC' | 'PRIVATE_SCHEMA_NAME_DESC' | 'PUBLIC_SCHEMA_NAME_ASC' | 'PUBLIC_SCHEMA_NAME_DESC' | 'RESOLVE_CAP_FUNCTION_ASC' | 'RESOLVE_CAP_FUNCTION_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC' | 'TABLE_ID_ASC' | 'TABLE_ID_DESC' | 'TABLE_NAME_ASC' | 'TABLE_NAME_DESC';
|
|
93
103
|
/** Methods to use when ordering `MembershipTypesModule`. */
|
|
94
104
|
export type MembershipTypesModuleOrderBy = 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'TABLE_ID_ASC' | 'TABLE_ID_DESC' | 'TABLE_NAME_ASC' | 'TABLE_NAME_DESC';
|
|
95
105
|
/** Methods to use when ordering `MembershipsModule`. */
|
|
96
|
-
export type MembershipsModuleOrderBy = 'ACTOR_MASK_CHECK_ASC' | 'ACTOR_MASK_CHECK_DESC' | 'ACTOR_PERM_CHECK_ASC' | 'ACTOR_PERM_CHECK_DESC' | 'ACTOR_TABLE_ID_ASC' | 'ACTOR_TABLE_ID_DESC' | 'ADMIN_GRANTS_TABLE_ID_ASC' | 'ADMIN_GRANTS_TABLE_ID_DESC' | 'ADMIN_GRANTS_TABLE_NAME_ASC' | 'ADMIN_GRANTS_TABLE_NAME_DESC' | 'API_NAME_ASC' | 'API_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | '
|
|
106
|
+
export type MembershipsModuleOrderBy = 'ACTOR_MASK_CHECK_ASC' | 'ACTOR_MASK_CHECK_DESC' | 'ACTOR_PERM_CHECK_ASC' | 'ACTOR_PERM_CHECK_DESC' | 'ACTOR_TABLE_ID_ASC' | 'ACTOR_TABLE_ID_DESC' | 'ADMIN_GRANTS_TABLE_ID_ASC' | 'ADMIN_GRANTS_TABLE_ID_DESC' | 'ADMIN_GRANTS_TABLE_NAME_ASC' | 'ADMIN_GRANTS_TABLE_NAME_DESC' | 'API_NAME_ASC' | 'API_NAME_DESC' | 'CAPABILITIES_TABLE_ID_ASC' | 'CAPABILITIES_TABLE_ID_DESC' | 'CAPABILITY_DEFAULT_CAPABILITIES_TABLE_ID_ASC' | 'CAPABILITY_DEFAULT_CAPABILITIES_TABLE_ID_DESC' | 'CAPABILITY_DEFAULT_GRANTS_TABLE_ID_ASC' | 'CAPABILITY_DEFAULT_GRANTS_TABLE_ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DEFAULT_CAPABILITIES_TABLE_ID_ASC' | 'DEFAULT_CAPABILITIES_TABLE_ID_DESC' | 'DEFAULT_LIMITS_TABLE_ID_ASC' | 'DEFAULT_LIMITS_TABLE_ID_DESC' | 'ENTITY_FIELD_ASC' | 'ENTITY_FIELD_DESC' | 'ENTITY_IDS_BY_MASK_ASC' | 'ENTITY_IDS_BY_MASK_DESC' | 'ENTITY_IDS_BY_PERM_ASC' | 'ENTITY_IDS_BY_PERM_DESC' | 'ENTITY_IDS_FUNCTION_ASC' | 'ENTITY_IDS_FUNCTION_DESC' | 'ENTITY_TABLE_ID_ASC' | 'ENTITY_TABLE_ID_DESC' | 'ENTITY_TABLE_OWNER_ID_ASC' | 'ENTITY_TABLE_OWNER_ID_DESC' | 'GET_ORG_FN_ASC' | 'GET_ORG_FN_DESC' | 'GRANTS_TABLE_ID_ASC' | 'GRANTS_TABLE_ID_DESC' | 'GRANTS_TABLE_NAME_ASC' | 'GRANTS_TABLE_NAME_DESC' | 'ID_ASC' | 'ID_DESC' | 'LIMITS_TABLE_ID_ASC' | 'LIMITS_TABLE_ID_DESC' | 'MEMBERSHIPS_TABLE_ID_ASC' | 'MEMBERSHIPS_TABLE_ID_DESC' | 'MEMBERSHIPS_TABLE_NAME_ASC' | 'MEMBERSHIPS_TABLE_NAME_DESC' | 'MEMBERSHIP_DEFAULTS_TABLE_ID_ASC' | 'MEMBERSHIP_DEFAULTS_TABLE_ID_DESC' | 'MEMBERSHIP_DEFAULTS_TABLE_NAME_ASC' | 'MEMBERSHIP_DEFAULTS_TABLE_NAME_DESC' | 'MEMBERSHIP_SETTINGS_TABLE_ID_ASC' | 'MEMBERSHIP_SETTINGS_TABLE_ID_DESC' | 'MEMBERSHIP_SETTINGS_TABLE_NAME_ASC' | 'MEMBERSHIP_SETTINGS_TABLE_NAME_DESC' | 'MEMBERS_TABLE_ID_ASC' | 'MEMBERS_TABLE_ID_DESC' | 'MEMBERS_TABLE_NAME_ASC' | 'MEMBERS_TABLE_NAME_DESC' | 'MEMBER_PROFILES_TABLE_ID_ASC' | 'MEMBER_PROFILES_TABLE_ID_DESC' | 'NATURAL' | 'OWNER_GRANTS_TABLE_ID_ASC' | 'OWNER_GRANTS_TABLE_ID_DESC' | 'OWNER_GRANTS_TABLE_NAME_ASC' | 'OWNER_GRANTS_TABLE_NAME_DESC' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_NAME_ASC' | 'PRIVATE_SCHEMA_NAME_DESC' | 'PUBLIC_SCHEMA_NAME_ASC' | 'PUBLIC_SCHEMA_NAME_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC' | 'SPRT_TABLE_ID_ASC' | 'SPRT_TABLE_ID_DESC';
|
|
97
107
|
/** Methods to use when ordering `MerkleStoreModule`. */
|
|
98
|
-
export type MerkleStoreModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'COMMIT_TABLE_ID_ASC' | 'COMMIT_TABLE_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ENTITY_FIELD_ASC' | 'ENTITY_FIELD_DESC' | 'FUNCTION_PREFIX_ASC' | 'FUNCTION_PREFIX_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'OBJECT_TABLE_ID_ASC' | 'OBJECT_TABLE_ID_DESC' | '
|
|
108
|
+
export type MerkleStoreModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'CAPABILITY_KEY_ASC' | 'CAPABILITY_KEY_DESC' | 'COMMIT_TABLE_ID_ASC' | 'COMMIT_TABLE_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ENTITY_FIELD_ASC' | 'ENTITY_FIELD_DESC' | 'FUNCTION_PREFIX_ASC' | 'FUNCTION_PREFIX_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'OBJECT_TABLE_ID_ASC' | 'OBJECT_TABLE_ID_DESC' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_NAME_ASC' | 'PRIVATE_SCHEMA_NAME_DESC' | 'PUBLIC_SCHEMA_NAME_ASC' | 'PUBLIC_SCHEMA_NAME_DESC' | 'REF_TABLE_ID_ASC' | 'REF_TABLE_ID_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC' | 'STORE_TABLE_ID_ASC' | 'STORE_TABLE_ID_DESC';
|
|
99
109
|
/** Methods to use when ordering `NamespaceModule`. */
|
|
100
|
-
export type NamespaceModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | '
|
|
110
|
+
export type NamespaceModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DEFAULT_CAPABILITIES_ASC' | 'DEFAULT_CAPABILITIES_DESC' | 'ENTITY_FIELD_ASC' | 'ENTITY_FIELD_DESC' | 'ENTITY_TABLE_ID_ASC' | 'ENTITY_TABLE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAMESPACES_TABLE_ID_ASC' | 'NAMESPACES_TABLE_ID_DESC' | 'NAMESPACES_TABLE_NAME_ASC' | 'NAMESPACES_TABLE_NAME_DESC' | 'NAMESPACE_EVENTS_TABLE_ID_ASC' | 'NAMESPACE_EVENTS_TABLE_ID_DESC' | 'NAMESPACE_EVENTS_TABLE_NAME_ASC' | 'NAMESPACE_EVENTS_TABLE_NAME_DESC' | 'NATURAL' | 'POLICIES_ASC' | 'POLICIES_DESC' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_NAME_ASC' | 'PRIVATE_SCHEMA_NAME_DESC' | 'PROVISIONS_ASC' | 'PROVISIONS_DESC' | 'PUBLIC_SCHEMA_NAME_ASC' | 'PUBLIC_SCHEMA_NAME_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC';
|
|
101
111
|
/** Methods to use when ordering `NotificationsModule`. */
|
|
102
|
-
export type NotificationsModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'CHANNELS_TABLE_ID_ASC' | 'CHANNELS_TABLE_ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | '
|
|
112
|
+
export type NotificationsModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'CHANNELS_TABLE_ID_ASC' | 'CHANNELS_TABLE_ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DEFAULT_CAPABILITIES_ASC' | 'DEFAULT_CAPABILITIES_DESC' | 'DELIVERY_LOG_TABLE_ID_ASC' | 'DELIVERY_LOG_TABLE_ID_DESC' | 'ENTITY_FIELD_ASC' | 'ENTITY_FIELD_DESC' | 'HAS_CHANNELS_ASC' | 'HAS_CHANNELS_DESC' | 'HAS_DIGEST_METADATA_ASC' | 'HAS_DIGEST_METADATA_DESC' | 'HAS_PREFERENCES_ASC' | 'HAS_PREFERENCES_DESC' | 'HAS_SETTINGS_EXTENSION_ASC' | 'HAS_SETTINGS_EXTENSION_DESC' | 'HAS_SUBSCRIPTIONS_ASC' | 'HAS_SUBSCRIPTIONS_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'NOTIFICATIONS_TABLE_ID_ASC' | 'NOTIFICATIONS_TABLE_ID_DESC' | 'ORGANIZATION_SETTINGS_TABLE_ID_ASC' | 'ORGANIZATION_SETTINGS_TABLE_ID_DESC' | 'OWNER_TABLE_ID_ASC' | 'OWNER_TABLE_ID_DESC' | 'PREFERENCES_TABLE_ID_ASC' | 'PREFERENCES_TABLE_ID_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_NAME_ASC' | 'PRIVATE_SCHEMA_NAME_DESC' | 'PUBLIC_SCHEMA_NAME_ASC' | 'PUBLIC_SCHEMA_NAME_DESC' | 'READ_STATE_TABLE_ID_ASC' | 'READ_STATE_TABLE_ID_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SUPPRESSIONS_TABLE_ID_ASC' | 'SUPPRESSIONS_TABLE_ID_DESC' | 'USER_SETTINGS_TABLE_ID_ASC' | 'USER_SETTINGS_TABLE_ID_DESC';
|
|
113
|
+
/** Methods to use when ordering `OauthRequestsModule`. */
|
|
114
|
+
export type OauthRequestsModuleOrderBy = 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ENTITY_FIELD_ASC' | 'ENTITY_FIELD_DESC' | 'ENTITY_TABLE_ID_ASC' | 'ENTITY_TABLE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'OAUTH_AUTHORIZATION_REQUESTS_TABLE_ID_ASC' | 'OAUTH_AUTHORIZATION_REQUESTS_TABLE_ID_DESC' | 'OAUTH_AUTHORIZATION_REQUESTS_TABLE_NAME_ASC' | 'OAUTH_AUTHORIZATION_REQUESTS_TABLE_NAME_DESC' | 'PENDING_IDENTITY_LINKS_TABLE_ID_ASC' | 'PENDING_IDENTITY_LINKS_TABLE_ID_DESC' | 'PENDING_IDENTITY_LINKS_TABLE_NAME_ASC' | 'PENDING_IDENTITY_LINKS_TABLE_NAME_DESC' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_NAME_ASC' | 'PRIVATE_SCHEMA_NAME_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC';
|
|
103
115
|
/** Methods to use when ordering `PagesModule`. */
|
|
104
116
|
export type PagesModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ENTITY_TABLE_ID_ASC' | 'ENTITY_TABLE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'MERKLE_STORE_MODULE_ID_ASC' | 'MERKLE_STORE_MODULE_ID_DESC' | 'NATURAL' | 'PAGES_TABLE_ID_ASC' | 'PAGES_TABLE_ID_DESC' | 'POLICIES_ASC' | 'POLICIES_DESC' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_NAME_ASC' | 'PRIVATE_SCHEMA_NAME_DESC' | 'PROVISIONS_ASC' | 'PROVISIONS_DESC' | 'PUBLIC_SCHEMA_ID_ASC' | 'PUBLIC_SCHEMA_ID_DESC' | 'PUBLIC_SCHEMA_NAME_ASC' | 'PUBLIC_SCHEMA_NAME_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC' | 'SITES_TABLE_ID_ASC' | 'SITES_TABLE_ID_DESC' | 'SITE_SURFACE_MODULE_ID_ASC' | 'SITE_SURFACE_MODULE_ID_DESC' | 'STORE_NAME_PREFIX_ASC' | 'STORE_NAME_PREFIX_DESC';
|
|
105
|
-
/** Methods to use when ordering `PermissionsModule`. */
|
|
106
|
-
export type PermissionsModuleOrderBy = 'ACTOR_TABLE_ID_ASC' | 'ACTOR_TABLE_ID_DESC' | 'API_NAME_ASC' | 'API_NAME_DESC' | 'BITLEN_ASC' | 'BITLEN_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DEFAULT_TABLE_ID_ASC' | 'DEFAULT_TABLE_ID_DESC' | 'DEFAULT_TABLE_NAME_ASC' | 'DEFAULT_TABLE_NAME_DESC' | 'ENTITY_FIELD_ASC' | 'ENTITY_FIELD_DESC' | 'ENTITY_TABLE_ID_ASC' | 'ENTITY_TABLE_ID_DESC' | 'GET_BY_MASK_ASC' | 'GET_BY_MASK_DESC' | 'GET_MASK_ASC' | 'GET_MASK_BY_NAME_ASC' | 'GET_MASK_BY_NAME_DESC' | 'GET_MASK_DESC' | 'GET_PADDED_MASK_ASC' | 'GET_PADDED_MASK_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_NAME_ASC' | 'PRIVATE_SCHEMA_NAME_DESC' | 'PUBLIC_SCHEMA_NAME_ASC' | 'PUBLIC_SCHEMA_NAME_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC' | 'TABLE_ID_ASC' | 'TABLE_ID_DESC' | 'TABLE_NAME_ASC' | 'TABLE_NAME_DESC';
|
|
107
117
|
/** Methods to use when ordering `PhoneNumbersModule`. */
|
|
108
118
|
export type PhoneNumbersModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'OWNER_TABLE_ID_ASC' | 'OWNER_TABLE_ID_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'TABLE_ID_ASC' | 'TABLE_ID_DESC' | 'TABLE_NAME_ASC' | 'TABLE_NAME_DESC';
|
|
109
119
|
/** Methods to use when ordering `PlansModule`. */
|
|
@@ -111,9 +121,9 @@ export type PlansModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'APPLY_BILLI
|
|
|
111
121
|
/** Methods to use when ordering `PrincipalAuthModule`. */
|
|
112
122
|
export type PrincipalAuthModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'AUDITS_TABLE_ID_ASC' | 'AUDITS_TABLE_ID_DESC' | 'CREATE_ORG_API_KEY_FUNCTION_ASC' | 'CREATE_ORG_API_KEY_FUNCTION_DESC' | 'CREATE_ORG_PRINCIPAL_FUNCTION_ASC' | 'CREATE_ORG_PRINCIPAL_FUNCTION_DESC' | 'CREATE_PRINCIPAL_FUNCTION_ASC' | 'CREATE_PRINCIPAL_FUNCTION_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DELETE_ORG_PRINCIPAL_FUNCTION_ASC' | 'DELETE_ORG_PRINCIPAL_FUNCTION_DESC' | 'DELETE_PRINCIPAL_FUNCTION_ASC' | 'DELETE_PRINCIPAL_FUNCTION_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRINCIPALS_TABLE_ID_ASC' | 'PRINCIPALS_TABLE_ID_DESC' | 'PRINCIPALS_TABLE_NAME_ASC' | 'PRINCIPALS_TABLE_NAME_DESC' | 'PRINCIPAL_ENTITIES_TABLE_ID_ASC' | 'PRINCIPAL_ENTITIES_TABLE_ID_DESC' | 'PRINCIPAL_SCOPE_OVERRIDES_TABLE_ID_ASC' | 'PRINCIPAL_SCOPE_OVERRIDES_TABLE_ID_DESC' | 'REVOKE_ORG_API_KEY_FUNCTION_ASC' | 'REVOKE_ORG_API_KEY_FUNCTION_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SESSIONS_TABLE_ID_ASC' | 'SESSIONS_TABLE_ID_DESC' | 'SESSION_CREDENTIALS_TABLE_ID_ASC' | 'SESSION_CREDENTIALS_TABLE_ID_DESC' | 'USERS_TABLE_ID_ASC' | 'USERS_TABLE_ID_DESC';
|
|
113
123
|
/** Methods to use when ordering `ProfilesModule`. */
|
|
114
|
-
export type ProfilesModuleOrderBy = 'ACTOR_TABLE_ID_ASC' | 'ACTOR_TABLE_ID_DESC' | 'API_NAME_ASC' | 'API_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ENTITY_FIELD_ASC' | 'ENTITY_FIELD_DESC' | 'ENTITY_TABLE_ID_ASC' | 'ENTITY_TABLE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'MEMBERSHIPS_TABLE_ID_ASC' | 'MEMBERSHIPS_TABLE_ID_DESC' | '
|
|
124
|
+
export type ProfilesModuleOrderBy = 'ACTOR_TABLE_ID_ASC' | 'ACTOR_TABLE_ID_DESC' | 'API_NAME_ASC' | 'API_NAME_DESC' | 'CAPABILITIES_TABLE_ID_ASC' | 'CAPABILITIES_TABLE_ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ENTITY_FIELD_ASC' | 'ENTITY_FIELD_DESC' | 'ENTITY_TABLE_ID_ASC' | 'ENTITY_TABLE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'MEMBERSHIPS_TABLE_ID_ASC' | 'MEMBERSHIPS_TABLE_ID_DESC' | 'MEMBERSHIP_PROFILES_TABLE_ID_ASC' | 'MEMBERSHIP_PROFILES_TABLE_ID_DESC' | 'MEMBERSHIP_PROFILES_TABLE_NAME_ASC' | 'MEMBERSHIP_PROFILES_TABLE_NAME_DESC' | 'NATURAL' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_NAME_ASC' | 'PRIVATE_SCHEMA_NAME_DESC' | 'PROFILE_CAPABILITIES_TABLE_ID_ASC' | 'PROFILE_CAPABILITIES_TABLE_ID_DESC' | 'PROFILE_CAPABILITIES_TABLE_NAME_ASC' | 'PROFILE_CAPABILITIES_TABLE_NAME_DESC' | 'PROFILE_DEFINITION_GRANTS_TABLE_ID_ASC' | 'PROFILE_DEFINITION_GRANTS_TABLE_ID_DESC' | 'PROFILE_DEFINITION_GRANTS_TABLE_NAME_ASC' | 'PROFILE_DEFINITION_GRANTS_TABLE_NAME_DESC' | 'PROFILE_GRANTS_TABLE_ID_ASC' | 'PROFILE_GRANTS_TABLE_ID_DESC' | 'PROFILE_GRANTS_TABLE_NAME_ASC' | 'PROFILE_GRANTS_TABLE_NAME_DESC' | 'PROFILE_TEMPLATES_TABLE_ID_ASC' | 'PROFILE_TEMPLATES_TABLE_ID_DESC' | 'PROFILE_TEMPLATES_TABLE_NAME_ASC' | 'PROFILE_TEMPLATES_TABLE_NAME_DESC' | 'PUBLIC_SCHEMA_NAME_ASC' | 'PUBLIC_SCHEMA_NAME_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC' | 'TABLE_ID_ASC' | 'TABLE_ID_DESC' | 'TABLE_NAME_ASC' | 'TABLE_NAME_DESC';
|
|
115
125
|
/** Methods to use when ordering `RateLimitMetersModule`. */
|
|
116
|
-
export type RateLimitMetersModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'CHECK_RATE_LIMIT_FUNCTION_ASC' | 'CHECK_RATE_LIMIT_FUNCTION_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | '
|
|
126
|
+
export type RateLimitMetersModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'CHECK_RATE_LIMIT_FUNCTION_ASC' | 'CHECK_RATE_LIMIT_FUNCTION_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DEFAULT_CAPABILITIES_ASC' | 'DEFAULT_CAPABILITIES_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_NAME_ASC' | 'PRIVATE_SCHEMA_NAME_DESC' | 'PUBLIC_SCHEMA_NAME_ASC' | 'PUBLIC_SCHEMA_NAME_DESC' | 'RATE_LIMIT_OVERRIDES_TABLE_ID_ASC' | 'RATE_LIMIT_OVERRIDES_TABLE_ID_DESC' | 'RATE_LIMIT_OVERRIDES_TABLE_NAME_ASC' | 'RATE_LIMIT_OVERRIDES_TABLE_NAME_DESC' | 'RATE_LIMIT_STATE_TABLE_ID_ASC' | 'RATE_LIMIT_STATE_TABLE_ID_DESC' | 'RATE_LIMIT_STATE_TABLE_NAME_ASC' | 'RATE_LIMIT_STATE_TABLE_NAME_DESC' | 'RATE_WINDOW_LIMITS_TABLE_ID_ASC' | 'RATE_WINDOW_LIMITS_TABLE_ID_DESC' | 'RATE_WINDOW_LIMITS_TABLE_NAME_ASC' | 'RATE_WINDOW_LIMITS_TABLE_NAME_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC';
|
|
117
127
|
/** Methods to use when ordering `RateLimitsModule`. */
|
|
118
128
|
export type RateLimitsModuleOrderBy = 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'IP_RATE_LIMITS_TABLE_ID_ASC' | 'IP_RATE_LIMITS_TABLE_ID_DESC' | 'IP_RATE_LIMITS_TABLE_NAME_ASC' | 'IP_RATE_LIMITS_TABLE_NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'RATE_LIMITS_TABLE_ID_ASC' | 'RATE_LIMITS_TABLE_ID_DESC' | 'RATE_LIMITS_TABLE_NAME_ASC' | 'RATE_LIMITS_TABLE_NAME_DESC' | 'RATE_LIMIT_SETTINGS_TABLE_ID_ASC' | 'RATE_LIMIT_SETTINGS_TABLE_ID_DESC' | 'RATE_LIMIT_SETTINGS_TABLE_NAME_ASC' | 'RATE_LIMIT_SETTINGS_TABLE_NAME_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC';
|
|
119
129
|
/** Methods to use when ordering `RealtimeModule`. */
|
|
@@ -121,11 +131,13 @@ export type RealtimeModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'CHANGE_L
|
|
|
121
131
|
/** Methods to use when ordering `RelationProvision`. */
|
|
122
132
|
export type RelationProvisionOrderBy = 'API_REQUIRED_ASC' | 'API_REQUIRED_DESC' | 'CREATE_INDEX_ASC' | 'CREATE_INDEX_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DELETE_ACTION_ASC' | 'DELETE_ACTION_DESC' | 'EXPOSE_IN_API_ASC' | 'EXPOSE_IN_API_DESC' | 'FIELD_NAME_ASC' | 'FIELD_NAME_DESC' | 'GRANTS_ASC' | 'GRANTS_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_REQUIRED_ASC' | 'IS_REQUIRED_DESC' | 'JUNCTION_SCHEMA_ID_ASC' | 'JUNCTION_SCHEMA_ID_DESC' | 'JUNCTION_TABLE_ID_ASC' | 'JUNCTION_TABLE_ID_DESC' | 'JUNCTION_TABLE_NAME_ASC' | 'JUNCTION_TABLE_NAME_DESC' | 'NATURAL' | 'NODES_ASC' | 'NODES_DESC' | 'OUT_FIELD_ID_ASC' | 'OUT_FIELD_ID_DESC' | 'OUT_JUNCTION_TABLE_ID_ASC' | 'OUT_JUNCTION_TABLE_ID_DESC' | 'OUT_SOURCE_FIELD_ID_ASC' | 'OUT_SOURCE_FIELD_ID_DESC' | 'OUT_TARGET_FIELD_ID_ASC' | 'OUT_TARGET_FIELD_ID_DESC' | 'POLICIES_ASC' | 'POLICIES_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'RELATION_TYPE_ASC' | 'RELATION_TYPE_DESC' | 'SOURCE_FIELD_NAME_ASC' | 'SOURCE_FIELD_NAME_DESC' | 'SOURCE_TABLE_ID_ASC' | 'SOURCE_TABLE_ID_DESC' | 'TARGET_FIELD_NAME_ASC' | 'TARGET_FIELD_NAME_DESC' | 'TARGET_TABLE_ID_ASC' | 'TARGET_TABLE_ID_DESC' | 'USE_COMPOSITE_KEY_ASC' | 'USE_COMPOSITE_KEY_DESC';
|
|
123
133
|
/** Methods to use when ordering `ResourceModule`. */
|
|
124
|
-
export type ResourceModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | '
|
|
134
|
+
export type ResourceModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DEFAULT_CAPABILITIES_ASC' | 'DEFAULT_CAPABILITIES_DESC' | 'ENTITY_FIELD_ASC' | 'ENTITY_FIELD_DESC' | 'ENTITY_TABLE_ID_ASC' | 'ENTITY_TABLE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'INSTALLATION_STORE_NAME_ASC' | 'INSTALLATION_STORE_NAME_DESC' | 'MERKLE_STORE_MODULE_ID_ASC' | 'MERKLE_STORE_MODULE_ID_DESC' | 'NAMESPACE_MODULE_ID_ASC' | 'NAMESPACE_MODULE_ID_DESC' | 'NATURAL' | 'POLICIES_ASC' | 'POLICIES_DESC' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_NAME_ASC' | 'PRIVATE_SCHEMA_NAME_DESC' | 'PROVISIONS_ASC' | 'PROVISIONS_DESC' | 'PUBLIC_SCHEMA_NAME_ASC' | 'PUBLIC_SCHEMA_NAME_DESC' | 'REQUIREMENTS_STATE_VIEW_NAME_ASC' | 'REQUIREMENTS_STATE_VIEW_NAME_DESC' | 'RESOLVED_REQUIREMENTS_VIEW_NAME_ASC' | 'RESOLVED_REQUIREMENTS_VIEW_NAME_DESC' | 'RESOURCES_TABLE_ID_ASC' | 'RESOURCES_TABLE_ID_DESC' | 'RESOURCES_TABLE_NAME_ASC' | 'RESOURCES_TABLE_NAME_DESC' | 'RESOURCE_BILLING_ROLLUP_FUNCTION_ASC' | 'RESOURCE_BILLING_ROLLUP_FUNCTION_DESC' | 'RESOURCE_DEFINITIONS_TABLE_ID_ASC' | 'RESOURCE_DEFINITIONS_TABLE_ID_DESC' | 'RESOURCE_DEFINITIONS_TABLE_NAME_ASC' | 'RESOURCE_DEFINITIONS_TABLE_NAME_DESC' | 'RESOURCE_EVENTS_TABLE_ID_ASC' | 'RESOURCE_EVENTS_TABLE_ID_DESC' | 'RESOURCE_EVENTS_TABLE_NAME_ASC' | 'RESOURCE_EVENTS_TABLE_NAME_DESC' | 'RESOURCE_INSTALLATIONS_TABLE_ID_ASC' | 'RESOURCE_INSTALLATIONS_TABLE_ID_DESC' | 'RESOURCE_INSTALLATIONS_TABLE_NAME_ASC' | 'RESOURCE_INSTALLATIONS_TABLE_NAME_DESC' | 'RESOURCE_STATUS_CHECKS_TABLE_ID_ASC' | 'RESOURCE_STATUS_CHECKS_TABLE_ID_DESC' | 'RESOURCE_STATUS_CHECKS_TABLE_NAME_ASC' | 'RESOURCE_STATUS_CHECKS_TABLE_NAME_DESC' | 'RESOURCE_USAGE_LOG_TABLE_ID_ASC' | 'RESOURCE_USAGE_LOG_TABLE_ID_DESC' | 'RESOURCE_USAGE_LOG_TABLE_NAME_ASC' | 'RESOURCE_USAGE_LOG_TABLE_NAME_DESC' | 'RESOURCE_USAGE_SUMMARY_TABLE_ID_ASC' | 'RESOURCE_USAGE_SUMMARY_TABLE_ID_DESC' | 'RESOURCE_USAGE_SUMMARY_TABLE_NAME_ASC' | 'RESOURCE_USAGE_SUMMARY_TABLE_NAME_DESC' | 'ROLLUP_RESOURCE_USAGE_SUMMARY_FUNCTION_ASC' | 'ROLLUP_RESOURCE_USAGE_SUMMARY_FUNCTION_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC';
|
|
125
135
|
/** Methods to use when ordering `RlsModule`. */
|
|
126
136
|
export type RlsModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'AUTHENTICATE_ASC' | 'AUTHENTICATE_DESC' | 'AUTHENTICATE_STRICT_ASC' | 'AUTHENTICATE_STRICT_DESC' | 'CURRENT_ROLE_ASC' | 'CURRENT_ROLE_DESC' | 'CURRENT_ROLE_ID_ASC' | 'CURRENT_ROLE_ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SESSIONS_TABLE_ID_ASC' | 'SESSIONS_TABLE_ID_DESC' | 'SESSION_CREDENTIALS_TABLE_ID_ASC' | 'SESSION_CREDENTIALS_TABLE_ID_DESC' | 'USERS_TABLE_ID_ASC' | 'USERS_TABLE_ID_DESC';
|
|
127
137
|
/** Methods to use when ordering `RouteModule`. */
|
|
128
|
-
export type RouteModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'CATALOG_MODULE_ID_ASC' | 'CATALOG_MODULE_ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | '
|
|
138
|
+
export type RouteModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'APP_LINKS_FUNCTION_NAME_ASC' | 'APP_LINKS_FUNCTION_NAME_DESC' | 'CATALOG_MODULE_ID_ASC' | 'CATALOG_MODULE_ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DEEP_LINK_FUNCTION_NAME_ASC' | 'DEEP_LINK_FUNCTION_NAME_DESC' | 'DEFAULT_CAPABILITIES_ASC' | 'DEFAULT_CAPABILITIES_DESC' | 'DOMAIN_MODULE_ID_ASC' | 'DOMAIN_MODULE_ID_DESC' | 'ENTITY_FIELD_ASC' | 'ENTITY_FIELD_DESC' | 'ENTITY_TABLE_ID_ASC' | 'ENTITY_TABLE_ID_DESC' | 'HOSTNAME_BINDINGS_TABLE_ID_ASC' | 'HOSTNAME_BINDINGS_TABLE_ID_DESC' | 'HOSTNAME_BINDINGS_TABLE_NAME_ASC' | 'HOSTNAME_BINDINGS_TABLE_NAME_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'POLICIES_ASC' | 'POLICIES_DESC' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_NAME_ASC' | 'PRIVATE_SCHEMA_NAME_DESC' | 'PROVISIONS_ASC' | 'PROVISIONS_DESC' | 'PUBLIC_SCHEMA_NAME_ASC' | 'PUBLIC_SCHEMA_NAME_DESC' | 'RESOLVER_FUNCTION_NAME_ASC' | 'RESOLVER_FUNCTION_NAME_DESC' | 'ROUTES_TABLE_ID_ASC' | 'ROUTES_TABLE_ID_DESC' | 'ROUTES_TABLE_NAME_ASC' | 'ROUTES_TABLE_NAME_DESC' | 'ROUTE_BINDINGS_TABLE_ID_ASC' | 'ROUTE_BINDINGS_TABLE_ID_DESC' | 'ROUTE_BINDINGS_TABLE_NAME_ASC' | 'ROUTE_BINDINGS_TABLE_NAME_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC';
|
|
139
|
+
/** Methods to use when ordering `ScopeTypesModule`. */
|
|
140
|
+
export type ScopeTypesModuleOrderBy = 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_SCHEMA_NAME_ASC' | 'PRIVATE_SCHEMA_NAME_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SCOPE_TYPES_TABLE_ID_ASC' | 'SCOPE_TYPES_TABLE_ID_DESC';
|
|
129
141
|
/** Methods to use when ordering `SecureTableProvision`. */
|
|
130
142
|
export type SecureTableProvisionOrderBy = 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'FIELDS_ASC' | 'FIELDS_DESC' | 'GRANTS_ASC' | 'GRANTS_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'NODES_ASC' | 'NODES_DESC' | 'OUT_FIELDS_ASC' | 'OUT_FIELDS_DESC' | 'POLICIES_ASC' | 'POLICIES_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'TABLE_ID_ASC' | 'TABLE_ID_DESC' | 'TABLE_NAME_ASC' | 'TABLE_NAME_DESC' | 'USE_RLS_ASC' | 'USE_RLS_DESC';
|
|
131
143
|
/** Methods to use when ordering `SessionSecretsModule`. */
|
|
@@ -133,11 +145,11 @@ export type SessionSecretsModuleOrderBy = 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC'
|
|
|
133
145
|
/** Methods to use when ordering `SessionsModule`. */
|
|
134
146
|
export type SessionsModuleOrderBy = 'AUTH_SETTINGS_TABLE_ID_ASC' | 'AUTH_SETTINGS_TABLE_ID_DESC' | 'AUTH_SETTINGS_TABLE_NAME_ASC' | 'AUTH_SETTINGS_TABLE_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SESSIONS_DEFAULT_EXPIRATION_ASC' | 'SESSIONS_DEFAULT_EXPIRATION_DESC' | 'SESSIONS_TABLE_ID_ASC' | 'SESSIONS_TABLE_ID_DESC' | 'SESSIONS_TABLE_NAME_ASC' | 'SESSIONS_TABLE_NAME_DESC' | 'SESSION_CREDENTIALS_TABLE_ID_ASC' | 'SESSION_CREDENTIALS_TABLE_ID_DESC' | 'SESSION_CREDENTIALS_TABLE_NAME_ASC' | 'SESSION_CREDENTIALS_TABLE_NAME_DESC' | 'USERS_TABLE_ID_ASC' | 'USERS_TABLE_ID_DESC';
|
|
135
147
|
/** Methods to use when ordering `SiteSurfaceModule`. */
|
|
136
|
-
export type SiteSurfaceModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'CATALOG_MODULE_ID_ASC' | 'CATALOG_MODULE_ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | '
|
|
148
|
+
export type SiteSurfaceModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'CATALOG_MODULE_ID_ASC' | 'CATALOG_MODULE_ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DEFAULT_CAPABILITIES_ASC' | 'DEFAULT_CAPABILITIES_DESC' | 'ENTITY_FIELD_ASC' | 'ENTITY_FIELD_DESC' | 'ENTITY_TABLE_ID_ASC' | 'ENTITY_TABLE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'POLICIES_ASC' | 'POLICIES_DESC' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_NAME_ASC' | 'PRIVATE_SCHEMA_NAME_DESC' | 'PROVISIONS_ASC' | 'PROVISIONS_DESC' | 'PUBLIC_SCHEMA_NAME_ASC' | 'PUBLIC_SCHEMA_NAME_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC' | 'SITES_TABLE_ID_ASC' | 'SITES_TABLE_ID_DESC' | 'SITES_TABLE_NAME_ASC' | 'SITES_TABLE_NAME_DESC' | 'SITE_APP_LINKS_TABLE_ID_ASC' | 'SITE_APP_LINKS_TABLE_ID_DESC' | 'SITE_APP_LINKS_TABLE_NAME_ASC' | 'SITE_APP_LINKS_TABLE_NAME_DESC' | 'SITE_DEEP_LINKS_TABLE_ID_ASC' | 'SITE_DEEP_LINKS_TABLE_ID_DESC' | 'SITE_DEEP_LINKS_TABLE_NAME_ASC' | 'SITE_DEEP_LINKS_TABLE_NAME_DESC' | 'SITE_ERROR_PAGES_TABLE_ID_ASC' | 'SITE_ERROR_PAGES_TABLE_ID_DESC' | 'SITE_ERROR_PAGES_TABLE_NAME_ASC' | 'SITE_ERROR_PAGES_TABLE_NAME_DESC' | 'SITE_METADATA_TABLE_ID_ASC' | 'SITE_METADATA_TABLE_ID_DESC' | 'SITE_METADATA_TABLE_NAME_ASC' | 'SITE_METADATA_TABLE_NAME_DESC' | 'SITE_MODULES_TABLE_ID_ASC' | 'SITE_MODULES_TABLE_ID_DESC' | 'SITE_MODULES_TABLE_NAME_ASC' | 'SITE_MODULES_TABLE_NAME_DESC' | 'SITE_THEMES_TABLE_ID_ASC' | 'SITE_THEMES_TABLE_ID_DESC' | 'SITE_THEMES_TABLE_NAME_ASC' | 'SITE_THEMES_TABLE_NAME_DESC' | 'SITE_WEB_CONFIG_TABLE_ID_ASC' | 'SITE_WEB_CONFIG_TABLE_ID_DESC' | 'SITE_WEB_CONFIG_TABLE_NAME_ASC' | 'SITE_WEB_CONFIG_TABLE_NAME_DESC';
|
|
137
149
|
/** Methods to use when ordering `StorageLogModule`. */
|
|
138
150
|
export type StorageLogModuleOrderBy = 'ACTOR_FK_TABLE_ID_ASC' | 'ACTOR_FK_TABLE_ID_DESC' | 'API_NAME_ASC' | 'API_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ENTITY_FIELD_ASC' | 'ENTITY_FIELD_DESC' | 'ENTITY_FK_TABLE_ID_ASC' | 'ENTITY_FK_TABLE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'INTERVAL_ASC' | 'INTERVAL_DESC' | 'NATURAL' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PREMAKE_ASC' | 'PREMAKE_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_NAME_ASC' | 'PRIVATE_SCHEMA_NAME_DESC' | 'PUBLIC_SCHEMA_NAME_ASC' | 'PUBLIC_SCHEMA_NAME_DESC' | 'RETENTION_ASC' | 'RETENTION_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC' | 'STORAGE_LOG_TABLE_ID_ASC' | 'STORAGE_LOG_TABLE_ID_DESC' | 'STORAGE_LOG_TABLE_NAME_ASC' | 'STORAGE_LOG_TABLE_NAME_DESC' | 'USAGE_SUMMARY_TABLE_ID_ASC' | 'USAGE_SUMMARY_TABLE_ID_DESC' | 'USAGE_SUMMARY_TABLE_NAME_ASC' | 'USAGE_SUMMARY_TABLE_NAME_DESC';
|
|
139
151
|
/** Methods to use when ordering `StorageModule`. */
|
|
140
|
-
export type StorageModuleOrderBy = 'ALLOWED_ORIGINS_ASC' | 'ALLOWED_ORIGINS_DESC' | 'API_NAME_ASC' | 'API_NAME_DESC' | 'BUCKETS_TABLE_ID_ASC' | 'BUCKETS_TABLE_ID_DESC' | 'BUCKETS_TABLE_NAME_ASC' | 'BUCKETS_TABLE_NAME_DESC' | 'CACHE_TTL_SECONDS_ASC' | 'CACHE_TTL_SECONDS_DESC' | 'CATALOG_MODULE_ID_ASC' | 'CATALOG_MODULE_ID_DESC' | 'CONFIRM_UPLOAD_DELAY_ASC' | 'CONFIRM_UPLOAD_DELAY_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | '
|
|
152
|
+
export type StorageModuleOrderBy = 'ALLOWED_ORIGINS_ASC' | 'ALLOWED_ORIGINS_DESC' | 'API_NAME_ASC' | 'API_NAME_DESC' | 'BUCKETS_TABLE_ID_ASC' | 'BUCKETS_TABLE_ID_DESC' | 'BUCKETS_TABLE_NAME_ASC' | 'BUCKETS_TABLE_NAME_DESC' | 'CACHE_TTL_SECONDS_ASC' | 'CACHE_TTL_SECONDS_DESC' | 'CATALOG_MODULE_ID_ASC' | 'CATALOG_MODULE_ID_DESC' | 'CONFIRM_UPLOAD_DELAY_ASC' | 'CONFIRM_UPLOAD_DELAY_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DEFAULT_CAPABILITIES_ASC' | 'DEFAULT_CAPABILITIES_DESC' | 'DEFAULT_MAX_FILE_SIZE_ASC' | 'DEFAULT_MAX_FILE_SIZE_DESC' | 'DOWNLOAD_URL_EXPIRY_SECONDS_ASC' | 'DOWNLOAD_URL_EXPIRY_SECONDS_DESC' | 'ENDPOINT_ASC' | 'ENDPOINT_DESC' | 'ENTITY_FIELD_ASC' | 'ENTITY_FIELD_DESC' | 'ENTITY_TABLE_ID_ASC' | 'ENTITY_TABLE_ID_DESC' | 'FILES_TABLE_ID_ASC' | 'FILES_TABLE_ID_DESC' | 'FILES_TABLE_NAME_ASC' | 'FILES_TABLE_NAME_DESC' | 'FILE_EVENTS_TABLE_ID_ASC' | 'FILE_EVENTS_TABLE_ID_DESC' | 'HAS_AUDIT_LOG_ASC' | 'HAS_AUDIT_LOG_DESC' | 'HAS_CONFIRM_UPLOAD_ASC' | 'HAS_CONFIRM_UPLOAD_DESC' | 'HAS_CONTENT_HASH_ASC' | 'HAS_CONTENT_HASH_DESC' | 'HAS_CUSTOM_KEYS_ASC' | 'HAS_CUSTOM_KEYS_DESC' | 'HAS_PATH_SHARES_ASC' | 'HAS_PATH_SHARES_DESC' | 'HAS_VERSIONING_ASC' | 'HAS_VERSIONING_DESC' | 'ID_ASC' | 'ID_DESC' | 'MAX_BULK_FILES_ASC' | 'MAX_BULK_FILES_DESC' | 'MAX_BULK_TOTAL_SIZE_ASC' | 'MAX_BULK_TOTAL_SIZE_DESC' | 'MAX_FILENAME_LENGTH_ASC' | 'MAX_FILENAME_LENGTH_DESC' | 'NATURAL' | 'PATH_SHARES_TABLE_ID_ASC' | 'PATH_SHARES_TABLE_ID_DESC' | 'POLICIES_ASC' | 'POLICIES_DESC' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_NAME_ASC' | 'PRIVATE_SCHEMA_NAME_DESC' | 'PROVIDER_ASC' | 'PROVIDER_DESC' | 'PROVISIONS_ASC' | 'PROVISIONS_DESC' | 'PUBLIC_SCHEMA_NAME_ASC' | 'PUBLIC_SCHEMA_NAME_DESC' | 'PUBLIC_URL_PREFIX_ASC' | 'PUBLIC_URL_PREFIX_DESC' | 'RESTRICT_READS_ASC' | 'RESTRICT_READS_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC' | 'UPLOAD_URL_EXPIRY_SECONDS_ASC' | 'UPLOAD_URL_EXPIRY_SECONDS_DESC';
|
|
141
153
|
/** Methods to use when ordering `TransferLogModule`. */
|
|
142
154
|
export type TransferLogModuleOrderBy = 'ACTOR_FK_TABLE_ID_ASC' | 'ACTOR_FK_TABLE_ID_DESC' | 'API_NAME_ASC' | 'API_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ENTITY_FIELD_ASC' | 'ENTITY_FIELD_DESC' | 'ENTITY_FK_TABLE_ID_ASC' | 'ENTITY_FK_TABLE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'INTERVAL_ASC' | 'INTERVAL_DESC' | 'NATURAL' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PREMAKE_ASC' | 'PREMAKE_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_NAME_ASC' | 'PRIVATE_SCHEMA_NAME_DESC' | 'PUBLIC_SCHEMA_NAME_ASC' | 'PUBLIC_SCHEMA_NAME_DESC' | 'RETENTION_ASC' | 'RETENTION_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC' | 'TRANSFER_LOG_TABLE_ID_ASC' | 'TRANSFER_LOG_TABLE_ID_DESC' | 'TRANSFER_LOG_TABLE_NAME_ASC' | 'TRANSFER_LOG_TABLE_NAME_DESC' | 'USAGE_SUMMARY_TABLE_ID_ASC' | 'USAGE_SUMMARY_TABLE_ID_DESC' | 'USAGE_SUMMARY_TABLE_NAME_ASC' | 'USAGE_SUMMARY_TABLE_NAME_DESC';
|
|
143
155
|
/** Methods to use when ordering `UserAuthModule`. */
|
|
@@ -146,6 +158,8 @@ export type UserAuthModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'AUDITS_T
|
|
|
146
158
|
export type UserCredentialsModuleOrderBy = 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ENTITY_FIELD_ASC' | 'ENTITY_FIELD_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'TABLE_ID_ASC' | 'TABLE_ID_DESC' | 'TABLE_NAME_ASC' | 'TABLE_NAME_DESC';
|
|
147
159
|
/** Methods to use when ordering `UserSettingsModule`. */
|
|
148
160
|
export type UserSettingsModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'OWNER_TABLE_ID_ASC' | 'OWNER_TABLE_ID_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'TABLE_ID_ASC' | 'TABLE_ID_DESC' | 'TABLE_NAME_ASC' | 'TABLE_NAME_DESC';
|
|
161
|
+
/** Methods to use when ordering `UserSettingsSecurityModule`. */
|
|
162
|
+
export type UserSettingsSecurityModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'OWNER_TABLE_ID_ASC' | 'OWNER_TABLE_ID_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'TABLE_ID_ASC' | 'TABLE_ID_DESC' | 'TABLE_NAME_ASC' | 'TABLE_NAME_DESC';
|
|
149
163
|
/** Methods to use when ordering `UserStateModule`. */
|
|
150
164
|
export type UserStateModuleOrderBy = 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ENTITY_FIELD_ASC' | 'ENTITY_FIELD_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'TABLE_ID_ASC' | 'TABLE_ID_DESC' | 'TABLE_NAME_ASC' | 'TABLE_NAME_DESC';
|
|
151
165
|
/** Methods to use when ordering `UsersModule`. */
|
|
@@ -155,7 +169,7 @@ export type WebauthnAuthModuleOrderBy = 'ATTESTATION_TYPE_ASC' | 'ATTESTATION_TY
|
|
|
155
169
|
/** Methods to use when ordering `WebauthnCredentialsModule`. */
|
|
156
170
|
export type WebauthnCredentialsModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'OWNER_TABLE_ID_ASC' | 'OWNER_TABLE_ID_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'TABLE_ID_ASC' | 'TABLE_ID_DESC' | 'TABLE_NAME_ASC' | 'TABLE_NAME_DESC';
|
|
157
171
|
/** Methods to use when ordering `WebhookModule`. */
|
|
158
|
-
export type WebhookModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | '
|
|
172
|
+
export type WebhookModuleOrderBy = 'API_NAME_ASC' | 'API_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DEFAULT_CAPABILITIES_ASC' | 'DEFAULT_CAPABILITIES_DESC' | 'ENTITY_FIELD_ASC' | 'ENTITY_FIELD_DESC' | 'ENTITY_TABLE_ID_ASC' | 'ENTITY_TABLE_ID_DESC' | 'FUNCTION_INVOCATION_MODULE_ID_ASC' | 'FUNCTION_INVOCATION_MODULE_ID_DESC' | 'FUNCTION_MODULE_ID_ASC' | 'FUNCTION_MODULE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'INFRA_SECRETS_MODULE_ID_ASC' | 'INFRA_SECRETS_MODULE_ID_DESC' | 'NAMESPACE_MODULE_ID_ASC' | 'NAMESPACE_MODULE_ID_DESC' | 'NATURAL' | 'POLICIES_ASC' | 'POLICIES_DESC' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVATE_API_NAME_ASC' | 'PRIVATE_API_NAME_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_NAME_ASC' | 'PRIVATE_SCHEMA_NAME_DESC' | 'PROVISIONS_ASC' | 'PROVISIONS_DESC' | 'PUBLIC_SCHEMA_NAME_ASC' | 'PUBLIC_SCHEMA_NAME_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC' | 'WEBHOOK_ENDPOINTS_TABLE_ID_ASC' | 'WEBHOOK_ENDPOINTS_TABLE_ID_DESC' | 'WEBHOOK_ENDPOINTS_TABLE_NAME_ASC' | 'WEBHOOK_ENDPOINTS_TABLE_NAME_DESC' | 'WEBHOOK_EVENTS_TABLE_ID_ASC' | 'WEBHOOK_EVENTS_TABLE_ID_DESC' | 'WEBHOOK_EVENTS_TABLE_NAME_ASC' | 'WEBHOOK_EVENTS_TABLE_NAME_DESC';
|
|
159
173
|
/** A filter to be used against `AgentModule` object types. All fields are combined with a logical ‘and.’ */
|
|
160
174
|
export interface AgentModuleFilter {
|
|
161
175
|
/** Filter by the object’s `agentTableId` field. */
|
|
@@ -168,8 +182,8 @@ export interface AgentModuleFilter {
|
|
|
168
182
|
apiName?: StringFilter;
|
|
169
183
|
/** Filter by the object’s `databaseId` field. */
|
|
170
184
|
databaseId?: UUIDFilter;
|
|
171
|
-
/** Filter by the object’s `
|
|
172
|
-
|
|
185
|
+
/** Filter by the object’s `defaultCapabilities` field. */
|
|
186
|
+
defaultCapabilities?: StringListFilter;
|
|
173
187
|
/** Filter by the object’s `entityField` field. */
|
|
174
188
|
entityField?: StringFilter;
|
|
175
189
|
/** Filter by the object’s `entityTableId` field. */
|
|
@@ -243,7 +257,7 @@ export interface AgentModuleInput {
|
|
|
243
257
|
agentTableName?: string;
|
|
244
258
|
apiName?: string;
|
|
245
259
|
databaseId: string;
|
|
246
|
-
|
|
260
|
+
defaultCapabilities?: string[];
|
|
247
261
|
entityField?: string;
|
|
248
262
|
entityTableId?: string;
|
|
249
263
|
hasAgents?: boolean;
|
|
@@ -282,7 +296,7 @@ export interface AgentModulePatch {
|
|
|
282
296
|
agentTableName?: string;
|
|
283
297
|
apiName?: string;
|
|
284
298
|
databaseId?: string;
|
|
285
|
-
|
|
299
|
+
defaultCapabilities?: string[];
|
|
286
300
|
entityField?: string;
|
|
287
301
|
entityTableId?: string;
|
|
288
302
|
hasAgents?: boolean;
|
|
@@ -345,8 +359,8 @@ export interface ApiSurfaceModuleFilter {
|
|
|
345
359
|
corsSettingsTableName?: StringFilter;
|
|
346
360
|
/** Filter by the object’s `databaseId` field. */
|
|
347
361
|
databaseId?: UUIDFilter;
|
|
348
|
-
/** Filter by the object’s `
|
|
349
|
-
|
|
362
|
+
/** Filter by the object’s `defaultCapabilities` field. */
|
|
363
|
+
defaultCapabilities?: StringListFilter;
|
|
350
364
|
/** Filter by the object’s `entityField` field. */
|
|
351
365
|
entityField?: StringFilter;
|
|
352
366
|
/** Filter by the object’s `entityTableId` field. */
|
|
@@ -385,7 +399,7 @@ export interface ApiSurfaceModuleInput {
|
|
|
385
399
|
corsSettingsTableId?: string;
|
|
386
400
|
corsSettingsTableName?: string;
|
|
387
401
|
databaseId: string;
|
|
388
|
-
|
|
402
|
+
defaultCapabilities?: string[];
|
|
389
403
|
entityField?: string;
|
|
390
404
|
entityTableId?: string;
|
|
391
405
|
id?: string;
|
|
@@ -410,7 +424,7 @@ export interface ApiSurfaceModulePatch {
|
|
|
410
424
|
corsSettingsTableId?: string;
|
|
411
425
|
corsSettingsTableName?: string;
|
|
412
426
|
databaseId?: string;
|
|
413
|
-
|
|
427
|
+
defaultCapabilities?: string[];
|
|
414
428
|
entityField?: string;
|
|
415
429
|
entityTableId?: string;
|
|
416
430
|
id?: string;
|
|
@@ -444,8 +458,8 @@ export interface AppModuleFilter {
|
|
|
444
458
|
catalogModuleId?: UUIDFilter;
|
|
445
459
|
/** Filter by the object’s `databaseId` field. */
|
|
446
460
|
databaseId?: UUIDFilter;
|
|
447
|
-
/** Filter by the object’s `
|
|
448
|
-
|
|
461
|
+
/** Filter by the object’s `defaultCapabilities` field. */
|
|
462
|
+
defaultCapabilities?: StringListFilter;
|
|
449
463
|
/** Filter by the object’s `entityField` field. */
|
|
450
464
|
entityField?: StringFilter;
|
|
451
465
|
/** Filter by the object’s `entityTableId` field. */
|
|
@@ -484,7 +498,7 @@ export interface AppModuleInput {
|
|
|
484
498
|
appsTableName?: string;
|
|
485
499
|
catalogModuleId?: string;
|
|
486
500
|
databaseId: string;
|
|
487
|
-
|
|
501
|
+
defaultCapabilities?: string[];
|
|
488
502
|
entityField?: string;
|
|
489
503
|
entityTableId?: string;
|
|
490
504
|
id?: string;
|
|
@@ -507,7 +521,7 @@ export interface AppModulePatch {
|
|
|
507
521
|
appsTableName?: string;
|
|
508
522
|
catalogModuleId?: string;
|
|
509
523
|
databaseId?: string;
|
|
510
|
-
|
|
524
|
+
defaultCapabilities?: string[];
|
|
511
525
|
entityField?: string;
|
|
512
526
|
entityTableId?: string;
|
|
513
527
|
id?: string;
|
|
@@ -533,10 +547,10 @@ export interface BillingModuleFilter {
|
|
|
533
547
|
balancesTableName?: StringFilter;
|
|
534
548
|
/** Filter by the object’s `databaseId` field. */
|
|
535
549
|
databaseId?: UUIDFilter;
|
|
550
|
+
/** Filter by the object’s `defaultCapabilities` field. */
|
|
551
|
+
defaultCapabilities?: StringListFilter;
|
|
536
552
|
/** Filter by the object’s `defaultMeterCatalog` field. */
|
|
537
553
|
defaultMeterCatalog?: JSONFilter;
|
|
538
|
-
/** Filter by the object’s `defaultPermissions` field. */
|
|
539
|
-
defaultPermissions?: StringListFilter;
|
|
540
554
|
/** Filter by the object’s `id` field. */
|
|
541
555
|
id?: UUIDFilter;
|
|
542
556
|
/** Filter by the object’s `ledgerTableId` field. */
|
|
@@ -592,8 +606,8 @@ export interface BillingModuleInput {
|
|
|
592
606
|
balancesTableId?: string;
|
|
593
607
|
balancesTableName?: string;
|
|
594
608
|
databaseId: string;
|
|
609
|
+
defaultCapabilities?: string[];
|
|
595
610
|
defaultMeterCatalog?: unknown;
|
|
596
|
-
defaultPermissions?: string[];
|
|
597
611
|
id?: string;
|
|
598
612
|
ledgerTableId?: string;
|
|
599
613
|
ledgerTableName?: string;
|
|
@@ -623,8 +637,8 @@ export interface BillingModulePatch {
|
|
|
623
637
|
balancesTableId?: string;
|
|
624
638
|
balancesTableName?: string;
|
|
625
639
|
databaseId?: string;
|
|
640
|
+
defaultCapabilities?: string[];
|
|
626
641
|
defaultMeterCatalog?: unknown;
|
|
627
|
-
defaultPermissions?: string[];
|
|
628
642
|
id?: string;
|
|
629
643
|
ledgerTableId?: string;
|
|
630
644
|
ledgerTableName?: string;
|
|
@@ -658,6 +672,10 @@ export interface BillingProviderModuleFilter {
|
|
|
658
672
|
billingCustomersTableId?: UUIDFilter;
|
|
659
673
|
/** Filter by the object’s `billingCustomersTableName` field. */
|
|
660
674
|
billingCustomersTableName?: StringFilter;
|
|
675
|
+
/** Filter by the object’s `billingInvoicesTableId` field. */
|
|
676
|
+
billingInvoicesTableId?: UUIDFilter;
|
|
677
|
+
/** Filter by the object’s `billingInvoicesTableName` field. */
|
|
678
|
+
billingInvoicesTableName?: StringFilter;
|
|
661
679
|
/** Filter by the object’s `billingPricesTableId` field. */
|
|
662
680
|
billingPricesTableId?: UUIDFilter;
|
|
663
681
|
/** Filter by the object’s `billingPricesTableName` field. */
|
|
@@ -666,6 +684,10 @@ export interface BillingProviderModuleFilter {
|
|
|
666
684
|
billingProductsTableId?: UUIDFilter;
|
|
667
685
|
/** Filter by the object’s `billingProductsTableName` field. */
|
|
668
686
|
billingProductsTableName?: StringFilter;
|
|
687
|
+
/** Filter by the object’s `billingRefundsTableId` field. */
|
|
688
|
+
billingRefundsTableId?: UUIDFilter;
|
|
689
|
+
/** Filter by the object’s `billingRefundsTableName` field. */
|
|
690
|
+
billingRefundsTableName?: StringFilter;
|
|
669
691
|
/** Filter by the object’s `billingSubscriptionsTableId` field. */
|
|
670
692
|
billingSubscriptionsTableId?: UUIDFilter;
|
|
671
693
|
/** Filter by the object’s `billingSubscriptionsTableName` field. */
|
|
@@ -678,6 +700,10 @@ export interface BillingProviderModuleFilter {
|
|
|
678
700
|
databaseId?: UUIDFilter;
|
|
679
701
|
/** Filter by the object’s `id` field. */
|
|
680
702
|
id?: UUIDFilter;
|
|
703
|
+
/** Filter by the object’s `listPendingUsageSyncFunction` field. */
|
|
704
|
+
listPendingUsageSyncFunction?: StringFilter;
|
|
705
|
+
/** Filter by the object’s `markUsageSyncedFunction` field. */
|
|
706
|
+
markUsageSyncedFunction?: StringFilter;
|
|
681
707
|
/** Negates the expression. */
|
|
682
708
|
not?: BillingProviderModuleFilter;
|
|
683
709
|
/** Checks for any expressions in this list. */
|
|
@@ -696,26 +722,36 @@ export interface BillingProviderModuleFilter {
|
|
|
696
722
|
productsTableId?: UUIDFilter;
|
|
697
723
|
/** Filter by the object’s `provider` field. */
|
|
698
724
|
provider?: StringFilter;
|
|
725
|
+
/** Filter by the object’s `recordRefundFunction` field. */
|
|
726
|
+
recordRefundFunction?: StringFilter;
|
|
699
727
|
/** Filter by the object’s `schemaId` field. */
|
|
700
728
|
schemaId?: UUIDFilter;
|
|
701
729
|
/** Filter by the object’s `subscriptionsTableId` field. */
|
|
702
730
|
subscriptionsTableId?: UUIDFilter;
|
|
731
|
+
/** Filter by the object’s `upsertInvoiceFunction` field. */
|
|
732
|
+
upsertInvoiceFunction?: StringFilter;
|
|
703
733
|
}
|
|
704
734
|
/** An input for mutations affecting `BillingProviderModule` */
|
|
705
735
|
export interface BillingProviderModuleInput {
|
|
706
736
|
apiName?: string;
|
|
707
737
|
billingCustomersTableId?: string;
|
|
708
738
|
billingCustomersTableName?: string;
|
|
739
|
+
billingInvoicesTableId?: string;
|
|
740
|
+
billingInvoicesTableName?: string;
|
|
709
741
|
billingPricesTableId?: string;
|
|
710
742
|
billingPricesTableName?: string;
|
|
711
743
|
billingProductsTableId?: string;
|
|
712
744
|
billingProductsTableName?: string;
|
|
745
|
+
billingRefundsTableId?: string;
|
|
746
|
+
billingRefundsTableName?: string;
|
|
713
747
|
billingSubscriptionsTableId?: string;
|
|
714
748
|
billingSubscriptionsTableName?: string;
|
|
715
749
|
billingWebhookEventsTableId?: string;
|
|
716
750
|
billingWebhookEventsTableName?: string;
|
|
717
751
|
databaseId: string;
|
|
718
752
|
id?: string;
|
|
753
|
+
listPendingUsageSyncFunction?: string;
|
|
754
|
+
markUsageSyncedFunction?: string;
|
|
719
755
|
prefix?: string;
|
|
720
756
|
pricesTableId?: string;
|
|
721
757
|
privateApiName?: string;
|
|
@@ -723,24 +759,32 @@ export interface BillingProviderModuleInput {
|
|
|
723
759
|
processBillingEventFunction?: string;
|
|
724
760
|
productsTableId?: string;
|
|
725
761
|
provider?: string;
|
|
762
|
+
recordRefundFunction?: string;
|
|
726
763
|
schemaId?: string;
|
|
727
764
|
subscriptionsTableId?: string;
|
|
765
|
+
upsertInvoiceFunction?: string;
|
|
728
766
|
}
|
|
729
767
|
/** Represents an update to a `BillingProviderModule`. Fields that are set will be updated. */
|
|
730
768
|
export interface BillingProviderModulePatch {
|
|
731
769
|
apiName?: string;
|
|
732
770
|
billingCustomersTableId?: string;
|
|
733
771
|
billingCustomersTableName?: string;
|
|
772
|
+
billingInvoicesTableId?: string;
|
|
773
|
+
billingInvoicesTableName?: string;
|
|
734
774
|
billingPricesTableId?: string;
|
|
735
775
|
billingPricesTableName?: string;
|
|
736
776
|
billingProductsTableId?: string;
|
|
737
777
|
billingProductsTableName?: string;
|
|
778
|
+
billingRefundsTableId?: string;
|
|
779
|
+
billingRefundsTableName?: string;
|
|
738
780
|
billingSubscriptionsTableId?: string;
|
|
739
781
|
billingSubscriptionsTableName?: string;
|
|
740
782
|
billingWebhookEventsTableId?: string;
|
|
741
783
|
billingWebhookEventsTableName?: string;
|
|
742
784
|
databaseId?: string;
|
|
743
785
|
id?: string;
|
|
786
|
+
listPendingUsageSyncFunction?: string;
|
|
787
|
+
markUsageSyncedFunction?: string;
|
|
744
788
|
prefix?: string;
|
|
745
789
|
pricesTableId?: string;
|
|
746
790
|
privateApiName?: string;
|
|
@@ -748,8 +792,10 @@ export interface BillingProviderModulePatch {
|
|
|
748
792
|
processBillingEventFunction?: string;
|
|
749
793
|
productsTableId?: string;
|
|
750
794
|
provider?: string;
|
|
795
|
+
recordRefundFunction?: string;
|
|
751
796
|
schemaId?: string;
|
|
752
797
|
subscriptionsTableId?: string;
|
|
798
|
+
upsertInvoiceFunction?: string;
|
|
753
799
|
}
|
|
754
800
|
/** A filter to be used against `BlueprintConstruction` object types. All fields are combined with a logical ‘and.’ */
|
|
755
801
|
export interface BlueprintConstructionFilter {
|
|
@@ -1103,6 +1149,122 @@ export interface BlueprintToManyBlueprintConstructionFilter {
|
|
|
1103
1149
|
/** Filters to entities where at least one related entity matches. */
|
|
1104
1150
|
some?: BlueprintConstructionFilter;
|
|
1105
1151
|
}
|
|
1152
|
+
/** A filter to be used against `CapabilitiesModule` object types. All fields are combined with a logical ‘and.’ */
|
|
1153
|
+
export interface CapabilitiesModuleFilter {
|
|
1154
|
+
/** Filter by the object’s `actorTableId` field. */
|
|
1155
|
+
actorTableId?: UUIDFilter;
|
|
1156
|
+
/** Checks for all expressions in this list. */
|
|
1157
|
+
and?: CapabilitiesModuleFilter[];
|
|
1158
|
+
/** Filter by the object’s `apiName` field. */
|
|
1159
|
+
apiName?: StringFilter;
|
|
1160
|
+
/** Filter by the object’s `bitlen` field. */
|
|
1161
|
+
bitlen?: IntFilter;
|
|
1162
|
+
/** Filter by the object’s `dataCapabilitiesFields` relation. */
|
|
1163
|
+
dataCapabilitiesFields?: CapabilitiesModuleToManyDataCapabilitiesFieldFilter;
|
|
1164
|
+
/** `dataCapabilitiesFields` exist. */
|
|
1165
|
+
dataCapabilitiesFieldsExist?: boolean;
|
|
1166
|
+
/** Filter by the object’s `databaseId` field. */
|
|
1167
|
+
databaseId?: UUIDFilter;
|
|
1168
|
+
/** Filter by the object’s `defaultTableId` field. */
|
|
1169
|
+
defaultTableId?: UUIDFilter;
|
|
1170
|
+
/** Filter by the object’s `defaultTableName` field. */
|
|
1171
|
+
defaultTableName?: StringFilter;
|
|
1172
|
+
/** Filter by the object’s `entityField` field. */
|
|
1173
|
+
entityField?: StringFilter;
|
|
1174
|
+
/** Filter by the object’s `entityTableId` field. */
|
|
1175
|
+
entityTableId?: UUIDFilter;
|
|
1176
|
+
/** Filter by the object’s `getByMask` field. */
|
|
1177
|
+
getByMask?: StringFilter;
|
|
1178
|
+
/** Filter by the object’s `getMask` field. */
|
|
1179
|
+
getMask?: StringFilter;
|
|
1180
|
+
/** Filter by the object’s `getMaskByName` field. */
|
|
1181
|
+
getMaskByName?: StringFilter;
|
|
1182
|
+
/** Filter by the object’s `getPaddedMask` field. */
|
|
1183
|
+
getPaddedMask?: StringFilter;
|
|
1184
|
+
/** Filter by the object’s `id` field. */
|
|
1185
|
+
id?: UUIDFilter;
|
|
1186
|
+
/** Negates the expression. */
|
|
1187
|
+
not?: CapabilitiesModuleFilter;
|
|
1188
|
+
/** Checks for any expressions in this list. */
|
|
1189
|
+
or?: CapabilitiesModuleFilter[];
|
|
1190
|
+
/** Filter by the object’s `prefix` field. */
|
|
1191
|
+
prefix?: StringFilter;
|
|
1192
|
+
/** Filter by the object’s `privateApiName` field. */
|
|
1193
|
+
privateApiName?: StringFilter;
|
|
1194
|
+
/** Filter by the object’s `privateSchemaId` field. */
|
|
1195
|
+
privateSchemaId?: UUIDFilter;
|
|
1196
|
+
/** Filter by the object’s `privateSchemaName` field. */
|
|
1197
|
+
privateSchemaName?: StringFilter;
|
|
1198
|
+
/** Filter by the object’s `publicSchemaName` field. */
|
|
1199
|
+
publicSchemaName?: StringFilter;
|
|
1200
|
+
/** Filter by the object’s `schemaId` field. */
|
|
1201
|
+
schemaId?: UUIDFilter;
|
|
1202
|
+
/** Filter by the object’s `scope` field. */
|
|
1203
|
+
scope?: StringFilter;
|
|
1204
|
+
/** Filter by the object’s `tableId` field. */
|
|
1205
|
+
tableId?: UUIDFilter;
|
|
1206
|
+
/** Filter by the object’s `tableName` field. */
|
|
1207
|
+
tableName?: StringFilter;
|
|
1208
|
+
}
|
|
1209
|
+
/** An input for mutations affecting `CapabilitiesModule` */
|
|
1210
|
+
export interface CapabilitiesModuleInput {
|
|
1211
|
+
actorTableId?: string;
|
|
1212
|
+
apiName?: string;
|
|
1213
|
+
bitlen?: number;
|
|
1214
|
+
databaseId: string;
|
|
1215
|
+
defaultTableId?: string;
|
|
1216
|
+
defaultTableName?: string;
|
|
1217
|
+
entityField?: string;
|
|
1218
|
+
entityTableId?: string;
|
|
1219
|
+
getByMask?: string;
|
|
1220
|
+
getMask?: string;
|
|
1221
|
+
getMaskByName?: string;
|
|
1222
|
+
getPaddedMask?: string;
|
|
1223
|
+
id?: string;
|
|
1224
|
+
prefix?: string;
|
|
1225
|
+
privateApiName?: string;
|
|
1226
|
+
privateSchemaId?: string;
|
|
1227
|
+
privateSchemaName?: string;
|
|
1228
|
+
publicSchemaName?: string;
|
|
1229
|
+
schemaId?: string;
|
|
1230
|
+
scope: string;
|
|
1231
|
+
tableId?: string;
|
|
1232
|
+
tableName?: string;
|
|
1233
|
+
}
|
|
1234
|
+
/** Represents an update to a `CapabilitiesModule`. Fields that are set will be updated. */
|
|
1235
|
+
export interface CapabilitiesModulePatch {
|
|
1236
|
+
actorTableId?: string;
|
|
1237
|
+
apiName?: string;
|
|
1238
|
+
bitlen?: number;
|
|
1239
|
+
databaseId?: string;
|
|
1240
|
+
defaultTableId?: string;
|
|
1241
|
+
defaultTableName?: string;
|
|
1242
|
+
entityField?: string;
|
|
1243
|
+
entityTableId?: string;
|
|
1244
|
+
getByMask?: string;
|
|
1245
|
+
getMask?: string;
|
|
1246
|
+
getMaskByName?: string;
|
|
1247
|
+
getPaddedMask?: string;
|
|
1248
|
+
id?: string;
|
|
1249
|
+
prefix?: string;
|
|
1250
|
+
privateApiName?: string;
|
|
1251
|
+
privateSchemaId?: string;
|
|
1252
|
+
privateSchemaName?: string;
|
|
1253
|
+
publicSchemaName?: string;
|
|
1254
|
+
schemaId?: string;
|
|
1255
|
+
scope?: string;
|
|
1256
|
+
tableId?: string;
|
|
1257
|
+
tableName?: string;
|
|
1258
|
+
}
|
|
1259
|
+
/** A filter to be used against many `DataCapabilitiesField` object types. All fields are combined with a logical ‘and.’ */
|
|
1260
|
+
export interface CapabilitiesModuleToManyDataCapabilitiesFieldFilter {
|
|
1261
|
+
/** Filters to entities where every related entity matches. */
|
|
1262
|
+
every?: DataCapabilitiesFieldFilter;
|
|
1263
|
+
/** Filters to entities where no related entity matches. */
|
|
1264
|
+
none?: DataCapabilitiesFieldFilter;
|
|
1265
|
+
/** Filters to entities where at least one related entity matches. */
|
|
1266
|
+
some?: DataCapabilitiesFieldFilter;
|
|
1267
|
+
}
|
|
1106
1268
|
/** A filter to be used against `CatalogModule` object types. All fields are combined with a logical ‘and.’ */
|
|
1107
1269
|
export interface CatalogModuleFilter {
|
|
1108
1270
|
/** Checks for all expressions in this list. */
|
|
@@ -1125,14 +1287,18 @@ export interface CatalogModuleFilter {
|
|
|
1125
1287
|
appsTableId?: UUIDFilter;
|
|
1126
1288
|
/** Filter by the object’s `appsTableName` field. */
|
|
1127
1289
|
appsTableName?: StringFilter;
|
|
1290
|
+
/** Filter by the object’s `bindingsTableId` field. */
|
|
1291
|
+
bindingsTableId?: UUIDFilter;
|
|
1292
|
+
/** Filter by the object’s `bindingsTableName` field. */
|
|
1293
|
+
bindingsTableName?: StringFilter;
|
|
1128
1294
|
/** Filter by the object’s `bucketsTableId` field. */
|
|
1129
1295
|
bucketsTableId?: UUIDFilter;
|
|
1130
1296
|
/** Filter by the object’s `bucketsTableName` field. */
|
|
1131
1297
|
bucketsTableName?: StringFilter;
|
|
1132
1298
|
/** Filter by the object’s `databaseId` field. */
|
|
1133
1299
|
databaseId?: UUIDFilter;
|
|
1134
|
-
/** Filter by the object’s `
|
|
1135
|
-
|
|
1300
|
+
/** Filter by the object’s `defaultCapabilities` field. */
|
|
1301
|
+
defaultCapabilities?: StringListFilter;
|
|
1136
1302
|
/** Filter by the object’s `domainModules` relation. */
|
|
1137
1303
|
domainModules?: CatalogModuleToManyDomainModuleFilter;
|
|
1138
1304
|
/** `domainModules` exist. */
|
|
@@ -1217,10 +1383,12 @@ export interface CatalogModuleInput {
|
|
|
1217
1383
|
apisTableName?: string;
|
|
1218
1384
|
appsTableId?: string;
|
|
1219
1385
|
appsTableName?: string;
|
|
1386
|
+
bindingsTableId?: string;
|
|
1387
|
+
bindingsTableName?: string;
|
|
1220
1388
|
bucketsTableId?: string;
|
|
1221
1389
|
bucketsTableName?: string;
|
|
1222
1390
|
databaseId: string;
|
|
1223
|
-
|
|
1391
|
+
defaultCapabilities?: string[];
|
|
1224
1392
|
domainsTableId?: string;
|
|
1225
1393
|
domainsTableName?: string;
|
|
1226
1394
|
entityTableId?: string;
|
|
@@ -1259,10 +1427,12 @@ export interface CatalogModulePatch {
|
|
|
1259
1427
|
apisTableName?: string;
|
|
1260
1428
|
appsTableId?: string;
|
|
1261
1429
|
appsTableName?: string;
|
|
1430
|
+
bindingsTableId?: string;
|
|
1431
|
+
bindingsTableName?: string;
|
|
1262
1432
|
bucketsTableId?: string;
|
|
1263
1433
|
bucketsTableName?: string;
|
|
1264
1434
|
databaseId?: string;
|
|
1265
|
-
|
|
1435
|
+
defaultCapabilities?: string[];
|
|
1266
1436
|
domainsTableId?: string;
|
|
1267
1437
|
domainsTableName?: string;
|
|
1268
1438
|
entityTableId?: string;
|
|
@@ -1537,6 +1707,91 @@ export interface ConstructBlueprintInput {
|
|
|
1537
1707
|
clientMutationId?: string;
|
|
1538
1708
|
schemaId?: string;
|
|
1539
1709
|
}
|
|
1710
|
+
/** A filter to be used against `ContentPresetModule` object types. All fields are combined with a logical ‘and.’ */
|
|
1711
|
+
export interface ContentPresetModuleFilter {
|
|
1712
|
+
/** Checks for all expressions in this list. */
|
|
1713
|
+
and?: ContentPresetModuleFilter[];
|
|
1714
|
+
/** Filter by the object’s `apiName` field. */
|
|
1715
|
+
apiName?: StringFilter;
|
|
1716
|
+
/** Filter by the object’s `contentPresetsTableId` field. */
|
|
1717
|
+
contentPresetsTableId?: UUIDFilter;
|
|
1718
|
+
/** Filter by the object’s `createdAt` field. */
|
|
1719
|
+
createdAt?: DatetimeFilter;
|
|
1720
|
+
/** Filter by the object’s `databaseId` field. */
|
|
1721
|
+
databaseId?: UUIDFilter;
|
|
1722
|
+
/** Filter by the object’s `entityTableId` field. */
|
|
1723
|
+
entityTableId?: UUIDFilter;
|
|
1724
|
+
/** Filter by the object’s `id` field. */
|
|
1725
|
+
id?: UUIDFilter;
|
|
1726
|
+
/** Filter by the object’s `merkleStoreModule` relation. */
|
|
1727
|
+
merkleStoreModule?: MerkleStoreModuleFilter;
|
|
1728
|
+
/** Filter by the object’s `merkleStoreModuleId` field. */
|
|
1729
|
+
merkleStoreModuleId?: UUIDFilter;
|
|
1730
|
+
/** Negates the expression. */
|
|
1731
|
+
not?: ContentPresetModuleFilter;
|
|
1732
|
+
/** Checks for any expressions in this list. */
|
|
1733
|
+
or?: ContentPresetModuleFilter[];
|
|
1734
|
+
/** Filter by the object’s `policies` field. */
|
|
1735
|
+
policies?: JSONFilter;
|
|
1736
|
+
/** Filter by the object’s `prefix` field. */
|
|
1737
|
+
prefix?: StringFilter;
|
|
1738
|
+
/** Filter by the object’s `privateApiName` field. */
|
|
1739
|
+
privateApiName?: StringFilter;
|
|
1740
|
+
/** Filter by the object’s `privateSchemaId` field. */
|
|
1741
|
+
privateSchemaId?: UUIDFilter;
|
|
1742
|
+
/** Filter by the object’s `privateSchemaName` field. */
|
|
1743
|
+
privateSchemaName?: StringFilter;
|
|
1744
|
+
/** Filter by the object’s `provisions` field. */
|
|
1745
|
+
provisions?: JSONFilter;
|
|
1746
|
+
/** Filter by the object’s `publicSchemaId` field. */
|
|
1747
|
+
publicSchemaId?: UUIDFilter;
|
|
1748
|
+
/** Filter by the object’s `publicSchemaName` field. */
|
|
1749
|
+
publicSchemaName?: StringFilter;
|
|
1750
|
+
/** Filter by the object’s `scope` field. */
|
|
1751
|
+
scope?: StringFilter;
|
|
1752
|
+
/** Filter by the object’s `storeName` field. */
|
|
1753
|
+
storeName?: StringFilter;
|
|
1754
|
+
}
|
|
1755
|
+
/** An input for mutations affecting `ContentPresetModule` */
|
|
1756
|
+
export interface ContentPresetModuleInput {
|
|
1757
|
+
apiName?: string;
|
|
1758
|
+
contentPresetsTableId?: string;
|
|
1759
|
+
createdAt?: string;
|
|
1760
|
+
databaseId: string;
|
|
1761
|
+
entityTableId?: string;
|
|
1762
|
+
id?: string;
|
|
1763
|
+
merkleStoreModuleId: string;
|
|
1764
|
+
policies?: unknown;
|
|
1765
|
+
prefix: string;
|
|
1766
|
+
privateApiName?: string;
|
|
1767
|
+
privateSchemaId?: string;
|
|
1768
|
+
privateSchemaName?: string;
|
|
1769
|
+
provisions?: unknown;
|
|
1770
|
+
publicSchemaId?: string;
|
|
1771
|
+
publicSchemaName?: string;
|
|
1772
|
+
scope: string;
|
|
1773
|
+
storeName: string;
|
|
1774
|
+
}
|
|
1775
|
+
/** Represents an update to a `ContentPresetModule`. Fields that are set will be updated. */
|
|
1776
|
+
export interface ContentPresetModulePatch {
|
|
1777
|
+
apiName?: string;
|
|
1778
|
+
contentPresetsTableId?: string;
|
|
1779
|
+
createdAt?: string;
|
|
1780
|
+
databaseId?: string;
|
|
1781
|
+
entityTableId?: string;
|
|
1782
|
+
id?: string;
|
|
1783
|
+
merkleStoreModuleId?: string;
|
|
1784
|
+
policies?: unknown;
|
|
1785
|
+
prefix?: string;
|
|
1786
|
+
privateApiName?: string;
|
|
1787
|
+
privateSchemaId?: string;
|
|
1788
|
+
privateSchemaName?: string;
|
|
1789
|
+
provisions?: unknown;
|
|
1790
|
+
publicSchemaId?: string;
|
|
1791
|
+
publicSchemaName?: string;
|
|
1792
|
+
scope?: string;
|
|
1793
|
+
storeName?: string;
|
|
1794
|
+
}
|
|
1540
1795
|
export interface CopyTemplateToBlueprintInput {
|
|
1541
1796
|
clientMutationId?: string;
|
|
1542
1797
|
databaseId?: string;
|
|
@@ -1585,6 +1840,11 @@ export interface CreateBlueprintTemplateInput {
|
|
|
1585
1840
|
blueprintTemplate: BlueprintTemplateInput;
|
|
1586
1841
|
clientMutationId?: string;
|
|
1587
1842
|
}
|
|
1843
|
+
export interface CreateCapabilitiesModuleInput {
|
|
1844
|
+
/** The `CapabilitiesModule` to be created by this mutation. */
|
|
1845
|
+
capabilitiesModule: CapabilitiesModuleInput;
|
|
1846
|
+
clientMutationId?: string;
|
|
1847
|
+
}
|
|
1588
1848
|
export interface CreateCatalogModuleInput {
|
|
1589
1849
|
/** The `CatalogModule` to be created by this mutation. */
|
|
1590
1850
|
catalogModule: CatalogModuleInput;
|
|
@@ -1605,6 +1865,11 @@ export interface CreateConnectedAccountsModuleInput {
|
|
|
1605
1865
|
/** The `ConnectedAccountsModule` to be created by this mutation. */
|
|
1606
1866
|
connectedAccountsModule: ConnectedAccountsModuleInput;
|
|
1607
1867
|
}
|
|
1868
|
+
export interface CreateContentPresetModuleInput {
|
|
1869
|
+
clientMutationId?: string;
|
|
1870
|
+
/** The `ContentPresetModule` to be created by this mutation. */
|
|
1871
|
+
contentPresetModule: ContentPresetModuleInput;
|
|
1872
|
+
}
|
|
1608
1873
|
export interface CreateCryptoAddressesModuleInput {
|
|
1609
1874
|
clientMutationId?: string;
|
|
1610
1875
|
/** The `CryptoAddressesModule` to be created by this mutation. */
|
|
@@ -1615,6 +1880,11 @@ export interface CreateCryptoAuthModuleInput {
|
|
|
1615
1880
|
/** The `CryptoAuthModule` to be created by this mutation. */
|
|
1616
1881
|
cryptoAuthModule: CryptoAuthModuleInput;
|
|
1617
1882
|
}
|
|
1883
|
+
export interface CreateDataCapabilitiesFieldInput {
|
|
1884
|
+
clientMutationId?: string;
|
|
1885
|
+
/** The `DataCapabilitiesField` to be created by this mutation. */
|
|
1886
|
+
dataCapabilitiesField: DataCapabilitiesFieldInput;
|
|
1887
|
+
}
|
|
1618
1888
|
export interface CreateDatabaseProvisionModuleInput {
|
|
1619
1889
|
clientMutationId?: string;
|
|
1620
1890
|
/** The `DatabaseProvisionModule` to be created by this mutation. */
|
|
@@ -1665,6 +1935,11 @@ export interface CreateDomainModuleInput {
|
|
|
1665
1935
|
/** The `DomainModule` to be created by this mutation. */
|
|
1666
1936
|
domainModule: DomainModuleInput;
|
|
1667
1937
|
}
|
|
1938
|
+
export interface CreateEmailSenderModuleInput {
|
|
1939
|
+
clientMutationId?: string;
|
|
1940
|
+
/** The `EmailSenderModule` to be created by this mutation. */
|
|
1941
|
+
emailSenderModule: EmailSenderModuleInput;
|
|
1942
|
+
}
|
|
1668
1943
|
export interface CreateEmailsModuleInput {
|
|
1669
1944
|
clientMutationId?: string;
|
|
1670
1945
|
/** The `EmailsModule` to be created by this mutation. */
|
|
@@ -1680,6 +1955,11 @@ export interface CreateEventsModuleInput {
|
|
|
1680
1955
|
/** The `EventsModule` to be created by this mutation. */
|
|
1681
1956
|
eventsModule: EventsModuleInput;
|
|
1682
1957
|
}
|
|
1958
|
+
export interface CreateFileRefFieldInput {
|
|
1959
|
+
clientMutationId?: string;
|
|
1960
|
+
/** The `FileRefField` to be created by this mutation. */
|
|
1961
|
+
fileRefField: FileRefFieldInput;
|
|
1962
|
+
}
|
|
1683
1963
|
export interface CreateFunctionDeploymentModuleInput {
|
|
1684
1964
|
clientMutationId?: string;
|
|
1685
1965
|
/** The `FunctionDeploymentModule` to be created by this mutation. */
|
|
@@ -1785,16 +2065,16 @@ export interface CreateNotificationsModuleInput {
|
|
|
1785
2065
|
/** The `NotificationsModule` to be created by this mutation. */
|
|
1786
2066
|
notificationsModule: NotificationsModuleInput;
|
|
1787
2067
|
}
|
|
2068
|
+
export interface CreateOauthRequestsModuleInput {
|
|
2069
|
+
clientMutationId?: string;
|
|
2070
|
+
/** The `OauthRequestsModule` to be created by this mutation. */
|
|
2071
|
+
oauthRequestsModule: OauthRequestsModuleInput;
|
|
2072
|
+
}
|
|
1788
2073
|
export interface CreatePagesModuleInput {
|
|
1789
2074
|
clientMutationId?: string;
|
|
1790
2075
|
/** The `PagesModule` to be created by this mutation. */
|
|
1791
2076
|
pagesModule: PagesModuleInput;
|
|
1792
2077
|
}
|
|
1793
|
-
export interface CreatePermissionsModuleInput {
|
|
1794
|
-
clientMutationId?: string;
|
|
1795
|
-
/** The `PermissionsModule` to be created by this mutation. */
|
|
1796
|
-
permissionsModule: PermissionsModuleInput;
|
|
1797
|
-
}
|
|
1798
2078
|
export interface CreatePhoneNumbersModuleInput {
|
|
1799
2079
|
clientMutationId?: string;
|
|
1800
2080
|
/** The `PhoneNumbersModule` to be created by this mutation. */
|
|
@@ -1850,6 +2130,11 @@ export interface CreateRouteModuleInput {
|
|
|
1850
2130
|
/** The `RouteModule` to be created by this mutation. */
|
|
1851
2131
|
routeModule: RouteModuleInput;
|
|
1852
2132
|
}
|
|
2133
|
+
export interface CreateScopeTypesModuleInput {
|
|
2134
|
+
clientMutationId?: string;
|
|
2135
|
+
/** The `ScopeTypesModule` to be created by this mutation. */
|
|
2136
|
+
scopeTypesModule: ScopeTypesModuleInput;
|
|
2137
|
+
}
|
|
1853
2138
|
export interface CreateSecureTableProvisionInput {
|
|
1854
2139
|
clientMutationId?: string;
|
|
1855
2140
|
/** The `SecureTableProvision` to be created by this mutation. */
|
|
@@ -1900,6 +2185,11 @@ export interface CreateUserSettingsModuleInput {
|
|
|
1900
2185
|
/** The `UserSettingsModule` to be created by this mutation. */
|
|
1901
2186
|
userSettingsModule: UserSettingsModuleInput;
|
|
1902
2187
|
}
|
|
2188
|
+
export interface CreateUserSettingsSecurityModuleInput {
|
|
2189
|
+
clientMutationId?: string;
|
|
2190
|
+
/** The `UserSettingsSecurityModule` to be created by this mutation. */
|
|
2191
|
+
userSettingsSecurityModule: UserSettingsSecurityModuleInput;
|
|
2192
|
+
}
|
|
1903
2193
|
export interface CreateUserStateModuleInput {
|
|
1904
2194
|
clientMutationId?: string;
|
|
1905
2195
|
/** The `UserStateModule` to be created by this mutation. */
|
|
@@ -2051,6 +2341,67 @@ export interface CryptoAuthModulePatch {
|
|
|
2051
2341
|
userField?: string;
|
|
2052
2342
|
usersTableId?: string;
|
|
2053
2343
|
}
|
|
2344
|
+
/** A filter to be used against `DataCapabilitiesField` object types. All fields are combined with a logical ‘and.’ */
|
|
2345
|
+
export interface DataCapabilitiesFieldFilter {
|
|
2346
|
+
/** Checks for all expressions in this list. */
|
|
2347
|
+
and?: DataCapabilitiesFieldFilter[];
|
|
2348
|
+
/** Filter by the object’s `capabilitiesModule` relation. */
|
|
2349
|
+
capabilitiesModule?: CapabilitiesModuleFilter;
|
|
2350
|
+
/** Filter by the object’s `capabilitiesModuleId` field. */
|
|
2351
|
+
capabilitiesModuleId?: UUIDFilter;
|
|
2352
|
+
/** Filter by the object’s `databaseId` field. */
|
|
2353
|
+
databaseId?: UUIDFilter;
|
|
2354
|
+
/** Filter by the object’s `fieldId` field. */
|
|
2355
|
+
fieldId?: UUIDFilter;
|
|
2356
|
+
/** Filter by the object’s `fromFieldId` field. */
|
|
2357
|
+
fromFieldId?: UUIDFilter;
|
|
2358
|
+
/** Filter by the object’s `id` field. */
|
|
2359
|
+
id?: UUIDFilter;
|
|
2360
|
+
/** Filter by the object’s `mappingFieldId` field. */
|
|
2361
|
+
mappingFieldId?: UUIDFilter;
|
|
2362
|
+
/** Filter by the object’s `mappingKeyFieldId` field. */
|
|
2363
|
+
mappingKeyFieldId?: UUIDFilter;
|
|
2364
|
+
/** Filter by the object’s `mappingTableId` field. */
|
|
2365
|
+
mappingTableId?: UUIDFilter;
|
|
2366
|
+
/** Filter by the object’s `mode` field. */
|
|
2367
|
+
mode?: StringFilter;
|
|
2368
|
+
/** Negates the expression. */
|
|
2369
|
+
not?: DataCapabilitiesFieldFilter;
|
|
2370
|
+
/** Checks for any expressions in this list. */
|
|
2371
|
+
or?: DataCapabilitiesFieldFilter[];
|
|
2372
|
+
/** Filter by the object’s `subsetGuard` field. */
|
|
2373
|
+
subsetGuard?: BooleanFilter;
|
|
2374
|
+
/** Filter by the object’s `tableId` field. */
|
|
2375
|
+
tableId?: UUIDFilter;
|
|
2376
|
+
}
|
|
2377
|
+
/** An input for mutations affecting `DataCapabilitiesField` */
|
|
2378
|
+
export interface DataCapabilitiesFieldInput {
|
|
2379
|
+
capabilitiesModuleId: string;
|
|
2380
|
+
databaseId: string;
|
|
2381
|
+
fieldId: string;
|
|
2382
|
+
fromFieldId?: string;
|
|
2383
|
+
id?: string;
|
|
2384
|
+
mappingFieldId?: string;
|
|
2385
|
+
mappingKeyFieldId?: string;
|
|
2386
|
+
mappingTableId?: string;
|
|
2387
|
+
mode?: string;
|
|
2388
|
+
subsetGuard?: boolean;
|
|
2389
|
+
tableId: string;
|
|
2390
|
+
}
|
|
2391
|
+
/** Represents an update to a `DataCapabilitiesField`. Fields that are set will be updated. */
|
|
2392
|
+
export interface DataCapabilitiesFieldPatch {
|
|
2393
|
+
capabilitiesModuleId?: string;
|
|
2394
|
+
databaseId?: string;
|
|
2395
|
+
fieldId?: string;
|
|
2396
|
+
fromFieldId?: string;
|
|
2397
|
+
id?: string;
|
|
2398
|
+
mappingFieldId?: string;
|
|
2399
|
+
mappingKeyFieldId?: string;
|
|
2400
|
+
mappingTableId?: string;
|
|
2401
|
+
mode?: string;
|
|
2402
|
+
subsetGuard?: boolean;
|
|
2403
|
+
tableId?: string;
|
|
2404
|
+
}
|
|
2054
2405
|
/** A filter to be used against `DatabaseProvisionModule` object types. All fields are combined with a logical ‘and.’ */
|
|
2055
2406
|
export interface DatabaseProvisionModuleFilter {
|
|
2056
2407
|
/** Checks for all expressions in this list. */
|
|
@@ -2120,7 +2471,7 @@ export interface DatabaseProvisionModuleInput {
|
|
|
2120
2471
|
/** Uniform billing anchor: when the request was fulfilled with a usable database (cold provision completion or warm pool claim). Platform absorbs all provisioning compute before this point */
|
|
2121
2472
|
fulfilledAt?: string;
|
|
2122
2473
|
id?: string;
|
|
2123
|
-
/** JSONB array of modules to install. Each element is either a string ("users_module") or a [name, options] tuple (["
|
|
2474
|
+
/** JSONB array of modules to install. Each element is either a string ("users_module") or a [name, options] tuple (["capabilities_module", {"scope": "app"}]) */
|
|
2124
2475
|
modules?: unknown;
|
|
2125
2476
|
/** Additional configuration options for provisioning */
|
|
2126
2477
|
options?: unknown;
|
|
@@ -2156,7 +2507,7 @@ export interface DatabaseProvisionModulePatch {
|
|
|
2156
2507
|
/** Uniform billing anchor: when the request was fulfilled with a usable database (cold provision completion or warm pool claim). Platform absorbs all provisioning compute before this point */
|
|
2157
2508
|
fulfilledAt?: string;
|
|
2158
2509
|
id?: string;
|
|
2159
|
-
/** JSONB array of modules to install. Each element is either a string ("users_module") or a [name, options] tuple (["
|
|
2510
|
+
/** JSONB array of modules to install. Each element is either a string ("users_module") or a [name, options] tuple (["capabilities_module", {"scope": "app"}]) */
|
|
2160
2511
|
modules?: unknown;
|
|
2161
2512
|
/** Additional configuration options for provisioning */
|
|
2162
2513
|
options?: unknown;
|
|
@@ -2182,8 +2533,8 @@ export interface DatabaseSettingsModuleFilter {
|
|
|
2182
2533
|
databaseSettingsTableId?: UUIDFilter;
|
|
2183
2534
|
/** Filter by the object’s `databaseSettingsTableName` field. */
|
|
2184
2535
|
databaseSettingsTableName?: StringFilter;
|
|
2185
|
-
/** Filter by the object’s `
|
|
2186
|
-
|
|
2536
|
+
/** Filter by the object’s `defaultCapabilities` field. */
|
|
2537
|
+
defaultCapabilities?: StringListFilter;
|
|
2187
2538
|
/** Filter by the object’s `entityField` field. */
|
|
2188
2539
|
entityField?: StringFilter;
|
|
2189
2540
|
/** Filter by the object’s `entityTableId` field. */
|
|
@@ -2227,7 +2578,7 @@ export interface DatabaseSettingsModuleInput {
|
|
|
2227
2578
|
databaseId: string;
|
|
2228
2579
|
databaseSettingsTableId?: string;
|
|
2229
2580
|
databaseSettingsTableName?: string;
|
|
2230
|
-
|
|
2581
|
+
defaultCapabilities?: string[];
|
|
2231
2582
|
entityField?: string;
|
|
2232
2583
|
entityTableId?: string;
|
|
2233
2584
|
id?: string;
|
|
@@ -2251,7 +2602,7 @@ export interface DatabaseSettingsModulePatch {
|
|
|
2251
2602
|
databaseId?: string;
|
|
2252
2603
|
databaseSettingsTableId?: string;
|
|
2253
2604
|
databaseSettingsTableName?: string;
|
|
2254
|
-
|
|
2605
|
+
defaultCapabilities?: string[];
|
|
2255
2606
|
entityField?: string;
|
|
2256
2607
|
entityTableId?: string;
|
|
2257
2608
|
id?: string;
|
|
@@ -2514,8 +2865,8 @@ export interface DbUsageModuleFilter {
|
|
|
2514
2865
|
collectDbTableStatsFunction?: StringFilter;
|
|
2515
2866
|
/** Filter by the object’s `databaseId` field. */
|
|
2516
2867
|
databaseId?: UUIDFilter;
|
|
2517
|
-
/** Filter by the object’s `
|
|
2518
|
-
|
|
2868
|
+
/** Filter by the object’s `defaultCapabilities` field. */
|
|
2869
|
+
defaultCapabilities?: StringListFilter;
|
|
2519
2870
|
/** Filter by the object’s `entityField` field. */
|
|
2520
2871
|
entityField?: StringFilter;
|
|
2521
2872
|
/** Filter by the object’s `id` field. */
|
|
@@ -2571,7 +2922,7 @@ export interface DbUsageModuleInput {
|
|
|
2571
2922
|
collectDbQueryStatsFunction?: string;
|
|
2572
2923
|
collectDbTableStatsFunction?: string;
|
|
2573
2924
|
databaseId: string;
|
|
2574
|
-
|
|
2925
|
+
defaultCapabilities?: string[];
|
|
2575
2926
|
entityField?: string;
|
|
2576
2927
|
id?: string;
|
|
2577
2928
|
interval?: string;
|
|
@@ -2601,7 +2952,7 @@ export interface DbUsageModulePatch {
|
|
|
2601
2952
|
collectDbQueryStatsFunction?: string;
|
|
2602
2953
|
collectDbTableStatsFunction?: string;
|
|
2603
2954
|
databaseId?: string;
|
|
2604
|
-
|
|
2955
|
+
defaultCapabilities?: string[];
|
|
2605
2956
|
entityField?: string;
|
|
2606
2957
|
id?: string;
|
|
2607
2958
|
interval?: string;
|
|
@@ -2683,6 +3034,10 @@ export interface DeleteBlueprintTemplateInput {
|
|
|
2683
3034
|
/** Unique identifier for this template. */
|
|
2684
3035
|
id: string;
|
|
2685
3036
|
}
|
|
3037
|
+
export interface DeleteCapabilitiesModuleInput {
|
|
3038
|
+
clientMutationId?: string;
|
|
3039
|
+
id: string;
|
|
3040
|
+
}
|
|
2686
3041
|
export interface DeleteCatalogModuleInput {
|
|
2687
3042
|
clientMutationId?: string;
|
|
2688
3043
|
id: string;
|
|
@@ -2699,6 +3054,10 @@ export interface DeleteConnectedAccountsModuleInput {
|
|
|
2699
3054
|
clientMutationId?: string;
|
|
2700
3055
|
id: string;
|
|
2701
3056
|
}
|
|
3057
|
+
export interface DeleteContentPresetModuleInput {
|
|
3058
|
+
clientMutationId?: string;
|
|
3059
|
+
id: string;
|
|
3060
|
+
}
|
|
2702
3061
|
export interface DeleteCryptoAddressesModuleInput {
|
|
2703
3062
|
clientMutationId?: string;
|
|
2704
3063
|
id: string;
|
|
@@ -2707,6 +3066,10 @@ export interface DeleteCryptoAuthModuleInput {
|
|
|
2707
3066
|
clientMutationId?: string;
|
|
2708
3067
|
id: string;
|
|
2709
3068
|
}
|
|
3069
|
+
export interface DeleteDataCapabilitiesFieldInput {
|
|
3070
|
+
clientMutationId?: string;
|
|
3071
|
+
id: string;
|
|
3072
|
+
}
|
|
2710
3073
|
export interface DeleteDatabaseProvisionModuleInput {
|
|
2711
3074
|
clientMutationId?: string;
|
|
2712
3075
|
id: string;
|
|
@@ -2747,6 +3110,10 @@ export interface DeleteDomainModuleInput {
|
|
|
2747
3110
|
clientMutationId?: string;
|
|
2748
3111
|
id: string;
|
|
2749
3112
|
}
|
|
3113
|
+
export interface DeleteEmailSenderModuleInput {
|
|
3114
|
+
clientMutationId?: string;
|
|
3115
|
+
id: string;
|
|
3116
|
+
}
|
|
2750
3117
|
export interface DeleteEmailsModuleInput {
|
|
2751
3118
|
clientMutationId?: string;
|
|
2752
3119
|
id: string;
|
|
@@ -2760,6 +3127,10 @@ export interface DeleteEventsModuleInput {
|
|
|
2760
3127
|
clientMutationId?: string;
|
|
2761
3128
|
id: string;
|
|
2762
3129
|
}
|
|
3130
|
+
export interface DeleteFileRefFieldInput {
|
|
3131
|
+
clientMutationId?: string;
|
|
3132
|
+
id: string;
|
|
3133
|
+
}
|
|
2763
3134
|
export interface DeleteFunctionDeploymentModuleInput {
|
|
2764
3135
|
clientMutationId?: string;
|
|
2765
3136
|
id: string;
|
|
@@ -2844,11 +3215,11 @@ export interface DeleteNotificationsModuleInput {
|
|
|
2844
3215
|
clientMutationId?: string;
|
|
2845
3216
|
id: string;
|
|
2846
3217
|
}
|
|
2847
|
-
export interface
|
|
3218
|
+
export interface DeleteOauthRequestsModuleInput {
|
|
2848
3219
|
clientMutationId?: string;
|
|
2849
3220
|
id: string;
|
|
2850
3221
|
}
|
|
2851
|
-
export interface
|
|
3222
|
+
export interface DeletePagesModuleInput {
|
|
2852
3223
|
clientMutationId?: string;
|
|
2853
3224
|
id: string;
|
|
2854
3225
|
}
|
|
@@ -2897,6 +3268,10 @@ export interface DeleteRouteModuleInput {
|
|
|
2897
3268
|
clientMutationId?: string;
|
|
2898
3269
|
id: string;
|
|
2899
3270
|
}
|
|
3271
|
+
export interface DeleteScopeTypesModuleInput {
|
|
3272
|
+
clientMutationId?: string;
|
|
3273
|
+
id: string;
|
|
3274
|
+
}
|
|
2900
3275
|
export interface DeleteSecureTableProvisionInput {
|
|
2901
3276
|
clientMutationId?: string;
|
|
2902
3277
|
/** Unique identifier for this provision row. */
|
|
@@ -2938,6 +3313,10 @@ export interface DeleteUserSettingsModuleInput {
|
|
|
2938
3313
|
clientMutationId?: string;
|
|
2939
3314
|
id: string;
|
|
2940
3315
|
}
|
|
3316
|
+
export interface DeleteUserSettingsSecurityModuleInput {
|
|
3317
|
+
clientMutationId?: string;
|
|
3318
|
+
id: string;
|
|
3319
|
+
}
|
|
2941
3320
|
export interface DeleteUserStateModuleInput {
|
|
2942
3321
|
clientMutationId?: string;
|
|
2943
3322
|
id: string;
|
|
@@ -3078,8 +3457,8 @@ export interface DomainModuleFilter {
|
|
|
3078
3457
|
catalogModuleId?: UUIDFilter;
|
|
3079
3458
|
/** Filter by the object’s `databaseId` field. */
|
|
3080
3459
|
databaseId?: UUIDFilter;
|
|
3081
|
-
/** Filter by the object’s `
|
|
3082
|
-
|
|
3460
|
+
/** Filter by the object’s `defaultCapabilities` field. */
|
|
3461
|
+
defaultCapabilities?: StringListFilter;
|
|
3083
3462
|
/** Filter by the object’s `domainEventsTableId` field. */
|
|
3084
3463
|
domainEventsTableId?: UUIDFilter;
|
|
3085
3464
|
/** Filter by the object’s `domainEventsTableName` field. */
|
|
@@ -3134,7 +3513,7 @@ export interface DomainModuleInput {
|
|
|
3134
3513
|
apiName?: string;
|
|
3135
3514
|
catalogModuleId?: string;
|
|
3136
3515
|
databaseId: string;
|
|
3137
|
-
|
|
3516
|
+
defaultCapabilities?: string[];
|
|
3138
3517
|
domainEventsTableId?: string;
|
|
3139
3518
|
domainEventsTableName?: string;
|
|
3140
3519
|
domainVerificationsTableId?: string;
|
|
@@ -3161,7 +3540,7 @@ export interface DomainModulePatch {
|
|
|
3161
3540
|
apiName?: string;
|
|
3162
3541
|
catalogModuleId?: string;
|
|
3163
3542
|
databaseId?: string;
|
|
3164
|
-
|
|
3543
|
+
defaultCapabilities?: string[];
|
|
3165
3544
|
domainEventsTableId?: string;
|
|
3166
3545
|
domainEventsTableName?: string;
|
|
3167
3546
|
domainVerificationsTableId?: string;
|
|
@@ -3192,6 +3571,105 @@ export interface DomainModuleToManyRouteModuleFilter {
|
|
|
3192
3571
|
/** Filters to entities where at least one related entity matches. */
|
|
3193
3572
|
some?: RouteModuleFilter;
|
|
3194
3573
|
}
|
|
3574
|
+
/** A filter to be used against `EmailSenderModule` object types. All fields are combined with a logical ‘and.’ */
|
|
3575
|
+
export interface EmailSenderModuleFilter {
|
|
3576
|
+
/** Checks for all expressions in this list. */
|
|
3577
|
+
and?: EmailSenderModuleFilter[];
|
|
3578
|
+
/** Filter by the object’s `apiName` field. */
|
|
3579
|
+
apiName?: StringFilter;
|
|
3580
|
+
/** Filter by the object’s `databaseId` field. */
|
|
3581
|
+
databaseId?: UUIDFilter;
|
|
3582
|
+
/** Filter by the object’s `defaultCapabilities` field. */
|
|
3583
|
+
defaultCapabilities?: StringListFilter;
|
|
3584
|
+
/** Filter by the object’s `emailIdentitiesTableId` field. */
|
|
3585
|
+
emailIdentitiesTableId?: UUIDFilter;
|
|
3586
|
+
/** Filter by the object’s `emailIdentitiesTableName` field. */
|
|
3587
|
+
emailIdentitiesTableName?: StringFilter;
|
|
3588
|
+
/** Filter by the object’s `emailProviderAccountsTableId` field. */
|
|
3589
|
+
emailProviderAccountsTableId?: UUIDFilter;
|
|
3590
|
+
/** Filter by the object’s `emailProviderAccountsTableName` field. */
|
|
3591
|
+
emailProviderAccountsTableName?: StringFilter;
|
|
3592
|
+
/** Filter by the object’s `emailSiteIdentitiesTableId` field. */
|
|
3593
|
+
emailSiteIdentitiesTableId?: UUIDFilter;
|
|
3594
|
+
/** Filter by the object’s `emailSiteIdentitiesTableName` field. */
|
|
3595
|
+
emailSiteIdentitiesTableName?: StringFilter;
|
|
3596
|
+
/** Filter by the object’s `entityField` field. */
|
|
3597
|
+
entityField?: StringFilter;
|
|
3598
|
+
/** Filter by the object’s `entityTableId` field. */
|
|
3599
|
+
entityTableId?: UUIDFilter;
|
|
3600
|
+
/** Filter by the object’s `id` field. */
|
|
3601
|
+
id?: UUIDFilter;
|
|
3602
|
+
/** Negates the expression. */
|
|
3603
|
+
not?: EmailSenderModuleFilter;
|
|
3604
|
+
/** Checks for any expressions in this list. */
|
|
3605
|
+
or?: EmailSenderModuleFilter[];
|
|
3606
|
+
/** Filter by the object’s `policies` field. */
|
|
3607
|
+
policies?: JSONFilter;
|
|
3608
|
+
/** Filter by the object’s `prefix` field. */
|
|
3609
|
+
prefix?: StringFilter;
|
|
3610
|
+
/** Filter by the object’s `privateApiName` field. */
|
|
3611
|
+
privateApiName?: StringFilter;
|
|
3612
|
+
/** Filter by the object’s `provisions` field. */
|
|
3613
|
+
provisions?: JSONFilter;
|
|
3614
|
+
/** Filter by the object’s `publicSchemaName` field. */
|
|
3615
|
+
publicSchemaName?: StringFilter;
|
|
3616
|
+
/** Filter by the object’s `schemaId` field. */
|
|
3617
|
+
schemaId?: UUIDFilter;
|
|
3618
|
+
/** Filter by the object’s `scope` field. */
|
|
3619
|
+
scope?: StringFilter;
|
|
3620
|
+
/** Filter by the object’s `siteSurfaceModule` relation. */
|
|
3621
|
+
siteSurfaceModule?: SiteSurfaceModuleFilter;
|
|
3622
|
+
/** A related `siteSurfaceModule` exists. */
|
|
3623
|
+
siteSurfaceModuleExists?: boolean;
|
|
3624
|
+
/** Filter by the object’s `siteSurfaceModuleId` field. */
|
|
3625
|
+
siteSurfaceModuleId?: UUIDFilter;
|
|
3626
|
+
}
|
|
3627
|
+
/** An input for mutations affecting `EmailSenderModule` */
|
|
3628
|
+
export interface EmailSenderModuleInput {
|
|
3629
|
+
apiName?: string;
|
|
3630
|
+
databaseId: string;
|
|
3631
|
+
defaultCapabilities?: string[];
|
|
3632
|
+
emailIdentitiesTableId?: string;
|
|
3633
|
+
emailIdentitiesTableName?: string;
|
|
3634
|
+
emailProviderAccountsTableId?: string;
|
|
3635
|
+
emailProviderAccountsTableName?: string;
|
|
3636
|
+
emailSiteIdentitiesTableId?: string;
|
|
3637
|
+
emailSiteIdentitiesTableName?: string;
|
|
3638
|
+
entityField?: string;
|
|
3639
|
+
entityTableId?: string;
|
|
3640
|
+
id?: string;
|
|
3641
|
+
policies?: unknown;
|
|
3642
|
+
prefix?: string;
|
|
3643
|
+
privateApiName?: string;
|
|
3644
|
+
provisions?: unknown;
|
|
3645
|
+
publicSchemaName?: string;
|
|
3646
|
+
schemaId?: string;
|
|
3647
|
+
scope: string;
|
|
3648
|
+
siteSurfaceModuleId?: string;
|
|
3649
|
+
}
|
|
3650
|
+
/** Represents an update to a `EmailSenderModule`. Fields that are set will be updated. */
|
|
3651
|
+
export interface EmailSenderModulePatch {
|
|
3652
|
+
apiName?: string;
|
|
3653
|
+
databaseId?: string;
|
|
3654
|
+
defaultCapabilities?: string[];
|
|
3655
|
+
emailIdentitiesTableId?: string;
|
|
3656
|
+
emailIdentitiesTableName?: string;
|
|
3657
|
+
emailProviderAccountsTableId?: string;
|
|
3658
|
+
emailProviderAccountsTableName?: string;
|
|
3659
|
+
emailSiteIdentitiesTableId?: string;
|
|
3660
|
+
emailSiteIdentitiesTableName?: string;
|
|
3661
|
+
entityField?: string;
|
|
3662
|
+
entityTableId?: string;
|
|
3663
|
+
id?: string;
|
|
3664
|
+
policies?: unknown;
|
|
3665
|
+
prefix?: string;
|
|
3666
|
+
privateApiName?: string;
|
|
3667
|
+
provisions?: unknown;
|
|
3668
|
+
publicSchemaName?: string;
|
|
3669
|
+
schemaId?: string;
|
|
3670
|
+
scope?: string;
|
|
3671
|
+
siteSurfaceModuleId?: string;
|
|
3672
|
+
}
|
|
3195
3673
|
/** A filter to be used against `EmailsModule` object types. All fields are combined with a logical ‘and.’ */
|
|
3196
3674
|
export interface EmailsModuleFilter {
|
|
3197
3675
|
/** Checks for all expressions in this list. */
|
|
@@ -3345,7 +3823,7 @@ export interface EntityTypeProvisionInput {
|
|
|
3345
3823
|
* - policies (jsonb array) RLS policy overrides. NULL = apply defaults from apply_function_security().
|
|
3346
3824
|
* Creates {prefix}_function_definitions (or {prefix}_{key}_function_definitions for non-default keys)
|
|
3347
3825
|
* with entity-scoped RLS and a job trigger dispatching function:provision tasks.
|
|
3348
|
-
* Registers manage_functions + invoke_functions
|
|
3826
|
+
* Registers manage_functions + invoke_functions capability bits on first provision.
|
|
3349
3827
|
* Example: functions := '[{}]'::jsonb
|
|
3350
3828
|
*/
|
|
3351
3829
|
functions?: unknown;
|
|
@@ -3355,9 +3833,9 @@ export interface EntityTypeProvisionInput {
|
|
|
3355
3833
|
* Each element recognizes (all optional):
|
|
3356
3834
|
* - key (text) module discriminator. Defaults to 'default'.
|
|
3357
3835
|
* - policies (jsonb array) RLS policy overrides. NULL = apply defaults from apply_graph_security().
|
|
3358
|
-
* Registers manage_graphs + execute_graphs
|
|
3836
|
+
* Registers manage_graphs + execute_graphs capability bits on first provision.
|
|
3359
3837
|
* Graph module requires a merkle_store_module_id dependency, so entity_type_provision
|
|
3360
|
-
* only registers
|
|
3838
|
+
* only registers capabilities here. The graph module itself must be provisioned
|
|
3361
3839
|
* separately with the merkle store dependency resolved.
|
|
3362
3840
|
* Example: graphs := '[{}]'::jsonb
|
|
3363
3841
|
*/
|
|
@@ -3397,8 +3875,11 @@ export interface EntityTypeProvisionInput {
|
|
|
3397
3875
|
hasLimits?: boolean;
|
|
3398
3876
|
/**
|
|
3399
3877
|
* Whether to provision profiles_module for this type. Defaults to false.
|
|
3400
|
-
* Profiles provide named
|
|
3401
|
-
* When true, creates profile tables and applies profiles security.
|
|
3878
|
+
* Profiles provide named capability roles (e.g. 'Editor', 'Viewer') with pre-configured capability bitmasks.
|
|
3879
|
+
* When true, creates profile tables and applies profiles security. A membership may hold
|
|
3880
|
+
* any number of profiles: the membership_profiles assignment table holds every profile a
|
|
3881
|
+
* membership holds and the membership mask is granted | bit_or(held profile masks), with
|
|
3882
|
+
* memberships.profile_id kept as a pointer at one held profile.
|
|
3402
3883
|
*/
|
|
3403
3884
|
hasProfiles?: boolean;
|
|
3404
3885
|
/** Unique identifier for this provision row. */
|
|
@@ -3425,7 +3906,7 @@ export interface EntityTypeProvisionInput {
|
|
|
3425
3906
|
* - policies (jsonb array) RLS policy overrides. NULL = apply defaults from apply_namespace_security().
|
|
3426
3907
|
* Creates {prefix}_namespaces (or {prefix}_{key}_namespaces for non-default keys)
|
|
3427
3908
|
* with entity-scoped RLS (AuthzEntityMembership) and a rename proxy trigger.
|
|
3428
|
-
* Registers manage_namespaces
|
|
3909
|
+
* Registers manage_namespaces capability bit on first provision.
|
|
3429
3910
|
* Example: namespaces := '[{}]'::jsonb
|
|
3430
3911
|
*/
|
|
3431
3912
|
namespaces?: unknown;
|
|
@@ -3447,7 +3928,7 @@ export interface EntityTypeProvisionInput {
|
|
|
3447
3928
|
outGraphModuleId?: string;
|
|
3448
3929
|
outGraphsTableId?: string;
|
|
3449
3930
|
/**
|
|
3450
|
-
* Output: array of installed module labels (e.g. ARRAY['
|
|
3931
|
+
* Output: array of installed module labels (e.g. ARRAY['capabilities_module:data_room', 'memberships_module:data_room', 'invites_module:data_room']).
|
|
3451
3932
|
* Populated by the trigger. Useful for verifying which modules were provisioned.
|
|
3452
3933
|
*/
|
|
3453
3934
|
outInstalledModules?: string[];
|
|
@@ -3491,7 +3972,7 @@ export interface EntityTypeProvisionInput {
|
|
|
3491
3972
|
parentEntity?: string;
|
|
3492
3973
|
/**
|
|
3493
3974
|
* SQL prefix used for table and module naming, e.g. 'data_room', 'team_channel'. Required.
|
|
3494
|
-
* Drives entity table name (prefix || 's' by default), module labels (
|
|
3975
|
+
* Drives entity table name (prefix || 's' by default), module labels (capabilities_module:prefix),
|
|
3495
3976
|
* and membership table names (prefix_memberships, prefix_members, etc.).
|
|
3496
3977
|
* Must be unique per database — the (database_id, prefix) constraint ensures graceful ON CONFLICT DO NOTHING.
|
|
3497
3978
|
*/
|
|
@@ -3505,8 +3986,8 @@ export interface EntityTypeProvisionInput {
|
|
|
3505
3986
|
* Defaults (applied when table_provision IS NULL and skip_entity_policies=false):
|
|
3506
3987
|
* - SELECT (parent_member): parent entity members can see child entities (only when is_visible=true)
|
|
3507
3988
|
* - SELECT (self_member): direct members of the entity can see it
|
|
3508
|
-
* - INSERT: create_entity
|
|
3509
|
-
* - UPDATE: admin_entity
|
|
3989
|
+
* - INSERT: create_entity capability on the parent entity
|
|
3990
|
+
* - UPDATE: admin_entity capability on the entity itself
|
|
3510
3991
|
* - DELETE: owner of the entity can delete it
|
|
3511
3992
|
*/
|
|
3512
3993
|
skipEntityPolicies?: boolean;
|
|
@@ -3525,7 +4006,7 @@ export interface EntityTypeProvisionInput {
|
|
|
3525
4006
|
* - download_url_expiry_seconds (integer) presigned GET URL expiry override
|
|
3526
4007
|
* - default_max_file_size (bigint) global max file size in bytes for this module
|
|
3527
4008
|
* - allowed_origins (text[]) default CORS origins for all buckets in this module
|
|
3528
|
-
* - restrict_reads (boolean) require read_files
|
|
4009
|
+
* - restrict_reads (boolean) require read_files capability for SELECT on files
|
|
3529
4010
|
* - has_path_shares (boolean) enable virtual filesystem + path share policies
|
|
3530
4011
|
* - has_versioning (boolean) enable file version chains
|
|
3531
4012
|
* - has_content_hash (boolean) enable content hash for dedup
|
|
@@ -3551,7 +4032,7 @@ export interface EntityTypeProvisionInput {
|
|
|
3551
4032
|
tableName?: string;
|
|
3552
4033
|
/**
|
|
3553
4034
|
* Single jsonb object describing the full security setup to apply to the entity table.
|
|
3554
|
-
* Uses the same vocabulary as
|
|
4035
|
+
* Uses the same vocabulary as metaschema_modules_private.provision_table() and blueprint tables[]
|
|
3555
4036
|
* entries, so an entity table is configured the same way an ordinary blueprint table is.
|
|
3556
4037
|
* Defaults to NULL; when non-NULL, the five default policies are implicitly replaced by
|
|
3557
4038
|
* table_provision.policies[] (is_visible becomes a no-op on this path).
|
|
@@ -3597,7 +4078,7 @@ export interface EntityTypeProvisionPatch {
|
|
|
3597
4078
|
* - policies (jsonb array) RLS policy overrides. NULL = apply defaults from apply_function_security().
|
|
3598
4079
|
* Creates {prefix}_function_definitions (or {prefix}_{key}_function_definitions for non-default keys)
|
|
3599
4080
|
* with entity-scoped RLS and a job trigger dispatching function:provision tasks.
|
|
3600
|
-
* Registers manage_functions + invoke_functions
|
|
4081
|
+
* Registers manage_functions + invoke_functions capability bits on first provision.
|
|
3601
4082
|
* Example: functions := '[{}]'::jsonb
|
|
3602
4083
|
*/
|
|
3603
4084
|
functions?: unknown;
|
|
@@ -3607,9 +4088,9 @@ export interface EntityTypeProvisionPatch {
|
|
|
3607
4088
|
* Each element recognizes (all optional):
|
|
3608
4089
|
* - key (text) module discriminator. Defaults to 'default'.
|
|
3609
4090
|
* - policies (jsonb array) RLS policy overrides. NULL = apply defaults from apply_graph_security().
|
|
3610
|
-
* Registers manage_graphs + execute_graphs
|
|
4091
|
+
* Registers manage_graphs + execute_graphs capability bits on first provision.
|
|
3611
4092
|
* Graph module requires a merkle_store_module_id dependency, so entity_type_provision
|
|
3612
|
-
* only registers
|
|
4093
|
+
* only registers capabilities here. The graph module itself must be provisioned
|
|
3613
4094
|
* separately with the merkle store dependency resolved.
|
|
3614
4095
|
* Example: graphs := '[{}]'::jsonb
|
|
3615
4096
|
*/
|
|
@@ -3649,8 +4130,11 @@ export interface EntityTypeProvisionPatch {
|
|
|
3649
4130
|
hasLimits?: boolean;
|
|
3650
4131
|
/**
|
|
3651
4132
|
* Whether to provision profiles_module for this type. Defaults to false.
|
|
3652
|
-
* Profiles provide named
|
|
3653
|
-
* When true, creates profile tables and applies profiles security.
|
|
4133
|
+
* Profiles provide named capability roles (e.g. 'Editor', 'Viewer') with pre-configured capability bitmasks.
|
|
4134
|
+
* When true, creates profile tables and applies profiles security. A membership may hold
|
|
4135
|
+
* any number of profiles: the membership_profiles assignment table holds every profile a
|
|
4136
|
+
* membership holds and the membership mask is granted | bit_or(held profile masks), with
|
|
4137
|
+
* memberships.profile_id kept as a pointer at one held profile.
|
|
3654
4138
|
*/
|
|
3655
4139
|
hasProfiles?: boolean;
|
|
3656
4140
|
/** Unique identifier for this provision row. */
|
|
@@ -3677,7 +4161,7 @@ export interface EntityTypeProvisionPatch {
|
|
|
3677
4161
|
* - policies (jsonb array) RLS policy overrides. NULL = apply defaults from apply_namespace_security().
|
|
3678
4162
|
* Creates {prefix}_namespaces (or {prefix}_{key}_namespaces for non-default keys)
|
|
3679
4163
|
* with entity-scoped RLS (AuthzEntityMembership) and a rename proxy trigger.
|
|
3680
|
-
* Registers manage_namespaces
|
|
4164
|
+
* Registers manage_namespaces capability bit on first provision.
|
|
3681
4165
|
* Example: namespaces := '[{}]'::jsonb
|
|
3682
4166
|
*/
|
|
3683
4167
|
namespaces?: unknown;
|
|
@@ -3699,7 +4183,7 @@ export interface EntityTypeProvisionPatch {
|
|
|
3699
4183
|
outGraphModuleId?: string;
|
|
3700
4184
|
outGraphsTableId?: string;
|
|
3701
4185
|
/**
|
|
3702
|
-
* Output: array of installed module labels (e.g. ARRAY['
|
|
4186
|
+
* Output: array of installed module labels (e.g. ARRAY['capabilities_module:data_room', 'memberships_module:data_room', 'invites_module:data_room']).
|
|
3703
4187
|
* Populated by the trigger. Useful for verifying which modules were provisioned.
|
|
3704
4188
|
*/
|
|
3705
4189
|
outInstalledModules?: string[];
|
|
@@ -3743,7 +4227,7 @@ export interface EntityTypeProvisionPatch {
|
|
|
3743
4227
|
parentEntity?: string;
|
|
3744
4228
|
/**
|
|
3745
4229
|
* SQL prefix used for table and module naming, e.g. 'data_room', 'team_channel'. Required.
|
|
3746
|
-
* Drives entity table name (prefix || 's' by default), module labels (
|
|
4230
|
+
* Drives entity table name (prefix || 's' by default), module labels (capabilities_module:prefix),
|
|
3747
4231
|
* and membership table names (prefix_memberships, prefix_members, etc.).
|
|
3748
4232
|
* Must be unique per database — the (database_id, prefix) constraint ensures graceful ON CONFLICT DO NOTHING.
|
|
3749
4233
|
*/
|
|
@@ -3757,8 +4241,8 @@ export interface EntityTypeProvisionPatch {
|
|
|
3757
4241
|
* Defaults (applied when table_provision IS NULL and skip_entity_policies=false):
|
|
3758
4242
|
* - SELECT (parent_member): parent entity members can see child entities (only when is_visible=true)
|
|
3759
4243
|
* - SELECT (self_member): direct members of the entity can see it
|
|
3760
|
-
* - INSERT: create_entity
|
|
3761
|
-
* - UPDATE: admin_entity
|
|
4244
|
+
* - INSERT: create_entity capability on the parent entity
|
|
4245
|
+
* - UPDATE: admin_entity capability on the entity itself
|
|
3762
4246
|
* - DELETE: owner of the entity can delete it
|
|
3763
4247
|
*/
|
|
3764
4248
|
skipEntityPolicies?: boolean;
|
|
@@ -3777,7 +4261,7 @@ export interface EntityTypeProvisionPatch {
|
|
|
3777
4261
|
* - download_url_expiry_seconds (integer) presigned GET URL expiry override
|
|
3778
4262
|
* - default_max_file_size (bigint) global max file size in bytes for this module
|
|
3779
4263
|
* - allowed_origins (text[]) default CORS origins for all buckets in this module
|
|
3780
|
-
* - restrict_reads (boolean) require read_files
|
|
4264
|
+
* - restrict_reads (boolean) require read_files capability for SELECT on files
|
|
3781
4265
|
* - has_path_shares (boolean) enable virtual filesystem + path share policies
|
|
3782
4266
|
* - has_versioning (boolean) enable file version chains
|
|
3783
4267
|
* - has_content_hash (boolean) enable content hash for dedup
|
|
@@ -3803,7 +4287,7 @@ export interface EntityTypeProvisionPatch {
|
|
|
3803
4287
|
tableName?: string;
|
|
3804
4288
|
/**
|
|
3805
4289
|
* Single jsonb object describing the full security setup to apply to the entity table.
|
|
3806
|
-
* Uses the same vocabulary as
|
|
4290
|
+
* Uses the same vocabulary as metaschema_modules_private.provision_table() and blueprint tables[]
|
|
3807
4291
|
* entries, so an entity table is configured the same way an ordinary blueprint table is.
|
|
3808
4292
|
* Defaults to NULL; when non-NULL, the five default policies are implicitly replaced by
|
|
3809
4293
|
* table_provision.policies[] (is_visible becomes a no-op on this path).
|
|
@@ -3848,8 +4332,8 @@ export interface EventsModuleFilter {
|
|
|
3848
4332
|
apiName?: StringFilter;
|
|
3849
4333
|
/** Filter by the object’s `databaseId` field. */
|
|
3850
4334
|
databaseId?: UUIDFilter;
|
|
3851
|
-
/** Filter by the object’s `
|
|
3852
|
-
|
|
4335
|
+
/** Filter by the object’s `defaultCapabilities` field. */
|
|
4336
|
+
defaultCapabilities?: StringListFilter;
|
|
3853
4337
|
/** Filter by the object’s `entityField` field. */
|
|
3854
4338
|
entityField?: StringFilter;
|
|
3855
4339
|
/** Filter by the object’s `entityTableId` field. */
|
|
@@ -3866,6 +4350,8 @@ export interface EventsModuleFilter {
|
|
|
3866
4350
|
eventsTableId?: UUIDFilter;
|
|
3867
4351
|
/** Filter by the object’s `eventsTableName` field. */
|
|
3868
4352
|
eventsTableName?: StringFilter;
|
|
4353
|
+
/** Filter by the object’s `expireGrants` field. */
|
|
4354
|
+
expireGrants?: StringFilter;
|
|
3869
4355
|
/** Filter by the object’s `grantAchievement` field. */
|
|
3870
4356
|
grantAchievement?: StringFilter;
|
|
3871
4357
|
/** Filter by the object’s `id` field. */
|
|
@@ -3902,12 +4388,16 @@ export interface EventsModuleFilter {
|
|
|
3902
4388
|
privateSchemaName?: StringFilter;
|
|
3903
4389
|
/** Filter by the object’s `publicSchemaName` field. */
|
|
3904
4390
|
publicSchemaName?: StringFilter;
|
|
4391
|
+
/** Filter by the object’s `recomputeCapabilities` field. */
|
|
4392
|
+
recomputeCapabilities?: StringFilter;
|
|
3905
4393
|
/** Filter by the object’s `recordEvent` field. */
|
|
3906
4394
|
recordEvent?: StringFilter;
|
|
3907
4395
|
/** Filter by the object’s `removeEvent` field. */
|
|
3908
4396
|
removeEvent?: StringFilter;
|
|
3909
4397
|
/** Filter by the object’s `retention` field. */
|
|
3910
4398
|
retention?: StringFilter;
|
|
4399
|
+
/** Filter by the object’s `revokeAchievement` field. */
|
|
4400
|
+
revokeAchievement?: StringFilter;
|
|
3911
4401
|
/** Filter by the object’s `schemaId` field. */
|
|
3912
4402
|
schemaId?: UUIDFilter;
|
|
3913
4403
|
/** Filter by the object’s `scope` field. */
|
|
@@ -3926,8 +4416,12 @@ export interface EventsModuleFilter {
|
|
|
3926
4416
|
tgEventToggle?: StringFilter;
|
|
3927
4417
|
/** Filter by the object’s `tgEventToggleBool` field. */
|
|
3928
4418
|
tgEventToggleBool?: StringFilter;
|
|
4419
|
+
/** Filter by the object’s `tgLevelGrantSync` field. */
|
|
4420
|
+
tgLevelGrantSync?: StringFilter;
|
|
3929
4421
|
/** Filter by the object’s `tgUpdateAggregates` field. */
|
|
3930
4422
|
tgUpdateAggregates?: StringFilter;
|
|
4423
|
+
/** Filter by the object’s `trustLadder` field. */
|
|
4424
|
+
trustLadder?: JSONFilter;
|
|
3931
4425
|
/** Filter by the object’s `upsertAggregate` field. */
|
|
3932
4426
|
upsertAggregate?: StringFilter;
|
|
3933
4427
|
}
|
|
@@ -3938,7 +4432,7 @@ export interface EventsModuleInput {
|
|
|
3938
4432
|
actorTableId?: string;
|
|
3939
4433
|
apiName?: string;
|
|
3940
4434
|
databaseId: string;
|
|
3941
|
-
|
|
4435
|
+
defaultCapabilities?: string[];
|
|
3942
4436
|
entityField?: string;
|
|
3943
4437
|
entityTableId?: string;
|
|
3944
4438
|
eventAggregatesTableId?: string;
|
|
@@ -3947,6 +4441,7 @@ export interface EventsModuleInput {
|
|
|
3947
4441
|
eventTypesTableName?: string;
|
|
3948
4442
|
eventsTableId?: string;
|
|
3949
4443
|
eventsTableName?: string;
|
|
4444
|
+
expireGrants?: string;
|
|
3950
4445
|
grantAchievement?: string;
|
|
3951
4446
|
id?: string;
|
|
3952
4447
|
interval?: string;
|
|
@@ -3963,9 +4458,11 @@ export interface EventsModuleInput {
|
|
|
3963
4458
|
privateSchemaId?: string;
|
|
3964
4459
|
privateSchemaName?: string;
|
|
3965
4460
|
publicSchemaName?: string;
|
|
4461
|
+
recomputeCapabilities?: string;
|
|
3966
4462
|
recordEvent?: string;
|
|
3967
4463
|
removeEvent?: string;
|
|
3968
4464
|
retention?: string;
|
|
4465
|
+
revokeAchievement?: string;
|
|
3969
4466
|
schemaId?: string;
|
|
3970
4467
|
scope: string;
|
|
3971
4468
|
stepsRequired?: string;
|
|
@@ -3975,7 +4472,9 @@ export interface EventsModuleInput {
|
|
|
3975
4472
|
tgEventBool?: string;
|
|
3976
4473
|
tgEventToggle?: string;
|
|
3977
4474
|
tgEventToggleBool?: string;
|
|
4475
|
+
tgLevelGrantSync?: string;
|
|
3978
4476
|
tgUpdateAggregates?: string;
|
|
4477
|
+
trustLadder?: unknown;
|
|
3979
4478
|
upsertAggregate?: string;
|
|
3980
4479
|
}
|
|
3981
4480
|
/** Represents an update to a `EventsModule`. Fields that are set will be updated. */
|
|
@@ -3985,7 +4484,7 @@ export interface EventsModulePatch {
|
|
|
3985
4484
|
actorTableId?: string;
|
|
3986
4485
|
apiName?: string;
|
|
3987
4486
|
databaseId?: string;
|
|
3988
|
-
|
|
4487
|
+
defaultCapabilities?: string[];
|
|
3989
4488
|
entityField?: string;
|
|
3990
4489
|
entityTableId?: string;
|
|
3991
4490
|
eventAggregatesTableId?: string;
|
|
@@ -3994,6 +4493,7 @@ export interface EventsModulePatch {
|
|
|
3994
4493
|
eventTypesTableName?: string;
|
|
3995
4494
|
eventsTableId?: string;
|
|
3996
4495
|
eventsTableName?: string;
|
|
4496
|
+
expireGrants?: string;
|
|
3997
4497
|
grantAchievement?: string;
|
|
3998
4498
|
id?: string;
|
|
3999
4499
|
interval?: string;
|
|
@@ -4010,9 +4510,11 @@ export interface EventsModulePatch {
|
|
|
4010
4510
|
privateSchemaId?: string;
|
|
4011
4511
|
privateSchemaName?: string;
|
|
4012
4512
|
publicSchemaName?: string;
|
|
4513
|
+
recomputeCapabilities?: string;
|
|
4013
4514
|
recordEvent?: string;
|
|
4014
4515
|
removeEvent?: string;
|
|
4015
4516
|
retention?: string;
|
|
4517
|
+
revokeAchievement?: string;
|
|
4016
4518
|
schemaId?: string;
|
|
4017
4519
|
scope?: string;
|
|
4018
4520
|
stepsRequired?: string;
|
|
@@ -4022,9 +4524,64 @@ export interface EventsModulePatch {
|
|
|
4022
4524
|
tgEventBool?: string;
|
|
4023
4525
|
tgEventToggle?: string;
|
|
4024
4526
|
tgEventToggleBool?: string;
|
|
4527
|
+
tgLevelGrantSync?: string;
|
|
4025
4528
|
tgUpdateAggregates?: string;
|
|
4529
|
+
trustLadder?: unknown;
|
|
4026
4530
|
upsertAggregate?: string;
|
|
4027
4531
|
}
|
|
4532
|
+
/** A filter to be used against `FileRefField` object types. All fields are combined with a logical ‘and.’ */
|
|
4533
|
+
export interface FileRefFieldFilter {
|
|
4534
|
+
/** Checks for all expressions in this list. */
|
|
4535
|
+
and?: FileRefFieldFilter[];
|
|
4536
|
+
/** Filter by the object’s `bucketKey` field. */
|
|
4537
|
+
bucketKey?: StringFilter;
|
|
4538
|
+
/** Filter by the object’s `bucketTags` field. */
|
|
4539
|
+
bucketTags?: StringListFilter;
|
|
4540
|
+
/** Filter by the object’s `databaseId` field. */
|
|
4541
|
+
databaseId?: UUIDFilter;
|
|
4542
|
+
/** Filter by the object’s `enforceFk` field. */
|
|
4543
|
+
enforceFk?: BooleanFilter;
|
|
4544
|
+
/** Filter by the object’s `fieldId` field. */
|
|
4545
|
+
fieldId?: UUIDFilter;
|
|
4546
|
+
/** Filter by the object’s `id` field. */
|
|
4547
|
+
id?: UUIDFilter;
|
|
4548
|
+
/** Filter by the object’s `isPublic` field. */
|
|
4549
|
+
isPublic?: BooleanFilter;
|
|
4550
|
+
/** Negates the expression. */
|
|
4551
|
+
not?: FileRefFieldFilter;
|
|
4552
|
+
/** Checks for any expressions in this list. */
|
|
4553
|
+
or?: FileRefFieldFilter[];
|
|
4554
|
+
/** Filter by the object’s `storageModule` relation. */
|
|
4555
|
+
storageModule?: StorageModuleFilter;
|
|
4556
|
+
/** Filter by the object’s `storageModuleId` field. */
|
|
4557
|
+
storageModuleId?: UUIDFilter;
|
|
4558
|
+
/** Filter by the object’s `tableId` field. */
|
|
4559
|
+
tableId?: UUIDFilter;
|
|
4560
|
+
}
|
|
4561
|
+
/** An input for mutations affecting `FileRefField` */
|
|
4562
|
+
export interface FileRefFieldInput {
|
|
4563
|
+
bucketKey?: string;
|
|
4564
|
+
bucketTags?: string[];
|
|
4565
|
+
databaseId: string;
|
|
4566
|
+
enforceFk?: boolean;
|
|
4567
|
+
fieldId: string;
|
|
4568
|
+
id?: string;
|
|
4569
|
+
isPublic?: boolean;
|
|
4570
|
+
storageModuleId: string;
|
|
4571
|
+
tableId: string;
|
|
4572
|
+
}
|
|
4573
|
+
/** Represents an update to a `FileRefField`. Fields that are set will be updated. */
|
|
4574
|
+
export interface FileRefFieldPatch {
|
|
4575
|
+
bucketKey?: string;
|
|
4576
|
+
bucketTags?: string[];
|
|
4577
|
+
databaseId?: string;
|
|
4578
|
+
enforceFk?: boolean;
|
|
4579
|
+
fieldId?: string;
|
|
4580
|
+
id?: string;
|
|
4581
|
+
isPublic?: boolean;
|
|
4582
|
+
storageModuleId?: string;
|
|
4583
|
+
tableId?: string;
|
|
4584
|
+
}
|
|
4028
4585
|
/** A filter to be used against `FunctionDeploymentModule` object types. All fields are combined with a logical ‘and.’ */
|
|
4029
4586
|
export interface FunctionDeploymentModuleFilter {
|
|
4030
4587
|
/** Checks for all expressions in this list. */
|
|
@@ -4033,8 +4590,8 @@ export interface FunctionDeploymentModuleFilter {
|
|
|
4033
4590
|
apiName?: StringFilter;
|
|
4034
4591
|
/** Filter by the object’s `databaseId` field. */
|
|
4035
4592
|
databaseId?: UUIDFilter;
|
|
4036
|
-
/** Filter by the object’s `
|
|
4037
|
-
|
|
4593
|
+
/** Filter by the object’s `defaultCapabilities` field. */
|
|
4594
|
+
defaultCapabilities?: StringListFilter;
|
|
4038
4595
|
/** Filter by the object’s `deploymentEventsTableId` field. */
|
|
4039
4596
|
deploymentEventsTableId?: UUIDFilter;
|
|
4040
4597
|
/** Filter by the object’s `deploymentEventsTableName` field. */
|
|
@@ -4088,7 +4645,7 @@ export interface FunctionDeploymentModuleFilter {
|
|
|
4088
4645
|
export interface FunctionDeploymentModuleInput {
|
|
4089
4646
|
apiName?: string;
|
|
4090
4647
|
databaseId: string;
|
|
4091
|
-
|
|
4648
|
+
defaultCapabilities?: string[];
|
|
4092
4649
|
deploymentEventsTableId?: string;
|
|
4093
4650
|
deploymentEventsTableName?: string;
|
|
4094
4651
|
deploymentsTableId?: string;
|
|
@@ -4112,7 +4669,7 @@ export interface FunctionDeploymentModuleInput {
|
|
|
4112
4669
|
export interface FunctionDeploymentModulePatch {
|
|
4113
4670
|
apiName?: string;
|
|
4114
4671
|
databaseId?: string;
|
|
4115
|
-
|
|
4672
|
+
defaultCapabilities?: string[];
|
|
4116
4673
|
deploymentEventsTableId?: string;
|
|
4117
4674
|
deploymentEventsTableName?: string;
|
|
4118
4675
|
deploymentsTableId?: string;
|
|
@@ -4144,8 +4701,8 @@ export interface FunctionInvocationModuleFilter {
|
|
|
4144
4701
|
attemptsTableName?: StringFilter;
|
|
4145
4702
|
/** Filter by the object’s `databaseId` field. */
|
|
4146
4703
|
databaseId?: UUIDFilter;
|
|
4147
|
-
/** Filter by the object’s `
|
|
4148
|
-
|
|
4704
|
+
/** Filter by the object’s `defaultCapabilities` field. */
|
|
4705
|
+
defaultCapabilities?: StringListFilter;
|
|
4149
4706
|
/** Filter by the object’s `entityField` field. */
|
|
4150
4707
|
entityField?: StringFilter;
|
|
4151
4708
|
/** Filter by the object’s `entityTableId` field. */
|
|
@@ -4193,7 +4750,7 @@ export interface FunctionInvocationModuleInput {
|
|
|
4193
4750
|
attemptsTableId?: string;
|
|
4194
4751
|
attemptsTableName?: string;
|
|
4195
4752
|
databaseId: string;
|
|
4196
|
-
|
|
4753
|
+
defaultCapabilities?: string[];
|
|
4197
4754
|
entityField?: string;
|
|
4198
4755
|
entityTableId?: string;
|
|
4199
4756
|
executionLogsTableId?: string;
|
|
@@ -4217,7 +4774,7 @@ export interface FunctionInvocationModulePatch {
|
|
|
4217
4774
|
attemptsTableId?: string;
|
|
4218
4775
|
attemptsTableName?: string;
|
|
4219
4776
|
databaseId?: string;
|
|
4220
|
-
|
|
4777
|
+
defaultCapabilities?: string[];
|
|
4221
4778
|
entityField?: string;
|
|
4222
4779
|
entityTableId?: string;
|
|
4223
4780
|
executionLogsTableId?: string;
|
|
@@ -4258,8 +4815,8 @@ export interface FunctionModuleFilter {
|
|
|
4258
4815
|
capabilityBindingsTableId?: UUIDFilter;
|
|
4259
4816
|
/** Filter by the object’s `databaseId` field. */
|
|
4260
4817
|
databaseId?: UUIDFilter;
|
|
4261
|
-
/** Filter by the object’s `
|
|
4262
|
-
|
|
4818
|
+
/** Filter by the object’s `defaultCapabilities` field. */
|
|
4819
|
+
defaultCapabilities?: StringListFilter;
|
|
4263
4820
|
/** Filter by the object’s `definitionsTableId` field. */
|
|
4264
4821
|
definitionsTableId?: UUIDFilter;
|
|
4265
4822
|
/** Filter by the object’s `definitionsTableName` field. */
|
|
@@ -4316,7 +4873,7 @@ export interface FunctionModuleInput {
|
|
|
4316
4873
|
bindingsTableName?: string;
|
|
4317
4874
|
capabilityBindingsTableId?: string;
|
|
4318
4875
|
databaseId: string;
|
|
4319
|
-
|
|
4876
|
+
defaultCapabilities?: string[];
|
|
4320
4877
|
definitionsTableId?: string;
|
|
4321
4878
|
definitionsTableName?: string;
|
|
4322
4879
|
entityField?: string;
|
|
@@ -4341,7 +4898,7 @@ export interface FunctionModulePatch {
|
|
|
4341
4898
|
bindingsTableName?: string;
|
|
4342
4899
|
capabilityBindingsTableId?: string;
|
|
4343
4900
|
databaseId?: string;
|
|
4344
|
-
|
|
4901
|
+
defaultCapabilities?: string[];
|
|
4345
4902
|
definitionsTableId?: string;
|
|
4346
4903
|
definitionsTableName?: string;
|
|
4347
4904
|
entityField?: string;
|
|
@@ -4396,8 +4953,8 @@ export interface GraphExecutionModuleFilter {
|
|
|
4396
4953
|
createdAt?: DatetimeFilter;
|
|
4397
4954
|
/** Filter by the object’s `databaseId` field. */
|
|
4398
4955
|
databaseId?: UUIDFilter;
|
|
4399
|
-
/** Filter by the object’s `
|
|
4400
|
-
|
|
4956
|
+
/** Filter by the object’s `defaultCapabilities` field. */
|
|
4957
|
+
defaultCapabilities?: StringListFilter;
|
|
4401
4958
|
/** Filter by the object’s `entityField` field. */
|
|
4402
4959
|
entityField?: StringFilter;
|
|
4403
4960
|
/** Filter by the object’s `entityTableId` field. */
|
|
@@ -4448,7 +5005,7 @@ export interface GraphExecutionModuleInput {
|
|
|
4448
5005
|
apiName?: string;
|
|
4449
5006
|
createdAt?: string;
|
|
4450
5007
|
databaseId: string;
|
|
4451
|
-
|
|
5008
|
+
defaultCapabilities?: string[];
|
|
4452
5009
|
entityField?: string;
|
|
4453
5010
|
entityTableId?: string;
|
|
4454
5011
|
executionsTableId?: string;
|
|
@@ -4474,7 +5031,7 @@ export interface GraphExecutionModulePatch {
|
|
|
4474
5031
|
apiName?: string;
|
|
4475
5032
|
createdAt?: string;
|
|
4476
5033
|
databaseId?: string;
|
|
4477
|
-
|
|
5034
|
+
defaultCapabilities?: string[];
|
|
4478
5035
|
entityField?: string;
|
|
4479
5036
|
entityTableId?: string;
|
|
4480
5037
|
executionsTableId?: string;
|
|
@@ -4505,8 +5062,8 @@ export interface GraphModuleFilter {
|
|
|
4505
5062
|
createdAt?: DatetimeFilter;
|
|
4506
5063
|
/** Filter by the object’s `databaseId` field. */
|
|
4507
5064
|
databaseId?: UUIDFilter;
|
|
4508
|
-
/** Filter by the object’s `
|
|
4509
|
-
|
|
5065
|
+
/** Filter by the object’s `defaultCapabilities` field. */
|
|
5066
|
+
defaultCapabilities?: StringListFilter;
|
|
4510
5067
|
/** Filter by the object’s `entityField` field. */
|
|
4511
5068
|
entityField?: StringFilter;
|
|
4512
5069
|
/** Filter by the object’s `entityTableId` field. */
|
|
@@ -4551,7 +5108,7 @@ export interface GraphModuleInput {
|
|
|
4551
5108
|
apiName?: string;
|
|
4552
5109
|
createdAt?: string;
|
|
4553
5110
|
databaseId: string;
|
|
4554
|
-
|
|
5111
|
+
defaultCapabilities?: string[];
|
|
4555
5112
|
entityField?: string;
|
|
4556
5113
|
entityTableId?: string;
|
|
4557
5114
|
graphsTableId?: string;
|
|
@@ -4572,7 +5129,7 @@ export interface GraphModulePatch {
|
|
|
4572
5129
|
apiName?: string;
|
|
4573
5130
|
createdAt?: string;
|
|
4574
5131
|
databaseId?: string;
|
|
4575
|
-
|
|
5132
|
+
defaultCapabilities?: string[];
|
|
4576
5133
|
entityField?: string;
|
|
4577
5134
|
entityTableId?: string;
|
|
4578
5135
|
graphsTableId?: string;
|
|
@@ -4613,8 +5170,8 @@ export interface HierarchyModuleFilter {
|
|
|
4613
5170
|
createdAt?: DatetimeFilter;
|
|
4614
5171
|
/** Filter by the object’s `databaseId` field. */
|
|
4615
5172
|
databaseId?: UUIDFilter;
|
|
4616
|
-
/** Filter by the object’s `
|
|
4617
|
-
|
|
5173
|
+
/** Filter by the object’s `defaultCapabilities` field. */
|
|
5174
|
+
defaultCapabilities?: StringListFilter;
|
|
4618
5175
|
/** Filter by the object’s `entityField` field. */
|
|
4619
5176
|
entityField?: StringFilter;
|
|
4620
5177
|
/** Filter by the object’s `entityTableId` field. */
|
|
@@ -4660,7 +5217,7 @@ export interface HierarchyModuleInput {
|
|
|
4660
5217
|
chartEdgesTableName?: string;
|
|
4661
5218
|
createdAt?: string;
|
|
4662
5219
|
databaseId: string;
|
|
4663
|
-
|
|
5220
|
+
defaultCapabilities?: string[];
|
|
4664
5221
|
entityField?: string;
|
|
4665
5222
|
entityTableId: string;
|
|
4666
5223
|
getManagersFunction?: string;
|
|
@@ -4686,7 +5243,7 @@ export interface HierarchyModulePatch {
|
|
|
4686
5243
|
chartEdgesTableName?: string;
|
|
4687
5244
|
createdAt?: string;
|
|
4688
5245
|
databaseId?: string;
|
|
4689
|
-
|
|
5246
|
+
defaultCapabilities?: string[];
|
|
4690
5247
|
entityField?: string;
|
|
4691
5248
|
entityTableId?: string;
|
|
4692
5249
|
getManagersFunction?: string;
|
|
@@ -4712,8 +5269,8 @@ export interface HttpRouteModuleFilter {
|
|
|
4712
5269
|
apiName?: StringFilter;
|
|
4713
5270
|
/** Filter by the object’s `databaseId` field. */
|
|
4714
5271
|
databaseId?: UUIDFilter;
|
|
4715
|
-
/** Filter by the object’s `
|
|
4716
|
-
|
|
5272
|
+
/** Filter by the object’s `defaultCapabilities` field. */
|
|
5273
|
+
defaultCapabilities?: StringListFilter;
|
|
4717
5274
|
/** Filter by the object’s `entityField` field. */
|
|
4718
5275
|
entityField?: StringFilter;
|
|
4719
5276
|
/** Filter by the object’s `entityTableId` field. */
|
|
@@ -4771,7 +5328,7 @@ export interface HttpRouteModuleFilter {
|
|
|
4771
5328
|
export interface HttpRouteModuleInput {
|
|
4772
5329
|
apiName?: string;
|
|
4773
5330
|
databaseId: string;
|
|
4774
|
-
|
|
5331
|
+
defaultCapabilities?: string[];
|
|
4775
5332
|
entityField?: string;
|
|
4776
5333
|
entityTableId?: string;
|
|
4777
5334
|
functionModuleId?: string;
|
|
@@ -4795,7 +5352,7 @@ export interface HttpRouteModuleInput {
|
|
|
4795
5352
|
export interface HttpRouteModulePatch {
|
|
4796
5353
|
apiName?: string;
|
|
4797
5354
|
databaseId?: string;
|
|
4798
|
-
|
|
5355
|
+
defaultCapabilities?: string[];
|
|
4799
5356
|
entityField?: string;
|
|
4800
5357
|
entityTableId?: string;
|
|
4801
5358
|
functionModuleId?: string;
|
|
@@ -5569,6 +6126,8 @@ export interface LimitsModuleFilter {
|
|
|
5569
6126
|
limitDecrementFunction?: StringFilter;
|
|
5570
6127
|
/** Filter by the object’s `limitDecrementTrigger` field. */
|
|
5571
6128
|
limitDecrementTrigger?: StringFilter;
|
|
6129
|
+
/** Filter by the object’s `limitDefaults` field. */
|
|
6130
|
+
limitDefaults?: JSONFilter;
|
|
5572
6131
|
/** Filter by the object’s `limitIncrementFunction` field. */
|
|
5573
6132
|
limitIncrementFunction?: StringFilter;
|
|
5574
6133
|
/** Filter by the object’s `limitIncrementTrigger` field. */
|
|
@@ -5628,6 +6187,7 @@ export interface LimitsModuleInput {
|
|
|
5628
6187
|
limitCreditsTableId?: string;
|
|
5629
6188
|
limitDecrementFunction?: string;
|
|
5630
6189
|
limitDecrementTrigger?: string;
|
|
6190
|
+
limitDefaults?: unknown;
|
|
5631
6191
|
limitIncrementFunction?: string;
|
|
5632
6192
|
limitIncrementTrigger?: string;
|
|
5633
6193
|
limitUpdateTrigger?: string;
|
|
@@ -5668,6 +6228,7 @@ export interface LimitsModulePatch {
|
|
|
5668
6228
|
limitCreditsTableId?: string;
|
|
5669
6229
|
limitDecrementFunction?: string;
|
|
5670
6230
|
limitDecrementTrigger?: string;
|
|
6231
|
+
limitDefaults?: unknown;
|
|
5671
6232
|
limitIncrementFunction?: string;
|
|
5672
6233
|
limitIncrementTrigger?: string;
|
|
5673
6234
|
limitUpdateTrigger?: string;
|
|
@@ -5735,12 +6296,18 @@ export interface MembershipsModuleFilter {
|
|
|
5735
6296
|
and?: MembershipsModuleFilter[];
|
|
5736
6297
|
/** Filter by the object’s `apiName` field. */
|
|
5737
6298
|
apiName?: StringFilter;
|
|
6299
|
+
/** Filter by the object’s `capabilitiesTableId` field. */
|
|
6300
|
+
capabilitiesTableId?: UUIDFilter;
|
|
6301
|
+
/** Filter by the object’s `capabilityDefaultCapabilitiesTableId` field. */
|
|
6302
|
+
capabilityDefaultCapabilitiesTableId?: UUIDFilter;
|
|
6303
|
+
/** Filter by the object’s `capabilityDefaultGrantsTableId` field. */
|
|
6304
|
+
capabilityDefaultGrantsTableId?: UUIDFilter;
|
|
5738
6305
|
/** Filter by the object’s `databaseId` field. */
|
|
5739
6306
|
databaseId?: UUIDFilter;
|
|
6307
|
+
/** Filter by the object’s `defaultCapabilitiesTableId` field. */
|
|
6308
|
+
defaultCapabilitiesTableId?: UUIDFilter;
|
|
5740
6309
|
/** Filter by the object’s `defaultLimitsTableId` field. */
|
|
5741
6310
|
defaultLimitsTableId?: UUIDFilter;
|
|
5742
|
-
/** Filter by the object’s `defaultPermissionsTableId` field. */
|
|
5743
|
-
defaultPermissionsTableId?: UUIDFilter;
|
|
5744
6311
|
/** Filter by the object’s `entityField` field. */
|
|
5745
6312
|
entityField?: StringFilter;
|
|
5746
6313
|
/** Filter by the object’s `entityIdsByMask` field. */
|
|
@@ -5789,12 +6356,6 @@ export interface MembershipsModuleFilter {
|
|
|
5789
6356
|
ownerGrantsTableId?: UUIDFilter;
|
|
5790
6357
|
/** Filter by the object’s `ownerGrantsTableName` field. */
|
|
5791
6358
|
ownerGrantsTableName?: StringFilter;
|
|
5792
|
-
/** Filter by the object’s `permissionDefaultGrantsTableId` field. */
|
|
5793
|
-
permissionDefaultGrantsTableId?: UUIDFilter;
|
|
5794
|
-
/** Filter by the object’s `permissionDefaultPermissionsTableId` field. */
|
|
5795
|
-
permissionDefaultPermissionsTableId?: UUIDFilter;
|
|
5796
|
-
/** Filter by the object’s `permissionsTableId` field. */
|
|
5797
|
-
permissionsTableId?: UUIDFilter;
|
|
5798
6359
|
/** Filter by the object’s `prefix` field. */
|
|
5799
6360
|
prefix?: StringFilter;
|
|
5800
6361
|
/** Filter by the object’s `privateApiName` field. */
|
|
@@ -5820,9 +6381,12 @@ export interface MembershipsModuleInput {
|
|
|
5820
6381
|
adminGrantsTableId?: string;
|
|
5821
6382
|
adminGrantsTableName?: string;
|
|
5822
6383
|
apiName?: string;
|
|
6384
|
+
capabilitiesTableId?: string;
|
|
6385
|
+
capabilityDefaultCapabilitiesTableId?: string;
|
|
6386
|
+
capabilityDefaultGrantsTableId?: string;
|
|
5823
6387
|
databaseId: string;
|
|
6388
|
+
defaultCapabilitiesTableId?: string;
|
|
5824
6389
|
defaultLimitsTableId?: string;
|
|
5825
|
-
defaultPermissionsTableId?: string;
|
|
5826
6390
|
entityField?: string;
|
|
5827
6391
|
entityIdsByMask?: string;
|
|
5828
6392
|
entityIdsByPerm?: string;
|
|
@@ -5845,9 +6409,6 @@ export interface MembershipsModuleInput {
|
|
|
5845
6409
|
membershipsTableName?: string;
|
|
5846
6410
|
ownerGrantsTableId?: string;
|
|
5847
6411
|
ownerGrantsTableName?: string;
|
|
5848
|
-
permissionDefaultGrantsTableId?: string;
|
|
5849
|
-
permissionDefaultPermissionsTableId?: string;
|
|
5850
|
-
permissionsTableId?: string;
|
|
5851
6412
|
prefix?: string;
|
|
5852
6413
|
privateApiName?: string;
|
|
5853
6414
|
privateSchemaId?: string;
|
|
@@ -5865,9 +6426,12 @@ export interface MembershipsModulePatch {
|
|
|
5865
6426
|
adminGrantsTableId?: string;
|
|
5866
6427
|
adminGrantsTableName?: string;
|
|
5867
6428
|
apiName?: string;
|
|
6429
|
+
capabilitiesTableId?: string;
|
|
6430
|
+
capabilityDefaultCapabilitiesTableId?: string;
|
|
6431
|
+
capabilityDefaultGrantsTableId?: string;
|
|
5868
6432
|
databaseId?: string;
|
|
6433
|
+
defaultCapabilitiesTableId?: string;
|
|
5869
6434
|
defaultLimitsTableId?: string;
|
|
5870
|
-
defaultPermissionsTableId?: string;
|
|
5871
6435
|
entityField?: string;
|
|
5872
6436
|
entityIdsByMask?: string;
|
|
5873
6437
|
entityIdsByPerm?: string;
|
|
@@ -5890,9 +6454,6 @@ export interface MembershipsModulePatch {
|
|
|
5890
6454
|
membershipsTableName?: string;
|
|
5891
6455
|
ownerGrantsTableId?: string;
|
|
5892
6456
|
ownerGrantsTableName?: string;
|
|
5893
|
-
permissionDefaultGrantsTableId?: string;
|
|
5894
|
-
permissionDefaultPermissionsTableId?: string;
|
|
5895
|
-
permissionsTableId?: string;
|
|
5896
6457
|
prefix?: string;
|
|
5897
6458
|
privateApiName?: string;
|
|
5898
6459
|
privateSchemaId?: string;
|
|
@@ -5908,8 +6469,14 @@ export interface MerkleStoreModuleFilter {
|
|
|
5908
6469
|
and?: MerkleStoreModuleFilter[];
|
|
5909
6470
|
/** Filter by the object’s `apiName` field. */
|
|
5910
6471
|
apiName?: StringFilter;
|
|
6472
|
+
/** Filter by the object’s `capabilityKey` field. */
|
|
6473
|
+
capabilityKey?: StringFilter;
|
|
5911
6474
|
/** Filter by the object’s `commitTableId` field. */
|
|
5912
6475
|
commitTableId?: UUIDFilter;
|
|
6476
|
+
/** Filter by the object’s `contentPresetModules` relation. */
|
|
6477
|
+
contentPresetModules?: MerkleStoreModuleToManyContentPresetModuleFilter;
|
|
6478
|
+
/** `contentPresetModules` exist. */
|
|
6479
|
+
contentPresetModulesExist?: boolean;
|
|
5913
6480
|
/** Filter by the object’s `createdAt` field. */
|
|
5914
6481
|
createdAt?: DatetimeFilter;
|
|
5915
6482
|
/** Filter by the object’s `databaseId` field. */
|
|
@@ -5938,8 +6505,6 @@ export interface MerkleStoreModuleFilter {
|
|
|
5938
6505
|
pagesModules?: MerkleStoreModuleToManyPagesModuleFilter;
|
|
5939
6506
|
/** `pagesModules` exist. */
|
|
5940
6507
|
pagesModulesExist?: boolean;
|
|
5941
|
-
/** Filter by the object’s `permissionKey` field. */
|
|
5942
|
-
permissionKey?: StringFilter;
|
|
5943
6508
|
/** Filter by the object’s `prefix` field. */
|
|
5944
6509
|
prefix?: StringFilter;
|
|
5945
6510
|
/** Filter by the object’s `privateApiName` field. */
|
|
@@ -5966,6 +6531,7 @@ export interface MerkleStoreModuleFilter {
|
|
|
5966
6531
|
/** An input for mutations affecting `MerkleStoreModule` */
|
|
5967
6532
|
export interface MerkleStoreModuleInput {
|
|
5968
6533
|
apiName?: string;
|
|
6534
|
+
capabilityKey?: string;
|
|
5969
6535
|
commitTableId?: string;
|
|
5970
6536
|
createdAt?: string;
|
|
5971
6537
|
databaseId: string;
|
|
@@ -5973,7 +6539,6 @@ export interface MerkleStoreModuleInput {
|
|
|
5973
6539
|
functionPrefix?: string;
|
|
5974
6540
|
id?: string;
|
|
5975
6541
|
objectTableId?: string;
|
|
5976
|
-
permissionKey?: string;
|
|
5977
6542
|
prefix?: string;
|
|
5978
6543
|
privateApiName?: string;
|
|
5979
6544
|
privateSchemaId?: string;
|
|
@@ -5987,6 +6552,7 @@ export interface MerkleStoreModuleInput {
|
|
|
5987
6552
|
/** Represents an update to a `MerkleStoreModule`. Fields that are set will be updated. */
|
|
5988
6553
|
export interface MerkleStoreModulePatch {
|
|
5989
6554
|
apiName?: string;
|
|
6555
|
+
capabilityKey?: string;
|
|
5990
6556
|
commitTableId?: string;
|
|
5991
6557
|
createdAt?: string;
|
|
5992
6558
|
databaseId?: string;
|
|
@@ -5994,7 +6560,6 @@ export interface MerkleStoreModulePatch {
|
|
|
5994
6560
|
functionPrefix?: string;
|
|
5995
6561
|
id?: string;
|
|
5996
6562
|
objectTableId?: string;
|
|
5997
|
-
permissionKey?: string;
|
|
5998
6563
|
prefix?: string;
|
|
5999
6564
|
privateApiName?: string;
|
|
6000
6565
|
privateSchemaId?: string;
|
|
@@ -6005,6 +6570,15 @@ export interface MerkleStoreModulePatch {
|
|
|
6005
6570
|
scope?: string;
|
|
6006
6571
|
storeTableId?: string;
|
|
6007
6572
|
}
|
|
6573
|
+
/** A filter to be used against many `ContentPresetModule` object types. All fields are combined with a logical ‘and.’ */
|
|
6574
|
+
export interface MerkleStoreModuleToManyContentPresetModuleFilter {
|
|
6575
|
+
/** Filters to entities where every related entity matches. */
|
|
6576
|
+
every?: ContentPresetModuleFilter;
|
|
6577
|
+
/** Filters to entities where no related entity matches. */
|
|
6578
|
+
none?: ContentPresetModuleFilter;
|
|
6579
|
+
/** Filters to entities where at least one related entity matches. */
|
|
6580
|
+
some?: ContentPresetModuleFilter;
|
|
6581
|
+
}
|
|
6008
6582
|
/** A filter to be used against many `DbPresetModule` object types. All fields are combined with a logical ‘and.’ */
|
|
6009
6583
|
export interface MerkleStoreModuleToManyDbPresetModuleFilter {
|
|
6010
6584
|
/** Filters to entities where every related entity matches. */
|
|
@@ -6049,8 +6623,8 @@ export interface NamespaceModuleFilter {
|
|
|
6049
6623
|
apiName?: StringFilter;
|
|
6050
6624
|
/** Filter by the object’s `databaseId` field. */
|
|
6051
6625
|
databaseId?: UUIDFilter;
|
|
6052
|
-
/** Filter by the object’s `
|
|
6053
|
-
|
|
6626
|
+
/** Filter by the object’s `defaultCapabilities` field. */
|
|
6627
|
+
defaultCapabilities?: StringListFilter;
|
|
6054
6628
|
/** Filter by the object’s `entityField` field. */
|
|
6055
6629
|
entityField?: StringFilter;
|
|
6056
6630
|
/** Filter by the object’s `entityTableId` field. */
|
|
@@ -6104,7 +6678,7 @@ export interface NamespaceModuleFilter {
|
|
|
6104
6678
|
export interface NamespaceModuleInput {
|
|
6105
6679
|
apiName?: string;
|
|
6106
6680
|
databaseId: string;
|
|
6107
|
-
|
|
6681
|
+
defaultCapabilities?: string[];
|
|
6108
6682
|
entityField?: string;
|
|
6109
6683
|
entityTableId?: string;
|
|
6110
6684
|
id?: string;
|
|
@@ -6126,7 +6700,7 @@ export interface NamespaceModuleInput {
|
|
|
6126
6700
|
export interface NamespaceModulePatch {
|
|
6127
6701
|
apiName?: string;
|
|
6128
6702
|
databaseId?: string;
|
|
6129
|
-
|
|
6703
|
+
defaultCapabilities?: string[];
|
|
6130
6704
|
entityField?: string;
|
|
6131
6705
|
entityTableId?: string;
|
|
6132
6706
|
id?: string;
|
|
@@ -6181,8 +6755,8 @@ export interface NotificationsModuleFilter {
|
|
|
6181
6755
|
channelsTableId?: UUIDFilter;
|
|
6182
6756
|
/** Filter by the object’s `databaseId` field. */
|
|
6183
6757
|
databaseId?: UUIDFilter;
|
|
6184
|
-
/** Filter by the object’s `
|
|
6185
|
-
|
|
6758
|
+
/** Filter by the object’s `defaultCapabilities` field. */
|
|
6759
|
+
defaultCapabilities?: StringListFilter;
|
|
6186
6760
|
/** Filter by the object’s `deliveryLogTableId` field. */
|
|
6187
6761
|
deliveryLogTableId?: UUIDFilter;
|
|
6188
6762
|
/** Filter by the object’s `entityField` field. */
|
|
@@ -6233,7 +6807,7 @@ export interface NotificationsModuleInput {
|
|
|
6233
6807
|
apiName?: string;
|
|
6234
6808
|
channelsTableId?: string;
|
|
6235
6809
|
databaseId: string;
|
|
6236
|
-
|
|
6810
|
+
defaultCapabilities?: string[];
|
|
6237
6811
|
deliveryLogTableId?: string;
|
|
6238
6812
|
entityField?: string;
|
|
6239
6813
|
hasChannels?: boolean;
|
|
@@ -6260,7 +6834,7 @@ export interface NotificationsModulePatch {
|
|
|
6260
6834
|
apiName?: string;
|
|
6261
6835
|
channelsTableId?: string;
|
|
6262
6836
|
databaseId?: string;
|
|
6263
|
-
|
|
6837
|
+
defaultCapabilities?: string[];
|
|
6264
6838
|
deliveryLogTableId?: string;
|
|
6265
6839
|
entityField?: string;
|
|
6266
6840
|
hasChannels?: boolean;
|
|
@@ -6282,6 +6856,69 @@ export interface NotificationsModulePatch {
|
|
|
6282
6856
|
suppressionsTableId?: string;
|
|
6283
6857
|
userSettingsTableId?: string;
|
|
6284
6858
|
}
|
|
6859
|
+
/** A filter to be used against `OauthRequestsModule` object types. All fields are combined with a logical ‘and.’ */
|
|
6860
|
+
export interface OauthRequestsModuleFilter {
|
|
6861
|
+
/** Checks for all expressions in this list. */
|
|
6862
|
+
and?: OauthRequestsModuleFilter[];
|
|
6863
|
+
/** Filter by the object’s `databaseId` field. */
|
|
6864
|
+
databaseId?: UUIDFilter;
|
|
6865
|
+
/** Filter by the object’s `entityField` field. */
|
|
6866
|
+
entityField?: StringFilter;
|
|
6867
|
+
/** Filter by the object’s `entityTableId` field. */
|
|
6868
|
+
entityTableId?: UUIDFilter;
|
|
6869
|
+
/** Filter by the object’s `id` field. */
|
|
6870
|
+
id?: UUIDFilter;
|
|
6871
|
+
/** Negates the expression. */
|
|
6872
|
+
not?: OauthRequestsModuleFilter;
|
|
6873
|
+
/** Filter by the object’s `oauthAuthorizationRequestsTableId` field. */
|
|
6874
|
+
oauthAuthorizationRequestsTableId?: UUIDFilter;
|
|
6875
|
+
/** Filter by the object’s `oauthAuthorizationRequestsTableName` field. */
|
|
6876
|
+
oauthAuthorizationRequestsTableName?: StringFilter;
|
|
6877
|
+
/** Checks for any expressions in this list. */
|
|
6878
|
+
or?: OauthRequestsModuleFilter[];
|
|
6879
|
+
/** Filter by the object’s `pendingIdentityLinksTableId` field. */
|
|
6880
|
+
pendingIdentityLinksTableId?: UUIDFilter;
|
|
6881
|
+
/** Filter by the object’s `pendingIdentityLinksTableName` field. */
|
|
6882
|
+
pendingIdentityLinksTableName?: StringFilter;
|
|
6883
|
+
/** Filter by the object’s `prefix` field. */
|
|
6884
|
+
prefix?: StringFilter;
|
|
6885
|
+
/** Filter by the object’s `privateSchemaId` field. */
|
|
6886
|
+
privateSchemaId?: UUIDFilter;
|
|
6887
|
+
/** Filter by the object’s `privateSchemaName` field. */
|
|
6888
|
+
privateSchemaName?: StringFilter;
|
|
6889
|
+
/** Filter by the object’s `scope` field. */
|
|
6890
|
+
scope?: StringFilter;
|
|
6891
|
+
}
|
|
6892
|
+
/** An input for mutations affecting `OauthRequestsModule` */
|
|
6893
|
+
export interface OauthRequestsModuleInput {
|
|
6894
|
+
databaseId: string;
|
|
6895
|
+
entityField?: string;
|
|
6896
|
+
entityTableId?: string;
|
|
6897
|
+
id?: string;
|
|
6898
|
+
oauthAuthorizationRequestsTableId?: string;
|
|
6899
|
+
oauthAuthorizationRequestsTableName?: string;
|
|
6900
|
+
pendingIdentityLinksTableId?: string;
|
|
6901
|
+
pendingIdentityLinksTableName?: string;
|
|
6902
|
+
prefix?: string;
|
|
6903
|
+
privateSchemaId?: string;
|
|
6904
|
+
privateSchemaName?: string;
|
|
6905
|
+
scope: string;
|
|
6906
|
+
}
|
|
6907
|
+
/** Represents an update to a `OauthRequestsModule`. Fields that are set will be updated. */
|
|
6908
|
+
export interface OauthRequestsModulePatch {
|
|
6909
|
+
databaseId?: string;
|
|
6910
|
+
entityField?: string;
|
|
6911
|
+
entityTableId?: string;
|
|
6912
|
+
id?: string;
|
|
6913
|
+
oauthAuthorizationRequestsTableId?: string;
|
|
6914
|
+
oauthAuthorizationRequestsTableName?: string;
|
|
6915
|
+
pendingIdentityLinksTableId?: string;
|
|
6916
|
+
pendingIdentityLinksTableName?: string;
|
|
6917
|
+
prefix?: string;
|
|
6918
|
+
privateSchemaId?: string;
|
|
6919
|
+
privateSchemaName?: string;
|
|
6920
|
+
scope?: string;
|
|
6921
|
+
}
|
|
6285
6922
|
/** A filter to be used against `PagesModule` object types. All fields are combined with a logical ‘and.’ */
|
|
6286
6923
|
export interface PagesModuleFilter {
|
|
6287
6924
|
/** Checks for all expressions in this list. */
|
|
@@ -6379,109 +7016,6 @@ export interface PagesModulePatch {
|
|
|
6379
7016
|
sitesTableId?: string;
|
|
6380
7017
|
storeNamePrefix?: string;
|
|
6381
7018
|
}
|
|
6382
|
-
/** A filter to be used against `PermissionsModule` object types. All fields are combined with a logical ‘and.’ */
|
|
6383
|
-
export interface PermissionsModuleFilter {
|
|
6384
|
-
/** Filter by the object’s `actorTableId` field. */
|
|
6385
|
-
actorTableId?: UUIDFilter;
|
|
6386
|
-
/** Checks for all expressions in this list. */
|
|
6387
|
-
and?: PermissionsModuleFilter[];
|
|
6388
|
-
/** Filter by the object’s `apiName` field. */
|
|
6389
|
-
apiName?: StringFilter;
|
|
6390
|
-
/** Filter by the object’s `bitlen` field. */
|
|
6391
|
-
bitlen?: IntFilter;
|
|
6392
|
-
/** Filter by the object’s `databaseId` field. */
|
|
6393
|
-
databaseId?: UUIDFilter;
|
|
6394
|
-
/** Filter by the object’s `defaultTableId` field. */
|
|
6395
|
-
defaultTableId?: UUIDFilter;
|
|
6396
|
-
/** Filter by the object’s `defaultTableName` field. */
|
|
6397
|
-
defaultTableName?: StringFilter;
|
|
6398
|
-
/** Filter by the object’s `entityField` field. */
|
|
6399
|
-
entityField?: StringFilter;
|
|
6400
|
-
/** Filter by the object’s `entityTableId` field. */
|
|
6401
|
-
entityTableId?: UUIDFilter;
|
|
6402
|
-
/** Filter by the object’s `getByMask` field. */
|
|
6403
|
-
getByMask?: StringFilter;
|
|
6404
|
-
/** Filter by the object’s `getMask` field. */
|
|
6405
|
-
getMask?: StringFilter;
|
|
6406
|
-
/** Filter by the object’s `getMaskByName` field. */
|
|
6407
|
-
getMaskByName?: StringFilter;
|
|
6408
|
-
/** Filter by the object’s `getPaddedMask` field. */
|
|
6409
|
-
getPaddedMask?: StringFilter;
|
|
6410
|
-
/** Filter by the object’s `id` field. */
|
|
6411
|
-
id?: UUIDFilter;
|
|
6412
|
-
/** Negates the expression. */
|
|
6413
|
-
not?: PermissionsModuleFilter;
|
|
6414
|
-
/** Checks for any expressions in this list. */
|
|
6415
|
-
or?: PermissionsModuleFilter[];
|
|
6416
|
-
/** Filter by the object’s `prefix` field. */
|
|
6417
|
-
prefix?: StringFilter;
|
|
6418
|
-
/** Filter by the object’s `privateApiName` field. */
|
|
6419
|
-
privateApiName?: StringFilter;
|
|
6420
|
-
/** Filter by the object’s `privateSchemaId` field. */
|
|
6421
|
-
privateSchemaId?: UUIDFilter;
|
|
6422
|
-
/** Filter by the object’s `privateSchemaName` field. */
|
|
6423
|
-
privateSchemaName?: StringFilter;
|
|
6424
|
-
/** Filter by the object’s `publicSchemaName` field. */
|
|
6425
|
-
publicSchemaName?: StringFilter;
|
|
6426
|
-
/** Filter by the object’s `schemaId` field. */
|
|
6427
|
-
schemaId?: UUIDFilter;
|
|
6428
|
-
/** Filter by the object’s `scope` field. */
|
|
6429
|
-
scope?: StringFilter;
|
|
6430
|
-
/** Filter by the object’s `tableId` field. */
|
|
6431
|
-
tableId?: UUIDFilter;
|
|
6432
|
-
/** Filter by the object’s `tableName` field. */
|
|
6433
|
-
tableName?: StringFilter;
|
|
6434
|
-
}
|
|
6435
|
-
/** An input for mutations affecting `PermissionsModule` */
|
|
6436
|
-
export interface PermissionsModuleInput {
|
|
6437
|
-
actorTableId?: string;
|
|
6438
|
-
apiName?: string;
|
|
6439
|
-
bitlen?: number;
|
|
6440
|
-
databaseId: string;
|
|
6441
|
-
defaultTableId?: string;
|
|
6442
|
-
defaultTableName?: string;
|
|
6443
|
-
entityField?: string;
|
|
6444
|
-
entityTableId?: string;
|
|
6445
|
-
getByMask?: string;
|
|
6446
|
-
getMask?: string;
|
|
6447
|
-
getMaskByName?: string;
|
|
6448
|
-
getPaddedMask?: string;
|
|
6449
|
-
id?: string;
|
|
6450
|
-
prefix?: string;
|
|
6451
|
-
privateApiName?: string;
|
|
6452
|
-
privateSchemaId?: string;
|
|
6453
|
-
privateSchemaName?: string;
|
|
6454
|
-
publicSchemaName?: string;
|
|
6455
|
-
schemaId?: string;
|
|
6456
|
-
scope: string;
|
|
6457
|
-
tableId?: string;
|
|
6458
|
-
tableName?: string;
|
|
6459
|
-
}
|
|
6460
|
-
/** Represents an update to a `PermissionsModule`. Fields that are set will be updated. */
|
|
6461
|
-
export interface PermissionsModulePatch {
|
|
6462
|
-
actorTableId?: string;
|
|
6463
|
-
apiName?: string;
|
|
6464
|
-
bitlen?: number;
|
|
6465
|
-
databaseId?: string;
|
|
6466
|
-
defaultTableId?: string;
|
|
6467
|
-
defaultTableName?: string;
|
|
6468
|
-
entityField?: string;
|
|
6469
|
-
entityTableId?: string;
|
|
6470
|
-
getByMask?: string;
|
|
6471
|
-
getMask?: string;
|
|
6472
|
-
getMaskByName?: string;
|
|
6473
|
-
getPaddedMask?: string;
|
|
6474
|
-
id?: string;
|
|
6475
|
-
prefix?: string;
|
|
6476
|
-
privateApiName?: string;
|
|
6477
|
-
privateSchemaId?: string;
|
|
6478
|
-
privateSchemaName?: string;
|
|
6479
|
-
publicSchemaName?: string;
|
|
6480
|
-
schemaId?: string;
|
|
6481
|
-
scope?: string;
|
|
6482
|
-
tableId?: string;
|
|
6483
|
-
tableName?: string;
|
|
6484
|
-
}
|
|
6485
7019
|
/** A filter to be used against `PhoneNumbersModule` object types. All fields are combined with a logical ‘and.’ */
|
|
6486
7020
|
export interface PhoneNumbersModuleFilter {
|
|
6487
7021
|
/** Checks for all expressions in this list. */
|
|
@@ -6727,6 +7261,8 @@ export interface ProfilesModuleFilter {
|
|
|
6727
7261
|
and?: ProfilesModuleFilter[];
|
|
6728
7262
|
/** Filter by the object’s `apiName` field. */
|
|
6729
7263
|
apiName?: StringFilter;
|
|
7264
|
+
/** Filter by the object’s `capabilitiesTableId` field. */
|
|
7265
|
+
capabilitiesTableId?: UUIDFilter;
|
|
6730
7266
|
/** Filter by the object’s `databaseId` field. */
|
|
6731
7267
|
databaseId?: UUIDFilter;
|
|
6732
7268
|
/** Filter by the object’s `entityField` field. */
|
|
@@ -6735,14 +7271,16 @@ export interface ProfilesModuleFilter {
|
|
|
6735
7271
|
entityTableId?: UUIDFilter;
|
|
6736
7272
|
/** Filter by the object’s `id` field. */
|
|
6737
7273
|
id?: UUIDFilter;
|
|
7274
|
+
/** Filter by the object’s `membershipProfilesTableId` field. */
|
|
7275
|
+
membershipProfilesTableId?: UUIDFilter;
|
|
7276
|
+
/** Filter by the object’s `membershipProfilesTableName` field. */
|
|
7277
|
+
membershipProfilesTableName?: StringFilter;
|
|
6738
7278
|
/** Filter by the object’s `membershipsTableId` field. */
|
|
6739
7279
|
membershipsTableId?: UUIDFilter;
|
|
6740
7280
|
/** Negates the expression. */
|
|
6741
7281
|
not?: ProfilesModuleFilter;
|
|
6742
7282
|
/** Checks for any expressions in this list. */
|
|
6743
7283
|
or?: ProfilesModuleFilter[];
|
|
6744
|
-
/** Filter by the object’s `permissionsTableId` field. */
|
|
6745
|
-
permissionsTableId?: UUIDFilter;
|
|
6746
7284
|
/** Filter by the object’s `prefix` field. */
|
|
6747
7285
|
prefix?: StringFilter;
|
|
6748
7286
|
/** Filter by the object’s `privateApiName` field. */
|
|
@@ -6751,6 +7289,10 @@ export interface ProfilesModuleFilter {
|
|
|
6751
7289
|
privateSchemaId?: UUIDFilter;
|
|
6752
7290
|
/** Filter by the object’s `privateSchemaName` field. */
|
|
6753
7291
|
privateSchemaName?: StringFilter;
|
|
7292
|
+
/** Filter by the object’s `profileCapabilitiesTableId` field. */
|
|
7293
|
+
profileCapabilitiesTableId?: UUIDFilter;
|
|
7294
|
+
/** Filter by the object’s `profileCapabilitiesTableName` field. */
|
|
7295
|
+
profileCapabilitiesTableName?: StringFilter;
|
|
6754
7296
|
/** Filter by the object’s `profileDefinitionGrantsTableId` field. */
|
|
6755
7297
|
profileDefinitionGrantsTableId?: UUIDFilter;
|
|
6756
7298
|
/** Filter by the object’s `profileDefinitionGrantsTableName` field. */
|
|
@@ -6759,10 +7301,6 @@ export interface ProfilesModuleFilter {
|
|
|
6759
7301
|
profileGrantsTableId?: UUIDFilter;
|
|
6760
7302
|
/** Filter by the object’s `profileGrantsTableName` field. */
|
|
6761
7303
|
profileGrantsTableName?: StringFilter;
|
|
6762
|
-
/** Filter by the object’s `profilePermissionsTableId` field. */
|
|
6763
|
-
profilePermissionsTableId?: UUIDFilter;
|
|
6764
|
-
/** Filter by the object’s `profilePermissionsTableName` field. */
|
|
6765
|
-
profilePermissionsTableName?: StringFilter;
|
|
6766
7304
|
/** Filter by the object’s `profileTemplatesTableId` field. */
|
|
6767
7305
|
profileTemplatesTableId?: UUIDFilter;
|
|
6768
7306
|
/** Filter by the object’s `profileTemplatesTableName` field. */
|
|
@@ -6782,139 +7320,70 @@ export interface ProfilesModuleFilter {
|
|
|
6782
7320
|
export interface ProfilesModuleInput {
|
|
6783
7321
|
actorTableId?: string;
|
|
6784
7322
|
apiName?: string;
|
|
7323
|
+
capabilitiesTableId?: string;
|
|
6785
7324
|
databaseId: string;
|
|
6786
7325
|
entityField?: string;
|
|
6787
7326
|
entityTableId?: string;
|
|
6788
7327
|
id?: string;
|
|
6789
|
-
|
|
6790
|
-
|
|
6791
|
-
|
|
6792
|
-
|
|
6793
|
-
|
|
6794
|
-
|
|
6795
|
-
|
|
6796
|
-
|
|
6797
|
-
|
|
6798
|
-
|
|
6799
|
-
|
|
6800
|
-
|
|
6801
|
-
|
|
6802
|
-
|
|
6803
|
-
|
|
6804
|
-
|
|
6805
|
-
scope: string;
|
|
6806
|
-
tableId?: string;
|
|
6807
|
-
tableName?: string;
|
|
6808
|
-
}
|
|
6809
|
-
/** Represents an update to a `ProfilesModule`. Fields that are set will be updated. */
|
|
6810
|
-
export interface ProfilesModulePatch {
|
|
6811
|
-
actorTableId?: string;
|
|
6812
|
-
apiName?: string;
|
|
6813
|
-
databaseId?: string;
|
|
6814
|
-
entityField?: string;
|
|
6815
|
-
entityTableId?: string;
|
|
6816
|
-
id?: string;
|
|
6817
|
-
membershipsTableId?: string;
|
|
6818
|
-
permissionsTableId?: string;
|
|
6819
|
-
prefix?: string;
|
|
6820
|
-
privateApiName?: string;
|
|
6821
|
-
privateSchemaId?: string;
|
|
6822
|
-
privateSchemaName?: string;
|
|
6823
|
-
profileDefinitionGrantsTableId?: string;
|
|
6824
|
-
profileDefinitionGrantsTableName?: string;
|
|
6825
|
-
profileGrantsTableId?: string;
|
|
6826
|
-
profileGrantsTableName?: string;
|
|
6827
|
-
profilePermissionsTableId?: string;
|
|
6828
|
-
profilePermissionsTableName?: string;
|
|
6829
|
-
profileTemplatesTableId?: string;
|
|
6830
|
-
profileTemplatesTableName?: string;
|
|
6831
|
-
publicSchemaName?: string;
|
|
6832
|
-
schemaId?: string;
|
|
6833
|
-
scope?: string;
|
|
6834
|
-
tableId?: string;
|
|
6835
|
-
tableName?: string;
|
|
6836
|
-
}
|
|
6837
|
-
export interface ProvisionBucketInput {
|
|
6838
|
-
/** The logical bucket key (e.g., "public", "private") */
|
|
6839
|
-
bucketKey: string;
|
|
6840
|
-
/**
|
|
6841
|
-
* Owner entity ID for entity-scoped bucket provisioning.
|
|
6842
|
-
* Omit for app-level (database-wide) storage.
|
|
6843
|
-
*/
|
|
6844
|
-
ownerId?: string;
|
|
6845
|
-
}
|
|
6846
|
-
export interface ProvisionCheckConstraintInput {
|
|
6847
|
-
clientMutationId?: string;
|
|
6848
|
-
databaseId?: string;
|
|
6849
|
-
definition?: unknown;
|
|
6850
|
-
tableId?: string;
|
|
6851
|
-
}
|
|
6852
|
-
export interface ProvisionFullTextSearchInput {
|
|
6853
|
-
clientMutationId?: string;
|
|
6854
|
-
databaseId?: string;
|
|
6855
|
-
definition?: unknown;
|
|
6856
|
-
tableId?: string;
|
|
6857
|
-
}
|
|
6858
|
-
export interface ProvisionIndexInput {
|
|
6859
|
-
clientMutationId?: string;
|
|
6860
|
-
databaseId?: string;
|
|
6861
|
-
definition?: unknown;
|
|
6862
|
-
tableId?: string;
|
|
6863
|
-
}
|
|
6864
|
-
export interface ProvisionRelationInput {
|
|
6865
|
-
apiRequired?: boolean;
|
|
6866
|
-
clientMutationId?: string;
|
|
6867
|
-
createIndex?: boolean;
|
|
6868
|
-
databaseId?: string;
|
|
6869
|
-
deleteAction?: string;
|
|
6870
|
-
exposeInApi?: boolean;
|
|
6871
|
-
fieldName?: string;
|
|
6872
|
-
grants?: unknown;
|
|
6873
|
-
isRequired?: boolean;
|
|
6874
|
-
junctionSchemaId?: string;
|
|
6875
|
-
junctionTableId?: string;
|
|
6876
|
-
junctionTableName?: string;
|
|
6877
|
-
nodes?: unknown;
|
|
6878
|
-
policies?: unknown;
|
|
6879
|
-
relationType?: string;
|
|
6880
|
-
sourceFieldName?: string;
|
|
6881
|
-
sourceTableId?: string;
|
|
6882
|
-
targetFieldName?: string;
|
|
6883
|
-
targetTableId?: string;
|
|
6884
|
-
useCompositeKey?: boolean;
|
|
6885
|
-
}
|
|
6886
|
-
export interface ProvisionSpatialRelationInput {
|
|
6887
|
-
clientMutationId?: string;
|
|
6888
|
-
databaseId?: string;
|
|
6889
|
-
name?: string;
|
|
6890
|
-
operator?: string;
|
|
6891
|
-
paramName?: string;
|
|
6892
|
-
sourceFieldId?: string;
|
|
6893
|
-
sourceTableId?: string;
|
|
6894
|
-
targetFieldId?: string;
|
|
6895
|
-
targetTableId?: string;
|
|
6896
|
-
}
|
|
6897
|
-
export interface ProvisionTableInput {
|
|
6898
|
-
clientMutationId?: string;
|
|
6899
|
-
databaseId?: string;
|
|
6900
|
-
description?: string;
|
|
6901
|
-
fields?: unknown;
|
|
6902
|
-
fullTextSearches?: unknown;
|
|
6903
|
-
grants?: unknown;
|
|
6904
|
-
indexes?: unknown;
|
|
6905
|
-
nodes?: unknown;
|
|
6906
|
-
policies?: unknown;
|
|
7328
|
+
membershipProfilesTableId?: string;
|
|
7329
|
+
membershipProfilesTableName?: string;
|
|
7330
|
+
membershipsTableId?: string;
|
|
7331
|
+
prefix?: string;
|
|
7332
|
+
privateApiName?: string;
|
|
7333
|
+
privateSchemaId?: string;
|
|
7334
|
+
privateSchemaName?: string;
|
|
7335
|
+
profileCapabilitiesTableId?: string;
|
|
7336
|
+
profileCapabilitiesTableName?: string;
|
|
7337
|
+
profileDefinitionGrantsTableId?: string;
|
|
7338
|
+
profileDefinitionGrantsTableName?: string;
|
|
7339
|
+
profileGrantsTableId?: string;
|
|
7340
|
+
profileGrantsTableName?: string;
|
|
7341
|
+
profileTemplatesTableId?: string;
|
|
7342
|
+
profileTemplatesTableName?: string;
|
|
7343
|
+
publicSchemaName?: string;
|
|
6907
7344
|
schemaId?: string;
|
|
7345
|
+
scope: string;
|
|
6908
7346
|
tableId?: string;
|
|
6909
7347
|
tableName?: string;
|
|
6910
|
-
uniqueConstraints?: unknown;
|
|
6911
|
-
useRls?: boolean;
|
|
6912
7348
|
}
|
|
6913
|
-
|
|
6914
|
-
|
|
7349
|
+
/** Represents an update to a `ProfilesModule`. Fields that are set will be updated. */
|
|
7350
|
+
export interface ProfilesModulePatch {
|
|
7351
|
+
actorTableId?: string;
|
|
7352
|
+
apiName?: string;
|
|
7353
|
+
capabilitiesTableId?: string;
|
|
6915
7354
|
databaseId?: string;
|
|
6916
|
-
|
|
7355
|
+
entityField?: string;
|
|
7356
|
+
entityTableId?: string;
|
|
7357
|
+
id?: string;
|
|
7358
|
+
membershipProfilesTableId?: string;
|
|
7359
|
+
membershipProfilesTableName?: string;
|
|
7360
|
+
membershipsTableId?: string;
|
|
7361
|
+
prefix?: string;
|
|
7362
|
+
privateApiName?: string;
|
|
7363
|
+
privateSchemaId?: string;
|
|
7364
|
+
privateSchemaName?: string;
|
|
7365
|
+
profileCapabilitiesTableId?: string;
|
|
7366
|
+
profileCapabilitiesTableName?: string;
|
|
7367
|
+
profileDefinitionGrantsTableId?: string;
|
|
7368
|
+
profileDefinitionGrantsTableName?: string;
|
|
7369
|
+
profileGrantsTableId?: string;
|
|
7370
|
+
profileGrantsTableName?: string;
|
|
7371
|
+
profileTemplatesTableId?: string;
|
|
7372
|
+
profileTemplatesTableName?: string;
|
|
7373
|
+
publicSchemaName?: string;
|
|
7374
|
+
schemaId?: string;
|
|
7375
|
+
scope?: string;
|
|
6917
7376
|
tableId?: string;
|
|
7377
|
+
tableName?: string;
|
|
7378
|
+
}
|
|
7379
|
+
export interface ProvisionBucketInput {
|
|
7380
|
+
/** The logical bucket key (e.g., "public", "private") */
|
|
7381
|
+
bucketKey: string;
|
|
7382
|
+
/**
|
|
7383
|
+
* Owner entity ID for entity-scoped bucket provisioning.
|
|
7384
|
+
* Omit for app-level (database-wide) storage.
|
|
7385
|
+
*/
|
|
7386
|
+
ownerId?: string;
|
|
6918
7387
|
}
|
|
6919
7388
|
/** A filter to be used against `RateLimitMetersModule` object types. All fields are combined with a logical ‘and.’ */
|
|
6920
7389
|
export interface RateLimitMetersModuleFilter {
|
|
@@ -6926,8 +7395,8 @@ export interface RateLimitMetersModuleFilter {
|
|
|
6926
7395
|
checkRateLimitFunction?: StringFilter;
|
|
6927
7396
|
/** Filter by the object’s `databaseId` field. */
|
|
6928
7397
|
databaseId?: UUIDFilter;
|
|
6929
|
-
/** Filter by the object’s `
|
|
6930
|
-
|
|
7398
|
+
/** Filter by the object’s `defaultCapabilities` field. */
|
|
7399
|
+
defaultCapabilities?: StringListFilter;
|
|
6931
7400
|
/** Filter by the object’s `id` field. */
|
|
6932
7401
|
id?: UUIDFilter;
|
|
6933
7402
|
/** Negates the expression. */
|
|
@@ -6964,7 +7433,7 @@ export interface RateLimitMetersModuleInput {
|
|
|
6964
7433
|
apiName?: string;
|
|
6965
7434
|
checkRateLimitFunction?: string;
|
|
6966
7435
|
databaseId: string;
|
|
6967
|
-
|
|
7436
|
+
defaultCapabilities?: string[];
|
|
6968
7437
|
id?: string;
|
|
6969
7438
|
prefix?: string;
|
|
6970
7439
|
privateApiName?: string;
|
|
@@ -6984,7 +7453,7 @@ export interface RateLimitMetersModulePatch {
|
|
|
6984
7453
|
apiName?: string;
|
|
6985
7454
|
checkRateLimitFunction?: string;
|
|
6986
7455
|
databaseId?: string;
|
|
6987
|
-
|
|
7456
|
+
defaultCapabilities?: string[];
|
|
6988
7457
|
id?: string;
|
|
6989
7458
|
prefix?: string;
|
|
6990
7459
|
privateApiName?: string;
|
|
@@ -7434,8 +7903,8 @@ export interface ResourceModuleFilter {
|
|
|
7434
7903
|
apiName?: StringFilter;
|
|
7435
7904
|
/** Filter by the object’s `databaseId` field. */
|
|
7436
7905
|
databaseId?: UUIDFilter;
|
|
7437
|
-
/** Filter by the object’s `
|
|
7438
|
-
|
|
7906
|
+
/** Filter by the object’s `defaultCapabilities` field. */
|
|
7907
|
+
defaultCapabilities?: StringListFilter;
|
|
7439
7908
|
/** Filter by the object’s `entityField` field. */
|
|
7440
7909
|
entityField?: StringFilter;
|
|
7441
7910
|
/** Filter by the object’s `entityTableId` field. */
|
|
@@ -7523,7 +7992,7 @@ export interface ResourceModuleFilter {
|
|
|
7523
7992
|
export interface ResourceModuleInput {
|
|
7524
7993
|
apiName?: string;
|
|
7525
7994
|
databaseId: string;
|
|
7526
|
-
|
|
7995
|
+
defaultCapabilities?: string[];
|
|
7527
7996
|
entityField?: string;
|
|
7528
7997
|
entityTableId?: string;
|
|
7529
7998
|
id?: string;
|
|
@@ -7562,7 +8031,7 @@ export interface ResourceModuleInput {
|
|
|
7562
8031
|
export interface ResourceModulePatch {
|
|
7563
8032
|
apiName?: string;
|
|
7564
8033
|
databaseId?: string;
|
|
7565
|
-
|
|
8034
|
+
defaultCapabilities?: string[];
|
|
7566
8035
|
entityField?: string;
|
|
7567
8036
|
entityTableId?: string;
|
|
7568
8037
|
id?: string;
|
|
@@ -7679,6 +8148,8 @@ export interface RouteModuleFilter {
|
|
|
7679
8148
|
and?: RouteModuleFilter[];
|
|
7680
8149
|
/** Filter by the object’s `apiName` field. */
|
|
7681
8150
|
apiName?: StringFilter;
|
|
8151
|
+
/** Filter by the object’s `appLinksFunctionName` field. */
|
|
8152
|
+
appLinksFunctionName?: StringFilter;
|
|
7682
8153
|
/** Filter by the object’s `catalogModule` relation. */
|
|
7683
8154
|
catalogModule?: CatalogModuleFilter;
|
|
7684
8155
|
/** A related `catalogModule` exists. */
|
|
@@ -7687,8 +8158,10 @@ export interface RouteModuleFilter {
|
|
|
7687
8158
|
catalogModuleId?: UUIDFilter;
|
|
7688
8159
|
/** Filter by the object’s `databaseId` field. */
|
|
7689
8160
|
databaseId?: UUIDFilter;
|
|
7690
|
-
/** Filter by the object’s `
|
|
7691
|
-
|
|
8161
|
+
/** Filter by the object’s `deepLinkFunctionName` field. */
|
|
8162
|
+
deepLinkFunctionName?: StringFilter;
|
|
8163
|
+
/** Filter by the object’s `defaultCapabilities` field. */
|
|
8164
|
+
defaultCapabilities?: StringListFilter;
|
|
7692
8165
|
/** Filter by the object’s `domainModule` relation. */
|
|
7693
8166
|
domainModule?: DomainModuleFilter;
|
|
7694
8167
|
/** A related `domainModule` exists. */
|
|
@@ -7741,9 +8214,11 @@ export interface RouteModuleFilter {
|
|
|
7741
8214
|
/** An input for mutations affecting `RouteModule` */
|
|
7742
8215
|
export interface RouteModuleInput {
|
|
7743
8216
|
apiName?: string;
|
|
8217
|
+
appLinksFunctionName?: string;
|
|
7744
8218
|
catalogModuleId?: string;
|
|
7745
8219
|
databaseId: string;
|
|
7746
|
-
|
|
8220
|
+
deepLinkFunctionName?: string;
|
|
8221
|
+
defaultCapabilities?: string[];
|
|
7747
8222
|
domainModuleId?: string;
|
|
7748
8223
|
entityField?: string;
|
|
7749
8224
|
entityTableId?: string;
|
|
@@ -7768,9 +8243,11 @@ export interface RouteModuleInput {
|
|
|
7768
8243
|
/** Represents an update to a `RouteModule`. Fields that are set will be updated. */
|
|
7769
8244
|
export interface RouteModulePatch {
|
|
7770
8245
|
apiName?: string;
|
|
8246
|
+
appLinksFunctionName?: string;
|
|
7771
8247
|
catalogModuleId?: string;
|
|
7772
8248
|
databaseId?: string;
|
|
7773
|
-
|
|
8249
|
+
deepLinkFunctionName?: string;
|
|
8250
|
+
defaultCapabilities?: string[];
|
|
7774
8251
|
domainModuleId?: string;
|
|
7775
8252
|
entityField?: string;
|
|
7776
8253
|
entityTableId?: string;
|
|
@@ -7792,6 +8269,41 @@ export interface RouteModulePatch {
|
|
|
7792
8269
|
schemaId?: string;
|
|
7793
8270
|
scope?: string;
|
|
7794
8271
|
}
|
|
8272
|
+
/** A filter to be used against `ScopeTypesModule` object types. All fields are combined with a logical ‘and.’ */
|
|
8273
|
+
export interface ScopeTypesModuleFilter {
|
|
8274
|
+
/** Checks for all expressions in this list. */
|
|
8275
|
+
and?: ScopeTypesModuleFilter[];
|
|
8276
|
+
/** Filter by the object’s `databaseId` field. */
|
|
8277
|
+
databaseId?: UUIDFilter;
|
|
8278
|
+
/** Filter by the object’s `id` field. */
|
|
8279
|
+
id?: UUIDFilter;
|
|
8280
|
+
/** Negates the expression. */
|
|
8281
|
+
not?: ScopeTypesModuleFilter;
|
|
8282
|
+
/** Checks for any expressions in this list. */
|
|
8283
|
+
or?: ScopeTypesModuleFilter[];
|
|
8284
|
+
/** Filter by the object’s `privateSchemaName` field. */
|
|
8285
|
+
privateSchemaName?: StringFilter;
|
|
8286
|
+
/** Filter by the object’s `schemaId` field. */
|
|
8287
|
+
schemaId?: UUIDFilter;
|
|
8288
|
+
/** Filter by the object’s `scopeTypesTableId` field. */
|
|
8289
|
+
scopeTypesTableId?: UUIDFilter;
|
|
8290
|
+
}
|
|
8291
|
+
/** An input for mutations affecting `ScopeTypesModule` */
|
|
8292
|
+
export interface ScopeTypesModuleInput {
|
|
8293
|
+
databaseId: string;
|
|
8294
|
+
id?: string;
|
|
8295
|
+
privateSchemaName?: string;
|
|
8296
|
+
schemaId?: string;
|
|
8297
|
+
scopeTypesTableId?: string;
|
|
8298
|
+
}
|
|
8299
|
+
/** Represents an update to a `ScopeTypesModule`. Fields that are set will be updated. */
|
|
8300
|
+
export interface ScopeTypesModulePatch {
|
|
8301
|
+
databaseId?: string;
|
|
8302
|
+
id?: string;
|
|
8303
|
+
privateSchemaName?: string;
|
|
8304
|
+
schemaId?: string;
|
|
8305
|
+
scopeTypesTableId?: string;
|
|
8306
|
+
}
|
|
7795
8307
|
/** A filter to be used against `SecureTableProvision` object types. All fields are combined with a logical ‘and.’ */
|
|
7796
8308
|
export interface SecureTableProvisionFilter {
|
|
7797
8309
|
/** Checks for all expressions in this list. */
|
|
@@ -7987,8 +8499,12 @@ export interface SiteSurfaceModuleFilter {
|
|
|
7987
8499
|
catalogModuleId?: UUIDFilter;
|
|
7988
8500
|
/** Filter by the object’s `databaseId` field. */
|
|
7989
8501
|
databaseId?: UUIDFilter;
|
|
7990
|
-
/** Filter by the object’s `
|
|
7991
|
-
|
|
8502
|
+
/** Filter by the object’s `defaultCapabilities` field. */
|
|
8503
|
+
defaultCapabilities?: StringListFilter;
|
|
8504
|
+
/** Filter by the object’s `emailSenderModules` relation. */
|
|
8505
|
+
emailSenderModules?: SiteSurfaceModuleToManyEmailSenderModuleFilter;
|
|
8506
|
+
/** `emailSenderModules` exist. */
|
|
8507
|
+
emailSenderModulesExist?: boolean;
|
|
7992
8508
|
/** Filter by the object’s `entityField` field. */
|
|
7993
8509
|
entityField?: StringFilter;
|
|
7994
8510
|
/** Filter by the object’s `entityTableId` field. */
|
|
@@ -8059,7 +8575,7 @@ export interface SiteSurfaceModuleInput {
|
|
|
8059
8575
|
apiName?: string;
|
|
8060
8576
|
catalogModuleId?: string;
|
|
8061
8577
|
databaseId: string;
|
|
8062
|
-
|
|
8578
|
+
defaultCapabilities?: string[];
|
|
8063
8579
|
entityField?: string;
|
|
8064
8580
|
entityTableId?: string;
|
|
8065
8581
|
id?: string;
|
|
@@ -8094,7 +8610,7 @@ export interface SiteSurfaceModulePatch {
|
|
|
8094
8610
|
apiName?: string;
|
|
8095
8611
|
catalogModuleId?: string;
|
|
8096
8612
|
databaseId?: string;
|
|
8097
|
-
|
|
8613
|
+
defaultCapabilities?: string[];
|
|
8098
8614
|
entityField?: string;
|
|
8099
8615
|
entityTableId?: string;
|
|
8100
8616
|
id?: string;
|
|
@@ -8124,6 +8640,15 @@ export interface SiteSurfaceModulePatch {
|
|
|
8124
8640
|
sitesTableId?: string;
|
|
8125
8641
|
sitesTableName?: string;
|
|
8126
8642
|
}
|
|
8643
|
+
/** A filter to be used against many `EmailSenderModule` object types. All fields are combined with a logical ‘and.’ */
|
|
8644
|
+
export interface SiteSurfaceModuleToManyEmailSenderModuleFilter {
|
|
8645
|
+
/** Filters to entities where every related entity matches. */
|
|
8646
|
+
every?: EmailSenderModuleFilter;
|
|
8647
|
+
/** Filters to entities where no related entity matches. */
|
|
8648
|
+
none?: EmailSenderModuleFilter;
|
|
8649
|
+
/** Filters to entities where at least one related entity matches. */
|
|
8650
|
+
some?: EmailSenderModuleFilter;
|
|
8651
|
+
}
|
|
8127
8652
|
/** A filter to be used against many `PagesModule` object types. All fields are combined with a logical ‘and.’ */
|
|
8128
8653
|
export interface SiteSurfaceModuleToManyPagesModuleFilter {
|
|
8129
8654
|
/** Filters to entities where every related entity matches. */
|
|
@@ -8248,10 +8773,10 @@ export interface StorageModuleFilter {
|
|
|
8248
8773
|
confirmUploadDelay?: IntervalFilter;
|
|
8249
8774
|
/** Filter by the object’s `databaseId` field. */
|
|
8250
8775
|
databaseId?: UUIDFilter;
|
|
8776
|
+
/** Filter by the object’s `defaultCapabilities` field. */
|
|
8777
|
+
defaultCapabilities?: StringListFilter;
|
|
8251
8778
|
/** Filter by the object’s `defaultMaxFileSize` field. */
|
|
8252
8779
|
defaultMaxFileSize?: BigIntFilter;
|
|
8253
|
-
/** Filter by the object’s `defaultPermissions` field. */
|
|
8254
|
-
defaultPermissions?: StringListFilter;
|
|
8255
8780
|
/** Filter by the object’s `downloadUrlExpirySeconds` field. */
|
|
8256
8781
|
downloadUrlExpirySeconds?: IntFilter;
|
|
8257
8782
|
/** Filter by the object’s `endpoint` field. */
|
|
@@ -8262,6 +8787,10 @@ export interface StorageModuleFilter {
|
|
|
8262
8787
|
entityTableId?: UUIDFilter;
|
|
8263
8788
|
/** Filter by the object’s `fileEventsTableId` field. */
|
|
8264
8789
|
fileEventsTableId?: UUIDFilter;
|
|
8790
|
+
/** Filter by the object’s `fileRefFields` relation. */
|
|
8791
|
+
fileRefFields?: StorageModuleToManyFileRefFieldFilter;
|
|
8792
|
+
/** `fileRefFields` exist. */
|
|
8793
|
+
fileRefFieldsExist?: boolean;
|
|
8265
8794
|
/** Filter by the object’s `filesTableId` field. */
|
|
8266
8795
|
filesTableId?: UUIDFilter;
|
|
8267
8796
|
/** Filter by the object’s `filesTableName` field. */
|
|
@@ -8333,8 +8862,8 @@ export interface StorageModuleInput {
|
|
|
8333
8862
|
catalogModuleId?: string;
|
|
8334
8863
|
confirmUploadDelay?: IntervalInput;
|
|
8335
8864
|
databaseId: string;
|
|
8865
|
+
defaultCapabilities?: string[];
|
|
8336
8866
|
defaultMaxFileSize?: string;
|
|
8337
|
-
defaultPermissions?: string[];
|
|
8338
8867
|
downloadUrlExpirySeconds?: number;
|
|
8339
8868
|
endpoint?: string;
|
|
8340
8869
|
entityField?: string;
|
|
@@ -8377,8 +8906,8 @@ export interface StorageModulePatch {
|
|
|
8377
8906
|
catalogModuleId?: string;
|
|
8378
8907
|
confirmUploadDelay?: IntervalInput;
|
|
8379
8908
|
databaseId?: string;
|
|
8909
|
+
defaultCapabilities?: string[];
|
|
8380
8910
|
defaultMaxFileSize?: string;
|
|
8381
|
-
defaultPermissions?: string[];
|
|
8382
8911
|
downloadUrlExpirySeconds?: number;
|
|
8383
8912
|
endpoint?: string;
|
|
8384
8913
|
entityField?: string;
|
|
@@ -8411,6 +8940,15 @@ export interface StorageModulePatch {
|
|
|
8411
8940
|
scope?: string;
|
|
8412
8941
|
uploadUrlExpirySeconds?: number;
|
|
8413
8942
|
}
|
|
8943
|
+
/** A filter to be used against many `FileRefField` object types. All fields are combined with a logical ‘and.’ */
|
|
8944
|
+
export interface StorageModuleToManyFileRefFieldFilter {
|
|
8945
|
+
/** Filters to entities where every related entity matches. */
|
|
8946
|
+
every?: FileRefFieldFilter;
|
|
8947
|
+
/** Filters to entities where no related entity matches. */
|
|
8948
|
+
none?: FileRefFieldFilter;
|
|
8949
|
+
/** Filters to entities where at least one related entity matches. */
|
|
8950
|
+
some?: FileRefFieldFilter;
|
|
8951
|
+
}
|
|
8414
8952
|
/** A filter to be used against many `HttpRouteModule` object types. All fields are combined with a logical ‘and.’ */
|
|
8415
8953
|
export interface StorageModuleToManyHttpRouteModuleFilter {
|
|
8416
8954
|
/** Filters to entities where every related entity matches. */
|
|
@@ -8566,6 +9104,12 @@ export interface UpdateBlueprintTemplateInput {
|
|
|
8566
9104
|
/** Unique identifier for this template. */
|
|
8567
9105
|
id: string;
|
|
8568
9106
|
}
|
|
9107
|
+
export interface UpdateCapabilitiesModuleInput {
|
|
9108
|
+
/** An object where the defined keys will be set on the `CapabilitiesModule` being updated. */
|
|
9109
|
+
capabilitiesModulePatch: CapabilitiesModulePatch;
|
|
9110
|
+
clientMutationId?: string;
|
|
9111
|
+
id: string;
|
|
9112
|
+
}
|
|
8569
9113
|
export interface UpdateCatalogModuleInput {
|
|
8570
9114
|
/** An object where the defined keys will be set on the `CatalogModule` being updated. */
|
|
8571
9115
|
catalogModulePatch: CatalogModulePatch;
|
|
@@ -8590,6 +9134,12 @@ export interface UpdateConnectedAccountsModuleInput {
|
|
|
8590
9134
|
connectedAccountsModulePatch: ConnectedAccountsModulePatch;
|
|
8591
9135
|
id: string;
|
|
8592
9136
|
}
|
|
9137
|
+
export interface UpdateContentPresetModuleInput {
|
|
9138
|
+
clientMutationId?: string;
|
|
9139
|
+
/** An object where the defined keys will be set on the `ContentPresetModule` being updated. */
|
|
9140
|
+
contentPresetModulePatch: ContentPresetModulePatch;
|
|
9141
|
+
id: string;
|
|
9142
|
+
}
|
|
8593
9143
|
export interface UpdateCryptoAddressesModuleInput {
|
|
8594
9144
|
clientMutationId?: string;
|
|
8595
9145
|
/** An object where the defined keys will be set on the `CryptoAddressesModule` being updated. */
|
|
@@ -8602,6 +9152,12 @@ export interface UpdateCryptoAuthModuleInput {
|
|
|
8602
9152
|
cryptoAuthModulePatch: CryptoAuthModulePatch;
|
|
8603
9153
|
id: string;
|
|
8604
9154
|
}
|
|
9155
|
+
export interface UpdateDataCapabilitiesFieldInput {
|
|
9156
|
+
clientMutationId?: string;
|
|
9157
|
+
/** An object where the defined keys will be set on the `DataCapabilitiesField` being updated. */
|
|
9158
|
+
dataCapabilitiesFieldPatch: DataCapabilitiesFieldPatch;
|
|
9159
|
+
id: string;
|
|
9160
|
+
}
|
|
8605
9161
|
export interface UpdateDatabaseProvisionModuleInput {
|
|
8606
9162
|
clientMutationId?: string;
|
|
8607
9163
|
/** An object where the defined keys will be set on the `DatabaseProvisionModule` being updated. */
|
|
@@ -8662,6 +9218,12 @@ export interface UpdateDomainModuleInput {
|
|
|
8662
9218
|
domainModulePatch: DomainModulePatch;
|
|
8663
9219
|
id: string;
|
|
8664
9220
|
}
|
|
9221
|
+
export interface UpdateEmailSenderModuleInput {
|
|
9222
|
+
clientMutationId?: string;
|
|
9223
|
+
/** An object where the defined keys will be set on the `EmailSenderModule` being updated. */
|
|
9224
|
+
emailSenderModulePatch: EmailSenderModulePatch;
|
|
9225
|
+
id: string;
|
|
9226
|
+
}
|
|
8665
9227
|
export interface UpdateEmailsModuleInput {
|
|
8666
9228
|
clientMutationId?: string;
|
|
8667
9229
|
/** An object where the defined keys will be set on the `EmailsModule` being updated. */
|
|
@@ -8681,6 +9243,12 @@ export interface UpdateEventsModuleInput {
|
|
|
8681
9243
|
eventsModulePatch: EventsModulePatch;
|
|
8682
9244
|
id: string;
|
|
8683
9245
|
}
|
|
9246
|
+
export interface UpdateFileRefFieldInput {
|
|
9247
|
+
clientMutationId?: string;
|
|
9248
|
+
/** An object where the defined keys will be set on the `FileRefField` being updated. */
|
|
9249
|
+
fileRefFieldPatch: FileRefFieldPatch;
|
|
9250
|
+
id: string;
|
|
9251
|
+
}
|
|
8684
9252
|
export interface UpdateFunctionDeploymentModuleInput {
|
|
8685
9253
|
clientMutationId?: string;
|
|
8686
9254
|
/** An object where the defined keys will be set on the `FunctionDeploymentModule` being updated. */
|
|
@@ -8807,17 +9375,17 @@ export interface UpdateNotificationsModuleInput {
|
|
|
8807
9375
|
/** An object where the defined keys will be set on the `NotificationsModule` being updated. */
|
|
8808
9376
|
notificationsModulePatch: NotificationsModulePatch;
|
|
8809
9377
|
}
|
|
8810
|
-
export interface
|
|
9378
|
+
export interface UpdateOauthRequestsModuleInput {
|
|
8811
9379
|
clientMutationId?: string;
|
|
8812
9380
|
id: string;
|
|
8813
|
-
/** An object where the defined keys will be set on the `
|
|
8814
|
-
|
|
9381
|
+
/** An object where the defined keys will be set on the `OauthRequestsModule` being updated. */
|
|
9382
|
+
oauthRequestsModulePatch: OauthRequestsModulePatch;
|
|
8815
9383
|
}
|
|
8816
|
-
export interface
|
|
9384
|
+
export interface UpdatePagesModuleInput {
|
|
8817
9385
|
clientMutationId?: string;
|
|
8818
9386
|
id: string;
|
|
8819
|
-
/** An object where the defined keys will be set on the `
|
|
8820
|
-
|
|
9387
|
+
/** An object where the defined keys will be set on the `PagesModule` being updated. */
|
|
9388
|
+
pagesModulePatch: PagesModulePatch;
|
|
8821
9389
|
}
|
|
8822
9390
|
export interface UpdatePhoneNumbersModuleInput {
|
|
8823
9391
|
clientMutationId?: string;
|
|
@@ -8886,6 +9454,12 @@ export interface UpdateRouteModuleInput {
|
|
|
8886
9454
|
/** An object where the defined keys will be set on the `RouteModule` being updated. */
|
|
8887
9455
|
routeModulePatch: RouteModulePatch;
|
|
8888
9456
|
}
|
|
9457
|
+
export interface UpdateScopeTypesModuleInput {
|
|
9458
|
+
clientMutationId?: string;
|
|
9459
|
+
id: string;
|
|
9460
|
+
/** An object where the defined keys will be set on the `ScopeTypesModule` being updated. */
|
|
9461
|
+
scopeTypesModulePatch: ScopeTypesModulePatch;
|
|
9462
|
+
}
|
|
8889
9463
|
export interface UpdateSecureTableProvisionInput {
|
|
8890
9464
|
clientMutationId?: string;
|
|
8891
9465
|
/** Unique identifier for this provision row. */
|
|
@@ -8947,6 +9521,12 @@ export interface UpdateUserSettingsModuleInput {
|
|
|
8947
9521
|
/** An object where the defined keys will be set on the `UserSettingsModule` being updated. */
|
|
8948
9522
|
userSettingsModulePatch: UserSettingsModulePatch;
|
|
8949
9523
|
}
|
|
9524
|
+
export interface UpdateUserSettingsSecurityModuleInput {
|
|
9525
|
+
clientMutationId?: string;
|
|
9526
|
+
id: string;
|
|
9527
|
+
/** An object where the defined keys will be set on the `UserSettingsSecurityModule` being updated. */
|
|
9528
|
+
userSettingsSecurityModulePatch: UserSettingsSecurityModulePatch;
|
|
9529
|
+
}
|
|
8950
9530
|
export interface UpdateUserStateModuleInput {
|
|
8951
9531
|
clientMutationId?: string;
|
|
8952
9532
|
id: string;
|
|
@@ -9190,6 +9770,49 @@ export interface UserSettingsModulePatch {
|
|
|
9190
9770
|
tableId?: string;
|
|
9191
9771
|
tableName?: string;
|
|
9192
9772
|
}
|
|
9773
|
+
/** A filter to be used against `UserSettingsSecurityModule` object types. All fields are combined with a logical ‘and.’ */
|
|
9774
|
+
export interface UserSettingsSecurityModuleFilter {
|
|
9775
|
+
/** Checks for all expressions in this list. */
|
|
9776
|
+
and?: UserSettingsSecurityModuleFilter[];
|
|
9777
|
+
/** Filter by the object’s `apiName` field. */
|
|
9778
|
+
apiName?: StringFilter;
|
|
9779
|
+
/** Filter by the object’s `databaseId` field. */
|
|
9780
|
+
databaseId?: UUIDFilter;
|
|
9781
|
+
/** Filter by the object’s `id` field. */
|
|
9782
|
+
id?: UUIDFilter;
|
|
9783
|
+
/** Negates the expression. */
|
|
9784
|
+
not?: UserSettingsSecurityModuleFilter;
|
|
9785
|
+
/** Checks for any expressions in this list. */
|
|
9786
|
+
or?: UserSettingsSecurityModuleFilter[];
|
|
9787
|
+
/** Filter by the object’s `ownerTableId` field. */
|
|
9788
|
+
ownerTableId?: UUIDFilter;
|
|
9789
|
+
/** Filter by the object’s `schemaId` field. */
|
|
9790
|
+
schemaId?: UUIDFilter;
|
|
9791
|
+
/** Filter by the object’s `tableId` field. */
|
|
9792
|
+
tableId?: UUIDFilter;
|
|
9793
|
+
/** Filter by the object’s `tableName` field. */
|
|
9794
|
+
tableName?: StringFilter;
|
|
9795
|
+
}
|
|
9796
|
+
/** An input for mutations affecting `UserSettingsSecurityModule` */
|
|
9797
|
+
export interface UserSettingsSecurityModuleInput {
|
|
9798
|
+
apiName?: string;
|
|
9799
|
+
databaseId: string;
|
|
9800
|
+
id?: string;
|
|
9801
|
+
ownerTableId?: string;
|
|
9802
|
+
schemaId?: string;
|
|
9803
|
+
tableId?: string;
|
|
9804
|
+
tableName?: string;
|
|
9805
|
+
}
|
|
9806
|
+
/** Represents an update to a `UserSettingsSecurityModule`. Fields that are set will be updated. */
|
|
9807
|
+
export interface UserSettingsSecurityModulePatch {
|
|
9808
|
+
apiName?: string;
|
|
9809
|
+
databaseId?: string;
|
|
9810
|
+
id?: string;
|
|
9811
|
+
ownerTableId?: string;
|
|
9812
|
+
schemaId?: string;
|
|
9813
|
+
tableId?: string;
|
|
9814
|
+
tableName?: string;
|
|
9815
|
+
}
|
|
9193
9816
|
/** A filter to be used against `UserStateModule` object types. All fields are combined with a logical ‘and.’ */
|
|
9194
9817
|
export interface UserStateModuleFilter {
|
|
9195
9818
|
/** Checks for all expressions in this list. */
|
|
@@ -9420,8 +10043,8 @@ export interface WebhookModuleFilter {
|
|
|
9420
10043
|
apiName?: StringFilter;
|
|
9421
10044
|
/** Filter by the object’s `databaseId` field. */
|
|
9422
10045
|
databaseId?: UUIDFilter;
|
|
9423
|
-
/** Filter by the object’s `
|
|
9424
|
-
|
|
10046
|
+
/** Filter by the object’s `defaultCapabilities` field. */
|
|
10047
|
+
defaultCapabilities?: StringListFilter;
|
|
9425
10048
|
/** Filter by the object’s `entityField` field. */
|
|
9426
10049
|
entityField?: StringFilter;
|
|
9427
10050
|
/** Filter by the object’s `entityTableId` field. */
|
|
@@ -9487,7 +10110,7 @@ export interface WebhookModuleFilter {
|
|
|
9487
10110
|
export interface WebhookModuleInput {
|
|
9488
10111
|
apiName?: string;
|
|
9489
10112
|
databaseId: string;
|
|
9490
|
-
|
|
10113
|
+
defaultCapabilities?: string[];
|
|
9491
10114
|
entityField?: string;
|
|
9492
10115
|
entityTableId?: string;
|
|
9493
10116
|
functionInvocationModuleId?: string;
|
|
@@ -9513,7 +10136,7 @@ export interface WebhookModuleInput {
|
|
|
9513
10136
|
export interface WebhookModulePatch {
|
|
9514
10137
|
apiName?: string;
|
|
9515
10138
|
databaseId?: string;
|
|
9516
|
-
|
|
10139
|
+
defaultCapabilities?: string[];
|
|
9517
10140
|
entityField?: string;
|
|
9518
10141
|
entityTableId?: string;
|
|
9519
10142
|
functionInvocationModuleId?: string;
|
|
@@ -9595,6 +10218,13 @@ export interface BlueprintConnection {
|
|
|
9595
10218
|
pageInfo: PageInfo;
|
|
9596
10219
|
totalCount: number;
|
|
9597
10220
|
}
|
|
10221
|
+
/** A connection to a list of `CapabilitiesModule` values. */
|
|
10222
|
+
export interface CapabilitiesModuleConnection {
|
|
10223
|
+
edges: CapabilitiesModuleEdge[];
|
|
10224
|
+
nodes: CapabilitiesModule[];
|
|
10225
|
+
pageInfo: PageInfo;
|
|
10226
|
+
totalCount: number;
|
|
10227
|
+
}
|
|
9598
10228
|
/** A connection to a list of `CatalogModule` values. */
|
|
9599
10229
|
export interface CatalogModuleConnection {
|
|
9600
10230
|
edges: CatalogModuleEdge[];
|
|
@@ -9623,6 +10253,13 @@ export interface ConnectedAccountsModuleConnection {
|
|
|
9623
10253
|
pageInfo: PageInfo;
|
|
9624
10254
|
totalCount: number;
|
|
9625
10255
|
}
|
|
10256
|
+
/** A connection to a list of `ContentPresetModule` values. */
|
|
10257
|
+
export interface ContentPresetModuleConnection {
|
|
10258
|
+
edges: ContentPresetModuleEdge[];
|
|
10259
|
+
nodes: ContentPresetModule[];
|
|
10260
|
+
pageInfo: PageInfo;
|
|
10261
|
+
totalCount: number;
|
|
10262
|
+
}
|
|
9626
10263
|
/** A connection to a list of `CryptoAddressesModule` values. */
|
|
9627
10264
|
export interface CryptoAddressesModuleConnection {
|
|
9628
10265
|
edges: CryptoAddressesModuleEdge[];
|
|
@@ -9637,6 +10274,13 @@ export interface CryptoAuthModuleConnection {
|
|
|
9637
10274
|
pageInfo: PageInfo;
|
|
9638
10275
|
totalCount: number;
|
|
9639
10276
|
}
|
|
10277
|
+
/** A connection to a list of `DataCapabilitiesField` values. */
|
|
10278
|
+
export interface DataCapabilitiesFieldConnection {
|
|
10279
|
+
edges: DataCapabilitiesFieldEdge[];
|
|
10280
|
+
nodes: DataCapabilitiesField[];
|
|
10281
|
+
pageInfo: PageInfo;
|
|
10282
|
+
totalCount: number;
|
|
10283
|
+
}
|
|
9640
10284
|
/** A connection to a list of `DatabaseProvisionModule` values. */
|
|
9641
10285
|
export interface DatabaseProvisionModuleConnection {
|
|
9642
10286
|
edges: DatabaseProvisionModuleEdge[];
|
|
@@ -9707,6 +10351,13 @@ export interface DomainModuleConnection {
|
|
|
9707
10351
|
pageInfo: PageInfo;
|
|
9708
10352
|
totalCount: number;
|
|
9709
10353
|
}
|
|
10354
|
+
/** A connection to a list of `EmailSenderModule` values. */
|
|
10355
|
+
export interface EmailSenderModuleConnection {
|
|
10356
|
+
edges: EmailSenderModuleEdge[];
|
|
10357
|
+
nodes: EmailSenderModule[];
|
|
10358
|
+
pageInfo: PageInfo;
|
|
10359
|
+
totalCount: number;
|
|
10360
|
+
}
|
|
9710
10361
|
/** A connection to a list of `EmailsModule` values. */
|
|
9711
10362
|
export interface EmailsModuleConnection {
|
|
9712
10363
|
edges: EmailsModuleEdge[];
|
|
@@ -9728,6 +10379,13 @@ export interface EventsModuleConnection {
|
|
|
9728
10379
|
pageInfo: PageInfo;
|
|
9729
10380
|
totalCount: number;
|
|
9730
10381
|
}
|
|
10382
|
+
/** A connection to a list of `FileRefField` values. */
|
|
10383
|
+
export interface FileRefFieldConnection {
|
|
10384
|
+
edges: FileRefFieldEdge[];
|
|
10385
|
+
nodes: FileRefField[];
|
|
10386
|
+
pageInfo: PageInfo;
|
|
10387
|
+
totalCount: number;
|
|
10388
|
+
}
|
|
9731
10389
|
/** A connection to a list of `FunctionDeploymentModule` values. */
|
|
9732
10390
|
export interface FunctionDeploymentModuleConnection {
|
|
9733
10391
|
edges: FunctionDeploymentModuleEdge[];
|
|
@@ -9875,6 +10533,13 @@ export interface NotificationsModuleConnection {
|
|
|
9875
10533
|
pageInfo: PageInfo;
|
|
9876
10534
|
totalCount: number;
|
|
9877
10535
|
}
|
|
10536
|
+
/** A connection to a list of `OauthRequestsModule` values. */
|
|
10537
|
+
export interface OauthRequestsModuleConnection {
|
|
10538
|
+
edges: OauthRequestsModuleEdge[];
|
|
10539
|
+
nodes: OauthRequestsModule[];
|
|
10540
|
+
pageInfo: PageInfo;
|
|
10541
|
+
totalCount: number;
|
|
10542
|
+
}
|
|
9878
10543
|
/** A connection to a list of `PagesModule` values. */
|
|
9879
10544
|
export interface PagesModuleConnection {
|
|
9880
10545
|
edges: PagesModuleEdge[];
|
|
@@ -9882,13 +10547,6 @@ export interface PagesModuleConnection {
|
|
|
9882
10547
|
pageInfo: PageInfo;
|
|
9883
10548
|
totalCount: number;
|
|
9884
10549
|
}
|
|
9885
|
-
/** A connection to a list of `PermissionsModule` values. */
|
|
9886
|
-
export interface PermissionsModuleConnection {
|
|
9887
|
-
edges: PermissionsModuleEdge[];
|
|
9888
|
-
nodes: PermissionsModule[];
|
|
9889
|
-
pageInfo: PageInfo;
|
|
9890
|
-
totalCount: number;
|
|
9891
|
-
}
|
|
9892
10550
|
/** A connection to a list of `PhoneNumbersModule` values. */
|
|
9893
10551
|
export interface PhoneNumbersModuleConnection {
|
|
9894
10552
|
edges: PhoneNumbersModuleEdge[];
|
|
@@ -9966,6 +10624,13 @@ export interface RouteModuleConnection {
|
|
|
9966
10624
|
pageInfo: PageInfo;
|
|
9967
10625
|
totalCount: number;
|
|
9968
10626
|
}
|
|
10627
|
+
/** A connection to a list of `ScopeTypesModule` values. */
|
|
10628
|
+
export interface ScopeTypesModuleConnection {
|
|
10629
|
+
edges: ScopeTypesModuleEdge[];
|
|
10630
|
+
nodes: ScopeTypesModule[];
|
|
10631
|
+
pageInfo: PageInfo;
|
|
10632
|
+
totalCount: number;
|
|
10633
|
+
}
|
|
9969
10634
|
/** A connection to a list of `SecureTableProvision` values. */
|
|
9970
10635
|
export interface SecureTableProvisionConnection {
|
|
9971
10636
|
edges: SecureTableProvisionEdge[];
|
|
@@ -10036,6 +10701,13 @@ export interface UserSettingsModuleConnection {
|
|
|
10036
10701
|
pageInfo: PageInfo;
|
|
10037
10702
|
totalCount: number;
|
|
10038
10703
|
}
|
|
10704
|
+
/** A connection to a list of `UserSettingsSecurityModule` values. */
|
|
10705
|
+
export interface UserSettingsSecurityModuleConnection {
|
|
10706
|
+
edges: UserSettingsSecurityModuleEdge[];
|
|
10707
|
+
nodes: UserSettingsSecurityModule[];
|
|
10708
|
+
pageInfo: PageInfo;
|
|
10709
|
+
totalCount: number;
|
|
10710
|
+
}
|
|
10039
10711
|
/** A connection to a list of `UserStateModule` values. */
|
|
10040
10712
|
export interface UserStateModuleConnection {
|
|
10041
10713
|
edges: UserStateModuleEdge[];
|
|
@@ -10127,6 +10799,12 @@ export interface CreateBlueprintTemplatePayload {
|
|
|
10127
10799
|
blueprintTemplateEdge?: BlueprintTemplateEdge | null;
|
|
10128
10800
|
clientMutationId?: string | null;
|
|
10129
10801
|
}
|
|
10802
|
+
export interface CreateCapabilitiesModulePayload {
|
|
10803
|
+
/** The `CapabilitiesModule` that was created by this mutation. */
|
|
10804
|
+
capabilitiesModule?: CapabilitiesModule | null;
|
|
10805
|
+
capabilitiesModuleEdge?: CapabilitiesModuleEdge | null;
|
|
10806
|
+
clientMutationId?: string | null;
|
|
10807
|
+
}
|
|
10130
10808
|
export interface CreateCatalogModulePayload {
|
|
10131
10809
|
/** The `CatalogModule` that was created by this mutation. */
|
|
10132
10810
|
catalogModule?: CatalogModule | null;
|
|
@@ -10151,6 +10829,12 @@ export interface CreateConnectedAccountsModulePayload {
|
|
|
10151
10829
|
connectedAccountsModule?: ConnectedAccountsModule | null;
|
|
10152
10830
|
connectedAccountsModuleEdge?: ConnectedAccountsModuleEdge | null;
|
|
10153
10831
|
}
|
|
10832
|
+
export interface CreateContentPresetModulePayload {
|
|
10833
|
+
clientMutationId?: string | null;
|
|
10834
|
+
/** The `ContentPresetModule` that was created by this mutation. */
|
|
10835
|
+
contentPresetModule?: ContentPresetModule | null;
|
|
10836
|
+
contentPresetModuleEdge?: ContentPresetModuleEdge | null;
|
|
10837
|
+
}
|
|
10154
10838
|
export interface CreateCryptoAddressesModulePayload {
|
|
10155
10839
|
clientMutationId?: string | null;
|
|
10156
10840
|
/** The `CryptoAddressesModule` that was created by this mutation. */
|
|
@@ -10163,6 +10847,12 @@ export interface CreateCryptoAuthModulePayload {
|
|
|
10163
10847
|
cryptoAuthModule?: CryptoAuthModule | null;
|
|
10164
10848
|
cryptoAuthModuleEdge?: CryptoAuthModuleEdge | null;
|
|
10165
10849
|
}
|
|
10850
|
+
export interface CreateDataCapabilitiesFieldPayload {
|
|
10851
|
+
clientMutationId?: string | null;
|
|
10852
|
+
/** The `DataCapabilitiesField` that was created by this mutation. */
|
|
10853
|
+
dataCapabilitiesField?: DataCapabilitiesField | null;
|
|
10854
|
+
dataCapabilitiesFieldEdge?: DataCapabilitiesFieldEdge | null;
|
|
10855
|
+
}
|
|
10166
10856
|
export interface CreateDatabaseProvisionModulePayload {
|
|
10167
10857
|
clientMutationId?: string | null;
|
|
10168
10858
|
/** The `DatabaseProvisionModule` that was created by this mutation. */
|
|
@@ -10223,6 +10913,12 @@ export interface CreateDomainModulePayload {
|
|
|
10223
10913
|
domainModule?: DomainModule | null;
|
|
10224
10914
|
domainModuleEdge?: DomainModuleEdge | null;
|
|
10225
10915
|
}
|
|
10916
|
+
export interface CreateEmailSenderModulePayload {
|
|
10917
|
+
clientMutationId?: string | null;
|
|
10918
|
+
/** The `EmailSenderModule` that was created by this mutation. */
|
|
10919
|
+
emailSenderModule?: EmailSenderModule | null;
|
|
10920
|
+
emailSenderModuleEdge?: EmailSenderModuleEdge | null;
|
|
10921
|
+
}
|
|
10226
10922
|
export interface CreateEmailsModulePayload {
|
|
10227
10923
|
clientMutationId?: string | null;
|
|
10228
10924
|
/** The `EmailsModule` that was created by this mutation. */
|
|
@@ -10241,6 +10937,12 @@ export interface CreateEventsModulePayload {
|
|
|
10241
10937
|
eventsModule?: EventsModule | null;
|
|
10242
10938
|
eventsModuleEdge?: EventsModuleEdge | null;
|
|
10243
10939
|
}
|
|
10940
|
+
export interface CreateFileRefFieldPayload {
|
|
10941
|
+
clientMutationId?: string | null;
|
|
10942
|
+
/** The `FileRefField` that was created by this mutation. */
|
|
10943
|
+
fileRefField?: FileRefField | null;
|
|
10944
|
+
fileRefFieldEdge?: FileRefFieldEdge | null;
|
|
10945
|
+
}
|
|
10244
10946
|
export interface CreateFunctionDeploymentModulePayload {
|
|
10245
10947
|
clientMutationId?: string | null;
|
|
10246
10948
|
/** The `FunctionDeploymentModule` that was created by this mutation. */
|
|
@@ -10367,18 +11069,18 @@ export interface CreateNotificationsModulePayload {
|
|
|
10367
11069
|
notificationsModule?: NotificationsModule | null;
|
|
10368
11070
|
notificationsModuleEdge?: NotificationsModuleEdge | null;
|
|
10369
11071
|
}
|
|
11072
|
+
export interface CreateOauthRequestsModulePayload {
|
|
11073
|
+
clientMutationId?: string | null;
|
|
11074
|
+
/** The `OauthRequestsModule` that was created by this mutation. */
|
|
11075
|
+
oauthRequestsModule?: OauthRequestsModule | null;
|
|
11076
|
+
oauthRequestsModuleEdge?: OauthRequestsModuleEdge | null;
|
|
11077
|
+
}
|
|
10370
11078
|
export interface CreatePagesModulePayload {
|
|
10371
11079
|
clientMutationId?: string | null;
|
|
10372
11080
|
/** The `PagesModule` that was created by this mutation. */
|
|
10373
11081
|
pagesModule?: PagesModule | null;
|
|
10374
11082
|
pagesModuleEdge?: PagesModuleEdge | null;
|
|
10375
11083
|
}
|
|
10376
|
-
export interface CreatePermissionsModulePayload {
|
|
10377
|
-
clientMutationId?: string | null;
|
|
10378
|
-
/** The `PermissionsModule` that was created by this mutation. */
|
|
10379
|
-
permissionsModule?: PermissionsModule | null;
|
|
10380
|
-
permissionsModuleEdge?: PermissionsModuleEdge | null;
|
|
10381
|
-
}
|
|
10382
11084
|
export interface CreatePhoneNumbersModulePayload {
|
|
10383
11085
|
clientMutationId?: string | null;
|
|
10384
11086
|
/** The `PhoneNumbersModule` that was created by this mutation. */
|
|
@@ -10445,6 +11147,12 @@ export interface CreateRouteModulePayload {
|
|
|
10445
11147
|
routeModule?: RouteModule | null;
|
|
10446
11148
|
routeModuleEdge?: RouteModuleEdge | null;
|
|
10447
11149
|
}
|
|
11150
|
+
export interface CreateScopeTypesModulePayload {
|
|
11151
|
+
clientMutationId?: string | null;
|
|
11152
|
+
/** The `ScopeTypesModule` that was created by this mutation. */
|
|
11153
|
+
scopeTypesModule?: ScopeTypesModule | null;
|
|
11154
|
+
scopeTypesModuleEdge?: ScopeTypesModuleEdge | null;
|
|
11155
|
+
}
|
|
10448
11156
|
export interface CreateSecureTableProvisionPayload {
|
|
10449
11157
|
clientMutationId?: string | null;
|
|
10450
11158
|
/** The `SecureTableProvision` that was created by this mutation. */
|
|
@@ -10505,6 +11213,12 @@ export interface CreateUserSettingsModulePayload {
|
|
|
10505
11213
|
userSettingsModule?: UserSettingsModule | null;
|
|
10506
11214
|
userSettingsModuleEdge?: UserSettingsModuleEdge | null;
|
|
10507
11215
|
}
|
|
11216
|
+
export interface CreateUserSettingsSecurityModulePayload {
|
|
11217
|
+
clientMutationId?: string | null;
|
|
11218
|
+
/** The `UserSettingsSecurityModule` that was created by this mutation. */
|
|
11219
|
+
userSettingsSecurityModule?: UserSettingsSecurityModule | null;
|
|
11220
|
+
userSettingsSecurityModuleEdge?: UserSettingsSecurityModuleEdge | null;
|
|
11221
|
+
}
|
|
10508
11222
|
export interface CreateUserStateModulePayload {
|
|
10509
11223
|
clientMutationId?: string | null;
|
|
10510
11224
|
/** The `UserStateModule` that was created by this mutation. */
|
|
@@ -10583,6 +11297,12 @@ export interface DeleteBlueprintTemplatePayload {
|
|
|
10583
11297
|
blueprintTemplateEdge?: BlueprintTemplateEdge | null;
|
|
10584
11298
|
clientMutationId?: string | null;
|
|
10585
11299
|
}
|
|
11300
|
+
export interface DeleteCapabilitiesModulePayload {
|
|
11301
|
+
/** The `CapabilitiesModule` that was deleted by this mutation. */
|
|
11302
|
+
capabilitiesModule?: CapabilitiesModule | null;
|
|
11303
|
+
capabilitiesModuleEdge?: CapabilitiesModuleEdge | null;
|
|
11304
|
+
clientMutationId?: string | null;
|
|
11305
|
+
}
|
|
10586
11306
|
export interface DeleteCatalogModulePayload {
|
|
10587
11307
|
/** The `CatalogModule` that was deleted by this mutation. */
|
|
10588
11308
|
catalogModule?: CatalogModule | null;
|
|
@@ -10607,6 +11327,12 @@ export interface DeleteConnectedAccountsModulePayload {
|
|
|
10607
11327
|
connectedAccountsModule?: ConnectedAccountsModule | null;
|
|
10608
11328
|
connectedAccountsModuleEdge?: ConnectedAccountsModuleEdge | null;
|
|
10609
11329
|
}
|
|
11330
|
+
export interface DeleteContentPresetModulePayload {
|
|
11331
|
+
clientMutationId?: string | null;
|
|
11332
|
+
/** The `ContentPresetModule` that was deleted by this mutation. */
|
|
11333
|
+
contentPresetModule?: ContentPresetModule | null;
|
|
11334
|
+
contentPresetModuleEdge?: ContentPresetModuleEdge | null;
|
|
11335
|
+
}
|
|
10610
11336
|
export interface DeleteCryptoAddressesModulePayload {
|
|
10611
11337
|
clientMutationId?: string | null;
|
|
10612
11338
|
/** The `CryptoAddressesModule` that was deleted by this mutation. */
|
|
@@ -10619,6 +11345,12 @@ export interface DeleteCryptoAuthModulePayload {
|
|
|
10619
11345
|
cryptoAuthModule?: CryptoAuthModule | null;
|
|
10620
11346
|
cryptoAuthModuleEdge?: CryptoAuthModuleEdge | null;
|
|
10621
11347
|
}
|
|
11348
|
+
export interface DeleteDataCapabilitiesFieldPayload {
|
|
11349
|
+
clientMutationId?: string | null;
|
|
11350
|
+
/** The `DataCapabilitiesField` that was deleted by this mutation. */
|
|
11351
|
+
dataCapabilitiesField?: DataCapabilitiesField | null;
|
|
11352
|
+
dataCapabilitiesFieldEdge?: DataCapabilitiesFieldEdge | null;
|
|
11353
|
+
}
|
|
10622
11354
|
export interface DeleteDatabaseProvisionModulePayload {
|
|
10623
11355
|
clientMutationId?: string | null;
|
|
10624
11356
|
/** The `DatabaseProvisionModule` that was deleted by this mutation. */
|
|
@@ -10679,6 +11411,12 @@ export interface DeleteDomainModulePayload {
|
|
|
10679
11411
|
domainModule?: DomainModule | null;
|
|
10680
11412
|
domainModuleEdge?: DomainModuleEdge | null;
|
|
10681
11413
|
}
|
|
11414
|
+
export interface DeleteEmailSenderModulePayload {
|
|
11415
|
+
clientMutationId?: string | null;
|
|
11416
|
+
/** The `EmailSenderModule` that was deleted by this mutation. */
|
|
11417
|
+
emailSenderModule?: EmailSenderModule | null;
|
|
11418
|
+
emailSenderModuleEdge?: EmailSenderModuleEdge | null;
|
|
11419
|
+
}
|
|
10682
11420
|
export interface DeleteEmailsModulePayload {
|
|
10683
11421
|
clientMutationId?: string | null;
|
|
10684
11422
|
/** The `EmailsModule` that was deleted by this mutation. */
|
|
@@ -10697,6 +11435,12 @@ export interface DeleteEventsModulePayload {
|
|
|
10697
11435
|
eventsModule?: EventsModule | null;
|
|
10698
11436
|
eventsModuleEdge?: EventsModuleEdge | null;
|
|
10699
11437
|
}
|
|
11438
|
+
export interface DeleteFileRefFieldPayload {
|
|
11439
|
+
clientMutationId?: string | null;
|
|
11440
|
+
/** The `FileRefField` that was deleted by this mutation. */
|
|
11441
|
+
fileRefField?: FileRefField | null;
|
|
11442
|
+
fileRefFieldEdge?: FileRefFieldEdge | null;
|
|
11443
|
+
}
|
|
10700
11444
|
export interface DeleteFunctionDeploymentModulePayload {
|
|
10701
11445
|
clientMutationId?: string | null;
|
|
10702
11446
|
/** The `FunctionDeploymentModule` that was deleted by this mutation. */
|
|
@@ -10823,18 +11567,18 @@ export interface DeleteNotificationsModulePayload {
|
|
|
10823
11567
|
notificationsModule?: NotificationsModule | null;
|
|
10824
11568
|
notificationsModuleEdge?: NotificationsModuleEdge | null;
|
|
10825
11569
|
}
|
|
11570
|
+
export interface DeleteOauthRequestsModulePayload {
|
|
11571
|
+
clientMutationId?: string | null;
|
|
11572
|
+
/** The `OauthRequestsModule` that was deleted by this mutation. */
|
|
11573
|
+
oauthRequestsModule?: OauthRequestsModule | null;
|
|
11574
|
+
oauthRequestsModuleEdge?: OauthRequestsModuleEdge | null;
|
|
11575
|
+
}
|
|
10826
11576
|
export interface DeletePagesModulePayload {
|
|
10827
11577
|
clientMutationId?: string | null;
|
|
10828
11578
|
/** The `PagesModule` that was deleted by this mutation. */
|
|
10829
11579
|
pagesModule?: PagesModule | null;
|
|
10830
11580
|
pagesModuleEdge?: PagesModuleEdge | null;
|
|
10831
11581
|
}
|
|
10832
|
-
export interface DeletePermissionsModulePayload {
|
|
10833
|
-
clientMutationId?: string | null;
|
|
10834
|
-
/** The `PermissionsModule` that was deleted by this mutation. */
|
|
10835
|
-
permissionsModule?: PermissionsModule | null;
|
|
10836
|
-
permissionsModuleEdge?: PermissionsModuleEdge | null;
|
|
10837
|
-
}
|
|
10838
11582
|
export interface DeletePhoneNumbersModulePayload {
|
|
10839
11583
|
clientMutationId?: string | null;
|
|
10840
11584
|
/** The `PhoneNumbersModule` that was deleted by this mutation. */
|
|
@@ -10901,6 +11645,12 @@ export interface DeleteRouteModulePayload {
|
|
|
10901
11645
|
routeModule?: RouteModule | null;
|
|
10902
11646
|
routeModuleEdge?: RouteModuleEdge | null;
|
|
10903
11647
|
}
|
|
11648
|
+
export interface DeleteScopeTypesModulePayload {
|
|
11649
|
+
clientMutationId?: string | null;
|
|
11650
|
+
/** The `ScopeTypesModule` that was deleted by this mutation. */
|
|
11651
|
+
scopeTypesModule?: ScopeTypesModule | null;
|
|
11652
|
+
scopeTypesModuleEdge?: ScopeTypesModuleEdge | null;
|
|
11653
|
+
}
|
|
10904
11654
|
export interface DeleteSecureTableProvisionPayload {
|
|
10905
11655
|
clientMutationId?: string | null;
|
|
10906
11656
|
/** The `SecureTableProvision` that was deleted by this mutation. */
|
|
@@ -10961,6 +11711,12 @@ export interface DeleteUserSettingsModulePayload {
|
|
|
10961
11711
|
userSettingsModule?: UserSettingsModule | null;
|
|
10962
11712
|
userSettingsModuleEdge?: UserSettingsModuleEdge | null;
|
|
10963
11713
|
}
|
|
11714
|
+
export interface DeleteUserSettingsSecurityModulePayload {
|
|
11715
|
+
clientMutationId?: string | null;
|
|
11716
|
+
/** The `UserSettingsSecurityModule` that was deleted by this mutation. */
|
|
11717
|
+
userSettingsSecurityModule?: UserSettingsSecurityModule | null;
|
|
11718
|
+
userSettingsSecurityModuleEdge?: UserSettingsSecurityModuleEdge | null;
|
|
11719
|
+
}
|
|
10964
11720
|
export interface DeleteUserStateModulePayload {
|
|
10965
11721
|
clientMutationId?: string | null;
|
|
10966
11722
|
/** The `UserStateModule` that was deleted by this mutation. */
|
|
@@ -11005,32 +11761,6 @@ export interface ProvisionBucketPayload {
|
|
|
11005
11761
|
/** Whether provisioning succeeded */
|
|
11006
11762
|
success: boolean;
|
|
11007
11763
|
}
|
|
11008
|
-
export interface ProvisionCheckConstraintPayload {
|
|
11009
|
-
clientMutationId?: string | null;
|
|
11010
|
-
}
|
|
11011
|
-
export interface ProvisionFullTextSearchPayload {
|
|
11012
|
-
clientMutationId?: string | null;
|
|
11013
|
-
result?: string | null;
|
|
11014
|
-
}
|
|
11015
|
-
export interface ProvisionIndexPayload {
|
|
11016
|
-
clientMutationId?: string | null;
|
|
11017
|
-
result?: string | null;
|
|
11018
|
-
}
|
|
11019
|
-
export interface ProvisionRelationPayload {
|
|
11020
|
-
clientMutationId?: string | null;
|
|
11021
|
-
result?: ProvisionRelationRecord[] | null;
|
|
11022
|
-
}
|
|
11023
|
-
export interface ProvisionSpatialRelationPayload {
|
|
11024
|
-
clientMutationId?: string | null;
|
|
11025
|
-
result?: string | null;
|
|
11026
|
-
}
|
|
11027
|
-
export interface ProvisionTablePayload {
|
|
11028
|
-
clientMutationId?: string | null;
|
|
11029
|
-
result?: ProvisionTableRecord[] | null;
|
|
11030
|
-
}
|
|
11031
|
-
export interface ProvisionUniqueConstraintPayload {
|
|
11032
|
-
clientMutationId?: string | null;
|
|
11033
|
-
}
|
|
11034
11764
|
export interface UpdateAgentModulePayload {
|
|
11035
11765
|
/** The `AgentModule` that was updated by this mutation. */
|
|
11036
11766
|
agentModule?: AgentModule | null;
|
|
@@ -11079,6 +11809,12 @@ export interface UpdateBlueprintTemplatePayload {
|
|
|
11079
11809
|
blueprintTemplateEdge?: BlueprintTemplateEdge | null;
|
|
11080
11810
|
clientMutationId?: string | null;
|
|
11081
11811
|
}
|
|
11812
|
+
export interface UpdateCapabilitiesModulePayload {
|
|
11813
|
+
/** The `CapabilitiesModule` that was updated by this mutation. */
|
|
11814
|
+
capabilitiesModule?: CapabilitiesModule | null;
|
|
11815
|
+
capabilitiesModuleEdge?: CapabilitiesModuleEdge | null;
|
|
11816
|
+
clientMutationId?: string | null;
|
|
11817
|
+
}
|
|
11082
11818
|
export interface UpdateCatalogModulePayload {
|
|
11083
11819
|
/** The `CatalogModule` that was updated by this mutation. */
|
|
11084
11820
|
catalogModule?: CatalogModule | null;
|
|
@@ -11103,6 +11839,12 @@ export interface UpdateConnectedAccountsModulePayload {
|
|
|
11103
11839
|
connectedAccountsModule?: ConnectedAccountsModule | null;
|
|
11104
11840
|
connectedAccountsModuleEdge?: ConnectedAccountsModuleEdge | null;
|
|
11105
11841
|
}
|
|
11842
|
+
export interface UpdateContentPresetModulePayload {
|
|
11843
|
+
clientMutationId?: string | null;
|
|
11844
|
+
/** The `ContentPresetModule` that was updated by this mutation. */
|
|
11845
|
+
contentPresetModule?: ContentPresetModule | null;
|
|
11846
|
+
contentPresetModuleEdge?: ContentPresetModuleEdge | null;
|
|
11847
|
+
}
|
|
11106
11848
|
export interface UpdateCryptoAddressesModulePayload {
|
|
11107
11849
|
clientMutationId?: string | null;
|
|
11108
11850
|
/** The `CryptoAddressesModule` that was updated by this mutation. */
|
|
@@ -11115,6 +11857,12 @@ export interface UpdateCryptoAuthModulePayload {
|
|
|
11115
11857
|
cryptoAuthModule?: CryptoAuthModule | null;
|
|
11116
11858
|
cryptoAuthModuleEdge?: CryptoAuthModuleEdge | null;
|
|
11117
11859
|
}
|
|
11860
|
+
export interface UpdateDataCapabilitiesFieldPayload {
|
|
11861
|
+
clientMutationId?: string | null;
|
|
11862
|
+
/** The `DataCapabilitiesField` that was updated by this mutation. */
|
|
11863
|
+
dataCapabilitiesField?: DataCapabilitiesField | null;
|
|
11864
|
+
dataCapabilitiesFieldEdge?: DataCapabilitiesFieldEdge | null;
|
|
11865
|
+
}
|
|
11118
11866
|
export interface UpdateDatabaseProvisionModulePayload {
|
|
11119
11867
|
clientMutationId?: string | null;
|
|
11120
11868
|
/** The `DatabaseProvisionModule` that was updated by this mutation. */
|
|
@@ -11175,6 +11923,12 @@ export interface UpdateDomainModulePayload {
|
|
|
11175
11923
|
domainModule?: DomainModule | null;
|
|
11176
11924
|
domainModuleEdge?: DomainModuleEdge | null;
|
|
11177
11925
|
}
|
|
11926
|
+
export interface UpdateEmailSenderModulePayload {
|
|
11927
|
+
clientMutationId?: string | null;
|
|
11928
|
+
/** The `EmailSenderModule` that was updated by this mutation. */
|
|
11929
|
+
emailSenderModule?: EmailSenderModule | null;
|
|
11930
|
+
emailSenderModuleEdge?: EmailSenderModuleEdge | null;
|
|
11931
|
+
}
|
|
11178
11932
|
export interface UpdateEmailsModulePayload {
|
|
11179
11933
|
clientMutationId?: string | null;
|
|
11180
11934
|
/** The `EmailsModule` that was updated by this mutation. */
|
|
@@ -11193,6 +11947,12 @@ export interface UpdateEventsModulePayload {
|
|
|
11193
11947
|
eventsModule?: EventsModule | null;
|
|
11194
11948
|
eventsModuleEdge?: EventsModuleEdge | null;
|
|
11195
11949
|
}
|
|
11950
|
+
export interface UpdateFileRefFieldPayload {
|
|
11951
|
+
clientMutationId?: string | null;
|
|
11952
|
+
/** The `FileRefField` that was updated by this mutation. */
|
|
11953
|
+
fileRefField?: FileRefField | null;
|
|
11954
|
+
fileRefFieldEdge?: FileRefFieldEdge | null;
|
|
11955
|
+
}
|
|
11196
11956
|
export interface UpdateFunctionDeploymentModulePayload {
|
|
11197
11957
|
clientMutationId?: string | null;
|
|
11198
11958
|
/** The `FunctionDeploymentModule` that was updated by this mutation. */
|
|
@@ -11319,18 +12079,18 @@ export interface UpdateNotificationsModulePayload {
|
|
|
11319
12079
|
notificationsModule?: NotificationsModule | null;
|
|
11320
12080
|
notificationsModuleEdge?: NotificationsModuleEdge | null;
|
|
11321
12081
|
}
|
|
12082
|
+
export interface UpdateOauthRequestsModulePayload {
|
|
12083
|
+
clientMutationId?: string | null;
|
|
12084
|
+
/** The `OauthRequestsModule` that was updated by this mutation. */
|
|
12085
|
+
oauthRequestsModule?: OauthRequestsModule | null;
|
|
12086
|
+
oauthRequestsModuleEdge?: OauthRequestsModuleEdge | null;
|
|
12087
|
+
}
|
|
11322
12088
|
export interface UpdatePagesModulePayload {
|
|
11323
12089
|
clientMutationId?: string | null;
|
|
11324
12090
|
/** The `PagesModule` that was updated by this mutation. */
|
|
11325
12091
|
pagesModule?: PagesModule | null;
|
|
11326
12092
|
pagesModuleEdge?: PagesModuleEdge | null;
|
|
11327
12093
|
}
|
|
11328
|
-
export interface UpdatePermissionsModulePayload {
|
|
11329
|
-
clientMutationId?: string | null;
|
|
11330
|
-
/** The `PermissionsModule` that was updated by this mutation. */
|
|
11331
|
-
permissionsModule?: PermissionsModule | null;
|
|
11332
|
-
permissionsModuleEdge?: PermissionsModuleEdge | null;
|
|
11333
|
-
}
|
|
11334
12094
|
export interface UpdatePhoneNumbersModulePayload {
|
|
11335
12095
|
clientMutationId?: string | null;
|
|
11336
12096
|
/** The `PhoneNumbersModule` that was updated by this mutation. */
|
|
@@ -11397,6 +12157,12 @@ export interface UpdateRouteModulePayload {
|
|
|
11397
12157
|
routeModule?: RouteModule | null;
|
|
11398
12158
|
routeModuleEdge?: RouteModuleEdge | null;
|
|
11399
12159
|
}
|
|
12160
|
+
export interface UpdateScopeTypesModulePayload {
|
|
12161
|
+
clientMutationId?: string | null;
|
|
12162
|
+
/** The `ScopeTypesModule` that was updated by this mutation. */
|
|
12163
|
+
scopeTypesModule?: ScopeTypesModule | null;
|
|
12164
|
+
scopeTypesModuleEdge?: ScopeTypesModuleEdge | null;
|
|
12165
|
+
}
|
|
11400
12166
|
export interface UpdateSecureTableProvisionPayload {
|
|
11401
12167
|
clientMutationId?: string | null;
|
|
11402
12168
|
/** The `SecureTableProvision` that was updated by this mutation. */
|
|
@@ -11457,6 +12223,12 @@ export interface UpdateUserSettingsModulePayload {
|
|
|
11457
12223
|
userSettingsModule?: UserSettingsModule | null;
|
|
11458
12224
|
userSettingsModuleEdge?: UserSettingsModuleEdge | null;
|
|
11459
12225
|
}
|
|
12226
|
+
export interface UpdateUserSettingsSecurityModulePayload {
|
|
12227
|
+
clientMutationId?: string | null;
|
|
12228
|
+
/** The `UserSettingsSecurityModule` that was updated by this mutation. */
|
|
12229
|
+
userSettingsSecurityModule?: UserSettingsSecurityModule | null;
|
|
12230
|
+
userSettingsSecurityModuleEdge?: UserSettingsSecurityModuleEdge | null;
|
|
12231
|
+
}
|
|
11460
12232
|
export interface UpdateUserStateModulePayload {
|
|
11461
12233
|
clientMutationId?: string | null;
|
|
11462
12234
|
/** The `UserStateModule` that was updated by this mutation. */
|
|
@@ -11573,6 +12345,12 @@ export interface BlueprintEdge {
|
|
|
11573
12345
|
/** The `Blueprint` at the end of the edge. */
|
|
11574
12346
|
node?: Blueprint | null;
|
|
11575
12347
|
}
|
|
12348
|
+
/** A `CapabilitiesModule` edge in the connection. */
|
|
12349
|
+
export interface CapabilitiesModuleEdge {
|
|
12350
|
+
cursor?: string | null;
|
|
12351
|
+
/** The `CapabilitiesModule` at the end of the edge. */
|
|
12352
|
+
node?: CapabilitiesModule | null;
|
|
12353
|
+
}
|
|
11576
12354
|
/** A `CatalogModule` edge in the connection. */
|
|
11577
12355
|
export interface CatalogModuleEdge {
|
|
11578
12356
|
cursor?: string | null;
|
|
@@ -11597,6 +12375,12 @@ export interface ConnectedAccountsModuleEdge {
|
|
|
11597
12375
|
/** The `ConnectedAccountsModule` at the end of the edge. */
|
|
11598
12376
|
node?: ConnectedAccountsModule | null;
|
|
11599
12377
|
}
|
|
12378
|
+
/** A `ContentPresetModule` edge in the connection. */
|
|
12379
|
+
export interface ContentPresetModuleEdge {
|
|
12380
|
+
cursor?: string | null;
|
|
12381
|
+
/** The `ContentPresetModule` at the end of the edge. */
|
|
12382
|
+
node?: ContentPresetModule | null;
|
|
12383
|
+
}
|
|
11600
12384
|
/** A `CryptoAddressesModule` edge in the connection. */
|
|
11601
12385
|
export interface CryptoAddressesModuleEdge {
|
|
11602
12386
|
cursor?: string | null;
|
|
@@ -11609,6 +12393,12 @@ export interface CryptoAuthModuleEdge {
|
|
|
11609
12393
|
/** The `CryptoAuthModule` at the end of the edge. */
|
|
11610
12394
|
node?: CryptoAuthModule | null;
|
|
11611
12395
|
}
|
|
12396
|
+
/** A `DataCapabilitiesField` edge in the connection. */
|
|
12397
|
+
export interface DataCapabilitiesFieldEdge {
|
|
12398
|
+
cursor?: string | null;
|
|
12399
|
+
/** The `DataCapabilitiesField` at the end of the edge. */
|
|
12400
|
+
node?: DataCapabilitiesField | null;
|
|
12401
|
+
}
|
|
11612
12402
|
/** A `DatabaseProvisionModule` edge in the connection. */
|
|
11613
12403
|
export interface DatabaseProvisionModuleEdge {
|
|
11614
12404
|
cursor?: string | null;
|
|
@@ -11669,6 +12459,12 @@ export interface DomainModuleEdge {
|
|
|
11669
12459
|
/** The `DomainModule` at the end of the edge. */
|
|
11670
12460
|
node?: DomainModule | null;
|
|
11671
12461
|
}
|
|
12462
|
+
/** A `EmailSenderModule` edge in the connection. */
|
|
12463
|
+
export interface EmailSenderModuleEdge {
|
|
12464
|
+
cursor?: string | null;
|
|
12465
|
+
/** The `EmailSenderModule` at the end of the edge. */
|
|
12466
|
+
node?: EmailSenderModule | null;
|
|
12467
|
+
}
|
|
11672
12468
|
/** A `EmailsModule` edge in the connection. */
|
|
11673
12469
|
export interface EmailsModuleEdge {
|
|
11674
12470
|
cursor?: string | null;
|
|
@@ -11687,6 +12483,12 @@ export interface EventsModuleEdge {
|
|
|
11687
12483
|
/** The `EventsModule` at the end of the edge. */
|
|
11688
12484
|
node?: EventsModule | null;
|
|
11689
12485
|
}
|
|
12486
|
+
/** A `FileRefField` edge in the connection. */
|
|
12487
|
+
export interface FileRefFieldEdge {
|
|
12488
|
+
cursor?: string | null;
|
|
12489
|
+
/** The `FileRefField` at the end of the edge. */
|
|
12490
|
+
node?: FileRefField | null;
|
|
12491
|
+
}
|
|
11690
12492
|
/** A `FunctionDeploymentModule` edge in the connection. */
|
|
11691
12493
|
export interface FunctionDeploymentModuleEdge {
|
|
11692
12494
|
cursor?: string | null;
|
|
@@ -11813,18 +12615,18 @@ export interface NotificationsModuleEdge {
|
|
|
11813
12615
|
/** The `NotificationsModule` at the end of the edge. */
|
|
11814
12616
|
node?: NotificationsModule | null;
|
|
11815
12617
|
}
|
|
12618
|
+
/** A `OauthRequestsModule` edge in the connection. */
|
|
12619
|
+
export interface OauthRequestsModuleEdge {
|
|
12620
|
+
cursor?: string | null;
|
|
12621
|
+
/** The `OauthRequestsModule` at the end of the edge. */
|
|
12622
|
+
node?: OauthRequestsModule | null;
|
|
12623
|
+
}
|
|
11816
12624
|
/** A `PagesModule` edge in the connection. */
|
|
11817
12625
|
export interface PagesModuleEdge {
|
|
11818
12626
|
cursor?: string | null;
|
|
11819
12627
|
/** The `PagesModule` at the end of the edge. */
|
|
11820
12628
|
node?: PagesModule | null;
|
|
11821
12629
|
}
|
|
11822
|
-
/** A `PermissionsModule` edge in the connection. */
|
|
11823
|
-
export interface PermissionsModuleEdge {
|
|
11824
|
-
cursor?: string | null;
|
|
11825
|
-
/** The `PermissionsModule` at the end of the edge. */
|
|
11826
|
-
node?: PermissionsModule | null;
|
|
11827
|
-
}
|
|
11828
12630
|
/** A `PhoneNumbersModule` edge in the connection. */
|
|
11829
12631
|
export interface PhoneNumbersModuleEdge {
|
|
11830
12632
|
cursor?: string | null;
|
|
@@ -11891,6 +12693,12 @@ export interface RouteModuleEdge {
|
|
|
11891
12693
|
/** The `RouteModule` at the end of the edge. */
|
|
11892
12694
|
node?: RouteModule | null;
|
|
11893
12695
|
}
|
|
12696
|
+
/** A `ScopeTypesModule` edge in the connection. */
|
|
12697
|
+
export interface ScopeTypesModuleEdge {
|
|
12698
|
+
cursor?: string | null;
|
|
12699
|
+
/** The `ScopeTypesModule` at the end of the edge. */
|
|
12700
|
+
node?: ScopeTypesModule | null;
|
|
12701
|
+
}
|
|
11894
12702
|
/** A `SecureTableProvision` edge in the connection. */
|
|
11895
12703
|
export interface SecureTableProvisionEdge {
|
|
11896
12704
|
cursor?: string | null;
|
|
@@ -11951,6 +12759,12 @@ export interface UserSettingsModuleEdge {
|
|
|
11951
12759
|
/** The `UserSettingsModule` at the end of the edge. */
|
|
11952
12760
|
node?: UserSettingsModule | null;
|
|
11953
12761
|
}
|
|
12762
|
+
/** A `UserSettingsSecurityModule` edge in the connection. */
|
|
12763
|
+
export interface UserSettingsSecurityModuleEdge {
|
|
12764
|
+
cursor?: string | null;
|
|
12765
|
+
/** The `UserSettingsSecurityModule` at the end of the edge. */
|
|
12766
|
+
node?: UserSettingsSecurityModule | null;
|
|
12767
|
+
}
|
|
11954
12768
|
/** A `UserStateModule` edge in the connection. */
|
|
11955
12769
|
export interface UserStateModuleEdge {
|
|
11956
12770
|
cursor?: string | null;
|
|
@@ -11981,16 +12795,6 @@ export interface WebhookModuleEdge {
|
|
|
11981
12795
|
/** The `WebhookModule` at the end of the edge. */
|
|
11982
12796
|
node?: WebhookModule | null;
|
|
11983
12797
|
}
|
|
11984
|
-
export interface ProvisionRelationRecord {
|
|
11985
|
-
outFieldId?: string | null;
|
|
11986
|
-
outJunctionTableId?: string | null;
|
|
11987
|
-
outSourceFieldId?: string | null;
|
|
11988
|
-
outTargetFieldId?: string | null;
|
|
11989
|
-
}
|
|
11990
|
-
export interface ProvisionTableRecord {
|
|
11991
|
-
outFields?: string[] | null;
|
|
11992
|
-
outTableId?: string | null;
|
|
11993
|
-
}
|
|
11994
12798
|
/** Table constraints */
|
|
11995
12799
|
export interface MetaConstraints {
|
|
11996
12800
|
foreignKey: MetaForeignKeyConstraint[];
|