@constructive-io/react 1.11.9 → 1.11.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/admin/hooks/index.d.ts +1 -1
- package/admin/hooks/index.js +1 -1
- package/admin/hooks/invalidation.d.ts +112 -40
- package/admin/hooks/invalidation.js +264 -72
- package/admin/hooks/mutation-keys.d.ts +236 -92
- package/admin/hooks/mutation-keys.js +149 -59
- package/admin/hooks/mutations/index.d.ts +60 -24
- package/admin/hooks/mutations/index.js +60 -24
- package/admin/hooks/mutations/useCreateAppCapabilityDefaultCapabilityMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateAppCapabilityDefaultCapabilityMutation.js +34 -0
- package/admin/hooks/mutations/useCreateAppCapabilityDefaultGrantMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateAppCapabilityDefaultGrantMutation.js +34 -0
- package/admin/hooks/mutations/useCreateAppCapabilityDefaultMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateAppCapabilityDefaultMutation.js +34 -0
- package/admin/hooks/mutations/useCreateAppCapabilityMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateAppCapabilityMutation.js +34 -0
- package/admin/hooks/mutations/useCreateAppGrantMutation.d.ts +2 -2
- package/admin/hooks/mutations/useCreateAppGrantMutation.js +1 -1
- package/admin/hooks/mutations/useCreateAppMembershipMutation.d.ts +2 -2
- package/admin/hooks/mutations/useCreateAppMembershipMutation.js +1 -1
- package/admin/hooks/mutations/useCreateAppMembershipProfileMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateAppMembershipProfileMutation.js +34 -0
- package/admin/hooks/mutations/useCreateAppProfileCapabilityMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateAppProfileCapabilityMutation.js +34 -0
- package/admin/hooks/mutations/useCreateAppProfileDefinitionGrantMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateAppProfileDefinitionGrantMutation.js +34 -0
- package/admin/hooks/mutations/useCreateAppProfileGrantMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateAppProfileGrantMutation.js +34 -0
- package/admin/hooks/mutations/useCreateAppProfileMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateAppProfileMutation.js +34 -0
- package/admin/hooks/mutations/useCreateAppProfileTemplateMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateAppProfileTemplateMutation.js +34 -0
- package/admin/hooks/mutations/useCreateOrgCapabilityDefaultCapabilityMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateOrgCapabilityDefaultCapabilityMutation.js +34 -0
- package/admin/hooks/mutations/useCreateOrgCapabilityDefaultGrantMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateOrgCapabilityDefaultGrantMutation.js +34 -0
- package/admin/hooks/mutations/useCreateOrgCapabilityDefaultMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateOrgCapabilityDefaultMutation.js +34 -0
- package/admin/hooks/mutations/useCreateOrgCapabilityMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateOrgCapabilityMutation.js +34 -0
- package/admin/hooks/mutations/useCreateOrgGrantMutation.d.ts +2 -2
- package/admin/hooks/mutations/useCreateOrgGrantMutation.js +1 -1
- package/admin/hooks/mutations/useCreateOrgMembershipMutation.d.ts +2 -2
- package/admin/hooks/mutations/useCreateOrgMembershipMutation.js +1 -1
- package/admin/hooks/mutations/useCreateOrgMembershipProfileMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateOrgMembershipProfileMutation.js +34 -0
- package/admin/hooks/mutations/useCreateOrgProfileCapabilityMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateOrgProfileCapabilityMutation.js +34 -0
- package/admin/hooks/mutations/useCreateOrgProfileDefinitionGrantMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateOrgProfileDefinitionGrantMutation.js +34 -0
- package/admin/hooks/mutations/useCreateOrgProfileGrantMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateOrgProfileGrantMutation.js +34 -0
- package/admin/hooks/mutations/useCreateOrgProfileMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateOrgProfileMutation.js +34 -0
- package/admin/hooks/mutations/useCreateOrgProfileTemplateMutation.d.ts +34 -0
- package/admin/hooks/mutations/useCreateOrgProfileTemplateMutation.js +34 -0
- package/admin/hooks/mutations/useDeleteAppCapabilityDefaultCapabilityMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteAppCapabilityDefaultCapabilityMutation.js +39 -0
- package/admin/hooks/mutations/useDeleteAppCapabilityDefaultGrantMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteAppCapabilityDefaultGrantMutation.js +39 -0
- package/admin/hooks/mutations/useDeleteAppCapabilityDefaultMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteAppCapabilityDefaultMutation.js +39 -0
- package/admin/hooks/mutations/useDeleteAppCapabilityMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteAppCapabilityMutation.js +39 -0
- package/admin/hooks/mutations/useDeleteAppGrantMutation.d.ts +2 -2
- package/admin/hooks/mutations/useDeleteAppGrantMutation.js +1 -1
- package/admin/hooks/mutations/useDeleteAppMembershipMutation.d.ts +2 -2
- package/admin/hooks/mutations/useDeleteAppMembershipMutation.js +1 -1
- package/admin/hooks/mutations/useDeleteAppMembershipProfileMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteAppMembershipProfileMutation.js +39 -0
- package/admin/hooks/mutations/useDeleteAppProfileCapabilityMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteAppProfileCapabilityMutation.js +39 -0
- package/admin/hooks/mutations/useDeleteAppProfileDefinitionGrantMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteAppProfileDefinitionGrantMutation.js +39 -0
- package/admin/hooks/mutations/useDeleteAppProfileGrantMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteAppProfileGrantMutation.js +39 -0
- package/admin/hooks/mutations/useDeleteAppProfileMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteAppProfileMutation.js +39 -0
- package/admin/hooks/mutations/useDeleteAppProfileTemplateMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteAppProfileTemplateMutation.js +39 -0
- package/admin/hooks/mutations/useDeleteOrgCapabilityDefaultCapabilityMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteOrgCapabilityDefaultCapabilityMutation.js +39 -0
- package/admin/hooks/mutations/useDeleteOrgCapabilityDefaultGrantMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteOrgCapabilityDefaultGrantMutation.js +39 -0
- package/admin/hooks/mutations/useDeleteOrgCapabilityDefaultMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteOrgCapabilityDefaultMutation.js +39 -0
- package/admin/hooks/mutations/useDeleteOrgCapabilityMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteOrgCapabilityMutation.js +39 -0
- package/admin/hooks/mutations/useDeleteOrgGrantMutation.d.ts +2 -2
- package/admin/hooks/mutations/useDeleteOrgGrantMutation.js +1 -1
- package/admin/hooks/mutations/useDeleteOrgMembershipMutation.d.ts +2 -2
- package/admin/hooks/mutations/useDeleteOrgMembershipMutation.js +1 -1
- package/admin/hooks/mutations/useDeleteOrgMembershipProfileMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteOrgMembershipProfileMutation.js +39 -0
- package/admin/hooks/mutations/useDeleteOrgProfileCapabilityMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteOrgProfileCapabilityMutation.js +39 -0
- package/admin/hooks/mutations/useDeleteOrgProfileDefinitionGrantMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteOrgProfileDefinitionGrantMutation.js +39 -0
- package/admin/hooks/mutations/useDeleteOrgProfileGrantMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteOrgProfileGrantMutation.js +39 -0
- package/admin/hooks/mutations/useDeleteOrgProfileMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteOrgProfileMutation.js +39 -0
- package/admin/hooks/mutations/useDeleteOrgProfileTemplateMutation.d.ts +38 -0
- package/admin/hooks/mutations/useDeleteOrgProfileTemplateMutation.js +39 -0
- package/admin/hooks/mutations/useUpdateAppCapabilityDefaultCapabilityMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateAppCapabilityDefaultCapabilityMutation.js +40 -0
- package/admin/hooks/mutations/useUpdateAppCapabilityDefaultGrantMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateAppCapabilityDefaultGrantMutation.js +40 -0
- package/admin/hooks/mutations/useUpdateAppCapabilityDefaultMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateAppCapabilityDefaultMutation.js +40 -0
- package/admin/hooks/mutations/useUpdateAppCapabilityMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateAppCapabilityMutation.js +40 -0
- package/admin/hooks/mutations/useUpdateAppGrantMutation.d.ts +2 -2
- package/admin/hooks/mutations/useUpdateAppGrantMutation.js +1 -1
- package/admin/hooks/mutations/useUpdateAppMembershipMutation.d.ts +2 -2
- package/admin/hooks/mutations/useUpdateAppMembershipMutation.js +1 -1
- package/admin/hooks/mutations/useUpdateAppMembershipProfileMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateAppMembershipProfileMutation.js +40 -0
- package/admin/hooks/mutations/useUpdateAppProfileCapabilityMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateAppProfileCapabilityMutation.js +40 -0
- package/admin/hooks/mutations/useUpdateAppProfileDefinitionGrantMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateAppProfileDefinitionGrantMutation.js +40 -0
- package/admin/hooks/mutations/useUpdateAppProfileGrantMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateAppProfileGrantMutation.js +40 -0
- package/admin/hooks/mutations/useUpdateAppProfileMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateAppProfileMutation.js +40 -0
- package/admin/hooks/mutations/useUpdateAppProfileTemplateMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateAppProfileTemplateMutation.js +40 -0
- package/admin/hooks/mutations/useUpdateOrgCapabilityDefaultCapabilityMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateOrgCapabilityDefaultCapabilityMutation.js +40 -0
- package/admin/hooks/mutations/useUpdateOrgCapabilityDefaultGrantMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateOrgCapabilityDefaultGrantMutation.js +40 -0
- package/admin/hooks/mutations/useUpdateOrgCapabilityDefaultMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateOrgCapabilityDefaultMutation.js +40 -0
- package/admin/hooks/mutations/useUpdateOrgCapabilityMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateOrgCapabilityMutation.js +40 -0
- package/admin/hooks/mutations/useUpdateOrgGrantMutation.d.ts +2 -2
- package/admin/hooks/mutations/useUpdateOrgGrantMutation.js +1 -1
- package/admin/hooks/mutations/useUpdateOrgMembershipMutation.d.ts +2 -2
- package/admin/hooks/mutations/useUpdateOrgMembershipMutation.js +1 -1
- package/admin/hooks/mutations/useUpdateOrgMembershipProfileMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateOrgMembershipProfileMutation.js +40 -0
- package/admin/hooks/mutations/useUpdateOrgProfileCapabilityMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateOrgProfileCapabilityMutation.js +40 -0
- package/admin/hooks/mutations/useUpdateOrgProfileDefinitionGrantMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateOrgProfileDefinitionGrantMutation.js +40 -0
- package/admin/hooks/mutations/useUpdateOrgProfileGrantMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateOrgProfileGrantMutation.js +40 -0
- package/admin/hooks/mutations/useUpdateOrgProfileMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateOrgProfileMutation.js +40 -0
- package/admin/hooks/mutations/useUpdateOrgProfileTemplateMutation.d.ts +40 -0
- package/admin/hooks/mutations/useUpdateOrgProfileTemplateMutation.js +40 -0
- package/admin/hooks/queries/index.d.ts +48 -24
- package/admin/hooks/queries/index.js +48 -24
- package/admin/hooks/queries/useAppCapabilitiesGetByMaskQuery.d.ts +54 -0
- package/admin/hooks/queries/useAppCapabilitiesGetByMaskQuery.js +53 -0
- package/admin/hooks/queries/useAppCapabilitiesGetMaskByNamesQuery.d.ts +53 -0
- package/admin/hooks/queries/useAppCapabilitiesGetMaskByNamesQuery.js +53 -0
- package/admin/hooks/queries/useAppCapabilitiesGetMaskQuery.d.ts +53 -0
- package/admin/hooks/queries/useAppCapabilitiesGetMaskQuery.js +53 -0
- package/admin/hooks/queries/useAppCapabilitiesGetPaddedMaskQuery.d.ts +53 -0
- package/admin/hooks/queries/useAppCapabilitiesGetPaddedMaskQuery.js +53 -0
- package/admin/hooks/queries/useAppCapabilitiesQuery.d.ts +69 -0
- package/admin/hooks/queries/useAppCapabilitiesQuery.js +38 -0
- package/admin/hooks/queries/useAppCapabilityDefaultCapabilitiesQuery.d.ts +69 -0
- package/admin/hooks/queries/useAppCapabilityDefaultCapabilitiesQuery.js +38 -0
- package/admin/hooks/queries/useAppCapabilityDefaultCapabilityQuery.d.ts +65 -0
- package/admin/hooks/queries/useAppCapabilityDefaultCapabilityQuery.js +53 -0
- package/admin/hooks/queries/useAppCapabilityDefaultGrantQuery.d.ts +65 -0
- package/admin/hooks/queries/useAppCapabilityDefaultGrantQuery.js +53 -0
- package/admin/hooks/queries/useAppCapabilityDefaultGrantsQuery.d.ts +69 -0
- package/admin/hooks/queries/useAppCapabilityDefaultGrantsQuery.js +38 -0
- package/admin/hooks/queries/useAppCapabilityDefaultQuery.d.ts +65 -0
- package/admin/hooks/queries/useAppCapabilityDefaultQuery.js +53 -0
- package/admin/hooks/queries/useAppCapabilityDefaultsQuery.d.ts +69 -0
- package/admin/hooks/queries/useAppCapabilityDefaultsQuery.js +38 -0
- package/admin/hooks/queries/useAppCapabilityQuery.d.ts +65 -0
- package/admin/hooks/queries/useAppCapabilityQuery.js +53 -0
- package/admin/hooks/queries/useAppGrantQuery.d.ts +4 -4
- package/admin/hooks/queries/useAppGrantQuery.js +1 -1
- package/admin/hooks/queries/useAppGrantsQuery.d.ts +4 -4
- package/admin/hooks/queries/useAppGrantsQuery.js +1 -1
- package/admin/hooks/queries/useAppMembershipProfileQuery.d.ts +65 -0
- package/admin/hooks/queries/useAppMembershipProfileQuery.js +53 -0
- package/admin/hooks/queries/useAppMembershipProfilesQuery.d.ts +69 -0
- package/admin/hooks/queries/useAppMembershipProfilesQuery.js +38 -0
- package/admin/hooks/queries/useAppMembershipQuery.d.ts +4 -4
- package/admin/hooks/queries/useAppMembershipQuery.js +1 -1
- package/admin/hooks/queries/useAppMembershipsQuery.d.ts +4 -4
- package/admin/hooks/queries/useAppMembershipsQuery.js +1 -1
- package/admin/hooks/queries/useAppProfileCapabilitiesQuery.d.ts +69 -0
- package/admin/hooks/queries/useAppProfileCapabilitiesQuery.js +38 -0
- package/admin/hooks/queries/useAppProfileCapabilityQuery.d.ts +65 -0
- package/admin/hooks/queries/useAppProfileCapabilityQuery.js +53 -0
- package/admin/hooks/queries/useAppProfileDefinitionGrantQuery.d.ts +65 -0
- package/admin/hooks/queries/useAppProfileDefinitionGrantQuery.js +53 -0
- package/admin/hooks/queries/useAppProfileDefinitionGrantsQuery.d.ts +69 -0
- package/admin/hooks/queries/useAppProfileDefinitionGrantsQuery.js +38 -0
- package/admin/hooks/queries/useAppProfileGrantQuery.d.ts +65 -0
- package/admin/hooks/queries/useAppProfileGrantQuery.js +53 -0
- package/admin/hooks/queries/useAppProfileGrantsQuery.d.ts +69 -0
- package/admin/hooks/queries/useAppProfileGrantsQuery.js +38 -0
- package/admin/hooks/queries/useAppProfileQuery.d.ts +65 -0
- package/admin/hooks/queries/useAppProfileQuery.js +53 -0
- package/admin/hooks/queries/useAppProfileTemplateQuery.d.ts +65 -0
- package/admin/hooks/queries/useAppProfileTemplateQuery.js +53 -0
- package/admin/hooks/queries/useAppProfileTemplatesQuery.d.ts +69 -0
- package/admin/hooks/queries/useAppProfileTemplatesQuery.js +38 -0
- package/admin/hooks/queries/useAppProfilesQuery.d.ts +69 -0
- package/admin/hooks/queries/useAppProfilesQuery.js +38 -0
- package/admin/hooks/queries/useOrgCapabilitiesGetByMaskQuery.d.ts +54 -0
- package/admin/hooks/queries/useOrgCapabilitiesGetByMaskQuery.js +53 -0
- package/admin/hooks/queries/useOrgCapabilitiesGetMaskByNamesQuery.d.ts +53 -0
- package/admin/hooks/queries/useOrgCapabilitiesGetMaskByNamesQuery.js +53 -0
- package/admin/hooks/queries/useOrgCapabilitiesGetMaskQuery.d.ts +53 -0
- package/admin/hooks/queries/useOrgCapabilitiesGetMaskQuery.js +53 -0
- package/admin/hooks/queries/useOrgCapabilitiesGetPaddedMaskQuery.d.ts +53 -0
- package/admin/hooks/queries/useOrgCapabilitiesGetPaddedMaskQuery.js +53 -0
- package/admin/hooks/queries/useOrgCapabilitiesQuery.d.ts +69 -0
- package/admin/hooks/queries/useOrgCapabilitiesQuery.js +38 -0
- package/admin/hooks/queries/useOrgCapabilityDefaultCapabilitiesQuery.d.ts +69 -0
- package/admin/hooks/queries/useOrgCapabilityDefaultCapabilitiesQuery.js +38 -0
- package/admin/hooks/queries/useOrgCapabilityDefaultCapabilityQuery.d.ts +65 -0
- package/admin/hooks/queries/useOrgCapabilityDefaultCapabilityQuery.js +53 -0
- package/admin/hooks/queries/useOrgCapabilityDefaultGrantQuery.d.ts +65 -0
- package/admin/hooks/queries/useOrgCapabilityDefaultGrantQuery.js +53 -0
- package/admin/hooks/queries/useOrgCapabilityDefaultGrantsQuery.d.ts +69 -0
- package/admin/hooks/queries/useOrgCapabilityDefaultGrantsQuery.js +38 -0
- package/admin/hooks/queries/useOrgCapabilityDefaultQuery.d.ts +65 -0
- package/admin/hooks/queries/useOrgCapabilityDefaultQuery.js +53 -0
- package/admin/hooks/queries/useOrgCapabilityDefaultsQuery.d.ts +69 -0
- package/admin/hooks/queries/useOrgCapabilityDefaultsQuery.js +38 -0
- package/admin/hooks/queries/useOrgCapabilityQuery.d.ts +65 -0
- package/admin/hooks/queries/useOrgCapabilityQuery.js +53 -0
- package/admin/hooks/queries/useOrgGrantQuery.d.ts +4 -4
- package/admin/hooks/queries/useOrgGrantQuery.js +1 -1
- package/admin/hooks/queries/useOrgGrantsQuery.d.ts +4 -4
- package/admin/hooks/queries/useOrgGrantsQuery.js +1 -1
- package/admin/hooks/queries/useOrgMembershipProfileQuery.d.ts +65 -0
- package/admin/hooks/queries/useOrgMembershipProfileQuery.js +53 -0
- package/admin/hooks/queries/useOrgMembershipProfilesQuery.d.ts +69 -0
- package/admin/hooks/queries/useOrgMembershipProfilesQuery.js +38 -0
- package/admin/hooks/queries/useOrgMembershipQuery.d.ts +4 -4
- package/admin/hooks/queries/useOrgMembershipQuery.js +1 -1
- package/admin/hooks/queries/useOrgMembershipsQuery.d.ts +4 -4
- package/admin/hooks/queries/useOrgMembershipsQuery.js +1 -1
- package/admin/hooks/queries/useOrgProfileCapabilitiesQuery.d.ts +69 -0
- package/admin/hooks/queries/useOrgProfileCapabilitiesQuery.js +38 -0
- package/admin/hooks/queries/useOrgProfileCapabilityQuery.d.ts +65 -0
- package/admin/hooks/queries/useOrgProfileCapabilityQuery.js +53 -0
- package/admin/hooks/queries/useOrgProfileDefinitionGrantQuery.d.ts +65 -0
- package/admin/hooks/queries/useOrgProfileDefinitionGrantQuery.js +53 -0
- package/admin/hooks/queries/useOrgProfileDefinitionGrantsQuery.d.ts +69 -0
- package/admin/hooks/queries/useOrgProfileDefinitionGrantsQuery.js +38 -0
- package/admin/hooks/queries/useOrgProfileGrantQuery.d.ts +65 -0
- package/admin/hooks/queries/useOrgProfileGrantQuery.js +53 -0
- package/admin/hooks/queries/useOrgProfileGrantsQuery.d.ts +69 -0
- package/admin/hooks/queries/useOrgProfileGrantsQuery.js +38 -0
- package/admin/hooks/queries/useOrgProfileQuery.d.ts +65 -0
- package/admin/hooks/queries/useOrgProfileQuery.js +53 -0
- package/admin/hooks/queries/useOrgProfileTemplateQuery.d.ts +65 -0
- package/admin/hooks/queries/useOrgProfileTemplateQuery.js +53 -0
- package/admin/hooks/queries/useOrgProfileTemplatesQuery.d.ts +69 -0
- package/admin/hooks/queries/useOrgProfileTemplatesQuery.js +38 -0
- package/admin/hooks/queries/useOrgProfilesQuery.d.ts +69 -0
- package/admin/hooks/queries/useOrgProfilesQuery.js +38 -0
- package/admin/hooks/query-keys.d.ts +292 -124
- package/admin/hooks/query-keys.js +171 -75
- package/admin/orm/index.d.ts +58 -34
- package/admin/orm/index.js +40 -16
- package/admin/orm/input-types.d.ts +3824 -943
- package/admin/orm/input-types.js +33 -5
- package/admin/orm/models/appCapability.d.ts +54 -0
- package/admin/orm/models/appCapability.js +104 -0
- package/admin/orm/models/appCapabilityDefault.d.ts +54 -0
- package/admin/orm/models/appCapabilityDefault.js +104 -0
- package/admin/orm/models/appCapabilityDefaultCapability.d.ts +54 -0
- package/admin/orm/models/appCapabilityDefaultCapability.js +104 -0
- package/admin/orm/models/appCapabilityDefaultGrant.d.ts +54 -0
- package/admin/orm/models/appCapabilityDefaultGrant.js +104 -0
- package/admin/orm/models/appMembershipProfile.d.ts +54 -0
- package/admin/orm/models/appMembershipProfile.js +104 -0
- package/admin/orm/models/appProfile.d.ts +54 -0
- package/admin/orm/models/appProfile.js +104 -0
- package/admin/orm/models/appProfileCapability.d.ts +54 -0
- package/admin/orm/models/appProfileCapability.js +104 -0
- package/admin/orm/models/appProfileDefinitionGrant.d.ts +54 -0
- package/admin/orm/models/appProfileDefinitionGrant.js +104 -0
- package/admin/orm/models/appProfileGrant.d.ts +54 -0
- package/admin/orm/models/appProfileGrant.js +104 -0
- package/admin/orm/models/appProfileTemplate.d.ts +54 -0
- package/admin/orm/models/appProfileTemplate.js +104 -0
- package/admin/orm/models/index.d.ts +20 -8
- package/admin/orm/models/index.js +41 -17
- package/admin/orm/models/orgCapability.d.ts +54 -0
- package/admin/orm/models/orgCapability.js +104 -0
- package/admin/orm/models/orgCapabilityDefault.d.ts +54 -0
- package/admin/orm/models/orgCapabilityDefault.js +104 -0
- package/admin/orm/models/orgCapabilityDefaultCapability.d.ts +54 -0
- package/admin/orm/models/orgCapabilityDefaultCapability.js +104 -0
- package/admin/orm/models/orgCapabilityDefaultGrant.d.ts +54 -0
- package/admin/orm/models/orgCapabilityDefaultGrant.js +104 -0
- package/admin/orm/models/orgMembershipProfile.d.ts +54 -0
- package/admin/orm/models/orgMembershipProfile.js +104 -0
- package/admin/orm/models/orgProfile.d.ts +54 -0
- package/admin/orm/models/orgProfile.js +104 -0
- package/admin/orm/models/orgProfileCapability.d.ts +54 -0
- package/admin/orm/models/orgProfileCapability.js +104 -0
- package/admin/orm/models/orgProfileDefinitionGrant.d.ts +54 -0
- package/admin/orm/models/orgProfileDefinitionGrant.js +104 -0
- package/admin/orm/models/orgProfileGrant.d.ts +54 -0
- package/admin/orm/models/orgProfileGrant.js +104 -0
- package/admin/orm/models/orgProfileTemplate.d.ts +54 -0
- package/admin/orm/models/orgProfileTemplate.js +104 -0
- package/admin/orm/query/index.d.ts +33 -33
- package/admin/orm/query/index.js +56 -56
- package/admin/schema-types.d.ts +2025 -497
- package/admin/types.d.ts +136 -24
- package/api/hooks/index.d.ts +1 -1
- package/api/hooks/index.js +1 -1
- package/api/hooks/invalidation.d.ts +58 -22
- package/api/hooks/invalidation.js +146 -50
- package/api/hooks/mutation-keys.d.ts +122 -50
- package/api/hooks/mutation-keys.js +88 -37
- package/api/hooks/mutations/index.d.ts +33 -11
- package/api/hooks/mutations/index.js +33 -11
- package/api/hooks/mutations/useAppsInstallAppMutation.d.ts +20 -0
- package/api/hooks/mutations/useAppsInstallAppMutation.js +26 -0
- package/api/hooks/mutations/useAppsUninstallAppMutation.d.ts +20 -0
- package/api/hooks/mutations/useAppsUninstallAppMutation.js +26 -0
- package/api/hooks/mutations/useAppsUpgradeAppMutation.d.ts +20 -0
- package/api/hooks/mutations/useAppsUpgradeAppMutation.js +26 -0
- package/api/hooks/mutations/useCreateApiMutation.d.ts +34 -0
- package/api/hooks/mutations/useCreateApiMutation.js +34 -0
- package/api/hooks/mutations/useCreateAppComponentMutation.d.ts +34 -0
- package/api/hooks/mutations/useCreateAppComponentMutation.js +34 -0
- package/api/hooks/mutations/useCreateAppMutation.d.ts +34 -0
- package/api/hooks/mutations/useCreateAppMutation.js +34 -0
- package/api/hooks/mutations/useCreateEmailIdentityMutation.d.ts +34 -0
- package/api/hooks/mutations/useCreateEmailIdentityMutation.js +34 -0
- package/api/hooks/mutations/useCreateEmailProviderAccountMutation.d.ts +34 -0
- package/api/hooks/mutations/useCreateEmailProviderAccountMutation.js +34 -0
- package/api/hooks/mutations/useCreateEmailSiteIdentityMutation.d.ts +34 -0
- package/api/hooks/mutations/useCreateEmailSiteIdentityMutation.js +34 -0
- package/api/hooks/mutations/useCreatePlatformApiMutation.d.ts +34 -0
- package/api/hooks/mutations/useCreatePlatformApiMutation.js +34 -0
- package/api/hooks/mutations/useCreatePlatformEmailIdentityMutation.d.ts +34 -0
- package/api/hooks/mutations/useCreatePlatformEmailIdentityMutation.js +34 -0
- package/api/hooks/mutations/useCreatePlatformEmailProviderAccountMutation.d.ts +34 -0
- package/api/hooks/mutations/useCreatePlatformEmailProviderAccountMutation.js +34 -0
- package/api/hooks/mutations/useCreatePlatformEmailSiteIdentityMutation.d.ts +34 -0
- package/api/hooks/mutations/useCreatePlatformEmailSiteIdentityMutation.js +34 -0
- package/api/hooks/mutations/useDeleteApiMutation.d.ts +38 -0
- package/api/hooks/mutations/useDeleteApiMutation.js +39 -0
- package/api/hooks/mutations/useDeleteAppComponentMutation.d.ts +38 -0
- package/api/hooks/mutations/useDeleteAppComponentMutation.js +39 -0
- package/api/hooks/mutations/useDeleteAppMutation.d.ts +38 -0
- package/api/hooks/mutations/useDeleteAppMutation.js +39 -0
- package/api/hooks/mutations/useDeleteEmailIdentityMutation.d.ts +38 -0
- package/api/hooks/mutations/useDeleteEmailIdentityMutation.js +39 -0
- package/api/hooks/mutations/useDeleteEmailProviderAccountMutation.d.ts +38 -0
- package/api/hooks/mutations/useDeleteEmailProviderAccountMutation.js +39 -0
- package/api/hooks/mutations/useDeleteEmailSiteIdentityMutation.d.ts +38 -0
- package/api/hooks/mutations/useDeleteEmailSiteIdentityMutation.js +39 -0
- package/api/hooks/mutations/useDeletePlatformApiMutation.d.ts +38 -0
- package/api/hooks/mutations/useDeletePlatformApiMutation.js +39 -0
- package/api/hooks/mutations/useDeletePlatformEmailIdentityMutation.d.ts +38 -0
- package/api/hooks/mutations/useDeletePlatformEmailIdentityMutation.js +39 -0
- package/api/hooks/mutations/useDeletePlatformEmailProviderAccountMutation.d.ts +38 -0
- package/api/hooks/mutations/useDeletePlatformEmailProviderAccountMutation.js +39 -0
- package/api/hooks/mutations/useDeletePlatformEmailSiteIdentityMutation.d.ts +38 -0
- package/api/hooks/mutations/useDeletePlatformEmailSiteIdentityMutation.js +39 -0
- package/api/hooks/mutations/useUpdateApiMutation.d.ts +40 -0
- package/api/hooks/mutations/useUpdateApiMutation.js +40 -0
- package/api/hooks/mutations/useUpdateAppComponentMutation.d.ts +40 -0
- package/api/hooks/mutations/useUpdateAppComponentMutation.js +40 -0
- package/api/hooks/mutations/useUpdateAppMutation.d.ts +40 -0
- package/api/hooks/mutations/useUpdateAppMutation.js +40 -0
- package/api/hooks/mutations/useUpdateEmailIdentityMutation.d.ts +40 -0
- package/api/hooks/mutations/useUpdateEmailIdentityMutation.js +40 -0
- package/api/hooks/mutations/useUpdateEmailProviderAccountMutation.d.ts +40 -0
- package/api/hooks/mutations/useUpdateEmailProviderAccountMutation.js +40 -0
- package/api/hooks/mutations/useUpdateEmailSiteIdentityMutation.d.ts +40 -0
- package/api/hooks/mutations/useUpdateEmailSiteIdentityMutation.js +40 -0
- package/api/hooks/mutations/useUpdatePlatformApiMutation.d.ts +40 -0
- package/api/hooks/mutations/useUpdatePlatformApiMutation.js +40 -0
- package/api/hooks/mutations/useUpdatePlatformEmailIdentityMutation.d.ts +40 -0
- package/api/hooks/mutations/useUpdatePlatformEmailIdentityMutation.js +40 -0
- package/api/hooks/mutations/useUpdatePlatformEmailProviderAccountMutation.d.ts +40 -0
- package/api/hooks/mutations/useUpdatePlatformEmailProviderAccountMutation.js +40 -0
- package/api/hooks/mutations/useUpdatePlatformEmailSiteIdentityMutation.d.ts +40 -0
- package/api/hooks/mutations/useUpdatePlatformEmailSiteIdentityMutation.js +40 -0
- package/api/hooks/queries/index.d.ts +20 -8
- package/api/hooks/queries/index.js +20 -8
- package/api/hooks/queries/useApiQuery.d.ts +65 -0
- package/api/hooks/queries/useApiQuery.js +53 -0
- package/api/hooks/queries/useApisQuery.d.ts +25 -21
- package/api/hooks/queries/useApisQuery.js +9 -24
- package/api/hooks/queries/useAppComponentQuery.d.ts +65 -0
- package/api/hooks/queries/useAppComponentQuery.js +53 -0
- package/api/hooks/queries/useAppComponentsQuery.d.ts +69 -0
- package/api/hooks/queries/useAppComponentsQuery.js +38 -0
- package/api/hooks/queries/useAppQuery.d.ts +65 -0
- package/api/hooks/queries/useAppQuery.js +53 -0
- package/api/hooks/queries/useAppsQuery.d.ts +69 -0
- package/api/hooks/queries/useAppsQuery.js +38 -0
- package/api/hooks/queries/useEmailIdentitiesQuery.d.ts +69 -0
- package/api/hooks/queries/useEmailIdentitiesQuery.js +38 -0
- package/api/hooks/queries/useEmailIdentityQuery.d.ts +65 -0
- package/api/hooks/queries/useEmailIdentityQuery.js +53 -0
- package/api/hooks/queries/useEmailProviderAccountQuery.d.ts +65 -0
- package/api/hooks/queries/useEmailProviderAccountQuery.js +53 -0
- package/api/hooks/queries/useEmailProviderAccountsQuery.d.ts +69 -0
- package/api/hooks/queries/useEmailProviderAccountsQuery.js +38 -0
- package/api/hooks/queries/useEmailSiteIdentitiesQuery.d.ts +69 -0
- package/api/hooks/queries/useEmailSiteIdentitiesQuery.js +38 -0
- package/api/hooks/queries/useEmailSiteIdentityQuery.d.ts +65 -0
- package/api/hooks/queries/useEmailSiteIdentityQuery.js +53 -0
- package/api/hooks/queries/usePlatformApiQuery.d.ts +65 -0
- package/api/hooks/queries/usePlatformApiQuery.js +53 -0
- package/api/hooks/queries/usePlatformApisQuery.d.ts +25 -21
- package/api/hooks/queries/usePlatformApisQuery.js +9 -24
- package/api/hooks/queries/usePlatformEmailIdentitiesQuery.d.ts +69 -0
- package/api/hooks/queries/usePlatformEmailIdentitiesQuery.js +38 -0
- package/api/hooks/queries/usePlatformEmailIdentityQuery.d.ts +65 -0
- package/api/hooks/queries/usePlatformEmailIdentityQuery.js +53 -0
- package/api/hooks/queries/usePlatformEmailProviderAccountQuery.d.ts +65 -0
- package/api/hooks/queries/usePlatformEmailProviderAccountQuery.js +53 -0
- package/api/hooks/queries/usePlatformEmailProviderAccountsQuery.d.ts +69 -0
- package/api/hooks/queries/usePlatformEmailProviderAccountsQuery.js +38 -0
- package/api/hooks/queries/usePlatformEmailSiteIdentitiesQuery.d.ts +69 -0
- package/api/hooks/queries/usePlatformEmailSiteIdentitiesQuery.js +38 -0
- package/api/hooks/queries/usePlatformEmailSiteIdentityQuery.d.ts +65 -0
- package/api/hooks/queries/usePlatformEmailSiteIdentityQuery.js +53 -0
- package/api/hooks/query-keys.d.ts +136 -52
- package/api/hooks/query-keys.js +80 -32
- package/api/orm/index.d.ts +33 -21
- package/api/orm/index.js +20 -8
- package/api/orm/input-types.d.ts +2594 -895
- package/api/orm/input-types.js +19 -4
- package/api/orm/models/api.d.ts +54 -0
- package/api/orm/models/api.js +104 -0
- package/api/orm/models/app.d.ts +54 -0
- package/api/orm/models/app.js +104 -0
- package/api/orm/models/appComponent.d.ts +54 -0
- package/api/orm/models/appComponent.js +104 -0
- package/api/orm/models/emailIdentity.d.ts +54 -0
- package/api/orm/models/emailIdentity.js +104 -0
- package/api/orm/models/emailProviderAccount.d.ts +54 -0
- package/api/orm/models/emailProviderAccount.js +104 -0
- package/api/orm/models/emailSiteIdentity.d.ts +54 -0
- package/api/orm/models/emailSiteIdentity.js +104 -0
- package/api/orm/models/index.d.ts +10 -4
- package/api/orm/models/index.js +22 -10
- package/api/orm/models/platformApi.d.ts +54 -0
- package/api/orm/models/platformApi.js +104 -0
- package/api/orm/models/platformEmailIdentity.d.ts +54 -0
- package/api/orm/models/platformEmailIdentity.js +104 -0
- package/api/orm/models/platformEmailProviderAccount.d.ts +54 -0
- package/api/orm/models/platformEmailProviderAccount.js +104 -0
- package/api/orm/models/platformEmailSiteIdentity.d.ts +54 -0
- package/api/orm/models/platformEmailSiteIdentity.js +104 -0
- package/api/orm/mutation/index.d.ts +22 -22
- package/api/orm/mutation/index.js +30 -30
- package/api/schema-types.d.ts +1334 -347
- package/api/types.d.ts +117 -43
- package/auth/hooks/mutation-keys.d.ts +4 -0
- package/auth/hooks/mutation-keys.js +6 -0
- package/auth/hooks/mutations/index.d.ts +2 -0
- package/auth/hooks/mutations/index.js +2 -0
- package/auth/hooks/mutations/useCreatePrincipalScopeOverrideMutation.d.ts +2 -2
- package/auth/hooks/mutations/useCreatePrincipalScopeOverrideMutation.js +1 -1
- package/auth/hooks/mutations/useSignInMagicLinkMutation.d.ts +20 -0
- package/auth/hooks/mutations/useSignInMagicLinkMutation.js +26 -0
- package/auth/hooks/mutations/useSignUpMagicLinkMutation.d.ts +20 -0
- package/auth/hooks/mutations/useSignUpMagicLinkMutation.js +26 -0
- package/auth/hooks/queries/usePrincipalScopeOverrideQuery.d.ts +4 -4
- package/auth/hooks/queries/usePrincipalScopeOverrideQuery.js +1 -1
- package/auth/hooks/queries/usePrincipalScopeOverridesQuery.d.ts +4 -4
- package/auth/hooks/queries/usePrincipalScopeOverridesQuery.js +1 -1
- package/auth/orm/index.d.ts +10 -0
- package/auth/orm/input-types.d.ts +60 -6
- package/auth/orm/mutation/index.d.ts +17 -1
- package/auth/orm/mutation/index.js +24 -0
- package/auth/schema-types.d.ts +36 -4
- package/compute/hooks/index.d.ts +1 -1
- package/compute/hooks/index.js +1 -1
- package/compute/hooks/invalidation.d.ts +6 -0
- package/compute/hooks/invalidation.js +16 -0
- package/compute/hooks/mutation-keys.d.ts +30 -0
- package/compute/hooks/mutation-keys.js +36 -2
- package/compute/hooks/mutations/index.d.ts +12 -0
- package/compute/hooks/mutations/index.js +12 -0
- package/compute/hooks/mutations/useCreateContentPresetMutation.d.ts +34 -0
- package/compute/hooks/mutations/useCreateContentPresetMutation.js +34 -0
- package/compute/hooks/mutations/useDeleteContentPresetMutation.d.ts +38 -0
- package/compute/hooks/mutations/useDeleteContentPresetMutation.js +39 -0
- package/compute/hooks/mutations/useInfraInsertNodesAtPathsMutation.d.ts +20 -0
- package/compute/hooks/mutations/useInfraInsertNodesAtPathsMutation.js +26 -0
- package/compute/hooks/mutations/useInfraSetAndCommitMutation.d.ts +20 -0
- package/compute/hooks/mutations/useInfraSetAndCommitMutation.js +26 -0
- package/compute/hooks/mutations/useInfraSetManyAndCommitMutation.d.ts +20 -0
- package/compute/hooks/mutations/useInfraSetManyAndCommitMutation.js +26 -0
- package/compute/hooks/mutations/useInsertNodesAtPathsMutation.d.ts +20 -0
- package/compute/hooks/mutations/useInsertNodesAtPathsMutation.js +26 -0
- package/compute/hooks/mutations/usePlatformInfraInsertNodesAtPathsMutation.d.ts +20 -0
- package/compute/hooks/mutations/usePlatformInfraInsertNodesAtPathsMutation.js +26 -0
- package/compute/hooks/mutations/usePlatformInfraSetAndCommitMutation.d.ts +20 -0
- package/compute/hooks/mutations/usePlatformInfraSetAndCommitMutation.js +26 -0
- package/compute/hooks/mutations/usePlatformInfraSetManyAndCommitMutation.d.ts +20 -0
- package/compute/hooks/mutations/usePlatformInfraSetManyAndCommitMutation.js +26 -0
- package/compute/hooks/mutations/useSetAndCommitMutation.d.ts +20 -0
- package/compute/hooks/mutations/useSetAndCommitMutation.js +26 -0
- package/compute/hooks/mutations/useSetManyAndCommitMutation.d.ts +20 -0
- package/compute/hooks/mutations/useSetManyAndCommitMutation.js +26 -0
- package/compute/hooks/mutations/useUpdateContentPresetMutation.d.ts +40 -0
- package/compute/hooks/mutations/useUpdateContentPresetMutation.js +40 -0
- package/compute/hooks/queries/index.d.ts +2 -0
- package/compute/hooks/queries/index.js +2 -0
- package/compute/hooks/queries/useContentPresetQuery.d.ts +65 -0
- package/compute/hooks/queries/useContentPresetQuery.js +53 -0
- package/compute/hooks/queries/useContentPresetsQuery.d.ts +69 -0
- package/compute/hooks/queries/useContentPresetsQuery.js +38 -0
- package/compute/hooks/query-keys.d.ts +14 -0
- package/compute/hooks/query-keys.js +10 -2
- package/compute/orm/index.d.ts +47 -0
- package/compute/orm/index.js +2 -0
- package/compute/orm/input-types.d.ts +470 -48
- package/compute/orm/models/contentPreset.d.ts +54 -0
- package/compute/orm/models/contentPreset.js +104 -0
- package/compute/orm/models/index.d.ts +1 -0
- package/compute/orm/models/index.js +4 -2
- package/compute/orm/mutation/index.d.ts +73 -1
- package/compute/orm/mutation/index.js +108 -0
- package/compute/schema-types.d.ts +298 -17
- package/compute/types.d.ts +17 -0
- package/esm/admin/hooks/index.d.ts +1 -1
- package/esm/admin/hooks/index.js +1 -1
- package/esm/admin/hooks/invalidation.d.ts +112 -40
- package/esm/admin/hooks/invalidation.js +265 -73
- package/esm/admin/hooks/mutation-keys.d.ts +236 -92
- package/esm/admin/hooks/mutation-keys.js +148 -58
- package/esm/admin/hooks/mutations/index.d.ts +60 -24
- package/esm/admin/hooks/mutations/index.js +60 -24
- package/esm/admin/hooks/mutations/useCreateAppCapabilityDefaultCapabilityMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateAppCapabilityDefaultCapabilityMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateAppCapabilityDefaultGrantMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateAppCapabilityDefaultGrantMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateAppCapabilityDefaultMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateAppCapabilityDefaultMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateAppCapabilityMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateAppCapabilityMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateAppGrantMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useCreateAppGrantMutation.js +1 -1
- package/esm/admin/hooks/mutations/useCreateAppMembershipMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useCreateAppMembershipMutation.js +1 -1
- package/esm/admin/hooks/mutations/useCreateAppMembershipProfileMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateAppMembershipProfileMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateAppProfileCapabilityMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateAppProfileCapabilityMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateAppProfileDefinitionGrantMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateAppProfileDefinitionGrantMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateAppProfileGrantMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateAppProfileGrantMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateAppProfileMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateAppProfileMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateAppProfileTemplateMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateAppProfileTemplateMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateOrgCapabilityDefaultCapabilityMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateOrgCapabilityDefaultCapabilityMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateOrgCapabilityDefaultGrantMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateOrgCapabilityDefaultGrantMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateOrgCapabilityDefaultMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateOrgCapabilityDefaultMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateOrgCapabilityMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateOrgCapabilityMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateOrgGrantMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useCreateOrgGrantMutation.js +1 -1
- package/esm/admin/hooks/mutations/useCreateOrgMembershipMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useCreateOrgMembershipMutation.js +1 -1
- package/esm/admin/hooks/mutations/useCreateOrgMembershipProfileMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateOrgMembershipProfileMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateOrgProfileCapabilityMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateOrgProfileCapabilityMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateOrgProfileDefinitionGrantMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateOrgProfileDefinitionGrantMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateOrgProfileGrantMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateOrgProfileGrantMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateOrgProfileMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateOrgProfileMutation.js +31 -0
- package/esm/admin/hooks/mutations/useCreateOrgProfileTemplateMutation.d.ts +34 -0
- package/esm/admin/hooks/mutations/useCreateOrgProfileTemplateMutation.js +31 -0
- package/esm/admin/hooks/mutations/useDeleteAppCapabilityDefaultCapabilityMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteAppCapabilityDefaultCapabilityMutation.js +36 -0
- package/esm/admin/hooks/mutations/useDeleteAppCapabilityDefaultGrantMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteAppCapabilityDefaultGrantMutation.js +36 -0
- package/esm/admin/hooks/mutations/useDeleteAppCapabilityDefaultMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteAppCapabilityDefaultMutation.js +36 -0
- package/esm/admin/hooks/mutations/useDeleteAppCapabilityMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteAppCapabilityMutation.js +36 -0
- package/esm/admin/hooks/mutations/useDeleteAppGrantMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useDeleteAppGrantMutation.js +1 -1
- package/esm/admin/hooks/mutations/useDeleteAppMembershipMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useDeleteAppMembershipMutation.js +1 -1
- package/esm/admin/hooks/mutations/useDeleteAppMembershipProfileMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteAppMembershipProfileMutation.js +36 -0
- package/esm/admin/hooks/mutations/useDeleteAppProfileCapabilityMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteAppProfileCapabilityMutation.js +36 -0
- package/esm/admin/hooks/mutations/useDeleteAppProfileDefinitionGrantMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteAppProfileDefinitionGrantMutation.js +36 -0
- package/esm/admin/hooks/mutations/useDeleteAppProfileGrantMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteAppProfileGrantMutation.js +36 -0
- package/esm/admin/hooks/mutations/useDeleteAppProfileMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteAppProfileMutation.js +36 -0
- package/esm/admin/hooks/mutations/useDeleteAppProfileTemplateMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteAppProfileTemplateMutation.js +36 -0
- package/esm/admin/hooks/mutations/useDeleteOrgCapabilityDefaultCapabilityMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteOrgCapabilityDefaultCapabilityMutation.js +36 -0
- package/esm/admin/hooks/mutations/useDeleteOrgCapabilityDefaultGrantMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteOrgCapabilityDefaultGrantMutation.js +36 -0
- package/esm/admin/hooks/mutations/useDeleteOrgCapabilityDefaultMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteOrgCapabilityDefaultMutation.js +36 -0
- package/esm/admin/hooks/mutations/useDeleteOrgCapabilityMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteOrgCapabilityMutation.js +36 -0
- package/esm/admin/hooks/mutations/useDeleteOrgGrantMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useDeleteOrgGrantMutation.js +1 -1
- package/esm/admin/hooks/mutations/useDeleteOrgMembershipMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useDeleteOrgMembershipMutation.js +1 -1
- package/esm/admin/hooks/mutations/useDeleteOrgMembershipProfileMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteOrgMembershipProfileMutation.js +36 -0
- package/esm/admin/hooks/mutations/useDeleteOrgProfileCapabilityMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteOrgProfileCapabilityMutation.js +36 -0
- package/esm/admin/hooks/mutations/useDeleteOrgProfileDefinitionGrantMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteOrgProfileDefinitionGrantMutation.js +36 -0
- package/esm/admin/hooks/mutations/useDeleteOrgProfileGrantMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteOrgProfileGrantMutation.js +36 -0
- package/esm/admin/hooks/mutations/useDeleteOrgProfileMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteOrgProfileMutation.js +36 -0
- package/esm/admin/hooks/mutations/useDeleteOrgProfileTemplateMutation.d.ts +38 -0
- package/esm/admin/hooks/mutations/useDeleteOrgProfileTemplateMutation.js +36 -0
- package/esm/admin/hooks/mutations/useUpdateAppCapabilityDefaultCapabilityMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateAppCapabilityDefaultCapabilityMutation.js +37 -0
- package/esm/admin/hooks/mutations/useUpdateAppCapabilityDefaultGrantMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateAppCapabilityDefaultGrantMutation.js +37 -0
- package/esm/admin/hooks/mutations/useUpdateAppCapabilityDefaultMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateAppCapabilityDefaultMutation.js +37 -0
- package/esm/admin/hooks/mutations/useUpdateAppCapabilityMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateAppCapabilityMutation.js +37 -0
- package/esm/admin/hooks/mutations/useUpdateAppGrantMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useUpdateAppGrantMutation.js +1 -1
- package/esm/admin/hooks/mutations/useUpdateAppMembershipMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useUpdateAppMembershipMutation.js +1 -1
- package/esm/admin/hooks/mutations/useUpdateAppMembershipProfileMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateAppMembershipProfileMutation.js +37 -0
- package/esm/admin/hooks/mutations/useUpdateAppProfileCapabilityMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateAppProfileCapabilityMutation.js +37 -0
- package/esm/admin/hooks/mutations/useUpdateAppProfileDefinitionGrantMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateAppProfileDefinitionGrantMutation.js +37 -0
- package/esm/admin/hooks/mutations/useUpdateAppProfileGrantMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateAppProfileGrantMutation.js +37 -0
- package/esm/admin/hooks/mutations/useUpdateAppProfileMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateAppProfileMutation.js +37 -0
- package/esm/admin/hooks/mutations/useUpdateAppProfileTemplateMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateAppProfileTemplateMutation.js +37 -0
- package/esm/admin/hooks/mutations/useUpdateOrgCapabilityDefaultCapabilityMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateOrgCapabilityDefaultCapabilityMutation.js +37 -0
- package/esm/admin/hooks/mutations/useUpdateOrgCapabilityDefaultGrantMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateOrgCapabilityDefaultGrantMutation.js +37 -0
- package/esm/admin/hooks/mutations/useUpdateOrgCapabilityDefaultMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateOrgCapabilityDefaultMutation.js +37 -0
- package/esm/admin/hooks/mutations/useUpdateOrgCapabilityMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateOrgCapabilityMutation.js +37 -0
- package/esm/admin/hooks/mutations/useUpdateOrgGrantMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useUpdateOrgGrantMutation.js +1 -1
- package/esm/admin/hooks/mutations/useUpdateOrgMembershipMutation.d.ts +2 -2
- package/esm/admin/hooks/mutations/useUpdateOrgMembershipMutation.js +1 -1
- package/esm/admin/hooks/mutations/useUpdateOrgMembershipProfileMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateOrgMembershipProfileMutation.js +37 -0
- package/esm/admin/hooks/mutations/useUpdateOrgProfileCapabilityMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateOrgProfileCapabilityMutation.js +37 -0
- package/esm/admin/hooks/mutations/useUpdateOrgProfileDefinitionGrantMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateOrgProfileDefinitionGrantMutation.js +37 -0
- package/esm/admin/hooks/mutations/useUpdateOrgProfileGrantMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateOrgProfileGrantMutation.js +37 -0
- package/esm/admin/hooks/mutations/useUpdateOrgProfileMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateOrgProfileMutation.js +37 -0
- package/esm/admin/hooks/mutations/useUpdateOrgProfileTemplateMutation.d.ts +40 -0
- package/esm/admin/hooks/mutations/useUpdateOrgProfileTemplateMutation.js +37 -0
- package/esm/admin/hooks/queries/index.d.ts +48 -24
- package/esm/admin/hooks/queries/index.js +48 -24
- package/esm/admin/hooks/queries/useAppCapabilitiesGetByMaskQuery.d.ts +54 -0
- package/esm/admin/hooks/queries/useAppCapabilitiesGetByMaskQuery.js +47 -0
- package/esm/admin/hooks/queries/useAppCapabilitiesGetMaskByNamesQuery.d.ts +53 -0
- package/esm/admin/hooks/queries/useAppCapabilitiesGetMaskByNamesQuery.js +47 -0
- package/esm/admin/hooks/queries/useAppCapabilitiesGetMaskQuery.d.ts +53 -0
- package/esm/admin/hooks/queries/useAppCapabilitiesGetMaskQuery.js +47 -0
- package/esm/admin/hooks/queries/useAppCapabilitiesGetPaddedMaskQuery.d.ts +53 -0
- package/esm/admin/hooks/queries/useAppCapabilitiesGetPaddedMaskQuery.js +47 -0
- package/esm/admin/hooks/queries/useAppCapabilitiesQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useAppCapabilitiesQuery.js +32 -0
- package/esm/admin/hooks/queries/useAppCapabilityDefaultCapabilitiesQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useAppCapabilityDefaultCapabilitiesQuery.js +32 -0
- package/esm/admin/hooks/queries/useAppCapabilityDefaultCapabilityQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useAppCapabilityDefaultCapabilityQuery.js +47 -0
- package/esm/admin/hooks/queries/useAppCapabilityDefaultGrantQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useAppCapabilityDefaultGrantQuery.js +47 -0
- package/esm/admin/hooks/queries/useAppCapabilityDefaultGrantsQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useAppCapabilityDefaultGrantsQuery.js +32 -0
- package/esm/admin/hooks/queries/useAppCapabilityDefaultQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useAppCapabilityDefaultQuery.js +47 -0
- package/esm/admin/hooks/queries/useAppCapabilityDefaultsQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useAppCapabilityDefaultsQuery.js +32 -0
- package/esm/admin/hooks/queries/useAppCapabilityQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useAppCapabilityQuery.js +47 -0
- package/esm/admin/hooks/queries/useAppGrantQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useAppGrantQuery.js +1 -1
- package/esm/admin/hooks/queries/useAppGrantsQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useAppGrantsQuery.js +1 -1
- package/esm/admin/hooks/queries/useAppMembershipProfileQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useAppMembershipProfileQuery.js +47 -0
- package/esm/admin/hooks/queries/useAppMembershipProfilesQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useAppMembershipProfilesQuery.js +32 -0
- package/esm/admin/hooks/queries/useAppMembershipQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useAppMembershipQuery.js +1 -1
- package/esm/admin/hooks/queries/useAppMembershipsQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useAppMembershipsQuery.js +1 -1
- package/esm/admin/hooks/queries/useAppProfileCapabilitiesQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useAppProfileCapabilitiesQuery.js +32 -0
- package/esm/admin/hooks/queries/useAppProfileCapabilityQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useAppProfileCapabilityQuery.js +47 -0
- package/esm/admin/hooks/queries/useAppProfileDefinitionGrantQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useAppProfileDefinitionGrantQuery.js +47 -0
- package/esm/admin/hooks/queries/useAppProfileDefinitionGrantsQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useAppProfileDefinitionGrantsQuery.js +32 -0
- package/esm/admin/hooks/queries/useAppProfileGrantQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useAppProfileGrantQuery.js +47 -0
- package/esm/admin/hooks/queries/useAppProfileGrantsQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useAppProfileGrantsQuery.js +32 -0
- package/esm/admin/hooks/queries/useAppProfileQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useAppProfileQuery.js +47 -0
- package/esm/admin/hooks/queries/useAppProfileTemplateQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useAppProfileTemplateQuery.js +47 -0
- package/esm/admin/hooks/queries/useAppProfileTemplatesQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useAppProfileTemplatesQuery.js +32 -0
- package/esm/admin/hooks/queries/useAppProfilesQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useAppProfilesQuery.js +32 -0
- package/esm/admin/hooks/queries/useOrgCapabilitiesGetByMaskQuery.d.ts +54 -0
- package/esm/admin/hooks/queries/useOrgCapabilitiesGetByMaskQuery.js +47 -0
- package/esm/admin/hooks/queries/useOrgCapabilitiesGetMaskByNamesQuery.d.ts +53 -0
- package/esm/admin/hooks/queries/useOrgCapabilitiesGetMaskByNamesQuery.js +47 -0
- package/esm/admin/hooks/queries/useOrgCapabilitiesGetMaskQuery.d.ts +53 -0
- package/esm/admin/hooks/queries/useOrgCapabilitiesGetMaskQuery.js +47 -0
- package/esm/admin/hooks/queries/useOrgCapabilitiesGetPaddedMaskQuery.d.ts +53 -0
- package/esm/admin/hooks/queries/useOrgCapabilitiesGetPaddedMaskQuery.js +47 -0
- package/esm/admin/hooks/queries/useOrgCapabilitiesQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useOrgCapabilitiesQuery.js +32 -0
- package/esm/admin/hooks/queries/useOrgCapabilityDefaultCapabilitiesQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useOrgCapabilityDefaultCapabilitiesQuery.js +32 -0
- package/esm/admin/hooks/queries/useOrgCapabilityDefaultCapabilityQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useOrgCapabilityDefaultCapabilityQuery.js +47 -0
- package/esm/admin/hooks/queries/useOrgCapabilityDefaultGrantQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useOrgCapabilityDefaultGrantQuery.js +47 -0
- package/esm/admin/hooks/queries/useOrgCapabilityDefaultGrantsQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useOrgCapabilityDefaultGrantsQuery.js +32 -0
- package/esm/admin/hooks/queries/useOrgCapabilityDefaultQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useOrgCapabilityDefaultQuery.js +47 -0
- package/esm/admin/hooks/queries/useOrgCapabilityDefaultsQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useOrgCapabilityDefaultsQuery.js +32 -0
- package/esm/admin/hooks/queries/useOrgCapabilityQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useOrgCapabilityQuery.js +47 -0
- package/esm/admin/hooks/queries/useOrgGrantQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useOrgGrantQuery.js +1 -1
- package/esm/admin/hooks/queries/useOrgGrantsQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useOrgGrantsQuery.js +1 -1
- package/esm/admin/hooks/queries/useOrgMembershipProfileQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useOrgMembershipProfileQuery.js +47 -0
- package/esm/admin/hooks/queries/useOrgMembershipProfilesQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useOrgMembershipProfilesQuery.js +32 -0
- package/esm/admin/hooks/queries/useOrgMembershipQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useOrgMembershipQuery.js +1 -1
- package/esm/admin/hooks/queries/useOrgMembershipsQuery.d.ts +4 -4
- package/esm/admin/hooks/queries/useOrgMembershipsQuery.js +1 -1
- package/esm/admin/hooks/queries/useOrgProfileCapabilitiesQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useOrgProfileCapabilitiesQuery.js +32 -0
- package/esm/admin/hooks/queries/useOrgProfileCapabilityQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useOrgProfileCapabilityQuery.js +47 -0
- package/esm/admin/hooks/queries/useOrgProfileDefinitionGrantQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useOrgProfileDefinitionGrantQuery.js +47 -0
- package/esm/admin/hooks/queries/useOrgProfileDefinitionGrantsQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useOrgProfileDefinitionGrantsQuery.js +32 -0
- package/esm/admin/hooks/queries/useOrgProfileGrantQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useOrgProfileGrantQuery.js +47 -0
- package/esm/admin/hooks/queries/useOrgProfileGrantsQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useOrgProfileGrantsQuery.js +32 -0
- package/esm/admin/hooks/queries/useOrgProfileQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useOrgProfileQuery.js +47 -0
- package/esm/admin/hooks/queries/useOrgProfileTemplateQuery.d.ts +65 -0
- package/esm/admin/hooks/queries/useOrgProfileTemplateQuery.js +47 -0
- package/esm/admin/hooks/queries/useOrgProfileTemplatesQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useOrgProfileTemplatesQuery.js +32 -0
- package/esm/admin/hooks/queries/useOrgProfilesQuery.d.ts +69 -0
- package/esm/admin/hooks/queries/useOrgProfilesQuery.js +32 -0
- package/esm/admin/hooks/query-keys.d.ts +292 -124
- package/esm/admin/hooks/query-keys.js +170 -74
- package/esm/admin/orm/index.d.ts +58 -34
- package/esm/admin/orm/index.js +40 -16
- package/esm/admin/orm/input-types.d.ts +3824 -943
- package/esm/admin/orm/input-types.js +33 -5
- package/esm/admin/orm/models/appCapability.d.ts +54 -0
- package/esm/admin/orm/models/appCapability.js +100 -0
- package/esm/admin/orm/models/appCapabilityDefault.d.ts +54 -0
- package/esm/admin/orm/models/appCapabilityDefault.js +100 -0
- package/esm/admin/orm/models/appCapabilityDefaultCapability.d.ts +54 -0
- package/esm/admin/orm/models/appCapabilityDefaultCapability.js +100 -0
- package/esm/admin/orm/models/appCapabilityDefaultGrant.d.ts +54 -0
- package/esm/admin/orm/models/appCapabilityDefaultGrant.js +100 -0
- package/esm/admin/orm/models/appMembershipProfile.d.ts +54 -0
- package/esm/admin/orm/models/appMembershipProfile.js +100 -0
- package/esm/admin/orm/models/appProfile.d.ts +54 -0
- package/esm/admin/orm/models/appProfile.js +100 -0
- package/esm/admin/orm/models/appProfileCapability.d.ts +54 -0
- package/esm/admin/orm/models/appProfileCapability.js +100 -0
- package/esm/admin/orm/models/appProfileDefinitionGrant.d.ts +54 -0
- package/esm/admin/orm/models/appProfileDefinitionGrant.js +100 -0
- package/esm/admin/orm/models/appProfileGrant.d.ts +54 -0
- package/esm/admin/orm/models/appProfileGrant.js +100 -0
- package/esm/admin/orm/models/appProfileTemplate.d.ts +54 -0
- package/esm/admin/orm/models/appProfileTemplate.js +100 -0
- package/esm/admin/orm/models/index.d.ts +20 -8
- package/esm/admin/orm/models/index.js +20 -8
- package/esm/admin/orm/models/orgCapability.d.ts +54 -0
- package/esm/admin/orm/models/orgCapability.js +100 -0
- package/esm/admin/orm/models/orgCapabilityDefault.d.ts +54 -0
- package/esm/admin/orm/models/orgCapabilityDefault.js +100 -0
- package/esm/admin/orm/models/orgCapabilityDefaultCapability.d.ts +54 -0
- package/esm/admin/orm/models/orgCapabilityDefaultCapability.js +100 -0
- package/esm/admin/orm/models/orgCapabilityDefaultGrant.d.ts +54 -0
- package/esm/admin/orm/models/orgCapabilityDefaultGrant.js +100 -0
- package/esm/admin/orm/models/orgMembershipProfile.d.ts +54 -0
- package/esm/admin/orm/models/orgMembershipProfile.js +100 -0
- package/esm/admin/orm/models/orgProfile.d.ts +54 -0
- package/esm/admin/orm/models/orgProfile.js +100 -0
- package/esm/admin/orm/models/orgProfileCapability.d.ts +54 -0
- package/esm/admin/orm/models/orgProfileCapability.js +100 -0
- package/esm/admin/orm/models/orgProfileDefinitionGrant.d.ts +54 -0
- package/esm/admin/orm/models/orgProfileDefinitionGrant.js +100 -0
- package/esm/admin/orm/models/orgProfileGrant.d.ts +54 -0
- package/esm/admin/orm/models/orgProfileGrant.js +100 -0
- package/esm/admin/orm/models/orgProfileTemplate.d.ts +54 -0
- package/esm/admin/orm/models/orgProfileTemplate.js +100 -0
- package/esm/admin/orm/query/index.d.ts +33 -33
- package/esm/admin/orm/query/index.js +56 -56
- package/esm/admin/schema-types.d.ts +2025 -497
- package/esm/admin/types.d.ts +136 -24
- package/esm/api/hooks/index.d.ts +1 -1
- package/esm/api/hooks/index.js +1 -1
- package/esm/api/hooks/invalidation.d.ts +58 -22
- package/esm/api/hooks/invalidation.js +147 -51
- package/esm/api/hooks/mutation-keys.d.ts +122 -50
- package/esm/api/hooks/mutation-keys.js +86 -35
- package/esm/api/hooks/mutations/index.d.ts +33 -11
- package/esm/api/hooks/mutations/index.js +33 -11
- package/esm/api/hooks/mutations/useAppsInstallAppMutation.d.ts +20 -0
- package/esm/api/hooks/mutations/useAppsInstallAppMutation.js +23 -0
- package/esm/api/hooks/mutations/useAppsUninstallAppMutation.d.ts +20 -0
- package/esm/api/hooks/mutations/useAppsUninstallAppMutation.js +23 -0
- package/esm/api/hooks/mutations/useAppsUpgradeAppMutation.d.ts +20 -0
- package/esm/api/hooks/mutations/useAppsUpgradeAppMutation.js +23 -0
- package/esm/api/hooks/mutations/useCreateApiMutation.d.ts +34 -0
- package/esm/api/hooks/mutations/useCreateApiMutation.js +31 -0
- package/esm/api/hooks/mutations/useCreateAppComponentMutation.d.ts +34 -0
- package/esm/api/hooks/mutations/useCreateAppComponentMutation.js +31 -0
- package/esm/api/hooks/mutations/useCreateAppMutation.d.ts +34 -0
- package/esm/api/hooks/mutations/useCreateAppMutation.js +31 -0
- package/esm/api/hooks/mutations/useCreateEmailIdentityMutation.d.ts +34 -0
- package/esm/api/hooks/mutations/useCreateEmailIdentityMutation.js +31 -0
- package/esm/api/hooks/mutations/useCreateEmailProviderAccountMutation.d.ts +34 -0
- package/esm/api/hooks/mutations/useCreateEmailProviderAccountMutation.js +31 -0
- package/esm/api/hooks/mutations/useCreateEmailSiteIdentityMutation.d.ts +34 -0
- package/esm/api/hooks/mutations/useCreateEmailSiteIdentityMutation.js +31 -0
- package/esm/api/hooks/mutations/useCreatePlatformApiMutation.d.ts +34 -0
- package/esm/api/hooks/mutations/useCreatePlatformApiMutation.js +31 -0
- package/esm/api/hooks/mutations/useCreatePlatformEmailIdentityMutation.d.ts +34 -0
- package/esm/api/hooks/mutations/useCreatePlatformEmailIdentityMutation.js +31 -0
- package/esm/api/hooks/mutations/useCreatePlatformEmailProviderAccountMutation.d.ts +34 -0
- package/esm/api/hooks/mutations/useCreatePlatformEmailProviderAccountMutation.js +31 -0
- package/esm/api/hooks/mutations/useCreatePlatformEmailSiteIdentityMutation.d.ts +34 -0
- package/esm/api/hooks/mutations/useCreatePlatformEmailSiteIdentityMutation.js +31 -0
- package/esm/api/hooks/mutations/useDeleteApiMutation.d.ts +38 -0
- package/esm/api/hooks/mutations/useDeleteApiMutation.js +36 -0
- package/esm/api/hooks/mutations/useDeleteAppComponentMutation.d.ts +38 -0
- package/esm/api/hooks/mutations/useDeleteAppComponentMutation.js +36 -0
- package/esm/api/hooks/mutations/useDeleteAppMutation.d.ts +38 -0
- package/esm/api/hooks/mutations/useDeleteAppMutation.js +36 -0
- package/esm/api/hooks/mutations/useDeleteEmailIdentityMutation.d.ts +38 -0
- package/esm/api/hooks/mutations/useDeleteEmailIdentityMutation.js +36 -0
- package/esm/api/hooks/mutations/useDeleteEmailProviderAccountMutation.d.ts +38 -0
- package/esm/api/hooks/mutations/useDeleteEmailProviderAccountMutation.js +36 -0
- package/esm/api/hooks/mutations/useDeleteEmailSiteIdentityMutation.d.ts +38 -0
- package/esm/api/hooks/mutations/useDeleteEmailSiteIdentityMutation.js +36 -0
- package/esm/api/hooks/mutations/useDeletePlatformApiMutation.d.ts +38 -0
- package/esm/api/hooks/mutations/useDeletePlatformApiMutation.js +36 -0
- package/esm/api/hooks/mutations/useDeletePlatformEmailIdentityMutation.d.ts +38 -0
- package/esm/api/hooks/mutations/useDeletePlatformEmailIdentityMutation.js +36 -0
- package/esm/api/hooks/mutations/useDeletePlatformEmailProviderAccountMutation.d.ts +38 -0
- package/esm/api/hooks/mutations/useDeletePlatformEmailProviderAccountMutation.js +36 -0
- package/esm/api/hooks/mutations/useDeletePlatformEmailSiteIdentityMutation.d.ts +38 -0
- package/esm/api/hooks/mutations/useDeletePlatformEmailSiteIdentityMutation.js +36 -0
- package/esm/api/hooks/mutations/useUpdateApiMutation.d.ts +40 -0
- package/esm/api/hooks/mutations/useUpdateApiMutation.js +37 -0
- package/esm/api/hooks/mutations/useUpdateAppComponentMutation.d.ts +40 -0
- package/esm/api/hooks/mutations/useUpdateAppComponentMutation.js +37 -0
- package/esm/api/hooks/mutations/useUpdateAppMutation.d.ts +40 -0
- package/esm/api/hooks/mutations/useUpdateAppMutation.js +37 -0
- package/esm/api/hooks/mutations/useUpdateEmailIdentityMutation.d.ts +40 -0
- package/esm/api/hooks/mutations/useUpdateEmailIdentityMutation.js +37 -0
- package/esm/api/hooks/mutations/useUpdateEmailProviderAccountMutation.d.ts +40 -0
- package/esm/api/hooks/mutations/useUpdateEmailProviderAccountMutation.js +37 -0
- package/esm/api/hooks/mutations/useUpdateEmailSiteIdentityMutation.d.ts +40 -0
- package/esm/api/hooks/mutations/useUpdateEmailSiteIdentityMutation.js +37 -0
- package/esm/api/hooks/mutations/useUpdatePlatformApiMutation.d.ts +40 -0
- package/esm/api/hooks/mutations/useUpdatePlatformApiMutation.js +37 -0
- package/esm/api/hooks/mutations/useUpdatePlatformEmailIdentityMutation.d.ts +40 -0
- package/esm/api/hooks/mutations/useUpdatePlatformEmailIdentityMutation.js +37 -0
- package/esm/api/hooks/mutations/useUpdatePlatformEmailProviderAccountMutation.d.ts +40 -0
- package/esm/api/hooks/mutations/useUpdatePlatformEmailProviderAccountMutation.js +37 -0
- package/esm/api/hooks/mutations/useUpdatePlatformEmailSiteIdentityMutation.d.ts +40 -0
- package/esm/api/hooks/mutations/useUpdatePlatformEmailSiteIdentityMutation.js +37 -0
- package/esm/api/hooks/queries/index.d.ts +20 -8
- package/esm/api/hooks/queries/index.js +20 -8
- package/esm/api/hooks/queries/useApiQuery.d.ts +65 -0
- package/esm/api/hooks/queries/useApiQuery.js +47 -0
- package/esm/api/hooks/queries/useApisQuery.d.ts +25 -21
- package/esm/api/hooks/queries/useApisQuery.js +11 -26
- package/esm/api/hooks/queries/useAppComponentQuery.d.ts +65 -0
- package/esm/api/hooks/queries/useAppComponentQuery.js +47 -0
- package/esm/api/hooks/queries/useAppComponentsQuery.d.ts +69 -0
- package/esm/api/hooks/queries/useAppComponentsQuery.js +32 -0
- package/esm/api/hooks/queries/useAppQuery.d.ts +65 -0
- package/esm/api/hooks/queries/useAppQuery.js +47 -0
- package/esm/api/hooks/queries/useAppsQuery.d.ts +69 -0
- package/esm/api/hooks/queries/useAppsQuery.js +32 -0
- package/esm/api/hooks/queries/useEmailIdentitiesQuery.d.ts +69 -0
- package/esm/api/hooks/queries/useEmailIdentitiesQuery.js +32 -0
- package/esm/api/hooks/queries/useEmailIdentityQuery.d.ts +65 -0
- package/esm/api/hooks/queries/useEmailIdentityQuery.js +47 -0
- package/esm/api/hooks/queries/useEmailProviderAccountQuery.d.ts +65 -0
- package/esm/api/hooks/queries/useEmailProviderAccountQuery.js +47 -0
- package/esm/api/hooks/queries/useEmailProviderAccountsQuery.d.ts +69 -0
- package/esm/api/hooks/queries/useEmailProviderAccountsQuery.js +32 -0
- package/esm/api/hooks/queries/useEmailSiteIdentitiesQuery.d.ts +69 -0
- package/esm/api/hooks/queries/useEmailSiteIdentitiesQuery.js +32 -0
- package/esm/api/hooks/queries/useEmailSiteIdentityQuery.d.ts +65 -0
- package/esm/api/hooks/queries/useEmailSiteIdentityQuery.js +47 -0
- package/esm/api/hooks/queries/usePlatformApiQuery.d.ts +65 -0
- package/esm/api/hooks/queries/usePlatformApiQuery.js +47 -0
- package/esm/api/hooks/queries/usePlatformApisQuery.d.ts +25 -21
- package/esm/api/hooks/queries/usePlatformApisQuery.js +11 -26
- package/esm/api/hooks/queries/usePlatformEmailIdentitiesQuery.d.ts +69 -0
- package/esm/api/hooks/queries/usePlatformEmailIdentitiesQuery.js +32 -0
- package/esm/api/hooks/queries/usePlatformEmailIdentityQuery.d.ts +65 -0
- package/esm/api/hooks/queries/usePlatformEmailIdentityQuery.js +47 -0
- package/esm/api/hooks/queries/usePlatformEmailProviderAccountQuery.d.ts +65 -0
- package/esm/api/hooks/queries/usePlatformEmailProviderAccountQuery.js +47 -0
- package/esm/api/hooks/queries/usePlatformEmailProviderAccountsQuery.d.ts +69 -0
- package/esm/api/hooks/queries/usePlatformEmailProviderAccountsQuery.js +32 -0
- package/esm/api/hooks/queries/usePlatformEmailSiteIdentitiesQuery.d.ts +69 -0
- package/esm/api/hooks/queries/usePlatformEmailSiteIdentitiesQuery.js +32 -0
- package/esm/api/hooks/queries/usePlatformEmailSiteIdentityQuery.d.ts +65 -0
- package/esm/api/hooks/queries/usePlatformEmailSiteIdentityQuery.js +47 -0
- package/esm/api/hooks/query-keys.d.ts +136 -52
- package/esm/api/hooks/query-keys.js +78 -30
- package/esm/api/orm/index.d.ts +33 -21
- package/esm/api/orm/index.js +20 -8
- package/esm/api/orm/input-types.d.ts +2594 -895
- package/esm/api/orm/input-types.js +19 -4
- package/esm/api/orm/models/api.d.ts +54 -0
- package/esm/api/orm/models/api.js +100 -0
- package/esm/api/orm/models/app.d.ts +54 -0
- package/esm/api/orm/models/app.js +100 -0
- package/esm/api/orm/models/appComponent.d.ts +54 -0
- package/esm/api/orm/models/appComponent.js +100 -0
- package/esm/api/orm/models/emailIdentity.d.ts +54 -0
- package/esm/api/orm/models/emailIdentity.js +100 -0
- package/esm/api/orm/models/emailProviderAccount.d.ts +54 -0
- package/esm/api/orm/models/emailProviderAccount.js +100 -0
- package/esm/api/orm/models/emailSiteIdentity.d.ts +54 -0
- package/esm/api/orm/models/emailSiteIdentity.js +100 -0
- package/esm/api/orm/models/index.d.ts +10 -4
- package/esm/api/orm/models/index.js +10 -4
- package/esm/api/orm/models/platformApi.d.ts +54 -0
- package/esm/api/orm/models/platformApi.js +100 -0
- package/esm/api/orm/models/platformEmailIdentity.d.ts +54 -0
- package/esm/api/orm/models/platformEmailIdentity.js +100 -0
- package/esm/api/orm/models/platformEmailProviderAccount.d.ts +54 -0
- package/esm/api/orm/models/platformEmailProviderAccount.js +100 -0
- package/esm/api/orm/models/platformEmailSiteIdentity.d.ts +54 -0
- package/esm/api/orm/models/platformEmailSiteIdentity.js +100 -0
- package/esm/api/orm/mutation/index.d.ts +22 -22
- package/esm/api/orm/mutation/index.js +30 -30
- package/esm/api/schema-types.d.ts +1334 -347
- package/esm/api/types.d.ts +117 -43
- package/esm/auth/hooks/mutation-keys.d.ts +4 -0
- package/esm/auth/hooks/mutation-keys.js +6 -0
- package/esm/auth/hooks/mutations/index.d.ts +2 -0
- package/esm/auth/hooks/mutations/index.js +2 -0
- package/esm/auth/hooks/mutations/useCreatePrincipalScopeOverrideMutation.d.ts +2 -2
- package/esm/auth/hooks/mutations/useCreatePrincipalScopeOverrideMutation.js +1 -1
- package/esm/auth/hooks/mutations/useSignInMagicLinkMutation.d.ts +20 -0
- package/esm/auth/hooks/mutations/useSignInMagicLinkMutation.js +23 -0
- package/esm/auth/hooks/mutations/useSignUpMagicLinkMutation.d.ts +20 -0
- package/esm/auth/hooks/mutations/useSignUpMagicLinkMutation.js +23 -0
- package/esm/auth/hooks/queries/usePrincipalScopeOverrideQuery.d.ts +4 -4
- package/esm/auth/hooks/queries/usePrincipalScopeOverrideQuery.js +1 -1
- package/esm/auth/hooks/queries/usePrincipalScopeOverridesQuery.d.ts +4 -4
- package/esm/auth/hooks/queries/usePrincipalScopeOverridesQuery.js +1 -1
- package/esm/auth/orm/index.d.ts +10 -0
- package/esm/auth/orm/input-types.d.ts +60 -6
- package/esm/auth/orm/mutation/index.d.ts +17 -1
- package/esm/auth/orm/mutation/index.js +24 -0
- package/esm/auth/schema-types.d.ts +36 -4
- package/esm/compute/hooks/index.d.ts +1 -1
- package/esm/compute/hooks/index.js +1 -1
- package/esm/compute/hooks/invalidation.d.ts +6 -0
- package/esm/compute/hooks/invalidation.js +17 -1
- package/esm/compute/hooks/mutation-keys.d.ts +30 -0
- package/esm/compute/hooks/mutation-keys.js +34 -0
- package/esm/compute/hooks/mutations/index.d.ts +12 -0
- package/esm/compute/hooks/mutations/index.js +12 -0
- package/esm/compute/hooks/mutations/useCreateContentPresetMutation.d.ts +34 -0
- package/esm/compute/hooks/mutations/useCreateContentPresetMutation.js +31 -0
- package/esm/compute/hooks/mutations/useDeleteContentPresetMutation.d.ts +38 -0
- package/esm/compute/hooks/mutations/useDeleteContentPresetMutation.js +36 -0
- package/esm/compute/hooks/mutations/useInfraInsertNodesAtPathsMutation.d.ts +20 -0
- package/esm/compute/hooks/mutations/useInfraInsertNodesAtPathsMutation.js +23 -0
- package/esm/compute/hooks/mutations/useInfraSetAndCommitMutation.d.ts +20 -0
- package/esm/compute/hooks/mutations/useInfraSetAndCommitMutation.js +23 -0
- package/esm/compute/hooks/mutations/useInfraSetManyAndCommitMutation.d.ts +20 -0
- package/esm/compute/hooks/mutations/useInfraSetManyAndCommitMutation.js +23 -0
- package/esm/compute/hooks/mutations/useInsertNodesAtPathsMutation.d.ts +20 -0
- package/esm/compute/hooks/mutations/useInsertNodesAtPathsMutation.js +23 -0
- package/esm/compute/hooks/mutations/usePlatformInfraInsertNodesAtPathsMutation.d.ts +20 -0
- package/esm/compute/hooks/mutations/usePlatformInfraInsertNodesAtPathsMutation.js +23 -0
- package/esm/compute/hooks/mutations/usePlatformInfraSetAndCommitMutation.d.ts +20 -0
- package/esm/compute/hooks/mutations/usePlatformInfraSetAndCommitMutation.js +23 -0
- package/esm/compute/hooks/mutations/usePlatformInfraSetManyAndCommitMutation.d.ts +20 -0
- package/esm/compute/hooks/mutations/usePlatformInfraSetManyAndCommitMutation.js +23 -0
- package/esm/compute/hooks/mutations/useSetAndCommitMutation.d.ts +20 -0
- package/esm/compute/hooks/mutations/useSetAndCommitMutation.js +23 -0
- package/esm/compute/hooks/mutations/useSetManyAndCommitMutation.d.ts +20 -0
- package/esm/compute/hooks/mutations/useSetManyAndCommitMutation.js +23 -0
- package/esm/compute/hooks/mutations/useUpdateContentPresetMutation.d.ts +40 -0
- package/esm/compute/hooks/mutations/useUpdateContentPresetMutation.js +37 -0
- package/esm/compute/hooks/queries/index.d.ts +2 -0
- package/esm/compute/hooks/queries/index.js +2 -0
- package/esm/compute/hooks/queries/useContentPresetQuery.d.ts +65 -0
- package/esm/compute/hooks/queries/useContentPresetQuery.js +47 -0
- package/esm/compute/hooks/queries/useContentPresetsQuery.d.ts +69 -0
- package/esm/compute/hooks/queries/useContentPresetsQuery.js +32 -0
- package/esm/compute/hooks/query-keys.d.ts +14 -0
- package/esm/compute/hooks/query-keys.js +8 -0
- package/esm/compute/orm/index.d.ts +47 -0
- package/esm/compute/orm/index.js +2 -0
- package/esm/compute/orm/input-types.d.ts +470 -48
- package/esm/compute/orm/models/contentPreset.d.ts +54 -0
- package/esm/compute/orm/models/contentPreset.js +100 -0
- package/esm/compute/orm/models/index.d.ts +1 -0
- package/esm/compute/orm/models/index.js +1 -0
- package/esm/compute/orm/mutation/index.d.ts +73 -1
- package/esm/compute/orm/mutation/index.js +108 -0
- package/esm/compute/schema-types.d.ts +298 -17
- package/esm/compute/types.d.ts +17 -0
- package/esm/modules/hooks/index.d.ts +1 -1
- package/esm/modules/hooks/index.js +1 -1
- package/esm/modules/hooks/invalidation.d.ts +48 -6
- package/esm/modules/hooks/invalidation.js +128 -16
- package/esm/modules/hooks/mutation-keys.d.ts +96 -26
- package/esm/modules/hooks/mutation-keys.js +62 -28
- package/esm/modules/hooks/mutations/index.d.ts +24 -10
- package/esm/modules/hooks/mutations/index.js +24 -10
- package/esm/modules/hooks/mutations/useCreateCapabilitiesModuleMutation.d.ts +34 -0
- package/esm/modules/hooks/mutations/useCreateCapabilitiesModuleMutation.js +31 -0
- package/esm/modules/hooks/mutations/useCreateContentPresetModuleMutation.d.ts +34 -0
- package/esm/modules/hooks/mutations/useCreateContentPresetModuleMutation.js +31 -0
- package/esm/modules/hooks/mutations/useCreateDataCapabilitiesFieldMutation.d.ts +34 -0
- package/esm/modules/hooks/mutations/useCreateDataCapabilitiesFieldMutation.js +31 -0
- package/esm/modules/hooks/mutations/useCreateEmailSenderModuleMutation.d.ts +34 -0
- package/esm/modules/hooks/mutations/useCreateEmailSenderModuleMutation.js +31 -0
- package/esm/modules/hooks/mutations/useCreateEntityTypeProvisionMutation.d.ts +2 -2
- package/esm/modules/hooks/mutations/useCreateEntityTypeProvisionMutation.js +1 -1
- package/esm/modules/hooks/mutations/useCreateFileRefFieldMutation.d.ts +34 -0
- package/esm/modules/hooks/mutations/useCreateFileRefFieldMutation.js +31 -0
- package/esm/modules/hooks/mutations/useCreateOauthRequestsModuleMutation.d.ts +44 -0
- package/esm/modules/hooks/mutations/useCreateOauthRequestsModuleMutation.js +36 -0
- package/esm/modules/hooks/mutations/useCreateScopeTypesModuleMutation.d.ts +34 -0
- package/esm/modules/hooks/mutations/useCreateScopeTypesModuleMutation.js +31 -0
- package/esm/modules/hooks/mutations/useCreateUserSettingsSecurityModuleMutation.d.ts +34 -0
- package/esm/modules/hooks/mutations/useCreateUserSettingsSecurityModuleMutation.js +31 -0
- package/esm/modules/hooks/mutations/useDeleteCapabilitiesModuleMutation.d.ts +38 -0
- package/esm/modules/hooks/mutations/useDeleteCapabilitiesModuleMutation.js +36 -0
- package/esm/modules/hooks/mutations/useDeleteContentPresetModuleMutation.d.ts +38 -0
- package/esm/modules/hooks/mutations/useDeleteContentPresetModuleMutation.js +36 -0
- package/esm/modules/hooks/mutations/useDeleteDataCapabilitiesFieldMutation.d.ts +38 -0
- package/esm/modules/hooks/mutations/useDeleteDataCapabilitiesFieldMutation.js +36 -0
- package/esm/modules/hooks/mutations/useDeleteEmailSenderModuleMutation.d.ts +38 -0
- package/esm/modules/hooks/mutations/useDeleteEmailSenderModuleMutation.js +36 -0
- package/esm/modules/hooks/mutations/useDeleteEntityTypeProvisionMutation.d.ts +2 -2
- package/esm/modules/hooks/mutations/useDeleteEntityTypeProvisionMutation.js +1 -1
- package/esm/modules/hooks/mutations/useDeleteFileRefFieldMutation.d.ts +38 -0
- package/esm/modules/hooks/mutations/useDeleteFileRefFieldMutation.js +36 -0
- package/esm/modules/hooks/mutations/useDeleteOauthRequestsModuleMutation.d.ts +48 -0
- package/esm/modules/hooks/mutations/useDeleteOauthRequestsModuleMutation.js +41 -0
- package/esm/modules/hooks/mutations/useDeleteScopeTypesModuleMutation.d.ts +38 -0
- package/esm/modules/hooks/mutations/useDeleteScopeTypesModuleMutation.js +36 -0
- package/esm/modules/hooks/mutations/useDeleteUserSettingsSecurityModuleMutation.d.ts +38 -0
- package/esm/modules/hooks/mutations/useDeleteUserSettingsSecurityModuleMutation.js +36 -0
- package/esm/modules/hooks/mutations/useUpdateCapabilitiesModuleMutation.d.ts +40 -0
- package/esm/modules/hooks/mutations/useUpdateCapabilitiesModuleMutation.js +37 -0
- package/esm/modules/hooks/mutations/useUpdateContentPresetModuleMutation.d.ts +40 -0
- package/esm/modules/hooks/mutations/useUpdateContentPresetModuleMutation.js +37 -0
- package/esm/modules/hooks/mutations/useUpdateDataCapabilitiesFieldMutation.d.ts +40 -0
- package/esm/modules/hooks/mutations/useUpdateDataCapabilitiesFieldMutation.js +37 -0
- package/esm/modules/hooks/mutations/useUpdateEmailSenderModuleMutation.d.ts +40 -0
- package/esm/modules/hooks/mutations/useUpdateEmailSenderModuleMutation.js +37 -0
- package/esm/modules/hooks/mutations/useUpdateEntityTypeProvisionMutation.d.ts +2 -2
- package/esm/modules/hooks/mutations/useUpdateEntityTypeProvisionMutation.js +1 -1
- package/esm/modules/hooks/mutations/useUpdateFileRefFieldMutation.d.ts +40 -0
- package/esm/modules/hooks/mutations/useUpdateFileRefFieldMutation.js +37 -0
- package/esm/modules/hooks/mutations/useUpdateOauthRequestsModuleMutation.d.ts +50 -0
- package/esm/modules/hooks/mutations/useUpdateOauthRequestsModuleMutation.js +42 -0
- package/esm/modules/hooks/mutations/useUpdateScopeTypesModuleMutation.d.ts +40 -0
- package/esm/modules/hooks/mutations/useUpdateScopeTypesModuleMutation.js +37 -0
- package/esm/modules/hooks/mutations/useUpdateUserSettingsSecurityModuleMutation.d.ts +40 -0
- package/esm/modules/hooks/mutations/useUpdateUserSettingsSecurityModuleMutation.js +37 -0
- package/esm/modules/hooks/queries/index.d.ts +16 -4
- package/esm/modules/hooks/queries/index.js +16 -4
- package/esm/modules/hooks/queries/useCapabilitiesModuleQuery.d.ts +65 -0
- package/esm/modules/hooks/queries/useCapabilitiesModuleQuery.js +47 -0
- package/esm/modules/hooks/queries/useCapabilitiesModulesQuery.d.ts +69 -0
- package/esm/modules/hooks/queries/useCapabilitiesModulesQuery.js +32 -0
- package/esm/modules/hooks/queries/useContentPresetModuleQuery.d.ts +65 -0
- package/esm/modules/hooks/queries/useContentPresetModuleQuery.js +47 -0
- package/esm/modules/hooks/queries/useContentPresetModulesQuery.d.ts +69 -0
- package/esm/modules/hooks/queries/useContentPresetModulesQuery.js +32 -0
- package/esm/modules/hooks/queries/useDataCapabilitiesFieldQuery.d.ts +65 -0
- package/esm/modules/hooks/queries/useDataCapabilitiesFieldQuery.js +47 -0
- package/esm/modules/hooks/queries/useDataCapabilitiesFieldsQuery.d.ts +69 -0
- package/esm/modules/hooks/queries/useDataCapabilitiesFieldsQuery.js +32 -0
- package/esm/modules/hooks/queries/useEmailSenderModuleQuery.d.ts +65 -0
- package/esm/modules/hooks/queries/useEmailSenderModuleQuery.js +47 -0
- package/esm/modules/hooks/queries/useEmailSenderModulesQuery.d.ts +69 -0
- package/esm/modules/hooks/queries/useEmailSenderModulesQuery.js +32 -0
- package/esm/modules/hooks/queries/useEntityTypeProvisionQuery.d.ts +4 -4
- package/esm/modules/hooks/queries/useEntityTypeProvisionQuery.js +1 -1
- package/esm/modules/hooks/queries/useEntityTypeProvisionsQuery.d.ts +4 -4
- package/esm/modules/hooks/queries/useEntityTypeProvisionsQuery.js +1 -1
- package/esm/modules/hooks/queries/useFileRefFieldQuery.d.ts +65 -0
- package/esm/modules/hooks/queries/useFileRefFieldQuery.js +47 -0
- package/esm/modules/hooks/queries/useFileRefFieldsQuery.d.ts +69 -0
- package/esm/modules/hooks/queries/useFileRefFieldsQuery.js +32 -0
- package/esm/modules/hooks/queries/useOauthRequestsModuleQuery.d.ts +85 -0
- package/esm/modules/hooks/queries/useOauthRequestsModuleQuery.js +52 -0
- package/esm/modules/hooks/queries/useOauthRequestsModulesQuery.d.ts +89 -0
- package/esm/modules/hooks/queries/useOauthRequestsModulesQuery.js +37 -0
- package/esm/modules/hooks/queries/useScopeTypesModuleQuery.d.ts +65 -0
- package/esm/modules/hooks/queries/useScopeTypesModuleQuery.js +47 -0
- package/esm/modules/hooks/queries/useScopeTypesModulesQuery.d.ts +69 -0
- package/esm/modules/hooks/queries/useScopeTypesModulesQuery.js +32 -0
- package/esm/modules/hooks/queries/useUserSettingsSecurityModuleQuery.d.ts +65 -0
- package/esm/modules/hooks/queries/useUserSettingsSecurityModuleQuery.js +47 -0
- package/esm/modules/hooks/queries/useUserSettingsSecurityModulesQuery.d.ts +69 -0
- package/esm/modules/hooks/queries/useUserSettingsSecurityModulesQuery.js +32 -0
- package/esm/modules/hooks/query-keys.d.ts +112 -22
- package/esm/modules/hooks/query-keys.js +64 -16
- package/esm/modules/orm/index.d.ts +16 -50
- package/esm/modules/orm/index.js +16 -5
- package/esm/modules/orm/input-types.d.ts +2317 -774
- package/esm/modules/orm/input-types.js +6 -0
- package/esm/modules/orm/models/capabilitiesModule.d.ts +54 -0
- package/esm/modules/orm/models/capabilitiesModule.js +100 -0
- package/esm/modules/orm/models/contentPresetModule.d.ts +54 -0
- package/esm/modules/orm/models/contentPresetModule.js +100 -0
- package/esm/modules/orm/models/dataCapabilitiesField.d.ts +54 -0
- package/esm/modules/orm/models/dataCapabilitiesField.js +100 -0
- package/esm/modules/orm/models/emailSenderModule.d.ts +54 -0
- package/esm/modules/orm/models/emailSenderModule.js +100 -0
- package/esm/modules/orm/models/fileRefField.d.ts +54 -0
- package/esm/modules/orm/models/fileRefField.js +100 -0
- package/esm/modules/orm/models/index.d.ts +8 -1
- package/esm/modules/orm/models/index.js +8 -1
- package/esm/modules/orm/models/oauthRequestsModule.d.ts +54 -0
- package/esm/modules/orm/models/oauthRequestsModule.js +100 -0
- package/esm/modules/orm/models/scopeTypesModule.d.ts +54 -0
- package/esm/modules/orm/models/scopeTypesModule.js +100 -0
- package/esm/modules/orm/models/userSettingsSecurityModule.d.ts +54 -0
- package/esm/modules/orm/models/userSettingsSecurityModule.js +100 -0
- package/esm/modules/orm/mutation/index.d.ts +1 -85
- package/esm/modules/orm/mutation/index.js +0 -84
- package/esm/modules/schema-types.d.ts +1290 -486
- package/esm/modules/types.d.ts +171 -56
- package/esm/objects/hooks/mutation-keys.d.ts +6 -0
- package/esm/objects/hooks/mutation-keys.js +9 -0
- package/esm/objects/hooks/mutations/index.d.ts +3 -0
- package/esm/objects/hooks/mutations/index.js +3 -0
- package/esm/objects/hooks/mutations/useInsertNodesAtPathsMutation.d.ts +20 -0
- package/esm/objects/hooks/mutations/useInsertNodesAtPathsMutation.js +23 -0
- package/esm/objects/hooks/mutations/useSetAndCommitMutation.d.ts +20 -0
- package/esm/objects/hooks/mutations/useSetAndCommitMutation.js +23 -0
- package/esm/objects/hooks/mutations/useSetManyAndCommitMutation.d.ts +20 -0
- package/esm/objects/hooks/mutations/useSetManyAndCommitMutation.js +23 -0
- package/esm/objects/orm/index.d.ts +15 -0
- package/esm/objects/orm/input-types.d.ts +64 -0
- package/esm/objects/orm/mutation/index.d.ts +25 -1
- package/esm/objects/orm/mutation/index.js +36 -0
- package/esm/objects/schema-types.d.ts +42 -0
- package/esm/usage/hooks/index.d.ts +1 -1
- package/esm/usage/hooks/index.js +1 -1
- package/esm/usage/hooks/invalidation.d.ts +120 -0
- package/esm/usage/hooks/invalidation.js +321 -1
- package/esm/usage/hooks/mutation-keys.d.ts +252 -0
- package/esm/usage/hooks/mutation-keys.js +158 -0
- package/esm/usage/hooks/mutations/index.d.ts +66 -0
- package/esm/usage/hooks/mutations/index.js +66 -0
- package/esm/usage/hooks/mutations/useCreateAppAchievementRewardMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreateAppAchievementRewardMutation.js +31 -0
- package/esm/usage/hooks/mutations/useCreateAppEventAggregateMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreateAppEventAggregateMutation.js +31 -0
- package/esm/usage/hooks/mutations/useCreateAppEventMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreateAppEventMutation.js +31 -0
- package/esm/usage/hooks/mutations/useCreateAppEventTypeMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreateAppEventTypeMutation.js +31 -0
- package/esm/usage/hooks/mutations/useCreateAppLevelGrantMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreateAppLevelGrantMutation.js +31 -0
- package/esm/usage/hooks/mutations/useCreateAppLevelMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreateAppLevelMutation.js +31 -0
- package/esm/usage/hooks/mutations/useCreateAppLevelRequirementMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreateAppLevelRequirementMutation.js +31 -0
- package/esm/usage/hooks/mutations/useCreateAppLimitCreditCodeMutation.d.ts +2 -2
- package/esm/usage/hooks/mutations/useCreateAppLimitCreditCodeMutation.js +1 -1
- package/esm/usage/hooks/mutations/useCreateBillingUsageSummaryMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreateBillingUsageSummaryMutation.js +31 -0
- package/esm/usage/hooks/mutations/useCreateLedgerMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreateLedgerMutation.js +31 -0
- package/esm/usage/hooks/mutations/useCreateMeterCreditMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreateMeterCreditMutation.js +31 -0
- package/esm/usage/hooks/mutations/useCreateMeterDefaultMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreateMeterDefaultMutation.js +31 -0
- package/esm/usage/hooks/mutations/useCreateMeterMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreateMeterMutation.js +31 -0
- package/esm/usage/hooks/mutations/useCreateMeterSourceMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreateMeterSourceMutation.js +31 -0
- package/esm/usage/hooks/mutations/useCreatePlanCapMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreatePlanCapMutation.js +31 -0
- package/esm/usage/hooks/mutations/useCreatePlanLimitMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreatePlanLimitMutation.js +31 -0
- package/esm/usage/hooks/mutations/useCreatePlanMeterLimitMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreatePlanMeterLimitMutation.js +31 -0
- package/esm/usage/hooks/mutations/useCreatePlanMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreatePlanMutation.js +31 -0
- package/esm/usage/hooks/mutations/useCreatePlanOverrideMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreatePlanOverrideMutation.js +31 -0
- package/esm/usage/hooks/mutations/useCreatePlanPricingMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreatePlanPricingMutation.js +31 -0
- package/esm/usage/hooks/mutations/useCreatePlanSubscriptionMutation.d.ts +34 -0
- package/esm/usage/hooks/mutations/useCreatePlanSubscriptionMutation.js +31 -0
- package/esm/usage/hooks/mutations/useDeleteAppAchievementRewardMutation.d.ts +38 -0
- package/esm/usage/hooks/mutations/useDeleteAppAchievementRewardMutation.js +36 -0
- package/esm/usage/hooks/mutations/useDeleteAppEventAggregateMutation.d.ts +38 -0
- package/esm/usage/hooks/mutations/useDeleteAppEventAggregateMutation.js +36 -0
- package/esm/usage/hooks/mutations/useDeleteAppEventMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useDeleteAppEventMutation.js +37 -0
- package/esm/usage/hooks/mutations/useDeleteAppEventTypeMutation.d.ts +38 -0
- package/esm/usage/hooks/mutations/useDeleteAppEventTypeMutation.js +36 -0
- package/esm/usage/hooks/mutations/useDeleteAppLevelGrantMutation.d.ts +38 -0
- package/esm/usage/hooks/mutations/useDeleteAppLevelGrantMutation.js +36 -0
- package/esm/usage/hooks/mutations/useDeleteAppLevelMutation.d.ts +38 -0
- package/esm/usage/hooks/mutations/useDeleteAppLevelMutation.js +36 -0
- package/esm/usage/hooks/mutations/useDeleteAppLevelRequirementMutation.d.ts +38 -0
- package/esm/usage/hooks/mutations/useDeleteAppLevelRequirementMutation.js +36 -0
- package/esm/usage/hooks/mutations/useDeleteAppLimitCreditCodeMutation.d.ts +2 -2
- package/esm/usage/hooks/mutations/useDeleteAppLimitCreditCodeMutation.js +1 -1
- package/esm/usage/hooks/mutations/useDeleteBillingUsageSummaryMutation.d.ts +38 -0
- package/esm/usage/hooks/mutations/useDeleteBillingUsageSummaryMutation.js +36 -0
- package/esm/usage/hooks/mutations/useDeleteLedgerMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useDeleteLedgerMutation.js +37 -0
- package/esm/usage/hooks/mutations/useDeleteMeterCreditMutation.d.ts +38 -0
- package/esm/usage/hooks/mutations/useDeleteMeterCreditMutation.js +36 -0
- package/esm/usage/hooks/mutations/useDeleteMeterDefaultMutation.d.ts +38 -0
- package/esm/usage/hooks/mutations/useDeleteMeterDefaultMutation.js +36 -0
- package/esm/usage/hooks/mutations/useDeleteMeterMutation.d.ts +38 -0
- package/esm/usage/hooks/mutations/useDeleteMeterMutation.js +36 -0
- package/esm/usage/hooks/mutations/useDeleteMeterSourceMutation.d.ts +38 -0
- package/esm/usage/hooks/mutations/useDeleteMeterSourceMutation.js +36 -0
- package/esm/usage/hooks/mutations/useDeletePlanCapMutation.d.ts +38 -0
- package/esm/usage/hooks/mutations/useDeletePlanCapMutation.js +36 -0
- package/esm/usage/hooks/mutations/useDeletePlanLimitMutation.d.ts +38 -0
- package/esm/usage/hooks/mutations/useDeletePlanLimitMutation.js +36 -0
- package/esm/usage/hooks/mutations/useDeletePlanMeterLimitMutation.d.ts +38 -0
- package/esm/usage/hooks/mutations/useDeletePlanMeterLimitMutation.js +36 -0
- package/esm/usage/hooks/mutations/useDeletePlanMutation.d.ts +38 -0
- package/esm/usage/hooks/mutations/useDeletePlanMutation.js +36 -0
- package/esm/usage/hooks/mutations/useDeletePlanOverrideMutation.d.ts +38 -0
- package/esm/usage/hooks/mutations/useDeletePlanOverrideMutation.js +36 -0
- package/esm/usage/hooks/mutations/useDeletePlanPricingMutation.d.ts +38 -0
- package/esm/usage/hooks/mutations/useDeletePlanPricingMutation.js +36 -0
- package/esm/usage/hooks/mutations/useDeletePlanSubscriptionMutation.d.ts +38 -0
- package/esm/usage/hooks/mutations/useDeletePlanSubscriptionMutation.js +36 -0
- package/esm/usage/hooks/mutations/useGrantAchievementMutation.d.ts +20 -0
- package/esm/usage/hooks/mutations/useGrantAchievementMutation.js +23 -0
- package/esm/usage/hooks/mutations/useRecomputeCapabilitiesMutation.d.ts +20 -0
- package/esm/usage/hooks/mutations/useRecomputeCapabilitiesMutation.js +23 -0
- package/esm/usage/hooks/mutations/useRevokeAchievementMutation.d.ts +20 -0
- package/esm/usage/hooks/mutations/useRevokeAchievementMutation.js +23 -0
- package/esm/usage/hooks/mutations/useSeedMeterDefaultsMutation.d.ts +20 -0
- package/esm/usage/hooks/mutations/useSeedMeterDefaultsMutation.js +23 -0
- package/esm/usage/hooks/mutations/useSeedPlanMutation.d.ts +20 -0
- package/esm/usage/hooks/mutations/useSeedPlanMutation.js +23 -0
- package/esm/usage/hooks/mutations/useSeedTrustLadderMutation.d.ts +20 -0
- package/esm/usage/hooks/mutations/useSeedTrustLadderMutation.js +23 -0
- package/esm/usage/hooks/mutations/useUpdateAppAchievementRewardMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useUpdateAppAchievementRewardMutation.js +37 -0
- package/esm/usage/hooks/mutations/useUpdateAppEventAggregateMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useUpdateAppEventAggregateMutation.js +37 -0
- package/esm/usage/hooks/mutations/useUpdateAppEventMutation.d.ts +42 -0
- package/esm/usage/hooks/mutations/useUpdateAppEventMutation.js +38 -0
- package/esm/usage/hooks/mutations/useUpdateAppEventTypeMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useUpdateAppEventTypeMutation.js +37 -0
- package/esm/usage/hooks/mutations/useUpdateAppLevelGrantMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useUpdateAppLevelGrantMutation.js +37 -0
- package/esm/usage/hooks/mutations/useUpdateAppLevelMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useUpdateAppLevelMutation.js +37 -0
- package/esm/usage/hooks/mutations/useUpdateAppLevelRequirementMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useUpdateAppLevelRequirementMutation.js +37 -0
- package/esm/usage/hooks/mutations/useUpdateAppLimitCreditCodeMutation.d.ts +2 -2
- package/esm/usage/hooks/mutations/useUpdateAppLimitCreditCodeMutation.js +1 -1
- package/esm/usage/hooks/mutations/useUpdateBillingUsageSummaryMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useUpdateBillingUsageSummaryMutation.js +37 -0
- package/esm/usage/hooks/mutations/useUpdateLedgerMutation.d.ts +42 -0
- package/esm/usage/hooks/mutations/useUpdateLedgerMutation.js +38 -0
- package/esm/usage/hooks/mutations/useUpdateMeterCreditMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useUpdateMeterCreditMutation.js +37 -0
- package/esm/usage/hooks/mutations/useUpdateMeterDefaultMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useUpdateMeterDefaultMutation.js +37 -0
- package/esm/usage/hooks/mutations/useUpdateMeterMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useUpdateMeterMutation.js +37 -0
- package/esm/usage/hooks/mutations/useUpdateMeterSourceMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useUpdateMeterSourceMutation.js +37 -0
- package/esm/usage/hooks/mutations/useUpdatePlanCapMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useUpdatePlanCapMutation.js +37 -0
- package/esm/usage/hooks/mutations/useUpdatePlanLimitMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useUpdatePlanLimitMutation.js +37 -0
- package/esm/usage/hooks/mutations/useUpdatePlanMeterLimitMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useUpdatePlanMeterLimitMutation.js +37 -0
- package/esm/usage/hooks/mutations/useUpdatePlanMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useUpdatePlanMutation.js +37 -0
- package/esm/usage/hooks/mutations/useUpdatePlanOverrideMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useUpdatePlanOverrideMutation.js +37 -0
- package/esm/usage/hooks/mutations/useUpdatePlanPricingMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useUpdatePlanPricingMutation.js +37 -0
- package/esm/usage/hooks/mutations/useUpdatePlanSubscriptionMutation.d.ts +40 -0
- package/esm/usage/hooks/mutations/useUpdatePlanSubscriptionMutation.js +37 -0
- package/esm/usage/hooks/queries/index.d.ts +45 -0
- package/esm/usage/hooks/queries/index.js +45 -0
- package/esm/usage/hooks/queries/useAppAchievementRewardQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/useAppAchievementRewardQuery.js +47 -0
- package/esm/usage/hooks/queries/useAppAchievementRewardsQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/useAppAchievementRewardsQuery.js +32 -0
- package/esm/usage/hooks/queries/useAppEventAggregateQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/useAppEventAggregateQuery.js +47 -0
- package/esm/usage/hooks/queries/useAppEventAggregatesQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/useAppEventAggregatesQuery.js +32 -0
- package/esm/usage/hooks/queries/useAppEventQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/useAppEventQuery.js +47 -0
- package/esm/usage/hooks/queries/useAppEventTypeQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/useAppEventTypeQuery.js +47 -0
- package/esm/usage/hooks/queries/useAppEventTypesQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/useAppEventTypesQuery.js +32 -0
- package/esm/usage/hooks/queries/useAppEventsQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/useAppEventsQuery.js +32 -0
- package/esm/usage/hooks/queries/useAppLevelGrantQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/useAppLevelGrantQuery.js +47 -0
- package/esm/usage/hooks/queries/useAppLevelGrantsQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/useAppLevelGrantsQuery.js +32 -0
- package/esm/usage/hooks/queries/useAppLevelQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/useAppLevelQuery.js +47 -0
- package/esm/usage/hooks/queries/useAppLevelRequirementQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/useAppLevelRequirementQuery.js +47 -0
- package/esm/usage/hooks/queries/useAppLevelRequirementsQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/useAppLevelRequirementsQuery.js +32 -0
- package/esm/usage/hooks/queries/useAppLevelsQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/useAppLevelsQuery.js +32 -0
- package/esm/usage/hooks/queries/useAppLimitCreditCodeQuery.d.ts +4 -4
- package/esm/usage/hooks/queries/useAppLimitCreditCodeQuery.js +1 -1
- package/esm/usage/hooks/queries/useAppLimitCreditCodesQuery.d.ts +4 -4
- package/esm/usage/hooks/queries/useAppLimitCreditCodesQuery.js +1 -1
- package/esm/usage/hooks/queries/useBillingUsageSummariesQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/useBillingUsageSummariesQuery.js +32 -0
- package/esm/usage/hooks/queries/useBillingUsageSummaryQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/useBillingUsageSummaryQuery.js +47 -0
- package/esm/usage/hooks/queries/useCaptureAppLimitDefaultsQuery.d.ts +45 -0
- package/esm/usage/hooks/queries/useCaptureAppLimitDefaultsQuery.js +43 -0
- package/esm/usage/hooks/queries/useCaptureOrgLimitDefaultsQuery.d.ts +45 -0
- package/esm/usage/hooks/queries/useCaptureOrgLimitDefaultsQuery.js +43 -0
- package/esm/usage/hooks/queries/useCaptureTrustLadderQuery.d.ts +45 -0
- package/esm/usage/hooks/queries/useCaptureTrustLadderQuery.js +43 -0
- package/esm/usage/hooks/queries/useEventsAchievedQuery.d.ts +53 -0
- package/esm/usage/hooks/queries/useEventsAchievedQuery.js +47 -0
- package/esm/usage/hooks/queries/useEventsRequiredQuery.d.ts +54 -0
- package/esm/usage/hooks/queries/useEventsRequiredQuery.js +47 -0
- package/esm/usage/hooks/queries/useLedgerQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/useLedgerQuery.js +47 -0
- package/esm/usage/hooks/queries/useLedgersQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/useLedgersQuery.js +32 -0
- package/esm/usage/hooks/queries/useMeterCreditQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/useMeterCreditQuery.js +47 -0
- package/esm/usage/hooks/queries/useMeterCreditsQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/useMeterCreditsQuery.js +32 -0
- package/esm/usage/hooks/queries/useMeterDefaultQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/useMeterDefaultQuery.js +47 -0
- package/esm/usage/hooks/queries/useMeterDefaultsQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/useMeterDefaultsQuery.js +32 -0
- package/esm/usage/hooks/queries/useMeterQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/useMeterQuery.js +47 -0
- package/esm/usage/hooks/queries/useMeterSourceQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/useMeterSourceQuery.js +47 -0
- package/esm/usage/hooks/queries/useMeterSourcesQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/useMeterSourcesQuery.js +32 -0
- package/esm/usage/hooks/queries/useMetersQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/useMetersQuery.js +32 -0
- package/esm/usage/hooks/queries/usePlanCapQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/usePlanCapQuery.js +47 -0
- package/esm/usage/hooks/queries/usePlanCapsQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/usePlanCapsQuery.js +32 -0
- package/esm/usage/hooks/queries/usePlanLimitQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/usePlanLimitQuery.js +47 -0
- package/esm/usage/hooks/queries/usePlanLimitsQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/usePlanLimitsQuery.js +32 -0
- package/esm/usage/hooks/queries/usePlanMeterLimitQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/usePlanMeterLimitQuery.js +47 -0
- package/esm/usage/hooks/queries/usePlanMeterLimitsQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/usePlanMeterLimitsQuery.js +32 -0
- package/esm/usage/hooks/queries/usePlanOverrideQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/usePlanOverrideQuery.js +47 -0
- package/esm/usage/hooks/queries/usePlanOverridesQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/usePlanOverridesQuery.js +32 -0
- package/esm/usage/hooks/queries/usePlanPricingQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/usePlanPricingQuery.js +47 -0
- package/esm/usage/hooks/queries/usePlanPricingsQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/usePlanPricingsQuery.js +32 -0
- package/esm/usage/hooks/queries/usePlanQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/usePlanQuery.js +47 -0
- package/esm/usage/hooks/queries/usePlanSubscriptionQuery.d.ts +65 -0
- package/esm/usage/hooks/queries/usePlanSubscriptionQuery.js +47 -0
- package/esm/usage/hooks/queries/usePlanSubscriptionsQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/usePlanSubscriptionsQuery.js +32 -0
- package/esm/usage/hooks/queries/usePlansQuery.d.ts +69 -0
- package/esm/usage/hooks/queries/usePlansQuery.js +32 -0
- package/esm/usage/hooks/query-keys.d.ts +294 -0
- package/esm/usage/hooks/query-keys.js +171 -0
- package/esm/usage/orm/index.d.ts +98 -0
- package/esm/usage/orm/index.js +43 -0
- package/esm/usage/orm/input-types.d.ts +3728 -98
- package/esm/usage/orm/input-types.js +10 -0
- package/esm/usage/orm/models/appAchievementReward.d.ts +54 -0
- package/esm/usage/orm/models/appAchievementReward.js +100 -0
- package/esm/usage/orm/models/appEvent.d.ts +56 -0
- package/esm/usage/orm/models/appEvent.js +103 -0
- package/esm/usage/orm/models/appEventAggregate.d.ts +54 -0
- package/esm/usage/orm/models/appEventAggregate.js +100 -0
- package/esm/usage/orm/models/appEventType.d.ts +54 -0
- package/esm/usage/orm/models/appEventType.js +100 -0
- package/esm/usage/orm/models/appLevel.d.ts +54 -0
- package/esm/usage/orm/models/appLevel.js +100 -0
- package/esm/usage/orm/models/appLevelGrant.d.ts +54 -0
- package/esm/usage/orm/models/appLevelGrant.js +100 -0
- package/esm/usage/orm/models/appLevelRequirement.d.ts +54 -0
- package/esm/usage/orm/models/appLevelRequirement.js +100 -0
- package/esm/usage/orm/models/billingUsageSummary.d.ts +54 -0
- package/esm/usage/orm/models/billingUsageSummary.js +100 -0
- package/esm/usage/orm/models/index.d.ts +20 -0
- package/esm/usage/orm/models/index.js +20 -0
- package/esm/usage/orm/models/ledger.d.ts +56 -0
- package/esm/usage/orm/models/ledger.js +103 -0
- package/esm/usage/orm/models/meter.d.ts +54 -0
- package/esm/usage/orm/models/meter.js +100 -0
- package/esm/usage/orm/models/meterCredit.d.ts +54 -0
- package/esm/usage/orm/models/meterCredit.js +100 -0
- package/esm/usage/orm/models/meterDefault.d.ts +54 -0
- package/esm/usage/orm/models/meterDefault.js +100 -0
- package/esm/usage/orm/models/meterSource.d.ts +54 -0
- package/esm/usage/orm/models/meterSource.js +100 -0
- package/esm/usage/orm/models/plan.d.ts +54 -0
- package/esm/usage/orm/models/plan.js +100 -0
- package/esm/usage/orm/models/planCap.d.ts +54 -0
- package/esm/usage/orm/models/planCap.js +100 -0
- package/esm/usage/orm/models/planLimit.d.ts +54 -0
- package/esm/usage/orm/models/planLimit.js +100 -0
- package/esm/usage/orm/models/planMeterLimit.d.ts +54 -0
- package/esm/usage/orm/models/planMeterLimit.js +100 -0
- package/esm/usage/orm/models/planOverride.d.ts +54 -0
- package/esm/usage/orm/models/planOverride.js +100 -0
- package/esm/usage/orm/models/planPricing.d.ts +54 -0
- package/esm/usage/orm/models/planPricing.js +100 -0
- package/esm/usage/orm/models/planSubscription.d.ts +54 -0
- package/esm/usage/orm/models/planSubscription.js +100 -0
- package/esm/usage/orm/mutation/index.d.ts +49 -1
- package/esm/usage/orm/mutation/index.js +72 -0
- package/esm/usage/orm/query/index.d.ts +52 -0
- package/esm/usage/orm/query/index.js +71 -0
- package/esm/usage/schema-types.d.ts +2309 -35
- package/esm/usage/types.d.ts +191 -0
- package/modules/hooks/index.d.ts +1 -1
- package/modules/hooks/index.js +1 -1
- package/modules/hooks/invalidation.d.ts +48 -6
- package/modules/hooks/invalidation.js +127 -15
- package/modules/hooks/mutation-keys.d.ts +96 -26
- package/modules/hooks/mutation-keys.js +64 -30
- package/modules/hooks/mutations/index.d.ts +24 -10
- package/modules/hooks/mutations/index.js +24 -10
- package/modules/hooks/mutations/useCreateCapabilitiesModuleMutation.d.ts +34 -0
- package/modules/hooks/mutations/useCreateCapabilitiesModuleMutation.js +34 -0
- package/modules/hooks/mutations/useCreateContentPresetModuleMutation.d.ts +34 -0
- package/modules/hooks/mutations/useCreateContentPresetModuleMutation.js +34 -0
- package/modules/hooks/mutations/useCreateDataCapabilitiesFieldMutation.d.ts +34 -0
- package/modules/hooks/mutations/useCreateDataCapabilitiesFieldMutation.js +34 -0
- package/modules/hooks/mutations/useCreateEmailSenderModuleMutation.d.ts +34 -0
- package/modules/hooks/mutations/useCreateEmailSenderModuleMutation.js +34 -0
- package/modules/hooks/mutations/useCreateEntityTypeProvisionMutation.d.ts +2 -2
- package/modules/hooks/mutations/useCreateEntityTypeProvisionMutation.js +1 -1
- package/modules/hooks/mutations/useCreateFileRefFieldMutation.d.ts +34 -0
- package/modules/hooks/mutations/useCreateFileRefFieldMutation.js +34 -0
- package/modules/hooks/mutations/useCreateOauthRequestsModuleMutation.d.ts +44 -0
- package/modules/hooks/mutations/useCreateOauthRequestsModuleMutation.js +39 -0
- package/modules/hooks/mutations/useCreateScopeTypesModuleMutation.d.ts +34 -0
- package/modules/hooks/mutations/useCreateScopeTypesModuleMutation.js +34 -0
- package/modules/hooks/mutations/useCreateUserSettingsSecurityModuleMutation.d.ts +34 -0
- package/modules/hooks/mutations/useCreateUserSettingsSecurityModuleMutation.js +34 -0
- package/modules/hooks/mutations/useDeleteCapabilitiesModuleMutation.d.ts +38 -0
- package/modules/hooks/mutations/useDeleteCapabilitiesModuleMutation.js +39 -0
- package/modules/hooks/mutations/useDeleteContentPresetModuleMutation.d.ts +38 -0
- package/modules/hooks/mutations/useDeleteContentPresetModuleMutation.js +39 -0
- package/modules/hooks/mutations/useDeleteDataCapabilitiesFieldMutation.d.ts +38 -0
- package/modules/hooks/mutations/useDeleteDataCapabilitiesFieldMutation.js +39 -0
- package/modules/hooks/mutations/useDeleteEmailSenderModuleMutation.d.ts +38 -0
- package/modules/hooks/mutations/useDeleteEmailSenderModuleMutation.js +39 -0
- package/modules/hooks/mutations/useDeleteEntityTypeProvisionMutation.d.ts +2 -2
- package/modules/hooks/mutations/useDeleteEntityTypeProvisionMutation.js +1 -1
- package/modules/hooks/mutations/useDeleteFileRefFieldMutation.d.ts +38 -0
- package/modules/hooks/mutations/useDeleteFileRefFieldMutation.js +39 -0
- package/modules/hooks/mutations/useDeleteOauthRequestsModuleMutation.d.ts +48 -0
- package/modules/hooks/mutations/useDeleteOauthRequestsModuleMutation.js +44 -0
- package/modules/hooks/mutations/useDeleteScopeTypesModuleMutation.d.ts +38 -0
- package/modules/hooks/mutations/useDeleteScopeTypesModuleMutation.js +39 -0
- package/modules/hooks/mutations/useDeleteUserSettingsSecurityModuleMutation.d.ts +38 -0
- package/modules/hooks/mutations/useDeleteUserSettingsSecurityModuleMutation.js +39 -0
- package/modules/hooks/mutations/useUpdateCapabilitiesModuleMutation.d.ts +40 -0
- package/modules/hooks/mutations/useUpdateCapabilitiesModuleMutation.js +40 -0
- package/modules/hooks/mutations/useUpdateContentPresetModuleMutation.d.ts +40 -0
- package/modules/hooks/mutations/useUpdateContentPresetModuleMutation.js +40 -0
- package/modules/hooks/mutations/useUpdateDataCapabilitiesFieldMutation.d.ts +40 -0
- package/modules/hooks/mutations/useUpdateDataCapabilitiesFieldMutation.js +40 -0
- package/modules/hooks/mutations/useUpdateEmailSenderModuleMutation.d.ts +40 -0
- package/modules/hooks/mutations/useUpdateEmailSenderModuleMutation.js +40 -0
- package/modules/hooks/mutations/useUpdateEntityTypeProvisionMutation.d.ts +2 -2
- package/modules/hooks/mutations/useUpdateEntityTypeProvisionMutation.js +1 -1
- package/modules/hooks/mutations/useUpdateFileRefFieldMutation.d.ts +40 -0
- package/modules/hooks/mutations/useUpdateFileRefFieldMutation.js +40 -0
- package/modules/hooks/mutations/useUpdateOauthRequestsModuleMutation.d.ts +50 -0
- package/modules/hooks/mutations/useUpdateOauthRequestsModuleMutation.js +45 -0
- package/modules/hooks/mutations/useUpdateScopeTypesModuleMutation.d.ts +40 -0
- package/modules/hooks/mutations/useUpdateScopeTypesModuleMutation.js +40 -0
- package/modules/hooks/mutations/useUpdateUserSettingsSecurityModuleMutation.d.ts +40 -0
- package/modules/hooks/mutations/useUpdateUserSettingsSecurityModuleMutation.js +40 -0
- package/modules/hooks/queries/index.d.ts +16 -4
- package/modules/hooks/queries/index.js +16 -4
- package/modules/hooks/queries/useCapabilitiesModuleQuery.d.ts +65 -0
- package/modules/hooks/queries/useCapabilitiesModuleQuery.js +53 -0
- package/modules/hooks/queries/useCapabilitiesModulesQuery.d.ts +69 -0
- package/modules/hooks/queries/useCapabilitiesModulesQuery.js +38 -0
- package/modules/hooks/queries/useContentPresetModuleQuery.d.ts +65 -0
- package/modules/hooks/queries/useContentPresetModuleQuery.js +53 -0
- package/modules/hooks/queries/useContentPresetModulesQuery.d.ts +69 -0
- package/modules/hooks/queries/useContentPresetModulesQuery.js +38 -0
- package/modules/hooks/queries/useDataCapabilitiesFieldQuery.d.ts +65 -0
- package/modules/hooks/queries/useDataCapabilitiesFieldQuery.js +53 -0
- package/modules/hooks/queries/useDataCapabilitiesFieldsQuery.d.ts +69 -0
- package/modules/hooks/queries/useDataCapabilitiesFieldsQuery.js +38 -0
- package/modules/hooks/queries/useEmailSenderModuleQuery.d.ts +65 -0
- package/modules/hooks/queries/useEmailSenderModuleQuery.js +53 -0
- package/modules/hooks/queries/useEmailSenderModulesQuery.d.ts +69 -0
- package/modules/hooks/queries/useEmailSenderModulesQuery.js +38 -0
- package/modules/hooks/queries/useEntityTypeProvisionQuery.d.ts +4 -4
- package/modules/hooks/queries/useEntityTypeProvisionQuery.js +1 -1
- package/modules/hooks/queries/useEntityTypeProvisionsQuery.d.ts +4 -4
- package/modules/hooks/queries/useEntityTypeProvisionsQuery.js +1 -1
- package/modules/hooks/queries/useFileRefFieldQuery.d.ts +65 -0
- package/modules/hooks/queries/useFileRefFieldQuery.js +53 -0
- package/modules/hooks/queries/useFileRefFieldsQuery.d.ts +69 -0
- package/modules/hooks/queries/useFileRefFieldsQuery.js +38 -0
- package/modules/hooks/queries/useOauthRequestsModuleQuery.d.ts +85 -0
- package/modules/hooks/queries/useOauthRequestsModuleQuery.js +58 -0
- package/modules/hooks/queries/useOauthRequestsModulesQuery.d.ts +89 -0
- package/modules/hooks/queries/useOauthRequestsModulesQuery.js +43 -0
- package/modules/hooks/queries/useScopeTypesModuleQuery.d.ts +65 -0
- package/modules/hooks/queries/useScopeTypesModuleQuery.js +53 -0
- package/modules/hooks/queries/useScopeTypesModulesQuery.d.ts +69 -0
- package/modules/hooks/queries/useScopeTypesModulesQuery.js +38 -0
- package/modules/hooks/queries/useUserSettingsSecurityModuleQuery.d.ts +65 -0
- package/modules/hooks/queries/useUserSettingsSecurityModuleQuery.js +53 -0
- package/modules/hooks/queries/useUserSettingsSecurityModulesQuery.d.ts +69 -0
- package/modules/hooks/queries/useUserSettingsSecurityModulesQuery.js +38 -0
- package/modules/hooks/query-keys.d.ts +112 -22
- package/modules/hooks/query-keys.js +66 -18
- package/modules/orm/index.d.ts +16 -50
- package/modules/orm/index.js +17 -7
- package/modules/orm/input-types.d.ts +2317 -774
- package/modules/orm/input-types.js +6 -0
- package/modules/orm/models/capabilitiesModule.d.ts +54 -0
- package/modules/orm/models/capabilitiesModule.js +104 -0
- package/modules/orm/models/contentPresetModule.d.ts +54 -0
- package/modules/orm/models/contentPresetModule.js +104 -0
- package/modules/orm/models/dataCapabilitiesField.d.ts +54 -0
- package/modules/orm/models/dataCapabilitiesField.js +104 -0
- package/modules/orm/models/emailSenderModule.d.ts +54 -0
- package/modules/orm/models/emailSenderModule.js +104 -0
- package/modules/orm/models/fileRefField.d.ts +54 -0
- package/modules/orm/models/fileRefField.js +104 -0
- package/modules/orm/models/index.d.ts +8 -1
- package/modules/orm/models/index.js +18 -4
- package/modules/orm/models/oauthRequestsModule.d.ts +54 -0
- package/modules/orm/models/oauthRequestsModule.js +104 -0
- package/modules/orm/models/scopeTypesModule.d.ts +54 -0
- package/modules/orm/models/scopeTypesModule.js +104 -0
- package/modules/orm/models/userSettingsSecurityModule.d.ts +54 -0
- package/modules/orm/models/userSettingsSecurityModule.js +104 -0
- package/modules/orm/mutation/index.d.ts +1 -85
- package/modules/orm/mutation/index.js +0 -84
- package/modules/schema-types.d.ts +1290 -486
- package/modules/types.d.ts +171 -56
- package/objects/hooks/mutation-keys.d.ts +6 -0
- package/objects/hooks/mutation-keys.js +9 -0
- package/objects/hooks/mutations/index.d.ts +3 -0
- package/objects/hooks/mutations/index.js +3 -0
- package/objects/hooks/mutations/useInsertNodesAtPathsMutation.d.ts +20 -0
- package/objects/hooks/mutations/useInsertNodesAtPathsMutation.js +26 -0
- package/objects/hooks/mutations/useSetAndCommitMutation.d.ts +20 -0
- package/objects/hooks/mutations/useSetAndCommitMutation.js +26 -0
- package/objects/hooks/mutations/useSetManyAndCommitMutation.d.ts +20 -0
- package/objects/hooks/mutations/useSetManyAndCommitMutation.js +26 -0
- package/objects/orm/index.d.ts +15 -0
- package/objects/orm/input-types.d.ts +64 -0
- package/objects/orm/mutation/index.d.ts +25 -1
- package/objects/orm/mutation/index.js +36 -0
- package/objects/schema-types.d.ts +42 -0
- package/package.json +4 -4
- package/usage/hooks/index.d.ts +1 -1
- package/usage/hooks/index.js +1 -1
- package/usage/hooks/invalidation.d.ts +120 -0
- package/usage/hooks/invalidation.js +320 -0
- package/usage/hooks/mutation-keys.d.ts +252 -0
- package/usage/hooks/mutation-keys.js +159 -1
- package/usage/hooks/mutations/index.d.ts +66 -0
- package/usage/hooks/mutations/index.js +66 -0
- package/usage/hooks/mutations/useCreateAppAchievementRewardMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreateAppAchievementRewardMutation.js +34 -0
- package/usage/hooks/mutations/useCreateAppEventAggregateMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreateAppEventAggregateMutation.js +34 -0
- package/usage/hooks/mutations/useCreateAppEventMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreateAppEventMutation.js +34 -0
- package/usage/hooks/mutations/useCreateAppEventTypeMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreateAppEventTypeMutation.js +34 -0
- package/usage/hooks/mutations/useCreateAppLevelGrantMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreateAppLevelGrantMutation.js +34 -0
- package/usage/hooks/mutations/useCreateAppLevelMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreateAppLevelMutation.js +34 -0
- package/usage/hooks/mutations/useCreateAppLevelRequirementMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreateAppLevelRequirementMutation.js +34 -0
- package/usage/hooks/mutations/useCreateAppLimitCreditCodeMutation.d.ts +2 -2
- package/usage/hooks/mutations/useCreateAppLimitCreditCodeMutation.js +1 -1
- package/usage/hooks/mutations/useCreateBillingUsageSummaryMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreateBillingUsageSummaryMutation.js +34 -0
- package/usage/hooks/mutations/useCreateLedgerMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreateLedgerMutation.js +34 -0
- package/usage/hooks/mutations/useCreateMeterCreditMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreateMeterCreditMutation.js +34 -0
- package/usage/hooks/mutations/useCreateMeterDefaultMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreateMeterDefaultMutation.js +34 -0
- package/usage/hooks/mutations/useCreateMeterMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreateMeterMutation.js +34 -0
- package/usage/hooks/mutations/useCreateMeterSourceMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreateMeterSourceMutation.js +34 -0
- package/usage/hooks/mutations/useCreatePlanCapMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreatePlanCapMutation.js +34 -0
- package/usage/hooks/mutations/useCreatePlanLimitMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreatePlanLimitMutation.js +34 -0
- package/usage/hooks/mutations/useCreatePlanMeterLimitMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreatePlanMeterLimitMutation.js +34 -0
- package/usage/hooks/mutations/useCreatePlanMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreatePlanMutation.js +34 -0
- package/usage/hooks/mutations/useCreatePlanOverrideMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreatePlanOverrideMutation.js +34 -0
- package/usage/hooks/mutations/useCreatePlanPricingMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreatePlanPricingMutation.js +34 -0
- package/usage/hooks/mutations/useCreatePlanSubscriptionMutation.d.ts +34 -0
- package/usage/hooks/mutations/useCreatePlanSubscriptionMutation.js +34 -0
- package/usage/hooks/mutations/useDeleteAppAchievementRewardMutation.d.ts +38 -0
- package/usage/hooks/mutations/useDeleteAppAchievementRewardMutation.js +39 -0
- package/usage/hooks/mutations/useDeleteAppEventAggregateMutation.d.ts +38 -0
- package/usage/hooks/mutations/useDeleteAppEventAggregateMutation.js +39 -0
- package/usage/hooks/mutations/useDeleteAppEventMutation.d.ts +40 -0
- package/usage/hooks/mutations/useDeleteAppEventMutation.js +40 -0
- package/usage/hooks/mutations/useDeleteAppEventTypeMutation.d.ts +38 -0
- package/usage/hooks/mutations/useDeleteAppEventTypeMutation.js +39 -0
- package/usage/hooks/mutations/useDeleteAppLevelGrantMutation.d.ts +38 -0
- package/usage/hooks/mutations/useDeleteAppLevelGrantMutation.js +39 -0
- package/usage/hooks/mutations/useDeleteAppLevelMutation.d.ts +38 -0
- package/usage/hooks/mutations/useDeleteAppLevelMutation.js +39 -0
- package/usage/hooks/mutations/useDeleteAppLevelRequirementMutation.d.ts +38 -0
- package/usage/hooks/mutations/useDeleteAppLevelRequirementMutation.js +39 -0
- package/usage/hooks/mutations/useDeleteAppLimitCreditCodeMutation.d.ts +2 -2
- package/usage/hooks/mutations/useDeleteAppLimitCreditCodeMutation.js +1 -1
- package/usage/hooks/mutations/useDeleteBillingUsageSummaryMutation.d.ts +38 -0
- package/usage/hooks/mutations/useDeleteBillingUsageSummaryMutation.js +39 -0
- package/usage/hooks/mutations/useDeleteLedgerMutation.d.ts +40 -0
- package/usage/hooks/mutations/useDeleteLedgerMutation.js +40 -0
- package/usage/hooks/mutations/useDeleteMeterCreditMutation.d.ts +38 -0
- package/usage/hooks/mutations/useDeleteMeterCreditMutation.js +39 -0
- package/usage/hooks/mutations/useDeleteMeterDefaultMutation.d.ts +38 -0
- package/usage/hooks/mutations/useDeleteMeterDefaultMutation.js +39 -0
- package/usage/hooks/mutations/useDeleteMeterMutation.d.ts +38 -0
- package/usage/hooks/mutations/useDeleteMeterMutation.js +39 -0
- package/usage/hooks/mutations/useDeleteMeterSourceMutation.d.ts +38 -0
- package/usage/hooks/mutations/useDeleteMeterSourceMutation.js +39 -0
- package/usage/hooks/mutations/useDeletePlanCapMutation.d.ts +38 -0
- package/usage/hooks/mutations/useDeletePlanCapMutation.js +39 -0
- package/usage/hooks/mutations/useDeletePlanLimitMutation.d.ts +38 -0
- package/usage/hooks/mutations/useDeletePlanLimitMutation.js +39 -0
- package/usage/hooks/mutations/useDeletePlanMeterLimitMutation.d.ts +38 -0
- package/usage/hooks/mutations/useDeletePlanMeterLimitMutation.js +39 -0
- package/usage/hooks/mutations/useDeletePlanMutation.d.ts +38 -0
- package/usage/hooks/mutations/useDeletePlanMutation.js +39 -0
- package/usage/hooks/mutations/useDeletePlanOverrideMutation.d.ts +38 -0
- package/usage/hooks/mutations/useDeletePlanOverrideMutation.js +39 -0
- package/usage/hooks/mutations/useDeletePlanPricingMutation.d.ts +38 -0
- package/usage/hooks/mutations/useDeletePlanPricingMutation.js +39 -0
- package/usage/hooks/mutations/useDeletePlanSubscriptionMutation.d.ts +38 -0
- package/usage/hooks/mutations/useDeletePlanSubscriptionMutation.js +39 -0
- package/usage/hooks/mutations/useGrantAchievementMutation.d.ts +20 -0
- package/usage/hooks/mutations/useGrantAchievementMutation.js +26 -0
- package/usage/hooks/mutations/useRecomputeCapabilitiesMutation.d.ts +20 -0
- package/usage/hooks/mutations/useRecomputeCapabilitiesMutation.js +26 -0
- package/usage/hooks/mutations/useRevokeAchievementMutation.d.ts +20 -0
- package/usage/hooks/mutations/useRevokeAchievementMutation.js +26 -0
- package/usage/hooks/mutations/useSeedMeterDefaultsMutation.d.ts +20 -0
- package/usage/hooks/mutations/useSeedMeterDefaultsMutation.js +26 -0
- package/usage/hooks/mutations/useSeedPlanMutation.d.ts +20 -0
- package/usage/hooks/mutations/useSeedPlanMutation.js +26 -0
- package/usage/hooks/mutations/useSeedTrustLadderMutation.d.ts +20 -0
- package/usage/hooks/mutations/useSeedTrustLadderMutation.js +26 -0
- package/usage/hooks/mutations/useUpdateAppAchievementRewardMutation.d.ts +40 -0
- package/usage/hooks/mutations/useUpdateAppAchievementRewardMutation.js +40 -0
- package/usage/hooks/mutations/useUpdateAppEventAggregateMutation.d.ts +40 -0
- package/usage/hooks/mutations/useUpdateAppEventAggregateMutation.js +40 -0
- package/usage/hooks/mutations/useUpdateAppEventMutation.d.ts +42 -0
- package/usage/hooks/mutations/useUpdateAppEventMutation.js +41 -0
- package/usage/hooks/mutations/useUpdateAppEventTypeMutation.d.ts +40 -0
- package/usage/hooks/mutations/useUpdateAppEventTypeMutation.js +40 -0
- package/usage/hooks/mutations/useUpdateAppLevelGrantMutation.d.ts +40 -0
- package/usage/hooks/mutations/useUpdateAppLevelGrantMutation.js +40 -0
- package/usage/hooks/mutations/useUpdateAppLevelMutation.d.ts +40 -0
- package/usage/hooks/mutations/useUpdateAppLevelMutation.js +40 -0
- package/usage/hooks/mutations/useUpdateAppLevelRequirementMutation.d.ts +40 -0
- package/usage/hooks/mutations/useUpdateAppLevelRequirementMutation.js +40 -0
- package/usage/hooks/mutations/useUpdateAppLimitCreditCodeMutation.d.ts +2 -2
- package/usage/hooks/mutations/useUpdateAppLimitCreditCodeMutation.js +1 -1
- package/usage/hooks/mutations/useUpdateBillingUsageSummaryMutation.d.ts +40 -0
- package/usage/hooks/mutations/useUpdateBillingUsageSummaryMutation.js +40 -0
- package/usage/hooks/mutations/useUpdateLedgerMutation.d.ts +42 -0
- package/usage/hooks/mutations/useUpdateLedgerMutation.js +41 -0
- package/usage/hooks/mutations/useUpdateMeterCreditMutation.d.ts +40 -0
- package/usage/hooks/mutations/useUpdateMeterCreditMutation.js +40 -0
- package/usage/hooks/mutations/useUpdateMeterDefaultMutation.d.ts +40 -0
- package/usage/hooks/mutations/useUpdateMeterDefaultMutation.js +40 -0
- package/usage/hooks/mutations/useUpdateMeterMutation.d.ts +40 -0
- package/usage/hooks/mutations/useUpdateMeterMutation.js +40 -0
- package/usage/hooks/mutations/useUpdateMeterSourceMutation.d.ts +40 -0
- package/usage/hooks/mutations/useUpdateMeterSourceMutation.js +40 -0
- package/usage/hooks/mutations/useUpdatePlanCapMutation.d.ts +40 -0
- package/usage/hooks/mutations/useUpdatePlanCapMutation.js +40 -0
- package/usage/hooks/mutations/useUpdatePlanLimitMutation.d.ts +40 -0
- package/usage/hooks/mutations/useUpdatePlanLimitMutation.js +40 -0
- package/usage/hooks/mutations/useUpdatePlanMeterLimitMutation.d.ts +40 -0
- package/usage/hooks/mutations/useUpdatePlanMeterLimitMutation.js +40 -0
- package/usage/hooks/mutations/useUpdatePlanMutation.d.ts +40 -0
- package/usage/hooks/mutations/useUpdatePlanMutation.js +40 -0
- package/usage/hooks/mutations/useUpdatePlanOverrideMutation.d.ts +40 -0
- package/usage/hooks/mutations/useUpdatePlanOverrideMutation.js +40 -0
- package/usage/hooks/mutations/useUpdatePlanPricingMutation.d.ts +40 -0
- package/usage/hooks/mutations/useUpdatePlanPricingMutation.js +40 -0
- package/usage/hooks/mutations/useUpdatePlanSubscriptionMutation.d.ts +40 -0
- package/usage/hooks/mutations/useUpdatePlanSubscriptionMutation.js +40 -0
- package/usage/hooks/queries/index.d.ts +45 -0
- package/usage/hooks/queries/index.js +45 -0
- package/usage/hooks/queries/useAppAchievementRewardQuery.d.ts +65 -0
- package/usage/hooks/queries/useAppAchievementRewardQuery.js +53 -0
- package/usage/hooks/queries/useAppAchievementRewardsQuery.d.ts +69 -0
- package/usage/hooks/queries/useAppAchievementRewardsQuery.js +38 -0
- package/usage/hooks/queries/useAppEventAggregateQuery.d.ts +65 -0
- package/usage/hooks/queries/useAppEventAggregateQuery.js +53 -0
- package/usage/hooks/queries/useAppEventAggregatesQuery.d.ts +69 -0
- package/usage/hooks/queries/useAppEventAggregatesQuery.js +38 -0
- package/usage/hooks/queries/useAppEventQuery.d.ts +65 -0
- package/usage/hooks/queries/useAppEventQuery.js +53 -0
- package/usage/hooks/queries/useAppEventTypeQuery.d.ts +65 -0
- package/usage/hooks/queries/useAppEventTypeQuery.js +53 -0
- package/usage/hooks/queries/useAppEventTypesQuery.d.ts +69 -0
- package/usage/hooks/queries/useAppEventTypesQuery.js +38 -0
- package/usage/hooks/queries/useAppEventsQuery.d.ts +69 -0
- package/usage/hooks/queries/useAppEventsQuery.js +38 -0
- package/usage/hooks/queries/useAppLevelGrantQuery.d.ts +65 -0
- package/usage/hooks/queries/useAppLevelGrantQuery.js +53 -0
- package/usage/hooks/queries/useAppLevelGrantsQuery.d.ts +69 -0
- package/usage/hooks/queries/useAppLevelGrantsQuery.js +38 -0
- package/usage/hooks/queries/useAppLevelQuery.d.ts +65 -0
- package/usage/hooks/queries/useAppLevelQuery.js +53 -0
- package/usage/hooks/queries/useAppLevelRequirementQuery.d.ts +65 -0
- package/usage/hooks/queries/useAppLevelRequirementQuery.js +53 -0
- package/usage/hooks/queries/useAppLevelRequirementsQuery.d.ts +69 -0
- package/usage/hooks/queries/useAppLevelRequirementsQuery.js +38 -0
- package/usage/hooks/queries/useAppLevelsQuery.d.ts +69 -0
- package/usage/hooks/queries/useAppLevelsQuery.js +38 -0
- package/usage/hooks/queries/useAppLimitCreditCodeQuery.d.ts +4 -4
- package/usage/hooks/queries/useAppLimitCreditCodeQuery.js +1 -1
- package/usage/hooks/queries/useAppLimitCreditCodesQuery.d.ts +4 -4
- package/usage/hooks/queries/useAppLimitCreditCodesQuery.js +1 -1
- package/usage/hooks/queries/useBillingUsageSummariesQuery.d.ts +69 -0
- package/usage/hooks/queries/useBillingUsageSummariesQuery.js +38 -0
- package/usage/hooks/queries/useBillingUsageSummaryQuery.d.ts +65 -0
- package/usage/hooks/queries/useBillingUsageSummaryQuery.js +53 -0
- package/usage/hooks/queries/useCaptureAppLimitDefaultsQuery.d.ts +45 -0
- package/usage/hooks/queries/useCaptureAppLimitDefaultsQuery.js +49 -0
- package/usage/hooks/queries/useCaptureOrgLimitDefaultsQuery.d.ts +45 -0
- package/usage/hooks/queries/useCaptureOrgLimitDefaultsQuery.js +49 -0
- package/usage/hooks/queries/useCaptureTrustLadderQuery.d.ts +45 -0
- package/usage/hooks/queries/useCaptureTrustLadderQuery.js +49 -0
- package/usage/hooks/queries/useEventsAchievedQuery.d.ts +53 -0
- package/usage/hooks/queries/useEventsAchievedQuery.js +53 -0
- package/usage/hooks/queries/useEventsRequiredQuery.d.ts +54 -0
- package/usage/hooks/queries/useEventsRequiredQuery.js +53 -0
- package/usage/hooks/queries/useLedgerQuery.d.ts +65 -0
- package/usage/hooks/queries/useLedgerQuery.js +53 -0
- package/usage/hooks/queries/useLedgersQuery.d.ts +69 -0
- package/usage/hooks/queries/useLedgersQuery.js +38 -0
- package/usage/hooks/queries/useMeterCreditQuery.d.ts +65 -0
- package/usage/hooks/queries/useMeterCreditQuery.js +53 -0
- package/usage/hooks/queries/useMeterCreditsQuery.d.ts +69 -0
- package/usage/hooks/queries/useMeterCreditsQuery.js +38 -0
- package/usage/hooks/queries/useMeterDefaultQuery.d.ts +65 -0
- package/usage/hooks/queries/useMeterDefaultQuery.js +53 -0
- package/usage/hooks/queries/useMeterDefaultsQuery.d.ts +69 -0
- package/usage/hooks/queries/useMeterDefaultsQuery.js +38 -0
- package/usage/hooks/queries/useMeterQuery.d.ts +65 -0
- package/usage/hooks/queries/useMeterQuery.js +53 -0
- package/usage/hooks/queries/useMeterSourceQuery.d.ts +65 -0
- package/usage/hooks/queries/useMeterSourceQuery.js +53 -0
- package/usage/hooks/queries/useMeterSourcesQuery.d.ts +69 -0
- package/usage/hooks/queries/useMeterSourcesQuery.js +38 -0
- package/usage/hooks/queries/useMetersQuery.d.ts +69 -0
- package/usage/hooks/queries/useMetersQuery.js +38 -0
- package/usage/hooks/queries/usePlanCapQuery.d.ts +65 -0
- package/usage/hooks/queries/usePlanCapQuery.js +53 -0
- package/usage/hooks/queries/usePlanCapsQuery.d.ts +69 -0
- package/usage/hooks/queries/usePlanCapsQuery.js +38 -0
- package/usage/hooks/queries/usePlanLimitQuery.d.ts +65 -0
- package/usage/hooks/queries/usePlanLimitQuery.js +53 -0
- package/usage/hooks/queries/usePlanLimitsQuery.d.ts +69 -0
- package/usage/hooks/queries/usePlanLimitsQuery.js +38 -0
- package/usage/hooks/queries/usePlanMeterLimitQuery.d.ts +65 -0
- package/usage/hooks/queries/usePlanMeterLimitQuery.js +53 -0
- package/usage/hooks/queries/usePlanMeterLimitsQuery.d.ts +69 -0
- package/usage/hooks/queries/usePlanMeterLimitsQuery.js +38 -0
- package/usage/hooks/queries/usePlanOverrideQuery.d.ts +65 -0
- package/usage/hooks/queries/usePlanOverrideQuery.js +53 -0
- package/usage/hooks/queries/usePlanOverridesQuery.d.ts +69 -0
- package/usage/hooks/queries/usePlanOverridesQuery.js +38 -0
- package/usage/hooks/queries/usePlanPricingQuery.d.ts +65 -0
- package/usage/hooks/queries/usePlanPricingQuery.js +53 -0
- package/usage/hooks/queries/usePlanPricingsQuery.d.ts +69 -0
- package/usage/hooks/queries/usePlanPricingsQuery.js +38 -0
- package/usage/hooks/queries/usePlanQuery.d.ts +65 -0
- package/usage/hooks/queries/usePlanQuery.js +53 -0
- package/usage/hooks/queries/usePlanSubscriptionQuery.d.ts +65 -0
- package/usage/hooks/queries/usePlanSubscriptionQuery.js +53 -0
- package/usage/hooks/queries/usePlanSubscriptionsQuery.d.ts +69 -0
- package/usage/hooks/queries/usePlanSubscriptionsQuery.js +38 -0
- package/usage/hooks/queries/usePlansQuery.d.ts +69 -0
- package/usage/hooks/queries/usePlansQuery.js +38 -0
- package/usage/hooks/query-keys.d.ts +294 -0
- package/usage/hooks/query-keys.js +172 -1
- package/usage/orm/index.d.ts +98 -0
- package/usage/orm/index.js +45 -1
- package/usage/orm/input-types.d.ts +3728 -98
- package/usage/orm/input-types.js +10 -0
- package/usage/orm/models/appAchievementReward.d.ts +54 -0
- package/usage/orm/models/appAchievementReward.js +104 -0
- package/usage/orm/models/appEvent.d.ts +56 -0
- package/usage/orm/models/appEvent.js +107 -0
- package/usage/orm/models/appEventAggregate.d.ts +54 -0
- package/usage/orm/models/appEventAggregate.js +104 -0
- package/usage/orm/models/appEventType.d.ts +54 -0
- package/usage/orm/models/appEventType.js +104 -0
- package/usage/orm/models/appLevel.d.ts +54 -0
- package/usage/orm/models/appLevel.js +104 -0
- package/usage/orm/models/appLevelGrant.d.ts +54 -0
- package/usage/orm/models/appLevelGrant.js +104 -0
- package/usage/orm/models/appLevelRequirement.d.ts +54 -0
- package/usage/orm/models/appLevelRequirement.js +104 -0
- package/usage/orm/models/billingUsageSummary.d.ts +54 -0
- package/usage/orm/models/billingUsageSummary.js +104 -0
- package/usage/orm/models/index.d.ts +20 -0
- package/usage/orm/models/index.js +41 -1
- package/usage/orm/models/ledger.d.ts +56 -0
- package/usage/orm/models/ledger.js +107 -0
- package/usage/orm/models/meter.d.ts +54 -0
- package/usage/orm/models/meter.js +104 -0
- package/usage/orm/models/meterCredit.d.ts +54 -0
- package/usage/orm/models/meterCredit.js +104 -0
- package/usage/orm/models/meterDefault.d.ts +54 -0
- package/usage/orm/models/meterDefault.js +104 -0
- package/usage/orm/models/meterSource.d.ts +54 -0
- package/usage/orm/models/meterSource.js +104 -0
- package/usage/orm/models/plan.d.ts +54 -0
- package/usage/orm/models/plan.js +104 -0
- package/usage/orm/models/planCap.d.ts +54 -0
- package/usage/orm/models/planCap.js +104 -0
- package/usage/orm/models/planLimit.d.ts +54 -0
- package/usage/orm/models/planLimit.js +104 -0
- package/usage/orm/models/planMeterLimit.d.ts +54 -0
- package/usage/orm/models/planMeterLimit.js +104 -0
- package/usage/orm/models/planOverride.d.ts +54 -0
- package/usage/orm/models/planOverride.js +104 -0
- package/usage/orm/models/planPricing.d.ts +54 -0
- package/usage/orm/models/planPricing.js +104 -0
- package/usage/orm/models/planSubscription.d.ts +54 -0
- package/usage/orm/models/planSubscription.js +104 -0
- package/usage/orm/mutation/index.d.ts +49 -1
- package/usage/orm/mutation/index.js +72 -0
- package/usage/orm/query/index.d.ts +52 -0
- package/usage/orm/query/index.js +74 -0
- package/usage/schema-types.d.ts +2309 -35
- package/usage/types.d.ts +191 -0
- package/admin/hooks/mutations/useCreateAppPermissionDefaultGrantMutation.d.ts +0 -34
- package/admin/hooks/mutations/useCreateAppPermissionDefaultGrantMutation.js +0 -34
- package/admin/hooks/mutations/useCreateAppPermissionDefaultMutation.d.ts +0 -34
- package/admin/hooks/mutations/useCreateAppPermissionDefaultMutation.js +0 -34
- package/admin/hooks/mutations/useCreateAppPermissionDefaultPermissionMutation.d.ts +0 -34
- package/admin/hooks/mutations/useCreateAppPermissionDefaultPermissionMutation.js +0 -34
- package/admin/hooks/mutations/useCreateAppPermissionMutation.d.ts +0 -34
- package/admin/hooks/mutations/useCreateAppPermissionMutation.js +0 -34
- package/admin/hooks/mutations/useCreateOrgPermissionDefaultGrantMutation.d.ts +0 -34
- package/admin/hooks/mutations/useCreateOrgPermissionDefaultGrantMutation.js +0 -34
- package/admin/hooks/mutations/useCreateOrgPermissionDefaultMutation.d.ts +0 -34
- package/admin/hooks/mutations/useCreateOrgPermissionDefaultMutation.js +0 -34
- package/admin/hooks/mutations/useCreateOrgPermissionDefaultPermissionMutation.d.ts +0 -34
- package/admin/hooks/mutations/useCreateOrgPermissionDefaultPermissionMutation.js +0 -34
- package/admin/hooks/mutations/useCreateOrgPermissionMutation.d.ts +0 -34
- package/admin/hooks/mutations/useCreateOrgPermissionMutation.js +0 -34
- package/admin/hooks/mutations/useDeleteAppPermissionDefaultGrantMutation.d.ts +0 -38
- package/admin/hooks/mutations/useDeleteAppPermissionDefaultGrantMutation.js +0 -39
- package/admin/hooks/mutations/useDeleteAppPermissionDefaultMutation.d.ts +0 -38
- package/admin/hooks/mutations/useDeleteAppPermissionDefaultMutation.js +0 -39
- package/admin/hooks/mutations/useDeleteAppPermissionDefaultPermissionMutation.d.ts +0 -38
- package/admin/hooks/mutations/useDeleteAppPermissionDefaultPermissionMutation.js +0 -39
- package/admin/hooks/mutations/useDeleteAppPermissionMutation.d.ts +0 -38
- package/admin/hooks/mutations/useDeleteAppPermissionMutation.js +0 -39
- package/admin/hooks/mutations/useDeleteOrgPermissionDefaultGrantMutation.d.ts +0 -38
- package/admin/hooks/mutations/useDeleteOrgPermissionDefaultGrantMutation.js +0 -39
- package/admin/hooks/mutations/useDeleteOrgPermissionDefaultMutation.d.ts +0 -38
- package/admin/hooks/mutations/useDeleteOrgPermissionDefaultMutation.js +0 -39
- package/admin/hooks/mutations/useDeleteOrgPermissionDefaultPermissionMutation.d.ts +0 -38
- package/admin/hooks/mutations/useDeleteOrgPermissionDefaultPermissionMutation.js +0 -39
- package/admin/hooks/mutations/useDeleteOrgPermissionMutation.d.ts +0 -38
- package/admin/hooks/mutations/useDeleteOrgPermissionMutation.js +0 -39
- package/admin/hooks/mutations/useUpdateAppPermissionDefaultGrantMutation.d.ts +0 -40
- package/admin/hooks/mutations/useUpdateAppPermissionDefaultGrantMutation.js +0 -40
- package/admin/hooks/mutations/useUpdateAppPermissionDefaultMutation.d.ts +0 -40
- package/admin/hooks/mutations/useUpdateAppPermissionDefaultMutation.js +0 -40
- package/admin/hooks/mutations/useUpdateAppPermissionDefaultPermissionMutation.d.ts +0 -40
- package/admin/hooks/mutations/useUpdateAppPermissionDefaultPermissionMutation.js +0 -40
- package/admin/hooks/mutations/useUpdateAppPermissionMutation.d.ts +0 -40
- package/admin/hooks/mutations/useUpdateAppPermissionMutation.js +0 -40
- package/admin/hooks/mutations/useUpdateOrgPermissionDefaultGrantMutation.d.ts +0 -40
- package/admin/hooks/mutations/useUpdateOrgPermissionDefaultGrantMutation.js +0 -40
- package/admin/hooks/mutations/useUpdateOrgPermissionDefaultMutation.d.ts +0 -40
- package/admin/hooks/mutations/useUpdateOrgPermissionDefaultMutation.js +0 -40
- package/admin/hooks/mutations/useUpdateOrgPermissionDefaultPermissionMutation.d.ts +0 -40
- package/admin/hooks/mutations/useUpdateOrgPermissionDefaultPermissionMutation.js +0 -40
- package/admin/hooks/mutations/useUpdateOrgPermissionMutation.d.ts +0 -40
- package/admin/hooks/mutations/useUpdateOrgPermissionMutation.js +0 -40
- package/admin/hooks/queries/useAppPermissionDefaultGrantQuery.d.ts +0 -65
- package/admin/hooks/queries/useAppPermissionDefaultGrantQuery.js +0 -53
- package/admin/hooks/queries/useAppPermissionDefaultGrantsQuery.d.ts +0 -69
- package/admin/hooks/queries/useAppPermissionDefaultGrantsQuery.js +0 -38
- package/admin/hooks/queries/useAppPermissionDefaultPermissionQuery.d.ts +0 -65
- package/admin/hooks/queries/useAppPermissionDefaultPermissionQuery.js +0 -53
- package/admin/hooks/queries/useAppPermissionDefaultPermissionsQuery.d.ts +0 -69
- package/admin/hooks/queries/useAppPermissionDefaultPermissionsQuery.js +0 -38
- package/admin/hooks/queries/useAppPermissionDefaultQuery.d.ts +0 -65
- package/admin/hooks/queries/useAppPermissionDefaultQuery.js +0 -53
- package/admin/hooks/queries/useAppPermissionDefaultsQuery.d.ts +0 -69
- package/admin/hooks/queries/useAppPermissionDefaultsQuery.js +0 -38
- package/admin/hooks/queries/useAppPermissionQuery.d.ts +0 -65
- package/admin/hooks/queries/useAppPermissionQuery.js +0 -53
- package/admin/hooks/queries/useAppPermissionsGetByMaskQuery.d.ts +0 -54
- package/admin/hooks/queries/useAppPermissionsGetByMaskQuery.js +0 -53
- package/admin/hooks/queries/useAppPermissionsGetMaskByNamesQuery.d.ts +0 -53
- package/admin/hooks/queries/useAppPermissionsGetMaskByNamesQuery.js +0 -53
- package/admin/hooks/queries/useAppPermissionsGetMaskQuery.d.ts +0 -53
- package/admin/hooks/queries/useAppPermissionsGetMaskQuery.js +0 -53
- package/admin/hooks/queries/useAppPermissionsGetPaddedMaskQuery.d.ts +0 -53
- package/admin/hooks/queries/useAppPermissionsGetPaddedMaskQuery.js +0 -53
- package/admin/hooks/queries/useAppPermissionsQuery.d.ts +0 -69
- package/admin/hooks/queries/useAppPermissionsQuery.js +0 -38
- package/admin/hooks/queries/useOrgPermissionDefaultGrantQuery.d.ts +0 -65
- package/admin/hooks/queries/useOrgPermissionDefaultGrantQuery.js +0 -53
- package/admin/hooks/queries/useOrgPermissionDefaultGrantsQuery.d.ts +0 -69
- package/admin/hooks/queries/useOrgPermissionDefaultGrantsQuery.js +0 -38
- package/admin/hooks/queries/useOrgPermissionDefaultPermissionQuery.d.ts +0 -65
- package/admin/hooks/queries/useOrgPermissionDefaultPermissionQuery.js +0 -53
- package/admin/hooks/queries/useOrgPermissionDefaultPermissionsQuery.d.ts +0 -69
- package/admin/hooks/queries/useOrgPermissionDefaultPermissionsQuery.js +0 -38
- package/admin/hooks/queries/useOrgPermissionDefaultQuery.d.ts +0 -65
- package/admin/hooks/queries/useOrgPermissionDefaultQuery.js +0 -53
- package/admin/hooks/queries/useOrgPermissionDefaultsQuery.d.ts +0 -69
- package/admin/hooks/queries/useOrgPermissionDefaultsQuery.js +0 -38
- package/admin/hooks/queries/useOrgPermissionQuery.d.ts +0 -65
- package/admin/hooks/queries/useOrgPermissionQuery.js +0 -53
- package/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.d.ts +0 -54
- package/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.js +0 -53
- package/admin/hooks/queries/useOrgPermissionsGetMaskByNamesQuery.d.ts +0 -53
- package/admin/hooks/queries/useOrgPermissionsGetMaskByNamesQuery.js +0 -53
- package/admin/hooks/queries/useOrgPermissionsGetMaskQuery.d.ts +0 -53
- package/admin/hooks/queries/useOrgPermissionsGetMaskQuery.js +0 -53
- package/admin/hooks/queries/useOrgPermissionsGetPaddedMaskQuery.d.ts +0 -53
- package/admin/hooks/queries/useOrgPermissionsGetPaddedMaskQuery.js +0 -53
- package/admin/hooks/queries/useOrgPermissionsQuery.d.ts +0 -69
- package/admin/hooks/queries/useOrgPermissionsQuery.js +0 -38
- package/admin/orm/models/appPermission.d.ts +0 -54
- package/admin/orm/models/appPermission.js +0 -104
- package/admin/orm/models/appPermissionDefault.d.ts +0 -54
- package/admin/orm/models/appPermissionDefault.js +0 -104
- package/admin/orm/models/appPermissionDefaultGrant.d.ts +0 -54
- package/admin/orm/models/appPermissionDefaultGrant.js +0 -104
- package/admin/orm/models/appPermissionDefaultPermission.d.ts +0 -54
- package/admin/orm/models/appPermissionDefaultPermission.js +0 -104
- package/admin/orm/models/orgPermission.d.ts +0 -54
- package/admin/orm/models/orgPermission.js +0 -104
- package/admin/orm/models/orgPermissionDefault.d.ts +0 -54
- package/admin/orm/models/orgPermissionDefault.js +0 -104
- package/admin/orm/models/orgPermissionDefaultGrant.d.ts +0 -54
- package/admin/orm/models/orgPermissionDefaultGrant.js +0 -104
- package/admin/orm/models/orgPermissionDefaultPermission.d.ts +0 -54
- package/admin/orm/models/orgPermissionDefaultPermission.js +0 -104
- package/api/hooks/mutations/useAcceptDatabaseTransferMutation.d.ts +0 -20
- package/api/hooks/mutations/useAcceptDatabaseTransferMutation.js +0 -26
- package/api/hooks/mutations/useCancelDatabaseTransferMutation.d.ts +0 -20
- package/api/hooks/mutations/useCancelDatabaseTransferMutation.js +0 -26
- package/api/hooks/mutations/useCreateApisMutation.d.ts +0 -34
- package/api/hooks/mutations/useCreateApisMutation.js +0 -34
- package/api/hooks/mutations/useCreateAstMigrationMutation.d.ts +0 -34
- package/api/hooks/mutations/useCreateAstMigrationMutation.js +0 -34
- package/api/hooks/mutations/useCreatePlatformApisMutation.d.ts +0 -34
- package/api/hooks/mutations/useCreatePlatformApisMutation.js +0 -34
- package/api/hooks/mutations/useCreateSqlActionMutation.d.ts +0 -34
- package/api/hooks/mutations/useCreateSqlActionMutation.js +0 -34
- package/api/hooks/mutations/useDeleteApisMutation.d.ts +0 -38
- package/api/hooks/mutations/useDeleteApisMutation.js +0 -39
- package/api/hooks/mutations/useDeletePlatformApisMutation.d.ts +0 -38
- package/api/hooks/mutations/useDeletePlatformApisMutation.js +0 -39
- package/api/hooks/mutations/useRejectDatabaseTransferMutation.d.ts +0 -20
- package/api/hooks/mutations/useRejectDatabaseTransferMutation.js +0 -26
- package/api/hooks/mutations/useUpdateApisMutation.d.ts +0 -40
- package/api/hooks/mutations/useUpdateApisMutation.js +0 -40
- package/api/hooks/mutations/useUpdatePlatformApisMutation.d.ts +0 -40
- package/api/hooks/mutations/useUpdatePlatformApisMutation.js +0 -40
- package/api/hooks/queries/useApisesQuery.d.ts +0 -69
- package/api/hooks/queries/useApisesQuery.js +0 -38
- package/api/hooks/queries/useAstMigrationQuery.d.ts +0 -65
- package/api/hooks/queries/useAstMigrationQuery.js +0 -53
- package/api/hooks/queries/useAstMigrationsQuery.d.ts +0 -69
- package/api/hooks/queries/useAstMigrationsQuery.js +0 -38
- package/api/hooks/queries/usePlatformApisesQuery.d.ts +0 -69
- package/api/hooks/queries/usePlatformApisesQuery.js +0 -38
- package/api/hooks/queries/useSqlActionQuery.d.ts +0 -65
- package/api/hooks/queries/useSqlActionQuery.js +0 -53
- package/api/hooks/queries/useSqlActionsQuery.d.ts +0 -69
- package/api/hooks/queries/useSqlActionsQuery.js +0 -38
- package/api/orm/models/apis.d.ts +0 -54
- package/api/orm/models/apis.js +0 -104
- package/api/orm/models/astMigration.d.ts +0 -36
- package/api/orm/models/astMigration.js +0 -80
- package/api/orm/models/platformApis.d.ts +0 -54
- package/api/orm/models/platformApis.js +0 -104
- package/api/orm/models/sqlAction.d.ts +0 -36
- package/api/orm/models/sqlAction.js +0 -80
- package/esm/admin/hooks/mutations/useCreateAppPermissionDefaultGrantMutation.d.ts +0 -34
- package/esm/admin/hooks/mutations/useCreateAppPermissionDefaultGrantMutation.js +0 -31
- package/esm/admin/hooks/mutations/useCreateAppPermissionDefaultMutation.d.ts +0 -34
- package/esm/admin/hooks/mutations/useCreateAppPermissionDefaultMutation.js +0 -31
- package/esm/admin/hooks/mutations/useCreateAppPermissionDefaultPermissionMutation.d.ts +0 -34
- package/esm/admin/hooks/mutations/useCreateAppPermissionDefaultPermissionMutation.js +0 -31
- package/esm/admin/hooks/mutations/useCreateAppPermissionMutation.d.ts +0 -34
- package/esm/admin/hooks/mutations/useCreateAppPermissionMutation.js +0 -31
- package/esm/admin/hooks/mutations/useCreateOrgPermissionDefaultGrantMutation.d.ts +0 -34
- package/esm/admin/hooks/mutations/useCreateOrgPermissionDefaultGrantMutation.js +0 -31
- package/esm/admin/hooks/mutations/useCreateOrgPermissionDefaultMutation.d.ts +0 -34
- package/esm/admin/hooks/mutations/useCreateOrgPermissionDefaultMutation.js +0 -31
- package/esm/admin/hooks/mutations/useCreateOrgPermissionDefaultPermissionMutation.d.ts +0 -34
- package/esm/admin/hooks/mutations/useCreateOrgPermissionDefaultPermissionMutation.js +0 -31
- package/esm/admin/hooks/mutations/useCreateOrgPermissionMutation.d.ts +0 -34
- package/esm/admin/hooks/mutations/useCreateOrgPermissionMutation.js +0 -31
- package/esm/admin/hooks/mutations/useDeleteAppPermissionDefaultGrantMutation.d.ts +0 -38
- package/esm/admin/hooks/mutations/useDeleteAppPermissionDefaultGrantMutation.js +0 -36
- package/esm/admin/hooks/mutations/useDeleteAppPermissionDefaultMutation.d.ts +0 -38
- package/esm/admin/hooks/mutations/useDeleteAppPermissionDefaultMutation.js +0 -36
- package/esm/admin/hooks/mutations/useDeleteAppPermissionDefaultPermissionMutation.d.ts +0 -38
- package/esm/admin/hooks/mutations/useDeleteAppPermissionDefaultPermissionMutation.js +0 -36
- package/esm/admin/hooks/mutations/useDeleteAppPermissionMutation.d.ts +0 -38
- package/esm/admin/hooks/mutations/useDeleteAppPermissionMutation.js +0 -36
- package/esm/admin/hooks/mutations/useDeleteOrgPermissionDefaultGrantMutation.d.ts +0 -38
- package/esm/admin/hooks/mutations/useDeleteOrgPermissionDefaultGrantMutation.js +0 -36
- package/esm/admin/hooks/mutations/useDeleteOrgPermissionDefaultMutation.d.ts +0 -38
- package/esm/admin/hooks/mutations/useDeleteOrgPermissionDefaultMutation.js +0 -36
- package/esm/admin/hooks/mutations/useDeleteOrgPermissionDefaultPermissionMutation.d.ts +0 -38
- package/esm/admin/hooks/mutations/useDeleteOrgPermissionDefaultPermissionMutation.js +0 -36
- package/esm/admin/hooks/mutations/useDeleteOrgPermissionMutation.d.ts +0 -38
- package/esm/admin/hooks/mutations/useDeleteOrgPermissionMutation.js +0 -36
- package/esm/admin/hooks/mutations/useUpdateAppPermissionDefaultGrantMutation.d.ts +0 -40
- package/esm/admin/hooks/mutations/useUpdateAppPermissionDefaultGrantMutation.js +0 -37
- package/esm/admin/hooks/mutations/useUpdateAppPermissionDefaultMutation.d.ts +0 -40
- package/esm/admin/hooks/mutations/useUpdateAppPermissionDefaultMutation.js +0 -37
- package/esm/admin/hooks/mutations/useUpdateAppPermissionDefaultPermissionMutation.d.ts +0 -40
- package/esm/admin/hooks/mutations/useUpdateAppPermissionDefaultPermissionMutation.js +0 -37
- package/esm/admin/hooks/mutations/useUpdateAppPermissionMutation.d.ts +0 -40
- package/esm/admin/hooks/mutations/useUpdateAppPermissionMutation.js +0 -37
- package/esm/admin/hooks/mutations/useUpdateOrgPermissionDefaultGrantMutation.d.ts +0 -40
- package/esm/admin/hooks/mutations/useUpdateOrgPermissionDefaultGrantMutation.js +0 -37
- package/esm/admin/hooks/mutations/useUpdateOrgPermissionDefaultMutation.d.ts +0 -40
- package/esm/admin/hooks/mutations/useUpdateOrgPermissionDefaultMutation.js +0 -37
- package/esm/admin/hooks/mutations/useUpdateOrgPermissionDefaultPermissionMutation.d.ts +0 -40
- package/esm/admin/hooks/mutations/useUpdateOrgPermissionDefaultPermissionMutation.js +0 -37
- package/esm/admin/hooks/mutations/useUpdateOrgPermissionMutation.d.ts +0 -40
- package/esm/admin/hooks/mutations/useUpdateOrgPermissionMutation.js +0 -37
- package/esm/admin/hooks/queries/useAppPermissionDefaultGrantQuery.d.ts +0 -65
- package/esm/admin/hooks/queries/useAppPermissionDefaultGrantQuery.js +0 -47
- package/esm/admin/hooks/queries/useAppPermissionDefaultGrantsQuery.d.ts +0 -69
- package/esm/admin/hooks/queries/useAppPermissionDefaultGrantsQuery.js +0 -32
- package/esm/admin/hooks/queries/useAppPermissionDefaultPermissionQuery.d.ts +0 -65
- package/esm/admin/hooks/queries/useAppPermissionDefaultPermissionQuery.js +0 -47
- package/esm/admin/hooks/queries/useAppPermissionDefaultPermissionsQuery.d.ts +0 -69
- package/esm/admin/hooks/queries/useAppPermissionDefaultPermissionsQuery.js +0 -32
- package/esm/admin/hooks/queries/useAppPermissionDefaultQuery.d.ts +0 -65
- package/esm/admin/hooks/queries/useAppPermissionDefaultQuery.js +0 -47
- package/esm/admin/hooks/queries/useAppPermissionDefaultsQuery.d.ts +0 -69
- package/esm/admin/hooks/queries/useAppPermissionDefaultsQuery.js +0 -32
- package/esm/admin/hooks/queries/useAppPermissionQuery.d.ts +0 -65
- package/esm/admin/hooks/queries/useAppPermissionQuery.js +0 -47
- package/esm/admin/hooks/queries/useAppPermissionsGetByMaskQuery.d.ts +0 -54
- package/esm/admin/hooks/queries/useAppPermissionsGetByMaskQuery.js +0 -47
- package/esm/admin/hooks/queries/useAppPermissionsGetMaskByNamesQuery.d.ts +0 -53
- package/esm/admin/hooks/queries/useAppPermissionsGetMaskByNamesQuery.js +0 -47
- package/esm/admin/hooks/queries/useAppPermissionsGetMaskQuery.d.ts +0 -53
- package/esm/admin/hooks/queries/useAppPermissionsGetMaskQuery.js +0 -47
- package/esm/admin/hooks/queries/useAppPermissionsGetPaddedMaskQuery.d.ts +0 -53
- package/esm/admin/hooks/queries/useAppPermissionsGetPaddedMaskQuery.js +0 -47
- package/esm/admin/hooks/queries/useAppPermissionsQuery.d.ts +0 -69
- package/esm/admin/hooks/queries/useAppPermissionsQuery.js +0 -32
- package/esm/admin/hooks/queries/useOrgPermissionDefaultGrantQuery.d.ts +0 -65
- package/esm/admin/hooks/queries/useOrgPermissionDefaultGrantQuery.js +0 -47
- package/esm/admin/hooks/queries/useOrgPermissionDefaultGrantsQuery.d.ts +0 -69
- package/esm/admin/hooks/queries/useOrgPermissionDefaultGrantsQuery.js +0 -32
- package/esm/admin/hooks/queries/useOrgPermissionDefaultPermissionQuery.d.ts +0 -65
- package/esm/admin/hooks/queries/useOrgPermissionDefaultPermissionQuery.js +0 -47
- package/esm/admin/hooks/queries/useOrgPermissionDefaultPermissionsQuery.d.ts +0 -69
- package/esm/admin/hooks/queries/useOrgPermissionDefaultPermissionsQuery.js +0 -32
- package/esm/admin/hooks/queries/useOrgPermissionDefaultQuery.d.ts +0 -65
- package/esm/admin/hooks/queries/useOrgPermissionDefaultQuery.js +0 -47
- package/esm/admin/hooks/queries/useOrgPermissionDefaultsQuery.d.ts +0 -69
- package/esm/admin/hooks/queries/useOrgPermissionDefaultsQuery.js +0 -32
- package/esm/admin/hooks/queries/useOrgPermissionQuery.d.ts +0 -65
- package/esm/admin/hooks/queries/useOrgPermissionQuery.js +0 -47
- package/esm/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.d.ts +0 -54
- package/esm/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.js +0 -47
- package/esm/admin/hooks/queries/useOrgPermissionsGetMaskByNamesQuery.d.ts +0 -53
- package/esm/admin/hooks/queries/useOrgPermissionsGetMaskByNamesQuery.js +0 -47
- package/esm/admin/hooks/queries/useOrgPermissionsGetMaskQuery.d.ts +0 -53
- package/esm/admin/hooks/queries/useOrgPermissionsGetMaskQuery.js +0 -47
- package/esm/admin/hooks/queries/useOrgPermissionsGetPaddedMaskQuery.d.ts +0 -53
- package/esm/admin/hooks/queries/useOrgPermissionsGetPaddedMaskQuery.js +0 -47
- package/esm/admin/hooks/queries/useOrgPermissionsQuery.d.ts +0 -69
- package/esm/admin/hooks/queries/useOrgPermissionsQuery.js +0 -32
- package/esm/admin/orm/models/appPermission.d.ts +0 -54
- package/esm/admin/orm/models/appPermission.js +0 -100
- package/esm/admin/orm/models/appPermissionDefault.d.ts +0 -54
- package/esm/admin/orm/models/appPermissionDefault.js +0 -100
- package/esm/admin/orm/models/appPermissionDefaultGrant.d.ts +0 -54
- package/esm/admin/orm/models/appPermissionDefaultGrant.js +0 -100
- package/esm/admin/orm/models/appPermissionDefaultPermission.d.ts +0 -54
- package/esm/admin/orm/models/appPermissionDefaultPermission.js +0 -100
- package/esm/admin/orm/models/orgPermission.d.ts +0 -54
- package/esm/admin/orm/models/orgPermission.js +0 -100
- package/esm/admin/orm/models/orgPermissionDefault.d.ts +0 -54
- package/esm/admin/orm/models/orgPermissionDefault.js +0 -100
- package/esm/admin/orm/models/orgPermissionDefaultGrant.d.ts +0 -54
- package/esm/admin/orm/models/orgPermissionDefaultGrant.js +0 -100
- package/esm/admin/orm/models/orgPermissionDefaultPermission.d.ts +0 -54
- package/esm/admin/orm/models/orgPermissionDefaultPermission.js +0 -100
- package/esm/api/hooks/mutations/useAcceptDatabaseTransferMutation.d.ts +0 -20
- package/esm/api/hooks/mutations/useAcceptDatabaseTransferMutation.js +0 -23
- package/esm/api/hooks/mutations/useCancelDatabaseTransferMutation.d.ts +0 -20
- package/esm/api/hooks/mutations/useCancelDatabaseTransferMutation.js +0 -23
- package/esm/api/hooks/mutations/useCreateApisMutation.d.ts +0 -34
- package/esm/api/hooks/mutations/useCreateApisMutation.js +0 -31
- package/esm/api/hooks/mutations/useCreateAstMigrationMutation.d.ts +0 -34
- package/esm/api/hooks/mutations/useCreateAstMigrationMutation.js +0 -31
- package/esm/api/hooks/mutations/useCreatePlatformApisMutation.d.ts +0 -34
- package/esm/api/hooks/mutations/useCreatePlatformApisMutation.js +0 -31
- package/esm/api/hooks/mutations/useCreateSqlActionMutation.d.ts +0 -34
- package/esm/api/hooks/mutations/useCreateSqlActionMutation.js +0 -31
- package/esm/api/hooks/mutations/useDeleteApisMutation.d.ts +0 -38
- package/esm/api/hooks/mutations/useDeleteApisMutation.js +0 -36
- package/esm/api/hooks/mutations/useDeletePlatformApisMutation.d.ts +0 -38
- package/esm/api/hooks/mutations/useDeletePlatformApisMutation.js +0 -36
- package/esm/api/hooks/mutations/useRejectDatabaseTransferMutation.d.ts +0 -20
- package/esm/api/hooks/mutations/useRejectDatabaseTransferMutation.js +0 -23
- package/esm/api/hooks/mutations/useUpdateApisMutation.d.ts +0 -40
- package/esm/api/hooks/mutations/useUpdateApisMutation.js +0 -37
- package/esm/api/hooks/mutations/useUpdatePlatformApisMutation.d.ts +0 -40
- package/esm/api/hooks/mutations/useUpdatePlatformApisMutation.js +0 -37
- package/esm/api/hooks/queries/useApisesQuery.d.ts +0 -69
- package/esm/api/hooks/queries/useApisesQuery.js +0 -32
- package/esm/api/hooks/queries/useAstMigrationQuery.d.ts +0 -65
- package/esm/api/hooks/queries/useAstMigrationQuery.js +0 -47
- package/esm/api/hooks/queries/useAstMigrationsQuery.d.ts +0 -69
- package/esm/api/hooks/queries/useAstMigrationsQuery.js +0 -32
- package/esm/api/hooks/queries/usePlatformApisesQuery.d.ts +0 -69
- package/esm/api/hooks/queries/usePlatformApisesQuery.js +0 -32
- package/esm/api/hooks/queries/useSqlActionQuery.d.ts +0 -65
- package/esm/api/hooks/queries/useSqlActionQuery.js +0 -47
- package/esm/api/hooks/queries/useSqlActionsQuery.d.ts +0 -69
- package/esm/api/hooks/queries/useSqlActionsQuery.js +0 -32
- package/esm/api/orm/models/apis.d.ts +0 -54
- package/esm/api/orm/models/apis.js +0 -100
- package/esm/api/orm/models/astMigration.d.ts +0 -36
- package/esm/api/orm/models/astMigration.js +0 -76
- package/esm/api/orm/models/platformApis.d.ts +0 -54
- package/esm/api/orm/models/platformApis.js +0 -100
- package/esm/api/orm/models/sqlAction.d.ts +0 -36
- package/esm/api/orm/models/sqlAction.js +0 -76
- package/esm/modules/hooks/mutations/useCreatePermissionsModuleMutation.d.ts +0 -34
- package/esm/modules/hooks/mutations/useCreatePermissionsModuleMutation.js +0 -31
- package/esm/modules/hooks/mutations/useDeletePermissionsModuleMutation.d.ts +0 -38
- package/esm/modules/hooks/mutations/useDeletePermissionsModuleMutation.js +0 -36
- package/esm/modules/hooks/mutations/useProvisionCheckConstraintMutation.d.ts +0 -20
- package/esm/modules/hooks/mutations/useProvisionCheckConstraintMutation.js +0 -23
- package/esm/modules/hooks/mutations/useProvisionFullTextSearchMutation.d.ts +0 -20
- package/esm/modules/hooks/mutations/useProvisionFullTextSearchMutation.js +0 -23
- package/esm/modules/hooks/mutations/useProvisionIndexMutation.d.ts +0 -20
- package/esm/modules/hooks/mutations/useProvisionIndexMutation.js +0 -23
- package/esm/modules/hooks/mutations/useProvisionRelationMutation.d.ts +0 -20
- package/esm/modules/hooks/mutations/useProvisionRelationMutation.js +0 -23
- package/esm/modules/hooks/mutations/useProvisionSpatialRelationMutation.d.ts +0 -20
- package/esm/modules/hooks/mutations/useProvisionSpatialRelationMutation.js +0 -23
- package/esm/modules/hooks/mutations/useProvisionTableMutation.d.ts +0 -20
- package/esm/modules/hooks/mutations/useProvisionTableMutation.js +0 -23
- package/esm/modules/hooks/mutations/useProvisionUniqueConstraintMutation.d.ts +0 -20
- package/esm/modules/hooks/mutations/useProvisionUniqueConstraintMutation.js +0 -23
- package/esm/modules/hooks/mutations/useUpdatePermissionsModuleMutation.d.ts +0 -40
- package/esm/modules/hooks/mutations/useUpdatePermissionsModuleMutation.js +0 -37
- package/esm/modules/hooks/queries/usePermissionsModuleQuery.d.ts +0 -65
- package/esm/modules/hooks/queries/usePermissionsModuleQuery.js +0 -47
- package/esm/modules/hooks/queries/usePermissionsModulesQuery.d.ts +0 -69
- package/esm/modules/hooks/queries/usePermissionsModulesQuery.js +0 -32
- package/esm/modules/hooks/queries/useResolveBlueprintFieldQuery.d.ts +0 -53
- package/esm/modules/hooks/queries/useResolveBlueprintFieldQuery.js +0 -47
- package/esm/modules/hooks/queries/useResolveBlueprintTableQuery.d.ts +0 -53
- package/esm/modules/hooks/queries/useResolveBlueprintTableQuery.js +0 -47
- package/esm/modules/orm/models/permissionsModule.d.ts +0 -54
- package/esm/modules/orm/models/permissionsModule.js +0 -100
- package/esm/modules/orm/query/index.d.ts +0 -39
- package/esm/modules/orm/query/index.js +0 -54
- package/modules/hooks/mutations/useCreatePermissionsModuleMutation.d.ts +0 -34
- package/modules/hooks/mutations/useCreatePermissionsModuleMutation.js +0 -34
- package/modules/hooks/mutations/useDeletePermissionsModuleMutation.d.ts +0 -38
- package/modules/hooks/mutations/useDeletePermissionsModuleMutation.js +0 -39
- package/modules/hooks/mutations/useProvisionCheckConstraintMutation.d.ts +0 -20
- package/modules/hooks/mutations/useProvisionCheckConstraintMutation.js +0 -26
- package/modules/hooks/mutations/useProvisionFullTextSearchMutation.d.ts +0 -20
- package/modules/hooks/mutations/useProvisionFullTextSearchMutation.js +0 -26
- package/modules/hooks/mutations/useProvisionIndexMutation.d.ts +0 -20
- package/modules/hooks/mutations/useProvisionIndexMutation.js +0 -26
- package/modules/hooks/mutations/useProvisionRelationMutation.d.ts +0 -20
- package/modules/hooks/mutations/useProvisionRelationMutation.js +0 -26
- package/modules/hooks/mutations/useProvisionSpatialRelationMutation.d.ts +0 -20
- package/modules/hooks/mutations/useProvisionSpatialRelationMutation.js +0 -26
- package/modules/hooks/mutations/useProvisionTableMutation.d.ts +0 -20
- package/modules/hooks/mutations/useProvisionTableMutation.js +0 -26
- package/modules/hooks/mutations/useProvisionUniqueConstraintMutation.d.ts +0 -20
- package/modules/hooks/mutations/useProvisionUniqueConstraintMutation.js +0 -26
- package/modules/hooks/mutations/useUpdatePermissionsModuleMutation.d.ts +0 -40
- package/modules/hooks/mutations/useUpdatePermissionsModuleMutation.js +0 -40
- package/modules/hooks/queries/usePermissionsModuleQuery.d.ts +0 -65
- package/modules/hooks/queries/usePermissionsModuleQuery.js +0 -53
- package/modules/hooks/queries/usePermissionsModulesQuery.d.ts +0 -69
- package/modules/hooks/queries/usePermissionsModulesQuery.js +0 -38
- package/modules/hooks/queries/useResolveBlueprintFieldQuery.d.ts +0 -53
- package/modules/hooks/queries/useResolveBlueprintFieldQuery.js +0 -53
- package/modules/hooks/queries/useResolveBlueprintTableQuery.d.ts +0 -53
- package/modules/hooks/queries/useResolveBlueprintTableQuery.js +0 -53
- package/modules/orm/models/permissionsModule.d.ts +0 -54
- package/modules/orm/models/permissionsModule.js +0 -104
- package/modules/orm/query/index.d.ts +0 -39
- package/modules/orm/query/index.js +0 -57
|
@@ -230,8 +230,28 @@ export interface UUIDListFilter {
|
|
|
230
230
|
anyGreaterThanOrEqualTo?: string;
|
|
231
231
|
}
|
|
232
232
|
export type ApiExposureLevel = 'EXPOSABLE' | 'INTERNAL_ONLY' | 'NEVER_EXPOSE';
|
|
233
|
-
export type ObjectCategory = 'APP' | 'AUTH' | '
|
|
233
|
+
export type ObjectCategory = 'APP' | 'AUTH' | 'CAPABILITIES' | 'CORE' | 'MEMBERSHIPS' | 'MODULE';
|
|
234
234
|
export type ConstructiveInternalTypeImage = unknown;
|
|
235
|
+
/** API surfaces exposed by this scope; publication makes a surface bindable from other scopes */
|
|
236
|
+
export interface Api {
|
|
237
|
+
/** Anonymous role the API executes as */
|
|
238
|
+
anonRole?: string | null;
|
|
239
|
+
/** Module-specific configuration for this API surface */
|
|
240
|
+
config?: Record<string, unknown> | null;
|
|
241
|
+
createdAt?: string | null;
|
|
242
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
243
|
+
databaseId?: string | null;
|
|
244
|
+
/** Database this API surface serves */
|
|
245
|
+
dbname?: string | null;
|
|
246
|
+
id: string;
|
|
247
|
+
/** Whether other scopes may see and route to this API surface */
|
|
248
|
+
isPublished?: boolean | null;
|
|
249
|
+
/** Owner-local API surface name */
|
|
250
|
+
name?: string | null;
|
|
251
|
+
/** Authenticated role the API executes as */
|
|
252
|
+
roleName?: string | null;
|
|
253
|
+
updatedAt?: string | null;
|
|
254
|
+
}
|
|
235
255
|
/** Join table linking API surfaces to the metaschema schemas they expose */
|
|
236
256
|
export interface ApiSchema {
|
|
237
257
|
/** API surface that exposes this schema */
|
|
@@ -282,40 +302,47 @@ export interface ApiSetting {
|
|
|
282
302
|
statementTimeoutMs?: string | null;
|
|
283
303
|
updatedAt?: string | null;
|
|
284
304
|
}
|
|
285
|
-
/**
|
|
286
|
-
export interface
|
|
287
|
-
/**
|
|
288
|
-
|
|
289
|
-
/**
|
|
305
|
+
/** App component rows binding an app to typed catalog rows (exactly one typed component reference per row) */
|
|
306
|
+
export interface AppComponent {
|
|
307
|
+
/** App this component belongs to */
|
|
308
|
+
appId?: string | null;
|
|
309
|
+
/** Typed catalog api row of the component surface; must be owner-matched or visible cross-scope */
|
|
310
|
+
componentApiId?: string | null;
|
|
311
|
+
/** Typed catalog domain row of the component surface; must be owner-matched or visible cross-scope */
|
|
312
|
+
componentDomainId?: string | null;
|
|
313
|
+
/** Typed catalog resource installation row of the component release; must be owner-matched or visible cross-scope */
|
|
314
|
+
componentInstallationId?: string | null;
|
|
315
|
+
/** Typed catalog site row of the component surface; must be owner-matched or visible cross-scope */
|
|
316
|
+
componentSiteId?: string | null;
|
|
317
|
+
/** Which kind of catalog row this component binds (api, site, domain, installation) */
|
|
318
|
+
componentType?: string | null;
|
|
319
|
+
/** Component-specific configuration inside this app */
|
|
290
320
|
config?: Record<string, unknown> | null;
|
|
291
321
|
createdAt?: string | null;
|
|
292
322
|
/** Database that owns this resource (database-scoped isolation) */
|
|
293
323
|
databaseId?: string | null;
|
|
294
|
-
/** Database this API surface serves */
|
|
295
|
-
dbname?: string | null;
|
|
296
324
|
id: string;
|
|
297
|
-
/** Whether other scopes may see and route to this API surface */
|
|
298
|
-
isPublished?: boolean | null;
|
|
299
|
-
/** Owner-local API surface name */
|
|
300
|
-
name?: string | null;
|
|
301
|
-
/** Authenticated role the API executes as */
|
|
302
|
-
roleName?: string | null;
|
|
303
325
|
updatedAt?: string | null;
|
|
304
326
|
}
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
327
|
+
/** App aggregates: thin identity rows whose components are global catalog references */
|
|
328
|
+
export interface App {
|
|
329
|
+
/** Module-specific configuration for this app */
|
|
330
|
+
config?: Record<string, unknown> | null;
|
|
309
331
|
createdAt?: string | null;
|
|
332
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
310
333
|
databaseId?: string | null;
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
id:
|
|
334
|
+
/** Human-readable app description */
|
|
335
|
+
description?: string | null;
|
|
336
|
+
id: string;
|
|
337
|
+
/** Whether other scopes may see and reference this app */
|
|
338
|
+
isPublished?: boolean | null;
|
|
339
|
+
/** Owner-local app name */
|
|
314
340
|
name?: string | null;
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
341
|
+
/** App lifecycle status: active, suspended, archived */
|
|
342
|
+
status?: string | null;
|
|
343
|
+
/** Human-readable app title */
|
|
344
|
+
title?: string | null;
|
|
345
|
+
updatedAt?: string | null;
|
|
319
346
|
}
|
|
320
347
|
export interface CheckConstraint {
|
|
321
348
|
category?: ObjectCategory | null;
|
|
@@ -542,6 +569,76 @@ export interface DomainVerification {
|
|
|
542
569
|
/** When this challenge succeeded */
|
|
543
570
|
verifiedAt?: string | null;
|
|
544
571
|
}
|
|
572
|
+
/** Outbound sender identity: the from/reply-to/support addresses a tenant sends as, and the provider account the mail leaves through */
|
|
573
|
+
export interface EmailIdentity {
|
|
574
|
+
createdAt?: string | null;
|
|
575
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
576
|
+
databaseId?: string | null;
|
|
577
|
+
/** Envelope/header From address, lower-case. Must be accepted by the sending account at the provider. */
|
|
578
|
+
fromAddress?: string | null;
|
|
579
|
+
/** Display name shown beside the from address */
|
|
580
|
+
fromName?: string | null;
|
|
581
|
+
id: string;
|
|
582
|
+
/** Whether this identity may be resolved for a send */
|
|
583
|
+
isActive?: boolean | null;
|
|
584
|
+
/** The scope default identity, used when no site binding resolves. At most one per scope key. */
|
|
585
|
+
isDefault?: boolean | null;
|
|
586
|
+
/** Operator-facing name for this identity (e.g. transactional, support) */
|
|
587
|
+
name?: string | null;
|
|
588
|
+
/** Same-scope provider account this identity sends through. Required for transport_mode = own, NULL for platform_shared. */
|
|
589
|
+
providerAccountId?: string | null;
|
|
590
|
+
/** Reply-To address when replies should not go to the from address */
|
|
591
|
+
replyToAddress?: string | null;
|
|
592
|
+
/** Support address rendered in message bodies and footers */
|
|
593
|
+
supportAddress?: string | null;
|
|
594
|
+
/** 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 */
|
|
595
|
+
transportMode?: string | null;
|
|
596
|
+
updatedAt?: string | null;
|
|
597
|
+
}
|
|
598
|
+
/** A tenant's configured account at an email provider: provider slug, endpoint coordinates, and the NAME of the secret holding its credentials (never the credential itself) */
|
|
599
|
+
export interface EmailProviderAccount {
|
|
600
|
+
/** Provider API base URL when it is not the provider default (e.g. Mailgun EU) */
|
|
601
|
+
apiBaseUrl?: string | null;
|
|
602
|
+
createdAt?: string | null;
|
|
603
|
+
/** 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. */
|
|
604
|
+
credentialsSecretName?: string | null;
|
|
605
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
606
|
+
databaseId?: string | null;
|
|
607
|
+
id: string;
|
|
608
|
+
/** Whether identities may send through this account. Disabling one row stops every identity that references it. */
|
|
609
|
+
isActive?: boolean | null;
|
|
610
|
+
/** Operator-facing name for this account (e.g. transactional, marketing) */
|
|
611
|
+
name?: string | null;
|
|
612
|
+
/** integration_providers.slug of the provider this account is at (mailgun, ses, postmark, smtp), matched by string not by FK */
|
|
613
|
+
provider?: string | null;
|
|
614
|
+
/** Account identifier at the provider — the Mailgun sending domain, the SES verified identity, the Postmark server name */
|
|
615
|
+
providerAccountName?: string | null;
|
|
616
|
+
/** Provider region for region-addressed providers (e.g. SES us-east-1) */
|
|
617
|
+
region?: string | null;
|
|
618
|
+
/** SMTP host (provider = smtp, or a provider addressed over SMTP) */
|
|
619
|
+
smtpHost?: string | null;
|
|
620
|
+
/** SMTP port */
|
|
621
|
+
smtpPort?: number | null;
|
|
622
|
+
/** Whether the SMTP connection uses implicit TLS */
|
|
623
|
+
smtpSecure?: boolean | null;
|
|
624
|
+
/** SMTP username; the password is a secret, addressed by credentials_secret_name */
|
|
625
|
+
smtpUser?: string | null;
|
|
626
|
+
updatedAt?: string | null;
|
|
627
|
+
/** Name of the secret used to verify this provider's delivery/bounce webhooks. Name only; the value stays in the secret store. */
|
|
628
|
+
webhookSigningSecretName?: string | null;
|
|
629
|
+
}
|
|
630
|
+
/** Binds a site to the identity it sends as. Unique on site_id: one identity per site, but many sites may share an identity. */
|
|
631
|
+
export interface EmailSiteIdentity {
|
|
632
|
+
createdAt?: string | null;
|
|
633
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
634
|
+
databaseId?: string | null;
|
|
635
|
+
/** Identity this site sends as */
|
|
636
|
+
emailIdentityId?: string | null;
|
|
637
|
+
id: string;
|
|
638
|
+
/** Site whose mail is sent as the bound identity */
|
|
639
|
+
siteId?: string | null;
|
|
640
|
+
updatedAt?: string | null;
|
|
641
|
+
}
|
|
545
642
|
export interface EmbeddingChunk {
|
|
546
643
|
chunkOverlap?: number | null;
|
|
547
644
|
chunkSize?: number | null;
|
|
@@ -817,6 +914,24 @@ export interface Partition {
|
|
|
817
914
|
tableId?: string | null;
|
|
818
915
|
updatedAt?: string | null;
|
|
819
916
|
}
|
|
917
|
+
/** API surfaces exposed by this scope; publication makes a surface bindable from other scopes */
|
|
918
|
+
export interface PlatformApi {
|
|
919
|
+
/** Anonymous role the API executes as */
|
|
920
|
+
anonRole?: string | null;
|
|
921
|
+
/** Module-specific configuration for this API surface */
|
|
922
|
+
config?: Record<string, unknown> | null;
|
|
923
|
+
createdAt?: string | null;
|
|
924
|
+
/** Database this API surface serves */
|
|
925
|
+
dbname?: string | null;
|
|
926
|
+
id: string;
|
|
927
|
+
/** Whether other scopes may see and route to this API surface */
|
|
928
|
+
isPublished?: boolean | null;
|
|
929
|
+
/** Owner-local API surface name */
|
|
930
|
+
name?: string | null;
|
|
931
|
+
/** Authenticated role the API executes as */
|
|
932
|
+
roleName?: string | null;
|
|
933
|
+
updatedAt?: string | null;
|
|
934
|
+
}
|
|
820
935
|
/** Join table linking API surfaces to the metaschema schemas they expose */
|
|
821
936
|
export interface PlatformApiSchema {
|
|
822
937
|
/** API surface that exposes this schema */
|
|
@@ -863,24 +978,6 @@ export interface PlatformApiSetting {
|
|
|
863
978
|
statementTimeoutMs?: string | null;
|
|
864
979
|
updatedAt?: string | null;
|
|
865
980
|
}
|
|
866
|
-
/** API surfaces exposed by this scope; publication makes a surface bindable from other scopes */
|
|
867
|
-
export interface PlatformApis {
|
|
868
|
-
/** Anonymous role the API executes as */
|
|
869
|
-
anonRole?: string | null;
|
|
870
|
-
/** Module-specific configuration for this API surface */
|
|
871
|
-
config?: Record<string, unknown> | null;
|
|
872
|
-
createdAt?: string | null;
|
|
873
|
-
/** Database this API surface serves */
|
|
874
|
-
dbname?: string | null;
|
|
875
|
-
id: string;
|
|
876
|
-
/** Whether other scopes may see and route to this API surface */
|
|
877
|
-
isPublished?: boolean | null;
|
|
878
|
-
/** Owner-local API surface name */
|
|
879
|
-
name?: string | null;
|
|
880
|
-
/** Authenticated role the API executes as */
|
|
881
|
-
roleName?: string | null;
|
|
882
|
-
updatedAt?: string | null;
|
|
883
|
-
}
|
|
884
981
|
/** Scope-wide and per-API CORS origin configuration; NULL api_id means scope-wide default */
|
|
885
982
|
export interface PlatformCorsSetting {
|
|
886
983
|
/** Array of allowed CORS origins (e.g. https://example.com) */
|
|
@@ -969,6 +1066,70 @@ export interface PlatformDomainVerification {
|
|
|
969
1066
|
/** When this challenge succeeded */
|
|
970
1067
|
verifiedAt?: string | null;
|
|
971
1068
|
}
|
|
1069
|
+
/** Outbound sender identity: the from/reply-to/support addresses a tenant sends as, and the provider account the mail leaves through */
|
|
1070
|
+
export interface PlatformEmailIdentity {
|
|
1071
|
+
createdAt?: string | null;
|
|
1072
|
+
/** Envelope/header From address, lower-case. Must be accepted by the sending account at the provider. */
|
|
1073
|
+
fromAddress?: string | null;
|
|
1074
|
+
/** Display name shown beside the from address */
|
|
1075
|
+
fromName?: string | null;
|
|
1076
|
+
id: string;
|
|
1077
|
+
/** Whether this identity may be resolved for a send */
|
|
1078
|
+
isActive?: boolean | null;
|
|
1079
|
+
/** The scope default identity, used when no site binding resolves. At most one per scope key. */
|
|
1080
|
+
isDefault?: boolean | null;
|
|
1081
|
+
/** Operator-facing name for this identity (e.g. transactional, support) */
|
|
1082
|
+
name?: string | null;
|
|
1083
|
+
/** Same-scope provider account this identity sends through. Required for transport_mode = own, NULL for platform_shared. */
|
|
1084
|
+
providerAccountId?: string | null;
|
|
1085
|
+
/** Reply-To address when replies should not go to the from address */
|
|
1086
|
+
replyToAddress?: string | null;
|
|
1087
|
+
/** Support address rendered in message bodies and footers */
|
|
1088
|
+
supportAddress?: string | null;
|
|
1089
|
+
/** 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 */
|
|
1090
|
+
transportMode?: string | null;
|
|
1091
|
+
updatedAt?: string | null;
|
|
1092
|
+
}
|
|
1093
|
+
/** A tenant's configured account at an email provider: provider slug, endpoint coordinates, and the NAME of the secret holding its credentials (never the credential itself) */
|
|
1094
|
+
export interface PlatformEmailProviderAccount {
|
|
1095
|
+
/** Provider API base URL when it is not the provider default (e.g. Mailgun EU) */
|
|
1096
|
+
apiBaseUrl?: string | null;
|
|
1097
|
+
createdAt?: string | null;
|
|
1098
|
+
/** 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. */
|
|
1099
|
+
credentialsSecretName?: string | null;
|
|
1100
|
+
id: string;
|
|
1101
|
+
/** Whether identities may send through this account. Disabling one row stops every identity that references it. */
|
|
1102
|
+
isActive?: boolean | null;
|
|
1103
|
+
/** Operator-facing name for this account (e.g. transactional, marketing) */
|
|
1104
|
+
name?: string | null;
|
|
1105
|
+
/** integration_providers.slug of the provider this account is at (mailgun, ses, postmark, smtp), matched by string not by FK */
|
|
1106
|
+
provider?: string | null;
|
|
1107
|
+
/** Account identifier at the provider — the Mailgun sending domain, the SES verified identity, the Postmark server name */
|
|
1108
|
+
providerAccountName?: string | null;
|
|
1109
|
+
/** Provider region for region-addressed providers (e.g. SES us-east-1) */
|
|
1110
|
+
region?: string | null;
|
|
1111
|
+
/** SMTP host (provider = smtp, or a provider addressed over SMTP) */
|
|
1112
|
+
smtpHost?: string | null;
|
|
1113
|
+
/** SMTP port */
|
|
1114
|
+
smtpPort?: number | null;
|
|
1115
|
+
/** Whether the SMTP connection uses implicit TLS */
|
|
1116
|
+
smtpSecure?: boolean | null;
|
|
1117
|
+
/** SMTP username; the password is a secret, addressed by credentials_secret_name */
|
|
1118
|
+
smtpUser?: string | null;
|
|
1119
|
+
updatedAt?: string | null;
|
|
1120
|
+
/** Name of the secret used to verify this provider's delivery/bounce webhooks. Name only; the value stays in the secret store. */
|
|
1121
|
+
webhookSigningSecretName?: string | null;
|
|
1122
|
+
}
|
|
1123
|
+
/** Binds a site to the identity it sends as. Unique on site_id: one identity per site, but many sites may share an identity. */
|
|
1124
|
+
export interface PlatformEmailSiteIdentity {
|
|
1125
|
+
createdAt?: string | null;
|
|
1126
|
+
/** Identity this site sends as */
|
|
1127
|
+
emailIdentityId?: string | null;
|
|
1128
|
+
id: string;
|
|
1129
|
+
/** Site whose mail is sent as the bound identity */
|
|
1130
|
+
siteId?: string | null;
|
|
1131
|
+
updatedAt?: string | null;
|
|
1132
|
+
}
|
|
972
1133
|
/** Platform-operated hostnames whose DNS and certificate lifecycle the platform drives */
|
|
973
1134
|
export interface PlatformManagedDomain {
|
|
974
1135
|
/** Whether tenants may claim subdomains under this managed hostname */
|
|
@@ -1513,21 +1674,6 @@ export interface SpatialRelation {
|
|
|
1513
1674
|
tags?: string[] | null;
|
|
1514
1675
|
updatedAt?: string | null;
|
|
1515
1676
|
}
|
|
1516
|
-
export interface SqlAction {
|
|
1517
|
-
actionId?: string | null;
|
|
1518
|
-
actionName?: string | null;
|
|
1519
|
-
actorId?: string | null;
|
|
1520
|
-
content?: string | null;
|
|
1521
|
-
createdAt?: string | null;
|
|
1522
|
-
databaseId?: string | null;
|
|
1523
|
-
deploy?: string | null;
|
|
1524
|
-
deps?: string[] | null;
|
|
1525
|
-
id: number;
|
|
1526
|
-
name?: string | null;
|
|
1527
|
-
payload?: Record<string, unknown> | null;
|
|
1528
|
-
revert?: string | null;
|
|
1529
|
-
verify?: string | null;
|
|
1530
|
-
}
|
|
1531
1677
|
export interface TableBehavior {
|
|
1532
1678
|
createdAt?: string | null;
|
|
1533
1679
|
databaseId?: string | null;
|
|
@@ -1730,19 +1876,23 @@ export interface PageInfo {
|
|
|
1730
1876
|
startCursor?: string | null;
|
|
1731
1877
|
endCursor?: string | null;
|
|
1732
1878
|
}
|
|
1879
|
+
export interface ApiRelations {
|
|
1880
|
+
apiSetting?: ApiSetting | null;
|
|
1881
|
+
apiSchemas?: ConnectionResult<ApiSchema>;
|
|
1882
|
+
corsSettings?: ConnectionResult<CorsSetting>;
|
|
1883
|
+
}
|
|
1733
1884
|
export interface ApiSchemaRelations {
|
|
1734
|
-
api?:
|
|
1885
|
+
api?: Api | null;
|
|
1735
1886
|
schema?: Schema | null;
|
|
1736
1887
|
}
|
|
1737
1888
|
export interface ApiSettingRelations {
|
|
1738
|
-
api?:
|
|
1889
|
+
api?: Api | null;
|
|
1739
1890
|
}
|
|
1740
|
-
export interface
|
|
1741
|
-
|
|
1742
|
-
apiSchemasByApiId?: ConnectionResult<ApiSchema>;
|
|
1743
|
-
corsSettingsByApiId?: ConnectionResult<CorsSetting>;
|
|
1891
|
+
export interface AppComponentRelations {
|
|
1892
|
+
app?: App | null;
|
|
1744
1893
|
}
|
|
1745
|
-
export interface
|
|
1894
|
+
export interface AppRelations {
|
|
1895
|
+
appComponents?: ConnectionResult<AppComponent>;
|
|
1746
1896
|
}
|
|
1747
1897
|
export interface CheckConstraintRelations {
|
|
1748
1898
|
database?: Database | null;
|
|
@@ -1753,7 +1903,7 @@ export interface CompositeTypeRelations {
|
|
|
1753
1903
|
schema?: Schema | null;
|
|
1754
1904
|
}
|
|
1755
1905
|
export interface CorsSettingRelations {
|
|
1756
|
-
api?:
|
|
1906
|
+
api?: Api | null;
|
|
1757
1907
|
}
|
|
1758
1908
|
export interface DatabaseRelations {
|
|
1759
1909
|
checkConstraints?: ConnectionResult<CheckConstraint>;
|
|
@@ -1824,6 +1974,17 @@ export interface DomainVerificationRelations {
|
|
|
1824
1974
|
domain?: Domain | null;
|
|
1825
1975
|
managedDomain?: ManagedDomain | null;
|
|
1826
1976
|
}
|
|
1977
|
+
export interface EmailIdentityRelations {
|
|
1978
|
+
providerAccount?: EmailProviderAccount | null;
|
|
1979
|
+
emailSiteIdentities?: ConnectionResult<EmailSiteIdentity>;
|
|
1980
|
+
}
|
|
1981
|
+
export interface EmailProviderAccountRelations {
|
|
1982
|
+
emailIdentitiesByProviderAccountId?: ConnectionResult<EmailIdentity>;
|
|
1983
|
+
}
|
|
1984
|
+
export interface EmailSiteIdentityRelations {
|
|
1985
|
+
emailIdentity?: EmailIdentity | null;
|
|
1986
|
+
site?: Site | null;
|
|
1987
|
+
}
|
|
1827
1988
|
export interface EmbeddingChunkRelations {
|
|
1828
1989
|
chunksTable?: Table | null;
|
|
1829
1990
|
database?: Database | null;
|
|
@@ -1894,20 +2055,20 @@ export interface PartitionRelations {
|
|
|
1894
2055
|
partitionKey?: Field | null;
|
|
1895
2056
|
table?: Table | null;
|
|
1896
2057
|
}
|
|
2058
|
+
export interface PlatformApiRelations {
|
|
2059
|
+
platformApiSettingByApiId?: PlatformApiSetting | null;
|
|
2060
|
+
platformCorsSettingByApiId?: PlatformCorsSetting | null;
|
|
2061
|
+
platformApiSchemasByApiId?: ConnectionResult<PlatformApiSchema>;
|
|
2062
|
+
}
|
|
1897
2063
|
export interface PlatformApiSchemaRelations {
|
|
1898
|
-
api?:
|
|
2064
|
+
api?: PlatformApi | null;
|
|
1899
2065
|
schema?: Schema | null;
|
|
1900
2066
|
}
|
|
1901
2067
|
export interface PlatformApiSettingRelations {
|
|
1902
|
-
api?:
|
|
1903
|
-
}
|
|
1904
|
-
export interface PlatformApisRelations {
|
|
1905
|
-
platformApiSettingByApiId?: PlatformApiSetting | null;
|
|
1906
|
-
platformCorsSettingByApiId?: PlatformCorsSetting | null;
|
|
1907
|
-
platformApiSchemasByApiId?: ConnectionResult<PlatformApiSchema>;
|
|
2068
|
+
api?: PlatformApi | null;
|
|
1908
2069
|
}
|
|
1909
2070
|
export interface PlatformCorsSettingRelations {
|
|
1910
|
-
api?:
|
|
2071
|
+
api?: PlatformApi | null;
|
|
1911
2072
|
}
|
|
1912
2073
|
export interface PlatformDomainRelations {
|
|
1913
2074
|
platformDomainEventsByDomainId?: ConnectionResult<PlatformDomainEvent>;
|
|
@@ -1922,6 +2083,17 @@ export interface PlatformDomainVerificationRelations {
|
|
|
1922
2083
|
domain?: PlatformDomain | null;
|
|
1923
2084
|
managedDomain?: PlatformManagedDomain | null;
|
|
1924
2085
|
}
|
|
2086
|
+
export interface PlatformEmailIdentityRelations {
|
|
2087
|
+
providerAccount?: PlatformEmailProviderAccount | null;
|
|
2088
|
+
platformEmailSiteIdentitiesByEmailIdentityId?: ConnectionResult<PlatformEmailSiteIdentity>;
|
|
2089
|
+
}
|
|
2090
|
+
export interface PlatformEmailProviderAccountRelations {
|
|
2091
|
+
platformEmailIdentitiesByProviderAccountId?: ConnectionResult<PlatformEmailIdentity>;
|
|
2092
|
+
}
|
|
2093
|
+
export interface PlatformEmailSiteIdentityRelations {
|
|
2094
|
+
emailIdentity?: PlatformEmailIdentity | null;
|
|
2095
|
+
site?: PlatformSite | null;
|
|
2096
|
+
}
|
|
1925
2097
|
export interface PlatformManagedDomainRelations {
|
|
1926
2098
|
platformDomainEventsByManagedDomainId?: ConnectionResult<PlatformDomainEvent>;
|
|
1927
2099
|
platformDomainVerificationsByManagedDomainId?: ConnectionResult<PlatformDomainVerification>;
|
|
@@ -1933,6 +2105,7 @@ export interface PlatformSiteAppLinkRelations {
|
|
|
1933
2105
|
site?: PlatformSite | null;
|
|
1934
2106
|
}
|
|
1935
2107
|
export interface PlatformSiteRelations {
|
|
2108
|
+
platformEmailSiteIdentityBySiteId?: PlatformEmailSiteIdentity | null;
|
|
1936
2109
|
platformSiteMetadatumBySiteId?: PlatformSiteMetadatum | null;
|
|
1937
2110
|
platformSiteWebConfigBySiteId?: PlatformSiteWebConfig | null;
|
|
1938
2111
|
platformPagesBySiteId?: ConnectionResult<PlatformPage>;
|
|
@@ -2013,6 +2186,7 @@ export interface SiteAppLinkRelations {
|
|
|
2013
2186
|
site?: Site | null;
|
|
2014
2187
|
}
|
|
2015
2188
|
export interface SiteRelations {
|
|
2189
|
+
emailSiteIdentity?: EmailSiteIdentity | null;
|
|
2016
2190
|
siteMetadatum?: SiteMetadatum | null;
|
|
2017
2191
|
siteWebConfig?: SiteWebConfig | null;
|
|
2018
2192
|
pages?: ConnectionResult<Page>;
|
|
@@ -2047,8 +2221,6 @@ export interface SpatialRelationRelations {
|
|
|
2047
2221
|
refTable?: Table | null;
|
|
2048
2222
|
table?: Table | null;
|
|
2049
2223
|
}
|
|
2050
|
-
export interface SqlActionRelations {
|
|
2051
|
-
}
|
|
2052
2224
|
export interface TableBehaviorRelations {
|
|
2053
2225
|
database?: Database | null;
|
|
2054
2226
|
table?: Table | null;
|
|
@@ -2138,10 +2310,11 @@ export interface WebauthnSettingRelations {
|
|
|
2138
2310
|
sessionsTable?: Table | null;
|
|
2139
2311
|
userField?: Field | null;
|
|
2140
2312
|
}
|
|
2313
|
+
export type ApiWithRelations = Api & ApiRelations;
|
|
2141
2314
|
export type ApiSchemaWithRelations = ApiSchema & ApiSchemaRelations;
|
|
2142
2315
|
export type ApiSettingWithRelations = ApiSetting & ApiSettingRelations;
|
|
2143
|
-
export type
|
|
2144
|
-
export type
|
|
2316
|
+
export type AppComponentWithRelations = AppComponent & AppComponentRelations;
|
|
2317
|
+
export type AppWithRelations = App & AppRelations;
|
|
2145
2318
|
export type CheckConstraintWithRelations = CheckConstraint & CheckConstraintRelations;
|
|
2146
2319
|
export type CompositeTypeWithRelations = CompositeType & CompositeTypeRelations;
|
|
2147
2320
|
export type CorsSettingWithRelations = CorsSetting & CorsSettingRelations;
|
|
@@ -2154,6 +2327,9 @@ export type DomainWithRelations = Domain & DomainRelations;
|
|
|
2154
2327
|
export type DomainEventWithRelations = DomainEvent & DomainEventRelations;
|
|
2155
2328
|
export type DomainTypeWithRelations = DomainType & DomainTypeRelations;
|
|
2156
2329
|
export type DomainVerificationWithRelations = DomainVerification & DomainVerificationRelations;
|
|
2330
|
+
export type EmailIdentityWithRelations = EmailIdentity & EmailIdentityRelations;
|
|
2331
|
+
export type EmailProviderAccountWithRelations = EmailProviderAccount & EmailProviderAccountRelations;
|
|
2332
|
+
export type EmailSiteIdentityWithRelations = EmailSiteIdentity & EmailSiteIdentityRelations;
|
|
2157
2333
|
export type EmbeddingChunkWithRelations = EmbeddingChunk & EmbeddingChunkRelations;
|
|
2158
2334
|
export type EnumWithRelations = Enum & EnumRelations;
|
|
2159
2335
|
export type ExclusionConstraintWithRelations = ExclusionConstraint & ExclusionConstraintRelations;
|
|
@@ -2170,13 +2346,16 @@ export type ManagedDomainWithRelations = ManagedDomain & ManagedDomainRelations;
|
|
|
2170
2346
|
export type NodeTypeRegistryWithRelations = NodeTypeRegistry & NodeTypeRegistryRelations;
|
|
2171
2347
|
export type PageWithRelations = Page & PageRelations;
|
|
2172
2348
|
export type PartitionWithRelations = Partition & PartitionRelations;
|
|
2349
|
+
export type PlatformApiWithRelations = PlatformApi & PlatformApiRelations;
|
|
2173
2350
|
export type PlatformApiSchemaWithRelations = PlatformApiSchema & PlatformApiSchemaRelations;
|
|
2174
2351
|
export type PlatformApiSettingWithRelations = PlatformApiSetting & PlatformApiSettingRelations;
|
|
2175
|
-
export type PlatformApisWithRelations = PlatformApis & PlatformApisRelations;
|
|
2176
2352
|
export type PlatformCorsSettingWithRelations = PlatformCorsSetting & PlatformCorsSettingRelations;
|
|
2177
2353
|
export type PlatformDomainWithRelations = PlatformDomain & PlatformDomainRelations;
|
|
2178
2354
|
export type PlatformDomainEventWithRelations = PlatformDomainEvent & PlatformDomainEventRelations;
|
|
2179
2355
|
export type PlatformDomainVerificationWithRelations = PlatformDomainVerification & PlatformDomainVerificationRelations;
|
|
2356
|
+
export type PlatformEmailIdentityWithRelations = PlatformEmailIdentity & PlatformEmailIdentityRelations;
|
|
2357
|
+
export type PlatformEmailProviderAccountWithRelations = PlatformEmailProviderAccount & PlatformEmailProviderAccountRelations;
|
|
2358
|
+
export type PlatformEmailSiteIdentityWithRelations = PlatformEmailSiteIdentity & PlatformEmailSiteIdentityRelations;
|
|
2180
2359
|
export type PlatformManagedDomainWithRelations = PlatformManagedDomain & PlatformManagedDomainRelations;
|
|
2181
2360
|
export type PlatformPageWithRelations = PlatformPage & PlatformPageRelations;
|
|
2182
2361
|
export type PlatformSiteAppLinkWithRelations = PlatformSiteAppLink & PlatformSiteAppLinkRelations;
|
|
@@ -2204,7 +2383,6 @@ export type SiteModuleWithRelations = SiteModule & SiteModuleRelations;
|
|
|
2204
2383
|
export type SiteThemeWithRelations = SiteTheme & SiteThemeRelations;
|
|
2205
2384
|
export type SiteWebConfigWithRelations = SiteWebConfig & SiteWebConfigRelations;
|
|
2206
2385
|
export type SpatialRelationWithRelations = SpatialRelation & SpatialRelationRelations;
|
|
2207
|
-
export type SqlActionWithRelations = SqlAction & SqlActionRelations;
|
|
2208
2386
|
export type TableBehaviorWithRelations = TableBehavior & TableBehaviorRelations;
|
|
2209
2387
|
export type TableWithRelations = Table & TableRelations;
|
|
2210
2388
|
export type TableGrantWithRelations = TableGrant & TableGrantRelations;
|
|
@@ -2218,6 +2396,33 @@ export type ViewGrantWithRelations = ViewGrant & ViewGrantRelations;
|
|
|
2218
2396
|
export type ViewRuleWithRelations = ViewRule & ViewRuleRelations;
|
|
2219
2397
|
export type ViewTableWithRelations = ViewTable & ViewTableRelations;
|
|
2220
2398
|
export type WebauthnSettingWithRelations = WebauthnSetting & WebauthnSettingRelations;
|
|
2399
|
+
export type ApiSelect = {
|
|
2400
|
+
anonRole?: boolean;
|
|
2401
|
+
config?: boolean;
|
|
2402
|
+
createdAt?: boolean;
|
|
2403
|
+
databaseId?: boolean;
|
|
2404
|
+
dbname?: boolean;
|
|
2405
|
+
id?: boolean;
|
|
2406
|
+
isPublished?: boolean;
|
|
2407
|
+
name?: boolean;
|
|
2408
|
+
roleName?: boolean;
|
|
2409
|
+
updatedAt?: boolean;
|
|
2410
|
+
apiSetting?: {
|
|
2411
|
+
select: ApiSettingSelect;
|
|
2412
|
+
};
|
|
2413
|
+
apiSchemas?: {
|
|
2414
|
+
select: ApiSchemaSelect;
|
|
2415
|
+
first?: number;
|
|
2416
|
+
filter?: ApiSchemaFilter;
|
|
2417
|
+
orderBy?: ApiSchemaOrderBy[];
|
|
2418
|
+
};
|
|
2419
|
+
corsSettings?: {
|
|
2420
|
+
select: CorsSettingSelect;
|
|
2421
|
+
first?: number;
|
|
2422
|
+
filter?: CorsSettingFilter;
|
|
2423
|
+
orderBy?: CorsSettingOrderBy[];
|
|
2424
|
+
};
|
|
2425
|
+
};
|
|
2221
2426
|
export type ApiSchemaSelect = {
|
|
2222
2427
|
apiId?: boolean;
|
|
2223
2428
|
createdAt?: boolean;
|
|
@@ -2226,7 +2431,7 @@ export type ApiSchemaSelect = {
|
|
|
2226
2431
|
schemaId?: boolean;
|
|
2227
2432
|
updatedAt?: boolean;
|
|
2228
2433
|
api?: {
|
|
2229
|
-
select:
|
|
2434
|
+
select: ApiSelect;
|
|
2230
2435
|
};
|
|
2231
2436
|
schema?: {
|
|
2232
2437
|
select: SchemaSelect;
|
|
@@ -2253,50 +2458,42 @@ export type ApiSettingSelect = {
|
|
|
2253
2458
|
statementTimeoutMs?: boolean;
|
|
2254
2459
|
updatedAt?: boolean;
|
|
2255
2460
|
api?: {
|
|
2256
|
-
select:
|
|
2461
|
+
select: ApiSelect;
|
|
2257
2462
|
};
|
|
2258
2463
|
};
|
|
2259
|
-
export type
|
|
2260
|
-
|
|
2464
|
+
export type AppComponentSelect = {
|
|
2465
|
+
appId?: boolean;
|
|
2466
|
+
componentApiId?: boolean;
|
|
2467
|
+
componentDomainId?: boolean;
|
|
2468
|
+
componentInstallationId?: boolean;
|
|
2469
|
+
componentSiteId?: boolean;
|
|
2470
|
+
componentType?: boolean;
|
|
2261
2471
|
config?: boolean;
|
|
2262
2472
|
createdAt?: boolean;
|
|
2263
2473
|
databaseId?: boolean;
|
|
2264
|
-
dbname?: boolean;
|
|
2265
2474
|
id?: boolean;
|
|
2266
|
-
isPublished?: boolean;
|
|
2267
|
-
name?: boolean;
|
|
2268
|
-
roleName?: boolean;
|
|
2269
2475
|
updatedAt?: boolean;
|
|
2270
|
-
|
|
2271
|
-
select:
|
|
2272
|
-
};
|
|
2273
|
-
apiSchemasByApiId?: {
|
|
2274
|
-
select: ApiSchemaSelect;
|
|
2275
|
-
first?: number;
|
|
2276
|
-
filter?: ApiSchemaFilter;
|
|
2277
|
-
orderBy?: ApiSchemaOrderBy[];
|
|
2278
|
-
};
|
|
2279
|
-
corsSettingsByApiId?: {
|
|
2280
|
-
select: CorsSettingSelect;
|
|
2281
|
-
first?: number;
|
|
2282
|
-
filter?: CorsSettingFilter;
|
|
2283
|
-
orderBy?: CorsSettingOrderBy[];
|
|
2476
|
+
app?: {
|
|
2477
|
+
select: AppSelect;
|
|
2284
2478
|
};
|
|
2285
2479
|
};
|
|
2286
|
-
export type
|
|
2287
|
-
|
|
2288
|
-
actionName?: boolean;
|
|
2289
|
-
actorId?: boolean;
|
|
2480
|
+
export type AppSelect = {
|
|
2481
|
+
config?: boolean;
|
|
2290
2482
|
createdAt?: boolean;
|
|
2291
2483
|
databaseId?: boolean;
|
|
2292
|
-
|
|
2293
|
-
deploys?: boolean;
|
|
2484
|
+
description?: boolean;
|
|
2294
2485
|
id?: boolean;
|
|
2486
|
+
isPublished?: boolean;
|
|
2295
2487
|
name?: boolean;
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2488
|
+
status?: boolean;
|
|
2489
|
+
title?: boolean;
|
|
2490
|
+
updatedAt?: boolean;
|
|
2491
|
+
appComponents?: {
|
|
2492
|
+
select: AppComponentSelect;
|
|
2493
|
+
first?: number;
|
|
2494
|
+
filter?: AppComponentFilter;
|
|
2495
|
+
orderBy?: AppComponentOrderBy[];
|
|
2496
|
+
};
|
|
2300
2497
|
};
|
|
2301
2498
|
export type CheckConstraintSelect = {
|
|
2302
2499
|
category?: boolean;
|
|
@@ -2346,7 +2543,7 @@ export type CorsSettingSelect = {
|
|
|
2346
2543
|
id?: boolean;
|
|
2347
2544
|
updatedAt?: boolean;
|
|
2348
2545
|
api?: {
|
|
2349
|
-
select:
|
|
2546
|
+
select: ApiSelect;
|
|
2350
2547
|
};
|
|
2351
2548
|
};
|
|
2352
2549
|
export type DatabaseSelect = {
|
|
@@ -2747,6 +2944,68 @@ export type DomainVerificationSelect = {
|
|
|
2747
2944
|
select: ManagedDomainSelect;
|
|
2748
2945
|
};
|
|
2749
2946
|
};
|
|
2947
|
+
export type EmailIdentitySelect = {
|
|
2948
|
+
createdAt?: boolean;
|
|
2949
|
+
databaseId?: boolean;
|
|
2950
|
+
fromAddress?: boolean;
|
|
2951
|
+
fromName?: boolean;
|
|
2952
|
+
id?: boolean;
|
|
2953
|
+
isActive?: boolean;
|
|
2954
|
+
isDefault?: boolean;
|
|
2955
|
+
name?: boolean;
|
|
2956
|
+
providerAccountId?: boolean;
|
|
2957
|
+
replyToAddress?: boolean;
|
|
2958
|
+
supportAddress?: boolean;
|
|
2959
|
+
transportMode?: boolean;
|
|
2960
|
+
updatedAt?: boolean;
|
|
2961
|
+
providerAccount?: {
|
|
2962
|
+
select: EmailProviderAccountSelect;
|
|
2963
|
+
};
|
|
2964
|
+
emailSiteIdentities?: {
|
|
2965
|
+
select: EmailSiteIdentitySelect;
|
|
2966
|
+
first?: number;
|
|
2967
|
+
filter?: EmailSiteIdentityFilter;
|
|
2968
|
+
orderBy?: EmailSiteIdentityOrderBy[];
|
|
2969
|
+
};
|
|
2970
|
+
};
|
|
2971
|
+
export type EmailProviderAccountSelect = {
|
|
2972
|
+
apiBaseUrl?: boolean;
|
|
2973
|
+
createdAt?: boolean;
|
|
2974
|
+
credentialsSecretName?: boolean;
|
|
2975
|
+
databaseId?: boolean;
|
|
2976
|
+
id?: boolean;
|
|
2977
|
+
isActive?: boolean;
|
|
2978
|
+
name?: boolean;
|
|
2979
|
+
provider?: boolean;
|
|
2980
|
+
providerAccountName?: boolean;
|
|
2981
|
+
region?: boolean;
|
|
2982
|
+
smtpHost?: boolean;
|
|
2983
|
+
smtpPort?: boolean;
|
|
2984
|
+
smtpSecure?: boolean;
|
|
2985
|
+
smtpUser?: boolean;
|
|
2986
|
+
updatedAt?: boolean;
|
|
2987
|
+
webhookSigningSecretName?: boolean;
|
|
2988
|
+
emailIdentitiesByProviderAccountId?: {
|
|
2989
|
+
select: EmailIdentitySelect;
|
|
2990
|
+
first?: number;
|
|
2991
|
+
filter?: EmailIdentityFilter;
|
|
2992
|
+
orderBy?: EmailIdentityOrderBy[];
|
|
2993
|
+
};
|
|
2994
|
+
};
|
|
2995
|
+
export type EmailSiteIdentitySelect = {
|
|
2996
|
+
createdAt?: boolean;
|
|
2997
|
+
databaseId?: boolean;
|
|
2998
|
+
emailIdentityId?: boolean;
|
|
2999
|
+
id?: boolean;
|
|
3000
|
+
siteId?: boolean;
|
|
3001
|
+
updatedAt?: boolean;
|
|
3002
|
+
emailIdentity?: {
|
|
3003
|
+
select: EmailIdentitySelect;
|
|
3004
|
+
};
|
|
3005
|
+
site?: {
|
|
3006
|
+
select: SiteSelect;
|
|
3007
|
+
};
|
|
3008
|
+
};
|
|
2750
3009
|
export type EmbeddingChunkSelect = {
|
|
2751
3010
|
chunkOverlap?: boolean;
|
|
2752
3011
|
chunkSize?: boolean;
|
|
@@ -3123,6 +3382,29 @@ export type PartitionSelect = {
|
|
|
3123
3382
|
select: TableSelect;
|
|
3124
3383
|
};
|
|
3125
3384
|
};
|
|
3385
|
+
export type PlatformApiSelect = {
|
|
3386
|
+
anonRole?: boolean;
|
|
3387
|
+
config?: boolean;
|
|
3388
|
+
createdAt?: boolean;
|
|
3389
|
+
dbname?: boolean;
|
|
3390
|
+
id?: boolean;
|
|
3391
|
+
isPublished?: boolean;
|
|
3392
|
+
name?: boolean;
|
|
3393
|
+
roleName?: boolean;
|
|
3394
|
+
updatedAt?: boolean;
|
|
3395
|
+
platformApiSettingByApiId?: {
|
|
3396
|
+
select: PlatformApiSettingSelect;
|
|
3397
|
+
};
|
|
3398
|
+
platformCorsSettingByApiId?: {
|
|
3399
|
+
select: PlatformCorsSettingSelect;
|
|
3400
|
+
};
|
|
3401
|
+
platformApiSchemasByApiId?: {
|
|
3402
|
+
select: PlatformApiSchemaSelect;
|
|
3403
|
+
first?: number;
|
|
3404
|
+
filter?: PlatformApiSchemaFilter;
|
|
3405
|
+
orderBy?: PlatformApiSchemaOrderBy[];
|
|
3406
|
+
};
|
|
3407
|
+
};
|
|
3126
3408
|
export type PlatformApiSchemaSelect = {
|
|
3127
3409
|
apiId?: boolean;
|
|
3128
3410
|
createdAt?: boolean;
|
|
@@ -3130,7 +3412,7 @@ export type PlatformApiSchemaSelect = {
|
|
|
3130
3412
|
schemaId?: boolean;
|
|
3131
3413
|
updatedAt?: boolean;
|
|
3132
3414
|
api?: {
|
|
3133
|
-
select:
|
|
3415
|
+
select: PlatformApiSelect;
|
|
3134
3416
|
};
|
|
3135
3417
|
schema?: {
|
|
3136
3418
|
select: SchemaSelect;
|
|
@@ -3156,40 +3438,17 @@ export type PlatformApiSettingSelect = {
|
|
|
3156
3438
|
statementTimeoutMs?: boolean;
|
|
3157
3439
|
updatedAt?: boolean;
|
|
3158
3440
|
api?: {
|
|
3159
|
-
select:
|
|
3441
|
+
select: PlatformApiSelect;
|
|
3160
3442
|
};
|
|
3161
3443
|
};
|
|
3162
|
-
export type
|
|
3163
|
-
|
|
3164
|
-
|
|
3444
|
+
export type PlatformCorsSettingSelect = {
|
|
3445
|
+
allowedOrigins?: boolean;
|
|
3446
|
+
apiId?: boolean;
|
|
3165
3447
|
createdAt?: boolean;
|
|
3166
|
-
dbname?: boolean;
|
|
3167
3448
|
id?: boolean;
|
|
3168
|
-
isPublished?: boolean;
|
|
3169
|
-
name?: boolean;
|
|
3170
|
-
roleName?: boolean;
|
|
3171
3449
|
updatedAt?: boolean;
|
|
3172
|
-
|
|
3173
|
-
select:
|
|
3174
|
-
};
|
|
3175
|
-
platformCorsSettingByApiId?: {
|
|
3176
|
-
select: PlatformCorsSettingSelect;
|
|
3177
|
-
};
|
|
3178
|
-
platformApiSchemasByApiId?: {
|
|
3179
|
-
select: PlatformApiSchemaSelect;
|
|
3180
|
-
first?: number;
|
|
3181
|
-
filter?: PlatformApiSchemaFilter;
|
|
3182
|
-
orderBy?: PlatformApiSchemaOrderBy[];
|
|
3183
|
-
};
|
|
3184
|
-
};
|
|
3185
|
-
export type PlatformCorsSettingSelect = {
|
|
3186
|
-
allowedOrigins?: boolean;
|
|
3187
|
-
apiId?: boolean;
|
|
3188
|
-
createdAt?: boolean;
|
|
3189
|
-
id?: boolean;
|
|
3190
|
-
updatedAt?: boolean;
|
|
3191
|
-
api?: {
|
|
3192
|
-
select: PlatformApisSelect;
|
|
3450
|
+
api?: {
|
|
3451
|
+
select: PlatformApiSelect;
|
|
3193
3452
|
};
|
|
3194
3453
|
};
|
|
3195
3454
|
export type PlatformDomainSelect = {
|
|
@@ -3264,6 +3523,65 @@ export type PlatformDomainVerificationSelect = {
|
|
|
3264
3523
|
select: PlatformManagedDomainSelect;
|
|
3265
3524
|
};
|
|
3266
3525
|
};
|
|
3526
|
+
export type PlatformEmailIdentitySelect = {
|
|
3527
|
+
createdAt?: boolean;
|
|
3528
|
+
fromAddress?: boolean;
|
|
3529
|
+
fromName?: boolean;
|
|
3530
|
+
id?: boolean;
|
|
3531
|
+
isActive?: boolean;
|
|
3532
|
+
isDefault?: boolean;
|
|
3533
|
+
name?: boolean;
|
|
3534
|
+
providerAccountId?: boolean;
|
|
3535
|
+
replyToAddress?: boolean;
|
|
3536
|
+
supportAddress?: boolean;
|
|
3537
|
+
transportMode?: boolean;
|
|
3538
|
+
updatedAt?: boolean;
|
|
3539
|
+
providerAccount?: {
|
|
3540
|
+
select: PlatformEmailProviderAccountSelect;
|
|
3541
|
+
};
|
|
3542
|
+
platformEmailSiteIdentitiesByEmailIdentityId?: {
|
|
3543
|
+
select: PlatformEmailSiteIdentitySelect;
|
|
3544
|
+
first?: number;
|
|
3545
|
+
filter?: PlatformEmailSiteIdentityFilter;
|
|
3546
|
+
orderBy?: PlatformEmailSiteIdentityOrderBy[];
|
|
3547
|
+
};
|
|
3548
|
+
};
|
|
3549
|
+
export type PlatformEmailProviderAccountSelect = {
|
|
3550
|
+
apiBaseUrl?: boolean;
|
|
3551
|
+
createdAt?: boolean;
|
|
3552
|
+
credentialsSecretName?: boolean;
|
|
3553
|
+
id?: boolean;
|
|
3554
|
+
isActive?: boolean;
|
|
3555
|
+
name?: boolean;
|
|
3556
|
+
provider?: boolean;
|
|
3557
|
+
providerAccountName?: boolean;
|
|
3558
|
+
region?: boolean;
|
|
3559
|
+
smtpHost?: boolean;
|
|
3560
|
+
smtpPort?: boolean;
|
|
3561
|
+
smtpSecure?: boolean;
|
|
3562
|
+
smtpUser?: boolean;
|
|
3563
|
+
updatedAt?: boolean;
|
|
3564
|
+
webhookSigningSecretName?: boolean;
|
|
3565
|
+
platformEmailIdentitiesByProviderAccountId?: {
|
|
3566
|
+
select: PlatformEmailIdentitySelect;
|
|
3567
|
+
first?: number;
|
|
3568
|
+
filter?: PlatformEmailIdentityFilter;
|
|
3569
|
+
orderBy?: PlatformEmailIdentityOrderBy[];
|
|
3570
|
+
};
|
|
3571
|
+
};
|
|
3572
|
+
export type PlatformEmailSiteIdentitySelect = {
|
|
3573
|
+
createdAt?: boolean;
|
|
3574
|
+
emailIdentityId?: boolean;
|
|
3575
|
+
id?: boolean;
|
|
3576
|
+
siteId?: boolean;
|
|
3577
|
+
updatedAt?: boolean;
|
|
3578
|
+
emailIdentity?: {
|
|
3579
|
+
select: PlatformEmailIdentitySelect;
|
|
3580
|
+
};
|
|
3581
|
+
site?: {
|
|
3582
|
+
select: PlatformSiteSelect;
|
|
3583
|
+
};
|
|
3584
|
+
};
|
|
3267
3585
|
export type PlatformManagedDomainSelect = {
|
|
3268
3586
|
allowPublicUsage?: boolean;
|
|
3269
3587
|
annotations?: boolean;
|
|
@@ -3332,6 +3650,9 @@ export type PlatformSiteSelect = {
|
|
|
3332
3650
|
resourceId?: boolean;
|
|
3333
3651
|
title?: boolean;
|
|
3334
3652
|
updatedAt?: boolean;
|
|
3653
|
+
platformEmailSiteIdentityBySiteId?: {
|
|
3654
|
+
select: PlatformEmailSiteIdentitySelect;
|
|
3655
|
+
};
|
|
3335
3656
|
platformSiteMetadatumBySiteId?: {
|
|
3336
3657
|
select: PlatformSiteMetadatumSelect;
|
|
3337
3658
|
};
|
|
@@ -3736,6 +4057,9 @@ export type SiteSelect = {
|
|
|
3736
4057
|
resourceId?: boolean;
|
|
3737
4058
|
title?: boolean;
|
|
3738
4059
|
updatedAt?: boolean;
|
|
4060
|
+
emailSiteIdentity?: {
|
|
4061
|
+
select: EmailSiteIdentitySelect;
|
|
4062
|
+
};
|
|
3739
4063
|
siteMetadatum?: {
|
|
3740
4064
|
select: SiteMetadatumSelect;
|
|
3741
4065
|
};
|
|
@@ -3899,21 +4223,6 @@ export type SpatialRelationSelect = {
|
|
|
3899
4223
|
select: TableSelect;
|
|
3900
4224
|
};
|
|
3901
4225
|
};
|
|
3902
|
-
export type SqlActionSelect = {
|
|
3903
|
-
actionId?: boolean;
|
|
3904
|
-
actionName?: boolean;
|
|
3905
|
-
actorId?: boolean;
|
|
3906
|
-
content?: boolean;
|
|
3907
|
-
createdAt?: boolean;
|
|
3908
|
-
databaseId?: boolean;
|
|
3909
|
-
deploy?: boolean;
|
|
3910
|
-
deps?: boolean;
|
|
3911
|
-
id?: boolean;
|
|
3912
|
-
name?: boolean;
|
|
3913
|
-
payload?: boolean;
|
|
3914
|
-
revert?: boolean;
|
|
3915
|
-
verify?: boolean;
|
|
3916
|
-
};
|
|
3917
4226
|
export type TableBehaviorSelect = {
|
|
3918
4227
|
createdAt?: boolean;
|
|
3919
4228
|
databaseId?: boolean;
|
|
@@ -4352,11 +4661,51 @@ export type WebauthnSettingSelect = {
|
|
|
4352
4661
|
select: FieldSelect;
|
|
4353
4662
|
};
|
|
4354
4663
|
};
|
|
4664
|
+
export interface ApiFilter {
|
|
4665
|
+
/** Checks for all expressions in this list. */
|
|
4666
|
+
and?: ApiFilter[];
|
|
4667
|
+
/** Filter by the object’s `anonRole` field. */
|
|
4668
|
+
anonRole?: StringFilter;
|
|
4669
|
+
/** Filter by the object’s `apiSchemas` relation. */
|
|
4670
|
+
apiSchemas?: ApiToManyApiSchemaFilter;
|
|
4671
|
+
/** `apiSchemas` exist. */
|
|
4672
|
+
apiSchemasExist?: boolean;
|
|
4673
|
+
/** Filter by the object’s `apiSetting` relation. */
|
|
4674
|
+
apiSetting?: ApiSettingFilter;
|
|
4675
|
+
/** A related `apiSetting` exists. */
|
|
4676
|
+
apiSettingExists?: boolean;
|
|
4677
|
+
/** Filter by the object’s `config` field. */
|
|
4678
|
+
config?: JSONFilter;
|
|
4679
|
+
/** Filter by the object’s `corsSettings` relation. */
|
|
4680
|
+
corsSettings?: ApiToManyCorsSettingFilter;
|
|
4681
|
+
/** `corsSettings` exist. */
|
|
4682
|
+
corsSettingsExist?: boolean;
|
|
4683
|
+
/** Filter by the object’s `createdAt` field. */
|
|
4684
|
+
createdAt?: DatetimeFilter;
|
|
4685
|
+
/** Filter by the object’s `databaseId` field. */
|
|
4686
|
+
databaseId?: UUIDFilter;
|
|
4687
|
+
/** Filter by the object’s `dbname` field. */
|
|
4688
|
+
dbname?: StringFilter;
|
|
4689
|
+
/** Filter by the object’s `id` field. */
|
|
4690
|
+
id?: UUIDFilter;
|
|
4691
|
+
/** Filter by the object’s `isPublished` field. */
|
|
4692
|
+
isPublished?: BooleanFilter;
|
|
4693
|
+
/** Filter by the object’s `name` field. */
|
|
4694
|
+
name?: StringFilter;
|
|
4695
|
+
/** Negates the expression. */
|
|
4696
|
+
not?: ApiFilter;
|
|
4697
|
+
/** Checks for any expressions in this list. */
|
|
4698
|
+
or?: ApiFilter[];
|
|
4699
|
+
/** Filter by the object’s `roleName` field. */
|
|
4700
|
+
roleName?: StringFilter;
|
|
4701
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
4702
|
+
updatedAt?: DatetimeFilter;
|
|
4703
|
+
}
|
|
4355
4704
|
export interface ApiSchemaFilter {
|
|
4356
4705
|
/** Checks for all expressions in this list. */
|
|
4357
4706
|
and?: ApiSchemaFilter[];
|
|
4358
4707
|
/** Filter by the object’s `api` relation. */
|
|
4359
|
-
api?:
|
|
4708
|
+
api?: ApiFilter;
|
|
4360
4709
|
/** Filter by the object’s `apiId` field. */
|
|
4361
4710
|
apiId?: UUIDFilter;
|
|
4362
4711
|
/** Filter by the object’s `createdAt` field. */
|
|
@@ -4380,7 +4729,7 @@ export interface ApiSettingFilter {
|
|
|
4380
4729
|
/** Checks for all expressions in this list. */
|
|
4381
4730
|
and?: ApiSettingFilter[];
|
|
4382
4731
|
/** Filter by the object’s `api` relation. */
|
|
4383
|
-
api?:
|
|
4732
|
+
api?: ApiFilter;
|
|
4384
4733
|
/** Filter by the object’s `apiId` field. */
|
|
4385
4734
|
apiId?: UUIDFilter;
|
|
4386
4735
|
/** Filter by the object’s `createdAt` field. */
|
|
@@ -4424,79 +4773,69 @@ export interface ApiSettingFilter {
|
|
|
4424
4773
|
/** Filter by the object’s `updatedAt` field. */
|
|
4425
4774
|
updatedAt?: DatetimeFilter;
|
|
4426
4775
|
}
|
|
4427
|
-
export interface
|
|
4776
|
+
export interface AppComponentFilter {
|
|
4428
4777
|
/** Checks for all expressions in this list. */
|
|
4429
|
-
and?:
|
|
4430
|
-
/** Filter by the object’s `
|
|
4431
|
-
|
|
4432
|
-
/** Filter by the object’s `
|
|
4433
|
-
|
|
4434
|
-
/** `
|
|
4435
|
-
|
|
4436
|
-
/** Filter by the object’s `
|
|
4437
|
-
|
|
4438
|
-
/**
|
|
4439
|
-
|
|
4778
|
+
and?: AppComponentFilter[];
|
|
4779
|
+
/** Filter by the object’s `app` relation. */
|
|
4780
|
+
app?: AppFilter;
|
|
4781
|
+
/** Filter by the object’s `appId` field. */
|
|
4782
|
+
appId?: UUIDFilter;
|
|
4783
|
+
/** Filter by the object’s `componentApiId` field. */
|
|
4784
|
+
componentApiId?: UUIDFilter;
|
|
4785
|
+
/** Filter by the object’s `componentDomainId` field. */
|
|
4786
|
+
componentDomainId?: UUIDFilter;
|
|
4787
|
+
/** Filter by the object’s `componentInstallationId` field. */
|
|
4788
|
+
componentInstallationId?: UUIDFilter;
|
|
4789
|
+
/** Filter by the object’s `componentSiteId` field. */
|
|
4790
|
+
componentSiteId?: UUIDFilter;
|
|
4791
|
+
/** Filter by the object’s `componentType` field. */
|
|
4792
|
+
componentType?: StringFilter;
|
|
4440
4793
|
/** Filter by the object’s `config` field. */
|
|
4441
4794
|
config?: JSONFilter;
|
|
4442
|
-
/** Filter by the object’s `corsSettingsByApiId` relation. */
|
|
4443
|
-
corsSettingsByApiId?: ApisToManyCorsSettingFilter;
|
|
4444
|
-
/** `corsSettingsByApiId` exist. */
|
|
4445
|
-
corsSettingsByApiIdExist?: boolean;
|
|
4446
4795
|
/** Filter by the object’s `createdAt` field. */
|
|
4447
4796
|
createdAt?: DatetimeFilter;
|
|
4448
4797
|
/** Filter by the object’s `databaseId` field. */
|
|
4449
4798
|
databaseId?: UUIDFilter;
|
|
4450
|
-
/** Filter by the object’s `dbname` field. */
|
|
4451
|
-
dbname?: StringFilter;
|
|
4452
4799
|
/** Filter by the object’s `id` field. */
|
|
4453
4800
|
id?: UUIDFilter;
|
|
4454
|
-
/** Filter by the object’s `isPublished` field. */
|
|
4455
|
-
isPublished?: BooleanFilter;
|
|
4456
|
-
/** Filter by the object’s `name` field. */
|
|
4457
|
-
name?: StringFilter;
|
|
4458
4801
|
/** Negates the expression. */
|
|
4459
|
-
not?:
|
|
4802
|
+
not?: AppComponentFilter;
|
|
4460
4803
|
/** Checks for any expressions in this list. */
|
|
4461
|
-
or?:
|
|
4462
|
-
/** Filter by the object’s `roleName` field. */
|
|
4463
|
-
roleName?: StringFilter;
|
|
4804
|
+
or?: AppComponentFilter[];
|
|
4464
4805
|
/** Filter by the object’s `updatedAt` field. */
|
|
4465
4806
|
updatedAt?: DatetimeFilter;
|
|
4466
4807
|
}
|
|
4467
|
-
export interface
|
|
4468
|
-
/** Filter by the object’s `actionId` field. */
|
|
4469
|
-
actionId?: UUIDFilter;
|
|
4470
|
-
/** Filter by the object’s `actionName` field. */
|
|
4471
|
-
actionName?: StringFilter;
|
|
4472
|
-
/** Filter by the object’s `actorId` field. */
|
|
4473
|
-
actorId?: UUIDFilter;
|
|
4808
|
+
export interface AppFilter {
|
|
4474
4809
|
/** Checks for all expressions in this list. */
|
|
4475
|
-
and?:
|
|
4810
|
+
and?: AppFilter[];
|
|
4811
|
+
/** Filter by the object’s `appComponents` relation. */
|
|
4812
|
+
appComponents?: AppToManyAppComponentFilter;
|
|
4813
|
+
/** `appComponents` exist. */
|
|
4814
|
+
appComponentsExist?: boolean;
|
|
4815
|
+
/** Filter by the object’s `config` field. */
|
|
4816
|
+
config?: JSONFilter;
|
|
4476
4817
|
/** Filter by the object’s `createdAt` field. */
|
|
4477
4818
|
createdAt?: DatetimeFilter;
|
|
4478
4819
|
/** Filter by the object’s `databaseId` field. */
|
|
4479
4820
|
databaseId?: UUIDFilter;
|
|
4480
|
-
/** Filter by the object’s `
|
|
4481
|
-
|
|
4482
|
-
/** Filter by the object’s `deploys` field. */
|
|
4483
|
-
deploys?: StringFilter;
|
|
4821
|
+
/** Filter by the object’s `description` field. */
|
|
4822
|
+
description?: StringFilter;
|
|
4484
4823
|
/** Filter by the object’s `id` field. */
|
|
4485
|
-
id?:
|
|
4824
|
+
id?: UUIDFilter;
|
|
4825
|
+
/** Filter by the object’s `isPublished` field. */
|
|
4826
|
+
isPublished?: BooleanFilter;
|
|
4486
4827
|
/** Filter by the object’s `name` field. */
|
|
4487
4828
|
name?: StringFilter;
|
|
4488
4829
|
/** Negates the expression. */
|
|
4489
|
-
not?:
|
|
4830
|
+
not?: AppFilter;
|
|
4490
4831
|
/** Checks for any expressions in this list. */
|
|
4491
|
-
or?:
|
|
4492
|
-
/** Filter by the object’s `
|
|
4493
|
-
|
|
4494
|
-
/** Filter by the object’s `
|
|
4495
|
-
|
|
4496
|
-
/** Filter by the object’s `
|
|
4497
|
-
|
|
4498
|
-
/** Filter by the object’s `verify` field. */
|
|
4499
|
-
verify?: JSONFilter;
|
|
4832
|
+
or?: AppFilter[];
|
|
4833
|
+
/** Filter by the object’s `status` field. */
|
|
4834
|
+
status?: StringFilter;
|
|
4835
|
+
/** Filter by the object’s `title` field. */
|
|
4836
|
+
title?: StringFilter;
|
|
4837
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
4838
|
+
updatedAt?: DatetimeFilter;
|
|
4500
4839
|
}
|
|
4501
4840
|
export interface CheckConstraintFilter {
|
|
4502
4841
|
/** Checks for all expressions in this list. */
|
|
@@ -4576,7 +4915,7 @@ export interface CorsSettingFilter {
|
|
|
4576
4915
|
/** Checks for all expressions in this list. */
|
|
4577
4916
|
and?: CorsSettingFilter[];
|
|
4578
4917
|
/** Filter by the object’s `api` relation. */
|
|
4579
|
-
api?:
|
|
4918
|
+
api?: ApiFilter;
|
|
4580
4919
|
/** A related `api` exists. */
|
|
4581
4920
|
apiExists?: boolean;
|
|
4582
4921
|
/** Filter by the object’s `apiId` field. */
|
|
@@ -5080,6 +5419,116 @@ export interface DomainVerificationFilter {
|
|
|
5080
5419
|
/** Filter by the object’s `verifiedAt` field. */
|
|
5081
5420
|
verifiedAt?: DatetimeFilter;
|
|
5082
5421
|
}
|
|
5422
|
+
export interface EmailIdentityFilter {
|
|
5423
|
+
/** Checks for all expressions in this list. */
|
|
5424
|
+
and?: EmailIdentityFilter[];
|
|
5425
|
+
/** Filter by the object’s `createdAt` field. */
|
|
5426
|
+
createdAt?: DatetimeFilter;
|
|
5427
|
+
/** Filter by the object’s `databaseId` field. */
|
|
5428
|
+
databaseId?: UUIDFilter;
|
|
5429
|
+
/** Filter by the object’s `emailSiteIdentities` relation. */
|
|
5430
|
+
emailSiteIdentities?: EmailIdentityToManyEmailSiteIdentityFilter;
|
|
5431
|
+
/** `emailSiteIdentities` exist. */
|
|
5432
|
+
emailSiteIdentitiesExist?: boolean;
|
|
5433
|
+
/** Filter by the object’s `fromAddress` field. */
|
|
5434
|
+
fromAddress?: StringFilter;
|
|
5435
|
+
/** Filter by the object’s `fromName` field. */
|
|
5436
|
+
fromName?: StringFilter;
|
|
5437
|
+
/** Filter by the object’s `id` field. */
|
|
5438
|
+
id?: UUIDFilter;
|
|
5439
|
+
/** Filter by the object’s `isActive` field. */
|
|
5440
|
+
isActive?: BooleanFilter;
|
|
5441
|
+
/** Filter by the object’s `isDefault` field. */
|
|
5442
|
+
isDefault?: BooleanFilter;
|
|
5443
|
+
/** Filter by the object’s `name` field. */
|
|
5444
|
+
name?: StringFilter;
|
|
5445
|
+
/** Negates the expression. */
|
|
5446
|
+
not?: EmailIdentityFilter;
|
|
5447
|
+
/** Checks for any expressions in this list. */
|
|
5448
|
+
or?: EmailIdentityFilter[];
|
|
5449
|
+
/** Filter by the object’s `providerAccount` relation. */
|
|
5450
|
+
providerAccount?: EmailProviderAccountFilter;
|
|
5451
|
+
/** A related `providerAccount` exists. */
|
|
5452
|
+
providerAccountExists?: boolean;
|
|
5453
|
+
/** Filter by the object’s `providerAccountId` field. */
|
|
5454
|
+
providerAccountId?: UUIDFilter;
|
|
5455
|
+
/** Filter by the object’s `replyToAddress` field. */
|
|
5456
|
+
replyToAddress?: StringFilter;
|
|
5457
|
+
/** Filter by the object’s `supportAddress` field. */
|
|
5458
|
+
supportAddress?: StringFilter;
|
|
5459
|
+
/** Filter by the object’s `transportMode` field. */
|
|
5460
|
+
transportMode?: StringFilter;
|
|
5461
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
5462
|
+
updatedAt?: DatetimeFilter;
|
|
5463
|
+
}
|
|
5464
|
+
export interface EmailProviderAccountFilter {
|
|
5465
|
+
/** Checks for all expressions in this list. */
|
|
5466
|
+
and?: EmailProviderAccountFilter[];
|
|
5467
|
+
/** Filter by the object’s `apiBaseUrl` field. */
|
|
5468
|
+
apiBaseUrl?: StringFilter;
|
|
5469
|
+
/** Filter by the object’s `createdAt` field. */
|
|
5470
|
+
createdAt?: DatetimeFilter;
|
|
5471
|
+
/** Filter by the object’s `credentialsSecretName` field. */
|
|
5472
|
+
credentialsSecretName?: StringFilter;
|
|
5473
|
+
/** Filter by the object’s `databaseId` field. */
|
|
5474
|
+
databaseId?: UUIDFilter;
|
|
5475
|
+
/** Filter by the object’s `emailIdentitiesByProviderAccountId` relation. */
|
|
5476
|
+
emailIdentitiesByProviderAccountId?: EmailProviderAccountToManyEmailIdentityFilter;
|
|
5477
|
+
/** `emailIdentitiesByProviderAccountId` exist. */
|
|
5478
|
+
emailIdentitiesByProviderAccountIdExist?: boolean;
|
|
5479
|
+
/** Filter by the object’s `id` field. */
|
|
5480
|
+
id?: UUIDFilter;
|
|
5481
|
+
/** Filter by the object’s `isActive` field. */
|
|
5482
|
+
isActive?: BooleanFilter;
|
|
5483
|
+
/** Filter by the object’s `name` field. */
|
|
5484
|
+
name?: StringFilter;
|
|
5485
|
+
/** Negates the expression. */
|
|
5486
|
+
not?: EmailProviderAccountFilter;
|
|
5487
|
+
/** Checks for any expressions in this list. */
|
|
5488
|
+
or?: EmailProviderAccountFilter[];
|
|
5489
|
+
/** Filter by the object’s `provider` field. */
|
|
5490
|
+
provider?: StringFilter;
|
|
5491
|
+
/** Filter by the object’s `providerAccountName` field. */
|
|
5492
|
+
providerAccountName?: StringFilter;
|
|
5493
|
+
/** Filter by the object’s `region` field. */
|
|
5494
|
+
region?: StringFilter;
|
|
5495
|
+
/** Filter by the object’s `smtpHost` field. */
|
|
5496
|
+
smtpHost?: StringFilter;
|
|
5497
|
+
/** Filter by the object’s `smtpPort` field. */
|
|
5498
|
+
smtpPort?: IntFilter;
|
|
5499
|
+
/** Filter by the object’s `smtpSecure` field. */
|
|
5500
|
+
smtpSecure?: BooleanFilter;
|
|
5501
|
+
/** Filter by the object’s `smtpUser` field. */
|
|
5502
|
+
smtpUser?: StringFilter;
|
|
5503
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
5504
|
+
updatedAt?: DatetimeFilter;
|
|
5505
|
+
/** Filter by the object’s `webhookSigningSecretName` field. */
|
|
5506
|
+
webhookSigningSecretName?: StringFilter;
|
|
5507
|
+
}
|
|
5508
|
+
export interface EmailSiteIdentityFilter {
|
|
5509
|
+
/** Checks for all expressions in this list. */
|
|
5510
|
+
and?: EmailSiteIdentityFilter[];
|
|
5511
|
+
/** Filter by the object’s `createdAt` field. */
|
|
5512
|
+
createdAt?: DatetimeFilter;
|
|
5513
|
+
/** Filter by the object’s `databaseId` field. */
|
|
5514
|
+
databaseId?: UUIDFilter;
|
|
5515
|
+
/** Filter by the object’s `emailIdentity` relation. */
|
|
5516
|
+
emailIdentity?: EmailIdentityFilter;
|
|
5517
|
+
/** Filter by the object’s `emailIdentityId` field. */
|
|
5518
|
+
emailIdentityId?: UUIDFilter;
|
|
5519
|
+
/** Filter by the object’s `id` field. */
|
|
5520
|
+
id?: UUIDFilter;
|
|
5521
|
+
/** Negates the expression. */
|
|
5522
|
+
not?: EmailSiteIdentityFilter;
|
|
5523
|
+
/** Checks for any expressions in this list. */
|
|
5524
|
+
or?: EmailSiteIdentityFilter[];
|
|
5525
|
+
/** Filter by the object’s `site` relation. */
|
|
5526
|
+
site?: SiteFilter;
|
|
5527
|
+
/** Filter by the object’s `siteId` field. */
|
|
5528
|
+
siteId?: UUIDFilter;
|
|
5529
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
5530
|
+
updatedAt?: DatetimeFilter;
|
|
5531
|
+
}
|
|
5083
5532
|
export interface EmbeddingChunkFilter {
|
|
5084
5533
|
/** Checks for all expressions in this list. */
|
|
5085
5534
|
and?: EmbeddingChunkFilter[];
|
|
@@ -5714,11 +6163,49 @@ export interface PartitionFilter {
|
|
|
5714
6163
|
/** Filter by the object’s `updatedAt` field. */
|
|
5715
6164
|
updatedAt?: DatetimeFilter;
|
|
5716
6165
|
}
|
|
6166
|
+
export interface PlatformApiFilter {
|
|
6167
|
+
/** Checks for all expressions in this list. */
|
|
6168
|
+
and?: PlatformApiFilter[];
|
|
6169
|
+
/** Filter by the object’s `anonRole` field. */
|
|
6170
|
+
anonRole?: StringFilter;
|
|
6171
|
+
/** Filter by the object’s `config` field. */
|
|
6172
|
+
config?: JSONFilter;
|
|
6173
|
+
/** Filter by the object’s `createdAt` field. */
|
|
6174
|
+
createdAt?: DatetimeFilter;
|
|
6175
|
+
/** Filter by the object’s `dbname` field. */
|
|
6176
|
+
dbname?: StringFilter;
|
|
6177
|
+
/** Filter by the object’s `id` field. */
|
|
6178
|
+
id?: UUIDFilter;
|
|
6179
|
+
/** Filter by the object’s `isPublished` field. */
|
|
6180
|
+
isPublished?: BooleanFilter;
|
|
6181
|
+
/** Filter by the object’s `name` field. */
|
|
6182
|
+
name?: StringFilter;
|
|
6183
|
+
/** Negates the expression. */
|
|
6184
|
+
not?: PlatformApiFilter;
|
|
6185
|
+
/** Checks for any expressions in this list. */
|
|
6186
|
+
or?: PlatformApiFilter[];
|
|
6187
|
+
/** Filter by the object’s `platformApiSchemasByApiId` relation. */
|
|
6188
|
+
platformApiSchemasByApiId?: PlatformApiToManyPlatformApiSchemaFilter;
|
|
6189
|
+
/** `platformApiSchemasByApiId` exist. */
|
|
6190
|
+
platformApiSchemasByApiIdExist?: boolean;
|
|
6191
|
+
/** Filter by the object’s `platformApiSettingByApiId` relation. */
|
|
6192
|
+
platformApiSettingByApiId?: PlatformApiSettingFilter;
|
|
6193
|
+
/** A related `platformApiSettingByApiId` exists. */
|
|
6194
|
+
platformApiSettingByApiIdExists?: boolean;
|
|
6195
|
+
/** Filter by the object’s `platformCorsSettingByApiId` relation. */
|
|
6196
|
+
platformCorsSettingByApiId?: PlatformCorsSettingFilter;
|
|
6197
|
+
/** A related `platformCorsSettingByApiId` exists. */
|
|
6198
|
+
platformCorsSettingByApiIdExists?: boolean;
|
|
6199
|
+
/** Filter by the object’s `roleName` field. */
|
|
6200
|
+
roleName?: StringFilter;
|
|
6201
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
6202
|
+
updatedAt?: DatetimeFilter;
|
|
6203
|
+
}
|
|
5717
6204
|
export interface PlatformApiSchemaFilter {
|
|
5718
6205
|
/** Checks for all expressions in this list. */
|
|
5719
6206
|
and?: PlatformApiSchemaFilter[];
|
|
5720
6207
|
/** Filter by the object’s `api` relation. */
|
|
5721
|
-
api?:
|
|
6208
|
+
api?: PlatformApiFilter;
|
|
5722
6209
|
/** Filter by the object’s `apiId` field. */
|
|
5723
6210
|
apiId?: UUIDFilter;
|
|
5724
6211
|
/** Filter by the object’s `createdAt` field. */
|
|
@@ -5740,7 +6227,7 @@ export interface PlatformApiSettingFilter {
|
|
|
5740
6227
|
/** Checks for all expressions in this list. */
|
|
5741
6228
|
and?: PlatformApiSettingFilter[];
|
|
5742
6229
|
/** Filter by the object’s `api` relation. */
|
|
5743
|
-
api?:
|
|
6230
|
+
api?: PlatformApiFilter;
|
|
5744
6231
|
/** Filter by the object’s `apiId` field. */
|
|
5745
6232
|
apiId?: UUIDFilter;
|
|
5746
6233
|
/** Filter by the object’s `createdAt` field. */
|
|
@@ -5782,51 +6269,13 @@ export interface PlatformApiSettingFilter {
|
|
|
5782
6269
|
/** Filter by the object’s `updatedAt` field. */
|
|
5783
6270
|
updatedAt?: DatetimeFilter;
|
|
5784
6271
|
}
|
|
5785
|
-
export interface PlatformApisFilter {
|
|
5786
|
-
/** Checks for all expressions in this list. */
|
|
5787
|
-
and?: PlatformApisFilter[];
|
|
5788
|
-
/** Filter by the object’s `anonRole` field. */
|
|
5789
|
-
anonRole?: StringFilter;
|
|
5790
|
-
/** Filter by the object’s `config` field. */
|
|
5791
|
-
config?: JSONFilter;
|
|
5792
|
-
/** Filter by the object’s `createdAt` field. */
|
|
5793
|
-
createdAt?: DatetimeFilter;
|
|
5794
|
-
/** Filter by the object’s `dbname` field. */
|
|
5795
|
-
dbname?: StringFilter;
|
|
5796
|
-
/** Filter by the object’s `id` field. */
|
|
5797
|
-
id?: UUIDFilter;
|
|
5798
|
-
/** Filter by the object’s `isPublished` field. */
|
|
5799
|
-
isPublished?: BooleanFilter;
|
|
5800
|
-
/** Filter by the object’s `name` field. */
|
|
5801
|
-
name?: StringFilter;
|
|
5802
|
-
/** Negates the expression. */
|
|
5803
|
-
not?: PlatformApisFilter;
|
|
5804
|
-
/** Checks for any expressions in this list. */
|
|
5805
|
-
or?: PlatformApisFilter[];
|
|
5806
|
-
/** Filter by the object’s `platformApiSchemasByApiId` relation. */
|
|
5807
|
-
platformApiSchemasByApiId?: PlatformApisToManyPlatformApiSchemaFilter;
|
|
5808
|
-
/** `platformApiSchemasByApiId` exist. */
|
|
5809
|
-
platformApiSchemasByApiIdExist?: boolean;
|
|
5810
|
-
/** Filter by the object’s `platformApiSettingByApiId` relation. */
|
|
5811
|
-
platformApiSettingByApiId?: PlatformApiSettingFilter;
|
|
5812
|
-
/** A related `platformApiSettingByApiId` exists. */
|
|
5813
|
-
platformApiSettingByApiIdExists?: boolean;
|
|
5814
|
-
/** Filter by the object’s `platformCorsSettingByApiId` relation. */
|
|
5815
|
-
platformCorsSettingByApiId?: PlatformCorsSettingFilter;
|
|
5816
|
-
/** A related `platformCorsSettingByApiId` exists. */
|
|
5817
|
-
platformCorsSettingByApiIdExists?: boolean;
|
|
5818
|
-
/** Filter by the object’s `roleName` field. */
|
|
5819
|
-
roleName?: StringFilter;
|
|
5820
|
-
/** Filter by the object’s `updatedAt` field. */
|
|
5821
|
-
updatedAt?: DatetimeFilter;
|
|
5822
|
-
}
|
|
5823
6272
|
export interface PlatformCorsSettingFilter {
|
|
5824
6273
|
/** Filter by the object’s `allowedOrigins` field. */
|
|
5825
6274
|
allowedOrigins?: StringListFilter;
|
|
5826
6275
|
/** Checks for all expressions in this list. */
|
|
5827
6276
|
and?: PlatformCorsSettingFilter[];
|
|
5828
6277
|
/** Filter by the object’s `api` relation. */
|
|
5829
|
-
api?:
|
|
6278
|
+
api?: PlatformApiFilter;
|
|
5830
6279
|
/** A related `api` exists. */
|
|
5831
6280
|
apiExists?: boolean;
|
|
5832
6281
|
/** Filter by the object’s `apiId` field. */
|
|
@@ -5972,52 +6421,156 @@ export interface PlatformDomainVerificationFilter {
|
|
|
5972
6421
|
/** Filter by the object’s `verifiedAt` field. */
|
|
5973
6422
|
verifiedAt?: DatetimeFilter;
|
|
5974
6423
|
}
|
|
5975
|
-
export interface
|
|
5976
|
-
/** Filter by the object’s `allowPublicUsage` field. */
|
|
5977
|
-
allowPublicUsage?: BooleanFilter;
|
|
6424
|
+
export interface PlatformEmailIdentityFilter {
|
|
5978
6425
|
/** Checks for all expressions in this list. */
|
|
5979
|
-
and?:
|
|
5980
|
-
/** Filter by the object’s `annotations` field. */
|
|
5981
|
-
annotations?: JSONFilter;
|
|
5982
|
-
/** Filter by the object’s `certStatus` field. */
|
|
5983
|
-
certStatus?: StringFilter;
|
|
6426
|
+
and?: PlatformEmailIdentityFilter[];
|
|
5984
6427
|
/** Filter by the object’s `createdAt` field. */
|
|
5985
6428
|
createdAt?: DatetimeFilter;
|
|
5986
|
-
/** Filter by the object’s `
|
|
5987
|
-
|
|
6429
|
+
/** Filter by the object’s `fromAddress` field. */
|
|
6430
|
+
fromAddress?: StringFilter;
|
|
6431
|
+
/** Filter by the object’s `fromName` field. */
|
|
6432
|
+
fromName?: StringFilter;
|
|
5988
6433
|
/** Filter by the object’s `id` field. */
|
|
5989
6434
|
id?: UUIDFilter;
|
|
5990
|
-
/** Filter by the object’s `
|
|
5991
|
-
|
|
6435
|
+
/** Filter by the object’s `isActive` field. */
|
|
6436
|
+
isActive?: BooleanFilter;
|
|
6437
|
+
/** Filter by the object’s `isDefault` field. */
|
|
6438
|
+
isDefault?: BooleanFilter;
|
|
6439
|
+
/** Filter by the object’s `name` field. */
|
|
6440
|
+
name?: StringFilter;
|
|
5992
6441
|
/** Negates the expression. */
|
|
5993
|
-
not?:
|
|
6442
|
+
not?: PlatformEmailIdentityFilter;
|
|
5994
6443
|
/** Checks for any expressions in this list. */
|
|
5995
|
-
or?:
|
|
5996
|
-
/** Filter by the object’s `
|
|
5997
|
-
|
|
5998
|
-
/** `
|
|
5999
|
-
|
|
6000
|
-
/** Filter by the object’s `
|
|
6001
|
-
|
|
6002
|
-
/** `
|
|
6003
|
-
|
|
6004
|
-
/** Filter by the object’s `
|
|
6005
|
-
|
|
6006
|
-
/** Filter by the object’s `
|
|
6007
|
-
|
|
6444
|
+
or?: PlatformEmailIdentityFilter[];
|
|
6445
|
+
/** Filter by the object’s `platformEmailSiteIdentitiesByEmailIdentityId` relation. */
|
|
6446
|
+
platformEmailSiteIdentitiesByEmailIdentityId?: PlatformEmailIdentityToManyPlatformEmailSiteIdentityFilter;
|
|
6447
|
+
/** `platformEmailSiteIdentitiesByEmailIdentityId` exist. */
|
|
6448
|
+
platformEmailSiteIdentitiesByEmailIdentityIdExist?: boolean;
|
|
6449
|
+
/** Filter by the object’s `providerAccount` relation. */
|
|
6450
|
+
providerAccount?: PlatformEmailProviderAccountFilter;
|
|
6451
|
+
/** A related `providerAccount` exists. */
|
|
6452
|
+
providerAccountExists?: boolean;
|
|
6453
|
+
/** Filter by the object’s `providerAccountId` field. */
|
|
6454
|
+
providerAccountId?: UUIDFilter;
|
|
6455
|
+
/** Filter by the object’s `replyToAddress` field. */
|
|
6456
|
+
replyToAddress?: StringFilter;
|
|
6457
|
+
/** Filter by the object’s `supportAddress` field. */
|
|
6458
|
+
supportAddress?: StringFilter;
|
|
6459
|
+
/** Filter by the object’s `transportMode` field. */
|
|
6460
|
+
transportMode?: StringFilter;
|
|
6008
6461
|
/** Filter by the object’s `updatedAt` field. */
|
|
6009
6462
|
updatedAt?: DatetimeFilter;
|
|
6010
|
-
/** Filter by the object’s `verificationStatus` field. */
|
|
6011
|
-
verificationStatus?: StringFilter;
|
|
6012
|
-
/** Filter by the object’s `verifiedAt` field. */
|
|
6013
|
-
verifiedAt?: DatetimeFilter;
|
|
6014
6463
|
}
|
|
6015
|
-
export interface
|
|
6464
|
+
export interface PlatformEmailProviderAccountFilter {
|
|
6016
6465
|
/** Checks for all expressions in this list. */
|
|
6017
|
-
and?:
|
|
6018
|
-
/** Filter by the object’s `
|
|
6019
|
-
|
|
6020
|
-
/** Filter by the object’s `
|
|
6466
|
+
and?: PlatformEmailProviderAccountFilter[];
|
|
6467
|
+
/** Filter by the object’s `apiBaseUrl` field. */
|
|
6468
|
+
apiBaseUrl?: StringFilter;
|
|
6469
|
+
/** Filter by the object’s `createdAt` field. */
|
|
6470
|
+
createdAt?: DatetimeFilter;
|
|
6471
|
+
/** Filter by the object’s `credentialsSecretName` field. */
|
|
6472
|
+
credentialsSecretName?: StringFilter;
|
|
6473
|
+
/** Filter by the object’s `id` field. */
|
|
6474
|
+
id?: UUIDFilter;
|
|
6475
|
+
/** Filter by the object’s `isActive` field. */
|
|
6476
|
+
isActive?: BooleanFilter;
|
|
6477
|
+
/** Filter by the object’s `name` field. */
|
|
6478
|
+
name?: StringFilter;
|
|
6479
|
+
/** Negates the expression. */
|
|
6480
|
+
not?: PlatformEmailProviderAccountFilter;
|
|
6481
|
+
/** Checks for any expressions in this list. */
|
|
6482
|
+
or?: PlatformEmailProviderAccountFilter[];
|
|
6483
|
+
/** Filter by the object’s `platformEmailIdentitiesByProviderAccountId` relation. */
|
|
6484
|
+
platformEmailIdentitiesByProviderAccountId?: PlatformEmailProviderAccountToManyPlatformEmailIdentityFilter;
|
|
6485
|
+
/** `platformEmailIdentitiesByProviderAccountId` exist. */
|
|
6486
|
+
platformEmailIdentitiesByProviderAccountIdExist?: boolean;
|
|
6487
|
+
/** Filter by the object’s `provider` field. */
|
|
6488
|
+
provider?: StringFilter;
|
|
6489
|
+
/** Filter by the object’s `providerAccountName` field. */
|
|
6490
|
+
providerAccountName?: StringFilter;
|
|
6491
|
+
/** Filter by the object’s `region` field. */
|
|
6492
|
+
region?: StringFilter;
|
|
6493
|
+
/** Filter by the object’s `smtpHost` field. */
|
|
6494
|
+
smtpHost?: StringFilter;
|
|
6495
|
+
/** Filter by the object’s `smtpPort` field. */
|
|
6496
|
+
smtpPort?: IntFilter;
|
|
6497
|
+
/** Filter by the object’s `smtpSecure` field. */
|
|
6498
|
+
smtpSecure?: BooleanFilter;
|
|
6499
|
+
/** Filter by the object’s `smtpUser` field. */
|
|
6500
|
+
smtpUser?: StringFilter;
|
|
6501
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
6502
|
+
updatedAt?: DatetimeFilter;
|
|
6503
|
+
/** Filter by the object’s `webhookSigningSecretName` field. */
|
|
6504
|
+
webhookSigningSecretName?: StringFilter;
|
|
6505
|
+
}
|
|
6506
|
+
export interface PlatformEmailSiteIdentityFilter {
|
|
6507
|
+
/** Checks for all expressions in this list. */
|
|
6508
|
+
and?: PlatformEmailSiteIdentityFilter[];
|
|
6509
|
+
/** Filter by the object’s `createdAt` field. */
|
|
6510
|
+
createdAt?: DatetimeFilter;
|
|
6511
|
+
/** Filter by the object’s `emailIdentity` relation. */
|
|
6512
|
+
emailIdentity?: PlatformEmailIdentityFilter;
|
|
6513
|
+
/** Filter by the object’s `emailIdentityId` field. */
|
|
6514
|
+
emailIdentityId?: UUIDFilter;
|
|
6515
|
+
/** Filter by the object’s `id` field. */
|
|
6516
|
+
id?: UUIDFilter;
|
|
6517
|
+
/** Negates the expression. */
|
|
6518
|
+
not?: PlatformEmailSiteIdentityFilter;
|
|
6519
|
+
/** Checks for any expressions in this list. */
|
|
6520
|
+
or?: PlatformEmailSiteIdentityFilter[];
|
|
6521
|
+
/** Filter by the object’s `site` relation. */
|
|
6522
|
+
site?: PlatformSiteFilter;
|
|
6523
|
+
/** Filter by the object’s `siteId` field. */
|
|
6524
|
+
siteId?: UUIDFilter;
|
|
6525
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
6526
|
+
updatedAt?: DatetimeFilter;
|
|
6527
|
+
}
|
|
6528
|
+
export interface PlatformManagedDomainFilter {
|
|
6529
|
+
/** Filter by the object’s `allowPublicUsage` field. */
|
|
6530
|
+
allowPublicUsage?: BooleanFilter;
|
|
6531
|
+
/** Checks for all expressions in this list. */
|
|
6532
|
+
and?: PlatformManagedDomainFilter[];
|
|
6533
|
+
/** Filter by the object’s `annotations` field. */
|
|
6534
|
+
annotations?: JSONFilter;
|
|
6535
|
+
/** Filter by the object’s `certStatus` field. */
|
|
6536
|
+
certStatus?: StringFilter;
|
|
6537
|
+
/** Filter by the object’s `createdAt` field. */
|
|
6538
|
+
createdAt?: DatetimeFilter;
|
|
6539
|
+
/** Filter by the object’s `domain` field. */
|
|
6540
|
+
domain?: StringFilter;
|
|
6541
|
+
/** Filter by the object’s `id` field. */
|
|
6542
|
+
id?: UUIDFilter;
|
|
6543
|
+
/** Filter by the object’s `isWildcard` field. */
|
|
6544
|
+
isWildcard?: BooleanFilter;
|
|
6545
|
+
/** Negates the expression. */
|
|
6546
|
+
not?: PlatformManagedDomainFilter;
|
|
6547
|
+
/** Checks for any expressions in this list. */
|
|
6548
|
+
or?: PlatformManagedDomainFilter[];
|
|
6549
|
+
/** Filter by the object’s `platformDomainEventsByManagedDomainId` relation. */
|
|
6550
|
+
platformDomainEventsByManagedDomainId?: PlatformManagedDomainToManyPlatformDomainEventFilter;
|
|
6551
|
+
/** `platformDomainEventsByManagedDomainId` exist. */
|
|
6552
|
+
platformDomainEventsByManagedDomainIdExist?: boolean;
|
|
6553
|
+
/** Filter by the object’s `platformDomainVerificationsByManagedDomainId` relation. */
|
|
6554
|
+
platformDomainVerificationsByManagedDomainId?: PlatformManagedDomainToManyPlatformDomainVerificationFilter;
|
|
6555
|
+
/** `platformDomainVerificationsByManagedDomainId` exist. */
|
|
6556
|
+
platformDomainVerificationsByManagedDomainIdExist?: boolean;
|
|
6557
|
+
/** Filter by the object’s `tlsReadyAt` field. */
|
|
6558
|
+
tlsReadyAt?: DatetimeFilter;
|
|
6559
|
+
/** Filter by the object’s `tlsStatus` field. */
|
|
6560
|
+
tlsStatus?: StringFilter;
|
|
6561
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
6562
|
+
updatedAt?: DatetimeFilter;
|
|
6563
|
+
/** Filter by the object’s `verificationStatus` field. */
|
|
6564
|
+
verificationStatus?: StringFilter;
|
|
6565
|
+
/** Filter by the object’s `verifiedAt` field. */
|
|
6566
|
+
verifiedAt?: DatetimeFilter;
|
|
6567
|
+
}
|
|
6568
|
+
export interface PlatformPageFilter {
|
|
6569
|
+
/** Checks for all expressions in this list. */
|
|
6570
|
+
and?: PlatformPageFilter[];
|
|
6571
|
+
/** Filter by the object’s `commitId` field. */
|
|
6572
|
+
commitId?: UUIDFilter;
|
|
6573
|
+
/** Filter by the object’s `content` field. */
|
|
6021
6574
|
content?: JSONFilter;
|
|
6022
6575
|
/** Filter by the object’s `createdAt` field. */
|
|
6023
6576
|
createdAt?: DatetimeFilter;
|
|
@@ -6095,6 +6648,10 @@ export interface PlatformSiteFilter {
|
|
|
6095
6648
|
not?: PlatformSiteFilter;
|
|
6096
6649
|
/** Checks for any expressions in this list. */
|
|
6097
6650
|
or?: PlatformSiteFilter[];
|
|
6651
|
+
/** Filter by the object’s `platformEmailSiteIdentityBySiteId` relation. */
|
|
6652
|
+
platformEmailSiteIdentityBySiteId?: PlatformEmailSiteIdentityFilter;
|
|
6653
|
+
/** A related `platformEmailSiteIdentityBySiteId` exists. */
|
|
6654
|
+
platformEmailSiteIdentityBySiteIdExists?: boolean;
|
|
6098
6655
|
/** Filter by the object’s `platformPagesBySiteId` relation. */
|
|
6099
6656
|
platformPagesBySiteId?: PlatformSiteToManyPlatformPageFilter;
|
|
6100
6657
|
/** `platformPagesBySiteId` exist. */
|
|
@@ -6729,6 +7286,10 @@ export interface SiteFilter {
|
|
|
6729
7286
|
databaseId?: UUIDFilter;
|
|
6730
7287
|
/** Filter by the object’s `description` field. */
|
|
6731
7288
|
description?: StringFilter;
|
|
7289
|
+
/** Filter by the object’s `emailSiteIdentity` relation. */
|
|
7290
|
+
emailSiteIdentity?: EmailSiteIdentityFilter;
|
|
7291
|
+
/** A related `emailSiteIdentity` exists. */
|
|
7292
|
+
emailSiteIdentityExists?: boolean;
|
|
6732
7293
|
/** Filter by the object’s `id` field. */
|
|
6733
7294
|
id?: UUIDFilter;
|
|
6734
7295
|
/** Filter by the object’s `installationId` field. */
|
|
@@ -7004,38 +7565,6 @@ export interface SpatialRelationFilter {
|
|
|
7004
7565
|
/** Filter by the object’s `updatedAt` field. */
|
|
7005
7566
|
updatedAt?: DatetimeFilter;
|
|
7006
7567
|
}
|
|
7007
|
-
export interface SqlActionFilter {
|
|
7008
|
-
/** Filter by the object’s `actionId` field. */
|
|
7009
|
-
actionId?: UUIDFilter;
|
|
7010
|
-
/** Filter by the object’s `actionName` field. */
|
|
7011
|
-
actionName?: StringFilter;
|
|
7012
|
-
/** Filter by the object’s `actorId` field. */
|
|
7013
|
-
actorId?: UUIDFilter;
|
|
7014
|
-
/** Checks for all expressions in this list. */
|
|
7015
|
-
and?: SqlActionFilter[];
|
|
7016
|
-
/** Filter by the object’s `content` field. */
|
|
7017
|
-
content?: StringFilter;
|
|
7018
|
-
/** Filter by the object’s `createdAt` field. */
|
|
7019
|
-
createdAt?: DatetimeFilter;
|
|
7020
|
-
/** Filter by the object’s `databaseId` field. */
|
|
7021
|
-
databaseId?: UUIDFilter;
|
|
7022
|
-
/** Filter by the object’s `deploy` field. */
|
|
7023
|
-
deploy?: StringFilter;
|
|
7024
|
-
/** Filter by the object’s `deps` field. */
|
|
7025
|
-
deps?: StringListFilter;
|
|
7026
|
-
/** Filter by the object’s `id` field. */
|
|
7027
|
-
id?: IntFilter;
|
|
7028
|
-
/** Filter by the object’s `name` field. */
|
|
7029
|
-
name?: StringFilter;
|
|
7030
|
-
/** Negates the expression. */
|
|
7031
|
-
not?: SqlActionFilter;
|
|
7032
|
-
/** Checks for any expressions in this list. */
|
|
7033
|
-
or?: SqlActionFilter[];
|
|
7034
|
-
/** Filter by the object’s `revert` field. */
|
|
7035
|
-
revert?: StringFilter;
|
|
7036
|
-
/** Filter by the object’s `verify` field. */
|
|
7037
|
-
verify?: StringFilter;
|
|
7038
|
-
}
|
|
7039
7568
|
export interface TableBehaviorFilter {
|
|
7040
7569
|
/** Checks for all expressions in this list. */
|
|
7041
7570
|
and?: TableBehaviorFilter[];
|
|
@@ -7628,10 +8157,11 @@ export interface WebauthnSettingFilter {
|
|
|
7628
8157
|
/** Filter by the object’s `userFieldId` field. */
|
|
7629
8158
|
userFieldId?: UUIDFilter;
|
|
7630
8159
|
}
|
|
8160
|
+
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';
|
|
7631
8161
|
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';
|
|
7632
8162
|
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';
|
|
7633
|
-
export type
|
|
7634
|
-
export type
|
|
8163
|
+
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';
|
|
8164
|
+
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';
|
|
7635
8165
|
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';
|
|
7636
8166
|
export type CompositeTypeOrderBy = 'ATTRIBUTES_ASC' | 'ATTRIBUTES_DESC' | 'CATEGORY_ASC' | 'CATEGORY_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'ID_ASC' | 'ID_DESC' | 'LABEL_ASC' | 'LABEL_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SMART_TAGS_ASC' | 'SMART_TAGS_DESC' | 'TAGS_ASC' | 'TAGS_DESC';
|
|
7637
8167
|
export type CorsSettingOrderBy = 'ALLOWED_ORIGINS_ASC' | 'ALLOWED_ORIGINS_DESC' | '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' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
@@ -7644,6 +8174,9 @@ export type DomainOrderBy = 'CONFIG_ASC' | 'CONFIG_DESC' | 'CREATED_AT_ASC' | 'C
|
|
|
7644
8174
|
export type DomainEventOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DOMAIN_ID_ASC' | 'DOMAIN_ID_DESC' | 'DOMAIN_VERIFICATION_ID_ASC' | 'DOMAIN_VERIFICATION_ID_DESC' | 'EVENT_TYPE_ASC' | 'EVENT_TYPE_DESC' | 'ID_ASC' | 'ID_DESC' | 'MANAGED_DOMAIN_ID_ASC' | 'MANAGED_DOMAIN_ID_DESC' | 'MESSAGE_ASC' | 'MESSAGE_DESC' | 'METADATA_ASC' | 'METADATA_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
7645
8175
|
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';
|
|
7646
8176
|
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';
|
|
8177
|
+
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';
|
|
8178
|
+
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';
|
|
8179
|
+
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';
|
|
7647
8180
|
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';
|
|
7648
8181
|
export type EnumOrderBy = 'CATEGORY_ASC' | 'CATEGORY_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'ID_ASC' | 'ID_DESC' | 'LABEL_ASC' | 'LABEL_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SMART_TAGS_ASC' | 'SMART_TAGS_DESC' | 'TAGS_ASC' | 'TAGS_DESC' | 'VALUES_ASC' | 'VALUES_DESC';
|
|
7649
8182
|
export type ExclusionConstraintOrderBy = 'ACCESS_METHOD_ASC' | 'ACCESS_METHOD_DESC' | 'CATEGORY_ASC' | 'CATEGORY_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ELEMENT_EXPR_ASC' | 'ELEMENT_EXPR_DESC' | 'FIELD_IDS_ASC' | 'FIELD_IDS_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'OPERATORS_ASC' | 'OPERATORS_DESC' | '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' | 'WHERE_CLAUSE_ASC' | 'WHERE_CLAUSE_DESC';
|
|
@@ -7660,13 +8193,16 @@ export type ManagedDomainOrderBy = 'ALLOW_PUBLIC_USAGE_ASC' | 'ALLOW_PUBLIC_USAG
|
|
|
7660
8193
|
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';
|
|
7661
8194
|
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';
|
|
7662
8195
|
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';
|
|
8196
|
+
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';
|
|
7663
8197
|
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';
|
|
7664
8198
|
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';
|
|
7665
|
-
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';
|
|
7666
8199
|
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';
|
|
7667
8200
|
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';
|
|
7668
8201
|
export type PlatformDomainEventOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DOMAIN_ID_ASC' | 'DOMAIN_ID_DESC' | 'DOMAIN_VERIFICATION_ID_ASC' | 'DOMAIN_VERIFICATION_ID_DESC' | 'EVENT_TYPE_ASC' | 'EVENT_TYPE_DESC' | 'ID_ASC' | 'ID_DESC' | 'MANAGED_DOMAIN_ID_ASC' | 'MANAGED_DOMAIN_ID_DESC' | 'MESSAGE_ASC' | 'MESSAGE_DESC' | 'METADATA_ASC' | 'METADATA_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
7669
8202
|
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';
|
|
8203
|
+
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';
|
|
8204
|
+
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';
|
|
8205
|
+
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';
|
|
7670
8206
|
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';
|
|
7671
8207
|
export type PlatformPageOrderBy = 'COMMIT_ID_ASC' | 'COMMIT_ID_DESC' | 'CONTENT_ASC' | 'CONTENT_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_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';
|
|
7672
8208
|
export type PlatformSiteAppLinkOrderBy = 'APP_IDENTIFIER_ASC' | 'APP_IDENTIFIER_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PATH_COMPONENTS_ASC' | 'PATH_COMPONENTS_DESC' | 'PLATFORM_ASC' | 'PLATFORM_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SHA256_CERT_FINGERPRINTS_ASC' | 'SHA256_CERT_FINGERPRINTS_DESC' | 'SITE_ID_ASC' | 'SITE_ID_DESC' | 'STORE_URL_ASC' | 'STORE_URL_DESC' | 'TEAM_ID_ASC' | 'TEAM_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'WEBCREDENTIALS_ASC' | 'WEBCREDENTIALS_DESC';
|
|
@@ -7694,7 +8230,6 @@ export type SiteModuleOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE
|
|
|
7694
8230
|
export type SiteThemeOrderBy = 'COMMIT_ID_ASC' | 'COMMIT_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_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' | 'SITE_ID_ASC' | 'SITE_ID_DESC' | 'STORE_ID_ASC' | 'STORE_ID_DESC' | 'THEME_ASC' | 'THEME_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
7695
8231
|
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';
|
|
7696
8232
|
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';
|
|
7697
|
-
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';
|
|
7698
8233
|
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';
|
|
7699
8234
|
export type TableOrderBy = 'CATEGORY_ASC' | 'CATEGORY_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'ID_ASC' | 'ID_DESC' | 'INHERITS_ID_ASC' | 'INHERITS_ID_DESC' | 'LABEL_ASC' | 'LABEL_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PARTITIONED_ASC' | 'PARTITIONED_DESC' | 'PARTITION_KEY_NAMES_ASC' | 'PARTITION_KEY_NAMES_DESC' | 'PARTITION_KEY_TYPES_ASC' | 'PARTITION_KEY_TYPES_DESC' | 'PARTITION_STRATEGY_ASC' | 'PARTITION_STRATEGY_DESC' | 'PEOPLESTAMPS_ASC' | 'PEOPLESTAMPS_DESC' | 'PLURAL_NAME_ASC' | 'PLURAL_NAME_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRINCIPALSTAMPS_ASC' | 'PRINCIPALSTAMPS_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'SINGULAR_NAME_ASC' | 'SINGULAR_NAME_DESC' | 'SMART_TAGS_ASC' | 'SMART_TAGS_DESC' | 'STEP_UP_ASC' | 'STEP_UP_DESC' | 'TAGS_ASC' | 'TAGS_DESC' | 'TIMESTAMPS_ASC' | 'TIMESTAMPS_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'USE_RLS_ASC' | 'USE_RLS_DESC';
|
|
7700
8235
|
export type TableGrantOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'FIELD_IDS_ASC' | 'FIELD_IDS_DESC' | 'GRANTEE_NAME_ASC' | 'GRANTEE_NAME_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PRIVILEGE_ASC' | 'PRIVILEGE_DESC' | 'TABLE_ID_ASC' | 'TABLE_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
@@ -7708,6 +8243,36 @@ export type ViewGrantOrderBy = 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'GRANTEE
|
|
|
7708
8243
|
export type ViewRuleOrderBy = 'ACTION_ASC' | 'ACTION_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'EVENT_ASC' | 'EVENT_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'VIEW_ID_ASC' | 'VIEW_ID_DESC';
|
|
7709
8244
|
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';
|
|
7710
8245
|
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';
|
|
8246
|
+
export interface CreateApiInput {
|
|
8247
|
+
clientMutationId?: string;
|
|
8248
|
+
api: {
|
|
8249
|
+
anonRole?: string;
|
|
8250
|
+
config?: Record<string, unknown>;
|
|
8251
|
+
databaseId: string;
|
|
8252
|
+
dbname?: string;
|
|
8253
|
+
isPublished?: boolean;
|
|
8254
|
+
name: string;
|
|
8255
|
+
roleName?: string;
|
|
8256
|
+
};
|
|
8257
|
+
}
|
|
8258
|
+
export interface ApiPatch {
|
|
8259
|
+
anonRole?: string | null;
|
|
8260
|
+
config?: Record<string, unknown> | null;
|
|
8261
|
+
databaseId?: string | null;
|
|
8262
|
+
dbname?: string | null;
|
|
8263
|
+
isPublished?: boolean | null;
|
|
8264
|
+
name?: string | null;
|
|
8265
|
+
roleName?: string | null;
|
|
8266
|
+
}
|
|
8267
|
+
export interface UpdateApiInput {
|
|
8268
|
+
clientMutationId?: string;
|
|
8269
|
+
id: string;
|
|
8270
|
+
apiPatch: ApiPatch;
|
|
8271
|
+
}
|
|
8272
|
+
export interface DeleteApiInput {
|
|
8273
|
+
clientMutationId?: string;
|
|
8274
|
+
id: string;
|
|
8275
|
+
}
|
|
7711
8276
|
export interface CreateApiSchemaInput {
|
|
7712
8277
|
clientMutationId?: string;
|
|
7713
8278
|
apiSchema: {
|
|
@@ -7778,73 +8343,67 @@ export interface DeleteApiSettingInput {
|
|
|
7778
8343
|
clientMutationId?: string;
|
|
7779
8344
|
id: string;
|
|
7780
8345
|
}
|
|
7781
|
-
export interface
|
|
8346
|
+
export interface CreateAppComponentInput {
|
|
7782
8347
|
clientMutationId?: string;
|
|
7783
|
-
|
|
7784
|
-
|
|
8348
|
+
appComponent: {
|
|
8349
|
+
appId: string;
|
|
8350
|
+
componentApiId?: string;
|
|
8351
|
+
componentDomainId?: string;
|
|
8352
|
+
componentInstallationId?: string;
|
|
8353
|
+
componentSiteId?: string;
|
|
8354
|
+
componentType?: string;
|
|
7785
8355
|
config?: Record<string, unknown>;
|
|
7786
8356
|
databaseId: string;
|
|
7787
|
-
dbname?: string;
|
|
7788
|
-
isPublished?: boolean;
|
|
7789
|
-
name: string;
|
|
7790
|
-
roleName?: string;
|
|
7791
8357
|
};
|
|
7792
8358
|
}
|
|
7793
|
-
export interface
|
|
7794
|
-
|
|
8359
|
+
export interface AppComponentPatch {
|
|
8360
|
+
appId?: string | null;
|
|
8361
|
+
componentApiId?: string | null;
|
|
8362
|
+
componentDomainId?: string | null;
|
|
8363
|
+
componentInstallationId?: string | null;
|
|
8364
|
+
componentSiteId?: string | null;
|
|
8365
|
+
componentType?: string | null;
|
|
7795
8366
|
config?: Record<string, unknown> | null;
|
|
7796
8367
|
databaseId?: string | null;
|
|
7797
|
-
dbname?: string | null;
|
|
7798
|
-
isPublished?: boolean | null;
|
|
7799
|
-
name?: string | null;
|
|
7800
|
-
roleName?: string | null;
|
|
7801
8368
|
}
|
|
7802
|
-
export interface
|
|
8369
|
+
export interface UpdateAppComponentInput {
|
|
7803
8370
|
clientMutationId?: string;
|
|
7804
8371
|
id: string;
|
|
7805
|
-
|
|
8372
|
+
appComponentPatch: AppComponentPatch;
|
|
7806
8373
|
}
|
|
7807
|
-
export interface
|
|
8374
|
+
export interface DeleteAppComponentInput {
|
|
7808
8375
|
clientMutationId?: string;
|
|
7809
8376
|
id: string;
|
|
7810
8377
|
}
|
|
7811
|
-
export interface
|
|
8378
|
+
export interface CreateAppInput {
|
|
7812
8379
|
clientMutationId?: string;
|
|
7813
|
-
|
|
7814
|
-
|
|
7815
|
-
actionName?: string;
|
|
7816
|
-
actorId: string;
|
|
8380
|
+
app: {
|
|
8381
|
+
config?: Record<string, unknown>;
|
|
7817
8382
|
databaseId: string;
|
|
7818
|
-
|
|
7819
|
-
|
|
7820
|
-
name
|
|
7821
|
-
|
|
7822
|
-
|
|
7823
|
-
revert?: Record<string, unknown>;
|
|
7824
|
-
verify?: Record<string, unknown>;
|
|
8383
|
+
description?: string;
|
|
8384
|
+
isPublished?: boolean;
|
|
8385
|
+
name: string;
|
|
8386
|
+
status?: string;
|
|
8387
|
+
title?: string;
|
|
7825
8388
|
};
|
|
7826
8389
|
}
|
|
7827
|
-
export interface
|
|
7828
|
-
|
|
7829
|
-
actionName?: string | null;
|
|
7830
|
-
actorId?: string | null;
|
|
8390
|
+
export interface AppPatch {
|
|
8391
|
+
config?: Record<string, unknown> | null;
|
|
7831
8392
|
databaseId?: string | null;
|
|
7832
|
-
|
|
7833
|
-
|
|
8393
|
+
description?: string | null;
|
|
8394
|
+
isPublished?: boolean | null;
|
|
7834
8395
|
name?: string | null;
|
|
7835
|
-
|
|
7836
|
-
|
|
7837
|
-
revert?: Record<string, unknown> | null;
|
|
7838
|
-
verify?: Record<string, unknown> | null;
|
|
8396
|
+
status?: string | null;
|
|
8397
|
+
title?: string | null;
|
|
7839
8398
|
}
|
|
7840
|
-
export interface
|
|
8399
|
+
export interface UpdateAppInput {
|
|
7841
8400
|
clientMutationId?: string;
|
|
7842
|
-
id:
|
|
7843
|
-
|
|
8401
|
+
id: string;
|
|
8402
|
+
appPatch: AppPatch;
|
|
7844
8403
|
}
|
|
7845
|
-
export interface
|
|
8404
|
+
export interface DeleteAppInput {
|
|
7846
8405
|
clientMutationId?: string;
|
|
7847
|
-
id:
|
|
8406
|
+
id: string;
|
|
7848
8407
|
}
|
|
7849
8408
|
export interface CreateCheckConstraintInput {
|
|
7850
8409
|
clientMutationId?: string;
|
|
@@ -8264,6 +8823,106 @@ export interface DeleteDomainVerificationInput {
|
|
|
8264
8823
|
clientMutationId?: string;
|
|
8265
8824
|
id: string;
|
|
8266
8825
|
}
|
|
8826
|
+
export interface CreateEmailIdentityInput {
|
|
8827
|
+
clientMutationId?: string;
|
|
8828
|
+
emailIdentity: {
|
|
8829
|
+
databaseId: string;
|
|
8830
|
+
fromAddress: string;
|
|
8831
|
+
fromName?: string;
|
|
8832
|
+
isActive?: boolean;
|
|
8833
|
+
isDefault?: boolean;
|
|
8834
|
+
name: string;
|
|
8835
|
+
providerAccountId?: string;
|
|
8836
|
+
replyToAddress?: string;
|
|
8837
|
+
supportAddress?: string;
|
|
8838
|
+
transportMode?: string;
|
|
8839
|
+
};
|
|
8840
|
+
}
|
|
8841
|
+
export interface EmailIdentityPatch {
|
|
8842
|
+
databaseId?: string | null;
|
|
8843
|
+
fromAddress?: string | null;
|
|
8844
|
+
fromName?: string | null;
|
|
8845
|
+
isActive?: boolean | null;
|
|
8846
|
+
isDefault?: boolean | null;
|
|
8847
|
+
name?: string | null;
|
|
8848
|
+
providerAccountId?: string | null;
|
|
8849
|
+
replyToAddress?: string | null;
|
|
8850
|
+
supportAddress?: string | null;
|
|
8851
|
+
transportMode?: string | null;
|
|
8852
|
+
}
|
|
8853
|
+
export interface UpdateEmailIdentityInput {
|
|
8854
|
+
clientMutationId?: string;
|
|
8855
|
+
id: string;
|
|
8856
|
+
emailIdentityPatch: EmailIdentityPatch;
|
|
8857
|
+
}
|
|
8858
|
+
export interface DeleteEmailIdentityInput {
|
|
8859
|
+
clientMutationId?: string;
|
|
8860
|
+
id: string;
|
|
8861
|
+
}
|
|
8862
|
+
export interface CreateEmailProviderAccountInput {
|
|
8863
|
+
clientMutationId?: string;
|
|
8864
|
+
emailProviderAccount: {
|
|
8865
|
+
apiBaseUrl?: string;
|
|
8866
|
+
credentialsSecretName: string;
|
|
8867
|
+
databaseId: string;
|
|
8868
|
+
isActive?: boolean;
|
|
8869
|
+
name: string;
|
|
8870
|
+
provider: string;
|
|
8871
|
+
providerAccountName?: string;
|
|
8872
|
+
region?: string;
|
|
8873
|
+
smtpHost?: string;
|
|
8874
|
+
smtpPort?: number;
|
|
8875
|
+
smtpSecure?: boolean;
|
|
8876
|
+
smtpUser?: string;
|
|
8877
|
+
webhookSigningSecretName?: string;
|
|
8878
|
+
};
|
|
8879
|
+
}
|
|
8880
|
+
export interface EmailProviderAccountPatch {
|
|
8881
|
+
apiBaseUrl?: string | null;
|
|
8882
|
+
credentialsSecretName?: string | null;
|
|
8883
|
+
databaseId?: string | null;
|
|
8884
|
+
isActive?: boolean | null;
|
|
8885
|
+
name?: string | null;
|
|
8886
|
+
provider?: string | null;
|
|
8887
|
+
providerAccountName?: string | null;
|
|
8888
|
+
region?: string | null;
|
|
8889
|
+
smtpHost?: string | null;
|
|
8890
|
+
smtpPort?: number | null;
|
|
8891
|
+
smtpSecure?: boolean | null;
|
|
8892
|
+
smtpUser?: string | null;
|
|
8893
|
+
webhookSigningSecretName?: string | null;
|
|
8894
|
+
}
|
|
8895
|
+
export interface UpdateEmailProviderAccountInput {
|
|
8896
|
+
clientMutationId?: string;
|
|
8897
|
+
id: string;
|
|
8898
|
+
emailProviderAccountPatch: EmailProviderAccountPatch;
|
|
8899
|
+
}
|
|
8900
|
+
export interface DeleteEmailProviderAccountInput {
|
|
8901
|
+
clientMutationId?: string;
|
|
8902
|
+
id: string;
|
|
8903
|
+
}
|
|
8904
|
+
export interface CreateEmailSiteIdentityInput {
|
|
8905
|
+
clientMutationId?: string;
|
|
8906
|
+
emailSiteIdentity: {
|
|
8907
|
+
databaseId: string;
|
|
8908
|
+
emailIdentityId: string;
|
|
8909
|
+
siteId: string;
|
|
8910
|
+
};
|
|
8911
|
+
}
|
|
8912
|
+
export interface EmailSiteIdentityPatch {
|
|
8913
|
+
databaseId?: string | null;
|
|
8914
|
+
emailIdentityId?: string | null;
|
|
8915
|
+
siteId?: string | null;
|
|
8916
|
+
}
|
|
8917
|
+
export interface UpdateEmailSiteIdentityInput {
|
|
8918
|
+
clientMutationId?: string;
|
|
8919
|
+
id: string;
|
|
8920
|
+
emailSiteIdentityPatch: EmailSiteIdentityPatch;
|
|
8921
|
+
}
|
|
8922
|
+
export interface DeleteEmailSiteIdentityInput {
|
|
8923
|
+
clientMutationId?: string;
|
|
8924
|
+
id: string;
|
|
8925
|
+
}
|
|
8267
8926
|
export interface CreateEmbeddingChunkInput {
|
|
8268
8927
|
clientMutationId?: string;
|
|
8269
8928
|
embeddingChunk: {
|
|
@@ -8846,6 +9505,34 @@ export interface DeletePartitionInput {
|
|
|
8846
9505
|
clientMutationId?: string;
|
|
8847
9506
|
id: string;
|
|
8848
9507
|
}
|
|
9508
|
+
export interface CreatePlatformApiInput {
|
|
9509
|
+
clientMutationId?: string;
|
|
9510
|
+
platformApi: {
|
|
9511
|
+
anonRole?: string;
|
|
9512
|
+
config?: Record<string, unknown>;
|
|
9513
|
+
dbname?: string;
|
|
9514
|
+
isPublished?: boolean;
|
|
9515
|
+
name: string;
|
|
9516
|
+
roleName?: string;
|
|
9517
|
+
};
|
|
9518
|
+
}
|
|
9519
|
+
export interface PlatformApiPatch {
|
|
9520
|
+
anonRole?: string | null;
|
|
9521
|
+
config?: Record<string, unknown> | null;
|
|
9522
|
+
dbname?: string | null;
|
|
9523
|
+
isPublished?: boolean | null;
|
|
9524
|
+
name?: string | null;
|
|
9525
|
+
roleName?: string | null;
|
|
9526
|
+
}
|
|
9527
|
+
export interface UpdatePlatformApiInput {
|
|
9528
|
+
clientMutationId?: string;
|
|
9529
|
+
id: string;
|
|
9530
|
+
platformApiPatch: PlatformApiPatch;
|
|
9531
|
+
}
|
|
9532
|
+
export interface DeletePlatformApiInput {
|
|
9533
|
+
clientMutationId?: string;
|
|
9534
|
+
id: string;
|
|
9535
|
+
}
|
|
8849
9536
|
export interface CreatePlatformApiSchemaInput {
|
|
8850
9537
|
clientMutationId?: string;
|
|
8851
9538
|
platformApiSchema: {
|
|
@@ -8912,34 +9599,6 @@ export interface DeletePlatformApiSettingInput {
|
|
|
8912
9599
|
clientMutationId?: string;
|
|
8913
9600
|
id: string;
|
|
8914
9601
|
}
|
|
8915
|
-
export interface CreatePlatformApisInput {
|
|
8916
|
-
clientMutationId?: string;
|
|
8917
|
-
platformApis: {
|
|
8918
|
-
anonRole?: string;
|
|
8919
|
-
config?: Record<string, unknown>;
|
|
8920
|
-
dbname?: string;
|
|
8921
|
-
isPublished?: boolean;
|
|
8922
|
-
name: string;
|
|
8923
|
-
roleName?: string;
|
|
8924
|
-
};
|
|
8925
|
-
}
|
|
8926
|
-
export interface PlatformApisPatch {
|
|
8927
|
-
anonRole?: string | null;
|
|
8928
|
-
config?: Record<string, unknown> | null;
|
|
8929
|
-
dbname?: string | null;
|
|
8930
|
-
isPublished?: boolean | null;
|
|
8931
|
-
name?: string | null;
|
|
8932
|
-
roleName?: string | null;
|
|
8933
|
-
}
|
|
8934
|
-
export interface UpdatePlatformApisInput {
|
|
8935
|
-
clientMutationId?: string;
|
|
8936
|
-
id: string;
|
|
8937
|
-
platformApisPatch: PlatformApisPatch;
|
|
8938
|
-
}
|
|
8939
|
-
export interface DeletePlatformApisInput {
|
|
8940
|
-
clientMutationId?: string;
|
|
8941
|
-
id: string;
|
|
8942
|
-
}
|
|
8943
9602
|
export interface CreatePlatformCorsSettingInput {
|
|
8944
9603
|
clientMutationId?: string;
|
|
8945
9604
|
platformCorsSetting: {
|
|
@@ -9068,46 +9727,140 @@ export interface DeletePlatformDomainVerificationInput {
|
|
|
9068
9727
|
clientMutationId?: string;
|
|
9069
9728
|
id: string;
|
|
9070
9729
|
}
|
|
9071
|
-
export interface
|
|
9730
|
+
export interface CreatePlatformEmailIdentityInput {
|
|
9072
9731
|
clientMutationId?: string;
|
|
9073
|
-
|
|
9074
|
-
|
|
9075
|
-
|
|
9076
|
-
|
|
9077
|
-
|
|
9078
|
-
|
|
9079
|
-
|
|
9080
|
-
|
|
9081
|
-
|
|
9082
|
-
|
|
9732
|
+
platformEmailIdentity: {
|
|
9733
|
+
fromAddress: string;
|
|
9734
|
+
fromName?: string;
|
|
9735
|
+
isActive?: boolean;
|
|
9736
|
+
isDefault?: boolean;
|
|
9737
|
+
name: string;
|
|
9738
|
+
providerAccountId?: string;
|
|
9739
|
+
replyToAddress?: string;
|
|
9740
|
+
supportAddress?: string;
|
|
9741
|
+
transportMode?: string;
|
|
9083
9742
|
};
|
|
9084
9743
|
}
|
|
9085
|
-
export interface
|
|
9086
|
-
|
|
9087
|
-
|
|
9088
|
-
|
|
9089
|
-
|
|
9090
|
-
|
|
9091
|
-
|
|
9092
|
-
|
|
9093
|
-
|
|
9094
|
-
|
|
9744
|
+
export interface PlatformEmailIdentityPatch {
|
|
9745
|
+
fromAddress?: string | null;
|
|
9746
|
+
fromName?: string | null;
|
|
9747
|
+
isActive?: boolean | null;
|
|
9748
|
+
isDefault?: boolean | null;
|
|
9749
|
+
name?: string | null;
|
|
9750
|
+
providerAccountId?: string | null;
|
|
9751
|
+
replyToAddress?: string | null;
|
|
9752
|
+
supportAddress?: string | null;
|
|
9753
|
+
transportMode?: string | null;
|
|
9095
9754
|
}
|
|
9096
|
-
export interface
|
|
9755
|
+
export interface UpdatePlatformEmailIdentityInput {
|
|
9097
9756
|
clientMutationId?: string;
|
|
9098
9757
|
id: string;
|
|
9099
|
-
|
|
9758
|
+
platformEmailIdentityPatch: PlatformEmailIdentityPatch;
|
|
9100
9759
|
}
|
|
9101
|
-
export interface
|
|
9760
|
+
export interface DeletePlatformEmailIdentityInput {
|
|
9102
9761
|
clientMutationId?: string;
|
|
9103
9762
|
id: string;
|
|
9104
9763
|
}
|
|
9105
|
-
export interface
|
|
9764
|
+
export interface CreatePlatformEmailProviderAccountInput {
|
|
9106
9765
|
clientMutationId?: string;
|
|
9107
|
-
|
|
9108
|
-
|
|
9109
|
-
|
|
9110
|
-
|
|
9766
|
+
platformEmailProviderAccount: {
|
|
9767
|
+
apiBaseUrl?: string;
|
|
9768
|
+
credentialsSecretName: string;
|
|
9769
|
+
isActive?: boolean;
|
|
9770
|
+
name: string;
|
|
9771
|
+
provider: string;
|
|
9772
|
+
providerAccountName?: string;
|
|
9773
|
+
region?: string;
|
|
9774
|
+
smtpHost?: string;
|
|
9775
|
+
smtpPort?: number;
|
|
9776
|
+
smtpSecure?: boolean;
|
|
9777
|
+
smtpUser?: string;
|
|
9778
|
+
webhookSigningSecretName?: string;
|
|
9779
|
+
};
|
|
9780
|
+
}
|
|
9781
|
+
export interface PlatformEmailProviderAccountPatch {
|
|
9782
|
+
apiBaseUrl?: string | null;
|
|
9783
|
+
credentialsSecretName?: string | null;
|
|
9784
|
+
isActive?: boolean | null;
|
|
9785
|
+
name?: string | null;
|
|
9786
|
+
provider?: string | null;
|
|
9787
|
+
providerAccountName?: string | null;
|
|
9788
|
+
region?: string | null;
|
|
9789
|
+
smtpHost?: string | null;
|
|
9790
|
+
smtpPort?: number | null;
|
|
9791
|
+
smtpSecure?: boolean | null;
|
|
9792
|
+
smtpUser?: string | null;
|
|
9793
|
+
webhookSigningSecretName?: string | null;
|
|
9794
|
+
}
|
|
9795
|
+
export interface UpdatePlatformEmailProviderAccountInput {
|
|
9796
|
+
clientMutationId?: string;
|
|
9797
|
+
id: string;
|
|
9798
|
+
platformEmailProviderAccountPatch: PlatformEmailProviderAccountPatch;
|
|
9799
|
+
}
|
|
9800
|
+
export interface DeletePlatformEmailProviderAccountInput {
|
|
9801
|
+
clientMutationId?: string;
|
|
9802
|
+
id: string;
|
|
9803
|
+
}
|
|
9804
|
+
export interface CreatePlatformEmailSiteIdentityInput {
|
|
9805
|
+
clientMutationId?: string;
|
|
9806
|
+
platformEmailSiteIdentity: {
|
|
9807
|
+
emailIdentityId: string;
|
|
9808
|
+
siteId: string;
|
|
9809
|
+
};
|
|
9810
|
+
}
|
|
9811
|
+
export interface PlatformEmailSiteIdentityPatch {
|
|
9812
|
+
emailIdentityId?: string | null;
|
|
9813
|
+
siteId?: string | null;
|
|
9814
|
+
}
|
|
9815
|
+
export interface UpdatePlatformEmailSiteIdentityInput {
|
|
9816
|
+
clientMutationId?: string;
|
|
9817
|
+
id: string;
|
|
9818
|
+
platformEmailSiteIdentityPatch: PlatformEmailSiteIdentityPatch;
|
|
9819
|
+
}
|
|
9820
|
+
export interface DeletePlatformEmailSiteIdentityInput {
|
|
9821
|
+
clientMutationId?: string;
|
|
9822
|
+
id: string;
|
|
9823
|
+
}
|
|
9824
|
+
export interface CreatePlatformManagedDomainInput {
|
|
9825
|
+
clientMutationId?: string;
|
|
9826
|
+
platformManagedDomain: {
|
|
9827
|
+
allowPublicUsage?: boolean;
|
|
9828
|
+
annotations?: Record<string, unknown>;
|
|
9829
|
+
certStatus?: string;
|
|
9830
|
+
domain: string;
|
|
9831
|
+
isWildcard?: boolean;
|
|
9832
|
+
tlsReadyAt?: string;
|
|
9833
|
+
tlsStatus?: string;
|
|
9834
|
+
verificationStatus?: string;
|
|
9835
|
+
verifiedAt?: string;
|
|
9836
|
+
};
|
|
9837
|
+
}
|
|
9838
|
+
export interface PlatformManagedDomainPatch {
|
|
9839
|
+
allowPublicUsage?: boolean | null;
|
|
9840
|
+
annotations?: Record<string, unknown> | null;
|
|
9841
|
+
certStatus?: string | null;
|
|
9842
|
+
domain?: string | null;
|
|
9843
|
+
isWildcard?: boolean | null;
|
|
9844
|
+
tlsReadyAt?: string | null;
|
|
9845
|
+
tlsStatus?: string | null;
|
|
9846
|
+
verificationStatus?: string | null;
|
|
9847
|
+
verifiedAt?: string | null;
|
|
9848
|
+
}
|
|
9849
|
+
export interface UpdatePlatformManagedDomainInput {
|
|
9850
|
+
clientMutationId?: string;
|
|
9851
|
+
id: string;
|
|
9852
|
+
platformManagedDomainPatch: PlatformManagedDomainPatch;
|
|
9853
|
+
}
|
|
9854
|
+
export interface DeletePlatformManagedDomainInput {
|
|
9855
|
+
clientMutationId?: string;
|
|
9856
|
+
id: string;
|
|
9857
|
+
}
|
|
9858
|
+
export interface CreatePlatformPageInput {
|
|
9859
|
+
clientMutationId?: string;
|
|
9860
|
+
platformPage: {
|
|
9861
|
+
commitId?: string;
|
|
9862
|
+
content: Record<string, unknown>;
|
|
9863
|
+
siteId: string;
|
|
9111
9864
|
slug: string;
|
|
9112
9865
|
storeId?: string;
|
|
9113
9866
|
};
|
|
@@ -9940,44 +10693,6 @@ export interface DeleteSpatialRelationInput {
|
|
|
9940
10693
|
clientMutationId?: string;
|
|
9941
10694
|
id: string;
|
|
9942
10695
|
}
|
|
9943
|
-
export interface CreateSqlActionInput {
|
|
9944
|
-
clientMutationId?: string;
|
|
9945
|
-
sqlAction: {
|
|
9946
|
-
actionId: string;
|
|
9947
|
-
actionName?: string;
|
|
9948
|
-
actorId: string;
|
|
9949
|
-
content?: string;
|
|
9950
|
-
databaseId: string;
|
|
9951
|
-
deploy?: string;
|
|
9952
|
-
deps?: string[];
|
|
9953
|
-
name?: string;
|
|
9954
|
-
payload?: Record<string, unknown>;
|
|
9955
|
-
revert?: string;
|
|
9956
|
-
verify?: string;
|
|
9957
|
-
};
|
|
9958
|
-
}
|
|
9959
|
-
export interface SqlActionPatch {
|
|
9960
|
-
actionId?: string | null;
|
|
9961
|
-
actionName?: string | null;
|
|
9962
|
-
actorId?: string | null;
|
|
9963
|
-
content?: string | null;
|
|
9964
|
-
databaseId?: string | null;
|
|
9965
|
-
deploy?: string | null;
|
|
9966
|
-
deps?: string[] | null;
|
|
9967
|
-
name?: string | null;
|
|
9968
|
-
payload?: Record<string, unknown> | null;
|
|
9969
|
-
revert?: string | null;
|
|
9970
|
-
verify?: string | null;
|
|
9971
|
-
}
|
|
9972
|
-
export interface UpdateSqlActionInput {
|
|
9973
|
-
clientMutationId?: string;
|
|
9974
|
-
id: number;
|
|
9975
|
-
sqlActionPatch: SqlActionPatch;
|
|
9976
|
-
}
|
|
9977
|
-
export interface DeleteSqlActionInput {
|
|
9978
|
-
clientMutationId?: string;
|
|
9979
|
-
id: number;
|
|
9980
|
-
}
|
|
9981
10696
|
export interface CreateTableBehaviorInput {
|
|
9982
10697
|
clientMutationId?: string;
|
|
9983
10698
|
tableBehavior: {
|
|
@@ -10409,10 +11124,6 @@ export interface DeleteWebauthnSettingInput {
|
|
|
10409
11124
|
id: string;
|
|
10410
11125
|
}
|
|
10411
11126
|
export declare const connectionFieldsMap: Record<string, Record<string, string>>;
|
|
10412
|
-
export interface AcceptDatabaseTransferInput {
|
|
10413
|
-
clientMutationId?: string;
|
|
10414
|
-
transferId?: string;
|
|
10415
|
-
}
|
|
10416
11127
|
export interface ApplyRlsInput {
|
|
10417
11128
|
clientMutationId?: string;
|
|
10418
11129
|
fieldIds?: string[];
|
|
@@ -10423,9 +11134,28 @@ export interface ApplyRlsInput {
|
|
|
10423
11134
|
tableId?: string;
|
|
10424
11135
|
vars?: Record<string, unknown>;
|
|
10425
11136
|
}
|
|
10426
|
-
export interface
|
|
11137
|
+
export interface AppsInstallAppInput {
|
|
11138
|
+
apex?: string;
|
|
11139
|
+
clientMutationId?: string;
|
|
11140
|
+
config?: Record<string, unknown>;
|
|
11141
|
+
definitionIds?: string[];
|
|
11142
|
+
hostname?: string;
|
|
11143
|
+
label?: string;
|
|
11144
|
+
name?: string;
|
|
11145
|
+
namespaceId?: string;
|
|
11146
|
+
params?: Record<string, unknown>;
|
|
11147
|
+
routePath?: string;
|
|
11148
|
+
slug?: string;
|
|
11149
|
+
title?: string;
|
|
11150
|
+
}
|
|
11151
|
+
export interface AppsUninstallAppInput {
|
|
11152
|
+
clientMutationId?: string;
|
|
11153
|
+
targetAppId?: string;
|
|
11154
|
+
}
|
|
11155
|
+
export interface AppsUpgradeAppInput {
|
|
10427
11156
|
clientMutationId?: string;
|
|
10428
|
-
|
|
11157
|
+
newParams?: Record<string, unknown>;
|
|
11158
|
+
targetAppId?: string;
|
|
10429
11159
|
}
|
|
10430
11160
|
export interface DomainsAssignSubdomainInput {
|
|
10431
11161
|
apex?: string;
|
|
@@ -10457,10 +11187,6 @@ export interface ProvisionBucketInput {
|
|
|
10457
11187
|
*/
|
|
10458
11188
|
ownerId?: string;
|
|
10459
11189
|
}
|
|
10460
|
-
export interface RejectDatabaseTransferInput {
|
|
10461
|
-
clientMutationId?: string;
|
|
10462
|
-
transferId?: string;
|
|
10463
|
-
}
|
|
10464
11190
|
export interface RequestDatabaseInput {
|
|
10465
11191
|
clientMutationId?: string;
|
|
10466
11192
|
databaseName?: string;
|
|
@@ -10484,7 +11210,7 @@ export interface SitesProvisionStaticSiteInput {
|
|
|
10484
11210
|
siteConfig?: Record<string, unknown>;
|
|
10485
11211
|
}
|
|
10486
11212
|
/** A filter to be used against many `ApiSchema` object types. All fields are combined with a logical ‘and.’ */
|
|
10487
|
-
export interface
|
|
11213
|
+
export interface ApiToManyApiSchemaFilter {
|
|
10488
11214
|
/** Filters to entities where every related entity matches. */
|
|
10489
11215
|
every?: ApiSchemaFilter;
|
|
10490
11216
|
/** Filters to entities where no related entity matches. */
|
|
@@ -10493,7 +11219,7 @@ export interface ApisToManyApiSchemaFilter {
|
|
|
10493
11219
|
some?: ApiSchemaFilter;
|
|
10494
11220
|
}
|
|
10495
11221
|
/** A filter to be used against many `CorsSetting` object types. All fields are combined with a logical ‘and.’ */
|
|
10496
|
-
export interface
|
|
11222
|
+
export interface ApiToManyCorsSettingFilter {
|
|
10497
11223
|
/** Filters to entities where every related entity matches. */
|
|
10498
11224
|
every?: CorsSettingFilter;
|
|
10499
11225
|
/** Filters to entities where no related entity matches. */
|
|
@@ -10501,6 +11227,15 @@ export interface ApisToManyCorsSettingFilter {
|
|
|
10501
11227
|
/** Filters to entities where at least one related entity matches. */
|
|
10502
11228
|
some?: CorsSettingFilter;
|
|
10503
11229
|
}
|
|
11230
|
+
/** A filter to be used against many `AppComponent` object types. All fields are combined with a logical ‘and.’ */
|
|
11231
|
+
export interface AppToManyAppComponentFilter {
|
|
11232
|
+
/** Filters to entities where every related entity matches. */
|
|
11233
|
+
every?: AppComponentFilter;
|
|
11234
|
+
/** Filters to entities where no related entity matches. */
|
|
11235
|
+
none?: AppComponentFilter;
|
|
11236
|
+
/** Filters to entities where at least one related entity matches. */
|
|
11237
|
+
some?: AppComponentFilter;
|
|
11238
|
+
}
|
|
10504
11239
|
/** A filter to be used against ObjectCategory fields. All fields are combined with a logical ‘and.’ */
|
|
10505
11240
|
export interface ObjectCategoryFilter {
|
|
10506
11241
|
/** Not equal to the specified value, treating null like an ordinary value. */
|
|
@@ -10868,6 +11603,24 @@ export interface DomainToManyRouteFilter {
|
|
|
10868
11603
|
/** Filters to entities where at least one related entity matches. */
|
|
10869
11604
|
some?: RouteFilter;
|
|
10870
11605
|
}
|
|
11606
|
+
/** A filter to be used against many `EmailSiteIdentity` object types. All fields are combined with a logical ‘and.’ */
|
|
11607
|
+
export interface EmailIdentityToManyEmailSiteIdentityFilter {
|
|
11608
|
+
/** Filters to entities where every related entity matches. */
|
|
11609
|
+
every?: EmailSiteIdentityFilter;
|
|
11610
|
+
/** Filters to entities where no related entity matches. */
|
|
11611
|
+
none?: EmailSiteIdentityFilter;
|
|
11612
|
+
/** Filters to entities where at least one related entity matches. */
|
|
11613
|
+
some?: EmailSiteIdentityFilter;
|
|
11614
|
+
}
|
|
11615
|
+
/** A filter to be used against many `EmailIdentity` object types. All fields are combined with a logical ‘and.’ */
|
|
11616
|
+
export interface EmailProviderAccountToManyEmailIdentityFilter {
|
|
11617
|
+
/** Filters to entities where every related entity matches. */
|
|
11618
|
+
every?: EmailIdentityFilter;
|
|
11619
|
+
/** Filters to entities where no related entity matches. */
|
|
11620
|
+
none?: EmailIdentityFilter;
|
|
11621
|
+
/** Filters to entities where at least one related entity matches. */
|
|
11622
|
+
some?: EmailIdentityFilter;
|
|
11623
|
+
}
|
|
10871
11624
|
/** A filter to be used against many `EmbeddingChunk` object types. All fields are combined with a logical ‘and.’ */
|
|
10872
11625
|
export interface FieldToManyEmbeddingChunkFilter {
|
|
10873
11626
|
/** Filters to entities where every related entity matches. */
|
|
@@ -10932,7 +11685,7 @@ export interface ManagedDomainToManyDomainVerificationFilter {
|
|
|
10932
11685
|
some?: DomainVerificationFilter;
|
|
10933
11686
|
}
|
|
10934
11687
|
/** A filter to be used against many `PlatformApiSchema` object types. All fields are combined with a logical ‘and.’ */
|
|
10935
|
-
export interface
|
|
11688
|
+
export interface PlatformApiToManyPlatformApiSchemaFilter {
|
|
10936
11689
|
/** Filters to entities where every related entity matches. */
|
|
10937
11690
|
every?: PlatformApiSchemaFilter;
|
|
10938
11691
|
/** Filters to entities where no related entity matches. */
|
|
@@ -10958,6 +11711,24 @@ export interface PlatformDomainToManyPlatformDomainVerificationFilter {
|
|
|
10958
11711
|
/** Filters to entities where at least one related entity matches. */
|
|
10959
11712
|
some?: PlatformDomainVerificationFilter;
|
|
10960
11713
|
}
|
|
11714
|
+
/** A filter to be used against many `PlatformEmailSiteIdentity` object types. All fields are combined with a logical ‘and.’ */
|
|
11715
|
+
export interface PlatformEmailIdentityToManyPlatformEmailSiteIdentityFilter {
|
|
11716
|
+
/** Filters to entities where every related entity matches. */
|
|
11717
|
+
every?: PlatformEmailSiteIdentityFilter;
|
|
11718
|
+
/** Filters to entities where no related entity matches. */
|
|
11719
|
+
none?: PlatformEmailSiteIdentityFilter;
|
|
11720
|
+
/** Filters to entities where at least one related entity matches. */
|
|
11721
|
+
some?: PlatformEmailSiteIdentityFilter;
|
|
11722
|
+
}
|
|
11723
|
+
/** A filter to be used against many `PlatformEmailIdentity` object types. All fields are combined with a logical ‘and.’ */
|
|
11724
|
+
export interface PlatformEmailProviderAccountToManyPlatformEmailIdentityFilter {
|
|
11725
|
+
/** Filters to entities where every related entity matches. */
|
|
11726
|
+
every?: PlatformEmailIdentityFilter;
|
|
11727
|
+
/** Filters to entities where no related entity matches. */
|
|
11728
|
+
none?: PlatformEmailIdentityFilter;
|
|
11729
|
+
/** Filters to entities where at least one related entity matches. */
|
|
11730
|
+
some?: PlatformEmailIdentityFilter;
|
|
11731
|
+
}
|
|
10961
11732
|
/** A filter to be used against many `PlatformDomainEvent` object types. All fields are combined with a logical ‘and.’ */
|
|
10962
11733
|
export interface PlatformManagedDomainToManyPlatformDomainEventFilter {
|
|
10963
11734
|
/** Filters to entities where every related entity matches. */
|
|
@@ -11441,6 +12212,26 @@ export interface ViewToManyViewTableFilter {
|
|
|
11441
12212
|
/** Filters to entities where at least one related entity matches. */
|
|
11442
12213
|
some?: ViewTableFilter;
|
|
11443
12214
|
}
|
|
12215
|
+
/** An input for mutations affecting `Api` */
|
|
12216
|
+
export interface ApiInput {
|
|
12217
|
+
/** Anonymous role the API executes as */
|
|
12218
|
+
anonRole?: string;
|
|
12219
|
+
/** Module-specific configuration for this API surface */
|
|
12220
|
+
config?: Record<string, unknown>;
|
|
12221
|
+
createdAt?: string;
|
|
12222
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
12223
|
+
databaseId: string;
|
|
12224
|
+
/** Database this API surface serves */
|
|
12225
|
+
dbname?: string;
|
|
12226
|
+
id?: string;
|
|
12227
|
+
/** Whether other scopes may see and route to this API surface */
|
|
12228
|
+
isPublished?: boolean;
|
|
12229
|
+
/** Owner-local API surface name */
|
|
12230
|
+
name: string;
|
|
12231
|
+
/** Authenticated role the API executes as */
|
|
12232
|
+
roleName?: string;
|
|
12233
|
+
updatedAt?: string;
|
|
12234
|
+
}
|
|
11444
12235
|
/** An input for mutations affecting `ApiSchema` */
|
|
11445
12236
|
export interface ApiSchemaInput {
|
|
11446
12237
|
/** API surface that exposes this schema */
|
|
@@ -11491,24 +12282,46 @@ export interface ApiSettingInput {
|
|
|
11491
12282
|
statementTimeoutMs?: string;
|
|
11492
12283
|
updatedAt?: string;
|
|
11493
12284
|
}
|
|
11494
|
-
/** An input for mutations affecting `
|
|
11495
|
-
export interface
|
|
11496
|
-
/**
|
|
11497
|
-
|
|
11498
|
-
/**
|
|
12285
|
+
/** An input for mutations affecting `AppComponent` */
|
|
12286
|
+
export interface AppComponentInput {
|
|
12287
|
+
/** App this component belongs to */
|
|
12288
|
+
appId: string;
|
|
12289
|
+
/** Typed catalog api row of the component surface; must be owner-matched or visible cross-scope */
|
|
12290
|
+
componentApiId?: string;
|
|
12291
|
+
/** Typed catalog domain row of the component surface; must be owner-matched or visible cross-scope */
|
|
12292
|
+
componentDomainId?: string;
|
|
12293
|
+
/** Typed catalog resource installation row of the component release; must be owner-matched or visible cross-scope */
|
|
12294
|
+
componentInstallationId?: string;
|
|
12295
|
+
/** Typed catalog site row of the component surface; must be owner-matched or visible cross-scope */
|
|
12296
|
+
componentSiteId?: string;
|
|
12297
|
+
/** Which kind of catalog row this component binds (api, site, domain, installation) */
|
|
12298
|
+
componentType?: string;
|
|
12299
|
+
/** Component-specific configuration inside this app */
|
|
11499
12300
|
config?: Record<string, unknown>;
|
|
11500
12301
|
createdAt?: string;
|
|
11501
12302
|
/** Database that owns this resource (database-scoped isolation) */
|
|
11502
12303
|
databaseId: string;
|
|
11503
|
-
/** Database this API surface serves */
|
|
11504
|
-
dbname?: string;
|
|
11505
12304
|
id?: string;
|
|
11506
|
-
|
|
12305
|
+
updatedAt?: string;
|
|
12306
|
+
}
|
|
12307
|
+
/** An input for mutations affecting `App` */
|
|
12308
|
+
export interface AppInput {
|
|
12309
|
+
/** Module-specific configuration for this app */
|
|
12310
|
+
config?: Record<string, unknown>;
|
|
12311
|
+
createdAt?: string;
|
|
12312
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
12313
|
+
databaseId: string;
|
|
12314
|
+
/** Human-readable app description */
|
|
12315
|
+
description?: string;
|
|
12316
|
+
id?: string;
|
|
12317
|
+
/** Whether other scopes may see and reference this app */
|
|
11507
12318
|
isPublished?: boolean;
|
|
11508
|
-
/** Owner-local
|
|
12319
|
+
/** Owner-local app name */
|
|
11509
12320
|
name: string;
|
|
11510
|
-
/**
|
|
11511
|
-
|
|
12321
|
+
/** App lifecycle status: active, suspended, archived */
|
|
12322
|
+
status?: string;
|
|
12323
|
+
/** Human-readable app title */
|
|
12324
|
+
title?: string;
|
|
11512
12325
|
updatedAt?: string;
|
|
11513
12326
|
}
|
|
11514
12327
|
/** An input for mutations affecting `CheckConstraint` */
|
|
@@ -11743,6 +12556,76 @@ export interface DomainVerificationInput {
|
|
|
11743
12556
|
/** When this challenge succeeded */
|
|
11744
12557
|
verifiedAt?: string;
|
|
11745
12558
|
}
|
|
12559
|
+
/** An input for mutations affecting `EmailIdentity` */
|
|
12560
|
+
export interface EmailIdentityInput {
|
|
12561
|
+
createdAt?: string;
|
|
12562
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
12563
|
+
databaseId: string;
|
|
12564
|
+
/** Envelope/header From address, lower-case. Must be accepted by the sending account at the provider. */
|
|
12565
|
+
fromAddress: string;
|
|
12566
|
+
/** Display name shown beside the from address */
|
|
12567
|
+
fromName?: string;
|
|
12568
|
+
id?: string;
|
|
12569
|
+
/** Whether this identity may be resolved for a send */
|
|
12570
|
+
isActive?: boolean;
|
|
12571
|
+
/** The scope default identity, used when no site binding resolves. At most one per scope key. */
|
|
12572
|
+
isDefault?: boolean;
|
|
12573
|
+
/** Operator-facing name for this identity (e.g. transactional, support) */
|
|
12574
|
+
name: string;
|
|
12575
|
+
/** Same-scope provider account this identity sends through. Required for transport_mode = own, NULL for platform_shared. */
|
|
12576
|
+
providerAccountId?: string;
|
|
12577
|
+
/** Reply-To address when replies should not go to the from address */
|
|
12578
|
+
replyToAddress?: string;
|
|
12579
|
+
/** Support address rendered in message bodies and footers */
|
|
12580
|
+
supportAddress?: string;
|
|
12581
|
+
/** 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 */
|
|
12582
|
+
transportMode?: string;
|
|
12583
|
+
updatedAt?: string;
|
|
12584
|
+
}
|
|
12585
|
+
/** An input for mutations affecting `EmailProviderAccount` */
|
|
12586
|
+
export interface EmailProviderAccountInput {
|
|
12587
|
+
/** Provider API base URL when it is not the provider default (e.g. Mailgun EU) */
|
|
12588
|
+
apiBaseUrl?: string;
|
|
12589
|
+
createdAt?: string;
|
|
12590
|
+
/** 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. */
|
|
12591
|
+
credentialsSecretName: string;
|
|
12592
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
12593
|
+
databaseId: string;
|
|
12594
|
+
id?: string;
|
|
12595
|
+
/** Whether identities may send through this account. Disabling one row stops every identity that references it. */
|
|
12596
|
+
isActive?: boolean;
|
|
12597
|
+
/** Operator-facing name for this account (e.g. transactional, marketing) */
|
|
12598
|
+
name: string;
|
|
12599
|
+
/** integration_providers.slug of the provider this account is at (mailgun, ses, postmark, smtp), matched by string not by FK */
|
|
12600
|
+
provider: string;
|
|
12601
|
+
/** Account identifier at the provider — the Mailgun sending domain, the SES verified identity, the Postmark server name */
|
|
12602
|
+
providerAccountName?: string;
|
|
12603
|
+
/** Provider region for region-addressed providers (e.g. SES us-east-1) */
|
|
12604
|
+
region?: string;
|
|
12605
|
+
/** SMTP host (provider = smtp, or a provider addressed over SMTP) */
|
|
12606
|
+
smtpHost?: string;
|
|
12607
|
+
/** SMTP port */
|
|
12608
|
+
smtpPort?: number;
|
|
12609
|
+
/** Whether the SMTP connection uses implicit TLS */
|
|
12610
|
+
smtpSecure?: boolean;
|
|
12611
|
+
/** SMTP username; the password is a secret, addressed by credentials_secret_name */
|
|
12612
|
+
smtpUser?: string;
|
|
12613
|
+
updatedAt?: string;
|
|
12614
|
+
/** Name of the secret used to verify this provider's delivery/bounce webhooks. Name only; the value stays in the secret store. */
|
|
12615
|
+
webhookSigningSecretName?: string;
|
|
12616
|
+
}
|
|
12617
|
+
/** An input for mutations affecting `EmailSiteIdentity` */
|
|
12618
|
+
export interface EmailSiteIdentityInput {
|
|
12619
|
+
createdAt?: string;
|
|
12620
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
12621
|
+
databaseId: string;
|
|
12622
|
+
/** Identity this site sends as */
|
|
12623
|
+
emailIdentityId: string;
|
|
12624
|
+
id?: string;
|
|
12625
|
+
/** Site whose mail is sent as the bound identity */
|
|
12626
|
+
siteId: string;
|
|
12627
|
+
updatedAt?: string;
|
|
12628
|
+
}
|
|
11746
12629
|
/** An input for mutations affecting `EmbeddingChunk` */
|
|
11747
12630
|
export interface EmbeddingChunkInput {
|
|
11748
12631
|
chunkOverlap?: number;
|
|
@@ -12030,6 +12913,24 @@ export interface PartitionInput {
|
|
|
12030
12913
|
tableId: string;
|
|
12031
12914
|
updatedAt?: string;
|
|
12032
12915
|
}
|
|
12916
|
+
/** An input for mutations affecting `PlatformApi` */
|
|
12917
|
+
export interface PlatformApiInput {
|
|
12918
|
+
/** Anonymous role the API executes as */
|
|
12919
|
+
anonRole?: string;
|
|
12920
|
+
/** Module-specific configuration for this API surface */
|
|
12921
|
+
config?: Record<string, unknown>;
|
|
12922
|
+
createdAt?: string;
|
|
12923
|
+
/** Database this API surface serves */
|
|
12924
|
+
dbname?: string;
|
|
12925
|
+
id?: string;
|
|
12926
|
+
/** Whether other scopes may see and route to this API surface */
|
|
12927
|
+
isPublished?: boolean;
|
|
12928
|
+
/** Owner-local API surface name */
|
|
12929
|
+
name: string;
|
|
12930
|
+
/** Authenticated role the API executes as */
|
|
12931
|
+
roleName?: string;
|
|
12932
|
+
updatedAt?: string;
|
|
12933
|
+
}
|
|
12033
12934
|
/** An input for mutations affecting `PlatformApiSchema` */
|
|
12034
12935
|
export interface PlatformApiSchemaInput {
|
|
12035
12936
|
/** API surface that exposes this schema */
|
|
@@ -12076,24 +12977,6 @@ export interface PlatformApiSettingInput {
|
|
|
12076
12977
|
statementTimeoutMs?: string;
|
|
12077
12978
|
updatedAt?: string;
|
|
12078
12979
|
}
|
|
12079
|
-
/** An input for mutations affecting `PlatformApis` */
|
|
12080
|
-
export interface PlatformApisInput {
|
|
12081
|
-
/** Anonymous role the API executes as */
|
|
12082
|
-
anonRole?: string;
|
|
12083
|
-
/** Module-specific configuration for this API surface */
|
|
12084
|
-
config?: Record<string, unknown>;
|
|
12085
|
-
createdAt?: string;
|
|
12086
|
-
/** Database this API surface serves */
|
|
12087
|
-
dbname?: string;
|
|
12088
|
-
id?: string;
|
|
12089
|
-
/** Whether other scopes may see and route to this API surface */
|
|
12090
|
-
isPublished?: boolean;
|
|
12091
|
-
/** Owner-local API surface name */
|
|
12092
|
-
name: string;
|
|
12093
|
-
/** Authenticated role the API executes as */
|
|
12094
|
-
roleName?: string;
|
|
12095
|
-
updatedAt?: string;
|
|
12096
|
-
}
|
|
12097
12980
|
/** An input for mutations affecting `PlatformCorsSetting` */
|
|
12098
12981
|
export interface PlatformCorsSettingInput {
|
|
12099
12982
|
/** Array of allowed CORS origins (e.g. https://example.com) */
|
|
@@ -12182,6 +13065,70 @@ export interface PlatformDomainVerificationInput {
|
|
|
12182
13065
|
/** When this challenge succeeded */
|
|
12183
13066
|
verifiedAt?: string;
|
|
12184
13067
|
}
|
|
13068
|
+
/** An input for mutations affecting `PlatformEmailIdentity` */
|
|
13069
|
+
export interface PlatformEmailIdentityInput {
|
|
13070
|
+
createdAt?: string;
|
|
13071
|
+
/** Envelope/header From address, lower-case. Must be accepted by the sending account at the provider. */
|
|
13072
|
+
fromAddress: string;
|
|
13073
|
+
/** Display name shown beside the from address */
|
|
13074
|
+
fromName?: string;
|
|
13075
|
+
id?: string;
|
|
13076
|
+
/** Whether this identity may be resolved for a send */
|
|
13077
|
+
isActive?: boolean;
|
|
13078
|
+
/** The scope default identity, used when no site binding resolves. At most one per scope key. */
|
|
13079
|
+
isDefault?: boolean;
|
|
13080
|
+
/** Operator-facing name for this identity (e.g. transactional, support) */
|
|
13081
|
+
name: string;
|
|
13082
|
+
/** Same-scope provider account this identity sends through. Required for transport_mode = own, NULL for platform_shared. */
|
|
13083
|
+
providerAccountId?: string;
|
|
13084
|
+
/** Reply-To address when replies should not go to the from address */
|
|
13085
|
+
replyToAddress?: string;
|
|
13086
|
+
/** Support address rendered in message bodies and footers */
|
|
13087
|
+
supportAddress?: string;
|
|
13088
|
+
/** 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 */
|
|
13089
|
+
transportMode?: string;
|
|
13090
|
+
updatedAt?: string;
|
|
13091
|
+
}
|
|
13092
|
+
/** An input for mutations affecting `PlatformEmailProviderAccount` */
|
|
13093
|
+
export interface PlatformEmailProviderAccountInput {
|
|
13094
|
+
/** Provider API base URL when it is not the provider default (e.g. Mailgun EU) */
|
|
13095
|
+
apiBaseUrl?: string;
|
|
13096
|
+
createdAt?: string;
|
|
13097
|
+
/** 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. */
|
|
13098
|
+
credentialsSecretName: string;
|
|
13099
|
+
id?: string;
|
|
13100
|
+
/** Whether identities may send through this account. Disabling one row stops every identity that references it. */
|
|
13101
|
+
isActive?: boolean;
|
|
13102
|
+
/** Operator-facing name for this account (e.g. transactional, marketing) */
|
|
13103
|
+
name: string;
|
|
13104
|
+
/** integration_providers.slug of the provider this account is at (mailgun, ses, postmark, smtp), matched by string not by FK */
|
|
13105
|
+
provider: string;
|
|
13106
|
+
/** Account identifier at the provider — the Mailgun sending domain, the SES verified identity, the Postmark server name */
|
|
13107
|
+
providerAccountName?: string;
|
|
13108
|
+
/** Provider region for region-addressed providers (e.g. SES us-east-1) */
|
|
13109
|
+
region?: string;
|
|
13110
|
+
/** SMTP host (provider = smtp, or a provider addressed over SMTP) */
|
|
13111
|
+
smtpHost?: string;
|
|
13112
|
+
/** SMTP port */
|
|
13113
|
+
smtpPort?: number;
|
|
13114
|
+
/** Whether the SMTP connection uses implicit TLS */
|
|
13115
|
+
smtpSecure?: boolean;
|
|
13116
|
+
/** SMTP username; the password is a secret, addressed by credentials_secret_name */
|
|
13117
|
+
smtpUser?: string;
|
|
13118
|
+
updatedAt?: string;
|
|
13119
|
+
/** Name of the secret used to verify this provider's delivery/bounce webhooks. Name only; the value stays in the secret store. */
|
|
13120
|
+
webhookSigningSecretName?: string;
|
|
13121
|
+
}
|
|
13122
|
+
/** An input for mutations affecting `PlatformEmailSiteIdentity` */
|
|
13123
|
+
export interface PlatformEmailSiteIdentityInput {
|
|
13124
|
+
createdAt?: string;
|
|
13125
|
+
/** Identity this site sends as */
|
|
13126
|
+
emailIdentityId: string;
|
|
13127
|
+
id?: string;
|
|
13128
|
+
/** Site whose mail is sent as the bound identity */
|
|
13129
|
+
siteId: string;
|
|
13130
|
+
updatedAt?: string;
|
|
13131
|
+
}
|
|
12185
13132
|
/** An input for mutations affecting `PlatformManagedDomain` */
|
|
12186
13133
|
export interface PlatformManagedDomainInput {
|
|
12187
13134
|
/** Whether tenants may claim subdomains under this managed hostname */
|
|
@@ -12937,7 +13884,7 @@ export interface ApiSchemaFilter {
|
|
|
12937
13884
|
/** Checks for all expressions in this list. */
|
|
12938
13885
|
and?: ApiSchemaFilter[];
|
|
12939
13886
|
/** Filter by the object’s `api` relation. */
|
|
12940
|
-
api?:
|
|
13887
|
+
api?: ApiFilter;
|
|
12941
13888
|
/** Filter by the object’s `apiId` field. */
|
|
12942
13889
|
apiId?: UUIDFilter;
|
|
12943
13890
|
/** Filter by the object’s `createdAt` field. */
|
|
@@ -12964,7 +13911,7 @@ export interface CorsSettingFilter {
|
|
|
12964
13911
|
/** Checks for all expressions in this list. */
|
|
12965
13912
|
and?: CorsSettingFilter[];
|
|
12966
13913
|
/** Filter by the object’s `api` relation. */
|
|
12967
|
-
api?:
|
|
13914
|
+
api?: ApiFilter;
|
|
12968
13915
|
/** A related `api` exists. */
|
|
12969
13916
|
apiExists?: boolean;
|
|
12970
13917
|
/** Filter by the object’s `apiId` field. */
|
|
@@ -12982,6 +13929,39 @@ export interface CorsSettingFilter {
|
|
|
12982
13929
|
/** Filter by the object’s `updatedAt` field. */
|
|
12983
13930
|
updatedAt?: DatetimeFilter;
|
|
12984
13931
|
}
|
|
13932
|
+
/** A filter to be used against `AppComponent` object types. All fields are combined with a logical ‘and.’ */
|
|
13933
|
+
export interface AppComponentFilter {
|
|
13934
|
+
/** Checks for all expressions in this list. */
|
|
13935
|
+
and?: AppComponentFilter[];
|
|
13936
|
+
/** Filter by the object’s `app` relation. */
|
|
13937
|
+
app?: AppFilter;
|
|
13938
|
+
/** Filter by the object’s `appId` field. */
|
|
13939
|
+
appId?: UUIDFilter;
|
|
13940
|
+
/** Filter by the object’s `componentApiId` field. */
|
|
13941
|
+
componentApiId?: UUIDFilter;
|
|
13942
|
+
/** Filter by the object’s `componentDomainId` field. */
|
|
13943
|
+
componentDomainId?: UUIDFilter;
|
|
13944
|
+
/** Filter by the object’s `componentInstallationId` field. */
|
|
13945
|
+
componentInstallationId?: UUIDFilter;
|
|
13946
|
+
/** Filter by the object’s `componentSiteId` field. */
|
|
13947
|
+
componentSiteId?: UUIDFilter;
|
|
13948
|
+
/** Filter by the object’s `componentType` field. */
|
|
13949
|
+
componentType?: StringFilter;
|
|
13950
|
+
/** Filter by the object’s `config` field. */
|
|
13951
|
+
config?: JSONFilter;
|
|
13952
|
+
/** Filter by the object’s `createdAt` field. */
|
|
13953
|
+
createdAt?: DatetimeFilter;
|
|
13954
|
+
/** Filter by the object’s `databaseId` field. */
|
|
13955
|
+
databaseId?: UUIDFilter;
|
|
13956
|
+
/** Filter by the object’s `id` field. */
|
|
13957
|
+
id?: UUIDFilter;
|
|
13958
|
+
/** Negates the expression. */
|
|
13959
|
+
not?: AppComponentFilter;
|
|
13960
|
+
/** Checks for any expressions in this list. */
|
|
13961
|
+
or?: AppComponentFilter[];
|
|
13962
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
13963
|
+
updatedAt?: DatetimeFilter;
|
|
13964
|
+
}
|
|
12985
13965
|
/** A filter to be used against `CheckConstraint` object types. All fields are combined with a logical ‘and.’ */
|
|
12986
13966
|
export interface CheckConstraintFilter {
|
|
12987
13967
|
/** Checks for all expressions in this list. */
|
|
@@ -14618,32 +15598,100 @@ export interface RouteFilter {
|
|
|
14618
15598
|
/** Filter by the object’s `updatedAt` field. */
|
|
14619
15599
|
updatedAt?: DatetimeFilter;
|
|
14620
15600
|
}
|
|
14621
|
-
/** A filter to be used against `
|
|
14622
|
-
export interface
|
|
15601
|
+
/** A filter to be used against `EmailSiteIdentity` object types. All fields are combined with a logical ‘and.’ */
|
|
15602
|
+
export interface EmailSiteIdentityFilter {
|
|
14623
15603
|
/** Checks for all expressions in this list. */
|
|
14624
|
-
and?:
|
|
14625
|
-
/** Filter by the object’s `api` relation. */
|
|
14626
|
-
api?: PlatformApisFilter;
|
|
14627
|
-
/** Filter by the object’s `apiId` field. */
|
|
14628
|
-
apiId?: UUIDFilter;
|
|
15604
|
+
and?: EmailSiteIdentityFilter[];
|
|
14629
15605
|
/** Filter by the object’s `createdAt` field. */
|
|
14630
15606
|
createdAt?: DatetimeFilter;
|
|
15607
|
+
/** Filter by the object’s `databaseId` field. */
|
|
15608
|
+
databaseId?: UUIDFilter;
|
|
15609
|
+
/** Filter by the object’s `emailIdentity` relation. */
|
|
15610
|
+
emailIdentity?: EmailIdentityFilter;
|
|
15611
|
+
/** Filter by the object’s `emailIdentityId` field. */
|
|
15612
|
+
emailIdentityId?: UUIDFilter;
|
|
14631
15613
|
/** Filter by the object’s `id` field. */
|
|
14632
15614
|
id?: UUIDFilter;
|
|
14633
15615
|
/** Negates the expression. */
|
|
14634
|
-
not?:
|
|
15616
|
+
not?: EmailSiteIdentityFilter;
|
|
14635
15617
|
/** Checks for any expressions in this list. */
|
|
14636
|
-
or?:
|
|
14637
|
-
/** Filter by the object’s `
|
|
14638
|
-
|
|
14639
|
-
/** Filter by the object’s `
|
|
14640
|
-
|
|
15618
|
+
or?: EmailSiteIdentityFilter[];
|
|
15619
|
+
/** Filter by the object’s `site` relation. */
|
|
15620
|
+
site?: SiteFilter;
|
|
15621
|
+
/** Filter by the object’s `siteId` field. */
|
|
15622
|
+
siteId?: UUIDFilter;
|
|
14641
15623
|
/** Filter by the object’s `updatedAt` field. */
|
|
14642
15624
|
updatedAt?: DatetimeFilter;
|
|
14643
15625
|
}
|
|
14644
|
-
/** A filter to be used against `
|
|
14645
|
-
export interface
|
|
14646
|
-
/**
|
|
15626
|
+
/** A filter to be used against `EmailIdentity` object types. All fields are combined with a logical ‘and.’ */
|
|
15627
|
+
export interface EmailIdentityFilter {
|
|
15628
|
+
/** Checks for all expressions in this list. */
|
|
15629
|
+
and?: EmailIdentityFilter[];
|
|
15630
|
+
/** Filter by the object’s `createdAt` field. */
|
|
15631
|
+
createdAt?: DatetimeFilter;
|
|
15632
|
+
/** Filter by the object’s `databaseId` field. */
|
|
15633
|
+
databaseId?: UUIDFilter;
|
|
15634
|
+
/** Filter by the object’s `emailSiteIdentities` relation. */
|
|
15635
|
+
emailSiteIdentities?: EmailIdentityToManyEmailSiteIdentityFilter;
|
|
15636
|
+
/** `emailSiteIdentities` exist. */
|
|
15637
|
+
emailSiteIdentitiesExist?: boolean;
|
|
15638
|
+
/** Filter by the object’s `fromAddress` field. */
|
|
15639
|
+
fromAddress?: StringFilter;
|
|
15640
|
+
/** Filter by the object’s `fromName` field. */
|
|
15641
|
+
fromName?: StringFilter;
|
|
15642
|
+
/** Filter by the object’s `id` field. */
|
|
15643
|
+
id?: UUIDFilter;
|
|
15644
|
+
/** Filter by the object’s `isActive` field. */
|
|
15645
|
+
isActive?: BooleanFilter;
|
|
15646
|
+
/** Filter by the object’s `isDefault` field. */
|
|
15647
|
+
isDefault?: BooleanFilter;
|
|
15648
|
+
/** Filter by the object’s `name` field. */
|
|
15649
|
+
name?: StringFilter;
|
|
15650
|
+
/** Negates the expression. */
|
|
15651
|
+
not?: EmailIdentityFilter;
|
|
15652
|
+
/** Checks for any expressions in this list. */
|
|
15653
|
+
or?: EmailIdentityFilter[];
|
|
15654
|
+
/** Filter by the object’s `providerAccount` relation. */
|
|
15655
|
+
providerAccount?: EmailProviderAccountFilter;
|
|
15656
|
+
/** A related `providerAccount` exists. */
|
|
15657
|
+
providerAccountExists?: boolean;
|
|
15658
|
+
/** Filter by the object’s `providerAccountId` field. */
|
|
15659
|
+
providerAccountId?: UUIDFilter;
|
|
15660
|
+
/** Filter by the object’s `replyToAddress` field. */
|
|
15661
|
+
replyToAddress?: StringFilter;
|
|
15662
|
+
/** Filter by the object’s `supportAddress` field. */
|
|
15663
|
+
supportAddress?: StringFilter;
|
|
15664
|
+
/** Filter by the object’s `transportMode` field. */
|
|
15665
|
+
transportMode?: StringFilter;
|
|
15666
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
15667
|
+
updatedAt?: DatetimeFilter;
|
|
15668
|
+
}
|
|
15669
|
+
/** A filter to be used against `PlatformApiSchema` object types. All fields are combined with a logical ‘and.’ */
|
|
15670
|
+
export interface PlatformApiSchemaFilter {
|
|
15671
|
+
/** Checks for all expressions in this list. */
|
|
15672
|
+
and?: PlatformApiSchemaFilter[];
|
|
15673
|
+
/** Filter by the object’s `api` relation. */
|
|
15674
|
+
api?: PlatformApiFilter;
|
|
15675
|
+
/** Filter by the object’s `apiId` field. */
|
|
15676
|
+
apiId?: UUIDFilter;
|
|
15677
|
+
/** Filter by the object’s `createdAt` field. */
|
|
15678
|
+
createdAt?: DatetimeFilter;
|
|
15679
|
+
/** Filter by the object’s `id` field. */
|
|
15680
|
+
id?: UUIDFilter;
|
|
15681
|
+
/** Negates the expression. */
|
|
15682
|
+
not?: PlatformApiSchemaFilter;
|
|
15683
|
+
/** Checks for any expressions in this list. */
|
|
15684
|
+
or?: PlatformApiSchemaFilter[];
|
|
15685
|
+
/** Filter by the object’s `schema` relation. */
|
|
15686
|
+
schema?: SchemaFilter;
|
|
15687
|
+
/** Filter by the object’s `schemaId` field. */
|
|
15688
|
+
schemaId?: UUIDFilter;
|
|
15689
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
15690
|
+
updatedAt?: DatetimeFilter;
|
|
15691
|
+
}
|
|
15692
|
+
/** A filter to be used against `PlatformDomainEvent` object types. All fields are combined with a logical ‘and.’ */
|
|
15693
|
+
export interface PlatformDomainEventFilter {
|
|
15694
|
+
/** Filter by the object’s `actorId` field. */
|
|
14647
15695
|
actorId?: UUIDFilter;
|
|
14648
15696
|
/** Checks for all expressions in this list. */
|
|
14649
15697
|
and?: PlatformDomainEventFilter[];
|
|
@@ -14729,6 +15777,70 @@ export interface PlatformDomainVerificationFilter {
|
|
|
14729
15777
|
/** Filter by the object’s `verifiedAt` field. */
|
|
14730
15778
|
verifiedAt?: DatetimeFilter;
|
|
14731
15779
|
}
|
|
15780
|
+
/** A filter to be used against `PlatformEmailSiteIdentity` object types. All fields are combined with a logical ‘and.’ */
|
|
15781
|
+
export interface PlatformEmailSiteIdentityFilter {
|
|
15782
|
+
/** Checks for all expressions in this list. */
|
|
15783
|
+
and?: PlatformEmailSiteIdentityFilter[];
|
|
15784
|
+
/** Filter by the object’s `createdAt` field. */
|
|
15785
|
+
createdAt?: DatetimeFilter;
|
|
15786
|
+
/** Filter by the object’s `emailIdentity` relation. */
|
|
15787
|
+
emailIdentity?: PlatformEmailIdentityFilter;
|
|
15788
|
+
/** Filter by the object’s `emailIdentityId` field. */
|
|
15789
|
+
emailIdentityId?: UUIDFilter;
|
|
15790
|
+
/** Filter by the object’s `id` field. */
|
|
15791
|
+
id?: UUIDFilter;
|
|
15792
|
+
/** Negates the expression. */
|
|
15793
|
+
not?: PlatformEmailSiteIdentityFilter;
|
|
15794
|
+
/** Checks for any expressions in this list. */
|
|
15795
|
+
or?: PlatformEmailSiteIdentityFilter[];
|
|
15796
|
+
/** Filter by the object’s `site` relation. */
|
|
15797
|
+
site?: PlatformSiteFilter;
|
|
15798
|
+
/** Filter by the object’s `siteId` field. */
|
|
15799
|
+
siteId?: UUIDFilter;
|
|
15800
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
15801
|
+
updatedAt?: DatetimeFilter;
|
|
15802
|
+
}
|
|
15803
|
+
/** A filter to be used against `PlatformEmailIdentity` object types. All fields are combined with a logical ‘and.’ */
|
|
15804
|
+
export interface PlatformEmailIdentityFilter {
|
|
15805
|
+
/** Checks for all expressions in this list. */
|
|
15806
|
+
and?: PlatformEmailIdentityFilter[];
|
|
15807
|
+
/** Filter by the object’s `createdAt` field. */
|
|
15808
|
+
createdAt?: DatetimeFilter;
|
|
15809
|
+
/** Filter by the object’s `fromAddress` field. */
|
|
15810
|
+
fromAddress?: StringFilter;
|
|
15811
|
+
/** Filter by the object’s `fromName` field. */
|
|
15812
|
+
fromName?: StringFilter;
|
|
15813
|
+
/** Filter by the object’s `id` field. */
|
|
15814
|
+
id?: UUIDFilter;
|
|
15815
|
+
/** Filter by the object’s `isActive` field. */
|
|
15816
|
+
isActive?: BooleanFilter;
|
|
15817
|
+
/** Filter by the object’s `isDefault` field. */
|
|
15818
|
+
isDefault?: BooleanFilter;
|
|
15819
|
+
/** Filter by the object’s `name` field. */
|
|
15820
|
+
name?: StringFilter;
|
|
15821
|
+
/** Negates the expression. */
|
|
15822
|
+
not?: PlatformEmailIdentityFilter;
|
|
15823
|
+
/** Checks for any expressions in this list. */
|
|
15824
|
+
or?: PlatformEmailIdentityFilter[];
|
|
15825
|
+
/** Filter by the object’s `platformEmailSiteIdentitiesByEmailIdentityId` relation. */
|
|
15826
|
+
platformEmailSiteIdentitiesByEmailIdentityId?: PlatformEmailIdentityToManyPlatformEmailSiteIdentityFilter;
|
|
15827
|
+
/** `platformEmailSiteIdentitiesByEmailIdentityId` exist. */
|
|
15828
|
+
platformEmailSiteIdentitiesByEmailIdentityIdExist?: boolean;
|
|
15829
|
+
/** Filter by the object’s `providerAccount` relation. */
|
|
15830
|
+
providerAccount?: PlatformEmailProviderAccountFilter;
|
|
15831
|
+
/** A related `providerAccount` exists. */
|
|
15832
|
+
providerAccountExists?: boolean;
|
|
15833
|
+
/** Filter by the object’s `providerAccountId` field. */
|
|
15834
|
+
providerAccountId?: UUIDFilter;
|
|
15835
|
+
/** Filter by the object’s `replyToAddress` field. */
|
|
15836
|
+
replyToAddress?: StringFilter;
|
|
15837
|
+
/** Filter by the object’s `supportAddress` field. */
|
|
15838
|
+
supportAddress?: StringFilter;
|
|
15839
|
+
/** Filter by the object’s `transportMode` field. */
|
|
15840
|
+
transportMode?: StringFilter;
|
|
15841
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
15842
|
+
updatedAt?: DatetimeFilter;
|
|
15843
|
+
}
|
|
14732
15844
|
/** A filter to be used against `PlatformPage` object types. All fields are combined with a logical ‘and.’ */
|
|
14733
15845
|
export interface PlatformPageFilter {
|
|
14734
15846
|
/** Checks for all expressions in this list. */
|
|
@@ -15073,26 +16185,26 @@ export interface SiteThemeFilter {
|
|
|
15073
16185
|
/** Filter by the object’s `updatedAt` field. */
|
|
15074
16186
|
updatedAt?: DatetimeFilter;
|
|
15075
16187
|
}
|
|
15076
|
-
/** A filter to be used against `
|
|
15077
|
-
export interface
|
|
16188
|
+
/** A filter to be used against `Api` object types. All fields are combined with a logical ‘and.’ */
|
|
16189
|
+
export interface ApiFilter {
|
|
15078
16190
|
/** Checks for all expressions in this list. */
|
|
15079
|
-
and?:
|
|
16191
|
+
and?: ApiFilter[];
|
|
15080
16192
|
/** Filter by the object’s `anonRole` field. */
|
|
15081
16193
|
anonRole?: StringFilter;
|
|
15082
|
-
/** Filter by the object’s `
|
|
15083
|
-
|
|
15084
|
-
/** `
|
|
15085
|
-
|
|
15086
|
-
/** Filter by the object’s `
|
|
15087
|
-
|
|
15088
|
-
/** A related `
|
|
15089
|
-
|
|
16194
|
+
/** Filter by the object’s `apiSchemas` relation. */
|
|
16195
|
+
apiSchemas?: ApiToManyApiSchemaFilter;
|
|
16196
|
+
/** `apiSchemas` exist. */
|
|
16197
|
+
apiSchemasExist?: boolean;
|
|
16198
|
+
/** Filter by the object’s `apiSetting` relation. */
|
|
16199
|
+
apiSetting?: ApiSettingFilter;
|
|
16200
|
+
/** A related `apiSetting` exists. */
|
|
16201
|
+
apiSettingExists?: boolean;
|
|
15090
16202
|
/** Filter by the object’s `config` field. */
|
|
15091
16203
|
config?: JSONFilter;
|
|
15092
|
-
/** Filter by the object’s `
|
|
15093
|
-
|
|
15094
|
-
/** `
|
|
15095
|
-
|
|
16204
|
+
/** Filter by the object’s `corsSettings` relation. */
|
|
16205
|
+
corsSettings?: ApiToManyCorsSettingFilter;
|
|
16206
|
+
/** `corsSettings` exist. */
|
|
16207
|
+
corsSettingsExist?: boolean;
|
|
15096
16208
|
/** Filter by the object’s `createdAt` field. */
|
|
15097
16209
|
createdAt?: DatetimeFilter;
|
|
15098
16210
|
/** Filter by the object’s `databaseId` field. */
|
|
@@ -15106,9 +16218,9 @@ export interface ApisFilter {
|
|
|
15106
16218
|
/** Filter by the object’s `name` field. */
|
|
15107
16219
|
name?: StringFilter;
|
|
15108
16220
|
/** Negates the expression. */
|
|
15109
|
-
not?:
|
|
16221
|
+
not?: ApiFilter;
|
|
15110
16222
|
/** Checks for any expressions in this list. */
|
|
15111
|
-
or?:
|
|
16223
|
+
or?: ApiFilter[];
|
|
15112
16224
|
/** Filter by the object’s `roleName` field. */
|
|
15113
16225
|
roleName?: StringFilter;
|
|
15114
16226
|
/** Filter by the object’s `updatedAt` field. */
|
|
@@ -15203,6 +16315,151 @@ export interface StringListFilter {
|
|
|
15203
16315
|
/** Overlaps the specified list of values. */
|
|
15204
16316
|
overlaps?: string[];
|
|
15205
16317
|
}
|
|
16318
|
+
/** A filter to be used against `App` object types. All fields are combined with a logical ‘and.’ */
|
|
16319
|
+
export interface AppFilter {
|
|
16320
|
+
/** Checks for all expressions in this list. */
|
|
16321
|
+
and?: AppFilter[];
|
|
16322
|
+
/** Filter by the object’s `appComponents` relation. */
|
|
16323
|
+
appComponents?: AppToManyAppComponentFilter;
|
|
16324
|
+
/** `appComponents` exist. */
|
|
16325
|
+
appComponentsExist?: boolean;
|
|
16326
|
+
/** Filter by the object’s `config` field. */
|
|
16327
|
+
config?: JSONFilter;
|
|
16328
|
+
/** Filter by the object’s `createdAt` field. */
|
|
16329
|
+
createdAt?: DatetimeFilter;
|
|
16330
|
+
/** Filter by the object’s `databaseId` field. */
|
|
16331
|
+
databaseId?: UUIDFilter;
|
|
16332
|
+
/** Filter by the object’s `description` field. */
|
|
16333
|
+
description?: StringFilter;
|
|
16334
|
+
/** Filter by the object’s `id` field. */
|
|
16335
|
+
id?: UUIDFilter;
|
|
16336
|
+
/** Filter by the object’s `isPublished` field. */
|
|
16337
|
+
isPublished?: BooleanFilter;
|
|
16338
|
+
/** Filter by the object’s `name` field. */
|
|
16339
|
+
name?: StringFilter;
|
|
16340
|
+
/** Negates the expression. */
|
|
16341
|
+
not?: AppFilter;
|
|
16342
|
+
/** Checks for any expressions in this list. */
|
|
16343
|
+
or?: AppFilter[];
|
|
16344
|
+
/** Filter by the object’s `status` field. */
|
|
16345
|
+
status?: StringFilter;
|
|
16346
|
+
/** Filter by the object’s `title` field. */
|
|
16347
|
+
title?: StringFilter;
|
|
16348
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
16349
|
+
updatedAt?: DatetimeFilter;
|
|
16350
|
+
}
|
|
16351
|
+
/** A filter to be used against String fields. All fields are combined with a logical ‘and.’ */
|
|
16352
|
+
export interface StringFilter {
|
|
16353
|
+
/** Not equal to the specified value, treating null like an ordinary value. */
|
|
16354
|
+
distinctFrom?: string;
|
|
16355
|
+
/** Not equal to the specified value, treating null like an ordinary value (case-insensitive). */
|
|
16356
|
+
distinctFromInsensitive?: string;
|
|
16357
|
+
/** Ends with the specified string (case-sensitive). */
|
|
16358
|
+
endsWith?: string;
|
|
16359
|
+
/** Ends with the specified string (case-insensitive). */
|
|
16360
|
+
endsWithInsensitive?: string;
|
|
16361
|
+
/** Equal to the specified value. */
|
|
16362
|
+
equalTo?: string;
|
|
16363
|
+
/** Equal to the specified value (case-insensitive). */
|
|
16364
|
+
equalToInsensitive?: string;
|
|
16365
|
+
/** Greater than the specified value. */
|
|
16366
|
+
greaterThan?: string;
|
|
16367
|
+
/** Greater than the specified value (case-insensitive). */
|
|
16368
|
+
greaterThanInsensitive?: string;
|
|
16369
|
+
/** Greater than or equal to the specified value. */
|
|
16370
|
+
greaterThanOrEqualTo?: string;
|
|
16371
|
+
/** Greater than or equal to the specified value (case-insensitive). */
|
|
16372
|
+
greaterThanOrEqualToInsensitive?: string;
|
|
16373
|
+
/** Included in the specified list. */
|
|
16374
|
+
in?: string[];
|
|
16375
|
+
/** Included in the specified list (case-insensitive). */
|
|
16376
|
+
inInsensitive?: string[];
|
|
16377
|
+
/** Contains the specified string (case-sensitive). */
|
|
16378
|
+
includes?: string;
|
|
16379
|
+
/** Contains the specified string (case-insensitive). */
|
|
16380
|
+
includesInsensitive?: string;
|
|
16381
|
+
/** Is null (if `true` is specified) or is not null (if `false` is specified). */
|
|
16382
|
+
isNull?: boolean;
|
|
16383
|
+
/** Less than the specified value. */
|
|
16384
|
+
lessThan?: string;
|
|
16385
|
+
/** Less than the specified value (case-insensitive). */
|
|
16386
|
+
lessThanInsensitive?: string;
|
|
16387
|
+
/** Less than or equal to the specified value. */
|
|
16388
|
+
lessThanOrEqualTo?: string;
|
|
16389
|
+
/** Less than or equal to the specified value (case-insensitive). */
|
|
16390
|
+
lessThanOrEqualToInsensitive?: string;
|
|
16391
|
+
/** Matches the specified pattern (case-sensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters. */
|
|
16392
|
+
like?: string;
|
|
16393
|
+
/** Matches the specified pattern (case-insensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters. */
|
|
16394
|
+
likeInsensitive?: string;
|
|
16395
|
+
/** Equal to the specified value, treating null like an ordinary value. */
|
|
16396
|
+
notDistinctFrom?: string;
|
|
16397
|
+
/** Equal to the specified value, treating null like an ordinary value (case-insensitive). */
|
|
16398
|
+
notDistinctFromInsensitive?: string;
|
|
16399
|
+
/** Does not end with the specified string (case-sensitive). */
|
|
16400
|
+
notEndsWith?: string;
|
|
16401
|
+
/** Does not end with the specified string (case-insensitive). */
|
|
16402
|
+
notEndsWithInsensitive?: string;
|
|
16403
|
+
/** Not equal to the specified value. */
|
|
16404
|
+
notEqualTo?: string;
|
|
16405
|
+
/** Not equal to the specified value (case-insensitive). */
|
|
16406
|
+
notEqualToInsensitive?: string;
|
|
16407
|
+
/** Not included in the specified list. */
|
|
16408
|
+
notIn?: string[];
|
|
16409
|
+
/** Not included in the specified list (case-insensitive). */
|
|
16410
|
+
notInInsensitive?: string[];
|
|
16411
|
+
/** Does not contain the specified string (case-sensitive). */
|
|
16412
|
+
notIncludes?: string;
|
|
16413
|
+
/** Does not contain the specified string (case-insensitive). */
|
|
16414
|
+
notIncludesInsensitive?: string;
|
|
16415
|
+
/** Does not match the specified pattern (case-sensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters. */
|
|
16416
|
+
notLike?: string;
|
|
16417
|
+
/** Does not match the specified pattern (case-insensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters. */
|
|
16418
|
+
notLikeInsensitive?: string;
|
|
16419
|
+
/** Does not start with the specified string (case-sensitive). */
|
|
16420
|
+
notStartsWith?: string;
|
|
16421
|
+
/** Does not start with the specified string (case-insensitive). */
|
|
16422
|
+
notStartsWithInsensitive?: string;
|
|
16423
|
+
/** Starts with the specified string (case-sensitive). */
|
|
16424
|
+
startsWith?: string;
|
|
16425
|
+
/** Starts with the specified string (case-insensitive). */
|
|
16426
|
+
startsWithInsensitive?: string;
|
|
16427
|
+
}
|
|
16428
|
+
/** A filter to be used against JSON fields. All fields are combined with a logical ‘and.’ */
|
|
16429
|
+
export interface JSONFilter {
|
|
16430
|
+
/** Contained by the specified JSON. */
|
|
16431
|
+
containedBy?: Record<string, unknown>;
|
|
16432
|
+
/** Contains the specified JSON. */
|
|
16433
|
+
contains?: Record<string, unknown>;
|
|
16434
|
+
/** Contains all of the specified keys. */
|
|
16435
|
+
containsAllKeys?: string[];
|
|
16436
|
+
/** Contains any of the specified keys. */
|
|
16437
|
+
containsAnyKeys?: string[];
|
|
16438
|
+
/** Contains the specified key. */
|
|
16439
|
+
containsKey?: string;
|
|
16440
|
+
/** Not equal to the specified value, treating null like an ordinary value. */
|
|
16441
|
+
distinctFrom?: Record<string, unknown>;
|
|
16442
|
+
/** Equal to the specified value. */
|
|
16443
|
+
equalTo?: Record<string, unknown>;
|
|
16444
|
+
/** Greater than the specified value. */
|
|
16445
|
+
greaterThan?: Record<string, unknown>;
|
|
16446
|
+
/** Greater than or equal to the specified value. */
|
|
16447
|
+
greaterThanOrEqualTo?: Record<string, unknown>;
|
|
16448
|
+
/** Included in the specified list. */
|
|
16449
|
+
in?: Record<string, unknown>[];
|
|
16450
|
+
/** Is null (if `true` is specified) or is not null (if `false` is specified). */
|
|
16451
|
+
isNull?: boolean;
|
|
16452
|
+
/** Less than the specified value. */
|
|
16453
|
+
lessThan?: Record<string, unknown>;
|
|
16454
|
+
/** Less than or equal to the specified value. */
|
|
16455
|
+
lessThanOrEqualTo?: Record<string, unknown>;
|
|
16456
|
+
/** Equal to the specified value, treating null like an ordinary value. */
|
|
16457
|
+
notDistinctFrom?: Record<string, unknown>;
|
|
16458
|
+
/** Not equal to the specified value. */
|
|
16459
|
+
notEqualTo?: Record<string, unknown>;
|
|
16460
|
+
/** Not included in the specified list. */
|
|
16461
|
+
notIn?: Record<string, unknown>[];
|
|
16462
|
+
}
|
|
15206
16463
|
/** A filter to be used against `Database` object types. All fields are combined with a logical ‘and.’ */
|
|
15207
16464
|
export interface DatabaseFilter {
|
|
15208
16465
|
/** Checks for all expressions in this list. */
|
|
@@ -15364,41 +16621,6 @@ export interface DatabaseFilter {
|
|
|
15364
16621
|
/** `views` exist. */
|
|
15365
16622
|
viewsExist?: boolean;
|
|
15366
16623
|
}
|
|
15367
|
-
/** A filter to be used against JSON fields. All fields are combined with a logical ‘and.’ */
|
|
15368
|
-
export interface JSONFilter {
|
|
15369
|
-
/** Contained by the specified JSON. */
|
|
15370
|
-
containedBy?: Record<string, unknown>;
|
|
15371
|
-
/** Contains the specified JSON. */
|
|
15372
|
-
contains?: Record<string, unknown>;
|
|
15373
|
-
/** Contains all of the specified keys. */
|
|
15374
|
-
containsAllKeys?: string[];
|
|
15375
|
-
/** Contains any of the specified keys. */
|
|
15376
|
-
containsAnyKeys?: string[];
|
|
15377
|
-
/** Contains the specified key. */
|
|
15378
|
-
containsKey?: string;
|
|
15379
|
-
/** Not equal to the specified value, treating null like an ordinary value. */
|
|
15380
|
-
distinctFrom?: Record<string, unknown>;
|
|
15381
|
-
/** Equal to the specified value. */
|
|
15382
|
-
equalTo?: Record<string, unknown>;
|
|
15383
|
-
/** Greater than the specified value. */
|
|
15384
|
-
greaterThan?: Record<string, unknown>;
|
|
15385
|
-
/** Greater than or equal to the specified value. */
|
|
15386
|
-
greaterThanOrEqualTo?: Record<string, unknown>;
|
|
15387
|
-
/** Included in the specified list. */
|
|
15388
|
-
in?: Record<string, unknown>[];
|
|
15389
|
-
/** Is null (if `true` is specified) or is not null (if `false` is specified). */
|
|
15390
|
-
isNull?: boolean;
|
|
15391
|
-
/** Less than the specified value. */
|
|
15392
|
-
lessThan?: Record<string, unknown>;
|
|
15393
|
-
/** Less than or equal to the specified value. */
|
|
15394
|
-
lessThanOrEqualTo?: Record<string, unknown>;
|
|
15395
|
-
/** Equal to the specified value, treating null like an ordinary value. */
|
|
15396
|
-
notDistinctFrom?: Record<string, unknown>;
|
|
15397
|
-
/** Not equal to the specified value. */
|
|
15398
|
-
notEqualTo?: Record<string, unknown>;
|
|
15399
|
-
/** Not included in the specified list. */
|
|
15400
|
-
notIn?: Record<string, unknown>[];
|
|
15401
|
-
}
|
|
15402
16624
|
/** A filter to be used against UUID List fields. All fields are combined with a logical ‘and.’ */
|
|
15403
16625
|
export interface UUIDListFilter {
|
|
15404
16626
|
/** Any array item is equal to the specified value. */
|
|
@@ -15463,87 +16685,10 @@ export interface BooleanFilter {
|
|
|
15463
16685
|
/** Not included in the specified list. */
|
|
15464
16686
|
notIn?: boolean[];
|
|
15465
16687
|
}
|
|
15466
|
-
/** A filter to be used against
|
|
15467
|
-
export interface
|
|
16688
|
+
/** A filter to be used against Int fields. All fields are combined with a logical ‘and.’ */
|
|
16689
|
+
export interface IntFilter {
|
|
15468
16690
|
/** Not equal to the specified value, treating null like an ordinary value. */
|
|
15469
|
-
distinctFrom?:
|
|
15470
|
-
/** Not equal to the specified value, treating null like an ordinary value (case-insensitive). */
|
|
15471
|
-
distinctFromInsensitive?: string;
|
|
15472
|
-
/** Ends with the specified string (case-sensitive). */
|
|
15473
|
-
endsWith?: string;
|
|
15474
|
-
/** Ends with the specified string (case-insensitive). */
|
|
15475
|
-
endsWithInsensitive?: string;
|
|
15476
|
-
/** Equal to the specified value. */
|
|
15477
|
-
equalTo?: string;
|
|
15478
|
-
/** Equal to the specified value (case-insensitive). */
|
|
15479
|
-
equalToInsensitive?: string;
|
|
15480
|
-
/** Greater than the specified value. */
|
|
15481
|
-
greaterThan?: string;
|
|
15482
|
-
/** Greater than the specified value (case-insensitive). */
|
|
15483
|
-
greaterThanInsensitive?: string;
|
|
15484
|
-
/** Greater than or equal to the specified value. */
|
|
15485
|
-
greaterThanOrEqualTo?: string;
|
|
15486
|
-
/** Greater than or equal to the specified value (case-insensitive). */
|
|
15487
|
-
greaterThanOrEqualToInsensitive?: string;
|
|
15488
|
-
/** Included in the specified list. */
|
|
15489
|
-
in?: string[];
|
|
15490
|
-
/** Included in the specified list (case-insensitive). */
|
|
15491
|
-
inInsensitive?: string[];
|
|
15492
|
-
/** Contains the specified string (case-sensitive). */
|
|
15493
|
-
includes?: string;
|
|
15494
|
-
/** Contains the specified string (case-insensitive). */
|
|
15495
|
-
includesInsensitive?: string;
|
|
15496
|
-
/** Is null (if `true` is specified) or is not null (if `false` is specified). */
|
|
15497
|
-
isNull?: boolean;
|
|
15498
|
-
/** Less than the specified value. */
|
|
15499
|
-
lessThan?: string;
|
|
15500
|
-
/** Less than the specified value (case-insensitive). */
|
|
15501
|
-
lessThanInsensitive?: string;
|
|
15502
|
-
/** Less than or equal to the specified value. */
|
|
15503
|
-
lessThanOrEqualTo?: string;
|
|
15504
|
-
/** Less than or equal to the specified value (case-insensitive). */
|
|
15505
|
-
lessThanOrEqualToInsensitive?: string;
|
|
15506
|
-
/** Matches the specified pattern (case-sensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters. */
|
|
15507
|
-
like?: string;
|
|
15508
|
-
/** Matches the specified pattern (case-insensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters. */
|
|
15509
|
-
likeInsensitive?: string;
|
|
15510
|
-
/** Equal to the specified value, treating null like an ordinary value. */
|
|
15511
|
-
notDistinctFrom?: string;
|
|
15512
|
-
/** Equal to the specified value, treating null like an ordinary value (case-insensitive). */
|
|
15513
|
-
notDistinctFromInsensitive?: string;
|
|
15514
|
-
/** Does not end with the specified string (case-sensitive). */
|
|
15515
|
-
notEndsWith?: string;
|
|
15516
|
-
/** Does not end with the specified string (case-insensitive). */
|
|
15517
|
-
notEndsWithInsensitive?: string;
|
|
15518
|
-
/** Not equal to the specified value. */
|
|
15519
|
-
notEqualTo?: string;
|
|
15520
|
-
/** Not equal to the specified value (case-insensitive). */
|
|
15521
|
-
notEqualToInsensitive?: string;
|
|
15522
|
-
/** Not included in the specified list. */
|
|
15523
|
-
notIn?: string[];
|
|
15524
|
-
/** Not included in the specified list (case-insensitive). */
|
|
15525
|
-
notInInsensitive?: string[];
|
|
15526
|
-
/** Does not contain the specified string (case-sensitive). */
|
|
15527
|
-
notIncludes?: string;
|
|
15528
|
-
/** Does not contain the specified string (case-insensitive). */
|
|
15529
|
-
notIncludesInsensitive?: string;
|
|
15530
|
-
/** Does not match the specified pattern (case-sensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters. */
|
|
15531
|
-
notLike?: string;
|
|
15532
|
-
/** Does not match the specified pattern (case-insensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters. */
|
|
15533
|
-
notLikeInsensitive?: string;
|
|
15534
|
-
/** Does not start with the specified string (case-sensitive). */
|
|
15535
|
-
notStartsWith?: string;
|
|
15536
|
-
/** Does not start with the specified string (case-insensitive). */
|
|
15537
|
-
notStartsWithInsensitive?: string;
|
|
15538
|
-
/** Starts with the specified string (case-sensitive). */
|
|
15539
|
-
startsWith?: string;
|
|
15540
|
-
/** Starts with the specified string (case-insensitive). */
|
|
15541
|
-
startsWithInsensitive?: string;
|
|
15542
|
-
}
|
|
15543
|
-
/** A filter to be used against Int fields. All fields are combined with a logical ‘and.’ */
|
|
15544
|
-
export interface IntFilter {
|
|
15545
|
-
/** Not equal to the specified value, treating null like an ordinary value. */
|
|
15546
|
-
distinctFrom?: number;
|
|
16691
|
+
distinctFrom?: number;
|
|
15547
16692
|
/** Equal to the specified value. */
|
|
15548
16693
|
equalTo?: number;
|
|
15549
16694
|
/** Greater than the specified value. */
|
|
@@ -15688,10 +16833,126 @@ export interface ManagedDomainFilter {
|
|
|
15688
16833
|
/** Filter by the object’s `verifiedAt` field. */
|
|
15689
16834
|
verifiedAt?: DatetimeFilter;
|
|
15690
16835
|
}
|
|
15691
|
-
/** A filter to be used against `
|
|
15692
|
-
export interface
|
|
16836
|
+
/** A filter to be used against `Site` object types. All fields are combined with a logical ‘and.’ */
|
|
16837
|
+
export interface SiteFilter {
|
|
16838
|
+
/** Filter by the object’s `activeCommitId` field. */
|
|
16839
|
+
activeCommitId?: UUIDFilter;
|
|
16840
|
+
/** Checks for all expressions in this list. */
|
|
16841
|
+
and?: SiteFilter[];
|
|
16842
|
+
/** Filter by the object’s `bucketId` field. */
|
|
16843
|
+
bucketId?: UUIDFilter;
|
|
16844
|
+
/** Filter by the object’s `createdAt` field. */
|
|
16845
|
+
createdAt?: DatetimeFilter;
|
|
16846
|
+
/** Filter by the object’s `databaseId` field. */
|
|
16847
|
+
databaseId?: UUIDFilter;
|
|
16848
|
+
/** Filter by the object’s `description` field. */
|
|
16849
|
+
description?: StringFilter;
|
|
16850
|
+
/** Filter by the object’s `emailSiteIdentity` relation. */
|
|
16851
|
+
emailSiteIdentity?: EmailSiteIdentityFilter;
|
|
16852
|
+
/** A related `emailSiteIdentity` exists. */
|
|
16853
|
+
emailSiteIdentityExists?: boolean;
|
|
16854
|
+
/** Filter by the object’s `id` field. */
|
|
16855
|
+
id?: UUIDFilter;
|
|
16856
|
+
/** Filter by the object’s `installationId` field. */
|
|
16857
|
+
installationId?: UUIDFilter;
|
|
16858
|
+
/** Filter by the object’s `installationMemberSlug` field. */
|
|
16859
|
+
installationMemberSlug?: StringFilter;
|
|
16860
|
+
/** Filter by the object’s `isPublished` field. */
|
|
16861
|
+
isPublished?: BooleanFilter;
|
|
16862
|
+
/** Filter by the object’s `name` field. */
|
|
16863
|
+
name?: StringFilter;
|
|
16864
|
+
/** Negates the expression. */
|
|
16865
|
+
not?: SiteFilter;
|
|
16866
|
+
/** Checks for any expressions in this list. */
|
|
16867
|
+
or?: SiteFilter[];
|
|
16868
|
+
/** Filter by the object’s `pages` relation. */
|
|
16869
|
+
pages?: SiteToManyPageFilter;
|
|
16870
|
+
/** `pages` exist. */
|
|
16871
|
+
pagesExist?: boolean;
|
|
16872
|
+
/** Filter by the object’s `resourceId` field. */
|
|
16873
|
+
resourceId?: UUIDFilter;
|
|
16874
|
+
/** Filter by the object’s `siteAppLinks` relation. */
|
|
16875
|
+
siteAppLinks?: SiteToManySiteAppLinkFilter;
|
|
16876
|
+
/** `siteAppLinks` exist. */
|
|
16877
|
+
siteAppLinksExist?: boolean;
|
|
16878
|
+
/** Filter by the object’s `siteDeepLinks` relation. */
|
|
16879
|
+
siteDeepLinks?: SiteToManySiteDeepLinkFilter;
|
|
16880
|
+
/** `siteDeepLinks` exist. */
|
|
16881
|
+
siteDeepLinksExist?: boolean;
|
|
16882
|
+
/** Filter by the object’s `siteErrorPages` relation. */
|
|
16883
|
+
siteErrorPages?: SiteToManySiteErrorPageFilter;
|
|
16884
|
+
/** `siteErrorPages` exist. */
|
|
16885
|
+
siteErrorPagesExist?: boolean;
|
|
16886
|
+
/** Filter by the object’s `siteMetadatum` relation. */
|
|
16887
|
+
siteMetadatum?: SiteMetadatumFilter;
|
|
16888
|
+
/** A related `siteMetadatum` exists. */
|
|
16889
|
+
siteMetadatumExists?: boolean;
|
|
16890
|
+
/** Filter by the object’s `siteModules` relation. */
|
|
16891
|
+
siteModules?: SiteToManySiteModuleFilter;
|
|
16892
|
+
/** `siteModules` exist. */
|
|
16893
|
+
siteModulesExist?: boolean;
|
|
16894
|
+
/** Filter by the object’s `siteThemes` relation. */
|
|
16895
|
+
siteThemes?: SiteToManySiteThemeFilter;
|
|
16896
|
+
/** `siteThemes` exist. */
|
|
16897
|
+
siteThemesExist?: boolean;
|
|
16898
|
+
/** Filter by the object’s `siteWebConfig` relation. */
|
|
16899
|
+
siteWebConfig?: SiteWebConfigFilter;
|
|
16900
|
+
/** A related `siteWebConfig` exists. */
|
|
16901
|
+
siteWebConfigExists?: boolean;
|
|
16902
|
+
/** Filter by the object’s `title` field. */
|
|
16903
|
+
title?: StringFilter;
|
|
16904
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
16905
|
+
updatedAt?: DatetimeFilter;
|
|
16906
|
+
}
|
|
16907
|
+
/** A filter to be used against `EmailProviderAccount` object types. All fields are combined with a logical ‘and.’ */
|
|
16908
|
+
export interface EmailProviderAccountFilter {
|
|
16909
|
+
/** Checks for all expressions in this list. */
|
|
16910
|
+
and?: EmailProviderAccountFilter[];
|
|
16911
|
+
/** Filter by the object’s `apiBaseUrl` field. */
|
|
16912
|
+
apiBaseUrl?: StringFilter;
|
|
16913
|
+
/** Filter by the object’s `createdAt` field. */
|
|
16914
|
+
createdAt?: DatetimeFilter;
|
|
16915
|
+
/** Filter by the object’s `credentialsSecretName` field. */
|
|
16916
|
+
credentialsSecretName?: StringFilter;
|
|
16917
|
+
/** Filter by the object’s `databaseId` field. */
|
|
16918
|
+
databaseId?: UUIDFilter;
|
|
16919
|
+
/** Filter by the object’s `emailIdentitiesByProviderAccountId` relation. */
|
|
16920
|
+
emailIdentitiesByProviderAccountId?: EmailProviderAccountToManyEmailIdentityFilter;
|
|
16921
|
+
/** `emailIdentitiesByProviderAccountId` exist. */
|
|
16922
|
+
emailIdentitiesByProviderAccountIdExist?: boolean;
|
|
16923
|
+
/** Filter by the object’s `id` field. */
|
|
16924
|
+
id?: UUIDFilter;
|
|
16925
|
+
/** Filter by the object’s `isActive` field. */
|
|
16926
|
+
isActive?: BooleanFilter;
|
|
16927
|
+
/** Filter by the object’s `name` field. */
|
|
16928
|
+
name?: StringFilter;
|
|
16929
|
+
/** Negates the expression. */
|
|
16930
|
+
not?: EmailProviderAccountFilter;
|
|
16931
|
+
/** Checks for any expressions in this list. */
|
|
16932
|
+
or?: EmailProviderAccountFilter[];
|
|
16933
|
+
/** Filter by the object’s `provider` field. */
|
|
16934
|
+
provider?: StringFilter;
|
|
16935
|
+
/** Filter by the object’s `providerAccountName` field. */
|
|
16936
|
+
providerAccountName?: StringFilter;
|
|
16937
|
+
/** Filter by the object’s `region` field. */
|
|
16938
|
+
region?: StringFilter;
|
|
16939
|
+
/** Filter by the object’s `smtpHost` field. */
|
|
16940
|
+
smtpHost?: StringFilter;
|
|
16941
|
+
/** Filter by the object’s `smtpPort` field. */
|
|
16942
|
+
smtpPort?: IntFilter;
|
|
16943
|
+
/** Filter by the object’s `smtpSecure` field. */
|
|
16944
|
+
smtpSecure?: BooleanFilter;
|
|
16945
|
+
/** Filter by the object’s `smtpUser` field. */
|
|
16946
|
+
smtpUser?: StringFilter;
|
|
16947
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
16948
|
+
updatedAt?: DatetimeFilter;
|
|
16949
|
+
/** Filter by the object’s `webhookSigningSecretName` field. */
|
|
16950
|
+
webhookSigningSecretName?: StringFilter;
|
|
16951
|
+
}
|
|
16952
|
+
/** A filter to be used against `PlatformApi` object types. All fields are combined with a logical ‘and.’ */
|
|
16953
|
+
export interface PlatformApiFilter {
|
|
15693
16954
|
/** Checks for all expressions in this list. */
|
|
15694
|
-
and?:
|
|
16955
|
+
and?: PlatformApiFilter[];
|
|
15695
16956
|
/** Filter by the object’s `anonRole` field. */
|
|
15696
16957
|
anonRole?: StringFilter;
|
|
15697
16958
|
/** Filter by the object’s `config` field. */
|
|
@@ -15707,11 +16968,11 @@ export interface PlatformApisFilter {
|
|
|
15707
16968
|
/** Filter by the object’s `name` field. */
|
|
15708
16969
|
name?: StringFilter;
|
|
15709
16970
|
/** Negates the expression. */
|
|
15710
|
-
not?:
|
|
16971
|
+
not?: PlatformApiFilter;
|
|
15711
16972
|
/** Checks for any expressions in this list. */
|
|
15712
|
-
or?:
|
|
16973
|
+
or?: PlatformApiFilter[];
|
|
15713
16974
|
/** Filter by the object’s `platformApiSchemasByApiId` relation. */
|
|
15714
|
-
platformApiSchemasByApiId?:
|
|
16975
|
+
platformApiSchemasByApiId?: PlatformApiToManyPlatformApiSchemaFilter;
|
|
15715
16976
|
/** `platformApiSchemasByApiId` exist. */
|
|
15716
16977
|
platformApiSchemasByApiIdExist?: boolean;
|
|
15717
16978
|
/** Filter by the object’s `platformApiSettingByApiId` relation. */
|
|
@@ -15839,6 +17100,10 @@ export interface PlatformSiteFilter {
|
|
|
15839
17100
|
not?: PlatformSiteFilter;
|
|
15840
17101
|
/** Checks for any expressions in this list. */
|
|
15841
17102
|
or?: PlatformSiteFilter[];
|
|
17103
|
+
/** Filter by the object’s `platformEmailSiteIdentityBySiteId` relation. */
|
|
17104
|
+
platformEmailSiteIdentityBySiteId?: PlatformEmailSiteIdentityFilter;
|
|
17105
|
+
/** A related `platformEmailSiteIdentityBySiteId` exists. */
|
|
17106
|
+
platformEmailSiteIdentityBySiteIdExists?: boolean;
|
|
15842
17107
|
/** Filter by the object’s `platformPagesBySiteId` relation. */
|
|
15843
17108
|
platformPagesBySiteId?: PlatformSiteToManyPlatformPageFilter;
|
|
15844
17109
|
/** `platformPagesBySiteId` exist. */
|
|
@@ -15878,79 +17143,55 @@ export interface PlatformSiteFilter {
|
|
|
15878
17143
|
/** Filter by the object’s `updatedAt` field. */
|
|
15879
17144
|
updatedAt?: DatetimeFilter;
|
|
15880
17145
|
}
|
|
15881
|
-
/** A filter to be used against `
|
|
15882
|
-
export interface
|
|
15883
|
-
/** Filter by the object’s `activeCommitId` field. */
|
|
15884
|
-
activeCommitId?: UUIDFilter;
|
|
17146
|
+
/** A filter to be used against `PlatformEmailProviderAccount` object types. All fields are combined with a logical ‘and.’ */
|
|
17147
|
+
export interface PlatformEmailProviderAccountFilter {
|
|
15885
17148
|
/** Checks for all expressions in this list. */
|
|
15886
|
-
and?:
|
|
15887
|
-
/** Filter by the object’s `
|
|
15888
|
-
|
|
17149
|
+
and?: PlatformEmailProviderAccountFilter[];
|
|
17150
|
+
/** Filter by the object’s `apiBaseUrl` field. */
|
|
17151
|
+
apiBaseUrl?: StringFilter;
|
|
15889
17152
|
/** Filter by the object’s `createdAt` field. */
|
|
15890
17153
|
createdAt?: DatetimeFilter;
|
|
15891
|
-
/** Filter by the object’s `
|
|
15892
|
-
|
|
15893
|
-
/** Filter by the object’s `description` field. */
|
|
15894
|
-
description?: StringFilter;
|
|
17154
|
+
/** Filter by the object’s `credentialsSecretName` field. */
|
|
17155
|
+
credentialsSecretName?: StringFilter;
|
|
15895
17156
|
/** Filter by the object’s `id` field. */
|
|
15896
17157
|
id?: UUIDFilter;
|
|
15897
|
-
/** Filter by the object’s `
|
|
15898
|
-
|
|
15899
|
-
/** Filter by the object’s `installationMemberSlug` field. */
|
|
15900
|
-
installationMemberSlug?: StringFilter;
|
|
15901
|
-
/** Filter by the object’s `isPublished` field. */
|
|
15902
|
-
isPublished?: BooleanFilter;
|
|
17158
|
+
/** Filter by the object’s `isActive` field. */
|
|
17159
|
+
isActive?: BooleanFilter;
|
|
15903
17160
|
/** Filter by the object’s `name` field. */
|
|
15904
17161
|
name?: StringFilter;
|
|
15905
17162
|
/** Negates the expression. */
|
|
15906
|
-
not?:
|
|
17163
|
+
not?: PlatformEmailProviderAccountFilter;
|
|
15907
17164
|
/** Checks for any expressions in this list. */
|
|
15908
|
-
or?:
|
|
15909
|
-
/** Filter by the object’s `
|
|
15910
|
-
|
|
15911
|
-
/** `
|
|
15912
|
-
|
|
15913
|
-
/** Filter by the object’s `
|
|
15914
|
-
|
|
15915
|
-
/** Filter by the object’s `
|
|
15916
|
-
|
|
15917
|
-
/** `
|
|
15918
|
-
|
|
15919
|
-
/** Filter by the object’s `
|
|
15920
|
-
|
|
15921
|
-
/** `
|
|
15922
|
-
|
|
15923
|
-
/** Filter by the object’s `
|
|
15924
|
-
|
|
15925
|
-
/** `
|
|
15926
|
-
|
|
15927
|
-
/** Filter by the object’s `siteMetadatum` relation. */
|
|
15928
|
-
siteMetadatum?: SiteMetadatumFilter;
|
|
15929
|
-
/** A related `siteMetadatum` exists. */
|
|
15930
|
-
siteMetadatumExists?: boolean;
|
|
15931
|
-
/** Filter by the object’s `siteModules` relation. */
|
|
15932
|
-
siteModules?: SiteToManySiteModuleFilter;
|
|
15933
|
-
/** `siteModules` exist. */
|
|
15934
|
-
siteModulesExist?: boolean;
|
|
15935
|
-
/** Filter by the object’s `siteThemes` relation. */
|
|
15936
|
-
siteThemes?: SiteToManySiteThemeFilter;
|
|
15937
|
-
/** `siteThemes` exist. */
|
|
15938
|
-
siteThemesExist?: boolean;
|
|
15939
|
-
/** Filter by the object’s `siteWebConfig` relation. */
|
|
15940
|
-
siteWebConfig?: SiteWebConfigFilter;
|
|
15941
|
-
/** A related `siteWebConfig` exists. */
|
|
15942
|
-
siteWebConfigExists?: boolean;
|
|
15943
|
-
/** Filter by the object’s `title` field. */
|
|
15944
|
-
title?: StringFilter;
|
|
17165
|
+
or?: PlatformEmailProviderAccountFilter[];
|
|
17166
|
+
/** Filter by the object’s `platformEmailIdentitiesByProviderAccountId` relation. */
|
|
17167
|
+
platformEmailIdentitiesByProviderAccountId?: PlatformEmailProviderAccountToManyPlatformEmailIdentityFilter;
|
|
17168
|
+
/** `platformEmailIdentitiesByProviderAccountId` exist. */
|
|
17169
|
+
platformEmailIdentitiesByProviderAccountIdExist?: boolean;
|
|
17170
|
+
/** Filter by the object’s `provider` field. */
|
|
17171
|
+
provider?: StringFilter;
|
|
17172
|
+
/** Filter by the object’s `providerAccountName` field. */
|
|
17173
|
+
providerAccountName?: StringFilter;
|
|
17174
|
+
/** Filter by the object’s `region` field. */
|
|
17175
|
+
region?: StringFilter;
|
|
17176
|
+
/** Filter by the object’s `smtpHost` field. */
|
|
17177
|
+
smtpHost?: StringFilter;
|
|
17178
|
+
/** Filter by the object’s `smtpPort` field. */
|
|
17179
|
+
smtpPort?: IntFilter;
|
|
17180
|
+
/** Filter by the object’s `smtpSecure` field. */
|
|
17181
|
+
smtpSecure?: BooleanFilter;
|
|
17182
|
+
/** Filter by the object’s `smtpUser` field. */
|
|
17183
|
+
smtpUser?: StringFilter;
|
|
15945
17184
|
/** Filter by the object’s `updatedAt` field. */
|
|
15946
17185
|
updatedAt?: DatetimeFilter;
|
|
17186
|
+
/** Filter by the object’s `webhookSigningSecretName` field. */
|
|
17187
|
+
webhookSigningSecretName?: StringFilter;
|
|
15947
17188
|
}
|
|
15948
17189
|
/** A filter to be used against `ApiSetting` object types. All fields are combined with a logical ‘and.’ */
|
|
15949
17190
|
export interface ApiSettingFilter {
|
|
15950
17191
|
/** Checks for all expressions in this list. */
|
|
15951
17192
|
and?: ApiSettingFilter[];
|
|
15952
17193
|
/** Filter by the object’s `api` relation. */
|
|
15953
|
-
api?:
|
|
17194
|
+
api?: ApiFilter;
|
|
15954
17195
|
/** Filter by the object’s `apiId` field. */
|
|
15955
17196
|
apiId?: UUIDFilter;
|
|
15956
17197
|
/** Filter by the object’s `createdAt` field. */
|
|
@@ -15994,12 +17235,82 @@ export interface ApiSettingFilter {
|
|
|
15994
17235
|
/** Filter by the object’s `updatedAt` field. */
|
|
15995
17236
|
updatedAt?: DatetimeFilter;
|
|
15996
17237
|
}
|
|
17238
|
+
/** A filter to be used against `SiteMetadatum` object types. All fields are combined with a logical ‘and.’ */
|
|
17239
|
+
export interface SiteMetadatumFilter {
|
|
17240
|
+
/** Checks for all expressions in this list. */
|
|
17241
|
+
and?: SiteMetadatumFilter[];
|
|
17242
|
+
/** Filter by the object’s `appleTouchIcon` field. */
|
|
17243
|
+
appleTouchIcon?: ConstructiveInternalTypeImageFilter;
|
|
17244
|
+
/** Filter by the object’s `canonicalUrl` field. */
|
|
17245
|
+
canonicalUrl?: StringFilter;
|
|
17246
|
+
/** Filter by the object’s `commitId` field. */
|
|
17247
|
+
commitId?: UUIDFilter;
|
|
17248
|
+
/** Filter by the object’s `createdAt` field. */
|
|
17249
|
+
createdAt?: DatetimeFilter;
|
|
17250
|
+
/** Filter by the object’s `databaseId` field. */
|
|
17251
|
+
databaseId?: UUIDFilter;
|
|
17252
|
+
/** Filter by the object’s `description` field. */
|
|
17253
|
+
description?: StringFilter;
|
|
17254
|
+
/** Filter by the object’s `favicon` field. */
|
|
17255
|
+
favicon?: ConstructiveInternalTypeImageFilter;
|
|
17256
|
+
/** Filter by the object’s `id` field. */
|
|
17257
|
+
id?: UUIDFilter;
|
|
17258
|
+
/** Filter by the object’s `logo` field. */
|
|
17259
|
+
logo?: ConstructiveInternalTypeImageFilter;
|
|
17260
|
+
/** Negates the expression. */
|
|
17261
|
+
not?: SiteMetadatumFilter;
|
|
17262
|
+
/** Filter by the object’s `ogImage` field. */
|
|
17263
|
+
ogImage?: ConstructiveInternalTypeImageFilter;
|
|
17264
|
+
/** Checks for any expressions in this list. */
|
|
17265
|
+
or?: SiteMetadatumFilter[];
|
|
17266
|
+
/** Filter by the object’s `robots` field. */
|
|
17267
|
+
robots?: StringFilter;
|
|
17268
|
+
/** Filter by the object’s `site` relation. */
|
|
17269
|
+
site?: SiteFilter;
|
|
17270
|
+
/** Filter by the object’s `siteId` field. */
|
|
17271
|
+
siteId?: UUIDFilter;
|
|
17272
|
+
/** Filter by the object’s `storeId` field. */
|
|
17273
|
+
storeId?: UUIDFilter;
|
|
17274
|
+
/** Filter by the object’s `title` field. */
|
|
17275
|
+
title?: StringFilter;
|
|
17276
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
17277
|
+
updatedAt?: DatetimeFilter;
|
|
17278
|
+
}
|
|
17279
|
+
/** A filter to be used against `SiteWebConfig` object types. All fields are combined with a logical ‘and.’ */
|
|
17280
|
+
export interface SiteWebConfigFilter {
|
|
17281
|
+
/** Checks for all expressions in this list. */
|
|
17282
|
+
and?: SiteWebConfigFilter[];
|
|
17283
|
+
/** Filter by the object’s `cleanUrls` field. */
|
|
17284
|
+
cleanUrls?: BooleanFilter;
|
|
17285
|
+
/** Filter by the object’s `createdAt` field. */
|
|
17286
|
+
createdAt?: DatetimeFilter;
|
|
17287
|
+
/** Filter by the object’s `databaseId` field. */
|
|
17288
|
+
databaseId?: UUIDFilter;
|
|
17289
|
+
/** Filter by the object’s `id` field. */
|
|
17290
|
+
id?: UUIDFilter;
|
|
17291
|
+
/** Filter by the object’s `indexDocument` field. */
|
|
17292
|
+
indexDocument?: StringFilter;
|
|
17293
|
+
/** Filter by the object’s `metadata` field. */
|
|
17294
|
+
metadata?: JSONFilter;
|
|
17295
|
+
/** Negates the expression. */
|
|
17296
|
+
not?: SiteWebConfigFilter;
|
|
17297
|
+
/** Checks for any expressions in this list. */
|
|
17298
|
+
or?: SiteWebConfigFilter[];
|
|
17299
|
+
/** Filter by the object’s `site` relation. */
|
|
17300
|
+
site?: SiteFilter;
|
|
17301
|
+
/** Filter by the object’s `siteId` field. */
|
|
17302
|
+
siteId?: UUIDFilter;
|
|
17303
|
+
/** Filter by the object’s `spaFallback` field. */
|
|
17304
|
+
spaFallback?: BooleanFilter;
|
|
17305
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
17306
|
+
updatedAt?: DatetimeFilter;
|
|
17307
|
+
}
|
|
15997
17308
|
/** A filter to be used against `PlatformApiSetting` object types. All fields are combined with a logical ‘and.’ */
|
|
15998
17309
|
export interface PlatformApiSettingFilter {
|
|
15999
17310
|
/** Checks for all expressions in this list. */
|
|
16000
17311
|
and?: PlatformApiSettingFilter[];
|
|
16001
17312
|
/** Filter by the object’s `api` relation. */
|
|
16002
|
-
api?:
|
|
17313
|
+
api?: PlatformApiFilter;
|
|
16003
17314
|
/** Filter by the object’s `apiId` field. */
|
|
16004
17315
|
apiId?: UUIDFilter;
|
|
16005
17316
|
/** Filter by the object’s `createdAt` field. */
|
|
@@ -16048,7 +17359,7 @@ export interface PlatformCorsSettingFilter {
|
|
|
16048
17359
|
/** Checks for all expressions in this list. */
|
|
16049
17360
|
and?: PlatformCorsSettingFilter[];
|
|
16050
17361
|
/** Filter by the object’s `api` relation. */
|
|
16051
|
-
api?:
|
|
17362
|
+
api?: PlatformApiFilter;
|
|
16052
17363
|
/** A related `api` exists. */
|
|
16053
17364
|
apiExists?: boolean;
|
|
16054
17365
|
/** Filter by the object’s `apiId` field. */
|
|
@@ -16130,76 +17441,6 @@ export interface PlatformSiteWebConfigFilter {
|
|
|
16130
17441
|
/** Filter by the object’s `updatedAt` field. */
|
|
16131
17442
|
updatedAt?: DatetimeFilter;
|
|
16132
17443
|
}
|
|
16133
|
-
/** A filter to be used against `SiteMetadatum` object types. All fields are combined with a logical ‘and.’ */
|
|
16134
|
-
export interface SiteMetadatumFilter {
|
|
16135
|
-
/** Checks for all expressions in this list. */
|
|
16136
|
-
and?: SiteMetadatumFilter[];
|
|
16137
|
-
/** Filter by the object’s `appleTouchIcon` field. */
|
|
16138
|
-
appleTouchIcon?: ConstructiveInternalTypeImageFilter;
|
|
16139
|
-
/** Filter by the object’s `canonicalUrl` field. */
|
|
16140
|
-
canonicalUrl?: StringFilter;
|
|
16141
|
-
/** Filter by the object’s `commitId` field. */
|
|
16142
|
-
commitId?: UUIDFilter;
|
|
16143
|
-
/** Filter by the object’s `createdAt` field. */
|
|
16144
|
-
createdAt?: DatetimeFilter;
|
|
16145
|
-
/** Filter by the object’s `databaseId` field. */
|
|
16146
|
-
databaseId?: UUIDFilter;
|
|
16147
|
-
/** Filter by the object’s `description` field. */
|
|
16148
|
-
description?: StringFilter;
|
|
16149
|
-
/** Filter by the object’s `favicon` field. */
|
|
16150
|
-
favicon?: ConstructiveInternalTypeImageFilter;
|
|
16151
|
-
/** Filter by the object’s `id` field. */
|
|
16152
|
-
id?: UUIDFilter;
|
|
16153
|
-
/** Filter by the object’s `logo` field. */
|
|
16154
|
-
logo?: ConstructiveInternalTypeImageFilter;
|
|
16155
|
-
/** Negates the expression. */
|
|
16156
|
-
not?: SiteMetadatumFilter;
|
|
16157
|
-
/** Filter by the object’s `ogImage` field. */
|
|
16158
|
-
ogImage?: ConstructiveInternalTypeImageFilter;
|
|
16159
|
-
/** Checks for any expressions in this list. */
|
|
16160
|
-
or?: SiteMetadatumFilter[];
|
|
16161
|
-
/** Filter by the object’s `robots` field. */
|
|
16162
|
-
robots?: StringFilter;
|
|
16163
|
-
/** Filter by the object’s `site` relation. */
|
|
16164
|
-
site?: SiteFilter;
|
|
16165
|
-
/** Filter by the object’s `siteId` field. */
|
|
16166
|
-
siteId?: UUIDFilter;
|
|
16167
|
-
/** Filter by the object’s `storeId` field. */
|
|
16168
|
-
storeId?: UUIDFilter;
|
|
16169
|
-
/** Filter by the object’s `title` field. */
|
|
16170
|
-
title?: StringFilter;
|
|
16171
|
-
/** Filter by the object’s `updatedAt` field. */
|
|
16172
|
-
updatedAt?: DatetimeFilter;
|
|
16173
|
-
}
|
|
16174
|
-
/** A filter to be used against `SiteWebConfig` object types. All fields are combined with a logical ‘and.’ */
|
|
16175
|
-
export interface SiteWebConfigFilter {
|
|
16176
|
-
/** Checks for all expressions in this list. */
|
|
16177
|
-
and?: SiteWebConfigFilter[];
|
|
16178
|
-
/** Filter by the object’s `cleanUrls` field. */
|
|
16179
|
-
cleanUrls?: BooleanFilter;
|
|
16180
|
-
/** Filter by the object’s `createdAt` field. */
|
|
16181
|
-
createdAt?: DatetimeFilter;
|
|
16182
|
-
/** Filter by the object’s `databaseId` field. */
|
|
16183
|
-
databaseId?: UUIDFilter;
|
|
16184
|
-
/** Filter by the object’s `id` field. */
|
|
16185
|
-
id?: UUIDFilter;
|
|
16186
|
-
/** Filter by the object’s `indexDocument` field. */
|
|
16187
|
-
indexDocument?: StringFilter;
|
|
16188
|
-
/** Filter by the object’s `metadata` field. */
|
|
16189
|
-
metadata?: JSONFilter;
|
|
16190
|
-
/** Negates the expression. */
|
|
16191
|
-
not?: SiteWebConfigFilter;
|
|
16192
|
-
/** Checks for any expressions in this list. */
|
|
16193
|
-
or?: SiteWebConfigFilter[];
|
|
16194
|
-
/** Filter by the object’s `site` relation. */
|
|
16195
|
-
site?: SiteFilter;
|
|
16196
|
-
/** Filter by the object’s `siteId` field. */
|
|
16197
|
-
siteId?: UUIDFilter;
|
|
16198
|
-
/** Filter by the object’s `spaFallback` field. */
|
|
16199
|
-
spaFallback?: BooleanFilter;
|
|
16200
|
-
/** Filter by the object’s `updatedAt` field. */
|
|
16201
|
-
updatedAt?: DatetimeFilter;
|
|
16202
|
-
}
|
|
16203
17444
|
/** A filter to be used against BigInt fields. All fields are combined with a logical ‘and.’ */
|
|
16204
17445
|
export interface BigIntFilter {
|
|
16205
17446
|
/** Not equal to the specified value, treating null like an ordinary value. */
|
|
@@ -16281,27 +17522,37 @@ export type ResolveRouteRecordSelect = {
|
|
|
16281
17522
|
tlsStatus?: boolean;
|
|
16282
17523
|
verificationStatus?: boolean;
|
|
16283
17524
|
};
|
|
16284
|
-
export interface
|
|
17525
|
+
export interface ApplyRlsPayload {
|
|
17526
|
+
clientMutationId?: string | null;
|
|
17527
|
+
}
|
|
17528
|
+
export type ApplyRlsPayloadSelect = {
|
|
17529
|
+
clientMutationId?: boolean;
|
|
17530
|
+
};
|
|
17531
|
+
export interface AppsInstallAppPayload {
|
|
17532
|
+
appEdge?: AppEdge | null;
|
|
16285
17533
|
clientMutationId?: string | null;
|
|
16286
|
-
result?:
|
|
17534
|
+
result?: App | null;
|
|
16287
17535
|
}
|
|
16288
|
-
export type
|
|
17536
|
+
export type AppsInstallAppPayloadSelect = {
|
|
17537
|
+
appEdge?: {
|
|
17538
|
+
select: AppEdgeSelect;
|
|
17539
|
+
};
|
|
16289
17540
|
clientMutationId?: boolean;
|
|
16290
|
-
result?:
|
|
17541
|
+
result?: {
|
|
17542
|
+
select: AppSelect;
|
|
17543
|
+
};
|
|
16291
17544
|
};
|
|
16292
|
-
export interface
|
|
17545
|
+
export interface AppsUninstallAppPayload {
|
|
16293
17546
|
clientMutationId?: string | null;
|
|
16294
17547
|
}
|
|
16295
|
-
export type
|
|
17548
|
+
export type AppsUninstallAppPayloadSelect = {
|
|
16296
17549
|
clientMutationId?: boolean;
|
|
16297
17550
|
};
|
|
16298
|
-
export interface
|
|
17551
|
+
export interface AppsUpgradeAppPayload {
|
|
16299
17552
|
clientMutationId?: string | null;
|
|
16300
|
-
result?: boolean | null;
|
|
16301
17553
|
}
|
|
16302
|
-
export type
|
|
17554
|
+
export type AppsUpgradeAppPayloadSelect = {
|
|
16303
17555
|
clientMutationId?: boolean;
|
|
16304
|
-
result?: boolean;
|
|
16305
17556
|
};
|
|
16306
17557
|
export interface DomainsAssignSubdomainPayload {
|
|
16307
17558
|
clientMutationId?: string | null;
|
|
@@ -16363,14 +17614,6 @@ export type ProvisionBucketPayloadSelect = {
|
|
|
16363
17614
|
provider?: boolean;
|
|
16364
17615
|
success?: boolean;
|
|
16365
17616
|
};
|
|
16366
|
-
export interface RejectDatabaseTransferPayload {
|
|
16367
|
-
clientMutationId?: string | null;
|
|
16368
|
-
result?: boolean | null;
|
|
16369
|
-
}
|
|
16370
|
-
export type RejectDatabaseTransferPayloadSelect = {
|
|
16371
|
-
clientMutationId?: boolean;
|
|
16372
|
-
result?: boolean;
|
|
16373
|
-
};
|
|
16374
17617
|
export interface RequestDatabasePayload {
|
|
16375
17618
|
clientMutationId?: string | null;
|
|
16376
17619
|
result?: DatabaseProvisionModule | null;
|
|
@@ -16397,6 +17640,51 @@ export type SitesProvisionStaticSitePayloadSelect = {
|
|
|
16397
17640
|
select: PlatformRouteSelect;
|
|
16398
17641
|
};
|
|
16399
17642
|
};
|
|
17643
|
+
export interface CreateApiPayload {
|
|
17644
|
+
/** The `Api` that was created by this mutation. */
|
|
17645
|
+
api?: Api | null;
|
|
17646
|
+
apiEdge?: ApiEdge | null;
|
|
17647
|
+
clientMutationId?: string | null;
|
|
17648
|
+
}
|
|
17649
|
+
export type CreateApiPayloadSelect = {
|
|
17650
|
+
api?: {
|
|
17651
|
+
select: ApiSelect;
|
|
17652
|
+
};
|
|
17653
|
+
apiEdge?: {
|
|
17654
|
+
select: ApiEdgeSelect;
|
|
17655
|
+
};
|
|
17656
|
+
clientMutationId?: boolean;
|
|
17657
|
+
};
|
|
17658
|
+
export interface UpdateApiPayload {
|
|
17659
|
+
/** The `Api` that was updated by this mutation. */
|
|
17660
|
+
api?: Api | null;
|
|
17661
|
+
apiEdge?: ApiEdge | null;
|
|
17662
|
+
clientMutationId?: string | null;
|
|
17663
|
+
}
|
|
17664
|
+
export type UpdateApiPayloadSelect = {
|
|
17665
|
+
api?: {
|
|
17666
|
+
select: ApiSelect;
|
|
17667
|
+
};
|
|
17668
|
+
apiEdge?: {
|
|
17669
|
+
select: ApiEdgeSelect;
|
|
17670
|
+
};
|
|
17671
|
+
clientMutationId?: boolean;
|
|
17672
|
+
};
|
|
17673
|
+
export interface DeleteApiPayload {
|
|
17674
|
+
/** The `Api` that was deleted by this mutation. */
|
|
17675
|
+
api?: Api | null;
|
|
17676
|
+
apiEdge?: ApiEdge | null;
|
|
17677
|
+
clientMutationId?: string | null;
|
|
17678
|
+
}
|
|
17679
|
+
export type DeleteApiPayloadSelect = {
|
|
17680
|
+
api?: {
|
|
17681
|
+
select: ApiSelect;
|
|
17682
|
+
};
|
|
17683
|
+
apiEdge?: {
|
|
17684
|
+
select: ApiEdgeSelect;
|
|
17685
|
+
};
|
|
17686
|
+
clientMutationId?: boolean;
|
|
17687
|
+
};
|
|
16400
17688
|
export interface CreateApiSchemaPayload {
|
|
16401
17689
|
/** The `ApiSchema` that was created by this mutation. */
|
|
16402
17690
|
apiSchema?: ApiSchema | null;
|
|
@@ -16487,48 +17775,93 @@ export type DeleteApiSettingPayloadSelect = {
|
|
|
16487
17775
|
};
|
|
16488
17776
|
clientMutationId?: boolean;
|
|
16489
17777
|
};
|
|
16490
|
-
export interface
|
|
16491
|
-
/** The `
|
|
16492
|
-
|
|
16493
|
-
|
|
17778
|
+
export interface CreateAppComponentPayload {
|
|
17779
|
+
/** The `AppComponent` that was created by this mutation. */
|
|
17780
|
+
appComponent?: AppComponent | null;
|
|
17781
|
+
appComponentEdge?: AppComponentEdge | null;
|
|
17782
|
+
clientMutationId?: string | null;
|
|
17783
|
+
}
|
|
17784
|
+
export type CreateAppComponentPayloadSelect = {
|
|
17785
|
+
appComponent?: {
|
|
17786
|
+
select: AppComponentSelect;
|
|
17787
|
+
};
|
|
17788
|
+
appComponentEdge?: {
|
|
17789
|
+
select: AppComponentEdgeSelect;
|
|
17790
|
+
};
|
|
17791
|
+
clientMutationId?: boolean;
|
|
17792
|
+
};
|
|
17793
|
+
export interface UpdateAppComponentPayload {
|
|
17794
|
+
/** The `AppComponent` that was updated by this mutation. */
|
|
17795
|
+
appComponent?: AppComponent | null;
|
|
17796
|
+
appComponentEdge?: AppComponentEdge | null;
|
|
17797
|
+
clientMutationId?: string | null;
|
|
17798
|
+
}
|
|
17799
|
+
export type UpdateAppComponentPayloadSelect = {
|
|
17800
|
+
appComponent?: {
|
|
17801
|
+
select: AppComponentSelect;
|
|
17802
|
+
};
|
|
17803
|
+
appComponentEdge?: {
|
|
17804
|
+
select: AppComponentEdgeSelect;
|
|
17805
|
+
};
|
|
17806
|
+
clientMutationId?: boolean;
|
|
17807
|
+
};
|
|
17808
|
+
export interface DeleteAppComponentPayload {
|
|
17809
|
+
/** The `AppComponent` that was deleted by this mutation. */
|
|
17810
|
+
appComponent?: AppComponent | null;
|
|
17811
|
+
appComponentEdge?: AppComponentEdge | null;
|
|
17812
|
+
clientMutationId?: string | null;
|
|
17813
|
+
}
|
|
17814
|
+
export type DeleteAppComponentPayloadSelect = {
|
|
17815
|
+
appComponent?: {
|
|
17816
|
+
select: AppComponentSelect;
|
|
17817
|
+
};
|
|
17818
|
+
appComponentEdge?: {
|
|
17819
|
+
select: AppComponentEdgeSelect;
|
|
17820
|
+
};
|
|
17821
|
+
clientMutationId?: boolean;
|
|
17822
|
+
};
|
|
17823
|
+
export interface CreateAppPayload {
|
|
17824
|
+
/** The `App` that was created by this mutation. */
|
|
17825
|
+
app?: App | null;
|
|
17826
|
+
appEdge?: AppEdge | null;
|
|
16494
17827
|
clientMutationId?: string | null;
|
|
16495
17828
|
}
|
|
16496
|
-
export type
|
|
16497
|
-
|
|
16498
|
-
select:
|
|
17829
|
+
export type CreateAppPayloadSelect = {
|
|
17830
|
+
app?: {
|
|
17831
|
+
select: AppSelect;
|
|
16499
17832
|
};
|
|
16500
|
-
|
|
16501
|
-
select:
|
|
17833
|
+
appEdge?: {
|
|
17834
|
+
select: AppEdgeSelect;
|
|
16502
17835
|
};
|
|
16503
17836
|
clientMutationId?: boolean;
|
|
16504
17837
|
};
|
|
16505
|
-
export interface
|
|
16506
|
-
/** The `
|
|
16507
|
-
|
|
16508
|
-
|
|
17838
|
+
export interface UpdateAppPayload {
|
|
17839
|
+
/** The `App` that was updated by this mutation. */
|
|
17840
|
+
app?: App | null;
|
|
17841
|
+
appEdge?: AppEdge | null;
|
|
16509
17842
|
clientMutationId?: string | null;
|
|
16510
17843
|
}
|
|
16511
|
-
export type
|
|
16512
|
-
|
|
16513
|
-
select:
|
|
17844
|
+
export type UpdateAppPayloadSelect = {
|
|
17845
|
+
app?: {
|
|
17846
|
+
select: AppSelect;
|
|
16514
17847
|
};
|
|
16515
|
-
|
|
16516
|
-
select:
|
|
17848
|
+
appEdge?: {
|
|
17849
|
+
select: AppEdgeSelect;
|
|
16517
17850
|
};
|
|
16518
17851
|
clientMutationId?: boolean;
|
|
16519
17852
|
};
|
|
16520
|
-
export interface
|
|
16521
|
-
/** The `
|
|
16522
|
-
|
|
16523
|
-
|
|
17853
|
+
export interface DeleteAppPayload {
|
|
17854
|
+
/** The `App` that was deleted by this mutation. */
|
|
17855
|
+
app?: App | null;
|
|
17856
|
+
appEdge?: AppEdge | null;
|
|
16524
17857
|
clientMutationId?: string | null;
|
|
16525
17858
|
}
|
|
16526
|
-
export type
|
|
16527
|
-
|
|
16528
|
-
select:
|
|
17859
|
+
export type DeleteAppPayloadSelect = {
|
|
17860
|
+
app?: {
|
|
17861
|
+
select: AppSelect;
|
|
16529
17862
|
};
|
|
16530
|
-
|
|
16531
|
-
select:
|
|
17863
|
+
appEdge?: {
|
|
17864
|
+
select: AppEdgeSelect;
|
|
16532
17865
|
};
|
|
16533
17866
|
clientMutationId?: boolean;
|
|
16534
17867
|
};
|
|
@@ -17072,6 +18405,141 @@ export type DeleteDomainVerificationPayloadSelect = {
|
|
|
17072
18405
|
select: DomainVerificationEdgeSelect;
|
|
17073
18406
|
};
|
|
17074
18407
|
};
|
|
18408
|
+
export interface CreateEmailIdentityPayload {
|
|
18409
|
+
clientMutationId?: string | null;
|
|
18410
|
+
/** The `EmailIdentity` that was created by this mutation. */
|
|
18411
|
+
emailIdentity?: EmailIdentity | null;
|
|
18412
|
+
emailIdentityEdge?: EmailIdentityEdge | null;
|
|
18413
|
+
}
|
|
18414
|
+
export type CreateEmailIdentityPayloadSelect = {
|
|
18415
|
+
clientMutationId?: boolean;
|
|
18416
|
+
emailIdentity?: {
|
|
18417
|
+
select: EmailIdentitySelect;
|
|
18418
|
+
};
|
|
18419
|
+
emailIdentityEdge?: {
|
|
18420
|
+
select: EmailIdentityEdgeSelect;
|
|
18421
|
+
};
|
|
18422
|
+
};
|
|
18423
|
+
export interface UpdateEmailIdentityPayload {
|
|
18424
|
+
clientMutationId?: string | null;
|
|
18425
|
+
/** The `EmailIdentity` that was updated by this mutation. */
|
|
18426
|
+
emailIdentity?: EmailIdentity | null;
|
|
18427
|
+
emailIdentityEdge?: EmailIdentityEdge | null;
|
|
18428
|
+
}
|
|
18429
|
+
export type UpdateEmailIdentityPayloadSelect = {
|
|
18430
|
+
clientMutationId?: boolean;
|
|
18431
|
+
emailIdentity?: {
|
|
18432
|
+
select: EmailIdentitySelect;
|
|
18433
|
+
};
|
|
18434
|
+
emailIdentityEdge?: {
|
|
18435
|
+
select: EmailIdentityEdgeSelect;
|
|
18436
|
+
};
|
|
18437
|
+
};
|
|
18438
|
+
export interface DeleteEmailIdentityPayload {
|
|
18439
|
+
clientMutationId?: string | null;
|
|
18440
|
+
/** The `EmailIdentity` that was deleted by this mutation. */
|
|
18441
|
+
emailIdentity?: EmailIdentity | null;
|
|
18442
|
+
emailIdentityEdge?: EmailIdentityEdge | null;
|
|
18443
|
+
}
|
|
18444
|
+
export type DeleteEmailIdentityPayloadSelect = {
|
|
18445
|
+
clientMutationId?: boolean;
|
|
18446
|
+
emailIdentity?: {
|
|
18447
|
+
select: EmailIdentitySelect;
|
|
18448
|
+
};
|
|
18449
|
+
emailIdentityEdge?: {
|
|
18450
|
+
select: EmailIdentityEdgeSelect;
|
|
18451
|
+
};
|
|
18452
|
+
};
|
|
18453
|
+
export interface CreateEmailProviderAccountPayload {
|
|
18454
|
+
clientMutationId?: string | null;
|
|
18455
|
+
/** The `EmailProviderAccount` that was created by this mutation. */
|
|
18456
|
+
emailProviderAccount?: EmailProviderAccount | null;
|
|
18457
|
+
emailProviderAccountEdge?: EmailProviderAccountEdge | null;
|
|
18458
|
+
}
|
|
18459
|
+
export type CreateEmailProviderAccountPayloadSelect = {
|
|
18460
|
+
clientMutationId?: boolean;
|
|
18461
|
+
emailProviderAccount?: {
|
|
18462
|
+
select: EmailProviderAccountSelect;
|
|
18463
|
+
};
|
|
18464
|
+
emailProviderAccountEdge?: {
|
|
18465
|
+
select: EmailProviderAccountEdgeSelect;
|
|
18466
|
+
};
|
|
18467
|
+
};
|
|
18468
|
+
export interface UpdateEmailProviderAccountPayload {
|
|
18469
|
+
clientMutationId?: string | null;
|
|
18470
|
+
/** The `EmailProviderAccount` that was updated by this mutation. */
|
|
18471
|
+
emailProviderAccount?: EmailProviderAccount | null;
|
|
18472
|
+
emailProviderAccountEdge?: EmailProviderAccountEdge | null;
|
|
18473
|
+
}
|
|
18474
|
+
export type UpdateEmailProviderAccountPayloadSelect = {
|
|
18475
|
+
clientMutationId?: boolean;
|
|
18476
|
+
emailProviderAccount?: {
|
|
18477
|
+
select: EmailProviderAccountSelect;
|
|
18478
|
+
};
|
|
18479
|
+
emailProviderAccountEdge?: {
|
|
18480
|
+
select: EmailProviderAccountEdgeSelect;
|
|
18481
|
+
};
|
|
18482
|
+
};
|
|
18483
|
+
export interface DeleteEmailProviderAccountPayload {
|
|
18484
|
+
clientMutationId?: string | null;
|
|
18485
|
+
/** The `EmailProviderAccount` that was deleted by this mutation. */
|
|
18486
|
+
emailProviderAccount?: EmailProviderAccount | null;
|
|
18487
|
+
emailProviderAccountEdge?: EmailProviderAccountEdge | null;
|
|
18488
|
+
}
|
|
18489
|
+
export type DeleteEmailProviderAccountPayloadSelect = {
|
|
18490
|
+
clientMutationId?: boolean;
|
|
18491
|
+
emailProviderAccount?: {
|
|
18492
|
+
select: EmailProviderAccountSelect;
|
|
18493
|
+
};
|
|
18494
|
+
emailProviderAccountEdge?: {
|
|
18495
|
+
select: EmailProviderAccountEdgeSelect;
|
|
18496
|
+
};
|
|
18497
|
+
};
|
|
18498
|
+
export interface CreateEmailSiteIdentityPayload {
|
|
18499
|
+
clientMutationId?: string | null;
|
|
18500
|
+
/** The `EmailSiteIdentity` that was created by this mutation. */
|
|
18501
|
+
emailSiteIdentity?: EmailSiteIdentity | null;
|
|
18502
|
+
emailSiteIdentityEdge?: EmailSiteIdentityEdge | null;
|
|
18503
|
+
}
|
|
18504
|
+
export type CreateEmailSiteIdentityPayloadSelect = {
|
|
18505
|
+
clientMutationId?: boolean;
|
|
18506
|
+
emailSiteIdentity?: {
|
|
18507
|
+
select: EmailSiteIdentitySelect;
|
|
18508
|
+
};
|
|
18509
|
+
emailSiteIdentityEdge?: {
|
|
18510
|
+
select: EmailSiteIdentityEdgeSelect;
|
|
18511
|
+
};
|
|
18512
|
+
};
|
|
18513
|
+
export interface UpdateEmailSiteIdentityPayload {
|
|
18514
|
+
clientMutationId?: string | null;
|
|
18515
|
+
/** The `EmailSiteIdentity` that was updated by this mutation. */
|
|
18516
|
+
emailSiteIdentity?: EmailSiteIdentity | null;
|
|
18517
|
+
emailSiteIdentityEdge?: EmailSiteIdentityEdge | null;
|
|
18518
|
+
}
|
|
18519
|
+
export type UpdateEmailSiteIdentityPayloadSelect = {
|
|
18520
|
+
clientMutationId?: boolean;
|
|
18521
|
+
emailSiteIdentity?: {
|
|
18522
|
+
select: EmailSiteIdentitySelect;
|
|
18523
|
+
};
|
|
18524
|
+
emailSiteIdentityEdge?: {
|
|
18525
|
+
select: EmailSiteIdentityEdgeSelect;
|
|
18526
|
+
};
|
|
18527
|
+
};
|
|
18528
|
+
export interface DeleteEmailSiteIdentityPayload {
|
|
18529
|
+
clientMutationId?: string | null;
|
|
18530
|
+
/** The `EmailSiteIdentity` that was deleted by this mutation. */
|
|
18531
|
+
emailSiteIdentity?: EmailSiteIdentity | null;
|
|
18532
|
+
emailSiteIdentityEdge?: EmailSiteIdentityEdge | null;
|
|
18533
|
+
}
|
|
18534
|
+
export type DeleteEmailSiteIdentityPayloadSelect = {
|
|
18535
|
+
clientMutationId?: boolean;
|
|
18536
|
+
emailSiteIdentity?: {
|
|
18537
|
+
select: EmailSiteIdentitySelect;
|
|
18538
|
+
};
|
|
18539
|
+
emailSiteIdentityEdge?: {
|
|
18540
|
+
select: EmailSiteIdentityEdgeSelect;
|
|
18541
|
+
};
|
|
18542
|
+
};
|
|
17075
18543
|
export interface CreateEmbeddingChunkPayload {
|
|
17076
18544
|
clientMutationId?: string | null;
|
|
17077
18545
|
/** The `EmbeddingChunk` that was created by this mutation. */
|
|
@@ -17792,6 +19260,51 @@ export type DeletePartitionPayloadSelect = {
|
|
|
17792
19260
|
select: PartitionEdgeSelect;
|
|
17793
19261
|
};
|
|
17794
19262
|
};
|
|
19263
|
+
export interface CreatePlatformApiPayload {
|
|
19264
|
+
clientMutationId?: string | null;
|
|
19265
|
+
/** The `PlatformApi` that was created by this mutation. */
|
|
19266
|
+
platformApi?: PlatformApi | null;
|
|
19267
|
+
platformApiEdge?: PlatformApiEdge | null;
|
|
19268
|
+
}
|
|
19269
|
+
export type CreatePlatformApiPayloadSelect = {
|
|
19270
|
+
clientMutationId?: boolean;
|
|
19271
|
+
platformApi?: {
|
|
19272
|
+
select: PlatformApiSelect;
|
|
19273
|
+
};
|
|
19274
|
+
platformApiEdge?: {
|
|
19275
|
+
select: PlatformApiEdgeSelect;
|
|
19276
|
+
};
|
|
19277
|
+
};
|
|
19278
|
+
export interface UpdatePlatformApiPayload {
|
|
19279
|
+
clientMutationId?: string | null;
|
|
19280
|
+
/** The `PlatformApi` that was updated by this mutation. */
|
|
19281
|
+
platformApi?: PlatformApi | null;
|
|
19282
|
+
platformApiEdge?: PlatformApiEdge | null;
|
|
19283
|
+
}
|
|
19284
|
+
export type UpdatePlatformApiPayloadSelect = {
|
|
19285
|
+
clientMutationId?: boolean;
|
|
19286
|
+
platformApi?: {
|
|
19287
|
+
select: PlatformApiSelect;
|
|
19288
|
+
};
|
|
19289
|
+
platformApiEdge?: {
|
|
19290
|
+
select: PlatformApiEdgeSelect;
|
|
19291
|
+
};
|
|
19292
|
+
};
|
|
19293
|
+
export interface DeletePlatformApiPayload {
|
|
19294
|
+
clientMutationId?: string | null;
|
|
19295
|
+
/** The `PlatformApi` that was deleted by this mutation. */
|
|
19296
|
+
platformApi?: PlatformApi | null;
|
|
19297
|
+
platformApiEdge?: PlatformApiEdge | null;
|
|
19298
|
+
}
|
|
19299
|
+
export type DeletePlatformApiPayloadSelect = {
|
|
19300
|
+
clientMutationId?: boolean;
|
|
19301
|
+
platformApi?: {
|
|
19302
|
+
select: PlatformApiSelect;
|
|
19303
|
+
};
|
|
19304
|
+
platformApiEdge?: {
|
|
19305
|
+
select: PlatformApiEdgeSelect;
|
|
19306
|
+
};
|
|
19307
|
+
};
|
|
17795
19308
|
export interface CreatePlatformApiSchemaPayload {
|
|
17796
19309
|
clientMutationId?: string | null;
|
|
17797
19310
|
/** The `PlatformApiSchema` that was created by this mutation. */
|
|
@@ -17882,51 +19395,6 @@ export type DeletePlatformApiSettingPayloadSelect = {
|
|
|
17882
19395
|
select: PlatformApiSettingEdgeSelect;
|
|
17883
19396
|
};
|
|
17884
19397
|
};
|
|
17885
|
-
export interface CreatePlatformApisPayload {
|
|
17886
|
-
clientMutationId?: string | null;
|
|
17887
|
-
/** The `PlatformApis` that was created by this mutation. */
|
|
17888
|
-
platformApis?: PlatformApis | null;
|
|
17889
|
-
platformApisEdge?: PlatformApisEdge | null;
|
|
17890
|
-
}
|
|
17891
|
-
export type CreatePlatformApisPayloadSelect = {
|
|
17892
|
-
clientMutationId?: boolean;
|
|
17893
|
-
platformApis?: {
|
|
17894
|
-
select: PlatformApisSelect;
|
|
17895
|
-
};
|
|
17896
|
-
platformApisEdge?: {
|
|
17897
|
-
select: PlatformApisEdgeSelect;
|
|
17898
|
-
};
|
|
17899
|
-
};
|
|
17900
|
-
export interface UpdatePlatformApisPayload {
|
|
17901
|
-
clientMutationId?: string | null;
|
|
17902
|
-
/** The `PlatformApis` that was updated by this mutation. */
|
|
17903
|
-
platformApis?: PlatformApis | null;
|
|
17904
|
-
platformApisEdge?: PlatformApisEdge | null;
|
|
17905
|
-
}
|
|
17906
|
-
export type UpdatePlatformApisPayloadSelect = {
|
|
17907
|
-
clientMutationId?: boolean;
|
|
17908
|
-
platformApis?: {
|
|
17909
|
-
select: PlatformApisSelect;
|
|
17910
|
-
};
|
|
17911
|
-
platformApisEdge?: {
|
|
17912
|
-
select: PlatformApisEdgeSelect;
|
|
17913
|
-
};
|
|
17914
|
-
};
|
|
17915
|
-
export interface DeletePlatformApisPayload {
|
|
17916
|
-
clientMutationId?: string | null;
|
|
17917
|
-
/** The `PlatformApis` that was deleted by this mutation. */
|
|
17918
|
-
platformApis?: PlatformApis | null;
|
|
17919
|
-
platformApisEdge?: PlatformApisEdge | null;
|
|
17920
|
-
}
|
|
17921
|
-
export type DeletePlatformApisPayloadSelect = {
|
|
17922
|
-
clientMutationId?: boolean;
|
|
17923
|
-
platformApis?: {
|
|
17924
|
-
select: PlatformApisSelect;
|
|
17925
|
-
};
|
|
17926
|
-
platformApisEdge?: {
|
|
17927
|
-
select: PlatformApisEdgeSelect;
|
|
17928
|
-
};
|
|
17929
|
-
};
|
|
17930
19398
|
export interface CreatePlatformCorsSettingPayload {
|
|
17931
19399
|
clientMutationId?: string | null;
|
|
17932
19400
|
/** The `PlatformCorsSetting` that was created by this mutation. */
|
|
@@ -18107,6 +19575,141 @@ export type DeletePlatformDomainVerificationPayloadSelect = {
|
|
|
18107
19575
|
select: PlatformDomainVerificationEdgeSelect;
|
|
18108
19576
|
};
|
|
18109
19577
|
};
|
|
19578
|
+
export interface CreatePlatformEmailIdentityPayload {
|
|
19579
|
+
clientMutationId?: string | null;
|
|
19580
|
+
/** The `PlatformEmailIdentity` that was created by this mutation. */
|
|
19581
|
+
platformEmailIdentity?: PlatformEmailIdentity | null;
|
|
19582
|
+
platformEmailIdentityEdge?: PlatformEmailIdentityEdge | null;
|
|
19583
|
+
}
|
|
19584
|
+
export type CreatePlatformEmailIdentityPayloadSelect = {
|
|
19585
|
+
clientMutationId?: boolean;
|
|
19586
|
+
platformEmailIdentity?: {
|
|
19587
|
+
select: PlatformEmailIdentitySelect;
|
|
19588
|
+
};
|
|
19589
|
+
platformEmailIdentityEdge?: {
|
|
19590
|
+
select: PlatformEmailIdentityEdgeSelect;
|
|
19591
|
+
};
|
|
19592
|
+
};
|
|
19593
|
+
export interface UpdatePlatformEmailIdentityPayload {
|
|
19594
|
+
clientMutationId?: string | null;
|
|
19595
|
+
/** The `PlatformEmailIdentity` that was updated by this mutation. */
|
|
19596
|
+
platformEmailIdentity?: PlatformEmailIdentity | null;
|
|
19597
|
+
platformEmailIdentityEdge?: PlatformEmailIdentityEdge | null;
|
|
19598
|
+
}
|
|
19599
|
+
export type UpdatePlatformEmailIdentityPayloadSelect = {
|
|
19600
|
+
clientMutationId?: boolean;
|
|
19601
|
+
platformEmailIdentity?: {
|
|
19602
|
+
select: PlatformEmailIdentitySelect;
|
|
19603
|
+
};
|
|
19604
|
+
platformEmailIdentityEdge?: {
|
|
19605
|
+
select: PlatformEmailIdentityEdgeSelect;
|
|
19606
|
+
};
|
|
19607
|
+
};
|
|
19608
|
+
export interface DeletePlatformEmailIdentityPayload {
|
|
19609
|
+
clientMutationId?: string | null;
|
|
19610
|
+
/** The `PlatformEmailIdentity` that was deleted by this mutation. */
|
|
19611
|
+
platformEmailIdentity?: PlatformEmailIdentity | null;
|
|
19612
|
+
platformEmailIdentityEdge?: PlatformEmailIdentityEdge | null;
|
|
19613
|
+
}
|
|
19614
|
+
export type DeletePlatformEmailIdentityPayloadSelect = {
|
|
19615
|
+
clientMutationId?: boolean;
|
|
19616
|
+
platformEmailIdentity?: {
|
|
19617
|
+
select: PlatformEmailIdentitySelect;
|
|
19618
|
+
};
|
|
19619
|
+
platformEmailIdentityEdge?: {
|
|
19620
|
+
select: PlatformEmailIdentityEdgeSelect;
|
|
19621
|
+
};
|
|
19622
|
+
};
|
|
19623
|
+
export interface CreatePlatformEmailProviderAccountPayload {
|
|
19624
|
+
clientMutationId?: string | null;
|
|
19625
|
+
/** The `PlatformEmailProviderAccount` that was created by this mutation. */
|
|
19626
|
+
platformEmailProviderAccount?: PlatformEmailProviderAccount | null;
|
|
19627
|
+
platformEmailProviderAccountEdge?: PlatformEmailProviderAccountEdge | null;
|
|
19628
|
+
}
|
|
19629
|
+
export type CreatePlatformEmailProviderAccountPayloadSelect = {
|
|
19630
|
+
clientMutationId?: boolean;
|
|
19631
|
+
platformEmailProviderAccount?: {
|
|
19632
|
+
select: PlatformEmailProviderAccountSelect;
|
|
19633
|
+
};
|
|
19634
|
+
platformEmailProviderAccountEdge?: {
|
|
19635
|
+
select: PlatformEmailProviderAccountEdgeSelect;
|
|
19636
|
+
};
|
|
19637
|
+
};
|
|
19638
|
+
export interface UpdatePlatformEmailProviderAccountPayload {
|
|
19639
|
+
clientMutationId?: string | null;
|
|
19640
|
+
/** The `PlatformEmailProviderAccount` that was updated by this mutation. */
|
|
19641
|
+
platformEmailProviderAccount?: PlatformEmailProviderAccount | null;
|
|
19642
|
+
platformEmailProviderAccountEdge?: PlatformEmailProviderAccountEdge | null;
|
|
19643
|
+
}
|
|
19644
|
+
export type UpdatePlatformEmailProviderAccountPayloadSelect = {
|
|
19645
|
+
clientMutationId?: boolean;
|
|
19646
|
+
platformEmailProviderAccount?: {
|
|
19647
|
+
select: PlatformEmailProviderAccountSelect;
|
|
19648
|
+
};
|
|
19649
|
+
platformEmailProviderAccountEdge?: {
|
|
19650
|
+
select: PlatformEmailProviderAccountEdgeSelect;
|
|
19651
|
+
};
|
|
19652
|
+
};
|
|
19653
|
+
export interface DeletePlatformEmailProviderAccountPayload {
|
|
19654
|
+
clientMutationId?: string | null;
|
|
19655
|
+
/** The `PlatformEmailProviderAccount` that was deleted by this mutation. */
|
|
19656
|
+
platformEmailProviderAccount?: PlatformEmailProviderAccount | null;
|
|
19657
|
+
platformEmailProviderAccountEdge?: PlatformEmailProviderAccountEdge | null;
|
|
19658
|
+
}
|
|
19659
|
+
export type DeletePlatformEmailProviderAccountPayloadSelect = {
|
|
19660
|
+
clientMutationId?: boolean;
|
|
19661
|
+
platformEmailProviderAccount?: {
|
|
19662
|
+
select: PlatformEmailProviderAccountSelect;
|
|
19663
|
+
};
|
|
19664
|
+
platformEmailProviderAccountEdge?: {
|
|
19665
|
+
select: PlatformEmailProviderAccountEdgeSelect;
|
|
19666
|
+
};
|
|
19667
|
+
};
|
|
19668
|
+
export interface CreatePlatformEmailSiteIdentityPayload {
|
|
19669
|
+
clientMutationId?: string | null;
|
|
19670
|
+
/** The `PlatformEmailSiteIdentity` that was created by this mutation. */
|
|
19671
|
+
platformEmailSiteIdentity?: PlatformEmailSiteIdentity | null;
|
|
19672
|
+
platformEmailSiteIdentityEdge?: PlatformEmailSiteIdentityEdge | null;
|
|
19673
|
+
}
|
|
19674
|
+
export type CreatePlatformEmailSiteIdentityPayloadSelect = {
|
|
19675
|
+
clientMutationId?: boolean;
|
|
19676
|
+
platformEmailSiteIdentity?: {
|
|
19677
|
+
select: PlatformEmailSiteIdentitySelect;
|
|
19678
|
+
};
|
|
19679
|
+
platformEmailSiteIdentityEdge?: {
|
|
19680
|
+
select: PlatformEmailSiteIdentityEdgeSelect;
|
|
19681
|
+
};
|
|
19682
|
+
};
|
|
19683
|
+
export interface UpdatePlatformEmailSiteIdentityPayload {
|
|
19684
|
+
clientMutationId?: string | null;
|
|
19685
|
+
/** The `PlatformEmailSiteIdentity` that was updated by this mutation. */
|
|
19686
|
+
platformEmailSiteIdentity?: PlatformEmailSiteIdentity | null;
|
|
19687
|
+
platformEmailSiteIdentityEdge?: PlatformEmailSiteIdentityEdge | null;
|
|
19688
|
+
}
|
|
19689
|
+
export type UpdatePlatformEmailSiteIdentityPayloadSelect = {
|
|
19690
|
+
clientMutationId?: boolean;
|
|
19691
|
+
platformEmailSiteIdentity?: {
|
|
19692
|
+
select: PlatformEmailSiteIdentitySelect;
|
|
19693
|
+
};
|
|
19694
|
+
platformEmailSiteIdentityEdge?: {
|
|
19695
|
+
select: PlatformEmailSiteIdentityEdgeSelect;
|
|
19696
|
+
};
|
|
19697
|
+
};
|
|
19698
|
+
export interface DeletePlatformEmailSiteIdentityPayload {
|
|
19699
|
+
clientMutationId?: string | null;
|
|
19700
|
+
/** The `PlatformEmailSiteIdentity` that was deleted by this mutation. */
|
|
19701
|
+
platformEmailSiteIdentity?: PlatformEmailSiteIdentity | null;
|
|
19702
|
+
platformEmailSiteIdentityEdge?: PlatformEmailSiteIdentityEdge | null;
|
|
19703
|
+
}
|
|
19704
|
+
export type DeletePlatformEmailSiteIdentityPayloadSelect = {
|
|
19705
|
+
clientMutationId?: boolean;
|
|
19706
|
+
platformEmailSiteIdentity?: {
|
|
19707
|
+
select: PlatformEmailSiteIdentitySelect;
|
|
19708
|
+
};
|
|
19709
|
+
platformEmailSiteIdentityEdge?: {
|
|
19710
|
+
select: PlatformEmailSiteIdentityEdgeSelect;
|
|
19711
|
+
};
|
|
19712
|
+
};
|
|
18110
19713
|
export interface CreatePlatformManagedDomainPayload {
|
|
18111
19714
|
clientMutationId?: string | null;
|
|
18112
19715
|
/** The `PlatformManagedDomain` that was created by this mutation. */
|
|
@@ -19907,6 +21510,18 @@ export type DeleteWebauthnSettingPayloadSelect = {
|
|
|
19907
21510
|
select: WebauthnSettingEdgeSelect;
|
|
19908
21511
|
};
|
|
19909
21512
|
};
|
|
21513
|
+
/** A `App` edge in the connection. */
|
|
21514
|
+
export interface AppEdge {
|
|
21515
|
+
cursor?: string | null;
|
|
21516
|
+
/** The `App` at the end of the edge. */
|
|
21517
|
+
node?: App | null;
|
|
21518
|
+
}
|
|
21519
|
+
export type AppEdgeSelect = {
|
|
21520
|
+
cursor?: boolean;
|
|
21521
|
+
node?: {
|
|
21522
|
+
select: AppSelect;
|
|
21523
|
+
};
|
|
21524
|
+
};
|
|
19910
21525
|
/** A `Domain` edge in the connection. */
|
|
19911
21526
|
export interface DomainEdge {
|
|
19912
21527
|
cursor?: string | null;
|
|
@@ -19997,7 +21612,7 @@ export interface DatabaseProvisionModule {
|
|
|
19997
21612
|
/** 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 */
|
|
19998
21613
|
fulfilledAt?: string | null;
|
|
19999
21614
|
id: string;
|
|
20000
|
-
/** JSONB array of modules to install. Each element is either a string ("users_module") or a [name, options] tuple (["
|
|
21615
|
+
/** JSONB array of modules to install. Each element is either a string ("users_module") or a [name, options] tuple (["capabilities_module", {"scope": "app"}]) */
|
|
20001
21616
|
modules: Record<string, unknown>;
|
|
20002
21617
|
/** Additional configuration options for provisioning */
|
|
20003
21618
|
options: Record<string, unknown>;
|
|
@@ -20032,6 +21647,18 @@ export type DatabaseProvisionModuleSelect = {
|
|
|
20032
21647
|
subdomain?: boolean;
|
|
20033
21648
|
updatedAt?: boolean;
|
|
20034
21649
|
};
|
|
21650
|
+
/** A `Api` edge in the connection. */
|
|
21651
|
+
export interface ApiEdge {
|
|
21652
|
+
cursor?: string | null;
|
|
21653
|
+
/** The `Api` at the end of the edge. */
|
|
21654
|
+
node?: Api | null;
|
|
21655
|
+
}
|
|
21656
|
+
export type ApiEdgeSelect = {
|
|
21657
|
+
cursor?: boolean;
|
|
21658
|
+
node?: {
|
|
21659
|
+
select: ApiSelect;
|
|
21660
|
+
};
|
|
21661
|
+
};
|
|
20035
21662
|
/** A `ApiSchema` edge in the connection. */
|
|
20036
21663
|
export interface ApiSchemaEdge {
|
|
20037
21664
|
cursor?: string | null;
|
|
@@ -20056,16 +21683,16 @@ export type ApiSettingEdgeSelect = {
|
|
|
20056
21683
|
select: ApiSettingSelect;
|
|
20057
21684
|
};
|
|
20058
21685
|
};
|
|
20059
|
-
/** A `
|
|
20060
|
-
export interface
|
|
21686
|
+
/** A `AppComponent` edge in the connection. */
|
|
21687
|
+
export interface AppComponentEdge {
|
|
20061
21688
|
cursor?: string | null;
|
|
20062
|
-
/** The `
|
|
20063
|
-
node?:
|
|
21689
|
+
/** The `AppComponent` at the end of the edge. */
|
|
21690
|
+
node?: AppComponent | null;
|
|
20064
21691
|
}
|
|
20065
|
-
export type
|
|
21692
|
+
export type AppComponentEdgeSelect = {
|
|
20066
21693
|
cursor?: boolean;
|
|
20067
21694
|
node?: {
|
|
20068
|
-
select:
|
|
21695
|
+
select: AppComponentSelect;
|
|
20069
21696
|
};
|
|
20070
21697
|
};
|
|
20071
21698
|
/** A `CheckConstraint` edge in the connection. */
|
|
@@ -20200,6 +21827,42 @@ export type DomainVerificationEdgeSelect = {
|
|
|
20200
21827
|
select: DomainVerificationSelect;
|
|
20201
21828
|
};
|
|
20202
21829
|
};
|
|
21830
|
+
/** A `EmailIdentity` edge in the connection. */
|
|
21831
|
+
export interface EmailIdentityEdge {
|
|
21832
|
+
cursor?: string | null;
|
|
21833
|
+
/** The `EmailIdentity` at the end of the edge. */
|
|
21834
|
+
node?: EmailIdentity | null;
|
|
21835
|
+
}
|
|
21836
|
+
export type EmailIdentityEdgeSelect = {
|
|
21837
|
+
cursor?: boolean;
|
|
21838
|
+
node?: {
|
|
21839
|
+
select: EmailIdentitySelect;
|
|
21840
|
+
};
|
|
21841
|
+
};
|
|
21842
|
+
/** A `EmailProviderAccount` edge in the connection. */
|
|
21843
|
+
export interface EmailProviderAccountEdge {
|
|
21844
|
+
cursor?: string | null;
|
|
21845
|
+
/** The `EmailProviderAccount` at the end of the edge. */
|
|
21846
|
+
node?: EmailProviderAccount | null;
|
|
21847
|
+
}
|
|
21848
|
+
export type EmailProviderAccountEdgeSelect = {
|
|
21849
|
+
cursor?: boolean;
|
|
21850
|
+
node?: {
|
|
21851
|
+
select: EmailProviderAccountSelect;
|
|
21852
|
+
};
|
|
21853
|
+
};
|
|
21854
|
+
/** A `EmailSiteIdentity` edge in the connection. */
|
|
21855
|
+
export interface EmailSiteIdentityEdge {
|
|
21856
|
+
cursor?: string | null;
|
|
21857
|
+
/** The `EmailSiteIdentity` at the end of the edge. */
|
|
21858
|
+
node?: EmailSiteIdentity | null;
|
|
21859
|
+
}
|
|
21860
|
+
export type EmailSiteIdentityEdgeSelect = {
|
|
21861
|
+
cursor?: boolean;
|
|
21862
|
+
node?: {
|
|
21863
|
+
select: EmailSiteIdentitySelect;
|
|
21864
|
+
};
|
|
21865
|
+
};
|
|
20203
21866
|
/** A `EmbeddingChunk` edge in the connection. */
|
|
20204
21867
|
export interface EmbeddingChunkEdge {
|
|
20205
21868
|
cursor?: string | null;
|
|
@@ -20392,6 +22055,18 @@ export type PartitionEdgeSelect = {
|
|
|
20392
22055
|
select: PartitionSelect;
|
|
20393
22056
|
};
|
|
20394
22057
|
};
|
|
22058
|
+
/** A `PlatformApi` edge in the connection. */
|
|
22059
|
+
export interface PlatformApiEdge {
|
|
22060
|
+
cursor?: string | null;
|
|
22061
|
+
/** The `PlatformApi` at the end of the edge. */
|
|
22062
|
+
node?: PlatformApi | null;
|
|
22063
|
+
}
|
|
22064
|
+
export type PlatformApiEdgeSelect = {
|
|
22065
|
+
cursor?: boolean;
|
|
22066
|
+
node?: {
|
|
22067
|
+
select: PlatformApiSelect;
|
|
22068
|
+
};
|
|
22069
|
+
};
|
|
20395
22070
|
/** A `PlatformApiSchema` edge in the connection. */
|
|
20396
22071
|
export interface PlatformApiSchemaEdge {
|
|
20397
22072
|
cursor?: string | null;
|
|
@@ -20416,18 +22091,6 @@ export type PlatformApiSettingEdgeSelect = {
|
|
|
20416
22091
|
select: PlatformApiSettingSelect;
|
|
20417
22092
|
};
|
|
20418
22093
|
};
|
|
20419
|
-
/** A `PlatformApis` edge in the connection. */
|
|
20420
|
-
export interface PlatformApisEdge {
|
|
20421
|
-
cursor?: string | null;
|
|
20422
|
-
/** The `PlatformApis` at the end of the edge. */
|
|
20423
|
-
node?: PlatformApis | null;
|
|
20424
|
-
}
|
|
20425
|
-
export type PlatformApisEdgeSelect = {
|
|
20426
|
-
cursor?: boolean;
|
|
20427
|
-
node?: {
|
|
20428
|
-
select: PlatformApisSelect;
|
|
20429
|
-
};
|
|
20430
|
-
};
|
|
20431
22094
|
/** A `PlatformCorsSetting` edge in the connection. */
|
|
20432
22095
|
export interface PlatformCorsSettingEdge {
|
|
20433
22096
|
cursor?: string | null;
|
|
@@ -20464,6 +22127,42 @@ export type PlatformDomainVerificationEdgeSelect = {
|
|
|
20464
22127
|
select: PlatformDomainVerificationSelect;
|
|
20465
22128
|
};
|
|
20466
22129
|
};
|
|
22130
|
+
/** A `PlatformEmailIdentity` edge in the connection. */
|
|
22131
|
+
export interface PlatformEmailIdentityEdge {
|
|
22132
|
+
cursor?: string | null;
|
|
22133
|
+
/** The `PlatformEmailIdentity` at the end of the edge. */
|
|
22134
|
+
node?: PlatformEmailIdentity | null;
|
|
22135
|
+
}
|
|
22136
|
+
export type PlatformEmailIdentityEdgeSelect = {
|
|
22137
|
+
cursor?: boolean;
|
|
22138
|
+
node?: {
|
|
22139
|
+
select: PlatformEmailIdentitySelect;
|
|
22140
|
+
};
|
|
22141
|
+
};
|
|
22142
|
+
/** A `PlatformEmailProviderAccount` edge in the connection. */
|
|
22143
|
+
export interface PlatformEmailProviderAccountEdge {
|
|
22144
|
+
cursor?: string | null;
|
|
22145
|
+
/** The `PlatformEmailProviderAccount` at the end of the edge. */
|
|
22146
|
+
node?: PlatformEmailProviderAccount | null;
|
|
22147
|
+
}
|
|
22148
|
+
export type PlatformEmailProviderAccountEdgeSelect = {
|
|
22149
|
+
cursor?: boolean;
|
|
22150
|
+
node?: {
|
|
22151
|
+
select: PlatformEmailProviderAccountSelect;
|
|
22152
|
+
};
|
|
22153
|
+
};
|
|
22154
|
+
/** A `PlatformEmailSiteIdentity` edge in the connection. */
|
|
22155
|
+
export interface PlatformEmailSiteIdentityEdge {
|
|
22156
|
+
cursor?: string | null;
|
|
22157
|
+
/** The `PlatformEmailSiteIdentity` at the end of the edge. */
|
|
22158
|
+
node?: PlatformEmailSiteIdentity | null;
|
|
22159
|
+
}
|
|
22160
|
+
export type PlatformEmailSiteIdentityEdgeSelect = {
|
|
22161
|
+
cursor?: boolean;
|
|
22162
|
+
node?: {
|
|
22163
|
+
select: PlatformEmailSiteIdentitySelect;
|
|
22164
|
+
};
|
|
22165
|
+
};
|
|
20467
22166
|
/** A `PlatformManagedDomain` edge in the connection. */
|
|
20468
22167
|
export interface PlatformManagedDomainEdge {
|
|
20469
22168
|
cursor?: string | null;
|