@constructive-io/react 1.11.10 → 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 +2 -2
- 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
package/api/schema-types.d.ts
CHANGED
|
@@ -3,17 +3,19 @@
|
|
|
3
3
|
* @generated by @constructive-io/graphql-codegen
|
|
4
4
|
* DO NOT EDIT - changes will be overwritten
|
|
5
5
|
*/
|
|
6
|
-
import type { ApiSchema, ApiSetting,
|
|
6
|
+
import type { Api, ApiSchema, ApiSetting, App, AppComponent, CheckConstraint, CompositeType, CorsSetting, Database, DatabaseSetting, DatabaseTransfer, DefaultPrivilege, Derive, Domain, DomainEvent, DomainType, DomainVerification, EmailIdentity, EmailProviderAccount, EmailSiteIdentity, EmbeddingChunk, Enum, ExclusionConstraint, Field, FieldBehavior, ForeignKeyConstraint, ForeignKeyConstraintBehavior, FullTextSearch, Function, HostnameBinding, HttpRoute, Index, ManagedDomain, NodeTypeRegistry, Page, Partition, PlatformApi, PlatformApiSchema, PlatformApiSetting, PlatformCorsSetting, PlatformDomain, PlatformDomainEvent, PlatformDomainVerification, PlatformEmailIdentity, PlatformEmailProviderAccount, PlatformEmailSiteIdentity, PlatformManagedDomain, PlatformPage, PlatformSite, PlatformSiteAppLink, PlatformSiteDeepLink, PlatformSiteErrorPage, PlatformSiteMetadatum, PlatformSiteModule, PlatformSiteTheme, PlatformSiteWebConfig, Policy, PrimaryKeyConstraint, PubkeySetting, RlsSetting, Route, RouteBinding, Schema, SchemaGrant, Site, SiteAppLink, SiteDeepLink, SiteErrorPage, SiteMetadatum, SiteModule, SiteTheme, SiteWebConfig, SpatialRelation, Table, TableBehavior, TableGrant, Trigger, TriggerFunction, UniqueConstraint, UniqueConstraintBehavior, View, ViewBehavior, ViewGrant, ViewRule, ViewTable, WebauthnSetting, BigIntFilter, BooleanFilter, DatetimeFilter, FloatFilter, IntFilter, JSONFilter, StringFilter, StringListFilter, UUIDFilter, UUIDListFilter } from './types';
|
|
7
7
|
export type ConstructiveInternalTypeImage = unknown;
|
|
8
8
|
export type ApiExposureLevel = 'EXPOSABLE' | 'INTERNAL_ONLY' | 'NEVER_EXPOSE';
|
|
9
|
+
/** Methods to use when ordering `Api`. */
|
|
10
|
+
export type ApiOrderBy = 'ANON_ROLE_ASC' | 'ANON_ROLE_DESC' | 'CONFIG_ASC' | 'CONFIG_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DBNAME_ASC' | 'DBNAME_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_PUBLISHED_ASC' | 'IS_PUBLISHED_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ROLE_NAME_ASC' | 'ROLE_NAME_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
9
11
|
/** Methods to use when ordering `ApiSchema`. */
|
|
10
12
|
export type ApiSchemaOrderBy = 'API_ID_ASC' | 'API_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
11
13
|
/** Methods to use when ordering `ApiSetting`. */
|
|
12
14
|
export type ApiSettingOrderBy = 'API_ID_ASC' | 'API_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ENABLE_AGGREGATES_ASC' | 'ENABLE_AGGREGATES_DESC' | 'ENABLE_BULK_ASC' | 'ENABLE_BULK_DESC' | 'ENABLE_CONNECTION_FILTER_ASC' | 'ENABLE_CONNECTION_FILTER_DESC' | 'ENABLE_DIRECT_UPLOADS_ASC' | 'ENABLE_DIRECT_UPLOADS_DESC' | 'ENABLE_I18N_ASC' | 'ENABLE_I18N_DESC' | 'ENABLE_LLM_ASC' | 'ENABLE_LLM_DESC' | 'ENABLE_LTREE_ASC' | 'ENABLE_LTREE_DESC' | 'ENABLE_MANY_TO_MANY_ASC' | 'ENABLE_MANY_TO_MANY_DESC' | 'ENABLE_POSTGIS_ASC' | 'ENABLE_POSTGIS_DESC' | 'ENABLE_PRESIGNED_UPLOADS_ASC' | 'ENABLE_PRESIGNED_UPLOADS_DESC' | 'ENABLE_REALTIME_ASC' | 'ENABLE_REALTIME_DESC' | 'ENABLE_SEARCH_ASC' | 'ENABLE_SEARCH_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'OPTIONS_ASC' | 'OPTIONS_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'STATEMENT_TIMEOUT_MS_ASC' | 'STATEMENT_TIMEOUT_MS_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
13
|
-
/** Methods to use when ordering `
|
|
14
|
-
export type
|
|
15
|
-
/** Methods to use when ordering `
|
|
16
|
-
export type
|
|
15
|
+
/** Methods to use when ordering `AppComponent`. */
|
|
16
|
+
export type AppComponentOrderBy = 'APP_ID_ASC' | 'APP_ID_DESC' | 'COMPONENT_API_ID_ASC' | 'COMPONENT_API_ID_DESC' | 'COMPONENT_DOMAIN_ID_ASC' | 'COMPONENT_DOMAIN_ID_DESC' | 'COMPONENT_INSTALLATION_ID_ASC' | 'COMPONENT_INSTALLATION_ID_DESC' | 'COMPONENT_SITE_ID_ASC' | 'COMPONENT_SITE_ID_DESC' | 'COMPONENT_TYPE_ASC' | 'COMPONENT_TYPE_DESC' | 'CONFIG_ASC' | 'CONFIG_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
17
|
+
/** Methods to use when ordering `App`. */
|
|
18
|
+
export type AppOrderBy = 'CONFIG_ASC' | 'CONFIG_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_PUBLISHED_ASC' | 'IS_PUBLISHED_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'STATUS_ASC' | 'STATUS_DESC' | 'TITLE_ASC' | 'TITLE_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
17
19
|
/** Methods to use when ordering `CheckConstraint`. */
|
|
18
20
|
export type CheckConstraintOrderBy = 'CATEGORY_ASC' | 'CATEGORY_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'EXPR_ASC' | 'EXPR_DESC' | 'FIELD_IDS_ASC' | 'FIELD_IDS_DESC' | 'ID_ASC' | 'ID_DESC' | 'INITIALLY_DEFERRED_ASC' | 'INITIALLY_DEFERRED_DESC' | 'IS_DEFERRABLE_ASC' | 'IS_DEFERRABLE_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SMART_TAGS_ASC' | 'SMART_TAGS_DESC' | 'TABLE_ID_ASC' | 'TABLE_ID_DESC' | 'TAGS_ASC' | 'TAGS_DESC' | 'TYPE_ASC' | 'TYPE_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
19
21
|
/** Methods to use when ordering `CompositeType`. */
|
|
@@ -38,6 +40,12 @@ export type DomainOrderBy = 'CONFIG_ASC' | 'CONFIG_DESC' | 'CREATED_AT_ASC' | 'C
|
|
|
38
40
|
export type DomainTypeOrderBy = 'BASE_TYPE_ASC' | 'BASE_TYPE_DESC' | 'CATEGORY_ASC' | 'CATEGORY_DESC' | 'CHECK_EXPR_ASC' | 'CHECK_EXPR_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DEFAULT_EXPR_ASC' | 'DEFAULT_EXPR_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'ID_ASC' | 'ID_DESC' | 'LABEL_ASC' | 'LABEL_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'NOT_NULL_ASC' | 'NOT_NULL_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SMART_TAGS_ASC' | 'SMART_TAGS_DESC' | 'TAGS_ASC' | 'TAGS_DESC';
|
|
39
41
|
/** Methods to use when ordering `DomainVerification`. */
|
|
40
42
|
export type DomainVerificationOrderBy = 'ATTEMPTS_ASC' | 'ATTEMPTS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DOMAIN_ID_ASC' | 'DOMAIN_ID_DESC' | 'ERROR_ASC' | 'ERROR_DESC' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'LAST_CHECKED_AT_ASC' | 'LAST_CHECKED_AT_DESC' | 'MANAGED_DOMAIN_ID_ASC' | 'MANAGED_DOMAIN_ID_DESC' | 'METHOD_ASC' | 'METHOD_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'RECORD_NAME_ASC' | 'RECORD_NAME_DESC' | 'RECORD_TYPE_ASC' | 'RECORD_TYPE_DESC' | 'RECORD_VALUE_ASC' | 'RECORD_VALUE_DESC' | 'STATUS_ASC' | 'STATUS_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'VERIFIED_AT_ASC' | 'VERIFIED_AT_DESC';
|
|
43
|
+
/** Methods to use when ordering `EmailIdentity`. */
|
|
44
|
+
export type EmailIdentityOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'FROM_ADDRESS_ASC' | 'FROM_ADDRESS_DESC' | 'FROM_NAME_ASC' | 'FROM_NAME_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC' | 'IS_DEFAULT_ASC' | 'IS_DEFAULT_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PROVIDER_ACCOUNT_ID_ASC' | 'PROVIDER_ACCOUNT_ID_DESC' | 'REPLY_TO_ADDRESS_ASC' | 'REPLY_TO_ADDRESS_DESC' | 'SUPPORT_ADDRESS_ASC' | 'SUPPORT_ADDRESS_DESC' | 'TRANSPORT_MODE_ASC' | 'TRANSPORT_MODE_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
45
|
+
/** Methods to use when ordering `EmailProviderAccount`. */
|
|
46
|
+
export type EmailProviderAccountOrderBy = 'API_BASE_URL_ASC' | 'API_BASE_URL_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'CREDENTIALS_SECRET_NAME_ASC' | 'CREDENTIALS_SECRET_NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PROVIDER_ACCOUNT_NAME_ASC' | 'PROVIDER_ACCOUNT_NAME_DESC' | 'PROVIDER_ASC' | 'PROVIDER_DESC' | 'REGION_ASC' | 'REGION_DESC' | 'SMTP_HOST_ASC' | 'SMTP_HOST_DESC' | 'SMTP_PORT_ASC' | 'SMTP_PORT_DESC' | 'SMTP_SECURE_ASC' | 'SMTP_SECURE_DESC' | 'SMTP_USER_ASC' | 'SMTP_USER_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'WEBHOOK_SIGNING_SECRET_NAME_ASC' | 'WEBHOOK_SIGNING_SECRET_NAME_DESC';
|
|
47
|
+
/** Methods to use when ordering `EmailSiteIdentity`. */
|
|
48
|
+
export type EmailSiteIdentityOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'EMAIL_IDENTITY_ID_ASC' | 'EMAIL_IDENTITY_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SITE_ID_ASC' | 'SITE_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
41
49
|
/** Methods to use when ordering `EmbeddingChunk`. */
|
|
42
50
|
export type EmbeddingChunkOrderBy = 'CHUNKING_TASK_NAME_ASC' | 'CHUNKING_TASK_NAME_DESC' | 'CHUNKS_TABLE_ID_ASC' | 'CHUNKS_TABLE_ID_DESC' | 'CHUNKS_TABLE_NAME_ASC' | 'CHUNKS_TABLE_NAME_DESC' | 'CHUNK_OVERLAP_ASC' | 'CHUNK_OVERLAP_DESC' | 'CHUNK_SIZE_ASC' | 'CHUNK_SIZE_DESC' | 'CHUNK_STRATEGY_ASC' | 'CHUNK_STRATEGY_DESC' | 'CONTENT_FIELD_NAME_ASC' | 'CONTENT_FIELD_NAME_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DIMENSIONS_ASC' | 'DIMENSIONS_DESC' | 'EMBEDDING_FIELD_ID_ASC' | 'EMBEDDING_FIELD_ID_DESC' | 'EMBEDDING_MODEL_ASC' | 'EMBEDDING_MODEL_DESC' | 'EMBEDDING_PROVIDER_ASC' | 'EMBEDDING_PROVIDER_DESC' | 'ENQUEUE_CHUNKING_JOB_ASC' | 'ENQUEUE_CHUNKING_JOB_DESC' | 'ID_ASC' | 'ID_DESC' | 'METADATA_FIELDS_ASC' | 'METADATA_FIELDS_DESC' | 'METRIC_ASC' | 'METRIC_DESC' | 'NATURAL' | 'PARENT_FK_FIELD_ID_ASC' | 'PARENT_FK_FIELD_ID_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SEARCH_INDEXES_ASC' | 'SEARCH_INDEXES_DESC' | 'TABLE_ID_ASC' | 'TABLE_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
43
51
|
/** Methods to use when ordering `Enum`. */
|
|
@@ -66,17 +74,17 @@ export type IndexOrderBy = 'ACCESS_METHOD_ASC' | 'ACCESS_METHOD_DESC' | 'CATEGOR
|
|
|
66
74
|
export type ManagedDomainOrderBy = 'ALLOW_PUBLIC_USAGE_ASC' | 'ALLOW_PUBLIC_USAGE_DESC' | 'ANNOTATIONS_ASC' | 'ANNOTATIONS_DESC' | 'CERT_STATUS_ASC' | 'CERT_STATUS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DOMAIN_ASC' | 'DOMAIN_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_WILDCARD_ASC' | 'IS_WILDCARD_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'TLS_READY_AT_ASC' | 'TLS_READY_AT_DESC' | 'TLS_STATUS_ASC' | 'TLS_STATUS_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'VERIFICATION_STATUS_ASC' | 'VERIFICATION_STATUS_DESC' | 'VERIFIED_AT_ASC' | 'VERIFIED_AT_DESC';
|
|
67
75
|
/** Methods to use when ordering `NodeTypeRegistry`. */
|
|
68
76
|
export type NodeTypeRegistryOrderBy = 'CATEGORY_ASC' | 'CATEGORY_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'DISPLAY_NAME_ASC' | 'DISPLAY_NAME_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PARAMETER_SCHEMA_ASC' | 'PARAMETER_SCHEMA_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SLUG_ASC' | 'SLUG_DESC' | 'TAGS_ASC' | 'TAGS_DESC';
|
|
69
|
-
export type ObjectCategory = 'APP' | 'AUTH' | '
|
|
77
|
+
export type ObjectCategory = 'APP' | 'AUTH' | 'CAPABILITIES' | 'CORE' | 'MEMBERSHIPS' | 'MODULE';
|
|
70
78
|
/** Methods to use when ordering `Page`. */
|
|
71
79
|
export type PageOrderBy = 'COMMIT_ID_ASC' | 'COMMIT_ID_DESC' | 'CONTENT_ASC' | 'CONTENT_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SITE_ID_ASC' | 'SITE_ID_DESC' | 'SLUG_ASC' | 'SLUG_DESC' | 'STORE_ID_ASC' | 'STORE_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
72
80
|
/** Methods to use when ordering `Partition`. */
|
|
73
81
|
export type PartitionOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'INTERVAL_ASC' | 'INTERVAL_DESC' | 'IS_PARENTED_ASC' | 'IS_PARENTED_DESC' | 'NAMING_PATTERN_ASC' | 'NAMING_PATTERN_DESC' | 'NATURAL' | 'PARTITION_KEY_ID_ASC' | 'PARTITION_KEY_ID_DESC' | 'PREMAKE_ASC' | 'PREMAKE_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'RETENTION_ASC' | 'RETENTION_DESC' | 'RETENTION_KEEP_TABLE_ASC' | 'RETENTION_KEEP_TABLE_DESC' | 'STRATEGY_ASC' | 'STRATEGY_DESC' | 'TABLE_ID_ASC' | 'TABLE_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
82
|
+
/** Methods to use when ordering `PlatformApi`. */
|
|
83
|
+
export type PlatformApiOrderBy = 'ANON_ROLE_ASC' | 'ANON_ROLE_DESC' | 'CONFIG_ASC' | 'CONFIG_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DBNAME_ASC' | 'DBNAME_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_PUBLISHED_ASC' | 'IS_PUBLISHED_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ROLE_NAME_ASC' | 'ROLE_NAME_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
74
84
|
/** Methods to use when ordering `PlatformApiSchema`. */
|
|
75
85
|
export type PlatformApiSchemaOrderBy = 'API_ID_ASC' | 'API_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
76
86
|
/** Methods to use when ordering `PlatformApiSetting`. */
|
|
77
87
|
export type PlatformApiSettingOrderBy = 'API_ID_ASC' | 'API_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ENABLE_AGGREGATES_ASC' | 'ENABLE_AGGREGATES_DESC' | 'ENABLE_BULK_ASC' | 'ENABLE_BULK_DESC' | 'ENABLE_CONNECTION_FILTER_ASC' | 'ENABLE_CONNECTION_FILTER_DESC' | 'ENABLE_DIRECT_UPLOADS_ASC' | 'ENABLE_DIRECT_UPLOADS_DESC' | 'ENABLE_I18N_ASC' | 'ENABLE_I18N_DESC' | 'ENABLE_LLM_ASC' | 'ENABLE_LLM_DESC' | 'ENABLE_LTREE_ASC' | 'ENABLE_LTREE_DESC' | 'ENABLE_MANY_TO_MANY_ASC' | 'ENABLE_MANY_TO_MANY_DESC' | 'ENABLE_POSTGIS_ASC' | 'ENABLE_POSTGIS_DESC' | 'ENABLE_PRESIGNED_UPLOADS_ASC' | 'ENABLE_PRESIGNED_UPLOADS_DESC' | 'ENABLE_REALTIME_ASC' | 'ENABLE_REALTIME_DESC' | 'ENABLE_SEARCH_ASC' | 'ENABLE_SEARCH_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'OPTIONS_ASC' | 'OPTIONS_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'STATEMENT_TIMEOUT_MS_ASC' | 'STATEMENT_TIMEOUT_MS_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
78
|
-
/** Methods to use when ordering `PlatformApis`. */
|
|
79
|
-
export type PlatformApisOrderBy = 'ANON_ROLE_ASC' | 'ANON_ROLE_DESC' | 'CONFIG_ASC' | 'CONFIG_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DBNAME_ASC' | 'DBNAME_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_PUBLISHED_ASC' | 'IS_PUBLISHED_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ROLE_NAME_ASC' | 'ROLE_NAME_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
80
88
|
/** Methods to use when ordering `PlatformCorsSetting`. */
|
|
81
89
|
export type PlatformCorsSettingOrderBy = 'ALLOWED_ORIGINS_ASC' | 'ALLOWED_ORIGINS_DESC' | 'API_ID_ASC' | 'API_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
82
90
|
/** Methods to use when ordering `PlatformDomainEvent`. */
|
|
@@ -85,6 +93,12 @@ export type PlatformDomainEventOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'CRE
|
|
|
85
93
|
export type PlatformDomainOrderBy = 'CONFIG_ASC' | 'CONFIG_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'HOSTNAME_ASC' | 'HOSTNAME_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_PUBLISHED_ASC' | 'IS_PUBLISHED_DESC' | 'IS_WILDCARD_ASC' | 'IS_WILDCARD_DESC' | 'MANAGED_ASC' | 'MANAGED_DESC' | 'NATURAL' | 'PARENT_HOSTNAME_ASC' | 'PARENT_HOSTNAME_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'TLS_READY_AT_ASC' | 'TLS_READY_AT_DESC' | 'TLS_SECRET_NAME_ASC' | 'TLS_SECRET_NAME_DESC' | 'TLS_STATUS_ASC' | 'TLS_STATUS_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'VERIFICATION_STATUS_ASC' | 'VERIFICATION_STATUS_DESC' | 'VERIFIED_AT_ASC' | 'VERIFIED_AT_DESC';
|
|
86
94
|
/** Methods to use when ordering `PlatformDomainVerification`. */
|
|
87
95
|
export type PlatformDomainVerificationOrderBy = 'ATTEMPTS_ASC' | 'ATTEMPTS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DOMAIN_ID_ASC' | 'DOMAIN_ID_DESC' | 'ERROR_ASC' | 'ERROR_DESC' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'LAST_CHECKED_AT_ASC' | 'LAST_CHECKED_AT_DESC' | 'MANAGED_DOMAIN_ID_ASC' | 'MANAGED_DOMAIN_ID_DESC' | 'METHOD_ASC' | 'METHOD_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'RECORD_NAME_ASC' | 'RECORD_NAME_DESC' | 'RECORD_TYPE_ASC' | 'RECORD_TYPE_DESC' | 'RECORD_VALUE_ASC' | 'RECORD_VALUE_DESC' | 'STATUS_ASC' | 'STATUS_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'VERIFIED_AT_ASC' | 'VERIFIED_AT_DESC';
|
|
96
|
+
/** Methods to use when ordering `PlatformEmailIdentity`. */
|
|
97
|
+
export type PlatformEmailIdentityOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'FROM_ADDRESS_ASC' | 'FROM_ADDRESS_DESC' | 'FROM_NAME_ASC' | 'FROM_NAME_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC' | 'IS_DEFAULT_ASC' | 'IS_DEFAULT_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PROVIDER_ACCOUNT_ID_ASC' | 'PROVIDER_ACCOUNT_ID_DESC' | 'REPLY_TO_ADDRESS_ASC' | 'REPLY_TO_ADDRESS_DESC' | 'SUPPORT_ADDRESS_ASC' | 'SUPPORT_ADDRESS_DESC' | 'TRANSPORT_MODE_ASC' | 'TRANSPORT_MODE_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
98
|
+
/** Methods to use when ordering `PlatformEmailProviderAccount`. */
|
|
99
|
+
export type PlatformEmailProviderAccountOrderBy = 'API_BASE_URL_ASC' | 'API_BASE_URL_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'CREDENTIALS_SECRET_NAME_ASC' | 'CREDENTIALS_SECRET_NAME_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PROVIDER_ACCOUNT_NAME_ASC' | 'PROVIDER_ACCOUNT_NAME_DESC' | 'PROVIDER_ASC' | 'PROVIDER_DESC' | 'REGION_ASC' | 'REGION_DESC' | 'SMTP_HOST_ASC' | 'SMTP_HOST_DESC' | 'SMTP_PORT_ASC' | 'SMTP_PORT_DESC' | 'SMTP_SECURE_ASC' | 'SMTP_SECURE_DESC' | 'SMTP_USER_ASC' | 'SMTP_USER_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'WEBHOOK_SIGNING_SECRET_NAME_ASC' | 'WEBHOOK_SIGNING_SECRET_NAME_DESC';
|
|
100
|
+
/** Methods to use when ordering `PlatformEmailSiteIdentity`. */
|
|
101
|
+
export type PlatformEmailSiteIdentityOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'EMAIL_IDENTITY_ID_ASC' | 'EMAIL_IDENTITY_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SITE_ID_ASC' | 'SITE_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
88
102
|
/** Methods to use when ordering `PlatformManagedDomain`. */
|
|
89
103
|
export type PlatformManagedDomainOrderBy = 'ALLOW_PUBLIC_USAGE_ASC' | 'ALLOW_PUBLIC_USAGE_DESC' | 'ANNOTATIONS_ASC' | 'ANNOTATIONS_DESC' | 'CERT_STATUS_ASC' | 'CERT_STATUS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DOMAIN_ASC' | 'DOMAIN_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_WILDCARD_ASC' | 'IS_WILDCARD_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'TLS_READY_AT_ASC' | 'TLS_READY_AT_DESC' | 'TLS_STATUS_ASC' | 'TLS_STATUS_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'VERIFICATION_STATUS_ASC' | 'VERIFICATION_STATUS_DESC' | 'VERIFIED_AT_ASC' | 'VERIFIED_AT_DESC';
|
|
90
104
|
/** Methods to use when ordering `PlatformPage`. */
|
|
@@ -139,8 +153,6 @@ export type SiteThemeOrderBy = 'COMMIT_ID_ASC' | 'COMMIT_ID_DESC' | 'CREATED_AT_
|
|
|
139
153
|
export type SiteWebConfigOrderBy = 'CLEAN_URLS_ASC' | 'CLEAN_URLS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'INDEX_DOCUMENT_ASC' | 'INDEX_DOCUMENT_DESC' | 'METADATA_ASC' | 'METADATA_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SITE_ID_ASC' | 'SITE_ID_DESC' | 'SPA_FALLBACK_ASC' | 'SPA_FALLBACK_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
140
154
|
/** Methods to use when ordering `SpatialRelation`. */
|
|
141
155
|
export type SpatialRelationOrderBy = 'CATEGORY_ASC' | 'CATEGORY_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'FIELD_ID_ASC' | 'FIELD_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'OPERATOR_ASC' | 'OPERATOR_DESC' | 'PARAM_NAME_ASC' | 'PARAM_NAME_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'REF_FIELD_ID_ASC' | 'REF_FIELD_ID_DESC' | 'REF_TABLE_ID_ASC' | 'REF_TABLE_ID_DESC' | 'TABLE_ID_ASC' | 'TABLE_ID_DESC' | 'TAGS_ASC' | 'TAGS_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
142
|
-
/** Methods to use when ordering `SqlAction`. */
|
|
143
|
-
export type SqlActionOrderBy = 'ACTION_ID_ASC' | 'ACTION_ID_DESC' | 'ACTION_NAME_ASC' | 'ACTION_NAME_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'CONTENT_ASC' | 'CONTENT_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DEPLOY_ASC' | 'DEPLOY_DESC' | 'DEPS_ASC' | 'DEPS_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PAYLOAD_ASC' | 'PAYLOAD_DESC' | 'REVERT_ASC' | 'REVERT_DESC' | 'VERIFY_ASC' | 'VERIFY_DESC';
|
|
144
156
|
/** Methods to use when ordering `TableBehavior`. */
|
|
145
157
|
export type TableBehaviorOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'MODIFIER_ASC' | 'MODIFIER_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC' | 'SORT_ORDER_ASC' | 'SORT_ORDER_DESC' | 'TABLE_ID_ASC' | 'TABLE_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
146
158
|
/** Methods to use when ordering `TableGrant`. */
|
|
@@ -167,10 +179,6 @@ export type ViewRuleOrderBy = 'ACTION_ASC' | 'ACTION_DESC' | 'DATABASE_ID_ASC' |
|
|
|
167
179
|
export type ViewTableOrderBy = 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'JOIN_ORDER_ASC' | 'JOIN_ORDER_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'TABLE_ID_ASC' | 'TABLE_ID_DESC' | 'VIEW_ID_ASC' | 'VIEW_ID_DESC';
|
|
168
180
|
/** Methods to use when ordering `WebauthnSetting`. */
|
|
169
181
|
export type WebauthnSettingOrderBy = 'ATTESTATION_TYPE_ASC' | 'ATTESTATION_TYPE_DESC' | 'CHALLENGE_EXPIRY_SECONDS_ASC' | 'CHALLENGE_EXPIRY_SECONDS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'CREDENTIALS_SCHEMA_ID_ASC' | 'CREDENTIALS_SCHEMA_ID_DESC' | 'CREDENTIALS_TABLE_ID_ASC' | 'CREDENTIALS_TABLE_ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'ORIGIN_ALLOWLIST_ASC' | 'ORIGIN_ALLOWLIST_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'REQUIRE_USER_VERIFICATION_ASC' | 'REQUIRE_USER_VERIFICATION_DESC' | 'RESIDENT_KEY_ASC' | 'RESIDENT_KEY_DESC' | 'RP_ID_ASC' | 'RP_ID_DESC' | 'RP_NAME_ASC' | 'RP_NAME_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SESSIONS_SCHEMA_ID_ASC' | 'SESSIONS_SCHEMA_ID_DESC' | 'SESSIONS_TABLE_ID_ASC' | 'SESSIONS_TABLE_ID_DESC' | 'SESSION_CREDENTIALS_TABLE_ID_ASC' | 'SESSION_CREDENTIALS_TABLE_ID_DESC' | 'SESSION_SECRETS_SCHEMA_ID_ASC' | 'SESSION_SECRETS_SCHEMA_ID_DESC' | 'SESSION_SECRETS_TABLE_ID_ASC' | 'SESSION_SECRETS_TABLE_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'USER_FIELD_ID_ASC' | 'USER_FIELD_ID_DESC';
|
|
170
|
-
export interface AcceptDatabaseTransferInput {
|
|
171
|
-
clientMutationId?: string;
|
|
172
|
-
transferId?: string;
|
|
173
|
-
}
|
|
174
182
|
/** A filter to be used against ApiExposureLevel fields. All fields are combined with a logical ‘and.’ */
|
|
175
183
|
export interface ApiExposureLevelFilter {
|
|
176
184
|
/** Not equal to the specified value, treating null like an ordinary value. */
|
|
@@ -196,12 +204,93 @@ export interface ApiExposureLevelFilter {
|
|
|
196
204
|
/** Not included in the specified list. */
|
|
197
205
|
notIn?: ApiExposureLevel[];
|
|
198
206
|
}
|
|
207
|
+
/** A filter to be used against `Api` object types. All fields are combined with a logical ‘and.’ */
|
|
208
|
+
export interface ApiFilter {
|
|
209
|
+
/** Checks for all expressions in this list. */
|
|
210
|
+
and?: ApiFilter[];
|
|
211
|
+
/** Filter by the object’s `anonRole` field. */
|
|
212
|
+
anonRole?: StringFilter;
|
|
213
|
+
/** Filter by the object’s `apiSchemas` relation. */
|
|
214
|
+
apiSchemas?: ApiToManyApiSchemaFilter;
|
|
215
|
+
/** `apiSchemas` exist. */
|
|
216
|
+
apiSchemasExist?: boolean;
|
|
217
|
+
/** Filter by the object’s `apiSetting` relation. */
|
|
218
|
+
apiSetting?: ApiSettingFilter;
|
|
219
|
+
/** A related `apiSetting` exists. */
|
|
220
|
+
apiSettingExists?: boolean;
|
|
221
|
+
/** Filter by the object’s `config` field. */
|
|
222
|
+
config?: JSONFilter;
|
|
223
|
+
/** Filter by the object’s `corsSettings` relation. */
|
|
224
|
+
corsSettings?: ApiToManyCorsSettingFilter;
|
|
225
|
+
/** `corsSettings` exist. */
|
|
226
|
+
corsSettingsExist?: boolean;
|
|
227
|
+
/** Filter by the object’s `createdAt` field. */
|
|
228
|
+
createdAt?: DatetimeFilter;
|
|
229
|
+
/** Filter by the object’s `databaseId` field. */
|
|
230
|
+
databaseId?: UUIDFilter;
|
|
231
|
+
/** Filter by the object’s `dbname` field. */
|
|
232
|
+
dbname?: StringFilter;
|
|
233
|
+
/** Filter by the object’s `id` field. */
|
|
234
|
+
id?: UUIDFilter;
|
|
235
|
+
/** Filter by the object’s `isPublished` field. */
|
|
236
|
+
isPublished?: BooleanFilter;
|
|
237
|
+
/** Filter by the object’s `name` field. */
|
|
238
|
+
name?: StringFilter;
|
|
239
|
+
/** Negates the expression. */
|
|
240
|
+
not?: ApiFilter;
|
|
241
|
+
/** Checks for any expressions in this list. */
|
|
242
|
+
or?: ApiFilter[];
|
|
243
|
+
/** Filter by the object’s `roleName` field. */
|
|
244
|
+
roleName?: StringFilter;
|
|
245
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
246
|
+
updatedAt?: DatetimeFilter;
|
|
247
|
+
}
|
|
248
|
+
/** An input for mutations affecting `Api` */
|
|
249
|
+
export interface ApiInput {
|
|
250
|
+
/** Anonymous role the API executes as */
|
|
251
|
+
anonRole?: string;
|
|
252
|
+
/** Module-specific configuration for this API surface */
|
|
253
|
+
config?: unknown;
|
|
254
|
+
createdAt?: string;
|
|
255
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
256
|
+
databaseId: string;
|
|
257
|
+
/** Database this API surface serves */
|
|
258
|
+
dbname?: string;
|
|
259
|
+
id?: string;
|
|
260
|
+
/** Whether other scopes may see and route to this API surface */
|
|
261
|
+
isPublished?: boolean;
|
|
262
|
+
/** Owner-local API surface name */
|
|
263
|
+
name: string;
|
|
264
|
+
/** Authenticated role the API executes as */
|
|
265
|
+
roleName?: string;
|
|
266
|
+
updatedAt?: string;
|
|
267
|
+
}
|
|
268
|
+
/** Represents an update to a `Api`. Fields that are set will be updated. */
|
|
269
|
+
export interface ApiPatch {
|
|
270
|
+
/** Anonymous role the API executes as */
|
|
271
|
+
anonRole?: string;
|
|
272
|
+
/** Module-specific configuration for this API surface */
|
|
273
|
+
config?: unknown;
|
|
274
|
+
createdAt?: string;
|
|
275
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
276
|
+
databaseId?: string;
|
|
277
|
+
/** Database this API surface serves */
|
|
278
|
+
dbname?: string;
|
|
279
|
+
id?: string;
|
|
280
|
+
/** Whether other scopes may see and route to this API surface */
|
|
281
|
+
isPublished?: boolean;
|
|
282
|
+
/** Owner-local API surface name */
|
|
283
|
+
name?: string;
|
|
284
|
+
/** Authenticated role the API executes as */
|
|
285
|
+
roleName?: string;
|
|
286
|
+
updatedAt?: string;
|
|
287
|
+
}
|
|
199
288
|
/** A filter to be used against `ApiSchema` object types. All fields are combined with a logical ‘and.’ */
|
|
200
289
|
export interface ApiSchemaFilter {
|
|
201
290
|
/** Checks for all expressions in this list. */
|
|
202
291
|
and?: ApiSchemaFilter[];
|
|
203
292
|
/** Filter by the object’s `api` relation. */
|
|
204
|
-
api?:
|
|
293
|
+
api?: ApiFilter;
|
|
205
294
|
/** Filter by the object’s `apiId` field. */
|
|
206
295
|
apiId?: UUIDFilter;
|
|
207
296
|
/** Filter by the object’s `createdAt` field. */
|
|
@@ -250,7 +339,7 @@ export interface ApiSettingFilter {
|
|
|
250
339
|
/** Checks for all expressions in this list. */
|
|
251
340
|
and?: ApiSettingFilter[];
|
|
252
341
|
/** Filter by the object’s `api` relation. */
|
|
253
|
-
api?:
|
|
342
|
+
api?: ApiFilter;
|
|
254
343
|
/** Filter by the object’s `apiId` field. */
|
|
255
344
|
apiId?: UUIDFilter;
|
|
256
345
|
/** Filter by the object’s `createdAt` field. */
|
|
@@ -370,32 +459,117 @@ export interface ApiSettingPatch {
|
|
|
370
459
|
statementTimeoutMs?: string;
|
|
371
460
|
updatedAt?: string;
|
|
372
461
|
}
|
|
373
|
-
/** A filter to be used against `
|
|
374
|
-
export interface
|
|
462
|
+
/** A filter to be used against many `ApiSchema` object types. All fields are combined with a logical ‘and.’ */
|
|
463
|
+
export interface ApiToManyApiSchemaFilter {
|
|
464
|
+
/** Filters to entities where every related entity matches. */
|
|
465
|
+
every?: ApiSchemaFilter;
|
|
466
|
+
/** Filters to entities where no related entity matches. */
|
|
467
|
+
none?: ApiSchemaFilter;
|
|
468
|
+
/** Filters to entities where at least one related entity matches. */
|
|
469
|
+
some?: ApiSchemaFilter;
|
|
470
|
+
}
|
|
471
|
+
/** A filter to be used against many `CorsSetting` object types. All fields are combined with a logical ‘and.’ */
|
|
472
|
+
export interface ApiToManyCorsSettingFilter {
|
|
473
|
+
/** Filters to entities where every related entity matches. */
|
|
474
|
+
every?: CorsSettingFilter;
|
|
475
|
+
/** Filters to entities where no related entity matches. */
|
|
476
|
+
none?: CorsSettingFilter;
|
|
477
|
+
/** Filters to entities where at least one related entity matches. */
|
|
478
|
+
some?: CorsSettingFilter;
|
|
479
|
+
}
|
|
480
|
+
/** A filter to be used against `AppComponent` object types. All fields are combined with a logical ‘and.’ */
|
|
481
|
+
export interface AppComponentFilter {
|
|
375
482
|
/** Checks for all expressions in this list. */
|
|
376
|
-
and?:
|
|
377
|
-
/** Filter by the object’s `
|
|
378
|
-
|
|
379
|
-
/** Filter by the object’s `
|
|
380
|
-
|
|
381
|
-
/** `
|
|
382
|
-
|
|
383
|
-
/** Filter by the object’s `
|
|
384
|
-
|
|
385
|
-
/**
|
|
386
|
-
|
|
483
|
+
and?: AppComponentFilter[];
|
|
484
|
+
/** Filter by the object’s `app` relation. */
|
|
485
|
+
app?: AppFilter;
|
|
486
|
+
/** Filter by the object’s `appId` field. */
|
|
487
|
+
appId?: UUIDFilter;
|
|
488
|
+
/** Filter by the object’s `componentApiId` field. */
|
|
489
|
+
componentApiId?: UUIDFilter;
|
|
490
|
+
/** Filter by the object’s `componentDomainId` field. */
|
|
491
|
+
componentDomainId?: UUIDFilter;
|
|
492
|
+
/** Filter by the object’s `componentInstallationId` field. */
|
|
493
|
+
componentInstallationId?: UUIDFilter;
|
|
494
|
+
/** Filter by the object’s `componentSiteId` field. */
|
|
495
|
+
componentSiteId?: UUIDFilter;
|
|
496
|
+
/** Filter by the object’s `componentType` field. */
|
|
497
|
+
componentType?: StringFilter;
|
|
387
498
|
/** Filter by the object’s `config` field. */
|
|
388
499
|
config?: JSONFilter;
|
|
389
|
-
/** Filter by the object’s `corsSettingsByApiId` relation. */
|
|
390
|
-
corsSettingsByApiId?: ApisToManyCorsSettingFilter;
|
|
391
|
-
/** `corsSettingsByApiId` exist. */
|
|
392
|
-
corsSettingsByApiIdExist?: boolean;
|
|
393
500
|
/** Filter by the object’s `createdAt` field. */
|
|
394
501
|
createdAt?: DatetimeFilter;
|
|
395
502
|
/** Filter by the object’s `databaseId` field. */
|
|
396
503
|
databaseId?: UUIDFilter;
|
|
397
|
-
/** Filter by the object’s `
|
|
398
|
-
|
|
504
|
+
/** Filter by the object’s `id` field. */
|
|
505
|
+
id?: UUIDFilter;
|
|
506
|
+
/** Negates the expression. */
|
|
507
|
+
not?: AppComponentFilter;
|
|
508
|
+
/** Checks for any expressions in this list. */
|
|
509
|
+
or?: AppComponentFilter[];
|
|
510
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
511
|
+
updatedAt?: DatetimeFilter;
|
|
512
|
+
}
|
|
513
|
+
/** An input for mutations affecting `AppComponent` */
|
|
514
|
+
export interface AppComponentInput {
|
|
515
|
+
/** App this component belongs to */
|
|
516
|
+
appId: string;
|
|
517
|
+
/** Typed catalog api row of the component surface; must be owner-matched or visible cross-scope */
|
|
518
|
+
componentApiId?: string;
|
|
519
|
+
/** Typed catalog domain row of the component surface; must be owner-matched or visible cross-scope */
|
|
520
|
+
componentDomainId?: string;
|
|
521
|
+
/** Typed catalog resource installation row of the component release; must be owner-matched or visible cross-scope */
|
|
522
|
+
componentInstallationId?: string;
|
|
523
|
+
/** Typed catalog site row of the component surface; must be owner-matched or visible cross-scope */
|
|
524
|
+
componentSiteId?: string;
|
|
525
|
+
/** Which kind of catalog row this component binds (api, site, domain, installation) */
|
|
526
|
+
componentType?: string;
|
|
527
|
+
/** Component-specific configuration inside this app */
|
|
528
|
+
config?: unknown;
|
|
529
|
+
createdAt?: string;
|
|
530
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
531
|
+
databaseId: string;
|
|
532
|
+
id?: string;
|
|
533
|
+
updatedAt?: string;
|
|
534
|
+
}
|
|
535
|
+
/** Represents an update to a `AppComponent`. Fields that are set will be updated. */
|
|
536
|
+
export interface AppComponentPatch {
|
|
537
|
+
/** App this component belongs to */
|
|
538
|
+
appId?: string;
|
|
539
|
+
/** Typed catalog api row of the component surface; must be owner-matched or visible cross-scope */
|
|
540
|
+
componentApiId?: string;
|
|
541
|
+
/** Typed catalog domain row of the component surface; must be owner-matched or visible cross-scope */
|
|
542
|
+
componentDomainId?: string;
|
|
543
|
+
/** Typed catalog resource installation row of the component release; must be owner-matched or visible cross-scope */
|
|
544
|
+
componentInstallationId?: string;
|
|
545
|
+
/** Typed catalog site row of the component surface; must be owner-matched or visible cross-scope */
|
|
546
|
+
componentSiteId?: string;
|
|
547
|
+
/** Which kind of catalog row this component binds (api, site, domain, installation) */
|
|
548
|
+
componentType?: string;
|
|
549
|
+
/** Component-specific configuration inside this app */
|
|
550
|
+
config?: unknown;
|
|
551
|
+
createdAt?: string;
|
|
552
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
553
|
+
databaseId?: string;
|
|
554
|
+
id?: string;
|
|
555
|
+
updatedAt?: string;
|
|
556
|
+
}
|
|
557
|
+
/** A filter to be used against `App` object types. All fields are combined with a logical ‘and.’ */
|
|
558
|
+
export interface AppFilter {
|
|
559
|
+
/** Checks for all expressions in this list. */
|
|
560
|
+
and?: AppFilter[];
|
|
561
|
+
/** Filter by the object’s `appComponents` relation. */
|
|
562
|
+
appComponents?: AppToManyAppComponentFilter;
|
|
563
|
+
/** `appComponents` exist. */
|
|
564
|
+
appComponentsExist?: boolean;
|
|
565
|
+
/** Filter by the object’s `config` field. */
|
|
566
|
+
config?: JSONFilter;
|
|
567
|
+
/** Filter by the object’s `createdAt` field. */
|
|
568
|
+
createdAt?: DatetimeFilter;
|
|
569
|
+
/** Filter by the object’s `databaseId` field. */
|
|
570
|
+
databaseId?: UUIDFilter;
|
|
571
|
+
/** Filter by the object’s `description` field. */
|
|
572
|
+
description?: StringFilter;
|
|
399
573
|
/** Filter by the object’s `id` field. */
|
|
400
574
|
id?: UUIDFilter;
|
|
401
575
|
/** Filter by the object’s `isPublished` field. */
|
|
@@ -403,71 +577,64 @@ export interface ApisFilter {
|
|
|
403
577
|
/** Filter by the object’s `name` field. */
|
|
404
578
|
name?: StringFilter;
|
|
405
579
|
/** Negates the expression. */
|
|
406
|
-
not?:
|
|
580
|
+
not?: AppFilter;
|
|
407
581
|
/** Checks for any expressions in this list. */
|
|
408
|
-
or?:
|
|
409
|
-
/** Filter by the object’s `
|
|
410
|
-
|
|
582
|
+
or?: AppFilter[];
|
|
583
|
+
/** Filter by the object’s `status` field. */
|
|
584
|
+
status?: StringFilter;
|
|
585
|
+
/** Filter by the object’s `title` field. */
|
|
586
|
+
title?: StringFilter;
|
|
411
587
|
/** Filter by the object’s `updatedAt` field. */
|
|
412
588
|
updatedAt?: DatetimeFilter;
|
|
413
589
|
}
|
|
414
|
-
/** An input for mutations affecting `
|
|
415
|
-
export interface
|
|
416
|
-
/**
|
|
417
|
-
anonRole?: string;
|
|
418
|
-
/** Module-specific configuration for this API surface */
|
|
590
|
+
/** An input for mutations affecting `App` */
|
|
591
|
+
export interface AppInput {
|
|
592
|
+
/** Module-specific configuration for this app */
|
|
419
593
|
config?: unknown;
|
|
420
594
|
createdAt?: string;
|
|
421
595
|
/** Database that owns this resource (database-scoped isolation) */
|
|
422
596
|
databaseId: string;
|
|
423
|
-
/**
|
|
424
|
-
|
|
597
|
+
/** Human-readable app description */
|
|
598
|
+
description?: string;
|
|
425
599
|
id?: string;
|
|
426
|
-
/** Whether other scopes may see and
|
|
600
|
+
/** Whether other scopes may see and reference this app */
|
|
427
601
|
isPublished?: boolean;
|
|
428
|
-
/** Owner-local
|
|
602
|
+
/** Owner-local app name */
|
|
429
603
|
name: string;
|
|
430
|
-
/**
|
|
431
|
-
|
|
604
|
+
/** App lifecycle status: active, suspended, archived */
|
|
605
|
+
status?: string;
|
|
606
|
+
/** Human-readable app title */
|
|
607
|
+
title?: string;
|
|
432
608
|
updatedAt?: string;
|
|
433
609
|
}
|
|
434
|
-
/** Represents an update to a `
|
|
435
|
-
export interface
|
|
436
|
-
/**
|
|
437
|
-
anonRole?: string;
|
|
438
|
-
/** Module-specific configuration for this API surface */
|
|
610
|
+
/** Represents an update to a `App`. Fields that are set will be updated. */
|
|
611
|
+
export interface AppPatch {
|
|
612
|
+
/** Module-specific configuration for this app */
|
|
439
613
|
config?: unknown;
|
|
440
614
|
createdAt?: string;
|
|
441
615
|
/** Database that owns this resource (database-scoped isolation) */
|
|
442
616
|
databaseId?: string;
|
|
443
|
-
/**
|
|
444
|
-
|
|
617
|
+
/** Human-readable app description */
|
|
618
|
+
description?: string;
|
|
445
619
|
id?: string;
|
|
446
|
-
/** Whether other scopes may see and
|
|
620
|
+
/** Whether other scopes may see and reference this app */
|
|
447
621
|
isPublished?: boolean;
|
|
448
|
-
/** Owner-local
|
|
622
|
+
/** Owner-local app name */
|
|
449
623
|
name?: string;
|
|
450
|
-
/**
|
|
451
|
-
|
|
624
|
+
/** App lifecycle status: active, suspended, archived */
|
|
625
|
+
status?: string;
|
|
626
|
+
/** Human-readable app title */
|
|
627
|
+
title?: string;
|
|
452
628
|
updatedAt?: string;
|
|
453
629
|
}
|
|
454
|
-
/** A filter to be used against many `
|
|
455
|
-
export interface
|
|
630
|
+
/** A filter to be used against many `AppComponent` object types. All fields are combined with a logical ‘and.’ */
|
|
631
|
+
export interface AppToManyAppComponentFilter {
|
|
456
632
|
/** Filters to entities where every related entity matches. */
|
|
457
|
-
every?:
|
|
633
|
+
every?: AppComponentFilter;
|
|
458
634
|
/** Filters to entities where no related entity matches. */
|
|
459
|
-
none?:
|
|
635
|
+
none?: AppComponentFilter;
|
|
460
636
|
/** Filters to entities where at least one related entity matches. */
|
|
461
|
-
some?:
|
|
462
|
-
}
|
|
463
|
-
/** A filter to be used against many `CorsSetting` object types. All fields are combined with a logical ‘and.’ */
|
|
464
|
-
export interface ApisToManyCorsSettingFilter {
|
|
465
|
-
/** Filters to entities where every related entity matches. */
|
|
466
|
-
every?: CorsSettingFilter;
|
|
467
|
-
/** Filters to entities where no related entity matches. */
|
|
468
|
-
none?: CorsSettingFilter;
|
|
469
|
-
/** Filters to entities where at least one related entity matches. */
|
|
470
|
-
some?: CorsSettingFilter;
|
|
637
|
+
some?: AppComponentFilter;
|
|
471
638
|
}
|
|
472
639
|
export interface ApplyRlsInput {
|
|
473
640
|
clientMutationId?: string;
|
|
@@ -479,44 +646,28 @@ export interface ApplyRlsInput {
|
|
|
479
646
|
tableId?: string;
|
|
480
647
|
vars?: unknown;
|
|
481
648
|
}
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
deploys?: StringFilter;
|
|
500
|
-
/** Filter by the object’s `id` field. */
|
|
501
|
-
id?: IntFilter;
|
|
502
|
-
/** Filter by the object’s `name` field. */
|
|
503
|
-
name?: StringFilter;
|
|
504
|
-
/** Negates the expression. */
|
|
505
|
-
not?: AstMigrationFilter;
|
|
506
|
-
/** Checks for any expressions in this list. */
|
|
507
|
-
or?: AstMigrationFilter[];
|
|
508
|
-
/** Filter by the object’s `payload` field. */
|
|
509
|
-
payload?: JSONFilter;
|
|
510
|
-
/** Filter by the object’s `requires` field. */
|
|
511
|
-
requires?: StringListFilter;
|
|
512
|
-
/** Filter by the object’s `revert` field. */
|
|
513
|
-
revert?: JSONFilter;
|
|
514
|
-
/** Filter by the object’s `verify` field. */
|
|
515
|
-
verify?: JSONFilter;
|
|
649
|
+
export interface AppsInstallAppInput {
|
|
650
|
+
apex?: string;
|
|
651
|
+
clientMutationId?: string;
|
|
652
|
+
config?: unknown;
|
|
653
|
+
definitionIds?: string[];
|
|
654
|
+
hostname?: string;
|
|
655
|
+
label?: string;
|
|
656
|
+
name?: string;
|
|
657
|
+
namespaceId?: string;
|
|
658
|
+
params?: unknown;
|
|
659
|
+
routePath?: string;
|
|
660
|
+
slug?: string;
|
|
661
|
+
title?: string;
|
|
662
|
+
}
|
|
663
|
+
export interface AppsUninstallAppInput {
|
|
664
|
+
clientMutationId?: string;
|
|
665
|
+
targetAppId?: string;
|
|
516
666
|
}
|
|
517
|
-
export interface
|
|
667
|
+
export interface AppsUpgradeAppInput {
|
|
518
668
|
clientMutationId?: string;
|
|
519
|
-
|
|
669
|
+
newParams?: unknown;
|
|
670
|
+
targetAppId?: string;
|
|
520
671
|
}
|
|
521
672
|
/** A filter to be used against `CheckConstraint` object types. All fields are combined with a logical ‘and.’ */
|
|
522
673
|
export interface CheckConstraintFilter {
|
|
@@ -694,7 +845,7 @@ export interface CorsSettingFilter {
|
|
|
694
845
|
/** Checks for all expressions in this list. */
|
|
695
846
|
and?: CorsSettingFilter[];
|
|
696
847
|
/** Filter by the object’s `api` relation. */
|
|
697
|
-
api?:
|
|
848
|
+
api?: ApiFilter;
|
|
698
849
|
/** A related `api` exists. */
|
|
699
850
|
apiExists?: boolean;
|
|
700
851
|
/** Filter by the object’s `apiId` field. */
|
|
@@ -736,6 +887,11 @@ export interface CorsSettingPatch {
|
|
|
736
887
|
id?: string;
|
|
737
888
|
updatedAt?: string;
|
|
738
889
|
}
|
|
890
|
+
export interface CreateApiInput {
|
|
891
|
+
/** The `Api` to be created by this mutation. */
|
|
892
|
+
api: ApiInput;
|
|
893
|
+
clientMutationId?: string;
|
|
894
|
+
}
|
|
739
895
|
export interface CreateApiSchemaInput {
|
|
740
896
|
/** The `ApiSchema` to be created by this mutation. */
|
|
741
897
|
apiSchema: ApiSchemaInput;
|
|
@@ -746,9 +902,14 @@ export interface CreateApiSettingInput {
|
|
|
746
902
|
apiSetting: ApiSettingInput;
|
|
747
903
|
clientMutationId?: string;
|
|
748
904
|
}
|
|
749
|
-
export interface
|
|
750
|
-
/** The `
|
|
751
|
-
|
|
905
|
+
export interface CreateAppComponentInput {
|
|
906
|
+
/** The `AppComponent` to be created by this mutation. */
|
|
907
|
+
appComponent: AppComponentInput;
|
|
908
|
+
clientMutationId?: string;
|
|
909
|
+
}
|
|
910
|
+
export interface CreateAppInput {
|
|
911
|
+
/** The `App` to be created by this mutation. */
|
|
912
|
+
app: AppInput;
|
|
752
913
|
clientMutationId?: string;
|
|
753
914
|
}
|
|
754
915
|
export interface CreateCheckConstraintInput {
|
|
@@ -811,6 +972,21 @@ export interface CreateDomainVerificationInput {
|
|
|
811
972
|
/** The `DomainVerification` to be created by this mutation. */
|
|
812
973
|
domainVerification: DomainVerificationInput;
|
|
813
974
|
}
|
|
975
|
+
export interface CreateEmailIdentityInput {
|
|
976
|
+
clientMutationId?: string;
|
|
977
|
+
/** The `EmailIdentity` to be created by this mutation. */
|
|
978
|
+
emailIdentity: EmailIdentityInput;
|
|
979
|
+
}
|
|
980
|
+
export interface CreateEmailProviderAccountInput {
|
|
981
|
+
clientMutationId?: string;
|
|
982
|
+
/** The `EmailProviderAccount` to be created by this mutation. */
|
|
983
|
+
emailProviderAccount: EmailProviderAccountInput;
|
|
984
|
+
}
|
|
985
|
+
export interface CreateEmailSiteIdentityInput {
|
|
986
|
+
clientMutationId?: string;
|
|
987
|
+
/** The `EmailSiteIdentity` to be created by this mutation. */
|
|
988
|
+
emailSiteIdentity: EmailSiteIdentityInput;
|
|
989
|
+
}
|
|
814
990
|
export interface CreateEmbeddingChunkInput {
|
|
815
991
|
clientMutationId?: string;
|
|
816
992
|
/** The `EmbeddingChunk` to be created by this mutation. */
|
|
@@ -891,6 +1067,11 @@ export interface CreatePartitionInput {
|
|
|
891
1067
|
/** The `Partition` to be created by this mutation. */
|
|
892
1068
|
partition: PartitionInput;
|
|
893
1069
|
}
|
|
1070
|
+
export interface CreatePlatformApiInput {
|
|
1071
|
+
clientMutationId?: string;
|
|
1072
|
+
/** The `PlatformApi` to be created by this mutation. */
|
|
1073
|
+
platformApi: PlatformApiInput;
|
|
1074
|
+
}
|
|
894
1075
|
export interface CreatePlatformApiSchemaInput {
|
|
895
1076
|
clientMutationId?: string;
|
|
896
1077
|
/** The `PlatformApiSchema` to be created by this mutation. */
|
|
@@ -901,11 +1082,6 @@ export interface CreatePlatformApiSettingInput {
|
|
|
901
1082
|
/** The `PlatformApiSetting` to be created by this mutation. */
|
|
902
1083
|
platformApiSetting: PlatformApiSettingInput;
|
|
903
1084
|
}
|
|
904
|
-
export interface CreatePlatformApisInput {
|
|
905
|
-
clientMutationId?: string;
|
|
906
|
-
/** The `PlatformApis` to be created by this mutation. */
|
|
907
|
-
platformApis: PlatformApisInput;
|
|
908
|
-
}
|
|
909
1085
|
export interface CreatePlatformCorsSettingInput {
|
|
910
1086
|
clientMutationId?: string;
|
|
911
1087
|
/** The `PlatformCorsSetting` to be created by this mutation. */
|
|
@@ -926,6 +1102,21 @@ export interface CreatePlatformDomainVerificationInput {
|
|
|
926
1102
|
/** The `PlatformDomainVerification` to be created by this mutation. */
|
|
927
1103
|
platformDomainVerification: PlatformDomainVerificationInput;
|
|
928
1104
|
}
|
|
1105
|
+
export interface CreatePlatformEmailIdentityInput {
|
|
1106
|
+
clientMutationId?: string;
|
|
1107
|
+
/** The `PlatformEmailIdentity` to be created by this mutation. */
|
|
1108
|
+
platformEmailIdentity: PlatformEmailIdentityInput;
|
|
1109
|
+
}
|
|
1110
|
+
export interface CreatePlatformEmailProviderAccountInput {
|
|
1111
|
+
clientMutationId?: string;
|
|
1112
|
+
/** The `PlatformEmailProviderAccount` to be created by this mutation. */
|
|
1113
|
+
platformEmailProviderAccount: PlatformEmailProviderAccountInput;
|
|
1114
|
+
}
|
|
1115
|
+
export interface CreatePlatformEmailSiteIdentityInput {
|
|
1116
|
+
clientMutationId?: string;
|
|
1117
|
+
/** The `PlatformEmailSiteIdentity` to be created by this mutation. */
|
|
1118
|
+
platformEmailSiteIdentity: PlatformEmailSiteIdentityInput;
|
|
1119
|
+
}
|
|
929
1120
|
export interface CreatePlatformManagedDomainInput {
|
|
930
1121
|
clientMutationId?: string;
|
|
931
1122
|
/** The `PlatformManagedDomain` to be created by this mutation. */
|
|
@@ -1864,6 +2055,10 @@ export interface DefaultPrivilegePatch {
|
|
|
1864
2055
|
privilege?: string;
|
|
1865
2056
|
schemaId?: string;
|
|
1866
2057
|
}
|
|
2058
|
+
export interface DeleteApiInput {
|
|
2059
|
+
clientMutationId?: string;
|
|
2060
|
+
id: string;
|
|
2061
|
+
}
|
|
1867
2062
|
export interface DeleteApiSchemaInput {
|
|
1868
2063
|
clientMutationId?: string;
|
|
1869
2064
|
id: string;
|
|
@@ -1872,7 +2067,11 @@ export interface DeleteApiSettingInput {
|
|
|
1872
2067
|
clientMutationId?: string;
|
|
1873
2068
|
id: string;
|
|
1874
2069
|
}
|
|
1875
|
-
export interface
|
|
2070
|
+
export interface DeleteAppComponentInput {
|
|
2071
|
+
clientMutationId?: string;
|
|
2072
|
+
id: string;
|
|
2073
|
+
}
|
|
2074
|
+
export interface DeleteAppInput {
|
|
1876
2075
|
clientMutationId?: string;
|
|
1877
2076
|
id: string;
|
|
1878
2077
|
}
|
|
@@ -1924,6 +2123,18 @@ export interface DeleteDomainVerificationInput {
|
|
|
1924
2123
|
clientMutationId?: string;
|
|
1925
2124
|
id: string;
|
|
1926
2125
|
}
|
|
2126
|
+
export interface DeleteEmailIdentityInput {
|
|
2127
|
+
clientMutationId?: string;
|
|
2128
|
+
id: string;
|
|
2129
|
+
}
|
|
2130
|
+
export interface DeleteEmailProviderAccountInput {
|
|
2131
|
+
clientMutationId?: string;
|
|
2132
|
+
id: string;
|
|
2133
|
+
}
|
|
2134
|
+
export interface DeleteEmailSiteIdentityInput {
|
|
2135
|
+
clientMutationId?: string;
|
|
2136
|
+
id: string;
|
|
2137
|
+
}
|
|
1927
2138
|
export interface DeleteEmbeddingChunkInput {
|
|
1928
2139
|
clientMutationId?: string;
|
|
1929
2140
|
id: string;
|
|
@@ -1989,15 +2200,15 @@ export interface DeletePartitionInput {
|
|
|
1989
2200
|
clientMutationId?: string;
|
|
1990
2201
|
id: string;
|
|
1991
2202
|
}
|
|
1992
|
-
export interface
|
|
2203
|
+
export interface DeletePlatformApiInput {
|
|
1993
2204
|
clientMutationId?: string;
|
|
1994
2205
|
id: string;
|
|
1995
2206
|
}
|
|
1996
|
-
export interface
|
|
2207
|
+
export interface DeletePlatformApiSchemaInput {
|
|
1997
2208
|
clientMutationId?: string;
|
|
1998
2209
|
id: string;
|
|
1999
2210
|
}
|
|
2000
|
-
export interface
|
|
2211
|
+
export interface DeletePlatformApiSettingInput {
|
|
2001
2212
|
clientMutationId?: string;
|
|
2002
2213
|
id: string;
|
|
2003
2214
|
}
|
|
@@ -2017,6 +2228,18 @@ export interface DeletePlatformDomainVerificationInput {
|
|
|
2017
2228
|
clientMutationId?: string;
|
|
2018
2229
|
id: string;
|
|
2019
2230
|
}
|
|
2231
|
+
export interface DeletePlatformEmailIdentityInput {
|
|
2232
|
+
clientMutationId?: string;
|
|
2233
|
+
id: string;
|
|
2234
|
+
}
|
|
2235
|
+
export interface DeletePlatformEmailProviderAccountInput {
|
|
2236
|
+
clientMutationId?: string;
|
|
2237
|
+
id: string;
|
|
2238
|
+
}
|
|
2239
|
+
export interface DeletePlatformEmailSiteIdentityInput {
|
|
2240
|
+
clientMutationId?: string;
|
|
2241
|
+
id: string;
|
|
2242
|
+
}
|
|
2020
2243
|
export interface DeletePlatformManagedDomainInput {
|
|
2021
2244
|
clientMutationId?: string;
|
|
2022
2245
|
id: string;
|
|
@@ -2663,6 +2886,277 @@ export interface DomainsAssignSubdomainInput {
|
|
|
2663
2886
|
label?: string;
|
|
2664
2887
|
maxAttempts?: number;
|
|
2665
2888
|
}
|
|
2889
|
+
/** A filter to be used against `EmailIdentity` object types. All fields are combined with a logical ‘and.’ */
|
|
2890
|
+
export interface EmailIdentityFilter {
|
|
2891
|
+
/** Checks for all expressions in this list. */
|
|
2892
|
+
and?: EmailIdentityFilter[];
|
|
2893
|
+
/** Filter by the object’s `createdAt` field. */
|
|
2894
|
+
createdAt?: DatetimeFilter;
|
|
2895
|
+
/** Filter by the object’s `databaseId` field. */
|
|
2896
|
+
databaseId?: UUIDFilter;
|
|
2897
|
+
/** Filter by the object’s `emailSiteIdentities` relation. */
|
|
2898
|
+
emailSiteIdentities?: EmailIdentityToManyEmailSiteIdentityFilter;
|
|
2899
|
+
/** `emailSiteIdentities` exist. */
|
|
2900
|
+
emailSiteIdentitiesExist?: boolean;
|
|
2901
|
+
/** Filter by the object’s `fromAddress` field. */
|
|
2902
|
+
fromAddress?: StringFilter;
|
|
2903
|
+
/** Filter by the object’s `fromName` field. */
|
|
2904
|
+
fromName?: StringFilter;
|
|
2905
|
+
/** Filter by the object’s `id` field. */
|
|
2906
|
+
id?: UUIDFilter;
|
|
2907
|
+
/** Filter by the object’s `isActive` field. */
|
|
2908
|
+
isActive?: BooleanFilter;
|
|
2909
|
+
/** Filter by the object’s `isDefault` field. */
|
|
2910
|
+
isDefault?: BooleanFilter;
|
|
2911
|
+
/** Filter by the object’s `name` field. */
|
|
2912
|
+
name?: StringFilter;
|
|
2913
|
+
/** Negates the expression. */
|
|
2914
|
+
not?: EmailIdentityFilter;
|
|
2915
|
+
/** Checks for any expressions in this list. */
|
|
2916
|
+
or?: EmailIdentityFilter[];
|
|
2917
|
+
/** Filter by the object’s `providerAccount` relation. */
|
|
2918
|
+
providerAccount?: EmailProviderAccountFilter;
|
|
2919
|
+
/** A related `providerAccount` exists. */
|
|
2920
|
+
providerAccountExists?: boolean;
|
|
2921
|
+
/** Filter by the object’s `providerAccountId` field. */
|
|
2922
|
+
providerAccountId?: UUIDFilter;
|
|
2923
|
+
/** Filter by the object’s `replyToAddress` field. */
|
|
2924
|
+
replyToAddress?: StringFilter;
|
|
2925
|
+
/** Filter by the object’s `supportAddress` field. */
|
|
2926
|
+
supportAddress?: StringFilter;
|
|
2927
|
+
/** Filter by the object’s `transportMode` field. */
|
|
2928
|
+
transportMode?: StringFilter;
|
|
2929
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
2930
|
+
updatedAt?: DatetimeFilter;
|
|
2931
|
+
}
|
|
2932
|
+
/** An input for mutations affecting `EmailIdentity` */
|
|
2933
|
+
export interface EmailIdentityInput {
|
|
2934
|
+
createdAt?: string;
|
|
2935
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
2936
|
+
databaseId: string;
|
|
2937
|
+
/** Envelope/header From address, lower-case. Must be accepted by the sending account at the provider. */
|
|
2938
|
+
fromAddress: string;
|
|
2939
|
+
/** Display name shown beside the from address */
|
|
2940
|
+
fromName?: string;
|
|
2941
|
+
id?: string;
|
|
2942
|
+
/** Whether this identity may be resolved for a send */
|
|
2943
|
+
isActive?: boolean;
|
|
2944
|
+
/** The scope default identity, used when no site binding resolves. At most one per scope key. */
|
|
2945
|
+
isDefault?: boolean;
|
|
2946
|
+
/** Operator-facing name for this identity (e.g. transactional, support) */
|
|
2947
|
+
name: string;
|
|
2948
|
+
/** Same-scope provider account this identity sends through. Required for transport_mode = own, NULL for platform_shared. */
|
|
2949
|
+
providerAccountId?: string;
|
|
2950
|
+
/** Reply-To address when replies should not go to the from address */
|
|
2951
|
+
replyToAddress?: string;
|
|
2952
|
+
/** Support address rendered in message bodies and footers */
|
|
2953
|
+
supportAddress?: string;
|
|
2954
|
+
/** own = send through provider_account_id in this scope; platform_shared = send through the platform installation's shared account, an explicit recorded choice and never an implicit fallback */
|
|
2955
|
+
transportMode?: string;
|
|
2956
|
+
updatedAt?: string;
|
|
2957
|
+
}
|
|
2958
|
+
/** Represents an update to a `EmailIdentity`. Fields that are set will be updated. */
|
|
2959
|
+
export interface EmailIdentityPatch {
|
|
2960
|
+
createdAt?: string;
|
|
2961
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
2962
|
+
databaseId?: string;
|
|
2963
|
+
/** Envelope/header From address, lower-case. Must be accepted by the sending account at the provider. */
|
|
2964
|
+
fromAddress?: string;
|
|
2965
|
+
/** Display name shown beside the from address */
|
|
2966
|
+
fromName?: string;
|
|
2967
|
+
id?: string;
|
|
2968
|
+
/** Whether this identity may be resolved for a send */
|
|
2969
|
+
isActive?: boolean;
|
|
2970
|
+
/** The scope default identity, used when no site binding resolves. At most one per scope key. */
|
|
2971
|
+
isDefault?: boolean;
|
|
2972
|
+
/** Operator-facing name for this identity (e.g. transactional, support) */
|
|
2973
|
+
name?: string;
|
|
2974
|
+
/** Same-scope provider account this identity sends through. Required for transport_mode = own, NULL for platform_shared. */
|
|
2975
|
+
providerAccountId?: string;
|
|
2976
|
+
/** Reply-To address when replies should not go to the from address */
|
|
2977
|
+
replyToAddress?: string;
|
|
2978
|
+
/** Support address rendered in message bodies and footers */
|
|
2979
|
+
supportAddress?: string;
|
|
2980
|
+
/** own = send through provider_account_id in this scope; platform_shared = send through the platform installation's shared account, an explicit recorded choice and never an implicit fallback */
|
|
2981
|
+
transportMode?: string;
|
|
2982
|
+
updatedAt?: string;
|
|
2983
|
+
}
|
|
2984
|
+
/** A filter to be used against many `EmailSiteIdentity` object types. All fields are combined with a logical ‘and.’ */
|
|
2985
|
+
export interface EmailIdentityToManyEmailSiteIdentityFilter {
|
|
2986
|
+
/** Filters to entities where every related entity matches. */
|
|
2987
|
+
every?: EmailSiteIdentityFilter;
|
|
2988
|
+
/** Filters to entities where no related entity matches. */
|
|
2989
|
+
none?: EmailSiteIdentityFilter;
|
|
2990
|
+
/** Filters to entities where at least one related entity matches. */
|
|
2991
|
+
some?: EmailSiteIdentityFilter;
|
|
2992
|
+
}
|
|
2993
|
+
/** A filter to be used against `EmailProviderAccount` object types. All fields are combined with a logical ‘and.’ */
|
|
2994
|
+
export interface EmailProviderAccountFilter {
|
|
2995
|
+
/** Checks for all expressions in this list. */
|
|
2996
|
+
and?: EmailProviderAccountFilter[];
|
|
2997
|
+
/** Filter by the object’s `apiBaseUrl` field. */
|
|
2998
|
+
apiBaseUrl?: StringFilter;
|
|
2999
|
+
/** Filter by the object’s `createdAt` field. */
|
|
3000
|
+
createdAt?: DatetimeFilter;
|
|
3001
|
+
/** Filter by the object’s `credentialsSecretName` field. */
|
|
3002
|
+
credentialsSecretName?: StringFilter;
|
|
3003
|
+
/** Filter by the object’s `databaseId` field. */
|
|
3004
|
+
databaseId?: UUIDFilter;
|
|
3005
|
+
/** Filter by the object’s `emailIdentitiesByProviderAccountId` relation. */
|
|
3006
|
+
emailIdentitiesByProviderAccountId?: EmailProviderAccountToManyEmailIdentityFilter;
|
|
3007
|
+
/** `emailIdentitiesByProviderAccountId` exist. */
|
|
3008
|
+
emailIdentitiesByProviderAccountIdExist?: boolean;
|
|
3009
|
+
/** Filter by the object’s `id` field. */
|
|
3010
|
+
id?: UUIDFilter;
|
|
3011
|
+
/** Filter by the object’s `isActive` field. */
|
|
3012
|
+
isActive?: BooleanFilter;
|
|
3013
|
+
/** Filter by the object’s `name` field. */
|
|
3014
|
+
name?: StringFilter;
|
|
3015
|
+
/** Negates the expression. */
|
|
3016
|
+
not?: EmailProviderAccountFilter;
|
|
3017
|
+
/** Checks for any expressions in this list. */
|
|
3018
|
+
or?: EmailProviderAccountFilter[];
|
|
3019
|
+
/** Filter by the object’s `provider` field. */
|
|
3020
|
+
provider?: StringFilter;
|
|
3021
|
+
/** Filter by the object’s `providerAccountName` field. */
|
|
3022
|
+
providerAccountName?: StringFilter;
|
|
3023
|
+
/** Filter by the object’s `region` field. */
|
|
3024
|
+
region?: StringFilter;
|
|
3025
|
+
/** Filter by the object’s `smtpHost` field. */
|
|
3026
|
+
smtpHost?: StringFilter;
|
|
3027
|
+
/** Filter by the object’s `smtpPort` field. */
|
|
3028
|
+
smtpPort?: IntFilter;
|
|
3029
|
+
/** Filter by the object’s `smtpSecure` field. */
|
|
3030
|
+
smtpSecure?: BooleanFilter;
|
|
3031
|
+
/** Filter by the object’s `smtpUser` field. */
|
|
3032
|
+
smtpUser?: StringFilter;
|
|
3033
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
3034
|
+
updatedAt?: DatetimeFilter;
|
|
3035
|
+
/** Filter by the object’s `webhookSigningSecretName` field. */
|
|
3036
|
+
webhookSigningSecretName?: StringFilter;
|
|
3037
|
+
}
|
|
3038
|
+
/** An input for mutations affecting `EmailProviderAccount` */
|
|
3039
|
+
export interface EmailProviderAccountInput {
|
|
3040
|
+
/** Provider API base URL when it is not the provider default (e.g. Mailgun EU) */
|
|
3041
|
+
apiBaseUrl?: string;
|
|
3042
|
+
createdAt?: string;
|
|
3043
|
+
/** Name of the secret holding this account's API key or SMTP password. The value is resolved from the secret store at send time (realm = this row's id) and is never stored here. */
|
|
3044
|
+
credentialsSecretName: string;
|
|
3045
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
3046
|
+
databaseId: string;
|
|
3047
|
+
id?: string;
|
|
3048
|
+
/** Whether identities may send through this account. Disabling one row stops every identity that references it. */
|
|
3049
|
+
isActive?: boolean;
|
|
3050
|
+
/** Operator-facing name for this account (e.g. transactional, marketing) */
|
|
3051
|
+
name: string;
|
|
3052
|
+
/** integration_providers.slug of the provider this account is at (mailgun, ses, postmark, smtp), matched by string not by FK */
|
|
3053
|
+
provider: string;
|
|
3054
|
+
/** Account identifier at the provider — the Mailgun sending domain, the SES verified identity, the Postmark server name */
|
|
3055
|
+
providerAccountName?: string;
|
|
3056
|
+
/** Provider region for region-addressed providers (e.g. SES us-east-1) */
|
|
3057
|
+
region?: string;
|
|
3058
|
+
/** SMTP host (provider = smtp, or a provider addressed over SMTP) */
|
|
3059
|
+
smtpHost?: string;
|
|
3060
|
+
/** SMTP port */
|
|
3061
|
+
smtpPort?: number;
|
|
3062
|
+
/** Whether the SMTP connection uses implicit TLS */
|
|
3063
|
+
smtpSecure?: boolean;
|
|
3064
|
+
/** SMTP username; the password is a secret, addressed by credentials_secret_name */
|
|
3065
|
+
smtpUser?: string;
|
|
3066
|
+
updatedAt?: string;
|
|
3067
|
+
/** Name of the secret used to verify this provider's delivery/bounce webhooks. Name only; the value stays in the secret store. */
|
|
3068
|
+
webhookSigningSecretName?: string;
|
|
3069
|
+
}
|
|
3070
|
+
/** Represents an update to a `EmailProviderAccount`. Fields that are set will be updated. */
|
|
3071
|
+
export interface EmailProviderAccountPatch {
|
|
3072
|
+
/** Provider API base URL when it is not the provider default (e.g. Mailgun EU) */
|
|
3073
|
+
apiBaseUrl?: string;
|
|
3074
|
+
createdAt?: string;
|
|
3075
|
+
/** Name of the secret holding this account's API key or SMTP password. The value is resolved from the secret store at send time (realm = this row's id) and is never stored here. */
|
|
3076
|
+
credentialsSecretName?: string;
|
|
3077
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
3078
|
+
databaseId?: string;
|
|
3079
|
+
id?: string;
|
|
3080
|
+
/** Whether identities may send through this account. Disabling one row stops every identity that references it. */
|
|
3081
|
+
isActive?: boolean;
|
|
3082
|
+
/** Operator-facing name for this account (e.g. transactional, marketing) */
|
|
3083
|
+
name?: string;
|
|
3084
|
+
/** integration_providers.slug of the provider this account is at (mailgun, ses, postmark, smtp), matched by string not by FK */
|
|
3085
|
+
provider?: string;
|
|
3086
|
+
/** Account identifier at the provider — the Mailgun sending domain, the SES verified identity, the Postmark server name */
|
|
3087
|
+
providerAccountName?: string;
|
|
3088
|
+
/** Provider region for region-addressed providers (e.g. SES us-east-1) */
|
|
3089
|
+
region?: string;
|
|
3090
|
+
/** SMTP host (provider = smtp, or a provider addressed over SMTP) */
|
|
3091
|
+
smtpHost?: string;
|
|
3092
|
+
/** SMTP port */
|
|
3093
|
+
smtpPort?: number;
|
|
3094
|
+
/** Whether the SMTP connection uses implicit TLS */
|
|
3095
|
+
smtpSecure?: boolean;
|
|
3096
|
+
/** SMTP username; the password is a secret, addressed by credentials_secret_name */
|
|
3097
|
+
smtpUser?: string;
|
|
3098
|
+
updatedAt?: string;
|
|
3099
|
+
/** Name of the secret used to verify this provider's delivery/bounce webhooks. Name only; the value stays in the secret store. */
|
|
3100
|
+
webhookSigningSecretName?: string;
|
|
3101
|
+
}
|
|
3102
|
+
/** A filter to be used against many `EmailIdentity` object types. All fields are combined with a logical ‘and.’ */
|
|
3103
|
+
export interface EmailProviderAccountToManyEmailIdentityFilter {
|
|
3104
|
+
/** Filters to entities where every related entity matches. */
|
|
3105
|
+
every?: EmailIdentityFilter;
|
|
3106
|
+
/** Filters to entities where no related entity matches. */
|
|
3107
|
+
none?: EmailIdentityFilter;
|
|
3108
|
+
/** Filters to entities where at least one related entity matches. */
|
|
3109
|
+
some?: EmailIdentityFilter;
|
|
3110
|
+
}
|
|
3111
|
+
/** A filter to be used against `EmailSiteIdentity` object types. All fields are combined with a logical ‘and.’ */
|
|
3112
|
+
export interface EmailSiteIdentityFilter {
|
|
3113
|
+
/** Checks for all expressions in this list. */
|
|
3114
|
+
and?: EmailSiteIdentityFilter[];
|
|
3115
|
+
/** Filter by the object’s `createdAt` field. */
|
|
3116
|
+
createdAt?: DatetimeFilter;
|
|
3117
|
+
/** Filter by the object’s `databaseId` field. */
|
|
3118
|
+
databaseId?: UUIDFilter;
|
|
3119
|
+
/** Filter by the object’s `emailIdentity` relation. */
|
|
3120
|
+
emailIdentity?: EmailIdentityFilter;
|
|
3121
|
+
/** Filter by the object’s `emailIdentityId` field. */
|
|
3122
|
+
emailIdentityId?: UUIDFilter;
|
|
3123
|
+
/** Filter by the object’s `id` field. */
|
|
3124
|
+
id?: UUIDFilter;
|
|
3125
|
+
/** Negates the expression. */
|
|
3126
|
+
not?: EmailSiteIdentityFilter;
|
|
3127
|
+
/** Checks for any expressions in this list. */
|
|
3128
|
+
or?: EmailSiteIdentityFilter[];
|
|
3129
|
+
/** Filter by the object’s `site` relation. */
|
|
3130
|
+
site?: SiteFilter;
|
|
3131
|
+
/** Filter by the object’s `siteId` field. */
|
|
3132
|
+
siteId?: UUIDFilter;
|
|
3133
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
3134
|
+
updatedAt?: DatetimeFilter;
|
|
3135
|
+
}
|
|
3136
|
+
/** An input for mutations affecting `EmailSiteIdentity` */
|
|
3137
|
+
export interface EmailSiteIdentityInput {
|
|
3138
|
+
createdAt?: string;
|
|
3139
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
3140
|
+
databaseId: string;
|
|
3141
|
+
/** Identity this site sends as */
|
|
3142
|
+
emailIdentityId: string;
|
|
3143
|
+
id?: string;
|
|
3144
|
+
/** Site whose mail is sent as the bound identity */
|
|
3145
|
+
siteId: string;
|
|
3146
|
+
updatedAt?: string;
|
|
3147
|
+
}
|
|
3148
|
+
/** Represents an update to a `EmailSiteIdentity`. Fields that are set will be updated. */
|
|
3149
|
+
export interface EmailSiteIdentityPatch {
|
|
3150
|
+
createdAt?: string;
|
|
3151
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
3152
|
+
databaseId?: string;
|
|
3153
|
+
/** Identity this site sends as */
|
|
3154
|
+
emailIdentityId?: string;
|
|
3155
|
+
id?: string;
|
|
3156
|
+
/** Site whose mail is sent as the bound identity */
|
|
3157
|
+
siteId?: string;
|
|
3158
|
+
updatedAt?: string;
|
|
3159
|
+
}
|
|
2666
3160
|
/** A filter to be used against `EmbeddingChunk` object types. All fields are combined with a logical ‘and.’ */
|
|
2667
3161
|
export interface EmbeddingChunkFilter {
|
|
2668
3162
|
/** Checks for all expressions in this list. */
|
|
@@ -3975,12 +4469,87 @@ export interface PartitionPatch {
|
|
|
3975
4469
|
tableId?: string;
|
|
3976
4470
|
updatedAt?: string;
|
|
3977
4471
|
}
|
|
4472
|
+
/** A filter to be used against `PlatformApi` object types. All fields are combined with a logical ‘and.’ */
|
|
4473
|
+
export interface PlatformApiFilter {
|
|
4474
|
+
/** Checks for all expressions in this list. */
|
|
4475
|
+
and?: PlatformApiFilter[];
|
|
4476
|
+
/** Filter by the object’s `anonRole` field. */
|
|
4477
|
+
anonRole?: StringFilter;
|
|
4478
|
+
/** Filter by the object’s `config` field. */
|
|
4479
|
+
config?: JSONFilter;
|
|
4480
|
+
/** Filter by the object’s `createdAt` field. */
|
|
4481
|
+
createdAt?: DatetimeFilter;
|
|
4482
|
+
/** Filter by the object’s `dbname` field. */
|
|
4483
|
+
dbname?: StringFilter;
|
|
4484
|
+
/** Filter by the object’s `id` field. */
|
|
4485
|
+
id?: UUIDFilter;
|
|
4486
|
+
/** Filter by the object’s `isPublished` field. */
|
|
4487
|
+
isPublished?: BooleanFilter;
|
|
4488
|
+
/** Filter by the object’s `name` field. */
|
|
4489
|
+
name?: StringFilter;
|
|
4490
|
+
/** Negates the expression. */
|
|
4491
|
+
not?: PlatformApiFilter;
|
|
4492
|
+
/** Checks for any expressions in this list. */
|
|
4493
|
+
or?: PlatformApiFilter[];
|
|
4494
|
+
/** Filter by the object’s `platformApiSchemasByApiId` relation. */
|
|
4495
|
+
platformApiSchemasByApiId?: PlatformApiToManyPlatformApiSchemaFilter;
|
|
4496
|
+
/** `platformApiSchemasByApiId` exist. */
|
|
4497
|
+
platformApiSchemasByApiIdExist?: boolean;
|
|
4498
|
+
/** Filter by the object’s `platformApiSettingByApiId` relation. */
|
|
4499
|
+
platformApiSettingByApiId?: PlatformApiSettingFilter;
|
|
4500
|
+
/** A related `platformApiSettingByApiId` exists. */
|
|
4501
|
+
platformApiSettingByApiIdExists?: boolean;
|
|
4502
|
+
/** Filter by the object’s `platformCorsSettingByApiId` relation. */
|
|
4503
|
+
platformCorsSettingByApiId?: PlatformCorsSettingFilter;
|
|
4504
|
+
/** A related `platformCorsSettingByApiId` exists. */
|
|
4505
|
+
platformCorsSettingByApiIdExists?: boolean;
|
|
4506
|
+
/** Filter by the object’s `roleName` field. */
|
|
4507
|
+
roleName?: StringFilter;
|
|
4508
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
4509
|
+
updatedAt?: DatetimeFilter;
|
|
4510
|
+
}
|
|
4511
|
+
/** An input for mutations affecting `PlatformApi` */
|
|
4512
|
+
export interface PlatformApiInput {
|
|
4513
|
+
/** Anonymous role the API executes as */
|
|
4514
|
+
anonRole?: string;
|
|
4515
|
+
/** Module-specific configuration for this API surface */
|
|
4516
|
+
config?: unknown;
|
|
4517
|
+
createdAt?: string;
|
|
4518
|
+
/** Database this API surface serves */
|
|
4519
|
+
dbname?: string;
|
|
4520
|
+
id?: string;
|
|
4521
|
+
/** Whether other scopes may see and route to this API surface */
|
|
4522
|
+
isPublished?: boolean;
|
|
4523
|
+
/** Owner-local API surface name */
|
|
4524
|
+
name: string;
|
|
4525
|
+
/** Authenticated role the API executes as */
|
|
4526
|
+
roleName?: string;
|
|
4527
|
+
updatedAt?: string;
|
|
4528
|
+
}
|
|
4529
|
+
/** Represents an update to a `PlatformApi`. Fields that are set will be updated. */
|
|
4530
|
+
export interface PlatformApiPatch {
|
|
4531
|
+
/** Anonymous role the API executes as */
|
|
4532
|
+
anonRole?: string;
|
|
4533
|
+
/** Module-specific configuration for this API surface */
|
|
4534
|
+
config?: unknown;
|
|
4535
|
+
createdAt?: string;
|
|
4536
|
+
/** Database this API surface serves */
|
|
4537
|
+
dbname?: string;
|
|
4538
|
+
id?: string;
|
|
4539
|
+
/** Whether other scopes may see and route to this API surface */
|
|
4540
|
+
isPublished?: boolean;
|
|
4541
|
+
/** Owner-local API surface name */
|
|
4542
|
+
name?: string;
|
|
4543
|
+
/** Authenticated role the API executes as */
|
|
4544
|
+
roleName?: string;
|
|
4545
|
+
updatedAt?: string;
|
|
4546
|
+
}
|
|
3978
4547
|
/** A filter to be used against `PlatformApiSchema` object types. All fields are combined with a logical ‘and.’ */
|
|
3979
4548
|
export interface PlatformApiSchemaFilter {
|
|
3980
4549
|
/** Checks for all expressions in this list. */
|
|
3981
4550
|
and?: PlatformApiSchemaFilter[];
|
|
3982
4551
|
/** Filter by the object’s `api` relation. */
|
|
3983
|
-
api?:
|
|
4552
|
+
api?: PlatformApiFilter;
|
|
3984
4553
|
/** Filter by the object’s `apiId` field. */
|
|
3985
4554
|
apiId?: UUIDFilter;
|
|
3986
4555
|
/** Filter by the object’s `createdAt` field. */
|
|
@@ -4023,7 +4592,7 @@ export interface PlatformApiSettingFilter {
|
|
|
4023
4592
|
/** Checks for all expressions in this list. */
|
|
4024
4593
|
and?: PlatformApiSettingFilter[];
|
|
4025
4594
|
/** Filter by the object’s `api` relation. */
|
|
4026
|
-
api?:
|
|
4595
|
+
api?: PlatformApiFilter;
|
|
4027
4596
|
/** Filter by the object’s `apiId` field. */
|
|
4028
4597
|
apiId?: UUIDFilter;
|
|
4029
4598
|
/** Filter by the object’s `createdAt` field. */
|
|
@@ -4113,107 +4682,32 @@ export interface PlatformApiSettingPatch {
|
|
|
4113
4682
|
/** Override: enable connection filter (NULL = inherit from database_settings) */
|
|
4114
4683
|
enableConnectionFilter?: boolean;
|
|
4115
4684
|
/** Override: enable direct (multipart) file uploads (NULL = inherit from database_settings) */
|
|
4116
|
-
enableDirectUploads?: boolean;
|
|
4117
|
-
/** Override: enable internationalization plugin (NULL = inherit from database_settings) */
|
|
4118
|
-
enableI18N?: boolean;
|
|
4119
|
-
/** Override: enable LLM/AI integration features (NULL = inherit from database_settings) */
|
|
4120
|
-
enableLlm?: boolean;
|
|
4121
|
-
/** Override: enable ltree hierarchical data type (NULL = inherit from database_settings) */
|
|
4122
|
-
enableLtree?: boolean;
|
|
4123
|
-
/** Override: enable many-to-many relationships (NULL = inherit from database_settings) */
|
|
4124
|
-
enableManyToMany?: boolean;
|
|
4125
|
-
/** Override: enable PostGIS spatial types (NULL = inherit from database_settings) */
|
|
4126
|
-
enablePostgis?: boolean;
|
|
4127
|
-
/** Override: enable presigned URL upload flow (NULL = inherit from database_settings) */
|
|
4128
|
-
enablePresignedUploads?: boolean;
|
|
4129
|
-
/** Override: enable realtime subscriptions (NULL = inherit from database_settings) */
|
|
4130
|
-
enableRealtime?: boolean;
|
|
4131
|
-
/** Override: enable unified search (NULL = inherit from database_settings) */
|
|
4132
|
-
enableSearch?: boolean;
|
|
4133
|
-
id?: string;
|
|
4134
|
-
/** Extensible JSON for additional per-API settings that do not have dedicated columns */
|
|
4135
|
-
options?: unknown;
|
|
4136
|
-
/** Override: GraphQL statement timeout in milliseconds (NULL = inherit from database_settings). Clamped by the plan cap at read time. */
|
|
4137
|
-
statementTimeoutMs?: string;
|
|
4138
|
-
updatedAt?: string;
|
|
4139
|
-
}
|
|
4140
|
-
/** A filter to be used against `PlatformApis` object types. All fields are combined with a logical ‘and.’ */
|
|
4141
|
-
export interface PlatformApisFilter {
|
|
4142
|
-
/** Checks for all expressions in this list. */
|
|
4143
|
-
and?: PlatformApisFilter[];
|
|
4144
|
-
/** Filter by the object’s `anonRole` field. */
|
|
4145
|
-
anonRole?: StringFilter;
|
|
4146
|
-
/** Filter by the object’s `config` field. */
|
|
4147
|
-
config?: JSONFilter;
|
|
4148
|
-
/** Filter by the object’s `createdAt` field. */
|
|
4149
|
-
createdAt?: DatetimeFilter;
|
|
4150
|
-
/** Filter by the object’s `dbname` field. */
|
|
4151
|
-
dbname?: StringFilter;
|
|
4152
|
-
/** Filter by the object’s `id` field. */
|
|
4153
|
-
id?: UUIDFilter;
|
|
4154
|
-
/** Filter by the object’s `isPublished` field. */
|
|
4155
|
-
isPublished?: BooleanFilter;
|
|
4156
|
-
/** Filter by the object’s `name` field. */
|
|
4157
|
-
name?: StringFilter;
|
|
4158
|
-
/** Negates the expression. */
|
|
4159
|
-
not?: PlatformApisFilter;
|
|
4160
|
-
/** Checks for any expressions in this list. */
|
|
4161
|
-
or?: PlatformApisFilter[];
|
|
4162
|
-
/** Filter by the object’s `platformApiSchemasByApiId` relation. */
|
|
4163
|
-
platformApiSchemasByApiId?: PlatformApisToManyPlatformApiSchemaFilter;
|
|
4164
|
-
/** `platformApiSchemasByApiId` exist. */
|
|
4165
|
-
platformApiSchemasByApiIdExist?: boolean;
|
|
4166
|
-
/** Filter by the object’s `platformApiSettingByApiId` relation. */
|
|
4167
|
-
platformApiSettingByApiId?: PlatformApiSettingFilter;
|
|
4168
|
-
/** A related `platformApiSettingByApiId` exists. */
|
|
4169
|
-
platformApiSettingByApiIdExists?: boolean;
|
|
4170
|
-
/** Filter by the object’s `platformCorsSettingByApiId` relation. */
|
|
4171
|
-
platformCorsSettingByApiId?: PlatformCorsSettingFilter;
|
|
4172
|
-
/** A related `platformCorsSettingByApiId` exists. */
|
|
4173
|
-
platformCorsSettingByApiIdExists?: boolean;
|
|
4174
|
-
/** Filter by the object’s `roleName` field. */
|
|
4175
|
-
roleName?: StringFilter;
|
|
4176
|
-
/** Filter by the object’s `updatedAt` field. */
|
|
4177
|
-
updatedAt?: DatetimeFilter;
|
|
4178
|
-
}
|
|
4179
|
-
/** An input for mutations affecting `PlatformApis` */
|
|
4180
|
-
export interface PlatformApisInput {
|
|
4181
|
-
/** Anonymous role the API executes as */
|
|
4182
|
-
anonRole?: string;
|
|
4183
|
-
/** Module-specific configuration for this API surface */
|
|
4184
|
-
config?: unknown;
|
|
4185
|
-
createdAt?: string;
|
|
4186
|
-
/** Database this API surface serves */
|
|
4187
|
-
dbname?: string;
|
|
4188
|
-
id?: string;
|
|
4189
|
-
/** Whether other scopes may see and route to this API surface */
|
|
4190
|
-
isPublished?: boolean;
|
|
4191
|
-
/** Owner-local API surface name */
|
|
4192
|
-
name: string;
|
|
4193
|
-
/** Authenticated role the API executes as */
|
|
4194
|
-
roleName?: string;
|
|
4195
|
-
updatedAt?: string;
|
|
4196
|
-
}
|
|
4197
|
-
/** Represents an update to a `PlatformApis`. Fields that are set will be updated. */
|
|
4198
|
-
export interface PlatformApisPatch {
|
|
4199
|
-
/** Anonymous role the API executes as */
|
|
4200
|
-
anonRole?: string;
|
|
4201
|
-
/** Module-specific configuration for this API surface */
|
|
4202
|
-
config?: unknown;
|
|
4203
|
-
createdAt?: string;
|
|
4204
|
-
/** Database this API surface serves */
|
|
4205
|
-
dbname?: string;
|
|
4685
|
+
enableDirectUploads?: boolean;
|
|
4686
|
+
/** Override: enable internationalization plugin (NULL = inherit from database_settings) */
|
|
4687
|
+
enableI18N?: boolean;
|
|
4688
|
+
/** Override: enable LLM/AI integration features (NULL = inherit from database_settings) */
|
|
4689
|
+
enableLlm?: boolean;
|
|
4690
|
+
/** Override: enable ltree hierarchical data type (NULL = inherit from database_settings) */
|
|
4691
|
+
enableLtree?: boolean;
|
|
4692
|
+
/** Override: enable many-to-many relationships (NULL = inherit from database_settings) */
|
|
4693
|
+
enableManyToMany?: boolean;
|
|
4694
|
+
/** Override: enable PostGIS spatial types (NULL = inherit from database_settings) */
|
|
4695
|
+
enablePostgis?: boolean;
|
|
4696
|
+
/** Override: enable presigned URL upload flow (NULL = inherit from database_settings) */
|
|
4697
|
+
enablePresignedUploads?: boolean;
|
|
4698
|
+
/** Override: enable realtime subscriptions (NULL = inherit from database_settings) */
|
|
4699
|
+
enableRealtime?: boolean;
|
|
4700
|
+
/** Override: enable unified search (NULL = inherit from database_settings) */
|
|
4701
|
+
enableSearch?: boolean;
|
|
4206
4702
|
id?: string;
|
|
4207
|
-
/**
|
|
4208
|
-
|
|
4209
|
-
/**
|
|
4210
|
-
|
|
4211
|
-
/** Authenticated role the API executes as */
|
|
4212
|
-
roleName?: string;
|
|
4703
|
+
/** Extensible JSON for additional per-API settings that do not have dedicated columns */
|
|
4704
|
+
options?: unknown;
|
|
4705
|
+
/** Override: GraphQL statement timeout in milliseconds (NULL = inherit from database_settings). Clamped by the plan cap at read time. */
|
|
4706
|
+
statementTimeoutMs?: string;
|
|
4213
4707
|
updatedAt?: string;
|
|
4214
4708
|
}
|
|
4215
4709
|
/** A filter to be used against many `PlatformApiSchema` object types. All fields are combined with a logical ‘and.’ */
|
|
4216
|
-
export interface
|
|
4710
|
+
export interface PlatformApiToManyPlatformApiSchemaFilter {
|
|
4217
4711
|
/** Filters to entities where every related entity matches. */
|
|
4218
4712
|
every?: PlatformApiSchemaFilter;
|
|
4219
4713
|
/** Filters to entities where no related entity matches. */
|
|
@@ -4228,7 +4722,7 @@ export interface PlatformCorsSettingFilter {
|
|
|
4228
4722
|
/** Checks for all expressions in this list. */
|
|
4229
4723
|
and?: PlatformCorsSettingFilter[];
|
|
4230
4724
|
/** Filter by the object’s `api` relation. */
|
|
4231
|
-
api?:
|
|
4725
|
+
api?: PlatformApiFilter;
|
|
4232
4726
|
/** A related `api` exists. */
|
|
4233
4727
|
apiExists?: boolean;
|
|
4234
4728
|
/** Filter by the object’s `apiId` field. */
|
|
@@ -4577,6 +5071,259 @@ export interface PlatformDomainsAssignSubdomainInput {
|
|
|
4577
5071
|
label?: string;
|
|
4578
5072
|
maxAttempts?: number;
|
|
4579
5073
|
}
|
|
5074
|
+
/** A filter to be used against `PlatformEmailIdentity` object types. All fields are combined with a logical ‘and.’ */
|
|
5075
|
+
export interface PlatformEmailIdentityFilter {
|
|
5076
|
+
/** Checks for all expressions in this list. */
|
|
5077
|
+
and?: PlatformEmailIdentityFilter[];
|
|
5078
|
+
/** Filter by the object’s `createdAt` field. */
|
|
5079
|
+
createdAt?: DatetimeFilter;
|
|
5080
|
+
/** Filter by the object’s `fromAddress` field. */
|
|
5081
|
+
fromAddress?: StringFilter;
|
|
5082
|
+
/** Filter by the object’s `fromName` field. */
|
|
5083
|
+
fromName?: StringFilter;
|
|
5084
|
+
/** Filter by the object’s `id` field. */
|
|
5085
|
+
id?: UUIDFilter;
|
|
5086
|
+
/** Filter by the object’s `isActive` field. */
|
|
5087
|
+
isActive?: BooleanFilter;
|
|
5088
|
+
/** Filter by the object’s `isDefault` field. */
|
|
5089
|
+
isDefault?: BooleanFilter;
|
|
5090
|
+
/** Filter by the object’s `name` field. */
|
|
5091
|
+
name?: StringFilter;
|
|
5092
|
+
/** Negates the expression. */
|
|
5093
|
+
not?: PlatformEmailIdentityFilter;
|
|
5094
|
+
/** Checks for any expressions in this list. */
|
|
5095
|
+
or?: PlatformEmailIdentityFilter[];
|
|
5096
|
+
/** Filter by the object’s `platformEmailSiteIdentitiesByEmailIdentityId` relation. */
|
|
5097
|
+
platformEmailSiteIdentitiesByEmailIdentityId?: PlatformEmailIdentityToManyPlatformEmailSiteIdentityFilter;
|
|
5098
|
+
/** `platformEmailSiteIdentitiesByEmailIdentityId` exist. */
|
|
5099
|
+
platformEmailSiteIdentitiesByEmailIdentityIdExist?: boolean;
|
|
5100
|
+
/** Filter by the object’s `providerAccount` relation. */
|
|
5101
|
+
providerAccount?: PlatformEmailProviderAccountFilter;
|
|
5102
|
+
/** A related `providerAccount` exists. */
|
|
5103
|
+
providerAccountExists?: boolean;
|
|
5104
|
+
/** Filter by the object’s `providerAccountId` field. */
|
|
5105
|
+
providerAccountId?: UUIDFilter;
|
|
5106
|
+
/** Filter by the object’s `replyToAddress` field. */
|
|
5107
|
+
replyToAddress?: StringFilter;
|
|
5108
|
+
/** Filter by the object’s `supportAddress` field. */
|
|
5109
|
+
supportAddress?: StringFilter;
|
|
5110
|
+
/** Filter by the object’s `transportMode` field. */
|
|
5111
|
+
transportMode?: StringFilter;
|
|
5112
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
5113
|
+
updatedAt?: DatetimeFilter;
|
|
5114
|
+
}
|
|
5115
|
+
/** An input for mutations affecting `PlatformEmailIdentity` */
|
|
5116
|
+
export interface PlatformEmailIdentityInput {
|
|
5117
|
+
createdAt?: string;
|
|
5118
|
+
/** Envelope/header From address, lower-case. Must be accepted by the sending account at the provider. */
|
|
5119
|
+
fromAddress: string;
|
|
5120
|
+
/** Display name shown beside the from address */
|
|
5121
|
+
fromName?: string;
|
|
5122
|
+
id?: string;
|
|
5123
|
+
/** Whether this identity may be resolved for a send */
|
|
5124
|
+
isActive?: boolean;
|
|
5125
|
+
/** The scope default identity, used when no site binding resolves. At most one per scope key. */
|
|
5126
|
+
isDefault?: boolean;
|
|
5127
|
+
/** Operator-facing name for this identity (e.g. transactional, support) */
|
|
5128
|
+
name: string;
|
|
5129
|
+
/** Same-scope provider account this identity sends through. Required for transport_mode = own, NULL for platform_shared. */
|
|
5130
|
+
providerAccountId?: string;
|
|
5131
|
+
/** Reply-To address when replies should not go to the from address */
|
|
5132
|
+
replyToAddress?: string;
|
|
5133
|
+
/** Support address rendered in message bodies and footers */
|
|
5134
|
+
supportAddress?: string;
|
|
5135
|
+
/** own = send through provider_account_id in this scope; platform_shared = send through the platform installation's shared account, an explicit recorded choice and never an implicit fallback */
|
|
5136
|
+
transportMode?: string;
|
|
5137
|
+
updatedAt?: string;
|
|
5138
|
+
}
|
|
5139
|
+
/** Represents an update to a `PlatformEmailIdentity`. Fields that are set will be updated. */
|
|
5140
|
+
export interface PlatformEmailIdentityPatch {
|
|
5141
|
+
createdAt?: string;
|
|
5142
|
+
/** Envelope/header From address, lower-case. Must be accepted by the sending account at the provider. */
|
|
5143
|
+
fromAddress?: string;
|
|
5144
|
+
/** Display name shown beside the from address */
|
|
5145
|
+
fromName?: string;
|
|
5146
|
+
id?: string;
|
|
5147
|
+
/** Whether this identity may be resolved for a send */
|
|
5148
|
+
isActive?: boolean;
|
|
5149
|
+
/** The scope default identity, used when no site binding resolves. At most one per scope key. */
|
|
5150
|
+
isDefault?: boolean;
|
|
5151
|
+
/** Operator-facing name for this identity (e.g. transactional, support) */
|
|
5152
|
+
name?: string;
|
|
5153
|
+
/** Same-scope provider account this identity sends through. Required for transport_mode = own, NULL for platform_shared. */
|
|
5154
|
+
providerAccountId?: string;
|
|
5155
|
+
/** Reply-To address when replies should not go to the from address */
|
|
5156
|
+
replyToAddress?: string;
|
|
5157
|
+
/** Support address rendered in message bodies and footers */
|
|
5158
|
+
supportAddress?: string;
|
|
5159
|
+
/** own = send through provider_account_id in this scope; platform_shared = send through the platform installation's shared account, an explicit recorded choice and never an implicit fallback */
|
|
5160
|
+
transportMode?: string;
|
|
5161
|
+
updatedAt?: string;
|
|
5162
|
+
}
|
|
5163
|
+
/** A filter to be used against many `PlatformEmailSiteIdentity` object types. All fields are combined with a logical ‘and.’ */
|
|
5164
|
+
export interface PlatformEmailIdentityToManyPlatformEmailSiteIdentityFilter {
|
|
5165
|
+
/** Filters to entities where every related entity matches. */
|
|
5166
|
+
every?: PlatformEmailSiteIdentityFilter;
|
|
5167
|
+
/** Filters to entities where no related entity matches. */
|
|
5168
|
+
none?: PlatformEmailSiteIdentityFilter;
|
|
5169
|
+
/** Filters to entities where at least one related entity matches. */
|
|
5170
|
+
some?: PlatformEmailSiteIdentityFilter;
|
|
5171
|
+
}
|
|
5172
|
+
/** A filter to be used against `PlatformEmailProviderAccount` object types. All fields are combined with a logical ‘and.’ */
|
|
5173
|
+
export interface PlatformEmailProviderAccountFilter {
|
|
5174
|
+
/** Checks for all expressions in this list. */
|
|
5175
|
+
and?: PlatformEmailProviderAccountFilter[];
|
|
5176
|
+
/** Filter by the object’s `apiBaseUrl` field. */
|
|
5177
|
+
apiBaseUrl?: StringFilter;
|
|
5178
|
+
/** Filter by the object’s `createdAt` field. */
|
|
5179
|
+
createdAt?: DatetimeFilter;
|
|
5180
|
+
/** Filter by the object’s `credentialsSecretName` field. */
|
|
5181
|
+
credentialsSecretName?: StringFilter;
|
|
5182
|
+
/** Filter by the object’s `id` field. */
|
|
5183
|
+
id?: UUIDFilter;
|
|
5184
|
+
/** Filter by the object’s `isActive` field. */
|
|
5185
|
+
isActive?: BooleanFilter;
|
|
5186
|
+
/** Filter by the object’s `name` field. */
|
|
5187
|
+
name?: StringFilter;
|
|
5188
|
+
/** Negates the expression. */
|
|
5189
|
+
not?: PlatformEmailProviderAccountFilter;
|
|
5190
|
+
/** Checks for any expressions in this list. */
|
|
5191
|
+
or?: PlatformEmailProviderAccountFilter[];
|
|
5192
|
+
/** Filter by the object’s `platformEmailIdentitiesByProviderAccountId` relation. */
|
|
5193
|
+
platformEmailIdentitiesByProviderAccountId?: PlatformEmailProviderAccountToManyPlatformEmailIdentityFilter;
|
|
5194
|
+
/** `platformEmailIdentitiesByProviderAccountId` exist. */
|
|
5195
|
+
platformEmailIdentitiesByProviderAccountIdExist?: boolean;
|
|
5196
|
+
/** Filter by the object’s `provider` field. */
|
|
5197
|
+
provider?: StringFilter;
|
|
5198
|
+
/** Filter by the object’s `providerAccountName` field. */
|
|
5199
|
+
providerAccountName?: StringFilter;
|
|
5200
|
+
/** Filter by the object’s `region` field. */
|
|
5201
|
+
region?: StringFilter;
|
|
5202
|
+
/** Filter by the object’s `smtpHost` field. */
|
|
5203
|
+
smtpHost?: StringFilter;
|
|
5204
|
+
/** Filter by the object’s `smtpPort` field. */
|
|
5205
|
+
smtpPort?: IntFilter;
|
|
5206
|
+
/** Filter by the object’s `smtpSecure` field. */
|
|
5207
|
+
smtpSecure?: BooleanFilter;
|
|
5208
|
+
/** Filter by the object’s `smtpUser` field. */
|
|
5209
|
+
smtpUser?: StringFilter;
|
|
5210
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
5211
|
+
updatedAt?: DatetimeFilter;
|
|
5212
|
+
/** Filter by the object’s `webhookSigningSecretName` field. */
|
|
5213
|
+
webhookSigningSecretName?: StringFilter;
|
|
5214
|
+
}
|
|
5215
|
+
/** An input for mutations affecting `PlatformEmailProviderAccount` */
|
|
5216
|
+
export interface PlatformEmailProviderAccountInput {
|
|
5217
|
+
/** Provider API base URL when it is not the provider default (e.g. Mailgun EU) */
|
|
5218
|
+
apiBaseUrl?: string;
|
|
5219
|
+
createdAt?: string;
|
|
5220
|
+
/** Name of the secret holding this account's API key or SMTP password. The value is resolved from the secret store at send time (realm = this row's id) and is never stored here. */
|
|
5221
|
+
credentialsSecretName: string;
|
|
5222
|
+
id?: string;
|
|
5223
|
+
/** Whether identities may send through this account. Disabling one row stops every identity that references it. */
|
|
5224
|
+
isActive?: boolean;
|
|
5225
|
+
/** Operator-facing name for this account (e.g. transactional, marketing) */
|
|
5226
|
+
name: string;
|
|
5227
|
+
/** integration_providers.slug of the provider this account is at (mailgun, ses, postmark, smtp), matched by string not by FK */
|
|
5228
|
+
provider: string;
|
|
5229
|
+
/** Account identifier at the provider — the Mailgun sending domain, the SES verified identity, the Postmark server name */
|
|
5230
|
+
providerAccountName?: string;
|
|
5231
|
+
/** Provider region for region-addressed providers (e.g. SES us-east-1) */
|
|
5232
|
+
region?: string;
|
|
5233
|
+
/** SMTP host (provider = smtp, or a provider addressed over SMTP) */
|
|
5234
|
+
smtpHost?: string;
|
|
5235
|
+
/** SMTP port */
|
|
5236
|
+
smtpPort?: number;
|
|
5237
|
+
/** Whether the SMTP connection uses implicit TLS */
|
|
5238
|
+
smtpSecure?: boolean;
|
|
5239
|
+
/** SMTP username; the password is a secret, addressed by credentials_secret_name */
|
|
5240
|
+
smtpUser?: string;
|
|
5241
|
+
updatedAt?: string;
|
|
5242
|
+
/** Name of the secret used to verify this provider's delivery/bounce webhooks. Name only; the value stays in the secret store. */
|
|
5243
|
+
webhookSigningSecretName?: string;
|
|
5244
|
+
}
|
|
5245
|
+
/** Represents an update to a `PlatformEmailProviderAccount`. Fields that are set will be updated. */
|
|
5246
|
+
export interface PlatformEmailProviderAccountPatch {
|
|
5247
|
+
/** Provider API base URL when it is not the provider default (e.g. Mailgun EU) */
|
|
5248
|
+
apiBaseUrl?: string;
|
|
5249
|
+
createdAt?: string;
|
|
5250
|
+
/** Name of the secret holding this account's API key or SMTP password. The value is resolved from the secret store at send time (realm = this row's id) and is never stored here. */
|
|
5251
|
+
credentialsSecretName?: string;
|
|
5252
|
+
id?: string;
|
|
5253
|
+
/** Whether identities may send through this account. Disabling one row stops every identity that references it. */
|
|
5254
|
+
isActive?: boolean;
|
|
5255
|
+
/** Operator-facing name for this account (e.g. transactional, marketing) */
|
|
5256
|
+
name?: string;
|
|
5257
|
+
/** integration_providers.slug of the provider this account is at (mailgun, ses, postmark, smtp), matched by string not by FK */
|
|
5258
|
+
provider?: string;
|
|
5259
|
+
/** Account identifier at the provider — the Mailgun sending domain, the SES verified identity, the Postmark server name */
|
|
5260
|
+
providerAccountName?: string;
|
|
5261
|
+
/** Provider region for region-addressed providers (e.g. SES us-east-1) */
|
|
5262
|
+
region?: string;
|
|
5263
|
+
/** SMTP host (provider = smtp, or a provider addressed over SMTP) */
|
|
5264
|
+
smtpHost?: string;
|
|
5265
|
+
/** SMTP port */
|
|
5266
|
+
smtpPort?: number;
|
|
5267
|
+
/** Whether the SMTP connection uses implicit TLS */
|
|
5268
|
+
smtpSecure?: boolean;
|
|
5269
|
+
/** SMTP username; the password is a secret, addressed by credentials_secret_name */
|
|
5270
|
+
smtpUser?: string;
|
|
5271
|
+
updatedAt?: string;
|
|
5272
|
+
/** Name of the secret used to verify this provider's delivery/bounce webhooks. Name only; the value stays in the secret store. */
|
|
5273
|
+
webhookSigningSecretName?: string;
|
|
5274
|
+
}
|
|
5275
|
+
/** A filter to be used against many `PlatformEmailIdentity` object types. All fields are combined with a logical ‘and.’ */
|
|
5276
|
+
export interface PlatformEmailProviderAccountToManyPlatformEmailIdentityFilter {
|
|
5277
|
+
/** Filters to entities where every related entity matches. */
|
|
5278
|
+
every?: PlatformEmailIdentityFilter;
|
|
5279
|
+
/** Filters to entities where no related entity matches. */
|
|
5280
|
+
none?: PlatformEmailIdentityFilter;
|
|
5281
|
+
/** Filters to entities where at least one related entity matches. */
|
|
5282
|
+
some?: PlatformEmailIdentityFilter;
|
|
5283
|
+
}
|
|
5284
|
+
/** A filter to be used against `PlatformEmailSiteIdentity` object types. All fields are combined with a logical ‘and.’ */
|
|
5285
|
+
export interface PlatformEmailSiteIdentityFilter {
|
|
5286
|
+
/** Checks for all expressions in this list. */
|
|
5287
|
+
and?: PlatformEmailSiteIdentityFilter[];
|
|
5288
|
+
/** Filter by the object’s `createdAt` field. */
|
|
5289
|
+
createdAt?: DatetimeFilter;
|
|
5290
|
+
/** Filter by the object’s `emailIdentity` relation. */
|
|
5291
|
+
emailIdentity?: PlatformEmailIdentityFilter;
|
|
5292
|
+
/** Filter by the object’s `emailIdentityId` field. */
|
|
5293
|
+
emailIdentityId?: UUIDFilter;
|
|
5294
|
+
/** Filter by the object’s `id` field. */
|
|
5295
|
+
id?: UUIDFilter;
|
|
5296
|
+
/** Negates the expression. */
|
|
5297
|
+
not?: PlatformEmailSiteIdentityFilter;
|
|
5298
|
+
/** Checks for any expressions in this list. */
|
|
5299
|
+
or?: PlatformEmailSiteIdentityFilter[];
|
|
5300
|
+
/** Filter by the object’s `site` relation. */
|
|
5301
|
+
site?: PlatformSiteFilter;
|
|
5302
|
+
/** Filter by the object’s `siteId` field. */
|
|
5303
|
+
siteId?: UUIDFilter;
|
|
5304
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
5305
|
+
updatedAt?: DatetimeFilter;
|
|
5306
|
+
}
|
|
5307
|
+
/** An input for mutations affecting `PlatformEmailSiteIdentity` */
|
|
5308
|
+
export interface PlatformEmailSiteIdentityInput {
|
|
5309
|
+
createdAt?: string;
|
|
5310
|
+
/** Identity this site sends as */
|
|
5311
|
+
emailIdentityId: string;
|
|
5312
|
+
id?: string;
|
|
5313
|
+
/** Site whose mail is sent as the bound identity */
|
|
5314
|
+
siteId: string;
|
|
5315
|
+
updatedAt?: string;
|
|
5316
|
+
}
|
|
5317
|
+
/** Represents an update to a `PlatformEmailSiteIdentity`. Fields that are set will be updated. */
|
|
5318
|
+
export interface PlatformEmailSiteIdentityPatch {
|
|
5319
|
+
createdAt?: string;
|
|
5320
|
+
/** Identity this site sends as */
|
|
5321
|
+
emailIdentityId?: string;
|
|
5322
|
+
id?: string;
|
|
5323
|
+
/** Site whose mail is sent as the bound identity */
|
|
5324
|
+
siteId?: string;
|
|
5325
|
+
updatedAt?: string;
|
|
5326
|
+
}
|
|
4580
5327
|
/** A filter to be used against `PlatformManagedDomain` object types. All fields are combined with a logical ‘and.’ */
|
|
4581
5328
|
export interface PlatformManagedDomainFilter {
|
|
4582
5329
|
/** Filter by the object’s `allowPublicUsage` field. */
|
|
@@ -4964,6 +5711,10 @@ export interface PlatformSiteFilter {
|
|
|
4964
5711
|
not?: PlatformSiteFilter;
|
|
4965
5712
|
/** Checks for any expressions in this list. */
|
|
4966
5713
|
or?: PlatformSiteFilter[];
|
|
5714
|
+
/** Filter by the object’s `platformEmailSiteIdentityBySiteId` relation. */
|
|
5715
|
+
platformEmailSiteIdentityBySiteId?: PlatformEmailSiteIdentityFilter;
|
|
5716
|
+
/** A related `platformEmailSiteIdentityBySiteId` exists. */
|
|
5717
|
+
platformEmailSiteIdentityBySiteIdExists?: boolean;
|
|
4967
5718
|
/** Filter by the object’s `platformPagesBySiteId` relation. */
|
|
4968
5719
|
platformPagesBySiteId?: PlatformSiteToManyPlatformPageFilter;
|
|
4969
5720
|
/** `platformPagesBySiteId` exist. */
|
|
@@ -5678,10 +6429,6 @@ export interface PubkeySettingPatch {
|
|
|
5678
6429
|
/** Field name used to identify the user in crypto auth functions */
|
|
5679
6430
|
userField?: string;
|
|
5680
6431
|
}
|
|
5681
|
-
export interface RejectDatabaseTransferInput {
|
|
5682
|
-
clientMutationId?: string;
|
|
5683
|
-
transferId?: string;
|
|
5684
|
-
}
|
|
5685
6432
|
export interface RequestDatabaseInput {
|
|
5686
6433
|
clientMutationId?: string;
|
|
5687
6434
|
databaseName?: string;
|
|
@@ -6457,6 +7204,10 @@ export interface SiteFilter {
|
|
|
6457
7204
|
databaseId?: UUIDFilter;
|
|
6458
7205
|
/** Filter by the object’s `description` field. */
|
|
6459
7206
|
description?: StringFilter;
|
|
7207
|
+
/** Filter by the object’s `emailSiteIdentity` relation. */
|
|
7208
|
+
emailSiteIdentity?: EmailSiteIdentityFilter;
|
|
7209
|
+
/** A related `emailSiteIdentity` exists. */
|
|
7210
|
+
emailSiteIdentityExists?: boolean;
|
|
6460
7211
|
/** Filter by the object’s `id` field. */
|
|
6461
7212
|
id?: UUIDFilter;
|
|
6462
7213
|
/** Filter by the object’s `installationId` field. */
|
|
@@ -7010,39 +7761,6 @@ export interface SpatialRelationPatch {
|
|
|
7010
7761
|
tags?: string[];
|
|
7011
7762
|
updatedAt?: string;
|
|
7012
7763
|
}
|
|
7013
|
-
/** A filter to be used against `SqlAction` object types. All fields are combined with a logical ‘and.’ */
|
|
7014
|
-
export interface SqlActionFilter {
|
|
7015
|
-
/** Filter by the object’s `actionId` field. */
|
|
7016
|
-
actionId?: UUIDFilter;
|
|
7017
|
-
/** Filter by the object’s `actionName` field. */
|
|
7018
|
-
actionName?: StringFilter;
|
|
7019
|
-
/** Filter by the object’s `actorId` field. */
|
|
7020
|
-
actorId?: UUIDFilter;
|
|
7021
|
-
/** Checks for all expressions in this list. */
|
|
7022
|
-
and?: SqlActionFilter[];
|
|
7023
|
-
/** Filter by the object’s `content` field. */
|
|
7024
|
-
content?: StringFilter;
|
|
7025
|
-
/** Filter by the object’s `createdAt` field. */
|
|
7026
|
-
createdAt?: DatetimeFilter;
|
|
7027
|
-
/** Filter by the object’s `databaseId` field. */
|
|
7028
|
-
databaseId?: UUIDFilter;
|
|
7029
|
-
/** Filter by the object’s `deploy` field. */
|
|
7030
|
-
deploy?: StringFilter;
|
|
7031
|
-
/** Filter by the object’s `deps` field. */
|
|
7032
|
-
deps?: StringListFilter;
|
|
7033
|
-
/** Filter by the object’s `id` field. */
|
|
7034
|
-
id?: IntFilter;
|
|
7035
|
-
/** Filter by the object’s `name` field. */
|
|
7036
|
-
name?: StringFilter;
|
|
7037
|
-
/** Negates the expression. */
|
|
7038
|
-
not?: SqlActionFilter;
|
|
7039
|
-
/** Checks for any expressions in this list. */
|
|
7040
|
-
or?: SqlActionFilter[];
|
|
7041
|
-
/** Filter by the object’s `revert` field. */
|
|
7042
|
-
revert?: StringFilter;
|
|
7043
|
-
/** Filter by the object’s `verify` field. */
|
|
7044
|
-
verify?: StringFilter;
|
|
7045
|
-
}
|
|
7046
7764
|
/** A filter to be used against `TableBehavior` object types. All fields are combined with a logical ‘and.’ */
|
|
7047
7765
|
export interface TableBehaviorFilter {
|
|
7048
7766
|
/** Checks for all expressions in this list. */
|
|
@@ -7767,6 +8485,12 @@ export interface UniqueConstraintToManyUniqueConstraintBehaviorFilter {
|
|
|
7767
8485
|
/** Filters to entities where at least one related entity matches. */
|
|
7768
8486
|
some?: UniqueConstraintBehaviorFilter;
|
|
7769
8487
|
}
|
|
8488
|
+
export interface UpdateApiInput {
|
|
8489
|
+
/** An object where the defined keys will be set on the `Api` being updated. */
|
|
8490
|
+
apiPatch: ApiPatch;
|
|
8491
|
+
clientMutationId?: string;
|
|
8492
|
+
id: string;
|
|
8493
|
+
}
|
|
7770
8494
|
export interface UpdateApiSchemaInput {
|
|
7771
8495
|
/** An object where the defined keys will be set on the `ApiSchema` being updated. */
|
|
7772
8496
|
apiSchemaPatch: ApiSchemaPatch;
|
|
@@ -7779,9 +8503,15 @@ export interface UpdateApiSettingInput {
|
|
|
7779
8503
|
clientMutationId?: string;
|
|
7780
8504
|
id: string;
|
|
7781
8505
|
}
|
|
7782
|
-
export interface
|
|
7783
|
-
/** An object where the defined keys will be set on the `
|
|
7784
|
-
|
|
8506
|
+
export interface UpdateAppComponentInput {
|
|
8507
|
+
/** An object where the defined keys will be set on the `AppComponent` being updated. */
|
|
8508
|
+
appComponentPatch: AppComponentPatch;
|
|
8509
|
+
clientMutationId?: string;
|
|
8510
|
+
id: string;
|
|
8511
|
+
}
|
|
8512
|
+
export interface UpdateAppInput {
|
|
8513
|
+
/** An object where the defined keys will be set on the `App` being updated. */
|
|
8514
|
+
appPatch: AppPatch;
|
|
7785
8515
|
clientMutationId?: string;
|
|
7786
8516
|
id: string;
|
|
7787
8517
|
}
|
|
@@ -7857,6 +8587,24 @@ export interface UpdateDomainVerificationInput {
|
|
|
7857
8587
|
domainVerificationPatch: DomainVerificationPatch;
|
|
7858
8588
|
id: string;
|
|
7859
8589
|
}
|
|
8590
|
+
export interface UpdateEmailIdentityInput {
|
|
8591
|
+
clientMutationId?: string;
|
|
8592
|
+
/** An object where the defined keys will be set on the `EmailIdentity` being updated. */
|
|
8593
|
+
emailIdentityPatch: EmailIdentityPatch;
|
|
8594
|
+
id: string;
|
|
8595
|
+
}
|
|
8596
|
+
export interface UpdateEmailProviderAccountInput {
|
|
8597
|
+
clientMutationId?: string;
|
|
8598
|
+
/** An object where the defined keys will be set on the `EmailProviderAccount` being updated. */
|
|
8599
|
+
emailProviderAccountPatch: EmailProviderAccountPatch;
|
|
8600
|
+
id: string;
|
|
8601
|
+
}
|
|
8602
|
+
export interface UpdateEmailSiteIdentityInput {
|
|
8603
|
+
clientMutationId?: string;
|
|
8604
|
+
/** An object where the defined keys will be set on the `EmailSiteIdentity` being updated. */
|
|
8605
|
+
emailSiteIdentityPatch: EmailSiteIdentityPatch;
|
|
8606
|
+
id: string;
|
|
8607
|
+
}
|
|
7860
8608
|
export interface UpdateEmbeddingChunkInput {
|
|
7861
8609
|
clientMutationId?: string;
|
|
7862
8610
|
/** An object where the defined keys will be set on the `EmbeddingChunk` being updated. */
|
|
@@ -7954,6 +8702,12 @@ export interface UpdatePartitionInput {
|
|
|
7954
8702
|
/** An object where the defined keys will be set on the `Partition` being updated. */
|
|
7955
8703
|
partitionPatch: PartitionPatch;
|
|
7956
8704
|
}
|
|
8705
|
+
export interface UpdatePlatformApiInput {
|
|
8706
|
+
clientMutationId?: string;
|
|
8707
|
+
id: string;
|
|
8708
|
+
/** An object where the defined keys will be set on the `PlatformApi` being updated. */
|
|
8709
|
+
platformApiPatch: PlatformApiPatch;
|
|
8710
|
+
}
|
|
7957
8711
|
export interface UpdatePlatformApiSchemaInput {
|
|
7958
8712
|
clientMutationId?: string;
|
|
7959
8713
|
id: string;
|
|
@@ -7966,12 +8720,6 @@ export interface UpdatePlatformApiSettingInput {
|
|
|
7966
8720
|
/** An object where the defined keys will be set on the `PlatformApiSetting` being updated. */
|
|
7967
8721
|
platformApiSettingPatch: PlatformApiSettingPatch;
|
|
7968
8722
|
}
|
|
7969
|
-
export interface UpdatePlatformApisInput {
|
|
7970
|
-
clientMutationId?: string;
|
|
7971
|
-
id: string;
|
|
7972
|
-
/** An object where the defined keys will be set on the `PlatformApis` being updated. */
|
|
7973
|
-
platformApisPatch: PlatformApisPatch;
|
|
7974
|
-
}
|
|
7975
8723
|
export interface UpdatePlatformCorsSettingInput {
|
|
7976
8724
|
clientMutationId?: string;
|
|
7977
8725
|
id: string;
|
|
@@ -7996,6 +8744,24 @@ export interface UpdatePlatformDomainVerificationInput {
|
|
|
7996
8744
|
/** An object where the defined keys will be set on the `PlatformDomainVerification` being updated. */
|
|
7997
8745
|
platformDomainVerificationPatch: PlatformDomainVerificationPatch;
|
|
7998
8746
|
}
|
|
8747
|
+
export interface UpdatePlatformEmailIdentityInput {
|
|
8748
|
+
clientMutationId?: string;
|
|
8749
|
+
id: string;
|
|
8750
|
+
/** An object where the defined keys will be set on the `PlatformEmailIdentity` being updated. */
|
|
8751
|
+
platformEmailIdentityPatch: PlatformEmailIdentityPatch;
|
|
8752
|
+
}
|
|
8753
|
+
export interface UpdatePlatformEmailProviderAccountInput {
|
|
8754
|
+
clientMutationId?: string;
|
|
8755
|
+
id: string;
|
|
8756
|
+
/** An object where the defined keys will be set on the `PlatformEmailProviderAccount` being updated. */
|
|
8757
|
+
platformEmailProviderAccountPatch: PlatformEmailProviderAccountPatch;
|
|
8758
|
+
}
|
|
8759
|
+
export interface UpdatePlatformEmailSiteIdentityInput {
|
|
8760
|
+
clientMutationId?: string;
|
|
8761
|
+
id: string;
|
|
8762
|
+
/** An object where the defined keys will be set on the `PlatformEmailSiteIdentity` being updated. */
|
|
8763
|
+
platformEmailSiteIdentityPatch: PlatformEmailSiteIdentityPatch;
|
|
8764
|
+
}
|
|
7999
8765
|
export interface UpdatePlatformManagedDomainInput {
|
|
8000
8766
|
clientMutationId?: string;
|
|
8001
8767
|
id: string;
|
|
@@ -8745,17 +9511,24 @@ export interface ApiSettingConnection {
|
|
|
8745
9511
|
pageInfo: PageInfo;
|
|
8746
9512
|
totalCount: number;
|
|
8747
9513
|
}
|
|
8748
|
-
/** A connection to a list of `
|
|
8749
|
-
export interface
|
|
8750
|
-
edges:
|
|
8751
|
-
nodes:
|
|
9514
|
+
/** A connection to a list of `Api` values. */
|
|
9515
|
+
export interface ApiConnection {
|
|
9516
|
+
edges: ApiEdge[];
|
|
9517
|
+
nodes: Api[];
|
|
9518
|
+
pageInfo: PageInfo;
|
|
9519
|
+
totalCount: number;
|
|
9520
|
+
}
|
|
9521
|
+
/** A connection to a list of `AppComponent` values. */
|
|
9522
|
+
export interface AppComponentConnection {
|
|
9523
|
+
edges: AppComponentEdge[];
|
|
9524
|
+
nodes: AppComponent[];
|
|
8752
9525
|
pageInfo: PageInfo;
|
|
8753
9526
|
totalCount: number;
|
|
8754
9527
|
}
|
|
8755
|
-
/** A connection to a list of `
|
|
8756
|
-
export interface
|
|
8757
|
-
edges:
|
|
8758
|
-
nodes:
|
|
9528
|
+
/** A connection to a list of `App` values. */
|
|
9529
|
+
export interface AppConnection {
|
|
9530
|
+
edges: AppEdge[];
|
|
9531
|
+
nodes: App[];
|
|
8759
9532
|
pageInfo: PageInfo;
|
|
8760
9533
|
totalCount: number;
|
|
8761
9534
|
}
|
|
@@ -8843,6 +9616,27 @@ export interface DomainConnection {
|
|
|
8843
9616
|
pageInfo: PageInfo;
|
|
8844
9617
|
totalCount: number;
|
|
8845
9618
|
}
|
|
9619
|
+
/** A connection to a list of `EmailIdentity` values. */
|
|
9620
|
+
export interface EmailIdentityConnection {
|
|
9621
|
+
edges: EmailIdentityEdge[];
|
|
9622
|
+
nodes: EmailIdentity[];
|
|
9623
|
+
pageInfo: PageInfo;
|
|
9624
|
+
totalCount: number;
|
|
9625
|
+
}
|
|
9626
|
+
/** A connection to a list of `EmailProviderAccount` values. */
|
|
9627
|
+
export interface EmailProviderAccountConnection {
|
|
9628
|
+
edges: EmailProviderAccountEdge[];
|
|
9629
|
+
nodes: EmailProviderAccount[];
|
|
9630
|
+
pageInfo: PageInfo;
|
|
9631
|
+
totalCount: number;
|
|
9632
|
+
}
|
|
9633
|
+
/** A connection to a list of `EmailSiteIdentity` values. */
|
|
9634
|
+
export interface EmailSiteIdentityConnection {
|
|
9635
|
+
edges: EmailSiteIdentityEdge[];
|
|
9636
|
+
nodes: EmailSiteIdentity[];
|
|
9637
|
+
pageInfo: PageInfo;
|
|
9638
|
+
totalCount: number;
|
|
9639
|
+
}
|
|
8846
9640
|
/** A connection to a list of `EmbeddingChunk` values. */
|
|
8847
9641
|
export interface EmbeddingChunkConnection {
|
|
8848
9642
|
edges: EmbeddingChunkEdge[];
|
|
@@ -8969,10 +9763,10 @@ export interface PlatformApiSettingConnection {
|
|
|
8969
9763
|
pageInfo: PageInfo;
|
|
8970
9764
|
totalCount: number;
|
|
8971
9765
|
}
|
|
8972
|
-
/** A connection to a list of `
|
|
8973
|
-
export interface
|
|
8974
|
-
edges:
|
|
8975
|
-
nodes:
|
|
9766
|
+
/** A connection to a list of `PlatformApi` values. */
|
|
9767
|
+
export interface PlatformApiConnection {
|
|
9768
|
+
edges: PlatformApiEdge[];
|
|
9769
|
+
nodes: PlatformApi[];
|
|
8976
9770
|
pageInfo: PageInfo;
|
|
8977
9771
|
totalCount: number;
|
|
8978
9772
|
}
|
|
@@ -9004,6 +9798,27 @@ export interface PlatformDomainConnection {
|
|
|
9004
9798
|
pageInfo: PageInfo;
|
|
9005
9799
|
totalCount: number;
|
|
9006
9800
|
}
|
|
9801
|
+
/** A connection to a list of `PlatformEmailIdentity` values. */
|
|
9802
|
+
export interface PlatformEmailIdentityConnection {
|
|
9803
|
+
edges: PlatformEmailIdentityEdge[];
|
|
9804
|
+
nodes: PlatformEmailIdentity[];
|
|
9805
|
+
pageInfo: PageInfo;
|
|
9806
|
+
totalCount: number;
|
|
9807
|
+
}
|
|
9808
|
+
/** A connection to a list of `PlatformEmailProviderAccount` values. */
|
|
9809
|
+
export interface PlatformEmailProviderAccountConnection {
|
|
9810
|
+
edges: PlatformEmailProviderAccountEdge[];
|
|
9811
|
+
nodes: PlatformEmailProviderAccount[];
|
|
9812
|
+
pageInfo: PageInfo;
|
|
9813
|
+
totalCount: number;
|
|
9814
|
+
}
|
|
9815
|
+
/** A connection to a list of `PlatformEmailSiteIdentity` values. */
|
|
9816
|
+
export interface PlatformEmailSiteIdentityConnection {
|
|
9817
|
+
edges: PlatformEmailSiteIdentityEdge[];
|
|
9818
|
+
nodes: PlatformEmailSiteIdentity[];
|
|
9819
|
+
pageInfo: PageInfo;
|
|
9820
|
+
totalCount: number;
|
|
9821
|
+
}
|
|
9007
9822
|
/** A connection to a list of `PlatformManagedDomain` values. */
|
|
9008
9823
|
export interface PlatformManagedDomainConnection {
|
|
9009
9824
|
edges: PlatformManagedDomainEdge[];
|
|
@@ -9221,13 +10036,6 @@ export interface SpatialRelationConnection {
|
|
|
9221
10036
|
pageInfo: PageInfo;
|
|
9222
10037
|
totalCount: number;
|
|
9223
10038
|
}
|
|
9224
|
-
/** A connection to a list of `SqlAction` values. */
|
|
9225
|
-
export interface SqlActionConnection {
|
|
9226
|
-
edges: SqlActionEdge[];
|
|
9227
|
-
nodes: SqlAction[];
|
|
9228
|
-
pageInfo: PageInfo;
|
|
9229
|
-
totalCount: number;
|
|
9230
|
-
}
|
|
9231
10039
|
/** A connection to a list of `TableBehavior` values. */
|
|
9232
10040
|
export interface TableBehaviorConnection {
|
|
9233
10041
|
edges: TableBehaviorEdge[];
|
|
@@ -9319,16 +10127,25 @@ export interface WebauthnSettingConnection {
|
|
|
9319
10127
|
pageInfo: PageInfo;
|
|
9320
10128
|
totalCount: number;
|
|
9321
10129
|
}
|
|
9322
|
-
export interface
|
|
10130
|
+
export interface ApplyRlsPayload {
|
|
9323
10131
|
clientMutationId?: string | null;
|
|
9324
|
-
result?: boolean | null;
|
|
9325
10132
|
}
|
|
9326
|
-
export interface
|
|
10133
|
+
export interface AppsInstallAppPayload {
|
|
10134
|
+
appEdge?: AppEdge | null;
|
|
9327
10135
|
clientMutationId?: string | null;
|
|
10136
|
+
result?: App | null;
|
|
9328
10137
|
}
|
|
9329
|
-
export interface
|
|
10138
|
+
export interface AppsUninstallAppPayload {
|
|
10139
|
+
clientMutationId?: string | null;
|
|
10140
|
+
}
|
|
10141
|
+
export interface AppsUpgradeAppPayload {
|
|
10142
|
+
clientMutationId?: string | null;
|
|
10143
|
+
}
|
|
10144
|
+
export interface CreateApiPayload {
|
|
10145
|
+
/** The `Api` that was created by this mutation. */
|
|
10146
|
+
api?: Api | null;
|
|
10147
|
+
apiEdge?: ApiEdge | null;
|
|
9330
10148
|
clientMutationId?: string | null;
|
|
9331
|
-
result?: boolean | null;
|
|
9332
10149
|
}
|
|
9333
10150
|
export interface CreateApiSchemaPayload {
|
|
9334
10151
|
/** The `ApiSchema` that was created by this mutation. */
|
|
@@ -9342,10 +10159,16 @@ export interface CreateApiSettingPayload {
|
|
|
9342
10159
|
apiSettingEdge?: ApiSettingEdge | null;
|
|
9343
10160
|
clientMutationId?: string | null;
|
|
9344
10161
|
}
|
|
9345
|
-
export interface
|
|
9346
|
-
/** The `
|
|
9347
|
-
|
|
9348
|
-
|
|
10162
|
+
export interface CreateAppPayload {
|
|
10163
|
+
/** The `App` that was created by this mutation. */
|
|
10164
|
+
app?: App | null;
|
|
10165
|
+
appEdge?: AppEdge | null;
|
|
10166
|
+
clientMutationId?: string | null;
|
|
10167
|
+
}
|
|
10168
|
+
export interface CreateAppComponentPayload {
|
|
10169
|
+
/** The `AppComponent` that was created by this mutation. */
|
|
10170
|
+
appComponent?: AppComponent | null;
|
|
10171
|
+
appComponentEdge?: AppComponentEdge | null;
|
|
9349
10172
|
clientMutationId?: string | null;
|
|
9350
10173
|
}
|
|
9351
10174
|
export interface CreateCheckConstraintPayload {
|
|
@@ -9420,6 +10243,24 @@ export interface CreateDomainVerificationPayload {
|
|
|
9420
10243
|
domainVerification?: DomainVerification | null;
|
|
9421
10244
|
domainVerificationEdge?: DomainVerificationEdge | null;
|
|
9422
10245
|
}
|
|
10246
|
+
export interface CreateEmailIdentityPayload {
|
|
10247
|
+
clientMutationId?: string | null;
|
|
10248
|
+
/** The `EmailIdentity` that was created by this mutation. */
|
|
10249
|
+
emailIdentity?: EmailIdentity | null;
|
|
10250
|
+
emailIdentityEdge?: EmailIdentityEdge | null;
|
|
10251
|
+
}
|
|
10252
|
+
export interface CreateEmailProviderAccountPayload {
|
|
10253
|
+
clientMutationId?: string | null;
|
|
10254
|
+
/** The `EmailProviderAccount` that was created by this mutation. */
|
|
10255
|
+
emailProviderAccount?: EmailProviderAccount | null;
|
|
10256
|
+
emailProviderAccountEdge?: EmailProviderAccountEdge | null;
|
|
10257
|
+
}
|
|
10258
|
+
export interface CreateEmailSiteIdentityPayload {
|
|
10259
|
+
clientMutationId?: string | null;
|
|
10260
|
+
/** The `EmailSiteIdentity` that was created by this mutation. */
|
|
10261
|
+
emailSiteIdentity?: EmailSiteIdentity | null;
|
|
10262
|
+
emailSiteIdentityEdge?: EmailSiteIdentityEdge | null;
|
|
10263
|
+
}
|
|
9423
10264
|
export interface CreateEmbeddingChunkPayload {
|
|
9424
10265
|
clientMutationId?: string | null;
|
|
9425
10266
|
/** The `EmbeddingChunk` that was created by this mutation. */
|
|
@@ -9516,6 +10357,12 @@ export interface CreatePartitionPayload {
|
|
|
9516
10357
|
partition?: Partition | null;
|
|
9517
10358
|
partitionEdge?: PartitionEdge | null;
|
|
9518
10359
|
}
|
|
10360
|
+
export interface CreatePlatformApiPayload {
|
|
10361
|
+
clientMutationId?: string | null;
|
|
10362
|
+
/** The `PlatformApi` that was created by this mutation. */
|
|
10363
|
+
platformApi?: PlatformApi | null;
|
|
10364
|
+
platformApiEdge?: PlatformApiEdge | null;
|
|
10365
|
+
}
|
|
9519
10366
|
export interface CreatePlatformApiSchemaPayload {
|
|
9520
10367
|
clientMutationId?: string | null;
|
|
9521
10368
|
/** The `PlatformApiSchema` that was created by this mutation. */
|
|
@@ -9528,12 +10375,6 @@ export interface CreatePlatformApiSettingPayload {
|
|
|
9528
10375
|
platformApiSetting?: PlatformApiSetting | null;
|
|
9529
10376
|
platformApiSettingEdge?: PlatformApiSettingEdge | null;
|
|
9530
10377
|
}
|
|
9531
|
-
export interface CreatePlatformApisPayload {
|
|
9532
|
-
clientMutationId?: string | null;
|
|
9533
|
-
/** The `PlatformApis` that was created by this mutation. */
|
|
9534
|
-
platformApis?: PlatformApis | null;
|
|
9535
|
-
platformApisEdge?: PlatformApisEdge | null;
|
|
9536
|
-
}
|
|
9537
10378
|
export interface CreatePlatformCorsSettingPayload {
|
|
9538
10379
|
clientMutationId?: string | null;
|
|
9539
10380
|
/** The `PlatformCorsSetting` that was created by this mutation. */
|
|
@@ -9558,6 +10399,24 @@ export interface CreatePlatformDomainVerificationPayload {
|
|
|
9558
10399
|
platformDomainVerification?: PlatformDomainVerification | null;
|
|
9559
10400
|
platformDomainVerificationEdge?: PlatformDomainVerificationEdge | null;
|
|
9560
10401
|
}
|
|
10402
|
+
export interface CreatePlatformEmailIdentityPayload {
|
|
10403
|
+
clientMutationId?: string | null;
|
|
10404
|
+
/** The `PlatformEmailIdentity` that was created by this mutation. */
|
|
10405
|
+
platformEmailIdentity?: PlatformEmailIdentity | null;
|
|
10406
|
+
platformEmailIdentityEdge?: PlatformEmailIdentityEdge | null;
|
|
10407
|
+
}
|
|
10408
|
+
export interface CreatePlatformEmailProviderAccountPayload {
|
|
10409
|
+
clientMutationId?: string | null;
|
|
10410
|
+
/** The `PlatformEmailProviderAccount` that was created by this mutation. */
|
|
10411
|
+
platformEmailProviderAccount?: PlatformEmailProviderAccount | null;
|
|
10412
|
+
platformEmailProviderAccountEdge?: PlatformEmailProviderAccountEdge | null;
|
|
10413
|
+
}
|
|
10414
|
+
export interface CreatePlatformEmailSiteIdentityPayload {
|
|
10415
|
+
clientMutationId?: string | null;
|
|
10416
|
+
/** The `PlatformEmailSiteIdentity` that was created by this mutation. */
|
|
10417
|
+
platformEmailSiteIdentity?: PlatformEmailSiteIdentity | null;
|
|
10418
|
+
platformEmailSiteIdentityEdge?: PlatformEmailSiteIdentityEdge | null;
|
|
10419
|
+
}
|
|
9561
10420
|
export interface CreatePlatformManagedDomainPayload {
|
|
9562
10421
|
clientMutationId?: string | null;
|
|
9563
10422
|
/** The `PlatformManagedDomain` that was created by this mutation. */
|
|
@@ -9798,6 +10657,12 @@ export interface CreateWebauthnSettingPayload {
|
|
|
9798
10657
|
webauthnSetting?: WebauthnSetting | null;
|
|
9799
10658
|
webauthnSettingEdge?: WebauthnSettingEdge | null;
|
|
9800
10659
|
}
|
|
10660
|
+
export interface DeleteApiPayload {
|
|
10661
|
+
/** The `Api` that was deleted by this mutation. */
|
|
10662
|
+
api?: Api | null;
|
|
10663
|
+
apiEdge?: ApiEdge | null;
|
|
10664
|
+
clientMutationId?: string | null;
|
|
10665
|
+
}
|
|
9801
10666
|
export interface DeleteApiSchemaPayload {
|
|
9802
10667
|
/** The `ApiSchema` that was deleted by this mutation. */
|
|
9803
10668
|
apiSchema?: ApiSchema | null;
|
|
@@ -9810,10 +10675,16 @@ export interface DeleteApiSettingPayload {
|
|
|
9810
10675
|
apiSettingEdge?: ApiSettingEdge | null;
|
|
9811
10676
|
clientMutationId?: string | null;
|
|
9812
10677
|
}
|
|
9813
|
-
export interface
|
|
9814
|
-
/** The `
|
|
9815
|
-
|
|
9816
|
-
|
|
10678
|
+
export interface DeleteAppPayload {
|
|
10679
|
+
/** The `App` that was deleted by this mutation. */
|
|
10680
|
+
app?: App | null;
|
|
10681
|
+
appEdge?: AppEdge | null;
|
|
10682
|
+
clientMutationId?: string | null;
|
|
10683
|
+
}
|
|
10684
|
+
export interface DeleteAppComponentPayload {
|
|
10685
|
+
/** The `AppComponent` that was deleted by this mutation. */
|
|
10686
|
+
appComponent?: AppComponent | null;
|
|
10687
|
+
appComponentEdge?: AppComponentEdge | null;
|
|
9817
10688
|
clientMutationId?: string | null;
|
|
9818
10689
|
}
|
|
9819
10690
|
export interface DeleteCheckConstraintPayload {
|
|
@@ -9888,6 +10759,24 @@ export interface DeleteDomainVerificationPayload {
|
|
|
9888
10759
|
domainVerification?: DomainVerification | null;
|
|
9889
10760
|
domainVerificationEdge?: DomainVerificationEdge | null;
|
|
9890
10761
|
}
|
|
10762
|
+
export interface DeleteEmailIdentityPayload {
|
|
10763
|
+
clientMutationId?: string | null;
|
|
10764
|
+
/** The `EmailIdentity` that was deleted by this mutation. */
|
|
10765
|
+
emailIdentity?: EmailIdentity | null;
|
|
10766
|
+
emailIdentityEdge?: EmailIdentityEdge | null;
|
|
10767
|
+
}
|
|
10768
|
+
export interface DeleteEmailProviderAccountPayload {
|
|
10769
|
+
clientMutationId?: string | null;
|
|
10770
|
+
/** The `EmailProviderAccount` that was deleted by this mutation. */
|
|
10771
|
+
emailProviderAccount?: EmailProviderAccount | null;
|
|
10772
|
+
emailProviderAccountEdge?: EmailProviderAccountEdge | null;
|
|
10773
|
+
}
|
|
10774
|
+
export interface DeleteEmailSiteIdentityPayload {
|
|
10775
|
+
clientMutationId?: string | null;
|
|
10776
|
+
/** The `EmailSiteIdentity` that was deleted by this mutation. */
|
|
10777
|
+
emailSiteIdentity?: EmailSiteIdentity | null;
|
|
10778
|
+
emailSiteIdentityEdge?: EmailSiteIdentityEdge | null;
|
|
10779
|
+
}
|
|
9891
10780
|
export interface DeleteEmbeddingChunkPayload {
|
|
9892
10781
|
clientMutationId?: string | null;
|
|
9893
10782
|
/** The `EmbeddingChunk` that was deleted by this mutation. */
|
|
@@ -9984,6 +10873,12 @@ export interface DeletePartitionPayload {
|
|
|
9984
10873
|
partition?: Partition | null;
|
|
9985
10874
|
partitionEdge?: PartitionEdge | null;
|
|
9986
10875
|
}
|
|
10876
|
+
export interface DeletePlatformApiPayload {
|
|
10877
|
+
clientMutationId?: string | null;
|
|
10878
|
+
/** The `PlatformApi` that was deleted by this mutation. */
|
|
10879
|
+
platformApi?: PlatformApi | null;
|
|
10880
|
+
platformApiEdge?: PlatformApiEdge | null;
|
|
10881
|
+
}
|
|
9987
10882
|
export interface DeletePlatformApiSchemaPayload {
|
|
9988
10883
|
clientMutationId?: string | null;
|
|
9989
10884
|
/** The `PlatformApiSchema` that was deleted by this mutation. */
|
|
@@ -9996,12 +10891,6 @@ export interface DeletePlatformApiSettingPayload {
|
|
|
9996
10891
|
platformApiSetting?: PlatformApiSetting | null;
|
|
9997
10892
|
platformApiSettingEdge?: PlatformApiSettingEdge | null;
|
|
9998
10893
|
}
|
|
9999
|
-
export interface DeletePlatformApisPayload {
|
|
10000
|
-
clientMutationId?: string | null;
|
|
10001
|
-
/** The `PlatformApis` that was deleted by this mutation. */
|
|
10002
|
-
platformApis?: PlatformApis | null;
|
|
10003
|
-
platformApisEdge?: PlatformApisEdge | null;
|
|
10004
|
-
}
|
|
10005
10894
|
export interface DeletePlatformCorsSettingPayload {
|
|
10006
10895
|
clientMutationId?: string | null;
|
|
10007
10896
|
/** The `PlatformCorsSetting` that was deleted by this mutation. */
|
|
@@ -10026,6 +10915,24 @@ export interface DeletePlatformDomainVerificationPayload {
|
|
|
10026
10915
|
platformDomainVerification?: PlatformDomainVerification | null;
|
|
10027
10916
|
platformDomainVerificationEdge?: PlatformDomainVerificationEdge | null;
|
|
10028
10917
|
}
|
|
10918
|
+
export interface DeletePlatformEmailIdentityPayload {
|
|
10919
|
+
clientMutationId?: string | null;
|
|
10920
|
+
/** The `PlatformEmailIdentity` that was deleted by this mutation. */
|
|
10921
|
+
platformEmailIdentity?: PlatformEmailIdentity | null;
|
|
10922
|
+
platformEmailIdentityEdge?: PlatformEmailIdentityEdge | null;
|
|
10923
|
+
}
|
|
10924
|
+
export interface DeletePlatformEmailProviderAccountPayload {
|
|
10925
|
+
clientMutationId?: string | null;
|
|
10926
|
+
/** The `PlatformEmailProviderAccount` that was deleted by this mutation. */
|
|
10927
|
+
platformEmailProviderAccount?: PlatformEmailProviderAccount | null;
|
|
10928
|
+
platformEmailProviderAccountEdge?: PlatformEmailProviderAccountEdge | null;
|
|
10929
|
+
}
|
|
10930
|
+
export interface DeletePlatformEmailSiteIdentityPayload {
|
|
10931
|
+
clientMutationId?: string | null;
|
|
10932
|
+
/** The `PlatformEmailSiteIdentity` that was deleted by this mutation. */
|
|
10933
|
+
platformEmailSiteIdentity?: PlatformEmailSiteIdentity | null;
|
|
10934
|
+
platformEmailSiteIdentityEdge?: PlatformEmailSiteIdentityEdge | null;
|
|
10935
|
+
}
|
|
10029
10936
|
export interface DeletePlatformManagedDomainPayload {
|
|
10030
10937
|
clientMutationId?: string | null;
|
|
10031
10938
|
/** The `PlatformManagedDomain` that was deleted by this mutation. */
|
|
@@ -10294,10 +11201,6 @@ export interface ProvisionBucketPayload {
|
|
|
10294
11201
|
/** Whether provisioning succeeded */
|
|
10295
11202
|
success: boolean;
|
|
10296
11203
|
}
|
|
10297
|
-
export interface RejectDatabaseTransferPayload {
|
|
10298
|
-
clientMutationId?: string | null;
|
|
10299
|
-
result?: boolean | null;
|
|
10300
|
-
}
|
|
10301
11204
|
export interface RequestDatabasePayload {
|
|
10302
11205
|
clientMutationId?: string | null;
|
|
10303
11206
|
result?: DatabaseProvisionModule | null;
|
|
@@ -10309,6 +11212,12 @@ export interface SitesProvisionStaticSitePayload {
|
|
|
10309
11212
|
clientMutationId?: string | null;
|
|
10310
11213
|
result?: PlatformRoute | null;
|
|
10311
11214
|
}
|
|
11215
|
+
export interface UpdateApiPayload {
|
|
11216
|
+
/** The `Api` that was updated by this mutation. */
|
|
11217
|
+
api?: Api | null;
|
|
11218
|
+
apiEdge?: ApiEdge | null;
|
|
11219
|
+
clientMutationId?: string | null;
|
|
11220
|
+
}
|
|
10312
11221
|
export interface UpdateApiSchemaPayload {
|
|
10313
11222
|
/** The `ApiSchema` that was updated by this mutation. */
|
|
10314
11223
|
apiSchema?: ApiSchema | null;
|
|
@@ -10321,10 +11230,16 @@ export interface UpdateApiSettingPayload {
|
|
|
10321
11230
|
apiSettingEdge?: ApiSettingEdge | null;
|
|
10322
11231
|
clientMutationId?: string | null;
|
|
10323
11232
|
}
|
|
10324
|
-
export interface
|
|
10325
|
-
/** The `
|
|
10326
|
-
|
|
10327
|
-
|
|
11233
|
+
export interface UpdateAppPayload {
|
|
11234
|
+
/** The `App` that was updated by this mutation. */
|
|
11235
|
+
app?: App | null;
|
|
11236
|
+
appEdge?: AppEdge | null;
|
|
11237
|
+
clientMutationId?: string | null;
|
|
11238
|
+
}
|
|
11239
|
+
export interface UpdateAppComponentPayload {
|
|
11240
|
+
/** The `AppComponent` that was updated by this mutation. */
|
|
11241
|
+
appComponent?: AppComponent | null;
|
|
11242
|
+
appComponentEdge?: AppComponentEdge | null;
|
|
10328
11243
|
clientMutationId?: string | null;
|
|
10329
11244
|
}
|
|
10330
11245
|
export interface UpdateCheckConstraintPayload {
|
|
@@ -10399,6 +11314,24 @@ export interface UpdateDomainVerificationPayload {
|
|
|
10399
11314
|
domainVerification?: DomainVerification | null;
|
|
10400
11315
|
domainVerificationEdge?: DomainVerificationEdge | null;
|
|
10401
11316
|
}
|
|
11317
|
+
export interface UpdateEmailIdentityPayload {
|
|
11318
|
+
clientMutationId?: string | null;
|
|
11319
|
+
/** The `EmailIdentity` that was updated by this mutation. */
|
|
11320
|
+
emailIdentity?: EmailIdentity | null;
|
|
11321
|
+
emailIdentityEdge?: EmailIdentityEdge | null;
|
|
11322
|
+
}
|
|
11323
|
+
export interface UpdateEmailProviderAccountPayload {
|
|
11324
|
+
clientMutationId?: string | null;
|
|
11325
|
+
/** The `EmailProviderAccount` that was updated by this mutation. */
|
|
11326
|
+
emailProviderAccount?: EmailProviderAccount | null;
|
|
11327
|
+
emailProviderAccountEdge?: EmailProviderAccountEdge | null;
|
|
11328
|
+
}
|
|
11329
|
+
export interface UpdateEmailSiteIdentityPayload {
|
|
11330
|
+
clientMutationId?: string | null;
|
|
11331
|
+
/** The `EmailSiteIdentity` that was updated by this mutation. */
|
|
11332
|
+
emailSiteIdentity?: EmailSiteIdentity | null;
|
|
11333
|
+
emailSiteIdentityEdge?: EmailSiteIdentityEdge | null;
|
|
11334
|
+
}
|
|
10402
11335
|
export interface UpdateEmbeddingChunkPayload {
|
|
10403
11336
|
clientMutationId?: string | null;
|
|
10404
11337
|
/** The `EmbeddingChunk` that was updated by this mutation. */
|
|
@@ -10495,6 +11428,12 @@ export interface UpdatePartitionPayload {
|
|
|
10495
11428
|
partition?: Partition | null;
|
|
10496
11429
|
partitionEdge?: PartitionEdge | null;
|
|
10497
11430
|
}
|
|
11431
|
+
export interface UpdatePlatformApiPayload {
|
|
11432
|
+
clientMutationId?: string | null;
|
|
11433
|
+
/** The `PlatformApi` that was updated by this mutation. */
|
|
11434
|
+
platformApi?: PlatformApi | null;
|
|
11435
|
+
platformApiEdge?: PlatformApiEdge | null;
|
|
11436
|
+
}
|
|
10498
11437
|
export interface UpdatePlatformApiSchemaPayload {
|
|
10499
11438
|
clientMutationId?: string | null;
|
|
10500
11439
|
/** The `PlatformApiSchema` that was updated by this mutation. */
|
|
@@ -10507,12 +11446,6 @@ export interface UpdatePlatformApiSettingPayload {
|
|
|
10507
11446
|
platformApiSetting?: PlatformApiSetting | null;
|
|
10508
11447
|
platformApiSettingEdge?: PlatformApiSettingEdge | null;
|
|
10509
11448
|
}
|
|
10510
|
-
export interface UpdatePlatformApisPayload {
|
|
10511
|
-
clientMutationId?: string | null;
|
|
10512
|
-
/** The `PlatformApis` that was updated by this mutation. */
|
|
10513
|
-
platformApis?: PlatformApis | null;
|
|
10514
|
-
platformApisEdge?: PlatformApisEdge | null;
|
|
10515
|
-
}
|
|
10516
11449
|
export interface UpdatePlatformCorsSettingPayload {
|
|
10517
11450
|
clientMutationId?: string | null;
|
|
10518
11451
|
/** The `PlatformCorsSetting` that was updated by this mutation. */
|
|
@@ -10537,6 +11470,24 @@ export interface UpdatePlatformDomainVerificationPayload {
|
|
|
10537
11470
|
platformDomainVerification?: PlatformDomainVerification | null;
|
|
10538
11471
|
platformDomainVerificationEdge?: PlatformDomainVerificationEdge | null;
|
|
10539
11472
|
}
|
|
11473
|
+
export interface UpdatePlatformEmailIdentityPayload {
|
|
11474
|
+
clientMutationId?: string | null;
|
|
11475
|
+
/** The `PlatformEmailIdentity` that was updated by this mutation. */
|
|
11476
|
+
platformEmailIdentity?: PlatformEmailIdentity | null;
|
|
11477
|
+
platformEmailIdentityEdge?: PlatformEmailIdentityEdge | null;
|
|
11478
|
+
}
|
|
11479
|
+
export interface UpdatePlatformEmailProviderAccountPayload {
|
|
11480
|
+
clientMutationId?: string | null;
|
|
11481
|
+
/** The `PlatformEmailProviderAccount` that was updated by this mutation. */
|
|
11482
|
+
platformEmailProviderAccount?: PlatformEmailProviderAccount | null;
|
|
11483
|
+
platformEmailProviderAccountEdge?: PlatformEmailProviderAccountEdge | null;
|
|
11484
|
+
}
|
|
11485
|
+
export interface UpdatePlatformEmailSiteIdentityPayload {
|
|
11486
|
+
clientMutationId?: string | null;
|
|
11487
|
+
/** The `PlatformEmailSiteIdentity` that was updated by this mutation. */
|
|
11488
|
+
platformEmailSiteIdentity?: PlatformEmailSiteIdentity | null;
|
|
11489
|
+
platformEmailSiteIdentityEdge?: PlatformEmailSiteIdentityEdge | null;
|
|
11490
|
+
}
|
|
10540
11491
|
export interface UpdatePlatformManagedDomainPayload {
|
|
10541
11492
|
clientMutationId?: string | null;
|
|
10542
11493
|
/** The `PlatformManagedDomain` that was updated by this mutation. */
|
|
@@ -10827,17 +11778,23 @@ export interface ApiSettingEdge {
|
|
|
10827
11778
|
/** The `ApiSetting` at the end of the edge. */
|
|
10828
11779
|
node?: ApiSetting | null;
|
|
10829
11780
|
}
|
|
10830
|
-
/** A `
|
|
10831
|
-
export interface
|
|
11781
|
+
/** A `Api` edge in the connection. */
|
|
11782
|
+
export interface ApiEdge {
|
|
10832
11783
|
cursor?: string | null;
|
|
10833
|
-
/** The `
|
|
10834
|
-
node?:
|
|
11784
|
+
/** The `Api` at the end of the edge. */
|
|
11785
|
+
node?: Api | null;
|
|
10835
11786
|
}
|
|
10836
|
-
/** A `
|
|
10837
|
-
export interface
|
|
11787
|
+
/** A `AppComponent` edge in the connection. */
|
|
11788
|
+
export interface AppComponentEdge {
|
|
10838
11789
|
cursor?: string | null;
|
|
10839
|
-
/** The `
|
|
10840
|
-
node?:
|
|
11790
|
+
/** The `AppComponent` at the end of the edge. */
|
|
11791
|
+
node?: AppComponent | null;
|
|
11792
|
+
}
|
|
11793
|
+
/** A `App` edge in the connection. */
|
|
11794
|
+
export interface AppEdge {
|
|
11795
|
+
cursor?: string | null;
|
|
11796
|
+
/** The `App` at the end of the edge. */
|
|
11797
|
+
node?: App | null;
|
|
10841
11798
|
}
|
|
10842
11799
|
/** A `CheckConstraint` edge in the connection. */
|
|
10843
11800
|
export interface CheckConstraintEdge {
|
|
@@ -10911,6 +11868,24 @@ export interface DomainEdge {
|
|
|
10911
11868
|
/** The `Domain` at the end of the edge. */
|
|
10912
11869
|
node?: Domain | null;
|
|
10913
11870
|
}
|
|
11871
|
+
/** A `EmailIdentity` edge in the connection. */
|
|
11872
|
+
export interface EmailIdentityEdge {
|
|
11873
|
+
cursor?: string | null;
|
|
11874
|
+
/** The `EmailIdentity` at the end of the edge. */
|
|
11875
|
+
node?: EmailIdentity | null;
|
|
11876
|
+
}
|
|
11877
|
+
/** A `EmailProviderAccount` edge in the connection. */
|
|
11878
|
+
export interface EmailProviderAccountEdge {
|
|
11879
|
+
cursor?: string | null;
|
|
11880
|
+
/** The `EmailProviderAccount` at the end of the edge. */
|
|
11881
|
+
node?: EmailProviderAccount | null;
|
|
11882
|
+
}
|
|
11883
|
+
/** A `EmailSiteIdentity` edge in the connection. */
|
|
11884
|
+
export interface EmailSiteIdentityEdge {
|
|
11885
|
+
cursor?: string | null;
|
|
11886
|
+
/** The `EmailSiteIdentity` at the end of the edge. */
|
|
11887
|
+
node?: EmailSiteIdentity | null;
|
|
11888
|
+
}
|
|
10914
11889
|
/** A `EmbeddingChunk` edge in the connection. */
|
|
10915
11890
|
export interface EmbeddingChunkEdge {
|
|
10916
11891
|
cursor?: string | null;
|
|
@@ -11019,11 +11994,11 @@ export interface PlatformApiSettingEdge {
|
|
|
11019
11994
|
/** The `PlatformApiSetting` at the end of the edge. */
|
|
11020
11995
|
node?: PlatformApiSetting | null;
|
|
11021
11996
|
}
|
|
11022
|
-
/** A `
|
|
11023
|
-
export interface
|
|
11997
|
+
/** A `PlatformApi` edge in the connection. */
|
|
11998
|
+
export interface PlatformApiEdge {
|
|
11024
11999
|
cursor?: string | null;
|
|
11025
|
-
/** The `
|
|
11026
|
-
node?:
|
|
12000
|
+
/** The `PlatformApi` at the end of the edge. */
|
|
12001
|
+
node?: PlatformApi | null;
|
|
11027
12002
|
}
|
|
11028
12003
|
/** A `PlatformCorsSetting` edge in the connection. */
|
|
11029
12004
|
export interface PlatformCorsSettingEdge {
|
|
@@ -11049,6 +12024,24 @@ export interface PlatformDomainEdge {
|
|
|
11049
12024
|
/** The `PlatformDomain` at the end of the edge. */
|
|
11050
12025
|
node?: PlatformDomain | null;
|
|
11051
12026
|
}
|
|
12027
|
+
/** A `PlatformEmailIdentity` edge in the connection. */
|
|
12028
|
+
export interface PlatformEmailIdentityEdge {
|
|
12029
|
+
cursor?: string | null;
|
|
12030
|
+
/** The `PlatformEmailIdentity` at the end of the edge. */
|
|
12031
|
+
node?: PlatformEmailIdentity | null;
|
|
12032
|
+
}
|
|
12033
|
+
/** A `PlatformEmailProviderAccount` edge in the connection. */
|
|
12034
|
+
export interface PlatformEmailProviderAccountEdge {
|
|
12035
|
+
cursor?: string | null;
|
|
12036
|
+
/** The `PlatformEmailProviderAccount` at the end of the edge. */
|
|
12037
|
+
node?: PlatformEmailProviderAccount | null;
|
|
12038
|
+
}
|
|
12039
|
+
/** A `PlatformEmailSiteIdentity` edge in the connection. */
|
|
12040
|
+
export interface PlatformEmailSiteIdentityEdge {
|
|
12041
|
+
cursor?: string | null;
|
|
12042
|
+
/** The `PlatformEmailSiteIdentity` at the end of the edge. */
|
|
12043
|
+
node?: PlatformEmailSiteIdentity | null;
|
|
12044
|
+
}
|
|
11052
12045
|
/** A `PlatformManagedDomain` edge in the connection. */
|
|
11053
12046
|
export interface PlatformManagedDomainEdge {
|
|
11054
12047
|
cursor?: string | null;
|
|
@@ -11211,12 +12204,6 @@ export interface SpatialRelationEdge {
|
|
|
11211
12204
|
/** The `SpatialRelation` at the end of the edge. */
|
|
11212
12205
|
node?: SpatialRelation | null;
|
|
11213
12206
|
}
|
|
11214
|
-
/** A `SqlAction` edge in the connection. */
|
|
11215
|
-
export interface SqlActionEdge {
|
|
11216
|
-
cursor?: string | null;
|
|
11217
|
-
/** The `SqlAction` at the end of the edge. */
|
|
11218
|
-
node?: SqlAction | null;
|
|
11219
|
-
}
|
|
11220
12207
|
/** A `TableBehavior` edge in the connection. */
|
|
11221
12208
|
export interface TableBehaviorEdge {
|
|
11222
12209
|
cursor?: string | null;
|
|
@@ -11345,7 +12332,7 @@ export interface DatabaseProvisionModule {
|
|
|
11345
12332
|
/** 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 */
|
|
11346
12333
|
fulfilledAt?: string | null;
|
|
11347
12334
|
id: string;
|
|
11348
|
-
/** JSONB array of modules to install. Each element is either a string ("users_module") or a [name, options] tuple (["
|
|
12335
|
+
/** JSONB array of modules to install. Each element is either a string ("users_module") or a [name, options] tuple (["capabilities_module", {"scope": "app"}]) */
|
|
11349
12336
|
modules: unknown;
|
|
11350
12337
|
/** Additional configuration options for provisioning */
|
|
11351
12338
|
options: unknown;
|